@vuetify/nightly 3.7.3-master.2024-10-17 → 3.7.3-master.2024-10-21

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.3-master.2024-10-17
2
+ * Vuetify v3.7.3-master.2024-10-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17994,91 +17994,6 @@ html.overflow-y-hidden {
17994
17994
  min-height: 100vh;
17995
17995
  min-height: 100dvh;
17996
17996
  position: relative;
17997
- }.v-autocomplete .v-field .v-text-field__prefix,
17998
- .v-autocomplete .v-field .v-text-field__suffix,
17999
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18000
- cursor: text;
18001
- }
18002
- .v-autocomplete .v-field .v-field__input > input {
18003
- flex: 1 1;
18004
- }
18005
- .v-autocomplete .v-field input {
18006
- min-width: 64px;
18007
- }
18008
- .v-autocomplete .v-field:not(.v-field--focused) input {
18009
- min-width: 0;
18010
- }
18011
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18012
- margin-inline-end: 2px;
18013
- }
18014
- .v-autocomplete .v-autocomplete__selection-text {
18015
- overflow: hidden;
18016
- text-overflow: ellipsis;
18017
- white-space: nowrap;
18018
- }
18019
-
18020
- .v-autocomplete__content {
18021
- overflow: hidden;
18022
- }
18023
- .v-autocomplete__content {
18024
- 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));
18025
- }
18026
- .v-autocomplete__content {
18027
- border-radius: 4px;
18028
- }
18029
- .v-autocomplete__mask {
18030
- background: rgb(var(--v-theme-surface-light));
18031
- }
18032
- .v-autocomplete__selection {
18033
- display: inline-flex;
18034
- align-items: center;
18035
- height: 1.5rem;
18036
- letter-spacing: inherit;
18037
- line-height: inherit;
18038
- max-width: calc(100% - 2px - 2px);
18039
- }
18040
- .v-autocomplete__selection:first-child {
18041
- margin-inline-start: 0;
18042
- }
18043
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18044
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18045
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18046
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18047
- top: 0px;
18048
- }
18049
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18050
- opacity: var(--v-medium-emphasis-opacity);
18051
- }
18052
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18053
- opacity: 1;
18054
- }
18055
- .v-autocomplete--selecting-index .v-field__input > input {
18056
- caret-color: transparent;
18057
- }
18058
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18059
- flex: 1 1;
18060
- position: absolute;
18061
- left: 0;
18062
- right: 0;
18063
- width: 100%;
18064
- padding-inline: inherit;
18065
- }
18066
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18067
- transition: none;
18068
- }
18069
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18070
- opacity: 0;
18071
- }
18072
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18073
- opacity: 0;
18074
- }
18075
- .v-autocomplete__menu-icon {
18076
- margin-inline-start: 4px;
18077
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18078
- }
18079
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18080
- opacity: var(--v-high-emphasis-opacity);
18081
- transform: rotate(180deg);
18082
17997
  }.v-app-bar {
18083
17998
  display: flex;
18084
17999
  }
@@ -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;
@@ -18413,6 +18413,79 @@ html.overflow-y-hidden {
18413
18413
  .v-avatar .v-img {
18414
18414
  height: 100%;
18415
18415
  width: 100%;
18416
+ }.v-badge {
18417
+ display: inline-block;
18418
+ line-height: 1;
18419
+ }
18420
+
18421
+ .v-badge__badge {
18422
+ align-items: center;
18423
+ display: inline-flex;
18424
+ border-radius: 10px;
18425
+ font-size: 0.75rem;
18426
+ font-weight: 500;
18427
+ height: 1.25rem;
18428
+ justify-content: center;
18429
+ min-width: 20px;
18430
+ padding: 4px 6px;
18431
+ pointer-events: auto;
18432
+ position: absolute;
18433
+ text-align: center;
18434
+ text-indent: 0;
18435
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18436
+ white-space: nowrap;
18437
+ }
18438
+ .v-badge__badge {
18439
+ background: rgb(var(--v-theme-surface-variant));
18440
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18441
+ }
18442
+ .v-badge--bordered .v-badge__badge::after {
18443
+ border-radius: inherit;
18444
+ border-style: solid;
18445
+ border-width: 2px;
18446
+ bottom: 0;
18447
+ color: rgb(var(--v-theme-background));
18448
+ content: "";
18449
+ left: 0;
18450
+ position: absolute;
18451
+ right: 0;
18452
+ top: 0;
18453
+ transform: scale(1.05);
18454
+ }
18455
+ .v-badge--dot .v-badge__badge {
18456
+ border-radius: 4.5px;
18457
+ height: 9px;
18458
+ min-width: 0;
18459
+ padding: 0;
18460
+ width: 9px;
18461
+ }
18462
+ .v-badge--dot .v-badge__badge::after {
18463
+ border-width: 1.5px;
18464
+ }
18465
+ .v-badge--inline .v-badge__badge {
18466
+ position: relative;
18467
+ vertical-align: middle;
18468
+ }
18469
+ .v-badge__badge .v-icon {
18470
+ color: inherit;
18471
+ font-size: 0.75rem;
18472
+ margin: 0 -2px;
18473
+ }
18474
+ .v-badge__badge img,
18475
+ .v-badge__badge .v-img {
18476
+ height: 100%;
18477
+ width: 100%;
18478
+ }
18479
+
18480
+ .v-badge__wrapper {
18481
+ display: flex;
18482
+ position: relative;
18483
+ }
18484
+ .v-badge--inline .v-badge__wrapper {
18485
+ align-items: center;
18486
+ display: inline-flex;
18487
+ justify-content: center;
18488
+ margin: 0 4px;
18416
18489
  }.v-banner {
18417
18490
  display: grid;
18418
18491
  flex: 1 1;
@@ -18579,85 +18652,12 @@ html.overflow-y-hidden {
18579
18652
  }
18580
18653
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18581
18654
  align-self: flex-start;
18582
- }.v-badge {
18583
- display: inline-block;
18584
- line-height: 1;
18585
- }
18586
-
18587
- .v-badge__badge {
18588
- align-items: center;
18589
- display: inline-flex;
18590
- border-radius: 10px;
18591
- font-size: 0.75rem;
18592
- font-weight: 500;
18593
- height: 1.25rem;
18594
- justify-content: center;
18595
- min-width: 20px;
18596
- padding: 4px 6px;
18597
- pointer-events: auto;
18598
- position: absolute;
18599
- text-align: center;
18600
- text-indent: 0;
18601
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18602
- white-space: nowrap;
18603
- }
18604
- .v-badge__badge {
18605
- background: rgb(var(--v-theme-surface-variant));
18606
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18607
- }
18608
- .v-badge--bordered .v-badge__badge::after {
18609
- border-radius: inherit;
18610
- border-style: solid;
18611
- border-width: 2px;
18612
- bottom: 0;
18613
- color: rgb(var(--v-theme-background));
18614
- content: "";
18615
- left: 0;
18616
- position: absolute;
18617
- right: 0;
18618
- top: 0;
18619
- transform: scale(1.05);
18620
- }
18621
- .v-badge--dot .v-badge__badge {
18622
- border-radius: 4.5px;
18623
- height: 9px;
18624
- min-width: 0;
18625
- padding: 0;
18626
- width: 9px;
18627
- }
18628
- .v-badge--dot .v-badge__badge::after {
18629
- border-width: 1.5px;
18630
- }
18631
- .v-badge--inline .v-badge__badge {
18632
- position: relative;
18633
- vertical-align: middle;
18634
- }
18635
- .v-badge__badge .v-icon {
18636
- color: inherit;
18637
- font-size: 0.75rem;
18638
- margin: 0 -2px;
18639
- }
18640
- .v-badge__badge img,
18641
- .v-badge__badge .v-img {
18642
- height: 100%;
18643
- width: 100%;
18644
- }
18645
-
18646
- .v-badge__wrapper {
18647
- display: flex;
18648
- position: relative;
18649
- }
18650
- .v-badge--inline .v-badge__wrapper {
18651
- align-items: center;
18652
- display: inline-flex;
18653
- justify-content: center;
18654
- margin: 0 4px;
18655
- }.v-bottom-navigation {
18656
- display: flex;
18657
- max-width: 100%;
18658
- overflow: hidden;
18659
- position: absolute;
18660
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18655
+ }.v-bottom-navigation {
18656
+ display: flex;
18657
+ max-width: 100%;
18658
+ overflow: hidden;
18659
+ position: absolute;
18660
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18661
18661
  }
18662
18662
  .v-bottom-navigation {
18663
18663
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -18715,63 +18715,6 @@ 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;
18775
18718
  }.bottom-sheet-transition-enter-from {
18776
18719
  transform: translateY(100%);
18777
18720
  }
@@ -19680,24 +19623,6 @@ html.overflow-y-hidden {
19680
19623
  flex-direction: column;
19681
19624
  height: 100% !important;
19682
19625
  width: 50px;
19683
- }.v-chip-group {
19684
- display: flex;
19685
- max-width: 100%;
19686
- min-width: 0;
19687
- overflow-x: auto;
19688
- padding: 4px 0;
19689
- }
19690
- .v-chip-group .v-chip {
19691
- margin: 4px 8px 4px 0;
19692
- }
19693
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19694
- opacity: var(--v-activated-opacity);
19695
- }
19696
-
19697
- .v-chip-group--column .v-slide-group__content {
19698
- white-space: normal;
19699
- flex-wrap: wrap;
19700
- max-width: 100%;
19701
19626
  }.v-checkbox.v-input {
19702
19627
  flex: 0 1 auto;
19703
19628
  }
@@ -20121,6 +20046,24 @@ html.overflow-y-hidden {
20121
20046
 
20122
20047
  .v-chip--label {
20123
20048
  border-radius: 4px;
20049
+ }.v-chip-group {
20050
+ display: flex;
20051
+ max-width: 100%;
20052
+ min-width: 0;
20053
+ overflow-x: auto;
20054
+ padding: 4px 0;
20055
+ }
20056
+ .v-chip-group .v-chip {
20057
+ margin: 4px 8px 4px 0;
20058
+ }
20059
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20060
+ opacity: var(--v-activated-opacity);
20061
+ }
20062
+
20063
+ .v-chip-group--column .v-slide-group__content {
20064
+ white-space: normal;
20065
+ flex-wrap: wrap;
20066
+ max-width: 100%;
20124
20067
  }.v-color-picker {
20125
20068
  align-self: flex-start;
20126
20069
  contain: content;
@@ -20143,91 +20086,6 @@ html.overflow-y-hidden {
20143
20086
  }
20144
20087
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20145
20088
  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
- }.v-combobox .v-field .v-text-field__prefix,
20147
- .v-combobox .v-field .v-text-field__suffix,
20148
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20149
- cursor: text;
20150
- }
20151
- .v-combobox .v-field .v-field__input > input {
20152
- flex: 1 1;
20153
- }
20154
- .v-combobox .v-field input {
20155
- min-width: 64px;
20156
- }
20157
- .v-combobox .v-field:not(.v-field--focused) input {
20158
- min-width: 0;
20159
- }
20160
- .v-combobox .v-field--dirty .v-combobox__selection {
20161
- margin-inline-end: 2px;
20162
- }
20163
- .v-combobox .v-combobox__selection-text {
20164
- overflow: hidden;
20165
- text-overflow: ellipsis;
20166
- white-space: nowrap;
20167
- }
20168
-
20169
- .v-combobox__content {
20170
- overflow: hidden;
20171
- }
20172
- .v-combobox__content {
20173
- 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));
20174
- }
20175
- .v-combobox__content {
20176
- border-radius: 4px;
20177
- }
20178
- .v-combobox__mask {
20179
- background: rgb(var(--v-theme-surface-light));
20180
- }
20181
- .v-combobox__selection {
20182
- display: inline-flex;
20183
- align-items: center;
20184
- height: 1.5rem;
20185
- letter-spacing: inherit;
20186
- line-height: inherit;
20187
- max-width: calc(100% - 2px - 2px);
20188
- }
20189
- .v-combobox__selection:first-child {
20190
- margin-inline-start: 0;
20191
- }
20192
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20193
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20194
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20195
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20196
- top: 0px;
20197
- }
20198
- .v-combobox--selecting-index .v-combobox__selection {
20199
- opacity: var(--v-medium-emphasis-opacity);
20200
- }
20201
- .v-combobox--selecting-index .v-combobox__selection--selected {
20202
- opacity: 1;
20203
- }
20204
- .v-combobox--selecting-index .v-field__input > input {
20205
- caret-color: transparent;
20206
- }
20207
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20208
- flex: 1 1;
20209
- position: absolute;
20210
- left: 0;
20211
- right: 0;
20212
- width: 100%;
20213
- padding-inline: inherit;
20214
- }
20215
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20216
- transition: none;
20217
- }
20218
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20219
- opacity: 0;
20220
- }
20221
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20222
- opacity: 0;
20223
- }
20224
- .v-combobox__menu-icon {
20225
- margin-inline-start: 4px;
20226
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20227
- }
20228
- .v-combobox--active-menu .v-combobox__menu-icon {
20229
- opacity: var(--v-high-emphasis-opacity);
20230
- transform: rotate(180deg);
20231
20089
  }.v-counter {
20232
20090
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20233
20091
  flex: 0 1 auto;
@@ -21814,12 +21672,65 @@ textarea.v-field__input::placeholder {
21814
21672
  }
21815
21673
  .v-footer--rounded {
21816
21674
  border-radius: 4px;
21817
- }.v-container {
21818
- width: 100%;
21819
- padding: 16px;
21820
- margin-right: auto;
21821
- margin-left: auto;
21822
- }
21675
+ }.v-icon {
21676
+ --v-icon-size-multiplier: 1;
21677
+ align-items: center;
21678
+ display: inline-flex;
21679
+ font-feature-settings: "liga";
21680
+ height: 1em;
21681
+ justify-content: center;
21682
+ letter-spacing: normal;
21683
+ line-height: 1;
21684
+ position: relative;
21685
+ text-indent: 0;
21686
+ text-align: center;
21687
+ -webkit-user-select: none;
21688
+ user-select: none;
21689
+ vertical-align: middle;
21690
+ width: 1em;
21691
+ min-width: 1em;
21692
+ }
21693
+ .v-icon--clickable {
21694
+ cursor: pointer;
21695
+ }
21696
+ .v-icon--disabled {
21697
+ pointer-events: none;
21698
+ opacity: 0.38;
21699
+ }
21700
+ .v-icon--size-x-small {
21701
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
21702
+ }
21703
+ .v-icon--size-small {
21704
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21705
+ }
21706
+ .v-icon--size-default {
21707
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21708
+ }
21709
+ .v-icon--size-large {
21710
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21711
+ }
21712
+ .v-icon--size-x-large {
21713
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
21714
+ }
21715
+
21716
+ .v-icon__svg {
21717
+ fill: currentColor;
21718
+ width: 100%;
21719
+ height: 100%;
21720
+ }
21721
+
21722
+ .v-icon--start {
21723
+ margin-inline-end: 8px;
21724
+ }
21725
+
21726
+ .v-icon--end {
21727
+ margin-inline-start: 8px;
21728
+ }.v-container {
21729
+ width: 100%;
21730
+ padding: 16px;
21731
+ margin-right: auto;
21732
+ margin-left: auto;
21733
+ }
21823
21734
  @media (min-width: 960px) {
21824
21735
  .v-container {
21825
21736
  max-width: 900px;
@@ -22486,96 +22397,6 @@ textarea.v-field__input::placeholder {
22486
22397
  .offset-xxl-11 {
22487
22398
  margin-inline-start: 91.6666666667%;
22488
22399
  }
22489
- }.v-icon {
22490
- --v-icon-size-multiplier: 1;
22491
- align-items: center;
22492
- display: inline-flex;
22493
- font-feature-settings: "liga";
22494
- height: 1em;
22495
- justify-content: center;
22496
- letter-spacing: normal;
22497
- line-height: 1;
22498
- position: relative;
22499
- text-indent: 0;
22500
- text-align: center;
22501
- -webkit-user-select: none;
22502
- user-select: none;
22503
- vertical-align: middle;
22504
- width: 1em;
22505
- min-width: 1em;
22506
- }
22507
- .v-icon--clickable {
22508
- cursor: pointer;
22509
- }
22510
- .v-icon--disabled {
22511
- pointer-events: none;
22512
- opacity: 0.38;
22513
- }
22514
- .v-icon--size-x-small {
22515
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
22516
- }
22517
- .v-icon--size-small {
22518
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22519
- }
22520
- .v-icon--size-default {
22521
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22522
- }
22523
- .v-icon--size-large {
22524
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22525
- }
22526
- .v-icon--size-x-large {
22527
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22528
- }
22529
-
22530
- .v-icon__svg {
22531
- fill: currentColor;
22532
- width: 100%;
22533
- height: 100%;
22534
- }
22535
-
22536
- .v-icon--start {
22537
- margin-inline-end: 8px;
22538
- }
22539
-
22540
- .v-icon--end {
22541
- margin-inline-start: 8px;
22542
- }.v-infinite-scroll--horizontal {
22543
- display: flex;
22544
- flex-direction: row;
22545
- overflow-x: auto;
22546
- }
22547
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22548
- height: 100%;
22549
- width: var(--v-infinite-margin-size, 1px);
22550
- }
22551
-
22552
- .v-infinite-scroll--vertical {
22553
- display: flex;
22554
- flex-direction: column;
22555
- overflow-y: auto;
22556
- }
22557
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22558
- height: 1px;
22559
- width: 100%;
22560
- }
22561
-
22562
- .v-infinite-scroll-intersect {
22563
- pointer-events: none;
22564
- margin-top: var(--v-infinite-margin);
22565
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22566
- }
22567
- .v-infinite-scroll-intersect:nth-child(2) {
22568
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22569
- }
22570
- .v-infinite-scroll-intersect:nth-last-child(2) {
22571
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22572
- }
22573
-
22574
- .v-infinite-scroll__side {
22575
- align-items: center;
22576
- display: flex;
22577
- justify-content: center;
22578
- padding: 8px;
22579
22400
  }.v-img {
22580
22401
  --v-theme-overlay-multiplier: 3;
22581
22402
  z-index: 0;
@@ -22627,11 +22448,43 @@ textarea.v-field__input::placeholder {
22627
22448
 
22628
22449
  .v-img__gradient {
22629
22450
  background-repeat: no-repeat;
22630
- }.v-item-group {
22631
- flex: 0 1 auto;
22632
- max-width: 100%;
22633
- position: relative;
22634
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22451
+ }.v-infinite-scroll--horizontal {
22452
+ display: flex;
22453
+ flex-direction: row;
22454
+ overflow-x: auto;
22455
+ }
22456
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22457
+ height: 100%;
22458
+ width: var(--v-infinite-margin-size, 1px);
22459
+ }
22460
+
22461
+ .v-infinite-scroll--vertical {
22462
+ display: flex;
22463
+ flex-direction: column;
22464
+ overflow-y: auto;
22465
+ }
22466
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22467
+ height: 1px;
22468
+ width: 100%;
22469
+ }
22470
+
22471
+ .v-infinite-scroll-intersect {
22472
+ pointer-events: none;
22473
+ margin-top: var(--v-infinite-margin);
22474
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22475
+ }
22476
+ .v-infinite-scroll-intersect:nth-child(2) {
22477
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22478
+ }
22479
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22480
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22481
+ }
22482
+
22483
+ .v-infinite-scroll__side {
22484
+ align-items: center;
22485
+ display: flex;
22486
+ justify-content: center;
22487
+ padding: 8px;
22635
22488
  }.v-input {
22636
22489
  display: grid;
22637
22490
  flex: 1 1 auto;
@@ -22774,21 +22627,11 @@ textarea.v-field__input::placeholder {
22774
22627
 
22775
22628
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22776
22629
  padding-top: calc(var(--v-input-padding-top) + 0px);
22777
- }.v-layout {
22778
- --v-scrollbar-offset: 0px;
22779
- display: flex;
22780
- flex: 1 1 auto;
22781
- }
22782
- .v-layout--full-height {
22783
- --v-scrollbar-offset: inherit;
22784
- height: 100%;
22785
- }.v-layout-item {
22786
- position: absolute;
22630
+ }.v-item-group {
22631
+ flex: 0 1 auto;
22632
+ max-width: 100%;
22633
+ position: relative;
22787
22634
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22788
- }
22789
-
22790
- .v-layout-item--absolute {
22791
- position: absolute;
22792
22635
  }.v-label {
22793
22636
  align-items: center;
22794
22637
  color: inherit;
@@ -22804,8 +22647,21 @@ textarea.v-field__input::placeholder {
22804
22647
 
22805
22648
  .v-label--clickable {
22806
22649
  cursor: pointer;
22807
- }.v-locale-provider {
22808
- display: contents;
22650
+ }.v-layout-item {
22651
+ position: absolute;
22652
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22653
+ }
22654
+
22655
+ .v-layout-item--absolute {
22656
+ position: absolute;
22657
+ }.v-layout {
22658
+ --v-scrollbar-offset: 0px;
22659
+ display: flex;
22660
+ flex: 1 1 auto;
22661
+ }
22662
+ .v-layout--full-height {
22663
+ --v-scrollbar-offset: inherit;
22664
+ height: 100%;
22809
22665
  }.v-list {
22810
22666
  overflow: auto;
22811
22667
  padding: 8px 0;
@@ -23381,6 +23237,8 @@ textarea.v-field__input::placeholder {
23381
23237
  }
23382
23238
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23383
23239
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23240
+ }.v-locale-provider {
23241
+ display: contents;
23384
23242
  }.v-main {
23385
23243
  flex: 1 0 auto;
23386
23244
  max-width: 100%;
@@ -23430,6 +23288,22 @@ textarea.v-field__input::placeholder {
23430
23288
  .v-menu > .v-overlay__content > .v-sheet,
23431
23289
  .v-menu > .v-overlay__content > .v-list {
23432
23290
  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));
23291
+ }.v-messages {
23292
+ flex: 1 1 auto;
23293
+ font-size: 12px;
23294
+ min-height: 14px;
23295
+ min-width: 1px;
23296
+ opacity: var(--v-medium-emphasis-opacity);
23297
+ position: relative;
23298
+ }
23299
+ .v-messages__message {
23300
+ line-height: 12px;
23301
+ word-break: break-word;
23302
+ overflow-wrap: break-word;
23303
+ word-wrap: break-word;
23304
+ -webkit-hyphens: auto;
23305
+ hyphens: auto;
23306
+ transition-duration: 150ms;
23433
23307
  }.v-navigation-drawer {
23434
23308
  -webkit-overflow-scrolling: touch;
23435
23309
  background: rgb(var(--v-theme-surface));
@@ -23538,30 +23412,6 @@ textarea.v-field__input::placeholder {
23538
23412
  .v-navigation-drawer__append {
23539
23413
  flex: none;
23540
23414
  overflow: hidden;
23541
- }.v-messages {
23542
- flex: 1 1 auto;
23543
- font-size: 12px;
23544
- min-height: 14px;
23545
- min-width: 1px;
23546
- opacity: var(--v-medium-emphasis-opacity);
23547
- position: relative;
23548
- }
23549
- .v-messages__message {
23550
- line-height: 12px;
23551
- word-break: break-word;
23552
- overflow-wrap: break-word;
23553
- word-wrap: break-word;
23554
- -webkit-hyphens: auto;
23555
- hyphens: auto;
23556
- transition-duration: 150ms;
23557
- }.v-pagination__list {
23558
- display: inline-flex;
23559
- list-style-type: none;
23560
- justify-content: center;
23561
- width: 100%;
23562
- }
23563
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23564
- margin: 0.3rem;
23565
23415
  }.v-overlay-container {
23566
23416
  contain: layout;
23567
23417
  left: 0;
@@ -23683,6 +23533,14 @@ html.v-overlay-scroll-blocked {
23683
23533
  }
23684
23534
  .v-otp-input__loader .v-progress-linear {
23685
23535
  position: absolute;
23536
+ }.v-pagination__list {
23537
+ display: inline-flex;
23538
+ list-style-type: none;
23539
+ justify-content: center;
23540
+ width: 100%;
23541
+ }
23542
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23543
+ margin: 0.3rem;
23686
23544
  }.v-parallax {
23687
23545
  position: relative;
23688
23546
  overflow: hidden;
@@ -24019,6 +23877,18 @@ html.v-overlay-scroll-blocked {
24019
23877
  100% {
24020
23878
  transform: rotate(270deg);
24021
23879
  }
23880
+ }.v-radio-group > .v-input__control {
23881
+ flex-direction: column;
23882
+ }
23883
+ .v-radio-group > .v-input__control > .v-label {
23884
+ margin-inline-start: 16px;
23885
+ }
23886
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23887
+ padding-inline-start: 6px;
23888
+ margin-top: 8px;
23889
+ }
23890
+ .v-radio-group .v-input__details {
23891
+ padding-inline: 16px;
24022
23892
  }.v-slider .v-slider__container input {
24023
23893
  cursor: default;
24024
23894
  padding: 0;
@@ -24129,6 +23999,32 @@ html.v-overlay-scroll-blocked {
24129
23999
  opacity: 0;
24130
24000
  position: absolute;
24131
24001
  width: 0;
24002
+ }.v-responsive {
24003
+ display: flex;
24004
+ flex: 1 0 auto;
24005
+ max-height: 100%;
24006
+ max-width: 100%;
24007
+ overflow: hidden;
24008
+ position: relative;
24009
+ }
24010
+ .v-responsive--inline {
24011
+ display: inline-flex;
24012
+ flex: 0 0 auto;
24013
+ }
24014
+
24015
+ .v-responsive__content {
24016
+ flex: 1 0 0px;
24017
+ max-width: 100%;
24018
+ }
24019
+
24020
+ .v-responsive__sizer ~ .v-responsive__content {
24021
+ margin-inline-start: -100%;
24022
+ }
24023
+
24024
+ .v-responsive__sizer {
24025
+ flex: 1 0 0px;
24026
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24027
+ pointer-events: none;
24132
24028
  }.v-select .v-field .v-text-field__prefix,
24133
24029
  .v-select .v-field .v-text-field__suffix,
24134
24030
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24181,18 +24077,6 @@ html.v-overlay-scroll-blocked {
24181
24077
  .v-select--active-menu .v-select__menu-icon {
24182
24078
  opacity: var(--v-high-emphasis-opacity);
24183
24079
  transform: rotate(180deg);
24184
- }.v-radio-group > .v-input__control {
24185
- flex-direction: column;
24186
- }
24187
- .v-radio-group > .v-input__control > .v-label {
24188
- margin-inline-start: 16px;
24189
- }
24190
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24191
- padding-inline-start: 6px;
24192
- margin-top: 8px;
24193
- }
24194
- .v-radio-group .v-input__details {
24195
- padding-inline: 16px;
24196
24080
  }.v-selection-control {
24197
24081
  align-items: center;
24198
24082
  contain: layout;
@@ -24296,32 +24180,14 @@ html.v-overlay-scroll-blocked {
24296
24180
  }
24297
24181
  .v-selection-control--focus-visible .v-selection-control__input::before {
24298
24182
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24299
- }.v-responsive {
24183
+ }.v-selection-control-group {
24184
+ grid-area: control;
24300
24185
  display: flex;
24301
- flex: 1 0 auto;
24302
- max-height: 100%;
24303
- max-width: 100%;
24304
- overflow: hidden;
24305
- position: relative;
24306
- }
24307
- .v-responsive--inline {
24308
- display: inline-flex;
24309
- flex: 0 0 auto;
24310
- }
24311
-
24312
- .v-responsive__content {
24313
- flex: 1 0 0px;
24314
- max-width: 100%;
24315
- }
24316
-
24317
- .v-responsive__sizer ~ .v-responsive__content {
24318
- margin-inline-start: -100%;
24186
+ flex-direction: column;
24319
24187
  }
24320
-
24321
- .v-responsive__sizer {
24322
- flex: 1 0 0px;
24323
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24324
- pointer-events: none;
24188
+ .v-selection-control-group--inline {
24189
+ flex-direction: row;
24190
+ flex-wrap: wrap;
24325
24191
  }.v-sheet {
24326
24192
  display: block;
24327
24193
  }
@@ -24358,14 +24224,6 @@ html.v-overlay-scroll-blocked {
24358
24224
  }
24359
24225
  .v-sheet--rounded {
24360
24226
  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
24227
  }.v-skeleton-loader {
24370
24228
  align-items: center;
24371
24229
  background: rgb(var(--v-theme-surface));
@@ -24646,47 +24504,6 @@ html.v-overlay-scroll-blocked {
24646
24504
  .v-slide-group--vertical .v-slide-group__container {
24647
24505
  overflow-x: hidden;
24648
24506
  overflow-y: auto;
24649
- }.v-speed-dial__content {
24650
- gap: 8px;
24651
- }
24652
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24653
- flex-direction: row;
24654
- }
24655
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24656
- flex-direction: row-reverse;
24657
- }
24658
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24659
- flex-direction: column-reverse;
24660
- }
24661
- .v-speed-dial__content > *:nth-child(1) {
24662
- transition-delay: 0s;
24663
- }
24664
- .v-speed-dial__content > *:nth-child(2) {
24665
- transition-delay: 0.05s;
24666
- }
24667
- .v-speed-dial__content > *:nth-child(3) {
24668
- transition-delay: 0.1s;
24669
- }
24670
- .v-speed-dial__content > *:nth-child(4) {
24671
- transition-delay: 0.15s;
24672
- }
24673
- .v-speed-dial__content > *:nth-child(5) {
24674
- transition-delay: 0.2s;
24675
- }
24676
- .v-speed-dial__content > *:nth-child(6) {
24677
- transition-delay: 0.25s;
24678
- }
24679
- .v-speed-dial__content > *:nth-child(7) {
24680
- transition-delay: 0.3s;
24681
- }
24682
- .v-speed-dial__content > *:nth-child(8) {
24683
- transition-delay: 0.35s;
24684
- }
24685
- .v-speed-dial__content > *:nth-child(9) {
24686
- transition-delay: 0.4s;
24687
- }
24688
- .v-speed-dial__content > *:nth-child(10) {
24689
- transition-delay: 0.45s;
24690
24507
  }.v-snackbar {
24691
24508
  justify-content: center;
24692
24509
  z-index: 10000;
@@ -24827,188 +24644,222 @@ html.v-overlay-scroll-blocked {
24827
24644
  }
24828
24645
  .v-snackbar-transition-leave-to {
24829
24646
  opacity: 0;
24830
- }.v-switch .v-label {
24831
- padding-inline-start: 10px;
24647
+ }.v-speed-dial__content {
24648
+ gap: 8px;
24832
24649
  }
24833
-
24834
- .v-switch__loader {
24835
- display: flex;
24650
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24651
+ flex-direction: row;
24836
24652
  }
24837
- .v-switch__loader .v-progress-circular {
24838
- color: rgb(var(--v-theme-surface));
24653
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24654
+ flex-direction: row-reverse;
24839
24655
  }
24840
-
24841
- .v-switch__track,
24842
- .v-switch__thumb {
24843
- transition: none;
24656
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24657
+ flex-direction: column-reverse;
24844
24658
  }
24845
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24846
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24847
- background-color: rgb(var(--v-theme-error));
24848
- color: rgb(var(--v-theme-on-error));
24659
+ .v-speed-dial__content > *:nth-child(1) {
24660
+ transition-delay: 0s;
24849
24661
  }
24850
-
24851
- .v-switch__track-true {
24852
- margin-inline-end: auto;
24662
+ .v-speed-dial__content > *:nth-child(2) {
24663
+ transition-delay: 0.05s;
24853
24664
  }
24854
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24855
- opacity: 0;
24665
+ .v-speed-dial__content > *:nth-child(3) {
24666
+ transition-delay: 0.1s;
24856
24667
  }
24857
-
24858
- .v-switch__track-false {
24859
- margin-inline-start: auto;
24668
+ .v-speed-dial__content > *:nth-child(4) {
24669
+ transition-delay: 0.15s;
24860
24670
  }
24861
- .v-selection-control--dirty .v-switch__track-false {
24862
- opacity: 0;
24671
+ .v-speed-dial__content > *:nth-child(5) {
24672
+ transition-delay: 0.2s;
24863
24673
  }
24864
-
24865
- .v-switch__track {
24866
- display: inline-flex;
24867
- align-items: center;
24868
- font-size: 0.5rem;
24869
- padding: 0 5px;
24870
- background-color: rgb(var(--v-theme-surface-variant));
24871
- border-radius: 9999px;
24872
- height: 14px;
24873
- opacity: 0.6;
24874
- min-width: 36px;
24875
- cursor: pointer;
24876
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24674
+ .v-speed-dial__content > *:nth-child(6) {
24675
+ transition-delay: 0.25s;
24877
24676
  }
24878
- .v-switch--inset .v-switch__track {
24879
- border-radius: 9999px;
24880
- font-size: 0.75rem;
24881
- height: 32px;
24882
- min-width: 52px;
24677
+ .v-speed-dial__content > *:nth-child(7) {
24678
+ transition-delay: 0.3s;
24883
24679
  }
24884
-
24885
- .v-switch__thumb {
24886
- align-items: center;
24887
- background-color: rgb(var(--v-theme-surface-bright));
24888
- color: rgb(var(--v-theme-on-surface-bright));
24889
- border-radius: 50%;
24890
- display: flex;
24891
- font-size: 0.75rem;
24892
- height: 20px;
24893
- justify-content: center;
24894
- width: 20px;
24895
- pointer-events: none;
24896
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24897
- position: relative;
24898
- overflow: hidden;
24680
+ .v-speed-dial__content > *:nth-child(8) {
24681
+ transition-delay: 0.35s;
24899
24682
  }
24900
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24901
- 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));
24683
+ .v-speed-dial__content > *:nth-child(9) {
24684
+ transition-delay: 0.4s;
24902
24685
  }
24903
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24904
- background: rgb(var(--v-theme-surface-variant));
24905
- color: rgb(var(--v-theme-on-surface-variant));
24686
+ .v-speed-dial__content > *:nth-child(10) {
24687
+ transition-delay: 0.45s;
24688
+ }.v-stepper.v-sheet {
24689
+ overflow: hidden;
24906
24690
  }
24907
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24908
- 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));
24691
+ .v-stepper.v-sheet {
24692
+ 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));
24909
24693
  }
24910
- .v-switch--inset .v-switch__thumb {
24911
- height: 24px;
24912
- width: 24px;
24913
- transform: scale(0.6666666667);
24694
+ .v-stepper.v-sheet {
24695
+ border-radius: 4px;
24914
24696
  }
24915
- .v-switch--inset .v-switch__thumb--filled {
24916
- transform: none;
24917
- }
24918
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24919
- transform: none;
24920
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24697
+ .v-stepper.v-sheet.v-stepper--flat {
24698
+ 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));
24921
24699
  }
24922
24700
 
24923
- .v-switch.v-input {
24924
- flex: 0 1 auto;
24701
+ .v-stepper-header {
24702
+ align-items: center;
24703
+ display: flex;
24704
+ position: relative;
24705
+ overflow-x: auto;
24706
+ justify-content: space-between;
24707
+ z-index: 1;
24925
24708
  }
24926
- .v-switch .v-selection-control {
24927
- min-height: var(--v-input-control-height);
24709
+ .v-stepper-header {
24710
+ 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));
24928
24711
  }
24929
- .v-switch .v-selection-control__input {
24930
- border-radius: 50%;
24931
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24932
- position: absolute;
24712
+ .v-stepper-header .v-divider {
24713
+ margin: 0 -16px;
24933
24714
  }
24934
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24935
- transform: translateX(-10px);
24715
+ .v-stepper-header .v-divider:last-child {
24716
+ margin-inline-end: 0;
24717
+ }
24718
+ .v-stepper-header .v-divider:first-child {
24719
+ margin-inline-start: 0;
24720
+ }
24721
+ .v-stepper--alt-labels .v-stepper-header {
24722
+ height: auto;
24723
+ }
24724
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24725
+ align-self: flex-start;
24726
+ margin: 35px -67px 0;
24936
24727
  }
24937
24728
 
24938
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24939
- transform: translateX(10px);
24729
+ .v-stepper-window {
24730
+ margin: 1.5rem;
24940
24731
  }
24941
24732
 
24942
- .v-switch .v-selection-control__input .v-icon {
24943
- position: absolute;
24733
+ .v-stepper-actions {
24734
+ display: flex;
24735
+ align-items: center;
24736
+ justify-content: space-between;
24737
+ padding: 1rem;
24944
24738
  }
24945
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
24946
- transform: translateX(10px);
24739
+ .v-stepper .v-stepper-actions {
24740
+ padding: 0 1.5rem 1rem;
24741
+ }
24742
+ .v-stepper-window-item .v-stepper-actions {
24743
+ padding: 1.5rem 0 0;
24744
+ }.v-stepper-item {
24745
+ align-items: center;
24746
+ align-self: stretch;
24747
+ display: inline-flex;
24748
+ flex: none;
24749
+ outline: none;
24750
+ opacity: var(--v-medium-emphasis-opacity);
24751
+ padding: 1.5rem;
24752
+ position: relative;
24753
+ transition-duration: 0.2s;
24754
+ transition-property: opacity;
24755
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24756
+ }
24757
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24758
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24759
+ }
24760
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24761
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24762
+ }
24763
+ @supports not selector(:focus-visible) {
24764
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24765
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24766
+ }
24767
+ }
24768
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24769
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24770
+ }
24771
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24772
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24773
+ }
24774
+ .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 {
24775
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24776
+ }
24777
+ @supports not selector(:focus-visible) {
24778
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24779
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24780
+ }
24781
+ }
24782
+ .v-stepper--non-linear .v-stepper-item {
24783
+ opacity: var(--v-high-emphasis-opacity);
24784
+ }
24785
+ .v-stepper-item--selected {
24786
+ opacity: 1;
24787
+ }
24788
+ .v-stepper-item--error {
24789
+ color: rgb(var(--v-theme-error));
24790
+ }
24791
+ .v-stepper-item--disabled {
24792
+ opacity: var(--v-medium-emphasis-opacity);
24793
+ pointer-events: none;
24794
+ }
24795
+ .v-stepper--alt-labels .v-stepper-item {
24796
+ flex-direction: column;
24797
+ justify-content: flex-start;
24798
+ align-items: center;
24799
+ flex-basis: 175px;
24947
24800
  }
24948
24801
 
24949
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
24950
- transform: translateX(-10px);
24802
+ .v-stepper-item__avatar.v-avatar {
24803
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24804
+ color: rgb(var(--v-theme-on-surface-variant));
24805
+ font-size: 0.75rem;
24806
+ margin-inline-end: 8px;
24807
+ }
24808
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24809
+ margin-inline-end: 0;
24810
+ }
24811
+ .v-stepper-item__avatar.v-avatar .v-icon {
24812
+ font-size: 0.875rem;
24813
+ }
24814
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24815
+ background: rgb(var(--v-theme-surface-variant));
24816
+ }
24817
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24818
+ background: rgb(var(--v-theme-error));
24819
+ }
24820
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24821
+ margin-bottom: 16px;
24822
+ margin-inline-end: 0;
24951
24823
  }
24952
24824
 
24953
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24954
- transform: scale(0.8);
24825
+ .v-stepper-item__title {
24826
+ line-height: 1;
24955
24827
  }
24956
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24957
- transform: scale(0.75);
24958
- box-shadow: none;
24828
+ .v-stepper--mobile .v-stepper-item__title {
24829
+ display: none;
24959
24830
  }
24960
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24961
- width: auto;
24831
+
24832
+ .v-stepper-item__subtitle {
24833
+ font-size: 0.75rem;
24834
+ text-align: left;
24835
+ line-height: 1;
24836
+ opacity: var(--v-medium-emphasis-opacity);
24962
24837
  }
24963
- .v-switch.v-input--vertical .v-label {
24964
- min-width: max-content;
24838
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24839
+ text-align: center;
24965
24840
  }
24966
- .v-switch.v-input--vertical .v-selection-control__wrapper {
24967
- transform: rotate(-90deg);
24841
+ .v-stepper--mobile .v-stepper-item__subtitle {
24842
+ display: none;
24968
24843
  }
24969
24844
 
24970
- @media (forced-colors: active) {
24971
- .v-switch .v-switch__loader .v-progress-circular {
24972
- color: currentColor;
24973
- }
24974
- .v-switch .v-switch__thumb {
24975
- background-color: buttontext;
24976
- }
24977
- .v-switch .v-switch__track,
24978
- .v-switch .v-switch__thumb {
24979
- border: 1px solid;
24980
- color: buttontext;
24981
- }
24982
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24983
- background-color: highlight;
24984
- }
24985
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24986
- background-color: highlight;
24987
- }
24988
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24989
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24990
- color: highlight;
24991
- }
24992
- .v-switch.v-switch--inset .v-switch__track {
24993
- border-width: 2px;
24994
- }
24995
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24996
- background-color: highlighttext;
24997
- color: highlighttext;
24998
- }
24999
- .v-switch.v-input--disabled .v-switch__thumb {
25000
- background-color: graytext;
25001
- }
25002
- .v-switch.v-input--disabled .v-switch__track,
25003
- .v-switch.v-input--disabled .v-switch__thumb {
25004
- color: graytext;
25005
- }
25006
- .v-switch.v-switch--loading .v-switch__thumb {
25007
- background-color: canvas;
25008
- }
25009
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25010
- border-width: 0;
25011
- }
24845
+ .v-stepper-item__overlay {
24846
+ background-color: currentColor;
24847
+ border-radius: inherit;
24848
+ opacity: 0;
24849
+ transition: opacity 0.2s ease-in-out;
24850
+ }
24851
+
24852
+ .v-stepper-item__overlay,
24853
+ .v-stepper-item__underlay {
24854
+ pointer-events: none;
24855
+ }
24856
+ .v-stepper-item__overlay,
24857
+ .v-stepper-item__underlay {
24858
+ position: absolute;
24859
+ top: 0;
24860
+ left: 0;
24861
+ width: 100%;
24862
+ height: 100%;
25012
24863
  }.v-system-bar {
25013
24864
  align-items: center;
25014
24865
  display: flex;
@@ -25052,29 +24903,124 @@ html.v-overlay-scroll-blocked {
25052
24903
  }
25053
24904
  .v-system-bar:not(.v-system-bar--absolute) {
25054
24905
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25055
- }.v-table {
25056
- font-size: 0.875rem;
25057
- transition-duration: 0.28s;
25058
- transition-property: box-shadow, opacity, background, height;
25059
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24906
+ }.v-tab.v-tab.v-btn {
24907
+ height: var(--v-tabs-height);
24908
+ border-radius: 0;
24909
+ min-width: 90px;
25060
24910
  }
25061
- .v-table {
25062
- background: rgb(var(--v-theme-surface));
25063
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24911
+ .v-slide-group--horizontal .v-tab {
24912
+ max-width: 360px;
25064
24913
  }
25065
- .v-table .v-table-divider {
25066
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
24914
+ .v-slide-group--vertical .v-tab {
24915
+ justify-content: start;
25067
24916
  }
25068
- .v-table .v-table__wrapper > table > thead > tr > th {
25069
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
24917
+
24918
+ .v-tab__slider {
24919
+ position: absolute;
24920
+ bottom: 0;
24921
+ left: 0;
24922
+ height: 2px;
24923
+ width: 100%;
24924
+ background: currentColor;
24925
+ pointer-events: none;
24926
+ opacity: 0;
25070
24927
  }
25071
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25072
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25073
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
24928
+ .v-tab--selected .v-tab__slider {
24929
+ opacity: 1;
25074
24930
  }
25075
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25076
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25077
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
24931
+ .v-slide-group--vertical .v-tab__slider {
24932
+ top: 0;
24933
+ height: 100%;
24934
+ width: 2px;
24935
+ }.v-tabs {
24936
+ display: flex;
24937
+ height: var(--v-tabs-height);
24938
+ }
24939
+ .v-tabs--density-default {
24940
+ --v-tabs-height: 48px;
24941
+ }
24942
+ .v-tabs--density-default.v-tabs--stacked {
24943
+ --v-tabs-height: 72px;
24944
+ }
24945
+
24946
+ .v-tabs--density-comfortable {
24947
+ --v-tabs-height: 44px;
24948
+ }
24949
+ .v-tabs--density-comfortable.v-tabs--stacked {
24950
+ --v-tabs-height: 68px;
24951
+ }
24952
+
24953
+ .v-tabs--density-compact {
24954
+ --v-tabs-height: 36px;
24955
+ }
24956
+ .v-tabs--density-compact.v-tabs--stacked {
24957
+ --v-tabs-height: 60px;
24958
+ }
24959
+
24960
+ .v-tabs.v-slide-group--vertical {
24961
+ height: auto;
24962
+ flex: none;
24963
+ --v-tabs-height: 48px;
24964
+ }
24965
+
24966
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24967
+ margin-inline-start: 42px;
24968
+ }
24969
+
24970
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24971
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24972
+ margin-inline-end: auto;
24973
+ }
24974
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24975
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24976
+ margin-inline-start: auto;
24977
+ }
24978
+
24979
+ .v-tabs--grow {
24980
+ flex-grow: 1;
24981
+ }
24982
+ .v-tabs--grow .v-tab {
24983
+ flex: 1 0 auto;
24984
+ max-width: none;
24985
+ }
24986
+
24987
+ .v-tabs--align-tabs-end .v-tab:first-child {
24988
+ margin-inline-start: auto;
24989
+ }
24990
+ .v-tabs--align-tabs-end .v-tab:last-child {
24991
+ margin-inline-end: 0;
24992
+ }
24993
+
24994
+ @media (max-width: 1279.98px) {
24995
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24996
+ margin-inline-start: 52px;
24997
+ }
24998
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24999
+ margin-inline-end: 52px;
25000
+ }
25001
+ }.v-table {
25002
+ font-size: 0.875rem;
25003
+ transition-duration: 0.28s;
25004
+ transition-property: box-shadow, opacity, background, height;
25005
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25006
+ }
25007
+ .v-table {
25008
+ background: rgb(var(--v-theme-surface));
25009
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25010
+ }
25011
+ .v-table .v-table-divider {
25012
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25013
+ }
25014
+ .v-table .v-table__wrapper > table > thead > tr > th {
25015
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25016
+ }
25017
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25018
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25019
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25020
+ }
25021
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25022
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25023
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25078
25024
  }
25079
25025
  .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25080
25026
  position: relative;
@@ -25194,101 +25140,6 @@ html.v-overlay-scroll-blocked {
25194
25140
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25195
25141
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25196
25142
  border-top: 0px !important;
25197
- }.v-tabs {
25198
- display: flex;
25199
- height: var(--v-tabs-height);
25200
- }
25201
- .v-tabs--density-default {
25202
- --v-tabs-height: 48px;
25203
- }
25204
- .v-tabs--density-default.v-tabs--stacked {
25205
- --v-tabs-height: 72px;
25206
- }
25207
-
25208
- .v-tabs--density-comfortable {
25209
- --v-tabs-height: 44px;
25210
- }
25211
- .v-tabs--density-comfortable.v-tabs--stacked {
25212
- --v-tabs-height: 68px;
25213
- }
25214
-
25215
- .v-tabs--density-compact {
25216
- --v-tabs-height: 36px;
25217
- }
25218
- .v-tabs--density-compact.v-tabs--stacked {
25219
- --v-tabs-height: 60px;
25220
- }
25221
-
25222
- .v-tabs.v-slide-group--vertical {
25223
- height: auto;
25224
- flex: none;
25225
- --v-tabs-height: 48px;
25226
- }
25227
-
25228
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25229
- margin-inline-start: 42px;
25230
- }
25231
-
25232
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25233
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25234
- margin-inline-end: auto;
25235
- }
25236
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25237
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25238
- margin-inline-start: auto;
25239
- }
25240
-
25241
- .v-tabs--grow {
25242
- flex-grow: 1;
25243
- }
25244
- .v-tabs--grow .v-tab {
25245
- flex: 1 0 auto;
25246
- max-width: none;
25247
- }
25248
-
25249
- .v-tabs--align-tabs-end .v-tab:first-child {
25250
- margin-inline-start: auto;
25251
- }
25252
- .v-tabs--align-tabs-end .v-tab:last-child {
25253
- margin-inline-end: 0;
25254
- }
25255
-
25256
- @media (max-width: 1279.98px) {
25257
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25258
- margin-inline-start: 52px;
25259
- }
25260
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25261
- margin-inline-end: 52px;
25262
- }
25263
- }.v-tab.v-tab.v-btn {
25264
- height: var(--v-tabs-height);
25265
- border-radius: 0;
25266
- min-width: 90px;
25267
- }
25268
- .v-slide-group--horizontal .v-tab {
25269
- max-width: 360px;
25270
- }
25271
- .v-slide-group--vertical .v-tab {
25272
- justify-content: start;
25273
- }
25274
-
25275
- .v-tab__slider {
25276
- position: absolute;
25277
- bottom: 0;
25278
- left: 0;
25279
- height: 2px;
25280
- width: 100%;
25281
- background: currentColor;
25282
- pointer-events: none;
25283
- opacity: 0;
25284
- }
25285
- .v-tab--selected .v-tab__slider {
25286
- opacity: 1;
25287
- }
25288
- .v-slide-group--vertical .v-tab__slider {
25289
- top: 0;
25290
- height: 100%;
25291
- width: 2px;
25292
25143
  }.v-textarea .v-field {
25293
25144
  --v-textarea-control-height: var(--v-input-control-height);
25294
25145
  }
@@ -25395,686 +25246,368 @@ html.v-overlay-scroll-blocked {
25395
25246
  padding-inline-end: var(--v-field-padding-end);
25396
25247
  }
25397
25248
 
25398
- /* endregion */.v-stepper.v-sheet {
25399
- overflow: hidden;
25400
- }
25401
- .v-stepper.v-sheet {
25402
- 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));
25403
- }
25404
- .v-stepper.v-sheet {
25405
- border-radius: 4px;
25249
+ /* endregion */.v-theme-provider {
25250
+ background: rgb(var(--v-theme-background));
25251
+ color: rgb(var(--v-theme-on-background));
25252
+ }.v-timeline .v-timeline-divider__dot {
25253
+ background: rgb(var(--v-theme-surface-light));
25406
25254
  }
25407
- .v-stepper.v-sheet.v-stepper--flat {
25408
- 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));
25255
+ .v-timeline .v-timeline-divider__inner-dot {
25256
+ background: rgb(var(--v-theme-on-surface));
25409
25257
  }
25410
25258
 
25411
- .v-stepper-header {
25412
- align-items: center;
25413
- display: flex;
25259
+ .v-timeline {
25260
+ display: grid;
25261
+ grid-auto-flow: dense;
25414
25262
  position: relative;
25415
- overflow-x: auto;
25416
- justify-content: space-between;
25417
- z-index: 1;
25418
25263
  }
25419
- .v-stepper-header {
25420
- 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));
25421
- }
25422
- .v-stepper-header .v-divider {
25423
- margin: 0 -16px;
25264
+ .v-timeline--horizontal.v-timeline {
25265
+ grid-column-gap: 24px;
25266
+ width: 100%;
25424
25267
  }
25425
- .v-stepper-header .v-divider:last-child {
25426
- margin-inline-end: 0;
25268
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
25269
+ grid-row: 3;
25270
+ padding-block-start: 24px;
25427
25271
  }
25428
- .v-stepper-header .v-divider:first-child {
25429
- margin-inline-start: 0;
25272
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
25273
+ grid-row: 1;
25274
+ padding-block-end: 24px;
25275
+ align-self: flex-end;
25430
25276
  }
25431
- .v-stepper--alt-labels .v-stepper-header {
25432
- height: auto;
25277
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
25278
+ grid-row: 1;
25279
+ padding-block-end: 24px;
25280
+ align-self: flex-end;
25433
25281
  }
25434
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25435
- align-self: flex-start;
25436
- margin: 35px -67px 0;
25282
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
25283
+ grid-row: 3;
25284
+ padding-block-start: 24px;
25437
25285
  }
25438
25286
 
25439
- .v-stepper-window {
25440
- margin: 1.5rem;
25287
+ .v-timeline--vertical.v-timeline {
25288
+ row-gap: 24px;
25289
+ height: 100%;
25441
25290
  }
25442
-
25443
- .v-stepper-actions {
25444
- display: flex;
25445
- align-items: center;
25446
- justify-content: space-between;
25447
- padding: 1rem;
25291
+ .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
25292
+ padding-block-start: 24px;
25448
25293
  }
25449
- .v-stepper .v-stepper-actions {
25450
- padding: 0 1.5rem 1rem;
25451
- }
25452
- .v-stepper-window-item .v-stepper-actions {
25453
- padding: 1.5rem 0 0;
25454
- }.v-stepper-item {
25455
- align-items: center;
25456
- align-self: stretch;
25457
- display: inline-flex;
25458
- flex: none;
25459
- outline: none;
25460
- opacity: var(--v-medium-emphasis-opacity);
25461
- padding: 1.5rem;
25462
- position: relative;
25463
- transition-duration: 0.2s;
25464
- transition-property: opacity;
25465
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25466
- }
25467
- .v-stepper-item:hover > .v-stepper-item__overlay {
25468
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25469
- }
25470
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25471
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25472
- }
25473
- @supports not selector(:focus-visible) {
25474
- .v-stepper-item:focus > .v-stepper-item__overlay {
25475
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25476
- }
25477
- }
25478
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25479
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25294
+ .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
25295
+ padding-block-end: 24px;
25480
25296
  }
25481
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25482
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25297
+ .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
25298
+ grid-column: 1;
25299
+ padding-inline-end: 24px;
25483
25300
  }
25484
- .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 {
25485
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25301
+ .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
25302
+ grid-column: 3;
25303
+ padding-inline-start: 24px;
25486
25304
  }
25487
- @supports not selector(:focus-visible) {
25488
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25489
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25490
- }
25305
+ .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
25306
+ grid-column: 3;
25307
+ padding-inline-start: 24px;
25491
25308
  }
25492
- .v-stepper--non-linear .v-stepper-item {
25493
- opacity: var(--v-high-emphasis-opacity);
25309
+ .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
25310
+ grid-column: 1;
25311
+ justify-self: flex-end;
25312
+ padding-inline-end: 24px;
25494
25313
  }
25495
- .v-stepper-item--selected {
25496
- opacity: 1;
25314
+
25315
+ .v-timeline-item {
25316
+ display: contents;
25497
25317
  }
25498
- .v-stepper-item--error {
25499
- color: rgb(var(--v-theme-error));
25318
+
25319
+ .v-timeline-divider {
25320
+ position: relative;
25321
+ display: flex;
25322
+ align-items: center;
25500
25323
  }
25501
- .v-stepper-item--disabled {
25502
- opacity: var(--v-medium-emphasis-opacity);
25503
- pointer-events: none;
25324
+ .v-timeline--horizontal .v-timeline-divider {
25325
+ flex-direction: row;
25326
+ grid-row: 2;
25327
+ width: 100%;
25504
25328
  }
25505
- .v-stepper--alt-labels .v-stepper-item {
25329
+
25330
+ .v-timeline--vertical .v-timeline-divider {
25331
+ height: 100%;
25506
25332
  flex-direction: column;
25507
- justify-content: flex-start;
25508
- align-items: center;
25509
- flex-basis: 175px;
25333
+ grid-column: 2;
25510
25334
  }
25511
25335
 
25512
- .v-stepper-item__avatar.v-avatar {
25513
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25514
- color: rgb(var(--v-theme-on-surface-variant));
25515
- font-size: 0.75rem;
25516
- margin-inline-end: 8px;
25336
+ .v-timeline-divider__before {
25337
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
25338
+ position: absolute;
25517
25339
  }
25518
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25519
- margin-inline-end: 0;
25340
+ .v-timeline--horizontal .v-timeline-divider__before {
25341
+ height: var(--v-timeline-line-thickness);
25342
+ width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25343
+ inset-inline-start: -12px;
25344
+ inset-inline-end: initial;
25520
25345
  }
25521
- .v-stepper-item__avatar.v-avatar .v-icon {
25522
- font-size: 0.875rem;
25346
+
25347
+ .v-timeline--vertical .v-timeline-divider__before {
25348
+ height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25349
+ width: var(--v-timeline-line-thickness);
25350
+ top: -12px;
25523
25351
  }
25524
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25525
- background: rgb(var(--v-theme-surface-variant));
25352
+
25353
+ .v-timeline-divider__after {
25354
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
25355
+ position: absolute;
25526
25356
  }
25527
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25528
- background: rgb(var(--v-theme-error));
25357
+ .v-timeline--horizontal .v-timeline-divider__after {
25358
+ height: var(--v-timeline-line-thickness);
25359
+ width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25360
+ inset-inline-end: -12px;
25361
+ inset-inline-start: initial;
25529
25362
  }
25530
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25531
- margin-bottom: 16px;
25532
- margin-inline-end: 0;
25363
+
25364
+ .v-timeline--vertical .v-timeline-divider__after {
25365
+ height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25366
+ width: var(--v-timeline-line-thickness);
25367
+ bottom: -12px;
25533
25368
  }
25534
25369
 
25535
- .v-stepper-item__title {
25536
- line-height: 1;
25370
+ .v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before {
25371
+ height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25372
+ top: 0;
25537
25373
  }
25538
- .v-stepper--mobile .v-stepper-item__title {
25539
- display: none;
25374
+
25375
+ .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
25376
+ width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25377
+ inset-inline-start: 0;
25378
+ inset-inline-end: initial;
25540
25379
  }
25541
25380
 
25542
- .v-stepper-item__subtitle {
25543
- font-size: 0.75rem;
25544
- text-align: left;
25545
- line-height: 1;
25546
- opacity: var(--v-medium-emphasis-opacity);
25381
+ .v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__after {
25382
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
25547
25383
  }
25548
- .v-stepper--alt-labels .v-stepper-item__subtitle {
25549
- text-align: center;
25384
+
25385
+ .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
25386
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
25387
+ inset-inline-end: -12px;
25388
+ inset-inline-start: initial;
25550
25389
  }
25551
- .v-stepper--mobile .v-stepper-item__subtitle {
25552
- display: none;
25390
+
25391
+ .v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__before {
25392
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
25553
25393
  }
25554
25394
 
25555
- .v-stepper-item__overlay {
25556
- background-color: currentColor;
25557
- border-radius: inherit;
25558
- opacity: 0;
25559
- transition: opacity 0.2s ease-in-out;
25395
+ .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__before {
25396
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
25560
25397
  }
25561
25398
 
25562
- .v-stepper-item__overlay,
25563
- .v-stepper-item__underlay {
25564
- pointer-events: none;
25399
+ .v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__after {
25400
+ height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25401
+ bottom: 0;
25565
25402
  }
25566
- .v-stepper-item__overlay,
25567
- .v-stepper-item__underlay {
25568
- position: absolute;
25569
- top: 0;
25570
- left: 0;
25571
- width: 100%;
25572
- height: 100%;
25573
- }.v-theme-provider {
25574
- background: rgb(var(--v-theme-background));
25575
- color: rgb(var(--v-theme-on-background));
25576
- }.v-toolbar {
25577
- align-items: flex-start;
25578
- display: flex;
25579
- flex: none;
25580
- flex-direction: column;
25581
- justify-content: space-between;
25582
- max-width: 100%;
25583
- position: relative;
25584
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25585
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25586
- width: 100%;
25403
+
25404
+ .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
25405
+ width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25406
+ inset-inline-end: 0;
25407
+ inset-inline-start: initial;
25587
25408
  }
25588
- .v-toolbar {
25589
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25590
- border-style: solid;
25591
- border-width: 0;
25409
+
25410
+ .v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after {
25411
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset));
25592
25412
  }
25593
- .v-toolbar--border {
25594
- border-width: thin;
25595
- box-shadow: none;
25413
+
25414
+ .v-timeline-divider__dot {
25415
+ z-index: 1;
25416
+ flex-shrink: 0;
25417
+ border-radius: 50%;
25418
+ display: flex;
25419
+ justify-content: center;
25420
+ align-items: center;
25596
25421
  }
25597
- .v-toolbar {
25422
+ .v-timeline-divider__dot {
25598
25423
  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));
25599
25424
  }
25600
- .v-toolbar {
25601
- border-radius: 0;
25602
- }
25603
- .v-toolbar {
25604
- background: rgb(var(--v-theme-surface-light));
25605
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25425
+ .v-timeline-divider__dot--size-x-small {
25426
+ height: 22px;
25427
+ width: 22px;
25606
25428
  }
25607
- .v-toolbar--absolute {
25608
- position: absolute;
25429
+ .v-timeline-divider__dot--size-x-small .v-timeline-divider__inner-dot {
25430
+ height: calc(100% - 6px);
25431
+ width: calc(100% - 6px);
25609
25432
  }
25610
- .v-toolbar--collapse {
25611
- max-width: 112px;
25612
- overflow: hidden;
25613
- border-end-end-radius: 24px;
25433
+ .v-timeline-divider__dot--size-small {
25434
+ height: 30px;
25435
+ width: 30px;
25614
25436
  }
25615
- .v-toolbar--collapse .v-toolbar-title {
25616
- display: none;
25437
+ .v-timeline-divider__dot--size-small .v-timeline-divider__inner-dot {
25438
+ height: calc(100% - 8px);
25439
+ width: calc(100% - 8px);
25617
25440
  }
25618
- .v-toolbar--flat {
25619
- 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));
25441
+ .v-timeline-divider__dot--size-default {
25442
+ height: 38px;
25443
+ width: 38px;
25620
25444
  }
25621
- .v-toolbar--floating {
25622
- display: inline-flex;
25445
+ .v-timeline-divider__dot--size-default .v-timeline-divider__inner-dot {
25446
+ height: calc(100% - 8px);
25447
+ width: calc(100% - 8px);
25623
25448
  }
25624
- .v-toolbar--rounded {
25625
- border-radius: 4px;
25449
+ .v-timeline-divider__dot--size-large {
25450
+ height: 46px;
25451
+ width: 46px;
25626
25452
  }
25627
-
25628
- .v-toolbar__content,
25629
- .v-toolbar__extension {
25630
- align-items: center;
25631
- display: flex;
25632
- flex: 0 0 auto;
25633
- position: relative;
25634
- transition: inherit;
25635
- width: 100%;
25636
- }
25637
-
25638
- .v-toolbar__content {
25639
- overflow: hidden;
25640
- }
25641
- .v-toolbar__content > .v-btn:first-child {
25642
- margin-inline-start: 4px;
25643
- }
25644
- .v-toolbar__content > .v-btn:last-child {
25645
- margin-inline-end: 4px;
25453
+ .v-timeline-divider__dot--size-large .v-timeline-divider__inner-dot {
25454
+ height: calc(100% - 8px);
25455
+ width: calc(100% - 8px);
25646
25456
  }
25647
- .v-toolbar__content > .v-toolbar-title {
25648
- margin-inline-start: 20px;
25457
+ .v-timeline-divider__dot--size-x-large {
25458
+ height: 54px;
25459
+ width: 54px;
25649
25460
  }
25650
- .v-toolbar--density-prominent .v-toolbar__content {
25651
- align-items: flex-start;
25461
+ .v-timeline-divider__dot--size-x-large .v-timeline-divider__inner-dot {
25462
+ height: calc(100% - 10px);
25463
+ width: calc(100% - 10px);
25652
25464
  }
25653
25465
 
25654
- .v-toolbar__image {
25466
+ .v-timeline-divider__inner-dot {
25467
+ align-items: center;
25468
+ border-radius: 50%;
25655
25469
  display: flex;
25656
- opacity: var(--v-toolbar-image-opacity, 1);
25657
- transition-property: opacity;
25658
- }
25659
- .v-toolbar__image {
25660
- position: absolute;
25661
- top: 0;
25662
- left: 0;
25663
- width: 100%;
25664
- height: 100%;
25470
+ justify-content: center;
25665
25471
  }
25666
25472
 
25667
- .v-toolbar__prepend,
25668
- .v-toolbar__append {
25669
- align-items: center;
25670
- align-self: stretch;
25671
- display: flex;
25473
+ /** Modifiers **/
25474
+ .v-timeline--horizontal.v-timeline--justify-center {
25475
+ grid-template-rows: minmax(auto, 50%) min-content minmax(auto, 50%);
25672
25476
  }
25673
25477
 
25674
- .v-toolbar__prepend {
25675
- margin-inline: 4px auto;
25478
+ .v-timeline--vertical.v-timeline--justify-center {
25479
+ grid-template-columns: minmax(auto, 50%) min-content minmax(auto, 50%);
25676
25480
  }
25677
25481
 
25678
- .v-toolbar__append {
25679
- margin-inline: auto 4px;
25482
+ .v-timeline--horizontal.v-timeline--justify-auto {
25483
+ grid-template-rows: auto min-content auto;
25680
25484
  }
25681
25485
 
25682
- .v-toolbar-title {
25683
- flex: 1 1;
25684
- font-size: 1.25rem;
25685
- min-width: 0;
25486
+ .v-timeline--vertical.v-timeline--justify-auto {
25487
+ grid-template-columns: auto min-content auto;
25686
25488
  }
25687
- .v-toolbar-title {
25688
- font-size: 1.25rem;
25689
- font-weight: 400;
25690
- letter-spacing: 0;
25691
- line-height: 1.75rem;
25692
- text-transform: none;
25489
+
25490
+ .v-timeline--horizontal.v-timeline--density-comfortable {
25491
+ height: 100%;
25693
25492
  }
25694
- .v-toolbar--density-prominent .v-toolbar-title {
25695
- align-self: flex-end;
25696
- padding-bottom: 6px;
25493
+ .v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-end {
25494
+ grid-template-rows: min-content min-content auto;
25697
25495
  }
25698
- .v-toolbar--density-prominent .v-toolbar-title {
25699
- font-size: 1.5rem;
25700
- font-weight: 400;
25701
- letter-spacing: 0;
25702
- line-height: 2.25rem;
25703
- text-transform: none;
25496
+ .v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-start {
25497
+ grid-template-rows: auto min-content min-content;
25704
25498
  }
25705
25499
 
25706
- .v-toolbar-title__placeholder {
25707
- overflow: hidden;
25708
- text-overflow: ellipsis;
25709
- white-space: nowrap;
25500
+ .v-timeline--vertical.v-timeline--density-comfortable {
25501
+ width: 100%;
25502
+ }
25503
+ .v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-end {
25504
+ grid-template-columns: min-content min-content auto;
25505
+ }
25506
+ .v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-start {
25507
+ grid-template-columns: auto min-content min-content;
25710
25508
  }
25711
25509
 
25712
- .v-toolbar-items {
25713
- display: flex;
25714
- height: inherit;
25715
- align-self: stretch;
25510
+ .v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-end {
25511
+ grid-template-rows: 0 min-content auto;
25716
25512
  }
25717
- .v-toolbar-items > .v-btn {
25718
- border-radius: 0;
25719
- }.v-timeline .v-timeline-divider__dot {
25720
- background: rgb(var(--v-theme-surface-light));
25513
+ .v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-start {
25514
+ grid-template-rows: auto min-content 0;
25721
25515
  }
25722
- .v-timeline .v-timeline-divider__inner-dot {
25723
- background: rgb(var(--v-theme-on-surface));
25516
+ .v-timeline--horizontal.v-timeline--density-compact .v-timeline-item__body {
25517
+ grid-row: 1;
25724
25518
  }
25725
25519
 
25726
- .v-timeline {
25727
- display: grid;
25728
- grid-auto-flow: dense;
25729
- position: relative;
25520
+ .v-timeline--vertical.v-timeline--density-compact.v-timeline--side-end {
25521
+ grid-template-columns: 0 min-content auto;
25730
25522
  }
25731
- .v-timeline--horizontal.v-timeline {
25732
- grid-column-gap: 24px;
25733
- width: 100%;
25523
+ .v-timeline--vertical.v-timeline--density-compact.v-timeline--side-start {
25524
+ grid-template-columns: auto min-content 0;
25734
25525
  }
25735
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
25526
+ .v-timeline--vertical.v-timeline--density-compact .v-timeline-item__body {
25527
+ grid-column: 3;
25528
+ }
25529
+
25530
+ .v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
25736
25531
  grid-row: 3;
25532
+ padding-block-end: initial;
25737
25533
  padding-block-start: 24px;
25738
25534
  }
25739
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
25535
+ .v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
25740
25536
  grid-row: 1;
25741
25537
  padding-block-end: 24px;
25742
- align-self: flex-end;
25538
+ padding-block-start: initial;
25743
25539
  }
25744
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
25540
+
25541
+ .v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
25542
+ grid-column: 3;
25543
+ padding-inline-start: 24px;
25544
+ padding-inline-end: initial;
25545
+ justify-self: flex-start;
25546
+ }
25547
+ .v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
25548
+ grid-column: 1;
25549
+ justify-self: flex-end;
25550
+ padding-inline-end: 24px;
25551
+ padding-inline-start: initial;
25552
+ }
25553
+
25554
+ .v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
25745
25555
  grid-row: 1;
25746
25556
  padding-block-end: 24px;
25747
- align-self: flex-end;
25557
+ padding-block-start: initial;
25748
25558
  }
25749
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
25559
+ .v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
25750
25560
  grid-row: 3;
25561
+ padding-block-end: initial;
25751
25562
  padding-block-start: 24px;
25752
25563
  }
25753
25564
 
25754
- .v-timeline--vertical.v-timeline {
25755
- row-gap: 24px;
25756
- height: 100%;
25757
- }
25758
- .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
25759
- padding-block-start: 24px;
25760
- }
25761
- .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
25762
- padding-block-end: 24px;
25763
- }
25764
- .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
25565
+ .v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
25765
25566
  grid-column: 1;
25567
+ justify-self: flex-end;
25766
25568
  padding-inline-end: 24px;
25767
25569
  }
25768
- .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
25769
- grid-column: 3;
25770
- padding-inline-start: 24px;
25771
- }
25772
- .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
25570
+ .v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
25773
25571
  grid-column: 3;
25774
25572
  padding-inline-start: 24px;
25775
- }
25776
- .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
25777
- grid-column: 1;
25778
- justify-self: flex-end;
25779
- padding-inline-end: 24px;
25573
+ justify-self: flex-start;
25780
25574
  }
25781
25575
 
25782
- .v-timeline-item {
25783
- display: contents;
25576
+ .v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
25577
+ height: inherit;
25578
+ width: inherit;
25784
25579
  }
25785
25580
 
25786
- .v-timeline-divider {
25787
- position: relative;
25788
- display: flex;
25789
- align-items: center;
25790
- }
25791
- .v-timeline--horizontal .v-timeline-divider {
25792
- flex-direction: row;
25793
- grid-row: 2;
25794
- width: 100%;
25581
+ .v-timeline--align-center {
25582
+ --v-timeline-line-size-base: 50%;
25583
+ --v-timeline-line-size-offset: 0px;
25795
25584
  }
25796
-
25797
- .v-timeline--vertical .v-timeline-divider {
25798
- height: 100%;
25799
- flex-direction: column;
25800
- grid-column: 2;
25585
+ .v-timeline--horizontal.v-timeline--align-center {
25586
+ justify-items: center;
25801
25587
  }
25802
-
25803
- .v-timeline-divider__before {
25804
- background: rgba(var(--v-border-color), var(--v-border-opacity));
25805
- position: absolute;
25588
+ .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body {
25589
+ padding-inline: 12px;
25806
25590
  }
25807
- .v-timeline--horizontal .v-timeline-divider__before {
25808
- height: var(--v-timeline-line-thickness);
25809
- width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25810
- inset-inline-start: -12px;
25811
- inset-inline-end: initial;
25591
+ .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
25592
+ padding-inline: 12px;
25812
25593
  }
25813
-
25814
- .v-timeline--vertical .v-timeline-divider__before {
25815
- height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25816
- width: var(--v-timeline-line-thickness);
25817
- top: -12px;
25594
+ .v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
25595
+ justify-content: center;
25818
25596
  }
25819
25597
 
25820
- .v-timeline-divider__after {
25821
- background: rgba(var(--v-border-color), var(--v-border-opacity));
25822
- position: absolute;
25598
+ .v-timeline--vertical.v-timeline--align-center {
25599
+ align-items: center;
25823
25600
  }
25824
- .v-timeline--horizontal .v-timeline-divider__after {
25825
- height: var(--v-timeline-line-thickness);
25826
- width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25827
- inset-inline-end: -12px;
25828
- inset-inline-start: initial;
25601
+ .v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
25602
+ justify-content: center;
25829
25603
  }
25830
25604
 
25831
- .v-timeline--vertical .v-timeline-divider__after {
25832
- height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25833
- width: var(--v-timeline-line-thickness);
25834
- bottom: -12px;
25605
+ .v-timeline--align-start {
25606
+ --v-timeline-line-size-base: 100%;
25607
+ --v-timeline-line-size-offset: 12px;
25835
25608
  }
25836
-
25837
- .v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__before {
25838
- height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25839
- top: 0;
25840
- }
25841
-
25842
- .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__before {
25843
- width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25844
- inset-inline-start: 0;
25845
- inset-inline-end: initial;
25846
- }
25847
-
25848
- .v-timeline--vertical .v-timeline-item:first-child .v-timeline-divider__after {
25849
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
25850
- }
25851
-
25852
- .v-timeline--horizontal .v-timeline-item:first-child .v-timeline-divider__after {
25853
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
25854
- inset-inline-end: -12px;
25855
- inset-inline-start: initial;
25856
- }
25857
-
25858
- .v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__before {
25859
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
25860
- }
25861
-
25862
- .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__before {
25863
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset) + var(--v-timeline-line-size-offset));
25864
- }
25865
-
25866
- .v-timeline--vertical .v-timeline-item:last-child .v-timeline-divider__after {
25867
- height: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25868
- bottom: 0;
25869
- }
25870
-
25871
- .v-timeline--horizontal .v-timeline-item:last-child .v-timeline-divider__after {
25872
- width: calc(var(--v-timeline-line-size-base) + 12px - var(--v-timeline-line-inset));
25873
- inset-inline-end: 0;
25874
- inset-inline-start: initial;
25875
- }
25876
-
25877
- .v-timeline--vertical .v-timeline-item:only-child .v-timeline-divider__after {
25878
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-line-inset));
25879
- }
25880
-
25881
- .v-timeline-divider__dot {
25882
- z-index: 1;
25883
- flex-shrink: 0;
25884
- border-radius: 50%;
25885
- display: flex;
25886
- justify-content: center;
25887
- align-items: center;
25888
- }
25889
- .v-timeline-divider__dot {
25890
- 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));
25891
- }
25892
- .v-timeline-divider__dot--size-x-small {
25893
- height: 22px;
25894
- width: 22px;
25895
- }
25896
- .v-timeline-divider__dot--size-x-small .v-timeline-divider__inner-dot {
25897
- height: calc(100% - 6px);
25898
- width: calc(100% - 6px);
25899
- }
25900
- .v-timeline-divider__dot--size-small {
25901
- height: 30px;
25902
- width: 30px;
25903
- }
25904
- .v-timeline-divider__dot--size-small .v-timeline-divider__inner-dot {
25905
- height: calc(100% - 8px);
25906
- width: calc(100% - 8px);
25907
- }
25908
- .v-timeline-divider__dot--size-default {
25909
- height: 38px;
25910
- width: 38px;
25911
- }
25912
- .v-timeline-divider__dot--size-default .v-timeline-divider__inner-dot {
25913
- height: calc(100% - 8px);
25914
- width: calc(100% - 8px);
25915
- }
25916
- .v-timeline-divider__dot--size-large {
25917
- height: 46px;
25918
- width: 46px;
25919
- }
25920
- .v-timeline-divider__dot--size-large .v-timeline-divider__inner-dot {
25921
- height: calc(100% - 8px);
25922
- width: calc(100% - 8px);
25923
- }
25924
- .v-timeline-divider__dot--size-x-large {
25925
- height: 54px;
25926
- width: 54px;
25927
- }
25928
- .v-timeline-divider__dot--size-x-large .v-timeline-divider__inner-dot {
25929
- height: calc(100% - 10px);
25930
- width: calc(100% - 10px);
25931
- }
25932
-
25933
- .v-timeline-divider__inner-dot {
25934
- align-items: center;
25935
- border-radius: 50%;
25936
- display: flex;
25937
- justify-content: center;
25938
- }
25939
-
25940
- /** Modifiers **/
25941
- .v-timeline--horizontal.v-timeline--justify-center {
25942
- grid-template-rows: minmax(auto, 50%) min-content minmax(auto, 50%);
25943
- }
25944
-
25945
- .v-timeline--vertical.v-timeline--justify-center {
25946
- grid-template-columns: minmax(auto, 50%) min-content minmax(auto, 50%);
25947
- }
25948
-
25949
- .v-timeline--horizontal.v-timeline--justify-auto {
25950
- grid-template-rows: auto min-content auto;
25951
- }
25952
-
25953
- .v-timeline--vertical.v-timeline--justify-auto {
25954
- grid-template-columns: auto min-content auto;
25955
- }
25956
-
25957
- .v-timeline--horizontal.v-timeline--density-comfortable {
25958
- height: 100%;
25959
- }
25960
- .v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-end {
25961
- grid-template-rows: min-content min-content auto;
25962
- }
25963
- .v-timeline--horizontal.v-timeline--density-comfortable.v-timeline--side-start {
25964
- grid-template-rows: auto min-content min-content;
25965
- }
25966
-
25967
- .v-timeline--vertical.v-timeline--density-comfortable {
25968
- width: 100%;
25969
- }
25970
- .v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-end {
25971
- grid-template-columns: min-content min-content auto;
25972
- }
25973
- .v-timeline--vertical.v-timeline--density-comfortable.v-timeline--side-start {
25974
- grid-template-columns: auto min-content min-content;
25975
- }
25976
-
25977
- .v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-end {
25978
- grid-template-rows: 0 min-content auto;
25979
- }
25980
- .v-timeline--horizontal.v-timeline--density-compact.v-timeline--side-start {
25981
- grid-template-rows: auto min-content 0;
25982
- }
25983
- .v-timeline--horizontal.v-timeline--density-compact .v-timeline-item__body {
25984
- grid-row: 1;
25985
- }
25986
-
25987
- .v-timeline--vertical.v-timeline--density-compact.v-timeline--side-end {
25988
- grid-template-columns: 0 min-content auto;
25989
- }
25990
- .v-timeline--vertical.v-timeline--density-compact.v-timeline--side-start {
25991
- grid-template-columns: auto min-content 0;
25992
- }
25993
- .v-timeline--vertical.v-timeline--density-compact .v-timeline-item__body {
25994
- grid-column: 3;
25995
- }
25996
-
25997
- .v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
25998
- grid-row: 3;
25999
- padding-block-end: initial;
26000
- padding-block-start: 24px;
26001
- }
26002
- .v-timeline--horizontal.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
26003
- grid-row: 1;
26004
- padding-block-end: 24px;
26005
- padding-block-start: initial;
26006
- }
26007
-
26008
- .v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__body {
26009
- grid-column: 3;
26010
- padding-inline-start: 24px;
26011
- padding-inline-end: initial;
26012
- justify-self: flex-start;
26013
- }
26014
- .v-timeline--vertical.v-timeline.v-timeline--side-end .v-timeline-item .v-timeline-item__opposite {
26015
- grid-column: 1;
26016
- justify-self: flex-end;
26017
- padding-inline-end: 24px;
26018
- padding-inline-start: initial;
26019
- }
26020
-
26021
- .v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
26022
- grid-row: 1;
26023
- padding-block-end: 24px;
26024
- padding-block-start: initial;
26025
- }
26026
- .v-timeline--horizontal.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
26027
- grid-row: 3;
26028
- padding-block-end: initial;
26029
- padding-block-start: 24px;
26030
- }
26031
-
26032
- .v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__body {
26033
- grid-column: 1;
26034
- justify-self: flex-end;
26035
- padding-inline-end: 24px;
26036
- }
26037
- .v-timeline--vertical.v-timeline.v-timeline--side-start .v-timeline-item .v-timeline-item__opposite {
26038
- grid-column: 3;
26039
- padding-inline-start: 24px;
26040
- justify-self: flex-start;
26041
- }
26042
-
26043
- .v-timeline-divider--fill-dot .v-timeline-divider__inner-dot {
26044
- height: inherit;
26045
- width: inherit;
26046
- }
26047
-
26048
- .v-timeline--align-center {
26049
- --v-timeline-line-size-base: 50%;
26050
- --v-timeline-line-size-offset: 0px;
26051
- }
26052
- .v-timeline--horizontal.v-timeline--align-center {
26053
- justify-items: center;
26054
- }
26055
- .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__body {
26056
- padding-inline: 12px;
26057
- }
26058
- .v-timeline--horizontal.v-timeline--align-center .v-timeline-item__opposite {
26059
- padding-inline: 12px;
26060
- }
26061
- .v-timeline--horizontal.v-timeline--align-center .v-timeline-divider {
26062
- justify-content: center;
26063
- }
26064
-
26065
- .v-timeline--vertical.v-timeline--align-center {
26066
- align-items: center;
26067
- }
26068
- .v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
26069
- justify-content: center;
26070
- }
26071
-
26072
- .v-timeline--align-start {
26073
- --v-timeline-line-size-base: 100%;
26074
- --v-timeline-line-size-offset: 12px;
26075
- }
26076
- .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
26077
- --v-timeline-line-size-offset: 24px;
25609
+ .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
25610
+ --v-timeline-line-size-offset: 24px;
26078
25611
  }
26079
25612
  .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
26080
25613
  --v-timeline-line-size-offset: -12px;
@@ -26134,28 +25667,180 @@ html.v-overlay-scroll-blocked {
26134
25667
 
26135
25668
  .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 {
26136
25669
  padding-inline-end: 0;
26137
- }.v-tooltip > .v-overlay__content {
26138
- background: rgb(var(--v-theme-surface-variant));
26139
- color: rgb(var(--v-theme-on-surface-variant));
26140
- border-radius: 4px;
26141
- font-size: 0.875rem;
26142
- line-height: 1.6;
26143
- display: inline-block;
26144
- padding: 5px 16px;
26145
- text-transform: initial;
26146
- width: auto;
26147
- opacity: 1;
26148
- pointer-events: none;
26149
- transition-property: opacity, transform;
26150
- overflow-wrap: break-word;
26151
- }
26152
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26153
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26154
- transition-duration: 150ms;
26155
- }
25670
+ }.v-toolbar {
25671
+ align-items: flex-start;
25672
+ display: flex;
25673
+ flex: none;
25674
+ flex-direction: column;
25675
+ justify-content: space-between;
25676
+ max-width: 100%;
25677
+ position: relative;
25678
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25679
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25680
+ width: 100%;
25681
+ }
25682
+ .v-toolbar {
25683
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25684
+ border-style: solid;
25685
+ border-width: 0;
25686
+ }
25687
+ .v-toolbar--border {
25688
+ border-width: thin;
25689
+ box-shadow: none;
25690
+ }
25691
+ .v-toolbar {
25692
+ 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));
25693
+ }
25694
+ .v-toolbar {
25695
+ border-radius: 0;
25696
+ }
25697
+ .v-toolbar {
25698
+ background: rgb(var(--v-theme-surface-light));
25699
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25700
+ }
25701
+ .v-toolbar--absolute {
25702
+ position: absolute;
25703
+ }
25704
+ .v-toolbar--collapse {
25705
+ max-width: 112px;
25706
+ overflow: hidden;
25707
+ border-end-end-radius: 24px;
25708
+ }
25709
+ .v-toolbar--collapse .v-toolbar-title {
25710
+ display: none;
25711
+ }
25712
+ .v-toolbar--flat {
25713
+ 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));
25714
+ }
25715
+ .v-toolbar--floating {
25716
+ display: inline-flex;
25717
+ }
25718
+ .v-toolbar--rounded {
25719
+ border-radius: 4px;
25720
+ }
25721
+
25722
+ .v-toolbar__content,
25723
+ .v-toolbar__extension {
25724
+ align-items: center;
25725
+ display: flex;
25726
+ flex: 0 0 auto;
25727
+ position: relative;
25728
+ transition: inherit;
25729
+ width: 100%;
25730
+ }
25731
+
25732
+ .v-toolbar__content {
25733
+ overflow: hidden;
25734
+ }
25735
+ .v-toolbar__content > .v-btn:first-child {
25736
+ margin-inline-start: 4px;
25737
+ }
25738
+ .v-toolbar__content > .v-btn:last-child {
25739
+ margin-inline-end: 4px;
25740
+ }
25741
+ .v-toolbar__content > .v-toolbar-title {
25742
+ margin-inline-start: 20px;
25743
+ }
25744
+ .v-toolbar--density-prominent .v-toolbar__content {
25745
+ align-items: flex-start;
25746
+ }
25747
+
25748
+ .v-toolbar__image {
25749
+ display: flex;
25750
+ opacity: var(--v-toolbar-image-opacity, 1);
25751
+ transition-property: opacity;
25752
+ }
25753
+ .v-toolbar__image {
25754
+ position: absolute;
25755
+ top: 0;
25756
+ left: 0;
25757
+ width: 100%;
25758
+ height: 100%;
25759
+ }
25760
+
25761
+ .v-toolbar__prepend,
25762
+ .v-toolbar__append {
25763
+ align-items: center;
25764
+ align-self: stretch;
25765
+ display: flex;
25766
+ }
25767
+
25768
+ .v-toolbar__prepend {
25769
+ margin-inline: 4px auto;
25770
+ }
25771
+
25772
+ .v-toolbar__append {
25773
+ margin-inline: auto 4px;
25774
+ }
25775
+
25776
+ .v-toolbar-title {
25777
+ flex: 1 1;
25778
+ font-size: 1.25rem;
25779
+ min-width: 0;
25780
+ }
25781
+ .v-toolbar-title {
25782
+ font-size: 1.25rem;
25783
+ font-weight: 400;
25784
+ letter-spacing: 0;
25785
+ line-height: 1.75rem;
25786
+ text-transform: none;
25787
+ }
25788
+ .v-toolbar--density-prominent .v-toolbar-title {
25789
+ align-self: flex-end;
25790
+ padding-bottom: 6px;
25791
+ }
25792
+ .v-toolbar--density-prominent .v-toolbar-title {
25793
+ font-size: 1.5rem;
25794
+ font-weight: 400;
25795
+ letter-spacing: 0;
25796
+ line-height: 2.25rem;
25797
+ text-transform: none;
25798
+ }
25799
+
25800
+ .v-toolbar-title__placeholder {
25801
+ overflow: hidden;
25802
+ text-overflow: ellipsis;
25803
+ white-space: nowrap;
25804
+ }
25805
+
25806
+ .v-toolbar-items {
25807
+ display: flex;
25808
+ height: inherit;
25809
+ align-self: stretch;
25810
+ }
25811
+ .v-toolbar-items > .v-btn {
25812
+ border-radius: 0;
25813
+ }.v-tooltip > .v-overlay__content {
25814
+ background: rgb(var(--v-theme-surface-variant));
25815
+ color: rgb(var(--v-theme-on-surface-variant));
25816
+ border-radius: 4px;
25817
+ font-size: 0.875rem;
25818
+ line-height: 1.6;
25819
+ display: inline-block;
25820
+ padding: 5px 16px;
25821
+ text-transform: initial;
25822
+ width: auto;
25823
+ opacity: 1;
25824
+ pointer-events: none;
25825
+ transition-property: opacity, transform;
25826
+ overflow-wrap: break-word;
25827
+ }
25828
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25829
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25830
+ transition-duration: 150ms;
25831
+ }
26156
25832
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26157
25833
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26158
25834
  transition-duration: 75ms;
25835
+ }.v-virtual-scroll {
25836
+ display: block;
25837
+ flex: 1 1 auto;
25838
+ max-width: 100%;
25839
+ overflow: auto;
25840
+ position: relative;
25841
+ }
25842
+ .v-virtual-scroll__container {
25843
+ display: block;
26159
25844
  }.v-window {
26160
25845
  overflow: hidden;
26161
25846
  }
@@ -26226,100 +25911,330 @@ html.v-overlay-scroll-blocked {
26226
25911
  }
26227
25912
  .v-window-y-reverse-transition-leave-to {
26228
25913
  transform: translateY(100%);
26229
- }.v-virtual-scroll {
26230
- display: block;
26231
- flex: 1 1 auto;
26232
- max-width: 100%;
26233
- overflow: auto;
26234
- position: relative;
25914
+ }.v-switch .v-label {
25915
+ padding-inline-start: 10px;
26235
25916
  }
26236
- .v-virtual-scroll__container {
26237
- display: block;
26238
- }.v-color-picker-canvas {
25917
+
25918
+ .v-switch__loader {
25919
+ display: flex;
25920
+ }
25921
+ .v-switch__loader .v-progress-circular {
25922
+ color: rgb(var(--v-theme-surface));
25923
+ }
25924
+
25925
+ .v-switch__track,
25926
+ .v-switch__thumb {
25927
+ transition: none;
25928
+ }
25929
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25930
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25931
+ background-color: rgb(var(--v-theme-error));
25932
+ color: rgb(var(--v-theme-on-error));
25933
+ }
25934
+
25935
+ .v-switch__track-true {
25936
+ margin-inline-end: auto;
25937
+ }
25938
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25939
+ opacity: 0;
25940
+ }
25941
+
25942
+ .v-switch__track-false {
25943
+ margin-inline-start: auto;
25944
+ }
25945
+ .v-selection-control--dirty .v-switch__track-false {
25946
+ opacity: 0;
25947
+ }
25948
+
25949
+ .v-switch__track {
25950
+ display: inline-flex;
25951
+ align-items: center;
25952
+ font-size: 0.5rem;
25953
+ padding: 0 5px;
25954
+ background-color: rgb(var(--v-theme-surface-variant));
25955
+ border-radius: 9999px;
25956
+ height: 14px;
25957
+ opacity: 0.6;
25958
+ min-width: 36px;
25959
+ cursor: pointer;
25960
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25961
+ }
25962
+ .v-switch--inset .v-switch__track {
25963
+ border-radius: 9999px;
25964
+ font-size: 0.75rem;
25965
+ height: 32px;
25966
+ min-width: 52px;
25967
+ }
25968
+
25969
+ .v-switch__thumb {
25970
+ align-items: center;
25971
+ background-color: rgb(var(--v-theme-surface-bright));
25972
+ color: rgb(var(--v-theme-on-surface-bright));
25973
+ border-radius: 50%;
26239
25974
  display: flex;
25975
+ font-size: 0.75rem;
25976
+ height: 20px;
25977
+ justify-content: center;
25978
+ width: 20px;
25979
+ pointer-events: none;
25980
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
26240
25981
  position: relative;
26241
25982
  overflow: hidden;
26242
- contain: content;
26243
- touch-action: none;
26244
25983
  }
26245
- .v-color-picker-canvas__dot {
25984
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25985
+ 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));
25986
+ }
25987
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25988
+ background: rgb(var(--v-theme-surface-variant));
25989
+ color: rgb(var(--v-theme-on-surface-variant));
25990
+ }
25991
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25992
+ 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));
25993
+ }
25994
+ .v-switch--inset .v-switch__thumb {
25995
+ height: 24px;
25996
+ width: 24px;
25997
+ transform: scale(0.6666666667);
25998
+ }
25999
+ .v-switch--inset .v-switch__thumb--filled {
26000
+ transform: none;
26001
+ }
26002
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
26003
+ transform: none;
26004
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
26005
+ }
26006
+
26007
+ .v-switch.v-input {
26008
+ flex: 0 1 auto;
26009
+ }
26010
+ .v-switch .v-selection-control {
26011
+ min-height: var(--v-input-control-height);
26012
+ }
26013
+ .v-switch .v-selection-control__input {
26014
+ border-radius: 50%;
26015
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
26016
+ position: absolute;
26017
+ }
26018
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
26019
+ transform: translateX(-10px);
26020
+ }
26021
+
26022
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
26023
+ transform: translateX(10px);
26024
+ }
26025
+
26026
+ .v-switch .v-selection-control__input .v-icon {
26027
+ position: absolute;
26028
+ }
26029
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
26030
+ transform: translateX(10px);
26031
+ }
26032
+
26033
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
26034
+ transform: translateX(-10px);
26035
+ }
26036
+
26037
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
26038
+ transform: scale(0.8);
26039
+ }
26040
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
26041
+ transform: scale(0.75);
26042
+ box-shadow: none;
26043
+ }
26044
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
26045
+ width: auto;
26046
+ }
26047
+ .v-switch.v-input--vertical .v-label {
26048
+ min-width: max-content;
26049
+ }
26050
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
26051
+ transform: rotate(-90deg);
26052
+ }
26053
+
26054
+ @media (forced-colors: active) {
26055
+ .v-switch .v-switch__loader .v-progress-circular {
26056
+ color: currentColor;
26057
+ }
26058
+ .v-switch .v-switch__thumb {
26059
+ background-color: buttontext;
26060
+ }
26061
+ .v-switch .v-switch__track,
26062
+ .v-switch .v-switch__thumb {
26063
+ border: 1px solid;
26064
+ color: buttontext;
26065
+ }
26066
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26067
+ background-color: highlight;
26068
+ }
26069
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
26070
+ background-color: highlight;
26071
+ }
26072
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
26073
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26074
+ color: highlight;
26075
+ }
26076
+ .v-switch.v-switch--inset .v-switch__track {
26077
+ border-width: 2px;
26078
+ }
26079
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26080
+ background-color: highlighttext;
26081
+ color: highlighttext;
26082
+ }
26083
+ .v-switch.v-input--disabled .v-switch__thumb {
26084
+ background-color: graytext;
26085
+ }
26086
+ .v-switch.v-input--disabled .v-switch__track,
26087
+ .v-switch.v-input--disabled .v-switch__thumb {
26088
+ color: graytext;
26089
+ }
26090
+ .v-switch.v-switch--loading .v-switch__thumb {
26091
+ background-color: canvas;
26092
+ }
26093
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
26094
+ border-width: 0;
26095
+ }
26096
+ }.v-combobox .v-field .v-text-field__prefix,
26097
+ .v-combobox .v-field .v-text-field__suffix,
26098
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
26099
+ cursor: text;
26100
+ }
26101
+ .v-combobox .v-field .v-field__input > input {
26102
+ flex: 1 1;
26103
+ }
26104
+ .v-combobox .v-field input {
26105
+ min-width: 64px;
26106
+ }
26107
+ .v-combobox .v-field:not(.v-field--focused) input {
26108
+ min-width: 0;
26109
+ }
26110
+ .v-combobox .v-field--dirty .v-combobox__selection {
26111
+ margin-inline-end: 2px;
26112
+ }
26113
+ .v-combobox .v-combobox__selection-text {
26114
+ overflow: hidden;
26115
+ text-overflow: ellipsis;
26116
+ white-space: nowrap;
26117
+ }
26118
+
26119
+ .v-combobox__content {
26120
+ overflow: hidden;
26121
+ }
26122
+ .v-combobox__content {
26123
+ 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));
26124
+ }
26125
+ .v-combobox__content {
26126
+ border-radius: 4px;
26127
+ }
26128
+ .v-combobox__mask {
26129
+ background: rgb(var(--v-theme-surface-light));
26130
+ }
26131
+ .v-combobox__selection {
26132
+ display: inline-flex;
26133
+ align-items: center;
26134
+ height: 1.5rem;
26135
+ letter-spacing: inherit;
26136
+ line-height: inherit;
26137
+ max-width: calc(100% - 2px - 2px);
26138
+ }
26139
+ .v-combobox__selection:first-child {
26140
+ margin-inline-start: 0;
26141
+ }
26142
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
26143
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
26144
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
26145
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
26146
+ top: 0px;
26147
+ }
26148
+ .v-combobox--selecting-index .v-combobox__selection {
26149
+ opacity: var(--v-medium-emphasis-opacity);
26150
+ }
26151
+ .v-combobox--selecting-index .v-combobox__selection--selected {
26152
+ opacity: 1;
26153
+ }
26154
+ .v-combobox--selecting-index .v-field__input > input {
26155
+ caret-color: transparent;
26156
+ }
26157
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
26158
+ flex: 1 1;
26246
26159
  position: absolute;
26247
- top: 0;
26248
26160
  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);
26161
+ right: 0;
26162
+ width: 100%;
26163
+ padding-inline: inherit;
26254
26164
  }
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);
26165
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
26166
+ transition: none;
26257
26167
  }
26258
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26259
- will-change: transform;
26260
- }.v-color-picker-swatches {
26261
- overflow-y: auto;
26168
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
26169
+ opacity: 0;
26262
26170
  }
26263
- .v-color-picker-swatches > div {
26171
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
26172
+ opacity: 0;
26173
+ }
26174
+ .v-combobox__menu-icon {
26175
+ margin-inline-start: 4px;
26176
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26177
+ }
26178
+ .v-combobox--active-menu .v-combobox__menu-icon {
26179
+ opacity: var(--v-high-emphasis-opacity);
26180
+ transform: rotate(180deg);
26181
+ }.v-breadcrumbs {
26264
26182
  display: flex;
26265
- flex-wrap: wrap;
26266
- justify-content: center;
26267
- padding: 8px;
26183
+ align-items: center;
26184
+ line-height: 1.6;
26185
+ padding: 16px 12px;
26186
+ }
26187
+ .v-breadcrumbs--rounded {
26188
+ border-radius: 4px;
26189
+ }
26190
+ .v-breadcrumbs--density-default {
26191
+ padding-top: 16px;
26192
+ padding-bottom: 16px;
26268
26193
  }
26269
26194
 
26270
- .v-color-picker-swatches__swatch {
26271
- display: flex;
26272
- flex-direction: column;
26273
- margin-bottom: 10px;
26195
+ .v-breadcrumbs--density-comfortable {
26196
+ padding-top: 12px;
26197
+ padding-bottom: 12px;
26198
+ }
26199
+
26200
+ .v-breadcrumbs--density-compact {
26201
+ padding-top: 8px;
26202
+ padding-bottom: 8px;
26274
26203
  }
26275
26204
 
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;
26205
+ .v-breadcrumbs__prepend {
26291
26206
  align-items: center;
26292
- justify-content: center;
26293
- width: 100%;
26294
- height: 100%;
26295
- }.v-color-picker-edit {
26296
- display: flex;
26297
- margin-top: 24px;
26207
+ display: inline-flex;
26298
26208
  }
26299
26209
 
26300
- .v-color-picker-edit__input {
26301
- width: 100%;
26302
- display: flex;
26303
- flex-wrap: wrap;
26304
- justify-content: center;
26305
- text-align: center;
26210
+ .v-breadcrumbs-item {
26211
+ align-items: center;
26212
+ color: inherit;
26213
+ display: inline-flex;
26214
+ padding: 0 4px;
26215
+ text-decoration: none;
26216
+ vertical-align: middle;
26306
26217
  }
26307
- .v-color-picker-edit__input:not(:last-child) {
26308
- margin-inline-end: 8px;
26218
+ .v-breadcrumbs-item--disabled {
26219
+ opacity: var(--v-disabled-opacity);
26220
+ pointer-events: none;
26309
26221
  }
26310
- .v-color-picker-edit__input input {
26311
- border-radius: 4px;
26312
- margin-bottom: 8px;
26313
- min-width: 0;
26314
- outline: none;
26315
- text-align: center;
26316
- width: 100%;
26317
- height: 32px;
26318
- background: rgba(var(--v-theme-surface-variant), 0.2);
26319
- color: rgba(var(--v-theme-on-surface));
26222
+ .v-breadcrumbs-item--link {
26223
+ color: inherit;
26224
+ text-decoration: none;
26320
26225
  }
26321
- .v-color-picker-edit__input span {
26322
- font-size: 0.75rem;
26226
+ .v-breadcrumbs-item--link:hover {
26227
+ text-decoration: underline;
26228
+ }
26229
+ .v-breadcrumbs-item .v-icon {
26230
+ font-size: 1rem;
26231
+ margin-inline: -4px 2px;
26232
+ }
26233
+
26234
+ .v-breadcrumbs-divider {
26235
+ display: inline-block;
26236
+ padding: 0 8px;
26237
+ vertical-align: middle;
26323
26238
  }.v-color-picker-preview__alpha .v-slider-track__background {
26324
26239
  background-color: transparent !important;
26325
26240
  }
@@ -26390,222 +26305,148 @@ html.v-overlay-scroll-blocked {
26390
26305
  .v-color-picker-preview__eye-dropper {
26391
26306
  position: relative;
26392
26307
  margin-right: 12px;
26393
- }.v-picker.v-sheet {
26394
- display: grid;
26395
- grid-auto-rows: min-content;
26396
- grid-template-areas: "title" "header" "body";
26308
+ }.v-color-picker-canvas {
26309
+ display: flex;
26310
+ position: relative;
26397
26311
  overflow: hidden;
26312
+ contain: content;
26313
+ touch-action: none;
26398
26314
  }
26399
- .v-picker.v-sheet {
26400
- 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));
26401
- }
26402
- .v-picker.v-sheet {
26403
- border-radius: 4px;
26404
- }
26405
- .v-picker.v-sheet.v-picker--with-actions {
26406
- grid-template-areas: "title" "header" "body" "actions";
26315
+ .v-color-picker-canvas__dot {
26316
+ position: absolute;
26317
+ top: 0;
26318
+ left: 0;
26319
+ width: 15px;
26320
+ height: 15px;
26321
+ background: transparent;
26322
+ border-radius: 50%;
26323
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26407
26324
  }
26408
-
26409
- .v-picker__body {
26410
- grid-area: body;
26411
- overflow: hidden;
26412
- position: relative;
26325
+ .v-color-picker-canvas__dot--disabled {
26326
+ 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);
26413
26327
  }
26414
-
26415
- .v-picker__header {
26416
- grid-area: header;
26328
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26329
+ will-change: transform;
26330
+ }.v-color-picker-edit {
26331
+ display: flex;
26332
+ margin-top: 24px;
26417
26333
  }
26418
26334
 
26419
- .v-picker__actions {
26420
- grid-area: actions;
26421
- padding: 0 12px 12px;
26335
+ .v-color-picker-edit__input {
26336
+ width: 100%;
26422
26337
  display: flex;
26423
- align-items: center;
26424
- justify-content: flex-end;
26425
- }
26426
- .v-picker__actions .v-btn {
26427
- min-width: 48px;
26338
+ flex-wrap: wrap;
26339
+ justify-content: center;
26340
+ text-align: center;
26428
26341
  }
26429
- .v-picker__actions .v-btn:not(:last-child) {
26342
+ .v-color-picker-edit__input:not(:last-child) {
26430
26343
  margin-inline-end: 8px;
26431
26344
  }
26432
-
26433
- .v-picker--landscape {
26434
- grid-template-areas: "title" "header body" "header body";
26435
- }
26436
-
26437
- .v-picker--landscape.v-picker--with-actions {
26438
- grid-template-areas: "title" "header body" "header actions";
26439
- }
26440
-
26441
- .v-picker-title {
26442
- text-transform: uppercase;
26443
- font-size: 0.75rem;
26444
- grid-area: title;
26445
- padding-inline: 24px 12px;
26446
- padding-top: 16px;
26447
- padding-bottom: 16px;
26448
- font-weight: 400;
26449
- letter-spacing: 0.1666666667em;
26450
- }.v-slider-thumb {
26451
- touch-action: none;
26452
- color: rgb(var(--v-theme-surface-variant));
26453
- }
26454
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26455
- color: inherit;
26456
- }
26457
-
26458
- .v-slider-thumb__label {
26459
- background: rgba(var(--v-theme-surface-variant), 0.7);
26460
- color: rgb(var(--v-theme-on-surface-variant));
26461
- }
26462
- .v-slider-thumb__label::before {
26463
- color: rgba(var(--v-theme-surface-variant), 0.7);
26464
- }
26465
-
26466
- .v-slider-thumb {
26345
+ .v-color-picker-edit__input input {
26346
+ border-radius: 4px;
26347
+ margin-bottom: 8px;
26348
+ min-width: 0;
26467
26349
  outline: none;
26468
- position: absolute;
26469
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26470
- }
26471
-
26472
- .v-slider-thumb__surface {
26473
- cursor: pointer;
26474
- width: var(--v-slider-thumb-size);
26475
- height: var(--v-slider-thumb-size);
26476
- border-radius: 50%;
26477
- -webkit-user-select: none;
26478
- user-select: none;
26479
- background-color: currentColor;
26480
- }
26481
- @media (forced-colors: active) {
26482
- .v-slider-thumb__surface {
26483
- background-color: highlight;
26484
- }
26485
- }
26486
- .v-slider-thumb__surface::before {
26487
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26488
- content: "";
26489
- color: inherit;
26490
- top: 0;
26491
- left: 0;
26350
+ text-align: center;
26492
26351
  width: 100%;
26493
- height: 100%;
26494
- border-radius: 50%;
26495
- background: currentColor;
26496
- position: absolute;
26497
- pointer-events: none;
26498
- opacity: 0;
26499
- }
26500
- .v-slider-thumb__surface::after {
26501
- content: "";
26502
- width: 42px;
26503
- height: 42px;
26504
- position: absolute;
26505
- top: 50%;
26506
- left: 50%;
26507
- transform: translate(-50%, -50%);
26352
+ height: 32px;
26353
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26354
+ color: rgba(var(--v-theme-on-surface));
26508
26355
  }
26509
-
26510
- .v-slider-thumb__label-container {
26511
- position: absolute;
26512
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26356
+ .v-color-picker-edit__input span {
26357
+ font-size: 0.75rem;
26358
+ }.v-color-picker-swatches {
26359
+ overflow-y: auto;
26513
26360
  }
26514
-
26515
- .v-slider-thumb__label {
26361
+ .v-color-picker-swatches > div {
26516
26362
  display: flex;
26517
- align-items: center;
26363
+ flex-wrap: wrap;
26518
26364
  justify-content: center;
26519
- font-size: 0.75rem;
26520
- min-width: 35px;
26521
- height: 25px;
26522
- border-radius: 4px;
26523
- padding: 6px;
26524
- position: absolute;
26525
- -webkit-user-select: none;
26526
- user-select: none;
26527
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26365
+ padding: 8px;
26528
26366
  }
26529
- .v-slider-thumb__label::before {
26530
- content: "";
26531
- width: 0;
26532
- height: 0;
26533
- position: absolute;
26367
+
26368
+ .v-color-picker-swatches__swatch {
26369
+ display: flex;
26370
+ flex-direction: column;
26371
+ margin-bottom: 10px;
26534
26372
  }
26535
26373
 
26536
- .v-slider-thumb__ripple {
26537
- position: absolute;
26538
- left: calc(var(--v-slider-thumb-size) / -2);
26539
- top: calc(var(--v-slider-thumb-size) / -2);
26540
- width: calc(var(--v-slider-thumb-size) * 2);
26541
- height: calc(var(--v-slider-thumb-size) * 2);
26542
- background: inherit;
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;
26543
26386
  }
26544
-
26545
- .v-slider.v-input--horizontal .v-slider-thumb {
26546
- top: 50%;
26547
- transform: translateY(-50%);
26548
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
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
+ }.v-picker.v-sheet {
26394
+ display: grid;
26395
+ grid-auto-rows: min-content;
26396
+ grid-template-areas: "title" "header" "body";
26397
+ overflow: hidden;
26549
26398
  }
26550
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26551
- left: calc(var(--v-slider-thumb-size) / 2);
26552
- top: 0;
26399
+ .v-picker.v-sheet {
26400
+ 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));
26553
26401
  }
26554
- .v-slider.v-input--horizontal .v-slider-thumb__label {
26555
- bottom: calc(var(--v-slider-thumb-size) / 2);
26402
+ .v-picker.v-sheet {
26403
+ border-radius: 4px;
26556
26404
  }
26557
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26558
- transform: translateX(-50%);
26405
+ .v-picker.v-sheet.v-picker--with-actions {
26406
+ grid-template-areas: "title" "header" "body" "actions";
26559
26407
  }
26560
26408
 
26561
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26562
- transform: translateX(50%);
26409
+ .v-picker__body {
26410
+ grid-area: body;
26411
+ overflow: hidden;
26412
+ position: relative;
26563
26413
  }
26564
26414
 
26565
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26566
- border-left: 6px solid transparent;
26567
- border-right: 6px solid transparent;
26568
- border-top: 6px solid currentColor;
26569
- bottom: -6px;
26415
+ .v-picker__header {
26416
+ grid-area: header;
26570
26417
  }
26571
26418
 
26572
- .v-slider.v-input--vertical .v-slider-thumb {
26573
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26574
- }
26575
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
26576
- top: calc(var(--v-slider-thumb-size) / 2);
26577
- right: 0;
26419
+ .v-picker__actions {
26420
+ grid-area: actions;
26421
+ padding: 0 12px 12px;
26422
+ display: flex;
26423
+ align-items: center;
26424
+ justify-content: flex-end;
26578
26425
  }
26579
- .v-slider.v-input--vertical .v-slider-thumb__label {
26580
- top: -12.5px;
26581
- left: calc(var(--v-slider-thumb-size) / 2);
26426
+ .v-picker__actions .v-btn {
26427
+ min-width: 48px;
26582
26428
  }
26583
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
26584
- border-right: 6px solid currentColor;
26585
- border-top: 6px solid transparent;
26586
- border-bottom: 6px solid transparent;
26587
- left: -6px;
26429
+ .v-picker__actions .v-btn:not(:last-child) {
26430
+ margin-inline-end: 8px;
26588
26431
  }
26589
26432
 
26590
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
26591
- transform: scale(2);
26592
- opacity: var(--v-focus-opacity);
26433
+ .v-picker--landscape {
26434
+ grid-template-areas: "title" "header body" "header body";
26593
26435
  }
26594
26436
 
26595
- .v-slider-thumb--pressed {
26596
- transition: none;
26597
- }
26598
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26599
- opacity: var(--v-pressed-opacity);
26437
+ .v-picker--landscape.v-picker--with-actions {
26438
+ grid-template-areas: "title" "header body" "header actions";
26600
26439
  }
26601
26440
 
26602
- @media (hover: hover) {
26603
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
26604
- transform: scale(2);
26605
- }
26606
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26607
- opacity: var(--v-hover-opacity);
26608
- }
26441
+ .v-picker-title {
26442
+ text-transform: uppercase;
26443
+ font-size: 0.75rem;
26444
+ grid-area: title;
26445
+ padding-inline: 24px 12px;
26446
+ padding-top: 16px;
26447
+ padding-bottom: 16px;
26448
+ font-weight: 400;
26449
+ letter-spacing: 0.1666666667em;
26609
26450
  }.v-slider-track__background {
26610
26451
  background-color: rgb(var(--v-theme-surface-variant));
26611
26452
  }
@@ -26784,4 +26625,163 @@ html.v-overlay-scroll-blocked {
26784
26625
 
26785
26626
  .v-slider-track__background--opacity {
26786
26627
  opacity: 0.38;
26628
+ }.v-slider-thumb {
26629
+ touch-action: none;
26630
+ color: rgb(var(--v-theme-surface-variant));
26631
+ }
26632
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26633
+ color: inherit;
26634
+ }
26635
+
26636
+ .v-slider-thumb__label {
26637
+ background: rgba(var(--v-theme-surface-variant), 0.7);
26638
+ color: rgb(var(--v-theme-on-surface-variant));
26639
+ }
26640
+ .v-slider-thumb__label::before {
26641
+ color: rgba(var(--v-theme-surface-variant), 0.7);
26642
+ }
26643
+
26644
+ .v-slider-thumb {
26645
+ outline: none;
26646
+ position: absolute;
26647
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26648
+ }
26649
+
26650
+ .v-slider-thumb__surface {
26651
+ cursor: pointer;
26652
+ width: var(--v-slider-thumb-size);
26653
+ height: var(--v-slider-thumb-size);
26654
+ border-radius: 50%;
26655
+ -webkit-user-select: none;
26656
+ user-select: none;
26657
+ background-color: currentColor;
26658
+ }
26659
+ @media (forced-colors: active) {
26660
+ .v-slider-thumb__surface {
26661
+ background-color: highlight;
26662
+ }
26663
+ }
26664
+ .v-slider-thumb__surface::before {
26665
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26666
+ content: "";
26667
+ color: inherit;
26668
+ top: 0;
26669
+ left: 0;
26670
+ width: 100%;
26671
+ height: 100%;
26672
+ border-radius: 50%;
26673
+ background: currentColor;
26674
+ position: absolute;
26675
+ pointer-events: none;
26676
+ opacity: 0;
26677
+ }
26678
+ .v-slider-thumb__surface::after {
26679
+ content: "";
26680
+ width: 42px;
26681
+ height: 42px;
26682
+ position: absolute;
26683
+ top: 50%;
26684
+ left: 50%;
26685
+ transform: translate(-50%, -50%);
26686
+ }
26687
+
26688
+ .v-slider-thumb__label-container {
26689
+ position: absolute;
26690
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26691
+ }
26692
+
26693
+ .v-slider-thumb__label {
26694
+ display: flex;
26695
+ align-items: center;
26696
+ justify-content: center;
26697
+ font-size: 0.75rem;
26698
+ min-width: 35px;
26699
+ height: 25px;
26700
+ border-radius: 4px;
26701
+ padding: 6px;
26702
+ position: absolute;
26703
+ -webkit-user-select: none;
26704
+ user-select: none;
26705
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26706
+ }
26707
+ .v-slider-thumb__label::before {
26708
+ content: "";
26709
+ width: 0;
26710
+ height: 0;
26711
+ position: absolute;
26712
+ }
26713
+
26714
+ .v-slider-thumb__ripple {
26715
+ position: absolute;
26716
+ left: calc(var(--v-slider-thumb-size) / -2);
26717
+ top: calc(var(--v-slider-thumb-size) / -2);
26718
+ width: calc(var(--v-slider-thumb-size) * 2);
26719
+ height: calc(var(--v-slider-thumb-size) * 2);
26720
+ background: inherit;
26721
+ }
26722
+
26723
+ .v-slider.v-input--horizontal .v-slider-thumb {
26724
+ top: 50%;
26725
+ transform: translateY(-50%);
26726
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26727
+ }
26728
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26729
+ left: calc(var(--v-slider-thumb-size) / 2);
26730
+ top: 0;
26731
+ }
26732
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
26733
+ bottom: calc(var(--v-slider-thumb-size) / 2);
26734
+ }
26735
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26736
+ transform: translateX(-50%);
26737
+ }
26738
+
26739
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26740
+ transform: translateX(50%);
26741
+ }
26742
+
26743
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26744
+ border-left: 6px solid transparent;
26745
+ border-right: 6px solid transparent;
26746
+ border-top: 6px solid currentColor;
26747
+ bottom: -6px;
26748
+ }
26749
+
26750
+ .v-slider.v-input--vertical .v-slider-thumb {
26751
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26752
+ }
26753
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
26754
+ top: calc(var(--v-slider-thumb-size) / 2);
26755
+ right: 0;
26756
+ }
26757
+ .v-slider.v-input--vertical .v-slider-thumb__label {
26758
+ top: -12.5px;
26759
+ left: calc(var(--v-slider-thumb-size) / 2);
26760
+ }
26761
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
26762
+ border-right: 6px solid currentColor;
26763
+ border-top: 6px solid transparent;
26764
+ border-bottom: 6px solid transparent;
26765
+ left: -6px;
26766
+ }
26767
+
26768
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
26769
+ transform: scale(2);
26770
+ opacity: var(--v-focus-opacity);
26771
+ }
26772
+
26773
+ .v-slider-thumb--pressed {
26774
+ transition: none;
26775
+ }
26776
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26777
+ opacity: var(--v-pressed-opacity);
26778
+ }
26779
+
26780
+ @media (hover: hover) {
26781
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
26782
+ transform: scale(2);
26783
+ }
26784
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26785
+ opacity: var(--v-hover-opacity);
26786
+ }
26787
26787
  }