@vuetify/nightly 3.7.1-dev.2024-08-28 → 3.7.1-master.2024-08-29

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.1-dev.2024-08-28
2
+ * Vuetify v3.7.1-master.2024-08-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18006,91 +18006,6 @@ html.overflow-y-hidden {
18006
18006
  }
18007
18007
  .v-app-bar:not(.v-toolbar--absolute) {
18008
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);
18094
18009
  }.v-alert {
18095
18010
  display: grid;
18096
18011
  flex: 1 1;
@@ -18307,6 +18222,91 @@ html.overflow-y-hidden {
18307
18222
  text-transform: none;
18308
18223
  word-break: normal;
18309
18224
  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;
@@ -18652,6 +18652,40 @@ html.overflow-y-hidden {
18652
18652
  }
18653
18653
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18654
18654
  align-self: flex-start;
18655
+ }.bottom-sheet-transition-enter-from {
18656
+ transform: translateY(100%);
18657
+ }
18658
+ .bottom-sheet-transition-leave-to {
18659
+ transform: translateY(100%);
18660
+ }
18661
+
18662
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18663
+ align-self: flex-end;
18664
+ border-radius: 0;
18665
+ flex: 0 1 auto;
18666
+ left: 0;
18667
+ right: 0;
18668
+ margin-inline: 0;
18669
+ margin-bottom: 0;
18670
+ transition-duration: 0.2s;
18671
+ width: 100%;
18672
+ max-width: 100%;
18673
+ overflow: visible;
18674
+ }
18675
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18676
+ 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));
18677
+ }
18678
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18679
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18680
+ border-radius: 0;
18681
+ }
18682
+ .v-bottom-sheet.v-bottom-sheet--inset {
18683
+ max-width: none;
18684
+ }
18685
+ @media (min-width: 600px) {
18686
+ .v-bottom-sheet.v-bottom-sheet--inset {
18687
+ max-width: 70%;
18688
+ }
18655
18689
  }.v-bottom-navigation {
18656
18690
  display: flex;
18657
18691
  max-width: 100%;
@@ -18715,40 +18749,6 @@ html.overflow-y-hidden {
18715
18749
  }
18716
18750
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
18751
  transform: translateY(0.5rem);
18718
- }.bottom-sheet-transition-enter-from {
18719
- transform: translateY(100%);
18720
- }
18721
- .bottom-sheet-transition-leave-to {
18722
- transform: translateY(100%);
18723
- }
18724
-
18725
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18726
- align-self: flex-end;
18727
- border-radius: 0;
18728
- flex: 0 1 auto;
18729
- left: 0;
18730
- right: 0;
18731
- margin-inline: 0;
18732
- margin-bottom: 0;
18733
- transition-duration: 0.2s;
18734
- width: 100%;
18735
- max-width: 100%;
18736
- overflow: visible;
18737
- }
18738
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18739
- 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));
18740
- }
18741
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18742
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18743
- border-radius: 0;
18744
- }
18745
- .v-bottom-sheet.v-bottom-sheet--inset {
18746
- max-width: none;
18747
- }
18748
- @media (min-width: 600px) {
18749
- .v-bottom-sheet.v-bottom-sheet--inset {
18750
- max-width: 70%;
18751
- }
18752
18752
  }.v-breadcrumbs {
18753
18753
  display: flex;
18754
18754
  align-items: center;
@@ -19307,82 +19307,17 @@ html.overflow-y-hidden {
19307
19307
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19308
19308
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19309
19309
  }
19310
- }.v-carousel {
19310
+ }.v-card {
19311
+ display: block;
19311
19312
  overflow: hidden;
19313
+ overflow-wrap: break-word;
19312
19314
  position: relative;
19313
- width: 100%;
19314
- }
19315
- .v-carousel__controls {
19316
- align-items: center;
19317
- bottom: 0;
19318
- display: flex;
19319
- height: 50px;
19320
- justify-content: center;
19321
- list-style-type: none;
19322
- position: absolute;
19323
- width: 100%;
19324
- z-index: 1;
19325
- }
19326
- .v-carousel__controls {
19327
- background: rgba(var(--v-theme-surface-variant), 0.3);
19328
- color: rgb(var(--v-theme-on-surface-variant));
19329
- }
19330
- .v-carousel__controls > .v-item-group {
19331
- flex: 0 1 auto;
19332
- }
19333
- .v-carousel__controls__item {
19334
- margin: 0 8px;
19335
- }
19336
- .v-carousel__controls__item .v-icon {
19337
- opacity: 0.5;
19338
- }
19339
- .v-carousel__controls__item--active .v-icon {
19340
- opacity: 1;
19341
- vertical-align: middle;
19342
- }
19343
- .v-carousel__controls__item:hover {
19344
- background: none;
19345
- }
19346
- .v-carousel__controls__item:hover .v-icon {
19347
- opacity: 0.8;
19348
- }
19349
-
19350
- .v-carousel__progress {
19351
- margin: 0;
19352
- position: absolute;
19353
- bottom: 0;
19354
- left: 0;
19355
- right: 0;
19356
- }
19357
-
19358
- .v-carousel-item {
19359
- display: block;
19360
- height: inherit;
19361
- text-decoration: none;
19362
- }
19363
- .v-carousel-item > .v-img {
19364
- height: inherit;
19365
- }
19366
-
19367
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19368
- background: transparent;
19369
- }
19370
-
19371
- .v-carousel--vertical-delimiters .v-carousel__controls {
19372
- flex-direction: column;
19373
- height: 100% !important;
19374
- width: 50px;
19375
- }.v-card {
19376
- display: block;
19377
- overflow: hidden;
19378
- overflow-wrap: break-word;
19379
- position: relative;
19380
- padding: 0;
19381
- text-decoration: none;
19382
- transition-duration: 0.28s;
19383
- transition-property: box-shadow, opacity, background;
19384
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19385
- z-index: 0;
19315
+ padding: 0;
19316
+ text-decoration: none;
19317
+ transition-duration: 0.28s;
19318
+ transition-property: box-shadow, opacity, background;
19319
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19320
+ z-index: 0;
19386
19321
  }
19387
19322
  .v-card {
19388
19323
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -19685,6 +19620,71 @@ html.overflow-y-hidden {
19685
19620
  }
19686
19621
  .v-checkbox .v-selection-control {
19687
19622
  min-height: var(--v-input-control-height);
19623
+ }.v-carousel {
19624
+ overflow: hidden;
19625
+ position: relative;
19626
+ width: 100%;
19627
+ }
19628
+ .v-carousel__controls {
19629
+ align-items: center;
19630
+ bottom: 0;
19631
+ display: flex;
19632
+ height: 50px;
19633
+ justify-content: center;
19634
+ list-style-type: none;
19635
+ position: absolute;
19636
+ width: 100%;
19637
+ z-index: 1;
19638
+ }
19639
+ .v-carousel__controls {
19640
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19641
+ color: rgb(var(--v-theme-on-surface-variant));
19642
+ }
19643
+ .v-carousel__controls > .v-item-group {
19644
+ flex: 0 1 auto;
19645
+ }
19646
+ .v-carousel__controls__item {
19647
+ margin: 0 8px;
19648
+ }
19649
+ .v-carousel__controls__item .v-icon {
19650
+ opacity: 0.5;
19651
+ }
19652
+ .v-carousel__controls__item--active .v-icon {
19653
+ opacity: 1;
19654
+ vertical-align: middle;
19655
+ }
19656
+ .v-carousel__controls__item:hover {
19657
+ background: none;
19658
+ }
19659
+ .v-carousel__controls__item:hover .v-icon {
19660
+ opacity: 0.8;
19661
+ }
19662
+
19663
+ .v-carousel__progress {
19664
+ margin: 0;
19665
+ position: absolute;
19666
+ bottom: 0;
19667
+ left: 0;
19668
+ right: 0;
19669
+ }
19670
+
19671
+ .v-carousel-item {
19672
+ display: block;
19673
+ height: inherit;
19674
+ text-decoration: none;
19675
+ }
19676
+ .v-carousel-item > .v-img {
19677
+ height: inherit;
19678
+ }
19679
+
19680
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19681
+ background: transparent;
19682
+ }
19683
+
19684
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19685
+ flex-direction: column;
19686
+ height: 100% !important;
19687
+ width: 50px;
19688
19688
  }.v-chip {
19689
19689
  align-items: center;
19690
19690
  display: inline-flex;
@@ -20121,28 +20121,6 @@ html.overflow-y-hidden {
20121
20121
  white-space: normal;
20122
20122
  flex-wrap: wrap;
20123
20123
  max-width: 100%;
20124
- }.v-color-picker {
20125
- align-self: flex-start;
20126
- contain: content;
20127
- }
20128
- .v-color-picker.v-sheet {
20129
- 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));
20130
- }
20131
- .v-color-picker.v-sheet {
20132
- border-radius: 4px;
20133
- }
20134
-
20135
- .v-color-picker__controls {
20136
- display: flex;
20137
- flex-direction: column;
20138
- padding: 16px;
20139
- }
20140
-
20141
- .v-color-picker--flat {
20142
- 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));
20143
- }
20144
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20145
- 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));
20146
20124
  }.v-combobox .v-field .v-text-field__prefix,
20147
20125
  .v-combobox .v-field .v-text-field__suffix,
20148
20126
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -20228,6 +20206,28 @@ html.overflow-y-hidden {
20228
20206
  .v-combobox--active-menu .v-combobox__menu-icon {
20229
20207
  opacity: var(--v-high-emphasis-opacity);
20230
20208
  transform: rotate(180deg);
20209
+ }.v-color-picker {
20210
+ align-self: flex-start;
20211
+ contain: content;
20212
+ }
20213
+ .v-color-picker.v-sheet {
20214
+ 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));
20215
+ }
20216
+ .v-color-picker.v-sheet {
20217
+ border-radius: 4px;
20218
+ }
20219
+
20220
+ .v-color-picker__controls {
20221
+ display: flex;
20222
+ flex-direction: column;
20223
+ padding: 16px;
20224
+ }
20225
+
20226
+ .v-color-picker--flat {
20227
+ 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));
20228
+ }
20229
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20230
+ 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));
20231
20231
  }.v-counter {
20232
20232
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20233
20233
  flex: 0 1 auto;
@@ -20662,6 +20662,58 @@ html.overflow-y-hidden {
20662
20662
  }
20663
20663
  .v-date-picker-years__content .v-btn {
20664
20664
  padding-inline: 8px;
20665
+ }.v-divider {
20666
+ display: block;
20667
+ flex: 1 1 100%;
20668
+ height: 0px;
20669
+ max-height: 0px;
20670
+ opacity: var(--v-border-opacity);
20671
+ transition: inherit;
20672
+ }
20673
+ .v-divider {
20674
+ border-style: solid;
20675
+ border-width: thin 0 0 0;
20676
+ }
20677
+ .v-divider--vertical {
20678
+ align-self: stretch;
20679
+ border-width: 0 thin 0 0;
20680
+ display: inline-flex;
20681
+ height: auto;
20682
+ margin-left: -1px;
20683
+ max-height: 100%;
20684
+ max-width: 0px;
20685
+ vertical-align: text-bottom;
20686
+ width: 0px;
20687
+ }
20688
+ .v-divider--inset:not(.v-divider--vertical) {
20689
+ max-width: calc(100% - 72px);
20690
+ margin-inline-start: 72px;
20691
+ }
20692
+ .v-divider--inset.v-divider--vertical {
20693
+ margin-bottom: 8px;
20694
+ margin-top: 8px;
20695
+ max-height: calc(100% - 16px);
20696
+ }
20697
+
20698
+ .v-divider__content {
20699
+ padding: 0 16px;
20700
+ text-wrap: nowrap;
20701
+ }
20702
+ .v-divider__wrapper--vertical .v-divider__content {
20703
+ padding: 4px 0;
20704
+ }
20705
+
20706
+ .v-divider__wrapper {
20707
+ display: flex;
20708
+ align-items: center;
20709
+ justify-content: center;
20710
+ }
20711
+ .v-divider__wrapper--vertical {
20712
+ flex-direction: column;
20713
+ height: 100%;
20714
+ }
20715
+ .v-divider__wrapper--vertical .v-divider {
20716
+ margin: 0 auto;
20665
20717
  }.v-dialog {
20666
20718
  align-items: center;
20667
20719
  justify-content: center;
@@ -20759,134 +20811,15 @@ html.overflow-y-hidden {
20759
20811
  -webkit-backface-visibility: hidden;
20760
20812
  backface-visibility: hidden;
20761
20813
  overflow-y: auto;
20762
- }.v-divider {
20763
- display: block;
20764
- flex: 1 1 100%;
20765
- height: 0px;
20766
- max-height: 0px;
20767
- opacity: var(--v-border-opacity);
20768
- transition: inherit;
20814
+ }.v-expansion-panel {
20815
+ background-color: rgb(var(--v-theme-surface));
20816
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20769
20817
  }
20770
- .v-divider {
20771
- border-style: solid;
20772
- border-width: thin 0 0 0;
20818
+ .v-expansion-panel:not(:first-child)::after {
20819
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20773
20820
  }
20774
- .v-divider--vertical {
20775
- align-self: stretch;
20776
- border-width: 0 thin 0 0;
20777
- display: inline-flex;
20778
- height: auto;
20779
- margin-left: -1px;
20780
- max-height: 100%;
20781
- max-width: 0px;
20782
- vertical-align: text-bottom;
20783
- width: 0px;
20784
- }
20785
- .v-divider--inset:not(.v-divider--vertical) {
20786
- max-width: calc(100% - 72px);
20787
- margin-inline-start: 72px;
20788
- }
20789
- .v-divider--inset.v-divider--vertical {
20790
- margin-bottom: 8px;
20791
- margin-top: 8px;
20792
- max-height: calc(100% - 16px);
20793
- }
20794
-
20795
- .v-divider__content {
20796
- padding: 0 16px;
20797
- text-wrap: nowrap;
20798
- }
20799
- .v-divider__wrapper--vertical .v-divider__content {
20800
- padding: 4px 0;
20801
- }
20802
-
20803
- .v-divider__wrapper {
20804
- display: flex;
20805
- align-items: center;
20806
- justify-content: center;
20807
- }
20808
- .v-divider__wrapper--vertical {
20809
- flex-direction: column;
20810
- height: 100%;
20811
- }
20812
- .v-divider__wrapper--vertical .v-divider {
20813
- margin: 0 auto;
20814
- }.v-empty-state {
20815
- align-items: center;
20816
- display: flex;
20817
- flex-direction: column;
20818
- justify-content: center;
20819
- min-height: 100%;
20820
- padding: 16px;
20821
- }
20822
- .v-empty-state--start {
20823
- align-items: flex-start;
20824
- }
20825
- .v-empty-state--center {
20826
- align-items: center;
20827
- }
20828
- .v-empty-state--end {
20829
- align-items: flex-end;
20830
- }
20831
-
20832
- .v-empty-state__media {
20833
- text-align: center;
20834
- width: 100%;
20835
- }
20836
- .v-empty-state__media .v-icon {
20837
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20838
- }
20839
-
20840
- .v-empty-state__headline {
20841
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20842
- font-size: 3.75rem;
20843
- font-weight: 300;
20844
- line-height: 1;
20845
- text-align: center;
20846
- margin-bottom: 8px;
20847
- }
20848
- .v-empty-state--mobile .v-empty-state__headline {
20849
- font-size: 2.125rem;
20850
- }
20851
-
20852
- .v-empty-state__title {
20853
- font-size: 1.25rem;
20854
- font-weight: 500;
20855
- line-height: 1.6;
20856
- margin-bottom: 4px;
20857
- text-align: center;
20858
- }
20859
-
20860
- .v-empty-state__text {
20861
- font-size: 0.875rem;
20862
- font-weight: 400;
20863
- line-height: 1.425;
20864
- padding: 0 16px;
20865
- text-align: center;
20866
- }
20867
-
20868
- .v-empty-state__content {
20869
- padding: 24px 0;
20870
- }
20871
-
20872
- .v-empty-state__actions {
20873
- display: flex;
20874
- gap: 8px;
20875
- padding: 16px;
20876
- }
20877
-
20878
- .v-empty-state__action-btn.v-btn {
20879
- background-color: initial;
20880
- color: initial;
20881
- }.v-expansion-panel {
20882
- background-color: rgb(var(--v-theme-surface));
20883
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20884
- }
20885
- .v-expansion-panel:not(:first-child)::after {
20886
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20887
- }
20888
- .v-expansion-panel--disabled .v-expansion-panel-title {
20889
- color: rgba(var(--v-theme-on-surface), 0.26);
20821
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20822
+ color: rgba(var(--v-theme-on-surface), 0.26);
20890
20823
  }
20891
20824
  .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20892
20825
  opacity: 0.4615384615;
@@ -21094,6 +21027,73 @@ html.overflow-y-hidden {
21094
21027
  }
21095
21028
  .v-expansion-panels--tile > .v-expansion-panel {
21096
21029
  border-radius: 0;
21030
+ }.v-empty-state {
21031
+ align-items: center;
21032
+ display: flex;
21033
+ flex-direction: column;
21034
+ justify-content: center;
21035
+ min-height: 100%;
21036
+ padding: 16px;
21037
+ }
21038
+ .v-empty-state--start {
21039
+ align-items: flex-start;
21040
+ }
21041
+ .v-empty-state--center {
21042
+ align-items: center;
21043
+ }
21044
+ .v-empty-state--end {
21045
+ align-items: flex-end;
21046
+ }
21047
+
21048
+ .v-empty-state__media {
21049
+ text-align: center;
21050
+ width: 100%;
21051
+ }
21052
+ .v-empty-state__media .v-icon {
21053
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21054
+ }
21055
+
21056
+ .v-empty-state__headline {
21057
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21058
+ font-size: 3.75rem;
21059
+ font-weight: 300;
21060
+ line-height: 1;
21061
+ text-align: center;
21062
+ margin-bottom: 8px;
21063
+ }
21064
+ .v-empty-state--mobile .v-empty-state__headline {
21065
+ font-size: 2.125rem;
21066
+ }
21067
+
21068
+ .v-empty-state__title {
21069
+ font-size: 1.25rem;
21070
+ font-weight: 500;
21071
+ line-height: 1.6;
21072
+ margin-bottom: 4px;
21073
+ text-align: center;
21074
+ }
21075
+
21076
+ .v-empty-state__text {
21077
+ font-size: 0.875rem;
21078
+ font-weight: 400;
21079
+ line-height: 1.425;
21080
+ padding: 0 16px;
21081
+ text-align: center;
21082
+ }
21083
+
21084
+ .v-empty-state__content {
21085
+ padding: 24px 0;
21086
+ }
21087
+
21088
+ .v-empty-state__actions {
21089
+ display: flex;
21090
+ gap: 8px;
21091
+ padding: 16px;
21092
+ }
21093
+
21094
+ .v-empty-state__action-btn.v-btn {
21095
+ background-color: initial;
21096
+ color: initial;
21097
21097
  }.v-fab {
21098
21098
  align-items: center;
21099
21099
  display: inline-flex;
@@ -22587,6 +22587,43 @@ textarea.v-field__input::placeholder {
22587
22587
 
22588
22588
  .v-img__gradient {
22589
22589
  background-repeat: no-repeat;
22590
+ }.v-infinite-scroll--horizontal {
22591
+ display: flex;
22592
+ flex-direction: row;
22593
+ overflow-x: auto;
22594
+ }
22595
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22596
+ height: 100%;
22597
+ width: var(--v-infinite-margin-size, 1px);
22598
+ }
22599
+
22600
+ .v-infinite-scroll--vertical {
22601
+ display: flex;
22602
+ flex-direction: column;
22603
+ overflow-y: auto;
22604
+ }
22605
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22606
+ height: 1px;
22607
+ width: 100%;
22608
+ }
22609
+
22610
+ .v-infinite-scroll-intersect {
22611
+ pointer-events: none;
22612
+ margin-top: var(--v-infinite-margin);
22613
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22614
+ }
22615
+ .v-infinite-scroll-intersect:nth-child(2) {
22616
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22617
+ }
22618
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22619
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22620
+ }
22621
+
22622
+ .v-infinite-scroll__side {
22623
+ align-items: center;
22624
+ display: flex;
22625
+ justify-content: center;
22626
+ padding: 8px;
22590
22627
  }.v-input {
22591
22628
  display: grid;
22592
22629
  flex: 1 1 auto;
@@ -22729,48 +22766,6 @@ textarea.v-field__input::placeholder {
22729
22766
 
22730
22767
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22731
22768
  padding-top: calc(var(--v-input-padding-top) + 0px);
22732
- }.v-infinite-scroll--horizontal {
22733
- display: flex;
22734
- flex-direction: row;
22735
- overflow-x: auto;
22736
- }
22737
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22738
- height: 100%;
22739
- width: var(--v-infinite-margin-size, 1px);
22740
- }
22741
-
22742
- .v-infinite-scroll--vertical {
22743
- display: flex;
22744
- flex-direction: column;
22745
- overflow-y: auto;
22746
- }
22747
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22748
- height: 1px;
22749
- width: 100%;
22750
- }
22751
-
22752
- .v-infinite-scroll-intersect {
22753
- pointer-events: none;
22754
- margin-top: var(--v-infinite-margin);
22755
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22756
- }
22757
- .v-infinite-scroll-intersect:nth-child(2) {
22758
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22759
- }
22760
- .v-infinite-scroll-intersect:nth-last-child(2) {
22761
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22762
- }
22763
-
22764
- .v-infinite-scroll__side {
22765
- align-items: center;
22766
- display: flex;
22767
- justify-content: center;
22768
- padding: 8px;
22769
- }.v-item-group {
22770
- flex: 0 1 auto;
22771
- max-width: 100%;
22772
- position: relative;
22773
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22774
22769
  }.v-label {
22775
22770
  align-items: center;
22776
22771
  color: inherit;
@@ -22786,13 +22781,11 @@ textarea.v-field__input::placeholder {
22786
22781
 
22787
22782
  .v-label--clickable {
22788
22783
  cursor: pointer;
22789
- }.v-layout-item {
22790
- position: absolute;
22784
+ }.v-item-group {
22785
+ flex: 0 1 auto;
22786
+ max-width: 100%;
22787
+ position: relative;
22791
22788
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22792
- }
22793
-
22794
- .v-layout-item--absolute {
22795
- position: absolute;
22796
22789
  }.v-layout {
22797
22790
  --v-scrollbar-offset: 0px;
22798
22791
  display: flex;
@@ -22801,6 +22794,122 @@ textarea.v-field__input::placeholder {
22801
22794
  .v-layout--full-height {
22802
22795
  --v-scrollbar-offset: inherit;
22803
22796
  height: 100%;
22797
+ }.v-layout-item {
22798
+ position: absolute;
22799
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22800
+ }
22801
+
22802
+ .v-layout-item--absolute {
22803
+ position: absolute;
22804
+ }.v-list {
22805
+ overflow: auto;
22806
+ padding: 8px 0;
22807
+ position: relative;
22808
+ outline: none;
22809
+ }
22810
+ .v-list {
22811
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22812
+ border-style: solid;
22813
+ border-width: 0;
22814
+ }
22815
+ .v-list--border {
22816
+ border-width: thin;
22817
+ box-shadow: none;
22818
+ }
22819
+ .v-list {
22820
+ 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));
22821
+ }
22822
+ .v-list {
22823
+ border-radius: 0;
22824
+ }
22825
+ .v-list {
22826
+ background: rgba(var(--v-theme-surface));
22827
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22828
+ }
22829
+ .v-list--disabled {
22830
+ pointer-events: none;
22831
+ -webkit-user-select: none;
22832
+ user-select: none;
22833
+ }
22834
+ .v-list--nav {
22835
+ padding-inline: 8px;
22836
+ }
22837
+ .v-list--rounded {
22838
+ border-radius: 4px;
22839
+ }
22840
+ .v-list--subheader {
22841
+ padding-top: 0;
22842
+ }
22843
+
22844
+ .v-list-img {
22845
+ border-radius: inherit;
22846
+ display: flex;
22847
+ height: 100%;
22848
+ left: 0;
22849
+ overflow: hidden;
22850
+ position: absolute;
22851
+ top: 0;
22852
+ width: 100%;
22853
+ z-index: -1;
22854
+ }
22855
+
22856
+ .v-list-subheader {
22857
+ align-items: center;
22858
+ background: inherit;
22859
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22860
+ display: flex;
22861
+ font-size: 0.875rem;
22862
+ font-weight: 400;
22863
+ line-height: 1.375rem;
22864
+ padding-inline-end: 16px;
22865
+ min-height: 40px;
22866
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22867
+ }
22868
+ .v-list-subheader__text {
22869
+ overflow: hidden;
22870
+ text-overflow: ellipsis;
22871
+ white-space: nowrap;
22872
+ }
22873
+ .v-list--density-default .v-list-subheader {
22874
+ min-height: 40px;
22875
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22876
+ }
22877
+
22878
+ .v-list--density-comfortable .v-list-subheader {
22879
+ min-height: 36px;
22880
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22881
+ }
22882
+
22883
+ .v-list--density-compact .v-list-subheader {
22884
+ min-height: 32px;
22885
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22886
+ }
22887
+
22888
+ .v-list-subheader--inset {
22889
+ --indent-padding: 56px;
22890
+ }
22891
+ .v-list--nav .v-list-subheader {
22892
+ font-size: 0.75rem;
22893
+ }
22894
+ .v-list-subheader--sticky {
22895
+ background: inherit;
22896
+ left: 0;
22897
+ position: sticky;
22898
+ top: 0;
22899
+ z-index: 1;
22900
+ }
22901
+
22902
+ .v-list__overlay {
22903
+ background-color: currentColor;
22904
+ border-radius: inherit;
22905
+ bottom: 0;
22906
+ left: 0;
22907
+ opacity: 0;
22908
+ pointer-events: none;
22909
+ position: absolute;
22910
+ right: 0;
22911
+ top: 0;
22912
+ transition: opacity 0.2s ease-in-out;
22804
22913
  }.v-list-item {
22805
22914
  align-items: center;
22806
22915
  display: grid;
@@ -23267,115 +23376,6 @@ textarea.v-field__input::placeholder {
23267
23376
  }
23268
23377
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23269
23378
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23270
- }.v-list {
23271
- overflow: auto;
23272
- padding: 8px 0;
23273
- position: relative;
23274
- outline: none;
23275
- }
23276
- .v-list {
23277
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23278
- border-style: solid;
23279
- border-width: 0;
23280
- }
23281
- .v-list--border {
23282
- border-width: thin;
23283
- box-shadow: none;
23284
- }
23285
- .v-list {
23286
- 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));
23287
- }
23288
- .v-list {
23289
- border-radius: 0;
23290
- }
23291
- .v-list {
23292
- background: rgba(var(--v-theme-surface));
23293
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23294
- }
23295
- .v-list--disabled {
23296
- pointer-events: none;
23297
- -webkit-user-select: none;
23298
- user-select: none;
23299
- }
23300
- .v-list--nav {
23301
- padding-inline: 8px;
23302
- }
23303
- .v-list--rounded {
23304
- border-radius: 4px;
23305
- }
23306
- .v-list--subheader {
23307
- padding-top: 0;
23308
- }
23309
-
23310
- .v-list-img {
23311
- border-radius: inherit;
23312
- display: flex;
23313
- height: 100%;
23314
- left: 0;
23315
- overflow: hidden;
23316
- position: absolute;
23317
- top: 0;
23318
- width: 100%;
23319
- z-index: -1;
23320
- }
23321
-
23322
- .v-list-subheader {
23323
- align-items: center;
23324
- background: inherit;
23325
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23326
- display: flex;
23327
- font-size: 0.875rem;
23328
- font-weight: 400;
23329
- line-height: 1.375rem;
23330
- padding-inline-end: 16px;
23331
- min-height: 40px;
23332
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
23333
- }
23334
- .v-list-subheader__text {
23335
- overflow: hidden;
23336
- text-overflow: ellipsis;
23337
- white-space: nowrap;
23338
- }
23339
- .v-list--density-default .v-list-subheader {
23340
- min-height: 40px;
23341
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23342
- }
23343
-
23344
- .v-list--density-comfortable .v-list-subheader {
23345
- min-height: 36px;
23346
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23347
- }
23348
-
23349
- .v-list--density-compact .v-list-subheader {
23350
- min-height: 32px;
23351
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23352
- }
23353
-
23354
- .v-list-subheader--inset {
23355
- --indent-padding: 56px;
23356
- }
23357
- .v-list--nav .v-list-subheader {
23358
- font-size: 0.75rem;
23359
- }
23360
- .v-list-subheader--sticky {
23361
- background: inherit;
23362
- left: 0;
23363
- position: sticky;
23364
- top: 0;
23365
- z-index: 1;
23366
- }
23367
-
23368
- .v-list__overlay {
23369
- background-color: currentColor;
23370
- border-radius: inherit;
23371
- bottom: 0;
23372
- left: 0;
23373
- opacity: 0;
23374
- pointer-events: none;
23375
- position: absolute;
23376
- right: 0;
23377
- top: 0;
23378
- transition: opacity 0.2s ease-in-out;
23379
23379
  }.v-main {
23380
23380
  flex: 1 0 auto;
23381
23381
  max-width: 100%;
@@ -23408,22 +23408,6 @@ textarea.v-field__input::placeholder {
23408
23408
  --v-layout-bottom: 0px;
23409
23409
  }.v-locale-provider {
23410
23410
  display: contents;
23411
- }.v-messages {
23412
- flex: 1 1 auto;
23413
- font-size: 12px;
23414
- min-height: 14px;
23415
- min-width: 1px;
23416
- opacity: var(--v-medium-emphasis-opacity);
23417
- position: relative;
23418
- }
23419
- .v-messages__message {
23420
- line-height: 12px;
23421
- word-break: break-word;
23422
- overflow-wrap: break-word;
23423
- word-wrap: break-word;
23424
- -webkit-hyphens: auto;
23425
- hyphens: auto;
23426
- transition-duration: 150ms;
23427
23411
  }.v-menu > .v-overlay__content {
23428
23412
  display: flex;
23429
23413
  flex-direction: column;
@@ -23443,18 +23427,34 @@ textarea.v-field__input::placeholder {
23443
23427
  .v-menu > .v-overlay__content > .v-sheet,
23444
23428
  .v-menu > .v-overlay__content > .v-list {
23445
23429
  box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23446
- }.v-navigation-drawer {
23447
- -webkit-overflow-scrolling: touch;
23448
- background: rgb(var(--v-theme-surface));
23449
- display: flex;
23450
- flex-direction: column;
23451
- height: 100%;
23452
- max-width: 100%;
23453
- pointer-events: auto;
23454
- transition-duration: 0.2s;
23455
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23456
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23457
- position: absolute;
23430
+ }.v-messages {
23431
+ flex: 1 1 auto;
23432
+ font-size: 12px;
23433
+ min-height: 14px;
23434
+ min-width: 1px;
23435
+ opacity: var(--v-medium-emphasis-opacity);
23436
+ position: relative;
23437
+ }
23438
+ .v-messages__message {
23439
+ line-height: 12px;
23440
+ word-break: break-word;
23441
+ overflow-wrap: break-word;
23442
+ word-wrap: break-word;
23443
+ -webkit-hyphens: auto;
23444
+ hyphens: auto;
23445
+ transition-duration: 150ms;
23446
+ }.v-navigation-drawer {
23447
+ -webkit-overflow-scrolling: touch;
23448
+ background: rgb(var(--v-theme-surface));
23449
+ display: flex;
23450
+ flex-direction: column;
23451
+ height: 100%;
23452
+ max-width: 100%;
23453
+ pointer-events: auto;
23454
+ transition-duration: 0.2s;
23455
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23456
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23457
+ position: absolute;
23458
23458
  }
23459
23459
  .v-navigation-drawer {
23460
23460
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23551,64 +23551,6 @@ textarea.v-field__input::placeholder {
23551
23551
  .v-navigation-drawer__append {
23552
23552
  flex: none;
23553
23553
  overflow: hidden;
23554
- }.v-otp-input {
23555
- align-items: center;
23556
- display: flex;
23557
- justify-content: center;
23558
- padding: 0.5rem 0;
23559
- position: relative;
23560
- }
23561
- .v-otp-input {
23562
- border-radius: 4px;
23563
- }
23564
- .v-otp-input .v-field {
23565
- height: 100%;
23566
- }
23567
-
23568
- .v-otp-input__divider {
23569
- margin: 0 8px;
23570
- }
23571
-
23572
- .v-otp-input__content {
23573
- align-items: center;
23574
- display: flex;
23575
- gap: 0.5rem;
23576
- height: 64px;
23577
- padding: 0.5rem;
23578
- justify-content: center;
23579
- max-width: 320px;
23580
- position: relative;
23581
- border-radius: inherit;
23582
- }
23583
- .v-otp-input--divided .v-otp-input__content {
23584
- max-width: 360px;
23585
- }
23586
-
23587
- .v-otp-input__field {
23588
- color: inherit;
23589
- font-size: 1.25rem;
23590
- height: 100%;
23591
- outline: none;
23592
- text-align: center;
23593
- width: 100%;
23594
- }
23595
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23596
- -webkit-appearance: none;
23597
- margin: 0;
23598
- }
23599
- .v-otp-input__field[type=number] {
23600
- -moz-appearance: textfield;
23601
- }
23602
-
23603
- .v-otp-input__loader {
23604
- align-items: center;
23605
- display: flex;
23606
- height: 100%;
23607
- justify-content: center;
23608
- width: 100%;
23609
- }
23610
- .v-otp-input__loader .v-progress-linear {
23611
- position: absolute;
23612
23554
  }.v-overlay-container {
23613
23555
  contain: layout;
23614
23556
  left: 0;
@@ -23672,6 +23614,64 @@ html.v-overlay-scroll-blocked {
23672
23614
 
23673
23615
  .v-overlay--scroll-blocked {
23674
23616
  padding-inline-end: var(--v-scrollbar-offset);
23617
+ }.v-otp-input {
23618
+ align-items: center;
23619
+ display: flex;
23620
+ justify-content: center;
23621
+ padding: 0.5rem 0;
23622
+ position: relative;
23623
+ }
23624
+ .v-otp-input {
23625
+ border-radius: 4px;
23626
+ }
23627
+ .v-otp-input .v-field {
23628
+ height: 100%;
23629
+ }
23630
+
23631
+ .v-otp-input__divider {
23632
+ margin: 0 8px;
23633
+ }
23634
+
23635
+ .v-otp-input__content {
23636
+ align-items: center;
23637
+ display: flex;
23638
+ gap: 0.5rem;
23639
+ height: 64px;
23640
+ padding: 0.5rem;
23641
+ justify-content: center;
23642
+ max-width: 320px;
23643
+ position: relative;
23644
+ border-radius: inherit;
23645
+ }
23646
+ .v-otp-input--divided .v-otp-input__content {
23647
+ max-width: 360px;
23648
+ }
23649
+
23650
+ .v-otp-input__field {
23651
+ color: inherit;
23652
+ font-size: 1.25rem;
23653
+ height: 100%;
23654
+ outline: none;
23655
+ text-align: center;
23656
+ width: 100%;
23657
+ }
23658
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23659
+ -webkit-appearance: none;
23660
+ margin: 0;
23661
+ }
23662
+ .v-otp-input__field[type=number] {
23663
+ -moz-appearance: textfield;
23664
+ }
23665
+
23666
+ .v-otp-input__loader {
23667
+ align-items: center;
23668
+ display: flex;
23669
+ height: 100%;
23670
+ justify-content: center;
23671
+ width: 100%;
23672
+ }
23673
+ .v-otp-input__loader .v-progress-linear {
23674
+ position: absolute;
23675
23675
  }.v-pagination__list {
23676
23676
  display: inline-flex;
23677
23677
  list-style-type: none;
@@ -24138,32 +24138,6 @@ html.v-overlay-scroll-blocked {
24138
24138
  opacity: 0;
24139
24139
  position: absolute;
24140
24140
  width: 0;
24141
- }.v-responsive {
24142
- display: flex;
24143
- flex: 1 0 auto;
24144
- max-height: 100%;
24145
- max-width: 100%;
24146
- overflow: hidden;
24147
- position: relative;
24148
- }
24149
- .v-responsive--inline {
24150
- display: inline-flex;
24151
- flex: 0 0 auto;
24152
- }
24153
-
24154
- .v-responsive__content {
24155
- flex: 1 0 0px;
24156
- max-width: 100%;
24157
- }
24158
-
24159
- .v-responsive__sizer ~ .v-responsive__content {
24160
- margin-inline-start: -100%;
24161
- }
24162
-
24163
- .v-responsive__sizer {
24164
- flex: 1 0 0px;
24165
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24166
- pointer-events: none;
24167
24141
  }.v-select .v-field .v-text-field__prefix,
24168
24142
  .v-select .v-field .v-text-field__suffix,
24169
24143
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24216,6 +24190,32 @@ html.v-overlay-scroll-blocked {
24216
24190
  .v-select--active-menu .v-select__menu-icon {
24217
24191
  opacity: var(--v-high-emphasis-opacity);
24218
24192
  transform: rotate(180deg);
24193
+ }.v-responsive {
24194
+ display: flex;
24195
+ flex: 1 0 auto;
24196
+ max-height: 100%;
24197
+ max-width: 100%;
24198
+ overflow: hidden;
24199
+ position: relative;
24200
+ }
24201
+ .v-responsive--inline {
24202
+ display: inline-flex;
24203
+ flex: 0 0 auto;
24204
+ }
24205
+
24206
+ .v-responsive__content {
24207
+ flex: 1 0 0px;
24208
+ max-width: 100%;
24209
+ }
24210
+
24211
+ .v-responsive__sizer ~ .v-responsive__content {
24212
+ margin-inline-start: -100%;
24213
+ }
24214
+
24215
+ .v-responsive__sizer {
24216
+ flex: 1 0 0px;
24217
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24218
+ pointer-events: none;
24219
24219
  }.v-selection-control {
24220
24220
  align-items: center;
24221
24221
  contain: layout;
@@ -24327,6 +24327,42 @@ html.v-overlay-scroll-blocked {
24327
24327
  .v-selection-control-group--inline {
24328
24328
  flex-direction: row;
24329
24329
  flex-wrap: wrap;
24330
+ }.v-sheet {
24331
+ display: block;
24332
+ }
24333
+ .v-sheet {
24334
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24335
+ border-style: solid;
24336
+ border-width: 0;
24337
+ }
24338
+ .v-sheet--border {
24339
+ border-width: thin;
24340
+ box-shadow: none;
24341
+ }
24342
+ .v-sheet {
24343
+ 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));
24344
+ }
24345
+ .v-sheet--absolute {
24346
+ position: absolute;
24347
+ }
24348
+ .v-sheet--fixed {
24349
+ position: fixed;
24350
+ }
24351
+ .v-sheet--relative {
24352
+ position: relative;
24353
+ }
24354
+ .v-sheet--sticky {
24355
+ position: sticky;
24356
+ }
24357
+ .v-sheet {
24358
+ border-radius: 0;
24359
+ }
24360
+ .v-sheet {
24361
+ background: rgb(var(--v-theme-surface));
24362
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24363
+ }
24364
+ .v-sheet--rounded {
24365
+ border-radius: 4px;
24330
24366
  }.v-skeleton-loader {
24331
24367
  align-items: center;
24332
24368
  background: rgb(var(--v-theme-surface));
@@ -24552,55 +24588,19 @@ html.v-overlay-scroll-blocked {
24552
24588
  100% {
24553
24589
  transform: translateX(100%);
24554
24590
  }
24555
- }.v-sheet {
24556
- display: block;
24557
- }
24558
- .v-sheet {
24559
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24560
- border-style: solid;
24561
- border-width: 0;
24591
+ }.v-slide-group {
24592
+ display: flex;
24593
+ overflow: hidden;
24562
24594
  }
24563
- .v-sheet--border {
24564
- border-width: thin;
24565
- box-shadow: none;
24566
- }
24567
- .v-sheet {
24568
- 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));
24569
- }
24570
- .v-sheet--absolute {
24571
- position: absolute;
24572
- }
24573
- .v-sheet--fixed {
24574
- position: fixed;
24575
- }
24576
- .v-sheet--relative {
24577
- position: relative;
24578
- }
24579
- .v-sheet--sticky {
24580
- position: sticky;
24581
- }
24582
- .v-sheet {
24583
- border-radius: 0;
24584
- }
24585
- .v-sheet {
24586
- background: rgb(var(--v-theme-surface));
24587
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24588
- }
24589
- .v-sheet--rounded {
24590
- border-radius: 4px;
24591
- }.v-slide-group {
24592
- display: flex;
24593
- overflow: hidden;
24594
- }
24595
-
24596
- .v-slide-group__next,
24597
- .v-slide-group__prev {
24598
- align-items: center;
24599
- display: flex;
24600
- flex: 0 1 52px;
24601
- justify-content: center;
24602
- min-width: 52px;
24603
- cursor: pointer;
24595
+
24596
+ .v-slide-group__next,
24597
+ .v-slide-group__prev {
24598
+ align-items: center;
24599
+ display: flex;
24600
+ flex: 0 1 52px;
24601
+ justify-content: center;
24602
+ min-width: 52px;
24603
+ cursor: pointer;
24604
24604
  }
24605
24605
  .v-slide-group__next--disabled,
24606
24606
  .v-slide-group__prev--disabled {
@@ -24783,181 +24783,6 @@ html.v-overlay-scroll-blocked {
24783
24783
  }
24784
24784
  .v-snackbar-transition-leave-to {
24785
24785
  opacity: 0;
24786
- }.v-stepper.v-sheet {
24787
- overflow: hidden;
24788
- }
24789
- .v-stepper.v-sheet {
24790
- 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));
24791
- }
24792
- .v-stepper.v-sheet {
24793
- border-radius: 4px;
24794
- }
24795
- .v-stepper.v-sheet.v-stepper--flat {
24796
- 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));
24797
- }
24798
-
24799
- .v-stepper-header {
24800
- align-items: center;
24801
- display: flex;
24802
- position: relative;
24803
- overflow-x: auto;
24804
- justify-content: space-between;
24805
- z-index: 1;
24806
- }
24807
- .v-stepper-header {
24808
- 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));
24809
- }
24810
- .v-stepper-header .v-divider {
24811
- margin: 0 -16px;
24812
- }
24813
- .v-stepper-header .v-divider:last-child {
24814
- margin-inline-end: 0;
24815
- }
24816
- .v-stepper-header .v-divider:first-child {
24817
- margin-inline-start: 0;
24818
- }
24819
- .v-stepper--alt-labels .v-stepper-header {
24820
- height: auto;
24821
- }
24822
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24823
- align-self: flex-start;
24824
- margin: 35px -67px 0;
24825
- }
24826
-
24827
- .v-stepper-window {
24828
- margin: 1.5rem;
24829
- }
24830
-
24831
- .v-stepper-actions {
24832
- display: flex;
24833
- align-items: center;
24834
- justify-content: space-between;
24835
- padding: 1rem;
24836
- }
24837
- .v-stepper .v-stepper-actions {
24838
- padding: 0 1.5rem 1rem;
24839
- }
24840
- .v-stepper-window-item .v-stepper-actions {
24841
- padding: 1.5rem 0 0;
24842
- }.v-stepper-item {
24843
- align-items: center;
24844
- align-self: stretch;
24845
- display: inline-flex;
24846
- flex: none;
24847
- outline: none;
24848
- opacity: var(--v-medium-emphasis-opacity);
24849
- padding: 1.5rem;
24850
- position: relative;
24851
- transition-duration: 0.2s;
24852
- transition-property: opacity;
24853
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24854
- }
24855
- .v-stepper-item:hover > .v-stepper-item__overlay {
24856
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24857
- }
24858
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24859
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24860
- }
24861
- @supports not selector(:focus-visible) {
24862
- .v-stepper-item:focus > .v-stepper-item__overlay {
24863
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24864
- }
24865
- }
24866
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24867
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24868
- }
24869
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24870
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24871
- }
24872
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24873
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24874
- }
24875
- @supports not selector(:focus-visible) {
24876
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24877
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24878
- }
24879
- }
24880
- .v-stepper--non-linear .v-stepper-item {
24881
- opacity: var(--v-high-emphasis-opacity);
24882
- }
24883
- .v-stepper-item--selected {
24884
- opacity: 1;
24885
- }
24886
- .v-stepper-item--error {
24887
- color: rgb(var(--v-theme-error));
24888
- }
24889
- .v-stepper-item--disabled {
24890
- opacity: var(--v-medium-emphasis-opacity);
24891
- pointer-events: none;
24892
- }
24893
- .v-stepper--alt-labels .v-stepper-item {
24894
- flex-direction: column;
24895
- justify-content: flex-start;
24896
- align-items: center;
24897
- flex-basis: 175px;
24898
- }
24899
-
24900
- .v-stepper-item__avatar.v-avatar {
24901
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24902
- color: rgb(var(--v-theme-on-surface-variant));
24903
- font-size: 0.75rem;
24904
- margin-inline-end: 8px;
24905
- }
24906
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24907
- margin-inline-end: 0;
24908
- }
24909
- .v-stepper-item__avatar.v-avatar .v-icon {
24910
- font-size: 0.875rem;
24911
- }
24912
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24913
- background: rgb(var(--v-theme-surface-variant));
24914
- }
24915
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24916
- background: rgb(var(--v-theme-error));
24917
- }
24918
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24919
- margin-bottom: 16px;
24920
- margin-inline-end: 0;
24921
- }
24922
-
24923
- .v-stepper-item__title {
24924
- line-height: 1;
24925
- }
24926
- .v-stepper--mobile .v-stepper-item__title {
24927
- display: none;
24928
- }
24929
-
24930
- .v-stepper-item__subtitle {
24931
- font-size: 0.75rem;
24932
- text-align: left;
24933
- line-height: 1;
24934
- opacity: var(--v-medium-emphasis-opacity);
24935
- }
24936
- .v-stepper--alt-labels .v-stepper-item__subtitle {
24937
- text-align: center;
24938
- }
24939
- .v-stepper--mobile .v-stepper-item__subtitle {
24940
- display: none;
24941
- }
24942
-
24943
- .v-stepper-item__overlay {
24944
- background-color: currentColor;
24945
- border-radius: inherit;
24946
- opacity: 0;
24947
- transition: opacity 0.2s ease-in-out;
24948
- }
24949
-
24950
- .v-stepper-item__overlay,
24951
- .v-stepper-item__underlay {
24952
- pointer-events: none;
24953
- }
24954
- .v-stepper-item__overlay,
24955
- .v-stepper-item__underlay {
24956
- position: absolute;
24957
- top: 0;
24958
- left: 0;
24959
- width: 100%;
24960
- height: 100%;
24961
24786
  }.v-speed-dial__content {
24962
24787
  gap: 8px;
24963
24788
  }
@@ -25181,36 +25006,254 @@ html.v-overlay-scroll-blocked {
25181
25006
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25182
25007
  border-width: 0;
25183
25008
  }
25184
- }.v-table {
25185
- font-size: 0.875rem;
25186
- transition-duration: 0.28s;
25187
- transition-property: box-shadow, opacity, background, height;
25188
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25009
+ }.v-stepper.v-sheet {
25010
+ overflow: hidden;
25189
25011
  }
25190
- .v-table {
25191
- background: rgb(var(--v-theme-surface));
25192
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25012
+ .v-stepper.v-sheet {
25013
+ 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));
25193
25014
  }
25194
- .v-table .v-table-divider {
25195
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25015
+ .v-stepper.v-sheet {
25016
+ border-radius: 4px;
25196
25017
  }
25197
- .v-table .v-table__wrapper > table > thead > tr > th {
25198
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25018
+ .v-stepper.v-sheet.v-stepper--flat {
25019
+ 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));
25199
25020
  }
25200
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25201
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25202
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25021
+
25022
+ .v-stepper-header {
25023
+ align-items: center;
25024
+ display: flex;
25025
+ position: relative;
25026
+ overflow-x: auto;
25027
+ justify-content: space-between;
25028
+ z-index: 1;
25203
25029
  }
25204
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25205
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25206
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25030
+ .v-stepper-header {
25031
+ 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));
25207
25032
  }
25208
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25209
- position: relative;
25033
+ .v-stepper-header .v-divider {
25034
+ margin: 0 -16px;
25210
25035
  }
25211
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25212
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25213
- pointer-events: none;
25036
+ .v-stepper-header .v-divider:last-child {
25037
+ margin-inline-end: 0;
25038
+ }
25039
+ .v-stepper-header .v-divider:first-child {
25040
+ margin-inline-start: 0;
25041
+ }
25042
+ .v-stepper--alt-labels .v-stepper-header {
25043
+ height: auto;
25044
+ }
25045
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25046
+ align-self: flex-start;
25047
+ margin: 35px -67px 0;
25048
+ }
25049
+
25050
+ .v-stepper-window {
25051
+ margin: 1.5rem;
25052
+ }
25053
+
25054
+ .v-stepper-actions {
25055
+ display: flex;
25056
+ align-items: center;
25057
+ justify-content: space-between;
25058
+ padding: 1rem;
25059
+ }
25060
+ .v-stepper .v-stepper-actions {
25061
+ padding: 0 1.5rem 1rem;
25062
+ }
25063
+ .v-stepper-window-item .v-stepper-actions {
25064
+ padding: 1.5rem 0 0;
25065
+ }.v-stepper-item {
25066
+ align-items: center;
25067
+ align-self: stretch;
25068
+ display: inline-flex;
25069
+ flex: none;
25070
+ outline: none;
25071
+ opacity: var(--v-medium-emphasis-opacity);
25072
+ padding: 1.5rem;
25073
+ position: relative;
25074
+ transition-duration: 0.2s;
25075
+ transition-property: opacity;
25076
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25077
+ }
25078
+ .v-stepper-item:hover > .v-stepper-item__overlay {
25079
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25080
+ }
25081
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25082
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25083
+ }
25084
+ @supports not selector(:focus-visible) {
25085
+ .v-stepper-item:focus > .v-stepper-item__overlay {
25086
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25087
+ }
25088
+ }
25089
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25090
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25091
+ }
25092
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25093
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25094
+ }
25095
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
25096
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25097
+ }
25098
+ @supports not selector(:focus-visible) {
25099
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25100
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25101
+ }
25102
+ }
25103
+ .v-stepper--non-linear .v-stepper-item {
25104
+ opacity: var(--v-high-emphasis-opacity);
25105
+ }
25106
+ .v-stepper-item--selected {
25107
+ opacity: 1;
25108
+ }
25109
+ .v-stepper-item--error {
25110
+ color: rgb(var(--v-theme-error));
25111
+ }
25112
+ .v-stepper-item--disabled {
25113
+ opacity: var(--v-medium-emphasis-opacity);
25114
+ pointer-events: none;
25115
+ }
25116
+ .v-stepper--alt-labels .v-stepper-item {
25117
+ flex-direction: column;
25118
+ justify-content: flex-start;
25119
+ align-items: center;
25120
+ flex-basis: 175px;
25121
+ }
25122
+
25123
+ .v-stepper-item__avatar.v-avatar {
25124
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25125
+ color: rgb(var(--v-theme-on-surface-variant));
25126
+ font-size: 0.75rem;
25127
+ margin-inline-end: 8px;
25128
+ }
25129
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25130
+ margin-inline-end: 0;
25131
+ }
25132
+ .v-stepper-item__avatar.v-avatar .v-icon {
25133
+ font-size: 0.875rem;
25134
+ }
25135
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25136
+ background: rgb(var(--v-theme-surface-variant));
25137
+ }
25138
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25139
+ background: rgb(var(--v-theme-error));
25140
+ }
25141
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25142
+ margin-bottom: 16px;
25143
+ margin-inline-end: 0;
25144
+ }
25145
+
25146
+ .v-stepper-item__title {
25147
+ line-height: 1;
25148
+ }
25149
+ .v-stepper--mobile .v-stepper-item__title {
25150
+ display: none;
25151
+ }
25152
+
25153
+ .v-stepper-item__subtitle {
25154
+ font-size: 0.75rem;
25155
+ text-align: left;
25156
+ line-height: 1;
25157
+ opacity: var(--v-medium-emphasis-opacity);
25158
+ }
25159
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
25160
+ text-align: center;
25161
+ }
25162
+ .v-stepper--mobile .v-stepper-item__subtitle {
25163
+ display: none;
25164
+ }
25165
+
25166
+ .v-stepper-item__overlay {
25167
+ background-color: currentColor;
25168
+ border-radius: inherit;
25169
+ opacity: 0;
25170
+ transition: opacity 0.2s ease-in-out;
25171
+ }
25172
+
25173
+ .v-stepper-item__overlay,
25174
+ .v-stepper-item__underlay {
25175
+ pointer-events: none;
25176
+ }
25177
+ .v-stepper-item__overlay,
25178
+ .v-stepper-item__underlay {
25179
+ position: absolute;
25180
+ top: 0;
25181
+ left: 0;
25182
+ width: 100%;
25183
+ height: 100%;
25184
+ }.v-system-bar {
25185
+ align-items: center;
25186
+ display: flex;
25187
+ flex: 1 1 auto;
25188
+ height: 24px;
25189
+ justify-content: flex-end;
25190
+ max-width: 100%;
25191
+ padding-inline: 8px;
25192
+ position: relative;
25193
+ text-align: end;
25194
+ width: 100%;
25195
+ }
25196
+ .v-system-bar .v-icon {
25197
+ opacity: var(--v-medium-emphasis-opacity);
25198
+ }
25199
+ .v-system-bar {
25200
+ 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
+ }
25202
+ .v-system-bar--absolute {
25203
+ position: absolute;
25204
+ }
25205
+ .v-system-bar--fixed {
25206
+ position: fixed;
25207
+ }
25208
+ .v-system-bar {
25209
+ background: rgba(var(--v-theme-surface-light));
25210
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25211
+ }
25212
+ .v-system-bar {
25213
+ font-size: 0.75rem;
25214
+ font-weight: 400;
25215
+ letter-spacing: 0.0333333333em;
25216
+ line-height: 1.667;
25217
+ text-transform: none;
25218
+ }
25219
+ .v-system-bar--rounded {
25220
+ border-radius: 0;
25221
+ }
25222
+ .v-system-bar--window {
25223
+ height: 32px;
25224
+ }
25225
+ .v-system-bar:not(.v-system-bar--absolute) {
25226
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25227
+ }.v-table {
25228
+ font-size: 0.875rem;
25229
+ transition-duration: 0.28s;
25230
+ transition-property: box-shadow, opacity, background, height;
25231
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25232
+ }
25233
+ .v-table {
25234
+ background: rgb(var(--v-theme-surface));
25235
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25236
+ }
25237
+ .v-table .v-table-divider {
25238
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25239
+ }
25240
+ .v-table .v-table__wrapper > table > thead > tr > th {
25241
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25242
+ }
25243
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25244
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25245
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25246
+ }
25247
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25248
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25249
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25250
+ }
25251
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25252
+ position: relative;
25253
+ }
25254
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25255
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25256
+ pointer-events: none;
25214
25257
  }
25215
25258
  .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25216
25259
  content: "";
@@ -25323,49 +25366,45 @@ html.v-overlay-scroll-blocked {
25323
25366
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25324
25367
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25325
25368
  border-top: 0px !important;
25326
- }.v-system-bar {
25327
- align-items: center;
25328
- display: flex;
25329
- flex: 1 1 auto;
25330
- height: 24px;
25331
- justify-content: flex-end;
25332
- max-width: 100%;
25333
- padding-inline: 8px;
25334
- position: relative;
25335
- text-align: end;
25336
- width: 100%;
25369
+ }.v-textarea .v-field {
25370
+ --v-textarea-control-height: var(--v-input-control-height);
25337
25371
  }
25338
- .v-system-bar .v-icon {
25339
- opacity: var(--v-medium-emphasis-opacity);
25372
+ .v-textarea .v-field__field {
25373
+ --v-input-control-height: var(--v-textarea-control-height);
25340
25374
  }
25341
- .v-system-bar {
25342
- 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));
25375
+ .v-textarea .v-field__input {
25376
+ flex: 1 1 auto;
25377
+ outline: none;
25378
+ -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));
25379
+ 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));
25343
25380
  }
25344
- .v-system-bar--absolute {
25381
+ .v-textarea .v-field__input.v-textarea__sizer {
25382
+ visibility: hidden;
25345
25383
  position: absolute;
25384
+ top: 0;
25385
+ left: 0;
25386
+ height: 0 !important;
25387
+ min-height: 0 !important;
25388
+ pointer-events: none;
25346
25389
  }
25347
- .v-system-bar--fixed {
25348
- position: fixed;
25349
- }
25350
- .v-system-bar {
25351
- background: rgba(var(--v-theme-surface-light));
25352
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25390
+ .v-textarea--no-resize .v-field__input {
25391
+ resize: none;
25353
25392
  }
25354
- .v-system-bar {
25355
- font-size: 0.75rem;
25356
- font-weight: 400;
25357
- letter-spacing: 0.0333333333em;
25358
- line-height: 1.667;
25359
- text-transform: none;
25393
+ .v-textarea .v-field--no-label textarea,
25394
+ .v-textarea .v-field--active textarea {
25395
+ opacity: 1;
25360
25396
  }
25361
- .v-system-bar--rounded {
25362
- border-radius: 0;
25397
+ .v-textarea textarea {
25398
+ opacity: 0;
25399
+ flex: 1;
25400
+ min-width: 0;
25401
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25363
25402
  }
25364
- .v-system-bar--window {
25365
- height: 32px;
25403
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25404
+ outline: none;
25366
25405
  }
25367
- .v-system-bar:not(.v-system-bar--absolute) {
25368
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25406
+ .v-textarea textarea:invalid {
25407
+ box-shadow: none;
25369
25408
  }/* region BLOCK */
25370
25409
  .v-text-field input {
25371
25410
  color: inherit;
@@ -25528,45 +25567,9 @@ html.v-overlay-scroll-blocked {
25528
25567
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25529
25568
  margin-inline-end: 52px;
25530
25569
  }
25531
- }.v-textarea .v-field {
25532
- --v-textarea-control-height: var(--v-input-control-height);
25533
- }
25534
- .v-textarea .v-field__field {
25535
- --v-input-control-height: var(--v-textarea-control-height);
25536
- }
25537
- .v-textarea .v-field__input {
25538
- flex: 1 1 auto;
25539
- outline: none;
25540
- -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));
25541
- 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));
25542
- }
25543
- .v-textarea .v-field__input.v-textarea__sizer {
25544
- visibility: hidden;
25545
- position: absolute;
25546
- top: 0;
25547
- left: 0;
25548
- height: 0 !important;
25549
- min-height: 0 !important;
25550
- pointer-events: none;
25551
- }
25552
- .v-textarea--no-resize .v-field__input {
25553
- resize: none;
25554
- }
25555
- .v-textarea .v-field--no-label textarea,
25556
- .v-textarea .v-field--active textarea {
25557
- opacity: 1;
25558
- }
25559
- .v-textarea textarea {
25560
- opacity: 0;
25561
- flex: 1;
25562
- min-width: 0;
25563
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25564
- }
25565
- .v-textarea textarea:focus, .v-textarea textarea:active {
25566
- outline: none;
25567
- }
25568
- .v-textarea textarea:invalid {
25569
- box-shadow: none;
25570
+ }.v-theme-provider {
25571
+ background: rgb(var(--v-theme-background));
25572
+ color: rgb(var(--v-theme-on-background));
25570
25573
  }.v-timeline .v-timeline-divider__dot {
25571
25574
  background: rgb(var(--v-theme-surface-light));
25572
25575
  }
@@ -25962,133 +25965,29 @@ html.v-overlay-scroll-blocked {
25962
25965
  .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
25963
25966
  display: none;
25964
25967
  }
25965
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25966
- --v-timeline-line-size-offset: 12px;
25967
- }
25968
- .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25969
- padding-block-start: 0;
25970
- }
25971
-
25972
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25973
- padding-inline-start: 0;
25974
- }
25975
-
25976
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25977
- display: none;
25978
- }
25979
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25980
- --v-timeline-line-size-offset: 12px;
25981
- }
25982
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25983
- padding-block-end: 0;
25984
- }
25985
-
25986
- .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 {
25987
- padding-inline-end: 0;
25988
- }.v-theme-provider {
25989
- background: rgb(var(--v-theme-background));
25990
- color: rgb(var(--v-theme-on-background));
25991
- }.v-tooltip > .v-overlay__content {
25992
- background: rgb(var(--v-theme-surface-variant));
25993
- color: rgb(var(--v-theme-on-surface-variant));
25994
- border-radius: 4px;
25995
- font-size: 0.875rem;
25996
- line-height: 1.6;
25997
- display: inline-block;
25998
- padding: 5px 16px;
25999
- text-transform: initial;
26000
- width: auto;
26001
- opacity: 1;
26002
- pointer-events: none;
26003
- transition-property: opacity, transform;
26004
- overflow-wrap: break-word;
26005
- }
26006
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26007
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26008
- transition-duration: 150ms;
26009
- }
26010
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26011
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26012
- transition-duration: 75ms;
26013
- }.v-virtual-scroll {
26014
- display: block;
26015
- flex: 1 1 auto;
26016
- max-width: 100%;
26017
- overflow: auto;
26018
- position: relative;
26019
- }
26020
- .v-virtual-scroll__container {
26021
- display: block;
26022
- }.v-window {
26023
- overflow: hidden;
26024
- }
26025
- .v-window__container {
26026
- display: flex;
26027
- flex-direction: column;
26028
- height: inherit;
26029
- position: relative;
26030
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26031
- }
26032
- .v-window__controls {
26033
- position: absolute;
26034
- left: 0;
26035
- top: 0;
26036
- width: 100%;
26037
- height: 100%;
26038
- display: flex;
26039
- align-items: center;
26040
- justify-content: space-between;
26041
- padding: 0 16px;
26042
- pointer-events: none;
26043
- }
26044
- .v-window__controls > * {
26045
- pointer-events: auto;
26046
- }
26047
- .v-window--show-arrows-on-hover {
26048
- overflow: hidden;
26049
- }
26050
- .v-window--show-arrows-on-hover .v-window__left {
26051
- transform: translateX(-200%);
26052
- }
26053
- .v-window--show-arrows-on-hover .v-window__right {
26054
- transform: translateX(200%);
26055
- }
26056
- .v-window--show-arrows-on-hover:hover .v-window__left,
26057
- .v-window--show-arrows-on-hover:hover .v-window__right {
26058
- transform: translateX(0);
26059
- }
26060
-
26061
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26062
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26063
- }
26064
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26065
- position: absolute !important;
26066
- top: 0;
26067
- width: 100%;
26068
- }
26069
- .v-window-x-transition-enter-from {
26070
- transform: translateX(100%);
26071
- }
26072
- .v-window-x-transition-leave-to {
26073
- transform: translateX(-100%);
25968
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25969
+ --v-timeline-line-size-offset: 12px;
26074
25970
  }
26075
- .v-window-x-reverse-transition-enter-from {
26076
- transform: translateX(-100%);
25971
+ .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25972
+ padding-block-start: 0;
26077
25973
  }
26078
- .v-window-x-reverse-transition-leave-to {
26079
- transform: translateX(100%);
25974
+
25975
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25976
+ padding-inline-start: 0;
26080
25977
  }
26081
- .v-window-y-transition-enter-from {
26082
- transform: translateY(100%);
25978
+
25979
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25980
+ display: none;
26083
25981
  }
26084
- .v-window-y-transition-leave-to {
26085
- transform: translateY(-100%);
25982
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25983
+ --v-timeline-line-size-offset: 12px;
26086
25984
  }
26087
- .v-window-y-reverse-transition-enter-from {
26088
- transform: translateY(-100%);
25985
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25986
+ padding-block-end: 0;
26089
25987
  }
26090
- .v-window-y-reverse-transition-leave-to {
26091
- transform: translateY(100%);
25988
+
25989
+ .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 {
25990
+ padding-inline-end: 0;
26092
25991
  }.v-toolbar {
26093
25992
  align-items: flex-start;
26094
25993
  display: flex;
@@ -26232,6 +26131,107 @@ html.v-overlay-scroll-blocked {
26232
26131
  }
26233
26132
  .v-toolbar-items > .v-btn {
26234
26133
  border-radius: 0;
26134
+ }.v-tooltip > .v-overlay__content {
26135
+ background: rgb(var(--v-theme-surface-variant));
26136
+ color: rgb(var(--v-theme-on-surface-variant));
26137
+ border-radius: 4px;
26138
+ font-size: 0.875rem;
26139
+ line-height: 1.6;
26140
+ display: inline-block;
26141
+ padding: 5px 16px;
26142
+ text-transform: initial;
26143
+ width: auto;
26144
+ opacity: 1;
26145
+ pointer-events: none;
26146
+ transition-property: opacity, transform;
26147
+ overflow-wrap: break-word;
26148
+ }
26149
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26150
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26151
+ transition-duration: 150ms;
26152
+ }
26153
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26154
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26155
+ transition-duration: 75ms;
26156
+ }.v-virtual-scroll {
26157
+ display: block;
26158
+ flex: 1 1 auto;
26159
+ max-width: 100%;
26160
+ overflow: auto;
26161
+ position: relative;
26162
+ }
26163
+ .v-virtual-scroll__container {
26164
+ display: block;
26165
+ }.v-window {
26166
+ overflow: hidden;
26167
+ }
26168
+ .v-window__container {
26169
+ display: flex;
26170
+ flex-direction: column;
26171
+ height: inherit;
26172
+ position: relative;
26173
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26174
+ }
26175
+ .v-window__controls {
26176
+ position: absolute;
26177
+ left: 0;
26178
+ top: 0;
26179
+ width: 100%;
26180
+ height: 100%;
26181
+ display: flex;
26182
+ align-items: center;
26183
+ justify-content: space-between;
26184
+ padding: 0 16px;
26185
+ pointer-events: none;
26186
+ }
26187
+ .v-window__controls > * {
26188
+ pointer-events: auto;
26189
+ }
26190
+ .v-window--show-arrows-on-hover {
26191
+ overflow: hidden;
26192
+ }
26193
+ .v-window--show-arrows-on-hover .v-window__left {
26194
+ transform: translateX(-200%);
26195
+ }
26196
+ .v-window--show-arrows-on-hover .v-window__right {
26197
+ transform: translateX(200%);
26198
+ }
26199
+ .v-window--show-arrows-on-hover:hover .v-window__left,
26200
+ .v-window--show-arrows-on-hover:hover .v-window__right {
26201
+ transform: translateX(0);
26202
+ }
26203
+
26204
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26205
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26206
+ }
26207
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26208
+ position: absolute !important;
26209
+ top: 0;
26210
+ width: 100%;
26211
+ }
26212
+ .v-window-x-transition-enter-from {
26213
+ transform: translateX(100%);
26214
+ }
26215
+ .v-window-x-transition-leave-to {
26216
+ transform: translateX(-100%);
26217
+ }
26218
+ .v-window-x-reverse-transition-enter-from {
26219
+ transform: translateX(-100%);
26220
+ }
26221
+ .v-window-x-reverse-transition-leave-to {
26222
+ transform: translateX(100%);
26223
+ }
26224
+ .v-window-y-transition-enter-from {
26225
+ transform: translateY(100%);
26226
+ }
26227
+ .v-window-y-transition-leave-to {
26228
+ transform: translateY(-100%);
26229
+ }
26230
+ .v-window-y-reverse-transition-enter-from {
26231
+ transform: translateY(-100%);
26232
+ }
26233
+ .v-window-y-reverse-transition-leave-to {
26234
+ transform: translateY(100%);
26235
26235
  }.v-color-picker-canvas {
26236
26236
  display: flex;
26237
26237
  position: relative;
@@ -26254,69 +26254,6 @@ html.v-overlay-scroll-blocked {
26254
26254
  }
26255
26255
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26256
26256
  will-change: transform;
26257
- }.v-color-picker-edit {
26258
- display: flex;
26259
- margin-top: 24px;
26260
- }
26261
-
26262
- .v-color-picker-edit__input {
26263
- width: 100%;
26264
- display: flex;
26265
- flex-wrap: wrap;
26266
- justify-content: center;
26267
- text-align: center;
26268
- }
26269
- .v-color-picker-edit__input:not(:last-child) {
26270
- margin-inline-end: 8px;
26271
- }
26272
- .v-color-picker-edit__input input {
26273
- border-radius: 4px;
26274
- margin-bottom: 8px;
26275
- min-width: 0;
26276
- outline: none;
26277
- text-align: center;
26278
- width: 100%;
26279
- height: 32px;
26280
- background: rgba(var(--v-theme-surface-variant), 0.2);
26281
- color: rgba(var(--v-theme-on-surface));
26282
- }
26283
- .v-color-picker-edit__input span {
26284
- font-size: 0.75rem;
26285
- }.v-color-picker-swatches {
26286
- overflow-y: auto;
26287
- }
26288
- .v-color-picker-swatches > div {
26289
- display: flex;
26290
- flex-wrap: wrap;
26291
- justify-content: center;
26292
- padding: 8px;
26293
- }
26294
-
26295
- .v-color-picker-swatches__swatch {
26296
- display: flex;
26297
- flex-direction: column;
26298
- margin-bottom: 10px;
26299
- }
26300
-
26301
- .v-color-picker-swatches__color {
26302
- position: relative;
26303
- height: 18px;
26304
- max-height: 18px;
26305
- width: 45px;
26306
- margin: 2px 4px;
26307
- border-radius: 2px;
26308
- -webkit-user-select: none;
26309
- user-select: none;
26310
- overflow: hidden;
26311
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26312
- cursor: pointer;
26313
- }
26314
- .v-color-picker-swatches__color > div {
26315
- display: flex;
26316
- align-items: center;
26317
- justify-content: center;
26318
- width: 100%;
26319
- height: 100%;
26320
26257
  }.v-color-picker-preview__alpha .v-slider-track__background {
26321
26258
  background-color: transparent !important;
26322
26259
  }
@@ -26387,6 +26324,69 @@ html.v-overlay-scroll-blocked {
26387
26324
  .v-color-picker-preview__eye-dropper {
26388
26325
  position: relative;
26389
26326
  margin-right: 12px;
26327
+ }.v-color-picker-edit {
26328
+ display: flex;
26329
+ margin-top: 24px;
26330
+ }
26331
+
26332
+ .v-color-picker-edit__input {
26333
+ width: 100%;
26334
+ display: flex;
26335
+ flex-wrap: wrap;
26336
+ justify-content: center;
26337
+ text-align: center;
26338
+ }
26339
+ .v-color-picker-edit__input:not(:last-child) {
26340
+ margin-inline-end: 8px;
26341
+ }
26342
+ .v-color-picker-edit__input input {
26343
+ border-radius: 4px;
26344
+ margin-bottom: 8px;
26345
+ min-width: 0;
26346
+ outline: none;
26347
+ text-align: center;
26348
+ width: 100%;
26349
+ height: 32px;
26350
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26351
+ color: rgba(var(--v-theme-on-surface));
26352
+ }
26353
+ .v-color-picker-edit__input span {
26354
+ font-size: 0.75rem;
26355
+ }.v-color-picker-swatches {
26356
+ overflow-y: auto;
26357
+ }
26358
+ .v-color-picker-swatches > div {
26359
+ display: flex;
26360
+ flex-wrap: wrap;
26361
+ justify-content: center;
26362
+ padding: 8px;
26363
+ }
26364
+
26365
+ .v-color-picker-swatches__swatch {
26366
+ display: flex;
26367
+ flex-direction: column;
26368
+ margin-bottom: 10px;
26369
+ }
26370
+
26371
+ .v-color-picker-swatches__color {
26372
+ position: relative;
26373
+ height: 18px;
26374
+ max-height: 18px;
26375
+ width: 45px;
26376
+ margin: 2px 4px;
26377
+ border-radius: 2px;
26378
+ -webkit-user-select: none;
26379
+ user-select: none;
26380
+ overflow: hidden;
26381
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26382
+ cursor: pointer;
26383
+ }
26384
+ .v-color-picker-swatches__color > div {
26385
+ display: flex;
26386
+ align-items: center;
26387
+ justify-content: center;
26388
+ width: 100%;
26389
+ height: 100%;
26390
26390
  }.v-picker.v-sheet {
26391
26391
  display: grid;
26392
26392
  grid-auto-rows: min-content;