@vuetify/nightly 3.6.5-master.2024-05-12 → 3.6.5-master.2024-05-13

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.5-master.2024-05-12
2
+ * Vuetify v3.6.5-master.2024-05-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17380,24 +17380,6 @@ html.overflow-y-hidden {
17380
17380
  font-weight: normal;
17381
17381
  padding: 0.2em 0.4rem;
17382
17382
  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));
17383
- }.v-calendar-internal-event {
17384
- overflow: hidden;
17385
- padding: 4px;
17386
- text-overflow: ellipsis;
17387
- white-space: nowrap;
17388
- }.v-calendar-header {
17389
- align-items: center;
17390
- display: flex;
17391
- min-height: 64px;
17392
- }
17393
-
17394
- .v-calendar-header__today {
17395
- margin-inline-end: 24px;
17396
- }
17397
-
17398
- .v-calendar-header__title {
17399
- font-size: 1.5rem;
17400
- margin-inline-start: 24px;
17401
17383
  }.v-calendar {
17402
17384
  background: rgb(var(--v-theme-background));
17403
17385
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -17625,6 +17607,19 @@ html.overflow-y-hidden {
17625
17607
  }
17626
17608
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17627
17609
  border-right: none;
17610
+ }.v-calendar-header {
17611
+ align-items: center;
17612
+ display: flex;
17613
+ min-height: 64px;
17614
+ }
17615
+
17616
+ .v-calendar-header__today {
17617
+ margin-inline-end: 24px;
17618
+ }
17619
+
17620
+ .v-calendar-header__title {
17621
+ font-size: 1.5rem;
17622
+ margin-inline-start: 24px;
17628
17623
  }.v-calendar-day {
17629
17624
  position: relative;
17630
17625
  display: flex;
@@ -17657,86 +17652,6 @@ html.overflow-y-hidden {
17657
17652
  }
17658
17653
  .v-calendar-weekly .v-calendar__container.days__0 {
17659
17654
  grid-template-columns: repeat(1, 1fr);
17660
- }.v-number-input input[type=number] {
17661
- -moz-appearance: textfield;
17662
- }
17663
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17664
- -webkit-appearance: none;
17665
- }
17666
- .v-number-input .v-field {
17667
- padding-inline-end: 0;
17668
- padding-inline-start: 0;
17669
- }
17670
- .v-number-input--inset .v-divider {
17671
- height: 55%;
17672
- width: 55%;
17673
- align-self: center;
17674
- }
17675
- .v-number-input--split .v-field__input {
17676
- text-align: center;
17677
- }
17678
- .v-number-input--stacked .v-number-input__control {
17679
- flex-direction: column-reverse;
17680
- }
17681
- .v-number-input--stacked .v-number-input__control .v-btn {
17682
- flex: 1;
17683
- }
17684
- .v-number-input--hide-input .v-field {
17685
- flex: none;
17686
- }
17687
- .v-number-input--hide-input .v-field__input {
17688
- width: 0;
17689
- padding-inline: 0;
17690
- }
17691
- .v-number-input__control {
17692
- display: flex;
17693
- height: 100%;
17694
- }
17695
- .v-number-input__control .v-btn {
17696
- background-color: transparent;
17697
- border-radius: 0;
17698
- }.v-calendar-day__row-with-label {
17699
- display: grid;
17700
- grid-template-columns: 48px 8px 1fr;
17701
- border-right: thin solid #e0e0e0;
17702
- }
17703
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17704
- position: relative;
17705
- border-right: thin solid #e0e0e0;
17706
- }
17707
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17708
- content: "";
17709
- border-bottom: thin solid #e0e0e0;
17710
- position: absolute;
17711
- width: 100%;
17712
- margin-top: -1px;
17713
- z-index: 3;
17714
- pointer-events: none;
17715
- }
17716
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17717
- font-size: 10px;
17718
- text-align: center;
17719
- position: relative;
17720
- top: -8px;
17721
- }
17722
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17723
- border-bottom: thin solid #e0e0e0;
17724
- }
17725
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17726
- border-bottom: none;
17727
- }
17728
-
17729
- .v-calendar-day__row-without-label {
17730
- display: grid;
17731
- grid-template-columns: 1fr;
17732
- border-right: thin solid #e0e0e0;
17733
- }
17734
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17735
- overflow: hidden;
17736
- border-bottom: thin solid #e0e0e0;
17737
- }
17738
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17739
- border-bottom: none;
17740
17655
  }.v-calendar-month__day {
17741
17656
  position: relative;
17742
17657
  display: flex;
@@ -17800,74 +17715,91 @@ html.overflow-y-hidden {
17800
17715
 
17801
17716
  .v-calendar-weekly__day-alldayevents-container {
17802
17717
  min-height: 24px;
17803
- }.v-stepper-vertical-item {
17804
- position: relative;
17805
- transition-duration: 0.2s;
17806
- transition-property: opacity;
17807
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17808
- }
17809
- .v-stepper-vertical-item__title {
17810
- font-size: 1rem;
17811
- }
17812
- .v-stepper-vertical-item__subtitle {
17813
- font-size: 0.75rem;
17718
+ }.v-calendar-internal-event {
17719
+ overflow: hidden;
17720
+ padding: 4px;
17721
+ text-overflow: ellipsis;
17722
+ white-space: nowrap;
17723
+ }.v-calendar-day__row-with-label {
17724
+ display: grid;
17725
+ grid-template-columns: 48px 8px 1fr;
17726
+ border-right: thin solid #e0e0e0;
17814
17727
  }
17815
- .v-stepper-vertical-item .v-expansion-panel-text {
17816
- padding-inline-start: 32px;
17728
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17729
+ position: relative;
17730
+ border-right: thin solid #e0e0e0;
17817
17731
  }
17818
- .v-stepper-vertical-item:not(:last-child):before {
17732
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17819
17733
  content: "";
17734
+ border-bottom: thin solid #e0e0e0;
17820
17735
  position: absolute;
17821
- width: 2px;
17822
- height: calc(100% - 30px);
17823
- background: rgba(var(--v-border-color), var(--v-border-opacity));
17824
- left: 35px;
17825
- top: 44px;
17826
- z-index: 1;
17827
- transition-duration: 300ms;
17828
- transition-property: height;
17736
+ width: 100%;
17737
+ margin-top: -1px;
17738
+ z-index: 3;
17739
+ pointer-events: none;
17829
17740
  }
17830
- .v-stepper-vertical-item:after {
17831
- display: none;
17741
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
17742
+ font-size: 10px;
17743
+ text-align: center;
17744
+ position: relative;
17745
+ top: -8px;
17832
17746
  }
17833
- .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
17834
- pointer-events: none;
17747
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
17748
+ border-bottom: thin solid #e0e0e0;
17835
17749
  }
17836
- .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
17837
- opacity: 0;
17750
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17751
+ border-bottom: none;
17838
17752
  }
17839
17753
 
17840
- .v-stepper-vertical-item__avatar.v-avatar {
17841
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
17842
- color: rgb(var(--v-theme-on-surface-variant));
17843
- transition-property: background;
17754
+ .v-calendar-day__row-without-label {
17755
+ display: grid;
17756
+ grid-template-columns: 1fr;
17757
+ border-right: thin solid #e0e0e0;
17844
17758
  }
17845
- .v-stepper-vertical-item__avatar.v-avatar .v-icon {
17846
- font-size: 0.875rem;
17759
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
17760
+ overflow: hidden;
17761
+ border-bottom: thin solid #e0e0e0;
17847
17762
  }
17848
- .v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
17849
- background: rgb(var(--v-theme-surface-variant));
17763
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17764
+ border-bottom: none;
17765
+ }.v-number-input input[type=number] {
17766
+ -moz-appearance: textfield;
17850
17767
  }
17851
- .v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
17852
- background: rgb(var(--v-theme-error));
17853
- color: rgb(var(--v-theme-on-error));
17768
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17769
+ -webkit-appearance: none;
17854
17770
  }
17855
-
17856
- .v-stepper-vertical-item--error .v-stepper-vertical-item__title {
17857
- color: rgb(var(--v-theme-error));
17771
+ .v-number-input .v-field {
17772
+ padding-inline-end: 0;
17773
+ padding-inline-start: 0;
17858
17774
  }
17859
-
17860
- .v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
17861
- color: rgb(var(--v-theme-error));
17775
+ .v-number-input--inset .v-divider {
17776
+ height: 55%;
17777
+ width: 55%;
17778
+ align-self: center;
17862
17779
  }
17863
-
17864
- .v-stepper-vertical-actions.v-stepper-actions .v-btn {
17865
- margin-inline-end: 8px;
17780
+ .v-number-input--split .v-field__input {
17781
+ text-align: center;
17866
17782
  }
17867
- .v-stepper .v-stepper-vertical-actions.v-stepper-actions {
17868
- justify-content: flex-end;
17869
- padding: 24px 0 0;
17870
- flex-direction: row-reverse;
17783
+ .v-number-input--stacked .v-number-input__control {
17784
+ flex-direction: column-reverse;
17785
+ }
17786
+ .v-number-input--stacked .v-number-input__control .v-btn {
17787
+ flex: 1;
17788
+ }
17789
+ .v-number-input--hide-input .v-field {
17790
+ flex: none;
17791
+ }
17792
+ .v-number-input--hide-input .v-field__input {
17793
+ width: 0;
17794
+ padding-inline: 0;
17795
+ }
17796
+ .v-number-input__control {
17797
+ display: flex;
17798
+ height: 100%;
17799
+ }
17800
+ .v-number-input__control .v-btn {
17801
+ background-color: transparent;
17802
+ border-radius: 0;
17871
17803
  }.v-picker.v-sheet {
17872
17804
  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));
17873
17805
  border-radius: 4px;
@@ -17921,39 +17853,74 @@ html.overflow-y-hidden {
17921
17853
  padding-bottom: 16px;
17922
17854
  font-weight: 400;
17923
17855
  letter-spacing: 0.1666666667em;
17924
- }.v-time-picker.v-picker {
17925
- padding: 24px;
17926
- width: 328px;
17927
- }
17928
- .v-time-picker.v-picker .v-picker-title {
17929
- padding: 0;
17930
- margin-bottom: 20px;
17931
- }.v-pull-to-refresh {
17932
- overflow: hidden;
17856
+ }.v-stepper-vertical-item {
17933
17857
  position: relative;
17858
+ transition-duration: 0.2s;
17859
+ transition-property: opacity;
17860
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17934
17861
  }
17935
- .v-pull-to-refresh__pull-down {
17936
- position: absolute;
17937
- width: 100%;
17938
- transition: top 0.3s ease-out;
17862
+ .v-stepper-vertical-item__title {
17863
+ font-size: 1rem;
17939
17864
  }
17940
- .v-pull-to-refresh__pull-down--touching {
17941
- transition: none;
17865
+ .v-stepper-vertical-item__subtitle {
17866
+ font-size: 0.75rem;
17942
17867
  }
17943
- .v-pull-to-refresh__pull-down-default {
17944
- display: flex;
17945
- width: 100%;
17946
- height: 100%;
17947
- justify-content: center;
17948
- align-items: flex-end;
17949
- padding-bottom: 10px;
17868
+ .v-stepper-vertical-item .v-expansion-panel-text {
17869
+ padding-inline-start: 32px;
17950
17870
  }
17951
- .v-pull-to-refresh__scroll-container {
17952
- position: relative;
17953
- transition: top 0.3s ease-out;
17871
+ .v-stepper-vertical-item:not(:last-child):before {
17872
+ content: "";
17873
+ position: absolute;
17874
+ width: 2px;
17875
+ height: calc(100% - 30px);
17876
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
17877
+ left: 35px;
17878
+ top: 44px;
17879
+ z-index: 1;
17880
+ transition-duration: 300ms;
17881
+ transition-property: height;
17954
17882
  }
17955
- .v-pull-to-refresh__scroll-container--touching {
17956
- transition: none;
17883
+ .v-stepper-vertical-item:after {
17884
+ display: none;
17885
+ }
17886
+ .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title {
17887
+ pointer-events: none;
17888
+ }
17889
+ .v-stepper-vertical-item.v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay, .v-stepper-vertical-item:not(.v-stepper-vertical-item--editable) .v-expansion-panel-title .v-expansion-panel-title__overlay {
17890
+ opacity: 0;
17891
+ }
17892
+
17893
+ .v-stepper-vertical-item__avatar.v-avatar {
17894
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
17895
+ color: rgb(var(--v-theme-on-surface-variant));
17896
+ transition-property: background;
17897
+ }
17898
+ .v-stepper-vertical-item__avatar.v-avatar .v-icon {
17899
+ font-size: 0.875rem;
17900
+ }
17901
+ .v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
17902
+ background: rgb(var(--v-theme-surface-variant));
17903
+ }
17904
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
17905
+ background: rgb(var(--v-theme-error));
17906
+ color: rgb(var(--v-theme-on-error));
17907
+ }
17908
+
17909
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__title {
17910
+ color: rgb(var(--v-theme-error));
17911
+ }
17912
+
17913
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
17914
+ color: rgb(var(--v-theme-error));
17915
+ }
17916
+
17917
+ .v-stepper-vertical-actions.v-stepper-actions .v-btn {
17918
+ margin-inline-end: 8px;
17919
+ }
17920
+ .v-stepper .v-stepper-vertical-actions.v-stepper-actions {
17921
+ justify-content: flex-end;
17922
+ padding: 24px 0 0;
17923
+ flex-direction: row-reverse;
17957
17924
  }.v-time-picker-clock {
17958
17925
  background: rgb(var(--v-theme-background));
17959
17926
  color: rgb(var(--v-theme-on-background));
@@ -18085,6 +18052,39 @@ html.overflow-y-hidden {
18085
18052
 
18086
18053
  .v-picker--landscape .v-time-picker-clock__container {
18087
18054
  flex-direction: row;
18055
+ }.v-pull-to-refresh {
18056
+ overflow: hidden;
18057
+ position: relative;
18058
+ }
18059
+ .v-pull-to-refresh__pull-down {
18060
+ position: absolute;
18061
+ width: 100%;
18062
+ transition: top 0.3s ease-out;
18063
+ }
18064
+ .v-pull-to-refresh__pull-down--touching {
18065
+ transition: none;
18066
+ }
18067
+ .v-pull-to-refresh__pull-down-default {
18068
+ display: flex;
18069
+ width: 100%;
18070
+ height: 100%;
18071
+ justify-content: center;
18072
+ align-items: flex-end;
18073
+ padding-bottom: 10px;
18074
+ }
18075
+ .v-pull-to-refresh__scroll-container {
18076
+ position: relative;
18077
+ transition: top 0.3s ease-out;
18078
+ }
18079
+ .v-pull-to-refresh__scroll-container--touching {
18080
+ transition: none;
18081
+ }.v-time-picker.v-picker {
18082
+ padding: 24px;
18083
+ width: 328px;
18084
+ }
18085
+ .v-time-picker.v-picker .v-picker-title {
18086
+ padding: 0;
18087
+ margin-bottom: 20px;
18088
18088
  }.v-treeview-item--filtered {
18089
18089
  display: none;
18090
18090
  }
@@ -18204,367 +18204,92 @@ html.overflow-y-hidden {
18204
18204
  }
18205
18205
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18206
18206
  text-align: center;
18207
- }.v-application {
18208
- display: flex;
18209
- background: rgb(var(--v-theme-background));
18210
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18211
- }
18212
-
18213
- .v-application__wrap {
18214
- -webkit-backface-visibility: hidden;
18215
- backface-visibility: hidden;
18216
- display: flex;
18217
- flex-direction: column;
18218
- flex: 1 1 auto;
18219
- max-width: 100%;
18220
- min-height: 100vh;
18221
- min-height: 100dvh;
18207
+ }.v-alert {
18208
+ display: grid;
18209
+ flex: 1 1;
18210
+ grid-template-areas: "prepend content append close" ". content . .";
18211
+ grid-template-columns: max-content auto max-content max-content;
18222
18212
  position: relative;
18223
- }.v-app-bar {
18224
- display: flex;
18213
+ padding: 16px;
18214
+ overflow: hidden;
18215
+ --v-border-color: currentColor;
18216
+ border-radius: 4px;
18225
18217
  }
18226
- .v-app-bar.v-toolbar {
18227
- background: rgb(var(--v-theme-surface));
18228
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18218
+ .v-alert--absolute {
18219
+ position: absolute;
18229
18220
  }
18230
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18231
- 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));
18221
+ .v-alert--fixed {
18222
+ position: fixed;
18232
18223
  }
18233
- .v-app-bar:not(.v-toolbar--absolute) {
18234
- padding-inline-end: var(--v-scrollbar-offset);
18235
- }.v-autocomplete .v-field .v-text-field__prefix,
18236
- .v-autocomplete .v-field .v-text-field__suffix,
18237
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18238
- cursor: text;
18224
+ .v-alert--sticky {
18225
+ position: sticky;
18239
18226
  }
18240
- .v-autocomplete .v-field .v-field__input > input {
18241
- flex: 1 1;
18227
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18228
+ background: transparent;
18229
+ color: inherit;
18242
18230
  }
18243
- .v-autocomplete .v-field input {
18244
- min-width: 64px;
18231
+ .v-alert--variant-plain {
18232
+ opacity: 0.62;
18245
18233
  }
18246
- .v-autocomplete .v-field:not(.v-field--focused) input {
18247
- min-width: 0;
18234
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18235
+ opacity: 1;
18248
18236
  }
18249
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18250
- margin-inline-end: 2px;
18237
+ .v-alert--variant-plain .v-alert__overlay {
18238
+ display: none;
18251
18239
  }
18252
- .v-autocomplete .v-autocomplete__selection-text {
18253
- overflow: hidden;
18254
- text-overflow: ellipsis;
18255
- white-space: nowrap;
18240
+ .v-alert--variant-elevated, .v-alert--variant-flat {
18241
+ background: rgb(var(--v-theme-surface-light));
18242
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18256
18243
  }
18257
-
18258
- .v-autocomplete__content {
18259
- overflow: hidden;
18260
- 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));
18261
- border-radius: 4px;
18244
+ .v-alert--variant-elevated {
18245
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18262
18246
  }
18263
- .v-autocomplete__mask {
18264
- background: rgb(var(--v-theme-surface-light));
18247
+ .v-alert--variant-flat {
18248
+ 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));
18265
18249
  }
18266
- .v-autocomplete__selection {
18267
- display: inline-flex;
18268
- align-items: center;
18269
- height: 1.5rem;
18270
- letter-spacing: inherit;
18271
- line-height: inherit;
18272
- max-width: calc(100% - 2px - 2px);
18250
+ .v-alert--variant-outlined {
18251
+ border: thin solid currentColor;
18273
18252
  }
18274
- .v-autocomplete__selection:first-child {
18275
- margin-inline-start: 0;
18253
+ .v-alert--variant-text .v-alert__overlay {
18254
+ background: currentColor;
18276
18255
  }
18277
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18278
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18279
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18280
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18281
- top: 0px;
18256
+ .v-alert--variant-tonal .v-alert__underlay {
18257
+ background: currentColor;
18258
+ opacity: var(--v-activated-opacity);
18259
+ border-radius: inherit;
18260
+ top: 0;
18261
+ right: 0;
18262
+ bottom: 0;
18263
+ left: 0;
18264
+ pointer-events: none;
18282
18265
  }
18283
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18284
- opacity: var(--v-medium-emphasis-opacity);
18266
+ .v-alert .v-alert__underlay {
18267
+ position: absolute;
18285
18268
  }
18286
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18287
- opacity: 1;
18269
+ .v-alert--prominent {
18270
+ grid-template-areas: "prepend content append close" "prepend content . .";
18288
18271
  }
18289
- .v-autocomplete--selecting-index .v-field__input > input {
18290
- caret-color: transparent;
18272
+ .v-alert.v-alert--border {
18273
+ --v-border-opacity: 0.38;
18291
18274
  }
18292
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18293
- flex: 1 1;
18294
- position: absolute;
18295
- left: 0;
18296
- right: 0;
18297
- width: 100%;
18298
- padding-inline: inherit;
18275
+ .v-alert.v-alert--border.v-alert--border-start {
18276
+ padding-inline-start: 24px;
18299
18277
  }
18300
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18301
- transition: none;
18278
+ .v-alert.v-alert--border.v-alert--border-end {
18279
+ padding-inline-end: 24px;
18302
18280
  }
18303
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18304
- opacity: 0;
18281
+ .v-alert--variant-plain {
18282
+ transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
18305
18283
  }
18306
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18307
- opacity: 0;
18284
+ .v-alert--density-default {
18285
+ padding-bottom: 16px;
18286
+ padding-top: 16px;
18308
18287
  }
18309
- .v-autocomplete__menu-icon {
18310
- margin-inline-start: 4px;
18311
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18288
+ .v-alert--density-default.v-alert--border-top {
18289
+ padding-top: 24px;
18312
18290
  }
18313
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18314
- opacity: var(--v-high-emphasis-opacity);
18315
- transform: rotate(180deg);
18316
- }.v-badge {
18317
- display: inline-block;
18318
- line-height: 1;
18319
- }
18320
-
18321
- .v-badge__badge {
18322
- align-items: center;
18323
- display: inline-flex;
18324
- border-radius: 10px;
18325
- font-size: 0.75rem;
18326
- font-weight: 500;
18327
- height: 1.25rem;
18328
- justify-content: center;
18329
- min-width: 20px;
18330
- padding: 4px 6px;
18331
- pointer-events: auto;
18332
- position: absolute;
18333
- text-align: center;
18334
- text-indent: 0;
18335
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18336
- white-space: nowrap;
18337
- background: rgb(var(--v-theme-surface-variant));
18338
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18339
- }
18340
- .v-badge--bordered .v-badge__badge::after {
18341
- border-radius: inherit;
18342
- border-style: solid;
18343
- border-width: 2px;
18344
- bottom: 0;
18345
- color: rgb(var(--v-theme-background));
18346
- content: "";
18347
- left: 0;
18348
- position: absolute;
18349
- right: 0;
18350
- top: 0;
18351
- transform: scale(1.05);
18352
- }
18353
- .v-badge--dot .v-badge__badge {
18354
- border-radius: 4.5px;
18355
- height: 9px;
18356
- min-width: 0;
18357
- padding: 0;
18358
- width: 9px;
18359
- }
18360
- .v-badge--dot .v-badge__badge::after {
18361
- border-width: 1.5px;
18362
- }
18363
- .v-badge--inline .v-badge__badge {
18364
- position: relative;
18365
- vertical-align: middle;
18366
- }
18367
- .v-badge__badge .v-icon {
18368
- color: inherit;
18369
- font-size: 0.75rem;
18370
- margin: 0 -2px;
18371
- }
18372
- .v-badge__badge img,
18373
- .v-badge__badge .v-img {
18374
- height: 100%;
18375
- width: 100%;
18376
- }
18377
-
18378
- .v-badge__wrapper {
18379
- display: flex;
18380
- position: relative;
18381
- }
18382
- .v-badge--inline .v-badge__wrapper {
18383
- align-items: center;
18384
- display: inline-flex;
18385
- justify-content: center;
18386
- margin: 0 4px;
18387
- }.v-avatar {
18388
- flex: none;
18389
- align-items: center;
18390
- display: inline-flex;
18391
- justify-content: center;
18392
- line-height: normal;
18393
- overflow: hidden;
18394
- position: relative;
18395
- text-align: center;
18396
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18397
- transition-property: width, height;
18398
- vertical-align: middle;
18399
- border-radius: 50%;
18400
- }
18401
- .v-avatar.v-avatar--size-x-small {
18402
- --v-avatar-height: 24px;
18403
- }
18404
- .v-avatar.v-avatar--size-small {
18405
- --v-avatar-height: 32px;
18406
- }
18407
- .v-avatar.v-avatar--size-default {
18408
- --v-avatar-height: 40px;
18409
- }
18410
- .v-avatar.v-avatar--size-large {
18411
- --v-avatar-height: 48px;
18412
- }
18413
- .v-avatar.v-avatar--size-x-large {
18414
- --v-avatar-height: 56px;
18415
- }
18416
- .v-avatar.v-avatar--density-default {
18417
- height: calc(var(--v-avatar-height) + 0px);
18418
- width: calc(var(--v-avatar-height) + 0px);
18419
- }
18420
- .v-avatar.v-avatar--density-comfortable {
18421
- height: calc(var(--v-avatar-height) + -4px);
18422
- width: calc(var(--v-avatar-height) + -4px);
18423
- }
18424
- .v-avatar.v-avatar--density-compact {
18425
- height: calc(var(--v-avatar-height) + -8px);
18426
- width: calc(var(--v-avatar-height) + -8px);
18427
- }
18428
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18429
- background: transparent;
18430
- color: inherit;
18431
- }
18432
- .v-avatar--variant-plain {
18433
- opacity: 0.62;
18434
- }
18435
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18436
- opacity: 1;
18437
- }
18438
- .v-avatar--variant-plain .v-avatar__overlay {
18439
- display: none;
18440
- }
18441
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18442
- background: var(--v-theme-surface);
18443
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18444
- }
18445
- .v-avatar--variant-elevated {
18446
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18447
- }
18448
- .v-avatar--variant-flat {
18449
- 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));
18450
- }
18451
- .v-avatar--variant-outlined {
18452
- border: thin solid currentColor;
18453
- }
18454
- .v-avatar--variant-text .v-avatar__overlay {
18455
- background: currentColor;
18456
- }
18457
- .v-avatar--variant-tonal .v-avatar__underlay {
18458
- background: currentColor;
18459
- opacity: var(--v-activated-opacity);
18460
- border-radius: inherit;
18461
- top: 0;
18462
- right: 0;
18463
- bottom: 0;
18464
- left: 0;
18465
- pointer-events: none;
18466
- }
18467
- .v-avatar .v-avatar__underlay {
18468
- position: absolute;
18469
- }
18470
- .v-avatar--rounded {
18471
- border-radius: 4px;
18472
- }
18473
- .v-avatar--start {
18474
- margin-inline-end: 8px;
18475
- }
18476
- .v-avatar--end {
18477
- margin-inline-start: 8px;
18478
- }
18479
- .v-avatar .v-img {
18480
- height: 100%;
18481
- width: 100%;
18482
- }.v-alert {
18483
- display: grid;
18484
- flex: 1 1;
18485
- grid-template-areas: "prepend content append close" ". content . .";
18486
- grid-template-columns: max-content auto max-content max-content;
18487
- position: relative;
18488
- padding: 16px;
18489
- overflow: hidden;
18490
- --v-border-color: currentColor;
18491
- border-radius: 4px;
18492
- }
18493
- .v-alert--absolute {
18494
- position: absolute;
18495
- }
18496
- .v-alert--fixed {
18497
- position: fixed;
18498
- }
18499
- .v-alert--sticky {
18500
- position: sticky;
18501
- }
18502
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18503
- background: transparent;
18504
- color: inherit;
18505
- }
18506
- .v-alert--variant-plain {
18507
- opacity: 0.62;
18508
- }
18509
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18510
- opacity: 1;
18511
- }
18512
- .v-alert--variant-plain .v-alert__overlay {
18513
- display: none;
18514
- }
18515
- .v-alert--variant-elevated, .v-alert--variant-flat {
18516
- background: rgb(var(--v-theme-surface-light));
18517
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18518
- }
18519
- .v-alert--variant-elevated {
18520
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18521
- }
18522
- .v-alert--variant-flat {
18523
- 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));
18524
- }
18525
- .v-alert--variant-outlined {
18526
- border: thin solid currentColor;
18527
- }
18528
- .v-alert--variant-text .v-alert__overlay {
18529
- background: currentColor;
18530
- }
18531
- .v-alert--variant-tonal .v-alert__underlay {
18532
- background: currentColor;
18533
- opacity: var(--v-activated-opacity);
18534
- border-radius: inherit;
18535
- top: 0;
18536
- right: 0;
18537
- bottom: 0;
18538
- left: 0;
18539
- pointer-events: none;
18540
- }
18541
- .v-alert .v-alert__underlay {
18542
- position: absolute;
18543
- }
18544
- .v-alert--prominent {
18545
- grid-template-areas: "prepend content append close" "prepend content . .";
18546
- }
18547
- .v-alert.v-alert--border {
18548
- --v-border-opacity: 0.38;
18549
- }
18550
- .v-alert.v-alert--border.v-alert--border-start {
18551
- padding-inline-start: 24px;
18552
- }
18553
- .v-alert.v-alert--border.v-alert--border-end {
18554
- padding-inline-end: 24px;
18555
- }
18556
- .v-alert--variant-plain {
18557
- transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
18558
- }
18559
- .v-alert--density-default {
18560
- padding-bottom: 16px;
18561
- padding-top: 16px;
18562
- }
18563
- .v-alert--density-default.v-alert--border-top {
18564
- padding-top: 24px;
18565
- }
18566
- .v-alert--density-default.v-alert--border-bottom {
18567
- padding-bottom: 24px;
18291
+ .v-alert--density-default.v-alert--border-bottom {
18292
+ padding-bottom: 24px;
18568
18293
  }
18569
18294
 
18570
18295
  .v-alert--density-comfortable {
@@ -18691,19 +18416,278 @@ html.overflow-y-hidden {
18691
18416
  text-transform: none;
18692
18417
  word-break: normal;
18693
18418
  word-wrap: break-word;
18694
- }.v-banner {
18695
- display: grid;
18696
- flex: 1 1;
18697
- font-size: 0.875rem;
18698
- grid-template-areas: "prepend content actions";
18699
- grid-template-columns: max-content auto max-content;
18700
- grid-template-rows: max-content max-content;
18701
- line-height: 1.6;
18702
- overflow: hidden;
18703
- padding-inline: 16px 8px;
18704
- padding-top: 16px;
18705
- padding-bottom: 16px;
18706
- position: relative;
18419
+ }.v-app-bar {
18420
+ display: flex;
18421
+ }
18422
+ .v-app-bar.v-toolbar {
18423
+ background: rgb(var(--v-theme-surface));
18424
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18425
+ }
18426
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18427
+ 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));
18428
+ }
18429
+ .v-app-bar:not(.v-toolbar--absolute) {
18430
+ padding-inline-end: var(--v-scrollbar-offset);
18431
+ }.v-autocomplete .v-field .v-text-field__prefix,
18432
+ .v-autocomplete .v-field .v-text-field__suffix,
18433
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18434
+ cursor: text;
18435
+ }
18436
+ .v-autocomplete .v-field .v-field__input > input {
18437
+ flex: 1 1;
18438
+ }
18439
+ .v-autocomplete .v-field input {
18440
+ min-width: 64px;
18441
+ }
18442
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18443
+ min-width: 0;
18444
+ }
18445
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18446
+ margin-inline-end: 2px;
18447
+ }
18448
+ .v-autocomplete .v-autocomplete__selection-text {
18449
+ overflow: hidden;
18450
+ text-overflow: ellipsis;
18451
+ white-space: nowrap;
18452
+ }
18453
+
18454
+ .v-autocomplete__content {
18455
+ overflow: hidden;
18456
+ 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));
18457
+ border-radius: 4px;
18458
+ }
18459
+ .v-autocomplete__mask {
18460
+ background: rgb(var(--v-theme-surface-light));
18461
+ }
18462
+ .v-autocomplete__selection {
18463
+ display: inline-flex;
18464
+ align-items: center;
18465
+ height: 1.5rem;
18466
+ letter-spacing: inherit;
18467
+ line-height: inherit;
18468
+ max-width: calc(100% - 2px - 2px);
18469
+ }
18470
+ .v-autocomplete__selection:first-child {
18471
+ margin-inline-start: 0;
18472
+ }
18473
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18474
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18475
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18476
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18477
+ top: 0px;
18478
+ }
18479
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18480
+ opacity: var(--v-medium-emphasis-opacity);
18481
+ }
18482
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18483
+ opacity: 1;
18484
+ }
18485
+ .v-autocomplete--selecting-index .v-field__input > input {
18486
+ caret-color: transparent;
18487
+ }
18488
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18489
+ flex: 1 1;
18490
+ position: absolute;
18491
+ left: 0;
18492
+ right: 0;
18493
+ width: 100%;
18494
+ padding-inline: inherit;
18495
+ }
18496
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18497
+ transition: none;
18498
+ }
18499
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18500
+ opacity: 0;
18501
+ }
18502
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18503
+ opacity: 0;
18504
+ }
18505
+ .v-autocomplete__menu-icon {
18506
+ margin-inline-start: 4px;
18507
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18508
+ }
18509
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18510
+ opacity: var(--v-high-emphasis-opacity);
18511
+ transform: rotate(180deg);
18512
+ }.v-avatar {
18513
+ flex: none;
18514
+ align-items: center;
18515
+ display: inline-flex;
18516
+ justify-content: center;
18517
+ line-height: normal;
18518
+ overflow: hidden;
18519
+ position: relative;
18520
+ text-align: center;
18521
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18522
+ transition-property: width, height;
18523
+ vertical-align: middle;
18524
+ border-radius: 50%;
18525
+ }
18526
+ .v-avatar.v-avatar--size-x-small {
18527
+ --v-avatar-height: 24px;
18528
+ }
18529
+ .v-avatar.v-avatar--size-small {
18530
+ --v-avatar-height: 32px;
18531
+ }
18532
+ .v-avatar.v-avatar--size-default {
18533
+ --v-avatar-height: 40px;
18534
+ }
18535
+ .v-avatar.v-avatar--size-large {
18536
+ --v-avatar-height: 48px;
18537
+ }
18538
+ .v-avatar.v-avatar--size-x-large {
18539
+ --v-avatar-height: 56px;
18540
+ }
18541
+ .v-avatar.v-avatar--density-default {
18542
+ height: calc(var(--v-avatar-height) + 0px);
18543
+ width: calc(var(--v-avatar-height) + 0px);
18544
+ }
18545
+ .v-avatar.v-avatar--density-comfortable {
18546
+ height: calc(var(--v-avatar-height) + -4px);
18547
+ width: calc(var(--v-avatar-height) + -4px);
18548
+ }
18549
+ .v-avatar.v-avatar--density-compact {
18550
+ height: calc(var(--v-avatar-height) + -8px);
18551
+ width: calc(var(--v-avatar-height) + -8px);
18552
+ }
18553
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18554
+ background: transparent;
18555
+ color: inherit;
18556
+ }
18557
+ .v-avatar--variant-plain {
18558
+ opacity: 0.62;
18559
+ }
18560
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18561
+ opacity: 1;
18562
+ }
18563
+ .v-avatar--variant-plain .v-avatar__overlay {
18564
+ display: none;
18565
+ }
18566
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
18567
+ background: var(--v-theme-surface);
18568
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18569
+ }
18570
+ .v-avatar--variant-elevated {
18571
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18572
+ }
18573
+ .v-avatar--variant-flat {
18574
+ 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));
18575
+ }
18576
+ .v-avatar--variant-outlined {
18577
+ border: thin solid currentColor;
18578
+ }
18579
+ .v-avatar--variant-text .v-avatar__overlay {
18580
+ background: currentColor;
18581
+ }
18582
+ .v-avatar--variant-tonal .v-avatar__underlay {
18583
+ background: currentColor;
18584
+ opacity: var(--v-activated-opacity);
18585
+ border-radius: inherit;
18586
+ top: 0;
18587
+ right: 0;
18588
+ bottom: 0;
18589
+ left: 0;
18590
+ pointer-events: none;
18591
+ }
18592
+ .v-avatar .v-avatar__underlay {
18593
+ position: absolute;
18594
+ }
18595
+ .v-avatar--rounded {
18596
+ border-radius: 4px;
18597
+ }
18598
+ .v-avatar--start {
18599
+ margin-inline-end: 8px;
18600
+ }
18601
+ .v-avatar--end {
18602
+ margin-inline-start: 8px;
18603
+ }
18604
+ .v-avatar .v-img {
18605
+ height: 100%;
18606
+ width: 100%;
18607
+ }.v-badge {
18608
+ display: inline-block;
18609
+ line-height: 1;
18610
+ }
18611
+
18612
+ .v-badge__badge {
18613
+ align-items: center;
18614
+ display: inline-flex;
18615
+ border-radius: 10px;
18616
+ font-size: 0.75rem;
18617
+ font-weight: 500;
18618
+ height: 1.25rem;
18619
+ justify-content: center;
18620
+ min-width: 20px;
18621
+ padding: 4px 6px;
18622
+ pointer-events: auto;
18623
+ position: absolute;
18624
+ text-align: center;
18625
+ text-indent: 0;
18626
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18627
+ white-space: nowrap;
18628
+ background: rgb(var(--v-theme-surface-variant));
18629
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18630
+ }
18631
+ .v-badge--bordered .v-badge__badge::after {
18632
+ border-radius: inherit;
18633
+ border-style: solid;
18634
+ border-width: 2px;
18635
+ bottom: 0;
18636
+ color: rgb(var(--v-theme-background));
18637
+ content: "";
18638
+ left: 0;
18639
+ position: absolute;
18640
+ right: 0;
18641
+ top: 0;
18642
+ transform: scale(1.05);
18643
+ }
18644
+ .v-badge--dot .v-badge__badge {
18645
+ border-radius: 4.5px;
18646
+ height: 9px;
18647
+ min-width: 0;
18648
+ padding: 0;
18649
+ width: 9px;
18650
+ }
18651
+ .v-badge--dot .v-badge__badge::after {
18652
+ border-width: 1.5px;
18653
+ }
18654
+ .v-badge--inline .v-badge__badge {
18655
+ position: relative;
18656
+ vertical-align: middle;
18657
+ }
18658
+ .v-badge__badge .v-icon {
18659
+ color: inherit;
18660
+ font-size: 0.75rem;
18661
+ margin: 0 -2px;
18662
+ }
18663
+ .v-badge__badge img,
18664
+ .v-badge__badge .v-img {
18665
+ height: 100%;
18666
+ width: 100%;
18667
+ }
18668
+
18669
+ .v-badge__wrapper {
18670
+ display: flex;
18671
+ position: relative;
18672
+ }
18673
+ .v-badge--inline .v-badge__wrapper {
18674
+ align-items: center;
18675
+ display: inline-flex;
18676
+ justify-content: center;
18677
+ margin: 0 4px;
18678
+ }.v-banner {
18679
+ display: grid;
18680
+ flex: 1 1;
18681
+ font-size: 0.875rem;
18682
+ grid-template-areas: "prepend content actions";
18683
+ grid-template-columns: max-content auto max-content;
18684
+ grid-template-rows: max-content max-content;
18685
+ line-height: 1.6;
18686
+ overflow: hidden;
18687
+ padding-inline: 16px 8px;
18688
+ padding-top: 16px;
18689
+ padding-bottom: 16px;
18690
+ position: relative;
18707
18691
  width: 100%;
18708
18692
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18709
18693
  border-style: solid;
@@ -18848,6 +18832,63 @@ html.overflow-y-hidden {
18848
18832
  }
18849
18833
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18850
18834
  align-self: flex-start;
18835
+ }.v-breadcrumbs {
18836
+ display: flex;
18837
+ align-items: center;
18838
+ line-height: 1.6;
18839
+ padding: 16px 12px;
18840
+ }
18841
+ .v-breadcrumbs--rounded {
18842
+ border-radius: 4px;
18843
+ }
18844
+ .v-breadcrumbs--density-default {
18845
+ padding-top: 16px;
18846
+ padding-bottom: 16px;
18847
+ }
18848
+
18849
+ .v-breadcrumbs--density-comfortable {
18850
+ padding-top: 12px;
18851
+ padding-bottom: 12px;
18852
+ }
18853
+
18854
+ .v-breadcrumbs--density-compact {
18855
+ padding-top: 8px;
18856
+ padding-bottom: 8px;
18857
+ }
18858
+
18859
+ .v-breadcrumbs__prepend {
18860
+ align-items: center;
18861
+ display: inline-flex;
18862
+ }
18863
+
18864
+ .v-breadcrumbs-item {
18865
+ align-items: center;
18866
+ color: inherit;
18867
+ display: inline-flex;
18868
+ padding: 0 4px;
18869
+ text-decoration: none;
18870
+ vertical-align: middle;
18871
+ }
18872
+ .v-breadcrumbs-item--disabled {
18873
+ opacity: var(--v-disabled-opacity);
18874
+ pointer-events: none;
18875
+ }
18876
+ .v-breadcrumbs-item--link {
18877
+ color: inherit;
18878
+ text-decoration: none;
18879
+ }
18880
+ .v-breadcrumbs-item--link:hover {
18881
+ text-decoration: underline;
18882
+ }
18883
+ .v-breadcrumbs-item .v-icon {
18884
+ font-size: 1rem;
18885
+ margin-inline: -4px 2px;
18886
+ }
18887
+
18888
+ .v-breadcrumbs-divider {
18889
+ display: inline-block;
18890
+ padding: 0 8px;
18891
+ vertical-align: middle;
18851
18892
  }.bottom-sheet-transition-enter-from {
18852
18893
  transform: translateY(100%);
18853
18894
  }
@@ -18880,6 +18921,19 @@ html.overflow-y-hidden {
18880
18921
  .v-bottom-sheet.v-bottom-sheet--inset {
18881
18922
  max-width: 70%;
18882
18923
  }
18924
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18925
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18926
+ }
18927
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18928
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18929
+ }
18930
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18931
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18932
+ }
18933
+ @supports not selector(:focus-visible) {
18934
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18935
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18936
+ }
18883
18937
  }.v-bottom-navigation {
18884
18938
  display: flex;
18885
18939
  max-width: 100%;
@@ -18935,63 +18989,6 @@ html.overflow-y-hidden {
18935
18989
  }
18936
18990
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18937
18991
  transform: translateY(0.5rem);
18938
- }.v-breadcrumbs {
18939
- display: flex;
18940
- align-items: center;
18941
- line-height: 1.6;
18942
- padding: 16px 12px;
18943
- }
18944
- .v-breadcrumbs--rounded {
18945
- border-radius: 4px;
18946
- }
18947
- .v-breadcrumbs--density-default {
18948
- padding-top: 16px;
18949
- padding-bottom: 16px;
18950
- }
18951
-
18952
- .v-breadcrumbs--density-comfortable {
18953
- padding-top: 12px;
18954
- padding-bottom: 12px;
18955
- }
18956
-
18957
- .v-breadcrumbs--density-compact {
18958
- padding-top: 8px;
18959
- padding-bottom: 8px;
18960
- }
18961
-
18962
- .v-breadcrumbs__prepend {
18963
- align-items: center;
18964
- display: inline-flex;
18965
- }
18966
-
18967
- .v-breadcrumbs-item {
18968
- align-items: center;
18969
- color: inherit;
18970
- display: inline-flex;
18971
- padding: 0 4px;
18972
- text-decoration: none;
18973
- vertical-align: middle;
18974
- }
18975
- .v-breadcrumbs-item--disabled {
18976
- opacity: var(--v-disabled-opacity);
18977
- pointer-events: none;
18978
- }
18979
- .v-breadcrumbs-item--link {
18980
- color: inherit;
18981
- text-decoration: none;
18982
- }
18983
- .v-breadcrumbs-item--link:hover {
18984
- text-decoration: underline;
18985
- }
18986
- .v-breadcrumbs-item .v-icon {
18987
- font-size: 1rem;
18988
- margin-inline: -4px 2px;
18989
- }
18990
-
18991
- .v-breadcrumbs-divider {
18992
- display: inline-block;
18993
- padding: 0 8px;
18994
- vertical-align: middle;
18995
18992
  }.v-btn {
18996
18993
  align-items: center;
18997
18994
  border-radius: 4px;
@@ -19365,45 +19362,108 @@ html.overflow-y-hidden {
19365
19362
  .v-btn__content > .v-icon--start {
19366
19363
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
19367
19364
  }
19368
- .v-btn__content > .v-icon--end {
19369
- margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
19365
+ .v-btn__content > .v-icon--end {
19366
+ margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
19367
+ }
19368
+ .v-btn--stacked .v-btn__content {
19369
+ white-space: normal;
19370
+ }
19371
+
19372
+ .v-btn__overlay {
19373
+ background-color: currentColor;
19374
+ border-radius: inherit;
19375
+ opacity: 0;
19376
+ transition: opacity 0.2s ease-in-out;
19377
+ }
19378
+
19379
+ .v-btn__overlay,
19380
+ .v-btn__underlay {
19381
+ position: absolute;
19382
+ top: 0;
19383
+ left: 0;
19384
+ width: 100%;
19385
+ height: 100%;
19386
+ pointer-events: none;
19387
+ }
19388
+
19389
+ .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19390
+ margin-inline-start: 0.5rem;
19391
+ }
19392
+
19393
+ .v-pagination .v-btn {
19394
+ border-radius: 4px;
19395
+ }
19396
+ .v-pagination .v-btn--rounded {
19397
+ border-radius: 50%;
19398
+ }
19399
+ .v-btn__overlay {
19400
+ transition: none;
19401
+ }
19402
+ .v-pagination__item--is-active .v-btn__overlay {
19403
+ opacity: var(--v-border-opacity);
19404
+ }.v-carousel {
19405
+ overflow: hidden;
19406
+ position: relative;
19407
+ width: 100%;
19408
+ }
19409
+ .v-carousel__controls {
19410
+ align-items: center;
19411
+ bottom: 0;
19412
+ display: flex;
19413
+ height: 50px;
19414
+ justify-content: center;
19415
+ list-style-type: none;
19416
+ position: absolute;
19417
+ width: 100%;
19418
+ z-index: 1;
19419
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19420
+ color: rgb(var(--v-theme-on-surface-variant));
19421
+ }
19422
+ .v-carousel__controls > .v-item-group {
19423
+ flex: 0 1 auto;
19424
+ }
19425
+ .v-carousel__controls__item {
19426
+ margin: 0 8px;
19427
+ }
19428
+ .v-carousel__controls__item .v-icon {
19429
+ opacity: 0.5;
19430
+ }
19431
+ .v-carousel__controls__item--active .v-icon {
19432
+ opacity: 1;
19433
+ vertical-align: middle;
19370
19434
  }
19371
- .v-btn--stacked .v-btn__content {
19372
- white-space: normal;
19435
+ .v-carousel__controls__item:hover {
19436
+ background: none;
19373
19437
  }
19374
-
19375
- .v-btn__overlay {
19376
- background-color: currentColor;
19377
- border-radius: inherit;
19378
- opacity: 0;
19379
- transition: opacity 0.2s ease-in-out;
19438
+ .v-carousel__controls__item:hover .v-icon {
19439
+ opacity: 0.8;
19380
19440
  }
19381
19441
 
19382
- .v-btn__overlay,
19383
- .v-btn__underlay {
19442
+ .v-carousel__progress {
19443
+ margin: 0;
19384
19444
  position: absolute;
19385
- top: 0;
19445
+ bottom: 0;
19386
19446
  left: 0;
19387
- width: 100%;
19388
- height: 100%;
19389
- pointer-events: none;
19390
- }
19391
-
19392
- .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19393
- margin-inline-start: 0.5rem;
19447
+ right: 0;
19394
19448
  }
19395
19449
 
19396
- .v-pagination .v-btn {
19397
- border-radius: 4px;
19450
+ .v-carousel-item {
19451
+ display: block;
19452
+ height: inherit;
19453
+ text-decoration: none;
19398
19454
  }
19399
- .v-pagination .v-btn--rounded {
19400
- border-radius: 50%;
19455
+ .v-carousel-item > .v-img {
19456
+ height: inherit;
19401
19457
  }
19402
- .v-btn__overlay {
19403
- transition: none;
19458
+
19459
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19460
+ background: transparent;
19404
19461
  }
19405
- .v-pagination__item--is-active .v-btn__overlay {
19406
- opacity: var(--v-border-opacity);
19462
+
19463
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19464
+ flex-direction: column;
19465
+ height: 100% !important;
19466
+ width: 50px;
19407
19467
  }.v-card {
19408
19468
  display: block;
19409
19469
  overflow: hidden;
@@ -19703,19 +19763,62 @@ html.overflow-y-hidden {
19703
19763
  pointer-events: none;
19704
19764
  opacity: 0;
19705
19765
  transition: opacity 0.2s ease-in-out;
19706
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19707
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19766
+ }.v-btn-group {
19767
+ display: inline-flex;
19768
+ flex-wrap: nowrap;
19769
+ max-width: 100%;
19770
+ min-width: 0;
19771
+ overflow: hidden;
19772
+ vertical-align: middle;
19773
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19774
+ border-style: solid;
19775
+ border-width: 0;
19776
+ 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));
19777
+ border-radius: 4px;
19778
+ background: transparent;
19779
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19708
19780
  }
19709
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19710
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19781
+ .v-btn-group--border {
19782
+ border-width: thin;
19783
+ box-shadow: none;
19711
19784
  }
19712
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19713
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19785
+ .v-btn-group--density-default.v-btn-group {
19786
+ height: 48px;
19714
19787
  }
19715
- @supports not selector(:focus-visible) {
19716
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19717
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19718
- }
19788
+
19789
+ .v-btn-group--density-comfortable.v-btn-group {
19790
+ height: 40px;
19791
+ }
19792
+
19793
+ .v-btn-group--density-compact.v-btn-group {
19794
+ height: 36px;
19795
+ }
19796
+
19797
+ .v-btn-group .v-btn {
19798
+ border-radius: 0;
19799
+ border-color: inherit;
19800
+ }
19801
+ .v-btn-group .v-btn:not(:last-child) {
19802
+ border-inline-end: none;
19803
+ }
19804
+ .v-btn-group .v-btn:not(:first-child) {
19805
+ border-inline-start: none;
19806
+ }
19807
+ .v-btn-group .v-btn:first-child {
19808
+ border-start-start-radius: inherit;
19809
+ border-end-start-radius: inherit;
19810
+ }
19811
+ .v-btn-group .v-btn:last-child {
19812
+ border-start-end-radius: inherit;
19813
+ border-end-end-radius: inherit;
19814
+ }
19815
+ .v-btn-group--divided .v-btn:not(:last-child) {
19816
+ border-inline-end-width: thin;
19817
+ border-inline-end-style: solid;
19818
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19819
+ }
19820
+ .v-btn-group--tile {
19821
+ border-radius: 0;
19719
19822
  }.v-chip {
19720
19823
  align-items: center;
19721
19824
  display: inline-flex;
@@ -20128,62 +20231,11 @@ html.overflow-y-hidden {
20128
20231
 
20129
20232
  .v-chip--label {
20130
20233
  border-radius: 4px;
20131
- }.v-btn-group {
20132
- display: inline-flex;
20133
- flex-wrap: nowrap;
20134
- max-width: 100%;
20135
- min-width: 0;
20136
- overflow: hidden;
20137
- vertical-align: middle;
20138
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20139
- border-style: solid;
20140
- border-width: 0;
20141
- 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));
20142
- border-radius: 4px;
20143
- background: transparent;
20144
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20145
- }
20146
- .v-btn-group--border {
20147
- border-width: thin;
20148
- box-shadow: none;
20149
- }
20150
- .v-btn-group--density-default.v-btn-group {
20151
- height: 48px;
20152
- }
20153
-
20154
- .v-btn-group--density-comfortable.v-btn-group {
20155
- height: 40px;
20156
- }
20157
-
20158
- .v-btn-group--density-compact.v-btn-group {
20159
- height: 36px;
20160
- }
20161
-
20162
- .v-btn-group .v-btn {
20163
- border-radius: 0;
20164
- border-color: inherit;
20165
- }
20166
- .v-btn-group .v-btn:not(:last-child) {
20167
- border-inline-end: none;
20168
- }
20169
- .v-btn-group .v-btn:not(:first-child) {
20170
- border-inline-start: none;
20171
- }
20172
- .v-btn-group .v-btn:first-child {
20173
- border-start-start-radius: inherit;
20174
- border-end-start-radius: inherit;
20175
- }
20176
- .v-btn-group .v-btn:last-child {
20177
- border-start-end-radius: inherit;
20178
- border-end-end-radius: inherit;
20179
- }
20180
- .v-btn-group--divided .v-btn:not(:last-child) {
20181
- border-inline-end-width: thin;
20182
- border-inline-end-style: solid;
20183
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
20234
+ }.v-checkbox.v-input {
20235
+ flex: 0 1 auto;
20184
20236
  }
20185
- .v-btn-group--tile {
20186
- border-radius: 0;
20237
+ .v-checkbox .v-selection-control {
20238
+ min-height: var(--v-input-control-height);
20187
20239
  }.v-chip-group {
20188
20240
  display: flex;
20189
20241
  max-width: 100%;
@@ -20246,126 +20298,43 @@ html.overflow-y-hidden {
20246
20298
  }
20247
20299
  .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20248
20300
  .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20249
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20250
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20251
- top: 0px;
20252
- }
20253
- .v-combobox--selecting-index .v-combobox__selection {
20254
- opacity: var(--v-medium-emphasis-opacity);
20255
- }
20256
- .v-combobox--selecting-index .v-combobox__selection--selected {
20257
- opacity: 1;
20258
- }
20259
- .v-combobox--selecting-index .v-field__input > input {
20260
- caret-color: transparent;
20261
- }
20262
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20263
- flex: 1 1;
20264
- position: absolute;
20265
- left: 0;
20266
- right: 0;
20267
- width: 100%;
20268
- padding-inline: inherit;
20269
- }
20270
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20271
- transition: none;
20272
- }
20273
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20274
- opacity: 0;
20275
- }
20276
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20277
- opacity: 0;
20278
- }
20279
- .v-combobox__menu-icon {
20280
- margin-inline-start: 4px;
20281
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20282
- }
20283
- .v-combobox--active-menu .v-combobox__menu-icon {
20284
- opacity: var(--v-high-emphasis-opacity);
20285
- transform: rotate(180deg);
20286
- }.v-color-picker {
20287
- align-self: flex-start;
20288
- contain: content;
20289
- }
20290
- .v-color-picker.v-sheet {
20291
- 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));
20292
- border-radius: 4px;
20293
- }
20294
-
20295
- .v-color-picker__controls {
20296
- display: flex;
20297
- flex-direction: column;
20298
- padding: 16px;
20299
- }
20300
-
20301
- .v-color-picker--flat {
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
- }
20304
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20305
- 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));
20306
- }.v-carousel {
20307
- overflow: hidden;
20308
- position: relative;
20309
- width: 100%;
20310
- }
20311
- .v-carousel__controls {
20312
- align-items: center;
20313
- bottom: 0;
20314
- display: flex;
20315
- height: 50px;
20316
- justify-content: center;
20317
- list-style-type: none;
20318
- position: absolute;
20319
- width: 100%;
20320
- z-index: 1;
20321
- background: rgba(var(--v-theme-surface-variant), 0.3);
20322
- color: rgb(var(--v-theme-on-surface-variant));
20323
- }
20324
- .v-carousel__controls > .v-item-group {
20325
- flex: 0 1 auto;
20326
- }
20327
- .v-carousel__controls__item {
20328
- margin: 0 8px;
20301
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20302
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20303
+ top: 0px;
20329
20304
  }
20330
- .v-carousel__controls__item .v-icon {
20331
- opacity: 0.5;
20305
+ .v-combobox--selecting-index .v-combobox__selection {
20306
+ opacity: var(--v-medium-emphasis-opacity);
20332
20307
  }
20333
- .v-carousel__controls__item--active .v-icon {
20308
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20334
20309
  opacity: 1;
20335
- vertical-align: middle;
20336
- }
20337
- .v-carousel__controls__item:hover {
20338
- background: none;
20339
20310
  }
20340
- .v-carousel__controls__item:hover .v-icon {
20341
- opacity: 0.8;
20311
+ .v-combobox--selecting-index .v-field__input > input {
20312
+ caret-color: transparent;
20342
20313
  }
20343
-
20344
- .v-carousel__progress {
20345
- margin: 0;
20314
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20315
+ flex: 1 1;
20346
20316
  position: absolute;
20347
- bottom: 0;
20348
20317
  left: 0;
20349
20318
  right: 0;
20319
+ width: 100%;
20320
+ padding-inline: inherit;
20350
20321
  }
20351
-
20352
- .v-carousel-item {
20353
- display: block;
20354
- height: inherit;
20355
- text-decoration: none;
20322
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20323
+ transition: none;
20356
20324
  }
20357
- .v-carousel-item > .v-img {
20358
- height: inherit;
20325
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20326
+ opacity: 0;
20359
20327
  }
20360
-
20361
- .v-carousel--hide-delimiter-background .v-carousel__controls {
20362
- background: transparent;
20328
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20329
+ opacity: 0;
20363
20330
  }
20364
-
20365
- .v-carousel--vertical-delimiters .v-carousel__controls {
20366
- flex-direction: column;
20367
- height: 100% !important;
20368
- width: 50px;
20331
+ .v-combobox__menu-icon {
20332
+ margin-inline-start: 4px;
20333
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20334
+ }
20335
+ .v-combobox--active-menu .v-combobox__menu-icon {
20336
+ opacity: var(--v-high-emphasis-opacity);
20337
+ transform: rotate(180deg);
20369
20338
  }.v-container {
20370
20339
  width: 100%;
20371
20340
  padding: 16px;
@@ -21038,37 +21007,242 @@ html.overflow-y-hidden {
21038
21007
  .offset-xxl-11 {
21039
21008
  margin-inline-start: 91.6666666667%;
21040
21009
  }
21041
- }.v-data-table-footer {
21010
+ }.v-color-picker {
21011
+ align-self: flex-start;
21012
+ contain: content;
21013
+ }
21014
+ .v-color-picker.v-sheet {
21015
+ 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));
21016
+ border-radius: 4px;
21017
+ }
21018
+
21019
+ .v-color-picker__controls {
21020
+ display: flex;
21021
+ flex-direction: column;
21022
+ padding: 16px;
21023
+ }
21024
+
21025
+ .v-color-picker--flat {
21026
+ 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));
21027
+ }
21028
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21029
+ 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));
21030
+ }.v-counter {
21031
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21032
+ flex: 0 1 auto;
21033
+ font-size: 12px;
21034
+ transition-duration: 150ms;
21035
+ }.v-date-picker {
21036
+ overflow: hidden;
21037
+ width: 328px;
21038
+ }
21039
+ .v-date-picker--show-week {
21040
+ width: 368px;
21041
+ }.v-date-picker-controls {
21042
+ display: flex;
21043
+ align-items: center;
21044
+ justify-content: space-between;
21045
+ font-size: 0.875rem;
21046
+ padding-top: 4px;
21047
+ padding-bottom: 4px;
21048
+ padding-inline-start: 6px;
21049
+ padding-inline-end: 12px;
21050
+ }
21051
+ .v-date-picker-controls > .v-btn:first-child {
21052
+ text-transform: none;
21053
+ font-weight: 400;
21054
+ line-height: initial;
21055
+ letter-spacing: initial;
21056
+ }
21057
+ .v-date-picker-controls--variant-classic {
21058
+ padding-inline-start: 12px;
21059
+ }
21060
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21061
+ opacity: 0.7;
21062
+ }
21063
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21064
+ cursor: pointer;
21065
+ }
21066
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21067
+ opacity: 1;
21068
+ }
21069
+ .v-date-picker-controls .v-btn:last-child {
21070
+ margin-inline-start: 4px;
21071
+ }
21072
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21073
+ transform: rotate(180deg);
21074
+ }
21075
+
21076
+ .v-date-picker-controls__date {
21077
+ margin-inline-end: 4px;
21078
+ }
21079
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21080
+ margin: auto;
21081
+ text-align: center;
21082
+ }
21083
+
21084
+ .v-date-picker-controls__month {
21085
+ display: flex;
21086
+ }
21087
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21088
+ flex-direction: row-reverse;
21089
+ }
21090
+
21091
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21092
+ flex: 1 0 auto;
21093
+ }
21094
+
21095
+ .v-date-picker__title {
21096
+ display: inline-block;
21097
+ }.v-date-picker-header {
21098
+ align-items: flex-end;
21099
+ height: 70px;
21100
+ display: grid;
21101
+ grid-template-areas: "prepend content append";
21102
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
21103
+ overflow: hidden;
21104
+ padding-inline: 24px 12px;
21105
+ padding-bottom: 12px;
21106
+ }
21107
+
21108
+ .v-date-picker-header__append {
21109
+ grid-area: append;
21110
+ }
21111
+
21112
+ .v-date-picker-header__prepend {
21113
+ grid-area: prepend;
21114
+ padding-inline-start: 8px;
21115
+ }
21116
+
21117
+ .v-date-picker-header__content {
21118
+ align-items: center;
21119
+ display: inline-flex;
21120
+ font-size: 32px;
21121
+ line-height: 40px;
21122
+ grid-area: content;
21123
+ justify-content: space-between;
21124
+ }
21125
+ .v-date-picker-header--clickable .v-date-picker-header__content {
21126
+ cursor: pointer;
21127
+ }
21128
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21129
+ opacity: 0.7;
21130
+ }
21131
+
21132
+ .date-picker-header-transition-enter-active,
21133
+ .date-picker-header-reverse-transition-enter-active {
21134
+ transition-duration: 0.3s;
21135
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21136
+ }
21137
+ .date-picker-header-transition-leave-active,
21138
+ .date-picker-header-reverse-transition-leave-active {
21139
+ transition-duration: 0.3s;
21140
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21141
+ }
21142
+
21143
+ .date-picker-header-transition-enter-from {
21144
+ transform: translate(0, 100%);
21145
+ }
21146
+ .date-picker-header-transition-leave-to {
21147
+ opacity: 0;
21148
+ transform: translate(0, -100%);
21149
+ }
21150
+
21151
+ .date-picker-header-reverse-transition-enter-from {
21152
+ transform: translate(0, -100%);
21153
+ }
21154
+ .date-picker-header-reverse-transition-leave-to {
21155
+ opacity: 0;
21156
+ transform: translate(0, 100%);
21157
+ }.v-date-picker-months {
21158
+ height: 288px;
21159
+ }
21160
+
21161
+ .v-date-picker-months__content {
21042
21162
  align-items: center;
21163
+ display: grid;
21164
+ flex: 1 1;
21165
+ height: inherit;
21166
+ justify-content: space-around;
21167
+ grid-template-columns: repeat(2, 1fr);
21168
+ grid-gap: 0px 24px;
21169
+ padding-inline-start: 36px;
21170
+ padding-inline-end: 36px;
21171
+ }
21172
+ .v-date-picker-months__content .v-btn {
21173
+ text-transform: none;
21174
+ padding-inline-start: 8px;
21175
+ padding-inline-end: 8px;
21176
+ }.v-date-picker-years {
21177
+ height: 288px;
21178
+ overflow-y: scroll;
21179
+ }
21180
+
21181
+ .v-date-picker-years__content {
21182
+ display: grid;
21183
+ flex: 1 1;
21184
+ justify-content: space-around;
21185
+ grid-template-columns: repeat(3, 1fr);
21186
+ gap: 8px 24px;
21187
+ padding-inline: 32px;
21188
+ }
21189
+ .v-date-picker-years__content .v-btn {
21190
+ padding-inline: 8px;
21191
+ }.v-date-picker-month {
21043
21192
  display: flex;
21044
- flex-wrap: wrap;
21045
- justify-content: flex-end;
21046
- padding: 8px 4px;
21193
+ justify-content: center;
21194
+ padding: 0 12px 8px;
21195
+ --v-date-picker-month-day-diff: 4px;
21196
+ }
21197
+
21198
+ .v-date-picker-month__weeks {
21199
+ display: grid;
21200
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21201
+ column-gap: 4px;
21202
+ font-size: 0.85rem;
21203
+ }
21204
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
21205
+ grid-row-gap: 0;
21206
+ }
21207
+
21208
+ .v-date-picker-month__weekday {
21209
+ font-size: 0.85rem;
21210
+ }
21211
+
21212
+ .v-date-picker-month__days {
21213
+ display: grid;
21214
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21215
+ column-gap: 4px;
21216
+ flex: 1 1;
21217
+ justify-content: space-around;
21047
21218
  }
21048
- .v-data-table-footer__items-per-page {
21219
+
21220
+ .v-date-picker-month__day {
21049
21221
  align-items: center;
21050
21222
  display: flex;
21051
21223
  justify-content: center;
21224
+ position: relative;
21225
+ height: 40px;
21226
+ width: 40px;
21052
21227
  }
21053
- .v-data-table-footer__items-per-page > span {
21054
- padding-inline-end: 8px;
21228
+ .v-date-picker-month__day--selected .v-btn {
21229
+ background-color: rgb(var(--v-theme-surface-variant));
21230
+ color: rgb(var(--v-theme-on-surface-variant));
21055
21231
  }
21056
- .v-data-table-footer__items-per-page > .v-select {
21057
- width: 90px;
21232
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21233
+ --v-btn-height: 24px;
21234
+ --v-btn-size: 0.85rem;
21058
21235
  }
21059
- .v-data-table-footer__info {
21060
- display: flex;
21061
- justify-content: flex-end;
21062
- min-width: 116px;
21063
- padding: 0 16px;
21236
+ .v-date-picker-month__day--week {
21237
+ font-size: var(--v-btn-size);
21064
21238
  }
21065
- .v-data-table-footer__paginationz {
21066
- align-items: center;
21067
- display: flex;
21068
- margin-inline-start: 16px;
21239
+
21240
+ .v-date-picker-month__day--adjacent {
21241
+ opacity: 0.5;
21069
21242
  }
21070
- .v-data-table-footer__page {
21071
- padding: 0 8px;
21243
+
21244
+ .v-date-picker-month__day--hide-adjacent {
21245
+ opacity: 0;
21072
21246
  }.v-data-table {
21073
21247
  width: 100%;
21074
21248
  }
@@ -21251,11 +21425,37 @@ html.overflow-y-hidden {
21251
21425
  }
21252
21426
  .v-data-table__td-sort-icon-active {
21253
21427
  color: rgba(var(--v-theme-on-surface));
21254
- }.v-counter {
21255
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21256
- flex: 0 1 auto;
21257
- font-size: 12px;
21258
- transition-duration: 150ms;
21428
+ }.v-data-table-footer {
21429
+ align-items: center;
21430
+ display: flex;
21431
+ flex-wrap: wrap;
21432
+ justify-content: flex-end;
21433
+ padding: 8px 4px;
21434
+ }
21435
+ .v-data-table-footer__items-per-page {
21436
+ align-items: center;
21437
+ display: flex;
21438
+ justify-content: center;
21439
+ }
21440
+ .v-data-table-footer__items-per-page > span {
21441
+ padding-inline-end: 8px;
21442
+ }
21443
+ .v-data-table-footer__items-per-page > .v-select {
21444
+ width: 90px;
21445
+ }
21446
+ .v-data-table-footer__info {
21447
+ display: flex;
21448
+ justify-content: flex-end;
21449
+ min-width: 116px;
21450
+ padding: 0 16px;
21451
+ }
21452
+ .v-data-table-footer__paginationz {
21453
+ align-items: center;
21454
+ display: flex;
21455
+ margin-inline-start: 16px;
21456
+ }
21457
+ .v-data-table-footer__page {
21458
+ padding: 0 8px;
21259
21459
  }.v-dialog {
21260
21460
  align-items: center;
21261
21461
  justify-content: center;
@@ -21348,217 +21548,122 @@ html.overflow-y-hidden {
21348
21548
  -webkit-backface-visibility: hidden;
21349
21549
  backface-visibility: hidden;
21350
21550
  overflow-y: auto;
21351
- }.v-date-picker {
21352
- overflow: hidden;
21353
- width: 328px;
21354
- }
21355
- .v-date-picker--show-week {
21356
- width: 368px;
21357
- }.v-date-picker-header {
21358
- align-items: flex-end;
21359
- height: 70px;
21360
- display: grid;
21361
- grid-template-areas: "prepend content append";
21362
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21363
- overflow: hidden;
21364
- padding-inline: 24px 12px;
21365
- padding-bottom: 12px;
21366
- }
21367
-
21368
- .v-date-picker-header__append {
21369
- grid-area: append;
21370
- }
21371
-
21372
- .v-date-picker-header__prepend {
21373
- grid-area: prepend;
21374
- padding-inline-start: 8px;
21375
- }
21376
-
21377
- .v-date-picker-header__content {
21551
+ }.v-empty-state {
21378
21552
  align-items: center;
21379
- display: inline-flex;
21380
- font-size: 32px;
21381
- line-height: 40px;
21382
- grid-area: content;
21383
- justify-content: space-between;
21384
- }
21385
- .v-date-picker-header--clickable .v-date-picker-header__content {
21386
- cursor: pointer;
21387
- }
21388
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21389
- opacity: 0.7;
21390
- }
21391
-
21392
- .date-picker-header-transition-enter-active,
21393
- .date-picker-header-reverse-transition-enter-active {
21394
- transition-duration: 0.3s;
21395
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21396
- }
21397
- .date-picker-header-transition-leave-active,
21398
- .date-picker-header-reverse-transition-leave-active {
21399
- transition-duration: 0.3s;
21400
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21401
- }
21402
-
21403
- .date-picker-header-transition-enter-from {
21404
- transform: translate(0, 100%);
21405
- }
21406
- .date-picker-header-transition-leave-to {
21407
- opacity: 0;
21408
- transform: translate(0, -100%);
21409
- }
21410
-
21411
- .date-picker-header-reverse-transition-enter-from {
21412
- transform: translate(0, -100%);
21413
- }
21414
- .date-picker-header-reverse-transition-leave-to {
21415
- opacity: 0;
21416
- transform: translate(0, 100%);
21417
- }.v-date-picker-month {
21418
21553
  display: flex;
21554
+ flex-direction: column;
21419
21555
  justify-content: center;
21420
- padding: 0 12px 8px;
21421
- --v-date-picker-month-day-diff: 4px;
21422
- }
21423
-
21424
- .v-date-picker-month__weeks {
21425
- display: grid;
21426
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21427
- column-gap: 4px;
21428
- font-size: 0.85rem;
21556
+ min-height: 100%;
21557
+ padding: 16px;
21429
21558
  }
21430
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21431
- grid-row-gap: 0;
21559
+ .v-empty-state--start {
21560
+ align-items: flex-start;
21432
21561
  }
21433
-
21434
- .v-date-picker-month__weekday {
21435
- font-size: 0.85rem;
21562
+ .v-empty-state--center {
21563
+ align-items: center;
21436
21564
  }
21437
-
21438
- .v-date-picker-month__days {
21439
- display: grid;
21440
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21441
- column-gap: 4px;
21442
- flex: 1 1;
21443
- justify-content: space-around;
21565
+ .v-empty-state--end {
21566
+ align-items: flex-end;
21444
21567
  }
21445
21568
 
21446
- .v-date-picker-month__day {
21447
- align-items: center;
21448
- display: flex;
21449
- justify-content: center;
21450
- position: relative;
21451
- height: 40px;
21452
- width: 40px;
21569
+ .v-empty-state__media {
21570
+ text-align: center;
21571
+ width: 100%;
21453
21572
  }
21454
- .v-date-picker-month__day--selected .v-btn {
21455
- background-color: rgb(var(--v-theme-surface-variant));
21456
- color: rgb(var(--v-theme-on-surface-variant));
21573
+ .v-empty-state__media .v-icon {
21574
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21457
21575
  }
21458
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21459
- --v-btn-height: 24px;
21460
- --v-btn-size: 0.85rem;
21576
+
21577
+ .v-empty-state__headline {
21578
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21579
+ font-size: 3.75rem;
21580
+ font-weight: 300;
21581
+ line-height: 1;
21582
+ text-align: center;
21583
+ margin-bottom: 8px;
21461
21584
  }
21462
- .v-date-picker-month__day--week {
21463
- font-size: var(--v-btn-size);
21585
+ .v-empty-state--mobile .v-empty-state__headline {
21586
+ font-size: 2.125rem;
21464
21587
  }
21465
21588
 
21466
- .v-date-picker-month__day--adjacent {
21467
- opacity: 0.5;
21589
+ .v-empty-state__title {
21590
+ font-size: 1.25rem;
21591
+ font-weight: 500;
21592
+ line-height: 1.6;
21593
+ margin-bottom: 4px;
21594
+ text-align: center;
21468
21595
  }
21469
21596
 
21470
- .v-date-picker-month__day--hide-adjacent {
21471
- opacity: 0;
21472
- }.v-date-picker-controls {
21473
- display: flex;
21474
- align-items: center;
21475
- justify-content: space-between;
21597
+ .v-empty-state__text {
21476
21598
  font-size: 0.875rem;
21477
- padding-top: 4px;
21478
- padding-bottom: 4px;
21479
- padding-inline-start: 6px;
21480
- padding-inline-end: 12px;
21481
- }
21482
- .v-date-picker-controls > .v-btn:first-child {
21483
- text-transform: none;
21484
21599
  font-weight: 400;
21485
- line-height: initial;
21486
- letter-spacing: initial;
21487
- }
21488
- .v-date-picker-controls--variant-classic {
21489
- padding-inline-start: 12px;
21490
- }
21491
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21492
- opacity: 0.7;
21493
- }
21494
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21495
- cursor: pointer;
21496
- }
21497
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21498
- opacity: 1;
21600
+ line-height: 1.425;
21601
+ padding: 0 16px;
21602
+ text-align: center;
21499
21603
  }
21500
- .v-date-picker-controls .v-btn:last-child {
21501
- margin-inline-start: 4px;
21604
+
21605
+ .v-empty-state__content {
21606
+ padding: 24px 0;
21502
21607
  }
21503
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21504
- transform: rotate(180deg);
21608
+
21609
+ .v-empty-state__actions {
21610
+ display: flex;
21611
+ gap: 8px;
21612
+ padding: 16px;
21505
21613
  }
21506
21614
 
21507
- .v-date-picker-controls__date {
21508
- margin-inline-end: 4px;
21615
+ .v-empty-state__action-btn.v-btn {
21616
+ background-color: rgb(var(--v-theme-surface-variant));
21617
+ color: rgb(var(--v-theme-on-surface-variant));
21618
+ }.v-divider {
21619
+ display: block;
21620
+ flex: 1 1 100%;
21621
+ height: 0px;
21622
+ max-height: 0px;
21623
+ opacity: var(--v-border-opacity);
21624
+ transition: inherit;
21625
+ border-style: solid;
21626
+ border-width: thin 0 0 0;
21509
21627
  }
21510
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21511
- margin: auto;
21512
- text-align: center;
21628
+ .v-divider--vertical {
21629
+ align-self: stretch;
21630
+ border-width: 0 thin 0 0;
21631
+ display: inline-flex;
21632
+ height: 100%;
21633
+ margin-left: -1px;
21634
+ max-height: 100%;
21635
+ max-width: 0px;
21636
+ vertical-align: text-bottom;
21637
+ width: 0px;
21513
21638
  }
21514
-
21515
- .v-date-picker-controls__month {
21516
- display: flex;
21639
+ .v-divider--inset:not(.v-divider--vertical) {
21640
+ max-width: calc(100% - 72px);
21641
+ margin-inline-start: 72px;
21517
21642
  }
21518
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21519
- flex-direction: row-reverse;
21643
+ .v-divider--inset.v-divider--vertical {
21644
+ margin-bottom: 8px;
21645
+ margin-top: 8px;
21646
+ max-height: calc(100% - 16px);
21520
21647
  }
21521
21648
 
21522
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21523
- flex: 1 0 auto;
21649
+ .v-divider__content {
21650
+ padding: 0 16px;
21524
21651
  }
21525
-
21526
- .v-date-picker__title {
21527
- display: inline-block;
21528
- }.v-date-picker-months {
21529
- height: 288px;
21652
+ .v-divider__wrapper--vertical .v-divider__content {
21653
+ padding: 4px 0;
21530
21654
  }
21531
21655
 
21532
- .v-date-picker-months__content {
21656
+ .v-divider__wrapper {
21657
+ display: flex;
21533
21658
  align-items: center;
21534
- display: grid;
21535
- flex: 1 1;
21536
- height: inherit;
21537
- justify-content: space-around;
21538
- grid-template-columns: repeat(2, 1fr);
21539
- grid-gap: 0px 24px;
21540
- padding-inline-start: 36px;
21541
- padding-inline-end: 36px;
21542
- }
21543
- .v-date-picker-months__content .v-btn {
21544
- text-transform: none;
21545
- padding-inline-start: 8px;
21546
- padding-inline-end: 8px;
21547
- }.v-date-picker-years {
21548
- height: 288px;
21549
- overflow-y: scroll;
21659
+ justify-content: center;
21550
21660
  }
21551
-
21552
- .v-date-picker-years__content {
21553
- display: grid;
21554
- flex: 1 1;
21555
- justify-content: space-around;
21556
- grid-template-columns: repeat(3, 1fr);
21557
- gap: 8px 24px;
21558
- padding-inline: 32px;
21661
+ .v-divider__wrapper--vertical {
21662
+ flex-direction: column;
21663
+ height: 100%;
21559
21664
  }
21560
- .v-date-picker-years__content .v-btn {
21561
- padding-inline: 8px;
21665
+ .v-divider__wrapper--vertical .v-divider {
21666
+ margin: 0 auto;
21562
21667
  }.v-expansion-panel {
21563
21668
  background-color: rgb(var(--v-theme-surface));
21564
21669
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21769,122 +21874,35 @@ html.overflow-y-hidden {
21769
21874
  }
21770
21875
  .v-expansion-panels--tile > .v-expansion-panel {
21771
21876
  border-radius: 0;
21772
- }.v-divider {
21773
- display: block;
21774
- flex: 1 1 100%;
21775
- height: 0px;
21776
- max-height: 0px;
21777
- opacity: var(--v-border-opacity);
21778
- transition: inherit;
21779
- border-style: solid;
21780
- border-width: thin 0 0 0;
21781
- }
21782
- .v-divider--vertical {
21783
- align-self: stretch;
21784
- border-width: 0 thin 0 0;
21785
- display: inline-flex;
21786
- height: 100%;
21787
- margin-left: -1px;
21788
- max-height: 100%;
21789
- max-width: 0px;
21790
- vertical-align: text-bottom;
21791
- width: 0px;
21792
- }
21793
- .v-divider--inset:not(.v-divider--vertical) {
21794
- max-width: calc(100% - 72px);
21795
- margin-inline-start: 72px;
21796
- }
21797
- .v-divider--inset.v-divider--vertical {
21798
- margin-bottom: 8px;
21799
- margin-top: 8px;
21800
- max-height: calc(100% - 16px);
21801
- }
21802
-
21803
- .v-divider__content {
21804
- padding: 0 16px;
21805
- }
21806
- .v-divider__wrapper--vertical .v-divider__content {
21807
- padding: 4px 0;
21808
- }
21809
-
21810
- .v-divider__wrapper {
21811
- display: flex;
21812
- align-items: center;
21813
- justify-content: center;
21814
- }
21815
- .v-divider__wrapper--vertical {
21816
- flex-direction: column;
21817
- height: 100%;
21877
+ }.v-file-input--hide.v-input .v-field,
21878
+ .v-file-input--hide.v-input .v-input__control,
21879
+ .v-file-input--hide.v-input .v-input__details {
21880
+ display: none;
21818
21881
  }
21819
- .v-divider__wrapper--vertical .v-divider {
21882
+ .v-file-input--hide.v-input .v-input__prepend {
21883
+ grid-area: control;
21820
21884
  margin: 0 auto;
21821
- }.v-empty-state {
21822
- align-items: center;
21823
- display: flex;
21824
- flex-direction: column;
21825
- justify-content: center;
21826
- min-height: 100%;
21827
- padding: 16px;
21828
21885
  }
21829
- .v-empty-state--start {
21830
- align-items: flex-start;
21831
- }
21832
- .v-empty-state--center {
21833
- align-items: center;
21834
- }
21835
- .v-empty-state--end {
21836
- align-items: flex-end;
21886
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21887
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21888
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21889
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21890
+ top: 0px;
21837
21891
  }
21838
-
21839
- .v-empty-state__media {
21840
- text-align: center;
21892
+ .v-file-input input[type=file] {
21893
+ height: 100%;
21894
+ left: 0;
21895
+ opacity: 0;
21896
+ position: absolute;
21897
+ top: 0;
21841
21898
  width: 100%;
21899
+ z-index: 1;
21842
21900
  }
21843
- .v-empty-state__media .v-icon {
21844
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21845
- }
21846
-
21847
- .v-empty-state__headline {
21848
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21849
- font-size: 3.75rem;
21850
- font-weight: 300;
21851
- line-height: 1;
21852
- text-align: center;
21853
- margin-bottom: 8px;
21854
- }
21855
- .v-empty-state--mobile .v-empty-state__headline {
21856
- font-size: 2.125rem;
21857
- }
21858
-
21859
- .v-empty-state__title {
21860
- font-size: 1.25rem;
21861
- font-weight: 500;
21862
- line-height: 1.6;
21863
- margin-bottom: 4px;
21864
- text-align: center;
21865
- }
21866
-
21867
- .v-empty-state__text {
21868
- font-size: 0.875rem;
21869
- font-weight: 400;
21870
- line-height: 1.425;
21871
- padding: 0 16px;
21872
- text-align: center;
21873
- }
21874
-
21875
- .v-empty-state__content {
21876
- padding: 24px 0;
21877
- }
21878
-
21879
- .v-empty-state__actions {
21880
- display: flex;
21881
- gap: 8px;
21882
- padding: 16px;
21901
+ .v-file-input .v-input__details {
21902
+ padding-inline: 16px;
21883
21903
  }
21884
-
21885
- .v-empty-state__action-btn.v-btn {
21886
- background-color: rgb(var(--v-theme-surface-variant));
21887
- color: rgb(var(--v-theme-on-surface-variant));
21904
+ .v-input--plain-underlined.v-file-input .v-input__details {
21905
+ padding-inline: 0;
21888
21906
  }.v-fab {
21889
21907
  align-items: center;
21890
21908
  display: inline-flex;
@@ -22524,36 +22542,7 @@ textarea.v-field__input::placeholder {
22524
22542
  opacity: 0;
22525
22543
  }
22526
22544
 
22527
- /* endregion */.v-file-input--hide.v-input .v-field,
22528
- .v-file-input--hide.v-input .v-input__control,
22529
- .v-file-input--hide.v-input .v-input__details {
22530
- display: none;
22531
- }
22532
- .v-file-input--hide.v-input .v-input__prepend {
22533
- grid-area: control;
22534
- margin: 0 auto;
22535
- }
22536
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22537
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22538
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22539
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22540
- top: 0px;
22541
- }
22542
- .v-file-input input[type=file] {
22543
- height: 100%;
22544
- left: 0;
22545
- opacity: 0;
22546
- position: absolute;
22547
- top: 0;
22548
- width: 100%;
22549
- z-index: 1;
22550
- }
22551
- .v-file-input .v-input__details {
22552
- padding-inline: 16px;
22553
- }
22554
- .v-input--plain-underlined.v-file-input .v-input__details {
22555
- padding-inline: 0;
22556
- }.v-footer {
22545
+ /* endregion */.v-footer {
22557
22546
  align-items: center;
22558
22547
  display: flex;
22559
22548
  flex: 1 1 auto;
@@ -22581,42 +22570,31 @@ textarea.v-field__input::placeholder {
22581
22570
  }
22582
22571
  .v-footer--rounded {
22583
22572
  border-radius: 4px;
22584
- }.v-img {
22585
- --v-theme-overlay-multiplier: 3;
22586
- z-index: 0;
22587
- }
22588
- .v-img--booting .v-responsive__sizer {
22589
- transition: none;
22590
- }
22591
- .v-img--rounded {
22592
- border-radius: 4px;
22573
+ }.v-infinite-scroll--horizontal {
22574
+ display: flex;
22575
+ flex-direction: row;
22576
+ overflow-x: auto;
22593
22577
  }
22594
-
22595
- .v-img__img,
22596
- .v-img__picture,
22597
- .v-img__gradient,
22598
- .v-img__placeholder,
22599
- .v-img__error {
22600
- z-index: -1;
22601
- position: absolute;
22602
- top: 0;
22603
- left: 0;
22604
- width: 100%;
22578
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22605
22579
  height: 100%;
22580
+ width: 1px;
22606
22581
  }
22607
22582
 
22608
- .v-img__img--preload {
22609
- filter: blur(4px);
22610
- }
22611
- .v-img__img--contain {
22612
- object-fit: contain;
22583
+ .v-infinite-scroll--vertical {
22584
+ display: flex;
22585
+ flex-direction: column;
22586
+ overflow-y: auto;
22613
22587
  }
22614
- .v-img__img--cover {
22615
- object-fit: cover;
22588
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22589
+ height: 1px;
22590
+ width: 100%;
22616
22591
  }
22617
22592
 
22618
- .v-img__gradient {
22619
- background-repeat: no-repeat;
22593
+ .v-infinite-scroll__side {
22594
+ align-items: center;
22595
+ display: flex;
22596
+ justify-content: center;
22597
+ padding: 8px;
22620
22598
  }.v-icon {
22621
22599
  --v-icon-size-multiplier: 1;
22622
22600
  align-items: center;
@@ -22670,31 +22648,42 @@ textarea.v-field__input::placeholder {
22670
22648
 
22671
22649
  .v-icon--end {
22672
22650
  margin-inline-start: 8px;
22673
- }.v-infinite-scroll--horizontal {
22674
- display: flex;
22675
- flex-direction: row;
22676
- overflow-x: auto;
22651
+ }.v-img {
22652
+ --v-theme-overlay-multiplier: 3;
22653
+ z-index: 0;
22677
22654
  }
22678
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22655
+ .v-img--booting .v-responsive__sizer {
22656
+ transition: none;
22657
+ }
22658
+ .v-img--rounded {
22659
+ border-radius: 4px;
22660
+ }
22661
+
22662
+ .v-img__img,
22663
+ .v-img__picture,
22664
+ .v-img__gradient,
22665
+ .v-img__placeholder,
22666
+ .v-img__error {
22667
+ z-index: -1;
22668
+ position: absolute;
22669
+ top: 0;
22670
+ left: 0;
22671
+ width: 100%;
22679
22672
  height: 100%;
22680
- width: 1px;
22681
22673
  }
22682
22674
 
22683
- .v-infinite-scroll--vertical {
22684
- display: flex;
22685
- flex-direction: column;
22686
- overflow-y: auto;
22675
+ .v-img__img--preload {
22676
+ filter: blur(4px);
22687
22677
  }
22688
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22689
- height: 1px;
22690
- width: 100%;
22678
+ .v-img__img--contain {
22679
+ object-fit: contain;
22680
+ }
22681
+ .v-img__img--cover {
22682
+ object-fit: cover;
22691
22683
  }
22692
22684
 
22693
- .v-infinite-scroll__side {
22694
- align-items: center;
22695
- display: flex;
22696
- justify-content: center;
22697
- padding: 8px;
22685
+ .v-img__gradient {
22686
+ background-repeat: no-repeat;
22698
22687
  }.v-input {
22699
22688
  display: grid;
22700
22689
  flex: 1 1 auto;
@@ -22837,23 +22826,6 @@ textarea.v-field__input::placeholder {
22837
22826
 
22838
22827
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22839
22828
  padding-top: calc(var(--v-input-padding-top) + 0px);
22840
- }.v-layout-item {
22841
- position: absolute;
22842
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22843
- }
22844
-
22845
- .v-layout-item--absolute {
22846
- position: absolute;
22847
- }.v-layout {
22848
- --v-scrollbar-offset: 0px;
22849
- display: flex;
22850
- flex: 1 1 auto;
22851
- }
22852
- .v-layout--full-height {
22853
- --v-scrollbar-offset: inherit;
22854
- height: 100%;
22855
- }.v-locale-provider {
22856
- display: contents;
22857
22829
  }.v-item-group {
22858
22830
  flex: 0 1 auto;
22859
22831
  max-width: 100%;
@@ -22874,34 +22846,21 @@ textarea.v-field__input::placeholder {
22874
22846
 
22875
22847
  .v-label--clickable {
22876
22848
  cursor: pointer;
22877
- }.v-main {
22878
- flex: 1 0 auto;
22879
- max-width: 100%;
22880
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22881
- padding-left: var(--v-layout-left);
22882
- padding-right: var(--v-layout-right);
22883
- padding-top: var(--v-layout-top);
22884
- padding-bottom: var(--v-layout-bottom);
22885
- }
22886
- .v-main__scroller {
22887
- max-width: 100%;
22888
- position: relative;
22889
- }
22890
- .v-main--scrollable {
22849
+ }.v-layout {
22850
+ --v-scrollbar-offset: 0px;
22891
22851
  display: flex;
22892
- position: absolute;
22893
- top: 0;
22894
- left: 0;
22895
- width: 100%;
22852
+ flex: 1 1 auto;
22853
+ }
22854
+ .v-layout--full-height {
22855
+ --v-scrollbar-offset: inherit;
22896
22856
  height: 100%;
22857
+ }.v-layout-item {
22858
+ position: absolute;
22859
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22897
22860
  }
22898
- .v-main--scrollable > .v-main__scroller {
22899
- flex: 1 1 auto;
22900
- overflow-y: auto;
22901
- --v-layout-left: 0px;
22902
- --v-layout-right: 0px;
22903
- --v-layout-top: 0px;
22904
- --v-layout-bottom: 0px;
22861
+
22862
+ .v-layout-item--absolute {
22863
+ position: absolute;
22905
22864
  }.v-list {
22906
22865
  overflow: auto;
22907
22866
  padding: 8px 0;
@@ -23459,19 +23418,8 @@ textarea.v-field__input::placeholder {
23459
23418
  }
23460
23419
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
23461
23420
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23462
- }.v-menu > .v-overlay__content {
23463
- display: flex;
23464
- flex-direction: column;
23465
- border-radius: 4px;
23466
- }
23467
- .v-menu > .v-overlay__content > .v-card,
23468
- .v-menu > .v-overlay__content > .v-sheet,
23469
- .v-menu > .v-overlay__content > .v-list {
23470
- background: rgb(var(--v-theme-surface));
23471
- border-radius: inherit;
23472
- overflow: auto;
23473
- height: 100%;
23474
- 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));
23421
+ }.v-locale-provider {
23422
+ display: contents;
23475
23423
  }.v-messages {
23476
23424
  flex: 1 1 auto;
23477
23425
  font-size: 12px;
@@ -23488,6 +23436,47 @@ textarea.v-field__input::placeholder {
23488
23436
  -webkit-hyphens: auto;
23489
23437
  hyphens: auto;
23490
23438
  transition-duration: 150ms;
23439
+ }.v-main {
23440
+ flex: 1 0 auto;
23441
+ max-width: 100%;
23442
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23443
+ padding-left: var(--v-layout-left);
23444
+ padding-right: var(--v-layout-right);
23445
+ padding-top: var(--v-layout-top);
23446
+ padding-bottom: var(--v-layout-bottom);
23447
+ }
23448
+ .v-main__scroller {
23449
+ max-width: 100%;
23450
+ position: relative;
23451
+ }
23452
+ .v-main--scrollable {
23453
+ display: flex;
23454
+ position: absolute;
23455
+ top: 0;
23456
+ left: 0;
23457
+ width: 100%;
23458
+ height: 100%;
23459
+ }
23460
+ .v-main--scrollable > .v-main__scroller {
23461
+ flex: 1 1 auto;
23462
+ overflow-y: auto;
23463
+ --v-layout-left: 0px;
23464
+ --v-layout-right: 0px;
23465
+ --v-layout-top: 0px;
23466
+ --v-layout-bottom: 0px;
23467
+ }.v-menu > .v-overlay__content {
23468
+ display: flex;
23469
+ flex-direction: column;
23470
+ border-radius: 4px;
23471
+ }
23472
+ .v-menu > .v-overlay__content > .v-card,
23473
+ .v-menu > .v-overlay__content > .v-sheet,
23474
+ .v-menu > .v-overlay__content > .v-list {
23475
+ background: rgb(var(--v-theme-surface));
23476
+ border-radius: inherit;
23477
+ overflow: auto;
23478
+ height: 100%;
23479
+ 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));
23491
23480
  }.v-navigation-drawer {
23492
23481
  -webkit-overflow-scrolling: touch;
23493
23482
  background: rgb(var(--v-theme-surface));
@@ -23590,14 +23579,6 @@ textarea.v-field__input::placeholder {
23590
23579
  .v-navigation-drawer__append {
23591
23580
  flex: none;
23592
23581
  overflow: hidden;
23593
- }.v-pagination__list {
23594
- display: inline-flex;
23595
- list-style-type: none;
23596
- justify-content: center;
23597
- width: 100%;
23598
- }
23599
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23600
- margin: 0.3rem;
23601
23582
  }.v-otp-input {
23602
23583
  border-radius: 4px;
23603
23584
  align-items: center;
@@ -23642,87 +23623,32 @@ textarea.v-field__input::placeholder {
23642
23623
  margin: 0;
23643
23624
  }
23644
23625
  .v-otp-input__field[type=number] {
23645
- -moz-appearance: textfield;
23646
- }
23647
-
23648
- .v-otp-input__loader {
23649
- align-items: center;
23650
- display: flex;
23651
- height: 100%;
23652
- justify-content: center;
23653
- width: 100%;
23654
- }
23655
- .v-otp-input__loader .v-progress-linear {
23656
- position: absolute;
23657
- }.v-parallax {
23658
- position: relative;
23659
- overflow: hidden;
23660
- }
23661
- .v-parallax--active > .v-img__img {
23662
- will-change: transform;
23663
- }.v-overlay-container {
23664
- contain: layout;
23665
- left: 0;
23666
- pointer-events: none;
23667
- position: absolute;
23668
- top: 0;
23669
- display: contents;
23670
- }
23671
-
23672
- .v-overlay-scroll-blocked {
23673
- padding-inline-end: var(--v-scrollbar-offset);
23674
- }
23675
- .v-overlay-scroll-blocked:not(html) {
23676
- overflow-y: hidden !important;
23677
- }
23678
- html.v-overlay-scroll-blocked {
23679
- position: fixed;
23680
- top: var(--v-body-scroll-y);
23681
- left: var(--v-body-scroll-x);
23682
- width: 100%;
23683
- height: 100%;
23684
- }
23685
-
23686
- .v-overlay {
23687
- border-radius: inherit;
23688
- display: flex;
23689
- left: 0;
23690
- pointer-events: none;
23691
- position: fixed;
23692
- top: 0;
23693
- bottom: 0;
23694
- right: 0;
23695
- }
23696
-
23697
- .v-overlay__content {
23698
- outline: none;
23699
- position: absolute;
23700
- pointer-events: auto;
23701
- contain: layout;
23626
+ -moz-appearance: textfield;
23702
23627
  }
23703
23628
 
23704
- .v-overlay__scrim {
23705
- pointer-events: auto;
23706
- background: rgb(var(--v-theme-on-surface));
23707
- border-radius: inherit;
23708
- bottom: 0;
23709
- left: 0;
23710
- opacity: var(--v-overlay-opacity, 0.32);
23711
- position: fixed;
23712
- right: 0;
23713
- top: 0;
23629
+ .v-otp-input__loader {
23630
+ align-items: center;
23631
+ display: flex;
23632
+ height: 100%;
23633
+ justify-content: center;
23634
+ width: 100%;
23714
23635
  }
23715
-
23716
- .v-overlay--absolute {
23636
+ .v-otp-input__loader .v-progress-linear {
23717
23637
  position: absolute;
23638
+ }.v-parallax {
23639
+ position: relative;
23640
+ overflow: hidden;
23718
23641
  }
23719
-
23720
- .v-overlay--contained .v-overlay__scrim {
23721
- position: absolute;
23642
+ .v-parallax--active > .v-img__img {
23643
+ will-change: transform;
23644
+ }.v-pagination__list {
23645
+ display: inline-flex;
23646
+ list-style-type: none;
23647
+ justify-content: center;
23648
+ width: 100%;
23722
23649
  }
23723
-
23724
- .v-overlay--scroll-blocked {
23725
- padding-inline-end: var(--v-scrollbar-offset);
23650
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23651
+ margin: 0.3rem;
23726
23652
  }.v-progress-circular {
23727
23653
  align-items: center;
23728
23654
  display: inline-flex;
@@ -23825,6 +23751,126 @@ html.v-overlay-scroll-blocked {
23825
23751
  100% {
23826
23752
  transform: rotate(270deg);
23827
23753
  }
23754
+ }.v-overlay-container {
23755
+ contain: layout;
23756
+ left: 0;
23757
+ pointer-events: none;
23758
+ position: absolute;
23759
+ top: 0;
23760
+ display: contents;
23761
+ }
23762
+
23763
+ .v-overlay-scroll-blocked {
23764
+ padding-inline-end: var(--v-scrollbar-offset);
23765
+ }
23766
+ .v-overlay-scroll-blocked:not(html) {
23767
+ overflow-y: hidden !important;
23768
+ }
23769
+ html.v-overlay-scroll-blocked {
23770
+ position: fixed;
23771
+ top: var(--v-body-scroll-y);
23772
+ left: var(--v-body-scroll-x);
23773
+ width: 100%;
23774
+ height: 100%;
23775
+ }
23776
+
23777
+ .v-overlay {
23778
+ border-radius: inherit;
23779
+ display: flex;
23780
+ left: 0;
23781
+ pointer-events: none;
23782
+ position: fixed;
23783
+ top: 0;
23784
+ bottom: 0;
23785
+ right: 0;
23786
+ }
23787
+
23788
+ .v-overlay__content {
23789
+ outline: none;
23790
+ position: absolute;
23791
+ pointer-events: auto;
23792
+ contain: layout;
23793
+ }
23794
+
23795
+ .v-overlay__scrim {
23796
+ pointer-events: auto;
23797
+ background: rgb(var(--v-theme-on-surface));
23798
+ border-radius: inherit;
23799
+ bottom: 0;
23800
+ left: 0;
23801
+ opacity: var(--v-overlay-opacity, 0.32);
23802
+ position: fixed;
23803
+ right: 0;
23804
+ top: 0;
23805
+ }
23806
+
23807
+ .v-overlay--absolute {
23808
+ position: absolute;
23809
+ }
23810
+
23811
+ .v-overlay--contained .v-overlay__scrim {
23812
+ position: absolute;
23813
+ }
23814
+
23815
+ .v-overlay--scroll-blocked {
23816
+ padding-inline-end: var(--v-scrollbar-offset);
23817
+ }.v-slider .v-slider__container input {
23818
+ cursor: default;
23819
+ padding: 0;
23820
+ width: 100%;
23821
+ display: none;
23822
+ }
23823
+ .v-slider > .v-input__append,
23824
+ .v-slider > .v-input__prepend {
23825
+ padding: 0;
23826
+ }
23827
+
23828
+ .v-slider__container {
23829
+ position: relative;
23830
+ min-height: inherit;
23831
+ width: 100%;
23832
+ height: 100%;
23833
+ display: flex;
23834
+ justify-content: center;
23835
+ align-items: center;
23836
+ cursor: pointer;
23837
+ }
23838
+ .v-input--disabled .v-slider__container {
23839
+ opacity: var(--v-disabled-opacity);
23840
+ }
23841
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23842
+ color: rgb(var(--v-theme-error));
23843
+ }
23844
+
23845
+ .v-slider.v-input--horizontal {
23846
+ align-items: center;
23847
+ margin-inline: 8px 8px;
23848
+ }
23849
+ .v-slider.v-input--horizontal > .v-input__control {
23850
+ min-height: 32px;
23851
+ display: flex;
23852
+ align-items: center;
23853
+ }
23854
+
23855
+ .v-slider.v-input--vertical {
23856
+ justify-content: center;
23857
+ margin-top: 12px;
23858
+ margin-bottom: 12px;
23859
+ }
23860
+ .v-slider.v-input--vertical > .v-input__control {
23861
+ min-height: 300px;
23862
+ }
23863
+
23864
+ .v-slider.v-input--disabled {
23865
+ pointer-events: none;
23866
+ }
23867
+
23868
+ .v-slider--has-labels > .v-input__control {
23869
+ margin-bottom: 4px;
23870
+ }
23871
+
23872
+ .v-slider__label {
23873
+ margin-inline-end: 12px;
23828
23874
  }.v-progress-linear {
23829
23875
  background: transparent;
23830
23876
  overflow: hidden;
@@ -24036,63 +24082,44 @@ html.v-overlay-scroll-blocked {
24036
24082
  0% {
24037
24083
  background-position-x: var(--v-progress-linear-height);
24038
24084
  }
24039
- }.v-slider .v-slider__container input {
24040
- cursor: default;
24041
- padding: 0;
24042
- width: 100%;
24043
- display: none;
24044
- }
24045
- .v-slider > .v-input__append,
24046
- .v-slider > .v-input__prepend {
24047
- padding: 0;
24048
- }
24049
-
24050
- .v-slider__container {
24051
- position: relative;
24052
- min-height: inherit;
24053
- width: 100%;
24054
- height: 100%;
24055
- display: flex;
24056
- justify-content: center;
24057
- align-items: center;
24058
- cursor: pointer;
24059
- }
24060
- .v-input--disabled .v-slider__container {
24061
- opacity: var(--v-disabled-opacity);
24085
+ }.v-radio-group > .v-input__control {
24086
+ flex-direction: column;
24062
24087
  }
24063
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24064
- color: rgb(var(--v-theme-error));
24088
+ .v-radio-group > .v-input__control > .v-label {
24089
+ margin-inline-start: 16px;
24065
24090
  }
24066
-
24067
- .v-slider.v-input--horizontal {
24068
- align-items: center;
24069
- margin-inline: 8px 8px;
24091
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24092
+ padding-inline-start: 6px;
24093
+ margin-top: 8px;
24070
24094
  }
24071
- .v-slider.v-input--horizontal > .v-input__control {
24072
- min-height: 32px;
24095
+ .v-radio-group .v-input__details {
24096
+ padding-inline: 16px;
24097
+ }.v-responsive {
24073
24098
  display: flex;
24074
- align-items: center;
24075
- }
24076
-
24077
- .v-slider.v-input--vertical {
24078
- justify-content: center;
24079
- margin-top: 12px;
24080
- margin-bottom: 12px;
24099
+ flex: 1 0 auto;
24100
+ max-height: 100%;
24101
+ max-width: 100%;
24102
+ overflow: hidden;
24103
+ position: relative;
24081
24104
  }
24082
- .v-slider.v-input--vertical > .v-input__control {
24083
- min-height: 300px;
24105
+ .v-responsive--inline {
24106
+ display: inline-flex;
24107
+ flex: 0 0 auto;
24084
24108
  }
24085
24109
 
24086
- .v-slider.v-input--disabled {
24087
- pointer-events: none;
24110
+ .v-responsive__content {
24111
+ flex: 1 0 0px;
24112
+ max-width: 100%;
24088
24113
  }
24089
24114
 
24090
- .v-slider--has-labels > .v-input__control {
24091
- margin-bottom: 4px;
24115
+ .v-responsive__sizer ~ .v-responsive__content {
24116
+ margin-inline-start: -100%;
24092
24117
  }
24093
24118
 
24094
- .v-slider__label {
24095
- margin-inline-end: 12px;
24119
+ .v-responsive__sizer {
24120
+ flex: 1 0 0px;
24121
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24122
+ pointer-events: none;
24096
24123
  }.v-rating {
24097
24124
  max-width: 100%;
24098
24125
  display: inline-flex;
@@ -24147,44 +24174,62 @@ html.v-overlay-scroll-blocked {
24147
24174
  opacity: 0;
24148
24175
  position: absolute;
24149
24176
  width: 0;
24150
- }.v-responsive {
24151
- display: flex;
24152
- flex: 1 0 auto;
24153
- max-height: 100%;
24154
- max-width: 100%;
24177
+ }.v-select .v-field .v-text-field__prefix,
24178
+ .v-select .v-field .v-text-field__suffix,
24179
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24180
+ cursor: pointer;
24181
+ }
24182
+ .v-select .v-field .v-field__input > input {
24183
+ align-self: flex-start;
24184
+ opacity: 1;
24185
+ flex: 0 0;
24186
+ position: absolute;
24187
+ width: 100%;
24188
+ transition: none;
24189
+ pointer-events: none;
24190
+ caret-color: transparent;
24191
+ }
24192
+ .v-select .v-field--dirty .v-select__selection {
24193
+ margin-inline-end: 2px;
24194
+ }
24195
+ .v-select .v-select__selection-text {
24196
+ overflow: hidden;
24197
+ text-overflow: ellipsis;
24198
+ white-space: nowrap;
24199
+ }
24200
+ .v-select__content {
24155
24201
  overflow: hidden;
24156
- position: relative;
24202
+ 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));
24203
+ border-radius: 4px;
24157
24204
  }
24158
- .v-responsive--inline {
24205
+ .v-select__selection {
24159
24206
  display: inline-flex;
24160
- flex: 0 0 auto;
24161
- }
24162
-
24163
- .v-responsive__content {
24164
- flex: 1 0 0px;
24207
+ align-items: center;
24208
+ letter-spacing: inherit;
24209
+ line-height: inherit;
24165
24210
  max-width: 100%;
24166
24211
  }
24167
-
24168
- .v-responsive__sizer ~ .v-responsive__content {
24169
- margin-inline-start: -100%;
24212
+ .v-select .v-select__selection:first-child {
24213
+ margin-inline-start: 0;
24170
24214
  }
24171
-
24172
- .v-responsive__sizer {
24173
- flex: 1 0 0px;
24174
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24175
- pointer-events: none;
24176
- }.v-radio-group > .v-input__control {
24177
- flex-direction: column;
24215
+ .v-select--selected .v-field .v-field__input > input {
24216
+ opacity: 0;
24178
24217
  }
24179
- .v-radio-group > .v-input__control > .v-label {
24180
- margin-inline-start: 16px;
24218
+ .v-select__menu-icon {
24219
+ margin-inline-start: 4px;
24220
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24181
24221
  }
24182
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24183
- padding-inline-start: 6px;
24184
- margin-top: 8px;
24222
+ .v-select--active-menu .v-select__menu-icon {
24223
+ opacity: var(--v-high-emphasis-opacity);
24224
+ transform: rotate(180deg);
24225
+ }.v-selection-control-group {
24226
+ grid-area: control;
24227
+ display: flex;
24228
+ flex-direction: column;
24185
24229
  }
24186
- .v-radio-group .v-input__details {
24187
- padding-inline: 16px;
24230
+ .v-selection-control-group--inline {
24231
+ flex-direction: row;
24232
+ flex-wrap: wrap;
24188
24233
  }.v-selection-control {
24189
24234
  align-items: center;
24190
24235
  contain: layout;
@@ -24286,54 +24331,89 @@ html.v-overlay-scroll-blocked {
24286
24331
  }
24287
24332
  .v-selection-control--focus-visible .v-selection-control__input::before {
24288
24333
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24289
- }.v-select .v-field .v-text-field__prefix,
24290
- .v-select .v-field .v-text-field__suffix,
24291
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24334
+ }.v-slide-group {
24335
+ display: flex;
24336
+ overflow: hidden;
24337
+ }
24338
+
24339
+ .v-slide-group__next,
24340
+ .v-slide-group__prev {
24341
+ align-items: center;
24342
+ display: flex;
24343
+ flex: 0 1 52px;
24344
+ justify-content: center;
24345
+ min-width: 52px;
24292
24346
  cursor: pointer;
24293
24347
  }
24294
- .v-select .v-field .v-field__input > input {
24295
- align-self: flex-start;
24296
- opacity: 1;
24297
- flex: 0 0;
24298
- position: absolute;
24299
- width: 100%;
24300
- transition: none;
24348
+ .v-slide-group__next--disabled,
24349
+ .v-slide-group__prev--disabled {
24301
24350
  pointer-events: none;
24302
- caret-color: transparent;
24303
- }
24304
- .v-select .v-field--dirty .v-select__selection {
24305
- margin-inline-end: 2px;
24351
+ opacity: var(--v-disabled-opacity);
24306
24352
  }
24307
- .v-select .v-select__selection-text {
24308
- overflow: hidden;
24309
- text-overflow: ellipsis;
24353
+
24354
+ .v-slide-group__content {
24355
+ display: flex;
24356
+ flex: 1 0 auto;
24357
+ position: relative;
24358
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24310
24359
  white-space: nowrap;
24311
24360
  }
24312
- .v-select__content {
24313
- overflow: hidden;
24314
- 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));
24315
- border-radius: 4px;
24361
+ .v-slide-group__content > * {
24362
+ white-space: initial;
24316
24363
  }
24317
- .v-select__selection {
24318
- display: inline-flex;
24319
- align-items: center;
24320
- letter-spacing: inherit;
24321
- line-height: inherit;
24322
- max-width: 100%;
24364
+
24365
+ .v-slide-group__container {
24366
+ contain: content;
24367
+ display: flex;
24368
+ flex: 1 1 auto;
24369
+ overflow-x: auto;
24370
+ overflow-y: hidden;
24371
+ scrollbar-width: none;
24372
+ scrollbar-color: rgba(0, 0, 0, 0);
24323
24373
  }
24324
- .v-select .v-select__selection:first-child {
24325
- margin-inline-start: 0;
24374
+ .v-slide-group__container::-webkit-scrollbar {
24375
+ display: none;
24326
24376
  }
24327
- .v-select--selected .v-field .v-field__input > input {
24328
- opacity: 0;
24377
+
24378
+ .v-slide-group--vertical {
24379
+ max-height: inherit;
24329
24380
  }
24330
- .v-select__menu-icon {
24331
- margin-inline-start: 4px;
24332
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24381
+ .v-slide-group--vertical,
24382
+ .v-slide-group--vertical .v-slide-group__container,
24383
+ .v-slide-group--vertical .v-slide-group__content {
24384
+ flex-direction: column;
24333
24385
  }
24334
- .v-select--active-menu .v-select__menu-icon {
24335
- opacity: var(--v-high-emphasis-opacity);
24336
- transform: rotate(180deg);
24386
+ .v-slide-group--vertical .v-slide-group__container {
24387
+ overflow-x: hidden;
24388
+ overflow-y: auto;
24389
+ }.v-sheet {
24390
+ display: block;
24391
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24392
+ border-style: solid;
24393
+ border-width: 0;
24394
+ 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));
24395
+ border-radius: 0;
24396
+ background: rgb(var(--v-theme-surface));
24397
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24398
+ }
24399
+ .v-sheet--border {
24400
+ border-width: thin;
24401
+ box-shadow: none;
24402
+ }
24403
+ .v-sheet--absolute {
24404
+ position: absolute;
24405
+ }
24406
+ .v-sheet--fixed {
24407
+ position: fixed;
24408
+ }
24409
+ .v-sheet--relative {
24410
+ position: relative;
24411
+ }
24412
+ .v-sheet--sticky {
24413
+ position: sticky;
24414
+ }
24415
+ .v-sheet--rounded {
24416
+ border-radius: 4px;
24337
24417
  }.v-skeleton-loader {
24338
24418
  align-items: center;
24339
24419
  background: rgb(var(--v-theme-surface));
@@ -24549,105 +24629,14 @@ html.v-overlay-scroll-blocked {
24549
24629
  .v-skeleton-loader--tile {
24550
24630
  border-radius: 0;
24551
24631
  }
24552
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
24553
- border-radius: 0;
24554
- }
24555
-
24556
- @keyframes loading {
24557
- 100% {
24558
- transform: translateX(100%);
24559
- }
24560
- }.v-sheet {
24561
- display: block;
24562
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24563
- border-style: solid;
24564
- border-width: 0;
24565
- 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));
24566
- border-radius: 0;
24567
- background: rgb(var(--v-theme-surface));
24568
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24569
- }
24570
- .v-sheet--border {
24571
- border-width: thin;
24572
- box-shadow: none;
24573
- }
24574
- .v-sheet--absolute {
24575
- position: absolute;
24576
- }
24577
- .v-sheet--fixed {
24578
- position: fixed;
24579
- }
24580
- .v-sheet--relative {
24581
- position: relative;
24582
- }
24583
- .v-sheet--sticky {
24584
- position: sticky;
24585
- }
24586
- .v-sheet--rounded {
24587
- border-radius: 4px;
24588
- }.v-selection-control-group {
24589
- grid-area: control;
24590
- display: flex;
24591
- flex-direction: column;
24592
- }
24593
- .v-selection-control-group--inline {
24594
- flex-direction: row;
24595
- flex-wrap: wrap;
24596
- }.v-slide-group {
24597
- display: flex;
24598
- overflow: hidden;
24599
- }
24600
-
24601
- .v-slide-group__next,
24602
- .v-slide-group__prev {
24603
- align-items: center;
24604
- display: flex;
24605
- flex: 0 1 52px;
24606
- justify-content: center;
24607
- min-width: 52px;
24608
- cursor: pointer;
24609
- }
24610
- .v-slide-group__next--disabled,
24611
- .v-slide-group__prev--disabled {
24612
- pointer-events: none;
24613
- opacity: var(--v-disabled-opacity);
24614
- }
24615
-
24616
- .v-slide-group__content {
24617
- display: flex;
24618
- flex: 1 0 auto;
24619
- position: relative;
24620
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24621
- white-space: nowrap;
24622
- }
24623
- .v-slide-group__content > * {
24624
- white-space: initial;
24625
- }
24626
-
24627
- .v-slide-group__container {
24628
- contain: content;
24629
- display: flex;
24630
- flex: 1 1 auto;
24631
- overflow-x: auto;
24632
- overflow-y: hidden;
24633
- scrollbar-width: none;
24634
- scrollbar-color: rgba(0, 0, 0, 0);
24635
- }
24636
- .v-slide-group__container::-webkit-scrollbar {
24637
- display: none;
24638
- }
24639
-
24640
- .v-slide-group--vertical {
24641
- max-height: inherit;
24642
- }
24643
- .v-slide-group--vertical,
24644
- .v-slide-group--vertical .v-slide-group__container,
24645
- .v-slide-group--vertical .v-slide-group__content {
24646
- flex-direction: column;
24647
- }
24648
- .v-slide-group--vertical .v-slide-group__container {
24649
- overflow-x: hidden;
24650
- overflow-y: auto;
24632
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
24633
+ border-radius: 0;
24634
+ }
24635
+
24636
+ @keyframes loading {
24637
+ 100% {
24638
+ transform: translateX(100%);
24639
+ }
24651
24640
  }.v-snackbar {
24652
24641
  justify-content: center;
24653
24642
  z-index: 10000;
@@ -24827,113 +24816,302 @@ html.v-overlay-scroll-blocked {
24827
24816
  }
24828
24817
  .v-speed-dial__content > *:nth-child(10) {
24829
24818
  transition-delay: 0.45s;
24830
- }.v-textarea .v-field {
24831
- --v-textarea-control-height: var(--v-input-control-height);
24819
+ }.v-stepper.v-sheet {
24820
+ 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));
24821
+ border-radius: 4px;
24822
+ overflow: hidden;
24832
24823
  }
24833
- .v-textarea .v-field__field {
24834
- --v-input-control-height: var(--v-textarea-control-height);
24824
+ .v-stepper.v-sheet.v-stepper--flat {
24825
+ 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));
24835
24826
  }
24836
- .v-textarea .v-field__input {
24837
- flex: 1 1 auto;
24827
+
24828
+ .v-stepper-header {
24829
+ 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));
24830
+ align-items: center;
24831
+ display: flex;
24832
+ position: relative;
24833
+ overflow-x: auto;
24834
+ justify-content: space-between;
24835
+ z-index: 1;
24836
+ }
24837
+ .v-stepper-header .v-divider {
24838
+ margin: 0 -16px;
24839
+ }
24840
+ .v-stepper-header .v-divider:last-child {
24841
+ margin-inline-end: 0;
24842
+ }
24843
+ .v-stepper-header .v-divider:first-child {
24844
+ margin-inline-start: 0;
24845
+ }
24846
+ .v-stepper--alt-labels .v-stepper-header {
24847
+ height: auto;
24848
+ }
24849
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24850
+ align-self: flex-start;
24851
+ margin: 35px -67px 0;
24852
+ }
24853
+
24854
+ .v-stepper-window {
24855
+ margin: 1.5rem;
24856
+ }
24857
+
24858
+ .v-stepper-actions {
24859
+ display: flex;
24860
+ align-items: center;
24861
+ justify-content: space-between;
24862
+ padding: 1rem;
24863
+ }
24864
+ .v-stepper .v-stepper-actions {
24865
+ padding: 0 1.5rem 1rem;
24866
+ }
24867
+ .v-stepper-window-item .v-stepper-actions {
24868
+ padding: 1.5rem 0 0;
24869
+ }.v-stepper-item {
24870
+ align-items: center;
24871
+ align-self: stretch;
24872
+ display: inline-flex;
24873
+ flex: none;
24838
24874
  outline: none;
24839
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24840
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24875
+ opacity: var(--v-medium-emphasis-opacity);
24876
+ padding: 1.5rem;
24877
+ position: relative;
24878
+ transition-duration: 0.2s;
24879
+ transition-property: opacity;
24880
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24841
24881
  }
24842
- .v-textarea .v-field__input.v-textarea__sizer {
24843
- visibility: hidden;
24882
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24883
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24884
+ }
24885
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24886
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24887
+ }
24888
+ @supports not selector(:focus-visible) {
24889
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24890
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24891
+ }
24892
+ }
24893
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24894
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24895
+ }
24896
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24897
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24898
+ }
24899
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24900
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24901
+ }
24902
+ @supports not selector(:focus-visible) {
24903
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24904
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24905
+ }
24906
+ }
24907
+ .v-stepper--non-linear .v-stepper-item {
24908
+ opacity: var(--v-high-emphasis-opacity);
24909
+ }
24910
+ .v-stepper-item--selected {
24911
+ opacity: 1;
24912
+ }
24913
+ .v-stepper-item--error {
24914
+ color: rgb(var(--v-theme-error));
24915
+ }
24916
+ .v-stepper-item--disabled {
24917
+ opacity: var(--v-medium-emphasis-opacity);
24918
+ pointer-events: none;
24919
+ }
24920
+ .v-stepper--alt-labels .v-stepper-item {
24921
+ flex-direction: column;
24922
+ justify-content: flex-start;
24923
+ align-items: center;
24924
+ flex-basis: 175px;
24925
+ }
24926
+
24927
+ .v-stepper-item__avatar.v-avatar {
24928
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24929
+ color: rgb(var(--v-theme-on-surface-variant));
24930
+ font-size: 0.75rem;
24931
+ margin-inline-end: 8px;
24932
+ }
24933
+ .v-stepper-item__avatar.v-avatar .v-icon {
24934
+ font-size: 0.875rem;
24935
+ }
24936
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24937
+ background: rgb(var(--v-theme-surface-variant));
24938
+ }
24939
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24940
+ background: rgb(var(--v-theme-error));
24941
+ }
24942
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24943
+ margin-bottom: 16px;
24944
+ margin-inline-end: 0;
24945
+ }
24946
+
24947
+ .v-stepper-item__title {
24948
+ line-height: 1;
24949
+ }
24950
+ .v-stepper--mobile .v-stepper-item__title {
24951
+ display: none;
24952
+ }
24953
+
24954
+ .v-stepper-item__subtitle {
24955
+ font-size: 0.75rem;
24956
+ text-align: left;
24957
+ line-height: 1;
24958
+ opacity: var(--v-medium-emphasis-opacity);
24959
+ }
24960
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24961
+ text-align: center;
24962
+ }
24963
+ .v-stepper--mobile .v-stepper-item__subtitle {
24964
+ display: none;
24965
+ }
24966
+
24967
+ .v-stepper-item__overlay {
24968
+ background-color: currentColor;
24969
+ border-radius: inherit;
24970
+ opacity: 0;
24971
+ transition: opacity 0.2s ease-in-out;
24972
+ }
24973
+
24974
+ .v-stepper-item__overlay,
24975
+ .v-stepper-item__underlay {
24844
24976
  position: absolute;
24845
24977
  top: 0;
24846
24978
  left: 0;
24847
- height: 0 !important;
24848
- min-height: 0 !important;
24979
+ width: 100%;
24980
+ height: 100%;
24849
24981
  pointer-events: none;
24982
+ }.v-system-bar {
24983
+ align-items: center;
24984
+ display: flex;
24985
+ flex: 1 1 auto;
24986
+ height: 24px;
24987
+ justify-content: flex-end;
24988
+ max-width: 100%;
24989
+ padding-inline: 8px;
24990
+ position: relative;
24991
+ text-align: end;
24992
+ width: 100%;
24993
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24994
+ background: rgba(var(--v-theme-surface-light));
24995
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24996
+ font-size: 0.75rem;
24997
+ font-weight: 400;
24998
+ letter-spacing: 0.0333333333em;
24999
+ line-height: 1.667;
25000
+ text-transform: none;
24850
25001
  }
24851
- .v-textarea--no-resize .v-field__input {
24852
- resize: none;
25002
+ .v-system-bar .v-icon {
25003
+ opacity: var(--v-medium-emphasis-opacity);
24853
25004
  }
24854
- .v-textarea .v-field--no-label textarea,
24855
- .v-textarea .v-field--active textarea {
24856
- opacity: 1;
25005
+ .v-system-bar--absolute {
25006
+ position: absolute;
24857
25007
  }
24858
- .v-textarea textarea {
24859
- opacity: 0;
24860
- flex: 1;
24861
- min-width: 0;
24862
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25008
+ .v-system-bar--fixed {
25009
+ position: fixed;
24863
25010
  }
24864
- .v-textarea textarea:focus, .v-textarea textarea:active {
24865
- outline: none;
25011
+ .v-system-bar--rounded {
25012
+ border-radius: 0;
24866
25013
  }
24867
- .v-textarea textarea:invalid {
24868
- box-shadow: none;
24869
- }/* region BLOCK */
24870
- .v-text-field input {
24871
- color: inherit;
24872
- opacity: 0;
24873
- flex: 1;
24874
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24875
- min-width: 0;
25014
+ .v-system-bar--window {
25015
+ height: 32px;
24876
25016
  }
24877
- .v-text-field input:focus, .v-text-field input:active {
24878
- outline: none;
25017
+ .v-system-bar:not(.v-system-bar--absolute) {
25018
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25019
+ }.v-tabs {
25020
+ display: flex;
25021
+ height: var(--v-tabs-height);
24879
25022
  }
24880
- .v-text-field input:invalid {
24881
- box-shadow: none;
25023
+ .v-tabs--density-default {
25024
+ --v-tabs-height: 48px;
24882
25025
  }
24883
- .v-text-field .v-field {
24884
- cursor: text;
25026
+ .v-tabs--density-default.v-tabs--stacked {
25027
+ --v-tabs-height: 72px;
25028
+ }
25029
+
25030
+ .v-tabs--density-comfortable {
25031
+ --v-tabs-height: 44px;
25032
+ }
25033
+ .v-tabs--density-comfortable.v-tabs--stacked {
25034
+ --v-tabs-height: 68px;
25035
+ }
25036
+
25037
+ .v-tabs--density-compact {
25038
+ --v-tabs-height: 36px;
25039
+ }
25040
+ .v-tabs--density-compact.v-tabs--stacked {
25041
+ --v-tabs-height: 60px;
24885
25042
  }
24886
- .v-text-field--prefixed.v-text-field .v-field__input {
24887
- --v-field-padding-start: 6px;
25043
+
25044
+ .v-tabs.v-slide-group--vertical {
25045
+ height: auto;
25046
+ flex: none;
25047
+ --v-tabs-height: 48px;
24888
25048
  }
24889
25049
 
24890
- .v-text-field--suffixed.v-text-field .v-field__input {
24891
- --v-field-padding-end: 0;
25050
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25051
+ margin-inline-start: 42px;
24892
25052
  }
24893
25053
 
24894
- .v-text-field .v-input__details {
24895
- padding-inline: 16px;
25054
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25055
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25056
+ margin-inline-end: auto;
24896
25057
  }
24897
- .v-input--plain-underlined.v-text-field .v-input__details {
24898
- padding-inline: 0;
25058
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25059
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25060
+ margin-inline-start: auto;
24899
25061
  }
24900
25062
 
24901
- .v-text-field .v-field--no-label input,
24902
- .v-text-field .v-field--active input {
24903
- opacity: 1;
25063
+ .v-tabs--grow {
25064
+ flex-grow: 1;
24904
25065
  }
24905
- .v-text-field .v-field--single-line input {
24906
- transition: none;
25066
+ .v-tabs--grow .v-tab {
25067
+ flex: 1 0 auto;
25068
+ max-width: none;
24907
25069
  }
24908
25070
 
24909
- /* endregion */
24910
- /* region ELEMENTS */
24911
- .v-text-field__prefix, .v-text-field__suffix {
24912
- align-items: center;
24913
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24914
- cursor: default;
24915
- display: flex;
24916
- opacity: 0;
24917
- transition: inherit;
24918
- white-space: nowrap;
24919
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24920
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24921
- padding-bottom: var(--v-field-padding-bottom, 6px);
25071
+ .v-tabs--align-tabs-end .v-tab:first-child {
25072
+ margin-inline-start: auto;
24922
25073
  }
24923
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24924
- opacity: 1;
25074
+ .v-tabs--align-tabs-end .v-tab:last-child {
25075
+ margin-inline-end: 0;
24925
25076
  }
24926
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24927
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25077
+
25078
+ @media (max-width: 1279.98px) {
25079
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25080
+ margin-inline-start: 52px;
25081
+ }
25082
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25083
+ margin-inline-end: 52px;
25084
+ }
25085
+ }.v-tab.v-tab.v-btn {
25086
+ height: var(--v-tabs-height);
25087
+ border-radius: 0;
25088
+ min-width: 90px;
24928
25089
  }
24929
- .v-text-field__prefix {
24930
- padding-inline-start: var(--v-field-padding-start);
25090
+ .v-slide-group--horizontal .v-tab {
25091
+ max-width: 360px;
24931
25092
  }
24932
- .v-text-field__suffix {
24933
- padding-inline-end: var(--v-field-padding-end);
25093
+ .v-slide-group--vertical .v-tab {
25094
+ justify-content: start;
24934
25095
  }
24935
25096
 
24936
- /* endregion */.v-switch .v-label {
25097
+ .v-tab__slider {
25098
+ position: absolute;
25099
+ bottom: 0;
25100
+ left: 0;
25101
+ height: 2px;
25102
+ width: 100%;
25103
+ background: currentColor;
25104
+ pointer-events: none;
25105
+ opacity: 0;
25106
+ }
25107
+ .v-tab--selected .v-tab__slider {
25108
+ opacity: 1;
25109
+ }
25110
+ .v-slide-group--vertical .v-tab__slider {
25111
+ top: 0;
25112
+ height: 100%;
25113
+ width: 2px;
25114
+ }.v-switch .v-label {
24937
25115
  padding-inline-start: 10px;
24938
25116
  }
24939
25117
 
@@ -25069,304 +25247,275 @@ html.v-overlay-scroll-blocked {
25069
25247
  }
25070
25248
  .v-switch.v-input--vertical .v-selection-control__wrapper {
25071
25249
  transform: rotate(-90deg);
25072
- }.v-stepper.v-sheet {
25073
- 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));
25074
- border-radius: 4px;
25075
- overflow: hidden;
25250
+ }.v-table {
25251
+ background: rgb(var(--v-theme-surface));
25252
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25253
+ font-size: 0.875rem;
25254
+ transition-duration: 0.28s;
25255
+ transition-property: box-shadow, opacity, background, height;
25256
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25076
25257
  }
25077
- .v-stepper.v-sheet.v-stepper--flat {
25078
- 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));
25258
+ .v-table .v-table-divider {
25259
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25079
25260
  }
25080
-
25081
- .v-stepper-header {
25082
- 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));
25083
- align-items: center;
25084
- display: flex;
25085
- position: relative;
25086
- overflow-x: auto;
25087
- justify-content: space-between;
25088
- z-index: 1;
25261
+ .v-table .v-table__wrapper > table > thead > tr > th {
25262
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25089
25263
  }
25090
- .v-stepper-header .v-divider {
25091
- margin: 0 -16px;
25264
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25265
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25266
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25092
25267
  }
25093
- .v-stepper-header .v-divider:last-child {
25094
- margin-inline-end: 0;
25268
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25269
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25270
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25095
25271
  }
25096
- .v-stepper-header .v-divider:first-child {
25097
- margin-inline-start: 0;
25272
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25273
+ position: relative;
25098
25274
  }
25099
- .v-stepper--alt-labels .v-stepper-header {
25100
- height: auto;
25275
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25276
+ content: "";
25277
+ position: absolute;
25278
+ top: 0;
25279
+ left: 0;
25280
+ width: 100%;
25281
+ height: 100%;
25282
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25283
+ pointer-events: none;
25101
25284
  }
25102
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25103
- align-self: flex-start;
25104
- margin: 35px -67px 0;
25285
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25286
+ background: rgb(var(--v-theme-surface));
25287
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25288
+ z-index: 1;
25105
25289
  }
25106
-
25107
- .v-stepper-window {
25108
- margin: 1.5rem;
25290
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
25291
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
25292
+ background: rgb(var(--v-theme-surface));
25293
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25109
25294
  }
25110
25295
 
25111
- .v-stepper-actions {
25296
+ .v-table {
25297
+ border-radius: inherit;
25298
+ line-height: 1.5;
25299
+ max-width: 100%;
25112
25300
  display: flex;
25113
- align-items: center;
25114
- justify-content: space-between;
25115
- padding: 1rem;
25301
+ flex-direction: column;
25116
25302
  }
25117
- .v-stepper .v-stepper-actions {
25118
- padding: 0 1.5rem 1rem;
25303
+ .v-table > .v-table__wrapper > table {
25304
+ width: 100%;
25305
+ border-spacing: 0;
25119
25306
  }
25120
- .v-stepper-window-item .v-stepper-actions {
25121
- padding: 1.5rem 0 0;
25122
- }.v-stepper-item {
25123
- align-items: center;
25124
- align-self: stretch;
25125
- display: inline-flex;
25126
- flex: none;
25127
- outline: none;
25128
- opacity: var(--v-medium-emphasis-opacity);
25129
- padding: 1.5rem;
25130
- position: relative;
25131
- transition-duration: 0.2s;
25132
- transition-property: opacity;
25307
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25308
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25309
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25310
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25311
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
25312
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25313
+ padding: 0 16px;
25314
+ transition-duration: 0.28s;
25315
+ transition-property: box-shadow, opacity, background, height;
25133
25316
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25134
25317
  }
25135
- .v-stepper-item:hover > .v-stepper-item__overlay {
25136
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25137
- }
25138
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25139
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25140
- }
25141
- @supports not selector(:focus-visible) {
25142
- .v-stepper-item:focus > .v-stepper-item__overlay {
25143
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25144
- }
25145
- }
25146
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25147
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25148
- }
25149
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25150
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25151
- }
25152
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
25153
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25154
- }
25155
- @supports not selector(:focus-visible) {
25156
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25157
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25158
- }
25159
- }
25160
- .v-stepper--non-linear .v-stepper-item {
25161
- opacity: var(--v-high-emphasis-opacity);
25162
- }
25163
- .v-stepper-item--selected {
25164
- opacity: 1;
25165
- }
25166
- .v-stepper-item--error {
25167
- color: rgb(var(--v-theme-error));
25168
- }
25169
- .v-stepper-item--disabled {
25170
- opacity: var(--v-medium-emphasis-opacity);
25171
- pointer-events: none;
25172
- }
25173
- .v-stepper--alt-labels .v-stepper-item {
25174
- flex-direction: column;
25175
- justify-content: flex-start;
25176
- align-items: center;
25177
- flex-basis: 175px;
25318
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25319
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25320
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
25321
+ height: var(--v-table-row-height);
25178
25322
  }
25179
-
25180
- .v-stepper-item__avatar.v-avatar {
25181
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25182
- color: rgb(var(--v-theme-on-surface-variant));
25183
- font-size: 0.75rem;
25184
- margin-inline-end: 8px;
25323
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25324
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25325
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25326
+ height: var(--v-table-header-height);
25327
+ font-weight: 500;
25328
+ -webkit-user-select: none;
25329
+ user-select: none;
25330
+ text-align: start;
25185
25331
  }
25186
- .v-stepper-item__avatar.v-avatar .v-icon {
25187
- font-size: 0.875rem;
25332
+ .v-table--density-default {
25333
+ --v-table-header-height: 56px;
25334
+ --v-table-row-height: 52px;
25188
25335
  }
25189
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25190
- background: rgb(var(--v-theme-surface-variant));
25336
+
25337
+ .v-table--density-comfortable {
25338
+ --v-table-header-height: 48px;
25339
+ --v-table-row-height: 44px;
25191
25340
  }
25192
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25193
- background: rgb(var(--v-theme-error));
25341
+
25342
+ .v-table--density-compact {
25343
+ --v-table-header-height: 40px;
25344
+ --v-table-row-height: 36px;
25194
25345
  }
25195
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25196
- margin-bottom: 16px;
25197
- margin-inline-end: 0;
25346
+
25347
+ .v-table__wrapper {
25348
+ border-radius: inherit;
25349
+ overflow: auto;
25350
+ flex: 1 1 auto;
25198
25351
  }
25199
25352
 
25200
- .v-stepper-item__title {
25201
- line-height: 1;
25353
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25354
+ border-top-left-radius: 0;
25202
25355
  }
25203
- .v-stepper--mobile .v-stepper-item__title {
25204
- display: none;
25356
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25357
+ border-top-right-radius: 0;
25205
25358
  }
25206
25359
 
25207
- .v-stepper-item__subtitle {
25208
- font-size: 0.75rem;
25209
- text-align: left;
25210
- line-height: 1;
25211
- opacity: var(--v-medium-emphasis-opacity);
25212
- }
25213
- .v-stepper--alt-labels .v-stepper-item__subtitle {
25214
- text-align: center;
25360
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25361
+ border-bottom-left-radius: 0;
25215
25362
  }
25216
- .v-stepper--mobile .v-stepper-item__subtitle {
25217
- display: none;
25363
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25364
+ border-bottom-right-radius: 0;
25218
25365
  }
25219
25366
 
25220
- .v-stepper-item__overlay {
25221
- background-color: currentColor;
25222
- border-radius: inherit;
25223
- opacity: 0;
25224
- transition: opacity 0.2s ease-in-out;
25367
+ .v-table--fixed-height > .v-table__wrapper {
25368
+ overflow-y: auto;
25225
25369
  }
25226
25370
 
25227
- .v-stepper-item__overlay,
25228
- .v-stepper-item__underlay {
25229
- position: absolute;
25371
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25372
+ position: sticky;
25230
25373
  top: 0;
25231
- left: 0;
25232
- width: 100%;
25233
- height: 100%;
25234
- pointer-events: none;
25235
- }.v-tabs {
25236
- display: flex;
25237
- height: var(--v-tabs-height);
25238
- }
25239
- .v-tabs--density-default {
25240
- --v-tabs-height: 48px;
25374
+ z-index: 2;
25241
25375
  }
25242
- .v-tabs--density-default.v-tabs--stacked {
25243
- --v-tabs-height: 72px;
25376
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25377
+ border-bottom: 0px !important;
25244
25378
  }
25245
25379
 
25246
- .v-tabs--density-comfortable {
25247
- --v-tabs-height: 44px;
25380
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25381
+ position: sticky;
25382
+ bottom: 0;
25383
+ z-index: 1;
25248
25384
  }
25249
- .v-tabs--density-comfortable.v-tabs--stacked {
25250
- --v-tabs-height: 68px;
25385
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25386
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25387
+ border-top: 0px !important;
25388
+ }.v-theme-provider {
25389
+ background: rgb(var(--v-theme-background));
25390
+ color: rgb(var(--v-theme-on-background));
25391
+ }/* region BLOCK */
25392
+ .v-text-field input {
25393
+ color: inherit;
25394
+ opacity: 0;
25395
+ flex: 1;
25396
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25397
+ min-width: 0;
25251
25398
  }
25252
-
25253
- .v-tabs--density-compact {
25254
- --v-tabs-height: 36px;
25399
+ .v-text-field input:focus, .v-text-field input:active {
25400
+ outline: none;
25255
25401
  }
25256
- .v-tabs--density-compact.v-tabs--stacked {
25257
- --v-tabs-height: 60px;
25402
+ .v-text-field input:invalid {
25403
+ box-shadow: none;
25258
25404
  }
25259
-
25260
- .v-tabs.v-slide-group--vertical {
25261
- height: auto;
25262
- flex: none;
25263
- --v-tabs-height: 48px;
25405
+ .v-text-field .v-field {
25406
+ cursor: text;
25407
+ }
25408
+ .v-text-field--prefixed.v-text-field .v-field__input {
25409
+ --v-field-padding-start: 6px;
25264
25410
  }
25265
25411
 
25266
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25267
- margin-inline-start: 42px;
25412
+ .v-text-field--suffixed.v-text-field .v-field__input {
25413
+ --v-field-padding-end: 0;
25268
25414
  }
25269
25415
 
25270
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25271
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25272
- margin-inline-end: auto;
25416
+ .v-text-field .v-input__details {
25417
+ padding-inline: 16px;
25273
25418
  }
25274
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25275
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25276
- margin-inline-start: auto;
25419
+ .v-input--plain-underlined.v-text-field .v-input__details {
25420
+ padding-inline: 0;
25277
25421
  }
25278
25422
 
25279
- .v-tabs--grow {
25280
- flex-grow: 1;
25423
+ .v-text-field .v-field--no-label input,
25424
+ .v-text-field .v-field--active input {
25425
+ opacity: 1;
25281
25426
  }
25282
- .v-tabs--grow .v-tab {
25283
- flex: 1 0 auto;
25284
- max-width: none;
25427
+ .v-text-field .v-field--single-line input {
25428
+ transition: none;
25285
25429
  }
25286
25430
 
25287
- .v-tabs--align-tabs-end .v-tab:first-child {
25288
- margin-inline-start: auto;
25431
+ /* endregion */
25432
+ /* region ELEMENTS */
25433
+ .v-text-field__prefix, .v-text-field__suffix {
25434
+ align-items: center;
25435
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25436
+ cursor: default;
25437
+ display: flex;
25438
+ opacity: 0;
25439
+ transition: inherit;
25440
+ white-space: nowrap;
25441
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25442
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25443
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25289
25444
  }
25290
- .v-tabs--align-tabs-end .v-tab:last-child {
25291
- margin-inline-end: 0;
25445
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25446
+ opacity: 1;
25292
25447
  }
25293
-
25294
- @media (max-width: 1279.98px) {
25295
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25296
- margin-inline-start: 52px;
25297
- }
25298
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25299
- margin-inline-end: 52px;
25300
- }
25301
- }.v-tab.v-tab.v-btn {
25302
- height: var(--v-tabs-height);
25303
- border-radius: 0;
25304
- min-width: 90px;
25448
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25449
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25305
25450
  }
25306
- .v-slide-group--horizontal .v-tab {
25307
- max-width: 360px;
25451
+ .v-text-field__prefix {
25452
+ padding-inline-start: var(--v-field-padding-start);
25308
25453
  }
25309
- .v-slide-group--vertical .v-tab {
25310
- justify-content: start;
25454
+ .v-text-field__suffix {
25455
+ padding-inline-end: var(--v-field-padding-end);
25311
25456
  }
25312
25457
 
25313
- .v-tab__slider {
25458
+ /* endregion */.v-textarea .v-field {
25459
+ --v-textarea-control-height: var(--v-input-control-height);
25460
+ }
25461
+ .v-textarea .v-field__field {
25462
+ --v-input-control-height: var(--v-textarea-control-height);
25463
+ }
25464
+ .v-textarea .v-field__input {
25465
+ flex: 1 1 auto;
25466
+ outline: none;
25467
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25468
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25469
+ }
25470
+ .v-textarea .v-field__input.v-textarea__sizer {
25471
+ visibility: hidden;
25314
25472
  position: absolute;
25315
- bottom: 0;
25473
+ top: 0;
25316
25474
  left: 0;
25317
- height: 2px;
25318
- width: 100%;
25319
- background: currentColor;
25475
+ height: 0 !important;
25476
+ min-height: 0 !important;
25320
25477
  pointer-events: none;
25321
- opacity: 0;
25322
25478
  }
25323
- .v-tab--selected .v-tab__slider {
25324
- opacity: 1;
25325
- }
25326
- .v-slide-group--vertical .v-tab__slider {
25327
- top: 0;
25328
- height: 100%;
25329
- width: 2px;
25330
- }.v-theme-provider {
25331
- background: rgb(var(--v-theme-background));
25332
- color: rgb(var(--v-theme-on-background));
25333
- }.v-system-bar {
25334
- align-items: center;
25335
- display: flex;
25336
- flex: 1 1 auto;
25337
- height: 24px;
25338
- justify-content: flex-end;
25339
- max-width: 100%;
25340
- padding-inline: 8px;
25341
- position: relative;
25342
- text-align: end;
25343
- width: 100%;
25344
- 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));
25345
- background: rgba(var(--v-theme-surface-light));
25346
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25347
- font-size: 0.75rem;
25348
- font-weight: 400;
25349
- letter-spacing: 0.0333333333em;
25350
- line-height: 1.667;
25351
- text-transform: none;
25479
+ .v-textarea--no-resize .v-field__input {
25480
+ resize: none;
25352
25481
  }
25353
- .v-system-bar .v-icon {
25354
- opacity: var(--v-medium-emphasis-opacity);
25482
+ .v-textarea .v-field--no-label textarea,
25483
+ .v-textarea .v-field--active textarea {
25484
+ opacity: 1;
25355
25485
  }
25356
- .v-system-bar--absolute {
25357
- position: absolute;
25486
+ .v-textarea textarea {
25487
+ opacity: 0;
25488
+ flex: 1;
25489
+ min-width: 0;
25490
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25358
25491
  }
25359
- .v-system-bar--fixed {
25360
- position: fixed;
25492
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25493
+ outline: none;
25361
25494
  }
25362
- .v-system-bar--rounded {
25363
- border-radius: 0;
25495
+ .v-textarea textarea:invalid {
25496
+ box-shadow: none;
25497
+ }.v-tooltip > .v-overlay__content {
25498
+ background: rgb(var(--v-theme-surface-variant));
25499
+ color: rgb(var(--v-theme-on-surface-variant));
25500
+ border-radius: 4px;
25501
+ font-size: 0.875rem;
25502
+ line-height: 1.6;
25503
+ display: inline-block;
25504
+ padding: 5px 16px;
25505
+ text-transform: initial;
25506
+ width: auto;
25507
+ opacity: 1;
25508
+ pointer-events: none;
25509
+ transition-property: opacity, transform;
25510
+ overflow-wrap: break-word;
25364
25511
  }
25365
- .v-system-bar--window {
25366
- height: 32px;
25512
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25513
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25514
+ transition-duration: 150ms;
25367
25515
  }
25368
- .v-system-bar:not(.v-system-bar--absolute) {
25369
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25516
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25517
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25518
+ transition-duration: 75ms;
25370
25519
  }.v-timeline .v-timeline-divider__dot {
25371
25520
  background: rgb(var(--v-theme-surface-light));
25372
25521
  }
@@ -25783,144 +25932,6 @@ html.v-overlay-scroll-blocked {
25783
25932
 
25784
25933
  .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 {
25785
25934
  padding-inline-end: 0;
25786
- }.v-table {
25787
- background: rgb(var(--v-theme-surface));
25788
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25789
- font-size: 0.875rem;
25790
- transition-duration: 0.28s;
25791
- transition-property: box-shadow, opacity, background, height;
25792
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25793
- }
25794
- .v-table .v-table-divider {
25795
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25796
- }
25797
- .v-table .v-table__wrapper > table > thead > tr > th {
25798
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25799
- }
25800
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25801
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25802
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25803
- }
25804
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25805
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25806
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25807
- }
25808
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25809
- position: relative;
25810
- }
25811
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25812
- content: "";
25813
- position: absolute;
25814
- top: 0;
25815
- left: 0;
25816
- width: 100%;
25817
- height: 100%;
25818
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25819
- pointer-events: none;
25820
- }
25821
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25822
- background: rgb(var(--v-theme-surface));
25823
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25824
- z-index: 1;
25825
- }
25826
- .v-table.v-table--fixed-footer > tfoot > tr > th,
25827
- .v-table.v-table--fixed-footer > tfoot > tr > td {
25828
- background: rgb(var(--v-theme-surface));
25829
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25830
- }
25831
-
25832
- .v-table {
25833
- border-radius: inherit;
25834
- line-height: 1.5;
25835
- max-width: 100%;
25836
- display: flex;
25837
- flex-direction: column;
25838
- }
25839
- .v-table > .v-table__wrapper > table {
25840
- width: 100%;
25841
- border-spacing: 0;
25842
- }
25843
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25844
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25845
- .v-table > .v-table__wrapper > table > thead > tr > td,
25846
- .v-table > .v-table__wrapper > table > thead > tr > th,
25847
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
25848
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25849
- padding: 0 16px;
25850
- transition-duration: 0.28s;
25851
- transition-property: box-shadow, opacity, background, height;
25852
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25853
- }
25854
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25855
- .v-table > .v-table__wrapper > table > thead > tr > td,
25856
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
25857
- height: var(--v-table-row-height);
25858
- }
25859
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25860
- .v-table > .v-table__wrapper > table > thead > tr > th,
25861
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25862
- height: var(--v-table-header-height);
25863
- font-weight: 500;
25864
- -webkit-user-select: none;
25865
- user-select: none;
25866
- text-align: start;
25867
- }
25868
- .v-table--density-default {
25869
- --v-table-header-height: 56px;
25870
- --v-table-row-height: 52px;
25871
- }
25872
-
25873
- .v-table--density-comfortable {
25874
- --v-table-header-height: 48px;
25875
- --v-table-row-height: 44px;
25876
- }
25877
-
25878
- .v-table--density-compact {
25879
- --v-table-header-height: 40px;
25880
- --v-table-row-height: 36px;
25881
- }
25882
-
25883
- .v-table__wrapper {
25884
- border-radius: inherit;
25885
- overflow: auto;
25886
- flex: 1 1 auto;
25887
- }
25888
-
25889
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25890
- border-top-left-radius: 0;
25891
- }
25892
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25893
- border-top-right-radius: 0;
25894
- }
25895
-
25896
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25897
- border-bottom-left-radius: 0;
25898
- }
25899
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25900
- border-bottom-right-radius: 0;
25901
- }
25902
-
25903
- .v-table--fixed-height > .v-table__wrapper {
25904
- overflow-y: auto;
25905
- }
25906
-
25907
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25908
- position: sticky;
25909
- top: 0;
25910
- z-index: 2;
25911
- }
25912
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25913
- border-bottom: 0px !important;
25914
- }
25915
-
25916
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25917
- position: sticky;
25918
- bottom: 0;
25919
- z-index: 1;
25920
- }
25921
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25922
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25923
- border-top: 0px !important;
25924
25935
  }.v-toolbar {
25925
25936
  align-items: flex-start;
25926
25937
  display: flex;
@@ -26050,37 +26061,6 @@ html.v-overlay-scroll-blocked {
26050
26061
  }
26051
26062
  .v-toolbar-items > .v-btn {
26052
26063
  border-radius: 0;
26053
- }.v-tooltip > .v-overlay__content {
26054
- background: rgb(var(--v-theme-surface-variant));
26055
- color: rgb(var(--v-theme-on-surface-variant));
26056
- border-radius: 4px;
26057
- font-size: 0.875rem;
26058
- line-height: 1.6;
26059
- display: inline-block;
26060
- padding: 5px 16px;
26061
- text-transform: initial;
26062
- width: auto;
26063
- opacity: 1;
26064
- pointer-events: none;
26065
- transition-property: opacity, transform;
26066
- overflow-wrap: break-word;
26067
- }
26068
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26069
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26070
- transition-duration: 150ms;
26071
- }
26072
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26073
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26074
- transition-duration: 75ms;
26075
- }.v-virtual-scroll {
26076
- display: block;
26077
- flex: 1 1 auto;
26078
- max-width: 100%;
26079
- overflow: auto;
26080
- position: relative;
26081
- }
26082
- .v-virtual-scroll__container {
26083
- display: block;
26084
26064
  }.v-window {
26085
26065
  overflow: hidden;
26086
26066
  }
@@ -26151,11 +26131,53 @@ html.v-overlay-scroll-blocked {
26151
26131
  }
26152
26132
  .v-window-y-reverse-transition-leave-to {
26153
26133
  transform: translateY(100%);
26154
- }.v-checkbox.v-input {
26155
- flex: 0 1 auto;
26134
+ }.v-virtual-scroll {
26135
+ display: block;
26136
+ flex: 1 1 auto;
26137
+ max-width: 100%;
26138
+ overflow: auto;
26139
+ position: relative;
26156
26140
  }
26157
- .v-checkbox .v-selection-control {
26158
- min-height: var(--v-input-control-height);
26141
+ .v-virtual-scroll__container {
26142
+ display: block;
26143
+ }.v-application {
26144
+ display: flex;
26145
+ background: rgb(var(--v-theme-background));
26146
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
26147
+ }
26148
+
26149
+ .v-application__wrap {
26150
+ -webkit-backface-visibility: hidden;
26151
+ backface-visibility: hidden;
26152
+ display: flex;
26153
+ flex-direction: column;
26154
+ flex: 1 1 auto;
26155
+ max-width: 100%;
26156
+ min-height: 100vh;
26157
+ min-height: 100dvh;
26158
+ position: relative;
26159
+ }.v-color-picker-canvas {
26160
+ display: flex;
26161
+ position: relative;
26162
+ overflow: hidden;
26163
+ contain: content;
26164
+ touch-action: none;
26165
+ }
26166
+ .v-color-picker-canvas__dot {
26167
+ position: absolute;
26168
+ top: 0;
26169
+ left: 0;
26170
+ width: 15px;
26171
+ height: 15px;
26172
+ background: transparent;
26173
+ border-radius: 50%;
26174
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26175
+ }
26176
+ .v-color-picker-canvas__dot--disabled {
26177
+ 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);
26178
+ }
26179
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26180
+ will-change: transform;
26159
26181
  }.v-color-picker-edit {
26160
26182
  display: flex;
26161
26183
  margin-top: 24px;
@@ -26184,28 +26206,6 @@ html.v-overlay-scroll-blocked {
26184
26206
  }
26185
26207
  .v-color-picker-edit__input span {
26186
26208
  font-size: 0.75rem;
26187
- }.v-color-picker-canvas {
26188
- display: flex;
26189
- position: relative;
26190
- overflow: hidden;
26191
- contain: content;
26192
- touch-action: none;
26193
- }
26194
- .v-color-picker-canvas__dot {
26195
- position: absolute;
26196
- top: 0;
26197
- left: 0;
26198
- width: 15px;
26199
- height: 15px;
26200
- background: transparent;
26201
- border-radius: 50%;
26202
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26203
- }
26204
- .v-color-picker-canvas__dot--disabled {
26205
- 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);
26206
- }
26207
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26208
- will-change: transform;
26209
26209
  }.v-color-picker-swatches {
26210
26210
  overflow-y: auto;
26211
26211
  }