@vuetify/nightly 3.7.1-master.2024-09-11 → 3.7.1-master.2024-09-13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.1-master.2024-09-11
2
+ * Vuetify v3.7.1-master.2024-09-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,18 +17978,6 @@ html.overflow-y-hidden {
17978
17978
  .v-ripple__animation--out {
17979
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17980
17980
  opacity: 0;
17981
- }.v-app-bar {
17982
- display: flex;
17983
- }
17984
- .v-app-bar.v-toolbar {
17985
- background: rgb(var(--v-theme-surface));
17986
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17987
- }
17988
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17989
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17990
- }
17991
- .v-app-bar:not(.v-toolbar--absolute) {
17992
- padding-inline-end: var(--v-scrollbar-offset);
17993
17981
  }.v-application {
17994
17982
  display: flex;
17995
17983
  background: rgb(var(--v-theme-background));
@@ -18006,164 +17994,18 @@ html.overflow-y-hidden {
18006
17994
  min-height: 100vh;
18007
17995
  min-height: 100dvh;
18008
17996
  position: relative;
18009
- }.v-autocomplete .v-field .v-text-field__prefix,
18010
- .v-autocomplete .v-field .v-text-field__suffix,
18011
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18012
- cursor: text;
18013
- }
18014
- .v-autocomplete .v-field .v-field__input > input {
18015
- flex: 1 1;
18016
- }
18017
- .v-autocomplete .v-field input {
18018
- min-width: 64px;
18019
- }
18020
- .v-autocomplete .v-field:not(.v-field--focused) input {
18021
- min-width: 0;
18022
- }
18023
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18024
- margin-inline-end: 2px;
18025
- }
18026
- .v-autocomplete .v-autocomplete__selection-text {
18027
- overflow: hidden;
18028
- text-overflow: ellipsis;
18029
- white-space: nowrap;
17997
+ }.v-app-bar {
17998
+ display: flex;
18030
17999
  }
18031
-
18032
- .v-autocomplete__content {
18033
- overflow: hidden;
18000
+ .v-app-bar.v-toolbar {
18001
+ background: rgb(var(--v-theme-surface));
18002
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18034
18003
  }
18035
- .v-autocomplete__content {
18004
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18036
18005
  box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18037
18006
  }
18038
- .v-autocomplete__content {
18039
- border-radius: 4px;
18040
- }
18041
- .v-autocomplete__mask {
18042
- background: rgb(var(--v-theme-surface-light));
18043
- }
18044
- .v-autocomplete__selection {
18045
- display: inline-flex;
18046
- align-items: center;
18047
- height: 1.5rem;
18048
- letter-spacing: inherit;
18049
- line-height: inherit;
18050
- max-width: calc(100% - 2px - 2px);
18051
- }
18052
- .v-autocomplete__selection:first-child {
18053
- margin-inline-start: 0;
18054
- }
18055
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18056
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18057
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18058
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18059
- top: 0px;
18060
- }
18061
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18062
- opacity: var(--v-medium-emphasis-opacity);
18063
- }
18064
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18065
- opacity: 1;
18066
- }
18067
- .v-autocomplete--selecting-index .v-field__input > input {
18068
- caret-color: transparent;
18069
- }
18070
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18071
- flex: 1 1;
18072
- position: absolute;
18073
- left: 0;
18074
- right: 0;
18075
- width: 100%;
18076
- padding-inline: inherit;
18077
- }
18078
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18079
- transition: none;
18080
- }
18081
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18082
- opacity: 0;
18083
- }
18084
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18085
- opacity: 0;
18086
- }
18087
- .v-autocomplete__menu-icon {
18088
- margin-inline-start: 4px;
18089
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18090
- }
18091
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18092
- opacity: var(--v-high-emphasis-opacity);
18093
- transform: rotate(180deg);
18094
- }.v-badge {
18095
- display: inline-block;
18096
- line-height: 1;
18097
- }
18098
-
18099
- .v-badge__badge {
18100
- align-items: center;
18101
- display: inline-flex;
18102
- border-radius: 10px;
18103
- font-size: 0.75rem;
18104
- font-weight: 500;
18105
- height: 1.25rem;
18106
- justify-content: center;
18107
- min-width: 20px;
18108
- padding: 4px 6px;
18109
- pointer-events: auto;
18110
- position: absolute;
18111
- text-align: center;
18112
- text-indent: 0;
18113
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18114
- white-space: nowrap;
18115
- }
18116
- .v-badge__badge {
18117
- background: rgb(var(--v-theme-surface-variant));
18118
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18119
- }
18120
- .v-badge--bordered .v-badge__badge::after {
18121
- border-radius: inherit;
18122
- border-style: solid;
18123
- border-width: 2px;
18124
- bottom: 0;
18125
- color: rgb(var(--v-theme-background));
18126
- content: "";
18127
- left: 0;
18128
- position: absolute;
18129
- right: 0;
18130
- top: 0;
18131
- transform: scale(1.05);
18132
- }
18133
- .v-badge--dot .v-badge__badge {
18134
- border-radius: 4.5px;
18135
- height: 9px;
18136
- min-width: 0;
18137
- padding: 0;
18138
- width: 9px;
18139
- }
18140
- .v-badge--dot .v-badge__badge::after {
18141
- border-width: 1.5px;
18142
- }
18143
- .v-badge--inline .v-badge__badge {
18144
- position: relative;
18145
- vertical-align: middle;
18146
- }
18147
- .v-badge__badge .v-icon {
18148
- color: inherit;
18149
- font-size: 0.75rem;
18150
- margin: 0 -2px;
18151
- }
18152
- .v-badge__badge img,
18153
- .v-badge__badge .v-img {
18154
- height: 100%;
18155
- width: 100%;
18156
- }
18157
-
18158
- .v-badge__wrapper {
18159
- display: flex;
18160
- position: relative;
18161
- }
18162
- .v-badge--inline .v-badge__wrapper {
18163
- align-items: center;
18164
- display: inline-flex;
18165
- justify-content: center;
18166
- margin: 0 4px;
18007
+ .v-app-bar:not(.v-toolbar--absolute) {
18008
+ padding-inline-end: var(--v-scrollbar-offset);
18167
18009
  }.v-alert {
18168
18010
  display: grid;
18169
18011
  flex: 1 1;
@@ -18380,61 +18222,146 @@ html.overflow-y-hidden {
18380
18222
  text-transform: none;
18381
18223
  word-break: normal;
18382
18224
  word-wrap: break-word;
18383
- }.v-avatar {
18384
- flex: none;
18385
- align-items: center;
18386
- display: inline-flex;
18387
- justify-content: center;
18388
- line-height: normal;
18389
- overflow: hidden;
18390
- position: relative;
18391
- text-align: center;
18392
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18393
- transition-property: width, height;
18394
- vertical-align: middle;
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;
18395
18229
  }
18396
- .v-avatar.v-avatar--size-x-small {
18397
- --v-avatar-height: 24px;
18230
+ .v-autocomplete .v-field .v-field__input > input {
18231
+ flex: 1 1;
18398
18232
  }
18399
- .v-avatar.v-avatar--size-small {
18400
- --v-avatar-height: 32px;
18233
+ .v-autocomplete .v-field input {
18234
+ min-width: 64px;
18401
18235
  }
18402
- .v-avatar.v-avatar--size-default {
18403
- --v-avatar-height: 40px;
18236
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18237
+ min-width: 0;
18404
18238
  }
18405
- .v-avatar.v-avatar--size-large {
18406
- --v-avatar-height: 48px;
18239
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18240
+ margin-inline-end: 2px;
18407
18241
  }
18408
- .v-avatar.v-avatar--size-x-large {
18409
- --v-avatar-height: 56px;
18242
+ .v-autocomplete .v-autocomplete__selection-text {
18243
+ overflow: hidden;
18244
+ text-overflow: ellipsis;
18245
+ white-space: nowrap;
18410
18246
  }
18411
- .v-avatar.v-avatar--density-default {
18412
- height: calc(var(--v-avatar-height) + 0px);
18413
- width: calc(var(--v-avatar-height) + 0px);
18247
+
18248
+ .v-autocomplete__content {
18249
+ overflow: hidden;
18414
18250
  }
18415
- .v-avatar.v-avatar--density-comfortable {
18416
- height: calc(var(--v-avatar-height) + -4px);
18417
- width: calc(var(--v-avatar-height) + -4px);
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));
18418
18253
  }
18419
- .v-avatar.v-avatar--density-compact {
18420
- height: calc(var(--v-avatar-height) + -8px);
18421
- width: calc(var(--v-avatar-height) + -8px);
18254
+ .v-autocomplete__content {
18255
+ border-radius: 4px;
18422
18256
  }
18423
- .v-avatar {
18424
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18425
- border-style: solid;
18426
- border-width: 0;
18257
+ .v-autocomplete__mask {
18258
+ background: rgb(var(--v-theme-surface-light));
18427
18259
  }
18428
- .v-avatar--border {
18429
- border-width: thin;
18430
- box-shadow: none;
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);
18431
18267
  }
18432
- .v-avatar {
18433
- border-radius: 50%;
18268
+ .v-autocomplete__selection:first-child {
18269
+ margin-inline-start: 0;
18434
18270
  }
18435
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18436
- background: transparent;
18437
- color: inherit;
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
+ }.v-avatar {
18311
+ flex: none;
18312
+ align-items: center;
18313
+ display: inline-flex;
18314
+ justify-content: center;
18315
+ line-height: normal;
18316
+ overflow: hidden;
18317
+ position: relative;
18318
+ text-align: center;
18319
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18320
+ transition-property: width, height;
18321
+ vertical-align: middle;
18322
+ }
18323
+ .v-avatar.v-avatar--size-x-small {
18324
+ --v-avatar-height: 24px;
18325
+ }
18326
+ .v-avatar.v-avatar--size-small {
18327
+ --v-avatar-height: 32px;
18328
+ }
18329
+ .v-avatar.v-avatar--size-default {
18330
+ --v-avatar-height: 40px;
18331
+ }
18332
+ .v-avatar.v-avatar--size-large {
18333
+ --v-avatar-height: 48px;
18334
+ }
18335
+ .v-avatar.v-avatar--size-x-large {
18336
+ --v-avatar-height: 56px;
18337
+ }
18338
+ .v-avatar.v-avatar--density-default {
18339
+ height: calc(var(--v-avatar-height) + 0px);
18340
+ width: calc(var(--v-avatar-height) + 0px);
18341
+ }
18342
+ .v-avatar.v-avatar--density-comfortable {
18343
+ height: calc(var(--v-avatar-height) + -4px);
18344
+ width: calc(var(--v-avatar-height) + -4px);
18345
+ }
18346
+ .v-avatar.v-avatar--density-compact {
18347
+ height: calc(var(--v-avatar-height) + -8px);
18348
+ width: calc(var(--v-avatar-height) + -8px);
18349
+ }
18350
+ .v-avatar {
18351
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18352
+ border-style: solid;
18353
+ border-width: 0;
18354
+ }
18355
+ .v-avatar--border {
18356
+ border-width: thin;
18357
+ box-shadow: none;
18358
+ }
18359
+ .v-avatar {
18360
+ border-radius: 50%;
18361
+ }
18362
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18363
+ background: transparent;
18364
+ color: inherit;
18438
18365
  }
18439
18366
  .v-avatar--variant-plain {
18440
18367
  opacity: 0.62;
@@ -18486,6 +18413,79 @@ html.overflow-y-hidden {
18486
18413
  .v-avatar .v-img {
18487
18414
  height: 100%;
18488
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;
18489
18489
  }.v-banner {
18490
18490
  display: grid;
18491
18491
  flex: 1 1;
@@ -18715,40 +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
- }.bottom-sheet-transition-enter-from {
18719
- transform: translateY(100%);
18720
- }
18721
- .bottom-sheet-transition-leave-to {
18722
- transform: translateY(100%);
18723
- }
18724
-
18725
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18726
- align-self: flex-end;
18727
- border-radius: 0;
18728
- flex: 0 1 auto;
18729
- left: 0;
18730
- right: 0;
18731
- margin-inline: 0;
18732
- margin-bottom: 0;
18733
- transition-duration: 0.2s;
18734
- width: 100%;
18735
- max-width: 100%;
18736
- overflow: visible;
18737
- }
18738
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18739
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18740
- }
18741
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18742
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18743
- border-radius: 0;
18744
- }
18745
- .v-bottom-sheet.v-bottom-sheet--inset {
18746
- max-width: none;
18747
- }
18748
- @media (min-width: 600px) {
18749
- .v-bottom-sheet.v-bottom-sheet--inset {
18750
- max-width: 70%;
18751
- }
18752
18718
  }.v-breadcrumbs {
18753
18719
  display: flex;
18754
18720
  align-items: center;
@@ -18806,70 +18772,40 @@ html.overflow-y-hidden {
18806
18772
  display: inline-block;
18807
18773
  padding: 0 8px;
18808
18774
  vertical-align: middle;
18809
- }.v-btn-group {
18810
- display: inline-flex;
18811
- flex-wrap: nowrap;
18812
- max-width: 100%;
18813
- min-width: 0;
18814
- overflow: hidden;
18815
- vertical-align: middle;
18816
- }
18817
- .v-btn-group {
18818
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18819
- border-style: solid;
18820
- border-width: 0;
18821
- }
18822
- .v-btn-group--border {
18823
- border-width: thin;
18824
- box-shadow: none;
18825
- }
18826
- .v-btn-group {
18827
- 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));
18828
- }
18829
- .v-btn-group {
18830
- border-radius: 4px;
18831
- }
18832
- .v-btn-group {
18833
- background: transparent;
18834
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18775
+ }.bottom-sheet-transition-enter-from {
18776
+ transform: translateY(100%);
18835
18777
  }
18836
- .v-btn-group--density-default.v-btn-group {
18837
- height: 48px;
18778
+ .bottom-sheet-transition-leave-to {
18779
+ transform: translateY(100%);
18838
18780
  }
18839
18781
 
18840
- .v-btn-group--density-comfortable.v-btn-group {
18841
- height: 40px;
18782
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18783
+ align-self: flex-end;
18784
+ border-radius: 0;
18785
+ flex: 0 1 auto;
18786
+ left: 0;
18787
+ right: 0;
18788
+ margin-inline: 0;
18789
+ margin-bottom: 0;
18790
+ transition-duration: 0.2s;
18791
+ width: 100%;
18792
+ max-width: 100%;
18793
+ overflow: visible;
18842
18794
  }
18843
-
18844
- .v-btn-group--density-compact.v-btn-group {
18845
- height: 36px;
18795
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18796
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18846
18797
  }
18847
-
18848
- .v-btn-group .v-btn {
18798
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18799
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18849
18800
  border-radius: 0;
18850
- border-color: inherit;
18851
18801
  }
18852
- .v-btn-group .v-btn:not(:last-child) {
18853
- border-inline-end: none;
18802
+ .v-bottom-sheet.v-bottom-sheet--inset {
18803
+ max-width: none;
18854
18804
  }
18855
- .v-btn-group .v-btn:not(:first-child) {
18856
- border-inline-start: none;
18857
- }
18858
- .v-btn-group .v-btn:first-child {
18859
- border-start-start-radius: inherit;
18860
- border-end-start-radius: inherit;
18861
- }
18862
- .v-btn-group .v-btn:last-child {
18863
- border-start-end-radius: inherit;
18864
- border-end-end-radius: inherit;
18865
- }
18866
- .v-btn-group--divided .v-btn:not(:last-child) {
18867
- border-inline-end-width: thin;
18868
- border-inline-end-style: solid;
18869
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18870
- }
18871
- .v-btn-group--tile {
18872
- border-radius: 0;
18805
+ @media (min-width: 600px) {
18806
+ .v-bottom-sheet.v-bottom-sheet--inset {
18807
+ max-width: 70%;
18808
+ }
18873
18809
  }.v-btn {
18874
18810
  align-items: center;
18875
18811
  border-radius: 4px;
@@ -19294,6 +19230,70 @@ html.overflow-y-hidden {
19294
19230
  }
19295
19231
  .v-pagination__item--is-active .v-btn__overlay {
19296
19232
  opacity: var(--v-border-opacity);
19233
+ }.v-btn-group {
19234
+ display: inline-flex;
19235
+ flex-wrap: nowrap;
19236
+ max-width: 100%;
19237
+ min-width: 0;
19238
+ overflow: hidden;
19239
+ vertical-align: middle;
19240
+ }
19241
+ .v-btn-group {
19242
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19243
+ border-style: solid;
19244
+ border-width: 0;
19245
+ }
19246
+ .v-btn-group--border {
19247
+ border-width: thin;
19248
+ box-shadow: none;
19249
+ }
19250
+ .v-btn-group {
19251
+ 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));
19252
+ }
19253
+ .v-btn-group {
19254
+ border-radius: 4px;
19255
+ }
19256
+ .v-btn-group {
19257
+ background: transparent;
19258
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19259
+ }
19260
+ .v-btn-group--density-default.v-btn-group {
19261
+ height: 48px;
19262
+ }
19263
+
19264
+ .v-btn-group--density-comfortable.v-btn-group {
19265
+ height: 40px;
19266
+ }
19267
+
19268
+ .v-btn-group--density-compact.v-btn-group {
19269
+ height: 36px;
19270
+ }
19271
+
19272
+ .v-btn-group .v-btn {
19273
+ border-radius: 0;
19274
+ border-color: inherit;
19275
+ }
19276
+ .v-btn-group .v-btn:not(:last-child) {
19277
+ border-inline-end: none;
19278
+ }
19279
+ .v-btn-group .v-btn:not(:first-child) {
19280
+ border-inline-start: none;
19281
+ }
19282
+ .v-btn-group .v-btn:first-child {
19283
+ border-start-start-radius: inherit;
19284
+ border-end-start-radius: inherit;
19285
+ }
19286
+ .v-btn-group .v-btn:last-child {
19287
+ border-start-end-radius: inherit;
19288
+ border-end-end-radius: inherit;
19289
+ }
19290
+ .v-btn-group--divided .v-btn:not(:last-child) {
19291
+ border-inline-end-width: thin;
19292
+ border-inline-end-style: solid;
19293
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19294
+ }
19295
+ .v-btn-group--tile {
19296
+ border-radius: 0;
19297
19297
  }.v-card {
19298
19298
  display: block;
19299
19299
  overflow: hidden;
@@ -20143,91 +20143,6 @@ html.overflow-y-hidden {
20143
20143
  }
20144
20144
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20145
20145
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20146
- }.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
20146
  }.v-counter {
20232
20147
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20233
20148
  flex: 0 1 auto;
@@ -20507,6 +20422,12 @@ html.overflow-y-hidden {
20507
20422
 
20508
20423
  .v-date-picker__title {
20509
20424
  display: inline-block;
20425
+ }.v-date-picker {
20426
+ overflow: hidden;
20427
+ width: 328px;
20428
+ }
20429
+ .v-date-picker--show-week {
20430
+ width: 368px;
20510
20431
  }.v-date-picker-header {
20511
20432
  align-items: flex-end;
20512
20433
  height: 70px;
@@ -20567,12 +20488,6 @@ html.overflow-y-hidden {
20567
20488
  .date-picker-header-reverse-transition-leave-to {
20568
20489
  opacity: 0;
20569
20490
  transform: translate(0, 100%);
20570
- }.v-date-picker {
20571
- overflow: hidden;
20572
- width: 328px;
20573
- }
20574
- .v-date-picker--show-week {
20575
- width: 368px;
20576
20491
  }.v-date-picker-month {
20577
20492
  display: flex;
20578
20493
  justify-content: center;
@@ -20881,6 +20796,75 @@ html.overflow-y-hidden {
20881
20796
  .v-empty-state__action-btn.v-btn {
20882
20797
  background-color: initial;
20883
20798
  color: initial;
20799
+ }.v-fab {
20800
+ align-items: center;
20801
+ display: inline-flex;
20802
+ flex: 1 1 auto;
20803
+ pointer-events: none;
20804
+ position: relative;
20805
+ transition-duration: 0.2s;
20806
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20807
+ vertical-align: middle;
20808
+ }
20809
+ .v-fab .v-btn {
20810
+ pointer-events: auto;
20811
+ }
20812
+ .v-fab .v-btn--variant-elevated {
20813
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20814
+ }
20815
+ .v-fab--app, .v-fab--absolute {
20816
+ display: flex;
20817
+ }
20818
+ .v-fab--start, .v-fab--left {
20819
+ justify-content: flex-start;
20820
+ }
20821
+ .v-fab--center {
20822
+ align-items: center;
20823
+ justify-content: center;
20824
+ }
20825
+ .v-fab--end, .v-fab--right {
20826
+ justify-content: flex-end;
20827
+ }
20828
+ .v-fab--bottom {
20829
+ align-items: flex-end;
20830
+ }
20831
+ .v-fab--top {
20832
+ align-items: flex-start;
20833
+ }
20834
+ .v-fab--extended .v-btn {
20835
+ border-radius: 9999px !important;
20836
+ }
20837
+
20838
+ .v-fab__container {
20839
+ align-self: center;
20840
+ display: inline-flex;
20841
+ position: absolute;
20842
+ vertical-align: middle;
20843
+ }
20844
+ .v-fab--app .v-fab__container {
20845
+ margin: 12px;
20846
+ }
20847
+ .v-fab--absolute .v-fab__container {
20848
+ position: absolute;
20849
+ z-index: 4;
20850
+ }
20851
+ .v-fab--offset.v-fab--top .v-fab__container {
20852
+ transform: translateY(-50%);
20853
+ }
20854
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20855
+ transform: translateY(50%);
20856
+ }
20857
+ .v-fab--top .v-fab__container {
20858
+ top: 0;
20859
+ }
20860
+ .v-fab--bottom .v-fab__container {
20861
+ bottom: 0;
20862
+ }
20863
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20864
+ left: 0;
20865
+ }
20866
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20867
+ right: 0;
20884
20868
  }.v-expansion-panel {
20885
20869
  background-color: rgb(var(--v-theme-surface));
20886
20870
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21097,75 +21081,6 @@ html.overflow-y-hidden {
21097
21081
  }
21098
21082
  .v-expansion-panels--tile > .v-expansion-panel {
21099
21083
  border-radius: 0;
21100
- }.v-fab {
21101
- align-items: center;
21102
- display: inline-flex;
21103
- flex: 1 1 auto;
21104
- pointer-events: none;
21105
- position: relative;
21106
- transition-duration: 0.2s;
21107
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21108
- vertical-align: middle;
21109
- }
21110
- .v-fab .v-btn {
21111
- pointer-events: auto;
21112
- }
21113
- .v-fab .v-btn--variant-elevated {
21114
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21115
- }
21116
- .v-fab--app, .v-fab--absolute {
21117
- display: flex;
21118
- }
21119
- .v-fab--start, .v-fab--left {
21120
- justify-content: flex-start;
21121
- }
21122
- .v-fab--center {
21123
- align-items: center;
21124
- justify-content: center;
21125
- }
21126
- .v-fab--end, .v-fab--right {
21127
- justify-content: flex-end;
21128
- }
21129
- .v-fab--bottom {
21130
- align-items: flex-end;
21131
- }
21132
- .v-fab--top {
21133
- align-items: flex-start;
21134
- }
21135
- .v-fab--extended .v-btn {
21136
- border-radius: 9999px !important;
21137
- }
21138
-
21139
- .v-fab__container {
21140
- align-self: center;
21141
- display: inline-flex;
21142
- position: absolute;
21143
- vertical-align: middle;
21144
- }
21145
- .v-fab--app .v-fab__container {
21146
- margin: 12px;
21147
- }
21148
- .v-fab--absolute .v-fab__container {
21149
- position: absolute;
21150
- z-index: 4;
21151
- }
21152
- .v-fab--offset.v-fab--top .v-fab__container {
21153
- transform: translateY(-50%);
21154
- }
21155
- .v-fab--offset.v-fab--bottom .v-fab__container {
21156
- transform: translateY(50%);
21157
- }
21158
- .v-fab--top .v-fab__container {
21159
- top: 0;
21160
- }
21161
- .v-fab--bottom .v-fab__container {
21162
- bottom: 0;
21163
- }
21164
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21165
- left: 0;
21166
- }
21167
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21168
- right: 0;
21169
21084
  }/* region INPUT */
21170
21085
  .v-field {
21171
21086
  display: grid;
@@ -23379,8 +23294,6 @@ textarea.v-field__input::placeholder {
23379
23294
  }
23380
23295
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23381
23296
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23382
- }.v-locale-provider {
23383
- display: contents;
23384
23297
  }.v-main {
23385
23298
  flex: 1 0 auto;
23386
23299
  max-width: 100%;
@@ -23411,6 +23324,8 @@ textarea.v-field__input::placeholder {
23411
23324
  --v-layout-right: 0px;
23412
23325
  --v-layout-top: 0px;
23413
23326
  --v-layout-bottom: 0px;
23327
+ }.v-locale-provider {
23328
+ display: contents;
23414
23329
  }.v-menu > .v-overlay__content {
23415
23330
  display: flex;
23416
23331
  flex-direction: column;
@@ -23612,14 +23527,6 @@ textarea.v-field__input::placeholder {
23612
23527
  }
23613
23528
  .v-otp-input__loader .v-progress-linear {
23614
23529
  position: absolute;
23615
- }.v-pagination__list {
23616
- display: inline-flex;
23617
- list-style-type: none;
23618
- justify-content: center;
23619
- width: 100%;
23620
- }
23621
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23622
- margin: 0.3rem;
23623
23530
  }.v-overlay-container {
23624
23531
  contain: layout;
23625
23532
  left: 0;
@@ -23683,6 +23590,20 @@ html.v-overlay-scroll-blocked {
23683
23590
 
23684
23591
  .v-overlay--scroll-blocked {
23685
23592
  padding-inline-end: var(--v-scrollbar-offset);
23593
+ }.v-pagination__list {
23594
+ display: inline-flex;
23595
+ list-style-type: none;
23596
+ justify-content: center;
23597
+ width: 100%;
23598
+ }
23599
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23600
+ margin: 0.3rem;
23601
+ }.v-parallax {
23602
+ position: relative;
23603
+ overflow: hidden;
23604
+ }
23605
+ .v-parallax--active > .v-img__img {
23606
+ will-change: transform;
23686
23607
  }.v-progress-circular {
23687
23608
  align-items: center;
23688
23609
  display: inline-flex;
@@ -24013,12 +23934,6 @@ html.v-overlay-scroll-blocked {
24013
23934
  0% {
24014
23935
  background-position-x: var(--v-progress-linear-height);
24015
23936
  }
24016
- }.v-parallax {
24017
- position: relative;
24018
- overflow: hidden;
24019
- }
24020
- .v-parallax--active > .v-img__img {
24021
- will-change: transform;
24022
23937
  }.v-radio-group > .v-input__control {
24023
23938
  flex-direction: column;
24024
23939
  }
@@ -24646,6 +24561,47 @@ html.v-overlay-scroll-blocked {
24646
24561
  .v-slide-group--vertical .v-slide-group__container {
24647
24562
  overflow-x: hidden;
24648
24563
  overflow-y: auto;
24564
+ }.v-speed-dial__content {
24565
+ gap: 8px;
24566
+ }
24567
+ .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 {
24568
+ flex-direction: row;
24569
+ }
24570
+ .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 {
24571
+ flex-direction: row-reverse;
24572
+ }
24573
+ .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 {
24574
+ flex-direction: column-reverse;
24575
+ }
24576
+ .v-speed-dial__content > *:nth-child(1) {
24577
+ transition-delay: 0s;
24578
+ }
24579
+ .v-speed-dial__content > *:nth-child(2) {
24580
+ transition-delay: 0.05s;
24581
+ }
24582
+ .v-speed-dial__content > *:nth-child(3) {
24583
+ transition-delay: 0.1s;
24584
+ }
24585
+ .v-speed-dial__content > *:nth-child(4) {
24586
+ transition-delay: 0.15s;
24587
+ }
24588
+ .v-speed-dial__content > *:nth-child(5) {
24589
+ transition-delay: 0.2s;
24590
+ }
24591
+ .v-speed-dial__content > *:nth-child(6) {
24592
+ transition-delay: 0.25s;
24593
+ }
24594
+ .v-speed-dial__content > *:nth-child(7) {
24595
+ transition-delay: 0.3s;
24596
+ }
24597
+ .v-speed-dial__content > *:nth-child(8) {
24598
+ transition-delay: 0.35s;
24599
+ }
24600
+ .v-speed-dial__content > *:nth-child(9) {
24601
+ transition-delay: 0.4s;
24602
+ }
24603
+ .v-speed-dial__content > *:nth-child(10) {
24604
+ transition-delay: 0.45s;
24649
24605
  }.v-snackbar {
24650
24606
  justify-content: center;
24651
24607
  z-index: 10000;
@@ -24786,47 +24742,6 @@ html.v-overlay-scroll-blocked {
24786
24742
  }
24787
24743
  .v-snackbar-transition-leave-to {
24788
24744
  opacity: 0;
24789
- }.v-speed-dial__content {
24790
- gap: 8px;
24791
- }
24792
- .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 {
24793
- flex-direction: row;
24794
- }
24795
- .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 {
24796
- flex-direction: row-reverse;
24797
- }
24798
- .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 {
24799
- flex-direction: column-reverse;
24800
- }
24801
- .v-speed-dial__content > *:nth-child(1) {
24802
- transition-delay: 0s;
24803
- }
24804
- .v-speed-dial__content > *:nth-child(2) {
24805
- transition-delay: 0.05s;
24806
- }
24807
- .v-speed-dial__content > *:nth-child(3) {
24808
- transition-delay: 0.1s;
24809
- }
24810
- .v-speed-dial__content > *:nth-child(4) {
24811
- transition-delay: 0.15s;
24812
- }
24813
- .v-speed-dial__content > *:nth-child(5) {
24814
- transition-delay: 0.2s;
24815
- }
24816
- .v-speed-dial__content > *:nth-child(6) {
24817
- transition-delay: 0.25s;
24818
- }
24819
- .v-speed-dial__content > *:nth-child(7) {
24820
- transition-delay: 0.3s;
24821
- }
24822
- .v-speed-dial__content > *:nth-child(8) {
24823
- transition-delay: 0.35s;
24824
- }
24825
- .v-speed-dial__content > *:nth-child(9) {
24826
- transition-delay: 0.4s;
24827
- }
24828
- .v-speed-dial__content > *:nth-child(10) {
24829
- transition-delay: 0.45s;
24830
24745
  }.v-stepper.v-sheet {
24831
24746
  overflow: hidden;
24832
24747
  }
@@ -25531,7 +25446,10 @@ html.v-overlay-scroll-blocked {
25531
25446
  padding-inline-end: var(--v-field-padding-end);
25532
25447
  }
25533
25448
 
25534
- /* endregion */.v-textarea .v-field {
25449
+ /* endregion */.v-theme-provider {
25450
+ background: rgb(var(--v-theme-background));
25451
+ color: rgb(var(--v-theme-on-background));
25452
+ }.v-textarea .v-field {
25535
25453
  --v-textarea-control-height: var(--v-input-control-height);
25536
25454
  }
25537
25455
  .v-textarea .v-field__field {
@@ -25570,49 +25488,375 @@ html.v-overlay-scroll-blocked {
25570
25488
  }
25571
25489
  .v-textarea textarea:invalid {
25572
25490
  box-shadow: none;
25573
- }.v-theme-provider {
25574
- background: rgb(var(--v-theme-background));
25575
- color: rgb(var(--v-theme-on-background));
25576
- }.v-timeline .v-timeline-divider__dot {
25577
- background: rgb(var(--v-theme-surface-light));
25491
+ }.v-tooltip > .v-overlay__content {
25492
+ background: rgb(var(--v-theme-surface-variant));
25493
+ color: rgb(var(--v-theme-on-surface-variant));
25494
+ border-radius: 4px;
25495
+ font-size: 0.875rem;
25496
+ line-height: 1.6;
25497
+ display: inline-block;
25498
+ padding: 5px 16px;
25499
+ text-transform: initial;
25500
+ width: auto;
25501
+ opacity: 1;
25502
+ pointer-events: none;
25503
+ transition-property: opacity, transform;
25504
+ overflow-wrap: break-word;
25578
25505
  }
25579
- .v-timeline .v-timeline-divider__inner-dot {
25580
- background: rgb(var(--v-theme-on-surface));
25506
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25507
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25508
+ transition-duration: 150ms;
25581
25509
  }
25582
-
25583
- .v-timeline {
25584
- display: grid;
25585
- grid-auto-flow: dense;
25510
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25511
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25512
+ transition-duration: 75ms;
25513
+ }.v-toolbar {
25514
+ align-items: flex-start;
25515
+ display: flex;
25516
+ flex: none;
25517
+ flex-direction: column;
25518
+ justify-content: space-between;
25519
+ max-width: 100%;
25586
25520
  position: relative;
25587
- }
25588
- .v-timeline--horizontal.v-timeline {
25589
- grid-column-gap: 24px;
25521
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25522
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25590
25523
  width: 100%;
25591
25524
  }
25592
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
25593
- grid-row: 3;
25594
- padding-block-start: 24px;
25525
+ .v-toolbar {
25526
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25527
+ border-style: solid;
25528
+ border-width: 0;
25595
25529
  }
25596
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
25597
- grid-row: 1;
25598
- padding-block-end: 24px;
25599
- align-self: flex-end;
25530
+ .v-toolbar--border {
25531
+ border-width: thin;
25532
+ box-shadow: none;
25600
25533
  }
25601
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
25602
- grid-row: 1;
25603
- padding-block-end: 24px;
25604
- align-self: flex-end;
25534
+ .v-toolbar {
25535
+ 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));
25605
25536
  }
25606
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
25607
- grid-row: 3;
25608
- padding-block-start: 24px;
25537
+ .v-toolbar {
25538
+ border-radius: 0;
25609
25539
  }
25610
-
25611
- .v-timeline--vertical.v-timeline {
25612
- row-gap: 24px;
25613
- height: 100%;
25540
+ .v-toolbar {
25541
+ background: rgb(var(--v-theme-surface-light));
25542
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25614
25543
  }
25615
- .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 {
25544
+ .v-toolbar--absolute {
25545
+ position: absolute;
25546
+ }
25547
+ .v-toolbar--collapse {
25548
+ max-width: 112px;
25549
+ overflow: hidden;
25550
+ border-end-end-radius: 24px;
25551
+ }
25552
+ .v-toolbar--collapse .v-toolbar-title {
25553
+ display: none;
25554
+ }
25555
+ .v-toolbar--flat {
25556
+ 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));
25557
+ }
25558
+ .v-toolbar--floating {
25559
+ display: inline-flex;
25560
+ }
25561
+ .v-toolbar--rounded {
25562
+ border-radius: 4px;
25563
+ }
25564
+
25565
+ .v-toolbar__content,
25566
+ .v-toolbar__extension {
25567
+ align-items: center;
25568
+ display: flex;
25569
+ flex: 0 0 auto;
25570
+ position: relative;
25571
+ transition: inherit;
25572
+ width: 100%;
25573
+ }
25574
+
25575
+ .v-toolbar__content {
25576
+ overflow: hidden;
25577
+ }
25578
+ .v-toolbar__content > .v-btn:first-child {
25579
+ margin-inline-start: 4px;
25580
+ }
25581
+ .v-toolbar__content > .v-btn:last-child {
25582
+ margin-inline-end: 4px;
25583
+ }
25584
+ .v-toolbar__content > .v-toolbar-title {
25585
+ margin-inline-start: 20px;
25586
+ }
25587
+ .v-toolbar--density-prominent .v-toolbar__content {
25588
+ align-items: flex-start;
25589
+ }
25590
+
25591
+ .v-toolbar__image {
25592
+ display: flex;
25593
+ opacity: var(--v-toolbar-image-opacity, 1);
25594
+ transition-property: opacity;
25595
+ }
25596
+ .v-toolbar__image {
25597
+ position: absolute;
25598
+ top: 0;
25599
+ left: 0;
25600
+ width: 100%;
25601
+ height: 100%;
25602
+ }
25603
+
25604
+ .v-toolbar__prepend,
25605
+ .v-toolbar__append {
25606
+ align-items: center;
25607
+ align-self: stretch;
25608
+ display: flex;
25609
+ }
25610
+
25611
+ .v-toolbar__prepend {
25612
+ margin-inline: 4px auto;
25613
+ }
25614
+
25615
+ .v-toolbar__append {
25616
+ margin-inline: auto 4px;
25617
+ }
25618
+
25619
+ .v-toolbar-title {
25620
+ flex: 1 1;
25621
+ font-size: 1.25rem;
25622
+ min-width: 0;
25623
+ }
25624
+ .v-toolbar-title {
25625
+ font-size: 1.25rem;
25626
+ font-weight: 400;
25627
+ letter-spacing: 0;
25628
+ line-height: 1.75rem;
25629
+ text-transform: none;
25630
+ }
25631
+ .v-toolbar--density-prominent .v-toolbar-title {
25632
+ align-self: flex-end;
25633
+ padding-bottom: 6px;
25634
+ }
25635
+ .v-toolbar--density-prominent .v-toolbar-title {
25636
+ font-size: 1.5rem;
25637
+ font-weight: 400;
25638
+ letter-spacing: 0;
25639
+ line-height: 2.25rem;
25640
+ text-transform: none;
25641
+ }
25642
+
25643
+ .v-toolbar-title__placeholder {
25644
+ overflow: hidden;
25645
+ text-overflow: ellipsis;
25646
+ white-space: nowrap;
25647
+ }
25648
+
25649
+ .v-toolbar-items {
25650
+ display: flex;
25651
+ height: inherit;
25652
+ align-self: stretch;
25653
+ }
25654
+ .v-toolbar-items > .v-btn {
25655
+ border-radius: 0;
25656
+ }.v-virtual-scroll {
25657
+ display: block;
25658
+ flex: 1 1 auto;
25659
+ max-width: 100%;
25660
+ overflow: auto;
25661
+ position: relative;
25662
+ }
25663
+ .v-virtual-scroll__container {
25664
+ display: block;
25665
+ }.v-window {
25666
+ overflow: hidden;
25667
+ }
25668
+ .v-window__container {
25669
+ display: flex;
25670
+ flex-direction: column;
25671
+ height: inherit;
25672
+ position: relative;
25673
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25674
+ }
25675
+ .v-window__controls {
25676
+ position: absolute;
25677
+ left: 0;
25678
+ top: 0;
25679
+ width: 100%;
25680
+ height: 100%;
25681
+ display: flex;
25682
+ align-items: center;
25683
+ justify-content: space-between;
25684
+ padding: 0 16px;
25685
+ pointer-events: none;
25686
+ }
25687
+ .v-window__controls > * {
25688
+ pointer-events: auto;
25689
+ }
25690
+ .v-window--show-arrows-on-hover {
25691
+ overflow: hidden;
25692
+ }
25693
+ .v-window--show-arrows-on-hover .v-window__left {
25694
+ transform: translateX(-200%);
25695
+ }
25696
+ .v-window--show-arrows-on-hover .v-window__right {
25697
+ transform: translateX(200%);
25698
+ }
25699
+ .v-window--show-arrows-on-hover:hover .v-window__left,
25700
+ .v-window--show-arrows-on-hover:hover .v-window__right {
25701
+ transform: translateX(0);
25702
+ }
25703
+
25704
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
25705
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
25706
+ }
25707
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
25708
+ position: absolute !important;
25709
+ top: 0;
25710
+ width: 100%;
25711
+ }
25712
+ .v-window-x-transition-enter-from {
25713
+ transform: translateX(100%);
25714
+ }
25715
+ .v-window-x-transition-leave-to {
25716
+ transform: translateX(-100%);
25717
+ }
25718
+ .v-window-x-reverse-transition-enter-from {
25719
+ transform: translateX(-100%);
25720
+ }
25721
+ .v-window-x-reverse-transition-leave-to {
25722
+ transform: translateX(100%);
25723
+ }
25724
+ .v-window-y-transition-enter-from {
25725
+ transform: translateY(100%);
25726
+ }
25727
+ .v-window-y-transition-leave-to {
25728
+ transform: translateY(-100%);
25729
+ }
25730
+ .v-window-y-reverse-transition-enter-from {
25731
+ transform: translateY(-100%);
25732
+ }
25733
+ .v-window-y-reverse-transition-leave-to {
25734
+ transform: translateY(100%);
25735
+ }.v-combobox .v-field .v-text-field__prefix,
25736
+ .v-combobox .v-field .v-text-field__suffix,
25737
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
25738
+ cursor: text;
25739
+ }
25740
+ .v-combobox .v-field .v-field__input > input {
25741
+ flex: 1 1;
25742
+ }
25743
+ .v-combobox .v-field input {
25744
+ min-width: 64px;
25745
+ }
25746
+ .v-combobox .v-field:not(.v-field--focused) input {
25747
+ min-width: 0;
25748
+ }
25749
+ .v-combobox .v-field--dirty .v-combobox__selection {
25750
+ margin-inline-end: 2px;
25751
+ }
25752
+ .v-combobox .v-combobox__selection-text {
25753
+ overflow: hidden;
25754
+ text-overflow: ellipsis;
25755
+ white-space: nowrap;
25756
+ }
25757
+
25758
+ .v-combobox__content {
25759
+ overflow: hidden;
25760
+ }
25761
+ .v-combobox__content {
25762
+ 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));
25763
+ }
25764
+ .v-combobox__content {
25765
+ border-radius: 4px;
25766
+ }
25767
+ .v-combobox__mask {
25768
+ background: rgb(var(--v-theme-surface-light));
25769
+ }
25770
+ .v-combobox__selection {
25771
+ display: inline-flex;
25772
+ align-items: center;
25773
+ height: 1.5rem;
25774
+ letter-spacing: inherit;
25775
+ line-height: inherit;
25776
+ max-width: calc(100% - 2px - 2px);
25777
+ }
25778
+ .v-combobox__selection:first-child {
25779
+ margin-inline-start: 0;
25780
+ }
25781
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
25782
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
25783
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
25784
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
25785
+ top: 0px;
25786
+ }
25787
+ .v-combobox--selecting-index .v-combobox__selection {
25788
+ opacity: var(--v-medium-emphasis-opacity);
25789
+ }
25790
+ .v-combobox--selecting-index .v-combobox__selection--selected {
25791
+ opacity: 1;
25792
+ }
25793
+ .v-combobox--selecting-index .v-field__input > input {
25794
+ caret-color: transparent;
25795
+ }
25796
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
25797
+ flex: 1 1;
25798
+ position: absolute;
25799
+ left: 0;
25800
+ right: 0;
25801
+ width: 100%;
25802
+ padding-inline: inherit;
25803
+ }
25804
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
25805
+ transition: none;
25806
+ }
25807
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
25808
+ opacity: 0;
25809
+ }
25810
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
25811
+ opacity: 0;
25812
+ }
25813
+ .v-combobox__menu-icon {
25814
+ margin-inline-start: 4px;
25815
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25816
+ }
25817
+ .v-combobox--active-menu .v-combobox__menu-icon {
25818
+ opacity: var(--v-high-emphasis-opacity);
25819
+ transform: rotate(180deg);
25820
+ }.v-timeline .v-timeline-divider__dot {
25821
+ background: rgb(var(--v-theme-surface-light));
25822
+ }
25823
+ .v-timeline .v-timeline-divider__inner-dot {
25824
+ background: rgb(var(--v-theme-on-surface));
25825
+ }
25826
+
25827
+ .v-timeline {
25828
+ display: grid;
25829
+ grid-auto-flow: dense;
25830
+ position: relative;
25831
+ }
25832
+ .v-timeline--horizontal.v-timeline {
25833
+ grid-column-gap: 24px;
25834
+ width: 100%;
25835
+ }
25836
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
25837
+ grid-row: 3;
25838
+ padding-block-start: 24px;
25839
+ }
25840
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
25841
+ grid-row: 1;
25842
+ padding-block-end: 24px;
25843
+ align-self: flex-end;
25844
+ }
25845
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
25846
+ grid-row: 1;
25847
+ padding-block-end: 24px;
25848
+ align-self: flex-end;
25849
+ }
25850
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
25851
+ grid-row: 3;
25852
+ padding-block-start: 24px;
25853
+ }
25854
+
25855
+ .v-timeline--vertical.v-timeline {
25856
+ row-gap: 24px;
25857
+ height: 100%;
25858
+ }
25859
+ .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 {
25616
25860
  padding-block-start: 24px;
25617
25861
  }
25618
25862
  .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 {
@@ -25923,318 +26167,124 @@ html.v-overlay-scroll-blocked {
25923
26167
  align-items: center;
25924
26168
  }
25925
26169
  .v-timeline--vertical.v-timeline--align-center .v-timeline-divider {
25926
- justify-content: center;
25927
- }
25928
-
25929
- .v-timeline--align-start {
25930
- --v-timeline-line-size-base: 100%;
25931
- --v-timeline-line-size-offset: 12px;
25932
- }
25933
- .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
25934
- --v-timeline-line-size-offset: 24px;
25935
- }
25936
- .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
25937
- --v-timeline-line-size-offset: -12px;
25938
- }
25939
- .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
25940
- --v-timeline-line-size-offset: 0px;
25941
- }
25942
- .v-timeline--horizontal.v-timeline--align-start {
25943
- justify-items: flex-start;
25944
- }
25945
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
25946
- justify-content: flex-start;
25947
- }
25948
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25949
- width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25950
- }
25951
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25952
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25953
- }
25954
-
25955
- .v-timeline--vertical.v-timeline--align-start {
25956
- align-items: flex-start;
25957
- }
25958
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
25959
- justify-content: flex-start;
25960
- }
25961
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25962
- height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25963
- }
25964
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25965
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25966
- }
25967
-
25968
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
25969
- display: none;
25970
- }
25971
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25972
- --v-timeline-line-size-offset: 12px;
25973
- }
25974
- .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25975
- padding-block-start: 0;
25976
- }
25977
-
25978
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25979
- padding-inline-start: 0;
25980
- }
25981
-
25982
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25983
- display: none;
25984
- }
25985
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25986
- --v-timeline-line-size-offset: 12px;
25987
- }
25988
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25989
- padding-block-end: 0;
25990
- }
25991
-
25992
- .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 {
25993
- padding-inline-end: 0;
25994
- }.v-toolbar {
25995
- align-items: flex-start;
25996
- display: flex;
25997
- flex: none;
25998
- flex-direction: column;
25999
- justify-content: space-between;
26000
- max-width: 100%;
26001
- position: relative;
26002
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26003
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26004
- width: 100%;
26005
- }
26006
- .v-toolbar {
26007
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26008
- border-style: solid;
26009
- border-width: 0;
26010
- }
26011
- .v-toolbar--border {
26012
- border-width: thin;
26013
- box-shadow: none;
26014
- }
26015
- .v-toolbar {
26016
- 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));
26017
- }
26018
- .v-toolbar {
26019
- border-radius: 0;
26020
- }
26021
- .v-toolbar {
26022
- background: rgb(var(--v-theme-surface-light));
26023
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26024
- }
26025
- .v-toolbar--absolute {
26026
- position: absolute;
26027
- }
26028
- .v-toolbar--collapse {
26029
- max-width: 112px;
26030
- overflow: hidden;
26031
- border-end-end-radius: 24px;
26032
- }
26033
- .v-toolbar--collapse .v-toolbar-title {
26034
- display: none;
26035
- }
26036
- .v-toolbar--flat {
26037
- 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));
26038
- }
26039
- .v-toolbar--floating {
26040
- display: inline-flex;
26041
- }
26042
- .v-toolbar--rounded {
26043
- border-radius: 4px;
26044
- }
26045
-
26046
- .v-toolbar__content,
26047
- .v-toolbar__extension {
26048
- align-items: center;
26049
- display: flex;
26050
- flex: 0 0 auto;
26051
- position: relative;
26052
- transition: inherit;
26053
- width: 100%;
26054
- }
26055
-
26056
- .v-toolbar__content {
26057
- overflow: hidden;
26058
- }
26059
- .v-toolbar__content > .v-btn:first-child {
26060
- margin-inline-start: 4px;
26061
- }
26062
- .v-toolbar__content > .v-btn:last-child {
26063
- margin-inline-end: 4px;
26064
- }
26065
- .v-toolbar__content > .v-toolbar-title {
26066
- margin-inline-start: 20px;
26067
- }
26068
- .v-toolbar--density-prominent .v-toolbar__content {
26069
- align-items: flex-start;
26070
- }
26071
-
26072
- .v-toolbar__image {
26073
- display: flex;
26074
- opacity: var(--v-toolbar-image-opacity, 1);
26075
- transition-property: opacity;
26076
- }
26077
- .v-toolbar__image {
26078
- position: absolute;
26079
- top: 0;
26080
- left: 0;
26081
- width: 100%;
26082
- height: 100%;
26083
- }
26084
-
26085
- .v-toolbar__prepend,
26086
- .v-toolbar__append {
26087
- align-items: center;
26088
- align-self: stretch;
26089
- display: flex;
26170
+ justify-content: center;
26090
26171
  }
26091
26172
 
26092
- .v-toolbar__prepend {
26093
- margin-inline: 4px auto;
26173
+ .v-timeline--align-start {
26174
+ --v-timeline-line-size-base: 100%;
26175
+ --v-timeline-line-size-offset: 12px;
26094
26176
  }
26095
-
26096
- .v-toolbar__append {
26097
- margin-inline: auto 4px;
26177
+ .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
26178
+ --v-timeline-line-size-offset: 24px;
26098
26179
  }
26099
-
26100
- .v-toolbar-title {
26101
- flex: 1 1;
26102
- font-size: 1.25rem;
26103
- min-width: 0;
26180
+ .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
26181
+ --v-timeline-line-size-offset: -12px;
26104
26182
  }
26105
- .v-toolbar-title {
26106
- font-size: 1.25rem;
26107
- font-weight: 400;
26108
- letter-spacing: 0;
26109
- line-height: 1.75rem;
26110
- text-transform: none;
26183
+ .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
26184
+ --v-timeline-line-size-offset: 0px;
26111
26185
  }
26112
- .v-toolbar--density-prominent .v-toolbar-title {
26113
- align-self: flex-end;
26114
- padding-bottom: 6px;
26186
+ .v-timeline--horizontal.v-timeline--align-start {
26187
+ justify-items: flex-start;
26115
26188
  }
26116
- .v-toolbar--density-prominent .v-toolbar-title {
26117
- font-size: 1.5rem;
26118
- font-weight: 400;
26119
- letter-spacing: 0;
26120
- line-height: 2.25rem;
26121
- text-transform: none;
26189
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
26190
+ justify-content: flex-start;
26122
26191
  }
26123
-
26124
- .v-toolbar-title__placeholder {
26125
- overflow: hidden;
26126
- text-overflow: ellipsis;
26127
- white-space: nowrap;
26192
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26193
+ width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26128
26194
  }
26129
-
26130
- .v-toolbar-items {
26131
- display: flex;
26132
- height: inherit;
26133
- align-self: stretch;
26195
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26196
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
26134
26197
  }
26135
- .v-toolbar-items > .v-btn {
26136
- border-radius: 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;
26198
+
26199
+ .v-timeline--vertical.v-timeline--align-start {
26200
+ align-items: flex-start;
26151
26201
  }
26152
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26153
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26154
- transition-duration: 150ms;
26202
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
26203
+ justify-content: flex-start;
26155
26204
  }
26156
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26157
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26158
- transition-duration: 75ms;
26159
- }.v-virtual-scroll {
26160
- display: block;
26161
- flex: 1 1 auto;
26162
- max-width: 100%;
26163
- overflow: auto;
26164
- position: relative;
26205
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26206
+ height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26165
26207
  }
26166
- .v-virtual-scroll__container {
26167
- display: block;
26168
- }.v-window {
26169
- overflow: hidden;
26208
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26209
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
26170
26210
  }
26171
- .v-window__container {
26172
- display: flex;
26173
- flex-direction: column;
26174
- height: inherit;
26175
- position: relative;
26176
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26211
+
26212
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
26213
+ display: none;
26177
26214
  }
26178
- .v-window__controls {
26179
- position: absolute;
26180
- left: 0;
26181
- top: 0;
26182
- width: 100%;
26183
- height: 100%;
26184
- display: flex;
26185
- align-items: center;
26186
- justify-content: space-between;
26187
- padding: 0 16px;
26188
- pointer-events: none;
26215
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
26216
+ --v-timeline-line-size-offset: 12px;
26189
26217
  }
26190
- .v-window__controls > * {
26191
- pointer-events: auto;
26218
+ .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26219
+ padding-block-start: 0;
26192
26220
  }
26193
- .v-window--show-arrows-on-hover {
26194
- overflow: hidden;
26221
+
26222
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26223
+ padding-inline-start: 0;
26195
26224
  }
26196
- .v-window--show-arrows-on-hover .v-window__left {
26197
- transform: translateX(-200%);
26225
+
26226
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26227
+ display: none;
26198
26228
  }
26199
- .v-window--show-arrows-on-hover .v-window__right {
26200
- transform: translateX(200%);
26229
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26230
+ --v-timeline-line-size-offset: 12px;
26201
26231
  }
26202
- .v-window--show-arrows-on-hover:hover .v-window__left,
26203
- .v-window--show-arrows-on-hover:hover .v-window__right {
26204
- transform: translateX(0);
26232
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26233
+ padding-block-end: 0;
26205
26234
  }
26206
26235
 
26207
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26208
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26236
+ .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 {
26237
+ padding-inline-end: 0;
26238
+ }.v-color-picker-canvas {
26239
+ display: flex;
26240
+ position: relative;
26241
+ overflow: hidden;
26242
+ contain: content;
26243
+ touch-action: none;
26209
26244
  }
26210
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26211
- position: absolute !important;
26245
+ .v-color-picker-canvas__dot {
26246
+ position: absolute;
26212
26247
  top: 0;
26213
- width: 100%;
26214
- }
26215
- .v-window-x-transition-enter-from {
26216
- transform: translateX(100%);
26217
- }
26218
- .v-window-x-transition-leave-to {
26219
- transform: translateX(-100%);
26248
+ left: 0;
26249
+ width: 15px;
26250
+ height: 15px;
26251
+ background: transparent;
26252
+ border-radius: 50%;
26253
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26220
26254
  }
26221
- .v-window-x-reverse-transition-enter-from {
26222
- transform: translateX(-100%);
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);
26223
26257
  }
26224
- .v-window-x-reverse-transition-leave-to {
26225
- transform: translateX(100%);
26258
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26259
+ will-change: transform;
26260
+ }.v-color-picker-edit {
26261
+ display: flex;
26262
+ margin-top: 24px;
26226
26263
  }
26227
- .v-window-y-transition-enter-from {
26228
- transform: translateY(100%);
26264
+
26265
+ .v-color-picker-edit__input {
26266
+ width: 100%;
26267
+ display: flex;
26268
+ flex-wrap: wrap;
26269
+ justify-content: center;
26270
+ text-align: center;
26229
26271
  }
26230
- .v-window-y-transition-leave-to {
26231
- transform: translateY(-100%);
26272
+ .v-color-picker-edit__input:not(:last-child) {
26273
+ margin-inline-end: 8px;
26232
26274
  }
26233
- .v-window-y-reverse-transition-enter-from {
26234
- transform: translateY(-100%);
26275
+ .v-color-picker-edit__input input {
26276
+ border-radius: 4px;
26277
+ margin-bottom: 8px;
26278
+ min-width: 0;
26279
+ outline: none;
26280
+ text-align: center;
26281
+ width: 100%;
26282
+ height: 32px;
26283
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26284
+ color: rgba(var(--v-theme-on-surface));
26235
26285
  }
26236
- .v-window-y-reverse-transition-leave-to {
26237
- transform: translateY(100%);
26286
+ .v-color-picker-edit__input span {
26287
+ font-size: 0.75rem;
26238
26288
  }.v-color-picker-preview__alpha .v-slider-track__background {
26239
26289
  background-color: transparent !important;
26240
26290
  }
@@ -26305,34 +26355,6 @@ html.v-overlay-scroll-blocked {
26305
26355
  .v-color-picker-preview__eye-dropper {
26306
26356
  position: relative;
26307
26357
  margin-right: 12px;
26308
- }.v-color-picker-edit {
26309
- display: flex;
26310
- margin-top: 24px;
26311
- }
26312
-
26313
- .v-color-picker-edit__input {
26314
- width: 100%;
26315
- display: flex;
26316
- flex-wrap: wrap;
26317
- justify-content: center;
26318
- text-align: center;
26319
- }
26320
- .v-color-picker-edit__input:not(:last-child) {
26321
- margin-inline-end: 8px;
26322
- }
26323
- .v-color-picker-edit__input input {
26324
- border-radius: 4px;
26325
- margin-bottom: 8px;
26326
- min-width: 0;
26327
- outline: none;
26328
- text-align: center;
26329
- width: 100%;
26330
- height: 32px;
26331
- background: rgba(var(--v-theme-surface-variant), 0.2);
26332
- color: rgba(var(--v-theme-on-surface));
26333
- }
26334
- .v-color-picker-edit__input span {
26335
- font-size: 0.75rem;
26336
26358
  }.v-color-picker-swatches {
26337
26359
  overflow-y: auto;
26338
26360
  }
@@ -26368,28 +26390,6 @@ html.v-overlay-scroll-blocked {
26368
26390
  justify-content: center;
26369
26391
  width: 100%;
26370
26392
  height: 100%;
26371
- }.v-color-picker-canvas {
26372
- display: flex;
26373
- position: relative;
26374
- overflow: hidden;
26375
- contain: content;
26376
- touch-action: none;
26377
- }
26378
- .v-color-picker-canvas__dot {
26379
- position: absolute;
26380
- top: 0;
26381
- left: 0;
26382
- width: 15px;
26383
- height: 15px;
26384
- background: transparent;
26385
- border-radius: 50%;
26386
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26387
- }
26388
- .v-color-picker-canvas__dot--disabled {
26389
- 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);
26390
- }
26391
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26392
- will-change: transform;
26393
26393
  }.v-picker.v-sheet {
26394
26394
  display: grid;
26395
26395
  grid-auto-rows: min-content;