@vuetify/nightly 3.4.10-dev.2024-01-17 → 3.4.10-dev.2024-01-18

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.4.10-dev.2024-01-17
2
+ * Vuetify v3.4.10-dev.2024-01-18
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17255,6 +17255,19 @@ html.overflow-y-hidden {
17255
17255
  }
17256
17256
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17257
17257
  border-right: none;
17258
+ }.v-calendar-header {
17259
+ align-items: center;
17260
+ display: flex;
17261
+ min-height: 64px;
17262
+ }
17263
+
17264
+ .v-calendar-header__today {
17265
+ margin-inline-end: 24px;
17266
+ }
17267
+
17268
+ .v-calendar-header__title {
17269
+ font-size: 1.5rem;
17270
+ margin-inline-start: 24px;
17258
17271
  }.v-calendar-day {
17259
17272
  position: relative;
17260
17273
  display: flex;
@@ -17391,19 +17404,18 @@ html.overflow-y-hidden {
17391
17404
 
17392
17405
  .v-calendar-weekly__day-alldayevents-container {
17393
17406
  min-height: 24px;
17394
- }.v-calendar-header {
17395
- align-items: center;
17407
+ }.v-app-bar {
17396
17408
  display: flex;
17397
- min-height: 64px;
17398
17409
  }
17399
-
17400
- .v-calendar-header__today {
17401
- margin-inline-end: 24px;
17410
+ .v-app-bar.v-toolbar {
17411
+ background: rgb(var(--v-theme-surface));
17412
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17402
17413
  }
17403
-
17404
- .v-calendar-header__title {
17405
- font-size: 1.5rem;
17406
- margin-inline-start: 24px;
17414
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17415
+ 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));
17416
+ }
17417
+ .v-app-bar:not(.v-toolbar--absolute) {
17418
+ padding-inline-end: var(--v-scrollbar-offset);
17407
17419
  }.v-application {
17408
17420
  display: flex;
17409
17421
  background: rgb(var(--v-theme-background));
@@ -17630,99 +17642,6 @@ html.overflow-y-hidden {
17630
17642
  text-transform: none;
17631
17643
  word-break: normal;
17632
17644
  word-wrap: break-word;
17633
- }.v-app-bar {
17634
- display: flex;
17635
- }
17636
- .v-app-bar.v-toolbar {
17637
- background: rgb(var(--v-theme-surface));
17638
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17639
- }
17640
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17641
- 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));
17642
- }
17643
- .v-app-bar:not(.v-toolbar--absolute) {
17644
- padding-inline-end: var(--v-scrollbar-offset);
17645
- }.v-autocomplete .v-field .v-text-field__prefix,
17646
- .v-autocomplete .v-field .v-text-field__suffix,
17647
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17648
- cursor: text;
17649
- }
17650
- .v-autocomplete .v-field .v-field__input > input {
17651
- flex: 1 1;
17652
- }
17653
- .v-autocomplete .v-field input {
17654
- min-width: 64px;
17655
- }
17656
- .v-autocomplete .v-field:not(.v-field--focused) input {
17657
- min-width: 0;
17658
- }
17659
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17660
- margin-inline-end: 2px;
17661
- }
17662
- .v-autocomplete .v-autocomplete__selection-text {
17663
- overflow: hidden;
17664
- text-overflow: ellipsis;
17665
- white-space: nowrap;
17666
- }
17667
-
17668
- .v-autocomplete__content {
17669
- overflow: hidden;
17670
- 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));
17671
- border-radius: 4px;
17672
- }
17673
- .v-autocomplete__mask {
17674
- background: rgb(var(--v-theme-surface-light));
17675
- }
17676
- .v-autocomplete__selection {
17677
- display: inline-flex;
17678
- align-items: center;
17679
- height: 1.5rem;
17680
- letter-spacing: inherit;
17681
- line-height: inherit;
17682
- max-width: calc(100% - 2px - 2px);
17683
- }
17684
- .v-autocomplete__selection:first-child {
17685
- margin-inline-start: 0;
17686
- }
17687
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17688
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17689
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17690
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17691
- top: 0px;
17692
- }
17693
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17694
- opacity: var(--v-medium-emphasis-opacity);
17695
- }
17696
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17697
- opacity: 1;
17698
- }
17699
- .v-autocomplete--selecting-index .v-field__input > input {
17700
- caret-color: transparent;
17701
- }
17702
- .v-autocomplete--single.v-text-field .v-field--focused input {
17703
- flex: 1 1;
17704
- position: absolute;
17705
- left: 0;
17706
- right: 0;
17707
- width: 100%;
17708
- padding-inline: inherit;
17709
- }
17710
- .v-autocomplete--single .v-field--active input {
17711
- transition: none;
17712
- }
17713
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17714
- opacity: 0;
17715
- }
17716
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17717
- opacity: 0;
17718
- }
17719
- .v-autocomplete__menu-icon {
17720
- margin-inline-start: 4px;
17721
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17722
- }
17723
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17724
- opacity: var(--v-high-emphasis-opacity);
17725
- transform: rotate(180deg);
17726
17645
  }.v-avatar {
17727
17646
  flex: none;
17728
17647
  align-items: center;
@@ -17967,61 +17886,87 @@ html.overflow-y-hidden {
17967
17886
  }
17968
17887
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17969
17888
  align-self: flex-start;
17970
- }.v-bottom-navigation {
17971
- display: flex;
17972
- max-width: 100%;
17973
- overflow: hidden;
17974
- position: absolute;
17975
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17976
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17977
- border-style: solid;
17978
- border-width: 0;
17979
- border-radius: 0;
17980
- background: rgb(var(--v-theme-surface));
17981
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17889
+ }.v-autocomplete .v-field .v-text-field__prefix,
17890
+ .v-autocomplete .v-field .v-text-field__suffix,
17891
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17892
+ cursor: text;
17982
17893
  }
17983
- .v-bottom-navigation--border {
17984
- border-width: thin;
17985
- box-shadow: none;
17894
+ .v-autocomplete .v-field .v-field__input > input {
17895
+ flex: 1 1;
17986
17896
  }
17987
- .v-bottom-navigation--active {
17988
- 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));
17897
+ .v-autocomplete .v-field input {
17898
+ min-width: 64px;
17899
+ }
17900
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17901
+ min-width: 0;
17902
+ }
17903
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17904
+ margin-inline-end: 2px;
17905
+ }
17906
+ .v-autocomplete .v-autocomplete__selection-text {
17907
+ overflow: hidden;
17908
+ text-overflow: ellipsis;
17909
+ white-space: nowrap;
17989
17910
  }
17990
17911
 
17991
- .v-bottom-navigation__content {
17992
- display: flex;
17993
- flex: none;
17994
- font-size: 0.75rem;
17995
- justify-content: center;
17996
- transition: inherit;
17997
- width: 100%;
17912
+ .v-autocomplete__content {
17913
+ overflow: hidden;
17914
+ 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));
17915
+ border-radius: 4px;
17998
17916
  }
17999
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18000
- font-size: inherit;
18001
- height: 100%;
18002
- max-width: 168px;
18003
- min-width: 80px;
18004
- text-transform: none;
18005
- transition: inherit;
18006
- width: auto;
18007
- border-radius: 0;
17917
+ .v-autocomplete__mask {
17918
+ background: rgb(var(--v-theme-surface-light));
18008
17919
  }
18009
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18010
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18011
- transition: inherit;
17920
+ .v-autocomplete__selection {
17921
+ display: inline-flex;
17922
+ align-items: center;
17923
+ height: 1.5rem;
17924
+ letter-spacing: inherit;
17925
+ line-height: inherit;
17926
+ max-width: calc(100% - 2px - 2px);
18012
17927
  }
18013
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18014
- font-size: 1.5rem;
17928
+ .v-autocomplete__selection:first-child {
17929
+ margin-inline-start: 0;
18015
17930
  }
18016
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18017
- flex-grow: 1;
17931
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17932
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17933
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17934
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17935
+ top: 0px;
18018
17936
  }
18019
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18020
- transition: inherit;
17937
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17938
+ opacity: var(--v-medium-emphasis-opacity);
17939
+ }
17940
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17941
+ opacity: 1;
17942
+ }
17943
+ .v-autocomplete--selecting-index .v-field__input > input {
17944
+ caret-color: transparent;
17945
+ }
17946
+ .v-autocomplete--single.v-text-field .v-field--focused input {
17947
+ flex: 1 1;
17948
+ position: absolute;
17949
+ left: 0;
17950
+ right: 0;
17951
+ width: 100%;
17952
+ padding-inline: inherit;
17953
+ }
17954
+ .v-autocomplete--single .v-field--active input {
17955
+ transition: none;
17956
+ }
17957
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18021
17958
  opacity: 0;
18022
17959
  }
18023
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18024
- transform: translateY(0.5rem);
17960
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17961
+ opacity: 0;
17962
+ }
17963
+ .v-autocomplete__menu-icon {
17964
+ margin-inline-start: 4px;
17965
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17966
+ }
17967
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17968
+ opacity: var(--v-high-emphasis-opacity);
17969
+ transform: rotate(180deg);
18025
17970
  }.v-badge {
18026
17971
  display: inline-block;
18027
17972
  line-height: 1;
@@ -18150,38 +18095,61 @@ html.overflow-y-hidden {
18150
18095
  display: inline-block;
18151
18096
  padding: 0 8px;
18152
18097
  vertical-align: middle;
18153
- }.bottom-sheet-transition-enter-from {
18154
- transform: translateY(100%);
18155
- }
18156
- .bottom-sheet-transition-leave-to {
18157
- transform: translateY(100%);
18098
+ }.v-bottom-navigation {
18099
+ display: flex;
18100
+ max-width: 100%;
18101
+ overflow: hidden;
18102
+ position: absolute;
18103
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18104
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18105
+ border-style: solid;
18106
+ border-width: 0;
18107
+ border-radius: 0;
18108
+ background: rgb(var(--v-theme-surface));
18109
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18110
+ }
18111
+ .v-bottom-navigation--border {
18112
+ border-width: thin;
18113
+ box-shadow: none;
18114
+ }
18115
+ .v-bottom-navigation--active {
18116
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18158
18117
  }
18159
18118
 
18160
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18161
- align-self: flex-end;
18162
- border-radius: 0;
18163
- flex: 0 1 auto;
18164
- left: 0;
18165
- right: 0;
18166
- margin-inline: 0;
18167
- margin-bottom: 0;
18168
- transition-duration: 0.2s;
18119
+ .v-bottom-navigation__content {
18120
+ display: flex;
18121
+ flex: none;
18122
+ font-size: 0.75rem;
18123
+ justify-content: center;
18124
+ transition: inherit;
18169
18125
  width: 100%;
18170
- max-width: 100%;
18171
- overflow: visible;
18172
- 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));
18173
18126
  }
18174
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18175
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18127
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18128
+ font-size: inherit;
18129
+ height: 100%;
18130
+ max-width: 168px;
18131
+ min-width: 80px;
18132
+ text-transform: none;
18133
+ transition: inherit;
18134
+ width: auto;
18176
18135
  border-radius: 0;
18177
18136
  }
18178
- .v-bottom-sheet.v-bottom-sheet--inset {
18179
- max-width: none;
18137
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18138
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18139
+ transition: inherit;
18180
18140
  }
18181
- @media (min-width: 600px) {
18182
- .v-bottom-sheet.v-bottom-sheet--inset {
18183
- max-width: 70%;
18184
- }
18141
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18142
+ font-size: 1.5rem;
18143
+ }
18144
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18145
+ flex-grow: 1;
18146
+ }
18147
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18148
+ transition: inherit;
18149
+ opacity: 0;
18150
+ }
18151
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18152
+ transform: translateY(0.5rem);
18185
18153
  }.v-btn {
18186
18154
  align-items: center;
18187
18155
  border-radius: 4px;
@@ -18585,6 +18553,38 @@ html.overflow-y-hidden {
18585
18553
  }
18586
18554
  .v-pagination__item--is-active .v-btn__overlay {
18587
18555
  opacity: var(--v-border-opacity);
18556
+ }.bottom-sheet-transition-enter-from {
18557
+ transform: translateY(100%);
18558
+ }
18559
+ .bottom-sheet-transition-leave-to {
18560
+ transform: translateY(100%);
18561
+ }
18562
+
18563
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18564
+ align-self: flex-end;
18565
+ border-radius: 0;
18566
+ flex: 0 1 auto;
18567
+ left: 0;
18568
+ right: 0;
18569
+ margin-inline: 0;
18570
+ margin-bottom: 0;
18571
+ transition-duration: 0.2s;
18572
+ width: 100%;
18573
+ max-width: 100%;
18574
+ overflow: visible;
18575
+ 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));
18576
+ }
18577
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18578
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18579
+ border-radius: 0;
18580
+ }
18581
+ .v-bottom-sheet.v-bottom-sheet--inset {
18582
+ max-width: none;
18583
+ }
18584
+ @media (min-width: 600px) {
18585
+ .v-bottom-sheet.v-bottom-sheet--inset {
18586
+ max-width: 70%;
18587
+ }
18588
18588
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18589
18589
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18590
18590
  }
@@ -18598,62 +18598,6 @@ html.overflow-y-hidden {
18598
18598
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18599
18599
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18600
18600
  }
18601
- }.v-btn-group {
18602
- display: inline-flex;
18603
- flex-wrap: nowrap;
18604
- max-width: 100%;
18605
- min-width: 0;
18606
- overflow: hidden;
18607
- vertical-align: middle;
18608
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18609
- border-style: solid;
18610
- border-width: 0;
18611
- 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));
18612
- border-radius: 4px;
18613
- background: transparent;
18614
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18615
- }
18616
- .v-btn-group--border {
18617
- border-width: thin;
18618
- box-shadow: none;
18619
- }
18620
- .v-btn-group--density-default.v-btn-group {
18621
- height: 48px;
18622
- }
18623
-
18624
- .v-btn-group--density-comfortable.v-btn-group {
18625
- height: 40px;
18626
- }
18627
-
18628
- .v-btn-group--density-compact.v-btn-group {
18629
- height: 36px;
18630
- }
18631
-
18632
- .v-btn-group .v-btn {
18633
- border-radius: 0;
18634
- border-color: inherit;
18635
- }
18636
- .v-btn-group .v-btn:not(:last-child) {
18637
- border-inline-end: none;
18638
- }
18639
- .v-btn-group .v-btn:not(:first-child) {
18640
- border-inline-start: none;
18641
- }
18642
- .v-btn-group .v-btn:first-child {
18643
- border-start-start-radius: inherit;
18644
- border-end-start-radius: inherit;
18645
- }
18646
- .v-btn-group .v-btn:last-child {
18647
- border-start-end-radius: inherit;
18648
- border-end-end-radius: inherit;
18649
- }
18650
- .v-btn-group--divided .v-btn:not(:last-child) {
18651
- border-inline-end-width: thin;
18652
- border-inline-end-style: solid;
18653
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18654
- }
18655
- .v-btn-group--tile {
18656
- border-radius: 0;
18657
18601
  }.v-card {
18658
18602
  display: block;
18659
18603
  overflow: hidden;
@@ -18950,8 +18894,6 @@ html.overflow-y-hidden {
18950
18894
  pointer-events: none;
18951
18895
  opacity: 0;
18952
18896
  transition: opacity 0.2s ease-in-out;
18953
- }.v-checkbox .v-selection-control {
18954
- min-height: var(--v-input-control-height);
18955
18897
  }.v-carousel {
18956
18898
  overflow: hidden;
18957
18899
  position: relative;
@@ -19015,24 +18957,6 @@ html.overflow-y-hidden {
19015
18957
  flex-direction: column;
19016
18958
  height: 100% !important;
19017
18959
  width: 50px;
19018
- }.v-chip-group {
19019
- display: flex;
19020
- max-width: 100%;
19021
- min-width: 0;
19022
- overflow-x: auto;
19023
- padding: 4px 0;
19024
- }
19025
- .v-chip-group .v-chip {
19026
- margin: 4px 8px 4px 0;
19027
- }
19028
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19029
- opacity: var(--v-activated-opacity);
19030
- }
19031
-
19032
- .v-chip-group--column .v-slide-group__content {
19033
- white-space: normal;
19034
- flex-wrap: wrap;
19035
- max-width: 100%;
19036
18960
  }.v-chip {
19037
18961
  align-items: center;
19038
18962
  cursor: default;
@@ -19441,63 +19365,235 @@ html.overflow-y-hidden {
19441
19365
 
19442
19366
  .v-chip--label {
19443
19367
  border-radius: 4px;
19444
- }.v-counter {
19445
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19446
- flex: 0 1 auto;
19447
- font-size: 12px;
19448
- transition-duration: 150ms;
19449
- }.v-container {
19450
- width: 100%;
19451
- padding: 16px;
19452
- margin-right: auto;
19453
- margin-left: auto;
19454
- }
19455
- @media (min-width: 960px) {
19456
- .v-container {
19457
- max-width: 900px;
19458
- }
19459
- }
19460
- @media (min-width: 1280px) {
19461
- .v-container {
19462
- max-width: 1200px;
19463
- }
19368
+ }.v-checkbox .v-selection-control {
19369
+ min-height: var(--v-input-control-height);
19370
+ }.v-chip-group {
19371
+ display: flex;
19372
+ max-width: 100%;
19373
+ min-width: 0;
19374
+ overflow-x: auto;
19375
+ padding: 4px 0;
19464
19376
  }
19465
- @media (min-width: 1920px) {
19466
- .v-container {
19467
- max-width: 1800px;
19468
- }
19377
+ .v-chip-group .v-chip {
19378
+ margin: 4px 8px 4px 0;
19469
19379
  }
19470
- @media (min-width: 2560px) {
19471
- .v-container {
19472
- max-width: 2400px;
19473
- }
19380
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19381
+ opacity: var(--v-activated-opacity);
19474
19382
  }
19475
- .v-container--fluid {
19383
+
19384
+ .v-chip-group--column .v-slide-group__content {
19385
+ white-space: normal;
19386
+ flex-wrap: wrap;
19476
19387
  max-width: 100%;
19388
+ }.v-color-picker {
19389
+ align-self: flex-start;
19390
+ contain: content;
19477
19391
  }
19478
- .v-container.fill-height {
19479
- align-items: center;
19480
- display: flex;
19481
- flex-wrap: wrap;
19392
+ .v-color-picker.v-sheet {
19393
+ 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));
19394
+ border-radius: 4px;
19482
19395
  }
19483
19396
 
19484
- .v-row {
19397
+ .v-color-picker__controls {
19485
19398
  display: flex;
19486
- flex-wrap: wrap;
19487
- flex: 1 1 auto;
19488
- margin: -12px;
19399
+ flex-direction: column;
19400
+ padding: 16px;
19489
19401
  }
19490
- .v-row + .v-row {
19491
- margin-top: 12px;
19402
+
19403
+ .v-color-picker--flat {
19404
+ 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));
19492
19405
  }
19493
- .v-row + .v-row--dense {
19494
- margin-top: 4px;
19406
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19407
+ 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));
19408
+ }.v-btn-group {
19409
+ display: inline-flex;
19410
+ flex-wrap: nowrap;
19411
+ max-width: 100%;
19412
+ min-width: 0;
19413
+ overflow: hidden;
19414
+ vertical-align: middle;
19415
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19416
+ border-style: solid;
19417
+ border-width: 0;
19418
+ 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));
19419
+ border-radius: 4px;
19420
+ background: transparent;
19421
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19495
19422
  }
19496
- .v-row--dense {
19497
- margin: -4px;
19423
+ .v-btn-group--border {
19424
+ border-width: thin;
19425
+ box-shadow: none;
19498
19426
  }
19499
- .v-row--dense > .v-col,
19500
- .v-row--dense > [class*=v-col-] {
19427
+ .v-btn-group--density-default.v-btn-group {
19428
+ height: 48px;
19429
+ }
19430
+
19431
+ .v-btn-group--density-comfortable.v-btn-group {
19432
+ height: 40px;
19433
+ }
19434
+
19435
+ .v-btn-group--density-compact.v-btn-group {
19436
+ height: 36px;
19437
+ }
19438
+
19439
+ .v-btn-group .v-btn {
19440
+ border-radius: 0;
19441
+ border-color: inherit;
19442
+ }
19443
+ .v-btn-group .v-btn:not(:last-child) {
19444
+ border-inline-end: none;
19445
+ }
19446
+ .v-btn-group .v-btn:not(:first-child) {
19447
+ border-inline-start: none;
19448
+ }
19449
+ .v-btn-group .v-btn:first-child {
19450
+ border-start-start-radius: inherit;
19451
+ border-end-start-radius: inherit;
19452
+ }
19453
+ .v-btn-group .v-btn:last-child {
19454
+ border-start-end-radius: inherit;
19455
+ border-end-end-radius: inherit;
19456
+ }
19457
+ .v-btn-group--divided .v-btn:not(:last-child) {
19458
+ border-inline-end-width: thin;
19459
+ border-inline-end-style: solid;
19460
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19461
+ }
19462
+ .v-btn-group--tile {
19463
+ border-radius: 0;
19464
+ }.v-combobox .v-field .v-text-field__prefix,
19465
+ .v-combobox .v-field .v-text-field__suffix,
19466
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19467
+ cursor: text;
19468
+ }
19469
+ .v-combobox .v-field .v-field__input > input {
19470
+ flex: 1 1;
19471
+ }
19472
+ .v-combobox .v-field input {
19473
+ min-width: 64px;
19474
+ }
19475
+ .v-combobox .v-field:not(.v-field--focused) input {
19476
+ min-width: 0;
19477
+ }
19478
+ .v-combobox .v-field--dirty .v-combobox__selection {
19479
+ margin-inline-end: 2px;
19480
+ }
19481
+ .v-combobox .v-combobox__selection-text {
19482
+ overflow: hidden;
19483
+ text-overflow: ellipsis;
19484
+ white-space: nowrap;
19485
+ }
19486
+
19487
+ .v-combobox__content {
19488
+ overflow: hidden;
19489
+ 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));
19490
+ border-radius: 4px;
19491
+ }
19492
+ .v-combobox__mask {
19493
+ background: rgb(var(--v-theme-surface-light));
19494
+ }
19495
+ .v-combobox__selection {
19496
+ display: inline-flex;
19497
+ align-items: center;
19498
+ height: 1.5rem;
19499
+ letter-spacing: inherit;
19500
+ line-height: inherit;
19501
+ max-width: calc(100% - 2px - 2px);
19502
+ }
19503
+ .v-combobox__selection:first-child {
19504
+ margin-inline-start: 0;
19505
+ }
19506
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19507
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19508
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19509
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19510
+ top: 0px;
19511
+ }
19512
+ .v-combobox--selecting-index .v-combobox__selection {
19513
+ opacity: var(--v-medium-emphasis-opacity);
19514
+ }
19515
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19516
+ opacity: 1;
19517
+ }
19518
+ .v-combobox--selecting-index .v-field__input > input {
19519
+ caret-color: transparent;
19520
+ }
19521
+ .v-combobox--single.v-text-field .v-field--focused input {
19522
+ flex: 1 1;
19523
+ position: absolute;
19524
+ left: 0;
19525
+ right: 0;
19526
+ width: 100%;
19527
+ padding-inline: inherit;
19528
+ }
19529
+ .v-combobox--single .v-field--active input {
19530
+ transition: none;
19531
+ }
19532
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19533
+ opacity: 0;
19534
+ }
19535
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19536
+ opacity: 0;
19537
+ }
19538
+ .v-combobox__menu-icon {
19539
+ margin-inline-start: 4px;
19540
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19541
+ }
19542
+ .v-combobox--active-menu .v-combobox__menu-icon {
19543
+ opacity: var(--v-high-emphasis-opacity);
19544
+ transform: rotate(180deg);
19545
+ }.v-container {
19546
+ width: 100%;
19547
+ padding: 16px;
19548
+ margin-right: auto;
19549
+ margin-left: auto;
19550
+ }
19551
+ @media (min-width: 960px) {
19552
+ .v-container {
19553
+ max-width: 900px;
19554
+ }
19555
+ }
19556
+ @media (min-width: 1280px) {
19557
+ .v-container {
19558
+ max-width: 1200px;
19559
+ }
19560
+ }
19561
+ @media (min-width: 1920px) {
19562
+ .v-container {
19563
+ max-width: 1800px;
19564
+ }
19565
+ }
19566
+ @media (min-width: 2560px) {
19567
+ .v-container {
19568
+ max-width: 2400px;
19569
+ }
19570
+ }
19571
+ .v-container--fluid {
19572
+ max-width: 100%;
19573
+ }
19574
+ .v-container.fill-height {
19575
+ align-items: center;
19576
+ display: flex;
19577
+ flex-wrap: wrap;
19578
+ }
19579
+
19580
+ .v-row {
19581
+ display: flex;
19582
+ flex-wrap: wrap;
19583
+ flex: 1 1 auto;
19584
+ margin: -12px;
19585
+ }
19586
+ .v-row + .v-row {
19587
+ margin-top: 12px;
19588
+ }
19589
+ .v-row + .v-row--dense {
19590
+ margin-top: 4px;
19591
+ }
19592
+ .v-row--dense {
19593
+ margin: -4px;
19594
+ }
19595
+ .v-row--dense > .v-col,
19596
+ .v-row--dense > [class*=v-col-] {
19501
19597
  padding: 4px;
19502
19598
  }
19503
19599
  .v-row.v-row--no-gutters {
@@ -20118,157 +20214,61 @@ html.overflow-y-hidden {
20118
20214
  .offset-xxl-11 {
20119
20215
  margin-inline-start: 91.6666666667%;
20120
20216
  }
20121
- }.v-combobox .v-field .v-text-field__prefix,
20122
- .v-combobox .v-field .v-text-field__suffix,
20123
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20124
- cursor: text;
20125
- }
20126
- .v-combobox .v-field .v-field__input > input {
20127
- flex: 1 1;
20128
- }
20129
- .v-combobox .v-field input {
20130
- min-width: 64px;
20217
+ }.v-counter {
20218
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20219
+ flex: 0 1 auto;
20220
+ font-size: 12px;
20221
+ transition-duration: 150ms;
20222
+ }.v-data-table {
20223
+ width: 100%;
20131
20224
  }
20132
- .v-combobox .v-field:not(.v-field--focused) input {
20133
- min-width: 0;
20225
+
20226
+ .v-data-table__table {
20227
+ width: 100%;
20228
+ border-collapse: separate;
20229
+ border-spacing: 0;
20134
20230
  }
20135
- .v-combobox .v-field--dirty .v-combobox__selection {
20136
- margin-inline-end: 2px;
20231
+
20232
+ .v-data-table__tr--focus {
20233
+ border: 1px dotted black;
20137
20234
  }
20138
- .v-combobox .v-combobox__selection-text {
20139
- overflow: hidden;
20140
- text-overflow: ellipsis;
20141
- white-space: nowrap;
20235
+ .v-data-table__tr--clickable {
20236
+ cursor: pointer;
20142
20237
  }
20143
20238
 
20144
- .v-combobox__content {
20145
- overflow: hidden;
20146
- 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));
20147
- border-radius: 4px;
20239
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20240
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20241
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20242
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20243
+ text-align: end;
20148
20244
  }
20149
- .v-combobox__mask {
20150
- background: rgb(var(--v-theme-surface-light));
20245
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20246
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20247
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20248
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20249
+ flex-direction: row-reverse;
20151
20250
  }
20152
- .v-combobox__selection {
20153
- display: inline-flex;
20154
- align-items: center;
20155
- height: 1.5rem;
20156
- letter-spacing: inherit;
20157
- line-height: inherit;
20158
- max-width: calc(100% - 2px - 2px);
20251
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20252
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20253
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20254
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20255
+ text-align: center;
20159
20256
  }
20160
- .v-combobox__selection:first-child {
20161
- margin-inline-start: 0;
20257
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20258
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20259
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20260
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20261
+ justify-content: center;
20162
20262
  }
20163
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20164
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20165
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20166
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20167
- top: 0px;
20263
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20264
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20265
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20266
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20267
+ padding: 0 8px;
20168
20268
  }
20169
- .v-combobox--selecting-index .v-combobox__selection {
20170
- opacity: var(--v-medium-emphasis-opacity);
20171
- }
20172
- .v-combobox--selecting-index .v-combobox__selection--selected {
20173
- opacity: 1;
20174
- }
20175
- .v-combobox--selecting-index .v-field__input > input {
20176
- caret-color: transparent;
20177
- }
20178
- .v-combobox--single.v-text-field .v-field--focused input {
20179
- flex: 1 1;
20180
- position: absolute;
20181
- left: 0;
20182
- right: 0;
20183
- width: 100%;
20184
- padding-inline: inherit;
20185
- }
20186
- .v-combobox--single .v-field--active input {
20187
- transition: none;
20188
- }
20189
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
20190
- opacity: 0;
20191
- }
20192
- .v-combobox--single .v-field--focused .v-combobox__selection {
20193
- opacity: 0;
20194
- }
20195
- .v-combobox__menu-icon {
20196
- margin-inline-start: 4px;
20197
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20198
- }
20199
- .v-combobox--active-menu .v-combobox__menu-icon {
20200
- opacity: var(--v-high-emphasis-opacity);
20201
- transform: rotate(180deg);
20202
- }.v-color-picker {
20203
- align-self: flex-start;
20204
- contain: content;
20205
- }
20206
- .v-color-picker.v-sheet {
20207
- 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));
20208
- border-radius: 4px;
20209
- }
20210
-
20211
- .v-color-picker__controls {
20212
- display: flex;
20213
- flex-direction: column;
20214
- padding: 16px;
20215
- }
20216
-
20217
- .v-color-picker--flat {
20218
- 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));
20219
- }
20220
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20221
- 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));
20222
- }.v-data-table {
20223
- width: 100%;
20224
- }
20225
-
20226
- .v-data-table__table {
20227
- width: 100%;
20228
- border-collapse: separate;
20229
- border-spacing: 0;
20230
- }
20231
-
20232
- .v-data-table__tr--focus {
20233
- border: 1px dotted black;
20234
- }
20235
- .v-data-table__tr--clickable {
20236
- cursor: pointer;
20237
- }
20238
-
20239
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20240
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20241
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20242
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20243
- text-align: end;
20244
- }
20245
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20246
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20247
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20248
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20249
- flex-direction: row-reverse;
20250
- }
20251
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20252
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20253
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20254
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20255
- text-align: center;
20256
- }
20257
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20258
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20259
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20260
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20261
- justify-content: center;
20262
- }
20263
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20264
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20265
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20266
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20267
- padding: 0 8px;
20268
- }
20269
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20270
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20271
- align-items: center;
20269
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20270
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20271
+ align-items: center;
20272
20272
  }
20273
20273
  .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20274
20274
  .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
@@ -20288,7 +20288,8 @@ html.overflow-y-hidden {
20288
20288
  opacity: 0.5;
20289
20289
  }
20290
20290
 
20291
- .v-data-table-column--fixed, .v-data-table__th--sticky {
20291
+ .v-data-table-column--fixed,
20292
+ .v-data-table__th--sticky {
20292
20293
  background: rgb(var(--v-theme-surface));
20293
20294
  position: sticky !important;
20294
20295
  left: 0;
@@ -20386,31 +20387,6 @@ html.overflow-y-hidden {
20386
20387
 
20387
20388
  .v-data-table-footer__page {
20388
20389
  padding: 0 8px;
20389
- }.v-date-picker__input {
20390
- padding-top: 16px;
20391
- padding-left: 24px;
20392
- padding-right: 24px;
20393
- }
20394
-
20395
- .v-date-picker {
20396
- overflow: hidden;
20397
- width: 360px;
20398
- }
20399
- .v-date-picker--show-week {
20400
- width: 408px;
20401
- }
20402
-
20403
- .v-date-picker-month {
20404
- padding: 0 12px 12px;
20405
- }
20406
-
20407
- .v-date-picker-month__day {
20408
- height: 48px;
20409
- width: 48px;
20410
- }
20411
- .v-date-picker-month__day .v-btn {
20412
- --v-btn-height: 28px;
20413
- --v-btn-size: 0.85rem;
20414
20390
  }.v-date-picker-header {
20415
20391
  display: grid;
20416
20392
  grid-template-areas: "prepend content append";
@@ -20469,77 +20445,31 @@ html.overflow-y-hidden {
20469
20445
  .date-picker-header-reverse-transition-leave-to {
20470
20446
  opacity: 0;
20471
20447
  transform: translate(0, 100%);
20472
- }.v-date-picker-controls {
20473
- display: flex;
20474
- align-items: center;
20475
- justify-content: space-between;
20476
- font-size: 0.875rem;
20477
- padding-top: 4px;
20478
- padding-bottom: 4px;
20479
- padding-inline-start: 6px;
20480
- padding-inline-end: 12px;
20481
- }
20482
- .v-date-picker-controls > .v-btn:first-child {
20483
- text-transform: none;
20484
- font-weight: 400;
20485
- line-height: initial;
20486
- letter-spacing: initial;
20487
- }
20488
- .v-date-picker-controls--variant-classic {
20489
- padding-inline-start: 12px;
20490
- }
20491
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20492
- opacity: 0.7;
20493
- }
20494
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20495
- cursor: pointer;
20496
- }
20497
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20498
- opacity: 1;
20499
- }
20500
- .v-date-picker-controls .v-btn:last-child {
20501
- margin-inline-start: 4px;
20502
- }
20503
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20504
- transform: rotate(180deg);
20505
- }
20506
-
20507
- .v-date-picker-controls__date {
20508
- margin-inline-end: 4px;
20509
- }
20510
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20511
- margin: auto;
20512
- text-align: center;
20448
+ }.v-date-picker__input {
20449
+ padding-top: 16px;
20450
+ padding-left: 24px;
20451
+ padding-right: 24px;
20513
20452
  }
20514
20453
 
20515
- .v-date-picker-controls__month {
20516
- display: flex;
20517
- }
20518
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20519
- flex-direction: row-reverse;
20454
+ .v-date-picker {
20455
+ overflow: hidden;
20456
+ width: 360px;
20520
20457
  }
20521
-
20522
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20523
- flex: 1 0 auto;
20458
+ .v-date-picker--show-week {
20459
+ width: 408px;
20524
20460
  }
20525
20461
 
20526
- .v-date-picker__title {
20527
- display: inline-block;
20528
- }.v-date-picker-years {
20529
- height: 320px;
20530
- overflow-y: scroll;
20462
+ .v-date-picker-month {
20463
+ padding: 0 12px 12px;
20531
20464
  }
20532
20465
 
20533
- .v-date-picker-years__content {
20534
- display: grid;
20535
- flex: 1 1;
20536
- justify-content: space-around;
20537
- grid-template-columns: repeat(3, 1fr);
20538
- gap: 8px 24px;
20539
- padding-inline: 36px;
20466
+ .v-date-picker-month__day {
20467
+ height: 48px;
20468
+ width: 48px;
20540
20469
  }
20541
- .v-date-picker-years__content .v-btn {
20542
- padding-inline: 8px;
20470
+ .v-date-picker-month__day .v-btn {
20471
+ --v-btn-height: 28px;
20472
+ --v-btn-size: 0.85rem;
20543
20473
  }.v-date-picker-month {
20544
20474
  display: flex;
20545
20475
  justify-content: center;
@@ -20609,6 +20539,77 @@ html.overflow-y-hidden {
20609
20539
  text-transform: none;
20610
20540
  padding-inline-start: 8px;
20611
20541
  padding-inline-end: 8px;
20542
+ }.v-date-picker-controls {
20543
+ display: flex;
20544
+ align-items: center;
20545
+ justify-content: space-between;
20546
+ font-size: 0.875rem;
20547
+ padding-top: 4px;
20548
+ padding-bottom: 4px;
20549
+ padding-inline-start: 6px;
20550
+ padding-inline-end: 12px;
20551
+ }
20552
+ .v-date-picker-controls > .v-btn:first-child {
20553
+ text-transform: none;
20554
+ font-weight: 400;
20555
+ line-height: initial;
20556
+ letter-spacing: initial;
20557
+ }
20558
+ .v-date-picker-controls--variant-classic {
20559
+ padding-inline-start: 12px;
20560
+ }
20561
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20562
+ opacity: 0.7;
20563
+ }
20564
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20565
+ cursor: pointer;
20566
+ }
20567
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20568
+ opacity: 1;
20569
+ }
20570
+ .v-date-picker-controls .v-btn:last-child {
20571
+ margin-inline-start: 4px;
20572
+ }
20573
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20574
+ transform: rotate(180deg);
20575
+ }
20576
+
20577
+ .v-date-picker-controls__date {
20578
+ margin-inline-end: 4px;
20579
+ }
20580
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20581
+ margin: auto;
20582
+ text-align: center;
20583
+ }
20584
+
20585
+ .v-date-picker-controls__month {
20586
+ display: flex;
20587
+ }
20588
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20589
+ flex-direction: row-reverse;
20590
+ }
20591
+
20592
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20593
+ flex: 1 0 auto;
20594
+ }
20595
+
20596
+ .v-date-picker__title {
20597
+ display: inline-block;
20598
+ }.v-date-picker-years {
20599
+ height: 320px;
20600
+ overflow-y: scroll;
20601
+ }
20602
+
20603
+ .v-date-picker-years__content {
20604
+ display: grid;
20605
+ flex: 1 1;
20606
+ justify-content: space-around;
20607
+ grid-template-columns: repeat(3, 1fr);
20608
+ gap: 8px 24px;
20609
+ padding-inline: 36px;
20610
+ }
20611
+ .v-date-picker-years__content .v-btn {
20612
+ padding-inline: 8px;
20612
20613
  }.v-dialog {
20613
20614
  align-items: center;
20614
20615
  justify-content: center;
@@ -20925,6 +20926,54 @@ html.overflow-y-hidden {
20925
20926
  margin-bottom: 8px;
20926
20927
  margin-top: 8px;
20927
20928
  max-height: calc(100% - 16px);
20929
+ }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20930
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20931
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20932
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20933
+ top: 0px;
20934
+ }
20935
+ .v-file-input input[type=file] {
20936
+ height: 100%;
20937
+ left: 0;
20938
+ opacity: 0;
20939
+ position: absolute;
20940
+ top: 0;
20941
+ width: 100%;
20942
+ z-index: 1;
20943
+ }
20944
+ .v-file-input .v-input__details {
20945
+ padding-inline: 16px;
20946
+ }
20947
+ .v-input--plain-underlined.v-file-input .v-input__details {
20948
+ padding-inline: 0;
20949
+ }.v-footer {
20950
+ align-items: center;
20951
+ display: flex;
20952
+ flex: 1 1 auto;
20953
+ padding: 8px 16px;
20954
+ position: relative;
20955
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20956
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
20957
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20958
+ border-style: solid;
20959
+ border-width: 0;
20960
+ 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));
20961
+ border-radius: 0;
20962
+ background: rgb(var(--v-theme-surface));
20963
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20964
+ }
20965
+ .v-footer--border {
20966
+ border-width: thin;
20967
+ box-shadow: none;
20968
+ }
20969
+ .v-footer--absolute {
20970
+ position: absolute;
20971
+ }
20972
+ .v-footer--fixed {
20973
+ position: fixed;
20974
+ }
20975
+ .v-footer--rounded {
20976
+ border-radius: 4px;
20928
20977
  }/* region INPUT */
20929
20978
  .v-field {
20930
20979
  display: grid;
@@ -21439,126 +21488,42 @@ textarea.v-field__input::placeholder {
21439
21488
  opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21440
21489
  }
21441
21490
 
21442
- .v-field--variant-solo-inverted .v-field__overlay {
21443
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21444
- }
21445
- .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
21446
- opacity: 0;
21447
- }
21448
- @media (hover: hover) {
21449
- .v-field--variant-solo-inverted:hover .v-field__overlay {
21450
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21451
- }
21452
- }
21453
- .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
21454
- background-color: rgb(var(--v-theme-surface-variant));
21455
- opacity: 1;
21456
- }
21457
-
21458
- /* endregion */
21459
- /* region MODIFIERS */
21460
- .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
21461
- flex-direction: row-reverse;
21462
- }
21463
- .v-field--reverse .v-field__input, .v-field--reverse input {
21464
- text-align: end;
21465
- }
21466
-
21467
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
21468
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21469
- 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;
21470
- }
21471
-
21472
- .v-field--loading .v-field__outline::after,
21473
- .v-field--loading .v-field__outline::before {
21474
- opacity: 0;
21475
- }
21476
-
21477
- /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21478
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21479
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21480
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21481
- top: 0px;
21482
- }
21483
- .v-file-input input[type=file] {
21484
- height: 100%;
21485
- left: 0;
21486
- opacity: 0;
21487
- position: absolute;
21488
- top: 0;
21489
- width: 100%;
21490
- z-index: 1;
21491
- }
21492
- .v-file-input .v-input__details {
21493
- padding-inline: 16px;
21494
- }
21495
- .v-input--plain-underlined.v-file-input .v-input__details {
21496
- padding-inline: 0;
21497
- }.v-footer {
21498
- align-items: center;
21499
- display: flex;
21500
- flex: 1 1 auto;
21501
- padding: 8px 16px;
21502
- position: relative;
21503
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21504
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21505
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21506
- border-style: solid;
21507
- border-width: 0;
21508
- 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));
21509
- border-radius: 0;
21510
- background: rgb(var(--v-theme-surface));
21511
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21512
- }
21513
- .v-footer--border {
21514
- border-width: thin;
21515
- box-shadow: none;
21516
- }
21517
- .v-footer--absolute {
21518
- position: absolute;
21519
- }
21520
- .v-footer--fixed {
21521
- position: fixed;
21491
+ .v-field--variant-solo-inverted .v-field__overlay {
21492
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21522
21493
  }
21523
- .v-footer--rounded {
21524
- border-radius: 4px;
21525
- }.v-img {
21526
- --v-theme-overlay-multiplier: 3;
21527
- z-index: 0;
21494
+ .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
21495
+ opacity: 0;
21528
21496
  }
21529
- .v-img--booting .v-responsive__sizer {
21530
- transition: none;
21497
+ @media (hover: hover) {
21498
+ .v-field--variant-solo-inverted:hover .v-field__overlay {
21499
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21500
+ }
21531
21501
  }
21532
- .v-img--rounded {
21533
- border-radius: 4px;
21502
+ .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
21503
+ background-color: rgb(var(--v-theme-surface-variant));
21504
+ opacity: 1;
21534
21505
  }
21535
21506
 
21536
- .v-img__img,
21537
- .v-img__picture,
21538
- .v-img__gradient,
21539
- .v-img__placeholder,
21540
- .v-img__error {
21541
- z-index: -1;
21542
- position: absolute;
21543
- top: 0;
21544
- left: 0;
21545
- width: 100%;
21546
- height: 100%;
21507
+ /* endregion */
21508
+ /* region MODIFIERS */
21509
+ .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
21510
+ flex-direction: row-reverse;
21547
21511
  }
21548
-
21549
- .v-img__img--preload {
21550
- filter: blur(4px);
21512
+ .v-field--reverse .v-field__input, .v-field--reverse input {
21513
+ text-align: end;
21551
21514
  }
21552
- .v-img__img--contain {
21553
- object-fit: contain;
21515
+
21516
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
21517
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21518
+ 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;
21554
21519
  }
21555
- .v-img__img--cover {
21556
- object-fit: cover;
21520
+
21521
+ .v-field--loading .v-field__outline::after,
21522
+ .v-field--loading .v-field__outline::before {
21523
+ opacity: 0;
21557
21524
  }
21558
21525
 
21559
- .v-img__gradient {
21560
- background-repeat: no-repeat;
21561
- }.v-icon {
21526
+ /* endregion */.v-icon {
21562
21527
  --v-icon-size-multiplier: 1;
21563
21528
  align-items: center;
21564
21529
  display: inline-flex;
@@ -21632,6 +21597,47 @@ textarea.v-field__input::placeholder {
21632
21597
  display: flex;
21633
21598
  justify-content: center;
21634
21599
  padding: 8px;
21600
+ }.v-item-group {
21601
+ flex: 0 1 auto;
21602
+ max-width: 100%;
21603
+ position: relative;
21604
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21605
+ }.v-img {
21606
+ --v-theme-overlay-multiplier: 3;
21607
+ z-index: 0;
21608
+ }
21609
+ .v-img--booting .v-responsive__sizer {
21610
+ transition: none;
21611
+ }
21612
+ .v-img--rounded {
21613
+ border-radius: 4px;
21614
+ }
21615
+
21616
+ .v-img__img,
21617
+ .v-img__picture,
21618
+ .v-img__gradient,
21619
+ .v-img__placeholder,
21620
+ .v-img__error {
21621
+ z-index: -1;
21622
+ position: absolute;
21623
+ top: 0;
21624
+ left: 0;
21625
+ width: 100%;
21626
+ height: 100%;
21627
+ }
21628
+
21629
+ .v-img__img--preload {
21630
+ filter: blur(4px);
21631
+ }
21632
+ .v-img__img--contain {
21633
+ object-fit: contain;
21634
+ }
21635
+ .v-img__img--cover {
21636
+ object-fit: cover;
21637
+ }
21638
+
21639
+ .v-img__gradient {
21640
+ background-repeat: no-repeat;
21635
21641
  }.v-input {
21636
21642
  display: grid;
21637
21643
  flex: 1 1 auto;
@@ -21774,11 +21780,6 @@ textarea.v-field__input::placeholder {
21774
21780
 
21775
21781
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21776
21782
  padding-top: calc(var(--v-input-padding-top) + 0px);
21777
- }.v-item-group {
21778
- flex: 0 1 auto;
21779
- max-width: 100%;
21780
- position: relative;
21781
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21782
21783
  }.v-label {
21783
21784
  align-items: center;
21784
21785
  color: inherit;
@@ -21809,6 +21810,36 @@ textarea.v-field__input::placeholder {
21809
21810
  .v-layout--full-height {
21810
21811
  --v-scrollbar-offset: inherit;
21811
21812
  height: 100%;
21813
+ }.v-locale-provider {
21814
+ display: contents;
21815
+ }.v-main {
21816
+ flex: 1 0 auto;
21817
+ max-width: 100%;
21818
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21819
+ padding-left: var(--v-layout-left);
21820
+ padding-right: var(--v-layout-right);
21821
+ padding-top: var(--v-layout-top);
21822
+ padding-bottom: var(--v-layout-bottom);
21823
+ }
21824
+ .v-main__scroller {
21825
+ max-width: 100%;
21826
+ position: relative;
21827
+ }
21828
+ .v-main--scrollable {
21829
+ display: flex;
21830
+ position: absolute;
21831
+ top: 0;
21832
+ left: 0;
21833
+ width: 100%;
21834
+ height: 100%;
21835
+ }
21836
+ .v-main--scrollable > .v-main__scroller {
21837
+ flex: 1 1 auto;
21838
+ overflow-y: auto;
21839
+ --v-layout-left: 0px;
21840
+ --v-layout-right: 0px;
21841
+ --v-layout-top: 0px;
21842
+ --v-layout-bottom: 0px;
21812
21843
  }.v-list {
21813
21844
  overflow: auto;
21814
21845
  padding: 8px 0;
@@ -22347,8 +22378,22 @@ textarea.v-field__input::placeholder {
22347
22378
  }
22348
22379
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22349
22380
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22350
- }.v-locale-provider {
22351
- display: contents;
22381
+ }.v-messages {
22382
+ flex: 1 1 auto;
22383
+ font-size: 12px;
22384
+ min-height: 14px;
22385
+ min-width: 1px;
22386
+ opacity: var(--v-medium-emphasis-opacity);
22387
+ position: relative;
22388
+ }
22389
+ .v-messages__message {
22390
+ line-height: 12px;
22391
+ word-break: break-word;
22392
+ overflow-wrap: break-word;
22393
+ word-wrap: break-word;
22394
+ -webkit-hyphens: auto;
22395
+ hyphens: auto;
22396
+ transition-duration: 150ms;
22352
22397
  }.v-menu > .v-overlay__content {
22353
22398
  display: flex;
22354
22399
  flex-direction: column;
@@ -22443,129 +22488,23 @@ textarea.v-field__input::placeholder {
22443
22488
  object-fit: cover;
22444
22489
  width: inherit;
22445
22490
  }
22446
-
22447
- .v-navigation-drawer__scrim {
22448
- position: absolute;
22449
- top: 0;
22450
- left: 0;
22451
- width: 100%;
22452
- height: 100%;
22453
- background: black;
22454
- opacity: 0.2;
22455
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22456
- z-index: 1;
22457
- }
22458
-
22459
- .v-navigation-drawer__prepend,
22460
- .v-navigation-drawer__append {
22461
- flex: none;
22462
- overflow: hidden;
22463
- }.v-main {
22464
- flex: 1 0 auto;
22465
- max-width: 100%;
22466
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22467
- padding-left: var(--v-layout-left);
22468
- padding-right: var(--v-layout-right);
22469
- padding-top: var(--v-layout-top);
22470
- padding-bottom: var(--v-layout-bottom);
22471
- }
22472
- .v-main__scroller {
22473
- max-width: 100%;
22474
- position: relative;
22475
- }
22476
- .v-main--scrollable {
22477
- display: flex;
22478
- position: absolute;
22479
- top: 0;
22480
- left: 0;
22481
- width: 100%;
22482
- height: 100%;
22483
- }
22484
- .v-main--scrollable > .v-main__scroller {
22485
- flex: 1 1 auto;
22486
- overflow-y: auto;
22487
- --v-layout-left: 0px;
22488
- --v-layout-right: 0px;
22489
- --v-layout-top: 0px;
22490
- --v-layout-bottom: 0px;
22491
- }.v-otp-input {
22492
- border-radius: 4px;
22493
- align-items: center;
22494
- display: flex;
22495
- justify-content: center;
22496
- padding: 0.5rem 0;
22497
- position: relative;
22498
- }
22499
- .v-otp-input .v-field {
22500
- height: 100%;
22501
- }
22502
-
22503
- .v-otp-input__divider {
22504
- margin: 0 8px;
22505
- }
22506
-
22507
- .v-otp-input__content {
22508
- align-items: center;
22509
- display: flex;
22510
- gap: 0.5rem;
22511
- height: 64px;
22512
- padding: 0.5rem;
22513
- justify-content: center;
22514
- max-width: 320px;
22515
- position: relative;
22516
- border-radius: inherit;
22517
- }
22518
- .v-otp-input--divided .v-otp-input__content {
22519
- max-width: 360px;
22520
- }
22521
-
22522
- .v-otp-input__field {
22523
- color: inherit;
22524
- font-size: 1.25rem;
22525
- height: 100%;
22526
- outline: none;
22527
- text-align: center;
22528
- width: 100%;
22529
- }
22530
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22531
- -webkit-appearance: none;
22532
- margin: 0;
22533
- }
22534
- .v-otp-input__field[type=number] {
22535
- -moz-appearance: textfield;
22536
- }
22537
-
22538
- .v-otp-input__loader {
22539
- align-items: center;
22540
- display: flex;
22541
- height: 100%;
22542
- justify-content: center;
22543
- width: 100%;
22544
- }
22545
- .v-otp-input__loader .v-progress-linear {
22546
- position: absolute;
22547
- }.v-messages {
22548
- flex: 1 1 auto;
22549
- font-size: 12px;
22550
- min-height: 14px;
22551
- min-width: 1px;
22552
- opacity: var(--v-medium-emphasis-opacity);
22553
- position: relative;
22491
+
22492
+ .v-navigation-drawer__scrim {
22493
+ position: absolute;
22494
+ top: 0;
22495
+ left: 0;
22496
+ width: 100%;
22497
+ height: 100%;
22498
+ background: black;
22499
+ opacity: 0.2;
22500
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22501
+ z-index: 1;
22554
22502
  }
22555
- .v-messages__message {
22556
- line-height: 12px;
22557
- word-break: break-word;
22558
- overflow-wrap: break-word;
22559
- word-wrap: break-word;
22560
- -webkit-hyphens: auto;
22561
- hyphens: auto;
22562
- transition-duration: 150ms;
22563
- }.v-parallax {
22564
- position: relative;
22503
+
22504
+ .v-navigation-drawer__prepend,
22505
+ .v-navigation-drawer__append {
22506
+ flex: none;
22565
22507
  overflow: hidden;
22566
- }
22567
- .v-parallax--active > .v-img__img {
22568
- will-change: transform;
22569
22508
  }.v-overlay-container {
22570
22509
  contain: layout;
22571
22510
  left: 0;
@@ -22629,14 +22568,6 @@ html.v-overlay-scroll-blocked {
22629
22568
 
22630
22569
  .v-overlay--scroll-blocked {
22631
22570
  padding-inline-end: var(--v-scrollbar-offset);
22632
- }.v-pagination__list {
22633
- display: inline-flex;
22634
- list-style-type: none;
22635
- justify-content: center;
22636
- width: 100%;
22637
- }
22638
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22639
- margin: 0.3rem;
22640
22571
  }.v-progress-circular {
22641
22572
  align-items: center;
22642
22573
  display: inline-flex;
@@ -22739,6 +22670,68 @@ html.v-overlay-scroll-blocked {
22739
22670
  100% {
22740
22671
  transform: rotate(270deg);
22741
22672
  }
22673
+ }.v-otp-input {
22674
+ border-radius: 4px;
22675
+ align-items: center;
22676
+ display: flex;
22677
+ justify-content: center;
22678
+ padding: 0.5rem 0;
22679
+ position: relative;
22680
+ }
22681
+ .v-otp-input .v-field {
22682
+ height: 100%;
22683
+ }
22684
+
22685
+ .v-otp-input__divider {
22686
+ margin: 0 8px;
22687
+ }
22688
+
22689
+ .v-otp-input__content {
22690
+ align-items: center;
22691
+ display: flex;
22692
+ gap: 0.5rem;
22693
+ height: 64px;
22694
+ padding: 0.5rem;
22695
+ justify-content: center;
22696
+ max-width: 320px;
22697
+ position: relative;
22698
+ border-radius: inherit;
22699
+ }
22700
+ .v-otp-input--divided .v-otp-input__content {
22701
+ max-width: 360px;
22702
+ }
22703
+
22704
+ .v-otp-input__field {
22705
+ color: inherit;
22706
+ font-size: 1.25rem;
22707
+ height: 100%;
22708
+ outline: none;
22709
+ text-align: center;
22710
+ width: 100%;
22711
+ }
22712
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22713
+ -webkit-appearance: none;
22714
+ margin: 0;
22715
+ }
22716
+ .v-otp-input__field[type=number] {
22717
+ -moz-appearance: textfield;
22718
+ }
22719
+
22720
+ .v-otp-input__loader {
22721
+ align-items: center;
22722
+ display: flex;
22723
+ height: 100%;
22724
+ justify-content: center;
22725
+ width: 100%;
22726
+ }
22727
+ .v-otp-input__loader .v-progress-linear {
22728
+ position: absolute;
22729
+ }.v-parallax {
22730
+ position: relative;
22731
+ overflow: hidden;
22732
+ }
22733
+ .v-parallax--active > .v-img__img {
22734
+ will-change: transform;
22742
22735
  }.v-radio-group > .v-input__control {
22743
22736
  flex-direction: column;
22744
22737
  }
@@ -22751,6 +22744,14 @@ html.v-overlay-scroll-blocked {
22751
22744
  }
22752
22745
  .v-radio-group .v-input__details {
22753
22746
  padding-inline: 16px;
22747
+ }.v-pagination__list {
22748
+ display: inline-flex;
22749
+ list-style-type: none;
22750
+ justify-content: center;
22751
+ width: 100%;
22752
+ }
22753
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22754
+ margin: 0.3rem;
22754
22755
  }.v-progress-linear {
22755
22756
  background: transparent;
22756
22757
  overflow: hidden;
@@ -22961,63 +22962,6 @@ html.v-overlay-scroll-blocked {
22961
22962
  0% {
22962
22963
  background-position-x: var(--v-progress-linear-height);
22963
22964
  }
22964
- }.v-slider .v-slider__container input {
22965
- cursor: default;
22966
- padding: 0;
22967
- width: 100%;
22968
- display: none;
22969
- }
22970
- .v-slider > .v-input__append,
22971
- .v-slider > .v-input__prepend {
22972
- padding: 0;
22973
- }
22974
-
22975
- .v-slider__container {
22976
- position: relative;
22977
- min-height: inherit;
22978
- width: 100%;
22979
- height: 100%;
22980
- display: flex;
22981
- justify-content: center;
22982
- align-items: center;
22983
- cursor: pointer;
22984
- }
22985
- .v-input--disabled .v-slider__container {
22986
- opacity: var(--v-disabled-opacity);
22987
- }
22988
- .v-input--error:not(.v-input--disabled) .v-slider__container {
22989
- color: rgb(var(--v-theme-error));
22990
- }
22991
-
22992
- .v-slider.v-input--horizontal {
22993
- align-items: center;
22994
- margin-inline: 8px 8px;
22995
- }
22996
- .v-slider.v-input--horizontal > .v-input__control {
22997
- min-height: 32px;
22998
- display: flex;
22999
- align-items: center;
23000
- }
23001
-
23002
- .v-slider.v-input--vertical {
23003
- justify-content: center;
23004
- margin-top: 12px;
23005
- margin-bottom: 12px;
23006
- }
23007
- .v-slider.v-input--vertical > .v-input__control {
23008
- min-height: 300px;
23009
- }
23010
-
23011
- .v-slider.v-input--disabled {
23012
- pointer-events: none;
23013
- }
23014
-
23015
- .v-slider--has-labels > .v-input__control {
23016
- margin-bottom: 4px;
23017
- }
23018
-
23019
- .v-slider__label {
23020
- margin-inline-end: 12px;
23021
22965
  }.v-rating {
23022
22966
  max-width: 100%;
23023
22967
  display: inline-flex;
@@ -23072,68 +23016,89 @@ html.v-overlay-scroll-blocked {
23072
23016
  opacity: 0;
23073
23017
  position: absolute;
23074
23018
  width: 0;
23075
- }.v-responsive {
23076
- display: flex;
23077
- flex: 1 0 auto;
23078
- max-height: 100%;
23079
- max-width: 100%;
23080
- overflow: hidden;
23081
- position: relative;
23019
+ }.v-slider .v-slider__container input {
23020
+ cursor: default;
23021
+ padding: 0;
23022
+ width: 100%;
23023
+ display: none;
23082
23024
  }
23083
- .v-responsive--inline {
23084
- display: inline-flex;
23085
- flex: 0 0 auto;
23025
+ .v-slider > .v-input__append,
23026
+ .v-slider > .v-input__prepend {
23027
+ padding: 0;
23086
23028
  }
23087
23029
 
23088
- .v-responsive__content {
23089
- flex: 1 0 0px;
23090
- max-width: 100%;
23030
+ .v-slider__container {
23031
+ position: relative;
23032
+ min-height: inherit;
23033
+ width: 100%;
23034
+ height: 100%;
23035
+ display: flex;
23036
+ justify-content: center;
23037
+ align-items: center;
23038
+ cursor: pointer;
23091
23039
  }
23092
-
23093
- .v-responsive__sizer ~ .v-responsive__content {
23094
- margin-inline-start: -100%;
23040
+ .v-input--disabled .v-slider__container {
23041
+ opacity: var(--v-disabled-opacity);
23042
+ }
23043
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23044
+ color: rgb(var(--v-theme-error));
23095
23045
  }
23096
23046
 
23097
- .v-responsive__sizer {
23098
- flex: 1 0 0px;
23099
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23100
- pointer-events: none;
23101
- }.v-selection-control-group {
23102
- grid-area: control;
23047
+ .v-slider.v-input--horizontal {
23048
+ align-items: center;
23049
+ margin-inline: 8px 8px;
23050
+ }
23051
+ .v-slider.v-input--horizontal > .v-input__control {
23052
+ min-height: 32px;
23103
23053
  display: flex;
23104
- flex-direction: column;
23054
+ align-items: center;
23105
23055
  }
23106
- .v-selection-control-group--inline {
23107
- flex-direction: row;
23108
- flex-wrap: wrap;
23109
- }.v-sheet {
23110
- display: block;
23111
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23112
- border-style: solid;
23113
- border-width: 0;
23114
- 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));
23115
- border-radius: 0;
23116
- background: rgb(var(--v-theme-surface));
23117
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23056
+
23057
+ .v-slider.v-input--vertical {
23058
+ justify-content: center;
23059
+ margin-top: 12px;
23060
+ margin-bottom: 12px;
23118
23061
  }
23119
- .v-sheet--border {
23120
- border-width: thin;
23121
- box-shadow: none;
23062
+ .v-slider.v-input--vertical > .v-input__control {
23063
+ min-height: 300px;
23122
23064
  }
23123
- .v-sheet--absolute {
23124
- position: absolute;
23065
+
23066
+ .v-slider.v-input--disabled {
23067
+ pointer-events: none;
23125
23068
  }
23126
- .v-sheet--fixed {
23127
- position: fixed;
23069
+
23070
+ .v-slider--has-labels > .v-input__control {
23071
+ margin-bottom: 4px;
23128
23072
  }
23129
- .v-sheet--relative {
23073
+
23074
+ .v-slider__label {
23075
+ margin-inline-end: 12px;
23076
+ }.v-responsive {
23077
+ display: flex;
23078
+ flex: 1 0 auto;
23079
+ max-height: 100%;
23080
+ max-width: 100%;
23081
+ overflow: hidden;
23130
23082
  position: relative;
23131
23083
  }
23132
- .v-sheet--sticky {
23133
- position: sticky;
23084
+ .v-responsive--inline {
23085
+ display: inline-flex;
23086
+ flex: 0 0 auto;
23134
23087
  }
23135
- .v-sheet--rounded {
23136
- border-radius: 4px;
23088
+
23089
+ .v-responsive__content {
23090
+ flex: 1 0 0px;
23091
+ max-width: 100%;
23092
+ }
23093
+
23094
+ .v-responsive__sizer ~ .v-responsive__content {
23095
+ margin-inline-start: -100%;
23096
+ }
23097
+
23098
+ .v-responsive__sizer {
23099
+ flex: 1 0 0px;
23100
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23101
+ pointer-events: none;
23137
23102
  }.v-select .v-field .v-text-field__prefix,
23138
23103
  .v-select .v-field .v-text-field__suffix,
23139
23104
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23182,48 +23147,6 @@ html.v-overlay-scroll-blocked {
23182
23147
  .v-select--active-menu .v-select__menu-icon {
23183
23148
  opacity: var(--v-high-emphasis-opacity);
23184
23149
  transform: rotate(180deg);
23185
- }.v-slide-group {
23186
- display: flex;
23187
- overflow: hidden;
23188
- }
23189
-
23190
- .v-slide-group__next,
23191
- .v-slide-group__prev {
23192
- align-items: center;
23193
- display: flex;
23194
- flex: 0 1 52px;
23195
- justify-content: center;
23196
- min-width: 52px;
23197
- cursor: pointer;
23198
- }
23199
- .v-slide-group__next--disabled,
23200
- .v-slide-group__prev--disabled {
23201
- pointer-events: none;
23202
- opacity: var(--v-disabled-opacity);
23203
- }
23204
-
23205
- .v-slide-group__content {
23206
- display: flex;
23207
- flex: 1 0 auto;
23208
- position: relative;
23209
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23210
- white-space: nowrap;
23211
- }
23212
- .v-slide-group__content > * {
23213
- white-space: initial;
23214
- }
23215
-
23216
- .v-slide-group__container {
23217
- contain: content;
23218
- display: flex;
23219
- flex: 1 1 auto;
23220
- overflow: hidden;
23221
- }
23222
-
23223
- .v-slide-group--vertical,
23224
- .v-slide-group--vertical .v-slide-group__container,
23225
- .v-slide-group--vertical .v-slide-group__content {
23226
- flex-direction: column;
23227
23150
  }.v-selection-control {
23228
23151
  align-items: center;
23229
23152
  contain: layout;
@@ -23325,6 +23248,42 @@ html.v-overlay-scroll-blocked {
23325
23248
  }
23326
23249
  .v-selection-control--focus-visible .v-selection-control__input::before {
23327
23250
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23251
+ }.v-selection-control-group {
23252
+ grid-area: control;
23253
+ display: flex;
23254
+ flex-direction: column;
23255
+ }
23256
+ .v-selection-control-group--inline {
23257
+ flex-direction: row;
23258
+ flex-wrap: wrap;
23259
+ }.v-sheet {
23260
+ display: block;
23261
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23262
+ border-style: solid;
23263
+ border-width: 0;
23264
+ 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));
23265
+ border-radius: 0;
23266
+ background: rgb(var(--v-theme-surface));
23267
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23268
+ }
23269
+ .v-sheet--border {
23270
+ border-width: thin;
23271
+ box-shadow: none;
23272
+ }
23273
+ .v-sheet--absolute {
23274
+ position: absolute;
23275
+ }
23276
+ .v-sheet--fixed {
23277
+ position: fixed;
23278
+ }
23279
+ .v-sheet--relative {
23280
+ position: relative;
23281
+ }
23282
+ .v-sheet--sticky {
23283
+ position: sticky;
23284
+ }
23285
+ .v-sheet--rounded {
23286
+ border-radius: 4px;
23328
23287
  }.v-skeleton-loader {
23329
23288
  align-items: center;
23330
23289
  background: rgb(var(--v-theme-surface));
@@ -23528,26 +23487,187 @@ html.v-overlay-scroll-blocked {
23528
23487
  margin-top: -8px;
23529
23488
  max-width: 50%;
23530
23489
  }
23531
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
23532
- max-width: 70%;
23490
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
23491
+ max-width: 70%;
23492
+ }
23493
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
23494
+ display: none;
23495
+ }
23496
+ .v-skeleton-loader--is-loading {
23497
+ overflow: hidden;
23498
+ }
23499
+ .v-skeleton-loader--tile {
23500
+ border-radius: 0;
23501
+ }
23502
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
23503
+ border-radius: 0;
23504
+ }
23505
+
23506
+ @keyframes loading {
23507
+ 100% {
23508
+ transform: translateX(100%);
23509
+ }
23510
+ }.v-slide-group {
23511
+ display: flex;
23512
+ overflow: hidden;
23513
+ }
23514
+
23515
+ .v-slide-group__next,
23516
+ .v-slide-group__prev {
23517
+ align-items: center;
23518
+ display: flex;
23519
+ flex: 0 1 52px;
23520
+ justify-content: center;
23521
+ min-width: 52px;
23522
+ cursor: pointer;
23523
+ }
23524
+ .v-slide-group__next--disabled,
23525
+ .v-slide-group__prev--disabled {
23526
+ pointer-events: none;
23527
+ opacity: var(--v-disabled-opacity);
23528
+ }
23529
+
23530
+ .v-slide-group__content {
23531
+ display: flex;
23532
+ flex: 1 0 auto;
23533
+ position: relative;
23534
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23535
+ white-space: nowrap;
23536
+ }
23537
+ .v-slide-group__content > * {
23538
+ white-space: initial;
23539
+ }
23540
+
23541
+ .v-slide-group__container {
23542
+ contain: content;
23543
+ display: flex;
23544
+ flex: 1 1 auto;
23545
+ overflow: hidden;
23546
+ }
23547
+
23548
+ .v-slide-group--vertical,
23549
+ .v-slide-group--vertical .v-slide-group__container,
23550
+ .v-slide-group--vertical .v-slide-group__content {
23551
+ flex-direction: column;
23552
+ }.v-snackbar {
23553
+ justify-content: center;
23554
+ z-index: 10000;
23555
+ margin: 8px;
23556
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23557
+ }
23558
+ .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23559
+ align-items: flex-end;
23560
+ }
23561
+ .v-snackbar__wrapper {
23562
+ align-items: center;
23563
+ display: flex;
23564
+ max-width: 672px;
23565
+ min-height: 48px;
23566
+ min-width: 344px;
23567
+ overflow: hidden;
23568
+ padding: 0;
23569
+ border-radius: 4px;
23570
+ }
23571
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23572
+ background: transparent;
23573
+ color: inherit;
23574
+ }
23575
+ .v-snackbar--variant-plain {
23576
+ opacity: 0.62;
23577
+ }
23578
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23579
+ opacity: 1;
23580
+ }
23581
+ .v-snackbar--variant-plain .v-snackbar__overlay {
23582
+ display: none;
23583
+ }
23584
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23585
+ background: rgb(var(--v-theme-surface-variant));
23586
+ color: rgb(var(--v-theme-on-surface-variant));
23587
+ }
23588
+ .v-snackbar--variant-elevated {
23589
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23590
+ }
23591
+ .v-snackbar--variant-flat {
23592
+ 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));
23593
+ }
23594
+ .v-snackbar--variant-outlined {
23595
+ border: thin solid currentColor;
23596
+ }
23597
+ .v-snackbar--variant-text .v-snackbar__overlay {
23598
+ background: currentColor;
23599
+ }
23600
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
23601
+ background: currentColor;
23602
+ opacity: var(--v-activated-opacity);
23603
+ border-radius: inherit;
23604
+ position: absolute;
23605
+ top: 0;
23606
+ right: 0;
23607
+ bottom: 0;
23608
+ left: 0;
23609
+ pointer-events: none;
23610
+ }
23611
+
23612
+ .v-snackbar__content {
23613
+ flex-grow: 1;
23614
+ font-size: 0.875rem;
23615
+ font-weight: 400;
23616
+ letter-spacing: 0.0178571429em;
23617
+ line-height: 1.25rem;
23618
+ margin-right: auto;
23619
+ padding: 14px 16px;
23620
+ text-align: initial;
23621
+ }
23622
+ .v-snackbar__actions {
23623
+ align-items: center;
23624
+ align-self: center;
23625
+ display: flex;
23626
+ margin-inline-end: 8px;
23627
+ }
23628
+ .v-snackbar__actions > .v-btn {
23629
+ padding: 0 8px;
23630
+ min-width: auto;
23631
+ }
23632
+ .v-snackbar__timer {
23633
+ width: 100%;
23634
+ position: absolute;
23635
+ top: 0;
23636
+ }
23637
+ .v-snackbar__timer .v-progress-linear {
23638
+ transition: 0.2s linear;
23639
+ }
23640
+ .v-snackbar--absolute {
23641
+ position: absolute;
23642
+ z-index: 1;
23643
+ }
23644
+ .v-snackbar--multi-line .v-snackbar__wrapper {
23645
+ min-height: 68px;
23646
+ }
23647
+ .v-snackbar--vertical .v-snackbar__wrapper {
23648
+ flex-direction: column;
23533
23649
  }
23534
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
23535
- display: none;
23650
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23651
+ align-self: flex-end;
23652
+ margin-bottom: 8px;
23536
23653
  }
23537
- .v-skeleton-loader--is-loading {
23538
- overflow: hidden;
23654
+
23655
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23656
+ transition-duration: 0.15s;
23657
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23539
23658
  }
23540
- .v-skeleton-loader--tile {
23541
- border-radius: 0;
23659
+ .v-snackbar-transition-enter-active {
23660
+ transition-property: opacity, transform;
23542
23661
  }
23543
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
23544
- border-radius: 0;
23662
+ .v-snackbar-transition-enter-from {
23663
+ opacity: 0;
23664
+ transform: scale(0.8);
23545
23665
  }
23546
-
23547
- @keyframes loading {
23548
- 100% {
23549
- transform: translateX(100%);
23550
- }
23666
+ .v-snackbar-transition-leave-active {
23667
+ transition-property: opacity;
23668
+ }
23669
+ .v-snackbar-transition-leave-to {
23670
+ opacity: 0;
23551
23671
  }.v-stepper.v-sheet {
23552
23672
  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));
23553
23673
  border-radius: 4px;
@@ -23664,125 +23784,101 @@ html.v-overlay-scroll-blocked {
23664
23784
  }
23665
23785
  .v-stepper--mobile .v-stepper-item__subtitle {
23666
23786
  display: none;
23667
- }.v-snackbar {
23668
- justify-content: center;
23669
- z-index: 10000;
23670
- margin: 8px;
23671
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23672
- }
23673
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23674
- align-items: flex-end;
23675
- }
23676
- .v-snackbar__wrapper {
23677
- align-items: center;
23787
+ }.v-tabs {
23678
23788
  display: flex;
23679
- max-width: 672px;
23680
- min-height: 48px;
23681
- min-width: 344px;
23682
- overflow: hidden;
23683
- padding: 0;
23684
- border-radius: 4px;
23789
+ height: var(--v-tabs-height);
23685
23790
  }
23686
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23687
- background: transparent;
23688
- color: inherit;
23791
+ .v-tabs--density-default {
23792
+ --v-tabs-height: 48px;
23689
23793
  }
23690
- .v-snackbar--variant-plain {
23691
- opacity: 0.62;
23794
+ .v-tabs--density-default.v-tabs--stacked {
23795
+ --v-tabs-height: 72px;
23692
23796
  }
23693
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23694
- opacity: 1;
23797
+
23798
+ .v-tabs--density-comfortable {
23799
+ --v-tabs-height: 44px;
23695
23800
  }
23696
- .v-snackbar--variant-plain .v-snackbar__overlay {
23697
- display: none;
23801
+ .v-tabs--density-comfortable.v-tabs--stacked {
23802
+ --v-tabs-height: 68px;
23698
23803
  }
23699
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23700
- background: rgb(var(--v-theme-surface-variant));
23701
- color: rgb(var(--v-theme-on-surface-variant));
23804
+
23805
+ .v-tabs--density-compact {
23806
+ --v-tabs-height: 36px;
23702
23807
  }
23703
- .v-snackbar--variant-elevated {
23704
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23808
+ .v-tabs--density-compact.v-tabs--stacked {
23809
+ --v-tabs-height: 60px;
23705
23810
  }
23706
- .v-snackbar--variant-flat {
23707
- 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));
23811
+
23812
+ .v-tabs.v-slide-group--vertical {
23813
+ height: auto;
23814
+ flex: none;
23815
+ --v-tabs-height: 48px;
23708
23816
  }
23709
- .v-snackbar--variant-outlined {
23710
- border: thin solid currentColor;
23817
+
23818
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23819
+ margin-inline-start: 42px;
23711
23820
  }
23712
- .v-snackbar--variant-text .v-snackbar__overlay {
23713
- background: currentColor;
23821
+
23822
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23823
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23824
+ margin-inline-end: auto;
23714
23825
  }
23715
- .v-snackbar--variant-tonal .v-snackbar__underlay {
23716
- background: currentColor;
23717
- opacity: var(--v-activated-opacity);
23718
- border-radius: inherit;
23719
- position: absolute;
23720
- top: 0;
23721
- right: 0;
23722
- bottom: 0;
23723
- left: 0;
23724
- pointer-events: none;
23826
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23827
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23828
+ margin-inline-start: auto;
23725
23829
  }
23726
23830
 
23727
- .v-snackbar__content {
23831
+ .v-tabs--grow {
23728
23832
  flex-grow: 1;
23729
- font-size: 0.875rem;
23730
- font-weight: 400;
23731
- letter-spacing: 0.0178571429em;
23732
- line-height: 1.25rem;
23733
- margin-right: auto;
23734
- padding: 14px 16px;
23735
- text-align: initial;
23736
- }
23737
- .v-snackbar__actions {
23738
- align-items: center;
23739
- align-self: center;
23740
- display: flex;
23741
- margin-inline-end: 8px;
23742
23833
  }
23743
- .v-snackbar__actions > .v-btn {
23744
- padding: 0 8px;
23745
- min-width: auto;
23746
- }
23747
- .v-snackbar__timer {
23748
- width: 100%;
23749
- position: absolute;
23750
- top: 0;
23834
+ .v-tabs--grow .v-tab {
23835
+ flex: 1 0 auto;
23836
+ max-width: none;
23751
23837
  }
23752
- .v-snackbar__timer .v-progress-linear {
23753
- transition: 0.2s linear;
23838
+
23839
+ .v-tabs--align-tabs-end .v-tab:first-child {
23840
+ margin-inline-start: auto;
23754
23841
  }
23755
- .v-snackbar--absolute {
23756
- position: absolute;
23757
- z-index: 1;
23842
+ .v-tabs--align-tabs-end .v-tab:last-child {
23843
+ margin-inline-end: 0;
23758
23844
  }
23759
- .v-snackbar--multi-line .v-snackbar__wrapper {
23760
- min-height: 68px;
23845
+
23846
+ @media (max-width: 1279.98px) {
23847
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23848
+ margin-inline-start: 52px;
23849
+ }
23850
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23851
+ margin-inline-end: 52px;
23852
+ }
23853
+ }.v-tab.v-tab.v-btn {
23854
+ height: var(--v-tabs-height);
23855
+ border-radius: 0;
23856
+ min-width: 90px;
23761
23857
  }
23762
- .v-snackbar--vertical .v-snackbar__wrapper {
23763
- flex-direction: column;
23858
+ .v-slide-group--horizontal .v-tab {
23859
+ max-width: 360px;
23764
23860
  }
23765
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23766
- align-self: flex-end;
23767
- margin-bottom: 8px;
23861
+ .v-slide-group--vertical .v-tab {
23862
+ justify-content: start;
23768
23863
  }
23769
23864
 
23770
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23771
- transition-duration: 0.15s;
23772
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23773
- }
23774
- .v-snackbar-transition-enter-active {
23775
- transition-property: opacity, transform;
23776
- }
23777
- .v-snackbar-transition-enter-from {
23865
+ .v-tab__slider {
23866
+ position: absolute;
23867
+ bottom: 0;
23868
+ left: 0;
23869
+ height: 2px;
23870
+ width: 100%;
23871
+ background: currentColor;
23872
+ pointer-events: none;
23778
23873
  opacity: 0;
23779
- transform: scale(0.8);
23780
23874
  }
23781
- .v-snackbar-transition-leave-active {
23782
- transition-property: opacity;
23875
+ .v-tab--selected .v-tab__slider {
23876
+ opacity: 1;
23783
23877
  }
23784
- .v-snackbar-transition-leave-to {
23785
- opacity: 0;
23878
+ .v-slide-group--vertical .v-tab__slider {
23879
+ top: 0;
23880
+ height: 100%;
23881
+ width: 2px;
23786
23882
  }.v-switch .v-label {
23787
23883
  padding-inline-start: 10px;
23788
23884
  }
@@ -23911,102 +24007,113 @@ html.v-overlay-scroll-blocked {
23911
24007
  }
23912
24008
  .v-system-bar:not(.v-system-bar--absolute) {
23913
24009
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23914
- }.v-tab.v-tab.v-btn {
23915
- height: var(--v-tabs-height);
23916
- border-radius: 0;
23917
- min-width: 90px;
24010
+ }.v-textarea .v-field {
24011
+ --v-textarea-control-height: var(--v-input-control-height);
23918
24012
  }
23919
- .v-slide-group--horizontal .v-tab {
23920
- max-width: 360px;
24013
+ .v-textarea .v-field__field {
24014
+ --v-input-control-height: var(--v-textarea-control-height);
23921
24015
  }
23922
- .v-slide-group--vertical .v-tab {
23923
- justify-content: start;
24016
+ .v-textarea .v-field__input {
24017
+ flex: 1 1 auto;
24018
+ outline: none;
24019
+ -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));
24020
+ 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));
23924
24021
  }
23925
-
23926
- .v-tab__slider {
24022
+ .v-textarea .v-field__input.v-textarea__sizer {
24023
+ visibility: hidden;
23927
24024
  position: absolute;
23928
- bottom: 0;
24025
+ top: 0;
23929
24026
  left: 0;
23930
- height: 2px;
23931
- width: 100%;
23932
- background: currentColor;
24027
+ height: 0 !important;
24028
+ min-height: 0 !important;
23933
24029
  pointer-events: none;
23934
- opacity: 0;
23935
24030
  }
23936
- .v-tab--selected .v-tab__slider {
24031
+ .v-textarea--no-resize .v-field__input {
24032
+ resize: none;
24033
+ }
24034
+ .v-textarea .v-field--no-label textarea,
24035
+ .v-textarea .v-field--active textarea {
23937
24036
  opacity: 1;
23938
24037
  }
23939
- .v-slide-group--vertical .v-tab__slider {
23940
- top: 0;
23941
- height: 100%;
23942
- width: 2px;
23943
- }.v-tabs {
23944
- display: flex;
23945
- height: var(--v-tabs-height);
24038
+ .v-textarea textarea {
24039
+ opacity: 0;
24040
+ flex: 1;
24041
+ min-width: 0;
24042
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24043
+ }
24044
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24045
+ outline: none;
24046
+ }
24047
+ .v-textarea textarea:invalid {
24048
+ box-shadow: none;
24049
+ }/* region BLOCK */
24050
+ .v-text-field input {
24051
+ color: inherit;
24052
+ opacity: 0;
24053
+ flex: 1;
24054
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24055
+ min-width: 0;
23946
24056
  }
23947
- .v-tabs--density-default {
23948
- --v-tabs-height: 48px;
24057
+ .v-text-field input:focus, .v-text-field input:active {
24058
+ outline: none;
23949
24059
  }
23950
- .v-tabs--density-default.v-tabs--stacked {
23951
- --v-tabs-height: 72px;
24060
+ .v-text-field input:invalid {
24061
+ box-shadow: none;
23952
24062
  }
23953
-
23954
- .v-tabs--density-comfortable {
23955
- --v-tabs-height: 44px;
24063
+ .v-text-field .v-field {
24064
+ cursor: text;
23956
24065
  }
23957
- .v-tabs--density-comfortable.v-tabs--stacked {
23958
- --v-tabs-height: 68px;
24066
+ .v-text-field--prefixed.v-text-field .v-field__input {
24067
+ --v-field-padding-start: 6px;
23959
24068
  }
23960
24069
 
23961
- .v-tabs--density-compact {
23962
- --v-tabs-height: 36px;
23963
- }
23964
- .v-tabs--density-compact.v-tabs--stacked {
23965
- --v-tabs-height: 60px;
24070
+ .v-text-field--suffixed.v-text-field .v-field__input {
24071
+ --v-field-padding-end: 0;
23966
24072
  }
23967
24073
 
23968
- .v-tabs.v-slide-group--vertical {
23969
- height: auto;
23970
- flex: none;
23971
- --v-tabs-height: 48px;
24074
+ .v-text-field .v-input__details {
24075
+ padding-inline: 16px;
23972
24076
  }
23973
-
23974
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23975
- margin-inline-start: 42px;
24077
+ .v-input--plain-underlined.v-text-field .v-input__details {
24078
+ padding-inline: 0;
23976
24079
  }
23977
24080
 
23978
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23979
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23980
- margin-inline-end: auto;
24081
+ .v-text-field .v-field--no-label input,
24082
+ .v-text-field .v-field--active input {
24083
+ opacity: 1;
23981
24084
  }
23982
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23983
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23984
- margin-inline-start: auto;
24085
+ .v-text-field .v-field--single-line input {
24086
+ transition: none;
23985
24087
  }
23986
24088
 
23987
- .v-tabs--grow {
23988
- flex-grow: 1;
24089
+ /* endregion */
24090
+ /* region ELEMENTS */
24091
+ .v-text-field__prefix, .v-text-field__suffix {
24092
+ align-items: center;
24093
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24094
+ cursor: default;
24095
+ display: flex;
24096
+ opacity: 0;
24097
+ transition: inherit;
24098
+ white-space: nowrap;
24099
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24100
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24101
+ padding-bottom: var(--v-field-padding-bottom, 6px);
23989
24102
  }
23990
- .v-tabs--grow .v-tab {
23991
- flex: 1 0 auto;
23992
- max-width: none;
24103
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24104
+ opacity: 1;
23993
24105
  }
23994
-
23995
- .v-tabs--align-tabs-end .v-tab:first-child {
23996
- margin-inline-start: auto;
24106
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24107
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23997
24108
  }
23998
- .v-tabs--align-tabs-end .v-tab:last-child {
23999
- margin-inline-end: 0;
24109
+ .v-text-field__prefix {
24110
+ padding-inline-start: var(--v-field-padding-start);
24111
+ }
24112
+ .v-text-field__suffix {
24113
+ padding-inline-end: var(--v-field-padding-end);
24000
24114
  }
24001
24115
 
24002
- @media (max-width: 1279.98px) {
24003
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24004
- margin-inline-start: 52px;
24005
- }
24006
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24007
- margin-inline-end: 52px;
24008
- }
24009
- }.v-table {
24116
+ /* endregion */.v-table {
24010
24117
  background: rgb(var(--v-theme-surface));
24011
24118
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24012
24119
  font-size: 0.875rem;
@@ -24157,113 +24264,7 @@ html.v-overlay-scroll-blocked {
24157
24264
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24158
24265
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24159
24266
  border-top: 0px !important;
24160
- }.v-textarea .v-field {
24161
- --v-textarea-control-height: var(--v-input-control-height);
24162
- }
24163
- .v-textarea .v-field__field {
24164
- --v-input-control-height: var(--v-textarea-control-height);
24165
- }
24166
- .v-textarea .v-field__input {
24167
- flex: 1 1 auto;
24168
- outline: none;
24169
- -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));
24170
- 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));
24171
- }
24172
- .v-textarea .v-field__input.v-textarea__sizer {
24173
- visibility: hidden;
24174
- position: absolute;
24175
- top: 0;
24176
- left: 0;
24177
- height: 0 !important;
24178
- min-height: 0 !important;
24179
- pointer-events: none;
24180
- }
24181
- .v-textarea--no-resize .v-field__input {
24182
- resize: none;
24183
- }
24184
- .v-textarea .v-field--no-label textarea,
24185
- .v-textarea .v-field--active textarea {
24186
- opacity: 1;
24187
- }
24188
- .v-textarea textarea {
24189
- opacity: 0;
24190
- flex: 1;
24191
- min-width: 0;
24192
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24193
- }
24194
- .v-textarea textarea:focus, .v-textarea textarea:active {
24195
- outline: none;
24196
- }
24197
- .v-textarea textarea:invalid {
24198
- box-shadow: none;
24199
- }/* region BLOCK */
24200
- .v-text-field input {
24201
- color: inherit;
24202
- opacity: 0;
24203
- flex: 1;
24204
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24205
- min-width: 0;
24206
- }
24207
- .v-text-field input:focus, .v-text-field input:active {
24208
- outline: none;
24209
- }
24210
- .v-text-field input:invalid {
24211
- box-shadow: none;
24212
- }
24213
- .v-text-field .v-field {
24214
- cursor: text;
24215
- }
24216
- .v-text-field--prefixed.v-text-field .v-field__input {
24217
- --v-field-padding-start: 6px;
24218
- }
24219
-
24220
- .v-text-field--suffixed.v-text-field .v-field__input {
24221
- --v-field-padding-end: 0;
24222
- }
24223
-
24224
- .v-text-field .v-input__details {
24225
- padding-inline: 16px;
24226
- }
24227
- .v-input--plain-underlined.v-text-field .v-input__details {
24228
- padding-inline: 0;
24229
- }
24230
-
24231
- .v-text-field .v-field--no-label input,
24232
- .v-text-field .v-field--active input {
24233
- opacity: 1;
24234
- }
24235
- .v-text-field .v-field--single-line input {
24236
- transition: none;
24237
- }
24238
-
24239
- /* endregion */
24240
- /* region ELEMENTS */
24241
- .v-text-field__prefix, .v-text-field__suffix {
24242
- align-items: center;
24243
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24244
- cursor: default;
24245
- display: flex;
24246
- opacity: 0;
24247
- transition: inherit;
24248
- white-space: nowrap;
24249
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24250
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24251
- padding-bottom: var(--v-field-padding-bottom, 6px);
24252
- }
24253
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24254
- opacity: 1;
24255
- }
24256
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24257
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24258
- }
24259
- .v-text-field__prefix {
24260
- padding-inline-start: var(--v-field-padding-start);
24261
- }
24262
- .v-text-field__suffix {
24263
- padding-inline-end: var(--v-field-padding-end);
24264
- }
24265
-
24266
- /* endregion */.v-theme-provider {
24267
+ }.v-theme-provider {
24267
24268
  background: rgb(var(--v-theme-background));
24268
24269
  color: rgb(var(--v-theme-on-background));
24269
24270
  }.v-timeline .v-timeline-divider__dot {
@@ -24830,6 +24831,15 @@ html.v-overlay-scroll-blocked {
24830
24831
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24831
24832
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24832
24833
  transition-duration: 75ms;
24834
+ }.v-virtual-scroll {
24835
+ display: block;
24836
+ flex: 1 1 auto;
24837
+ max-width: 100%;
24838
+ overflow: auto;
24839
+ position: relative;
24840
+ }
24841
+ .v-virtual-scroll__container {
24842
+ display: block;
24833
24843
  }.v-window {
24834
24844
  overflow: hidden;
24835
24845
  }
@@ -24899,15 +24909,6 @@ html.v-overlay-scroll-blocked {
24899
24909
  }
24900
24910
  .v-window-y-reverse-transition-leave-to {
24901
24911
  transform: translateY(100%);
24902
- }.v-virtual-scroll {
24903
- display: block;
24904
- flex: 1 1 auto;
24905
- max-width: 100%;
24906
- overflow: auto;
24907
- position: relative;
24908
- }
24909
- .v-virtual-scroll__container {
24910
- display: block;
24911
24912
  }.v-color-picker-edit {
24912
24913
  display: flex;
24913
24914
  margin-top: 24px;
@@ -24971,6 +24972,28 @@ html.v-overlay-scroll-blocked {
24971
24972
  justify-content: center;
24972
24973
  width: 100%;
24973
24974
  height: 100%;
24975
+ }.v-color-picker-canvas {
24976
+ display: flex;
24977
+ position: relative;
24978
+ overflow: hidden;
24979
+ contain: content;
24980
+ touch-action: none;
24981
+ }
24982
+ .v-color-picker-canvas__dot {
24983
+ position: absolute;
24984
+ top: 0;
24985
+ left: 0;
24986
+ width: 15px;
24987
+ height: 15px;
24988
+ background: transparent;
24989
+ border-radius: 50%;
24990
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24991
+ }
24992
+ .v-color-picker-canvas__dot--disabled {
24993
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
24994
+ }
24995
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24996
+ will-change: transform;
24974
24997
  }.v-color-picker-preview__alpha .v-slider-track__background {
24975
24998
  background-color: transparent !important;
24976
24999
  }
@@ -25040,28 +25063,6 @@ html.v-overlay-scroll-blocked {
25040
25063
  .v-color-picker-preview__eye-dropper {
25041
25064
  position: relative;
25042
25065
  margin-right: 12px;
25043
- }.v-color-picker-canvas {
25044
- display: flex;
25045
- position: relative;
25046
- overflow: hidden;
25047
- contain: content;
25048
- touch-action: none;
25049
- }
25050
- .v-color-picker-canvas__dot {
25051
- position: absolute;
25052
- top: 0;
25053
- left: 0;
25054
- width: 15px;
25055
- height: 15px;
25056
- background: transparent;
25057
- border-radius: 50%;
25058
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25059
- }
25060
- .v-color-picker-canvas__dot--disabled {
25061
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25062
- }
25063
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25064
- will-change: transform;
25065
25066
  }.v-slider-thumb {
25066
25067
  touch-action: none;
25067
25068
  color: rgb(var(--v-theme-surface-variant));