@vuetify/nightly 3.7.4-master.2024-11-14 → 3.7.4-master.2024-11-15

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.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.4-master.2024-11-14
2
+ * Vuetify v3.7.4-master.2024-11-15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,18 +17978,6 @@ html.overflow-y-hidden {
17978
17978
  .v-ripple__animation--out {
17979
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17980
17980
  opacity: 0;
17981
- }.v-app-bar {
17982
- display: flex;
17983
- }
17984
- .v-app-bar.v-toolbar {
17985
- background: rgb(var(--v-theme-surface));
17986
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17987
- }
17988
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17989
- 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));
17990
- }
17991
- .v-app-bar:not(.v-toolbar--absolute) {
17992
- padding-inline-end: var(--v-scrollbar-offset);
17993
17981
  }.v-application {
17994
17982
  display: flex;
17995
17983
  background: rgb(var(--v-theme-background));
@@ -18006,6 +17994,103 @@ html.overflow-y-hidden {
18006
17994
  min-height: 100vh;
18007
17995
  min-height: 100dvh;
18008
17996
  position: relative;
17997
+ }.v-app-bar {
17998
+ display: flex;
17999
+ }
18000
+ .v-app-bar.v-toolbar {
18001
+ background: rgb(var(--v-theme-surface));
18002
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18003
+ }
18004
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18005
+ 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));
18006
+ }
18007
+ .v-app-bar:not(.v-toolbar--absolute) {
18008
+ padding-inline-end: var(--v-scrollbar-offset);
18009
+ }.v-autocomplete .v-field .v-text-field__prefix,
18010
+ .v-autocomplete .v-field .v-text-field__suffix,
18011
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18012
+ cursor: text;
18013
+ }
18014
+ .v-autocomplete .v-field .v-field__input > input {
18015
+ flex: 1 1;
18016
+ }
18017
+ .v-autocomplete .v-field input {
18018
+ min-width: 64px;
18019
+ }
18020
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18021
+ min-width: 0;
18022
+ }
18023
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18024
+ margin-inline-end: 2px;
18025
+ }
18026
+ .v-autocomplete .v-autocomplete__selection-text {
18027
+ overflow: hidden;
18028
+ text-overflow: ellipsis;
18029
+ white-space: nowrap;
18030
+ }
18031
+
18032
+ .v-autocomplete__content {
18033
+ overflow: hidden;
18034
+ }
18035
+ .v-autocomplete__content {
18036
+ 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));
18037
+ }
18038
+ .v-autocomplete__content {
18039
+ border-radius: 4px;
18040
+ }
18041
+ .v-autocomplete__mask {
18042
+ background: rgb(var(--v-theme-surface-light));
18043
+ }
18044
+ .v-autocomplete__selection {
18045
+ display: inline-flex;
18046
+ align-items: center;
18047
+ height: 1.5rem;
18048
+ letter-spacing: inherit;
18049
+ line-height: inherit;
18050
+ max-width: calc(100% - 2px - 2px);
18051
+ }
18052
+ .v-autocomplete__selection:first-child {
18053
+ margin-inline-start: 0;
18054
+ }
18055
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18056
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18057
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18058
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18059
+ top: 0px;
18060
+ }
18061
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18062
+ opacity: var(--v-medium-emphasis-opacity);
18063
+ }
18064
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18065
+ opacity: 1;
18066
+ }
18067
+ .v-autocomplete--selecting-index .v-field__input > input {
18068
+ caret-color: transparent;
18069
+ }
18070
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18071
+ flex: 1 1;
18072
+ position: absolute;
18073
+ left: 0;
18074
+ right: 0;
18075
+ width: 100%;
18076
+ padding-inline: inherit;
18077
+ }
18078
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18079
+ transition: none;
18080
+ }
18081
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18082
+ opacity: 0;
18083
+ }
18084
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18085
+ opacity: 0;
18086
+ }
18087
+ .v-autocomplete__menu-icon {
18088
+ margin-inline-start: 4px;
18089
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18090
+ }
18091
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18092
+ opacity: var(--v-high-emphasis-opacity);
18093
+ transform: rotate(180deg);
18009
18094
  }.v-alert {
18010
18095
  display: grid;
18011
18096
  flex: 1 1;
@@ -18222,91 +18307,6 @@ html.overflow-y-hidden {
18222
18307
  text-transform: none;
18223
18308
  word-break: normal;
18224
18309
  word-wrap: break-word;
18225
- }.v-autocomplete .v-field .v-text-field__prefix,
18226
- .v-autocomplete .v-field .v-text-field__suffix,
18227
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18228
- cursor: text;
18229
- }
18230
- .v-autocomplete .v-field .v-field__input > input {
18231
- flex: 1 1;
18232
- }
18233
- .v-autocomplete .v-field input {
18234
- min-width: 64px;
18235
- }
18236
- .v-autocomplete .v-field:not(.v-field--focused) input {
18237
- min-width: 0;
18238
- }
18239
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18240
- margin-inline-end: 2px;
18241
- }
18242
- .v-autocomplete .v-autocomplete__selection-text {
18243
- overflow: hidden;
18244
- text-overflow: ellipsis;
18245
- white-space: nowrap;
18246
- }
18247
-
18248
- .v-autocomplete__content {
18249
- overflow: hidden;
18250
- }
18251
- .v-autocomplete__content {
18252
- 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));
18253
- }
18254
- .v-autocomplete__content {
18255
- border-radius: 4px;
18256
- }
18257
- .v-autocomplete__mask {
18258
- background: rgb(var(--v-theme-surface-light));
18259
- }
18260
- .v-autocomplete__selection {
18261
- display: inline-flex;
18262
- align-items: center;
18263
- height: 1.5rem;
18264
- letter-spacing: inherit;
18265
- line-height: inherit;
18266
- max-width: calc(100% - 2px - 2px);
18267
- }
18268
- .v-autocomplete__selection:first-child {
18269
- margin-inline-start: 0;
18270
- }
18271
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18272
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18273
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18274
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18275
- top: 0px;
18276
- }
18277
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18278
- opacity: var(--v-medium-emphasis-opacity);
18279
- }
18280
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18281
- opacity: 1;
18282
- }
18283
- .v-autocomplete--selecting-index .v-field__input > input {
18284
- caret-color: transparent;
18285
- }
18286
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18287
- flex: 1 1;
18288
- position: absolute;
18289
- left: 0;
18290
- right: 0;
18291
- width: 100%;
18292
- padding-inline: inherit;
18293
- }
18294
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18295
- transition: none;
18296
- }
18297
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18298
- opacity: 0;
18299
- }
18300
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18301
- opacity: 0;
18302
- }
18303
- .v-autocomplete__menu-icon {
18304
- margin-inline-start: 4px;
18305
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18306
- }
18307
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
- opacity: var(--v-high-emphasis-opacity);
18309
- transform: rotate(180deg);
18310
18310
  }.v-avatar {
18311
18311
  flex: none;
18312
18312
  align-items: center;
@@ -18715,6 +18715,63 @@ html.overflow-y-hidden {
18715
18715
  }
18716
18716
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
18717
  transform: translateY(0.5rem);
18718
+ }.v-breadcrumbs {
18719
+ display: flex;
18720
+ align-items: center;
18721
+ line-height: 1.6;
18722
+ padding: 16px 12px;
18723
+ }
18724
+ .v-breadcrumbs--rounded {
18725
+ border-radius: 4px;
18726
+ }
18727
+ .v-breadcrumbs--density-default {
18728
+ padding-top: 16px;
18729
+ padding-bottom: 16px;
18730
+ }
18731
+
18732
+ .v-breadcrumbs--density-comfortable {
18733
+ padding-top: 12px;
18734
+ padding-bottom: 12px;
18735
+ }
18736
+
18737
+ .v-breadcrumbs--density-compact {
18738
+ padding-top: 8px;
18739
+ padding-bottom: 8px;
18740
+ }
18741
+
18742
+ .v-breadcrumbs__prepend {
18743
+ align-items: center;
18744
+ display: inline-flex;
18745
+ }
18746
+
18747
+ .v-breadcrumbs-item {
18748
+ align-items: center;
18749
+ color: inherit;
18750
+ display: inline-flex;
18751
+ padding: 0 4px;
18752
+ text-decoration: none;
18753
+ vertical-align: middle;
18754
+ }
18755
+ .v-breadcrumbs-item--disabled {
18756
+ opacity: var(--v-disabled-opacity);
18757
+ pointer-events: none;
18758
+ }
18759
+ .v-breadcrumbs-item--link {
18760
+ color: inherit;
18761
+ text-decoration: none;
18762
+ }
18763
+ .v-breadcrumbs-item--link:hover {
18764
+ text-decoration: underline;
18765
+ }
18766
+ .v-breadcrumbs-item .v-icon {
18767
+ font-size: 1rem;
18768
+ margin-inline: -4px 2px;
18769
+ }
18770
+
18771
+ .v-breadcrumbs-divider {
18772
+ display: inline-block;
18773
+ padding: 0 8px;
18774
+ vertical-align: middle;
18718
18775
  }.bottom-sheet-transition-enter-from {
18719
18776
  transform: translateY(100%);
18720
18777
  }
@@ -19237,63 +19294,6 @@ html.overflow-y-hidden {
19237
19294
  }
19238
19295
  .v-btn-group--tile {
19239
19296
  border-radius: 0;
19240
- }.v-breadcrumbs {
19241
- display: flex;
19242
- align-items: center;
19243
- line-height: 1.6;
19244
- padding: 16px 12px;
19245
- }
19246
- .v-breadcrumbs--rounded {
19247
- border-radius: 4px;
19248
- }
19249
- .v-breadcrumbs--density-default {
19250
- padding-top: 16px;
19251
- padding-bottom: 16px;
19252
- }
19253
-
19254
- .v-breadcrumbs--density-comfortable {
19255
- padding-top: 12px;
19256
- padding-bottom: 12px;
19257
- }
19258
-
19259
- .v-breadcrumbs--density-compact {
19260
- padding-top: 8px;
19261
- padding-bottom: 8px;
19262
- }
19263
-
19264
- .v-breadcrumbs__prepend {
19265
- align-items: center;
19266
- display: inline-flex;
19267
- }
19268
-
19269
- .v-breadcrumbs-item {
19270
- align-items: center;
19271
- color: inherit;
19272
- display: inline-flex;
19273
- padding: 0 4px;
19274
- text-decoration: none;
19275
- vertical-align: middle;
19276
- }
19277
- .v-breadcrumbs-item--disabled {
19278
- opacity: var(--v-disabled-opacity);
19279
- pointer-events: none;
19280
- }
19281
- .v-breadcrumbs-item--link {
19282
- color: inherit;
19283
- text-decoration: none;
19284
- }
19285
- .v-breadcrumbs-item--link:hover {
19286
- text-decoration: underline;
19287
- }
19288
- .v-breadcrumbs-item .v-icon {
19289
- font-size: 1rem;
19290
- margin-inline: -4px 2px;
19291
- }
19292
-
19293
- .v-breadcrumbs-divider {
19294
- display: inline-block;
19295
- padding: 0 8px;
19296
- vertical-align: middle;
19297
19297
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19298
19298
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19299
19299
  }
@@ -19618,6 +19618,11 @@ html.overflow-y-hidden {
19618
19618
  pointer-events: none;
19619
19619
  opacity: 0;
19620
19620
  transition: opacity 0.2s ease-in-out;
19621
+ }.v-checkbox.v-input {
19622
+ flex: 0 1 auto;
19623
+ }
19624
+ .v-checkbox .v-selection-control {
19625
+ min-height: var(--v-input-control-height);
19621
19626
  }.v-carousel {
19622
19627
  overflow: hidden;
19623
19628
  position: relative;
@@ -19683,29 +19688,6 @@ html.overflow-y-hidden {
19683
19688
  flex-direction: column;
19684
19689
  height: 100% !important;
19685
19690
  width: 50px;
19686
- }.v-checkbox.v-input {
19687
- flex: 0 1 auto;
19688
- }
19689
- .v-checkbox .v-selection-control {
19690
- min-height: var(--v-input-control-height);
19691
- }.v-chip-group {
19692
- display: flex;
19693
- max-width: 100%;
19694
- min-width: 0;
19695
- overflow-x: auto;
19696
- padding: 4px 0;
19697
- }
19698
- .v-chip-group .v-chip {
19699
- margin: 4px 8px 4px 0;
19700
- }
19701
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19702
- opacity: var(--v-activated-opacity);
19703
- }
19704
-
19705
- .v-chip-group--column .v-slide-group__content {
19706
- white-space: normal;
19707
- flex-wrap: wrap;
19708
- max-width: 100%;
19709
19691
  }.v-chip {
19710
19692
  align-items: center;
19711
19693
  display: inline-flex;
@@ -20124,6 +20106,24 @@ html.overflow-y-hidden {
20124
20106
 
20125
20107
  .v-chip--label {
20126
20108
  border-radius: 4px;
20109
+ }.v-chip-group {
20110
+ display: flex;
20111
+ max-width: 100%;
20112
+ min-width: 0;
20113
+ overflow-x: auto;
20114
+ padding: 4px 0;
20115
+ }
20116
+ .v-chip-group .v-chip {
20117
+ margin: 4px 8px 4px 0;
20118
+ }
20119
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20120
+ opacity: var(--v-activated-opacity);
20121
+ }
20122
+
20123
+ .v-chip-group--column .v-slide-group__content {
20124
+ white-space: normal;
20125
+ flex-wrap: wrap;
20126
+ max-width: 100%;
20127
20127
  }.v-color-picker {
20128
20128
  align-self: flex-start;
20129
20129
  contain: content;
@@ -20231,11 +20231,6 @@ html.overflow-y-hidden {
20231
20231
  .v-combobox--active-menu .v-combobox__menu-icon {
20232
20232
  opacity: var(--v-high-emphasis-opacity);
20233
20233
  transform: rotate(180deg);
20234
- }.v-counter {
20235
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20236
- flex: 0 1 auto;
20237
- font-size: 12px;
20238
- transition-duration: 150ms;
20239
20234
  }.v-data-table {
20240
20235
  width: 100%;
20241
20236
  }
@@ -20631,6 +20626,21 @@ html.overflow-y-hidden {
20631
20626
 
20632
20627
  .v-date-picker-month__day--hide-adjacent {
20633
20628
  opacity: 0;
20629
+ }.v-date-picker-years {
20630
+ height: 288px;
20631
+ overflow-y: scroll;
20632
+ }
20633
+
20634
+ .v-date-picker-years__content {
20635
+ display: grid;
20636
+ flex: 1 1;
20637
+ justify-content: space-around;
20638
+ grid-template-columns: repeat(3, 1fr);
20639
+ gap: 8px 24px;
20640
+ padding-inline: 32px;
20641
+ }
20642
+ .v-date-picker-years__content .v-btn {
20643
+ padding-inline: 8px;
20634
20644
  }.v-date-picker-months {
20635
20645
  height: 288px;
20636
20646
  }
@@ -20650,21 +20660,58 @@ html.overflow-y-hidden {
20650
20660
  text-transform: none;
20651
20661
  padding-inline-start: 8px;
20652
20662
  padding-inline-end: 8px;
20653
- }.v-date-picker-years {
20654
- height: 288px;
20655
- overflow-y: scroll;
20663
+ }.v-divider {
20664
+ display: block;
20665
+ flex: 1 1 100%;
20666
+ height: 0px;
20667
+ max-height: 0px;
20668
+ opacity: var(--v-border-opacity);
20669
+ transition: inherit;
20670
+ }
20671
+ .v-divider {
20672
+ border-style: solid;
20673
+ border-width: thin 0 0 0;
20674
+ }
20675
+ .v-divider--vertical {
20676
+ align-self: stretch;
20677
+ border-width: 0 thin 0 0;
20678
+ display: inline-flex;
20679
+ height: auto;
20680
+ margin-left: -1px;
20681
+ max-height: 100%;
20682
+ max-width: 0px;
20683
+ vertical-align: text-bottom;
20684
+ width: 0px;
20685
+ }
20686
+ .v-divider--inset:not(.v-divider--vertical) {
20687
+ max-width: calc(100% - 72px);
20688
+ margin-inline-start: 72px;
20689
+ }
20690
+ .v-divider--inset.v-divider--vertical {
20691
+ margin-bottom: 8px;
20692
+ margin-top: 8px;
20693
+ max-height: calc(100% - 16px);
20656
20694
  }
20657
20695
 
20658
- .v-date-picker-years__content {
20659
- display: grid;
20660
- flex: 1 1;
20661
- justify-content: space-around;
20662
- grid-template-columns: repeat(3, 1fr);
20663
- gap: 8px 24px;
20664
- padding-inline: 32px;
20696
+ .v-divider__content {
20697
+ padding: 0 16px;
20698
+ text-wrap: nowrap;
20665
20699
  }
20666
- .v-date-picker-years__content .v-btn {
20667
- padding-inline: 8px;
20700
+ .v-divider__wrapper--vertical .v-divider__content {
20701
+ padding: 4px 0;
20702
+ }
20703
+
20704
+ .v-divider__wrapper {
20705
+ display: flex;
20706
+ align-items: center;
20707
+ justify-content: center;
20708
+ }
20709
+ .v-divider__wrapper--vertical {
20710
+ flex-direction: column;
20711
+ height: 100%;
20712
+ }
20713
+ .v-divider__wrapper--vertical .v-divider {
20714
+ margin: 0 auto;
20668
20715
  }.v-dialog {
20669
20716
  align-items: center;
20670
20717
  justify-content: center;
@@ -20761,58 +20808,6 @@ html.overflow-y-hidden {
20761
20808
  -webkit-backface-visibility: hidden;
20762
20809
  backface-visibility: hidden;
20763
20810
  overflow-y: auto;
20764
- }.v-divider {
20765
- display: block;
20766
- flex: 1 1 100%;
20767
- height: 0px;
20768
- max-height: 0px;
20769
- opacity: var(--v-border-opacity);
20770
- transition: inherit;
20771
- }
20772
- .v-divider {
20773
- border-style: solid;
20774
- border-width: thin 0 0 0;
20775
- }
20776
- .v-divider--vertical {
20777
- align-self: stretch;
20778
- border-width: 0 thin 0 0;
20779
- display: inline-flex;
20780
- height: auto;
20781
- margin-left: -1px;
20782
- max-height: 100%;
20783
- max-width: 0px;
20784
- vertical-align: text-bottom;
20785
- width: 0px;
20786
- }
20787
- .v-divider--inset:not(.v-divider--vertical) {
20788
- max-width: calc(100% - 72px);
20789
- margin-inline-start: 72px;
20790
- }
20791
- .v-divider--inset.v-divider--vertical {
20792
- margin-bottom: 8px;
20793
- margin-top: 8px;
20794
- max-height: calc(100% - 16px);
20795
- }
20796
-
20797
- .v-divider__content {
20798
- padding: 0 16px;
20799
- text-wrap: nowrap;
20800
- }
20801
- .v-divider__wrapper--vertical .v-divider__content {
20802
- padding: 4px 0;
20803
- }
20804
-
20805
- .v-divider__wrapper {
20806
- display: flex;
20807
- align-items: center;
20808
- justify-content: center;
20809
- }
20810
- .v-divider__wrapper--vertical {
20811
- flex-direction: column;
20812
- height: 100%;
20813
- }
20814
- .v-divider__wrapper--vertical .v-divider {
20815
- margin: 0 auto;
20816
20811
  }.v-empty-state {
20817
20812
  align-items: center;
20818
20813
  display: flex;
@@ -22485,62 +22480,9 @@ textarea.v-field__input::placeholder {
22485
22480
  .offset-xxl-11 {
22486
22481
  margin-inline-start: 91.6666666667%;
22487
22482
  }
22488
- }.v-icon {
22489
- --v-icon-size-multiplier: 1;
22490
- align-items: center;
22491
- display: inline-flex;
22492
- font-feature-settings: "liga";
22493
- height: 1em;
22494
- justify-content: center;
22495
- letter-spacing: normal;
22496
- line-height: 1;
22497
- position: relative;
22498
- text-indent: 0;
22499
- text-align: center;
22500
- -webkit-user-select: none;
22501
- user-select: none;
22502
- vertical-align: middle;
22503
- width: 1em;
22504
- min-width: 1em;
22505
- }
22506
- .v-icon--clickable {
22507
- cursor: pointer;
22508
- }
22509
- .v-icon--disabled {
22510
- pointer-events: none;
22511
- opacity: 0.38;
22512
- }
22513
- .v-icon--size-x-small {
22514
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
22515
- }
22516
- .v-icon--size-small {
22517
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22518
- }
22519
- .v-icon--size-default {
22520
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22521
- }
22522
- .v-icon--size-large {
22523
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22524
- }
22525
- .v-icon--size-x-large {
22526
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22527
- }
22528
-
22529
- .v-icon__svg {
22530
- fill: currentColor;
22531
- width: 100%;
22532
- height: 100%;
22533
- }
22534
-
22535
- .v-icon--start {
22536
- margin-inline-end: 8px;
22537
- }
22538
-
22539
- .v-icon--end {
22540
- margin-inline-start: 8px;
22541
- }.v-img {
22542
- --v-theme-overlay-multiplier: 3;
22543
- z-index: 0;
22483
+ }.v-img {
22484
+ --v-theme-overlay-multiplier: 3;
22485
+ z-index: 0;
22544
22486
  }
22545
22487
  .v-img.v-img--absolute {
22546
22488
  height: 100%;
@@ -22589,43 +22531,59 @@ textarea.v-field__input::placeholder {
22589
22531
 
22590
22532
  .v-img__gradient {
22591
22533
  background-repeat: no-repeat;
22592
- }.v-infinite-scroll--horizontal {
22593
- display: flex;
22594
- flex-direction: row;
22595
- overflow-x: auto;
22534
+ }.v-icon {
22535
+ --v-icon-size-multiplier: 1;
22536
+ align-items: center;
22537
+ display: inline-flex;
22538
+ font-feature-settings: "liga";
22539
+ height: 1em;
22540
+ justify-content: center;
22541
+ letter-spacing: normal;
22542
+ line-height: 1;
22543
+ position: relative;
22544
+ text-indent: 0;
22545
+ text-align: center;
22546
+ -webkit-user-select: none;
22547
+ user-select: none;
22548
+ vertical-align: middle;
22549
+ width: 1em;
22550
+ min-width: 1em;
22596
22551
  }
22597
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22598
- height: 100%;
22599
- width: var(--v-infinite-margin-size, 1px);
22552
+ .v-icon--clickable {
22553
+ cursor: pointer;
22600
22554
  }
22601
-
22602
- .v-infinite-scroll--vertical {
22603
- display: flex;
22604
- flex-direction: column;
22605
- overflow-y: auto;
22555
+ .v-icon--disabled {
22556
+ pointer-events: none;
22557
+ opacity: 0.38;
22606
22558
  }
22607
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22608
- height: 1px;
22609
- width: 100%;
22559
+ .v-icon--size-x-small {
22560
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22610
22561
  }
22611
-
22612
- .v-infinite-scroll-intersect {
22613
- pointer-events: none;
22614
- margin-top: var(--v-infinite-margin);
22615
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22562
+ .v-icon--size-small {
22563
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22616
22564
  }
22617
- .v-infinite-scroll-intersect:nth-child(2) {
22618
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22565
+ .v-icon--size-default {
22566
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22619
22567
  }
22620
- .v-infinite-scroll-intersect:nth-last-child(2) {
22621
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22568
+ .v-icon--size-large {
22569
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22570
+ }
22571
+ .v-icon--size-x-large {
22572
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22622
22573
  }
22623
22574
 
22624
- .v-infinite-scroll__side {
22625
- align-items: center;
22626
- display: flex;
22627
- justify-content: center;
22628
- padding: 8px;
22575
+ .v-icon__svg {
22576
+ fill: currentColor;
22577
+ width: 100%;
22578
+ height: 100%;
22579
+ }
22580
+
22581
+ .v-icon--start {
22582
+ margin-inline-end: 8px;
22583
+ }
22584
+
22585
+ .v-icon--end {
22586
+ margin-inline-start: 8px;
22629
22587
  }.v-input {
22630
22588
  display: grid;
22631
22589
  flex: 1 1 auto;
@@ -22768,26 +22726,48 @@ textarea.v-field__input::placeholder {
22768
22726
 
22769
22727
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22770
22728
  padding-top: calc(var(--v-input-padding-top) + 0px);
22771
- }.v-item-group {
22772
- flex: 0 1 auto;
22773
- max-width: 100%;
22774
- position: relative;
22775
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22776
- }.v-layout {
22777
- --v-scrollbar-offset: 0px;
22729
+ }.v-infinite-scroll--horizontal {
22778
22730
  display: flex;
22779
- flex: 1 1 auto;
22731
+ flex-direction: row;
22732
+ overflow-x: auto;
22780
22733
  }
22781
- .v-layout--full-height {
22782
- --v-scrollbar-offset: inherit;
22734
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22783
22735
  height: 100%;
22784
- }.v-layout-item {
22785
- position: absolute;
22786
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22736
+ width: var(--v-infinite-margin-size, 1px);
22787
22737
  }
22788
22738
 
22789
- .v-layout-item--absolute {
22790
- position: absolute;
22739
+ .v-infinite-scroll--vertical {
22740
+ display: flex;
22741
+ flex-direction: column;
22742
+ overflow-y: auto;
22743
+ }
22744
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22745
+ height: 1px;
22746
+ width: 100%;
22747
+ }
22748
+
22749
+ .v-infinite-scroll-intersect {
22750
+ pointer-events: none;
22751
+ margin-top: var(--v-infinite-margin);
22752
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22753
+ }
22754
+ .v-infinite-scroll-intersect:nth-child(2) {
22755
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22756
+ }
22757
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22758
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22759
+ }
22760
+
22761
+ .v-infinite-scroll__side {
22762
+ align-items: center;
22763
+ display: flex;
22764
+ justify-content: center;
22765
+ padding: 8px;
22766
+ }.v-item-group {
22767
+ flex: 0 1 auto;
22768
+ max-width: 100%;
22769
+ position: relative;
22770
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22791
22771
  }.v-label {
22792
22772
  align-items: center;
22793
22773
  color: inherit;
@@ -22803,6 +22783,21 @@ textarea.v-field__input::placeholder {
22803
22783
 
22804
22784
  .v-label--clickable {
22805
22785
  cursor: pointer;
22786
+ }.v-layout {
22787
+ --v-scrollbar-offset: 0px;
22788
+ display: flex;
22789
+ flex: 1 1 auto;
22790
+ }
22791
+ .v-layout--full-height {
22792
+ --v-scrollbar-offset: inherit;
22793
+ height: 100%;
22794
+ }.v-layout-item {
22795
+ position: absolute;
22796
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22797
+ }
22798
+
22799
+ .v-layout-item--absolute {
22800
+ position: absolute;
22806
22801
  }.v-list {
22807
22802
  overflow: auto;
22808
22803
  padding: 8px 0;
@@ -23612,20 +23607,6 @@ textarea.v-field__input::placeholder {
23612
23607
  }
23613
23608
  .v-otp-input__loader .v-progress-linear {
23614
23609
  position: absolute;
23615
- }.v-pagination__list {
23616
- display: inline-flex;
23617
- list-style-type: none;
23618
- justify-content: center;
23619
- width: 100%;
23620
- }
23621
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23622
- margin: 0.3rem;
23623
- }.v-parallax {
23624
- position: relative;
23625
- overflow: hidden;
23626
- }
23627
- .v-parallax--active > .v-img__img {
23628
- will-change: transform;
23629
23610
  }.v-overlay-container {
23630
23611
  contain: layout;
23631
23612
  left: 0;
@@ -23689,61 +23670,171 @@ html.v-overlay-scroll-blocked {
23689
23670
 
23690
23671
  .v-overlay--scroll-blocked {
23691
23672
  padding-inline-end: var(--v-scrollbar-offset);
23692
- }.v-progress-linear {
23693
- background: transparent;
23694
- overflow: hidden;
23695
- position: relative;
23696
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23673
+ }.v-pagination__list {
23674
+ display: inline-flex;
23675
+ list-style-type: none;
23676
+ justify-content: center;
23697
23677
  width: 100%;
23698
23678
  }
23699
- .v-progress-linear--rounded {
23700
- border-radius: 9999px;
23701
- }
23702
- @media (forced-colors: active) {
23703
- .v-progress-linear {
23704
- border: thin solid buttontext;
23705
- }
23679
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23680
+ margin: 0.3rem;
23681
+ }.v-progress-circular {
23682
+ align-items: center;
23683
+ display: inline-flex;
23684
+ justify-content: center;
23685
+ position: relative;
23686
+ vertical-align: middle;
23706
23687
  }
23707
-
23708
- .v-progress-linear__background,
23709
- .v-progress-linear__buffer {
23710
- background: currentColor;
23711
- bottom: 0;
23712
- left: 0;
23713
- opacity: var(--v-border-opacity);
23688
+ .v-progress-circular > svg {
23689
+ width: 100%;
23690
+ height: 100%;
23691
+ margin: auto;
23714
23692
  position: absolute;
23715
23693
  top: 0;
23716
- width: 100%;
23717
- transition-property: width, left, right;
23718
- transition: inherit;
23694
+ bottom: 0;
23695
+ left: 0;
23696
+ right: 0;
23697
+ z-index: 0;
23719
23698
  }
23720
23699
 
23721
- @media (forced-colors: active) {
23722
- .v-progress-linear__buffer {
23723
- background-color: highlight;
23724
- opacity: 0.3;
23725
- }
23726
- }
23727
- .v-progress-linear__content {
23700
+ .v-progress-circular__content {
23728
23701
  align-items: center;
23729
23702
  display: flex;
23730
- height: 100%;
23731
23703
  justify-content: center;
23732
- left: 0;
23733
- pointer-events: none;
23734
- position: absolute;
23735
- top: 0;
23736
- width: 100%;
23737
23704
  }
23738
23705
 
23739
- .v-progress-linear__determinate,
23740
- .v-progress-linear__indeterminate {
23741
- background: currentColor;
23706
+ .v-progress-circular__underlay {
23707
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23708
+ stroke: currentColor;
23709
+ z-index: 1;
23742
23710
  }
23743
- @media (forced-colors: active) {
23744
- .v-progress-linear__determinate,
23745
- .v-progress-linear__indeterminate {
23746
- background-color: highlight;
23711
+
23712
+ .v-progress-circular__overlay {
23713
+ stroke: currentColor;
23714
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23715
+ z-index: 2;
23716
+ }
23717
+
23718
+ .v-progress-circular--size-x-small {
23719
+ height: 16px;
23720
+ width: 16px;
23721
+ }
23722
+ .v-progress-circular--size-small {
23723
+ height: 24px;
23724
+ width: 24px;
23725
+ }
23726
+ .v-progress-circular--size-default {
23727
+ height: 32px;
23728
+ width: 32px;
23729
+ }
23730
+ .v-progress-circular--size-large {
23731
+ height: 48px;
23732
+ width: 48px;
23733
+ }
23734
+ .v-progress-circular--size-x-large {
23735
+ height: 64px;
23736
+ width: 64px;
23737
+ }
23738
+
23739
+ .v-progress-circular--indeterminate > svg {
23740
+ animation: progress-circular-rotate 1.4s linear infinite;
23741
+ transform-origin: center center;
23742
+ transition: all 0.2s ease-in-out;
23743
+ }
23744
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23745
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23746
+ stroke-dasharray: 25, 200;
23747
+ stroke-dashoffset: 0;
23748
+ stroke-linecap: round;
23749
+ transform-origin: center center;
23750
+ transform: rotate(-90deg);
23751
+ }
23752
+
23753
+ .v-progress-circular--disable-shrink > svg {
23754
+ animation-duration: 0.7s;
23755
+ }
23756
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23757
+ animation: none;
23758
+ }
23759
+
23760
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23761
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23762
+ animation-play-state: paused !important;
23763
+ }
23764
+
23765
+ @keyframes progress-circular-dash {
23766
+ 0% {
23767
+ stroke-dasharray: 1, 200;
23768
+ stroke-dashoffset: 0px;
23769
+ }
23770
+ 50% {
23771
+ stroke-dasharray: 100, 200;
23772
+ stroke-dashoffset: -15px;
23773
+ }
23774
+ 100% {
23775
+ stroke-dasharray: 100, 200;
23776
+ stroke-dashoffset: -124px;
23777
+ }
23778
+ }
23779
+ @keyframes progress-circular-rotate {
23780
+ 100% {
23781
+ transform: rotate(270deg);
23782
+ }
23783
+ }.v-progress-linear {
23784
+ background: transparent;
23785
+ overflow: hidden;
23786
+ position: relative;
23787
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23788
+ width: 100%;
23789
+ }
23790
+ .v-progress-linear--rounded {
23791
+ border-radius: 9999px;
23792
+ }
23793
+ @media (forced-colors: active) {
23794
+ .v-progress-linear {
23795
+ border: thin solid buttontext;
23796
+ }
23797
+ }
23798
+
23799
+ .v-progress-linear__background,
23800
+ .v-progress-linear__buffer {
23801
+ background: currentColor;
23802
+ bottom: 0;
23803
+ left: 0;
23804
+ opacity: var(--v-border-opacity);
23805
+ position: absolute;
23806
+ top: 0;
23807
+ width: 100%;
23808
+ transition-property: width, left, right;
23809
+ transition: inherit;
23810
+ }
23811
+
23812
+ @media (forced-colors: active) {
23813
+ .v-progress-linear__buffer {
23814
+ background-color: highlight;
23815
+ opacity: 0.3;
23816
+ }
23817
+ }
23818
+ .v-progress-linear__content {
23819
+ align-items: center;
23820
+ display: flex;
23821
+ height: 100%;
23822
+ justify-content: center;
23823
+ left: 0;
23824
+ pointer-events: none;
23825
+ position: absolute;
23826
+ top: 0;
23827
+ width: 100%;
23828
+ }
23829
+
23830
+ .v-progress-linear__determinate,
23831
+ .v-progress-linear__indeterminate {
23832
+ background: currentColor;
23833
+ }
23834
+ @media (forced-colors: active) {
23835
+ .v-progress-linear__determinate,
23836
+ .v-progress-linear__indeterminate {
23837
+ background-color: highlight;
23747
23838
  }
23748
23839
  }
23749
23840
 
@@ -23917,108 +24008,24 @@ html.v-overlay-scroll-blocked {
23917
24008
  0% {
23918
24009
  background-position-x: var(--v-progress-linear-height);
23919
24010
  }
23920
- }.v-progress-circular {
23921
- align-items: center;
23922
- display: inline-flex;
23923
- justify-content: center;
24011
+ }.v-parallax {
23924
24012
  position: relative;
23925
- vertical-align: middle;
23926
- }
23927
- .v-progress-circular > svg {
23928
- width: 100%;
23929
- height: 100%;
23930
- margin: auto;
23931
- position: absolute;
23932
- top: 0;
23933
- bottom: 0;
23934
- left: 0;
23935
- right: 0;
23936
- z-index: 0;
23937
- }
23938
-
23939
- .v-progress-circular__content {
23940
- align-items: center;
23941
- display: flex;
23942
- justify-content: center;
23943
- }
23944
-
23945
- .v-progress-circular__underlay {
23946
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23947
- stroke: currentColor;
23948
- z-index: 1;
23949
- }
23950
-
23951
- .v-progress-circular__overlay {
23952
- stroke: currentColor;
23953
- transition: all 0.2s ease-in-out, stroke-width 0s;
23954
- z-index: 2;
23955
- }
23956
-
23957
- .v-progress-circular--size-x-small {
23958
- height: 16px;
23959
- width: 16px;
23960
- }
23961
- .v-progress-circular--size-small {
23962
- height: 24px;
23963
- width: 24px;
23964
- }
23965
- .v-progress-circular--size-default {
23966
- height: 32px;
23967
- width: 32px;
23968
- }
23969
- .v-progress-circular--size-large {
23970
- height: 48px;
23971
- width: 48px;
23972
- }
23973
- .v-progress-circular--size-x-large {
23974
- height: 64px;
23975
- width: 64px;
23976
- }
23977
-
23978
- .v-progress-circular--indeterminate > svg {
23979
- animation: progress-circular-rotate 1.4s linear infinite;
23980
- transform-origin: center center;
23981
- transition: all 0.2s ease-in-out;
23982
- }
23983
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23984
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23985
- stroke-dasharray: 25, 200;
23986
- stroke-dashoffset: 0;
23987
- stroke-linecap: round;
23988
- transform-origin: center center;
23989
- transform: rotate(-90deg);
23990
- }
23991
-
23992
- .v-progress-circular--disable-shrink > svg {
23993
- animation-duration: 0.7s;
24013
+ overflow: hidden;
23994
24014
  }
23995
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23996
- animation: none;
24015
+ .v-parallax--active > .v-img__img {
24016
+ will-change: transform;
24017
+ }.v-radio-group > .v-input__control {
24018
+ flex-direction: column;
23997
24019
  }
23998
-
23999
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24000
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24001
- animation-play-state: paused !important;
24020
+ .v-radio-group > .v-input__control > .v-label {
24021
+ margin-inline-start: 16px;
24002
24022
  }
24003
-
24004
- @keyframes progress-circular-dash {
24005
- 0% {
24006
- stroke-dasharray: 1, 200;
24007
- stroke-dashoffset: 0px;
24008
- }
24009
- 50% {
24010
- stroke-dasharray: 100, 200;
24011
- stroke-dashoffset: -15px;
24012
- }
24013
- 100% {
24014
- stroke-dasharray: 100, 200;
24015
- stroke-dashoffset: -124px;
24016
- }
24023
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24024
+ padding-inline-start: 6px;
24025
+ margin-top: 8px;
24017
24026
  }
24018
- @keyframes progress-circular-rotate {
24019
- 100% {
24020
- transform: rotate(270deg);
24021
- }
24027
+ .v-radio-group .v-input__details {
24028
+ padding-inline: 16px;
24022
24029
  }.v-slider .v-slider__container input {
24023
24030
  cursor: default;
24024
24031
  padding: 0;
@@ -24076,18 +24083,6 @@ html.v-overlay-scroll-blocked {
24076
24083
 
24077
24084
  .v-slider__label {
24078
24085
  margin-inline-end: 12px;
24079
- }.v-radio-group > .v-input__control {
24080
- flex-direction: column;
24081
- }
24082
- .v-radio-group > .v-input__control > .v-label {
24083
- margin-inline-start: 16px;
24084
- }
24085
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24086
- padding-inline-start: 6px;
24087
- margin-top: 8px;
24088
- }
24089
- .v-radio-group .v-input__details {
24090
- padding-inline: 16px;
24091
24086
  }.v-rating {
24092
24087
  max-width: 100%;
24093
24088
  display: inline-flex;
@@ -24219,13 +24214,21 @@ html.v-overlay-scroll-blocked {
24219
24214
  .v-select--active-menu .v-select__menu-icon {
24220
24215
  opacity: var(--v-high-emphasis-opacity);
24221
24216
  transform: rotate(180deg);
24222
- }.v-selection-control {
24223
- align-items: center;
24224
- contain: layout;
24225
- display: flex;
24226
- flex: 1 0;
24217
+ }.v-selection-control-group {
24227
24218
  grid-area: control;
24228
- position: relative;
24219
+ display: flex;
24220
+ flex-direction: column;
24221
+ }
24222
+ .v-selection-control-group--inline {
24223
+ flex-direction: row;
24224
+ flex-wrap: wrap;
24225
+ }.v-selection-control {
24226
+ align-items: center;
24227
+ contain: layout;
24228
+ display: flex;
24229
+ flex: 1 0;
24230
+ grid-area: control;
24231
+ position: relative;
24229
24232
  -webkit-user-select: none;
24230
24233
  user-select: none;
24231
24234
  }
@@ -24358,14 +24361,6 @@ html.v-overlay-scroll-blocked {
24358
24361
  }
24359
24362
  .v-sheet--rounded {
24360
24363
  border-radius: 4px;
24361
- }.v-selection-control-group {
24362
- grid-area: control;
24363
- display: flex;
24364
- flex-direction: column;
24365
- }
24366
- .v-selection-control-group--inline {
24367
- flex-direction: row;
24368
- flex-wrap: wrap;
24369
24364
  }.v-skeleton-loader {
24370
24365
  align-items: center;
24371
24366
  background: rgb(var(--v-theme-surface));
@@ -24646,6 +24641,146 @@ html.v-overlay-scroll-blocked {
24646
24641
  .v-slide-group--vertical .v-slide-group__container {
24647
24642
  overflow-x: hidden;
24648
24643
  overflow-y: auto;
24644
+ }.v-snackbar {
24645
+ justify-content: center;
24646
+ z-index: 10000;
24647
+ margin: 8px;
24648
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24649
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
24650
+ }
24651
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
24652
+ align-items: flex-end;
24653
+ }
24654
+ .v-snackbar__wrapper {
24655
+ align-items: center;
24656
+ display: flex;
24657
+ max-width: 672px;
24658
+ min-height: 48px;
24659
+ min-width: 344px;
24660
+ overflow: hidden;
24661
+ padding: 0;
24662
+ }
24663
+ .v-snackbar__wrapper {
24664
+ border-radius: 4px;
24665
+ }
24666
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24667
+ background: transparent;
24668
+ color: inherit;
24669
+ }
24670
+ .v-snackbar--variant-plain {
24671
+ opacity: 0.62;
24672
+ }
24673
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24674
+ opacity: 1;
24675
+ }
24676
+ .v-snackbar--variant-plain .v-snackbar__overlay {
24677
+ display: none;
24678
+ }
24679
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24680
+ background: rgb(var(--v-theme-surface-variant));
24681
+ color: rgb(var(--v-theme-on-surface-variant));
24682
+ }
24683
+ .v-snackbar--variant-elevated {
24684
+ 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));
24685
+ }
24686
+ .v-snackbar--variant-flat {
24687
+ 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));
24688
+ }
24689
+ .v-snackbar--variant-outlined {
24690
+ border: thin solid currentColor;
24691
+ }
24692
+ .v-snackbar--variant-text .v-snackbar__overlay {
24693
+ background: currentColor;
24694
+ }
24695
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
24696
+ background: currentColor;
24697
+ opacity: var(--v-activated-opacity);
24698
+ border-radius: inherit;
24699
+ top: 0;
24700
+ right: 0;
24701
+ bottom: 0;
24702
+ left: 0;
24703
+ pointer-events: none;
24704
+ }
24705
+ .v-snackbar .v-snackbar__underlay {
24706
+ position: absolute;
24707
+ }
24708
+
24709
+ .v-snackbar__content {
24710
+ flex-grow: 1;
24711
+ font-size: 0.875rem;
24712
+ font-weight: 400;
24713
+ letter-spacing: 0.0178571429em;
24714
+ line-height: 1.425;
24715
+ margin-right: auto;
24716
+ padding: 14px 16px;
24717
+ text-align: initial;
24718
+ }
24719
+ .v-snackbar__actions {
24720
+ align-items: center;
24721
+ align-self: center;
24722
+ display: flex;
24723
+ margin-inline-end: 8px;
24724
+ }
24725
+ .v-snackbar__actions > .v-btn {
24726
+ padding: 0 8px;
24727
+ min-width: auto;
24728
+ }
24729
+ .v-snackbar__timer {
24730
+ width: 100%;
24731
+ position: absolute;
24732
+ top: 0;
24733
+ }
24734
+ .v-snackbar__timer .v-progress-linear {
24735
+ transition: 0.2s linear;
24736
+ }
24737
+ .v-snackbar--absolute {
24738
+ position: absolute;
24739
+ z-index: 1;
24740
+ }
24741
+ .v-snackbar--multi-line .v-snackbar__wrapper {
24742
+ min-height: 68px;
24743
+ }
24744
+ .v-snackbar--vertical .v-snackbar__wrapper {
24745
+ flex-direction: column;
24746
+ }
24747
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24748
+ align-self: flex-end;
24749
+ margin-bottom: 8px;
24750
+ }
24751
+ .v-snackbar--center {
24752
+ align-items: center;
24753
+ justify-content: center;
24754
+ }
24755
+ .v-snackbar--top {
24756
+ align-items: flex-start;
24757
+ }
24758
+ .v-snackbar--bottom {
24759
+ align-items: flex-end;
24760
+ }
24761
+ .v-snackbar--left, .v-snackbar--start {
24762
+ justify-content: flex-start;
24763
+ }
24764
+ .v-snackbar--right, .v-snackbar--end {
24765
+ justify-content: flex-end;
24766
+ }
24767
+
24768
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24769
+ transition-duration: 0.15s;
24770
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24771
+ }
24772
+ .v-snackbar-transition-enter-active {
24773
+ transition-property: opacity, transform;
24774
+ }
24775
+ .v-snackbar-transition-enter-from {
24776
+ opacity: 0;
24777
+ transform: scale(0.8);
24778
+ }
24779
+ .v-snackbar-transition-leave-active {
24780
+ transition-property: opacity;
24781
+ }
24782
+ .v-snackbar-transition-leave-to {
24783
+ opacity: 0;
24649
24784
  }.v-speed-dial__content {
24650
24785
  gap: 8px;
24651
24786
  }
@@ -25044,49 +25179,6 @@ html.v-overlay-scroll-blocked {
25044
25179
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25045
25180
  border-width: 0;
25046
25181
  }
25047
- }.v-system-bar {
25048
- align-items: center;
25049
- display: flex;
25050
- flex: 1 1 auto;
25051
- height: 24px;
25052
- justify-content: flex-end;
25053
- max-width: 100%;
25054
- padding-inline: 8px;
25055
- position: relative;
25056
- text-align: end;
25057
- width: 100%;
25058
- }
25059
- .v-system-bar .v-icon {
25060
- opacity: var(--v-medium-emphasis-opacity);
25061
- }
25062
- .v-system-bar {
25063
- 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));
25064
- }
25065
- .v-system-bar--absolute {
25066
- position: absolute;
25067
- }
25068
- .v-system-bar--fixed {
25069
- position: fixed;
25070
- }
25071
- .v-system-bar {
25072
- background: rgba(var(--v-theme-surface-light));
25073
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25074
- }
25075
- .v-system-bar {
25076
- font-size: 0.75rem;
25077
- font-weight: 400;
25078
- letter-spacing: 0.0333333333em;
25079
- line-height: 1.667;
25080
- text-transform: none;
25081
- }
25082
- .v-system-bar--rounded {
25083
- border-radius: 0;
25084
- }
25085
- .v-system-bar--window {
25086
- height: 32px;
25087
- }
25088
- .v-system-bar:not(.v-system-bar--absolute) {
25089
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25090
25182
  }.v-tab.v-tab.v-btn {
25091
25183
  height: var(--v-tabs-height);
25092
25184
  border-radius: 0;
@@ -25182,112 +25274,49 @@ html.v-overlay-scroll-blocked {
25182
25274
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25183
25275
  margin-inline-end: 52px;
25184
25276
  }
25185
- }/* region BLOCK */
25186
- .v-text-field input {
25187
- color: inherit;
25188
- opacity: 0;
25189
- flex: 1;
25190
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25191
- min-width: 0;
25192
- }
25193
- .v-text-field input:focus, .v-text-field input:active {
25194
- outline: none;
25277
+ }.v-system-bar {
25278
+ align-items: center;
25279
+ display: flex;
25280
+ flex: 1 1 auto;
25281
+ height: 24px;
25282
+ justify-content: flex-end;
25283
+ max-width: 100%;
25284
+ padding-inline: 8px;
25285
+ position: relative;
25286
+ text-align: end;
25287
+ width: 100%;
25195
25288
  }
25196
- .v-text-field input:invalid {
25197
- box-shadow: none;
25289
+ .v-system-bar .v-icon {
25290
+ opacity: var(--v-medium-emphasis-opacity);
25198
25291
  }
25199
- .v-text-field .v-field {
25200
- cursor: text;
25292
+ .v-system-bar {
25293
+ 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));
25201
25294
  }
25202
- .v-text-field--prefixed.v-text-field .v-field__input {
25203
- --v-field-padding-start: 6px;
25295
+ .v-system-bar--absolute {
25296
+ position: absolute;
25204
25297
  }
25205
-
25206
- .v-text-field--suffixed.v-text-field .v-field__input {
25207
- --v-field-padding-end: 0;
25298
+ .v-system-bar--fixed {
25299
+ position: fixed;
25208
25300
  }
25209
-
25210
- .v-text-field .v-input__details {
25211
- padding-inline: 16px;
25301
+ .v-system-bar {
25302
+ background: rgba(var(--v-theme-surface-light));
25303
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25212
25304
  }
25213
- .v-input--plain-underlined.v-text-field .v-input__details {
25214
- padding-inline: 0;
25305
+ .v-system-bar {
25306
+ font-size: 0.75rem;
25307
+ font-weight: 400;
25308
+ letter-spacing: 0.0333333333em;
25309
+ line-height: 1.667;
25310
+ text-transform: none;
25215
25311
  }
25216
-
25217
- .v-text-field .v-field--no-label input,
25218
- .v-text-field .v-field--active input {
25219
- opacity: 1;
25220
- }
25221
- .v-text-field .v-field--single-line input {
25222
- transition: none;
25223
- }
25224
-
25225
- /* endregion */
25226
- /* region ELEMENTS */
25227
- .v-text-field__prefix, .v-text-field__suffix {
25228
- align-items: center;
25229
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25230
- cursor: default;
25231
- display: flex;
25232
- opacity: 0;
25233
- transition: inherit;
25234
- white-space: nowrap;
25235
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25236
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25237
- padding-bottom: var(--v-field-padding-bottom, 6px);
25238
- }
25239
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25240
- opacity: 1;
25241
- }
25242
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25243
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25244
- }
25245
- .v-text-field__prefix {
25246
- padding-inline-start: var(--v-field-padding-start);
25247
- }
25248
- .v-text-field__suffix {
25249
- padding-inline-end: var(--v-field-padding-end);
25250
- }
25251
-
25252
- /* endregion */.v-textarea .v-field {
25253
- --v-textarea-control-height: var(--v-input-control-height);
25254
- }
25255
- .v-textarea .v-field__field {
25256
- --v-input-control-height: var(--v-textarea-control-height);
25257
- }
25258
- .v-textarea .v-field__input {
25259
- flex: 1 1 auto;
25260
- outline: none;
25261
- -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));
25262
- 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));
25263
- }
25264
- .v-textarea .v-field__input.v-textarea__sizer {
25265
- visibility: hidden;
25266
- position: absolute;
25267
- top: 0;
25268
- left: 0;
25269
- height: 0 !important;
25270
- min-height: 0 !important;
25271
- pointer-events: none;
25272
- }
25273
- .v-textarea--no-resize .v-field__input {
25274
- resize: none;
25275
- }
25276
- .v-textarea .v-field--no-label textarea,
25277
- .v-textarea .v-field--active textarea {
25278
- opacity: 1;
25279
- }
25280
- .v-textarea textarea {
25281
- opacity: 0;
25282
- flex: 1;
25283
- min-width: 0;
25284
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25312
+ .v-system-bar--rounded {
25313
+ border-radius: 0;
25285
25314
  }
25286
- .v-textarea textarea:focus, .v-textarea textarea:active {
25287
- outline: none;
25315
+ .v-system-bar--window {
25316
+ height: 32px;
25288
25317
  }
25289
- .v-textarea textarea:invalid {
25290
- box-shadow: none;
25318
+ .v-system-bar:not(.v-system-bar--absolute) {
25319
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25291
25320
  }.v-table {
25292
25321
  font-size: 0.875rem;
25293
25322
  transition-duration: 0.28s;
@@ -25430,154 +25459,117 @@ html.v-overlay-scroll-blocked {
25430
25459
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25431
25460
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25432
25461
  border-top: 0px !important;
25433
- }.v-theme-provider {
25434
- background: rgb(var(--v-theme-background));
25435
- color: rgb(var(--v-theme-on-background));
25436
- }.v-toolbar {
25437
- align-items: flex-start;
25438
- display: flex;
25439
- flex: none;
25440
- flex-direction: column;
25441
- justify-content: space-between;
25442
- max-width: 100%;
25443
- position: relative;
25444
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25445
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25446
- width: 100%;
25462
+ }.v-textarea .v-field {
25463
+ --v-textarea-control-height: var(--v-input-control-height);
25447
25464
  }
25448
- .v-toolbar {
25449
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25450
- border-style: solid;
25451
- border-width: 0;
25465
+ .v-textarea .v-field__field {
25466
+ --v-input-control-height: var(--v-textarea-control-height);
25452
25467
  }
25453
- .v-toolbar--border {
25454
- border-width: thin;
25455
- box-shadow: none;
25468
+ .v-textarea .v-field__input {
25469
+ flex: 1 1 auto;
25470
+ outline: none;
25471
+ -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));
25472
+ 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));
25456
25473
  }
25457
- .v-toolbar {
25458
- 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));
25474
+ .v-textarea .v-field__input.v-textarea__sizer {
25475
+ visibility: hidden;
25476
+ position: absolute;
25477
+ top: 0;
25478
+ left: 0;
25479
+ height: 0 !important;
25480
+ min-height: 0 !important;
25481
+ pointer-events: none;
25459
25482
  }
25460
- .v-toolbar {
25461
- border-radius: 0;
25483
+ .v-textarea--no-resize .v-field__input {
25484
+ resize: none;
25462
25485
  }
25463
- .v-toolbar {
25464
- background: rgb(var(--v-theme-surface-light));
25465
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25486
+ .v-textarea .v-field--no-label textarea,
25487
+ .v-textarea .v-field--active textarea {
25488
+ opacity: 1;
25466
25489
  }
25467
- .v-toolbar--absolute {
25468
- position: absolute;
25490
+ .v-textarea textarea {
25491
+ opacity: 0;
25492
+ flex: 1;
25493
+ min-width: 0;
25494
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25469
25495
  }
25470
- .v-toolbar--collapse {
25471
- max-width: 112px;
25472
- overflow: hidden;
25473
- border-end-end-radius: 24px;
25496
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25497
+ outline: none;
25474
25498
  }
25475
- .v-toolbar--collapse .v-toolbar-title {
25476
- display: none;
25499
+ .v-textarea textarea:invalid {
25500
+ box-shadow: none;
25501
+ }/* region BLOCK */
25502
+ .v-text-field input {
25503
+ color: inherit;
25504
+ opacity: 0;
25505
+ flex: 1;
25506
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25507
+ min-width: 0;
25477
25508
  }
25478
- .v-toolbar--flat {
25479
- 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));
25509
+ .v-text-field input:focus, .v-text-field input:active {
25510
+ outline: none;
25480
25511
  }
25481
- .v-toolbar--floating {
25482
- display: inline-flex;
25512
+ .v-text-field input:invalid {
25513
+ box-shadow: none;
25483
25514
  }
25484
- .v-toolbar--rounded {
25485
- border-radius: 4px;
25515
+ .v-text-field .v-field {
25516
+ cursor: text;
25486
25517
  }
25487
-
25488
- .v-toolbar__content,
25489
- .v-toolbar__extension {
25490
- align-items: center;
25491
- display: flex;
25492
- flex: 0 0 auto;
25493
- position: relative;
25494
- transition: inherit;
25495
- width: 100%;
25518
+ .v-text-field--prefixed.v-text-field .v-field__input {
25519
+ --v-field-padding-start: 6px;
25496
25520
  }
25497
25521
 
25498
- .v-toolbar__content {
25499
- overflow: hidden;
25500
- }
25501
- .v-toolbar__content > .v-btn:first-child {
25502
- margin-inline-start: 4px;
25503
- }
25504
- .v-toolbar__content > .v-btn:last-child {
25505
- margin-inline-end: 4px;
25522
+ .v-text-field--suffixed.v-text-field .v-field__input {
25523
+ --v-field-padding-end: 0;
25506
25524
  }
25507
- .v-toolbar__content > .v-toolbar-title {
25508
- margin-inline-start: 20px;
25525
+
25526
+ .v-text-field .v-input__details {
25527
+ padding-inline: 16px;
25509
25528
  }
25510
- .v-toolbar--density-prominent .v-toolbar__content {
25511
- align-items: flex-start;
25529
+ .v-input--plain-underlined.v-text-field .v-input__details {
25530
+ padding-inline: 0;
25512
25531
  }
25513
25532
 
25514
- .v-toolbar__image {
25515
- display: flex;
25516
- opacity: var(--v-toolbar-image-opacity, 1);
25517
- transition-property: opacity;
25533
+ .v-text-field .v-field--no-label input,
25534
+ .v-text-field .v-field--active input {
25535
+ opacity: 1;
25518
25536
  }
25519
- .v-toolbar__image {
25520
- position: absolute;
25521
- top: 0;
25522
- left: 0;
25523
- width: 100%;
25524
- height: 100%;
25537
+ .v-text-field .v-field--single-line input {
25538
+ transition: none;
25525
25539
  }
25526
25540
 
25527
- .v-toolbar__prepend,
25528
- .v-toolbar__append {
25541
+ /* endregion */
25542
+ /* region ELEMENTS */
25543
+ .v-text-field__prefix, .v-text-field__suffix {
25529
25544
  align-items: center;
25530
- align-self: stretch;
25545
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25546
+ cursor: default;
25531
25547
  display: flex;
25548
+ opacity: 0;
25549
+ transition: inherit;
25550
+ white-space: nowrap;
25551
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25552
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25553
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25532
25554
  }
25533
-
25534
- .v-toolbar__prepend {
25535
- margin-inline: 4px auto;
25555
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25556
+ opacity: 1;
25536
25557
  }
25537
-
25538
- .v-toolbar__append {
25539
- margin-inline: auto 4px;
25558
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25559
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25540
25560
  }
25541
-
25542
- .v-toolbar-title {
25543
- flex: 1 1;
25544
- font-size: 1.25rem;
25545
- min-width: 0;
25561
+ .v-text-field__prefix {
25562
+ padding-inline-start: var(--v-field-padding-start);
25546
25563
  }
25547
- .v-toolbar-title {
25548
- font-size: 1.25rem;
25549
- font-weight: 400;
25550
- letter-spacing: 0;
25551
- line-height: 1.75rem;
25552
- text-transform: none;
25564
+ .v-text-field__suffix {
25565
+ padding-inline-end: var(--v-field-padding-end);
25553
25566
  }
25554
- .v-toolbar--density-prominent .v-toolbar-title {
25555
- align-self: flex-end;
25556
- padding-bottom: 6px;
25557
- }
25558
- .v-toolbar--density-prominent .v-toolbar-title {
25559
- font-size: 1.5rem;
25560
- font-weight: 400;
25561
- letter-spacing: 0;
25562
- line-height: 2.25rem;
25563
- text-transform: none;
25564
- }
25565
-
25566
- .v-toolbar-title__placeholder {
25567
- overflow: hidden;
25568
- text-overflow: ellipsis;
25569
- white-space: nowrap;
25570
- }
25571
-
25572
- .v-toolbar-items {
25573
- display: flex;
25574
- height: inherit;
25575
- align-self: stretch;
25576
- }
25577
- .v-toolbar-items > .v-btn {
25578
- border-radius: 0;
25579
- }.v-timeline .v-timeline-divider__dot {
25580
- background: rgb(var(--v-theme-surface-light));
25567
+
25568
+ /* endregion */.v-theme-provider {
25569
+ background: rgb(var(--v-theme-background));
25570
+ color: rgb(var(--v-theme-on-background));
25571
+ }.v-timeline .v-timeline-divider__dot {
25572
+ background: rgb(var(--v-theme-surface-light));
25581
25573
  }
25582
25574
  .v-timeline .v-timeline-divider__inner-dot {
25583
25575
  background: rgb(var(--v-theme-on-surface));
@@ -25994,6 +25986,149 @@ html.v-overlay-scroll-blocked {
25994
25986
 
25995
25987
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25996
25988
  padding-inline-end: 0;
25989
+ }.v-toolbar {
25990
+ align-items: flex-start;
25991
+ display: flex;
25992
+ flex: none;
25993
+ flex-direction: column;
25994
+ justify-content: space-between;
25995
+ max-width: 100%;
25996
+ position: relative;
25997
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25998
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25999
+ width: 100%;
26000
+ }
26001
+ .v-toolbar {
26002
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26003
+ border-style: solid;
26004
+ border-width: 0;
26005
+ }
26006
+ .v-toolbar--border {
26007
+ border-width: thin;
26008
+ box-shadow: none;
26009
+ }
26010
+ .v-toolbar {
26011
+ 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));
26012
+ }
26013
+ .v-toolbar {
26014
+ border-radius: 0;
26015
+ }
26016
+ .v-toolbar {
26017
+ background: rgb(var(--v-theme-surface-light));
26018
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26019
+ }
26020
+ .v-toolbar--absolute {
26021
+ position: absolute;
26022
+ }
26023
+ .v-toolbar--collapse {
26024
+ max-width: 112px;
26025
+ overflow: hidden;
26026
+ border-end-end-radius: 24px;
26027
+ }
26028
+ .v-toolbar--collapse .v-toolbar-title {
26029
+ display: none;
26030
+ }
26031
+ .v-toolbar--flat {
26032
+ 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));
26033
+ }
26034
+ .v-toolbar--floating {
26035
+ display: inline-flex;
26036
+ }
26037
+ .v-toolbar--rounded {
26038
+ border-radius: 4px;
26039
+ }
26040
+
26041
+ .v-toolbar__content,
26042
+ .v-toolbar__extension {
26043
+ align-items: center;
26044
+ display: flex;
26045
+ flex: 0 0 auto;
26046
+ position: relative;
26047
+ transition: inherit;
26048
+ width: 100%;
26049
+ }
26050
+
26051
+ .v-toolbar__content {
26052
+ overflow: hidden;
26053
+ }
26054
+ .v-toolbar__content > .v-btn:first-child {
26055
+ margin-inline-start: 4px;
26056
+ }
26057
+ .v-toolbar__content > .v-btn:last-child {
26058
+ margin-inline-end: 4px;
26059
+ }
26060
+ .v-toolbar__content > .v-toolbar-title {
26061
+ margin-inline-start: 20px;
26062
+ }
26063
+ .v-toolbar--density-prominent .v-toolbar__content {
26064
+ align-items: flex-start;
26065
+ }
26066
+
26067
+ .v-toolbar__image {
26068
+ display: flex;
26069
+ opacity: var(--v-toolbar-image-opacity, 1);
26070
+ transition-property: opacity;
26071
+ }
26072
+ .v-toolbar__image {
26073
+ position: absolute;
26074
+ top: 0;
26075
+ left: 0;
26076
+ width: 100%;
26077
+ height: 100%;
26078
+ }
26079
+
26080
+ .v-toolbar__prepend,
26081
+ .v-toolbar__append {
26082
+ align-items: center;
26083
+ align-self: stretch;
26084
+ display: flex;
26085
+ }
26086
+
26087
+ .v-toolbar__prepend {
26088
+ margin-inline: 4px auto;
26089
+ }
26090
+
26091
+ .v-toolbar__append {
26092
+ margin-inline: auto 4px;
26093
+ }
26094
+
26095
+ .v-toolbar-title {
26096
+ flex: 1 1;
26097
+ font-size: 1.25rem;
26098
+ min-width: 0;
26099
+ }
26100
+ .v-toolbar-title {
26101
+ font-size: 1.25rem;
26102
+ font-weight: 400;
26103
+ letter-spacing: 0;
26104
+ line-height: 1.75rem;
26105
+ text-transform: none;
26106
+ }
26107
+ .v-toolbar--density-prominent .v-toolbar-title {
26108
+ align-self: flex-end;
26109
+ padding-bottom: 6px;
26110
+ }
26111
+ .v-toolbar--density-prominent .v-toolbar-title {
26112
+ font-size: 1.5rem;
26113
+ font-weight: 400;
26114
+ letter-spacing: 0;
26115
+ line-height: 2.25rem;
26116
+ text-transform: none;
26117
+ }
26118
+
26119
+ .v-toolbar-title__placeholder {
26120
+ overflow: hidden;
26121
+ text-overflow: ellipsis;
26122
+ white-space: nowrap;
26123
+ }
26124
+
26125
+ .v-toolbar-items {
26126
+ display: flex;
26127
+ height: inherit;
26128
+ align-self: stretch;
26129
+ }
26130
+ .v-toolbar-items > .v-btn {
26131
+ border-radius: 0;
25997
26132
  }.v-tooltip > .v-overlay__content {
25998
26133
  background: rgb(var(--v-theme-surface-variant));
25999
26134
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26016,6 +26151,15 @@ html.v-overlay-scroll-blocked {
26016
26151
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26017
26152
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26018
26153
  transition-duration: 75ms;
26154
+ }.v-virtual-scroll {
26155
+ display: block;
26156
+ flex: 1 1 auto;
26157
+ max-width: 100%;
26158
+ overflow: auto;
26159
+ position: relative;
26160
+ }
26161
+ .v-virtual-scroll__container {
26162
+ display: block;
26019
26163
  }.v-window {
26020
26164
  overflow: hidden;
26021
26165
  }
@@ -26086,212 +26230,11 @@ html.v-overlay-scroll-blocked {
26086
26230
  }
26087
26231
  .v-window-y-reverse-transition-leave-to {
26088
26232
  transform: translateY(100%);
26089
- }.v-virtual-scroll {
26090
- display: block;
26091
- flex: 1 1 auto;
26092
- max-width: 100%;
26093
- overflow: auto;
26094
- position: relative;
26095
- }
26096
- .v-virtual-scroll__container {
26097
- display: block;
26098
- }.v-snackbar {
26099
- justify-content: center;
26100
- z-index: 10000;
26101
- margin: 8px;
26102
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
26103
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
26104
- }
26105
- .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
26106
- align-items: flex-end;
26107
- }
26108
- .v-snackbar__wrapper {
26109
- align-items: center;
26110
- display: flex;
26111
- max-width: 672px;
26112
- min-height: 48px;
26113
- min-width: 344px;
26114
- overflow: hidden;
26115
- padding: 0;
26116
- }
26117
- .v-snackbar__wrapper {
26118
- border-radius: 4px;
26119
- }
26120
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
26121
- background: transparent;
26122
- color: inherit;
26123
- }
26124
- .v-snackbar--variant-plain {
26125
- opacity: 0.62;
26126
- }
26127
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
26128
- opacity: 1;
26129
- }
26130
- .v-snackbar--variant-plain .v-snackbar__overlay {
26131
- display: none;
26132
- }
26133
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
26134
- background: rgb(var(--v-theme-surface-variant));
26135
- color: rgb(var(--v-theme-on-surface-variant));
26136
- }
26137
- .v-snackbar--variant-elevated {
26138
- 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));
26139
- }
26140
- .v-snackbar--variant-flat {
26141
- 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));
26142
- }
26143
- .v-snackbar--variant-outlined {
26144
- border: thin solid currentColor;
26145
- }
26146
- .v-snackbar--variant-text .v-snackbar__overlay {
26147
- background: currentColor;
26148
- }
26149
- .v-snackbar--variant-tonal .v-snackbar__underlay {
26150
- background: currentColor;
26151
- opacity: var(--v-activated-opacity);
26152
- border-radius: inherit;
26153
- top: 0;
26154
- right: 0;
26155
- bottom: 0;
26156
- left: 0;
26157
- pointer-events: none;
26158
- }
26159
- .v-snackbar .v-snackbar__underlay {
26160
- position: absolute;
26161
- }
26162
-
26163
- .v-snackbar__content {
26164
- flex-grow: 1;
26165
- font-size: 0.875rem;
26166
- font-weight: 400;
26167
- letter-spacing: 0.0178571429em;
26168
- line-height: 1.425;
26169
- margin-right: auto;
26170
- padding: 14px 16px;
26171
- text-align: initial;
26172
- }
26173
- .v-snackbar__actions {
26174
- align-items: center;
26175
- align-self: center;
26176
- display: flex;
26177
- margin-inline-end: 8px;
26178
- }
26179
- .v-snackbar__actions > .v-btn {
26180
- padding: 0 8px;
26181
- min-width: auto;
26182
- }
26183
- .v-snackbar__timer {
26184
- width: 100%;
26185
- position: absolute;
26186
- top: 0;
26187
- }
26188
- .v-snackbar__timer .v-progress-linear {
26189
- transition: 0.2s linear;
26190
- }
26191
- .v-snackbar--absolute {
26192
- position: absolute;
26193
- z-index: 1;
26194
- }
26195
- .v-snackbar--multi-line .v-snackbar__wrapper {
26196
- min-height: 68px;
26197
- }
26198
- .v-snackbar--vertical .v-snackbar__wrapper {
26199
- flex-direction: column;
26200
- }
26201
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
26202
- align-self: flex-end;
26203
- margin-bottom: 8px;
26204
- }
26205
- .v-snackbar--center {
26206
- align-items: center;
26207
- justify-content: center;
26208
- }
26209
- .v-snackbar--top {
26210
- align-items: flex-start;
26211
- }
26212
- .v-snackbar--bottom {
26213
- align-items: flex-end;
26214
- }
26215
- .v-snackbar--left, .v-snackbar--start {
26216
- justify-content: flex-start;
26217
- }
26218
- .v-snackbar--right, .v-snackbar--end {
26219
- justify-content: flex-end;
26220
- }
26221
-
26222
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
26223
- transition-duration: 0.15s;
26224
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26225
- }
26226
- .v-snackbar-transition-enter-active {
26227
- transition-property: opacity, transform;
26228
- }
26229
- .v-snackbar-transition-enter-from {
26230
- opacity: 0;
26231
- transform: scale(0.8);
26232
- }
26233
- .v-snackbar-transition-leave-active {
26234
- transition-property: opacity;
26235
- }
26236
- .v-snackbar-transition-leave-to {
26237
- opacity: 0;
26238
- }.v-color-picker-canvas {
26239
- display: flex;
26240
- position: relative;
26241
- overflow: hidden;
26242
- contain: content;
26243
- touch-action: none;
26244
- }
26245
- .v-color-picker-canvas__dot {
26246
- position: absolute;
26247
- top: 0;
26248
- left: 0;
26249
- width: 15px;
26250
- height: 15px;
26251
- background: transparent;
26252
- border-radius: 50%;
26253
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26254
- }
26255
- .v-color-picker-canvas__dot--disabled {
26256
- 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);
26257
- }
26258
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26259
- will-change: transform;
26260
- }.v-color-picker-swatches {
26261
- overflow-y: auto;
26262
- }
26263
- .v-color-picker-swatches > div {
26264
- display: flex;
26265
- flex-wrap: wrap;
26266
- justify-content: center;
26267
- padding: 8px;
26268
- }
26269
-
26270
- .v-color-picker-swatches__swatch {
26271
- display: flex;
26272
- flex-direction: column;
26273
- margin-bottom: 10px;
26274
- }
26275
-
26276
- .v-color-picker-swatches__color {
26277
- position: relative;
26278
- height: 18px;
26279
- max-height: 18px;
26280
- width: 45px;
26281
- margin: 2px 4px;
26282
- border-radius: 2px;
26283
- -webkit-user-select: none;
26284
- user-select: none;
26285
- overflow: hidden;
26286
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26287
- cursor: pointer;
26288
- }
26289
- .v-color-picker-swatches__color > div {
26290
- display: flex;
26291
- align-items: center;
26292
- justify-content: center;
26293
- width: 100%;
26294
- height: 100%;
26233
+ }.v-counter {
26234
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26235
+ flex: 0 1 auto;
26236
+ font-size: 12px;
26237
+ transition-duration: 150ms;
26295
26238
  }.v-color-picker-preview__alpha .v-slider-track__background {
26296
26239
  background-color: transparent !important;
26297
26240
  }
@@ -26390,6 +26333,63 @@ html.v-overlay-scroll-blocked {
26390
26333
  }
26391
26334
  .v-color-picker-edit__input span {
26392
26335
  font-size: 0.75rem;
26336
+ }.v-color-picker-canvas {
26337
+ display: flex;
26338
+ position: relative;
26339
+ overflow: hidden;
26340
+ contain: content;
26341
+ touch-action: none;
26342
+ }
26343
+ .v-color-picker-canvas__dot {
26344
+ position: absolute;
26345
+ top: 0;
26346
+ left: 0;
26347
+ width: 15px;
26348
+ height: 15px;
26349
+ background: transparent;
26350
+ border-radius: 50%;
26351
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26352
+ }
26353
+ .v-color-picker-canvas__dot--disabled {
26354
+ 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);
26355
+ }
26356
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26357
+ will-change: transform;
26358
+ }.v-color-picker-swatches {
26359
+ overflow-y: auto;
26360
+ }
26361
+ .v-color-picker-swatches > div {
26362
+ display: flex;
26363
+ flex-wrap: wrap;
26364
+ justify-content: center;
26365
+ padding: 8px;
26366
+ }
26367
+
26368
+ .v-color-picker-swatches__swatch {
26369
+ display: flex;
26370
+ flex-direction: column;
26371
+ margin-bottom: 10px;
26372
+ }
26373
+
26374
+ .v-color-picker-swatches__color {
26375
+ position: relative;
26376
+ height: 18px;
26377
+ max-height: 18px;
26378
+ width: 45px;
26379
+ margin: 2px 4px;
26380
+ border-radius: 2px;
26381
+ -webkit-user-select: none;
26382
+ user-select: none;
26383
+ overflow: hidden;
26384
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26385
+ cursor: pointer;
26386
+ }
26387
+ .v-color-picker-swatches__color > div {
26388
+ display: flex;
26389
+ align-items: center;
26390
+ justify-content: center;
26391
+ width: 100%;
26392
+ height: 100%;
26393
26393
  }.v-picker.v-sheet {
26394
26394
  display: grid;
26395
26395
  grid-auto-rows: min-content;