@vuetify/nightly 3.7.0-beta.1-dev.2024-08-15 → 3.7.0-master.2024-08-16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.0-beta.1-dev.2024-08-15
2
+ * Vuetify v3.7.0-master.2024-08-16
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,22 +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-application {
17982
- display: flex;
17983
- background: rgb(var(--v-theme-background));
17984
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17985
- }
17986
-
17987
- .v-application__wrap {
17988
- -webkit-backface-visibility: hidden;
17989
- backface-visibility: hidden;
17990
- display: flex;
17991
- flex-direction: column;
17992
- flex: 1 1 auto;
17993
- max-width: 100%;
17994
- min-height: 100vh;
17995
- min-height: 100dvh;
17996
- position: relative;
17997
17981
  }.v-app-bar {
17998
17982
  display: flex;
17999
17983
  }
@@ -18006,91 +17990,6 @@ html.overflow-y-hidden {
18006
17990
  }
18007
17991
  .v-app-bar:not(.v-toolbar--absolute) {
18008
17992
  padding-inline-end: var(--v-scrollbar-offset);
18009
- }.v-autocomplete .v-field .v-text-field__prefix,
18010
- .v-autocomplete .v-field .v-text-field__suffix,
18011
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18012
- cursor: text;
18013
- }
18014
- .v-autocomplete .v-field .v-field__input > input {
18015
- flex: 1 1;
18016
- }
18017
- .v-autocomplete .v-field input {
18018
- min-width: 64px;
18019
- }
18020
- .v-autocomplete .v-field:not(.v-field--focused) input {
18021
- min-width: 0;
18022
- }
18023
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18024
- margin-inline-end: 2px;
18025
- }
18026
- .v-autocomplete .v-autocomplete__selection-text {
18027
- overflow: hidden;
18028
- text-overflow: ellipsis;
18029
- white-space: nowrap;
18030
- }
18031
-
18032
- .v-autocomplete__content {
18033
- overflow: hidden;
18034
- }
18035
- .v-autocomplete__content {
18036
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18037
- }
18038
- .v-autocomplete__content {
18039
- border-radius: 4px;
18040
- }
18041
- .v-autocomplete__mask {
18042
- background: rgb(var(--v-theme-surface-light));
18043
- }
18044
- .v-autocomplete__selection {
18045
- display: inline-flex;
18046
- align-items: center;
18047
- height: 1.5rem;
18048
- letter-spacing: inherit;
18049
- line-height: inherit;
18050
- max-width: calc(100% - 2px - 2px);
18051
- }
18052
- .v-autocomplete__selection:first-child {
18053
- margin-inline-start: 0;
18054
- }
18055
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18056
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18057
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18058
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18059
- top: 0px;
18060
- }
18061
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18062
- opacity: var(--v-medium-emphasis-opacity);
18063
- }
18064
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18065
- opacity: 1;
18066
- }
18067
- .v-autocomplete--selecting-index .v-field__input > input {
18068
- caret-color: transparent;
18069
- }
18070
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18071
- flex: 1 1;
18072
- position: absolute;
18073
- left: 0;
18074
- right: 0;
18075
- width: 100%;
18076
- padding-inline: inherit;
18077
- }
18078
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18079
- transition: none;
18080
- }
18081
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18082
- opacity: 0;
18083
- }
18084
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18085
- opacity: 0;
18086
- }
18087
- .v-autocomplete__menu-icon {
18088
- margin-inline-start: 4px;
18089
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18090
- }
18091
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18092
- opacity: var(--v-high-emphasis-opacity);
18093
- transform: rotate(180deg);
18094
17993
  }.v-alert {
18095
17994
  display: grid;
18096
17995
  flex: 1 1;
@@ -18307,79 +18206,91 @@ html.overflow-y-hidden {
18307
18206
  text-transform: none;
18308
18207
  word-break: normal;
18309
18208
  word-wrap: break-word;
18310
- }.v-badge {
18311
- display: inline-block;
18312
- line-height: 1;
18209
+ }.v-autocomplete .v-field .v-text-field__prefix,
18210
+ .v-autocomplete .v-field .v-text-field__suffix,
18211
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18212
+ cursor: text;
18313
18213
  }
18314
-
18315
- .v-badge__badge {
18316
- align-items: center;
18317
- display: inline-flex;
18318
- border-radius: 10px;
18319
- font-size: 0.75rem;
18320
- font-weight: 500;
18321
- height: 1.25rem;
18322
- justify-content: center;
18323
- min-width: 20px;
18324
- padding: 4px 6px;
18325
- pointer-events: auto;
18326
- position: absolute;
18327
- text-align: center;
18328
- text-indent: 0;
18329
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18214
+ .v-autocomplete .v-field .v-field__input > input {
18215
+ flex: 1 1;
18216
+ }
18217
+ .v-autocomplete .v-field input {
18218
+ min-width: 64px;
18219
+ }
18220
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18221
+ min-width: 0;
18222
+ }
18223
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18224
+ margin-inline-end: 2px;
18225
+ }
18226
+ .v-autocomplete .v-autocomplete__selection-text {
18227
+ overflow: hidden;
18228
+ text-overflow: ellipsis;
18330
18229
  white-space: nowrap;
18331
18230
  }
18332
- .v-badge__badge {
18333
- background: rgb(var(--v-theme-surface-variant));
18334
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18231
+
18232
+ .v-autocomplete__content {
18233
+ overflow: hidden;
18335
18234
  }
18336
- .v-badge--bordered .v-badge__badge::after {
18337
- border-radius: inherit;
18338
- border-style: solid;
18339
- border-width: 2px;
18340
- bottom: 0;
18341
- color: rgb(var(--v-theme-background));
18342
- content: "";
18343
- left: 0;
18344
- position: absolute;
18345
- right: 0;
18346
- top: 0;
18347
- transform: scale(1.05);
18235
+ .v-autocomplete__content {
18236
+ 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));
18348
18237
  }
18349
- .v-badge--dot .v-badge__badge {
18350
- border-radius: 4.5px;
18351
- height: 9px;
18352
- min-width: 0;
18353
- padding: 0;
18354
- width: 9px;
18238
+ .v-autocomplete__content {
18239
+ border-radius: 4px;
18355
18240
  }
18356
- .v-badge--dot .v-badge__badge::after {
18357
- border-width: 1.5px;
18241
+ .v-autocomplete__mask {
18242
+ background: rgb(var(--v-theme-surface-light));
18358
18243
  }
18359
- .v-badge--inline .v-badge__badge {
18360
- position: relative;
18361
- vertical-align: middle;
18244
+ .v-autocomplete__selection {
18245
+ display: inline-flex;
18246
+ align-items: center;
18247
+ height: 1.5rem;
18248
+ letter-spacing: inherit;
18249
+ line-height: inherit;
18250
+ max-width: calc(100% - 2px - 2px);
18362
18251
  }
18363
- .v-badge__badge .v-icon {
18364
- color: inherit;
18365
- font-size: 0.75rem;
18366
- margin: 0 -2px;
18252
+ .v-autocomplete__selection:first-child {
18253
+ margin-inline-start: 0;
18367
18254
  }
18368
- .v-badge__badge img,
18369
- .v-badge__badge .v-img {
18370
- height: 100%;
18255
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18256
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18257
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18258
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18259
+ top: 0px;
18260
+ }
18261
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18262
+ opacity: var(--v-medium-emphasis-opacity);
18263
+ }
18264
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18265
+ opacity: 1;
18266
+ }
18267
+ .v-autocomplete--selecting-index .v-field__input > input {
18268
+ caret-color: transparent;
18269
+ }
18270
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18271
+ flex: 1 1;
18272
+ position: absolute;
18273
+ left: 0;
18274
+ right: 0;
18371
18275
  width: 100%;
18276
+ padding-inline: inherit;
18372
18277
  }
18373
-
18374
- .v-badge__wrapper {
18375
- display: flex;
18376
- position: relative;
18278
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18279
+ transition: none;
18377
18280
  }
18378
- .v-badge--inline .v-badge__wrapper {
18379
- align-items: center;
18380
- display: inline-flex;
18381
- justify-content: center;
18382
- margin: 0 4px;
18281
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18282
+ opacity: 0;
18283
+ }
18284
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18285
+ opacity: 0;
18286
+ }
18287
+ .v-autocomplete__menu-icon {
18288
+ margin-inline-start: 4px;
18289
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18290
+ }
18291
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18292
+ opacity: var(--v-high-emphasis-opacity);
18293
+ transform: rotate(180deg);
18383
18294
  }.v-avatar {
18384
18295
  flex: none;
18385
18296
  align-items: center;
@@ -18486,63 +18397,261 @@ html.overflow-y-hidden {
18486
18397
  .v-avatar .v-img {
18487
18398
  height: 100%;
18488
18399
  width: 100%;
18489
- }.v-breadcrumbs {
18490
- display: flex;
18491
- align-items: center;
18492
- line-height: 1.6;
18493
- padding: 16px 12px;
18494
- }
18495
- .v-breadcrumbs--rounded {
18496
- border-radius: 4px;
18497
- }
18498
- .v-breadcrumbs--density-default {
18499
- padding-top: 16px;
18500
- padding-bottom: 16px;
18501
- }
18502
-
18503
- .v-breadcrumbs--density-comfortable {
18504
- padding-top: 12px;
18505
- padding-bottom: 12px;
18400
+ }.v-badge {
18401
+ display: inline-block;
18402
+ line-height: 1;
18506
18403
  }
18507
18404
 
18508
- .v-breadcrumbs--density-compact {
18509
- padding-top: 8px;
18510
- padding-bottom: 8px;
18405
+ .v-badge__badge {
18406
+ align-items: center;
18407
+ display: inline-flex;
18408
+ border-radius: 10px;
18409
+ font-size: 0.75rem;
18410
+ font-weight: 500;
18411
+ height: 1.25rem;
18412
+ justify-content: center;
18413
+ min-width: 20px;
18414
+ padding: 4px 6px;
18415
+ pointer-events: auto;
18416
+ position: absolute;
18417
+ text-align: center;
18418
+ text-indent: 0;
18419
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18420
+ white-space: nowrap;
18421
+ }
18422
+ .v-badge__badge {
18423
+ background: rgb(var(--v-theme-surface-variant));
18424
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18425
+ }
18426
+ .v-badge--bordered .v-badge__badge::after {
18427
+ border-radius: inherit;
18428
+ border-style: solid;
18429
+ border-width: 2px;
18430
+ bottom: 0;
18431
+ color: rgb(var(--v-theme-background));
18432
+ content: "";
18433
+ left: 0;
18434
+ position: absolute;
18435
+ right: 0;
18436
+ top: 0;
18437
+ transform: scale(1.05);
18438
+ }
18439
+ .v-badge--dot .v-badge__badge {
18440
+ border-radius: 4.5px;
18441
+ height: 9px;
18442
+ min-width: 0;
18443
+ padding: 0;
18444
+ width: 9px;
18445
+ }
18446
+ .v-badge--dot .v-badge__badge::after {
18447
+ border-width: 1.5px;
18448
+ }
18449
+ .v-badge--inline .v-badge__badge {
18450
+ position: relative;
18451
+ vertical-align: middle;
18452
+ }
18453
+ .v-badge__badge .v-icon {
18454
+ color: inherit;
18455
+ font-size: 0.75rem;
18456
+ margin: 0 -2px;
18457
+ }
18458
+ .v-badge__badge img,
18459
+ .v-badge__badge .v-img {
18460
+ height: 100%;
18461
+ width: 100%;
18511
18462
  }
18512
18463
 
18513
- .v-breadcrumbs__prepend {
18464
+ .v-badge__wrapper {
18465
+ display: flex;
18466
+ position: relative;
18467
+ }
18468
+ .v-badge--inline .v-badge__wrapper {
18514
18469
  align-items: center;
18515
18470
  display: inline-flex;
18471
+ justify-content: center;
18472
+ margin: 0 4px;
18473
+ }.v-banner {
18474
+ display: grid;
18475
+ flex: 1 1;
18476
+ font-size: 0.875rem;
18477
+ grid-template-areas: "prepend content actions";
18478
+ grid-template-columns: max-content auto max-content;
18479
+ grid-template-rows: max-content max-content;
18480
+ line-height: 1.6;
18481
+ overflow: hidden;
18482
+ padding-inline: 16px 8px;
18483
+ padding-top: 16px;
18484
+ padding-bottom: 16px;
18485
+ position: relative;
18486
+ width: 100%;
18487
+ }
18488
+ .v-banner {
18489
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18490
+ border-style: solid;
18491
+ border-width: 0 0 thin 0;
18492
+ }
18493
+ .v-banner--border {
18494
+ border-width: thin;
18495
+ box-shadow: none;
18496
+ }
18497
+ .v-banner {
18498
+ 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));
18499
+ }
18500
+ .v-banner--absolute {
18501
+ position: absolute;
18502
+ }
18503
+ .v-banner--fixed {
18504
+ position: fixed;
18505
+ }
18506
+ .v-banner--sticky {
18507
+ position: sticky;
18508
+ }
18509
+ .v-banner {
18510
+ border-radius: 0;
18511
+ }
18512
+ .v-banner {
18513
+ background: rgb(var(--v-theme-surface));
18514
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18515
+ }
18516
+ .v-banner--rounded {
18517
+ border-radius: 4px;
18518
+ }
18519
+ .v-banner--stacked:not(.v-banner--one-line) {
18520
+ grid-template-areas: "prepend content" ". actions";
18521
+ }
18522
+ .v-banner--stacked .v-banner-text {
18523
+ padding-inline-end: 36px;
18524
+ }
18525
+ .v-banner--density-default .v-banner-actions {
18526
+ margin-bottom: -8px;
18527
+ }
18528
+ .v-banner--density-default.v-banner--one-line {
18529
+ padding-top: 8px;
18530
+ padding-bottom: 8px;
18531
+ }
18532
+ .v-banner--density-default.v-banner--one-line .v-banner-actions {
18533
+ margin-bottom: 0;
18534
+ }
18535
+ .v-banner--density-default.v-banner--one-line {
18536
+ padding-top: 10px;
18537
+ }
18538
+ .v-banner--density-default.v-banner--two-line {
18539
+ padding-top: 16px;
18540
+ padding-bottom: 16px;
18541
+ }
18542
+ .v-banner--density-default.v-banner--three-line {
18543
+ padding-top: 24px;
18544
+ padding-bottom: 16px;
18545
+ }
18546
+ .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
18547
+ margin-top: 20px;
18516
18548
  }
18517
18549
 
18518
- .v-breadcrumbs-item {
18550
+ .v-banner--density-comfortable .v-banner-actions {
18551
+ margin-bottom: -4px;
18552
+ }
18553
+ .v-banner--density-comfortable.v-banner--one-line {
18554
+ padding-top: 4px;
18555
+ padding-bottom: 4px;
18556
+ }
18557
+ .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
18558
+ margin-bottom: 0;
18559
+ }
18560
+ .v-banner--density-comfortable.v-banner--two-line {
18561
+ padding-top: 12px;
18562
+ padding-bottom: 12px;
18563
+ }
18564
+ .v-banner--density-comfortable.v-banner--three-line {
18565
+ padding-top: 20px;
18566
+ padding-bottom: 12px;
18567
+ }
18568
+ .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
18569
+ margin-top: 16px;
18570
+ }
18571
+
18572
+ .v-banner--density-compact .v-banner-actions {
18573
+ margin-bottom: 0px;
18574
+ }
18575
+ .v-banner--density-compact.v-banner--one-line {
18576
+ padding-top: 0px;
18577
+ padding-bottom: 0px;
18578
+ }
18579
+ .v-banner--density-compact.v-banner--one-line .v-banner-actions {
18580
+ margin-bottom: 0;
18581
+ }
18582
+ .v-banner--density-compact.v-banner--two-line {
18583
+ padding-top: 8px;
18584
+ padding-bottom: 8px;
18585
+ }
18586
+ .v-banner--density-compact.v-banner--three-line {
18587
+ padding-top: 16px;
18588
+ padding-bottom: 8px;
18589
+ }
18590
+ .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
18591
+ margin-top: 12px;
18592
+ }
18593
+
18594
+ .v-banner--sticky {
18595
+ top: 0;
18596
+ z-index: 1;
18597
+ }
18598
+
18599
+ .v-banner__content {
18519
18600
  align-items: center;
18520
- color: inherit;
18521
- display: inline-flex;
18522
- padding: 0 4px;
18523
- text-decoration: none;
18524
- vertical-align: middle;
18601
+ display: flex;
18602
+ grid-area: content;
18525
18603
  }
18526
- .v-breadcrumbs-item--disabled {
18527
- opacity: var(--v-disabled-opacity);
18528
- pointer-events: none;
18604
+
18605
+ .v-banner__prepend {
18606
+ align-self: flex-start;
18607
+ grid-area: prepend;
18608
+ margin-inline-end: 24px;
18529
18609
  }
18530
- .v-breadcrumbs-item--link {
18531
- color: inherit;
18532
- text-decoration: none;
18610
+
18611
+ .v-banner-actions {
18612
+ align-self: flex-end;
18613
+ display: flex;
18614
+ flex: 0 1;
18615
+ grid-area: actions;
18616
+ justify-content: flex-end;
18533
18617
  }
18534
- .v-breadcrumbs-item--link:hover {
18535
- text-decoration: underline;
18618
+ .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
18619
+ margin-top: 20px;
18536
18620
  }
18537
- .v-breadcrumbs-item .v-icon {
18538
- font-size: 1rem;
18539
- margin-inline: -4px 2px;
18621
+
18622
+ .v-banner-text {
18623
+ -webkit-box-orient: vertical;
18624
+ display: -webkit-box;
18625
+ padding-inline-end: 90px;
18626
+ overflow: hidden;
18627
+ }
18628
+ .v-banner--one-line .v-banner-text {
18629
+ -webkit-line-clamp: 1;
18630
+ }
18631
+ .v-banner--two-line .v-banner-text {
18632
+ -webkit-line-clamp: 2;
18633
+ }
18634
+ .v-banner--three-line .v-banner-text {
18635
+ -webkit-line-clamp: 3;
18636
+ }
18637
+ .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18638
+ align-self: flex-start;
18639
+ }.v-application {
18640
+ display: flex;
18641
+ background: rgb(var(--v-theme-background));
18642
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18540
18643
  }
18541
18644
 
18542
- .v-breadcrumbs-divider {
18543
- display: inline-block;
18544
- padding: 0 8px;
18545
- vertical-align: middle;
18645
+ .v-application__wrap {
18646
+ -webkit-backface-visibility: hidden;
18647
+ backface-visibility: hidden;
18648
+ display: flex;
18649
+ flex-direction: column;
18650
+ flex: 1 1 auto;
18651
+ max-width: 100%;
18652
+ min-height: 100vh;
18653
+ min-height: 100dvh;
18654
+ position: relative;
18546
18655
  }.v-bottom-navigation {
18547
18656
  display: flex;
18548
18657
  max-width: 100%;
@@ -18606,6 +18715,97 @@ html.overflow-y-hidden {
18606
18715
  }
18607
18716
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18608
18717
  transform: translateY(0.5rem);
18718
+ }.bottom-sheet-transition-enter-from {
18719
+ transform: translateY(100%);
18720
+ }
18721
+ .bottom-sheet-transition-leave-to {
18722
+ transform: translateY(100%);
18723
+ }
18724
+
18725
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18726
+ align-self: flex-end;
18727
+ border-radius: 0;
18728
+ flex: 0 1 auto;
18729
+ left: 0;
18730
+ right: 0;
18731
+ margin-inline: 0;
18732
+ margin-bottom: 0;
18733
+ transition-duration: 0.2s;
18734
+ width: 100%;
18735
+ max-width: 100%;
18736
+ overflow: visible;
18737
+ }
18738
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18739
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18740
+ }
18741
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18742
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18743
+ border-radius: 0;
18744
+ }
18745
+ .v-bottom-sheet.v-bottom-sheet--inset {
18746
+ max-width: none;
18747
+ }
18748
+ @media (min-width: 600px) {
18749
+ .v-bottom-sheet.v-bottom-sheet--inset {
18750
+ max-width: 70%;
18751
+ }
18752
+ }.v-breadcrumbs {
18753
+ display: flex;
18754
+ align-items: center;
18755
+ line-height: 1.6;
18756
+ padding: 16px 12px;
18757
+ }
18758
+ .v-breadcrumbs--rounded {
18759
+ border-radius: 4px;
18760
+ }
18761
+ .v-breadcrumbs--density-default {
18762
+ padding-top: 16px;
18763
+ padding-bottom: 16px;
18764
+ }
18765
+
18766
+ .v-breadcrumbs--density-comfortable {
18767
+ padding-top: 12px;
18768
+ padding-bottom: 12px;
18769
+ }
18770
+
18771
+ .v-breadcrumbs--density-compact {
18772
+ padding-top: 8px;
18773
+ padding-bottom: 8px;
18774
+ }
18775
+
18776
+ .v-breadcrumbs__prepend {
18777
+ align-items: center;
18778
+ display: inline-flex;
18779
+ }
18780
+
18781
+ .v-breadcrumbs-item {
18782
+ align-items: center;
18783
+ color: inherit;
18784
+ display: inline-flex;
18785
+ padding: 0 4px;
18786
+ text-decoration: none;
18787
+ vertical-align: middle;
18788
+ }
18789
+ .v-breadcrumbs-item--disabled {
18790
+ opacity: var(--v-disabled-opacity);
18791
+ pointer-events: none;
18792
+ }
18793
+ .v-breadcrumbs-item--link {
18794
+ color: inherit;
18795
+ text-decoration: none;
18796
+ }
18797
+ .v-breadcrumbs-item--link:hover {
18798
+ text-decoration: underline;
18799
+ }
18800
+ .v-breadcrumbs-item .v-icon {
18801
+ font-size: 1rem;
18802
+ margin-inline: -4px 2px;
18803
+ }
18804
+
18805
+ .v-breadcrumbs-divider {
18806
+ display: inline-block;
18807
+ padding: 0 8px;
18808
+ vertical-align: middle;
18609
18809
  }.v-btn {
18610
18810
  align-items: center;
18611
18811
  border-radius: 4px;
@@ -19019,10 +19219,6 @@ html.overflow-y-hidden {
19019
19219
  height: 100%;
19020
19220
  }
19021
19221
 
19022
- .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19023
- margin-inline-start: 0.5rem;
19024
- }
19025
-
19026
19222
  .v-pagination .v-btn {
19027
19223
  border-radius: 4px;
19028
19224
  }
@@ -19034,40 +19230,6 @@ html.overflow-y-hidden {
19034
19230
  }
19035
19231
  .v-pagination__item--is-active .v-btn__overlay {
19036
19232
  opacity: var(--v-border-opacity);
19037
- }.bottom-sheet-transition-enter-from {
19038
- transform: translateY(100%);
19039
- }
19040
- .bottom-sheet-transition-leave-to {
19041
- transform: translateY(100%);
19042
- }
19043
-
19044
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19045
- align-self: flex-end;
19046
- border-radius: 0;
19047
- flex: 0 1 auto;
19048
- left: 0;
19049
- right: 0;
19050
- margin-inline: 0;
19051
- margin-bottom: 0;
19052
- transition-duration: 0.2s;
19053
- width: 100%;
19054
- max-width: 100%;
19055
- overflow: visible;
19056
- }
19057
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19058
- 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));
19059
- }
19060
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19061
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19062
- border-radius: 0;
19063
- }
19064
- .v-bottom-sheet.v-bottom-sheet--inset {
19065
- max-width: none;
19066
- }
19067
- @media (min-width: 600px) {
19068
- .v-bottom-sheet.v-bottom-sheet--inset {
19069
- max-width: 70%;
19070
- }
19071
19233
  }.v-btn-group {
19072
19234
  display: inline-flex;
19073
19235
  flex-wrap: nowrap;
@@ -19145,11 +19307,6 @@ html.overflow-y-hidden {
19145
19307
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19146
19308
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19147
19309
  }
19148
- }.v-checkbox.v-input {
19149
- flex: 0 1 auto;
19150
- }
19151
- .v-checkbox .v-selection-control {
19152
- min-height: var(--v-input-control-height);
19153
19310
  }.v-card {
19154
19311
  display: block;
19155
19312
  overflow: hidden;
@@ -19306,6 +19463,7 @@ html.overflow-y-hidden {
19306
19463
  flex: none;
19307
19464
  min-height: 52px;
19308
19465
  padding: 0.5rem;
19466
+ gap: 0.5rem;
19309
19467
  }
19310
19468
 
19311
19469
  .v-card-item {
@@ -19522,24 +19680,11 @@ html.overflow-y-hidden {
19522
19680
  flex-direction: column;
19523
19681
  height: 100% !important;
19524
19682
  width: 50px;
19525
- }.v-chip-group {
19526
- display: flex;
19527
- max-width: 100%;
19528
- min-width: 0;
19529
- overflow-x: auto;
19530
- padding: 4px 0;
19531
- }
19532
- .v-chip-group .v-chip {
19533
- margin: 4px 8px 4px 0;
19534
- }
19535
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19536
- opacity: var(--v-activated-opacity);
19683
+ }.v-checkbox.v-input {
19684
+ flex: 0 1 auto;
19537
19685
  }
19538
-
19539
- .v-chip-group--column .v-slide-group__content {
19540
- white-space: normal;
19541
- flex-wrap: wrap;
19542
- max-width: 100%;
19686
+ .v-checkbox .v-selection-control {
19687
+ min-height: var(--v-input-control-height);
19543
19688
  }.v-chip {
19544
19689
  align-items: center;
19545
19690
  display: inline-flex;
@@ -19958,6 +20103,46 @@ html.overflow-y-hidden {
19958
20103
 
19959
20104
  .v-chip--label {
19960
20105
  border-radius: 4px;
20106
+ }.v-chip-group {
20107
+ display: flex;
20108
+ max-width: 100%;
20109
+ min-width: 0;
20110
+ overflow-x: auto;
20111
+ padding: 4px 0;
20112
+ }
20113
+ .v-chip-group .v-chip {
20114
+ margin: 4px 8px 4px 0;
20115
+ }
20116
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20117
+ opacity: var(--v-activated-opacity);
20118
+ }
20119
+
20120
+ .v-chip-group--column .v-slide-group__content {
20121
+ white-space: normal;
20122
+ flex-wrap: wrap;
20123
+ max-width: 100%;
20124
+ }.v-color-picker {
20125
+ align-self: flex-start;
20126
+ contain: content;
20127
+ }
20128
+ .v-color-picker.v-sheet {
20129
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20130
+ }
20131
+ .v-color-picker.v-sheet {
20132
+ border-radius: 4px;
20133
+ }
20134
+
20135
+ .v-color-picker__controls {
20136
+ display: flex;
20137
+ flex-direction: column;
20138
+ padding: 16px;
20139
+ }
20140
+
20141
+ .v-color-picker--flat {
20142
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20143
+ }
20144
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20145
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19961
20146
  }.v-combobox .v-field .v-text-field__prefix,
19962
20147
  .v-combobox .v-field .v-text-field__suffix,
19963
20148
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -20030,41 +20215,24 @@ html.overflow-y-hidden {
20030
20215
  .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20031
20216
  transition: none;
20032
20217
  }
20033
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20034
- opacity: 0;
20035
- }
20036
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20037
- opacity: 0;
20038
- }
20039
- .v-combobox__menu-icon {
20040
- margin-inline-start: 4px;
20041
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20042
- }
20043
- .v-combobox--active-menu .v-combobox__menu-icon {
20044
- opacity: var(--v-high-emphasis-opacity);
20045
- transform: rotate(180deg);
20046
- }.v-color-picker {
20047
- align-self: flex-start;
20048
- contain: content;
20049
- }
20050
- .v-color-picker.v-sheet {
20051
- 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));
20052
- }
20053
- .v-color-picker.v-sheet {
20054
- border-radius: 4px;
20055
- }
20056
-
20057
- .v-color-picker__controls {
20058
- display: flex;
20059
- flex-direction: column;
20060
- padding: 16px;
20218
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20219
+ opacity: 0;
20061
20220
  }
20062
-
20063
- .v-color-picker--flat {
20064
- 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));
20221
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20222
+ opacity: 0;
20065
20223
  }
20066
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20067
- 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));
20224
+ .v-combobox__menu-icon {
20225
+ margin-inline-start: 4px;
20226
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20227
+ }
20228
+ .v-combobox--active-menu .v-combobox__menu-icon {
20229
+ opacity: var(--v-high-emphasis-opacity);
20230
+ transform: rotate(180deg);
20231
+ }.v-counter {
20232
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20233
+ flex: 0 1 auto;
20234
+ font-size: 12px;
20235
+ transition-duration: 150ms;
20068
20236
  }.v-data-table {
20069
20237
  width: 100%;
20070
20238
  }
@@ -20283,11 +20451,6 @@ html.overflow-y-hidden {
20283
20451
  }
20284
20452
  .v-data-table-footer__page {
20285
20453
  padding: 0 8px;
20286
- }.v-counter {
20287
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20288
- flex: 0 1 auto;
20289
- font-size: 12px;
20290
- transition-duration: 150ms;
20291
20454
  }.v-date-picker {
20292
20455
  overflow: hidden;
20293
20456
  width: 328px;
@@ -20350,6 +20513,61 @@ html.overflow-y-hidden {
20350
20513
 
20351
20514
  .v-date-picker__title {
20352
20515
  display: inline-block;
20516
+ }.v-date-picker-month {
20517
+ display: flex;
20518
+ justify-content: center;
20519
+ padding: 0 12px 8px;
20520
+ --v-date-picker-month-day-diff: 4px;
20521
+ }
20522
+
20523
+ .v-date-picker-month__weeks {
20524
+ display: grid;
20525
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20526
+ column-gap: 4px;
20527
+ font-size: 0.85rem;
20528
+ }
20529
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20530
+ grid-row-gap: 0;
20531
+ }
20532
+
20533
+ .v-date-picker-month__weekday {
20534
+ font-size: 0.85rem;
20535
+ }
20536
+
20537
+ .v-date-picker-month__days {
20538
+ display: grid;
20539
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20540
+ column-gap: 4px;
20541
+ flex: 1 1;
20542
+ justify-content: space-around;
20543
+ }
20544
+
20545
+ .v-date-picker-month__day {
20546
+ align-items: center;
20547
+ display: flex;
20548
+ justify-content: center;
20549
+ position: relative;
20550
+ height: 40px;
20551
+ width: 40px;
20552
+ }
20553
+ .v-date-picker-month__day--selected .v-btn {
20554
+ background-color: rgb(var(--v-theme-surface-variant));
20555
+ color: rgb(var(--v-theme-on-surface-variant));
20556
+ }
20557
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20558
+ --v-btn-height: 24px;
20559
+ --v-btn-size: 0.85rem;
20560
+ }
20561
+ .v-date-picker-month__day--week {
20562
+ font-size: var(--v-btn-size);
20563
+ }
20564
+
20565
+ .v-date-picker-month__day--adjacent {
20566
+ opacity: 0.5;
20567
+ }
20568
+
20569
+ .v-date-picker-month__day--hide-adjacent {
20570
+ opacity: 0;
20353
20571
  }.v-date-picker-header {
20354
20572
  align-items: flex-end;
20355
20573
  height: 70px;
@@ -20410,61 +20628,21 @@ html.overflow-y-hidden {
20410
20628
  .date-picker-header-reverse-transition-leave-to {
20411
20629
  opacity: 0;
20412
20630
  transform: translate(0, 100%);
20413
- }.v-date-picker-month {
20414
- display: flex;
20415
- justify-content: center;
20416
- padding: 0 12px 8px;
20417
- --v-date-picker-month-day-diff: 4px;
20418
- }
20419
-
20420
- .v-date-picker-month__weeks {
20421
- display: grid;
20422
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20423
- column-gap: 4px;
20424
- font-size: 0.85rem;
20425
- }
20426
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20427
- grid-row-gap: 0;
20428
- }
20429
-
20430
- .v-date-picker-month__weekday {
20431
- font-size: 0.85rem;
20631
+ }.v-date-picker-years {
20632
+ height: 288px;
20633
+ overflow-y: scroll;
20432
20634
  }
20433
20635
 
20434
- .v-date-picker-month__days {
20636
+ .v-date-picker-years__content {
20435
20637
  display: grid;
20436
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20437
- column-gap: 4px;
20438
20638
  flex: 1 1;
20439
20639
  justify-content: space-around;
20640
+ grid-template-columns: repeat(3, 1fr);
20641
+ gap: 8px 24px;
20642
+ padding-inline: 32px;
20440
20643
  }
20441
-
20442
- .v-date-picker-month__day {
20443
- align-items: center;
20444
- display: flex;
20445
- justify-content: center;
20446
- position: relative;
20447
- height: 40px;
20448
- width: 40px;
20449
- }
20450
- .v-date-picker-month__day--selected .v-btn {
20451
- background-color: rgb(var(--v-theme-surface-variant));
20452
- color: rgb(var(--v-theme-on-surface-variant));
20453
- }
20454
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20455
- --v-btn-height: 24px;
20456
- --v-btn-size: 0.85rem;
20457
- }
20458
- .v-date-picker-month__day--week {
20459
- font-size: var(--v-btn-size);
20460
- }
20461
-
20462
- .v-date-picker-month__day--adjacent {
20463
- opacity: 0.5;
20464
- }
20465
-
20466
- .v-date-picker-month__day--hide-adjacent {
20467
- opacity: 0;
20644
+ .v-date-picker-years__content .v-btn {
20645
+ padding-inline: 8px;
20468
20646
  }.v-date-picker-months {
20469
20647
  height: 288px;
20470
20648
  }
@@ -20484,73 +20662,6 @@ html.overflow-y-hidden {
20484
20662
  text-transform: none;
20485
20663
  padding-inline-start: 8px;
20486
20664
  padding-inline-end: 8px;
20487
- }.v-date-picker-years {
20488
- height: 288px;
20489
- overflow-y: scroll;
20490
- }
20491
-
20492
- .v-date-picker-years__content {
20493
- display: grid;
20494
- flex: 1 1;
20495
- justify-content: space-around;
20496
- grid-template-columns: repeat(3, 1fr);
20497
- gap: 8px 24px;
20498
- padding-inline: 32px;
20499
- }
20500
- .v-date-picker-years__content .v-btn {
20501
- padding-inline: 8px;
20502
- }.v-divider {
20503
- display: block;
20504
- flex: 1 1 100%;
20505
- height: 0px;
20506
- max-height: 0px;
20507
- opacity: var(--v-border-opacity);
20508
- transition: inherit;
20509
- }
20510
- .v-divider {
20511
- border-style: solid;
20512
- border-width: thin 0 0 0;
20513
- }
20514
- .v-divider--vertical {
20515
- align-self: stretch;
20516
- border-width: 0 thin 0 0;
20517
- display: inline-flex;
20518
- height: auto;
20519
- margin-left: -1px;
20520
- max-height: 100%;
20521
- max-width: 0px;
20522
- vertical-align: text-bottom;
20523
- width: 0px;
20524
- }
20525
- .v-divider--inset:not(.v-divider--vertical) {
20526
- max-width: calc(100% - 72px);
20527
- margin-inline-start: 72px;
20528
- }
20529
- .v-divider--inset.v-divider--vertical {
20530
- margin-bottom: 8px;
20531
- margin-top: 8px;
20532
- max-height: calc(100% - 16px);
20533
- }
20534
-
20535
- .v-divider__content {
20536
- padding: 0 16px;
20537
- text-wrap: nowrap;
20538
- }
20539
- .v-divider__wrapper--vertical .v-divider__content {
20540
- padding: 4px 0;
20541
- }
20542
-
20543
- .v-divider__wrapper {
20544
- display: flex;
20545
- align-items: center;
20546
- justify-content: center;
20547
- }
20548
- .v-divider__wrapper--vertical {
20549
- flex-direction: column;
20550
- height: 100%;
20551
- }
20552
- .v-divider__wrapper--vertical .v-divider {
20553
- margin: 0 auto;
20554
20665
  }.v-container {
20555
20666
  width: 100%;
20556
20667
  padding: 16px;
@@ -21320,75 +21431,58 @@ html.overflow-y-hidden {
21320
21431
  -webkit-backface-visibility: hidden;
21321
21432
  backface-visibility: hidden;
21322
21433
  overflow-y: auto;
21323
- }.v-fab {
21324
- align-items: center;
21325
- display: inline-flex;
21326
- flex: 1 1 auto;
21327
- pointer-events: none;
21328
- position: relative;
21329
- transition-duration: 0.2s;
21330
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21331
- vertical-align: middle;
21332
- }
21333
- .v-fab .v-btn {
21334
- pointer-events: auto;
21335
- }
21336
- .v-fab .v-btn--variant-elevated {
21337
- 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));
21338
- }
21339
- .v-fab--app, .v-fab--absolute {
21340
- display: flex;
21341
- }
21342
- .v-fab--start, .v-fab--left {
21343
- justify-content: flex-start;
21344
- }
21345
- .v-fab--center {
21346
- align-items: center;
21347
- justify-content: center;
21348
- }
21349
- .v-fab--end, .v-fab--right {
21350
- justify-content: flex-end;
21351
- }
21352
- .v-fab--bottom {
21353
- align-items: flex-end;
21354
- }
21355
- .v-fab--top {
21356
- align-items: flex-start;
21357
- }
21358
- .v-fab--extended .v-btn {
21359
- border-radius: 9999px !important;
21434
+ }.v-divider {
21435
+ display: block;
21436
+ flex: 1 1 100%;
21437
+ height: 0px;
21438
+ max-height: 0px;
21439
+ opacity: var(--v-border-opacity);
21440
+ transition: inherit;
21360
21441
  }
21361
-
21362
- .v-fab__container {
21363
- align-self: center;
21364
- display: inline-flex;
21365
- position: absolute;
21366
- vertical-align: middle;
21442
+ .v-divider {
21443
+ border-style: solid;
21444
+ border-width: thin 0 0 0;
21367
21445
  }
21368
- .v-fab--app .v-fab__container {
21369
- margin: 12px;
21446
+ .v-divider--vertical {
21447
+ align-self: stretch;
21448
+ border-width: 0 thin 0 0;
21449
+ display: inline-flex;
21450
+ height: auto;
21451
+ margin-left: -1px;
21452
+ max-height: 100%;
21453
+ max-width: 0px;
21454
+ vertical-align: text-bottom;
21455
+ width: 0px;
21370
21456
  }
21371
- .v-fab--absolute .v-fab__container {
21372
- position: absolute;
21373
- z-index: 4;
21457
+ .v-divider--inset:not(.v-divider--vertical) {
21458
+ max-width: calc(100% - 72px);
21459
+ margin-inline-start: 72px;
21374
21460
  }
21375
- .v-fab--offset.v-fab--top .v-fab__container {
21376
- transform: translateY(-50%);
21461
+ .v-divider--inset.v-divider--vertical {
21462
+ margin-bottom: 8px;
21463
+ margin-top: 8px;
21464
+ max-height: calc(100% - 16px);
21377
21465
  }
21378
- .v-fab--offset.v-fab--bottom .v-fab__container {
21379
- transform: translateY(50%);
21466
+
21467
+ .v-divider__content {
21468
+ padding: 0 16px;
21469
+ text-wrap: nowrap;
21380
21470
  }
21381
- .v-fab--top .v-fab__container {
21382
- top: 0;
21471
+ .v-divider__wrapper--vertical .v-divider__content {
21472
+ padding: 4px 0;
21383
21473
  }
21384
- .v-fab--bottom .v-fab__container {
21385
- bottom: 0;
21474
+
21475
+ .v-divider__wrapper {
21476
+ display: flex;
21477
+ align-items: center;
21478
+ justify-content: center;
21386
21479
  }
21387
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21388
- left: 0;
21480
+ .v-divider__wrapper--vertical {
21481
+ flex-direction: column;
21482
+ height: 100%;
21389
21483
  }
21390
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21391
- right: 0;
21484
+ .v-divider__wrapper--vertical .v-divider {
21485
+ margin: 0 auto;
21392
21486
  }.v-empty-state {
21393
21487
  align-items: center;
21394
21488
  display: flex;
@@ -21456,35 +21550,6 @@ html.overflow-y-hidden {
21456
21550
  .v-empty-state__action-btn.v-btn {
21457
21551
  background-color: initial;
21458
21552
  color: initial;
21459
- }.v-file-input--hide.v-input .v-field,
21460
- .v-file-input--hide.v-input .v-input__control,
21461
- .v-file-input--hide.v-input .v-input__details {
21462
- display: none;
21463
- }
21464
- .v-file-input--hide.v-input .v-input__prepend {
21465
- grid-area: control;
21466
- margin: 0 auto;
21467
- }
21468
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21469
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21470
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21471
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21472
- top: 0px;
21473
- }
21474
- .v-file-input input[type=file] {
21475
- height: 100%;
21476
- left: 0;
21477
- opacity: 0;
21478
- position: absolute;
21479
- top: 0;
21480
- width: 100%;
21481
- z-index: 1;
21482
- }
21483
- .v-file-input .v-input__details {
21484
- padding-inline: 16px;
21485
- }
21486
- .v-input--plain-underlined.v-file-input .v-input__details {
21487
- padding-inline: 0;
21488
21553
  }.v-expansion-panel {
21489
21554
  background-color: rgb(var(--v-theme-surface));
21490
21555
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21701,6 +21766,75 @@ html.overflow-y-hidden {
21701
21766
  }
21702
21767
  .v-expansion-panels--tile > .v-expansion-panel {
21703
21768
  border-radius: 0;
21769
+ }.v-fab {
21770
+ align-items: center;
21771
+ display: inline-flex;
21772
+ flex: 1 1 auto;
21773
+ pointer-events: none;
21774
+ position: relative;
21775
+ transition-duration: 0.2s;
21776
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21777
+ vertical-align: middle;
21778
+ }
21779
+ .v-fab .v-btn {
21780
+ pointer-events: auto;
21781
+ }
21782
+ .v-fab .v-btn--variant-elevated {
21783
+ 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));
21784
+ }
21785
+ .v-fab--app, .v-fab--absolute {
21786
+ display: flex;
21787
+ }
21788
+ .v-fab--start, .v-fab--left {
21789
+ justify-content: flex-start;
21790
+ }
21791
+ .v-fab--center {
21792
+ align-items: center;
21793
+ justify-content: center;
21794
+ }
21795
+ .v-fab--end, .v-fab--right {
21796
+ justify-content: flex-end;
21797
+ }
21798
+ .v-fab--bottom {
21799
+ align-items: flex-end;
21800
+ }
21801
+ .v-fab--top {
21802
+ align-items: flex-start;
21803
+ }
21804
+ .v-fab--extended .v-btn {
21805
+ border-radius: 9999px !important;
21806
+ }
21807
+
21808
+ .v-fab__container {
21809
+ align-self: center;
21810
+ display: inline-flex;
21811
+ position: absolute;
21812
+ vertical-align: middle;
21813
+ }
21814
+ .v-fab--app .v-fab__container {
21815
+ margin: 12px;
21816
+ }
21817
+ .v-fab--absolute .v-fab__container {
21818
+ position: absolute;
21819
+ z-index: 4;
21820
+ }
21821
+ .v-fab--offset.v-fab--top .v-fab__container {
21822
+ transform: translateY(-50%);
21823
+ }
21824
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21825
+ transform: translateY(50%);
21826
+ }
21827
+ .v-fab--top .v-fab__container {
21828
+ top: 0;
21829
+ }
21830
+ .v-fab--bottom .v-fab__container {
21831
+ bottom: 0;
21832
+ }
21833
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21834
+ left: 0;
21835
+ }
21836
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21837
+ right: 0;
21704
21838
  }/* region INPUT */
21705
21839
  .v-field {
21706
21840
  display: grid;
@@ -22284,7 +22418,36 @@ textarea.v-field__input::placeholder {
22284
22418
  opacity: 0;
22285
22419
  }
22286
22420
 
22287
- /* endregion */.v-footer {
22421
+ /* endregion */.v-file-input--hide.v-input .v-field,
22422
+ .v-file-input--hide.v-input .v-input__control,
22423
+ .v-file-input--hide.v-input .v-input__details {
22424
+ display: none;
22425
+ }
22426
+ .v-file-input--hide.v-input .v-input__prepend {
22427
+ grid-area: control;
22428
+ margin: 0 auto;
22429
+ }
22430
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22431
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22432
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22433
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22434
+ top: 0px;
22435
+ }
22436
+ .v-file-input input[type=file] {
22437
+ height: 100%;
22438
+ left: 0;
22439
+ opacity: 0;
22440
+ position: absolute;
22441
+ top: 0;
22442
+ width: 100%;
22443
+ z-index: 1;
22444
+ }
22445
+ .v-file-input .v-input__details {
22446
+ padding-inline: 16px;
22447
+ }
22448
+ .v-input--plain-underlined.v-file-input .v-input__details {
22449
+ padding-inline: 0;
22450
+ }.v-footer {
22288
22451
  align-items: center;
22289
22452
  display: flex;
22290
22453
  flex: 1 1 auto;
@@ -22320,6 +22483,59 @@ textarea.v-field__input::placeholder {
22320
22483
  }
22321
22484
  .v-footer--rounded {
22322
22485
  border-radius: 4px;
22486
+ }.v-icon {
22487
+ --v-icon-size-multiplier: 1;
22488
+ align-items: center;
22489
+ display: inline-flex;
22490
+ font-feature-settings: "liga";
22491
+ height: 1em;
22492
+ justify-content: center;
22493
+ letter-spacing: normal;
22494
+ line-height: 1;
22495
+ position: relative;
22496
+ text-indent: 0;
22497
+ text-align: center;
22498
+ -webkit-user-select: none;
22499
+ user-select: none;
22500
+ vertical-align: middle;
22501
+ width: 1em;
22502
+ min-width: 1em;
22503
+ }
22504
+ .v-icon--clickable {
22505
+ cursor: pointer;
22506
+ }
22507
+ .v-icon--disabled {
22508
+ pointer-events: none;
22509
+ opacity: 0.38;
22510
+ }
22511
+ .v-icon--size-x-small {
22512
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22513
+ }
22514
+ .v-icon--size-small {
22515
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22516
+ }
22517
+ .v-icon--size-default {
22518
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22519
+ }
22520
+ .v-icon--size-large {
22521
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22522
+ }
22523
+ .v-icon--size-x-large {
22524
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22525
+ }
22526
+
22527
+ .v-icon__svg {
22528
+ fill: currentColor;
22529
+ width: 100%;
22530
+ height: 100%;
22531
+ }
22532
+
22533
+ .v-icon--start {
22534
+ margin-inline-end: 8px;
22535
+ }
22536
+
22537
+ .v-icon--end {
22538
+ margin-inline-start: 8px;
22323
22539
  }.v-img {
22324
22540
  --v-theme-overlay-multiplier: 3;
22325
22541
  z-index: 0;
@@ -22573,8 +22789,6 @@ textarea.v-field__input::placeholder {
22573
22789
 
22574
22790
  .v-layout-item--absolute {
22575
22791
  position: absolute;
22576
- }.v-locale-provider {
22577
- display: contents;
22578
22792
  }.v-list {
22579
22793
  overflow: auto;
22580
22794
  padding: 8px 0;
@@ -23143,29 +23357,15 @@ textarea.v-field__input::placeholder {
23143
23357
 
23144
23358
  .v-list-group__items .v-list-item {
23145
23359
  padding-inline-start: calc(16px + var(--indent-padding)) !important;
23146
- }
23147
-
23148
- .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
23149
- opacity: 0;
23150
- }
23151
- .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23152
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23153
- }.v-messages {
23154
- flex: 1 1 auto;
23155
- font-size: 12px;
23156
- min-height: 14px;
23157
- min-width: 1px;
23158
- opacity: var(--v-medium-emphasis-opacity);
23159
- position: relative;
23160
- }
23161
- .v-messages__message {
23162
- line-height: 12px;
23163
- word-break: break-word;
23164
- overflow-wrap: break-word;
23165
- word-wrap: break-word;
23166
- -webkit-hyphens: auto;
23167
- hyphens: auto;
23168
- transition-duration: 150ms;
23360
+ }
23361
+
23362
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay {
23363
+ opacity: 0;
23364
+ }
23365
+ .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23366
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23367
+ }.v-locale-provider {
23368
+ display: contents;
23169
23369
  }.v-main {
23170
23370
  flex: 1 0 auto;
23171
23371
  max-width: 100%;
@@ -23196,6 +23396,41 @@ textarea.v-field__input::placeholder {
23196
23396
  --v-layout-right: 0px;
23197
23397
  --v-layout-top: 0px;
23198
23398
  --v-layout-bottom: 0px;
23399
+ }.v-menu > .v-overlay__content {
23400
+ display: flex;
23401
+ flex-direction: column;
23402
+ }
23403
+ .v-menu > .v-overlay__content {
23404
+ border-radius: 4px;
23405
+ }
23406
+ .v-menu > .v-overlay__content > .v-card,
23407
+ .v-menu > .v-overlay__content > .v-sheet,
23408
+ .v-menu > .v-overlay__content > .v-list {
23409
+ background: rgb(var(--v-theme-surface));
23410
+ border-radius: inherit;
23411
+ overflow: auto;
23412
+ height: 100%;
23413
+ }
23414
+ .v-menu > .v-overlay__content > .v-card,
23415
+ .v-menu > .v-overlay__content > .v-sheet,
23416
+ .v-menu > .v-overlay__content > .v-list {
23417
+ 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));
23418
+ }.v-messages {
23419
+ flex: 1 1 auto;
23420
+ font-size: 12px;
23421
+ min-height: 14px;
23422
+ min-width: 1px;
23423
+ opacity: var(--v-medium-emphasis-opacity);
23424
+ position: relative;
23425
+ }
23426
+ .v-messages__message {
23427
+ line-height: 12px;
23428
+ word-break: break-word;
23429
+ overflow-wrap: break-word;
23430
+ word-wrap: break-word;
23431
+ -webkit-hyphens: auto;
23432
+ hyphens: auto;
23433
+ transition-duration: 150ms;
23199
23434
  }.v-navigation-drawer {
23200
23435
  -webkit-overflow-scrolling: touch;
23201
23436
  background: rgb(var(--v-theme-surface));
@@ -23362,25 +23597,6 @@ textarea.v-field__input::placeholder {
23362
23597
  }
23363
23598
  .v-otp-input__loader .v-progress-linear {
23364
23599
  position: absolute;
23365
- }.v-menu > .v-overlay__content {
23366
- display: flex;
23367
- flex-direction: column;
23368
- }
23369
- .v-menu > .v-overlay__content {
23370
- border-radius: 4px;
23371
- }
23372
- .v-menu > .v-overlay__content > .v-card,
23373
- .v-menu > .v-overlay__content > .v-sheet,
23374
- .v-menu > .v-overlay__content > .v-list {
23375
- background: rgb(var(--v-theme-surface));
23376
- border-radius: inherit;
23377
- overflow: auto;
23378
- height: 100%;
23379
- }
23380
- .v-menu > .v-overlay__content > .v-card,
23381
- .v-menu > .v-overlay__content > .v-sheet,
23382
- .v-menu > .v-overlay__content > .v-list {
23383
- 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));
23384
23600
  }.v-overlay-container {
23385
23601
  contain: layout;
23386
23602
  left: 0;
@@ -23433,132 +23649,352 @@ html.v-overlay-scroll-blocked {
23433
23649
  right: 0;
23434
23650
  top: 0;
23435
23651
  }
23436
-
23437
- .v-overlay--absolute {
23438
- position: absolute;
23652
+
23653
+ .v-overlay--absolute {
23654
+ position: absolute;
23655
+ }
23656
+
23657
+ .v-overlay--contained .v-overlay__scrim {
23658
+ position: absolute;
23659
+ }
23660
+
23661
+ .v-overlay--scroll-blocked {
23662
+ padding-inline-end: var(--v-scrollbar-offset);
23663
+ }.v-parallax {
23664
+ position: relative;
23665
+ overflow: hidden;
23666
+ }
23667
+ .v-parallax--active > .v-img__img {
23668
+ will-change: transform;
23669
+ }.v-progress-circular {
23670
+ align-items: center;
23671
+ display: inline-flex;
23672
+ justify-content: center;
23673
+ position: relative;
23674
+ vertical-align: middle;
23675
+ }
23676
+ .v-progress-circular > svg {
23677
+ width: 100%;
23678
+ height: 100%;
23679
+ margin: auto;
23680
+ position: absolute;
23681
+ top: 0;
23682
+ bottom: 0;
23683
+ left: 0;
23684
+ right: 0;
23685
+ z-index: 0;
23686
+ }
23687
+
23688
+ .v-progress-circular__content {
23689
+ align-items: center;
23690
+ display: flex;
23691
+ justify-content: center;
23692
+ }
23693
+
23694
+ .v-progress-circular__underlay {
23695
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23696
+ stroke: currentColor;
23697
+ z-index: 1;
23698
+ }
23699
+
23700
+ .v-progress-circular__overlay {
23701
+ stroke: currentColor;
23702
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23703
+ z-index: 2;
23704
+ }
23705
+
23706
+ .v-progress-circular--size-x-small {
23707
+ height: 16px;
23708
+ width: 16px;
23709
+ }
23710
+ .v-progress-circular--size-small {
23711
+ height: 24px;
23712
+ width: 24px;
23713
+ }
23714
+ .v-progress-circular--size-default {
23715
+ height: 32px;
23716
+ width: 32px;
23717
+ }
23718
+ .v-progress-circular--size-large {
23719
+ height: 48px;
23720
+ width: 48px;
23721
+ }
23722
+ .v-progress-circular--size-x-large {
23723
+ height: 64px;
23724
+ width: 64px;
23725
+ }
23726
+
23727
+ .v-progress-circular--indeterminate > svg {
23728
+ animation: progress-circular-rotate 1.4s linear infinite;
23729
+ transform-origin: center center;
23730
+ transition: all 0.2s ease-in-out;
23731
+ }
23732
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23733
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23734
+ stroke-dasharray: 25, 200;
23735
+ stroke-dashoffset: 0;
23736
+ stroke-linecap: round;
23737
+ transform-origin: center center;
23738
+ transform: rotate(-90deg);
23739
+ }
23740
+
23741
+ .v-progress-circular--disable-shrink > svg {
23742
+ animation-duration: 0.7s;
23743
+ }
23744
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23745
+ animation: none;
23746
+ }
23747
+
23748
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23749
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23750
+ animation-play-state: paused !important;
23751
+ }
23752
+
23753
+ @keyframes progress-circular-dash {
23754
+ 0% {
23755
+ stroke-dasharray: 1, 200;
23756
+ stroke-dashoffset: 0px;
23757
+ }
23758
+ 50% {
23759
+ stroke-dasharray: 100, 200;
23760
+ stroke-dashoffset: -15px;
23761
+ }
23762
+ 100% {
23763
+ stroke-dasharray: 100, 200;
23764
+ stroke-dashoffset: -124px;
23765
+ }
23766
+ }
23767
+ @keyframes progress-circular-rotate {
23768
+ 100% {
23769
+ transform: rotate(270deg);
23770
+ }
23771
+ }.v-progress-linear {
23772
+ background: transparent;
23773
+ overflow: hidden;
23774
+ position: relative;
23775
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23776
+ width: 100%;
23777
+ }
23778
+ .v-progress-linear--rounded {
23779
+ border-radius: 9999px;
23780
+ }
23781
+ @media (forced-colors: active) {
23782
+ .v-progress-linear {
23783
+ border: thin solid buttontext;
23784
+ }
23785
+ }
23786
+
23787
+ .v-progress-linear__background,
23788
+ .v-progress-linear__buffer {
23789
+ background: currentColor;
23790
+ bottom: 0;
23791
+ left: 0;
23792
+ opacity: var(--v-border-opacity);
23793
+ position: absolute;
23794
+ top: 0;
23795
+ width: 100%;
23796
+ transition-property: width, left, right;
23797
+ transition: inherit;
23798
+ }
23799
+
23800
+ @media (forced-colors: active) {
23801
+ .v-progress-linear__buffer {
23802
+ background-color: highlight;
23803
+ opacity: 0.3;
23804
+ }
23805
+ }
23806
+ .v-progress-linear__content {
23807
+ align-items: center;
23808
+ display: flex;
23809
+ height: 100%;
23810
+ justify-content: center;
23811
+ left: 0;
23812
+ pointer-events: none;
23813
+ position: absolute;
23814
+ top: 0;
23815
+ width: 100%;
23816
+ }
23817
+
23818
+ .v-progress-linear__determinate,
23819
+ .v-progress-linear__indeterminate {
23820
+ background: currentColor;
23821
+ }
23822
+ @media (forced-colors: active) {
23823
+ .v-progress-linear__determinate,
23824
+ .v-progress-linear__indeterminate {
23825
+ background-color: highlight;
23826
+ }
23827
+ }
23828
+
23829
+ .v-progress-linear__determinate {
23830
+ height: inherit;
23831
+ left: 0;
23832
+ position: absolute;
23833
+ transition: inherit;
23834
+ transition-property: width, left, right;
23835
+ }
23836
+
23837
+ .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
23838
+ animation-play-state: paused;
23839
+ animation-duration: 2.2s;
23840
+ animation-iteration-count: infinite;
23841
+ bottom: 0;
23842
+ height: inherit;
23843
+ left: 0;
23844
+ position: absolute;
23845
+ right: auto;
23846
+ top: 0;
23847
+ width: auto;
23848
+ }
23849
+ .v-progress-linear__indeterminate .long {
23850
+ animation-name: indeterminate-ltr;
23851
+ }
23852
+ .v-progress-linear__indeterminate .short {
23853
+ animation-name: indeterminate-short-ltr;
23439
23854
  }
23440
23855
 
23441
- .v-overlay--contained .v-overlay__scrim {
23856
+ .v-progress-linear__stream {
23857
+ animation: stream 0.25s infinite linear;
23858
+ animation-play-state: paused;
23859
+ bottom: 0;
23860
+ left: auto;
23861
+ opacity: 0.3;
23862
+ pointer-events: none;
23442
23863
  position: absolute;
23864
+ transition: inherit;
23865
+ transition-property: width, left, right;
23443
23866
  }
23444
23867
 
23445
- .v-overlay--scroll-blocked {
23446
- padding-inline-end: var(--v-scrollbar-offset);
23447
- }.v-pagination__list {
23448
- display: inline-flex;
23449
- list-style-type: none;
23450
- justify-content: center;
23451
- width: 100%;
23868
+ .v-progress-linear--reverse .v-progress-linear__background,
23869
+ .v-progress-linear--reverse .v-progress-linear__determinate,
23870
+ .v-progress-linear--reverse .v-progress-linear__content {
23871
+ left: auto;
23872
+ right: 0;
23452
23873
  }
23453
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23454
- margin: 0.3rem;
23455
- }.v-parallax {
23456
- position: relative;
23457
- overflow: hidden;
23874
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
23875
+ left: auto;
23876
+ right: 0;
23458
23877
  }
23459
- .v-parallax--active > .v-img__img {
23460
- will-change: transform;
23461
- }.v-progress-circular {
23462
- align-items: center;
23463
- display: inline-flex;
23464
- justify-content: center;
23465
- position: relative;
23466
- vertical-align: middle;
23878
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .long {
23879
+ animation-name: indeterminate-rtl;
23467
23880
  }
23468
- .v-progress-circular > svg {
23469
- width: 100%;
23470
- height: 100%;
23471
- margin: auto;
23472
- position: absolute;
23473
- top: 0;
23474
- bottom: 0;
23475
- left: 0;
23476
- right: 0;
23477
- z-index: 0;
23881
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
23882
+ animation-name: indeterminate-short-rtl;
23478
23883
  }
23479
-
23480
- .v-progress-circular__content {
23481
- align-items: center;
23482
- display: flex;
23483
- justify-content: center;
23884
+ .v-progress-linear--reverse .v-progress-linear__stream {
23885
+ right: auto;
23484
23886
  }
23485
23887
 
23486
- .v-progress-circular__underlay {
23487
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23488
- stroke: currentColor;
23888
+ .v-progress-linear--absolute,
23889
+ .v-progress-linear--fixed {
23890
+ left: 0;
23489
23891
  z-index: 1;
23490
23892
  }
23491
23893
 
23492
- .v-progress-circular__overlay {
23493
- stroke: currentColor;
23494
- transition: all 0.2s ease-in-out, stroke-width 0s;
23495
- z-index: 2;
23894
+ .v-progress-linear--absolute {
23895
+ position: absolute;
23496
23896
  }
23497
23897
 
23498
- .v-progress-circular--size-x-small {
23499
- height: 16px;
23500
- width: 16px;
23501
- }
23502
- .v-progress-circular--size-small {
23503
- height: 24px;
23504
- width: 24px;
23898
+ .v-progress-linear--fixed {
23899
+ position: fixed;
23505
23900
  }
23506
- .v-progress-circular--size-default {
23507
- height: 32px;
23508
- width: 32px;
23901
+
23902
+ .v-progress-linear--rounded {
23903
+ border-radius: 9999px;
23509
23904
  }
23510
- .v-progress-circular--size-large {
23511
- height: 48px;
23512
- width: 48px;
23905
+ .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
23906
+ .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
23907
+ border-radius: inherit;
23513
23908
  }
23514
- .v-progress-circular--size-x-large {
23515
- height: 64px;
23516
- width: 64px;
23909
+
23910
+ .v-progress-linear--striped .v-progress-linear__determinate {
23911
+ animation: progress-linear-stripes 1s infinite linear;
23912
+ background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
23913
+ background-repeat: repeat;
23914
+ background-size: var(--v-progress-linear-height);
23517
23915
  }
23518
23916
 
23519
- .v-progress-circular--indeterminate > svg {
23520
- animation: progress-circular-rotate 1.4s linear infinite;
23521
- transform-origin: center center;
23522
- transition: all 0.2s ease-in-out;
23917
+ .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
23918
+ animation-play-state: running;
23523
23919
  }
23524
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23525
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23526
- stroke-dasharray: 25, 200;
23527
- stroke-dashoffset: 0;
23528
- stroke-linecap: round;
23529
- transform-origin: center center;
23530
- transform: rotate(-90deg);
23920
+ .v-progress-linear--active .v-progress-linear__stream {
23921
+ animation-play-state: running;
23531
23922
  }
23532
23923
 
23533
- .v-progress-circular--disable-shrink > svg {
23534
- animation-duration: 0.7s;
23924
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate,
23925
+ .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
23926
+ .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
23927
+ border-radius: 9999px;
23535
23928
  }
23536
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23537
- animation: none;
23929
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate {
23930
+ border-start-start-radius: 0;
23931
+ border-end-start-radius: 0;
23538
23932
  }
23539
23933
 
23540
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23541
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23542
- animation-play-state: paused !important;
23934
+ @keyframes indeterminate-ltr {
23935
+ 0% {
23936
+ left: -90%;
23937
+ right: 100%;
23938
+ }
23939
+ 60% {
23940
+ left: -90%;
23941
+ right: 100%;
23942
+ }
23943
+ 100% {
23944
+ left: 100%;
23945
+ right: -35%;
23946
+ }
23543
23947
  }
23544
-
23545
- @keyframes progress-circular-dash {
23948
+ @keyframes indeterminate-rtl {
23546
23949
  0% {
23547
- stroke-dasharray: 1, 200;
23548
- stroke-dashoffset: 0px;
23950
+ left: 100%;
23951
+ right: -90%;
23549
23952
  }
23550
- 50% {
23551
- stroke-dasharray: 100, 200;
23552
- stroke-dashoffset: -15px;
23953
+ 60% {
23954
+ left: 100%;
23955
+ right: -90%;
23553
23956
  }
23554
23957
  100% {
23555
- stroke-dasharray: 100, 200;
23556
- stroke-dashoffset: -124px;
23958
+ left: -35%;
23959
+ right: 100%;
23557
23960
  }
23558
23961
  }
23559
- @keyframes progress-circular-rotate {
23962
+ @keyframes indeterminate-short-ltr {
23963
+ 0% {
23964
+ left: -200%;
23965
+ right: 100%;
23966
+ }
23967
+ 60% {
23968
+ left: 107%;
23969
+ right: -8%;
23970
+ }
23560
23971
  100% {
23561
- transform: rotate(270deg);
23972
+ left: 107%;
23973
+ right: -8%;
23974
+ }
23975
+ }
23976
+ @keyframes indeterminate-short-rtl {
23977
+ 0% {
23978
+ left: 100%;
23979
+ right: -200%;
23980
+ }
23981
+ 60% {
23982
+ left: -8%;
23983
+ right: 107%;
23984
+ }
23985
+ 100% {
23986
+ left: -8%;
23987
+ right: 107%;
23988
+ }
23989
+ }
23990
+ @keyframes stream {
23991
+ to {
23992
+ transform: translateX(var(--v-progress-linear-stream-to));
23993
+ }
23994
+ }
23995
+ @keyframes progress-linear-stripes {
23996
+ 0% {
23997
+ background-position-x: var(--v-progress-linear-height);
23562
23998
  }
23563
23999
  }.v-radio-group > .v-input__control {
23564
24000
  flex-direction: column;
@@ -23572,32 +24008,63 @@ html.v-overlay-scroll-blocked {
23572
24008
  }
23573
24009
  .v-radio-group .v-input__details {
23574
24010
  padding-inline: 16px;
23575
- }.v-responsive {
23576
- display: flex;
23577
- flex: 1 0 auto;
23578
- max-height: 100%;
23579
- max-width: 100%;
23580
- overflow: hidden;
24011
+ }.v-slider .v-slider__container input {
24012
+ cursor: default;
24013
+ padding: 0;
24014
+ width: 100%;
24015
+ display: none;
24016
+ }
24017
+ .v-slider > .v-input__append,
24018
+ .v-slider > .v-input__prepend {
24019
+ padding: 0;
24020
+ }
24021
+
24022
+ .v-slider__container {
23581
24023
  position: relative;
24024
+ min-height: inherit;
24025
+ width: 100%;
24026
+ height: 100%;
24027
+ display: flex;
24028
+ justify-content: center;
24029
+ align-items: center;
24030
+ cursor: pointer;
24031
+ }
24032
+ .v-input--disabled .v-slider__container {
24033
+ opacity: var(--v-disabled-opacity);
24034
+ }
24035
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24036
+ color: rgb(var(--v-theme-error));
24037
+ }
24038
+
24039
+ .v-slider.v-input--horizontal {
24040
+ align-items: center;
24041
+ margin-inline: 8px 8px;
24042
+ }
24043
+ .v-slider.v-input--horizontal > .v-input__control {
24044
+ min-height: 32px;
24045
+ display: flex;
24046
+ align-items: center;
24047
+ }
24048
+
24049
+ .v-slider.v-input--vertical {
24050
+ justify-content: center;
24051
+ margin-top: 12px;
24052
+ margin-bottom: 12px;
23582
24053
  }
23583
- .v-responsive--inline {
23584
- display: inline-flex;
23585
- flex: 0 0 auto;
24054
+ .v-slider.v-input--vertical > .v-input__control {
24055
+ min-height: 300px;
23586
24056
  }
23587
24057
 
23588
- .v-responsive__content {
23589
- flex: 1 0 0px;
23590
- max-width: 100%;
24058
+ .v-slider.v-input--disabled {
24059
+ pointer-events: none;
23591
24060
  }
23592
24061
 
23593
- .v-responsive__sizer ~ .v-responsive__content {
23594
- margin-inline-start: -100%;
24062
+ .v-slider--has-labels > .v-input__control {
24063
+ margin-bottom: 4px;
23595
24064
  }
23596
24065
 
23597
- .v-responsive__sizer {
23598
- flex: 1 0 0px;
23599
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23600
- pointer-events: none;
24066
+ .v-slider__label {
24067
+ margin-inline-end: 12px;
23601
24068
  }.v-rating {
23602
24069
  max-width: 100%;
23603
24070
  display: inline-flex;
@@ -23651,63 +24118,84 @@ html.v-overlay-scroll-blocked {
23651
24118
  opacity: 0;
23652
24119
  position: absolute;
23653
24120
  width: 0;
23654
- }.v-slider .v-slider__container input {
23655
- cursor: default;
23656
- padding: 0;
23657
- width: 100%;
23658
- display: none;
24121
+ }.v-responsive {
24122
+ display: flex;
24123
+ flex: 1 0 auto;
24124
+ max-height: 100%;
24125
+ max-width: 100%;
24126
+ overflow: hidden;
24127
+ position: relative;
23659
24128
  }
23660
- .v-slider > .v-input__append,
23661
- .v-slider > .v-input__prepend {
23662
- padding: 0;
24129
+ .v-responsive--inline {
24130
+ display: inline-flex;
24131
+ flex: 0 0 auto;
23663
24132
  }
23664
24133
 
23665
- .v-slider__container {
23666
- position: relative;
23667
- min-height: inherit;
23668
- width: 100%;
23669
- height: 100%;
23670
- display: flex;
23671
- justify-content: center;
23672
- align-items: center;
24134
+ .v-responsive__content {
24135
+ flex: 1 0 0px;
24136
+ max-width: 100%;
24137
+ }
24138
+
24139
+ .v-responsive__sizer ~ .v-responsive__content {
24140
+ margin-inline-start: -100%;
24141
+ }
24142
+
24143
+ .v-responsive__sizer {
24144
+ flex: 1 0 0px;
24145
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24146
+ pointer-events: none;
24147
+ }.v-select .v-field .v-text-field__prefix,
24148
+ .v-select .v-field .v-text-field__suffix,
24149
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23673
24150
  cursor: pointer;
23674
24151
  }
23675
- .v-input--disabled .v-slider__container {
23676
- opacity: var(--v-disabled-opacity);
24152
+ .v-select .v-field .v-field__input > input {
24153
+ align-self: flex-start;
24154
+ opacity: 1;
24155
+ flex: 0 0;
24156
+ position: absolute;
24157
+ width: 100%;
24158
+ transition: none;
24159
+ pointer-events: none;
24160
+ caret-color: transparent;
23677
24161
  }
23678
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23679
- color: rgb(var(--v-theme-error));
24162
+ .v-select .v-field--dirty .v-select__selection {
24163
+ margin-inline-end: 2px;
23680
24164
  }
23681
-
23682
- .v-slider.v-input--horizontal {
23683
- align-items: center;
23684
- margin-inline: 8px 8px;
24165
+ .v-select .v-select__selection-text {
24166
+ overflow: hidden;
24167
+ text-overflow: ellipsis;
24168
+ white-space: nowrap;
23685
24169
  }
23686
- .v-slider.v-input--horizontal > .v-input__control {
23687
- min-height: 32px;
23688
- display: flex;
23689
- align-items: center;
24170
+ .v-select__content {
24171
+ overflow: hidden;
23690
24172
  }
23691
-
23692
- .v-slider.v-input--vertical {
23693
- justify-content: center;
23694
- margin-top: 12px;
23695
- margin-bottom: 12px;
24173
+ .v-select__content {
24174
+ 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));
23696
24175
  }
23697
- .v-slider.v-input--vertical > .v-input__control {
23698
- min-height: 300px;
24176
+ .v-select__content {
24177
+ border-radius: 4px;
23699
24178
  }
23700
-
23701
- .v-slider.v-input--disabled {
23702
- pointer-events: none;
24179
+ .v-select__selection {
24180
+ display: inline-flex;
24181
+ align-items: center;
24182
+ letter-spacing: inherit;
24183
+ line-height: inherit;
24184
+ max-width: 100%;
23703
24185
  }
23704
-
23705
- .v-slider--has-labels > .v-input__control {
23706
- margin-bottom: 4px;
24186
+ .v-select .v-select__selection:first-child {
24187
+ margin-inline-start: 0;
23707
24188
  }
23708
-
23709
- .v-slider__label {
23710
- margin-inline-end: 12px;
24189
+ .v-select--selected .v-field .v-field__input > input {
24190
+ opacity: 0;
24191
+ }
24192
+ .v-select__menu-icon {
24193
+ margin-inline-start: 4px;
24194
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24195
+ }
24196
+ .v-select--active-menu .v-select__menu-icon {
24197
+ opacity: var(--v-high-emphasis-opacity);
24198
+ transform: rotate(180deg);
23711
24199
  }.v-selection-control {
23712
24200
  align-items: center;
23713
24201
  contain: layout;
@@ -23819,6 +24307,42 @@ html.v-overlay-scroll-blocked {
23819
24307
  .v-selection-control-group--inline {
23820
24308
  flex-direction: row;
23821
24309
  flex-wrap: wrap;
24310
+ }.v-sheet {
24311
+ display: block;
24312
+ }
24313
+ .v-sheet {
24314
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24315
+ border-style: solid;
24316
+ border-width: 0;
24317
+ }
24318
+ .v-sheet--border {
24319
+ border-width: thin;
24320
+ box-shadow: none;
24321
+ }
24322
+ .v-sheet {
24323
+ 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));
24324
+ }
24325
+ .v-sheet--absolute {
24326
+ position: absolute;
24327
+ }
24328
+ .v-sheet--fixed {
24329
+ position: fixed;
24330
+ }
24331
+ .v-sheet--relative {
24332
+ position: relative;
24333
+ }
24334
+ .v-sheet--sticky {
24335
+ position: sticky;
24336
+ }
24337
+ .v-sheet {
24338
+ border-radius: 0;
24339
+ }
24340
+ .v-sheet {
24341
+ background: rgb(var(--v-theme-surface));
24342
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24343
+ }
24344
+ .v-sheet--rounded {
24345
+ border-radius: 4px;
23822
24346
  }.v-skeleton-loader {
23823
24347
  align-items: center;
23824
24348
  background: rgb(var(--v-theme-surface));
@@ -24031,107 +24555,19 @@ html.v-overlay-scroll-blocked {
24031
24555
  display: none;
24032
24556
  }
24033
24557
  .v-skeleton-loader--is-loading {
24034
- overflow: hidden;
24035
- }
24036
- .v-skeleton-loader--tile {
24037
- border-radius: 0;
24038
- }
24039
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
24040
- border-radius: 0;
24041
- }
24042
-
24043
- @keyframes loading {
24044
- 100% {
24045
- transform: translateX(100%);
24046
- }
24047
- }.v-select .v-field .v-text-field__prefix,
24048
- .v-select .v-field .v-text-field__suffix,
24049
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24050
- cursor: pointer;
24051
- }
24052
- .v-select .v-field .v-field__input > input {
24053
- align-self: flex-start;
24054
- opacity: 1;
24055
- flex: 0 0;
24056
- position: absolute;
24057
- width: 100%;
24058
- transition: none;
24059
- pointer-events: none;
24060
- caret-color: transparent;
24061
- }
24062
- .v-select .v-field--dirty .v-select__selection {
24063
- margin-inline-end: 2px;
24064
- }
24065
- .v-select .v-select__selection-text {
24066
- overflow: hidden;
24067
- text-overflow: ellipsis;
24068
- white-space: nowrap;
24069
- }
24070
- .v-select__content {
24071
- overflow: hidden;
24072
- }
24073
- .v-select__content {
24074
- 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));
24075
- }
24076
- .v-select__content {
24077
- border-radius: 4px;
24078
- }
24079
- .v-select__selection {
24080
- display: inline-flex;
24081
- align-items: center;
24082
- letter-spacing: inherit;
24083
- line-height: inherit;
24084
- max-width: 100%;
24085
- }
24086
- .v-select .v-select__selection:first-child {
24087
- margin-inline-start: 0;
24088
- }
24089
- .v-select--selected .v-field .v-field__input > input {
24090
- opacity: 0;
24091
- }
24092
- .v-select__menu-icon {
24093
- margin-inline-start: 4px;
24094
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24095
- }
24096
- .v-select--active-menu .v-select__menu-icon {
24097
- opacity: var(--v-high-emphasis-opacity);
24098
- transform: rotate(180deg);
24099
- }.v-sheet {
24100
- display: block;
24101
- }
24102
- .v-sheet {
24103
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24104
- border-style: solid;
24105
- border-width: 0;
24106
- }
24107
- .v-sheet--border {
24108
- border-width: thin;
24109
- box-shadow: none;
24110
- }
24111
- .v-sheet {
24112
- 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));
24113
- }
24114
- .v-sheet--absolute {
24115
- position: absolute;
24116
- }
24117
- .v-sheet--fixed {
24118
- position: fixed;
24119
- }
24120
- .v-sheet--relative {
24121
- position: relative;
24122
- }
24123
- .v-sheet--sticky {
24124
- position: sticky;
24558
+ overflow: hidden;
24125
24559
  }
24126
- .v-sheet {
24560
+ .v-skeleton-loader--tile {
24127
24561
  border-radius: 0;
24128
24562
  }
24129
- .v-sheet {
24130
- background: rgb(var(--v-theme-surface));
24131
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24563
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
24564
+ border-radius: 0;
24132
24565
  }
24133
- .v-sheet--rounded {
24134
- border-radius: 4px;
24566
+
24567
+ @keyframes loading {
24568
+ 100% {
24569
+ transform: translateX(100%);
24570
+ }
24135
24571
  }.v-slide-group {
24136
24572
  display: flex;
24137
24573
  overflow: hidden;
@@ -24187,47 +24623,6 @@ html.v-overlay-scroll-blocked {
24187
24623
  .v-slide-group--vertical .v-slide-group__container {
24188
24624
  overflow-x: hidden;
24189
24625
  overflow-y: auto;
24190
- }.v-speed-dial__content {
24191
- gap: 8px;
24192
- }
24193
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24194
- flex-direction: row;
24195
- }
24196
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24197
- flex-direction: row-reverse;
24198
- }
24199
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24200
- flex-direction: column-reverse;
24201
- }
24202
- .v-speed-dial__content > *:nth-child(1) {
24203
- transition-delay: 0s;
24204
- }
24205
- .v-speed-dial__content > *:nth-child(2) {
24206
- transition-delay: 0.05s;
24207
- }
24208
- .v-speed-dial__content > *:nth-child(3) {
24209
- transition-delay: 0.1s;
24210
- }
24211
- .v-speed-dial__content > *:nth-child(4) {
24212
- transition-delay: 0.15s;
24213
- }
24214
- .v-speed-dial__content > *:nth-child(5) {
24215
- transition-delay: 0.2s;
24216
- }
24217
- .v-speed-dial__content > *:nth-child(6) {
24218
- transition-delay: 0.25s;
24219
- }
24220
- .v-speed-dial__content > *:nth-child(7) {
24221
- transition-delay: 0.3s;
24222
- }
24223
- .v-speed-dial__content > *:nth-child(8) {
24224
- transition-delay: 0.35s;
24225
- }
24226
- .v-speed-dial__content > *:nth-child(9) {
24227
- transition-delay: 0.4s;
24228
- }
24229
- .v-speed-dial__content > *:nth-child(10) {
24230
- transition-delay: 0.45s;
24231
24626
  }.v-snackbar {
24232
24627
  justify-content: center;
24233
24628
  z-index: 10000;
@@ -24345,29 +24740,245 @@ html.v-overlay-scroll-blocked {
24345
24740
  .v-snackbar--bottom {
24346
24741
  align-items: flex-end;
24347
24742
  }
24348
- .v-snackbar--left, .v-snackbar--start {
24349
- justify-content: flex-start;
24743
+ .v-snackbar--left, .v-snackbar--start {
24744
+ justify-content: flex-start;
24745
+ }
24746
+ .v-snackbar--right, .v-snackbar--end {
24747
+ justify-content: flex-end;
24748
+ }
24749
+
24750
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24751
+ transition-duration: 0.15s;
24752
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24753
+ }
24754
+ .v-snackbar-transition-enter-active {
24755
+ transition-property: opacity, transform;
24756
+ }
24757
+ .v-snackbar-transition-enter-from {
24758
+ opacity: 0;
24759
+ transform: scale(0.8);
24760
+ }
24761
+ .v-snackbar-transition-leave-active {
24762
+ transition-property: opacity;
24763
+ }
24764
+ .v-snackbar-transition-leave-to {
24765
+ opacity: 0;
24766
+ }.v-speed-dial__content {
24767
+ gap: 8px;
24768
+ }
24769
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24770
+ flex-direction: row;
24771
+ }
24772
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24773
+ flex-direction: row-reverse;
24774
+ }
24775
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24776
+ flex-direction: column-reverse;
24777
+ }
24778
+ .v-speed-dial__content > *:nth-child(1) {
24779
+ transition-delay: 0s;
24780
+ }
24781
+ .v-speed-dial__content > *:nth-child(2) {
24782
+ transition-delay: 0.05s;
24783
+ }
24784
+ .v-speed-dial__content > *:nth-child(3) {
24785
+ transition-delay: 0.1s;
24786
+ }
24787
+ .v-speed-dial__content > *:nth-child(4) {
24788
+ transition-delay: 0.15s;
24789
+ }
24790
+ .v-speed-dial__content > *:nth-child(5) {
24791
+ transition-delay: 0.2s;
24792
+ }
24793
+ .v-speed-dial__content > *:nth-child(6) {
24794
+ transition-delay: 0.25s;
24795
+ }
24796
+ .v-speed-dial__content > *:nth-child(7) {
24797
+ transition-delay: 0.3s;
24798
+ }
24799
+ .v-speed-dial__content > *:nth-child(8) {
24800
+ transition-delay: 0.35s;
24801
+ }
24802
+ .v-speed-dial__content > *:nth-child(9) {
24803
+ transition-delay: 0.4s;
24804
+ }
24805
+ .v-speed-dial__content > *:nth-child(10) {
24806
+ transition-delay: 0.45s;
24807
+ }.v-stepper.v-sheet {
24808
+ overflow: hidden;
24809
+ }
24810
+ .v-stepper.v-sheet {
24811
+ 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));
24812
+ }
24813
+ .v-stepper.v-sheet {
24814
+ border-radius: 4px;
24815
+ }
24816
+ .v-stepper.v-sheet.v-stepper--flat {
24817
+ 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));
24818
+ }
24819
+
24820
+ .v-stepper-header {
24821
+ align-items: center;
24822
+ display: flex;
24823
+ position: relative;
24824
+ overflow-x: auto;
24825
+ justify-content: space-between;
24826
+ z-index: 1;
24827
+ }
24828
+ .v-stepper-header {
24829
+ 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));
24830
+ }
24831
+ .v-stepper-header .v-divider {
24832
+ margin: 0 -16px;
24833
+ }
24834
+ .v-stepper-header .v-divider:last-child {
24835
+ margin-inline-end: 0;
24836
+ }
24837
+ .v-stepper-header .v-divider:first-child {
24838
+ margin-inline-start: 0;
24839
+ }
24840
+ .v-stepper--alt-labels .v-stepper-header {
24841
+ height: auto;
24842
+ }
24843
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24844
+ align-self: flex-start;
24845
+ margin: 35px -67px 0;
24846
+ }
24847
+
24848
+ .v-stepper-window {
24849
+ margin: 1.5rem;
24850
+ }
24851
+
24852
+ .v-stepper-actions {
24853
+ display: flex;
24854
+ align-items: center;
24855
+ justify-content: space-between;
24856
+ padding: 1rem;
24857
+ }
24858
+ .v-stepper .v-stepper-actions {
24859
+ padding: 0 1.5rem 1rem;
24860
+ }
24861
+ .v-stepper-window-item .v-stepper-actions {
24862
+ padding: 1.5rem 0 0;
24863
+ }.v-stepper-item {
24864
+ align-items: center;
24865
+ align-self: stretch;
24866
+ display: inline-flex;
24867
+ flex: none;
24868
+ outline: none;
24869
+ opacity: var(--v-medium-emphasis-opacity);
24870
+ padding: 1.5rem;
24871
+ position: relative;
24872
+ transition-duration: 0.2s;
24873
+ transition-property: opacity;
24874
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24875
+ }
24876
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24877
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24878
+ }
24879
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24880
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24881
+ }
24882
+ @supports not selector(:focus-visible) {
24883
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24884
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24885
+ }
24886
+ }
24887
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24888
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24889
+ }
24890
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24891
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24892
+ }
24893
+ .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 {
24894
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24895
+ }
24896
+ @supports not selector(:focus-visible) {
24897
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24898
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24899
+ }
24900
+ }
24901
+ .v-stepper--non-linear .v-stepper-item {
24902
+ opacity: var(--v-high-emphasis-opacity);
24903
+ }
24904
+ .v-stepper-item--selected {
24905
+ opacity: 1;
24906
+ }
24907
+ .v-stepper-item--error {
24908
+ color: rgb(var(--v-theme-error));
24909
+ }
24910
+ .v-stepper-item--disabled {
24911
+ opacity: var(--v-medium-emphasis-opacity);
24912
+ pointer-events: none;
24913
+ }
24914
+ .v-stepper--alt-labels .v-stepper-item {
24915
+ flex-direction: column;
24916
+ justify-content: flex-start;
24917
+ align-items: center;
24918
+ flex-basis: 175px;
24919
+ }
24920
+
24921
+ .v-stepper-item__avatar.v-avatar {
24922
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24923
+ color: rgb(var(--v-theme-on-surface-variant));
24924
+ font-size: 0.75rem;
24925
+ margin-inline-end: 8px;
24926
+ }
24927
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24928
+ margin-inline-end: 0;
24929
+ }
24930
+ .v-stepper-item__avatar.v-avatar .v-icon {
24931
+ font-size: 0.875rem;
24932
+ }
24933
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24934
+ background: rgb(var(--v-theme-surface-variant));
24935
+ }
24936
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24937
+ background: rgb(var(--v-theme-error));
24938
+ }
24939
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24940
+ margin-bottom: 16px;
24941
+ margin-inline-end: 0;
24942
+ }
24943
+
24944
+ .v-stepper-item__title {
24945
+ line-height: 1;
24350
24946
  }
24351
- .v-snackbar--right, .v-snackbar--end {
24352
- justify-content: flex-end;
24947
+ .v-stepper--mobile .v-stepper-item__title {
24948
+ display: none;
24353
24949
  }
24354
24950
 
24355
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24356
- transition-duration: 0.15s;
24357
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24951
+ .v-stepper-item__subtitle {
24952
+ font-size: 0.75rem;
24953
+ text-align: left;
24954
+ line-height: 1;
24955
+ opacity: var(--v-medium-emphasis-opacity);
24358
24956
  }
24359
- .v-snackbar-transition-enter-active {
24360
- transition-property: opacity, transform;
24957
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24958
+ text-align: center;
24361
24959
  }
24362
- .v-snackbar-transition-enter-from {
24960
+ .v-stepper--mobile .v-stepper-item__subtitle {
24961
+ display: none;
24962
+ }
24963
+
24964
+ .v-stepper-item__overlay {
24965
+ background-color: currentColor;
24966
+ border-radius: inherit;
24363
24967
  opacity: 0;
24364
- transform: scale(0.8);
24968
+ transition: opacity 0.2s ease-in-out;
24365
24969
  }
24366
- .v-snackbar-transition-leave-active {
24367
- transition-property: opacity;
24970
+
24971
+ .v-stepper-item__overlay,
24972
+ .v-stepper-item__underlay {
24973
+ pointer-events: none;
24368
24974
  }
24369
- .v-snackbar-transition-leave-to {
24370
- opacity: 0;
24975
+ .v-stepper-item__overlay,
24976
+ .v-stepper-item__underlay {
24977
+ position: absolute;
24978
+ top: 0;
24979
+ left: 0;
24980
+ width: 100%;
24981
+ height: 100%;
24371
24982
  }.v-switch .v-label {
24372
24983
  padding-inline-start: 10px;
24373
24984
  }
@@ -24550,234 +25161,49 @@ html.v-overlay-scroll-blocked {
24550
25161
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24551
25162
  border-width: 0;
24552
25163
  }
24553
- }.v-progress-linear {
24554
- background: transparent;
24555
- overflow: hidden;
24556
- position: relative;
24557
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24558
- width: 100%;
24559
- }
24560
- .v-progress-linear--rounded {
24561
- border-radius: 9999px;
24562
- }
24563
- @media (forced-colors: active) {
24564
- .v-progress-linear {
24565
- border: thin solid buttontext;
24566
- }
24567
- }
24568
-
24569
- .v-progress-linear__background,
24570
- .v-progress-linear__buffer {
24571
- background: currentColor;
24572
- bottom: 0;
24573
- left: 0;
24574
- opacity: var(--v-border-opacity);
24575
- position: absolute;
24576
- top: 0;
24577
- width: 100%;
24578
- transition-property: width, left, right;
24579
- transition: inherit;
24580
- }
24581
-
24582
- @media (forced-colors: active) {
24583
- .v-progress-linear__buffer {
24584
- background-color: highlight;
24585
- opacity: 0.3;
24586
- }
24587
- }
24588
- .v-progress-linear__content {
25164
+ }.v-system-bar {
24589
25165
  align-items: center;
24590
25166
  display: flex;
24591
- height: 100%;
24592
- justify-content: center;
24593
- left: 0;
24594
- pointer-events: none;
24595
- position: absolute;
24596
- top: 0;
25167
+ flex: 1 1 auto;
25168
+ height: 24px;
25169
+ justify-content: flex-end;
25170
+ max-width: 100%;
25171
+ padding-inline: 8px;
25172
+ position: relative;
25173
+ text-align: end;
24597
25174
  width: 100%;
24598
25175
  }
24599
-
24600
- .v-progress-linear__determinate,
24601
- .v-progress-linear__indeterminate {
24602
- background: currentColor;
24603
- }
24604
- @media (forced-colors: active) {
24605
- .v-progress-linear__determinate,
24606
- .v-progress-linear__indeterminate {
24607
- background-color: highlight;
24608
- }
24609
- }
24610
-
24611
- .v-progress-linear__determinate {
24612
- height: inherit;
24613
- left: 0;
24614
- position: absolute;
24615
- transition: inherit;
24616
- transition-property: width, left, right;
24617
- }
24618
-
24619
- .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
24620
- animation-play-state: paused;
24621
- animation-duration: 2.2s;
24622
- animation-iteration-count: infinite;
24623
- bottom: 0;
24624
- height: inherit;
24625
- left: 0;
24626
- position: absolute;
24627
- right: auto;
24628
- top: 0;
24629
- width: auto;
24630
- }
24631
- .v-progress-linear__indeterminate .long {
24632
- animation-name: indeterminate-ltr;
24633
- }
24634
- .v-progress-linear__indeterminate .short {
24635
- animation-name: indeterminate-short-ltr;
24636
- }
24637
-
24638
- .v-progress-linear__stream {
24639
- animation: stream 0.25s infinite linear;
24640
- animation-play-state: paused;
24641
- bottom: 0;
24642
- left: auto;
24643
- opacity: 0.3;
24644
- pointer-events: none;
24645
- position: absolute;
24646
- transition: inherit;
24647
- transition-property: width, left, right;
24648
- }
24649
-
24650
- .v-progress-linear--reverse .v-progress-linear__background,
24651
- .v-progress-linear--reverse .v-progress-linear__determinate,
24652
- .v-progress-linear--reverse .v-progress-linear__content {
24653
- left: auto;
24654
- right: 0;
24655
- }
24656
- .v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
24657
- left: auto;
24658
- right: 0;
24659
- }
24660
- .v-progress-linear--reverse .v-progress-linear__indeterminate .long {
24661
- animation-name: indeterminate-rtl;
24662
- }
24663
- .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
24664
- animation-name: indeterminate-short-rtl;
24665
- }
24666
- .v-progress-linear--reverse .v-progress-linear__stream {
24667
- right: auto;
25176
+ .v-system-bar .v-icon {
25177
+ opacity: var(--v-medium-emphasis-opacity);
24668
25178
  }
24669
-
24670
- .v-progress-linear--absolute,
24671
- .v-progress-linear--fixed {
24672
- left: 0;
24673
- z-index: 1;
25179
+ .v-system-bar {
25180
+ 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));
24674
25181
  }
24675
-
24676
- .v-progress-linear--absolute {
25182
+ .v-system-bar--absolute {
24677
25183
  position: absolute;
24678
25184
  }
24679
-
24680
- .v-progress-linear--fixed {
24681
- position: fixed;
24682
- }
24683
-
24684
- .v-progress-linear--rounded {
24685
- border-radius: 9999px;
24686
- }
24687
- .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
24688
- .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
24689
- border-radius: inherit;
24690
- }
24691
-
24692
- .v-progress-linear--striped .v-progress-linear__determinate {
24693
- animation: progress-linear-stripes 1s infinite linear;
24694
- background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
24695
- background-repeat: repeat;
24696
- background-size: var(--v-progress-linear-height);
24697
- }
24698
-
24699
- .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
24700
- animation-play-state: running;
24701
- }
24702
- .v-progress-linear--active .v-progress-linear__stream {
24703
- animation-play-state: running;
24704
- }
24705
-
24706
- .v-progress-linear--rounded-bar .v-progress-linear__determinate,
24707
- .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
24708
- .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
24709
- border-radius: 9999px;
24710
- }
24711
- .v-progress-linear--rounded-bar .v-progress-linear__determinate {
24712
- border-start-start-radius: 0;
24713
- border-end-start-radius: 0;
24714
- }
24715
-
24716
- @keyframes indeterminate-ltr {
24717
- 0% {
24718
- left: -90%;
24719
- right: 100%;
24720
- }
24721
- 60% {
24722
- left: -90%;
24723
- right: 100%;
24724
- }
24725
- 100% {
24726
- left: 100%;
24727
- right: -35%;
24728
- }
24729
- }
24730
- @keyframes indeterminate-rtl {
24731
- 0% {
24732
- left: 100%;
24733
- right: -90%;
24734
- }
24735
- 60% {
24736
- left: 100%;
24737
- right: -90%;
24738
- }
24739
- 100% {
24740
- left: -35%;
24741
- right: 100%;
24742
- }
24743
- }
24744
- @keyframes indeterminate-short-ltr {
24745
- 0% {
24746
- left: -200%;
24747
- right: 100%;
24748
- }
24749
- 60% {
24750
- left: 107%;
24751
- right: -8%;
24752
- }
24753
- 100% {
24754
- left: 107%;
24755
- right: -8%;
24756
- }
24757
- }
24758
- @keyframes indeterminate-short-rtl {
24759
- 0% {
24760
- left: 100%;
24761
- right: -200%;
24762
- }
24763
- 60% {
24764
- left: -8%;
24765
- right: 107%;
24766
- }
24767
- 100% {
24768
- left: -8%;
24769
- right: 107%;
24770
- }
25185
+ .v-system-bar--fixed {
25186
+ position: fixed;
24771
25187
  }
24772
- @keyframes stream {
24773
- to {
24774
- transform: translateX(var(--v-progress-linear-stream-to));
24775
- }
25188
+ .v-system-bar {
25189
+ background: rgba(var(--v-theme-surface-light));
25190
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24776
25191
  }
24777
- @keyframes progress-linear-stripes {
24778
- 0% {
24779
- background-position-x: var(--v-progress-linear-height);
24780
- }
25192
+ .v-system-bar {
25193
+ font-size: 0.75rem;
25194
+ font-weight: 400;
25195
+ letter-spacing: 0.0333333333em;
25196
+ line-height: 1.667;
25197
+ text-transform: none;
25198
+ }
25199
+ .v-system-bar--rounded {
25200
+ border-radius: 0;
25201
+ }
25202
+ .v-system-bar--window {
25203
+ height: 32px;
25204
+ }
25205
+ .v-system-bar:not(.v-system-bar--absolute) {
25206
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24781
25207
  }.v-tab.v-tab.v-btn {
24782
25208
  height: var(--v-tabs-height);
24783
25209
  border-radius: 0;
@@ -24950,289 +25376,71 @@ html.v-overlay-scroll-blocked {
24950
25376
  .v-table > .v-table__wrapper > table > tfoot > tr > td {
24951
25377
  height: var(--v-table-row-height);
24952
25378
  }
24953
- .v-table > .v-table__wrapper > table > tbody > tr > th,
24954
- .v-table > .v-table__wrapper > table > thead > tr > th,
24955
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
24956
- height: var(--v-table-header-height);
24957
- font-weight: 500;
24958
- -webkit-user-select: none;
24959
- user-select: none;
24960
- text-align: start;
24961
- }
24962
- .v-table--density-default {
24963
- --v-table-header-height: 56px;
24964
- --v-table-row-height: 52px;
24965
- }
24966
-
24967
- .v-table--density-comfortable {
24968
- --v-table-header-height: 48px;
24969
- --v-table-row-height: 44px;
24970
- }
24971
-
24972
- .v-table--density-compact {
24973
- --v-table-header-height: 40px;
24974
- --v-table-row-height: 36px;
24975
- }
24976
-
24977
- .v-table__wrapper {
24978
- border-radius: inherit;
24979
- overflow: auto;
24980
- flex: 1 1 auto;
24981
- }
24982
-
24983
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
24984
- border-top-left-radius: 0;
24985
- }
24986
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
24987
- border-top-right-radius: 0;
24988
- }
24989
-
24990
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
24991
- border-bottom-left-radius: 0;
24992
- }
24993
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
24994
- border-bottom-right-radius: 0;
24995
- }
24996
-
24997
- .v-table--fixed-height > .v-table__wrapper {
24998
- overflow-y: auto;
24999
- }
25000
-
25001
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25002
- position: sticky;
25003
- top: 0;
25004
- z-index: 2;
25005
- }
25006
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25007
- border-bottom: 0px !important;
25008
- }
25009
-
25010
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25011
- position: sticky;
25012
- bottom: 0;
25013
- z-index: 1;
25014
- }
25015
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25016
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25017
- border-top: 0px !important;
25018
- }.v-stepper.v-sheet {
25019
- overflow: hidden;
25020
- }
25021
- .v-stepper.v-sheet {
25022
- 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));
25023
- }
25024
- .v-stepper.v-sheet {
25025
- border-radius: 4px;
25026
- }
25027
- .v-stepper.v-sheet.v-stepper--flat {
25028
- 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));
25029
- }
25030
-
25031
- .v-stepper-header {
25032
- align-items: center;
25033
- display: flex;
25034
- position: relative;
25035
- overflow-x: auto;
25036
- justify-content: space-between;
25037
- z-index: 1;
25038
- }
25039
- .v-stepper-header {
25040
- 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));
25041
- }
25042
- .v-stepper-header .v-divider {
25043
- margin: 0 -16px;
25044
- }
25045
- .v-stepper-header .v-divider:last-child {
25046
- margin-inline-end: 0;
25047
- }
25048
- .v-stepper-header .v-divider:first-child {
25049
- margin-inline-start: 0;
25050
- }
25051
- .v-stepper--alt-labels .v-stepper-header {
25052
- height: auto;
25053
- }
25054
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25055
- align-self: flex-start;
25056
- margin: 35px -67px 0;
25057
- }
25058
-
25059
- .v-stepper-window {
25060
- margin: 1.5rem;
25061
- }
25062
-
25063
- .v-stepper-actions {
25064
- display: flex;
25065
- align-items: center;
25066
- justify-content: space-between;
25067
- padding: 1rem;
25068
- }
25069
- .v-stepper .v-stepper-actions {
25070
- padding: 0 1.5rem 1rem;
25071
- }
25072
- .v-stepper-window-item .v-stepper-actions {
25073
- padding: 1.5rem 0 0;
25074
- }.v-stepper-item {
25075
- align-items: center;
25076
- align-self: stretch;
25077
- display: inline-flex;
25078
- flex: none;
25079
- outline: none;
25080
- opacity: var(--v-medium-emphasis-opacity);
25081
- padding: 1.5rem;
25082
- position: relative;
25083
- transition-duration: 0.2s;
25084
- transition-property: opacity;
25085
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25086
- }
25087
- .v-stepper-item:hover > .v-stepper-item__overlay {
25088
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25089
- }
25090
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25091
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25092
- }
25093
- @supports not selector(:focus-visible) {
25094
- .v-stepper-item:focus > .v-stepper-item__overlay {
25095
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25096
- }
25097
- }
25098
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25099
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25100
- }
25101
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25102
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25103
- }
25104
- .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 {
25105
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25106
- }
25107
- @supports not selector(:focus-visible) {
25108
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25109
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25110
- }
25111
- }
25112
- .v-stepper--non-linear .v-stepper-item {
25113
- opacity: var(--v-high-emphasis-opacity);
25114
- }
25115
- .v-stepper-item--selected {
25116
- opacity: 1;
25117
- }
25118
- .v-stepper-item--error {
25119
- color: rgb(var(--v-theme-error));
25120
- }
25121
- .v-stepper-item--disabled {
25122
- opacity: var(--v-medium-emphasis-opacity);
25123
- pointer-events: none;
25124
- }
25125
- .v-stepper--alt-labels .v-stepper-item {
25126
- flex-direction: column;
25127
- justify-content: flex-start;
25128
- align-items: center;
25129
- flex-basis: 175px;
25130
- }
25131
-
25132
- .v-stepper-item__avatar.v-avatar {
25133
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25134
- color: rgb(var(--v-theme-on-surface-variant));
25135
- font-size: 0.75rem;
25136
- margin-inline-end: 8px;
25137
- }
25138
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25139
- margin-inline-end: 0;
25140
- }
25141
- .v-stepper-item__avatar.v-avatar .v-icon {
25142
- font-size: 0.875rem;
25143
- }
25144
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25145
- background: rgb(var(--v-theme-surface-variant));
25146
- }
25147
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25148
- background: rgb(var(--v-theme-error));
25149
- }
25150
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25151
- margin-bottom: 16px;
25152
- margin-inline-end: 0;
25153
- }
25154
-
25155
- .v-stepper-item__title {
25156
- line-height: 1;
25157
- }
25158
- .v-stepper--mobile .v-stepper-item__title {
25159
- display: none;
25160
- }
25161
-
25162
- .v-stepper-item__subtitle {
25163
- font-size: 0.75rem;
25164
- text-align: left;
25165
- line-height: 1;
25166
- opacity: var(--v-medium-emphasis-opacity);
25167
- }
25168
- .v-stepper--alt-labels .v-stepper-item__subtitle {
25169
- text-align: center;
25379
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25380
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25381
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25382
+ height: var(--v-table-header-height);
25383
+ font-weight: 500;
25384
+ -webkit-user-select: none;
25385
+ user-select: none;
25386
+ text-align: start;
25170
25387
  }
25171
- .v-stepper--mobile .v-stepper-item__subtitle {
25172
- display: none;
25388
+ .v-table--density-default {
25389
+ --v-table-header-height: 56px;
25390
+ --v-table-row-height: 52px;
25173
25391
  }
25174
25392
 
25175
- .v-stepper-item__overlay {
25176
- background-color: currentColor;
25177
- border-radius: inherit;
25178
- opacity: 0;
25179
- transition: opacity 0.2s ease-in-out;
25393
+ .v-table--density-comfortable {
25394
+ --v-table-header-height: 48px;
25395
+ --v-table-row-height: 44px;
25180
25396
  }
25181
25397
 
25182
- .v-stepper-item__overlay,
25183
- .v-stepper-item__underlay {
25184
- pointer-events: none;
25398
+ .v-table--density-compact {
25399
+ --v-table-header-height: 40px;
25400
+ --v-table-row-height: 36px;
25185
25401
  }
25186
- .v-stepper-item__overlay,
25187
- .v-stepper-item__underlay {
25188
- position: absolute;
25189
- top: 0;
25190
- left: 0;
25191
- width: 100%;
25192
- height: 100%;
25193
- }.v-system-bar {
25194
- align-items: center;
25195
- display: flex;
25402
+
25403
+ .v-table__wrapper {
25404
+ border-radius: inherit;
25405
+ overflow: auto;
25196
25406
  flex: 1 1 auto;
25197
- height: 24px;
25198
- justify-content: flex-end;
25199
- max-width: 100%;
25200
- padding-inline: 8px;
25201
- position: relative;
25202
- text-align: end;
25203
- width: 100%;
25204
25407
  }
25205
- .v-system-bar .v-icon {
25206
- opacity: var(--v-medium-emphasis-opacity);
25408
+
25409
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25410
+ border-top-left-radius: 0;
25207
25411
  }
25208
- .v-system-bar {
25209
- 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));
25412
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25413
+ border-top-right-radius: 0;
25210
25414
  }
25211
- .v-system-bar--absolute {
25212
- position: absolute;
25415
+
25416
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25417
+ border-bottom-left-radius: 0;
25213
25418
  }
25214
- .v-system-bar--fixed {
25215
- position: fixed;
25419
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25420
+ border-bottom-right-radius: 0;
25216
25421
  }
25217
- .v-system-bar {
25218
- background: rgba(var(--v-theme-surface-light));
25219
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25422
+
25423
+ .v-table--fixed-height > .v-table__wrapper {
25424
+ overflow-y: auto;
25220
25425
  }
25221
- .v-system-bar {
25222
- font-size: 0.75rem;
25223
- font-weight: 400;
25224
- letter-spacing: 0.0333333333em;
25225
- line-height: 1.667;
25226
- text-transform: none;
25426
+
25427
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25428
+ position: sticky;
25429
+ top: 0;
25430
+ z-index: 2;
25227
25431
  }
25228
- .v-system-bar--rounded {
25229
- border-radius: 0;
25432
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25433
+ border-bottom: 0px !important;
25230
25434
  }
25231
- .v-system-bar--window {
25232
- height: 32px;
25435
+
25436
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25437
+ position: sticky;
25438
+ bottom: 0;
25439
+ z-index: 1;
25233
25440
  }
25234
- .v-system-bar:not(.v-system-bar--absolute) {
25235
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25441
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25442
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25443
+ border-top: 0px !important;
25236
25444
  }.v-textarea .v-field {
25237
25445
  --v-textarea-control-height: var(--v-input-control-height);
25238
25446
  }
@@ -25287,204 +25495,61 @@ html.v-overlay-scroll-blocked {
25287
25495
  box-shadow: none;
25288
25496
  }
25289
25497
  .v-text-field .v-field {
25290
- cursor: text;
25291
- }
25292
- .v-text-field--prefixed.v-text-field .v-field__input {
25293
- --v-field-padding-start: 6px;
25294
- }
25295
-
25296
- .v-text-field--suffixed.v-text-field .v-field__input {
25297
- --v-field-padding-end: 0;
25298
- }
25299
-
25300
- .v-text-field .v-input__details {
25301
- padding-inline: 16px;
25302
- }
25303
- .v-input--plain-underlined.v-text-field .v-input__details {
25304
- padding-inline: 0;
25305
- }
25306
-
25307
- .v-text-field .v-field--no-label input,
25308
- .v-text-field .v-field--active input {
25309
- opacity: 1;
25310
- }
25311
- .v-text-field .v-field--single-line input {
25312
- transition: none;
25313
- }
25314
-
25315
- /* endregion */
25316
- /* region ELEMENTS */
25317
- .v-text-field__prefix, .v-text-field__suffix {
25318
- align-items: center;
25319
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25320
- cursor: default;
25321
- display: flex;
25322
- opacity: 0;
25323
- transition: inherit;
25324
- white-space: nowrap;
25325
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25326
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25327
- padding-bottom: var(--v-field-padding-bottom, 6px);
25328
- }
25329
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25330
- opacity: 1;
25331
- }
25332
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25333
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25334
- }
25335
- .v-text-field__prefix {
25336
- padding-inline-start: var(--v-field-padding-start);
25337
- }
25338
- .v-text-field__suffix {
25339
- padding-inline-end: var(--v-field-padding-end);
25340
- }
25341
-
25342
- /* endregion */.v-theme-provider {
25343
- background: rgb(var(--v-theme-background));
25344
- color: rgb(var(--v-theme-on-background));
25345
- }.v-toolbar {
25346
- align-items: flex-start;
25347
- display: flex;
25348
- flex: none;
25349
- flex-direction: column;
25350
- justify-content: space-between;
25351
- max-width: 100%;
25352
- position: relative;
25353
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25354
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25355
- width: 100%;
25356
- }
25357
- .v-toolbar {
25358
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25359
- border-style: solid;
25360
- border-width: 0;
25361
- }
25362
- .v-toolbar--border {
25363
- border-width: thin;
25364
- box-shadow: none;
25365
- }
25366
- .v-toolbar {
25367
- 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));
25368
- }
25369
- .v-toolbar {
25370
- border-radius: 0;
25371
- }
25372
- .v-toolbar {
25373
- background: rgb(var(--v-theme-surface-light));
25374
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25375
- }
25376
- .v-toolbar--absolute {
25377
- position: absolute;
25378
- }
25379
- .v-toolbar--collapse {
25380
- max-width: 112px;
25381
- overflow: hidden;
25382
- border-end-end-radius: 24px;
25383
- }
25384
- .v-toolbar--collapse .v-toolbar-title {
25385
- display: none;
25386
- }
25387
- .v-toolbar--flat {
25388
- 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));
25389
- }
25390
- .v-toolbar--floating {
25391
- display: inline-flex;
25392
- }
25393
- .v-toolbar--rounded {
25394
- border-radius: 4px;
25395
- }
25396
-
25397
- .v-toolbar__content,
25398
- .v-toolbar__extension {
25399
- align-items: center;
25400
- display: flex;
25401
- flex: 0 0 auto;
25402
- position: relative;
25403
- transition: inherit;
25404
- width: 100%;
25405
- }
25406
-
25407
- .v-toolbar__content {
25408
- overflow: hidden;
25409
- }
25410
- .v-toolbar__content > .v-btn:first-child {
25411
- margin-inline-start: 4px;
25412
- }
25413
- .v-toolbar__content > .v-btn:last-child {
25414
- margin-inline-end: 4px;
25415
- }
25416
- .v-toolbar__content > .v-toolbar-title {
25417
- margin-inline-start: 20px;
25418
- }
25419
- .v-toolbar--density-prominent .v-toolbar__content {
25420
- align-items: flex-start;
25421
- }
25422
-
25423
- .v-toolbar__image {
25424
- display: flex;
25425
- opacity: var(--v-toolbar-image-opacity, 1);
25426
- transition-property: opacity;
25427
- }
25428
- .v-toolbar__image {
25429
- position: absolute;
25430
- top: 0;
25431
- left: 0;
25432
- width: 100%;
25433
- height: 100%;
25434
- }
25435
-
25436
- .v-toolbar__prepend,
25437
- .v-toolbar__append {
25438
- align-items: center;
25439
- align-self: stretch;
25440
- display: flex;
25441
- }
25442
-
25443
- .v-toolbar__prepend {
25444
- margin-inline: 4px auto;
25498
+ cursor: text;
25499
+ }
25500
+ .v-text-field--prefixed.v-text-field .v-field__input {
25501
+ --v-field-padding-start: 6px;
25445
25502
  }
25446
25503
 
25447
- .v-toolbar__append {
25448
- margin-inline: auto 4px;
25504
+ .v-text-field--suffixed.v-text-field .v-field__input {
25505
+ --v-field-padding-end: 0;
25449
25506
  }
25450
25507
 
25451
- .v-toolbar-title {
25452
- flex: 1 1;
25453
- font-size: 1.25rem;
25454
- min-width: 0;
25508
+ .v-text-field .v-input__details {
25509
+ padding-inline: 16px;
25455
25510
  }
25456
- .v-toolbar-title {
25457
- font-size: 1.25rem;
25458
- font-weight: 400;
25459
- letter-spacing: 0;
25460
- line-height: 1.75rem;
25461
- text-transform: none;
25511
+ .v-input--plain-underlined.v-text-field .v-input__details {
25512
+ padding-inline: 0;
25462
25513
  }
25463
- .v-toolbar--density-prominent .v-toolbar-title {
25464
- align-self: flex-end;
25465
- padding-bottom: 6px;
25514
+
25515
+ .v-text-field .v-field--no-label input,
25516
+ .v-text-field .v-field--active input {
25517
+ opacity: 1;
25466
25518
  }
25467
- .v-toolbar--density-prominent .v-toolbar-title {
25468
- font-size: 1.5rem;
25469
- font-weight: 400;
25470
- letter-spacing: 0;
25471
- line-height: 2.25rem;
25472
- text-transform: none;
25519
+ .v-text-field .v-field--single-line input {
25520
+ transition: none;
25473
25521
  }
25474
25522
 
25475
- .v-toolbar-title__placeholder {
25476
- overflow: hidden;
25477
- text-overflow: ellipsis;
25523
+ /* endregion */
25524
+ /* region ELEMENTS */
25525
+ .v-text-field__prefix, .v-text-field__suffix {
25526
+ align-items: center;
25527
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25528
+ cursor: default;
25529
+ display: flex;
25530
+ opacity: 0;
25531
+ transition: inherit;
25478
25532
  white-space: nowrap;
25533
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25534
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25535
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25479
25536
  }
25480
-
25481
- .v-toolbar-items {
25482
- display: flex;
25483
- height: inherit;
25484
- align-self: stretch;
25537
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25538
+ opacity: 1;
25485
25539
  }
25486
- .v-toolbar-items > .v-btn {
25487
- border-radius: 0;
25540
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25541
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25542
+ }
25543
+ .v-text-field__prefix {
25544
+ padding-inline-start: var(--v-field-padding-start);
25545
+ }
25546
+ .v-text-field__suffix {
25547
+ padding-inline-end: var(--v-field-padding-end);
25548
+ }
25549
+
25550
+ /* endregion */.v-theme-provider {
25551
+ background: rgb(var(--v-theme-background));
25552
+ color: rgb(var(--v-theme-on-background));
25488
25553
  }.v-timeline .v-timeline-divider__dot {
25489
25554
  background: rgb(var(--v-theme-surface-light));
25490
25555
  }
@@ -25903,194 +25968,171 @@ html.v-overlay-scroll-blocked {
25903
25968
 
25904
25969
  .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 {
25905
25970
  padding-inline-end: 0;
25906
- }.v-tooltip > .v-overlay__content {
25907
- background: rgb(var(--v-theme-surface-variant));
25908
- color: rgb(var(--v-theme-on-surface-variant));
25909
- border-radius: 4px;
25910
- font-size: 0.875rem;
25911
- line-height: 1.6;
25912
- display: inline-block;
25913
- padding: 5px 16px;
25914
- text-transform: initial;
25915
- width: auto;
25916
- opacity: 1;
25917
- pointer-events: none;
25918
- transition-property: opacity, transform;
25919
- overflow-wrap: break-word;
25920
- }
25921
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25922
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25923
- transition-duration: 150ms;
25924
- }
25925
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25926
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25927
- transition-duration: 75ms;
25928
- }.v-banner {
25929
- display: grid;
25930
- flex: 1 1;
25931
- font-size: 0.875rem;
25932
- grid-template-areas: "prepend content actions";
25933
- grid-template-columns: max-content auto max-content;
25934
- grid-template-rows: max-content max-content;
25935
- line-height: 1.6;
25936
- overflow: hidden;
25937
- padding-inline: 16px 8px;
25938
- padding-top: 16px;
25939
- padding-bottom: 16px;
25971
+ }.v-toolbar {
25972
+ align-items: flex-start;
25973
+ display: flex;
25974
+ flex: none;
25975
+ flex-direction: column;
25976
+ justify-content: space-between;
25977
+ max-width: 100%;
25940
25978
  position: relative;
25979
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25980
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25941
25981
  width: 100%;
25942
25982
  }
25943
- .v-banner {
25983
+ .v-toolbar {
25944
25984
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25945
25985
  border-style: solid;
25946
- border-width: 0 0 thin 0;
25986
+ border-width: 0;
25947
25987
  }
25948
- .v-banner--border {
25988
+ .v-toolbar--border {
25949
25989
  border-width: thin;
25950
25990
  box-shadow: none;
25951
25991
  }
25952
- .v-banner {
25992
+ .v-toolbar {
25953
25993
  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));
25954
25994
  }
25955
- .v-banner--absolute {
25956
- position: absolute;
25957
- }
25958
- .v-banner--fixed {
25959
- position: fixed;
25960
- }
25961
- .v-banner--sticky {
25962
- position: sticky;
25963
- }
25964
- .v-banner {
25995
+ .v-toolbar {
25965
25996
  border-radius: 0;
25966
25997
  }
25967
- .v-banner {
25968
- background: rgb(var(--v-theme-surface));
25969
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25970
- }
25971
- .v-banner--rounded {
25972
- border-radius: 4px;
25973
- }
25974
- .v-banner--stacked:not(.v-banner--one-line) {
25975
- grid-template-areas: "prepend content" ". actions";
25976
- }
25977
- .v-banner--stacked .v-banner-text {
25978
- padding-inline-end: 36px;
25979
- }
25980
- .v-banner--density-default .v-banner-actions {
25981
- margin-bottom: -8px;
25998
+ .v-toolbar {
25999
+ background: rgb(var(--v-theme-surface-light));
26000
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25982
26001
  }
25983
- .v-banner--density-default.v-banner--one-line {
25984
- padding-top: 8px;
25985
- padding-bottom: 8px;
26002
+ .v-toolbar--absolute {
26003
+ position: absolute;
25986
26004
  }
25987
- .v-banner--density-default.v-banner--one-line .v-banner-actions {
25988
- margin-bottom: 0;
26005
+ .v-toolbar--collapse {
26006
+ max-width: 112px;
26007
+ overflow: hidden;
26008
+ border-end-end-radius: 24px;
25989
26009
  }
25990
- .v-banner--density-default.v-banner--one-line {
25991
- padding-top: 10px;
26010
+ .v-toolbar--collapse .v-toolbar-title {
26011
+ display: none;
25992
26012
  }
25993
- .v-banner--density-default.v-banner--two-line {
25994
- padding-top: 16px;
25995
- padding-bottom: 16px;
26013
+ .v-toolbar--flat {
26014
+ 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));
25996
26015
  }
25997
- .v-banner--density-default.v-banner--three-line {
25998
- padding-top: 24px;
25999
- padding-bottom: 16px;
26016
+ .v-toolbar--floating {
26017
+ display: inline-flex;
26000
26018
  }
26001
- .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
26002
- margin-top: 20px;
26019
+ .v-toolbar--rounded {
26020
+ border-radius: 4px;
26003
26021
  }
26004
26022
 
26005
- .v-banner--density-comfortable .v-banner-actions {
26006
- margin-bottom: -4px;
26007
- }
26008
- .v-banner--density-comfortable.v-banner--one-line {
26009
- padding-top: 4px;
26010
- padding-bottom: 4px;
26011
- }
26012
- .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
26013
- margin-bottom: 0;
26014
- }
26015
- .v-banner--density-comfortable.v-banner--two-line {
26016
- padding-top: 12px;
26017
- padding-bottom: 12px;
26018
- }
26019
- .v-banner--density-comfortable.v-banner--three-line {
26020
- padding-top: 20px;
26021
- padding-bottom: 12px;
26022
- }
26023
- .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
26024
- margin-top: 16px;
26023
+ .v-toolbar__content,
26024
+ .v-toolbar__extension {
26025
+ align-items: center;
26026
+ display: flex;
26027
+ flex: 0 0 auto;
26028
+ position: relative;
26029
+ transition: inherit;
26030
+ width: 100%;
26025
26031
  }
26026
26032
 
26027
- .v-banner--density-compact .v-banner-actions {
26028
- margin-bottom: 0px;
26029
- }
26030
- .v-banner--density-compact.v-banner--one-line {
26031
- padding-top: 0px;
26032
- padding-bottom: 0px;
26033
+ .v-toolbar__content {
26034
+ overflow: hidden;
26033
26035
  }
26034
- .v-banner--density-compact.v-banner--one-line .v-banner-actions {
26035
- margin-bottom: 0;
26036
+ .v-toolbar__content > .v-btn:first-child {
26037
+ margin-inline-start: 4px;
26036
26038
  }
26037
- .v-banner--density-compact.v-banner--two-line {
26038
- padding-top: 8px;
26039
- padding-bottom: 8px;
26039
+ .v-toolbar__content > .v-btn:last-child {
26040
+ margin-inline-end: 4px;
26040
26041
  }
26041
- .v-banner--density-compact.v-banner--three-line {
26042
- padding-top: 16px;
26043
- padding-bottom: 8px;
26042
+ .v-toolbar__content > .v-toolbar-title {
26043
+ margin-inline-start: 20px;
26044
26044
  }
26045
- .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
26046
- margin-top: 12px;
26045
+ .v-toolbar--density-prominent .v-toolbar__content {
26046
+ align-items: flex-start;
26047
26047
  }
26048
26048
 
26049
- .v-banner--sticky {
26049
+ .v-toolbar__image {
26050
+ display: flex;
26051
+ opacity: var(--v-toolbar-image-opacity, 1);
26052
+ transition-property: opacity;
26053
+ }
26054
+ .v-toolbar__image {
26055
+ position: absolute;
26050
26056
  top: 0;
26051
- z-index: 1;
26057
+ left: 0;
26058
+ width: 100%;
26059
+ height: 100%;
26052
26060
  }
26053
26061
 
26054
- .v-banner__content {
26062
+ .v-toolbar__prepend,
26063
+ .v-toolbar__append {
26055
26064
  align-items: center;
26065
+ align-self: stretch;
26056
26066
  display: flex;
26057
- grid-area: content;
26058
26067
  }
26059
26068
 
26060
- .v-banner__prepend {
26061
- align-self: flex-start;
26062
- grid-area: prepend;
26063
- margin-inline-end: 24px;
26069
+ .v-toolbar__prepend {
26070
+ margin-inline: 4px auto;
26071
+ }
26072
+
26073
+ .v-toolbar__append {
26074
+ margin-inline: auto 4px;
26064
26075
  }
26065
26076
 
26066
- .v-banner-actions {
26077
+ .v-toolbar-title {
26078
+ flex: 1 1;
26079
+ font-size: 1.25rem;
26080
+ min-width: 0;
26081
+ }
26082
+ .v-toolbar-title {
26083
+ font-size: 1.25rem;
26084
+ font-weight: 400;
26085
+ letter-spacing: 0;
26086
+ line-height: 1.75rem;
26087
+ text-transform: none;
26088
+ }
26089
+ .v-toolbar--density-prominent .v-toolbar-title {
26067
26090
  align-self: flex-end;
26068
- display: flex;
26069
- flex: 0 1;
26070
- grid-area: actions;
26071
- justify-content: flex-end;
26091
+ padding-bottom: 6px;
26072
26092
  }
26073
- .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
26074
- margin-top: 20px;
26093
+ .v-toolbar--density-prominent .v-toolbar-title {
26094
+ font-size: 1.5rem;
26095
+ font-weight: 400;
26096
+ letter-spacing: 0;
26097
+ line-height: 2.25rem;
26098
+ text-transform: none;
26075
26099
  }
26076
26100
 
26077
- .v-banner-text {
26078
- -webkit-box-orient: vertical;
26079
- display: -webkit-box;
26080
- padding-inline-end: 90px;
26101
+ .v-toolbar-title__placeholder {
26081
26102
  overflow: hidden;
26103
+ text-overflow: ellipsis;
26104
+ white-space: nowrap;
26082
26105
  }
26083
- .v-banner--one-line .v-banner-text {
26084
- -webkit-line-clamp: 1;
26106
+
26107
+ .v-toolbar-items {
26108
+ display: flex;
26109
+ height: inherit;
26110
+ align-self: stretch;
26085
26111
  }
26086
- .v-banner--two-line .v-banner-text {
26087
- -webkit-line-clamp: 2;
26112
+ .v-toolbar-items > .v-btn {
26113
+ border-radius: 0;
26114
+ }.v-tooltip > .v-overlay__content {
26115
+ background: rgb(var(--v-theme-surface-variant));
26116
+ color: rgb(var(--v-theme-on-surface-variant));
26117
+ border-radius: 4px;
26118
+ font-size: 0.875rem;
26119
+ line-height: 1.6;
26120
+ display: inline-block;
26121
+ padding: 5px 16px;
26122
+ text-transform: initial;
26123
+ width: auto;
26124
+ opacity: 1;
26125
+ pointer-events: none;
26126
+ transition-property: opacity, transform;
26127
+ overflow-wrap: break-word;
26088
26128
  }
26089
- .v-banner--three-line .v-banner-text {
26090
- -webkit-line-clamp: 3;
26129
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26130
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26131
+ transition-duration: 150ms;
26091
26132
  }
26092
- .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
26093
- align-self: flex-start;
26133
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26134
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26135
+ transition-duration: 75ms;
26094
26136
  }.v-virtual-scroll {
26095
26137
  display: block;
26096
26138
  flex: 1 1 auto;
@@ -26170,59 +26212,14 @@ html.v-overlay-scroll-blocked {
26170
26212
  }
26171
26213
  .v-window-y-reverse-transition-leave-to {
26172
26214
  transform: translateY(100%);
26173
- }.v-icon {
26174
- --v-icon-size-multiplier: 1;
26175
- align-items: center;
26215
+ }.v-pagination__list {
26176
26216
  display: inline-flex;
26177
- font-feature-settings: "liga";
26178
- height: 1em;
26217
+ list-style-type: none;
26179
26218
  justify-content: center;
26180
- letter-spacing: normal;
26181
- line-height: 1;
26182
- position: relative;
26183
- text-indent: 0;
26184
- text-align: center;
26185
- -webkit-user-select: none;
26186
- user-select: none;
26187
- vertical-align: middle;
26188
- width: 1em;
26189
- min-width: 1em;
26190
- }
26191
- .v-icon--clickable {
26192
- cursor: pointer;
26193
- }
26194
- .v-icon--disabled {
26195
- pointer-events: none;
26196
- opacity: 0.38;
26197
- }
26198
- .v-icon--size-x-small {
26199
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
26200
- }
26201
- .v-icon--size-small {
26202
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
26203
- }
26204
- .v-icon--size-default {
26205
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
26206
- }
26207
- .v-icon--size-large {
26208
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
26209
- }
26210
- .v-icon--size-x-large {
26211
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
26212
- }
26213
-
26214
- .v-icon__svg {
26215
- fill: currentColor;
26216
26219
  width: 100%;
26217
- height: 100%;
26218
- }
26219
-
26220
- .v-icon--start {
26221
- margin-inline-end: 8px;
26222
26220
  }
26223
-
26224
- .v-icon--end {
26225
- margin-inline-start: 8px;
26221
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
26222
+ margin: 0.3rem;
26226
26223
  }.v-color-picker-canvas {
26227
26224
  display: flex;
26228
26225
  position: relative;
@@ -26245,6 +26242,69 @@ html.v-overlay-scroll-blocked {
26245
26242
  }
26246
26243
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26247
26244
  will-change: transform;
26245
+ }.v-color-picker-edit {
26246
+ display: flex;
26247
+ margin-top: 24px;
26248
+ }
26249
+
26250
+ .v-color-picker-edit__input {
26251
+ width: 100%;
26252
+ display: flex;
26253
+ flex-wrap: wrap;
26254
+ justify-content: center;
26255
+ text-align: center;
26256
+ }
26257
+ .v-color-picker-edit__input:not(:last-child) {
26258
+ margin-inline-end: 8px;
26259
+ }
26260
+ .v-color-picker-edit__input input {
26261
+ border-radius: 4px;
26262
+ margin-bottom: 8px;
26263
+ min-width: 0;
26264
+ outline: none;
26265
+ text-align: center;
26266
+ width: 100%;
26267
+ height: 32px;
26268
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26269
+ color: rgba(var(--v-theme-on-surface));
26270
+ }
26271
+ .v-color-picker-edit__input span {
26272
+ font-size: 0.75rem;
26273
+ }.v-color-picker-swatches {
26274
+ overflow-y: auto;
26275
+ }
26276
+ .v-color-picker-swatches > div {
26277
+ display: flex;
26278
+ flex-wrap: wrap;
26279
+ justify-content: center;
26280
+ padding: 8px;
26281
+ }
26282
+
26283
+ .v-color-picker-swatches__swatch {
26284
+ display: flex;
26285
+ flex-direction: column;
26286
+ margin-bottom: 10px;
26287
+ }
26288
+
26289
+ .v-color-picker-swatches__color {
26290
+ position: relative;
26291
+ height: 18px;
26292
+ max-height: 18px;
26293
+ width: 45px;
26294
+ margin: 2px 4px;
26295
+ border-radius: 2px;
26296
+ -webkit-user-select: none;
26297
+ user-select: none;
26298
+ overflow: hidden;
26299
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26300
+ cursor: pointer;
26301
+ }
26302
+ .v-color-picker-swatches__color > div {
26303
+ display: flex;
26304
+ align-items: center;
26305
+ justify-content: center;
26306
+ width: 100%;
26307
+ height: 100%;
26248
26308
  }.v-color-picker-preview__alpha .v-slider-track__background {
26249
26309
  background-color: transparent !important;
26250
26310
  }
@@ -26315,69 +26375,6 @@ html.v-overlay-scroll-blocked {
26315
26375
  .v-color-picker-preview__eye-dropper {
26316
26376
  position: relative;
26317
26377
  margin-right: 12px;
26318
- }.v-color-picker-edit {
26319
- display: flex;
26320
- margin-top: 24px;
26321
- }
26322
-
26323
- .v-color-picker-edit__input {
26324
- width: 100%;
26325
- display: flex;
26326
- flex-wrap: wrap;
26327
- justify-content: center;
26328
- text-align: center;
26329
- }
26330
- .v-color-picker-edit__input:not(:last-child) {
26331
- margin-inline-end: 8px;
26332
- }
26333
- .v-color-picker-edit__input input {
26334
- border-radius: 4px;
26335
- margin-bottom: 8px;
26336
- min-width: 0;
26337
- outline: none;
26338
- text-align: center;
26339
- width: 100%;
26340
- height: 32px;
26341
- background: rgba(var(--v-theme-surface-variant), 0.2);
26342
- color: rgba(var(--v-theme-on-surface));
26343
- }
26344
- .v-color-picker-edit__input span {
26345
- font-size: 0.75rem;
26346
- }.v-color-picker-swatches {
26347
- overflow-y: auto;
26348
- }
26349
- .v-color-picker-swatches > div {
26350
- display: flex;
26351
- flex-wrap: wrap;
26352
- justify-content: center;
26353
- padding: 8px;
26354
- }
26355
-
26356
- .v-color-picker-swatches__swatch {
26357
- display: flex;
26358
- flex-direction: column;
26359
- margin-bottom: 10px;
26360
- }
26361
-
26362
- .v-color-picker-swatches__color {
26363
- position: relative;
26364
- height: 18px;
26365
- max-height: 18px;
26366
- width: 45px;
26367
- margin: 2px 4px;
26368
- border-radius: 2px;
26369
- -webkit-user-select: none;
26370
- user-select: none;
26371
- overflow: hidden;
26372
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26373
- cursor: pointer;
26374
- }
26375
- .v-color-picker-swatches__color > div {
26376
- display: flex;
26377
- align-items: center;
26378
- justify-content: center;
26379
- width: 100%;
26380
- height: 100%;
26381
26378
  }.v-picker.v-sheet {
26382
26379
  display: grid;
26383
26380
  grid-auto-rows: min-content;