@vuetify/nightly 3.7.3-master.2024-10-27 → 3.7.3-master.2024-10-29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.3-master.2024-10-27
2
+ * Vuetify v3.7.3-master.2024-10-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,19 +17978,6 @@ html.overflow-y-hidden {
17978
17978
  }
17979
17979
  .v-kbd {
17980
17980
  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));
17981
- }.v-calendar-header {
17982
- align-items: center;
17983
- display: flex;
17984
- min-height: 64px;
17985
- }
17986
-
17987
- .v-calendar-header__today {
17988
- margin-inline-end: 24px;
17989
- }
17990
-
17991
- .v-calendar-header__title {
17992
- font-size: 1.5rem;
17993
- margin-inline-start: 24px;
17994
17981
  }.v-calendar {
17995
17982
  background: rgb(var(--v-theme-background));
17996
17983
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -18218,6 +18205,19 @@ html.overflow-y-hidden {
18218
18205
  }
18219
18206
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
18220
18207
  border-right: none;
18208
+ }.v-calendar-header {
18209
+ align-items: center;
18210
+ display: flex;
18211
+ min-height: 64px;
18212
+ }
18213
+
18214
+ .v-calendar-header__today {
18215
+ margin-inline-end: 24px;
18216
+ }
18217
+
18218
+ .v-calendar-header__title {
18219
+ font-size: 1.5rem;
18220
+ margin-inline-start: 24px;
18221
18221
  }.v-calendar-day {
18222
18222
  position: relative;
18223
18223
  display: flex;
@@ -18250,6 +18250,48 @@ html.overflow-y-hidden {
18250
18250
  }
18251
18251
  .v-calendar-weekly .v-calendar__container.days__0 {
18252
18252
  grid-template-columns: repeat(1, 1fr);
18253
+ }.v-calendar-day__row-with-label {
18254
+ display: grid;
18255
+ grid-template-columns: 48px 8px 1fr;
18256
+ border-right: thin solid #e0e0e0;
18257
+ }
18258
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
18259
+ position: relative;
18260
+ border-right: thin solid #e0e0e0;
18261
+ }
18262
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
18263
+ content: "";
18264
+ border-bottom: thin solid #e0e0e0;
18265
+ position: absolute;
18266
+ width: 100%;
18267
+ margin-top: -1px;
18268
+ z-index: 3;
18269
+ pointer-events: none;
18270
+ }
18271
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
18272
+ font-size: 10px;
18273
+ text-align: center;
18274
+ position: relative;
18275
+ top: -8px;
18276
+ }
18277
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
18278
+ border-bottom: thin solid #e0e0e0;
18279
+ }
18280
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18281
+ border-bottom: none;
18282
+ }
18283
+
18284
+ .v-calendar-day__row-without-label {
18285
+ display: grid;
18286
+ grid-template-columns: 1fr;
18287
+ border-right: thin solid #e0e0e0;
18288
+ }
18289
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
18290
+ overflow: hidden;
18291
+ border-bottom: thin solid #e0e0e0;
18292
+ }
18293
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18294
+ border-bottom: none;
18253
18295
  }.v-calendar-month__day {
18254
18296
  position: relative;
18255
18297
  display: flex;
@@ -18313,48 +18355,11 @@ html.overflow-y-hidden {
18313
18355
 
18314
18356
  .v-calendar-weekly__day-alldayevents-container {
18315
18357
  min-height: 24px;
18316
- }.v-calendar-day__row-with-label {
18317
- display: grid;
18318
- grid-template-columns: 48px 8px 1fr;
18319
- border-right: thin solid #e0e0e0;
18320
- }
18321
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
18322
- position: relative;
18323
- border-right: thin solid #e0e0e0;
18324
- }
18325
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
18326
- content: "";
18327
- border-bottom: thin solid #e0e0e0;
18328
- position: absolute;
18329
- width: 100%;
18330
- margin-top: -1px;
18331
- z-index: 3;
18332
- pointer-events: none;
18333
- }
18334
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
18335
- font-size: 10px;
18336
- text-align: center;
18337
- position: relative;
18338
- top: -8px;
18339
- }
18340
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
18341
- border-bottom: thin solid #e0e0e0;
18342
- }
18343
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18344
- border-bottom: none;
18345
- }
18346
-
18347
- .v-calendar-day__row-without-label {
18348
- display: grid;
18349
- grid-template-columns: 1fr;
18350
- border-right: thin solid #e0e0e0;
18351
- }
18352
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
18358
+ }.v-calendar-internal-event {
18353
18359
  overflow: hidden;
18354
- border-bottom: thin solid #e0e0e0;
18355
- }
18356
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18357
- border-bottom: none;
18360
+ padding: 4px;
18361
+ text-overflow: ellipsis;
18362
+ white-space: nowrap;
18358
18363
  }.v-picker.v-sheet {
18359
18364
  display: grid;
18360
18365
  grid-auto-rows: min-content;
@@ -18412,49 +18417,6 @@ html.overflow-y-hidden {
18412
18417
  padding-bottom: 16px;
18413
18418
  font-weight: 400;
18414
18419
  letter-spacing: 0.1666666667em;
18415
- }.v-calendar-internal-event {
18416
- overflow: hidden;
18417
- padding: 4px;
18418
- text-overflow: ellipsis;
18419
- white-space: nowrap;
18420
- }.v-number-input input[type=number] {
18421
- -moz-appearance: textfield;
18422
- }
18423
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18424
- -webkit-appearance: none;
18425
- }
18426
- .v-number-input .v-field {
18427
- padding-inline-end: 0;
18428
- padding-inline-start: 0;
18429
- }
18430
- .v-number-input--inset .v-divider {
18431
- height: 55%;
18432
- width: 55%;
18433
- align-self: center;
18434
- }
18435
- .v-number-input--split .v-field__input {
18436
- text-align: center;
18437
- }
18438
- .v-number-input--stacked .v-number-input__control {
18439
- flex-direction: column-reverse;
18440
- }
18441
- .v-number-input--stacked .v-number-input__control .v-btn {
18442
- flex: 1;
18443
- }
18444
- .v-number-input--hide-input .v-field {
18445
- flex: none;
18446
- }
18447
- .v-number-input--hide-input .v-field__input {
18448
- width: 0;
18449
- padding-inline: 0;
18450
- }
18451
- .v-number-input__control {
18452
- display: flex;
18453
- height: 100%;
18454
- }
18455
- .v-number-input__control .v-btn {
18456
- background-color: transparent;
18457
- border-radius: 0;
18458
18420
  }.v-stepper-vertical-item {
18459
18421
  position: relative;
18460
18422
  transition-duration: 0.2s;
@@ -18523,6 +18485,44 @@ html.overflow-y-hidden {
18523
18485
  justify-content: flex-end;
18524
18486
  padding: 24px 0 0;
18525
18487
  flex-direction: row-reverse;
18488
+ }.v-number-input input[type=number] {
18489
+ -moz-appearance: textfield;
18490
+ }
18491
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18492
+ -webkit-appearance: none;
18493
+ }
18494
+ .v-number-input .v-field {
18495
+ padding-inline-end: 0;
18496
+ padding-inline-start: 0;
18497
+ }
18498
+ .v-number-input--inset .v-divider {
18499
+ height: 55%;
18500
+ width: 55%;
18501
+ align-self: center;
18502
+ }
18503
+ .v-number-input--split .v-field__input {
18504
+ text-align: center;
18505
+ }
18506
+ .v-number-input--stacked .v-number-input__control {
18507
+ flex-direction: column-reverse;
18508
+ }
18509
+ .v-number-input--stacked .v-number-input__control .v-btn {
18510
+ flex: 1;
18511
+ }
18512
+ .v-number-input--hide-input .v-field {
18513
+ flex: none;
18514
+ }
18515
+ .v-number-input--hide-input .v-field__input {
18516
+ width: 0;
18517
+ padding-inline: 0;
18518
+ }
18519
+ .v-number-input__control {
18520
+ display: flex;
18521
+ height: 100%;
18522
+ }
18523
+ .v-number-input__control .v-btn {
18524
+ background-color: transparent;
18525
+ border-radius: 0;
18526
18526
  }.v-pull-to-refresh {
18527
18527
  overflow: hidden;
18528
18528
  position: relative;
@@ -18680,13 +18680,6 @@ html.overflow-y-hidden {
18680
18680
 
18681
18681
  .v-picker--landscape .v-time-picker-clock__container {
18682
18682
  flex-direction: row;
18683
- }.v-time-picker.v-picker {
18684
- padding: 24px;
18685
- width: 328px;
18686
- }
18687
- .v-time-picker.v-picker .v-picker-title {
18688
- padding: 0;
18689
- margin-bottom: 20px;
18690
18683
  }.v-time-picker-controls {
18691
18684
  display: flex;
18692
18685
  align-items: center;
@@ -18790,6 +18783,13 @@ html.overflow-y-hidden {
18790
18783
  }
18791
18784
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18792
18785
  text-align: center;
18786
+ }.v-time-picker.v-picker {
18787
+ padding: 24px;
18788
+ width: 328px;
18789
+ }
18790
+ .v-time-picker.v-picker .v-picker-title {
18791
+ padding: 0;
18792
+ margin-bottom: 20px;
18793
18793
  }.v-treeview-item.v-treeview-item--filtered {
18794
18794
  display: none;
18795
18795
  }
@@ -18806,22 +18806,6 @@ html.overflow-y-hidden {
18806
18806
  }
18807
18807
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18808
18808
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
18809
- }.v-application {
18810
- display: flex;
18811
- background: rgb(var(--v-theme-background));
18812
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18813
- }
18814
-
18815
- .v-application__wrap {
18816
- -webkit-backface-visibility: hidden;
18817
- backface-visibility: hidden;
18818
- display: flex;
18819
- flex-direction: column;
18820
- flex: 1 1 auto;
18821
- max-width: 100%;
18822
- min-height: 100vh;
18823
- min-height: 100dvh;
18824
- position: relative;
18825
18809
  }.v-app-bar {
18826
18810
  display: flex;
18827
18811
  }
@@ -18919,21 +18903,110 @@ html.overflow-y-hidden {
18919
18903
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18920
18904
  opacity: var(--v-high-emphasis-opacity);
18921
18905
  transform: rotate(180deg);
18922
- }.v-alert {
18923
- display: grid;
18924
- flex: 1 1;
18925
- grid-template-areas: "prepend content append close" ". content . .";
18926
- grid-template-columns: max-content auto max-content max-content;
18927
- position: relative;
18928
- padding: 16px;
18929
- overflow: hidden;
18930
- --v-border-color: currentColor;
18931
- }
18932
- .v-alert--absolute {
18933
- position: absolute;
18906
+ }.v-application {
18907
+ display: flex;
18908
+ background: rgb(var(--v-theme-background));
18909
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18934
18910
  }
18935
- .v-alert--fixed {
18936
- position: fixed;
18911
+
18912
+ .v-application__wrap {
18913
+ -webkit-backface-visibility: hidden;
18914
+ backface-visibility: hidden;
18915
+ display: flex;
18916
+ flex-direction: column;
18917
+ flex: 1 1 auto;
18918
+ max-width: 100%;
18919
+ min-height: 100vh;
18920
+ min-height: 100dvh;
18921
+ position: relative;
18922
+ }.v-badge {
18923
+ display: inline-block;
18924
+ line-height: 1;
18925
+ }
18926
+
18927
+ .v-badge__badge {
18928
+ align-items: center;
18929
+ display: inline-flex;
18930
+ border-radius: 10px;
18931
+ font-size: 0.75rem;
18932
+ font-weight: 500;
18933
+ height: 1.25rem;
18934
+ justify-content: center;
18935
+ min-width: 20px;
18936
+ padding: 4px 6px;
18937
+ pointer-events: auto;
18938
+ position: absolute;
18939
+ text-align: center;
18940
+ text-indent: 0;
18941
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18942
+ white-space: nowrap;
18943
+ }
18944
+ .v-badge__badge {
18945
+ background: rgb(var(--v-theme-surface-variant));
18946
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18947
+ }
18948
+ .v-badge--bordered .v-badge__badge::after {
18949
+ border-radius: inherit;
18950
+ border-style: solid;
18951
+ border-width: 2px;
18952
+ bottom: 0;
18953
+ color: rgb(var(--v-theme-background));
18954
+ content: "";
18955
+ left: 0;
18956
+ position: absolute;
18957
+ right: 0;
18958
+ top: 0;
18959
+ transform: scale(1.05);
18960
+ }
18961
+ .v-badge--dot .v-badge__badge {
18962
+ border-radius: 4.5px;
18963
+ height: 9px;
18964
+ min-width: 0;
18965
+ padding: 0;
18966
+ width: 9px;
18967
+ }
18968
+ .v-badge--dot .v-badge__badge::after {
18969
+ border-width: 1.5px;
18970
+ }
18971
+ .v-badge--inline .v-badge__badge {
18972
+ position: relative;
18973
+ vertical-align: middle;
18974
+ }
18975
+ .v-badge__badge .v-icon {
18976
+ color: inherit;
18977
+ font-size: 0.75rem;
18978
+ margin: 0 -2px;
18979
+ }
18980
+ .v-badge__badge img,
18981
+ .v-badge__badge .v-img {
18982
+ height: 100%;
18983
+ width: 100%;
18984
+ }
18985
+
18986
+ .v-badge__wrapper {
18987
+ display: flex;
18988
+ position: relative;
18989
+ }
18990
+ .v-badge--inline .v-badge__wrapper {
18991
+ align-items: center;
18992
+ display: inline-flex;
18993
+ justify-content: center;
18994
+ margin: 0 4px;
18995
+ }.v-alert {
18996
+ display: grid;
18997
+ flex: 1 1;
18998
+ grid-template-areas: "prepend content append close" ". content . .";
18999
+ grid-template-columns: max-content auto max-content max-content;
19000
+ position: relative;
19001
+ padding: 16px;
19002
+ overflow: hidden;
19003
+ --v-border-color: currentColor;
19004
+ }
19005
+ .v-alert--absolute {
19006
+ position: absolute;
19007
+ }
19008
+ .v-alert--fixed {
19009
+ position: fixed;
18937
19010
  }
18938
19011
  .v-alert--sticky {
18939
19012
  position: sticky;
@@ -19135,79 +19208,112 @@ html.overflow-y-hidden {
19135
19208
  text-transform: none;
19136
19209
  word-break: normal;
19137
19210
  word-wrap: break-word;
19138
- }.v-badge {
19139
- display: inline-block;
19140
- line-height: 1;
19141
- }
19142
-
19143
- .v-badge__badge {
19211
+ }.v-avatar {
19212
+ flex: none;
19144
19213
  align-items: center;
19145
19214
  display: inline-flex;
19146
- border-radius: 10px;
19147
- font-size: 0.75rem;
19148
- font-weight: 500;
19149
- height: 1.25rem;
19150
19215
  justify-content: center;
19151
- min-width: 20px;
19152
- padding: 4px 6px;
19153
- pointer-events: auto;
19154
- position: absolute;
19216
+ line-height: normal;
19217
+ overflow: hidden;
19218
+ position: relative;
19155
19219
  text-align: center;
19156
- text-indent: 0;
19157
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19158
- white-space: nowrap;
19220
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19221
+ transition-property: width, height;
19222
+ vertical-align: middle;
19159
19223
  }
19160
- .v-badge__badge {
19161
- background: rgb(var(--v-theme-surface-variant));
19162
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19224
+ .v-avatar.v-avatar--size-x-small {
19225
+ --v-avatar-height: 24px;
19163
19226
  }
19164
- .v-badge--bordered .v-badge__badge::after {
19165
- border-radius: inherit;
19227
+ .v-avatar.v-avatar--size-small {
19228
+ --v-avatar-height: 32px;
19229
+ }
19230
+ .v-avatar.v-avatar--size-default {
19231
+ --v-avatar-height: 40px;
19232
+ }
19233
+ .v-avatar.v-avatar--size-large {
19234
+ --v-avatar-height: 48px;
19235
+ }
19236
+ .v-avatar.v-avatar--size-x-large {
19237
+ --v-avatar-height: 56px;
19238
+ }
19239
+ .v-avatar.v-avatar--density-default {
19240
+ height: calc(var(--v-avatar-height) + 0px);
19241
+ width: calc(var(--v-avatar-height) + 0px);
19242
+ }
19243
+ .v-avatar.v-avatar--density-comfortable {
19244
+ height: calc(var(--v-avatar-height) + -4px);
19245
+ width: calc(var(--v-avatar-height) + -4px);
19246
+ }
19247
+ .v-avatar.v-avatar--density-compact {
19248
+ height: calc(var(--v-avatar-height) + -8px);
19249
+ width: calc(var(--v-avatar-height) + -8px);
19250
+ }
19251
+ .v-avatar {
19252
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19166
19253
  border-style: solid;
19167
- border-width: 2px;
19254
+ border-width: 0;
19255
+ }
19256
+ .v-avatar--border {
19257
+ border-width: thin;
19258
+ box-shadow: none;
19259
+ }
19260
+ .v-avatar {
19261
+ border-radius: 50%;
19262
+ }
19263
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
19264
+ background: transparent;
19265
+ color: inherit;
19266
+ }
19267
+ .v-avatar--variant-plain {
19268
+ opacity: 0.62;
19269
+ }
19270
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
19271
+ opacity: 1;
19272
+ }
19273
+ .v-avatar--variant-plain .v-avatar__overlay {
19274
+ display: none;
19275
+ }
19276
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
19277
+ background: var(--v-theme-surface);
19278
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19279
+ }
19280
+ .v-avatar--variant-elevated {
19281
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19282
+ }
19283
+ .v-avatar--variant-flat {
19284
+ 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));
19285
+ }
19286
+ .v-avatar--variant-outlined {
19287
+ border: thin solid currentColor;
19288
+ }
19289
+ .v-avatar--variant-text .v-avatar__overlay {
19290
+ background: currentColor;
19291
+ }
19292
+ .v-avatar--variant-tonal .v-avatar__underlay {
19293
+ background: currentColor;
19294
+ opacity: var(--v-activated-opacity);
19295
+ border-radius: inherit;
19296
+ top: 0;
19297
+ right: 0;
19168
19298
  bottom: 0;
19169
- color: rgb(var(--v-theme-background));
19170
- content: "";
19171
19299
  left: 0;
19172
- position: absolute;
19173
- right: 0;
19174
- top: 0;
19175
- transform: scale(1.05);
19300
+ pointer-events: none;
19176
19301
  }
19177
- .v-badge--dot .v-badge__badge {
19178
- border-radius: 4.5px;
19179
- height: 9px;
19180
- min-width: 0;
19181
- padding: 0;
19182
- width: 9px;
19302
+ .v-avatar .v-avatar__underlay {
19303
+ position: absolute;
19183
19304
  }
19184
- .v-badge--dot .v-badge__badge::after {
19185
- border-width: 1.5px;
19305
+ .v-avatar--rounded {
19306
+ border-radius: 4px;
19186
19307
  }
19187
- .v-badge--inline .v-badge__badge {
19188
- position: relative;
19189
- vertical-align: middle;
19308
+ .v-avatar--start {
19309
+ margin-inline-end: 8px;
19190
19310
  }
19191
- .v-badge__badge .v-icon {
19192
- color: inherit;
19193
- font-size: 0.75rem;
19194
- margin: 0 -2px;
19311
+ .v-avatar--end {
19312
+ margin-inline-start: 8px;
19195
19313
  }
19196
- .v-badge__badge img,
19197
- .v-badge__badge .v-img {
19314
+ .v-avatar .v-img {
19198
19315
  height: 100%;
19199
19316
  width: 100%;
19200
- }
19201
-
19202
- .v-badge__wrapper {
19203
- display: flex;
19204
- position: relative;
19205
- }
19206
- .v-badge--inline .v-badge__wrapper {
19207
- align-items: center;
19208
- display: inline-flex;
19209
- justify-content: center;
19210
- margin: 0 4px;
19211
19317
  }.v-banner {
19212
19318
  display: grid;
19213
19319
  flex: 1 1;
@@ -19494,167 +19600,27 @@ html.overflow-y-hidden {
19494
19600
  display: inline-block;
19495
19601
  padding: 0 8px;
19496
19602
  vertical-align: middle;
19497
- }.v-avatar {
19498
- flex: none;
19603
+ }.v-btn {
19499
19604
  align-items: center;
19500
- display: inline-flex;
19605
+ border-radius: 4px;
19606
+ display: inline-grid;
19607
+ grid-template-areas: "prepend content append";
19608
+ grid-template-columns: max-content auto max-content;
19609
+ font-weight: 500;
19501
19610
  justify-content: center;
19611
+ letter-spacing: 0.0892857143em;
19502
19612
  line-height: normal;
19503
- overflow: hidden;
19613
+ max-width: 100%;
19614
+ outline: none;
19504
19615
  position: relative;
19505
- text-align: center;
19506
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19507
- transition-property: width, height;
19508
- vertical-align: middle;
19509
- }
19510
- .v-avatar.v-avatar--size-x-small {
19511
- --v-avatar-height: 24px;
19512
- }
19513
- .v-avatar.v-avatar--size-small {
19514
- --v-avatar-height: 32px;
19515
- }
19516
- .v-avatar.v-avatar--size-default {
19517
- --v-avatar-height: 40px;
19518
- }
19519
- .v-avatar.v-avatar--size-large {
19520
- --v-avatar-height: 48px;
19521
- }
19522
- .v-avatar.v-avatar--size-x-large {
19523
- --v-avatar-height: 56px;
19524
- }
19525
- .v-avatar.v-avatar--density-default {
19526
- height: calc(var(--v-avatar-height) + 0px);
19527
- width: calc(var(--v-avatar-height) + 0px);
19528
- }
19529
- .v-avatar.v-avatar--density-comfortable {
19530
- height: calc(var(--v-avatar-height) + -4px);
19531
- width: calc(var(--v-avatar-height) + -4px);
19532
- }
19533
- .v-avatar.v-avatar--density-compact {
19534
- height: calc(var(--v-avatar-height) + -8px);
19535
- width: calc(var(--v-avatar-height) + -8px);
19536
- }
19537
- .v-avatar {
19538
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19539
- border-style: solid;
19540
- border-width: 0;
19541
- }
19542
- .v-avatar--border {
19543
- border-width: thin;
19544
- box-shadow: none;
19545
- }
19546
- .v-avatar {
19547
- border-radius: 50%;
19548
- }
19549
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
19550
- background: transparent;
19551
- color: inherit;
19552
- }
19553
- .v-avatar--variant-plain {
19554
- opacity: 0.62;
19555
- }
19556
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
19557
- opacity: 1;
19558
- }
19559
- .v-avatar--variant-plain .v-avatar__overlay {
19560
- display: none;
19561
- }
19562
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
19563
- background: var(--v-theme-surface);
19564
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19565
- }
19566
- .v-avatar--variant-elevated {
19567
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19568
- }
19569
- .v-avatar--variant-flat {
19570
- 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));
19571
- }
19572
- .v-avatar--variant-outlined {
19573
- border: thin solid currentColor;
19574
- }
19575
- .v-avatar--variant-text .v-avatar__overlay {
19576
- background: currentColor;
19577
- }
19578
- .v-avatar--variant-tonal .v-avatar__underlay {
19579
- background: currentColor;
19580
- opacity: var(--v-activated-opacity);
19581
- border-radius: inherit;
19582
- top: 0;
19583
- right: 0;
19584
- bottom: 0;
19585
- left: 0;
19586
- pointer-events: none;
19587
- }
19588
- .v-avatar .v-avatar__underlay {
19589
- position: absolute;
19590
- }
19591
- .v-avatar--rounded {
19592
- border-radius: 4px;
19593
- }
19594
- .v-avatar--start {
19595
- margin-inline-end: 8px;
19596
- }
19597
- .v-avatar--end {
19598
- margin-inline-start: 8px;
19599
- }
19600
- .v-avatar .v-img {
19601
- height: 100%;
19602
- width: 100%;
19603
- }.bottom-sheet-transition-enter-from {
19604
- transform: translateY(100%);
19605
- }
19606
- .bottom-sheet-transition-leave-to {
19607
- transform: translateY(100%);
19608
- }
19609
-
19610
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19611
- align-self: flex-end;
19612
- border-radius: 0;
19613
- flex: 0 1 auto;
19614
- left: 0;
19615
- right: 0;
19616
- margin-inline: 0;
19617
- margin-bottom: 0;
19618
- transition-duration: 0.2s;
19619
- width: 100%;
19620
- max-width: 100%;
19621
- overflow: visible;
19622
- }
19623
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19624
- 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));
19625
- }
19626
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19627
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19628
- border-radius: 0;
19629
- }
19630
- .v-bottom-sheet.v-bottom-sheet--inset {
19631
- max-width: none;
19632
- }
19633
- @media (min-width: 600px) {
19634
- .v-bottom-sheet.v-bottom-sheet--inset {
19635
- max-width: 70%;
19636
- }
19637
- }.v-btn {
19638
- align-items: center;
19639
- border-radius: 4px;
19640
- display: inline-grid;
19641
- grid-template-areas: "prepend content append";
19642
- grid-template-columns: max-content auto max-content;
19643
- font-weight: 500;
19644
- justify-content: center;
19645
- letter-spacing: 0.0892857143em;
19646
- line-height: normal;
19647
- max-width: 100%;
19648
- outline: none;
19649
- position: relative;
19650
- text-decoration: none;
19651
- text-indent: 0.0892857143em;
19652
- text-transform: uppercase;
19653
- transition-property: box-shadow, transform, opacity, background;
19654
- transition-duration: 0.28s;
19655
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19656
- -webkit-user-select: none;
19657
- user-select: none;
19616
+ text-decoration: none;
19617
+ text-indent: 0.0892857143em;
19618
+ text-transform: uppercase;
19619
+ transition-property: box-shadow, transform, opacity, background;
19620
+ transition-duration: 0.28s;
19621
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19622
+ -webkit-user-select: none;
19623
+ user-select: none;
19658
19624
  vertical-align: middle;
19659
19625
  flex-shrink: 0;
19660
19626
  }
@@ -20058,82 +20024,39 @@ html.overflow-y-hidden {
20058
20024
  }
20059
20025
  .v-pagination__item--is-active .v-btn__overlay {
20060
20026
  opacity: var(--v-border-opacity);
20061
- }.v-btn-group {
20062
- display: inline-flex;
20063
- flex-wrap: nowrap;
20064
- max-width: 100%;
20065
- min-width: 0;
20066
- overflow: hidden;
20067
- vertical-align: middle;
20068
- }
20069
- .v-btn-group {
20070
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20071
- border-style: solid;
20072
- border-width: 0;
20073
- }
20074
- .v-btn-group--border {
20075
- border-width: thin;
20076
- box-shadow: none;
20077
- }
20078
- .v-btn-group {
20079
- 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));
20080
- }
20081
- .v-btn-group {
20082
- border-radius: 4px;
20083
- }
20084
- .v-btn-group {
20085
- background: transparent;
20086
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20087
- }
20088
- .v-btn-group--density-default.v-btn-group {
20089
- height: 48px;
20090
- }
20091
-
20092
- .v-btn-group--density-comfortable.v-btn-group {
20093
- height: 40px;
20027
+ }.bottom-sheet-transition-enter-from {
20028
+ transform: translateY(100%);
20094
20029
  }
20095
-
20096
- .v-btn-group--density-compact.v-btn-group {
20097
- height: 36px;
20030
+ .bottom-sheet-transition-leave-to {
20031
+ transform: translateY(100%);
20098
20032
  }
20099
20033
 
20100
- .v-btn-group .v-btn {
20034
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
20035
+ align-self: flex-end;
20101
20036
  border-radius: 0;
20102
- border-color: inherit;
20103
- }
20104
- .v-btn-group .v-btn:not(:last-child) {
20105
- border-inline-end: none;
20106
- }
20107
- .v-btn-group .v-btn:not(:first-child) {
20108
- border-inline-start: none;
20109
- }
20110
- .v-btn-group .v-btn:first-child {
20111
- border-start-start-radius: inherit;
20112
- border-end-start-radius: inherit;
20113
- }
20114
- .v-btn-group .v-btn:last-child {
20115
- border-start-end-radius: inherit;
20116
- border-end-end-radius: inherit;
20037
+ flex: 0 1 auto;
20038
+ left: 0;
20039
+ right: 0;
20040
+ margin-inline: 0;
20041
+ margin-bottom: 0;
20042
+ transition-duration: 0.2s;
20043
+ width: 100%;
20044
+ max-width: 100%;
20045
+ overflow: visible;
20117
20046
  }
20118
- .v-btn-group--divided .v-btn:not(:last-child) {
20119
- border-inline-end-width: thin;
20120
- border-inline-end-style: solid;
20121
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
20047
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
20048
+ 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));
20122
20049
  }
20123
- .v-btn-group--tile {
20050
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
20051
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
20124
20052
  border-radius: 0;
20125
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20126
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20127
20053
  }
20128
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20129
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20130
- }
20131
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20132
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20054
+ .v-bottom-sheet.v-bottom-sheet--inset {
20055
+ max-width: none;
20133
20056
  }
20134
- @supports not selector(:focus-visible) {
20135
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20136
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20057
+ @media (min-width: 600px) {
20058
+ .v-bottom-sheet.v-bottom-sheet--inset {
20059
+ max-width: 70%;
20137
20060
  }
20138
20061
  }.v-card {
20139
20062
  display: block;
@@ -20443,24 +20366,191 @@ html.overflow-y-hidden {
20443
20366
  pointer-events: none;
20444
20367
  opacity: 0;
20445
20368
  transition: opacity 0.2s ease-in-out;
20446
- }.v-chip-group {
20447
- display: flex;
20448
- max-width: 100%;
20449
- min-width: 0;
20450
- overflow-x: auto;
20451
- padding: 4px 0;
20452
- }
20453
- .v-chip-group .v-chip {
20454
- margin: 4px 8px 4px 0;
20369
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20370
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20455
20371
  }
20456
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20457
- opacity: var(--v-activated-opacity);
20372
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20373
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20374
+ }
20375
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20376
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20377
+ }
20378
+ @supports not selector(:focus-visible) {
20379
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20380
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20381
+ }
20382
+ }.v-btn-group {
20383
+ display: inline-flex;
20384
+ flex-wrap: nowrap;
20385
+ max-width: 100%;
20386
+ min-width: 0;
20387
+ overflow: hidden;
20388
+ vertical-align: middle;
20389
+ }
20390
+ .v-btn-group {
20391
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20392
+ border-style: solid;
20393
+ border-width: 0;
20394
+ }
20395
+ .v-btn-group--border {
20396
+ border-width: thin;
20397
+ box-shadow: none;
20398
+ }
20399
+ .v-btn-group {
20400
+ 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));
20401
+ }
20402
+ .v-btn-group {
20403
+ border-radius: 4px;
20404
+ }
20405
+ .v-btn-group {
20406
+ background: transparent;
20407
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20408
+ }
20409
+ .v-btn-group--density-default.v-btn-group {
20410
+ height: 48px;
20411
+ }
20412
+
20413
+ .v-btn-group--density-comfortable.v-btn-group {
20414
+ height: 40px;
20415
+ }
20416
+
20417
+ .v-btn-group--density-compact.v-btn-group {
20418
+ height: 36px;
20419
+ }
20420
+
20421
+ .v-btn-group .v-btn {
20422
+ border-radius: 0;
20423
+ border-color: inherit;
20424
+ }
20425
+ .v-btn-group .v-btn:not(:last-child) {
20426
+ border-inline-end: none;
20427
+ }
20428
+ .v-btn-group .v-btn:not(:first-child) {
20429
+ border-inline-start: none;
20430
+ }
20431
+ .v-btn-group .v-btn:first-child {
20432
+ border-start-start-radius: inherit;
20433
+ border-end-start-radius: inherit;
20434
+ }
20435
+ .v-btn-group .v-btn:last-child {
20436
+ border-start-end-radius: inherit;
20437
+ border-end-end-radius: inherit;
20438
+ }
20439
+ .v-btn-group--divided .v-btn:not(:last-child) {
20440
+ border-inline-end-width: thin;
20441
+ border-inline-end-style: solid;
20442
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
20443
+ }
20444
+ .v-btn-group--tile {
20445
+ border-radius: 0;
20446
+ }.v-chip-group {
20447
+ display: flex;
20448
+ max-width: 100%;
20449
+ min-width: 0;
20450
+ overflow-x: auto;
20451
+ padding: 4px 0;
20452
+ }
20453
+ .v-chip-group .v-chip {
20454
+ margin: 4px 8px 4px 0;
20455
+ }
20456
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20457
+ opacity: var(--v-activated-opacity);
20458
20458
  }
20459
20459
 
20460
20460
  .v-chip-group--column .v-slide-group__content {
20461
20461
  white-space: normal;
20462
20462
  flex-wrap: wrap;
20463
20463
  max-width: 100%;
20464
+ }.v-checkbox.v-input {
20465
+ flex: 0 1 auto;
20466
+ }
20467
+ .v-checkbox .v-selection-control {
20468
+ min-height: var(--v-input-control-height);
20469
+ }.v-combobox .v-field .v-text-field__prefix,
20470
+ .v-combobox .v-field .v-text-field__suffix,
20471
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20472
+ cursor: text;
20473
+ }
20474
+ .v-combobox .v-field .v-field__input > input {
20475
+ flex: 1 1;
20476
+ }
20477
+ .v-combobox .v-field input {
20478
+ min-width: 64px;
20479
+ }
20480
+ .v-combobox .v-field:not(.v-field--focused) input {
20481
+ min-width: 0;
20482
+ }
20483
+ .v-combobox .v-field--dirty .v-combobox__selection {
20484
+ margin-inline-end: 2px;
20485
+ }
20486
+ .v-combobox .v-combobox__selection-text {
20487
+ overflow: hidden;
20488
+ text-overflow: ellipsis;
20489
+ white-space: nowrap;
20490
+ }
20491
+
20492
+ .v-combobox__content {
20493
+ overflow: hidden;
20494
+ }
20495
+ .v-combobox__content {
20496
+ 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));
20497
+ }
20498
+ .v-combobox__content {
20499
+ border-radius: 4px;
20500
+ }
20501
+ .v-combobox__mask {
20502
+ background: rgb(var(--v-theme-surface-light));
20503
+ }
20504
+ .v-combobox__selection {
20505
+ display: inline-flex;
20506
+ align-items: center;
20507
+ height: 1.5rem;
20508
+ letter-spacing: inherit;
20509
+ line-height: inherit;
20510
+ max-width: calc(100% - 2px - 2px);
20511
+ }
20512
+ .v-combobox__selection:first-child {
20513
+ margin-inline-start: 0;
20514
+ }
20515
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20516
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20517
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20518
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20519
+ top: 0px;
20520
+ }
20521
+ .v-combobox--selecting-index .v-combobox__selection {
20522
+ opacity: var(--v-medium-emphasis-opacity);
20523
+ }
20524
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20525
+ opacity: 1;
20526
+ }
20527
+ .v-combobox--selecting-index .v-field__input > input {
20528
+ caret-color: transparent;
20529
+ }
20530
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20531
+ flex: 1 1;
20532
+ position: absolute;
20533
+ left: 0;
20534
+ right: 0;
20535
+ width: 100%;
20536
+ padding-inline: inherit;
20537
+ }
20538
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20539
+ transition: none;
20540
+ }
20541
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20542
+ opacity: 0;
20543
+ }
20544
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20545
+ opacity: 0;
20546
+ }
20547
+ .v-combobox__menu-icon {
20548
+ margin-inline-start: 4px;
20549
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20550
+ }
20551
+ .v-combobox--active-menu .v-combobox__menu-icon {
20552
+ opacity: var(--v-high-emphasis-opacity);
20553
+ transform: rotate(180deg);
20464
20554
  }.v-carousel {
20465
20555
  overflow: hidden;
20466
20556
  position: relative;
@@ -20526,28 +20616,6 @@ html.overflow-y-hidden {
20526
20616
  flex-direction: column;
20527
20617
  height: 100% !important;
20528
20618
  width: 50px;
20529
- }.v-color-picker {
20530
- align-self: flex-start;
20531
- contain: content;
20532
- }
20533
- .v-color-picker.v-sheet {
20534
- 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));
20535
- }
20536
- .v-color-picker.v-sheet {
20537
- border-radius: 4px;
20538
- }
20539
-
20540
- .v-color-picker__controls {
20541
- display: flex;
20542
- flex-direction: column;
20543
- padding: 16px;
20544
- }
20545
-
20546
- .v-color-picker--flat {
20547
- 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));
20548
- }
20549
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20550
- 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));
20551
20619
  }.v-chip {
20552
20620
  align-items: center;
20553
20621
  display: inline-flex;
@@ -21638,16 +21706,28 @@ html.overflow-y-hidden {
21638
21706
  .offset-xxl-11 {
21639
21707
  margin-inline-start: 91.6666666667%;
21640
21708
  }
21641
- }.v-checkbox.v-input {
21642
- flex: 0 1 auto;
21709
+ }.v-color-picker {
21710
+ align-self: flex-start;
21711
+ contain: content;
21643
21712
  }
21644
- .v-checkbox .v-selection-control {
21645
- min-height: var(--v-input-control-height);
21646
- }.v-counter {
21647
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21648
- flex: 0 1 auto;
21649
- font-size: 12px;
21650
- transition-duration: 150ms;
21713
+ .v-color-picker.v-sheet {
21714
+ 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));
21715
+ }
21716
+ .v-color-picker.v-sheet {
21717
+ border-radius: 4px;
21718
+ }
21719
+
21720
+ .v-color-picker__controls {
21721
+ display: flex;
21722
+ flex-direction: column;
21723
+ padding: 16px;
21724
+ }
21725
+
21726
+ .v-color-picker--flat {
21727
+ 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));
21728
+ }
21729
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21730
+ 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));
21651
21731
  }.v-data-table {
21652
21732
  width: 100%;
21653
21733
  }
@@ -21866,27 +21946,132 @@ html.overflow-y-hidden {
21866
21946
  }
21867
21947
  .v-data-table-footer__page {
21868
21948
  padding: 0 8px;
21869
- }.v-date-picker-controls {
21870
- display: flex;
21949
+ }.v-dialog {
21871
21950
  align-items: center;
21872
- justify-content: space-between;
21873
- font-size: 0.875rem;
21874
- padding-top: 4px;
21875
- padding-bottom: 4px;
21876
- padding-inline-start: 6px;
21877
- padding-inline-end: 12px;
21951
+ justify-content: center;
21952
+ margin: auto;
21878
21953
  }
21879
- .v-date-picker-controls > .v-btn:first-child {
21880
- text-transform: none;
21881
- font-weight: 400;
21882
- line-height: initial;
21883
- letter-spacing: initial;
21954
+ .v-dialog > .v-overlay__content {
21955
+ max-height: calc(100% - 48px);
21956
+ width: calc(100% - 48px);
21957
+ max-width: calc(100% - 48px);
21958
+ margin: 24px;
21884
21959
  }
21885
- .v-date-picker-controls--variant-classic {
21886
- padding-inline-start: 12px;
21960
+ .v-dialog > .v-overlay__content,
21961
+ .v-dialog > .v-overlay__content > form {
21962
+ display: flex;
21963
+ flex-direction: column;
21964
+ min-height: 0;
21887
21965
  }
21888
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21889
- opacity: 0.7;
21966
+ .v-dialog > .v-overlay__content > .v-card,
21967
+ .v-dialog > .v-overlay__content > .v-sheet,
21968
+ .v-dialog > .v-overlay__content > form > .v-card,
21969
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21970
+ --v-scrollbar-offset: 0px;
21971
+ border-radius: 4px;
21972
+ overflow-y: auto;
21973
+ }
21974
+ .v-dialog > .v-overlay__content > .v-card,
21975
+ .v-dialog > .v-overlay__content > .v-sheet,
21976
+ .v-dialog > .v-overlay__content > form > .v-card,
21977
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21978
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21979
+ }
21980
+ .v-dialog > .v-overlay__content > .v-card,
21981
+ .v-dialog > .v-overlay__content > form > .v-card {
21982
+ display: flex;
21983
+ flex-direction: column;
21984
+ }
21985
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21986
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21987
+ padding: 16px 24px;
21988
+ }
21989
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21990
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21991
+ padding-top: 0;
21992
+ }
21993
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21994
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21995
+ font-size: inherit;
21996
+ letter-spacing: 0.03125em;
21997
+ line-height: inherit;
21998
+ padding: 16px 24px 24px;
21999
+ }
22000
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
22001
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
22002
+ justify-content: flex-end;
22003
+ }
22004
+
22005
+ .v-dialog--fullscreen {
22006
+ --v-scrollbar-offset: 0px;
22007
+ }
22008
+ .v-dialog--fullscreen > .v-overlay__content {
22009
+ border-radius: 0;
22010
+ margin: 0;
22011
+ padding: 0;
22012
+ width: 100%;
22013
+ max-width: 100%;
22014
+ max-height: 100%;
22015
+ overflow-y: auto;
22016
+ top: 0;
22017
+ left: 0;
22018
+ }
22019
+ .v-dialog--fullscreen > .v-overlay__content,
22020
+ .v-dialog--fullscreen > .v-overlay__content > form {
22021
+ height: 100%;
22022
+ }
22023
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
22024
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
22025
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
22026
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
22027
+ min-height: 100%;
22028
+ min-width: 100%;
22029
+ border-radius: 0;
22030
+ }
22031
+
22032
+ .v-dialog--scrollable > .v-overlay__content,
22033
+ .v-dialog--scrollable > .v-overlay__content > form {
22034
+ display: flex;
22035
+ }
22036
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
22037
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22038
+ display: flex;
22039
+ flex: 1 1 100%;
22040
+ flex-direction: column;
22041
+ max-height: 100%;
22042
+ max-width: 100%;
22043
+ }
22044
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
22045
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
22046
+ -webkit-backface-visibility: hidden;
22047
+ backface-visibility: hidden;
22048
+ overflow-y: auto;
22049
+ }.v-counter {
22050
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22051
+ flex: 0 1 auto;
22052
+ font-size: 12px;
22053
+ transition-duration: 150ms;
22054
+ }.v-date-picker-controls {
22055
+ display: flex;
22056
+ align-items: center;
22057
+ justify-content: space-between;
22058
+ font-size: 0.875rem;
22059
+ padding-top: 4px;
22060
+ padding-bottom: 4px;
22061
+ padding-inline-start: 6px;
22062
+ padding-inline-end: 12px;
22063
+ }
22064
+ .v-date-picker-controls > .v-btn:first-child {
22065
+ text-transform: none;
22066
+ font-weight: 400;
22067
+ line-height: initial;
22068
+ letter-spacing: initial;
22069
+ }
22070
+ .v-date-picker-controls--variant-classic {
22071
+ padding-inline-start: 12px;
22072
+ }
22073
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
22074
+ opacity: 0.7;
21890
22075
  }
21891
22076
  .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21892
22077
  cursor: pointer;
@@ -21928,6 +22113,61 @@ html.overflow-y-hidden {
21928
22113
  }
21929
22114
  .v-date-picker--show-week {
21930
22115
  width: 368px;
22116
+ }.v-date-picker-month {
22117
+ display: flex;
22118
+ justify-content: center;
22119
+ padding: 0 12px 8px;
22120
+ --v-date-picker-month-day-diff: 4px;
22121
+ }
22122
+
22123
+ .v-date-picker-month__weeks {
22124
+ display: grid;
22125
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
22126
+ column-gap: 4px;
22127
+ font-size: 0.85rem;
22128
+ }
22129
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
22130
+ grid-row-gap: 0;
22131
+ }
22132
+
22133
+ .v-date-picker-month__weekday {
22134
+ font-size: 0.85rem;
22135
+ }
22136
+
22137
+ .v-date-picker-month__days {
22138
+ display: grid;
22139
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
22140
+ column-gap: 4px;
22141
+ flex: 1 1;
22142
+ justify-content: space-around;
22143
+ }
22144
+
22145
+ .v-date-picker-month__day {
22146
+ align-items: center;
22147
+ display: flex;
22148
+ justify-content: center;
22149
+ position: relative;
22150
+ height: 40px;
22151
+ width: 40px;
22152
+ }
22153
+ .v-date-picker-month__day--selected .v-btn {
22154
+ background-color: rgb(var(--v-theme-surface-variant));
22155
+ color: rgb(var(--v-theme-on-surface-variant));
22156
+ }
22157
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
22158
+ --v-btn-height: 24px;
22159
+ --v-btn-size: 0.85rem;
22160
+ }
22161
+ .v-date-picker-month__day--week {
22162
+ font-size: var(--v-btn-size);
22163
+ }
22164
+
22165
+ .v-date-picker-month__day--adjacent {
22166
+ opacity: 0.5;
22167
+ }
22168
+
22169
+ .v-date-picker-month__day--hide-adjacent {
22170
+ opacity: 0;
21931
22171
  }.v-date-picker-header {
21932
22172
  align-items: flex-end;
21933
22173
  height: 70px;
@@ -21988,6 +22228,21 @@ html.overflow-y-hidden {
21988
22228
  .date-picker-header-reverse-transition-leave-to {
21989
22229
  opacity: 0;
21990
22230
  transform: translate(0, 100%);
22231
+ }.v-date-picker-years {
22232
+ height: 288px;
22233
+ overflow-y: scroll;
22234
+ }
22235
+
22236
+ .v-date-picker-years__content {
22237
+ display: grid;
22238
+ flex: 1 1;
22239
+ justify-content: space-around;
22240
+ grid-template-columns: repeat(3, 1fr);
22241
+ gap: 8px 24px;
22242
+ padding-inline: 32px;
22243
+ }
22244
+ .v-date-picker-years__content .v-btn {
22245
+ padding-inline: 8px;
21991
22246
  }.v-date-picker-months {
21992
22247
  height: 288px;
21993
22248
  }
@@ -22007,596 +22262,125 @@ html.overflow-y-hidden {
22007
22262
  text-transform: none;
22008
22263
  padding-inline-start: 8px;
22009
22264
  padding-inline-end: 8px;
22010
- }.v-date-picker-month {
22011
- display: flex;
22012
- justify-content: center;
22013
- padding: 0 12px 8px;
22014
- --v-date-picker-month-day-diff: 4px;
22265
+ }.v-divider {
22266
+ display: block;
22267
+ flex: 1 1 100%;
22268
+ height: 0px;
22269
+ max-height: 0px;
22270
+ opacity: var(--v-border-opacity);
22271
+ transition: inherit;
22015
22272
  }
22016
-
22017
- .v-date-picker-month__weeks {
22018
- display: grid;
22019
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
22020
- column-gap: 4px;
22021
- font-size: 0.85rem;
22273
+ .v-divider {
22274
+ border-style: solid;
22275
+ border-width: thin 0 0 0;
22022
22276
  }
22023
- .v-date-picker-month__weeks + .v-date-picker-month__days {
22024
- grid-row-gap: 0;
22277
+ .v-divider--vertical {
22278
+ align-self: stretch;
22279
+ border-width: 0 thin 0 0;
22280
+ display: inline-flex;
22281
+ height: auto;
22282
+ margin-left: -1px;
22283
+ max-height: 100%;
22284
+ max-width: 0px;
22285
+ vertical-align: text-bottom;
22286
+ width: 0px;
22025
22287
  }
22026
-
22027
- .v-date-picker-month__weekday {
22028
- font-size: 0.85rem;
22288
+ .v-divider--inset:not(.v-divider--vertical) {
22289
+ max-width: calc(100% - 72px);
22290
+ margin-inline-start: 72px;
22291
+ }
22292
+ .v-divider--inset.v-divider--vertical {
22293
+ margin-bottom: 8px;
22294
+ margin-top: 8px;
22295
+ max-height: calc(100% - 16px);
22029
22296
  }
22030
22297
 
22031
- .v-date-picker-month__days {
22032
- display: grid;
22033
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
22034
- column-gap: 4px;
22035
- flex: 1 1;
22036
- justify-content: space-around;
22298
+ .v-divider__content {
22299
+ padding: 0 16px;
22300
+ text-wrap: nowrap;
22301
+ }
22302
+ .v-divider__wrapper--vertical .v-divider__content {
22303
+ padding: 4px 0;
22037
22304
  }
22038
22305
 
22039
- .v-date-picker-month__day {
22040
- align-items: center;
22306
+ .v-divider__wrapper {
22041
22307
  display: flex;
22308
+ align-items: center;
22042
22309
  justify-content: center;
22043
- position: relative;
22044
- height: 40px;
22045
- width: 40px;
22046
- }
22047
- .v-date-picker-month__day--selected .v-btn {
22048
- background-color: rgb(var(--v-theme-surface-variant));
22049
- color: rgb(var(--v-theme-on-surface-variant));
22050
- }
22051
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
22052
- --v-btn-height: 24px;
22053
- --v-btn-size: 0.85rem;
22054
22310
  }
22055
- .v-date-picker-month__day--week {
22056
- font-size: var(--v-btn-size);
22311
+ .v-divider__wrapper--vertical {
22312
+ flex-direction: column;
22313
+ height: 100%;
22057
22314
  }
22058
-
22059
- .v-date-picker-month__day--adjacent {
22060
- opacity: 0.5;
22061
- }
22062
-
22063
- .v-date-picker-month__day--hide-adjacent {
22064
- opacity: 0;
22065
- }.v-date-picker-years {
22066
- height: 288px;
22067
- overflow-y: scroll;
22068
- }
22069
-
22070
- .v-date-picker-years__content {
22071
- display: grid;
22072
- flex: 1 1;
22073
- justify-content: space-around;
22074
- grid-template-columns: repeat(3, 1fr);
22075
- gap: 8px 24px;
22076
- padding-inline: 32px;
22077
- }
22078
- .v-date-picker-years__content .v-btn {
22079
- padding-inline: 8px;
22080
- }.v-dialog {
22081
- align-items: center;
22082
- justify-content: center;
22083
- margin: auto;
22084
- }
22085
- .v-dialog > .v-overlay__content {
22086
- max-height: calc(100% - 48px);
22087
- width: calc(100% - 48px);
22088
- max-width: calc(100% - 48px);
22089
- margin: 24px;
22090
- }
22091
- .v-dialog > .v-overlay__content,
22092
- .v-dialog > .v-overlay__content > form {
22093
- display: flex;
22094
- flex-direction: column;
22095
- min-height: 0;
22096
- }
22097
- .v-dialog > .v-overlay__content > .v-card,
22098
- .v-dialog > .v-overlay__content > .v-sheet,
22099
- .v-dialog > .v-overlay__content > form > .v-card,
22100
- .v-dialog > .v-overlay__content > form > .v-sheet {
22101
- --v-scrollbar-offset: 0px;
22102
- border-radius: 4px;
22103
- overflow-y: auto;
22104
- }
22105
- .v-dialog > .v-overlay__content > .v-card,
22106
- .v-dialog > .v-overlay__content > .v-sheet,
22107
- .v-dialog > .v-overlay__content > form > .v-card,
22108
- .v-dialog > .v-overlay__content > form > .v-sheet {
22109
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22110
- }
22111
- .v-dialog > .v-overlay__content > .v-card,
22112
- .v-dialog > .v-overlay__content > form > .v-card {
22113
- display: flex;
22114
- flex-direction: column;
22115
- }
22116
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
22117
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
22118
- padding: 16px 24px;
22119
- }
22120
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
22121
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
22122
- padding-top: 0;
22123
- }
22124
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
22125
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
22126
- font-size: inherit;
22127
- letter-spacing: 0.03125em;
22128
- line-height: inherit;
22129
- padding: 16px 24px 24px;
22130
- }
22131
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
22132
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
22133
- justify-content: flex-end;
22134
- }
22135
-
22136
- .v-dialog--fullscreen {
22137
- --v-scrollbar-offset: 0px;
22138
- }
22139
- .v-dialog--fullscreen > .v-overlay__content {
22140
- border-radius: 0;
22141
- margin: 0;
22142
- padding: 0;
22143
- width: 100%;
22144
- max-width: 100%;
22145
- max-height: 100%;
22146
- overflow-y: auto;
22147
- top: 0;
22148
- left: 0;
22149
- }
22150
- .v-dialog--fullscreen > .v-overlay__content,
22151
- .v-dialog--fullscreen > .v-overlay__content > form {
22152
- height: 100%;
22153
- }
22154
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
22155
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
22156
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
22157
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
22158
- min-height: 100%;
22159
- min-width: 100%;
22160
- border-radius: 0;
22161
- }
22162
-
22163
- .v-dialog--scrollable > .v-overlay__content,
22164
- .v-dialog--scrollable > .v-overlay__content > form {
22165
- display: flex;
22166
- }
22167
- .v-dialog--scrollable > .v-overlay__content > .v-card,
22168
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22169
- display: flex;
22170
- flex: 1 1 100%;
22171
- flex-direction: column;
22172
- max-height: 100%;
22173
- max-width: 100%;
22174
- }
22175
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
22176
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
22177
- -webkit-backface-visibility: hidden;
22178
- backface-visibility: hidden;
22179
- overflow-y: auto;
22180
- }.v-combobox .v-field .v-text-field__prefix,
22181
- .v-combobox .v-field .v-text-field__suffix,
22182
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
22183
- cursor: text;
22184
- }
22185
- .v-combobox .v-field .v-field__input > input {
22186
- flex: 1 1;
22187
- }
22188
- .v-combobox .v-field input {
22189
- min-width: 64px;
22190
- }
22191
- .v-combobox .v-field:not(.v-field--focused) input {
22192
- min-width: 0;
22193
- }
22194
- .v-combobox .v-field--dirty .v-combobox__selection {
22195
- margin-inline-end: 2px;
22196
- }
22197
- .v-combobox .v-combobox__selection-text {
22198
- overflow: hidden;
22199
- text-overflow: ellipsis;
22200
- white-space: nowrap;
22201
- }
22202
-
22203
- .v-combobox__content {
22204
- overflow: hidden;
22205
- }
22206
- .v-combobox__content {
22207
- 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));
22208
- }
22209
- .v-combobox__content {
22210
- border-radius: 4px;
22211
- }
22212
- .v-combobox__mask {
22213
- background: rgb(var(--v-theme-surface-light));
22214
- }
22215
- .v-combobox__selection {
22216
- display: inline-flex;
22217
- align-items: center;
22218
- height: 1.5rem;
22219
- letter-spacing: inherit;
22220
- line-height: inherit;
22221
- max-width: calc(100% - 2px - 2px);
22222
- }
22223
- .v-combobox__selection:first-child {
22224
- margin-inline-start: 0;
22225
- }
22226
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22227
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22228
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22229
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22230
- top: 0px;
22231
- }
22232
- .v-combobox--selecting-index .v-combobox__selection {
22233
- opacity: var(--v-medium-emphasis-opacity);
22234
- }
22235
- .v-combobox--selecting-index .v-combobox__selection--selected {
22236
- opacity: 1;
22237
- }
22238
- .v-combobox--selecting-index .v-field__input > input {
22239
- caret-color: transparent;
22240
- }
22241
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
22242
- flex: 1 1;
22243
- position: absolute;
22244
- left: 0;
22245
- right: 0;
22246
- width: 100%;
22247
- padding-inline: inherit;
22248
- }
22249
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
22250
- transition: none;
22251
- }
22252
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
22253
- opacity: 0;
22254
- }
22255
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
22256
- opacity: 0;
22257
- }
22258
- .v-combobox__menu-icon {
22259
- margin-inline-start: 4px;
22260
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22261
- }
22262
- .v-combobox--active-menu .v-combobox__menu-icon {
22263
- opacity: var(--v-high-emphasis-opacity);
22264
- transform: rotate(180deg);
22315
+ .v-divider__wrapper--vertical .v-divider {
22316
+ margin: 0 auto;
22265
22317
  }.v-empty-state {
22266
22318
  align-items: center;
22267
22319
  display: flex;
22268
22320
  flex-direction: column;
22269
22321
  justify-content: center;
22270
22322
  min-height: 100%;
22271
- padding: 16px;
22272
- }
22273
- .v-empty-state--start {
22274
- align-items: flex-start;
22275
- }
22276
- .v-empty-state--center {
22277
- align-items: center;
22278
- }
22279
- .v-empty-state--end {
22280
- align-items: flex-end;
22281
- }
22282
-
22283
- .v-empty-state__media {
22284
- text-align: center;
22285
- width: 100%;
22286
- }
22287
- .v-empty-state__media .v-icon {
22288
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22289
- }
22290
-
22291
- .v-empty-state__headline {
22292
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22293
- font-size: 3.75rem;
22294
- font-weight: 300;
22295
- line-height: 1;
22296
- text-align: center;
22297
- margin-bottom: 8px;
22298
- }
22299
- .v-empty-state--mobile .v-empty-state__headline {
22300
- font-size: 2.125rem;
22301
- }
22302
-
22303
- .v-empty-state__title {
22304
- font-size: 1.25rem;
22305
- font-weight: 500;
22306
- line-height: 1.6;
22307
- margin-bottom: 4px;
22308
- text-align: center;
22309
- }
22310
-
22311
- .v-empty-state__text {
22312
- font-size: 0.875rem;
22313
- font-weight: 400;
22314
- line-height: 1.425;
22315
- padding: 0 16px;
22316
- text-align: center;
22317
- }
22318
-
22319
- .v-empty-state__content {
22320
- padding: 24px 0;
22321
- }
22322
-
22323
- .v-empty-state__actions {
22324
- display: flex;
22325
- gap: 8px;
22326
- padding: 16px;
22327
- }
22328
-
22329
- .v-empty-state__action-btn.v-btn {
22330
- background-color: initial;
22331
- color: initial;
22332
- }.v-divider {
22333
- display: block;
22334
- flex: 1 1 100%;
22335
- height: 0px;
22336
- max-height: 0px;
22337
- opacity: var(--v-border-opacity);
22338
- transition: inherit;
22339
- }
22340
- .v-divider {
22341
- border-style: solid;
22342
- border-width: thin 0 0 0;
22343
- }
22344
- .v-divider--vertical {
22345
- align-self: stretch;
22346
- border-width: 0 thin 0 0;
22347
- display: inline-flex;
22348
- height: auto;
22349
- margin-left: -1px;
22350
- max-height: 100%;
22351
- max-width: 0px;
22352
- vertical-align: text-bottom;
22353
- width: 0px;
22354
- }
22355
- .v-divider--inset:not(.v-divider--vertical) {
22356
- max-width: calc(100% - 72px);
22357
- margin-inline-start: 72px;
22358
- }
22359
- .v-divider--inset.v-divider--vertical {
22360
- margin-bottom: 8px;
22361
- margin-top: 8px;
22362
- max-height: calc(100% - 16px);
22363
- }
22364
-
22365
- .v-divider__content {
22366
- padding: 0 16px;
22367
- text-wrap: nowrap;
22368
- }
22369
- .v-divider__wrapper--vertical .v-divider__content {
22370
- padding: 4px 0;
22371
- }
22372
-
22373
- .v-divider__wrapper {
22374
- display: flex;
22375
- align-items: center;
22376
- justify-content: center;
22377
- }
22378
- .v-divider__wrapper--vertical {
22379
- flex-direction: column;
22380
- height: 100%;
22381
- }
22382
- .v-divider__wrapper--vertical .v-divider {
22383
- margin: 0 auto;
22384
- }.v-expansion-panel {
22385
- background-color: rgb(var(--v-theme-surface));
22386
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22387
- }
22388
- .v-expansion-panel:not(:first-child)::after {
22389
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22390
- }
22391
- .v-expansion-panel--disabled .v-expansion-panel-title {
22392
- color: rgba(var(--v-theme-on-surface), 0.26);
22393
- }
22394
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
22395
- opacity: 0.4615384615;
22396
- }
22397
-
22398
- .v-expansion-panels {
22399
- display: flex;
22400
- flex-wrap: wrap;
22401
- justify-content: center;
22402
- list-style-type: none;
22403
- padding: 0;
22404
- width: 100%;
22405
- position: relative;
22406
- z-index: 1;
22407
- }
22408
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22409
- border-bottom-left-radius: 0 !important;
22410
- border-bottom-right-radius: 0 !important;
22411
- }
22412
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22413
- border-top-left-radius: 0 !important;
22414
- border-top-right-radius: 0 !important;
22415
- }
22416
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22417
- border-bottom-left-radius: 0 !important;
22418
- border-bottom-right-radius: 0 !important;
22419
- }
22420
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22421
- border-top-left-radius: 0 !important;
22422
- border-top-right-radius: 0 !important;
22423
- }
22424
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
22425
- border-bottom-left-radius: 0 !important;
22426
- border-bottom-right-radius: 0 !important;
22427
- }
22428
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
22429
- border-top-left-radius: 0 !important;
22430
- border-top-right-radius: 0 !important;
22431
- }
22432
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
22433
- border-bottom-left-radius: initial;
22434
- border-bottom-right-radius: initial;
22435
- }
22436
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
22437
- border-radius: 0 !important;
22438
- }
22439
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
22440
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
22441
- }
22442
-
22443
- .v-expansion-panel {
22444
- flex: 1 0 100%;
22445
- max-width: 100%;
22446
- position: relative;
22447
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
22448
- transition-property: margin-top, border-radius, border, max-width;
22449
- border-radius: 4px;
22450
- }
22451
- .v-expansion-panel:not(:first-child)::after {
22452
- border-top-style: solid;
22453
- border-top-width: thin;
22454
- content: "";
22455
- left: 0;
22456
- position: absolute;
22457
- right: 0;
22458
- top: 0;
22459
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
22460
- }
22461
- .v-expansion-panel--disabled .v-expansion-panel-title {
22462
- pointer-events: none;
22463
- }
22464
- .v-expansion-panel--active:not(:first-child),
22465
- .v-expansion-panel--active + .v-expansion-panel {
22466
- margin-top: 16px;
22467
- }
22468
- .v-expansion-panel--active:not(:first-child)::after,
22469
- .v-expansion-panel--active + .v-expansion-panel::after {
22470
- opacity: 0;
22471
- }
22472
- .v-expansion-panel--active > .v-expansion-panel-title {
22473
- border-bottom-left-radius: 0;
22474
- border-bottom-right-radius: 0;
22475
- }
22476
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
22477
- min-height: 64px;
22478
- }
22479
-
22480
- .v-expansion-panel__shadow {
22481
- border-radius: inherit;
22482
- z-index: -1;
22483
- }
22484
- .v-expansion-panel__shadow {
22485
- position: absolute;
22486
- top: 0;
22487
- left: 0;
22488
- width: 100%;
22489
- height: 100%;
22490
- }
22491
- .v-expansion-panel__shadow {
22492
- 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));
22493
- }
22494
-
22495
- .v-expansion-panel-title {
22496
- align-items: center;
22497
- text-align: start;
22498
- border-radius: inherit;
22499
- display: flex;
22500
- font-size: 0.9375rem;
22501
- line-height: 1;
22502
- min-height: 48px;
22503
- outline: none;
22504
- padding: 16px 24px;
22505
- position: relative;
22506
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
22507
- width: 100%;
22508
- justify-content: space-between;
22509
- }
22510
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
22511
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22512
- }
22513
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
22514
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22515
- }
22516
- @supports not selector(:focus-visible) {
22517
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
22518
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22519
- }
22520
- }
22521
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
22522
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
22523
- }
22524
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
22525
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22526
- }
22527
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
22528
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22529
- }
22530
- @supports not selector(:focus-visible) {
22531
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
22532
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22533
- }
22534
- }
22535
-
22536
- .v-expansion-panel-title__overlay {
22537
- background-color: currentColor;
22538
- border-radius: inherit;
22539
- opacity: 0;
22540
- }
22541
- .v-expansion-panel-title__overlay {
22542
- position: absolute;
22543
- top: 0;
22544
- left: 0;
22545
- width: 100%;
22546
- height: 100%;
22323
+ padding: 16px;
22547
22324
  }
22548
-
22549
- .v-expansion-panel-title__icon {
22550
- display: inline-flex;
22551
- margin-bottom: -4px;
22552
- margin-top: -4px;
22553
- -webkit-user-select: none;
22554
- user-select: none;
22555
- margin-inline-start: auto;
22325
+ .v-empty-state--start {
22326
+ align-items: flex-start;
22556
22327
  }
22557
-
22558
- .v-expansion-panel-text {
22559
- display: flex;
22328
+ .v-empty-state--center {
22329
+ align-items: center;
22560
22330
  }
22561
- .v-expansion-panel-text__wrapper {
22562
- padding: 8px 24px 16px;
22563
- flex: 1 1 auto;
22564
- max-width: 100%;
22331
+ .v-empty-state--end {
22332
+ align-items: flex-end;
22565
22333
  }
22566
22334
 
22567
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
22568
- margin-top: 0;
22335
+ .v-empty-state__media {
22336
+ text-align: center;
22337
+ width: 100%;
22569
22338
  }
22570
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
22571
- opacity: 1;
22339
+ .v-empty-state__media .v-icon {
22340
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22572
22341
  }
22573
22342
 
22574
- .v-expansion-panels--variant-popout > .v-expansion-panel {
22575
- max-width: calc(100% - 32px);
22343
+ .v-empty-state__headline {
22344
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22345
+ font-size: 3.75rem;
22346
+ font-weight: 300;
22347
+ line-height: 1;
22348
+ text-align: center;
22349
+ margin-bottom: 8px;
22576
22350
  }
22577
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
22578
- max-width: calc(100% + 16px);
22351
+ .v-empty-state--mobile .v-empty-state__headline {
22352
+ font-size: 2.125rem;
22579
22353
  }
22580
22354
 
22581
- .v-expansion-panels--variant-inset > .v-expansion-panel {
22582
- max-width: 100%;
22583
- }
22584
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
22585
- max-width: calc(100% - 32px);
22355
+ .v-empty-state__title {
22356
+ font-size: 1.25rem;
22357
+ font-weight: 500;
22358
+ line-height: 1.6;
22359
+ margin-bottom: 4px;
22360
+ text-align: center;
22586
22361
  }
22587
22362
 
22588
- .v-expansion-panels--flat > .v-expansion-panel::after {
22589
- border-top: none;
22363
+ .v-empty-state__text {
22364
+ font-size: 0.875rem;
22365
+ font-weight: 400;
22366
+ line-height: 1.425;
22367
+ padding: 0 16px;
22368
+ text-align: center;
22590
22369
  }
22591
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
22592
- display: none;
22370
+
22371
+ .v-empty-state__content {
22372
+ padding: 24px 0;
22593
22373
  }
22594
22374
 
22595
- .v-expansion-panels--tile {
22596
- border-radius: 0;
22375
+ .v-empty-state__actions {
22376
+ display: flex;
22377
+ gap: 8px;
22378
+ padding: 16px;
22597
22379
  }
22598
- .v-expansion-panels--tile > .v-expansion-panel {
22599
- border-radius: 0;
22380
+
22381
+ .v-empty-state__action-btn.v-btn {
22382
+ background-color: initial;
22383
+ color: initial;
22600
22384
  }/* region INPUT */
22601
22385
  .v-field {
22602
22386
  display: grid;
@@ -23195,89 +22979,305 @@ textarea.v-field__input::placeholder {
23195
22979
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
23196
22980
  top: 0px;
23197
22981
  }
23198
- .v-file-input input[type=file] {
23199
- height: 100%;
23200
- left: 0;
23201
- opacity: 0;
22982
+ .v-file-input input[type=file] {
22983
+ height: 100%;
22984
+ left: 0;
22985
+ opacity: 0;
22986
+ position: absolute;
22987
+ top: 0;
22988
+ width: 100%;
22989
+ z-index: 1;
22990
+ }
22991
+ .v-file-input .v-input__details {
22992
+ padding-inline: 16px;
22993
+ }
22994
+ .v-input--plain-underlined.v-file-input .v-input__details {
22995
+ padding-inline: 0;
22996
+ }.v-fab {
22997
+ align-items: center;
22998
+ display: inline-flex;
22999
+ flex: 1 1 auto;
23000
+ pointer-events: none;
23001
+ position: relative;
23002
+ transition-duration: 0.2s;
23003
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23004
+ vertical-align: middle;
23005
+ }
23006
+ .v-fab .v-btn {
23007
+ pointer-events: auto;
23008
+ }
23009
+ .v-fab .v-btn--variant-elevated {
23010
+ 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));
23011
+ }
23012
+ .v-fab--app, .v-fab--absolute {
23013
+ display: flex;
23014
+ }
23015
+ .v-fab--start, .v-fab--left {
23016
+ justify-content: flex-start;
23017
+ }
23018
+ .v-fab--center {
23019
+ align-items: center;
23020
+ justify-content: center;
23021
+ }
23022
+ .v-fab--end, .v-fab--right {
23023
+ justify-content: flex-end;
23024
+ }
23025
+ .v-fab--bottom {
23026
+ align-items: flex-end;
23027
+ }
23028
+ .v-fab--top {
23029
+ align-items: flex-start;
23030
+ }
23031
+ .v-fab--extended .v-btn {
23032
+ border-radius: 9999px !important;
23033
+ }
23034
+
23035
+ .v-fab__container {
23036
+ align-self: center;
23037
+ display: inline-flex;
23038
+ position: absolute;
23039
+ vertical-align: middle;
23040
+ }
23041
+ .v-fab--app .v-fab__container {
23042
+ margin: 12px;
23043
+ }
23044
+ .v-fab--absolute .v-fab__container {
23045
+ position: absolute;
23046
+ z-index: 4;
23047
+ }
23048
+ .v-fab--offset.v-fab--top .v-fab__container {
23049
+ transform: translateY(-50%);
23050
+ }
23051
+ .v-fab--offset.v-fab--bottom .v-fab__container {
23052
+ transform: translateY(50%);
23053
+ }
23054
+ .v-fab--top .v-fab__container {
23055
+ top: 0;
23056
+ }
23057
+ .v-fab--bottom .v-fab__container {
23058
+ bottom: 0;
23059
+ }
23060
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
23061
+ left: 0;
23062
+ }
23063
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
23064
+ right: 0;
23065
+ }.v-expansion-panel {
23066
+ background-color: rgb(var(--v-theme-surface));
23067
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23068
+ }
23069
+ .v-expansion-panel:not(:first-child)::after {
23070
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23071
+ }
23072
+ .v-expansion-panel--disabled .v-expansion-panel-title {
23073
+ color: rgba(var(--v-theme-on-surface), 0.26);
23074
+ }
23075
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
23076
+ opacity: 0.4615384615;
23077
+ }
23078
+
23079
+ .v-expansion-panels {
23080
+ display: flex;
23081
+ flex-wrap: wrap;
23082
+ justify-content: center;
23083
+ list-style-type: none;
23084
+ padding: 0;
23085
+ width: 100%;
23086
+ position: relative;
23087
+ z-index: 1;
23088
+ }
23089
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
23090
+ border-bottom-left-radius: 0 !important;
23091
+ border-bottom-right-radius: 0 !important;
23092
+ }
23093
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
23094
+ border-top-left-radius: 0 !important;
23095
+ border-top-right-radius: 0 !important;
23096
+ }
23097
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
23098
+ border-bottom-left-radius: 0 !important;
23099
+ border-bottom-right-radius: 0 !important;
23100
+ }
23101
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
23102
+ border-top-left-radius: 0 !important;
23103
+ border-top-right-radius: 0 !important;
23104
+ }
23105
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
23106
+ border-bottom-left-radius: 0 !important;
23107
+ border-bottom-right-radius: 0 !important;
23108
+ }
23109
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
23110
+ border-top-left-radius: 0 !important;
23111
+ border-top-right-radius: 0 !important;
23112
+ }
23113
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
23114
+ border-bottom-left-radius: initial;
23115
+ border-bottom-right-radius: initial;
23116
+ }
23117
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
23118
+ border-radius: 0 !important;
23119
+ }
23120
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
23121
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
23122
+ }
23123
+
23124
+ .v-expansion-panel {
23125
+ flex: 1 0 100%;
23126
+ max-width: 100%;
23127
+ position: relative;
23128
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
23129
+ transition-property: margin-top, border-radius, border, max-width;
23130
+ border-radius: 4px;
23131
+ }
23132
+ .v-expansion-panel:not(:first-child)::after {
23133
+ border-top-style: solid;
23134
+ border-top-width: thin;
23135
+ content: "";
23136
+ left: 0;
23137
+ position: absolute;
23138
+ right: 0;
23139
+ top: 0;
23140
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
23141
+ }
23142
+ .v-expansion-panel--disabled .v-expansion-panel-title {
23143
+ pointer-events: none;
23144
+ }
23145
+ .v-expansion-panel--active:not(:first-child),
23146
+ .v-expansion-panel--active + .v-expansion-panel {
23147
+ margin-top: 16px;
23148
+ }
23149
+ .v-expansion-panel--active:not(:first-child)::after,
23150
+ .v-expansion-panel--active + .v-expansion-panel::after {
23151
+ opacity: 0;
23152
+ }
23153
+ .v-expansion-panel--active > .v-expansion-panel-title {
23154
+ border-bottom-left-radius: 0;
23155
+ border-bottom-right-radius: 0;
23156
+ }
23157
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
23158
+ min-height: 64px;
23159
+ }
23160
+
23161
+ .v-expansion-panel__shadow {
23162
+ border-radius: inherit;
23163
+ z-index: -1;
23164
+ }
23165
+ .v-expansion-panel__shadow {
23202
23166
  position: absolute;
23203
23167
  top: 0;
23168
+ left: 0;
23204
23169
  width: 100%;
23205
- z-index: 1;
23170
+ height: 100%;
23206
23171
  }
23207
- .v-file-input .v-input__details {
23208
- padding-inline: 16px;
23172
+ .v-expansion-panel__shadow {
23173
+ 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));
23209
23174
  }
23210
- .v-input--plain-underlined.v-file-input .v-input__details {
23211
- padding-inline: 0;
23212
- }.v-fab {
23175
+
23176
+ .v-expansion-panel-title {
23213
23177
  align-items: center;
23214
- display: inline-flex;
23215
- flex: 1 1 auto;
23216
- pointer-events: none;
23178
+ text-align: start;
23179
+ border-radius: inherit;
23180
+ display: flex;
23181
+ font-size: 0.9375rem;
23182
+ line-height: 1;
23183
+ min-height: 48px;
23184
+ outline: none;
23185
+ padding: 16px 24px;
23217
23186
  position: relative;
23218
- transition-duration: 0.2s;
23219
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23220
- vertical-align: middle;
23187
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
23188
+ width: 100%;
23189
+ justify-content: space-between;
23221
23190
  }
23222
- .v-fab .v-btn {
23223
- pointer-events: auto;
23191
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
23192
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23224
23193
  }
23225
- .v-fab .v-btn--variant-elevated {
23226
- 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));
23194
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
23195
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23227
23196
  }
23228
- .v-fab--app, .v-fab--absolute {
23229
- display: flex;
23197
+ @supports not selector(:focus-visible) {
23198
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
23199
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23200
+ }
23230
23201
  }
23231
- .v-fab--start, .v-fab--left {
23232
- justify-content: flex-start;
23202
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
23203
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
23233
23204
  }
23234
- .v-fab--center {
23235
- align-items: center;
23236
- justify-content: center;
23205
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
23206
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
23237
23207
  }
23238
- .v-fab--end, .v-fab--right {
23239
- justify-content: flex-end;
23208
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
23209
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
23240
23210
  }
23241
- .v-fab--bottom {
23242
- align-items: flex-end;
23211
+ @supports not selector(:focus-visible) {
23212
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
23213
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
23214
+ }
23243
23215
  }
23244
- .v-fab--top {
23245
- align-items: flex-start;
23216
+
23217
+ .v-expansion-panel-title__overlay {
23218
+ background-color: currentColor;
23219
+ border-radius: inherit;
23220
+ opacity: 0;
23246
23221
  }
23247
- .v-fab--extended .v-btn {
23248
- border-radius: 9999px !important;
23222
+ .v-expansion-panel-title__overlay {
23223
+ position: absolute;
23224
+ top: 0;
23225
+ left: 0;
23226
+ width: 100%;
23227
+ height: 100%;
23249
23228
  }
23250
23229
 
23251
- .v-fab__container {
23252
- align-self: center;
23230
+ .v-expansion-panel-title__icon {
23253
23231
  display: inline-flex;
23254
- position: absolute;
23255
- vertical-align: middle;
23232
+ margin-bottom: -4px;
23233
+ margin-top: -4px;
23234
+ -webkit-user-select: none;
23235
+ user-select: none;
23236
+ margin-inline-start: auto;
23256
23237
  }
23257
- .v-fab--app .v-fab__container {
23258
- margin: 12px;
23238
+
23239
+ .v-expansion-panel-text {
23240
+ display: flex;
23259
23241
  }
23260
- .v-fab--absolute .v-fab__container {
23261
- position: absolute;
23262
- z-index: 4;
23242
+ .v-expansion-panel-text__wrapper {
23243
+ padding: 8px 24px 16px;
23244
+ flex: 1 1 auto;
23245
+ max-width: 100%;
23263
23246
  }
23264
- .v-fab--offset.v-fab--top .v-fab__container {
23265
- transform: translateY(-50%);
23247
+
23248
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
23249
+ margin-top: 0;
23266
23250
  }
23267
- .v-fab--offset.v-fab--bottom .v-fab__container {
23268
- transform: translateY(50%);
23251
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
23252
+ opacity: 1;
23269
23253
  }
23270
- .v-fab--top .v-fab__container {
23271
- top: 0;
23254
+
23255
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
23256
+ max-width: calc(100% - 32px);
23272
23257
  }
23273
- .v-fab--bottom .v-fab__container {
23274
- bottom: 0;
23258
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
23259
+ max-width: calc(100% + 16px);
23275
23260
  }
23276
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
23277
- left: 0;
23261
+
23262
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
23263
+ max-width: 100%;
23278
23264
  }
23279
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
23280
- right: 0;
23265
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
23266
+ max-width: calc(100% - 32px);
23267
+ }
23268
+
23269
+ .v-expansion-panels--flat > .v-expansion-panel::after {
23270
+ border-top: none;
23271
+ }
23272
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
23273
+ display: none;
23274
+ }
23275
+
23276
+ .v-expansion-panels--tile {
23277
+ border-radius: 0;
23278
+ }
23279
+ .v-expansion-panels--tile > .v-expansion-panel {
23280
+ border-radius: 0;
23281
23281
  }.v-footer {
23282
23282
  align-items: center;
23283
23283
  display: flex;
@@ -23367,109 +23367,11 @@ textarea.v-field__input::placeholder {
23367
23367
 
23368
23368
  .v-icon--end {
23369
23369
  margin-inline-start: 8px;
23370
- }.v-infinite-scroll--horizontal {
23371
- display: flex;
23372
- flex-direction: row;
23373
- overflow-x: auto;
23374
- }
23375
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
23376
- height: 100%;
23377
- width: var(--v-infinite-margin-size, 1px);
23378
- }
23379
-
23380
- .v-infinite-scroll--vertical {
23381
- display: flex;
23382
- flex-direction: column;
23383
- overflow-y: auto;
23384
- }
23385
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
23386
- height: 1px;
23387
- width: 100%;
23388
- }
23389
-
23390
- .v-infinite-scroll-intersect {
23391
- pointer-events: none;
23392
- margin-top: var(--v-infinite-margin);
23393
- margin-bottom: calc(var(--v-infinite-margin) * -1);
23394
- }
23395
- .v-infinite-scroll-intersect:nth-child(2) {
23396
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
23397
- }
23398
- .v-infinite-scroll-intersect:nth-last-child(2) {
23399
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
23400
- }
23401
-
23402
- .v-infinite-scroll__side {
23403
- align-items: center;
23404
- display: flex;
23405
- justify-content: center;
23406
- padding: 8px;
23407
- }.v-img {
23408
- --v-theme-overlay-multiplier: 3;
23409
- z-index: 0;
23410
- }
23411
- .v-img.v-img--absolute {
23412
- height: 100%;
23413
- left: 0;
23414
- overflow: hidden;
23415
- position: absolute;
23416
- top: 0;
23417
- width: 100%;
23418
- z-index: -1;
23419
- }
23420
- .v-img--booting .v-responsive__sizer {
23421
- transition: none;
23422
- }
23423
- .v-img--rounded {
23424
- border-radius: 4px;
23425
- }
23426
-
23427
- .v-img__img,
23428
- .v-img__picture,
23429
- .v-img__gradient,
23430
- .v-img__placeholder,
23431
- .v-img__error {
23432
- z-index: -1;
23433
- }
23434
- .v-img__img,
23435
- .v-img__picture,
23436
- .v-img__gradient,
23437
- .v-img__placeholder,
23438
- .v-img__error {
23439
- position: absolute;
23440
- top: 0;
23441
- left: 0;
23442
- width: 100%;
23443
- height: 100%;
23444
- }
23445
-
23446
- .v-img__img--preload {
23447
- filter: blur(4px);
23448
- }
23449
- .v-img__img--contain {
23450
- object-fit: contain;
23451
- }
23452
- .v-img__img--cover {
23453
- object-fit: cover;
23454
- }
23455
-
23456
- .v-img__gradient {
23457
- background-repeat: no-repeat;
23458
- }.v-label {
23459
- align-items: center;
23460
- color: inherit;
23461
- display: inline-flex;
23462
- font-size: 1rem;
23463
- letter-spacing: 0.009375em;
23464
- min-width: 0;
23465
- opacity: var(--v-medium-emphasis-opacity);
23466
- overflow: hidden;
23467
- text-overflow: ellipsis;
23468
- white-space: nowrap;
23469
- }
23470
-
23471
- .v-label--clickable {
23472
- cursor: pointer;
23370
+ }.v-item-group {
23371
+ flex: 0 1 auto;
23372
+ max-width: 100%;
23373
+ position: relative;
23374
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23473
23375
  }.v-input {
23474
23376
  display: grid;
23475
23377
  flex: 1 1 auto;
@@ -23612,56 +23514,124 @@ textarea.v-field__input::placeholder {
23612
23514
 
23613
23515
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
23614
23516
  padding-top: calc(var(--v-input-padding-top) + 0px);
23615
- }.v-item-group {
23616
- flex: 0 1 auto;
23617
- max-width: 100%;
23618
- position: relative;
23619
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23620
- }.v-layout {
23621
- --v-scrollbar-offset: 0px;
23622
- display: flex;
23623
- flex: 1 1 auto;
23517
+ }.v-img {
23518
+ --v-theme-overlay-multiplier: 3;
23519
+ z-index: 0;
23624
23520
  }
23625
- .v-layout--full-height {
23626
- --v-scrollbar-offset: inherit;
23521
+ .v-img.v-img--absolute {
23627
23522
  height: 100%;
23628
- }.v-layout-item {
23523
+ left: 0;
23524
+ overflow: hidden;
23629
23525
  position: absolute;
23630
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23526
+ top: 0;
23527
+ width: 100%;
23528
+ z-index: -1;
23631
23529
  }
23632
-
23633
- .v-layout-item--absolute {
23634
- position: absolute;
23635
- }.v-main {
23636
- flex: 1 0 auto;
23637
- max-width: 100%;
23638
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23639
- padding-left: var(--v-layout-left);
23640
- padding-right: var(--v-layout-right);
23641
- padding-top: var(--v-layout-top);
23642
- padding-bottom: var(--v-layout-bottom);
23530
+ .v-img--booting .v-responsive__sizer {
23531
+ transition: none;
23643
23532
  }
23644
- .v-main__scroller {
23645
- max-width: 100%;
23646
- position: relative;
23533
+ .v-img--rounded {
23534
+ border-radius: 4px;
23647
23535
  }
23648
- .v-main--scrollable {
23649
- display: flex;
23536
+
23537
+ .v-img__img,
23538
+ .v-img__picture,
23539
+ .v-img__gradient,
23540
+ .v-img__placeholder,
23541
+ .v-img__error {
23542
+ z-index: -1;
23650
23543
  }
23651
- .v-main--scrollable {
23544
+ .v-img__img,
23545
+ .v-img__picture,
23546
+ .v-img__gradient,
23547
+ .v-img__placeholder,
23548
+ .v-img__error {
23652
23549
  position: absolute;
23653
23550
  top: 0;
23654
23551
  left: 0;
23655
23552
  width: 100%;
23656
23553
  height: 100%;
23657
23554
  }
23658
- .v-main--scrollable > .v-main__scroller {
23659
- flex: 1 1 auto;
23555
+
23556
+ .v-img__img--preload {
23557
+ filter: blur(4px);
23558
+ }
23559
+ .v-img__img--contain {
23560
+ object-fit: contain;
23561
+ }
23562
+ .v-img__img--cover {
23563
+ object-fit: cover;
23564
+ }
23565
+
23566
+ .v-img__gradient {
23567
+ background-repeat: no-repeat;
23568
+ }.v-label {
23569
+ align-items: center;
23570
+ color: inherit;
23571
+ display: inline-flex;
23572
+ font-size: 1rem;
23573
+ letter-spacing: 0.009375em;
23574
+ min-width: 0;
23575
+ opacity: var(--v-medium-emphasis-opacity);
23576
+ overflow: hidden;
23577
+ text-overflow: ellipsis;
23578
+ white-space: nowrap;
23579
+ }
23580
+
23581
+ .v-label--clickable {
23582
+ cursor: pointer;
23583
+ }.v-infinite-scroll--horizontal {
23584
+ display: flex;
23585
+ flex-direction: row;
23586
+ overflow-x: auto;
23587
+ }
23588
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
23589
+ height: 100%;
23590
+ width: var(--v-infinite-margin-size, 1px);
23591
+ }
23592
+
23593
+ .v-infinite-scroll--vertical {
23594
+ display: flex;
23595
+ flex-direction: column;
23660
23596
  overflow-y: auto;
23661
- --v-layout-left: 0px;
23662
- --v-layout-right: 0px;
23663
- --v-layout-top: 0px;
23664
- --v-layout-bottom: 0px;
23597
+ }
23598
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
23599
+ height: 1px;
23600
+ width: 100%;
23601
+ }
23602
+
23603
+ .v-infinite-scroll-intersect {
23604
+ pointer-events: none;
23605
+ margin-top: var(--v-infinite-margin);
23606
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
23607
+ }
23608
+ .v-infinite-scroll-intersect:nth-child(2) {
23609
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
23610
+ }
23611
+ .v-infinite-scroll-intersect:nth-last-child(2) {
23612
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
23613
+ }
23614
+
23615
+ .v-infinite-scroll__side {
23616
+ align-items: center;
23617
+ display: flex;
23618
+ justify-content: center;
23619
+ padding: 8px;
23620
+ }.v-layout-item {
23621
+ position: absolute;
23622
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23623
+ }
23624
+
23625
+ .v-layout-item--absolute {
23626
+ position: absolute;
23627
+ }.v-layout {
23628
+ --v-scrollbar-offset: 0px;
23629
+ display: flex;
23630
+ flex: 1 1 auto;
23631
+ }
23632
+ .v-layout--full-height {
23633
+ --v-scrollbar-offset: inherit;
23634
+ height: 100%;
23665
23635
  }.v-list {
23666
23636
  overflow: auto;
23667
23637
  padding: 8px 0;
@@ -24239,22 +24209,36 @@ textarea.v-field__input::placeholder {
24239
24209
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24240
24210
  }.v-locale-provider {
24241
24211
  display: contents;
24242
- }.v-messages {
24243
- flex: 1 1 auto;
24244
- font-size: 12px;
24245
- min-height: 14px;
24246
- min-width: 1px;
24247
- opacity: var(--v-medium-emphasis-opacity);
24212
+ }.v-main {
24213
+ flex: 1 0 auto;
24214
+ max-width: 100%;
24215
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24216
+ padding-left: var(--v-layout-left);
24217
+ padding-right: var(--v-layout-right);
24218
+ padding-top: var(--v-layout-top);
24219
+ padding-bottom: var(--v-layout-bottom);
24220
+ }
24221
+ .v-main__scroller {
24222
+ max-width: 100%;
24248
24223
  position: relative;
24249
24224
  }
24250
- .v-messages__message {
24251
- line-height: 12px;
24252
- word-break: break-word;
24253
- overflow-wrap: break-word;
24254
- word-wrap: break-word;
24255
- -webkit-hyphens: auto;
24256
- hyphens: auto;
24257
- transition-duration: 150ms;
24225
+ .v-main--scrollable {
24226
+ display: flex;
24227
+ }
24228
+ .v-main--scrollable {
24229
+ position: absolute;
24230
+ top: 0;
24231
+ left: 0;
24232
+ width: 100%;
24233
+ height: 100%;
24234
+ }
24235
+ .v-main--scrollable > .v-main__scroller {
24236
+ flex: 1 1 auto;
24237
+ overflow-y: auto;
24238
+ --v-layout-left: 0px;
24239
+ --v-layout-right: 0px;
24240
+ --v-layout-top: 0px;
24241
+ --v-layout-bottom: 0px;
24258
24242
  }.v-menu > .v-overlay__content {
24259
24243
  display: flex;
24260
24244
  flex-direction: column;
@@ -24274,64 +24258,22 @@ textarea.v-field__input::placeholder {
24274
24258
  .v-menu > .v-overlay__content > .v-sheet,
24275
24259
  .v-menu > .v-overlay__content > .v-list {
24276
24260
  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));
24277
- }.v-otp-input {
24278
- align-items: center;
24279
- display: flex;
24280
- justify-content: center;
24281
- padding: 0.5rem 0;
24282
- position: relative;
24283
- }
24284
- .v-otp-input {
24285
- border-radius: 4px;
24286
- }
24287
- .v-otp-input .v-field {
24288
- height: 100%;
24289
- }
24290
-
24291
- .v-otp-input__divider {
24292
- margin: 0 8px;
24293
- }
24294
-
24295
- .v-otp-input__content {
24296
- align-items: center;
24297
- display: flex;
24298
- gap: 0.5rem;
24299
- height: 64px;
24300
- padding: 0.5rem;
24301
- justify-content: center;
24302
- max-width: 320px;
24261
+ }.v-messages {
24262
+ flex: 1 1 auto;
24263
+ font-size: 12px;
24264
+ min-height: 14px;
24265
+ min-width: 1px;
24266
+ opacity: var(--v-medium-emphasis-opacity);
24303
24267
  position: relative;
24304
- border-radius: inherit;
24305
- }
24306
- .v-otp-input--divided .v-otp-input__content {
24307
- max-width: 360px;
24308
- }
24309
-
24310
- .v-otp-input__field {
24311
- color: inherit;
24312
- font-size: 1.25rem;
24313
- height: 100%;
24314
- outline: none;
24315
- text-align: center;
24316
- width: 100%;
24317
- }
24318
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24319
- -webkit-appearance: none;
24320
- margin: 0;
24321
- }
24322
- .v-otp-input__field[type=number] {
24323
- -moz-appearance: textfield;
24324
- }
24325
-
24326
- .v-otp-input__loader {
24327
- align-items: center;
24328
- display: flex;
24329
- height: 100%;
24330
- justify-content: center;
24331
- width: 100%;
24332
24268
  }
24333
- .v-otp-input__loader .v-progress-linear {
24334
- position: absolute;
24269
+ .v-messages__message {
24270
+ line-height: 12px;
24271
+ word-break: break-word;
24272
+ overflow-wrap: break-word;
24273
+ word-wrap: break-word;
24274
+ -webkit-hyphens: auto;
24275
+ hyphens: auto;
24276
+ transition-duration: 150ms;
24335
24277
  }.v-navigation-drawer {
24336
24278
  -webkit-overflow-scrolling: touch;
24337
24279
  background: rgb(var(--v-theme-surface));
@@ -24440,6 +24382,64 @@ textarea.v-field__input::placeholder {
24440
24382
  .v-navigation-drawer__append {
24441
24383
  flex: none;
24442
24384
  overflow: hidden;
24385
+ }.v-otp-input {
24386
+ align-items: center;
24387
+ display: flex;
24388
+ justify-content: center;
24389
+ padding: 0.5rem 0;
24390
+ position: relative;
24391
+ }
24392
+ .v-otp-input {
24393
+ border-radius: 4px;
24394
+ }
24395
+ .v-otp-input .v-field {
24396
+ height: 100%;
24397
+ }
24398
+
24399
+ .v-otp-input__divider {
24400
+ margin: 0 8px;
24401
+ }
24402
+
24403
+ .v-otp-input__content {
24404
+ align-items: center;
24405
+ display: flex;
24406
+ gap: 0.5rem;
24407
+ height: 64px;
24408
+ padding: 0.5rem;
24409
+ justify-content: center;
24410
+ max-width: 320px;
24411
+ position: relative;
24412
+ border-radius: inherit;
24413
+ }
24414
+ .v-otp-input--divided .v-otp-input__content {
24415
+ max-width: 360px;
24416
+ }
24417
+
24418
+ .v-otp-input__field {
24419
+ color: inherit;
24420
+ font-size: 1.25rem;
24421
+ height: 100%;
24422
+ outline: none;
24423
+ text-align: center;
24424
+ width: 100%;
24425
+ }
24426
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24427
+ -webkit-appearance: none;
24428
+ margin: 0;
24429
+ }
24430
+ .v-otp-input__field[type=number] {
24431
+ -moz-appearance: textfield;
24432
+ }
24433
+
24434
+ .v-otp-input__loader {
24435
+ align-items: center;
24436
+ display: flex;
24437
+ height: 100%;
24438
+ justify-content: center;
24439
+ width: 100%;
24440
+ }
24441
+ .v-otp-input__loader .v-progress-linear {
24442
+ position: absolute;
24443
24443
  }.v-overlay-container {
24444
24444
  contain: layout;
24445
24445
  left: 0;
@@ -24503,6 +24503,12 @@ html.v-overlay-scroll-blocked {
24503
24503
 
24504
24504
  .v-overlay--scroll-blocked {
24505
24505
  padding-inline-end: var(--v-scrollbar-offset);
24506
+ }.v-parallax {
24507
+ position: relative;
24508
+ overflow: hidden;
24509
+ }
24510
+ .v-parallax--active > .v-img__img {
24511
+ will-change: transform;
24506
24512
  }.v-progress-circular {
24507
24513
  align-items: center;
24508
24514
  display: inline-flex;
@@ -24841,12 +24847,44 @@ html.v-overlay-scroll-blocked {
24841
24847
  0% {
24842
24848
  background-position-x: var(--v-progress-linear-height);
24843
24849
  }
24844
- }.v-parallax {
24845
- position: relative;
24850
+ }.v-radio-group > .v-input__control {
24851
+ flex-direction: column;
24852
+ }
24853
+ .v-radio-group > .v-input__control > .v-label {
24854
+ margin-inline-start: 16px;
24855
+ }
24856
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24857
+ padding-inline-start: 6px;
24858
+ margin-top: 8px;
24859
+ }
24860
+ .v-radio-group .v-input__details {
24861
+ padding-inline: 16px;
24862
+ }.v-responsive {
24863
+ display: flex;
24864
+ flex: 1 0 auto;
24865
+ max-height: 100%;
24866
+ max-width: 100%;
24846
24867
  overflow: hidden;
24868
+ position: relative;
24847
24869
  }
24848
- .v-parallax--active > .v-img__img {
24849
- will-change: transform;
24870
+ .v-responsive--inline {
24871
+ display: inline-flex;
24872
+ flex: 0 0 auto;
24873
+ }
24874
+
24875
+ .v-responsive__content {
24876
+ flex: 1 0 0px;
24877
+ max-width: 100%;
24878
+ }
24879
+
24880
+ .v-responsive__sizer ~ .v-responsive__content {
24881
+ margin-inline-start: -100%;
24882
+ }
24883
+
24884
+ .v-responsive__sizer {
24885
+ flex: 1 0 0px;
24886
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24887
+ pointer-events: none;
24850
24888
  }.v-rating {
24851
24889
  max-width: 100%;
24852
24890
  display: inline-flex;
@@ -24900,109 +24938,42 @@ html.v-overlay-scroll-blocked {
24900
24938
  opacity: 0;
24901
24939
  position: absolute;
24902
24940
  width: 0;
24903
- }.v-selection-control {
24904
- align-items: center;
24905
- contain: layout;
24906
- display: flex;
24907
- flex: 1 0;
24908
- grid-area: control;
24909
- position: relative;
24910
- -webkit-user-select: none;
24911
- user-select: none;
24912
- }
24913
- .v-selection-control .v-label {
24914
- white-space: normal;
24915
- word-break: break-word;
24916
- height: 100%;
24917
- }
24918
- .v-selection-control--disabled {
24919
- opacity: var(--v-disabled-opacity);
24920
- pointer-events: none;
24921
- }
24922
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
24923
- opacity: 1;
24924
- }
24925
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
24926
- color: rgb(var(--v-theme-error));
24927
- }
24928
- .v-selection-control--inline {
24929
- display: inline-flex;
24930
- flex: 0 0 auto;
24931
- min-width: 0;
24932
- max-width: 100%;
24933
- }
24934
- .v-selection-control--inline .v-label {
24935
- width: auto;
24936
- }
24937
- .v-selection-control--density-default {
24938
- --v-selection-control-size: 40px;
24939
- }
24940
-
24941
- .v-selection-control--density-comfortable {
24942
- --v-selection-control-size: 36px;
24941
+ }.v-sheet {
24942
+ display: block;
24943
24943
  }
24944
-
24945
- .v-selection-control--density-compact {
24946
- --v-selection-control-size: 28px;
24944
+ .v-sheet {
24945
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24946
+ border-style: solid;
24947
+ border-width: 0;
24947
24948
  }
24948
-
24949
- .v-selection-control__wrapper {
24950
- width: var(--v-selection-control-size);
24951
- height: var(--v-selection-control-size);
24952
- display: inline-flex;
24953
- align-items: center;
24954
- position: relative;
24955
- justify-content: center;
24956
- flex: none;
24949
+ .v-sheet--border {
24950
+ border-width: thin;
24951
+ box-shadow: none;
24957
24952
  }
24958
-
24959
- .v-selection-control__input {
24960
- width: var(--v-selection-control-size);
24961
- height: var(--v-selection-control-size);
24962
- align-items: center;
24963
- display: flex;
24964
- flex: none;
24965
- justify-content: center;
24966
- position: relative;
24967
- border-radius: 50%;
24953
+ .v-sheet {
24954
+ 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));
24968
24955
  }
24969
- .v-selection-control__input input {
24970
- cursor: pointer;
24956
+ .v-sheet--absolute {
24971
24957
  position: absolute;
24972
- left: 0;
24973
- top: 0;
24974
- width: 100%;
24975
- height: 100%;
24976
- opacity: 0;
24977
- }
24978
- .v-selection-control__input::before {
24979
- border-radius: 100%;
24980
- background-color: currentColor;
24981
- opacity: 0;
24982
- pointer-events: none;
24983
24958
  }
24984
- .v-selection-control__input::before {
24985
- content: "";
24986
- position: absolute;
24987
- top: 0;
24988
- left: 0;
24989
- width: 100%;
24990
- height: 100%;
24959
+ .v-sheet--fixed {
24960
+ position: fixed;
24991
24961
  }
24992
- .v-selection-control__input:hover::before {
24993
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24962
+ .v-sheet--relative {
24963
+ position: relative;
24994
24964
  }
24995
- .v-selection-control__input > .v-icon {
24996
- opacity: var(--v-medium-emphasis-opacity);
24965
+ .v-sheet--sticky {
24966
+ position: sticky;
24997
24967
  }
24998
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24999
- opacity: 1;
24968
+ .v-sheet {
24969
+ border-radius: 0;
25000
24970
  }
25001
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
25002
- color: rgb(var(--v-theme-error));
24971
+ .v-sheet {
24972
+ background: rgb(var(--v-theme-surface));
24973
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25003
24974
  }
25004
- .v-selection-control--focus-visible .v-selection-control__input::before {
25005
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24975
+ .v-sheet--rounded {
24976
+ border-radius: 4px;
25006
24977
  }.v-slider .v-slider__container input {
25007
24978
  cursor: default;
25008
24979
  padding: 0;
@@ -25060,88 +25031,109 @@ html.v-overlay-scroll-blocked {
25060
25031
 
25061
25032
  .v-slider__label {
25062
25033
  margin-inline-end: 12px;
25063
- }.v-responsive {
25034
+ }.v-selection-control {
25035
+ align-items: center;
25036
+ contain: layout;
25064
25037
  display: flex;
25065
- flex: 1 0 auto;
25066
- max-height: 100%;
25067
- max-width: 100%;
25068
- overflow: hidden;
25038
+ flex: 1 0;
25039
+ grid-area: control;
25069
25040
  position: relative;
25041
+ -webkit-user-select: none;
25042
+ user-select: none;
25070
25043
  }
25071
- .v-responsive--inline {
25044
+ .v-selection-control .v-label {
25045
+ white-space: normal;
25046
+ word-break: break-word;
25047
+ height: 100%;
25048
+ }
25049
+ .v-selection-control--disabled {
25050
+ opacity: var(--v-disabled-opacity);
25051
+ pointer-events: none;
25052
+ }
25053
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
25054
+ opacity: 1;
25055
+ }
25056
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
25057
+ color: rgb(var(--v-theme-error));
25058
+ }
25059
+ .v-selection-control--inline {
25072
25060
  display: inline-flex;
25073
25061
  flex: 0 0 auto;
25062
+ min-width: 0;
25063
+ max-width: 100%;
25064
+ }
25065
+ .v-selection-control--inline .v-label {
25066
+ width: auto;
25067
+ }
25068
+ .v-selection-control--density-default {
25069
+ --v-selection-control-size: 40px;
25074
25070
  }
25075
25071
 
25076
- .v-responsive__content {
25077
- flex: 1 0 0px;
25078
- max-width: 100%;
25072
+ .v-selection-control--density-comfortable {
25073
+ --v-selection-control-size: 36px;
25079
25074
  }
25080
25075
 
25081
- .v-responsive__sizer ~ .v-responsive__content {
25082
- margin-inline-start: -100%;
25076
+ .v-selection-control--density-compact {
25077
+ --v-selection-control-size: 28px;
25083
25078
  }
25084
25079
 
25085
- .v-responsive__sizer {
25086
- flex: 1 0 0px;
25087
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25088
- pointer-events: none;
25089
- }.v-radio-group > .v-input__control {
25090
- flex-direction: column;
25091
- }
25092
- .v-radio-group > .v-input__control > .v-label {
25093
- margin-inline-start: 16px;
25094
- }
25095
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
25096
- padding-inline-start: 6px;
25097
- margin-top: 8px;
25080
+ .v-selection-control__wrapper {
25081
+ width: var(--v-selection-control-size);
25082
+ height: var(--v-selection-control-size);
25083
+ display: inline-flex;
25084
+ align-items: center;
25085
+ position: relative;
25086
+ justify-content: center;
25087
+ flex: none;
25098
25088
  }
25099
- .v-radio-group .v-input__details {
25100
- padding-inline: 16px;
25101
- }.v-selection-control-group {
25102
- grid-area: control;
25089
+
25090
+ .v-selection-control__input {
25091
+ width: var(--v-selection-control-size);
25092
+ height: var(--v-selection-control-size);
25093
+ align-items: center;
25103
25094
  display: flex;
25104
- flex-direction: column;
25105
- }
25106
- .v-selection-control-group--inline {
25107
- flex-direction: row;
25108
- flex-wrap: wrap;
25109
- }.v-sheet {
25110
- display: block;
25111
- }
25112
- .v-sheet {
25113
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25114
- border-style: solid;
25115
- border-width: 0;
25095
+ flex: none;
25096
+ justify-content: center;
25097
+ position: relative;
25098
+ border-radius: 50%;
25116
25099
  }
25117
- .v-sheet--border {
25118
- border-width: thin;
25119
- box-shadow: none;
25100
+ .v-selection-control__input input {
25101
+ cursor: pointer;
25102
+ position: absolute;
25103
+ left: 0;
25104
+ top: 0;
25105
+ width: 100%;
25106
+ height: 100%;
25107
+ opacity: 0;
25120
25108
  }
25121
- .v-sheet {
25122
- 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));
25109
+ .v-selection-control__input::before {
25110
+ border-radius: 100%;
25111
+ background-color: currentColor;
25112
+ opacity: 0;
25113
+ pointer-events: none;
25123
25114
  }
25124
- .v-sheet--absolute {
25115
+ .v-selection-control__input::before {
25116
+ content: "";
25125
25117
  position: absolute;
25118
+ top: 0;
25119
+ left: 0;
25120
+ width: 100%;
25121
+ height: 100%;
25126
25122
  }
25127
- .v-sheet--fixed {
25128
- position: fixed;
25129
- }
25130
- .v-sheet--relative {
25131
- position: relative;
25123
+ .v-selection-control__input:hover::before {
25124
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25132
25125
  }
25133
- .v-sheet--sticky {
25134
- position: sticky;
25126
+ .v-selection-control__input > .v-icon {
25127
+ opacity: var(--v-medium-emphasis-opacity);
25135
25128
  }
25136
- .v-sheet {
25137
- border-radius: 0;
25129
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
25130
+ opacity: 1;
25138
25131
  }
25139
- .v-sheet {
25140
- background: rgb(var(--v-theme-surface));
25141
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25132
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
25133
+ color: rgb(var(--v-theme-error));
25142
25134
  }
25143
- .v-sheet--rounded {
25144
- border-radius: 4px;
25135
+ .v-selection-control--focus-visible .v-selection-control__input::before {
25136
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25145
25137
  }.v-select .v-field .v-text-field__prefix,
25146
25138
  .v-select .v-field .v-text-field__suffix,
25147
25139
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -25194,6 +25186,14 @@ html.v-overlay-scroll-blocked {
25194
25186
  .v-select--active-menu .v-select__menu-icon {
25195
25187
  opacity: var(--v-high-emphasis-opacity);
25196
25188
  transform: rotate(180deg);
25189
+ }.v-selection-control-group {
25190
+ grid-area: control;
25191
+ display: flex;
25192
+ flex-direction: column;
25193
+ }
25194
+ .v-selection-control-group--inline {
25195
+ flex-direction: row;
25196
+ flex-wrap: wrap;
25197
25197
  }.v-skeleton-loader {
25198
25198
  align-items: center;
25199
25199
  background: rgb(var(--v-theme-surface));
@@ -25396,169 +25396,29 @@ html.v-overlay-scroll-blocked {
25396
25396
  height: 12px;
25397
25397
  }
25398
25398
  .v-skeleton-loader__text + .v-skeleton-loader__text {
25399
- margin-top: -8px;
25400
- max-width: 50%;
25401
- }
25402
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
25403
- max-width: 70%;
25404
- }
25405
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
25406
- display: none;
25407
- }
25408
- .v-skeleton-loader--is-loading {
25409
- overflow: hidden;
25410
- }
25411
- .v-skeleton-loader--tile {
25412
- border-radius: 0;
25413
- }
25414
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
25415
- border-radius: 0;
25416
- }
25417
-
25418
- @keyframes loading {
25419
- 100% {
25420
- transform: translateX(100%);
25421
- }
25422
- }.v-snackbar {
25423
- justify-content: center;
25424
- z-index: 10000;
25425
- margin: 8px;
25426
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
25427
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
25428
- }
25429
- .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
25430
- align-items: flex-end;
25431
- }
25432
- .v-snackbar__wrapper {
25433
- align-items: center;
25434
- display: flex;
25435
- max-width: 672px;
25436
- min-height: 48px;
25437
- min-width: 344px;
25438
- overflow: hidden;
25439
- padding: 0;
25440
- }
25441
- .v-snackbar__wrapper {
25442
- border-radius: 4px;
25443
- }
25444
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
25445
- background: transparent;
25446
- color: inherit;
25447
- }
25448
- .v-snackbar--variant-plain {
25449
- opacity: 0.62;
25450
- }
25451
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
25452
- opacity: 1;
25453
- }
25454
- .v-snackbar--variant-plain .v-snackbar__overlay {
25455
- display: none;
25456
- }
25457
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
25458
- background: rgb(var(--v-theme-surface-variant));
25459
- color: rgb(var(--v-theme-on-surface-variant));
25460
- }
25461
- .v-snackbar--variant-elevated {
25462
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25463
- }
25464
- .v-snackbar--variant-flat {
25465
- 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));
25466
- }
25467
- .v-snackbar--variant-outlined {
25468
- border: thin solid currentColor;
25469
- }
25470
- .v-snackbar--variant-text .v-snackbar__overlay {
25471
- background: currentColor;
25472
- }
25473
- .v-snackbar--variant-tonal .v-snackbar__underlay {
25474
- background: currentColor;
25475
- opacity: var(--v-activated-opacity);
25476
- border-radius: inherit;
25477
- top: 0;
25478
- right: 0;
25479
- bottom: 0;
25480
- left: 0;
25481
- pointer-events: none;
25482
- }
25483
- .v-snackbar .v-snackbar__underlay {
25484
- position: absolute;
25485
- }
25486
-
25487
- .v-snackbar__content {
25488
- flex-grow: 1;
25489
- font-size: 0.875rem;
25490
- font-weight: 400;
25491
- letter-spacing: 0.0178571429em;
25492
- line-height: 1.425;
25493
- margin-right: auto;
25494
- padding: 14px 16px;
25495
- text-align: initial;
25496
- }
25497
- .v-snackbar__actions {
25498
- align-items: center;
25499
- align-self: center;
25500
- display: flex;
25501
- margin-inline-end: 8px;
25502
- }
25503
- .v-snackbar__actions > .v-btn {
25504
- padding: 0 8px;
25505
- min-width: auto;
25506
- }
25507
- .v-snackbar__timer {
25508
- width: 100%;
25509
- position: absolute;
25510
- top: 0;
25511
- }
25512
- .v-snackbar__timer .v-progress-linear {
25513
- transition: 0.2s linear;
25514
- }
25515
- .v-snackbar--absolute {
25516
- position: absolute;
25517
- z-index: 1;
25518
- }
25519
- .v-snackbar--multi-line .v-snackbar__wrapper {
25520
- min-height: 68px;
25521
- }
25522
- .v-snackbar--vertical .v-snackbar__wrapper {
25523
- flex-direction: column;
25524
- }
25525
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
25526
- align-self: flex-end;
25527
- margin-bottom: 8px;
25528
- }
25529
- .v-snackbar--center {
25530
- align-items: center;
25531
- justify-content: center;
25532
- }
25533
- .v-snackbar--top {
25534
- align-items: flex-start;
25535
- }
25536
- .v-snackbar--bottom {
25537
- align-items: flex-end;
25538
- }
25539
- .v-snackbar--left, .v-snackbar--start {
25540
- justify-content: flex-start;
25399
+ margin-top: -8px;
25400
+ max-width: 50%;
25541
25401
  }
25542
- .v-snackbar--right, .v-snackbar--end {
25543
- justify-content: flex-end;
25402
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
25403
+ max-width: 70%;
25544
25404
  }
25545
-
25546
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
25547
- transition-duration: 0.15s;
25548
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25405
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
25406
+ display: none;
25549
25407
  }
25550
- .v-snackbar-transition-enter-active {
25551
- transition-property: opacity, transform;
25408
+ .v-skeleton-loader--is-loading {
25409
+ overflow: hidden;
25552
25410
  }
25553
- .v-snackbar-transition-enter-from {
25554
- opacity: 0;
25555
- transform: scale(0.8);
25411
+ .v-skeleton-loader--tile {
25412
+ border-radius: 0;
25556
25413
  }
25557
- .v-snackbar-transition-leave-active {
25558
- transition-property: opacity;
25414
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
25415
+ border-radius: 0;
25559
25416
  }
25560
- .v-snackbar-transition-leave-to {
25561
- opacity: 0;
25417
+
25418
+ @keyframes loading {
25419
+ 100% {
25420
+ transform: translateX(100%);
25421
+ }
25562
25422
  }.v-slide-group {
25563
25423
  display: flex;
25564
25424
  overflow: hidden;
@@ -25655,144 +25515,321 @@ html.v-overlay-scroll-blocked {
25655
25515
  }
25656
25516
  .v-speed-dial__content > *:nth-child(10) {
25657
25517
  transition-delay: 0.45s;
25658
- }.v-system-bar {
25518
+ }.v-stepper.v-sheet {
25519
+ overflow: hidden;
25520
+ }
25521
+ .v-stepper.v-sheet {
25522
+ 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));
25523
+ }
25524
+ .v-stepper.v-sheet {
25525
+ border-radius: 4px;
25526
+ }
25527
+ .v-stepper.v-sheet.v-stepper--flat {
25528
+ 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));
25529
+ }
25530
+
25531
+ .v-stepper-header {
25659
25532
  align-items: center;
25660
25533
  display: flex;
25661
- flex: 1 1 auto;
25662
- height: 24px;
25663
- justify-content: flex-end;
25664
- max-width: 100%;
25665
- padding-inline: 8px;
25666
25534
  position: relative;
25667
- text-align: end;
25668
- width: 100%;
25535
+ overflow-x: auto;
25536
+ justify-content: space-between;
25537
+ z-index: 1;
25669
25538
  }
25670
- .v-system-bar .v-icon {
25539
+ .v-stepper-header {
25540
+ 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));
25541
+ }
25542
+ .v-stepper-header .v-divider {
25543
+ margin: 0 -16px;
25544
+ }
25545
+ .v-stepper-header .v-divider:last-child {
25546
+ margin-inline-end: 0;
25547
+ }
25548
+ .v-stepper-header .v-divider:first-child {
25549
+ margin-inline-start: 0;
25550
+ }
25551
+ .v-stepper--alt-labels .v-stepper-header {
25552
+ height: auto;
25553
+ }
25554
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25555
+ align-self: flex-start;
25556
+ margin: 35px -67px 0;
25557
+ }
25558
+
25559
+ .v-stepper-window {
25560
+ margin: 1.5rem;
25561
+ }
25562
+
25563
+ .v-stepper-actions {
25564
+ display: flex;
25565
+ align-items: center;
25566
+ justify-content: space-between;
25567
+ padding: 1rem;
25568
+ }
25569
+ .v-stepper .v-stepper-actions {
25570
+ padding: 0 1.5rem 1rem;
25571
+ }
25572
+ .v-stepper-window-item .v-stepper-actions {
25573
+ padding: 1.5rem 0 0;
25574
+ }.v-stepper-item {
25575
+ align-items: center;
25576
+ align-self: stretch;
25577
+ display: inline-flex;
25578
+ flex: none;
25579
+ outline: none;
25671
25580
  opacity: var(--v-medium-emphasis-opacity);
25581
+ padding: 1.5rem;
25582
+ position: relative;
25583
+ transition-duration: 0.2s;
25584
+ transition-property: opacity;
25585
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25672
25586
  }
25673
- .v-system-bar {
25674
- 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));
25587
+ .v-stepper-item:hover > .v-stepper-item__overlay {
25588
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25675
25589
  }
25676
- .v-system-bar--absolute {
25677
- position: absolute;
25590
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25591
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25678
25592
  }
25679
- .v-system-bar--fixed {
25680
- position: fixed;
25593
+ @supports not selector(:focus-visible) {
25594
+ .v-stepper-item:focus > .v-stepper-item__overlay {
25595
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25596
+ }
25681
25597
  }
25682
- .v-system-bar {
25683
- background: rgba(var(--v-theme-surface-light));
25684
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25598
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25599
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25685
25600
  }
25686
- .v-system-bar {
25601
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25602
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25603
+ }
25604
+ .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 {
25605
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25606
+ }
25607
+ @supports not selector(:focus-visible) {
25608
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25609
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25610
+ }
25611
+ }
25612
+ .v-stepper--non-linear .v-stepper-item {
25613
+ opacity: var(--v-high-emphasis-opacity);
25614
+ }
25615
+ .v-stepper-item--selected {
25616
+ opacity: 1;
25617
+ }
25618
+ .v-stepper-item--error {
25619
+ color: rgb(var(--v-theme-error));
25620
+ }
25621
+ .v-stepper-item--disabled {
25622
+ opacity: var(--v-medium-emphasis-opacity);
25623
+ pointer-events: none;
25624
+ }
25625
+ .v-stepper--alt-labels .v-stepper-item {
25626
+ flex-direction: column;
25627
+ justify-content: flex-start;
25628
+ align-items: center;
25629
+ flex-basis: 175px;
25630
+ }
25631
+
25632
+ .v-stepper-item__avatar.v-avatar {
25633
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25634
+ color: rgb(var(--v-theme-on-surface-variant));
25687
25635
  font-size: 0.75rem;
25688
- font-weight: 400;
25689
- letter-spacing: 0.0333333333em;
25690
- line-height: 1.667;
25691
- text-transform: none;
25636
+ margin-inline-end: 8px;
25692
25637
  }
25693
- .v-system-bar--rounded {
25694
- border-radius: 0;
25638
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25639
+ margin-inline-end: 0;
25640
+ }
25641
+ .v-stepper-item__avatar.v-avatar .v-icon {
25642
+ font-size: 0.875rem;
25643
+ }
25644
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25645
+ background: rgb(var(--v-theme-surface-variant));
25646
+ }
25647
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25648
+ background: rgb(var(--v-theme-error));
25649
+ }
25650
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25651
+ margin-bottom: 16px;
25652
+ margin-inline-end: 0;
25653
+ }
25654
+
25655
+ .v-stepper-item__title {
25656
+ line-height: 1;
25657
+ }
25658
+ .v-stepper--mobile .v-stepper-item__title {
25659
+ display: none;
25660
+ }
25661
+
25662
+ .v-stepper-item__subtitle {
25663
+ font-size: 0.75rem;
25664
+ text-align: left;
25665
+ line-height: 1;
25666
+ opacity: var(--v-medium-emphasis-opacity);
25667
+ }
25668
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
25669
+ text-align: center;
25670
+ }
25671
+ .v-stepper--mobile .v-stepper-item__subtitle {
25672
+ display: none;
25673
+ }
25674
+
25675
+ .v-stepper-item__overlay {
25676
+ background-color: currentColor;
25677
+ border-radius: inherit;
25678
+ opacity: 0;
25679
+ transition: opacity 0.2s ease-in-out;
25680
+ }
25681
+
25682
+ .v-stepper-item__overlay,
25683
+ .v-stepper-item__underlay {
25684
+ pointer-events: none;
25685
+ }
25686
+ .v-stepper-item__overlay,
25687
+ .v-stepper-item__underlay {
25688
+ position: absolute;
25689
+ top: 0;
25690
+ left: 0;
25691
+ width: 100%;
25692
+ height: 100%;
25693
+ }.v-snackbar {
25694
+ justify-content: center;
25695
+ z-index: 10000;
25696
+ margin: 8px;
25697
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
25698
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
25699
+ }
25700
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
25701
+ align-items: flex-end;
25702
+ }
25703
+ .v-snackbar__wrapper {
25704
+ align-items: center;
25705
+ display: flex;
25706
+ max-width: 672px;
25707
+ min-height: 48px;
25708
+ min-width: 344px;
25709
+ overflow: hidden;
25710
+ padding: 0;
25711
+ }
25712
+ .v-snackbar__wrapper {
25713
+ border-radius: 4px;
25714
+ }
25715
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
25716
+ background: transparent;
25717
+ color: inherit;
25718
+ }
25719
+ .v-snackbar--variant-plain {
25720
+ opacity: 0.62;
25721
+ }
25722
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
25723
+ opacity: 1;
25724
+ }
25725
+ .v-snackbar--variant-plain .v-snackbar__overlay {
25726
+ display: none;
25727
+ }
25728
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
25729
+ background: rgb(var(--v-theme-surface-variant));
25730
+ color: rgb(var(--v-theme-on-surface-variant));
25695
25731
  }
25696
- .v-system-bar--window {
25697
- height: 32px;
25732
+ .v-snackbar--variant-elevated {
25733
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25698
25734
  }
25699
- .v-system-bar:not(.v-system-bar--absolute) {
25700
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25701
- }.v-tabs {
25702
- display: flex;
25703
- height: var(--v-tabs-height);
25735
+ .v-snackbar--variant-flat {
25736
+ 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));
25704
25737
  }
25705
- .v-tabs--density-default {
25706
- --v-tabs-height: 48px;
25738
+ .v-snackbar--variant-outlined {
25739
+ border: thin solid currentColor;
25707
25740
  }
25708
- .v-tabs--density-default.v-tabs--stacked {
25709
- --v-tabs-height: 72px;
25741
+ .v-snackbar--variant-text .v-snackbar__overlay {
25742
+ background: currentColor;
25710
25743
  }
25711
-
25712
- .v-tabs--density-comfortable {
25713
- --v-tabs-height: 44px;
25744
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
25745
+ background: currentColor;
25746
+ opacity: var(--v-activated-opacity);
25747
+ border-radius: inherit;
25748
+ top: 0;
25749
+ right: 0;
25750
+ bottom: 0;
25751
+ left: 0;
25752
+ pointer-events: none;
25714
25753
  }
25715
- .v-tabs--density-comfortable.v-tabs--stacked {
25716
- --v-tabs-height: 68px;
25754
+ .v-snackbar .v-snackbar__underlay {
25755
+ position: absolute;
25717
25756
  }
25718
25757
 
25719
- .v-tabs--density-compact {
25720
- --v-tabs-height: 36px;
25758
+ .v-snackbar__content {
25759
+ flex-grow: 1;
25760
+ font-size: 0.875rem;
25761
+ font-weight: 400;
25762
+ letter-spacing: 0.0178571429em;
25763
+ line-height: 1.425;
25764
+ margin-right: auto;
25765
+ padding: 14px 16px;
25766
+ text-align: initial;
25721
25767
  }
25722
- .v-tabs--density-compact.v-tabs--stacked {
25723
- --v-tabs-height: 60px;
25768
+ .v-snackbar__actions {
25769
+ align-items: center;
25770
+ align-self: center;
25771
+ display: flex;
25772
+ margin-inline-end: 8px;
25724
25773
  }
25725
-
25726
- .v-tabs.v-slide-group--vertical {
25727
- height: auto;
25728
- flex: none;
25729
- --v-tabs-height: 48px;
25774
+ .v-snackbar__actions > .v-btn {
25775
+ padding: 0 8px;
25776
+ min-width: auto;
25730
25777
  }
25731
-
25732
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25733
- margin-inline-start: 42px;
25778
+ .v-snackbar__timer {
25779
+ width: 100%;
25780
+ position: absolute;
25781
+ top: 0;
25734
25782
  }
25735
-
25736
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25737
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25738
- margin-inline-end: auto;
25783
+ .v-snackbar__timer .v-progress-linear {
25784
+ transition: 0.2s linear;
25739
25785
  }
25740
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25741
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25742
- margin-inline-start: auto;
25786
+ .v-snackbar--absolute {
25787
+ position: absolute;
25788
+ z-index: 1;
25743
25789
  }
25744
-
25745
- .v-tabs--grow {
25746
- flex-grow: 1;
25790
+ .v-snackbar--multi-line .v-snackbar__wrapper {
25791
+ min-height: 68px;
25747
25792
  }
25748
- .v-tabs--grow .v-tab {
25749
- flex: 1 0 auto;
25750
- max-width: none;
25793
+ .v-snackbar--vertical .v-snackbar__wrapper {
25794
+ flex-direction: column;
25751
25795
  }
25752
-
25753
- .v-tabs--align-tabs-end .v-tab:first-child {
25754
- margin-inline-start: auto;
25796
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
25797
+ align-self: flex-end;
25798
+ margin-bottom: 8px;
25755
25799
  }
25756
- .v-tabs--align-tabs-end .v-tab:last-child {
25757
- margin-inline-end: 0;
25800
+ .v-snackbar--center {
25801
+ align-items: center;
25802
+ justify-content: center;
25758
25803
  }
25759
-
25760
- @media (max-width: 1279.98px) {
25761
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25762
- margin-inline-start: 52px;
25763
- }
25764
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25765
- margin-inline-end: 52px;
25766
- }
25767
- }.v-tab.v-tab.v-btn {
25768
- height: var(--v-tabs-height);
25769
- border-radius: 0;
25770
- min-width: 90px;
25804
+ .v-snackbar--top {
25805
+ align-items: flex-start;
25771
25806
  }
25772
- .v-slide-group--horizontal .v-tab {
25773
- max-width: 360px;
25807
+ .v-snackbar--bottom {
25808
+ align-items: flex-end;
25774
25809
  }
25775
- .v-slide-group--vertical .v-tab {
25776
- justify-content: start;
25810
+ .v-snackbar--left, .v-snackbar--start {
25811
+ justify-content: flex-start;
25812
+ }
25813
+ .v-snackbar--right, .v-snackbar--end {
25814
+ justify-content: flex-end;
25777
25815
  }
25778
25816
 
25779
- .v-tab__slider {
25780
- position: absolute;
25781
- bottom: 0;
25782
- left: 0;
25783
- height: 2px;
25784
- width: 100%;
25785
- background: currentColor;
25786
- pointer-events: none;
25817
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
25818
+ transition-duration: 0.15s;
25819
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25820
+ }
25821
+ .v-snackbar-transition-enter-active {
25822
+ transition-property: opacity, transform;
25823
+ }
25824
+ .v-snackbar-transition-enter-from {
25787
25825
  opacity: 0;
25826
+ transform: scale(0.8);
25788
25827
  }
25789
- .v-tab--selected .v-tab__slider {
25790
- opacity: 1;
25828
+ .v-snackbar-transition-leave-active {
25829
+ transition-property: opacity;
25791
25830
  }
25792
- .v-slide-group--vertical .v-tab__slider {
25793
- top: 0;
25794
- height: 100%;
25795
- width: 2px;
25831
+ .v-snackbar-transition-leave-to {
25832
+ opacity: 0;
25796
25833
  }.v-switch .v-label {
25797
25834
  padding-inline-start: 10px;
25798
25835
  }
@@ -25975,6 +26012,144 @@ html.v-overlay-scroll-blocked {
25975
26012
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25976
26013
  border-width: 0;
25977
26014
  }
26015
+ }.v-tab.v-tab.v-btn {
26016
+ height: var(--v-tabs-height);
26017
+ border-radius: 0;
26018
+ min-width: 90px;
26019
+ }
26020
+ .v-slide-group--horizontal .v-tab {
26021
+ max-width: 360px;
26022
+ }
26023
+ .v-slide-group--vertical .v-tab {
26024
+ justify-content: start;
26025
+ }
26026
+
26027
+ .v-tab__slider {
26028
+ position: absolute;
26029
+ bottom: 0;
26030
+ left: 0;
26031
+ height: 2px;
26032
+ width: 100%;
26033
+ background: currentColor;
26034
+ pointer-events: none;
26035
+ opacity: 0;
26036
+ }
26037
+ .v-tab--selected .v-tab__slider {
26038
+ opacity: 1;
26039
+ }
26040
+ .v-slide-group--vertical .v-tab__slider {
26041
+ top: 0;
26042
+ height: 100%;
26043
+ width: 2px;
26044
+ }.v-tabs {
26045
+ display: flex;
26046
+ height: var(--v-tabs-height);
26047
+ }
26048
+ .v-tabs--density-default {
26049
+ --v-tabs-height: 48px;
26050
+ }
26051
+ .v-tabs--density-default.v-tabs--stacked {
26052
+ --v-tabs-height: 72px;
26053
+ }
26054
+
26055
+ .v-tabs--density-comfortable {
26056
+ --v-tabs-height: 44px;
26057
+ }
26058
+ .v-tabs--density-comfortable.v-tabs--stacked {
26059
+ --v-tabs-height: 68px;
26060
+ }
26061
+
26062
+ .v-tabs--density-compact {
26063
+ --v-tabs-height: 36px;
26064
+ }
26065
+ .v-tabs--density-compact.v-tabs--stacked {
26066
+ --v-tabs-height: 60px;
26067
+ }
26068
+
26069
+ .v-tabs.v-slide-group--vertical {
26070
+ height: auto;
26071
+ flex: none;
26072
+ --v-tabs-height: 48px;
26073
+ }
26074
+
26075
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
26076
+ margin-inline-start: 42px;
26077
+ }
26078
+
26079
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
26080
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
26081
+ margin-inline-end: auto;
26082
+ }
26083
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
26084
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
26085
+ margin-inline-start: auto;
26086
+ }
26087
+
26088
+ .v-tabs--grow {
26089
+ flex-grow: 1;
26090
+ }
26091
+ .v-tabs--grow .v-tab {
26092
+ flex: 1 0 auto;
26093
+ max-width: none;
26094
+ }
26095
+
26096
+ .v-tabs--align-tabs-end .v-tab:first-child {
26097
+ margin-inline-start: auto;
26098
+ }
26099
+ .v-tabs--align-tabs-end .v-tab:last-child {
26100
+ margin-inline-end: 0;
26101
+ }
26102
+
26103
+ @media (max-width: 1279.98px) {
26104
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
26105
+ margin-inline-start: 52px;
26106
+ }
26107
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
26108
+ margin-inline-end: 52px;
26109
+ }
26110
+ }.v-system-bar {
26111
+ align-items: center;
26112
+ display: flex;
26113
+ flex: 1 1 auto;
26114
+ height: 24px;
26115
+ justify-content: flex-end;
26116
+ max-width: 100%;
26117
+ padding-inline: 8px;
26118
+ position: relative;
26119
+ text-align: end;
26120
+ width: 100%;
26121
+ }
26122
+ .v-system-bar .v-icon {
26123
+ opacity: var(--v-medium-emphasis-opacity);
26124
+ }
26125
+ .v-system-bar {
26126
+ 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));
26127
+ }
26128
+ .v-system-bar--absolute {
26129
+ position: absolute;
26130
+ }
26131
+ .v-system-bar--fixed {
26132
+ position: fixed;
26133
+ }
26134
+ .v-system-bar {
26135
+ background: rgba(var(--v-theme-surface-light));
26136
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26137
+ }
26138
+ .v-system-bar {
26139
+ font-size: 0.75rem;
26140
+ font-weight: 400;
26141
+ letter-spacing: 0.0333333333em;
26142
+ line-height: 1.667;
26143
+ text-transform: none;
26144
+ }
26145
+ .v-system-bar--rounded {
26146
+ border-radius: 0;
26147
+ }
26148
+ .v-system-bar--window {
26149
+ height: 32px;
26150
+ }
26151
+ .v-system-bar:not(.v-system-bar--absolute) {
26152
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25978
26153
  }.v-textarea .v-field {
25979
26154
  --v-textarea-control-height: var(--v-input-control-height);
25980
26155
  }
@@ -26081,181 +26256,291 @@ html.v-overlay-scroll-blocked {
26081
26256
  padding-inline-end: var(--v-field-padding-end);
26082
26257
  }
26083
26258
 
26084
- /* endregion */.v-stepper.v-sheet {
26085
- overflow: hidden;
26259
+ /* endregion */.v-table {
26260
+ font-size: 0.875rem;
26261
+ transition-duration: 0.28s;
26262
+ transition-property: box-shadow, opacity, background, height;
26263
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26086
26264
  }
26087
- .v-stepper.v-sheet {
26088
- 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));
26265
+ .v-table {
26266
+ background: rgb(var(--v-theme-surface));
26267
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26089
26268
  }
26090
- .v-stepper.v-sheet {
26091
- border-radius: 4px;
26269
+ .v-table .v-table-divider {
26270
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26092
26271
  }
26093
- .v-stepper.v-sheet.v-stepper--flat {
26094
- 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));
26272
+ .v-table .v-table__wrapper > table > thead > tr > th {
26273
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26095
26274
  }
26096
-
26097
- .v-stepper-header {
26098
- align-items: center;
26099
- display: flex;
26275
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
26276
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
26277
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26278
+ }
26279
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
26280
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
26281
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26282
+ }
26283
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
26100
26284
  position: relative;
26101
- overflow-x: auto;
26102
- justify-content: space-between;
26285
+ }
26286
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26287
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
26288
+ pointer-events: none;
26289
+ }
26290
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26291
+ content: "";
26292
+ position: absolute;
26293
+ top: 0;
26294
+ left: 0;
26295
+ width: 100%;
26296
+ height: 100%;
26297
+ }
26298
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26299
+ background: rgb(var(--v-theme-surface));
26300
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26103
26301
  z-index: 1;
26104
26302
  }
26105
- .v-stepper-header {
26106
- 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));
26303
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
26304
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
26305
+ background: rgb(var(--v-theme-surface));
26306
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26107
26307
  }
26108
- .v-stepper-header .v-divider {
26109
- margin: 0 -16px;
26308
+
26309
+ .v-table {
26310
+ border-radius: inherit;
26311
+ line-height: 1.5;
26312
+ max-width: 100%;
26313
+ display: flex;
26314
+ flex-direction: column;
26110
26315
  }
26111
- .v-stepper-header .v-divider:last-child {
26112
- margin-inline-end: 0;
26316
+ .v-table > .v-table__wrapper > table {
26317
+ width: 100%;
26318
+ border-spacing: 0;
26113
26319
  }
26114
- .v-stepper-header .v-divider:first-child {
26115
- margin-inline-start: 0;
26320
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
26321
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
26322
+ .v-table > .v-table__wrapper > table > thead > tr > td,
26323
+ .v-table > .v-table__wrapper > table > thead > tr > th,
26324
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
26325
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
26326
+ padding: 0 16px;
26327
+ transition-duration: 0.28s;
26328
+ transition-property: box-shadow, opacity, background, height;
26329
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26116
26330
  }
26117
- .v-stepper--alt-labels .v-stepper-header {
26118
- height: auto;
26331
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
26332
+ .v-table > .v-table__wrapper > table > thead > tr > td,
26333
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
26334
+ height: var(--v-table-row-height);
26119
26335
  }
26120
- .v-stepper--alt-labels .v-stepper-header .v-divider {
26121
- align-self: flex-start;
26122
- margin: 35px -67px 0;
26336
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
26337
+ .v-table > .v-table__wrapper > table > thead > tr > th,
26338
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
26339
+ height: var(--v-table-header-height);
26340
+ font-weight: 500;
26341
+ -webkit-user-select: none;
26342
+ user-select: none;
26343
+ text-align: start;
26344
+ }
26345
+ .v-table--density-default {
26346
+ --v-table-header-height: 56px;
26347
+ --v-table-row-height: 52px;
26123
26348
  }
26124
26349
 
26125
- .v-stepper-window {
26126
- margin: 1.5rem;
26350
+ .v-table--density-comfortable {
26351
+ --v-table-header-height: 48px;
26352
+ --v-table-row-height: 44px;
26127
26353
  }
26128
26354
 
26129
- .v-stepper-actions {
26130
- display: flex;
26131
- align-items: center;
26132
- justify-content: space-between;
26133
- padding: 1rem;
26355
+ .v-table--density-compact {
26356
+ --v-table-header-height: 40px;
26357
+ --v-table-row-height: 36px;
26134
26358
  }
26135
- .v-stepper .v-stepper-actions {
26136
- padding: 0 1.5rem 1rem;
26359
+
26360
+ .v-table__wrapper {
26361
+ border-radius: inherit;
26362
+ overflow: auto;
26363
+ flex: 1 1 auto;
26137
26364
  }
26138
- .v-stepper-window-item .v-stepper-actions {
26139
- padding: 1.5rem 0 0;
26140
- }.v-stepper-item {
26141
- align-items: center;
26142
- align-self: stretch;
26143
- display: inline-flex;
26365
+
26366
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
26367
+ border-top-left-radius: 0;
26368
+ }
26369
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
26370
+ border-top-right-radius: 0;
26371
+ }
26372
+
26373
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
26374
+ border-bottom-left-radius: 0;
26375
+ }
26376
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
26377
+ border-bottom-right-radius: 0;
26378
+ }
26379
+
26380
+ .v-table--fixed-height > .v-table__wrapper {
26381
+ overflow-y: auto;
26382
+ }
26383
+
26384
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
26385
+ position: sticky;
26386
+ top: 0;
26387
+ z-index: 2;
26388
+ }
26389
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26390
+ border-bottom: 0px !important;
26391
+ }
26392
+
26393
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
26394
+ position: sticky;
26395
+ bottom: 0;
26396
+ z-index: 1;
26397
+ }
26398
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26399
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26400
+ border-top: 0px !important;
26401
+ }.v-toolbar {
26402
+ align-items: flex-start;
26403
+ display: flex;
26144
26404
  flex: none;
26145
- outline: none;
26146
- opacity: var(--v-medium-emphasis-opacity);
26147
- padding: 1.5rem;
26405
+ flex-direction: column;
26406
+ justify-content: space-between;
26407
+ max-width: 100%;
26148
26408
  position: relative;
26149
- transition-duration: 0.2s;
26150
- transition-property: opacity;
26151
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26152
- }
26153
- .v-stepper-item:hover > .v-stepper-item__overlay {
26154
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
26409
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26410
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26411
+ width: 100%;
26155
26412
  }
26156
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
26157
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
26413
+ .v-toolbar {
26414
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26415
+ border-style: solid;
26416
+ border-width: 0;
26158
26417
  }
26159
- @supports not selector(:focus-visible) {
26160
- .v-stepper-item:focus > .v-stepper-item__overlay {
26161
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
26162
- }
26418
+ .v-toolbar--border {
26419
+ border-width: thin;
26420
+ box-shadow: none;
26163
26421
  }
26164
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
26165
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
26422
+ .v-toolbar {
26423
+ 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));
26166
26424
  }
26167
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
26168
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
26425
+ .v-toolbar {
26426
+ border-radius: 0;
26169
26427
  }
26170
- .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 {
26171
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
26428
+ .v-toolbar {
26429
+ background: rgb(var(--v-theme-surface-light));
26430
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26172
26431
  }
26173
- @supports not selector(:focus-visible) {
26174
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
26175
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
26176
- }
26432
+ .v-toolbar--absolute {
26433
+ position: absolute;
26177
26434
  }
26178
- .v-stepper--non-linear .v-stepper-item {
26179
- opacity: var(--v-high-emphasis-opacity);
26435
+ .v-toolbar--collapse {
26436
+ max-width: 112px;
26437
+ overflow: hidden;
26438
+ border-end-end-radius: 24px;
26180
26439
  }
26181
- .v-stepper-item--selected {
26182
- opacity: 1;
26440
+ .v-toolbar--collapse .v-toolbar-title {
26441
+ display: none;
26183
26442
  }
26184
- .v-stepper-item--error {
26185
- color: rgb(var(--v-theme-error));
26443
+ .v-toolbar--flat {
26444
+ 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));
26186
26445
  }
26187
- .v-stepper-item--disabled {
26188
- opacity: var(--v-medium-emphasis-opacity);
26189
- pointer-events: none;
26446
+ .v-toolbar--floating {
26447
+ display: inline-flex;
26190
26448
  }
26191
- .v-stepper--alt-labels .v-stepper-item {
26192
- flex-direction: column;
26193
- justify-content: flex-start;
26449
+ .v-toolbar--rounded {
26450
+ border-radius: 4px;
26451
+ }
26452
+
26453
+ .v-toolbar__content,
26454
+ .v-toolbar__extension {
26194
26455
  align-items: center;
26195
- flex-basis: 175px;
26456
+ display: flex;
26457
+ flex: 0 0 auto;
26458
+ position: relative;
26459
+ transition: inherit;
26460
+ width: 100%;
26196
26461
  }
26197
26462
 
26198
- .v-stepper-item__avatar.v-avatar {
26199
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
26200
- color: rgb(var(--v-theme-on-surface-variant));
26201
- font-size: 0.75rem;
26202
- margin-inline-end: 8px;
26463
+ .v-toolbar__content {
26464
+ overflow: hidden;
26203
26465
  }
26204
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
26205
- margin-inline-end: 0;
26466
+ .v-toolbar__content > .v-btn:first-child {
26467
+ margin-inline-start: 4px;
26206
26468
  }
26207
- .v-stepper-item__avatar.v-avatar .v-icon {
26208
- font-size: 0.875rem;
26469
+ .v-toolbar__content > .v-btn:last-child {
26470
+ margin-inline-end: 4px;
26209
26471
  }
26210
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
26211
- background: rgb(var(--v-theme-surface-variant));
26472
+ .v-toolbar__content > .v-toolbar-title {
26473
+ margin-inline-start: 20px;
26212
26474
  }
26213
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
26214
- background: rgb(var(--v-theme-error));
26475
+ .v-toolbar--density-prominent .v-toolbar__content {
26476
+ align-items: flex-start;
26215
26477
  }
26216
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
26217
- margin-bottom: 16px;
26218
- margin-inline-end: 0;
26478
+
26479
+ .v-toolbar__image {
26480
+ display: flex;
26481
+ opacity: var(--v-toolbar-image-opacity, 1);
26482
+ transition-property: opacity;
26483
+ }
26484
+ .v-toolbar__image {
26485
+ position: absolute;
26486
+ top: 0;
26487
+ left: 0;
26488
+ width: 100%;
26489
+ height: 100%;
26219
26490
  }
26220
26491
 
26221
- .v-stepper-item__title {
26222
- line-height: 1;
26492
+ .v-toolbar__prepend,
26493
+ .v-toolbar__append {
26494
+ align-items: center;
26495
+ align-self: stretch;
26496
+ display: flex;
26223
26497
  }
26224
- .v-stepper--mobile .v-stepper-item__title {
26225
- display: none;
26498
+
26499
+ .v-toolbar__prepend {
26500
+ margin-inline: 4px auto;
26226
26501
  }
26227
26502
 
26228
- .v-stepper-item__subtitle {
26229
- font-size: 0.75rem;
26230
- text-align: left;
26231
- line-height: 1;
26232
- opacity: var(--v-medium-emphasis-opacity);
26503
+ .v-toolbar__append {
26504
+ margin-inline: auto 4px;
26233
26505
  }
26234
- .v-stepper--alt-labels .v-stepper-item__subtitle {
26235
- text-align: center;
26506
+
26507
+ .v-toolbar-title {
26508
+ flex: 1 1;
26509
+ font-size: 1.25rem;
26510
+ min-width: 0;
26236
26511
  }
26237
- .v-stepper--mobile .v-stepper-item__subtitle {
26238
- display: none;
26512
+ .v-toolbar-title {
26513
+ font-size: 1.25rem;
26514
+ font-weight: 400;
26515
+ letter-spacing: 0;
26516
+ line-height: 1.75rem;
26517
+ text-transform: none;
26518
+ }
26519
+ .v-toolbar--density-prominent .v-toolbar-title {
26520
+ align-self: flex-end;
26521
+ padding-bottom: 6px;
26522
+ }
26523
+ .v-toolbar--density-prominent .v-toolbar-title {
26524
+ font-size: 1.5rem;
26525
+ font-weight: 400;
26526
+ letter-spacing: 0;
26527
+ line-height: 2.25rem;
26528
+ text-transform: none;
26239
26529
  }
26240
26530
 
26241
- .v-stepper-item__overlay {
26242
- background-color: currentColor;
26243
- border-radius: inherit;
26244
- opacity: 0;
26245
- transition: opacity 0.2s ease-in-out;
26531
+ .v-toolbar-title__placeholder {
26532
+ overflow: hidden;
26533
+ text-overflow: ellipsis;
26534
+ white-space: nowrap;
26246
26535
  }
26247
26536
 
26248
- .v-stepper-item__overlay,
26249
- .v-stepper-item__underlay {
26250
- pointer-events: none;
26537
+ .v-toolbar-items {
26538
+ display: flex;
26539
+ height: inherit;
26540
+ align-self: stretch;
26251
26541
  }
26252
- .v-stepper-item__overlay,
26253
- .v-stepper-item__underlay {
26254
- position: absolute;
26255
- top: 0;
26256
- left: 0;
26257
- width: 100%;
26258
- height: 100%;
26542
+ .v-toolbar-items > .v-btn {
26543
+ border-radius: 0;
26259
26544
  }.v-tooltip > .v-overlay__content {
26260
26545
  background: rgb(var(--v-theme-surface-variant));
26261
26546
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26278,6 +26563,9 @@ html.v-overlay-scroll-blocked {
26278
26563
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26279
26564
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26280
26565
  transition-duration: 75ms;
26566
+ }.v-theme-provider {
26567
+ background: rgb(var(--v-theme-background));
26568
+ color: rgb(var(--v-theme-on-background));
26281
26569
  }.v-timeline .v-timeline-divider__dot {
26282
26570
  background: rgb(var(--v-theme-surface-light));
26283
26571
  }
@@ -26642,206 +26930,69 @@ html.v-overlay-scroll-blocked {
26642
26930
  --v-timeline-line-size-offset: -12px;
26643
26931
  }
26644
26932
  .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
26645
- --v-timeline-line-size-offset: 0px;
26646
- }
26647
- .v-timeline--horizontal.v-timeline--align-start {
26648
- justify-items: flex-start;
26649
- }
26650
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
26651
- justify-content: flex-start;
26652
- }
26653
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26654
- width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26655
- }
26656
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26657
- 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));
26658
- }
26659
-
26660
- .v-timeline--vertical.v-timeline--align-start {
26661
- align-items: flex-start;
26662
- }
26663
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
26664
- justify-content: flex-start;
26665
- }
26666
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26667
- height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26668
- }
26669
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26670
- 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));
26671
- }
26672
-
26673
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
26674
- display: none;
26675
- }
26676
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
26677
- --v-timeline-line-size-offset: 12px;
26678
- }
26679
- .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 {
26680
- padding-block-start: 0;
26681
- }
26682
-
26683
- .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 {
26684
- padding-inline-start: 0;
26685
- }
26686
-
26687
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26688
- display: none;
26689
- }
26690
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26691
- --v-timeline-line-size-offset: 12px;
26692
- }
26693
- .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 {
26694
- padding-block-end: 0;
26695
- }
26696
-
26697
- .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 {
26698
- padding-inline-end: 0;
26699
- }.v-theme-provider {
26700
- background: rgb(var(--v-theme-background));
26701
- color: rgb(var(--v-theme-on-background));
26702
- }.v-toolbar {
26703
- align-items: flex-start;
26704
- display: flex;
26705
- flex: none;
26706
- flex-direction: column;
26707
- justify-content: space-between;
26708
- max-width: 100%;
26709
- position: relative;
26710
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26711
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26712
- width: 100%;
26713
- }
26714
- .v-toolbar {
26715
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26716
- border-style: solid;
26717
- border-width: 0;
26718
- }
26719
- .v-toolbar--border {
26720
- border-width: thin;
26721
- box-shadow: none;
26722
- }
26723
- .v-toolbar {
26724
- 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));
26725
- }
26726
- .v-toolbar {
26727
- border-radius: 0;
26728
- }
26729
- .v-toolbar {
26730
- background: rgb(var(--v-theme-surface-light));
26731
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26732
- }
26733
- .v-toolbar--absolute {
26734
- position: absolute;
26735
- }
26736
- .v-toolbar--collapse {
26737
- max-width: 112px;
26738
- overflow: hidden;
26739
- border-end-end-radius: 24px;
26740
- }
26741
- .v-toolbar--collapse .v-toolbar-title {
26742
- display: none;
26743
- }
26744
- .v-toolbar--flat {
26745
- 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));
26746
- }
26747
- .v-toolbar--floating {
26748
- display: inline-flex;
26749
- }
26750
- .v-toolbar--rounded {
26751
- border-radius: 4px;
26752
- }
26753
-
26754
- .v-toolbar__content,
26755
- .v-toolbar__extension {
26756
- align-items: center;
26757
- display: flex;
26758
- flex: 0 0 auto;
26759
- position: relative;
26760
- transition: inherit;
26761
- width: 100%;
26933
+ --v-timeline-line-size-offset: 0px;
26762
26934
  }
26763
-
26764
- .v-toolbar__content {
26765
- overflow: hidden;
26935
+ .v-timeline--horizontal.v-timeline--align-start {
26936
+ justify-items: flex-start;
26766
26937
  }
26767
- .v-toolbar__content > .v-btn:first-child {
26768
- margin-inline-start: 4px;
26938
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
26939
+ justify-content: flex-start;
26769
26940
  }
26770
- .v-toolbar__content > .v-btn:last-child {
26771
- margin-inline-end: 4px;
26941
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26942
+ width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26772
26943
  }
26773
- .v-toolbar__content > .v-toolbar-title {
26774
- margin-inline-start: 20px;
26944
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26945
+ 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));
26775
26946
  }
26776
- .v-toolbar--density-prominent .v-toolbar__content {
26947
+
26948
+ .v-timeline--vertical.v-timeline--align-start {
26777
26949
  align-items: flex-start;
26778
26950
  }
26779
-
26780
- .v-toolbar__image {
26781
- display: flex;
26782
- opacity: var(--v-toolbar-image-opacity, 1);
26783
- transition-property: opacity;
26951
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
26952
+ justify-content: flex-start;
26784
26953
  }
26785
- .v-toolbar__image {
26786
- position: absolute;
26787
- top: 0;
26788
- left: 0;
26789
- width: 100%;
26790
- height: 100%;
26954
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
26955
+ height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
26791
26956
  }
26792
-
26793
- .v-toolbar__prepend,
26794
- .v-toolbar__append {
26795
- align-items: center;
26796
- align-self: stretch;
26797
- display: flex;
26957
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
26958
+ 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));
26798
26959
  }
26799
26960
 
26800
- .v-toolbar__prepend {
26801
- margin-inline: 4px auto;
26961
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
26962
+ display: none;
26802
26963
  }
26803
-
26804
- .v-toolbar__append {
26805
- margin-inline: auto 4px;
26964
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
26965
+ --v-timeline-line-size-offset: 12px;
26806
26966
  }
26807
-
26808
- .v-toolbar-title {
26809
- flex: 1 1;
26810
- font-size: 1.25rem;
26811
- min-width: 0;
26967
+ .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 {
26968
+ padding-block-start: 0;
26812
26969
  }
26813
- .v-toolbar-title {
26814
- font-size: 1.25rem;
26815
- font-weight: 400;
26816
- letter-spacing: 0;
26817
- line-height: 1.75rem;
26818
- text-transform: none;
26970
+
26971
+ .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 {
26972
+ padding-inline-start: 0;
26819
26973
  }
26820
- .v-toolbar--density-prominent .v-toolbar-title {
26821
- align-self: flex-end;
26822
- padding-bottom: 6px;
26974
+
26975
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26976
+ display: none;
26823
26977
  }
26824
- .v-toolbar--density-prominent .v-toolbar-title {
26825
- font-size: 1.5rem;
26826
- font-weight: 400;
26827
- letter-spacing: 0;
26828
- line-height: 2.25rem;
26829
- text-transform: none;
26978
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26979
+ --v-timeline-line-size-offset: 12px;
26830
26980
  }
26831
-
26832
- .v-toolbar-title__placeholder {
26833
- overflow: hidden;
26834
- text-overflow: ellipsis;
26835
- white-space: nowrap;
26981
+ .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 {
26982
+ padding-block-end: 0;
26836
26983
  }
26837
26984
 
26838
- .v-toolbar-items {
26839
- display: flex;
26840
- height: inherit;
26841
- align-self: stretch;
26985
+ .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 {
26986
+ padding-inline-end: 0;
26987
+ }.v-virtual-scroll {
26988
+ display: block;
26989
+ flex: 1 1 auto;
26990
+ max-width: 100%;
26991
+ overflow: auto;
26992
+ position: relative;
26842
26993
  }
26843
- .v-toolbar-items > .v-btn {
26844
- border-radius: 0;
26994
+ .v-virtual-scroll__container {
26995
+ display: block;
26845
26996
  }.v-window {
26846
26997
  overflow: hidden;
26847
26998
  }
@@ -26912,157 +27063,6 @@ html.v-overlay-scroll-blocked {
26912
27063
  }
26913
27064
  .v-window-y-reverse-transition-leave-to {
26914
27065
  transform: translateY(100%);
26915
- }.v-virtual-scroll {
26916
- display: block;
26917
- flex: 1 1 auto;
26918
- max-width: 100%;
26919
- overflow: auto;
26920
- position: relative;
26921
- }
26922
- .v-virtual-scroll__container {
26923
- display: block;
26924
- }.v-table {
26925
- font-size: 0.875rem;
26926
- transition-duration: 0.28s;
26927
- transition-property: box-shadow, opacity, background, height;
26928
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26929
- }
26930
- .v-table {
26931
- background: rgb(var(--v-theme-surface));
26932
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26933
- }
26934
- .v-table .v-table-divider {
26935
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26936
- }
26937
- .v-table .v-table__wrapper > table > thead > tr > th {
26938
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26939
- }
26940
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
26941
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
26942
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26943
- }
26944
- .v-table .v-table__wrapper > table > tfoot > tr > td,
26945
- .v-table .v-table__wrapper > table > tfoot > tr > th {
26946
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26947
- }
26948
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
26949
- position: relative;
26950
- }
26951
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26952
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
26953
- pointer-events: none;
26954
- }
26955
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26956
- content: "";
26957
- position: absolute;
26958
- top: 0;
26959
- left: 0;
26960
- width: 100%;
26961
- height: 100%;
26962
- }
26963
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26964
- background: rgb(var(--v-theme-surface));
26965
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26966
- z-index: 1;
26967
- }
26968
- .v-table.v-table--fixed-footer > tfoot > tr > th,
26969
- .v-table.v-table--fixed-footer > tfoot > tr > td {
26970
- background: rgb(var(--v-theme-surface));
26971
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26972
- }
26973
-
26974
- .v-table {
26975
- border-radius: inherit;
26976
- line-height: 1.5;
26977
- max-width: 100%;
26978
- display: flex;
26979
- flex-direction: column;
26980
- }
26981
- .v-table > .v-table__wrapper > table {
26982
- width: 100%;
26983
- border-spacing: 0;
26984
- }
26985
- .v-table > .v-table__wrapper > table > tbody > tr > td,
26986
- .v-table > .v-table__wrapper > table > tbody > tr > th,
26987
- .v-table > .v-table__wrapper > table > thead > tr > td,
26988
- .v-table > .v-table__wrapper > table > thead > tr > th,
26989
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
26990
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
26991
- padding: 0 16px;
26992
- transition-duration: 0.28s;
26993
- transition-property: box-shadow, opacity, background, height;
26994
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26995
- }
26996
- .v-table > .v-table__wrapper > table > tbody > tr > td,
26997
- .v-table > .v-table__wrapper > table > thead > tr > td,
26998
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
26999
- height: var(--v-table-row-height);
27000
- }
27001
- .v-table > .v-table__wrapper > table > tbody > tr > th,
27002
- .v-table > .v-table__wrapper > table > thead > tr > th,
27003
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
27004
- height: var(--v-table-header-height);
27005
- font-weight: 500;
27006
- -webkit-user-select: none;
27007
- user-select: none;
27008
- text-align: start;
27009
- }
27010
- .v-table--density-default {
27011
- --v-table-header-height: 56px;
27012
- --v-table-row-height: 52px;
27013
- }
27014
-
27015
- .v-table--density-comfortable {
27016
- --v-table-header-height: 48px;
27017
- --v-table-row-height: 44px;
27018
- }
27019
-
27020
- .v-table--density-compact {
27021
- --v-table-header-height: 40px;
27022
- --v-table-row-height: 36px;
27023
- }
27024
-
27025
- .v-table__wrapper {
27026
- border-radius: inherit;
27027
- overflow: auto;
27028
- flex: 1 1 auto;
27029
- }
27030
-
27031
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
27032
- border-top-left-radius: 0;
27033
- }
27034
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
27035
- border-top-right-radius: 0;
27036
- }
27037
-
27038
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
27039
- border-bottom-left-radius: 0;
27040
- }
27041
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
27042
- border-bottom-right-radius: 0;
27043
- }
27044
-
27045
- .v-table--fixed-height > .v-table__wrapper {
27046
- overflow-y: auto;
27047
- }
27048
-
27049
- .v-table--fixed-header > .v-table__wrapper > table > thead {
27050
- position: sticky;
27051
- top: 0;
27052
- z-index: 2;
27053
- }
27054
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
27055
- border-bottom: 0px !important;
27056
- }
27057
-
27058
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
27059
- position: sticky;
27060
- bottom: 0;
27061
- z-index: 1;
27062
- }
27063
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
27064
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
27065
- border-top: 0px !important;
27066
27066
  }.v-color-picker-canvas {
27067
27067
  display: flex;
27068
27068
  position: relative;