@vuetify/nightly 3.7.0-beta.1-pr-20092.92a3215 → 3.7.0-beta.1-dev.2024-07-30

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.7.0-beta.1-pr-20092.92a3215
2
+ * Vuetify v3.7.0-beta.1-dev.2024-07-30
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17456,19 +17456,6 @@ html.overflow-y-hidden {
17456
17456
  font-weight: normal;
17457
17457
  padding: 0.2em 0.4rem;
17458
17458
  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));
17459
- }.v-calendar-header {
17460
- align-items: center;
17461
- display: flex;
17462
- min-height: 64px;
17463
- }
17464
-
17465
- .v-calendar-header__today {
17466
- margin-inline-end: 24px;
17467
- }
17468
-
17469
- .v-calendar-header__title {
17470
- font-size: 1.5rem;
17471
- margin-inline-start: 24px;
17472
17459
  }.v-calendar {
17473
17460
  background: rgb(var(--v-theme-background));
17474
17461
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -17770,11 +17757,62 @@ html.overflow-y-hidden {
17770
17757
  }
17771
17758
  .v-calendar-weekly .v-calendar__container.days__0 {
17772
17759
  grid-template-columns: repeat(1, 1fr);
17760
+ }.v-calendar-header {
17761
+ align-items: center;
17762
+ display: flex;
17763
+ min-height: 64px;
17764
+ }
17765
+
17766
+ .v-calendar-header__today {
17767
+ margin-inline-end: 24px;
17768
+ }
17769
+
17770
+ .v-calendar-header__title {
17771
+ font-size: 1.5rem;
17772
+ margin-inline-start: 24px;
17773
17773
  }.v-calendar-internal-event {
17774
17774
  overflow: hidden;
17775
17775
  padding: 4px;
17776
17776
  text-overflow: ellipsis;
17777
17777
  white-space: nowrap;
17778
+ }.v-number-input input[type=number] {
17779
+ -moz-appearance: textfield;
17780
+ }
17781
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17782
+ -webkit-appearance: none;
17783
+ }
17784
+ .v-number-input .v-field {
17785
+ padding-inline-end: 0;
17786
+ padding-inline-start: 0;
17787
+ }
17788
+ .v-number-input--inset .v-divider {
17789
+ height: 55%;
17790
+ width: 55%;
17791
+ align-self: center;
17792
+ }
17793
+ .v-number-input--split .v-field__input {
17794
+ text-align: center;
17795
+ }
17796
+ .v-number-input--stacked .v-number-input__control {
17797
+ flex-direction: column-reverse;
17798
+ }
17799
+ .v-number-input--stacked .v-number-input__control .v-btn {
17800
+ flex: 1;
17801
+ }
17802
+ .v-number-input--hide-input .v-field {
17803
+ flex: none;
17804
+ }
17805
+ .v-number-input--hide-input .v-field__input {
17806
+ width: 0;
17807
+ padding-inline: 0;
17808
+ }
17809
+ .v-number-input__control {
17810
+ display: flex;
17811
+ height: 100%;
17812
+ }
17813
+ .v-number-input__control .v-btn {
17814
+ background-color: transparent;
17815
+ border-radius: 0;
17778
17816
  }.v-calendar-month__day {
17779
17817
  position: relative;
17780
17818
  display: flex;
@@ -17838,32 +17876,6 @@ html.overflow-y-hidden {
17838
17876
 
17839
17877
  .v-calendar-weekly__day-alldayevents-container {
17840
17878
  min-height: 24px;
17841
- }.v-pull-to-refresh {
17842
- overflow: hidden;
17843
- position: relative;
17844
- }
17845
- .v-pull-to-refresh__pull-down {
17846
- position: absolute;
17847
- width: 100%;
17848
- transition: top 0.3s ease-out;
17849
- }
17850
- .v-pull-to-refresh__pull-down--touching {
17851
- transition: none;
17852
- }
17853
- .v-pull-to-refresh__pull-down-default {
17854
- display: flex;
17855
- width: 100%;
17856
- height: 100%;
17857
- justify-content: center;
17858
- align-items: flex-end;
17859
- padding-bottom: 10px;
17860
- }
17861
- .v-pull-to-refresh__scroll-container {
17862
- position: relative;
17863
- transition: top 0.3s ease-out;
17864
- }
17865
- .v-pull-to-refresh__scroll-container--touching {
17866
- transition: none;
17867
17879
  }.v-picker.v-sheet {
17868
17880
  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));
17869
17881
  border-radius: 4px;
@@ -17917,44 +17929,100 @@ html.overflow-y-hidden {
17917
17929
  padding-bottom: 16px;
17918
17930
  font-weight: 400;
17919
17931
  letter-spacing: 0.1666666667em;
17920
- }.v-number-input input[type=number] {
17921
- -moz-appearance: textfield;
17932
+ }.v-stepper-vertical-item {
17933
+ position: relative;
17934
+ transition-duration: 0.2s;
17935
+ transition-property: opacity;
17936
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17922
17937
  }
17923
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17924
- -webkit-appearance: none;
17938
+ .v-stepper-vertical-item__title {
17939
+ font-size: 1rem;
17925
17940
  }
17926
- .v-number-input .v-field {
17927
- padding-inline-end: 0;
17928
- padding-inline-start: 0;
17941
+ .v-stepper-vertical-item__subtitle {
17942
+ font-size: 0.75rem;
17929
17943
  }
17930
- .v-number-input--inset .v-divider {
17931
- height: 55%;
17932
- width: 55%;
17933
- align-self: center;
17944
+ .v-stepper-vertical-item .v-expansion-panel-text {
17945
+ padding-inline-start: 32px;
17934
17946
  }
17935
- .v-number-input--split .v-field__input {
17936
- text-align: center;
17947
+ .v-stepper-vertical-item:not(:last-child):before {
17948
+ content: "";
17949
+ position: absolute;
17950
+ width: 2px;
17951
+ height: calc(100% - 30px);
17952
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
17953
+ left: 35px;
17954
+ top: 44px;
17955
+ z-index: 1;
17956
+ transition-duration: 300ms;
17957
+ transition-property: height;
17937
17958
  }
17938
- .v-number-input--stacked .v-number-input__control {
17939
- flex-direction: column-reverse;
17959
+ .v-stepper-vertical-item:after {
17960
+ display: none;
17940
17961
  }
17941
- .v-number-input--stacked .v-number-input__control .v-btn {
17942
- flex: 1;
17962
+ .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 {
17963
+ pointer-events: none;
17943
17964
  }
17944
- .v-number-input--hide-input .v-field {
17945
- flex: none;
17965
+ .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 {
17966
+ opacity: 0;
17946
17967
  }
17947
- .v-number-input--hide-input .v-field__input {
17948
- width: 0;
17949
- padding-inline: 0;
17968
+
17969
+ .v-stepper-vertical-item__avatar.v-avatar {
17970
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
17971
+ color: rgb(var(--v-theme-on-surface-variant));
17972
+ transition-property: background;
17950
17973
  }
17951
- .v-number-input__control {
17974
+ .v-stepper-vertical-item__avatar.v-avatar .v-icon {
17975
+ font-size: 0.875rem;
17976
+ }
17977
+ .v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
17978
+ background: rgb(var(--v-theme-surface-variant));
17979
+ }
17980
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
17981
+ background: rgb(var(--v-theme-error));
17982
+ color: rgb(var(--v-theme-on-error));
17983
+ }
17984
+
17985
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__title {
17986
+ color: rgb(var(--v-theme-error));
17987
+ }
17988
+
17989
+ .v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
17990
+ color: rgb(var(--v-theme-error));
17991
+ }
17992
+
17993
+ .v-stepper-vertical-actions.v-stepper-actions .v-btn {
17994
+ margin-inline-end: 8px;
17995
+ }
17996
+ .v-stepper .v-stepper-vertical-actions.v-stepper-actions {
17997
+ justify-content: flex-end;
17998
+ padding: 24px 0 0;
17999
+ flex-direction: row-reverse;
18000
+ }.v-pull-to-refresh {
18001
+ overflow: hidden;
18002
+ position: relative;
18003
+ }
18004
+ .v-pull-to-refresh__pull-down {
18005
+ position: absolute;
18006
+ width: 100%;
18007
+ transition: top 0.3s ease-out;
18008
+ }
18009
+ .v-pull-to-refresh__pull-down--touching {
18010
+ transition: none;
18011
+ }
18012
+ .v-pull-to-refresh__pull-down-default {
17952
18013
  display: flex;
18014
+ width: 100%;
17953
18015
  height: 100%;
18016
+ justify-content: center;
18017
+ align-items: flex-end;
18018
+ padding-bottom: 10px;
17954
18019
  }
17955
- .v-number-input__control .v-btn {
17956
- background-color: transparent;
17957
- border-radius: 0;
18020
+ .v-pull-to-refresh__scroll-container {
18021
+ position: relative;
18022
+ transition: top 0.3s ease-out;
18023
+ }
18024
+ .v-pull-to-refresh__scroll-container--touching {
18025
+ transition: none;
17958
18026
  }.v-time-picker-clock {
17959
18027
  background: rgb(var(--v-theme-background));
17960
18028
  color: rgb(var(--v-theme-on-background));
@@ -18086,103 +18154,42 @@ html.overflow-y-hidden {
18086
18154
 
18087
18155
  .v-picker--landscape .v-time-picker-clock__container {
18088
18156
  flex-direction: row;
18089
- }.v-stepper-vertical-item {
18090
- position: relative;
18091
- transition-duration: 0.2s;
18092
- transition-property: opacity;
18093
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18157
+ }.v-time-picker.v-picker {
18158
+ padding: 24px;
18159
+ width: 328px;
18094
18160
  }
18095
- .v-stepper-vertical-item__title {
18096
- font-size: 1rem;
18161
+ .v-time-picker.v-picker .v-picker-title {
18162
+ padding: 0;
18163
+ margin-bottom: 20px;
18164
+ }.v-time-picker-controls {
18165
+ display: flex;
18166
+ align-items: center;
18167
+ justify-content: center;
18168
+ font-size: 0.875rem;
18169
+ padding-top: 4px;
18170
+ padding-bottom: 4px;
18171
+ margin-bottom: 36px;
18097
18172
  }
18098
- .v-stepper-vertical-item__subtitle {
18099
- font-size: 0.75rem;
18173
+ .v-time-picker-controls__text {
18174
+ padding-bottom: 12px;
18100
18175
  }
18101
- .v-stepper-vertical-item .v-expansion-panel-text {
18102
- padding-inline-start: 32px;
18176
+ .v-time-picker-controls__time {
18177
+ display: flex;
18178
+ white-space: nowrap;
18179
+ direction: ltr;
18180
+ justify-content: center;
18103
18181
  }
18104
- .v-stepper-vertical-item:not(:last-child):before {
18105
- content: "";
18106
- position: absolute;
18107
- width: 2px;
18108
- height: calc(100% - 30px);
18109
- background: rgba(var(--v-border-color), var(--v-border-opacity));
18110
- left: 35px;
18111
- top: 44px;
18112
- z-index: 1;
18113
- transition-duration: 300ms;
18114
- transition-property: height;
18182
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18183
+ width: 96px;
18184
+ height: 80px;
18185
+ font-size: 56px;
18115
18186
  }
18116
- .v-stepper-vertical-item:after {
18117
- display: none;
18187
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18188
+ background: rgb(var(--v-theme-primary));
18118
18189
  }
18119
- .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 {
18120
- pointer-events: none;
18121
- }
18122
- .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 {
18123
- opacity: 0;
18124
- }
18125
-
18126
- .v-stepper-vertical-item__avatar.v-avatar {
18127
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
18128
- color: rgb(var(--v-theme-on-surface-variant));
18129
- transition-property: background;
18130
- }
18131
- .v-stepper-vertical-item__avatar.v-avatar .v-icon {
18132
- font-size: 0.875rem;
18133
- }
18134
- .v-expansion-panel--active .v-stepper-vertical-item__avatar.v-avatar {
18135
- background: rgb(var(--v-theme-surface-variant));
18136
- }
18137
- .v-stepper-vertical-item--error .v-stepper-vertical-item__avatar.v-avatar {
18138
- background: rgb(var(--v-theme-error));
18139
- color: rgb(var(--v-theme-on-error));
18140
- }
18141
-
18142
- .v-stepper-vertical-item--error .v-stepper-vertical-item__title {
18143
- color: rgb(var(--v-theme-error));
18144
- }
18145
-
18146
- .v-stepper-vertical-item--error .v-stepper-vertical-item__subtitle {
18147
- color: rgb(var(--v-theme-error));
18148
- }
18149
-
18150
- .v-stepper-vertical-actions.v-stepper-actions .v-btn {
18151
- margin-inline-end: 8px;
18152
- }
18153
- .v-stepper .v-stepper-vertical-actions.v-stepper-actions {
18154
- justify-content: flex-end;
18155
- padding: 24px 0 0;
18156
- flex-direction: row-reverse;
18157
- }.v-time-picker-controls {
18158
- display: flex;
18159
- align-items: center;
18160
- justify-content: center;
18161
- font-size: 0.875rem;
18162
- padding-top: 4px;
18163
- padding-bottom: 4px;
18164
- margin-bottom: 36px;
18165
- }
18166
- .v-time-picker-controls__text {
18167
- padding-bottom: 12px;
18168
- }
18169
- .v-time-picker-controls__time {
18170
- display: flex;
18171
- white-space: nowrap;
18172
- direction: ltr;
18173
- justify-content: center;
18174
- }
18175
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18176
- width: 96px;
18177
- height: 80px;
18178
- font-size: 56px;
18179
- }
18180
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18181
- background: rgb(var(--v-theme-primary));
18182
- }
18183
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18184
- width: 96px;
18185
- height: 80px;
18190
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18191
+ width: 96px;
18192
+ height: 80px;
18186
18193
  }
18187
18194
  .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18188
18195
  width: 64px;
@@ -18257,13 +18264,6 @@ html.overflow-y-hidden {
18257
18264
  }
18258
18265
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18259
18266
  text-align: center;
18260
- }.v-time-picker.v-picker {
18261
- padding: 24px;
18262
- width: 328px;
18263
- }
18264
- .v-time-picker.v-picker .v-picker-title {
18265
- padding: 0;
18266
- margin-bottom: 20px;
18267
18267
  }.v-treeview-item.v-treeview-item--filtered {
18268
18268
  display: none;
18269
18269
  }
@@ -18296,18 +18296,6 @@ html.overflow-y-hidden {
18296
18296
  min-height: 100vh;
18297
18297
  min-height: 100dvh;
18298
18298
  position: relative;
18299
- }.v-app-bar {
18300
- display: flex;
18301
- }
18302
- .v-app-bar.v-toolbar {
18303
- background: rgb(var(--v-theme-surface));
18304
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18305
- }
18306
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18307
- 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));
18308
- }
18309
- .v-app-bar:not(.v-toolbar--absolute) {
18310
- padding-inline-end: var(--v-scrollbar-offset);
18311
18299
  }.v-avatar {
18312
18300
  flex: none;
18313
18301
  align-items: center;
@@ -18622,6 +18610,99 @@ html.overflow-y-hidden {
18622
18610
  text-transform: none;
18623
18611
  word-break: normal;
18624
18612
  word-wrap: break-word;
18613
+ }.v-autocomplete .v-field .v-text-field__prefix,
18614
+ .v-autocomplete .v-field .v-text-field__suffix,
18615
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18616
+ cursor: text;
18617
+ }
18618
+ .v-autocomplete .v-field .v-field__input > input {
18619
+ flex: 1 1;
18620
+ }
18621
+ .v-autocomplete .v-field input {
18622
+ min-width: 64px;
18623
+ }
18624
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18625
+ min-width: 0;
18626
+ }
18627
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18628
+ margin-inline-end: 2px;
18629
+ }
18630
+ .v-autocomplete .v-autocomplete__selection-text {
18631
+ overflow: hidden;
18632
+ text-overflow: ellipsis;
18633
+ white-space: nowrap;
18634
+ }
18635
+
18636
+ .v-autocomplete__content {
18637
+ overflow: hidden;
18638
+ 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));
18639
+ border-radius: 4px;
18640
+ }
18641
+ .v-autocomplete__mask {
18642
+ background: rgb(var(--v-theme-surface-light));
18643
+ }
18644
+ .v-autocomplete__selection {
18645
+ display: inline-flex;
18646
+ align-items: center;
18647
+ height: 1.5rem;
18648
+ letter-spacing: inherit;
18649
+ line-height: inherit;
18650
+ max-width: calc(100% - 2px - 2px);
18651
+ }
18652
+ .v-autocomplete__selection:first-child {
18653
+ margin-inline-start: 0;
18654
+ }
18655
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18656
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18657
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18658
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18659
+ top: 0px;
18660
+ }
18661
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18662
+ opacity: var(--v-medium-emphasis-opacity);
18663
+ }
18664
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18665
+ opacity: 1;
18666
+ }
18667
+ .v-autocomplete--selecting-index .v-field__input > input {
18668
+ caret-color: transparent;
18669
+ }
18670
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18671
+ flex: 1 1;
18672
+ position: absolute;
18673
+ left: 0;
18674
+ right: 0;
18675
+ width: 100%;
18676
+ padding-inline: inherit;
18677
+ }
18678
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18679
+ transition: none;
18680
+ }
18681
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18682
+ opacity: 0;
18683
+ }
18684
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18685
+ opacity: 0;
18686
+ }
18687
+ .v-autocomplete__menu-icon {
18688
+ margin-inline-start: 4px;
18689
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18690
+ }
18691
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18692
+ opacity: var(--v-high-emphasis-opacity);
18693
+ transform: rotate(180deg);
18694
+ }.v-app-bar {
18695
+ display: flex;
18696
+ }
18697
+ .v-app-bar.v-toolbar {
18698
+ background: rgb(var(--v-theme-surface));
18699
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18700
+ }
18701
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18702
+ 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));
18703
+ }
18704
+ .v-app-bar:not(.v-toolbar--absolute) {
18705
+ padding-inline-end: var(--v-scrollbar-offset);
18625
18706
  }.v-badge {
18626
18707
  display: inline-block;
18627
18708
  line-height: 1;
@@ -18851,115 +18932,66 @@ html.overflow-y-hidden {
18851
18932
  }
18852
18933
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18853
18934
  align-self: flex-start;
18854
- }.v-autocomplete .v-field .v-text-field__prefix,
18855
- .v-autocomplete .v-field .v-text-field__suffix,
18856
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18857
- cursor: text;
18935
+ }.bottom-sheet-transition-enter-from {
18936
+ transform: translateY(100%);
18858
18937
  }
18859
- .v-autocomplete .v-field .v-field__input > input {
18860
- flex: 1 1;
18938
+ .bottom-sheet-transition-leave-to {
18939
+ transform: translateY(100%);
18861
18940
  }
18862
- .v-autocomplete .v-field input {
18863
- min-width: 64px;
18941
+
18942
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18943
+ align-self: flex-end;
18944
+ border-radius: 0;
18945
+ flex: 0 1 auto;
18946
+ left: 0;
18947
+ right: 0;
18948
+ margin-inline: 0;
18949
+ margin-bottom: 0;
18950
+ transition-duration: 0.2s;
18951
+ width: 100%;
18952
+ max-width: 100%;
18953
+ overflow: visible;
18954
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18864
18955
  }
18865
- .v-autocomplete .v-field:not(.v-field--focused) input {
18866
- min-width: 0;
18956
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18957
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18958
+ border-radius: 0;
18867
18959
  }
18868
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18869
- margin-inline-end: 2px;
18960
+ .v-bottom-sheet.v-bottom-sheet--inset {
18961
+ max-width: none;
18870
18962
  }
18871
- .v-autocomplete .v-autocomplete__selection-text {
18963
+ @media (min-width: 600px) {
18964
+ .v-bottom-sheet.v-bottom-sheet--inset {
18965
+ max-width: 70%;
18966
+ }
18967
+ }.v-bottom-navigation {
18968
+ display: flex;
18969
+ max-width: 100%;
18872
18970
  overflow: hidden;
18873
- text-overflow: ellipsis;
18874
- white-space: nowrap;
18971
+ position: absolute;
18972
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18973
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18974
+ border-style: solid;
18975
+ border-width: 0;
18976
+ border-radius: 0;
18977
+ background: rgb(var(--v-theme-surface));
18978
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18875
18979
  }
18876
-
18877
- .v-autocomplete__content {
18878
- overflow: hidden;
18879
- 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));
18880
- border-radius: 4px;
18980
+ .v-bottom-navigation--border {
18981
+ border-width: thin;
18982
+ box-shadow: none;
18881
18983
  }
18882
- .v-autocomplete__mask {
18883
- background: rgb(var(--v-theme-surface-light));
18984
+ .v-bottom-navigation--active {
18985
+ 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));
18884
18986
  }
18885
- .v-autocomplete__selection {
18886
- display: inline-flex;
18887
- align-items: center;
18888
- height: 1.5rem;
18889
- letter-spacing: inherit;
18890
- line-height: inherit;
18891
- max-width: calc(100% - 2px - 2px);
18892
- }
18893
- .v-autocomplete__selection:first-child {
18894
- margin-inline-start: 0;
18895
- }
18896
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18897
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18898
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18899
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18900
- top: 0px;
18901
- }
18902
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18903
- opacity: var(--v-medium-emphasis-opacity);
18904
- }
18905
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18906
- opacity: 1;
18907
- }
18908
- .v-autocomplete--selecting-index .v-field__input > input {
18909
- caret-color: transparent;
18910
- }
18911
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18912
- flex: 1 1;
18913
- position: absolute;
18914
- left: 0;
18915
- right: 0;
18916
- width: 100%;
18917
- padding-inline: inherit;
18918
- }
18919
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18920
- transition: none;
18921
- }
18922
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18923
- opacity: 0;
18924
- }
18925
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18926
- opacity: 0;
18927
- }
18928
- .v-autocomplete__menu-icon {
18929
- margin-inline-start: 4px;
18930
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18931
- }
18932
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18933
- opacity: var(--v-high-emphasis-opacity);
18934
- transform: rotate(180deg);
18935
- }.v-bottom-navigation {
18936
- display: flex;
18937
- max-width: 100%;
18938
- overflow: hidden;
18939
- position: absolute;
18940
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18941
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18942
- border-style: solid;
18943
- border-width: 0;
18944
- border-radius: 0;
18945
- background: rgb(var(--v-theme-surface));
18946
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18947
- }
18948
- .v-bottom-navigation--border {
18949
- border-width: thin;
18950
- box-shadow: none;
18951
- }
18952
- .v-bottom-navigation--active {
18953
- 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));
18954
- }
18955
-
18956
- .v-bottom-navigation__content {
18957
- display: flex;
18958
- flex: none;
18959
- font-size: 0.75rem;
18960
- justify-content: center;
18961
- transition: inherit;
18962
- width: 100%;
18987
+
18988
+ .v-bottom-navigation__content {
18989
+ display: flex;
18990
+ flex: none;
18991
+ font-size: 0.75rem;
18992
+ justify-content: center;
18993
+ transition: inherit;
18994
+ width: 100%;
18963
18995
  }
18964
18996
  .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18965
18997
  font-size: inherit;
@@ -18987,6 +19019,19 @@ html.overflow-y-hidden {
18987
19019
  }
18988
19020
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18989
19021
  transform: translateY(0.5rem);
19022
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19023
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19024
+ }
19025
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19026
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19027
+ }
19028
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19029
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19030
+ }
19031
+ @supports not selector(:focus-visible) {
19032
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19033
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19034
+ }
18990
19035
  }.v-breadcrumbs {
18991
19036
  display: flex;
18992
19037
  align-items: center;
@@ -19044,38 +19089,62 @@ html.overflow-y-hidden {
19044
19089
  display: inline-block;
19045
19090
  padding: 0 8px;
19046
19091
  vertical-align: middle;
19047
- }.bottom-sheet-transition-enter-from {
19048
- transform: translateY(100%);
19092
+ }.v-btn-group {
19093
+ display: inline-flex;
19094
+ flex-wrap: nowrap;
19095
+ max-width: 100%;
19096
+ min-width: 0;
19097
+ overflow: hidden;
19098
+ vertical-align: middle;
19099
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19100
+ border-style: solid;
19101
+ border-width: 0;
19102
+ 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));
19103
+ border-radius: 4px;
19104
+ background: transparent;
19105
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19049
19106
  }
19050
- .bottom-sheet-transition-leave-to {
19051
- transform: translateY(100%);
19107
+ .v-btn-group--border {
19108
+ border-width: thin;
19109
+ box-shadow: none;
19110
+ }
19111
+ .v-btn-group--density-default.v-btn-group {
19112
+ height: 48px;
19052
19113
  }
19053
19114
 
19054
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19055
- align-self: flex-end;
19056
- border-radius: 0;
19057
- flex: 0 1 auto;
19058
- left: 0;
19059
- right: 0;
19060
- margin-inline: 0;
19061
- margin-bottom: 0;
19062
- transition-duration: 0.2s;
19063
- width: 100%;
19064
- max-width: 100%;
19065
- overflow: visible;
19066
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19115
+ .v-btn-group--density-comfortable.v-btn-group {
19116
+ height: 40px;
19067
19117
  }
19068
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19069
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19118
+
19119
+ .v-btn-group--density-compact.v-btn-group {
19120
+ height: 36px;
19121
+ }
19122
+
19123
+ .v-btn-group .v-btn {
19070
19124
  border-radius: 0;
19125
+ border-color: inherit;
19071
19126
  }
19072
- .v-bottom-sheet.v-bottom-sheet--inset {
19073
- max-width: none;
19127
+ .v-btn-group .v-btn:not(:last-child) {
19128
+ border-inline-end: none;
19074
19129
  }
19075
- @media (min-width: 600px) {
19076
- .v-bottom-sheet.v-bottom-sheet--inset {
19077
- max-width: 70%;
19078
- }
19130
+ .v-btn-group .v-btn:not(:first-child) {
19131
+ border-inline-start: none;
19132
+ }
19133
+ .v-btn-group .v-btn:first-child {
19134
+ border-start-start-radius: inherit;
19135
+ border-end-start-radius: inherit;
19136
+ }
19137
+ .v-btn-group .v-btn:last-child {
19138
+ border-start-end-radius: inherit;
19139
+ border-end-end-radius: inherit;
19140
+ }
19141
+ .v-btn-group--divided .v-btn:not(:last-child) {
19142
+ border-inline-end-width: thin;
19143
+ border-inline-end-style: solid;
19144
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19145
+ }
19146
+ .v-btn-group--tile {
19147
+ border-radius: 0;
19079
19148
  }.v-btn {
19080
19149
  align-items: center;
19081
19150
  border-radius: 4px;
@@ -19796,211 +19865,56 @@ html.overflow-y-hidden {
19796
19865
  pointer-events: none;
19797
19866
  opacity: 0;
19798
19867
  transition: opacity 0.2s ease-in-out;
19799
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19800
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19801
- }
19802
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19803
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19804
- }
19805
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19806
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19807
- }
19808
- @supports not selector(:focus-visible) {
19809
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19810
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19811
- }
19812
- }.v-chip-group {
19813
- display: flex;
19814
- max-width: 100%;
19815
- min-width: 0;
19816
- overflow-x: auto;
19817
- padding: 4px 0;
19818
- }
19819
- .v-chip-group .v-chip {
19820
- margin: 4px 8px 4px 0;
19821
- }
19822
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19823
- opacity: var(--v-activated-opacity);
19824
- }
19825
-
19826
- .v-chip-group--column .v-slide-group__content {
19827
- white-space: normal;
19828
- flex-wrap: wrap;
19829
- max-width: 100%;
19830
- }.v-btn-group {
19868
+ }.v-chip {
19869
+ align-items: center;
19831
19870
  display: inline-flex;
19832
- flex-wrap: nowrap;
19871
+ font-weight: 400;
19833
19872
  max-width: 100%;
19834
19873
  min-width: 0;
19835
19874
  overflow: hidden;
19875
+ position: relative;
19876
+ text-decoration: none;
19877
+ white-space: nowrap;
19836
19878
  vertical-align: middle;
19837
19879
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19838
19880
  border-style: solid;
19839
19881
  border-width: 0;
19840
- 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));
19841
- border-radius: 4px;
19842
- background: transparent;
19843
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19882
+ border-radius: 9999px;
19844
19883
  }
19845
- .v-btn-group--border {
19846
- border-width: thin;
19847
- box-shadow: none;
19884
+ .v-chip .v-icon {
19885
+ --v-icon-size-multiplier: 0.8571428571;
19848
19886
  }
19849
- .v-btn-group--density-default.v-btn-group {
19850
- height: 48px;
19887
+ .v-chip.v-chip--size-x-small {
19888
+ --v-chip-size: 0.625rem;
19889
+ --v-chip-height: 20px;
19890
+ font-size: 0.625rem;
19891
+ padding: 0 8px;
19851
19892
  }
19852
-
19853
- .v-btn-group--density-comfortable.v-btn-group {
19854
- height: 40px;
19893
+ .v-chip.v-chip--size-x-small .v-avatar {
19894
+ --v-avatar-height: 14px;
19855
19895
  }
19856
-
19857
- .v-btn-group--density-compact.v-btn-group {
19858
- height: 36px;
19896
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19897
+ --v-avatar-height: 20px;
19859
19898
  }
19860
19899
 
19861
- .v-btn-group .v-btn {
19862
- border-radius: 0;
19863
- border-color: inherit;
19864
- }
19865
- .v-btn-group .v-btn:not(:last-child) {
19866
- border-inline-end: none;
19900
+ .v-chip.v-chip--size-x-small .v-avatar--start {
19901
+ margin-inline-start: -5.6px;
19902
+ margin-inline-end: 4px;
19867
19903
  }
19868
- .v-btn-group .v-btn:not(:first-child) {
19869
- border-inline-start: none;
19904
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19905
+ margin-inline-start: -8px;
19870
19906
  }
19871
- .v-btn-group .v-btn:first-child {
19872
- border-start-start-radius: inherit;
19873
- border-end-start-radius: inherit;
19907
+
19908
+ .v-chip.v-chip--size-x-small .v-avatar--end {
19909
+ margin-inline-start: 4px;
19910
+ margin-inline-end: -5.6px;
19874
19911
  }
19875
- .v-btn-group .v-btn:last-child {
19876
- border-start-end-radius: inherit;
19877
- border-end-end-radius: inherit;
19912
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19913
+ margin-inline-end: -8px;
19878
19914
  }
19879
- .v-btn-group--divided .v-btn:not(:last-child) {
19880
- border-inline-end-width: thin;
19881
- border-inline-end-style: solid;
19882
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19883
- }
19884
- .v-btn-group--tile {
19885
- border-radius: 0;
19886
- }.v-checkbox.v-input {
19887
- flex: 0 1 auto;
19888
- }
19889
- .v-checkbox .v-selection-control {
19890
- min-height: var(--v-input-control-height);
19891
- }.v-carousel {
19892
- overflow: hidden;
19893
- position: relative;
19894
- width: 100%;
19895
- }
19896
- .v-carousel__controls {
19897
- align-items: center;
19898
- bottom: 0;
19899
- display: flex;
19900
- height: 50px;
19901
- justify-content: center;
19902
- list-style-type: none;
19903
- position: absolute;
19904
- width: 100%;
19905
- z-index: 1;
19906
- background: rgba(var(--v-theme-surface-variant), 0.3);
19907
- color: rgb(var(--v-theme-on-surface-variant));
19908
- }
19909
- .v-carousel__controls > .v-item-group {
19910
- flex: 0 1 auto;
19911
- }
19912
- .v-carousel__controls__item {
19913
- margin: 0 8px;
19914
- }
19915
- .v-carousel__controls__item .v-icon {
19916
- opacity: 0.5;
19917
- }
19918
- .v-carousel__controls__item--active .v-icon {
19919
- opacity: 1;
19920
- vertical-align: middle;
19921
- }
19922
- .v-carousel__controls__item:hover {
19923
- background: none;
19924
- }
19925
- .v-carousel__controls__item:hover .v-icon {
19926
- opacity: 0.8;
19927
- }
19928
-
19929
- .v-carousel__progress {
19930
- margin: 0;
19931
- position: absolute;
19932
- bottom: 0;
19933
- left: 0;
19934
- right: 0;
19935
- }
19936
-
19937
- .v-carousel-item {
19938
- display: block;
19939
- height: inherit;
19940
- text-decoration: none;
19941
- }
19942
- .v-carousel-item > .v-img {
19943
- height: inherit;
19944
- }
19945
-
19946
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19947
- background: transparent;
19948
- }
19949
-
19950
- .v-carousel--vertical-delimiters .v-carousel__controls {
19951
- flex-direction: column;
19952
- height: 100% !important;
19953
- width: 50px;
19954
- }.v-chip {
19955
- align-items: center;
19956
- display: inline-flex;
19957
- font-weight: 400;
19958
- max-width: 100%;
19959
- min-width: 0;
19960
- overflow: hidden;
19961
- position: relative;
19962
- text-decoration: none;
19963
- white-space: nowrap;
19964
- vertical-align: middle;
19965
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19966
- border-style: solid;
19967
- border-width: 0;
19968
- border-radius: 9999px;
19969
- }
19970
- .v-chip .v-icon {
19971
- --v-icon-size-multiplier: 0.8571428571;
19972
- }
19973
- .v-chip.v-chip--size-x-small {
19974
- --v-chip-size: 0.625rem;
19975
- --v-chip-height: 20px;
19976
- font-size: 0.625rem;
19977
- padding: 0 8px;
19978
- }
19979
- .v-chip.v-chip--size-x-small .v-avatar {
19980
- --v-avatar-height: 14px;
19981
- }
19982
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19983
- --v-avatar-height: 20px;
19984
- }
19985
-
19986
- .v-chip.v-chip--size-x-small .v-avatar--start {
19987
- margin-inline-start: -5.6px;
19988
- margin-inline-end: 4px;
19989
- }
19990
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19991
- margin-inline-start: -8px;
19992
- }
19993
-
19994
- .v-chip.v-chip--size-x-small .v-avatar--end {
19995
- margin-inline-start: 4px;
19996
- margin-inline-end: -5.6px;
19997
- }
19998
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19999
- margin-inline-end: -8px;
20000
- }
20001
-
20002
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
20003
- margin-inline-start: 12px;
19915
+
19916
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19917
+ margin-inline-start: 12px;
20004
19918
  }
20005
19919
 
20006
19920
  .v-chip.v-chip--size-x-small .v-icon--start,
@@ -20363,6 +20277,92 @@ html.overflow-y-hidden {
20363
20277
 
20364
20278
  .v-chip--label {
20365
20279
  border-radius: 4px;
20280
+ }.v-carousel {
20281
+ overflow: hidden;
20282
+ position: relative;
20283
+ width: 100%;
20284
+ }
20285
+ .v-carousel__controls {
20286
+ align-items: center;
20287
+ bottom: 0;
20288
+ display: flex;
20289
+ height: 50px;
20290
+ justify-content: center;
20291
+ list-style-type: none;
20292
+ position: absolute;
20293
+ width: 100%;
20294
+ z-index: 1;
20295
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20296
+ color: rgb(var(--v-theme-on-surface-variant));
20297
+ }
20298
+ .v-carousel__controls > .v-item-group {
20299
+ flex: 0 1 auto;
20300
+ }
20301
+ .v-carousel__controls__item {
20302
+ margin: 0 8px;
20303
+ }
20304
+ .v-carousel__controls__item .v-icon {
20305
+ opacity: 0.5;
20306
+ }
20307
+ .v-carousel__controls__item--active .v-icon {
20308
+ opacity: 1;
20309
+ vertical-align: middle;
20310
+ }
20311
+ .v-carousel__controls__item:hover {
20312
+ background: none;
20313
+ }
20314
+ .v-carousel__controls__item:hover .v-icon {
20315
+ opacity: 0.8;
20316
+ }
20317
+
20318
+ .v-carousel__progress {
20319
+ margin: 0;
20320
+ position: absolute;
20321
+ bottom: 0;
20322
+ left: 0;
20323
+ right: 0;
20324
+ }
20325
+
20326
+ .v-carousel-item {
20327
+ display: block;
20328
+ height: inherit;
20329
+ text-decoration: none;
20330
+ }
20331
+ .v-carousel-item > .v-img {
20332
+ height: inherit;
20333
+ }
20334
+
20335
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20336
+ background: transparent;
20337
+ }
20338
+
20339
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20340
+ flex-direction: column;
20341
+ height: 100% !important;
20342
+ width: 50px;
20343
+ }.v-chip-group {
20344
+ display: flex;
20345
+ max-width: 100%;
20346
+ min-width: 0;
20347
+ overflow-x: auto;
20348
+ padding: 4px 0;
20349
+ }
20350
+ .v-chip-group .v-chip {
20351
+ margin: 4px 8px 4px 0;
20352
+ }
20353
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20354
+ opacity: var(--v-activated-opacity);
20355
+ }
20356
+
20357
+ .v-chip-group--column .v-slide-group__content {
20358
+ white-space: normal;
20359
+ flex-wrap: wrap;
20360
+ max-width: 100%;
20361
+ }.v-checkbox.v-input {
20362
+ flex: 0 1 auto;
20363
+ }
20364
+ .v-checkbox .v-selection-control {
20365
+ min-height: var(--v-input-control-height);
20366
20366
  }.v-color-picker {
20367
20367
  align-self: flex-start;
20368
20368
  contain: content;
@@ -21136,275 +21136,28 @@ html.overflow-y-hidden {
21136
21136
  .v-combobox--active-menu .v-combobox__menu-icon {
21137
21137
  opacity: var(--v-high-emphasis-opacity);
21138
21138
  transform: rotate(180deg);
21139
- }.v-counter {
21140
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21141
- flex: 0 1 auto;
21142
- font-size: 12px;
21143
- transition-duration: 150ms;
21144
- }.v-date-picker {
21145
- overflow: hidden;
21146
- width: 328px;
21147
- }
21148
- .v-date-picker--show-week {
21149
- width: 368px;
21150
- }.v-date-picker-controls {
21151
- display: flex;
21152
- align-items: center;
21153
- justify-content: space-between;
21154
- font-size: 0.875rem;
21155
- padding-top: 4px;
21156
- padding-bottom: 4px;
21157
- padding-inline-start: 6px;
21158
- padding-inline-end: 12px;
21159
- }
21160
- .v-date-picker-controls > .v-btn:first-child {
21161
- text-transform: none;
21162
- font-weight: 400;
21163
- line-height: initial;
21164
- letter-spacing: initial;
21139
+ }.v-data-table {
21140
+ width: 100%;
21165
21141
  }
21166
- .v-date-picker-controls--variant-classic {
21167
- padding-inline-start: 12px;
21142
+
21143
+ .v-data-table__table {
21144
+ width: 100%;
21145
+ border-collapse: separate;
21146
+ border-spacing: 0;
21168
21147
  }
21169
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21170
- opacity: 0.7;
21148
+
21149
+ .v-data-table__tr--focus {
21150
+ border: 1px dotted black;
21171
21151
  }
21172
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21152
+ .v-data-table__tr--clickable {
21173
21153
  cursor: pointer;
21174
21154
  }
21175
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21176
- opacity: 1;
21177
- }
21178
- .v-date-picker-controls .v-btn:last-child {
21179
- margin-inline-start: 4px;
21180
- }
21181
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21182
- transform: rotate(180deg);
21183
- }
21184
-
21185
- .v-date-picker-controls__date {
21186
- margin-inline-end: 4px;
21187
- }
21188
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21189
- margin: auto;
21190
- text-align: center;
21191
- }
21192
-
21193
- .v-date-picker-controls__month {
21194
- display: flex;
21195
- }
21196
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21197
- flex-direction: row-reverse;
21198
- }
21199
-
21200
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21201
- flex: 1 0 auto;
21202
- }
21203
-
21204
- .v-date-picker__title {
21205
- display: inline-block;
21206
- }.v-date-picker-header {
21207
- align-items: flex-end;
21208
- height: 70px;
21209
- display: grid;
21210
- grid-template-areas: "prepend content append";
21211
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21212
- overflow: hidden;
21213
- padding-inline: 24px 12px;
21214
- padding-bottom: 12px;
21215
- }
21216
-
21217
- .v-date-picker-header__append {
21218
- grid-area: append;
21219
- }
21220
-
21221
- .v-date-picker-header__prepend {
21222
- grid-area: prepend;
21223
- padding-inline-start: 8px;
21224
- }
21225
-
21226
- .v-date-picker-header__content {
21227
- align-items: center;
21228
- display: inline-flex;
21229
- font-size: 32px;
21230
- line-height: 40px;
21231
- grid-area: content;
21232
- justify-content: space-between;
21233
- }
21234
- .v-date-picker-header--clickable .v-date-picker-header__content {
21235
- cursor: pointer;
21236
- }
21237
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21238
- opacity: 0.7;
21239
- }
21240
-
21241
- .date-picker-header-transition-enter-active,
21242
- .date-picker-header-reverse-transition-enter-active {
21243
- transition-duration: 0.3s;
21244
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21245
- }
21246
- .date-picker-header-transition-leave-active,
21247
- .date-picker-header-reverse-transition-leave-active {
21248
- transition-duration: 0.3s;
21249
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21250
- }
21251
-
21252
- .date-picker-header-transition-enter-from {
21253
- transform: translate(0, 100%);
21254
- }
21255
- .date-picker-header-transition-leave-to {
21256
- opacity: 0;
21257
- transform: translate(0, -100%);
21258
- }
21259
-
21260
- .date-picker-header-reverse-transition-enter-from {
21261
- transform: translate(0, -100%);
21262
- }
21263
- .date-picker-header-reverse-transition-leave-to {
21264
- opacity: 0;
21265
- transform: translate(0, 100%);
21266
- }.v-date-picker-months {
21267
- height: 288px;
21268
- }
21269
-
21270
- .v-date-picker-months__content {
21271
- align-items: center;
21272
- display: grid;
21273
- flex: 1 1;
21274
- height: inherit;
21275
- justify-content: space-around;
21276
- grid-template-columns: repeat(2, 1fr);
21277
- grid-gap: 0px 24px;
21278
- padding-inline-start: 36px;
21279
- padding-inline-end: 36px;
21280
- }
21281
- .v-date-picker-months__content .v-btn {
21282
- text-transform: none;
21283
- padding-inline-start: 8px;
21284
- padding-inline-end: 8px;
21285
- }.v-date-picker-month {
21286
- display: flex;
21287
- justify-content: center;
21288
- padding: 0 12px 8px;
21289
- --v-date-picker-month-day-diff: 4px;
21290
- }
21291
-
21292
- .v-date-picker-month__weeks {
21293
- display: grid;
21294
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21295
- column-gap: 4px;
21296
- font-size: 0.85rem;
21297
- }
21298
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21299
- grid-row-gap: 0;
21300
- }
21301
-
21302
- .v-date-picker-month__weekday {
21303
- font-size: 0.85rem;
21304
- }
21305
-
21306
- .v-date-picker-month__days {
21307
- display: grid;
21308
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21309
- column-gap: 4px;
21310
- flex: 1 1;
21311
- justify-content: space-around;
21312
- }
21313
-
21314
- .v-date-picker-month__day {
21315
- align-items: center;
21316
- display: flex;
21317
- justify-content: center;
21318
- position: relative;
21319
- height: 40px;
21320
- width: 40px;
21321
- }
21322
- .v-date-picker-month__day--selected .v-btn {
21323
- background-color: rgb(var(--v-theme-surface-variant));
21324
- color: rgb(var(--v-theme-on-surface-variant));
21325
- }
21326
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21327
- --v-btn-height: 24px;
21328
- --v-btn-size: 0.85rem;
21329
- }
21330
- .v-date-picker-month__day--week {
21331
- font-size: var(--v-btn-size);
21332
- }
21333
-
21334
- .v-date-picker-month__day--adjacent {
21335
- opacity: 0.5;
21336
- }
21337
-
21338
- .v-date-picker-month__day--hide-adjacent {
21339
- opacity: 0;
21340
- }.v-date-picker-years {
21341
- height: 288px;
21342
- overflow-y: scroll;
21343
- }
21344
-
21345
- .v-date-picker-years__content {
21346
- display: grid;
21347
- flex: 1 1;
21348
- justify-content: space-around;
21349
- grid-template-columns: repeat(3, 1fr);
21350
- gap: 8px 24px;
21351
- padding-inline: 32px;
21352
- }
21353
- .v-date-picker-years__content .v-btn {
21354
- padding-inline: 8px;
21355
- }.v-data-table-footer {
21356
- align-items: center;
21357
- display: flex;
21358
- flex-wrap: wrap;
21359
- justify-content: flex-end;
21360
- padding: 8px 4px;
21361
- }
21362
- .v-data-table-footer__items-per-page {
21363
- align-items: center;
21364
- display: flex;
21365
- justify-content: center;
21366
- }
21367
- .v-data-table-footer__items-per-page > span {
21368
- padding-inline-end: 8px;
21369
- }
21370
- .v-data-table-footer__items-per-page > .v-select {
21371
- width: 90px;
21372
- }
21373
- .v-data-table-footer__info {
21374
- display: flex;
21375
- justify-content: flex-end;
21376
- min-width: 116px;
21377
- padding: 0 16px;
21378
- }
21379
- .v-data-table-footer__paginationz {
21380
- align-items: center;
21381
- display: flex;
21382
- margin-inline-start: 16px;
21383
- }
21384
- .v-data-table-footer__page {
21385
- padding: 0 8px;
21386
- }.v-data-table {
21387
- width: 100%;
21388
- }
21389
-
21390
- .v-data-table__table {
21391
- width: 100%;
21392
- border-collapse: separate;
21393
- border-spacing: 0;
21394
- }
21395
-
21396
- .v-data-table__tr--focus {
21397
- border: 1px dotted black;
21398
- }
21399
- .v-data-table__tr--clickable {
21400
- cursor: pointer;
21401
- }
21402
-
21403
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
21404
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
21405
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
21406
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
21407
- text-align: end;
21155
+
21156
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
21157
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
21158
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
21159
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
21160
+ text-align: end;
21408
21161
  }
21409
21162
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21410
21163
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
@@ -21556,20 +21309,252 @@ html.overflow-y-hidden {
21556
21309
  border-bottom: 0 !important;
21557
21310
  }
21558
21311
 
21559
- .v-data-table__td-title {
21560
- font-weight: 500;
21561
- text-align: left;
21312
+ .v-data-table__td-title {
21313
+ font-weight: 500;
21314
+ text-align: left;
21315
+ }
21316
+
21317
+ .v-data-table__td-value {
21318
+ text-align: right;
21319
+ }
21320
+
21321
+ .v-data-table__td-sort-icon {
21322
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
21323
+ }
21324
+ .v-data-table__td-sort-icon-active {
21325
+ color: rgba(var(--v-theme-on-surface));
21326
+ }.v-data-table-footer {
21327
+ align-items: center;
21328
+ display: flex;
21329
+ flex-wrap: wrap;
21330
+ justify-content: flex-end;
21331
+ padding: 8px 4px;
21332
+ }
21333
+ .v-data-table-footer__items-per-page {
21334
+ align-items: center;
21335
+ display: flex;
21336
+ justify-content: center;
21337
+ }
21338
+ .v-data-table-footer__items-per-page > span {
21339
+ padding-inline-end: 8px;
21340
+ }
21341
+ .v-data-table-footer__items-per-page > .v-select {
21342
+ width: 90px;
21343
+ }
21344
+ .v-data-table-footer__info {
21345
+ display: flex;
21346
+ justify-content: flex-end;
21347
+ min-width: 116px;
21348
+ padding: 0 16px;
21349
+ }
21350
+ .v-data-table-footer__paginationz {
21351
+ align-items: center;
21352
+ display: flex;
21353
+ margin-inline-start: 16px;
21354
+ }
21355
+ .v-data-table-footer__page {
21356
+ padding: 0 8px;
21357
+ }.v-counter {
21358
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21359
+ flex: 0 1 auto;
21360
+ font-size: 12px;
21361
+ transition-duration: 150ms;
21362
+ }.v-date-picker-month {
21363
+ display: flex;
21364
+ justify-content: center;
21365
+ padding: 0 12px 8px;
21366
+ --v-date-picker-month-day-diff: 4px;
21367
+ }
21368
+
21369
+ .v-date-picker-month__weeks {
21370
+ display: grid;
21371
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21372
+ column-gap: 4px;
21373
+ font-size: 0.85rem;
21374
+ }
21375
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
21376
+ grid-row-gap: 0;
21377
+ }
21378
+
21379
+ .v-date-picker-month__weekday {
21380
+ font-size: 0.85rem;
21381
+ }
21382
+
21383
+ .v-date-picker-month__days {
21384
+ display: grid;
21385
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21386
+ column-gap: 4px;
21387
+ flex: 1 1;
21388
+ justify-content: space-around;
21389
+ }
21390
+
21391
+ .v-date-picker-month__day {
21392
+ align-items: center;
21393
+ display: flex;
21394
+ justify-content: center;
21395
+ position: relative;
21396
+ height: 40px;
21397
+ width: 40px;
21398
+ }
21399
+ .v-date-picker-month__day--selected .v-btn {
21400
+ background-color: rgb(var(--v-theme-surface-variant));
21401
+ color: rgb(var(--v-theme-on-surface-variant));
21402
+ }
21403
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21404
+ --v-btn-height: 24px;
21405
+ --v-btn-size: 0.85rem;
21406
+ }
21407
+ .v-date-picker-month__day--week {
21408
+ font-size: var(--v-btn-size);
21409
+ }
21410
+
21411
+ .v-date-picker-month__day--adjacent {
21412
+ opacity: 0.5;
21413
+ }
21414
+
21415
+ .v-date-picker-month__day--hide-adjacent {
21416
+ opacity: 0;
21417
+ }.v-date-picker-controls {
21418
+ display: flex;
21419
+ align-items: center;
21420
+ justify-content: space-between;
21421
+ font-size: 0.875rem;
21422
+ padding-top: 4px;
21423
+ padding-bottom: 4px;
21424
+ padding-inline-start: 6px;
21425
+ padding-inline-end: 12px;
21426
+ }
21427
+ .v-date-picker-controls > .v-btn:first-child {
21428
+ text-transform: none;
21429
+ font-weight: 400;
21430
+ line-height: initial;
21431
+ letter-spacing: initial;
21432
+ }
21433
+ .v-date-picker-controls--variant-classic {
21434
+ padding-inline-start: 12px;
21435
+ }
21436
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21437
+ opacity: 0.7;
21438
+ }
21439
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21440
+ cursor: pointer;
21441
+ }
21442
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21443
+ opacity: 1;
21444
+ }
21445
+ .v-date-picker-controls .v-btn:last-child {
21446
+ margin-inline-start: 4px;
21447
+ }
21448
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21449
+ transform: rotate(180deg);
21450
+ }
21451
+
21452
+ .v-date-picker-controls__date {
21453
+ margin-inline-end: 4px;
21454
+ }
21455
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21456
+ margin: auto;
21457
+ text-align: center;
21458
+ }
21459
+
21460
+ .v-date-picker-controls__month {
21461
+ display: flex;
21462
+ }
21463
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21464
+ flex-direction: row-reverse;
21465
+ }
21466
+
21467
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21468
+ flex: 1 0 auto;
21469
+ }
21470
+
21471
+ .v-date-picker__title {
21472
+ display: inline-block;
21473
+ }.v-date-picker-months {
21474
+ height: 288px;
21475
+ }
21476
+
21477
+ .v-date-picker-months__content {
21478
+ align-items: center;
21479
+ display: grid;
21480
+ flex: 1 1;
21481
+ height: inherit;
21482
+ justify-content: space-around;
21483
+ grid-template-columns: repeat(2, 1fr);
21484
+ grid-gap: 0px 24px;
21485
+ padding-inline-start: 36px;
21486
+ padding-inline-end: 36px;
21487
+ }
21488
+ .v-date-picker-months__content .v-btn {
21489
+ text-transform: none;
21490
+ padding-inline-start: 8px;
21491
+ padding-inline-end: 8px;
21492
+ }.v-date-picker {
21493
+ overflow: hidden;
21494
+ width: 328px;
21495
+ }
21496
+ .v-date-picker--show-week {
21497
+ width: 368px;
21498
+ }.v-date-picker-header {
21499
+ align-items: flex-end;
21500
+ height: 70px;
21501
+ display: grid;
21502
+ grid-template-areas: "prepend content append";
21503
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
21504
+ overflow: hidden;
21505
+ padding-inline: 24px 12px;
21506
+ padding-bottom: 12px;
21507
+ }
21508
+
21509
+ .v-date-picker-header__append {
21510
+ grid-area: append;
21511
+ }
21512
+
21513
+ .v-date-picker-header__prepend {
21514
+ grid-area: prepend;
21515
+ padding-inline-start: 8px;
21516
+ }
21517
+
21518
+ .v-date-picker-header__content {
21519
+ align-items: center;
21520
+ display: inline-flex;
21521
+ font-size: 32px;
21522
+ line-height: 40px;
21523
+ grid-area: content;
21524
+ justify-content: space-between;
21525
+ }
21526
+ .v-date-picker-header--clickable .v-date-picker-header__content {
21527
+ cursor: pointer;
21528
+ }
21529
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21530
+ opacity: 0.7;
21531
+ }
21532
+
21533
+ .date-picker-header-transition-enter-active,
21534
+ .date-picker-header-reverse-transition-enter-active {
21535
+ transition-duration: 0.3s;
21536
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21537
+ }
21538
+ .date-picker-header-transition-leave-active,
21539
+ .date-picker-header-reverse-transition-leave-active {
21540
+ transition-duration: 0.3s;
21541
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21542
+ }
21543
+
21544
+ .date-picker-header-transition-enter-from {
21545
+ transform: translate(0, 100%);
21562
21546
  }
21563
-
21564
- .v-data-table__td-value {
21565
- text-align: right;
21547
+ .date-picker-header-transition-leave-to {
21548
+ opacity: 0;
21549
+ transform: translate(0, -100%);
21566
21550
  }
21567
21551
 
21568
- .v-data-table__td-sort-icon {
21569
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
21552
+ .date-picker-header-reverse-transition-enter-from {
21553
+ transform: translate(0, -100%);
21570
21554
  }
21571
- .v-data-table__td-sort-icon-active {
21572
- color: rgba(var(--v-theme-on-surface));
21555
+ .date-picker-header-reverse-transition-leave-to {
21556
+ opacity: 0;
21557
+ transform: translate(0, 100%);
21573
21558
  }.v-dialog {
21574
21559
  align-items: center;
21575
21560
  justify-content: center;
@@ -21662,73 +21647,21 @@ html.overflow-y-hidden {
21662
21647
  -webkit-backface-visibility: hidden;
21663
21648
  backface-visibility: hidden;
21664
21649
  overflow-y: auto;
21665
- }.v-empty-state {
21666
- align-items: center;
21667
- display: flex;
21668
- flex-direction: column;
21669
- justify-content: center;
21670
- min-height: 100%;
21671
- padding: 16px;
21672
- }
21673
- .v-empty-state--start {
21674
- align-items: flex-start;
21675
- }
21676
- .v-empty-state--center {
21677
- align-items: center;
21678
- }
21679
- .v-empty-state--end {
21680
- align-items: flex-end;
21681
- }
21682
-
21683
- .v-empty-state__media {
21684
- text-align: center;
21685
- width: 100%;
21686
- }
21687
- .v-empty-state__media .v-icon {
21688
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21689
- }
21690
-
21691
- .v-empty-state__headline {
21692
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21693
- font-size: 3.75rem;
21694
- font-weight: 300;
21695
- line-height: 1;
21696
- text-align: center;
21697
- margin-bottom: 8px;
21698
- }
21699
- .v-empty-state--mobile .v-empty-state__headline {
21700
- font-size: 2.125rem;
21701
- }
21702
-
21703
- .v-empty-state__title {
21704
- font-size: 1.25rem;
21705
- font-weight: 500;
21706
- line-height: 1.6;
21707
- margin-bottom: 4px;
21708
- text-align: center;
21709
- }
21710
-
21711
- .v-empty-state__text {
21712
- font-size: 0.875rem;
21713
- font-weight: 400;
21714
- line-height: 1.425;
21715
- padding: 0 16px;
21716
- text-align: center;
21717
- }
21718
-
21719
- .v-empty-state__content {
21720
- padding: 24px 0;
21650
+ }.v-date-picker-years {
21651
+ height: 288px;
21652
+ overflow-y: scroll;
21721
21653
  }
21722
21654
 
21723
- .v-empty-state__actions {
21724
- display: flex;
21725
- gap: 8px;
21726
- padding: 16px;
21655
+ .v-date-picker-years__content {
21656
+ display: grid;
21657
+ flex: 1 1;
21658
+ justify-content: space-around;
21659
+ grid-template-columns: repeat(3, 1fr);
21660
+ gap: 8px 24px;
21661
+ padding-inline: 32px;
21727
21662
  }
21728
-
21729
- .v-empty-state__action-btn.v-btn {
21730
- background-color: initial;
21731
- color: initial;
21663
+ .v-date-picker-years__content .v-btn {
21664
+ padding-inline: 8px;
21732
21665
  }.v-divider {
21733
21666
  display: block;
21734
21667
  flex: 1 1 100%;
@@ -21779,75 +21712,6 @@ html.overflow-y-hidden {
21779
21712
  }
21780
21713
  .v-divider__wrapper--vertical .v-divider {
21781
21714
  margin: 0 auto;
21782
- }.v-fab {
21783
- align-items: center;
21784
- display: inline-flex;
21785
- flex: 1 1 auto;
21786
- pointer-events: none;
21787
- position: relative;
21788
- transition-duration: 0.2s;
21789
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21790
- vertical-align: middle;
21791
- }
21792
- .v-fab .v-btn {
21793
- pointer-events: auto;
21794
- }
21795
- .v-fab .v-btn--variant-elevated {
21796
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21797
- }
21798
- .v-fab--app, .v-fab--absolute {
21799
- display: flex;
21800
- }
21801
- .v-fab--start, .v-fab--left {
21802
- justify-content: flex-start;
21803
- }
21804
- .v-fab--center {
21805
- align-items: center;
21806
- justify-content: center;
21807
- }
21808
- .v-fab--end, .v-fab--right {
21809
- justify-content: flex-end;
21810
- }
21811
- .v-fab--bottom {
21812
- align-items: flex-end;
21813
- }
21814
- .v-fab--top {
21815
- align-items: flex-start;
21816
- }
21817
- .v-fab--extended .v-btn {
21818
- border-radius: 9999px !important;
21819
- }
21820
-
21821
- .v-fab__container {
21822
- align-self: center;
21823
- display: inline-flex;
21824
- position: absolute;
21825
- vertical-align: middle;
21826
- }
21827
- .v-fab--app .v-fab__container {
21828
- margin: 12px;
21829
- }
21830
- .v-fab--absolute .v-fab__container {
21831
- position: absolute;
21832
- z-index: 4;
21833
- }
21834
- .v-fab--offset.v-fab--top .v-fab__container {
21835
- transform: translateY(-50%);
21836
- }
21837
- .v-fab--offset.v-fab--bottom .v-fab__container {
21838
- transform: translateY(50%);
21839
- }
21840
- .v-fab--top .v-fab__container {
21841
- top: 0;
21842
- }
21843
- .v-fab--bottom .v-fab__container {
21844
- bottom: 0;
21845
- }
21846
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21847
- left: 0;
21848
- }
21849
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21850
- right: 0;
21851
21715
  }.v-expansion-panel {
21852
21716
  background-color: rgb(var(--v-theme-surface));
21853
21717
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -22058,6 +21922,75 @@ html.overflow-y-hidden {
22058
21922
  }
22059
21923
  .v-expansion-panels--tile > .v-expansion-panel {
22060
21924
  border-radius: 0;
21925
+ }.v-fab {
21926
+ align-items: center;
21927
+ display: inline-flex;
21928
+ flex: 1 1 auto;
21929
+ pointer-events: none;
21930
+ position: relative;
21931
+ transition-duration: 0.2s;
21932
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21933
+ vertical-align: middle;
21934
+ }
21935
+ .v-fab .v-btn {
21936
+ pointer-events: auto;
21937
+ }
21938
+ .v-fab .v-btn--variant-elevated {
21939
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21940
+ }
21941
+ .v-fab--app, .v-fab--absolute {
21942
+ display: flex;
21943
+ }
21944
+ .v-fab--start, .v-fab--left {
21945
+ justify-content: flex-start;
21946
+ }
21947
+ .v-fab--center {
21948
+ align-items: center;
21949
+ justify-content: center;
21950
+ }
21951
+ .v-fab--end, .v-fab--right {
21952
+ justify-content: flex-end;
21953
+ }
21954
+ .v-fab--bottom {
21955
+ align-items: flex-end;
21956
+ }
21957
+ .v-fab--top {
21958
+ align-items: flex-start;
21959
+ }
21960
+ .v-fab--extended .v-btn {
21961
+ border-radius: 9999px !important;
21962
+ }
21963
+
21964
+ .v-fab__container {
21965
+ align-self: center;
21966
+ display: inline-flex;
21967
+ position: absolute;
21968
+ vertical-align: middle;
21969
+ }
21970
+ .v-fab--app .v-fab__container {
21971
+ margin: 12px;
21972
+ }
21973
+ .v-fab--absolute .v-fab__container {
21974
+ position: absolute;
21975
+ z-index: 4;
21976
+ }
21977
+ .v-fab--offset.v-fab--top .v-fab__container {
21978
+ transform: translateY(-50%);
21979
+ }
21980
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21981
+ transform: translateY(50%);
21982
+ }
21983
+ .v-fab--top .v-fab__container {
21984
+ top: 0;
21985
+ }
21986
+ .v-fab--bottom .v-fab__container {
21987
+ bottom: 0;
21988
+ }
21989
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21990
+ left: 0;
21991
+ }
21992
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21993
+ right: 0;
22061
21994
  }/* region INPUT */
22062
21995
  .v-field {
22063
21996
  --v-theme-overlay-multiplier: 1;
@@ -22624,40 +22557,78 @@ textarea.v-field__input::placeholder {
22624
22557
  border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
22625
22558
  }
22626
22559
 
22627
- .v-field--loading .v-field__outline::after,
22628
- .v-field--loading .v-field__outline::before {
22629
- opacity: 0;
22560
+ .v-field--loading .v-field__outline::after,
22561
+ .v-field--loading .v-field__outline::before {
22562
+ opacity: 0;
22563
+ }
22564
+
22565
+ /* endregion */.v-empty-state {
22566
+ align-items: center;
22567
+ display: flex;
22568
+ flex-direction: column;
22569
+ justify-content: center;
22570
+ min-height: 100%;
22571
+ padding: 16px;
22572
+ }
22573
+ .v-empty-state--start {
22574
+ align-items: flex-start;
22575
+ }
22576
+ .v-empty-state--center {
22577
+ align-items: center;
22578
+ }
22579
+ .v-empty-state--end {
22580
+ align-items: flex-end;
22581
+ }
22582
+
22583
+ .v-empty-state__media {
22584
+ text-align: center;
22585
+ width: 100%;
22586
+ }
22587
+ .v-empty-state__media .v-icon {
22588
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22630
22589
  }
22631
22590
 
22632
- /* endregion */.v-file-input--hide.v-input .v-field,
22633
- .v-file-input--hide.v-input .v-input__control,
22634
- .v-file-input--hide.v-input .v-input__details {
22635
- display: none;
22591
+ .v-empty-state__headline {
22592
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22593
+ font-size: 3.75rem;
22594
+ font-weight: 300;
22595
+ line-height: 1;
22596
+ text-align: center;
22597
+ margin-bottom: 8px;
22636
22598
  }
22637
- .v-file-input--hide.v-input .v-input__prepend {
22638
- grid-area: control;
22639
- margin: 0 auto;
22599
+ .v-empty-state--mobile .v-empty-state__headline {
22600
+ font-size: 2.125rem;
22640
22601
  }
22641
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22642
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22643
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22644
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22645
- top: 0px;
22602
+
22603
+ .v-empty-state__title {
22604
+ font-size: 1.25rem;
22605
+ font-weight: 500;
22606
+ line-height: 1.6;
22607
+ margin-bottom: 4px;
22608
+ text-align: center;
22646
22609
  }
22647
- .v-file-input input[type=file] {
22648
- height: 100%;
22649
- left: 0;
22650
- opacity: 0;
22651
- position: absolute;
22652
- top: 0;
22653
- width: 100%;
22654
- z-index: 1;
22610
+
22611
+ .v-empty-state__text {
22612
+ font-size: 0.875rem;
22613
+ font-weight: 400;
22614
+ line-height: 1.425;
22615
+ padding: 0 16px;
22616
+ text-align: center;
22655
22617
  }
22656
- .v-file-input .v-input__details {
22657
- padding-inline: 16px;
22618
+
22619
+ .v-empty-state__content {
22620
+ padding: 24px 0;
22658
22621
  }
22659
- .v-input--plain-underlined.v-file-input .v-input__details {
22660
- padding-inline: 0;
22622
+
22623
+ .v-empty-state__actions {
22624
+ display: flex;
22625
+ gap: 8px;
22626
+ padding: 16px;
22627
+ }
22628
+
22629
+ .v-empty-state__action-btn.v-btn {
22630
+ background-color: initial;
22631
+ color: initial;
22661
22632
  }.v-footer {
22662
22633
  align-items: center;
22663
22634
  display: flex;
@@ -22686,6 +22657,35 @@ textarea.v-field__input::placeholder {
22686
22657
  }
22687
22658
  .v-footer--rounded {
22688
22659
  border-radius: 4px;
22660
+ }.v-file-input--hide.v-input .v-field,
22661
+ .v-file-input--hide.v-input .v-input__control,
22662
+ .v-file-input--hide.v-input .v-input__details {
22663
+ display: none;
22664
+ }
22665
+ .v-file-input--hide.v-input .v-input__prepend {
22666
+ grid-area: control;
22667
+ margin: 0 auto;
22668
+ }
22669
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22670
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22671
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22672
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22673
+ top: 0px;
22674
+ }
22675
+ .v-file-input input[type=file] {
22676
+ height: 100%;
22677
+ left: 0;
22678
+ opacity: 0;
22679
+ position: absolute;
22680
+ top: 0;
22681
+ width: 100%;
22682
+ z-index: 1;
22683
+ }
22684
+ .v-file-input .v-input__details {
22685
+ padding-inline: 16px;
22686
+ }
22687
+ .v-input--plain-underlined.v-file-input .v-input__details {
22688
+ padding-inline: 0;
22689
22689
  }.v-icon {
22690
22690
  --v-icon-size-multiplier: 1;
22691
22691
  align-items: center;
@@ -22739,6 +22739,31 @@ textarea.v-field__input::placeholder {
22739
22739
 
22740
22740
  .v-icon--end {
22741
22741
  margin-inline-start: 8px;
22742
+ }.v-infinite-scroll--horizontal {
22743
+ display: flex;
22744
+ flex-direction: row;
22745
+ overflow-x: auto;
22746
+ }
22747
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22748
+ height: 100%;
22749
+ width: 1px;
22750
+ }
22751
+
22752
+ .v-infinite-scroll--vertical {
22753
+ display: flex;
22754
+ flex-direction: column;
22755
+ overflow-y: auto;
22756
+ }
22757
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22758
+ height: 1px;
22759
+ width: 100%;
22760
+ }
22761
+
22762
+ .v-infinite-scroll__side {
22763
+ align-items: center;
22764
+ display: flex;
22765
+ justify-content: center;
22766
+ padding: 8px;
22742
22767
  }.v-img {
22743
22768
  --v-theme-overlay-multiplier: 3;
22744
22769
  z-index: 0;
@@ -22784,31 +22809,6 @@ textarea.v-field__input::placeholder {
22784
22809
 
22785
22810
  .v-img__gradient {
22786
22811
  background-repeat: no-repeat;
22787
- }.v-infinite-scroll--horizontal {
22788
- display: flex;
22789
- flex-direction: row;
22790
- overflow-x: auto;
22791
- }
22792
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22793
- height: 100%;
22794
- width: 1px;
22795
- }
22796
-
22797
- .v-infinite-scroll--vertical {
22798
- display: flex;
22799
- flex-direction: column;
22800
- overflow-y: auto;
22801
- }
22802
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22803
- height: 1px;
22804
- width: 100%;
22805
- }
22806
-
22807
- .v-infinite-scroll__side {
22808
- align-items: center;
22809
- display: flex;
22810
- justify-content: center;
22811
- padding: 8px;
22812
22812
  }.v-input {
22813
22813
  display: grid;
22814
22814
  flex: 1 1 auto;
@@ -22976,16 +22976,120 @@ textarea.v-field__input::placeholder {
22976
22976
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22977
22977
  }
22978
22978
 
22979
- .v-layout-item--absolute {
22980
- position: absolute;
22981
- }.v-layout {
22982
- --v-scrollbar-offset: 0px;
22983
- display: flex;
22984
- flex: 1 1 auto;
22985
- }
22986
- .v-layout--full-height {
22987
- --v-scrollbar-offset: inherit;
22988
- height: 100%;
22979
+ .v-layout-item--absolute {
22980
+ position: absolute;
22981
+ }.v-layout {
22982
+ --v-scrollbar-offset: 0px;
22983
+ display: flex;
22984
+ flex: 1 1 auto;
22985
+ }
22986
+ .v-layout--full-height {
22987
+ --v-scrollbar-offset: inherit;
22988
+ height: 100%;
22989
+ }.v-locale-provider {
22990
+ display: contents;
22991
+ }.v-navigation-drawer {
22992
+ -webkit-overflow-scrolling: touch;
22993
+ background: rgb(var(--v-theme-surface));
22994
+ display: flex;
22995
+ flex-direction: column;
22996
+ height: 100%;
22997
+ max-width: 100%;
22998
+ pointer-events: auto;
22999
+ transition-duration: 0.2s;
23000
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23001
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23002
+ position: absolute;
23003
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23004
+ border-style: solid;
23005
+ border-width: 0;
23006
+ 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));
23007
+ background: rgb(var(--v-theme-surface));
23008
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23009
+ }
23010
+ .v-navigation-drawer--border {
23011
+ border-width: thin;
23012
+ box-shadow: none;
23013
+ }
23014
+ .v-navigation-drawer--rounded {
23015
+ border-radius: 4px;
23016
+ }
23017
+ .v-navigation-drawer--top, .v-navigation-drawer--bottom {
23018
+ max-height: -webkit-fill-available;
23019
+ overflow-y: auto;
23020
+ }
23021
+ .v-navigation-drawer--top {
23022
+ top: 0;
23023
+ border-bottom-width: thin;
23024
+ }
23025
+ .v-navigation-drawer--bottom {
23026
+ left: 0;
23027
+ border-top-width: thin;
23028
+ }
23029
+ .v-navigation-drawer--left {
23030
+ top: 0;
23031
+ left: 0;
23032
+ right: auto;
23033
+ border-right-width: thin;
23034
+ }
23035
+ .v-navigation-drawer--right {
23036
+ top: 0;
23037
+ left: auto;
23038
+ right: 0;
23039
+ border-left-width: thin;
23040
+ }
23041
+ .v-navigation-drawer--floating {
23042
+ border: none;
23043
+ }
23044
+ .v-navigation-drawer--temporary.v-navigation-drawer--active {
23045
+ box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23046
+ }
23047
+ .v-navigation-drawer--sticky {
23048
+ height: auto;
23049
+ transition: box-shadow, transform, visibility, width, height, left, right;
23050
+ }
23051
+ .v-navigation-drawer .v-list {
23052
+ overflow: hidden;
23053
+ }
23054
+
23055
+ .v-navigation-drawer__content {
23056
+ flex: 0 1 auto;
23057
+ height: 100%;
23058
+ max-width: 100%;
23059
+ overflow-x: hidden;
23060
+ overflow-y: auto;
23061
+ }
23062
+
23063
+ .v-navigation-drawer__img {
23064
+ height: 100%;
23065
+ left: 0;
23066
+ position: absolute;
23067
+ top: 0;
23068
+ width: 100%;
23069
+ z-index: -1;
23070
+ }
23071
+ .v-navigation-drawer__img img:not(.v-img__img) {
23072
+ height: inherit;
23073
+ object-fit: cover;
23074
+ width: inherit;
23075
+ }
23076
+
23077
+ .v-navigation-drawer__scrim {
23078
+ position: absolute;
23079
+ top: 0;
23080
+ left: 0;
23081
+ width: 100%;
23082
+ height: 100%;
23083
+ background: black;
23084
+ opacity: 0.2;
23085
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23086
+ z-index: 1;
23087
+ }
23088
+
23089
+ .v-navigation-drawer__prepend,
23090
+ .v-navigation-drawer__append {
23091
+ flex: none;
23092
+ overflow: hidden;
22989
23093
  }.v-main {
22990
23094
  flex: 1 0 auto;
22991
23095
  max-width: 100%;
@@ -23014,19 +23118,6 @@ textarea.v-field__input::placeholder {
23014
23118
  --v-layout-right: 0px;
23015
23119
  --v-layout-top: 0px;
23016
23120
  --v-layout-bottom: 0px;
23017
- }.v-menu > .v-overlay__content {
23018
- display: flex;
23019
- flex-direction: column;
23020
- border-radius: 4px;
23021
- }
23022
- .v-menu > .v-overlay__content > .v-card,
23023
- .v-menu > .v-overlay__content > .v-sheet,
23024
- .v-menu > .v-overlay__content > .v-list {
23025
- background: rgb(var(--v-theme-surface));
23026
- border-radius: inherit;
23027
- overflow: auto;
23028
- height: 100%;
23029
- 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));
23030
23121
  }.v-list {
23031
23122
  overflow: auto;
23032
23123
  padding: 8px 0;
@@ -23584,118 +23675,6 @@ textarea.v-field__input::placeholder {
23584
23675
  }
23585
23676
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23586
23677
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23587
- }.v-locale-provider {
23588
- display: contents;
23589
- }.v-navigation-drawer {
23590
- -webkit-overflow-scrolling: touch;
23591
- background: rgb(var(--v-theme-surface));
23592
- display: flex;
23593
- flex-direction: column;
23594
- height: 100%;
23595
- max-width: 100%;
23596
- pointer-events: auto;
23597
- transition-duration: 0.2s;
23598
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23599
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23600
- position: absolute;
23601
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23602
- border-style: solid;
23603
- border-width: 0;
23604
- 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));
23605
- background: rgb(var(--v-theme-surface));
23606
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23607
- }
23608
- .v-navigation-drawer--border {
23609
- border-width: thin;
23610
- box-shadow: none;
23611
- }
23612
- .v-navigation-drawer--rounded {
23613
- border-radius: 4px;
23614
- }
23615
- .v-navigation-drawer--top, .v-navigation-drawer--bottom {
23616
- max-height: -webkit-fill-available;
23617
- overflow-y: auto;
23618
- }
23619
- .v-navigation-drawer--top {
23620
- top: 0;
23621
- border-bottom-width: thin;
23622
- }
23623
- .v-navigation-drawer--bottom {
23624
- left: 0;
23625
- border-top-width: thin;
23626
- }
23627
- .v-navigation-drawer--left {
23628
- top: 0;
23629
- left: 0;
23630
- right: auto;
23631
- border-right-width: thin;
23632
- }
23633
- .v-navigation-drawer--right {
23634
- top: 0;
23635
- left: auto;
23636
- right: 0;
23637
- border-left-width: thin;
23638
- }
23639
- .v-navigation-drawer--floating {
23640
- border: none;
23641
- }
23642
- .v-navigation-drawer--temporary.v-navigation-drawer--active {
23643
- box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23644
- }
23645
- .v-navigation-drawer--sticky {
23646
- height: auto;
23647
- transition: box-shadow, transform, visibility, width, height, left, right;
23648
- }
23649
- .v-navigation-drawer .v-list {
23650
- overflow: hidden;
23651
- }
23652
-
23653
- .v-navigation-drawer__content {
23654
- flex: 0 1 auto;
23655
- height: 100%;
23656
- max-width: 100%;
23657
- overflow-x: hidden;
23658
- overflow-y: auto;
23659
- }
23660
-
23661
- .v-navigation-drawer__img {
23662
- height: 100%;
23663
- left: 0;
23664
- position: absolute;
23665
- top: 0;
23666
- width: 100%;
23667
- z-index: -1;
23668
- }
23669
- .v-navigation-drawer__img img:not(.v-img__img) {
23670
- height: inherit;
23671
- object-fit: cover;
23672
- width: inherit;
23673
- }
23674
-
23675
- .v-navigation-drawer__scrim {
23676
- position: absolute;
23677
- top: 0;
23678
- left: 0;
23679
- width: 100%;
23680
- height: 100%;
23681
- background: black;
23682
- opacity: 0.2;
23683
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23684
- z-index: 1;
23685
- }
23686
-
23687
- .v-navigation-drawer__prepend,
23688
- .v-navigation-drawer__append {
23689
- flex: none;
23690
- overflow: hidden;
23691
- }.v-pagination__list {
23692
- display: inline-flex;
23693
- list-style-type: none;
23694
- justify-content: center;
23695
- width: 100%;
23696
- }
23697
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23698
- margin: 0.3rem;
23699
23678
  }.v-messages {
23700
23679
  flex: 1 1 auto;
23701
23680
  font-size: 12px;
@@ -23712,62 +23691,25 @@ textarea.v-field__input::placeholder {
23712
23691
  -webkit-hyphens: auto;
23713
23692
  hyphens: auto;
23714
23693
  transition-duration: 150ms;
23715
- }.v-otp-input {
23716
- border-radius: 4px;
23717
- align-items: center;
23694
+ }.v-menu > .v-overlay__content {
23718
23695
  display: flex;
23719
- justify-content: center;
23720
- padding: 0.5rem 0;
23721
- position: relative;
23722
- }
23723
- .v-otp-input .v-field {
23724
- height: 100%;
23725
- }
23726
-
23727
- .v-otp-input__divider {
23728
- margin: 0 8px;
23696
+ flex-direction: column;
23697
+ border-radius: 4px;
23729
23698
  }
23730
-
23731
- .v-otp-input__content {
23732
- align-items: center;
23733
- display: flex;
23734
- gap: 0.5rem;
23735
- height: 64px;
23736
- padding: 0.5rem;
23737
- justify-content: center;
23738
- max-width: 320px;
23739
- position: relative;
23699
+ .v-menu > .v-overlay__content > .v-card,
23700
+ .v-menu > .v-overlay__content > .v-sheet,
23701
+ .v-menu > .v-overlay__content > .v-list {
23702
+ background: rgb(var(--v-theme-surface));
23740
23703
  border-radius: inherit;
23741
- }
23742
- .v-otp-input--divided .v-otp-input__content {
23743
- max-width: 360px;
23744
- }
23745
-
23746
- .v-otp-input__field {
23747
- color: inherit;
23748
- font-size: 1.25rem;
23749
- height: 100%;
23750
- outline: none;
23751
- text-align: center;
23752
- width: 100%;
23753
- }
23754
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23755
- -webkit-appearance: none;
23756
- margin: 0;
23757
- }
23758
- .v-otp-input__field[type=number] {
23759
- -moz-appearance: textfield;
23760
- }
23761
-
23762
- .v-otp-input__loader {
23763
- align-items: center;
23764
- display: flex;
23704
+ overflow: auto;
23765
23705
  height: 100%;
23766
- justify-content: center;
23767
- width: 100%;
23706
+ 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));
23707
+ }.v-parallax {
23708
+ position: relative;
23709
+ overflow: hidden;
23768
23710
  }
23769
- .v-otp-input__loader .v-progress-linear {
23770
- position: absolute;
23711
+ .v-parallax--active > .v-img__img {
23712
+ will-change: transform;
23771
23713
  }.v-overlay-container {
23772
23714
  contain: layout;
23773
23715
  left: 0;
@@ -23831,12 +23773,70 @@ html.v-overlay-scroll-blocked {
23831
23773
 
23832
23774
  .v-overlay--scroll-blocked {
23833
23775
  padding-inline-end: var(--v-scrollbar-offset);
23834
- }.v-parallax {
23776
+ }.v-otp-input {
23777
+ border-radius: 4px;
23778
+ align-items: center;
23779
+ display: flex;
23780
+ justify-content: center;
23781
+ padding: 0.5rem 0;
23835
23782
  position: relative;
23836
- overflow: hidden;
23837
23783
  }
23838
- .v-parallax--active > .v-img__img {
23839
- will-change: transform;
23784
+ .v-otp-input .v-field {
23785
+ height: 100%;
23786
+ }
23787
+
23788
+ .v-otp-input__divider {
23789
+ margin: 0 8px;
23790
+ }
23791
+
23792
+ .v-otp-input__content {
23793
+ align-items: center;
23794
+ display: flex;
23795
+ gap: 0.5rem;
23796
+ height: 64px;
23797
+ padding: 0.5rem;
23798
+ justify-content: center;
23799
+ max-width: 320px;
23800
+ position: relative;
23801
+ border-radius: inherit;
23802
+ }
23803
+ .v-otp-input--divided .v-otp-input__content {
23804
+ max-width: 360px;
23805
+ }
23806
+
23807
+ .v-otp-input__field {
23808
+ color: inherit;
23809
+ font-size: 1.25rem;
23810
+ height: 100%;
23811
+ outline: none;
23812
+ text-align: center;
23813
+ width: 100%;
23814
+ }
23815
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23816
+ -webkit-appearance: none;
23817
+ margin: 0;
23818
+ }
23819
+ .v-otp-input__field[type=number] {
23820
+ -moz-appearance: textfield;
23821
+ }
23822
+
23823
+ .v-otp-input__loader {
23824
+ align-items: center;
23825
+ display: flex;
23826
+ height: 100%;
23827
+ justify-content: center;
23828
+ width: 100%;
23829
+ }
23830
+ .v-otp-input__loader .v-progress-linear {
23831
+ position: absolute;
23832
+ }.v-pagination__list {
23833
+ display: inline-flex;
23834
+ list-style-type: none;
23835
+ justify-content: center;
23836
+ width: 100%;
23837
+ }
23838
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23839
+ margin: 0.3rem;
23840
23840
  }.v-progress-circular {
23841
23841
  align-items: center;
23842
23842
  display: inline-flex;
@@ -23951,89 +23951,60 @@ html.v-overlay-scroll-blocked {
23951
23951
  }
23952
23952
  .v-radio-group .v-input__details {
23953
23953
  padding-inline: 16px;
23954
- }.v-slider .v-slider__container input {
23955
- cursor: default;
23956
- padding: 0;
23957
- width: 100%;
23958
- display: none;
23954
+ }.v-rating {
23955
+ max-width: 100%;
23956
+ display: inline-flex;
23957
+ white-space: nowrap;
23959
23958
  }
23960
- .v-slider > .v-input__append,
23961
- .v-slider > .v-input__prepend {
23962
- padding: 0;
23959
+ .v-rating--readonly {
23960
+ pointer-events: none;
23963
23961
  }
23964
23962
 
23965
- .v-slider__container {
23966
- position: relative;
23967
- min-height: inherit;
23968
- width: 100%;
23969
- height: 100%;
23970
- display: flex;
23971
- justify-content: center;
23963
+ .v-rating__wrapper {
23972
23964
  align-items: center;
23973
- cursor: pointer;
23974
- }
23975
- .v-input--disabled .v-slider__container {
23976
- opacity: var(--v-disabled-opacity);
23965
+ display: inline-flex;
23966
+ flex-direction: column;
23977
23967
  }
23978
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23979
- color: rgb(var(--v-theme-error));
23968
+ .v-rating__wrapper--bottom {
23969
+ flex-direction: column-reverse;
23980
23970
  }
23981
23971
 
23982
- .v-slider.v-input--horizontal {
23983
- align-items: center;
23984
- margin-inline: 8px 8px;
23972
+ .v-rating__item {
23973
+ display: inline-flex;
23974
+ position: relative;
23985
23975
  }
23986
- .v-slider.v-input--horizontal > .v-input__control {
23987
- min-height: 32px;
23988
- display: flex;
23989
- align-items: center;
23976
+ .v-rating__item label {
23977
+ cursor: pointer;
23990
23978
  }
23991
-
23992
- .v-slider.v-input--vertical {
23993
- justify-content: center;
23994
- margin-top: 12px;
23995
- margin-bottom: 12px;
23979
+ .v-rating__item .v-btn--variant-plain {
23980
+ opacity: 1;
23996
23981
  }
23997
- .v-slider.v-input--vertical > .v-input__control {
23998
- min-height: 300px;
23982
+ .v-rating__item .v-btn {
23983
+ transition-property: transform;
23999
23984
  }
24000
-
24001
- .v-slider.v-input--disabled {
24002
- pointer-events: none;
23985
+ .v-rating__item .v-btn .v-icon {
23986
+ transition: inherit;
23987
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24003
23988
  }
24004
-
24005
- .v-slider--has-labels > .v-input__control {
24006
- margin-bottom: 4px;
23989
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23990
+ transform: scale(1.25);
24007
23991
  }
24008
-
24009
- .v-slider__label {
24010
- margin-inline-end: 12px;
24011
- }.v-responsive {
24012
- display: flex;
24013
- flex: 1 0 auto;
24014
- max-height: 100%;
24015
- max-width: 100%;
23992
+ .v-rating__item--half {
24016
23993
  overflow: hidden;
24017
- position: relative;
24018
- }
24019
- .v-responsive--inline {
24020
- display: inline-flex;
24021
- flex: 0 0 auto;
24022
- }
24023
-
24024
- .v-responsive__content {
24025
- flex: 1 0 0px;
24026
- max-width: 100%;
23994
+ position: absolute;
23995
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23996
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23997
+ z-index: 1;
24027
23998
  }
24028
-
24029
- .v-responsive__sizer ~ .v-responsive__content {
24030
- margin-inline-start: -100%;
23999
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24000
+ opacity: 0;
24031
24001
  }
24032
24002
 
24033
- .v-responsive__sizer {
24034
- flex: 1 0 0px;
24035
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24036
- pointer-events: none;
24003
+ .v-rating__hidden {
24004
+ height: 0;
24005
+ opacity: 0;
24006
+ position: absolute;
24007
+ width: 0;
24037
24008
  }.v-progress-linear {
24038
24009
  background: transparent;
24039
24010
  overflow: hidden;
@@ -24262,6 +24233,89 @@ html.v-overlay-scroll-blocked {
24262
24233
  0% {
24263
24234
  background-position-x: var(--v-progress-linear-height);
24264
24235
  }
24236
+ }.v-slider .v-slider__container input {
24237
+ cursor: default;
24238
+ padding: 0;
24239
+ width: 100%;
24240
+ display: none;
24241
+ }
24242
+ .v-slider > .v-input__append,
24243
+ .v-slider > .v-input__prepend {
24244
+ padding: 0;
24245
+ }
24246
+
24247
+ .v-slider__container {
24248
+ position: relative;
24249
+ min-height: inherit;
24250
+ width: 100%;
24251
+ height: 100%;
24252
+ display: flex;
24253
+ justify-content: center;
24254
+ align-items: center;
24255
+ cursor: pointer;
24256
+ }
24257
+ .v-input--disabled .v-slider__container {
24258
+ opacity: var(--v-disabled-opacity);
24259
+ }
24260
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24261
+ color: rgb(var(--v-theme-error));
24262
+ }
24263
+
24264
+ .v-slider.v-input--horizontal {
24265
+ align-items: center;
24266
+ margin-inline: 8px 8px;
24267
+ }
24268
+ .v-slider.v-input--horizontal > .v-input__control {
24269
+ min-height: 32px;
24270
+ display: flex;
24271
+ align-items: center;
24272
+ }
24273
+
24274
+ .v-slider.v-input--vertical {
24275
+ justify-content: center;
24276
+ margin-top: 12px;
24277
+ margin-bottom: 12px;
24278
+ }
24279
+ .v-slider.v-input--vertical > .v-input__control {
24280
+ min-height: 300px;
24281
+ }
24282
+
24283
+ .v-slider.v-input--disabled {
24284
+ pointer-events: none;
24285
+ }
24286
+
24287
+ .v-slider--has-labels > .v-input__control {
24288
+ margin-bottom: 4px;
24289
+ }
24290
+
24291
+ .v-slider__label {
24292
+ margin-inline-end: 12px;
24293
+ }.v-responsive {
24294
+ display: flex;
24295
+ flex: 1 0 auto;
24296
+ max-height: 100%;
24297
+ max-width: 100%;
24298
+ overflow: hidden;
24299
+ position: relative;
24300
+ }
24301
+ .v-responsive--inline {
24302
+ display: inline-flex;
24303
+ flex: 0 0 auto;
24304
+ }
24305
+
24306
+ .v-responsive__content {
24307
+ flex: 1 0 0px;
24308
+ max-width: 100%;
24309
+ }
24310
+
24311
+ .v-responsive__sizer ~ .v-responsive__content {
24312
+ margin-inline-start: -100%;
24313
+ }
24314
+
24315
+ .v-responsive__sizer {
24316
+ flex: 1 0 0px;
24317
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24318
+ pointer-events: none;
24265
24319
  }.v-selection-control {
24266
24320
  align-items: center;
24267
24321
  contain: layout;
@@ -24334,89 +24388,35 @@ html.v-overlay-scroll-blocked {
24334
24388
  left: 0;
24335
24389
  top: 0;
24336
24390
  width: 100%;
24337
- height: 100%;
24338
- opacity: 0;
24339
- }
24340
- .v-selection-control__input::before {
24341
- content: "";
24342
- position: absolute;
24343
- top: 0;
24344
- left: 0;
24345
- width: 100%;
24346
- height: 100%;
24347
- border-radius: 100%;
24348
- background-color: currentColor;
24349
- opacity: 0;
24350
- pointer-events: none;
24351
- }
24352
- .v-selection-control__input:hover::before {
24353
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24354
- }
24355
- .v-selection-control__input > .v-icon {
24356
- opacity: var(--v-medium-emphasis-opacity);
24357
- }
24358
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24359
- opacity: 1;
24360
- }
24361
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24362
- color: rgb(var(--v-theme-error));
24363
- }
24364
- .v-selection-control--focus-visible .v-selection-control__input::before {
24365
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24366
- }.v-rating {
24367
- max-width: 100%;
24368
- display: inline-flex;
24369
- white-space: nowrap;
24370
- }
24371
- .v-rating--readonly {
24372
- pointer-events: none;
24373
- }
24374
-
24375
- .v-rating__wrapper {
24376
- align-items: center;
24377
- display: inline-flex;
24378
- flex-direction: column;
24379
- }
24380
- .v-rating__wrapper--bottom {
24381
- flex-direction: column-reverse;
24382
- }
24383
-
24384
- .v-rating__item {
24385
- display: inline-flex;
24386
- position: relative;
24387
- }
24388
- .v-rating__item label {
24389
- cursor: pointer;
24390
- }
24391
- .v-rating__item .v-btn--variant-plain {
24392
- opacity: 1;
24391
+ height: 100%;
24392
+ opacity: 0;
24393
24393
  }
24394
- .v-rating__item .v-btn {
24395
- transition-property: transform;
24394
+ .v-selection-control__input::before {
24395
+ content: "";
24396
+ position: absolute;
24397
+ top: 0;
24398
+ left: 0;
24399
+ width: 100%;
24400
+ height: 100%;
24401
+ border-radius: 100%;
24402
+ background-color: currentColor;
24403
+ opacity: 0;
24404
+ pointer-events: none;
24396
24405
  }
24397
- .v-rating__item .v-btn .v-icon {
24398
- transition: inherit;
24399
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24406
+ .v-selection-control__input:hover::before {
24407
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24400
24408
  }
24401
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24402
- transform: scale(1.25);
24409
+ .v-selection-control__input > .v-icon {
24410
+ opacity: var(--v-medium-emphasis-opacity);
24403
24411
  }
24404
- .v-rating__item--half {
24405
- overflow: hidden;
24406
- position: absolute;
24407
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24408
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24409
- z-index: 1;
24412
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24413
+ opacity: 1;
24410
24414
  }
24411
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24412
- opacity: 0;
24415
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24416
+ color: rgb(var(--v-theme-error));
24413
24417
  }
24414
-
24415
- .v-rating__hidden {
24416
- height: 0;
24417
- opacity: 0;
24418
- position: absolute;
24419
- width: 0;
24418
+ .v-selection-control--focus-visible .v-selection-control__input::before {
24419
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24420
24420
  }.v-sheet {
24421
24421
  display: block;
24422
24422
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -24445,6 +24445,54 @@ html.v-overlay-scroll-blocked {
24445
24445
  }
24446
24446
  .v-sheet--rounded {
24447
24447
  border-radius: 4px;
24448
+ }.v-select .v-field .v-text-field__prefix,
24449
+ .v-select .v-field .v-text-field__suffix,
24450
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24451
+ cursor: pointer;
24452
+ }
24453
+ .v-select .v-field .v-field__input > input {
24454
+ align-self: flex-start;
24455
+ opacity: 1;
24456
+ flex: 0 0;
24457
+ position: absolute;
24458
+ width: 100%;
24459
+ transition: none;
24460
+ pointer-events: none;
24461
+ caret-color: transparent;
24462
+ }
24463
+ .v-select .v-field--dirty .v-select__selection {
24464
+ margin-inline-end: 2px;
24465
+ }
24466
+ .v-select .v-select__selection-text {
24467
+ overflow: hidden;
24468
+ text-overflow: ellipsis;
24469
+ white-space: nowrap;
24470
+ }
24471
+ .v-select__content {
24472
+ overflow: hidden;
24473
+ 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));
24474
+ border-radius: 4px;
24475
+ }
24476
+ .v-select__selection {
24477
+ display: inline-flex;
24478
+ align-items: center;
24479
+ letter-spacing: inherit;
24480
+ line-height: inherit;
24481
+ max-width: 100%;
24482
+ }
24483
+ .v-select .v-select__selection:first-child {
24484
+ margin-inline-start: 0;
24485
+ }
24486
+ .v-select--selected .v-field .v-field__input > input {
24487
+ opacity: 0;
24488
+ }
24489
+ .v-select__menu-icon {
24490
+ margin-inline-start: 4px;
24491
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24492
+ }
24493
+ .v-select--active-menu .v-select__menu-icon {
24494
+ opacity: var(--v-high-emphasis-opacity);
24495
+ transform: rotate(180deg);
24448
24496
  }.v-selection-control-group {
24449
24497
  grid-area: control;
24450
24498
  display: flex;
@@ -24676,109 +24724,6 @@ html.v-overlay-scroll-blocked {
24676
24724
  100% {
24677
24725
  transform: translateX(100%);
24678
24726
  }
24679
- }.v-select .v-field .v-text-field__prefix,
24680
- .v-select .v-field .v-text-field__suffix,
24681
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24682
- cursor: pointer;
24683
- }
24684
- .v-select .v-field .v-field__input > input {
24685
- align-self: flex-start;
24686
- opacity: 1;
24687
- flex: 0 0;
24688
- position: absolute;
24689
- width: 100%;
24690
- transition: none;
24691
- pointer-events: none;
24692
- caret-color: transparent;
24693
- }
24694
- .v-select .v-field--dirty .v-select__selection {
24695
- margin-inline-end: 2px;
24696
- }
24697
- .v-select .v-select__selection-text {
24698
- overflow: hidden;
24699
- text-overflow: ellipsis;
24700
- white-space: nowrap;
24701
- }
24702
- .v-select__content {
24703
- overflow: hidden;
24704
- 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));
24705
- border-radius: 4px;
24706
- }
24707
- .v-select__selection {
24708
- display: inline-flex;
24709
- align-items: center;
24710
- letter-spacing: inherit;
24711
- line-height: inherit;
24712
- max-width: 100%;
24713
- }
24714
- .v-select .v-select__selection:first-child {
24715
- margin-inline-start: 0;
24716
- }
24717
- .v-select--selected .v-field .v-field__input > input {
24718
- opacity: 0;
24719
- }
24720
- .v-select__menu-icon {
24721
- margin-inline-start: 4px;
24722
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24723
- }
24724
- .v-select--active-menu .v-select__menu-icon {
24725
- opacity: var(--v-high-emphasis-opacity);
24726
- transform: rotate(180deg);
24727
- }.v-slide-group {
24728
- display: flex;
24729
- overflow: hidden;
24730
- }
24731
-
24732
- .v-slide-group__next,
24733
- .v-slide-group__prev {
24734
- align-items: center;
24735
- display: flex;
24736
- flex: 0 1 52px;
24737
- justify-content: center;
24738
- min-width: 52px;
24739
- cursor: pointer;
24740
- }
24741
- .v-slide-group__next--disabled,
24742
- .v-slide-group__prev--disabled {
24743
- pointer-events: none;
24744
- opacity: var(--v-disabled-opacity);
24745
- }
24746
-
24747
- .v-slide-group__content {
24748
- display: flex;
24749
- flex: 1 0 auto;
24750
- position: relative;
24751
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24752
- white-space: nowrap;
24753
- }
24754
- .v-slide-group__content > * {
24755
- white-space: initial;
24756
- }
24757
-
24758
- .v-slide-group__container {
24759
- contain: content;
24760
- display: flex;
24761
- flex: 1 1 auto;
24762
- overflow-x: auto;
24763
- overflow-y: hidden;
24764
- scrollbar-width: none;
24765
- scrollbar-color: rgba(0, 0, 0, 0);
24766
- }
24767
- .v-slide-group__container::-webkit-scrollbar {
24768
- display: none;
24769
- }
24770
-
24771
- .v-slide-group--vertical {
24772
- max-height: inherit;
24773
- }
24774
- .v-slide-group--vertical,
24775
- .v-slide-group--vertical .v-slide-group__container,
24776
- .v-slide-group--vertical .v-slide-group__content {
24777
- flex-direction: column;
24778
- }
24779
- .v-slide-group--vertical .v-slide-group__container {
24780
- overflow-x: hidden;
24781
- overflow-y: auto;
24782
24727
  }.v-snackbar {
24783
24728
  justify-content: center;
24784
24729
  z-index: 10000;
@@ -24917,6 +24862,61 @@ html.v-overlay-scroll-blocked {
24917
24862
  }
24918
24863
  .v-snackbar-transition-leave-to {
24919
24864
  opacity: 0;
24865
+ }.v-slide-group {
24866
+ display: flex;
24867
+ overflow: hidden;
24868
+ }
24869
+
24870
+ .v-slide-group__next,
24871
+ .v-slide-group__prev {
24872
+ align-items: center;
24873
+ display: flex;
24874
+ flex: 0 1 52px;
24875
+ justify-content: center;
24876
+ min-width: 52px;
24877
+ cursor: pointer;
24878
+ }
24879
+ .v-slide-group__next--disabled,
24880
+ .v-slide-group__prev--disabled {
24881
+ pointer-events: none;
24882
+ opacity: var(--v-disabled-opacity);
24883
+ }
24884
+
24885
+ .v-slide-group__content {
24886
+ display: flex;
24887
+ flex: 1 0 auto;
24888
+ position: relative;
24889
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24890
+ white-space: nowrap;
24891
+ }
24892
+ .v-slide-group__content > * {
24893
+ white-space: initial;
24894
+ }
24895
+
24896
+ .v-slide-group__container {
24897
+ contain: content;
24898
+ display: flex;
24899
+ flex: 1 1 auto;
24900
+ overflow-x: auto;
24901
+ overflow-y: hidden;
24902
+ scrollbar-width: none;
24903
+ scrollbar-color: rgba(0, 0, 0, 0);
24904
+ }
24905
+ .v-slide-group__container::-webkit-scrollbar {
24906
+ display: none;
24907
+ }
24908
+
24909
+ .v-slide-group--vertical {
24910
+ max-height: inherit;
24911
+ }
24912
+ .v-slide-group--vertical,
24913
+ .v-slide-group--vertical .v-slide-group__container,
24914
+ .v-slide-group--vertical .v-slide-group__content {
24915
+ flex-direction: column;
24916
+ }
24917
+ .v-slide-group--vertical .v-slide-group__container {
24918
+ overflow-x: hidden;
24919
+ overflow-y: auto;
24920
24920
  }.v-speed-dial__content {
24921
24921
  gap: 8px;
24922
24922
  }
@@ -25304,6 +25304,43 @@ html.v-overlay-scroll-blocked {
25304
25304
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25305
25305
  border-width: 0;
25306
25306
  }
25307
+ }.v-system-bar {
25308
+ align-items: center;
25309
+ display: flex;
25310
+ flex: 1 1 auto;
25311
+ height: 24px;
25312
+ justify-content: flex-end;
25313
+ max-width: 100%;
25314
+ padding-inline: 8px;
25315
+ position: relative;
25316
+ text-align: end;
25317
+ width: 100%;
25318
+ 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));
25319
+ background: rgba(var(--v-theme-surface-light));
25320
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25321
+ font-size: 0.75rem;
25322
+ font-weight: 400;
25323
+ letter-spacing: 0.0333333333em;
25324
+ line-height: 1.667;
25325
+ text-transform: none;
25326
+ }
25327
+ .v-system-bar .v-icon {
25328
+ opacity: var(--v-medium-emphasis-opacity);
25329
+ }
25330
+ .v-system-bar--absolute {
25331
+ position: absolute;
25332
+ }
25333
+ .v-system-bar--fixed {
25334
+ position: fixed;
25335
+ }
25336
+ .v-system-bar--rounded {
25337
+ border-radius: 0;
25338
+ }
25339
+ .v-system-bar--window {
25340
+ height: 32px;
25341
+ }
25342
+ .v-system-bar:not(.v-system-bar--absolute) {
25343
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25307
25344
  }.v-table {
25308
25345
  background: rgb(var(--v-theme-surface));
25309
25346
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -25442,9 +25479,101 @@ html.v-overlay-scroll-blocked {
25442
25479
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25443
25480
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25444
25481
  border-top: 0px !important;
25445
- }.v-theme-provider {
25446
- background: rgb(var(--v-theme-background));
25447
- color: rgb(var(--v-theme-on-background));
25482
+ }.v-tab.v-tab.v-btn {
25483
+ height: var(--v-tabs-height);
25484
+ border-radius: 0;
25485
+ min-width: 90px;
25486
+ }
25487
+ .v-slide-group--horizontal .v-tab {
25488
+ max-width: 360px;
25489
+ }
25490
+ .v-slide-group--vertical .v-tab {
25491
+ justify-content: start;
25492
+ }
25493
+
25494
+ .v-tab__slider {
25495
+ position: absolute;
25496
+ bottom: 0;
25497
+ left: 0;
25498
+ height: 2px;
25499
+ width: 100%;
25500
+ background: currentColor;
25501
+ pointer-events: none;
25502
+ opacity: 0;
25503
+ }
25504
+ .v-tab--selected .v-tab__slider {
25505
+ opacity: 1;
25506
+ }
25507
+ .v-slide-group--vertical .v-tab__slider {
25508
+ top: 0;
25509
+ height: 100%;
25510
+ width: 2px;
25511
+ }.v-tabs {
25512
+ display: flex;
25513
+ height: var(--v-tabs-height);
25514
+ }
25515
+ .v-tabs--density-default {
25516
+ --v-tabs-height: 48px;
25517
+ }
25518
+ .v-tabs--density-default.v-tabs--stacked {
25519
+ --v-tabs-height: 72px;
25520
+ }
25521
+
25522
+ .v-tabs--density-comfortable {
25523
+ --v-tabs-height: 44px;
25524
+ }
25525
+ .v-tabs--density-comfortable.v-tabs--stacked {
25526
+ --v-tabs-height: 68px;
25527
+ }
25528
+
25529
+ .v-tabs--density-compact {
25530
+ --v-tabs-height: 36px;
25531
+ }
25532
+ .v-tabs--density-compact.v-tabs--stacked {
25533
+ --v-tabs-height: 60px;
25534
+ }
25535
+
25536
+ .v-tabs.v-slide-group--vertical {
25537
+ height: auto;
25538
+ flex: none;
25539
+ --v-tabs-height: 48px;
25540
+ }
25541
+
25542
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25543
+ margin-inline-start: 42px;
25544
+ }
25545
+
25546
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25547
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25548
+ margin-inline-end: auto;
25549
+ }
25550
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25551
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25552
+ margin-inline-start: auto;
25553
+ }
25554
+
25555
+ .v-tabs--grow {
25556
+ flex-grow: 1;
25557
+ }
25558
+ .v-tabs--grow .v-tab {
25559
+ flex: 1 0 auto;
25560
+ max-width: none;
25561
+ }
25562
+
25563
+ .v-tabs--align-tabs-end .v-tab:first-child {
25564
+ margin-inline-start: auto;
25565
+ }
25566
+ .v-tabs--align-tabs-end .v-tab:last-child {
25567
+ margin-inline-end: 0;
25568
+ }
25569
+
25570
+ @media (max-width: 1279.98px) {
25571
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25572
+ margin-inline-start: 52px;
25573
+ }
25574
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25575
+ margin-inline-end: 52px;
25576
+ }
25448
25577
  }/* region BLOCK */
25449
25578
  .v-text-field input {
25450
25579
  color: inherit;
@@ -25508,49 +25637,203 @@ html.v-overlay-scroll-blocked {
25508
25637
  .v-text-field__prefix {
25509
25638
  padding-inline-start: var(--v-field-padding-start);
25510
25639
  }
25511
- .v-text-field__suffix {
25512
- padding-inline-end: var(--v-field-padding-end);
25640
+ .v-text-field__suffix {
25641
+ padding-inline-end: var(--v-field-padding-end);
25642
+ }
25643
+
25644
+ /* endregion */.v-textarea .v-field {
25645
+ --v-textarea-control-height: var(--v-input-control-height);
25646
+ }
25647
+ .v-textarea .v-field__field {
25648
+ --v-input-control-height: var(--v-textarea-control-height);
25649
+ }
25650
+ .v-textarea .v-field__input {
25651
+ flex: 1 1 auto;
25652
+ outline: none;
25653
+ -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));
25654
+ 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));
25655
+ }
25656
+ .v-textarea .v-field__input.v-textarea__sizer {
25657
+ visibility: hidden;
25658
+ position: absolute;
25659
+ top: 0;
25660
+ left: 0;
25661
+ height: 0 !important;
25662
+ min-height: 0 !important;
25663
+ pointer-events: none;
25664
+ }
25665
+ .v-textarea--no-resize .v-field__input {
25666
+ resize: none;
25667
+ }
25668
+ .v-textarea .v-field--no-label textarea,
25669
+ .v-textarea .v-field--active textarea {
25670
+ opacity: 1;
25671
+ }
25672
+ .v-textarea textarea {
25673
+ opacity: 0;
25674
+ flex: 1;
25675
+ min-width: 0;
25676
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25677
+ }
25678
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25679
+ outline: none;
25680
+ }
25681
+ .v-textarea textarea:invalid {
25682
+ box-shadow: none;
25683
+ }.v-theme-provider {
25684
+ background: rgb(var(--v-theme-background));
25685
+ color: rgb(var(--v-theme-on-background));
25686
+ }.v-toolbar {
25687
+ align-items: flex-start;
25688
+ display: flex;
25689
+ flex: none;
25690
+ flex-direction: column;
25691
+ justify-content: space-between;
25692
+ max-width: 100%;
25693
+ position: relative;
25694
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25695
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25696
+ width: 100%;
25697
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25698
+ border-style: solid;
25699
+ border-width: 0;
25700
+ 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));
25701
+ border-radius: 0;
25702
+ background: rgb(var(--v-theme-surface-light));
25703
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25704
+ }
25705
+ .v-toolbar--border {
25706
+ border-width: thin;
25707
+ box-shadow: none;
25708
+ }
25709
+ .v-toolbar--absolute {
25710
+ position: absolute;
25711
+ }
25712
+ .v-toolbar--collapse {
25713
+ max-width: 112px;
25714
+ overflow: hidden;
25715
+ border-end-end-radius: 24px;
25716
+ }
25717
+ .v-toolbar--collapse .v-toolbar-title {
25718
+ display: none;
25719
+ }
25720
+ .v-toolbar--flat {
25721
+ 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));
25722
+ }
25723
+ .v-toolbar--floating {
25724
+ display: inline-flex;
25725
+ }
25726
+ .v-toolbar--rounded {
25727
+ border-radius: 4px;
25728
+ }
25729
+
25730
+ .v-toolbar__content,
25731
+ .v-toolbar__extension {
25732
+ align-items: center;
25733
+ display: flex;
25734
+ flex: 0 0 auto;
25735
+ position: relative;
25736
+ transition: inherit;
25737
+ width: 100%;
25738
+ }
25739
+
25740
+ .v-toolbar__content {
25741
+ overflow: hidden;
25742
+ }
25743
+ .v-toolbar__content > .v-btn:first-child {
25744
+ margin-inline-start: 4px;
25745
+ }
25746
+ .v-toolbar__content > .v-btn:last-child {
25747
+ margin-inline-end: 4px;
25748
+ }
25749
+ .v-toolbar__content > .v-toolbar-title {
25750
+ margin-inline-start: 20px;
25751
+ }
25752
+ .v-toolbar--density-prominent .v-toolbar__content {
25753
+ align-items: flex-start;
25754
+ }
25755
+
25756
+ .v-toolbar__image {
25757
+ position: absolute;
25758
+ top: 0;
25759
+ left: 0;
25760
+ width: 100%;
25761
+ height: 100%;
25762
+ display: flex;
25763
+ opacity: var(--v-toolbar-image-opacity, 1);
25764
+ transition-property: opacity;
25765
+ }
25766
+
25767
+ .v-toolbar__prepend,
25768
+ .v-toolbar__append {
25769
+ align-items: center;
25770
+ align-self: stretch;
25771
+ display: flex;
25772
+ }
25773
+
25774
+ .v-toolbar__prepend {
25775
+ margin-inline: 4px auto;
25513
25776
  }
25514
25777
 
25515
- /* endregion */.v-textarea .v-field {
25516
- --v-textarea-control-height: var(--v-input-control-height);
25778
+ .v-toolbar__append {
25779
+ margin-inline: auto 4px;
25517
25780
  }
25518
- .v-textarea .v-field__field {
25519
- --v-input-control-height: var(--v-textarea-control-height);
25781
+
25782
+ .v-toolbar-title {
25783
+ flex: 1 1;
25784
+ font-size: 1.25rem;
25785
+ min-width: 0;
25786
+ font-size: 1.25rem;
25787
+ font-weight: 400;
25788
+ letter-spacing: 0;
25789
+ line-height: 1.75rem;
25790
+ text-transform: none;
25520
25791
  }
25521
- .v-textarea .v-field__input {
25522
- flex: 1 1 auto;
25523
- outline: none;
25524
- -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));
25525
- 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));
25792
+ .v-toolbar--density-prominent .v-toolbar-title {
25793
+ align-self: flex-end;
25794
+ padding-bottom: 6px;
25795
+ font-size: 1.5rem;
25796
+ font-weight: 400;
25797
+ letter-spacing: 0;
25798
+ line-height: 2.25rem;
25799
+ text-transform: none;
25526
25800
  }
25527
- .v-textarea .v-field__input.v-textarea__sizer {
25528
- visibility: hidden;
25529
- position: absolute;
25530
- top: 0;
25531
- left: 0;
25532
- height: 0 !important;
25533
- min-height: 0 !important;
25534
- pointer-events: none;
25801
+
25802
+ .v-toolbar-title__placeholder {
25803
+ overflow: hidden;
25804
+ text-overflow: ellipsis;
25805
+ white-space: nowrap;
25535
25806
  }
25536
- .v-textarea--no-resize .v-field__input {
25537
- resize: none;
25807
+
25808
+ .v-toolbar-items {
25809
+ display: flex;
25810
+ height: inherit;
25811
+ align-self: stretch;
25538
25812
  }
25539
- .v-textarea .v-field--no-label textarea,
25540
- .v-textarea .v-field--active textarea {
25813
+ .v-toolbar-items > .v-btn {
25814
+ border-radius: 0;
25815
+ }.v-tooltip > .v-overlay__content {
25816
+ background: rgb(var(--v-theme-surface-variant));
25817
+ color: rgb(var(--v-theme-on-surface-variant));
25818
+ border-radius: 4px;
25819
+ font-size: 0.875rem;
25820
+ line-height: 1.6;
25821
+ display: inline-block;
25822
+ padding: 5px 16px;
25823
+ text-transform: initial;
25824
+ width: auto;
25541
25825
  opacity: 1;
25826
+ pointer-events: none;
25827
+ transition-property: opacity, transform;
25828
+ overflow-wrap: break-word;
25542
25829
  }
25543
- .v-textarea textarea {
25544
- opacity: 0;
25545
- flex: 1;
25546
- min-width: 0;
25547
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25548
- }
25549
- .v-textarea textarea:focus, .v-textarea textarea:active {
25550
- outline: none;
25830
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25831
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25832
+ transition-duration: 150ms;
25551
25833
  }
25552
- .v-textarea textarea:invalid {
25553
- box-shadow: none;
25834
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25835
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25836
+ transition-duration: 75ms;
25554
25837
  }.v-timeline .v-timeline-divider__dot {
25555
25838
  background: rgb(var(--v-theme-surface-light));
25556
25839
  }
@@ -25921,240 +26204,52 @@ html.v-overlay-scroll-blocked {
25921
26204
  .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
25922
26205
  justify-content: flex-start;
25923
26206
  }
25924
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25925
- width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25926
- }
25927
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25928
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25929
- }
25930
-
25931
- .v-timeline--vertical.v-timeline--align-start {
25932
- align-items: flex-start;
25933
- }
25934
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
25935
- justify-content: flex-start;
25936
- }
25937
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25938
- height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25939
- }
25940
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25941
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25942
- }
25943
-
25944
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
25945
- display: none;
25946
- }
25947
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25948
- --v-timeline-line-size-offset: 12px;
25949
- }
25950
- .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25951
- padding-block-start: 0;
25952
- }
25953
-
25954
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25955
- padding-inline-start: 0;
25956
- }
25957
-
25958
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25959
- display: none;
25960
- }
25961
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25962
- --v-timeline-line-size-offset: 12px;
25963
- }
25964
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25965
- padding-block-end: 0;
25966
- }
25967
-
25968
- .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 {
25969
- padding-inline-end: 0;
25970
- }.v-system-bar {
25971
- align-items: center;
25972
- display: flex;
25973
- flex: 1 1 auto;
25974
- height: 24px;
25975
- justify-content: flex-end;
25976
- max-width: 100%;
25977
- padding-inline: 8px;
25978
- position: relative;
25979
- text-align: end;
25980
- width: 100%;
25981
- 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));
25982
- background: rgba(var(--v-theme-surface-light));
25983
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25984
- font-size: 0.75rem;
25985
- font-weight: 400;
25986
- letter-spacing: 0.0333333333em;
25987
- line-height: 1.667;
25988
- text-transform: none;
25989
- }
25990
- .v-system-bar .v-icon {
25991
- opacity: var(--v-medium-emphasis-opacity);
25992
- }
25993
- .v-system-bar--absolute {
25994
- position: absolute;
25995
- }
25996
- .v-system-bar--fixed {
25997
- position: fixed;
25998
- }
25999
- .v-system-bar--rounded {
26000
- border-radius: 0;
26001
- }
26002
- .v-system-bar--window {
26003
- height: 32px;
26004
- }
26005
- .v-system-bar:not(.v-system-bar--absolute) {
26006
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
26007
- }.v-toolbar {
26008
- align-items: flex-start;
26009
- display: flex;
26010
- flex: none;
26011
- flex-direction: column;
26012
- justify-content: space-between;
26013
- max-width: 100%;
26014
- position: relative;
26015
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26016
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26017
- width: 100%;
26018
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26019
- border-style: solid;
26020
- border-width: 0;
26021
- 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));
26022
- border-radius: 0;
26023
- background: rgb(var(--v-theme-surface-light));
26024
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26025
- }
26026
- .v-toolbar--border {
26027
- border-width: thin;
26028
- box-shadow: none;
26029
- }
26030
- .v-toolbar--absolute {
26031
- position: absolute;
26032
- }
26033
- .v-toolbar--collapse {
26034
- max-width: 112px;
26035
- overflow: hidden;
26036
- border-end-end-radius: 24px;
26037
- }
26038
- .v-toolbar--collapse .v-toolbar-title {
26039
- display: none;
26040
- }
26041
- .v-toolbar--flat {
26042
- 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));
26043
- }
26044
- .v-toolbar--floating {
26045
- display: inline-flex;
26046
- }
26047
- .v-toolbar--rounded {
26048
- border-radius: 4px;
26049
- }
26050
-
26051
- .v-toolbar__content,
26052
- .v-toolbar__extension {
26053
- align-items: center;
26054
- display: flex;
26055
- flex: 0 0 auto;
26056
- position: relative;
26057
- transition: inherit;
26058
- width: 100%;
26059
- }
26060
-
26061
- .v-toolbar__content {
26062
- overflow: hidden;
26063
- }
26064
- .v-toolbar__content > .v-btn:first-child {
26065
- margin-inline-start: 4px;
26066
- }
26067
- .v-toolbar__content > .v-btn:last-child {
26068
- margin-inline-end: 4px;
26069
- }
26070
- .v-toolbar__content > .v-toolbar-title {
26071
- margin-inline-start: 20px;
26072
- }
26073
- .v-toolbar--density-prominent .v-toolbar__content {
26074
- align-items: flex-start;
26075
- }
26076
-
26077
- .v-toolbar__image {
26078
- position: absolute;
26079
- top: 0;
26080
- left: 0;
26081
- width: 100%;
26082
- height: 100%;
26083
- display: flex;
26084
- opacity: var(--v-toolbar-image-opacity, 1);
26085
- transition-property: opacity;
26086
- }
26087
-
26088
- .v-toolbar__prepend,
26089
- .v-toolbar__append {
26090
- align-items: center;
26091
- align-self: stretch;
26092
- display: flex;
26207
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26208
+ width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26093
26209
  }
26094
-
26095
- .v-toolbar__prepend {
26096
- margin-inline: 4px auto;
26210
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26211
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
26097
26212
  }
26098
26213
 
26099
- .v-toolbar__append {
26100
- margin-inline: auto 4px;
26214
+ .v-timeline--vertical.v-timeline--align-start {
26215
+ align-items: flex-start;
26216
+ }
26217
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
26218
+ justify-content: flex-start;
26219
+ }
26220
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26221
+ height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26222
+ }
26223
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26224
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
26101
26225
  }
26102
26226
 
26103
- .v-toolbar-title {
26104
- flex: 1 1;
26105
- font-size: 1.25rem;
26106
- min-width: 0;
26107
- font-size: 1.25rem;
26108
- font-weight: 400;
26109
- letter-spacing: 0;
26110
- line-height: 1.75rem;
26111
- text-transform: none;
26227
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
26228
+ display: none;
26112
26229
  }
26113
- .v-toolbar--density-prominent .v-toolbar-title {
26114
- align-self: flex-end;
26115
- padding-bottom: 6px;
26116
- font-size: 1.5rem;
26117
- font-weight: 400;
26118
- letter-spacing: 0;
26119
- line-height: 2.25rem;
26120
- text-transform: none;
26230
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
26231
+ --v-timeline-line-size-offset: 12px;
26232
+ }
26233
+ .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26234
+ padding-block-start: 0;
26121
26235
  }
26122
26236
 
26123
- .v-toolbar-title__placeholder {
26124
- overflow: hidden;
26125
- text-overflow: ellipsis;
26126
- white-space: nowrap;
26237
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26238
+ padding-inline-start: 0;
26127
26239
  }
26128
26240
 
26129
- .v-toolbar-items {
26130
- display: flex;
26131
- height: inherit;
26132
- align-self: stretch;
26241
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26242
+ display: none;
26133
26243
  }
26134
- .v-toolbar-items > .v-btn {
26135
- border-radius: 0;
26136
- }.v-tooltip > .v-overlay__content {
26137
- background: rgb(var(--v-theme-surface-variant));
26138
- color: rgb(var(--v-theme-on-surface-variant));
26139
- border-radius: 4px;
26140
- font-size: 0.875rem;
26141
- line-height: 1.6;
26142
- display: inline-block;
26143
- padding: 5px 16px;
26144
- text-transform: initial;
26145
- width: auto;
26146
- opacity: 1;
26147
- pointer-events: none;
26148
- transition-property: opacity, transform;
26149
- overflow-wrap: break-word;
26244
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26245
+ --v-timeline-line-size-offset: 12px;
26150
26246
  }
26151
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26152
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26153
- transition-duration: 150ms;
26247
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26248
+ padding-block-end: 0;
26154
26249
  }
26155
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26156
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26157
- transition-duration: 75ms;
26250
+
26251
+ .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 {
26252
+ padding-inline-end: 0;
26158
26253
  }.v-virtual-scroll {
26159
26254
  display: block;
26160
26255
  flex: 1 1 auto;
@@ -26234,101 +26329,6 @@ html.v-overlay-scroll-blocked {
26234
26329
  }
26235
26330
  .v-window-y-reverse-transition-leave-to {
26236
26331
  transform: translateY(100%);
26237
- }.v-tabs {
26238
- display: flex;
26239
- height: var(--v-tabs-height);
26240
- }
26241
- .v-tabs--density-default {
26242
- --v-tabs-height: 48px;
26243
- }
26244
- .v-tabs--density-default.v-tabs--stacked {
26245
- --v-tabs-height: 72px;
26246
- }
26247
-
26248
- .v-tabs--density-comfortable {
26249
- --v-tabs-height: 44px;
26250
- }
26251
- .v-tabs--density-comfortable.v-tabs--stacked {
26252
- --v-tabs-height: 68px;
26253
- }
26254
-
26255
- .v-tabs--density-compact {
26256
- --v-tabs-height: 36px;
26257
- }
26258
- .v-tabs--density-compact.v-tabs--stacked {
26259
- --v-tabs-height: 60px;
26260
- }
26261
-
26262
- .v-tabs.v-slide-group--vertical {
26263
- height: auto;
26264
- flex: none;
26265
- --v-tabs-height: 48px;
26266
- }
26267
-
26268
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
26269
- margin-inline-start: 42px;
26270
- }
26271
-
26272
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
26273
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
26274
- margin-inline-end: auto;
26275
- }
26276
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
26277
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
26278
- margin-inline-start: auto;
26279
- }
26280
-
26281
- .v-tabs--grow {
26282
- flex-grow: 1;
26283
- }
26284
- .v-tabs--grow .v-tab {
26285
- flex: 1 0 auto;
26286
- max-width: none;
26287
- }
26288
-
26289
- .v-tabs--align-tabs-end .v-tab:first-child {
26290
- margin-inline-start: auto;
26291
- }
26292
- .v-tabs--align-tabs-end .v-tab:last-child {
26293
- margin-inline-end: 0;
26294
- }
26295
-
26296
- @media (max-width: 1279.98px) {
26297
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
26298
- margin-inline-start: 52px;
26299
- }
26300
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
26301
- margin-inline-end: 52px;
26302
- }
26303
- }.v-tab.v-tab.v-btn {
26304
- height: var(--v-tabs-height);
26305
- border-radius: 0;
26306
- min-width: 90px;
26307
- }
26308
- .v-slide-group--horizontal .v-tab {
26309
- max-width: 360px;
26310
- }
26311
- .v-slide-group--vertical .v-tab {
26312
- justify-content: start;
26313
- }
26314
-
26315
- .v-tab__slider {
26316
- position: absolute;
26317
- bottom: 0;
26318
- left: 0;
26319
- height: 2px;
26320
- width: 100%;
26321
- background: currentColor;
26322
- pointer-events: none;
26323
- opacity: 0;
26324
- }
26325
- .v-tab--selected .v-tab__slider {
26326
- opacity: 1;
26327
- }
26328
- .v-slide-group--vertical .v-tab__slider {
26329
- top: 0;
26330
- height: 100%;
26331
- width: 2px;
26332
26332
  }.v-color-picker-canvas {
26333
26333
  display: flex;
26334
26334
  position: relative;
@@ -26351,6 +26351,41 @@ html.v-overlay-scroll-blocked {
26351
26351
  }
26352
26352
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26353
26353
  will-change: transform;
26354
+ }.v-color-picker-swatches {
26355
+ overflow-y: auto;
26356
+ }
26357
+ .v-color-picker-swatches > div {
26358
+ display: flex;
26359
+ flex-wrap: wrap;
26360
+ justify-content: center;
26361
+ padding: 8px;
26362
+ }
26363
+
26364
+ .v-color-picker-swatches__swatch {
26365
+ display: flex;
26366
+ flex-direction: column;
26367
+ margin-bottom: 10px;
26368
+ }
26369
+
26370
+ .v-color-picker-swatches__color {
26371
+ position: relative;
26372
+ height: 18px;
26373
+ max-height: 18px;
26374
+ width: 45px;
26375
+ margin: 2px 4px;
26376
+ border-radius: 2px;
26377
+ -webkit-user-select: none;
26378
+ user-select: none;
26379
+ overflow: hidden;
26380
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26381
+ cursor: pointer;
26382
+ }
26383
+ .v-color-picker-swatches__color > div {
26384
+ display: flex;
26385
+ align-items: center;
26386
+ justify-content: center;
26387
+ width: 100%;
26388
+ height: 100%;
26354
26389
  }.v-color-picker-edit {
26355
26390
  display: flex;
26356
26391
  margin-top: 24px;
@@ -26449,41 +26484,6 @@ html.v-overlay-scroll-blocked {
26449
26484
  .v-color-picker-preview__eye-dropper {
26450
26485
  position: relative;
26451
26486
  margin-right: 12px;
26452
- }.v-color-picker-swatches {
26453
- overflow-y: auto;
26454
- }
26455
- .v-color-picker-swatches > div {
26456
- display: flex;
26457
- flex-wrap: wrap;
26458
- justify-content: center;
26459
- padding: 8px;
26460
- }
26461
-
26462
- .v-color-picker-swatches__swatch {
26463
- display: flex;
26464
- flex-direction: column;
26465
- margin-bottom: 10px;
26466
- }
26467
-
26468
- .v-color-picker-swatches__color {
26469
- position: relative;
26470
- height: 18px;
26471
- max-height: 18px;
26472
- width: 45px;
26473
- margin: 2px 4px;
26474
- border-radius: 2px;
26475
- -webkit-user-select: none;
26476
- user-select: none;
26477
- overflow: hidden;
26478
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26479
- cursor: pointer;
26480
- }
26481
- .v-color-picker-swatches__color > div {
26482
- display: flex;
26483
- align-items: center;
26484
- justify-content: center;
26485
- width: 100%;
26486
- height: 100%;
26487
26487
  }.v-slider-thumb {
26488
26488
  touch-action: none;
26489
26489
  color: rgb(var(--v-theme-surface-variant));