@vuetify/nightly 3.5.9-dev.2024-03-26 → 3.5.9-dev.2024-03-29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.9-dev.2024-03-26
2
+ * Vuetify v3.5.9-dev.2024-03-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17045,48 +17045,6 @@ html.overflow-y-hidden {
17045
17045
  font-weight: normal;
17046
17046
  padding: 0.2em 0.4rem;
17047
17047
  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));
17048
- }.v-calendar-day__row-with-label {
17049
- display: grid;
17050
- grid-template-columns: 48px 8px 1fr;
17051
- border-right: thin solid #e0e0e0;
17052
- }
17053
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17054
- position: relative;
17055
- border-right: thin solid #e0e0e0;
17056
- }
17057
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17058
- content: "";
17059
- border-bottom: thin solid #e0e0e0;
17060
- position: absolute;
17061
- width: 100%;
17062
- margin-top: -1px;
17063
- z-index: 3;
17064
- pointer-events: none;
17065
- }
17066
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17067
- font-size: 10px;
17068
- text-align: center;
17069
- position: relative;
17070
- top: -8px;
17071
- }
17072
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17073
- border-bottom: thin solid #e0e0e0;
17074
- }
17075
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17076
- border-bottom: none;
17077
- }
17078
-
17079
- .v-calendar-day__row-without-label {
17080
- display: grid;
17081
- grid-template-columns: 1fr;
17082
- border-right: thin solid #e0e0e0;
17083
- }
17084
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17085
- overflow: hidden;
17086
- border-bottom: thin solid #e0e0e0;
17087
- }
17088
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17089
- border-bottom: none;
17090
17048
  }.v-calendar-weekly {
17091
17049
  width: 100%;
17092
17050
  height: 100%;
@@ -17310,19 +17268,6 @@ html.overflow-y-hidden {
17310
17268
  }
17311
17269
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17312
17270
  border-right: none;
17313
- }.v-calendar-header {
17314
- align-items: center;
17315
- display: flex;
17316
- min-height: 64px;
17317
- }
17318
-
17319
- .v-calendar-header__today {
17320
- margin-inline-end: 24px;
17321
- }
17322
-
17323
- .v-calendar-header__title {
17324
- font-size: 1.5rem;
17325
- margin-inline-start: 24px;
17326
17271
  }.v-calendar-day {
17327
17272
  position: relative;
17328
17273
  display: flex;
@@ -17355,79 +17300,119 @@ html.overflow-y-hidden {
17355
17300
  }
17356
17301
  .v-calendar-weekly .v-calendar__container.days__0 {
17357
17302
  grid-template-columns: repeat(1, 1fr);
17358
- }.v-fab {
17359
- align-items: center;
17360
- display: inline-flex;
17361
- flex: 1 1 auto;
17303
+ }.v-calendar-day__row-with-label {
17304
+ display: grid;
17305
+ grid-template-columns: 48px 8px 1fr;
17306
+ border-right: thin solid #e0e0e0;
17307
+ }
17308
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17309
+ position: relative;
17310
+ border-right: thin solid #e0e0e0;
17311
+ }
17312
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17313
+ content: "";
17314
+ border-bottom: thin solid #e0e0e0;
17315
+ position: absolute;
17316
+ width: 100%;
17317
+ margin-top: -1px;
17318
+ z-index: 3;
17362
17319
  pointer-events: none;
17320
+ }
17321
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
17322
+ font-size: 10px;
17323
+ text-align: center;
17363
17324
  position: relative;
17364
- transition-duration: 0.2s;
17365
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17366
- vertical-align: middle;
17325
+ top: -8px;
17367
17326
  }
17368
- .v-fab .v-btn {
17369
- pointer-events: auto;
17327
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
17328
+ border-bottom: thin solid #e0e0e0;
17370
17329
  }
17371
- .v-fab .v-btn--variant-elevated {
17372
- 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));
17330
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17331
+ border-bottom: none;
17373
17332
  }
17374
- .v-fab--app, .v-fab--absolute {
17375
- display: flex;
17333
+
17334
+ .v-calendar-day__row-without-label {
17335
+ display: grid;
17336
+ grid-template-columns: 1fr;
17337
+ border-right: thin solid #e0e0e0;
17376
17338
  }
17377
- .v-fab--start, .v-fab--left {
17378
- justify-content: flex-start;
17339
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
17340
+ overflow: hidden;
17341
+ border-bottom: thin solid #e0e0e0;
17379
17342
  }
17380
- .v-fab--center {
17343
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17344
+ border-bottom: none;
17345
+ }.v-empty-state {
17381
17346
  align-items: center;
17347
+ display: flex;
17348
+ flex-direction: column;
17382
17349
  justify-content: center;
17350
+ min-height: 100%;
17351
+ padding: 16px;
17383
17352
  }
17384
- .v-fab--end, .v-fab--right {
17385
- justify-content: flex-end;
17386
- }
17387
- .v-fab--bottom {
17388
- align-items: flex-end;
17389
- }
17390
- .v-fab--top {
17353
+ .v-empty-state--start {
17391
17354
  align-items: flex-start;
17392
17355
  }
17393
- .v-fab--extended .v-btn {
17394
- border-radius: 9999px !important;
17356
+ .v-empty-state--center {
17357
+ align-items: center;
17358
+ }
17359
+ .v-empty-state--end {
17360
+ align-items: flex-end;
17395
17361
  }
17396
17362
 
17397
- .v-fab__container {
17398
- align-self: center;
17399
- display: inline-flex;
17400
- vertical-align: middle;
17363
+ .v-empty-state__media {
17364
+ text-align: center;
17365
+ width: 100%;
17401
17366
  }
17402
- .v-fab--app .v-fab__container {
17403
- margin: 12px;
17367
+
17368
+ .v-empty-state__headline {
17369
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17370
+ font-size: 3.75rem;
17371
+ font-weight: 300;
17372
+ line-height: 3.75rem;
17404
17373
  }
17405
- .v-fab--absolute .v-fab__container {
17406
- position: absolute;
17407
- z-index: 4;
17374
+
17375
+ .v-empty-state__title {
17376
+ font-size: 1.25rem;
17377
+ font-weight: 500;
17378
+ line-height: 2rem;
17379
+ text-align: center;
17408
17380
  }
17409
- .v-fab--offset.v-fab--top .v-fab__container {
17410
- transform: translateY(-50%);
17381
+
17382
+ .v-empty-state__text {
17383
+ font-size: 1rem;
17384
+ font-weight: 400;
17385
+ line-height: 1.5rem;
17386
+ padding: 0 16px;
17387
+ text-align: center;
17411
17388
  }
17412
- .v-fab--offset.v-fab--bottom .v-fab__container {
17413
- transform: translateY(50%);
17389
+
17390
+ .v-empty-state__content {
17391
+ padding: 24px 0;
17414
17392
  }
17415
- .v-fab--top .v-fab__container {
17416
- top: 0;
17393
+
17394
+ .v-empty-state__actions {
17395
+ display: flex;
17396
+ gap: 8px;
17397
+ padding: 16px;
17417
17398
  }
17418
- .v-fab--bottom .v-fab__container {
17419
- bottom: 0;
17399
+
17400
+ .v-empty-state__action-btn.v-btn {
17401
+ background-color: rgb(var(--v-theme-surface-variant));
17402
+ color: rgb(var(--v-theme-on-surface-variant));
17403
+ }.v-calendar-header {
17404
+ align-items: center;
17405
+ display: flex;
17406
+ min-height: 64px;
17420
17407
  }
17421
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
17422
- left: 0;
17408
+
17409
+ .v-calendar-header__today {
17410
+ margin-inline-end: 24px;
17423
17411
  }
17424
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
17425
- right: 0;
17426
- }.v-calendar-internal-event {
17427
- overflow: hidden;
17428
- padding: 4px;
17429
- text-overflow: ellipsis;
17430
- white-space: nowrap;
17412
+
17413
+ .v-calendar-header__title {
17414
+ font-size: 1.5rem;
17415
+ margin-inline-start: 24px;
17431
17416
  }.v-calendar-month__day {
17432
17417
  position: relative;
17433
17418
  display: flex;
@@ -17491,66 +17476,79 @@ html.overflow-y-hidden {
17491
17476
 
17492
17477
  .v-calendar-weekly__day-alldayevents-container {
17493
17478
  min-height: 24px;
17494
- }.v-empty-state {
17479
+ }.v-calendar-internal-event {
17480
+ overflow: hidden;
17481
+ padding: 4px;
17482
+ text-overflow: ellipsis;
17483
+ white-space: nowrap;
17484
+ }.v-fab {
17495
17485
  align-items: center;
17486
+ display: inline-flex;
17487
+ flex: 1 1 auto;
17488
+ pointer-events: none;
17489
+ position: relative;
17490
+ transition-duration: 0.2s;
17491
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17492
+ vertical-align: middle;
17493
+ }
17494
+ .v-fab .v-btn {
17495
+ pointer-events: auto;
17496
+ }
17497
+ .v-fab .v-btn--variant-elevated {
17498
+ 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));
17499
+ }
17500
+ .v-fab--app, .v-fab--absolute {
17496
17501
  display: flex;
17497
- flex-direction: column;
17498
- justify-content: center;
17499
- min-height: 100%;
17500
- padding: 16px;
17501
17502
  }
17502
- .v-empty-state--start {
17503
- align-items: flex-start;
17503
+ .v-fab--start, .v-fab--left {
17504
+ justify-content: flex-start;
17504
17505
  }
17505
- .v-empty-state--center {
17506
+ .v-fab--center {
17506
17507
  align-items: center;
17508
+ justify-content: center;
17507
17509
  }
17508
- .v-empty-state--end {
17509
- align-items: flex-end;
17510
+ .v-fab--end, .v-fab--right {
17511
+ justify-content: flex-end;
17510
17512
  }
17511
-
17512
- .v-empty-state__media {
17513
- text-align: center;
17514
- width: 100%;
17513
+ .v-fab--bottom {
17514
+ align-items: flex-end;
17515
17515
  }
17516
-
17517
- .v-empty-state__headline {
17518
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17519
- font-size: 3.75rem;
17520
- font-weight: 300;
17521
- line-height: 3.75rem;
17516
+ .v-fab--top {
17517
+ align-items: flex-start;
17522
17518
  }
17523
-
17524
- .v-empty-state__title {
17525
- font-size: 1.25rem;
17526
- font-weight: 500;
17527
- line-height: 2rem;
17528
- text-align: center;
17519
+ .v-fab--extended .v-btn {
17520
+ border-radius: 9999px !important;
17529
17521
  }
17530
17522
 
17531
- .v-empty-state__text {
17532
- font-size: 1rem;
17533
- font-weight: 400;
17534
- line-height: 1.5rem;
17535
- padding: 0 16px;
17536
- text-align: center;
17523
+ .v-fab__container {
17524
+ align-self: center;
17525
+ display: inline-flex;
17526
+ vertical-align: middle;
17537
17527
  }
17538
-
17539
- .v-empty-state__content {
17540
- padding: 24px 0;
17528
+ .v-fab--app .v-fab__container {
17529
+ margin: 12px;
17541
17530
  }
17542
-
17543
- .v-empty-state__actions {
17544
- display: flex;
17545
- gap: 8px;
17546
- padding: 16px;
17531
+ .v-fab--absolute .v-fab__container {
17532
+ position: absolute;
17533
+ z-index: 4;
17547
17534
  }
17548
-
17549
- .v-empty-state__action-btn.v-btn {
17550
- background-color: rgb(var(--v-theme-surface-variant));
17551
- color: rgb(var(--v-theme-on-surface-variant));
17552
- }.v-speed-dial__content {
17553
- gap: 8px;
17535
+ .v-fab--offset.v-fab--top .v-fab__container {
17536
+ transform: translateY(-50%);
17537
+ }
17538
+ .v-fab--offset.v-fab--bottom .v-fab__container {
17539
+ transform: translateY(50%);
17540
+ }
17541
+ .v-fab--top .v-fab__container {
17542
+ top: 0;
17543
+ }
17544
+ .v-fab--bottom .v-fab__container {
17545
+ bottom: 0;
17546
+ }
17547
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
17548
+ left: 0;
17549
+ }
17550
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
17551
+ right: 0;
17554
17552
  }.v-picker.v-sheet {
17555
17553
  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));
17556
17554
  border-radius: 4px;
@@ -17618,6 +17616,8 @@ html.overflow-y-hidden {
17618
17616
  }
17619
17617
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
17620
17618
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
17619
+ }.v-speed-dial__content {
17620
+ gap: 8px;
17621
17621
  }.v-app-bar {
17622
17622
  display: flex;
17623
17623
  }
@@ -17630,22 +17630,6 @@ html.overflow-y-hidden {
17630
17630
  }
17631
17631
  .v-app-bar:not(.v-toolbar--absolute) {
17632
17632
  padding-inline-end: var(--v-scrollbar-offset);
17633
- }.v-application {
17634
- display: flex;
17635
- background: rgb(var(--v-theme-background));
17636
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17637
- }
17638
-
17639
- .v-application__wrap {
17640
- -webkit-backface-visibility: hidden;
17641
- backface-visibility: hidden;
17642
- display: flex;
17643
- flex-direction: column;
17644
- flex: 1 1 auto;
17645
- max-width: 100%;
17646
- min-height: 100vh;
17647
- min-height: 100dvh;
17648
- position: relative;
17649
17633
  }.v-alert {
17650
17634
  display: grid;
17651
17635
  flex: 1 1;
@@ -17856,87 +17840,6 @@ html.overflow-y-hidden {
17856
17840
  text-transform: none;
17857
17841
  word-break: normal;
17858
17842
  word-wrap: break-word;
17859
- }.v-autocomplete .v-field .v-text-field__prefix,
17860
- .v-autocomplete .v-field .v-text-field__suffix,
17861
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17862
- cursor: text;
17863
- }
17864
- .v-autocomplete .v-field .v-field__input > input {
17865
- flex: 1 1;
17866
- }
17867
- .v-autocomplete .v-field input {
17868
- min-width: 64px;
17869
- }
17870
- .v-autocomplete .v-field:not(.v-field--focused) input {
17871
- min-width: 0;
17872
- }
17873
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17874
- margin-inline-end: 2px;
17875
- }
17876
- .v-autocomplete .v-autocomplete__selection-text {
17877
- overflow: hidden;
17878
- text-overflow: ellipsis;
17879
- white-space: nowrap;
17880
- }
17881
-
17882
- .v-autocomplete__content {
17883
- overflow: hidden;
17884
- 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));
17885
- border-radius: 4px;
17886
- }
17887
- .v-autocomplete__mask {
17888
- background: rgb(var(--v-theme-surface-light));
17889
- }
17890
- .v-autocomplete__selection {
17891
- display: inline-flex;
17892
- align-items: center;
17893
- height: 1.5rem;
17894
- letter-spacing: inherit;
17895
- line-height: inherit;
17896
- max-width: calc(100% - 2px - 2px);
17897
- }
17898
- .v-autocomplete__selection:first-child {
17899
- margin-inline-start: 0;
17900
- }
17901
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17902
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17903
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17904
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17905
- top: 0px;
17906
- }
17907
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17908
- opacity: var(--v-medium-emphasis-opacity);
17909
- }
17910
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17911
- opacity: 1;
17912
- }
17913
- .v-autocomplete--selecting-index .v-field__input > input {
17914
- caret-color: transparent;
17915
- }
17916
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17917
- flex: 1 1;
17918
- position: absolute;
17919
- left: 0;
17920
- right: 0;
17921
- width: 100%;
17922
- padding-inline: inherit;
17923
- }
17924
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17925
- transition: none;
17926
- }
17927
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17928
- opacity: 0;
17929
- }
17930
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17931
- opacity: 0;
17932
- }
17933
- .v-autocomplete__menu-icon {
17934
- margin-inline-start: 4px;
17935
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17936
- }
17937
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17938
- opacity: var(--v-high-emphasis-opacity);
17939
- transform: rotate(180deg);
17940
17843
  }.v-avatar {
17941
17844
  flex: none;
17942
17845
  align-items: center;
@@ -18024,6 +17927,103 @@ html.overflow-y-hidden {
18024
17927
  .v-avatar .v-img {
18025
17928
  height: 100%;
18026
17929
  width: 100%;
17930
+ }.v-autocomplete .v-field .v-text-field__prefix,
17931
+ .v-autocomplete .v-field .v-text-field__suffix,
17932
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17933
+ cursor: text;
17934
+ }
17935
+ .v-autocomplete .v-field .v-field__input > input {
17936
+ flex: 1 1;
17937
+ }
17938
+ .v-autocomplete .v-field input {
17939
+ min-width: 64px;
17940
+ }
17941
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17942
+ min-width: 0;
17943
+ }
17944
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17945
+ margin-inline-end: 2px;
17946
+ }
17947
+ .v-autocomplete .v-autocomplete__selection-text {
17948
+ overflow: hidden;
17949
+ text-overflow: ellipsis;
17950
+ white-space: nowrap;
17951
+ }
17952
+
17953
+ .v-autocomplete__content {
17954
+ overflow: hidden;
17955
+ 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));
17956
+ border-radius: 4px;
17957
+ }
17958
+ .v-autocomplete__mask {
17959
+ background: rgb(var(--v-theme-surface-light));
17960
+ }
17961
+ .v-autocomplete__selection {
17962
+ display: inline-flex;
17963
+ align-items: center;
17964
+ height: 1.5rem;
17965
+ letter-spacing: inherit;
17966
+ line-height: inherit;
17967
+ max-width: calc(100% - 2px - 2px);
17968
+ }
17969
+ .v-autocomplete__selection:first-child {
17970
+ margin-inline-start: 0;
17971
+ }
17972
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17973
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17974
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17975
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17976
+ top: 0px;
17977
+ }
17978
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17979
+ opacity: var(--v-medium-emphasis-opacity);
17980
+ }
17981
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17982
+ opacity: 1;
17983
+ }
17984
+ .v-autocomplete--selecting-index .v-field__input > input {
17985
+ caret-color: transparent;
17986
+ }
17987
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17988
+ flex: 1 1;
17989
+ position: absolute;
17990
+ left: 0;
17991
+ right: 0;
17992
+ width: 100%;
17993
+ padding-inline: inherit;
17994
+ }
17995
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17996
+ transition: none;
17997
+ }
17998
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17999
+ opacity: 0;
18000
+ }
18001
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18002
+ opacity: 0;
18003
+ }
18004
+ .v-autocomplete__menu-icon {
18005
+ margin-inline-start: 4px;
18006
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18007
+ }
18008
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18009
+ opacity: var(--v-high-emphasis-opacity);
18010
+ transform: rotate(180deg);
18011
+ }.v-application {
18012
+ display: flex;
18013
+ background: rgb(var(--v-theme-background));
18014
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18015
+ }
18016
+
18017
+ .v-application__wrap {
18018
+ -webkit-backface-visibility: hidden;
18019
+ backface-visibility: hidden;
18020
+ display: flex;
18021
+ flex-direction: column;
18022
+ flex: 1 1 auto;
18023
+ max-width: 100%;
18024
+ min-height: 100vh;
18025
+ min-height: 100dvh;
18026
+ position: relative;
18027
18027
  }.v-badge {
18028
18028
  display: inline-block;
18029
18029
  line-height: 1;
@@ -18095,18 +18095,50 @@ html.overflow-y-hidden {
18095
18095
  display: inline-flex;
18096
18096
  justify-content: center;
18097
18097
  margin: 0 4px;
18098
- }.v-bottom-navigation {
18099
- display: flex;
18100
- max-width: 100%;
18101
- overflow: hidden;
18102
- position: absolute;
18103
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18104
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18105
- border-style: solid;
18106
- border-width: 0;
18107
- border-radius: 0;
18108
- background: rgb(var(--v-theme-surface));
18109
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18098
+ }.bottom-sheet-transition-enter-from {
18099
+ transform: translateY(100%);
18100
+ }
18101
+ .bottom-sheet-transition-leave-to {
18102
+ transform: translateY(100%);
18103
+ }
18104
+
18105
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18106
+ align-self: flex-end;
18107
+ border-radius: 0;
18108
+ flex: 0 1 auto;
18109
+ left: 0;
18110
+ right: 0;
18111
+ margin-inline: 0;
18112
+ margin-bottom: 0;
18113
+ transition-duration: 0.2s;
18114
+ width: 100%;
18115
+ max-width: 100%;
18116
+ overflow: visible;
18117
+ 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));
18118
+ }
18119
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18120
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18121
+ border-radius: 0;
18122
+ }
18123
+ .v-bottom-sheet.v-bottom-sheet--inset {
18124
+ max-width: none;
18125
+ }
18126
+ @media (min-width: 600px) {
18127
+ .v-bottom-sheet.v-bottom-sheet--inset {
18128
+ max-width: 70%;
18129
+ }
18130
+ }.v-bottom-navigation {
18131
+ display: flex;
18132
+ max-width: 100%;
18133
+ overflow: hidden;
18134
+ position: absolute;
18135
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18136
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18137
+ border-style: solid;
18138
+ border-width: 0;
18139
+ border-radius: 0;
18140
+ background: rgb(var(--v-theme-surface));
18141
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18110
18142
  }
18111
18143
  .v-bottom-navigation--border {
18112
18144
  border-width: thin;
@@ -18364,6 +18396,62 @@ html.overflow-y-hidden {
18364
18396
  display: inline-block;
18365
18397
  padding: 0 8px;
18366
18398
  vertical-align: middle;
18399
+ }.v-btn-group {
18400
+ display: inline-flex;
18401
+ flex-wrap: nowrap;
18402
+ max-width: 100%;
18403
+ min-width: 0;
18404
+ overflow: hidden;
18405
+ vertical-align: middle;
18406
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18407
+ border-style: solid;
18408
+ border-width: 0;
18409
+ 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));
18410
+ border-radius: 4px;
18411
+ background: transparent;
18412
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18413
+ }
18414
+ .v-btn-group--border {
18415
+ border-width: thin;
18416
+ box-shadow: none;
18417
+ }
18418
+ .v-btn-group--density-default.v-btn-group {
18419
+ height: 48px;
18420
+ }
18421
+
18422
+ .v-btn-group--density-comfortable.v-btn-group {
18423
+ height: 40px;
18424
+ }
18425
+
18426
+ .v-btn-group--density-compact.v-btn-group {
18427
+ height: 36px;
18428
+ }
18429
+
18430
+ .v-btn-group .v-btn {
18431
+ border-radius: 0;
18432
+ border-color: inherit;
18433
+ }
18434
+ .v-btn-group .v-btn:not(:last-child) {
18435
+ border-inline-end: none;
18436
+ }
18437
+ .v-btn-group .v-btn:not(:first-child) {
18438
+ border-inline-start: none;
18439
+ }
18440
+ .v-btn-group .v-btn:first-child {
18441
+ border-start-start-radius: inherit;
18442
+ border-end-start-radius: inherit;
18443
+ }
18444
+ .v-btn-group .v-btn:last-child {
18445
+ border-start-end-radius: inherit;
18446
+ border-end-end-radius: inherit;
18447
+ }
18448
+ .v-btn-group--divided .v-btn:not(:last-child) {
18449
+ border-inline-end-width: thin;
18450
+ border-inline-end-style: solid;
18451
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18452
+ }
18453
+ .v-btn-group--tile {
18454
+ border-radius: 0;
18367
18455
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18368
18456
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18369
18457
  }
@@ -18377,38 +18465,69 @@ html.overflow-y-hidden {
18377
18465
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18378
18466
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18379
18467
  }
18380
- }.bottom-sheet-transition-enter-from {
18381
- transform: translateY(100%);
18468
+ }.v-carousel {
18469
+ overflow: hidden;
18470
+ position: relative;
18471
+ width: 100%;
18382
18472
  }
18383
- .bottom-sheet-transition-leave-to {
18384
- transform: translateY(100%);
18473
+ .v-carousel__controls {
18474
+ align-items: center;
18475
+ bottom: 0;
18476
+ display: flex;
18477
+ height: 50px;
18478
+ justify-content: center;
18479
+ list-style-type: none;
18480
+ position: absolute;
18481
+ width: 100%;
18482
+ z-index: 1;
18483
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18484
+ color: rgb(var(--v-theme-on-surface-variant));
18385
18485
  }
18386
-
18387
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18388
- align-self: flex-end;
18389
- border-radius: 0;
18486
+ .v-carousel__controls > .v-item-group {
18390
18487
  flex: 0 1 auto;
18488
+ }
18489
+ .v-carousel__controls__item {
18490
+ margin: 0 8px;
18491
+ }
18492
+ .v-carousel__controls__item .v-icon {
18493
+ opacity: 0.5;
18494
+ }
18495
+ .v-carousel__controls__item--active .v-icon {
18496
+ opacity: 1;
18497
+ vertical-align: middle;
18498
+ }
18499
+ .v-carousel__controls__item:hover {
18500
+ background: none;
18501
+ }
18502
+ .v-carousel__controls__item:hover .v-icon {
18503
+ opacity: 0.8;
18504
+ }
18505
+
18506
+ .v-carousel__progress {
18507
+ margin: 0;
18508
+ position: absolute;
18509
+ bottom: 0;
18391
18510
  left: 0;
18392
18511
  right: 0;
18393
- margin-inline: 0;
18394
- margin-bottom: 0;
18395
- transition-duration: 0.2s;
18396
- width: 100%;
18397
- max-width: 100%;
18398
- overflow: visible;
18399
- 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));
18400
18512
  }
18401
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18402
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18403
- border-radius: 0;
18513
+
18514
+ .v-carousel-item {
18515
+ display: block;
18516
+ height: inherit;
18517
+ text-decoration: none;
18404
18518
  }
18405
- .v-bottom-sheet.v-bottom-sheet--inset {
18406
- max-width: none;
18519
+ .v-carousel-item > .v-img {
18520
+ height: inherit;
18407
18521
  }
18408
- @media (min-width: 600px) {
18409
- .v-bottom-sheet.v-bottom-sheet--inset {
18410
- max-width: 70%;
18411
- }
18522
+
18523
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18524
+ background: transparent;
18525
+ }
18526
+
18527
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18528
+ flex-direction: column;
18529
+ height: 100% !important;
18530
+ width: 50px;
18412
18531
  }.v-btn {
18413
18532
  align-items: center;
18414
18533
  border-radius: 4px;
@@ -18812,198 +18931,61 @@ html.overflow-y-hidden {
18812
18931
  }
18813
18932
  .v-pagination__item--is-active .v-btn__overlay {
18814
18933
  opacity: var(--v-border-opacity);
18815
- }.v-btn-group {
18816
- display: inline-flex;
18817
- flex-wrap: nowrap;
18818
- max-width: 100%;
18819
- min-width: 0;
18934
+ }.v-checkbox.v-input {
18935
+ flex: 0 1 auto;
18936
+ }
18937
+ .v-checkbox .v-selection-control {
18938
+ min-height: var(--v-input-control-height);
18939
+ }.v-card {
18940
+ display: block;
18820
18941
  overflow: hidden;
18821
- vertical-align: middle;
18942
+ overflow-wrap: break-word;
18943
+ position: relative;
18944
+ padding: 0;
18945
+ text-decoration: none;
18946
+ transition-duration: 0.28s;
18947
+ transition-property: box-shadow, opacity, background;
18948
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18949
+ z-index: 0;
18822
18950
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18823
18951
  border-style: solid;
18824
18952
  border-width: 0;
18825
- 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));
18826
18953
  border-radius: 4px;
18827
- background: transparent;
18828
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18829
18954
  }
18830
- .v-btn-group--border {
18955
+ .v-card--border {
18831
18956
  border-width: thin;
18832
18957
  box-shadow: none;
18833
18958
  }
18834
- .v-btn-group--density-default.v-btn-group {
18835
- height: 48px;
18836
- }
18837
-
18838
- .v-btn-group--density-comfortable.v-btn-group {
18839
- height: 40px;
18959
+ .v-card--absolute {
18960
+ position: absolute;
18840
18961
  }
18841
-
18842
- .v-btn-group--density-compact.v-btn-group {
18843
- height: 36px;
18962
+ .v-card--fixed {
18963
+ position: fixed;
18844
18964
  }
18845
-
18846
- .v-btn-group .v-btn {
18847
- border-radius: 0;
18848
- border-color: inherit;
18965
+ .v-card:hover > .v-card__overlay {
18966
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18849
18967
  }
18850
- .v-btn-group .v-btn:not(:last-child) {
18851
- border-inline-end: none;
18968
+ .v-card:focus-visible > .v-card__overlay {
18969
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18852
18970
  }
18853
- .v-btn-group .v-btn:not(:first-child) {
18854
- border-inline-start: none;
18971
+ @supports not selector(:focus-visible) {
18972
+ .v-card:focus > .v-card__overlay {
18973
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18974
+ }
18855
18975
  }
18856
- .v-btn-group .v-btn:first-child {
18857
- border-start-start-radius: inherit;
18858
- border-end-start-radius: inherit;
18976
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18977
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18859
18978
  }
18860
- .v-btn-group .v-btn:last-child {
18861
- border-start-end-radius: inherit;
18862
- border-end-end-radius: inherit;
18979
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
18980
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18863
18981
  }
18864
- .v-btn-group--divided .v-btn:not(:last-child) {
18865
- border-inline-end-width: thin;
18866
- border-inline-end-style: solid;
18867
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18982
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
18983
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18868
18984
  }
18869
- .v-btn-group--tile {
18870
- border-radius: 0;
18871
- }.v-checkbox.v-input {
18872
- flex: 0 1 auto;
18873
- }
18874
- .v-checkbox .v-selection-control {
18875
- min-height: var(--v-input-control-height);
18876
- }.v-carousel {
18877
- overflow: hidden;
18878
- position: relative;
18879
- width: 100%;
18880
- }
18881
- .v-carousel__controls {
18882
- align-items: center;
18883
- bottom: 0;
18884
- display: flex;
18885
- height: 50px;
18886
- justify-content: center;
18887
- list-style-type: none;
18888
- position: absolute;
18889
- width: 100%;
18890
- z-index: 1;
18891
- background: rgba(var(--v-theme-surface-variant), 0.3);
18892
- color: rgb(var(--v-theme-on-surface-variant));
18893
- }
18894
- .v-carousel__controls > .v-item-group {
18895
- flex: 0 1 auto;
18896
- }
18897
- .v-carousel__controls__item {
18898
- margin: 0 8px;
18899
- }
18900
- .v-carousel__controls__item .v-icon {
18901
- opacity: 0.5;
18902
- }
18903
- .v-carousel__controls__item--active .v-icon {
18904
- opacity: 1;
18905
- vertical-align: middle;
18906
- }
18907
- .v-carousel__controls__item:hover {
18908
- background: none;
18909
- }
18910
- .v-carousel__controls__item:hover .v-icon {
18911
- opacity: 0.8;
18912
- }
18913
-
18914
- .v-carousel__progress {
18915
- margin: 0;
18916
- position: absolute;
18917
- bottom: 0;
18918
- left: 0;
18919
- right: 0;
18920
- }
18921
-
18922
- .v-carousel-item {
18923
- display: block;
18924
- height: inherit;
18925
- text-decoration: none;
18926
- }
18927
- .v-carousel-item > .v-img {
18928
- height: inherit;
18929
- }
18930
-
18931
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18932
- background: transparent;
18933
- }
18934
-
18935
- .v-carousel--vertical-delimiters .v-carousel__controls {
18936
- flex-direction: column;
18937
- height: 100% !important;
18938
- width: 50px;
18939
- }.v-chip-group {
18940
- display: flex;
18941
- max-width: 100%;
18942
- min-width: 0;
18943
- overflow-x: auto;
18944
- padding: 4px 0;
18945
- }
18946
- .v-chip-group .v-chip {
18947
- margin: 4px 8px 4px 0;
18948
- }
18949
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18950
- opacity: var(--v-activated-opacity);
18951
- }
18952
-
18953
- .v-chip-group--column .v-slide-group__content {
18954
- white-space: normal;
18955
- flex-wrap: wrap;
18956
- max-width: 100%;
18957
- }.v-card {
18958
- display: block;
18959
- overflow: hidden;
18960
- overflow-wrap: break-word;
18961
- position: relative;
18962
- padding: 0;
18963
- text-decoration: none;
18964
- transition-duration: 0.28s;
18965
- transition-property: box-shadow, opacity, background;
18966
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18967
- z-index: 0;
18968
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18969
- border-style: solid;
18970
- border-width: 0;
18971
- border-radius: 4px;
18972
- }
18973
- .v-card--border {
18974
- border-width: thin;
18975
- box-shadow: none;
18976
- }
18977
- .v-card--absolute {
18978
- position: absolute;
18979
- }
18980
- .v-card--fixed {
18981
- position: fixed;
18982
- }
18983
- .v-card:hover > .v-card__overlay {
18984
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18985
- }
18986
- .v-card:focus-visible > .v-card__overlay {
18987
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18988
- }
18989
- @supports not selector(:focus-visible) {
18990
- .v-card:focus > .v-card__overlay {
18991
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18992
- }
18993
- }
18994
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18995
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18996
- }
18997
- .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
18998
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18999
- }
19000
- .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19001
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19002
- }
19003
- @supports not selector(:focus-visible) {
19004
- .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19005
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19006
- }
18985
+ @supports not selector(:focus-visible) {
18986
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
18987
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18988
+ }
19007
18989
  }
19008
18990
  .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19009
18991
  background: transparent;
@@ -19250,26 +19232,24 @@ html.overflow-y-hidden {
19250
19232
  pointer-events: none;
19251
19233
  opacity: 0;
19252
19234
  transition: opacity 0.2s ease-in-out;
19253
- }.v-color-picker {
19254
- align-self: flex-start;
19255
- contain: content;
19235
+ }.v-chip-group {
19236
+ display: flex;
19237
+ max-width: 100%;
19238
+ min-width: 0;
19239
+ overflow-x: auto;
19240
+ padding: 4px 0;
19256
19241
  }
19257
- .v-color-picker.v-sheet {
19258
- 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));
19259
- border-radius: 4px;
19242
+ .v-chip-group .v-chip {
19243
+ margin: 4px 8px 4px 0;
19260
19244
  }
19261
-
19262
- .v-color-picker__controls {
19263
- display: flex;
19264
- flex-direction: column;
19265
- padding: 16px;
19245
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19246
+ opacity: var(--v-activated-opacity);
19266
19247
  }
19267
19248
 
19268
- .v-color-picker--flat {
19269
- 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));
19270
- }
19271
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19272
- 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));
19249
+ .v-chip-group--column .v-slide-group__content {
19250
+ white-space: normal;
19251
+ flex-wrap: wrap;
19252
+ max-width: 100%;
19273
19253
  }.v-chip {
19274
19254
  align-items: center;
19275
19255
  display: inline-flex;
@@ -19677,6 +19657,26 @@ html.overflow-y-hidden {
19677
19657
 
19678
19658
  .v-chip--label {
19679
19659
  border-radius: 4px;
19660
+ }.v-color-picker {
19661
+ align-self: flex-start;
19662
+ contain: content;
19663
+ }
19664
+ .v-color-picker.v-sheet {
19665
+ 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));
19666
+ border-radius: 4px;
19667
+ }
19668
+
19669
+ .v-color-picker__controls {
19670
+ display: flex;
19671
+ flex-direction: column;
19672
+ padding: 16px;
19673
+ }
19674
+
19675
+ .v-color-picker--flat {
19676
+ 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));
19677
+ }
19678
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19679
+ 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));
19680
19680
  }.v-container {
19681
19681
  width: 100%;
19682
19682
  padding: 16px;
@@ -20349,260 +20349,128 @@ html.overflow-y-hidden {
20349
20349
  .offset-xxl-11 {
20350
20350
  margin-inline-start: 91.6666666667%;
20351
20351
  }
20352
- }.v-combobox .v-field .v-text-field__prefix,
20353
- .v-combobox .v-field .v-text-field__suffix,
20354
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20355
- cursor: text;
20352
+ }.v-counter {
20353
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20354
+ flex: 0 1 auto;
20355
+ font-size: 12px;
20356
+ transition-duration: 150ms;
20357
+ }.v-date-picker {
20358
+ overflow: hidden;
20359
+ width: 328px;
20356
20360
  }
20357
- .v-combobox .v-field .v-field__input > input {
20358
- flex: 1 1;
20361
+ .v-date-picker--show-week {
20362
+ width: 368px;
20363
+ }.v-date-picker-controls {
20364
+ display: flex;
20365
+ align-items: center;
20366
+ justify-content: space-between;
20367
+ font-size: 0.875rem;
20368
+ padding-top: 4px;
20369
+ padding-bottom: 4px;
20370
+ padding-inline-start: 6px;
20371
+ padding-inline-end: 12px;
20359
20372
  }
20360
- .v-combobox .v-field input {
20361
- min-width: 64px;
20373
+ .v-date-picker-controls > .v-btn:first-child {
20374
+ text-transform: none;
20375
+ font-weight: 400;
20376
+ line-height: initial;
20377
+ letter-spacing: initial;
20362
20378
  }
20363
- .v-combobox .v-field:not(.v-field--focused) input {
20364
- min-width: 0;
20379
+ .v-date-picker-controls--variant-classic {
20380
+ padding-inline-start: 12px;
20365
20381
  }
20366
- .v-combobox .v-field--dirty .v-combobox__selection {
20367
- margin-inline-end: 2px;
20382
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20383
+ opacity: 0.7;
20368
20384
  }
20369
- .v-combobox .v-combobox__selection-text {
20370
- overflow: hidden;
20371
- text-overflow: ellipsis;
20372
- white-space: nowrap;
20385
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20386
+ cursor: pointer;
20373
20387
  }
20374
-
20375
- .v-combobox__content {
20376
- overflow: hidden;
20377
- 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));
20378
- border-radius: 4px;
20388
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20389
+ opacity: 1;
20379
20390
  }
20380
- .v-combobox__mask {
20381
- background: rgb(var(--v-theme-surface-light));
20391
+ .v-date-picker-controls .v-btn:last-child {
20392
+ margin-inline-start: 4px;
20382
20393
  }
20383
- .v-combobox__selection {
20384
- display: inline-flex;
20385
- align-items: center;
20386
- height: 1.5rem;
20387
- letter-spacing: inherit;
20388
- line-height: inherit;
20389
- max-width: calc(100% - 2px - 2px);
20394
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20395
+ transform: rotate(180deg);
20390
20396
  }
20391
- .v-combobox__selection:first-child {
20392
- margin-inline-start: 0;
20397
+
20398
+ .v-date-picker-controls__date {
20399
+ margin-inline-end: 4px;
20393
20400
  }
20394
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20395
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20396
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20397
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20398
- top: 0px;
20399
- }
20400
- .v-combobox--selecting-index .v-combobox__selection {
20401
- opacity: var(--v-medium-emphasis-opacity);
20402
- }
20403
- .v-combobox--selecting-index .v-combobox__selection--selected {
20404
- opacity: 1;
20405
- }
20406
- .v-combobox--selecting-index .v-field__input > input {
20407
- caret-color: transparent;
20408
- }
20409
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20410
- flex: 1 1;
20411
- position: absolute;
20412
- left: 0;
20413
- right: 0;
20414
- width: 100%;
20415
- padding-inline: inherit;
20416
- }
20417
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20418
- transition: none;
20419
- }
20420
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20421
- opacity: 0;
20422
- }
20423
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20424
- opacity: 0;
20425
- }
20426
- .v-combobox__menu-icon {
20427
- margin-inline-start: 4px;
20428
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20429
- }
20430
- .v-combobox--active-menu .v-combobox__menu-icon {
20431
- opacity: var(--v-high-emphasis-opacity);
20432
- transform: rotate(180deg);
20433
- }.v-data-table-footer {
20434
- display: flex;
20435
- align-items: center;
20436
- flex-wrap: wrap;
20437
- padding: 4px;
20438
- justify-content: flex-end;
20401
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20402
+ margin: auto;
20403
+ text-align: center;
20439
20404
  }
20440
20405
 
20441
- .v-data-table-footer__items-per-page {
20406
+ .v-date-picker-controls__month {
20442
20407
  display: flex;
20443
- align-items: center;
20444
- justify-content: center;
20445
- }
20446
- .v-data-table-footer__items-per-page > span {
20447
- padding-inline-end: 8px;
20448
20408
  }
20449
- .v-data-table-footer__items-per-page > .v-select {
20450
- width: 90px;
20409
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20410
+ flex-direction: row-reverse;
20451
20411
  }
20452
20412
 
20453
- .v-data-table-footer__info {
20454
- display: flex;
20455
- justify-content: flex-end;
20456
- min-width: 116px;
20457
- padding: 0 16px;
20413
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20414
+ flex: 1 0 auto;
20458
20415
  }
20459
20416
 
20460
- .v-data-table-footer__pagination {
20417
+ .v-date-picker__title {
20418
+ display: inline-block;
20419
+ }.v-date-picker-month {
20461
20420
  display: flex;
20462
- align-items: center;
20463
- margin-inline-start: 16px;
20464
- }
20465
-
20466
- .v-data-table-footer__page {
20467
- padding: 0 8px;
20468
- }.v-data-table {
20469
- width: 100%;
20470
- }
20471
-
20472
- .v-data-table__table {
20473
- width: 100%;
20474
- border-collapse: separate;
20475
- border-spacing: 0;
20476
- }
20477
-
20478
- .v-data-table__tr--focus {
20479
- border: 1px dotted black;
20480
- }
20481
- .v-data-table__tr--clickable {
20482
- cursor: pointer;
20483
- }
20484
-
20485
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20486
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20487
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20488
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20489
- text-align: end;
20490
- }
20491
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20492
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20493
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20494
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20495
- flex-direction: row-reverse;
20496
- }
20497
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20498
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20499
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20500
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20501
- text-align: center;
20502
- }
20503
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20504
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20505
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20506
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20507
20421
  justify-content: center;
20508
- }
20509
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20510
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20511
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20512
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20513
- padding: 0 8px;
20514
- }
20515
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20516
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20517
- align-items: center;
20518
- }
20519
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20520
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20521
- position: sticky;
20522
- }
20523
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20524
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20525
- cursor: pointer;
20526
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20527
- }
20528
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20529
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20530
- opacity: 0;
20531
- }
20532
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20533
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20534
- opacity: 0.5;
20535
- }
20536
-
20537
- .v-data-table-column--fixed,
20538
- .v-data-table__th--sticky {
20539
- background: rgb(var(--v-theme-surface));
20540
- position: sticky !important;
20541
- left: 0;
20542
- z-index: 1;
20543
- }
20544
-
20545
- .v-data-table-column--last-fixed {
20546
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20547
- }
20548
-
20549
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20550
- z-index: 2;
20422
+ padding: 0 12px 8px;
20423
+ --v-date-picker-month-day-diff: 4px;
20551
20424
  }
20552
20425
 
20553
- .v-data-table-group-header-row td {
20554
- background: rgba(var(--v-theme-surface));
20555
- color: rgba(var(--v-theme-on-surface));
20426
+ .v-date-picker-month__weeks {
20427
+ display: grid;
20428
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20429
+ column-gap: 4px;
20430
+ font-size: 0.85rem;
20556
20431
  }
20557
- .v-data-table-group-header-row td > span {
20558
- padding-left: 5px;
20432
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20433
+ grid-row-gap: 0;
20559
20434
  }
20560
20435
 
20561
- .v-data-table--loading .v-data-table__td {
20562
- opacity: 0.3;
20436
+ .v-date-picker-month__weekday {
20437
+ font-size: 0.85rem;
20563
20438
  }
20564
20439
 
20565
- .v-data-table-group-header-row__column {
20566
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20440
+ .v-date-picker-month__days {
20441
+ display: grid;
20442
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20443
+ column-gap: 4px;
20444
+ flex: 1 1;
20445
+ justify-content: space-around;
20567
20446
  }
20568
20447
 
20569
- .v-data-table-header__content {
20570
- display: flex;
20448
+ .v-date-picker-month__day {
20571
20449
  align-items: center;
20572
- }
20573
-
20574
- .v-data-table-header__sort-badge {
20575
- display: inline-flex;
20450
+ display: flex;
20576
20451
  justify-content: center;
20577
- align-items: center;
20578
- font-size: 0.875rem;
20579
- padding: 4px;
20580
- border-radius: 50%;
20581
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20582
- min-width: 20px;
20583
- min-height: 20px;
20584
- width: 20px;
20585
- height: 20px;
20452
+ position: relative;
20453
+ height: 40px;
20454
+ width: 40px;
20586
20455
  }
20587
-
20588
- .v-data-table-progress > th {
20589
- border: none !important;
20590
- height: auto !important;
20591
- padding: 0 !important;
20456
+ .v-date-picker-month__day--selected .v-btn {
20457
+ background-color: rgb(var(--v-theme-surface-variant));
20458
+ color: rgb(var(--v-theme-on-surface-variant));
20459
+ }
20460
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20461
+ --v-btn-height: 24px;
20462
+ --v-btn-size: 0.85rem;
20463
+ }
20464
+ .v-date-picker-month__day--week {
20465
+ font-size: var(--v-btn-size);
20592
20466
  }
20593
20467
 
20594
- .v-data-table-progress__loader {
20595
- position: relative;
20468
+ .v-date-picker-month__day--adjacent {
20469
+ opacity: 0.5;
20596
20470
  }
20597
20471
 
20598
- .v-data-table-rows-loading,
20599
- .v-data-table-rows-no-data {
20600
- text-align: center;
20601
- }.v-counter {
20602
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20603
- flex: 0 1 auto;
20604
- font-size: 12px;
20605
- transition-duration: 150ms;
20472
+ .v-date-picker-month__day--hide-adjacent {
20473
+ opacity: 0;
20606
20474
  }.v-date-picker-header {
20607
20475
  align-items: flex-end;
20608
20476
  height: 70px;
@@ -20663,12 +20531,6 @@ html.overflow-y-hidden {
20663
20531
  .date-picker-header-reverse-transition-leave-to {
20664
20532
  opacity: 0;
20665
20533
  transform: translate(0, 100%);
20666
- }.v-date-picker {
20667
- overflow: hidden;
20668
- width: 328px;
20669
- }
20670
- .v-date-picker--show-week {
20671
- width: 368px;
20672
20534
  }.v-date-picker-months {
20673
20535
  height: 288px;
20674
20536
  }
@@ -20688,132 +20550,102 @@ html.overflow-y-hidden {
20688
20550
  text-transform: none;
20689
20551
  padding-inline-start: 8px;
20690
20552
  padding-inline-end: 8px;
20691
- }.v-date-picker-controls {
20692
- display: flex;
20693
- align-items: center;
20694
- justify-content: space-between;
20695
- font-size: 0.875rem;
20696
- padding-top: 4px;
20697
- padding-bottom: 4px;
20698
- padding-inline-start: 6px;
20699
- padding-inline-end: 12px;
20700
- }
20701
- .v-date-picker-controls > .v-btn:first-child {
20702
- text-transform: none;
20703
- font-weight: 400;
20704
- line-height: initial;
20705
- letter-spacing: initial;
20553
+ }.v-date-picker-years {
20554
+ height: 288px;
20555
+ overflow-y: scroll;
20706
20556
  }
20707
- .v-date-picker-controls--variant-classic {
20708
- padding-inline-start: 12px;
20709
- }
20710
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20711
- opacity: 0.7;
20712
- }
20713
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20714
- cursor: pointer;
20715
- }
20716
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20717
- opacity: 1;
20557
+
20558
+ .v-date-picker-years__content {
20559
+ display: grid;
20560
+ flex: 1 1;
20561
+ justify-content: space-around;
20562
+ grid-template-columns: repeat(3, 1fr);
20563
+ gap: 8px 24px;
20564
+ padding-inline: 32px;
20718
20565
  }
20719
- .v-date-picker-controls .v-btn:last-child {
20720
- margin-inline-start: 4px;
20566
+ .v-date-picker-years__content .v-btn {
20567
+ padding-inline: 8px;
20568
+ }.v-combobox .v-field .v-text-field__prefix,
20569
+ .v-combobox .v-field .v-text-field__suffix,
20570
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20571
+ cursor: text;
20721
20572
  }
20722
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20723
- transform: rotate(180deg);
20573
+ .v-combobox .v-field .v-field__input > input {
20574
+ flex: 1 1;
20724
20575
  }
20725
-
20726
- .v-date-picker-controls__date {
20727
- margin-inline-end: 4px;
20576
+ .v-combobox .v-field input {
20577
+ min-width: 64px;
20728
20578
  }
20729
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20730
- margin: auto;
20731
- text-align: center;
20579
+ .v-combobox .v-field:not(.v-field--focused) input {
20580
+ min-width: 0;
20732
20581
  }
20733
-
20734
- .v-date-picker-controls__month {
20735
- display: flex;
20582
+ .v-combobox .v-field--dirty .v-combobox__selection {
20583
+ margin-inline-end: 2px;
20736
20584
  }
20737
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20738
- flex-direction: row-reverse;
20585
+ .v-combobox .v-combobox__selection-text {
20586
+ overflow: hidden;
20587
+ text-overflow: ellipsis;
20588
+ white-space: nowrap;
20739
20589
  }
20740
20590
 
20741
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20742
- flex: 1 0 auto;
20591
+ .v-combobox__content {
20592
+ overflow: hidden;
20593
+ 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));
20594
+ border-radius: 4px;
20743
20595
  }
20744
-
20745
- .v-date-picker__title {
20746
- display: inline-block;
20747
- }.v-date-picker-month {
20748
- display: flex;
20749
- justify-content: center;
20750
- padding: 0 12px 8px;
20751
- --v-date-picker-month-day-diff: 4px;
20596
+ .v-combobox__mask {
20597
+ background: rgb(var(--v-theme-surface-light));
20752
20598
  }
20753
-
20754
- .v-date-picker-month__weeks {
20755
- display: grid;
20756
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20757
- column-gap: 4px;
20758
- font-size: 0.85rem;
20599
+ .v-combobox__selection {
20600
+ display: inline-flex;
20601
+ align-items: center;
20602
+ height: 1.5rem;
20603
+ letter-spacing: inherit;
20604
+ line-height: inherit;
20605
+ max-width: calc(100% - 2px - 2px);
20759
20606
  }
20760
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20761
- grid-row-gap: 0;
20607
+ .v-combobox__selection:first-child {
20608
+ margin-inline-start: 0;
20762
20609
  }
20763
-
20764
- .v-date-picker-month__weekday {
20765
- font-size: 0.85rem;
20610
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20611
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20612
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20613
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20614
+ top: 0px;
20766
20615
  }
20767
-
20768
- .v-date-picker-month__days {
20769
- display: grid;
20770
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20771
- column-gap: 4px;
20772
- flex: 1 1;
20773
- justify-content: space-around;
20616
+ .v-combobox--selecting-index .v-combobox__selection {
20617
+ opacity: var(--v-medium-emphasis-opacity);
20774
20618
  }
20775
-
20776
- .v-date-picker-month__day {
20777
- align-items: center;
20778
- display: flex;
20779
- justify-content: center;
20780
- position: relative;
20781
- height: 40px;
20782
- width: 40px;
20619
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20620
+ opacity: 1;
20783
20621
  }
20784
- .v-date-picker-month__day--selected .v-btn {
20785
- background-color: rgb(var(--v-theme-surface-variant));
20786
- color: rgb(var(--v-theme-on-surface-variant));
20622
+ .v-combobox--selecting-index .v-field__input > input {
20623
+ caret-color: transparent;
20787
20624
  }
20788
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20789
- --v-btn-height: 24px;
20790
- --v-btn-size: 0.85rem;
20625
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20626
+ flex: 1 1;
20627
+ position: absolute;
20628
+ left: 0;
20629
+ right: 0;
20630
+ width: 100%;
20631
+ padding-inline: inherit;
20791
20632
  }
20792
- .v-date-picker-month__day--week {
20793
- font-size: var(--v-btn-size);
20633
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20634
+ transition: none;
20794
20635
  }
20795
-
20796
- .v-date-picker-month__day--adjacent {
20797
- opacity: 0.5;
20636
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20637
+ opacity: 0;
20798
20638
  }
20799
-
20800
- .v-date-picker-month__day--hide-adjacent {
20639
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20801
20640
  opacity: 0;
20802
- }.v-date-picker-years {
20803
- height: 288px;
20804
- overflow-y: scroll;
20805
20641
  }
20806
-
20807
- .v-date-picker-years__content {
20808
- display: grid;
20809
- flex: 1 1;
20810
- justify-content: space-around;
20811
- grid-template-columns: repeat(3, 1fr);
20812
- gap: 8px 24px;
20813
- padding-inline: 32px;
20642
+ .v-combobox__menu-icon {
20643
+ margin-inline-start: 4px;
20644
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20814
20645
  }
20815
- .v-date-picker-years__content .v-btn {
20816
- padding-inline: 8px;
20646
+ .v-combobox--active-menu .v-combobox__menu-icon {
20647
+ opacity: var(--v-high-emphasis-opacity);
20648
+ transform: rotate(180deg);
20817
20649
  }.v-divider {
20818
20650
  display: block;
20819
20651
  flex: 1 1 100%;
@@ -20843,94 +20675,174 @@ html.overflow-y-hidden {
20843
20675
  margin-bottom: 8px;
20844
20676
  margin-top: 8px;
20845
20677
  max-height: calc(100% - 16px);
20846
- }.v-dialog {
20847
- align-items: center;
20848
- justify-content: center;
20849
- margin: auto;
20678
+ }.v-data-table {
20679
+ width: 100%;
20850
20680
  }
20851
- .v-dialog > .v-overlay__content {
20852
- max-height: calc(100% - 48px);
20853
- width: calc(100% - 48px);
20854
- max-width: calc(100% - 48px);
20855
- margin: 24px;
20681
+
20682
+ .v-data-table__table {
20683
+ width: 100%;
20684
+ border-collapse: separate;
20685
+ border-spacing: 0;
20856
20686
  }
20857
- .v-dialog > .v-overlay__content,
20858
- .v-dialog > .v-overlay__content > form {
20859
- display: flex;
20860
- flex-direction: column;
20861
- min-height: 0;
20687
+
20688
+ .v-data-table__tr--focus {
20689
+ border: 1px dotted black;
20862
20690
  }
20863
- .v-dialog > .v-overlay__content > .v-card,
20864
- .v-dialog > .v-overlay__content > .v-sheet,
20865
- .v-dialog > .v-overlay__content > form > .v-card,
20866
- .v-dialog > .v-overlay__content > form > .v-sheet {
20867
- --v-scrollbar-offset: 0px;
20868
- border-radius: 4px;
20869
- overflow-y: auto;
20870
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20691
+ .v-data-table__tr--clickable {
20692
+ cursor: pointer;
20871
20693
  }
20872
- .v-dialog > .v-overlay__content > .v-card,
20873
- .v-dialog > .v-overlay__content > form > .v-card {
20874
- display: flex;
20875
- flex-direction: column;
20694
+
20695
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20696
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20697
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20698
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20699
+ text-align: end;
20876
20700
  }
20877
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20878
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20879
- padding: 14px 24px 0;
20701
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20702
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20703
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20704
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20705
+ flex-direction: row-reverse;
20880
20706
  }
20881
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20882
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20883
- padding-top: 10px;
20707
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20708
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20709
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20710
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20711
+ text-align: center;
20884
20712
  }
20885
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20886
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20887
- font-size: inherit;
20888
- letter-spacing: 0.03125em;
20889
- line-height: inherit;
20890
- padding: 16px 24px 10px;
20713
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20714
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20715
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20716
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20717
+ justify-content: center;
20891
20718
  }
20892
-
20893
- .v-dialog--fullscreen {
20894
- --v-scrollbar-offset: 0px;
20719
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20720
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20721
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20722
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20723
+ padding: 0 8px;
20895
20724
  }
20896
- .v-dialog--fullscreen > .v-overlay__content {
20897
- border-radius: 0;
20898
- margin: 0;
20899
- padding: 0;
20900
- width: 100%;
20901
- height: 100%;
20902
- max-width: 100%;
20903
- max-height: 100%;
20904
- overflow-y: auto;
20905
- top: 0;
20906
- left: 0;
20725
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20726
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20727
+ align-items: center;
20907
20728
  }
20908
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20909
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20910
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20911
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20912
- min-height: 100%;
20913
- min-width: 100%;
20914
- border-radius: 0;
20729
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20730
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20731
+ position: sticky;
20732
+ }
20733
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20734
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20735
+ cursor: pointer;
20736
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20737
+ }
20738
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20739
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20740
+ opacity: 0;
20741
+ }
20742
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20743
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20744
+ opacity: 0.5;
20915
20745
  }
20916
20746
 
20917
- .v-dialog--scrollable > .v-overlay__content,
20918
- .v-dialog--scrollable > .v-overlay__content > form {
20747
+ .v-data-table-column--fixed,
20748
+ .v-data-table__th--sticky {
20749
+ background: rgb(var(--v-theme-surface));
20750
+ position: sticky !important;
20751
+ left: 0;
20752
+ z-index: 1;
20753
+ }
20754
+
20755
+ .v-data-table-column--last-fixed {
20756
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20757
+ }
20758
+
20759
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20760
+ z-index: 2;
20761
+ }
20762
+
20763
+ .v-data-table-group-header-row td {
20764
+ background: rgba(var(--v-theme-surface));
20765
+ color: rgba(var(--v-theme-on-surface));
20766
+ }
20767
+ .v-data-table-group-header-row td > span {
20768
+ padding-left: 5px;
20769
+ }
20770
+
20771
+ .v-data-table--loading .v-data-table__td {
20772
+ opacity: 0.3;
20773
+ }
20774
+
20775
+ .v-data-table-group-header-row__column {
20776
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20777
+ }
20778
+
20779
+ .v-data-table-header__content {
20919
20780
  display: flex;
20781
+ align-items: center;
20920
20782
  }
20921
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20922
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20783
+
20784
+ .v-data-table-header__sort-badge {
20785
+ display: inline-flex;
20786
+ justify-content: center;
20787
+ align-items: center;
20788
+ font-size: 0.875rem;
20789
+ padding: 4px;
20790
+ border-radius: 50%;
20791
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
20792
+ min-width: 20px;
20793
+ min-height: 20px;
20794
+ width: 20px;
20795
+ height: 20px;
20796
+ }
20797
+
20798
+ .v-data-table-progress > th {
20799
+ border: none !important;
20800
+ height: auto !important;
20801
+ padding: 0 !important;
20802
+ }
20803
+
20804
+ .v-data-table-progress__loader {
20805
+ position: relative;
20806
+ }
20807
+
20808
+ .v-data-table-rows-loading,
20809
+ .v-data-table-rows-no-data {
20810
+ text-align: center;
20811
+ }.v-data-table-footer {
20923
20812
  display: flex;
20924
- flex: 1 1 100%;
20925
- flex-direction: column;
20926
- max-height: 100%;
20927
- max-width: 100%;
20813
+ align-items: center;
20814
+ flex-wrap: wrap;
20815
+ padding: 4px;
20816
+ justify-content: flex-end;
20928
20817
  }
20929
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20930
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20931
- -webkit-backface-visibility: hidden;
20932
- backface-visibility: hidden;
20933
- overflow-y: auto;
20818
+
20819
+ .v-data-table-footer__items-per-page {
20820
+ display: flex;
20821
+ align-items: center;
20822
+ justify-content: center;
20823
+ }
20824
+ .v-data-table-footer__items-per-page > span {
20825
+ padding-inline-end: 8px;
20826
+ }
20827
+ .v-data-table-footer__items-per-page > .v-select {
20828
+ width: 90px;
20829
+ }
20830
+
20831
+ .v-data-table-footer__info {
20832
+ display: flex;
20833
+ justify-content: flex-end;
20834
+ min-width: 116px;
20835
+ padding: 0 16px;
20836
+ }
20837
+
20838
+ .v-data-table-footer__pagination {
20839
+ display: flex;
20840
+ align-items: center;
20841
+ margin-inline-start: 16px;
20842
+ }
20843
+
20844
+ .v-data-table-footer__page {
20845
+ padding: 0 8px;
20934
20846
  }.v-expansion-panel {
20935
20847
  background-color: rgb(var(--v-theme-surface));
20936
20848
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21141,34 +21053,94 @@ html.overflow-y-hidden {
21141
21053
  }
21142
21054
  .v-expansion-panels--tile > .v-expansion-panel {
21143
21055
  border-radius: 0;
21144
- }.v-footer {
21056
+ }.v-dialog {
21145
21057
  align-items: center;
21058
+ justify-content: center;
21059
+ margin: auto;
21060
+ }
21061
+ .v-dialog > .v-overlay__content {
21062
+ max-height: calc(100% - 48px);
21063
+ width: calc(100% - 48px);
21064
+ max-width: calc(100% - 48px);
21065
+ margin: 24px;
21066
+ }
21067
+ .v-dialog > .v-overlay__content,
21068
+ .v-dialog > .v-overlay__content > form {
21146
21069
  display: flex;
21147
- flex: 1 1 auto;
21148
- padding: 8px 16px;
21149
- position: relative;
21150
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21151
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21152
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21153
- border-style: solid;
21154
- border-width: 0;
21155
- 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));
21070
+ flex-direction: column;
21071
+ min-height: 0;
21072
+ }
21073
+ .v-dialog > .v-overlay__content > .v-card,
21074
+ .v-dialog > .v-overlay__content > .v-sheet,
21075
+ .v-dialog > .v-overlay__content > form > .v-card,
21076
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21077
+ --v-scrollbar-offset: 0px;
21078
+ border-radius: 4px;
21079
+ overflow-y: auto;
21080
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21081
+ }
21082
+ .v-dialog > .v-overlay__content > .v-card,
21083
+ .v-dialog > .v-overlay__content > form > .v-card {
21084
+ display: flex;
21085
+ flex-direction: column;
21086
+ }
21087
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21088
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21089
+ padding: 14px 24px 0;
21090
+ }
21091
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21092
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21093
+ padding-top: 10px;
21094
+ }
21095
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21096
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21097
+ font-size: inherit;
21098
+ letter-spacing: 0.03125em;
21099
+ line-height: inherit;
21100
+ padding: 16px 24px 10px;
21101
+ }
21102
+
21103
+ .v-dialog--fullscreen {
21104
+ --v-scrollbar-offset: 0px;
21105
+ }
21106
+ .v-dialog--fullscreen > .v-overlay__content {
21156
21107
  border-radius: 0;
21157
- background: rgb(var(--v-theme-surface));
21158
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21108
+ margin: 0;
21109
+ padding: 0;
21110
+ width: 100%;
21111
+ height: 100%;
21112
+ max-width: 100%;
21113
+ max-height: 100%;
21114
+ overflow-y: auto;
21115
+ top: 0;
21116
+ left: 0;
21159
21117
  }
21160
- .v-footer--border {
21161
- border-width: thin;
21162
- box-shadow: none;
21118
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21119
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21120
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21121
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21122
+ min-height: 100%;
21123
+ min-width: 100%;
21124
+ border-radius: 0;
21163
21125
  }
21164
- .v-footer--absolute {
21165
- position: absolute;
21126
+
21127
+ .v-dialog--scrollable > .v-overlay__content,
21128
+ .v-dialog--scrollable > .v-overlay__content > form {
21129
+ display: flex;
21166
21130
  }
21167
- .v-footer--fixed {
21168
- position: fixed;
21131
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21132
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21133
+ display: flex;
21134
+ flex: 1 1 100%;
21135
+ flex-direction: column;
21136
+ max-height: 100%;
21137
+ max-width: 100%;
21169
21138
  }
21170
- .v-footer--rounded {
21171
- border-radius: 4px;
21139
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21140
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21141
+ -webkit-backface-visibility: hidden;
21142
+ backface-visibility: hidden;
21143
+ overflow-y: auto;
21172
21144
  }/* region INPUT */
21173
21145
  .v-field {
21174
21146
  display: grid;
@@ -21757,55 +21729,34 @@ textarea.v-field__input::placeholder {
21757
21729
  }
21758
21730
  .v-input--plain-underlined.v-file-input .v-input__details {
21759
21731
  padding-inline: 0;
21760
- }.v-icon {
21761
- --v-icon-size-multiplier: 1;
21732
+ }.v-footer {
21762
21733
  align-items: center;
21763
- display: inline-flex;
21764
- font-feature-settings: "liga";
21765
- height: 1em;
21766
- justify-content: center;
21767
- letter-spacing: normal;
21768
- line-height: 1;
21734
+ display: flex;
21735
+ flex: 1 1 auto;
21736
+ padding: 8px 16px;
21769
21737
  position: relative;
21770
- text-indent: 0;
21771
- text-align: center;
21772
- -webkit-user-select: none;
21773
- user-select: none;
21774
- vertical-align: middle;
21775
- width: 1em;
21776
- min-width: 1em;
21738
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21739
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
21740
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21741
+ border-style: solid;
21742
+ border-width: 0;
21743
+ 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));
21744
+ border-radius: 0;
21745
+ background: rgb(var(--v-theme-surface));
21746
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21777
21747
  }
21778
- .v-icon--clickable {
21779
- cursor: pointer;
21780
- }
21781
- .v-icon--size-x-small {
21782
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
21783
- }
21784
- .v-icon--size-small {
21785
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21786
- }
21787
- .v-icon--size-default {
21788
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21789
- }
21790
- .v-icon--size-large {
21791
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21792
- }
21793
- .v-icon--size-x-large {
21794
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
21748
+ .v-footer--border {
21749
+ border-width: thin;
21750
+ box-shadow: none;
21795
21751
  }
21796
-
21797
- .v-icon__svg {
21798
- fill: currentColor;
21799
- width: 100%;
21800
- height: 100%;
21752
+ .v-footer--absolute {
21753
+ position: absolute;
21801
21754
  }
21802
-
21803
- .v-icon--start {
21804
- margin-inline-end: 8px;
21755
+ .v-footer--fixed {
21756
+ position: fixed;
21805
21757
  }
21806
-
21807
- .v-icon--end {
21808
- margin-inline-start: 8px;
21758
+ .v-footer--rounded {
21759
+ border-radius: 4px;
21809
21760
  }.v-img {
21810
21761
  --v-theme-overlay-multiplier: 3;
21811
21762
  z-index: 0;
@@ -21842,6 +21793,80 @@ textarea.v-field__input::placeholder {
21842
21793
 
21843
21794
  .v-img__gradient {
21844
21795
  background-repeat: no-repeat;
21796
+ }.v-icon {
21797
+ --v-icon-size-multiplier: 1;
21798
+ align-items: center;
21799
+ display: inline-flex;
21800
+ font-feature-settings: "liga";
21801
+ height: 1em;
21802
+ justify-content: center;
21803
+ letter-spacing: normal;
21804
+ line-height: 1;
21805
+ position: relative;
21806
+ text-indent: 0;
21807
+ text-align: center;
21808
+ -webkit-user-select: none;
21809
+ user-select: none;
21810
+ vertical-align: middle;
21811
+ width: 1em;
21812
+ min-width: 1em;
21813
+ }
21814
+ .v-icon--clickable {
21815
+ cursor: pointer;
21816
+ }
21817
+ .v-icon--size-x-small {
21818
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
21819
+ }
21820
+ .v-icon--size-small {
21821
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21822
+ }
21823
+ .v-icon--size-default {
21824
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21825
+ }
21826
+ .v-icon--size-large {
21827
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21828
+ }
21829
+ .v-icon--size-x-large {
21830
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
21831
+ }
21832
+
21833
+ .v-icon__svg {
21834
+ fill: currentColor;
21835
+ width: 100%;
21836
+ height: 100%;
21837
+ }
21838
+
21839
+ .v-icon--start {
21840
+ margin-inline-end: 8px;
21841
+ }
21842
+
21843
+ .v-icon--end {
21844
+ margin-inline-start: 8px;
21845
+ }.v-infinite-scroll--horizontal {
21846
+ display: flex;
21847
+ flex-direction: row;
21848
+ overflow-x: auto;
21849
+ }
21850
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21851
+ height: 100%;
21852
+ width: 1px;
21853
+ }
21854
+
21855
+ .v-infinite-scroll--vertical {
21856
+ display: flex;
21857
+ flex-direction: column;
21858
+ overflow-y: auto;
21859
+ }
21860
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21861
+ height: 1px;
21862
+ width: 100%;
21863
+ }
21864
+
21865
+ .v-infinite-scroll__side {
21866
+ align-items: center;
21867
+ display: flex;
21868
+ justify-content: center;
21869
+ padding: 8px;
21845
21870
  }.v-input {
21846
21871
  display: grid;
21847
21872
  flex: 1 1 auto;
@@ -21989,31 +22014,6 @@ textarea.v-field__input::placeholder {
21989
22014
  max-width: 100%;
21990
22015
  position: relative;
21991
22016
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21992
- }.v-infinite-scroll--horizontal {
21993
- display: flex;
21994
- flex-direction: row;
21995
- overflow-x: auto;
21996
- }
21997
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21998
- height: 100%;
21999
- width: 1px;
22000
- }
22001
-
22002
- .v-infinite-scroll--vertical {
22003
- display: flex;
22004
- flex-direction: column;
22005
- overflow-y: auto;
22006
- }
22007
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22008
- height: 1px;
22009
- width: 100%;
22010
- }
22011
-
22012
- .v-infinite-scroll__side {
22013
- align-items: center;
22014
- display: flex;
22015
- justify-content: center;
22016
- padding: 8px;
22017
22017
  }.v-label {
22018
22018
  align-items: center;
22019
22019
  color: inherit;
@@ -22598,6 +22598,34 @@ textarea.v-field__input::placeholder {
22598
22598
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22599
22599
  }.v-locale-provider {
22600
22600
  display: contents;
22601
+ }.v-main {
22602
+ flex: 1 0 auto;
22603
+ max-width: 100%;
22604
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22605
+ padding-left: var(--v-layout-left);
22606
+ padding-right: var(--v-layout-right);
22607
+ padding-top: var(--v-layout-top);
22608
+ padding-bottom: var(--v-layout-bottom);
22609
+ }
22610
+ .v-main__scroller {
22611
+ max-width: 100%;
22612
+ position: relative;
22613
+ }
22614
+ .v-main--scrollable {
22615
+ display: flex;
22616
+ position: absolute;
22617
+ top: 0;
22618
+ left: 0;
22619
+ width: 100%;
22620
+ height: 100%;
22621
+ }
22622
+ .v-main--scrollable > .v-main__scroller {
22623
+ flex: 1 1 auto;
22624
+ overflow-y: auto;
22625
+ --v-layout-left: 0px;
22626
+ --v-layout-right: 0px;
22627
+ --v-layout-top: 0px;
22628
+ --v-layout-bottom: 0px;
22601
22629
  }.v-messages {
22602
22630
  flex: 1 1 auto;
22603
22631
  font-size: 12px;
@@ -22712,34 +22740,6 @@ textarea.v-field__input::placeholder {
22712
22740
  .v-navigation-drawer__append {
22713
22741
  flex: none;
22714
22742
  overflow: hidden;
22715
- }.v-main {
22716
- flex: 1 0 auto;
22717
- max-width: 100%;
22718
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22719
- padding-left: var(--v-layout-left);
22720
- padding-right: var(--v-layout-right);
22721
- padding-top: var(--v-layout-top);
22722
- padding-bottom: var(--v-layout-bottom);
22723
- }
22724
- .v-main__scroller {
22725
- max-width: 100%;
22726
- position: relative;
22727
- }
22728
- .v-main--scrollable {
22729
- display: flex;
22730
- position: absolute;
22731
- top: 0;
22732
- left: 0;
22733
- width: 100%;
22734
- height: 100%;
22735
- }
22736
- .v-main--scrollable > .v-main__scroller {
22737
- flex: 1 1 auto;
22738
- overflow-y: auto;
22739
- --v-layout-left: 0px;
22740
- --v-layout-right: 0px;
22741
- --v-layout-top: 0px;
22742
- --v-layout-bottom: 0px;
22743
22743
  }.v-menu > .v-overlay__content {
22744
22744
  display: flex;
22745
22745
  flex-direction: column;
@@ -22753,6 +22753,68 @@ textarea.v-field__input::placeholder {
22753
22753
  overflow: auto;
22754
22754
  height: 100%;
22755
22755
  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));
22756
+ }.v-otp-input {
22757
+ border-radius: 4px;
22758
+ align-items: center;
22759
+ display: flex;
22760
+ justify-content: center;
22761
+ padding: 0.5rem 0;
22762
+ position: relative;
22763
+ }
22764
+ .v-otp-input .v-field {
22765
+ height: 100%;
22766
+ }
22767
+
22768
+ .v-otp-input__divider {
22769
+ margin: 0 8px;
22770
+ }
22771
+
22772
+ .v-otp-input__content {
22773
+ align-items: center;
22774
+ display: flex;
22775
+ gap: 0.5rem;
22776
+ height: 64px;
22777
+ padding: 0.5rem;
22778
+ justify-content: center;
22779
+ max-width: 320px;
22780
+ position: relative;
22781
+ border-radius: inherit;
22782
+ }
22783
+ .v-otp-input--divided .v-otp-input__content {
22784
+ max-width: 360px;
22785
+ }
22786
+
22787
+ .v-otp-input__field {
22788
+ color: inherit;
22789
+ font-size: 1.25rem;
22790
+ height: 100%;
22791
+ outline: none;
22792
+ text-align: center;
22793
+ width: 100%;
22794
+ }
22795
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22796
+ -webkit-appearance: none;
22797
+ margin: 0;
22798
+ }
22799
+ .v-otp-input__field[type=number] {
22800
+ -moz-appearance: textfield;
22801
+ }
22802
+
22803
+ .v-otp-input__loader {
22804
+ align-items: center;
22805
+ display: flex;
22806
+ height: 100%;
22807
+ justify-content: center;
22808
+ width: 100%;
22809
+ }
22810
+ .v-otp-input__loader .v-progress-linear {
22811
+ position: absolute;
22812
+ }.v-parallax {
22813
+ position: relative;
22814
+ overflow: hidden;
22815
+ }
22816
+ .v-parallax--active > .v-img__img {
22817
+ will-change: transform;
22756
22818
  }.v-overlay-container {
22757
22819
  contain: layout;
22758
22820
  left: 0;
@@ -22816,68 +22878,14 @@ html.v-overlay-scroll-blocked {
22816
22878
 
22817
22879
  .v-overlay--scroll-blocked {
22818
22880
  padding-inline-end: var(--v-scrollbar-offset);
22819
- }.v-otp-input {
22820
- border-radius: 4px;
22821
- align-items: center;
22822
- display: flex;
22823
- justify-content: center;
22824
- padding: 0.5rem 0;
22825
- position: relative;
22826
- }
22827
- .v-otp-input .v-field {
22828
- height: 100%;
22829
- }
22830
-
22831
- .v-otp-input__divider {
22832
- margin: 0 8px;
22833
- }
22834
-
22835
- .v-otp-input__content {
22836
- align-items: center;
22837
- display: flex;
22838
- gap: 0.5rem;
22839
- height: 64px;
22840
- padding: 0.5rem;
22841
- justify-content: center;
22842
- max-width: 320px;
22843
- position: relative;
22844
- border-radius: inherit;
22845
- }
22846
- .v-otp-input--divided .v-otp-input__content {
22847
- max-width: 360px;
22848
- }
22849
-
22850
- .v-otp-input__field {
22851
- color: inherit;
22852
- font-size: 1.25rem;
22853
- height: 100%;
22854
- outline: none;
22855
- text-align: center;
22856
- width: 100%;
22857
- }
22858
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22859
- -webkit-appearance: none;
22860
- margin: 0;
22861
- }
22862
- .v-otp-input__field[type=number] {
22863
- -moz-appearance: textfield;
22864
- }
22865
-
22866
- .v-otp-input__loader {
22867
- align-items: center;
22868
- display: flex;
22869
- height: 100%;
22881
+ }.v-pagination__list {
22882
+ display: inline-flex;
22883
+ list-style-type: none;
22870
22884
  justify-content: center;
22871
22885
  width: 100%;
22872
22886
  }
22873
- .v-otp-input__loader .v-progress-linear {
22874
- position: absolute;
22875
- }.v-parallax {
22876
- position: relative;
22877
- overflow: hidden;
22878
- }
22879
- .v-parallax--active > .v-img__img {
22880
- will-change: transform;
22887
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22888
+ margin: 0.3rem;
22881
22889
  }.v-progress-circular {
22882
22890
  align-items: center;
22883
22891
  display: inline-flex;
@@ -22980,14 +22988,72 @@ html.v-overlay-scroll-blocked {
22980
22988
  100% {
22981
22989
  transform: rotate(270deg);
22982
22990
  }
22983
- }.v-pagination__list {
22991
+ }.v-radio-group > .v-input__control {
22992
+ flex-direction: column;
22993
+ }
22994
+ .v-radio-group > .v-input__control > .v-label {
22995
+ margin-inline-start: 16px;
22996
+ }
22997
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22998
+ padding-inline-start: 6px;
22999
+ margin-top: 8px;
23000
+ }
23001
+ .v-radio-group .v-input__details {
23002
+ padding-inline: 16px;
23003
+ }.v-rating {
23004
+ max-width: 100%;
22984
23005
  display: inline-flex;
22985
- list-style-type: none;
22986
- justify-content: center;
22987
- width: 100%;
23006
+ white-space: nowrap;
22988
23007
  }
22989
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22990
- margin: 0.3rem;
23008
+ .v-rating--readonly {
23009
+ pointer-events: none;
23010
+ }
23011
+
23012
+ .v-rating__wrapper {
23013
+ align-items: center;
23014
+ display: inline-flex;
23015
+ flex-direction: column;
23016
+ }
23017
+ .v-rating__wrapper--bottom {
23018
+ flex-direction: column-reverse;
23019
+ }
23020
+
23021
+ .v-rating__item {
23022
+ display: inline-flex;
23023
+ position: relative;
23024
+ }
23025
+ .v-rating__item label {
23026
+ cursor: pointer;
23027
+ }
23028
+ .v-rating__item .v-btn--variant-plain {
23029
+ opacity: 1;
23030
+ }
23031
+ .v-rating__item .v-btn {
23032
+ transition-property: transform;
23033
+ }
23034
+ .v-rating__item .v-btn .v-icon {
23035
+ transition: inherit;
23036
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23037
+ }
23038
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23039
+ transform: scale(1.25);
23040
+ }
23041
+ .v-rating__item--half {
23042
+ overflow: hidden;
23043
+ position: absolute;
23044
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23045
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23046
+ z-index: 1;
23047
+ }
23048
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23049
+ opacity: 0;
23050
+ }
23051
+
23052
+ .v-rating__hidden {
23053
+ height: 0;
23054
+ opacity: 0;
23055
+ position: absolute;
23056
+ width: 0;
22991
23057
  }.v-progress-linear {
22992
23058
  background: transparent;
22993
23059
  overflow: hidden;
@@ -23198,98 +23264,6 @@ html.v-overlay-scroll-blocked {
23198
23264
  0% {
23199
23265
  background-position-x: var(--v-progress-linear-height);
23200
23266
  }
23201
- }.v-radio-group > .v-input__control {
23202
- flex-direction: column;
23203
- }
23204
- .v-radio-group > .v-input__control > .v-label {
23205
- margin-inline-start: 16px;
23206
- }
23207
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23208
- padding-inline-start: 6px;
23209
- margin-top: 8px;
23210
- }
23211
- .v-radio-group .v-input__details {
23212
- padding-inline: 16px;
23213
- }.v-rating {
23214
- max-width: 100%;
23215
- display: inline-flex;
23216
- white-space: nowrap;
23217
- }
23218
- .v-rating--readonly {
23219
- pointer-events: none;
23220
- }
23221
-
23222
- .v-rating__wrapper {
23223
- align-items: center;
23224
- display: inline-flex;
23225
- flex-direction: column;
23226
- }
23227
- .v-rating__wrapper--bottom {
23228
- flex-direction: column-reverse;
23229
- }
23230
-
23231
- .v-rating__item {
23232
- display: inline-flex;
23233
- position: relative;
23234
- }
23235
- .v-rating__item label {
23236
- cursor: pointer;
23237
- }
23238
- .v-rating__item .v-btn--variant-plain {
23239
- opacity: 1;
23240
- }
23241
- .v-rating__item .v-btn {
23242
- transition-property: transform;
23243
- }
23244
- .v-rating__item .v-btn .v-icon {
23245
- transition: inherit;
23246
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23247
- }
23248
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23249
- transform: scale(1.25);
23250
- }
23251
- .v-rating__item--half {
23252
- overflow: hidden;
23253
- position: absolute;
23254
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23255
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23256
- z-index: 1;
23257
- }
23258
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23259
- opacity: 0;
23260
- }
23261
-
23262
- .v-rating__hidden {
23263
- height: 0;
23264
- opacity: 0;
23265
- position: absolute;
23266
- width: 0;
23267
- }.v-responsive {
23268
- display: flex;
23269
- flex: 1 0 auto;
23270
- max-height: 100%;
23271
- max-width: 100%;
23272
- overflow: hidden;
23273
- position: relative;
23274
- }
23275
- .v-responsive--inline {
23276
- display: inline-flex;
23277
- flex: 0 0 auto;
23278
- }
23279
-
23280
- .v-responsive__content {
23281
- flex: 1 0 0px;
23282
- max-width: 100%;
23283
- }
23284
-
23285
- .v-responsive__sizer ~ .v-responsive__content {
23286
- margin-inline-start: -100%;
23287
- }
23288
-
23289
- .v-responsive__sizer {
23290
- flex: 1 0 0px;
23291
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23292
- pointer-events: none;
23293
23267
  }.v-slider .v-slider__container input {
23294
23268
  cursor: default;
23295
23269
  padding: 0;
@@ -23347,38 +23321,112 @@ html.v-overlay-scroll-blocked {
23347
23321
 
23348
23322
  .v-slider__label {
23349
23323
  margin-inline-end: 12px;
23350
- }.v-selection-control {
23351
- align-items: center;
23352
- contain: layout;
23324
+ }.v-responsive {
23353
23325
  display: flex;
23354
- flex: 1 0;
23355
- grid-area: control;
23326
+ flex: 1 0 auto;
23327
+ max-height: 100%;
23328
+ max-width: 100%;
23329
+ overflow: hidden;
23356
23330
  position: relative;
23357
- -webkit-user-select: none;
23358
- user-select: none;
23359
- }
23360
- .v-selection-control .v-label {
23361
- white-space: normal;
23362
- word-break: break-word;
23363
- height: 100%;
23364
- }
23365
- .v-selection-control--disabled {
23366
- opacity: var(--v-disabled-opacity);
23367
- pointer-events: none;
23368
- }
23369
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23370
- opacity: 1;
23371
23331
  }
23372
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23373
- color: rgb(var(--v-theme-error));
23374
- }
23375
- .v-selection-control--inline {
23332
+ .v-responsive--inline {
23376
23333
  display: inline-flex;
23377
23334
  flex: 0 0 auto;
23378
- min-width: 0;
23379
- max-width: 100%;
23380
23335
  }
23381
- .v-selection-control--inline .v-label {
23336
+
23337
+ .v-responsive__content {
23338
+ flex: 1 0 0px;
23339
+ max-width: 100%;
23340
+ }
23341
+
23342
+ .v-responsive__sizer ~ .v-responsive__content {
23343
+ margin-inline-start: -100%;
23344
+ }
23345
+
23346
+ .v-responsive__sizer {
23347
+ flex: 1 0 0px;
23348
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23349
+ pointer-events: none;
23350
+ }.v-select .v-field .v-text-field__prefix,
23351
+ .v-select .v-field .v-text-field__suffix,
23352
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23353
+ cursor: pointer;
23354
+ }
23355
+ .v-select .v-field .v-field__input > input {
23356
+ align-self: flex-start;
23357
+ opacity: 1;
23358
+ flex: 0 0;
23359
+ position: absolute;
23360
+ width: 100%;
23361
+ transition: none;
23362
+ pointer-events: none;
23363
+ caret-color: transparent;
23364
+ }
23365
+ .v-select .v-field--dirty .v-select__selection {
23366
+ margin-inline-end: 2px;
23367
+ }
23368
+ .v-select .v-select__selection-text {
23369
+ overflow: hidden;
23370
+ text-overflow: ellipsis;
23371
+ white-space: nowrap;
23372
+ }
23373
+ .v-select__content {
23374
+ overflow: hidden;
23375
+ 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));
23376
+ border-radius: 4px;
23377
+ }
23378
+ .v-select__selection {
23379
+ display: inline-flex;
23380
+ align-items: center;
23381
+ letter-spacing: inherit;
23382
+ line-height: inherit;
23383
+ max-width: 100%;
23384
+ }
23385
+ .v-select .v-select__selection:first-child {
23386
+ margin-inline-start: 0;
23387
+ }
23388
+ .v-select--selected .v-field .v-field__input > input {
23389
+ opacity: 0;
23390
+ }
23391
+ .v-select__menu-icon {
23392
+ margin-inline-start: 4px;
23393
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23394
+ }
23395
+ .v-select--active-menu .v-select__menu-icon {
23396
+ opacity: var(--v-high-emphasis-opacity);
23397
+ transform: rotate(180deg);
23398
+ }.v-selection-control {
23399
+ align-items: center;
23400
+ contain: layout;
23401
+ display: flex;
23402
+ flex: 1 0;
23403
+ grid-area: control;
23404
+ position: relative;
23405
+ -webkit-user-select: none;
23406
+ user-select: none;
23407
+ }
23408
+ .v-selection-control .v-label {
23409
+ white-space: normal;
23410
+ word-break: break-word;
23411
+ height: 100%;
23412
+ }
23413
+ .v-selection-control--disabled {
23414
+ opacity: var(--v-disabled-opacity);
23415
+ pointer-events: none;
23416
+ }
23417
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23418
+ opacity: 1;
23419
+ }
23420
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23421
+ color: rgb(var(--v-theme-error));
23422
+ }
23423
+ .v-selection-control--inline {
23424
+ display: inline-flex;
23425
+ flex: 0 0 auto;
23426
+ min-width: 0;
23427
+ max-width: 100%;
23428
+ }
23429
+ .v-selection-control--inline .v-label {
23382
23430
  width: auto;
23383
23431
  }
23384
23432
  .v-selection-control--density-default {
@@ -23448,54 +23496,14 @@ html.v-overlay-scroll-blocked {
23448
23496
  }
23449
23497
  .v-selection-control--focus-visible .v-selection-control__input::before {
23450
23498
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23451
- }.v-select .v-field .v-text-field__prefix,
23452
- .v-select .v-field .v-text-field__suffix,
23453
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23454
- cursor: pointer;
23455
- }
23456
- .v-select .v-field .v-field__input > input {
23457
- align-self: flex-start;
23458
- opacity: 1;
23459
- flex: 0 0;
23460
- position: absolute;
23461
- width: 100%;
23462
- transition: none;
23463
- pointer-events: none;
23464
- caret-color: transparent;
23465
- }
23466
- .v-select .v-field--dirty .v-select__selection {
23467
- margin-inline-end: 2px;
23468
- }
23469
- .v-select .v-select__selection-text {
23470
- overflow: hidden;
23471
- text-overflow: ellipsis;
23472
- white-space: nowrap;
23473
- }
23474
- .v-select__content {
23475
- overflow: hidden;
23476
- 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));
23477
- border-radius: 4px;
23478
- }
23479
- .v-select__selection {
23480
- display: inline-flex;
23481
- align-items: center;
23482
- letter-spacing: inherit;
23483
- line-height: inherit;
23484
- max-width: 100%;
23485
- }
23486
- .v-select .v-select__selection:first-child {
23487
- margin-inline-start: 0;
23488
- }
23489
- .v-select--selected .v-field .v-field__input > input {
23490
- opacity: 0;
23491
- }
23492
- .v-select__menu-icon {
23493
- margin-inline-start: 4px;
23494
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23499
+ }.v-selection-control-group {
23500
+ grid-area: control;
23501
+ display: flex;
23502
+ flex-direction: column;
23495
23503
  }
23496
- .v-select--active-menu .v-select__menu-icon {
23497
- opacity: var(--v-high-emphasis-opacity);
23498
- transform: rotate(180deg);
23504
+ .v-selection-control-group--inline {
23505
+ flex-direction: row;
23506
+ flex-wrap: wrap;
23499
23507
  }.v-sheet {
23500
23508
  display: block;
23501
23509
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23566,217 +23574,93 @@ html.v-overlay-scroll-blocked {
23566
23574
  .v-slide-group--vertical .v-slide-group__container,
23567
23575
  .v-slide-group--vertical .v-slide-group__content {
23568
23576
  flex-direction: column;
23569
- }.v-selection-control-group {
23570
- grid-area: control;
23577
+ }.v-skeleton-loader {
23578
+ align-items: center;
23579
+ background: rgb(var(--v-theme-surface));
23580
+ border-radius: 4px;
23571
23581
  display: flex;
23572
- flex-direction: column;
23573
- }
23574
- .v-selection-control-group--inline {
23575
- flex-direction: row;
23576
23582
  flex-wrap: wrap;
23577
- }.v-stepper.v-sheet {
23578
- 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));
23579
- border-radius: 4px;
23580
- overflow: hidden;
23583
+ position: relative;
23584
+ vertical-align: top;
23581
23585
  }
23582
- .v-stepper.v-sheet.v-stepper--flat {
23583
- 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));
23586
+ .v-skeleton-loader__actions {
23587
+ justify-content: end;
23584
23588
  }
23585
-
23586
- .v-stepper-header {
23587
- 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));
23589
+ .v-skeleton-loader .v-skeleton-loader__ossein {
23590
+ height: 100%;
23591
+ }
23592
+ .v-skeleton-loader .v-skeleton-loader__avatar,
23593
+ .v-skeleton-loader .v-skeleton-loader__button,
23594
+ .v-skeleton-loader .v-skeleton-loader__chip,
23595
+ .v-skeleton-loader .v-skeleton-loader__divider,
23596
+ .v-skeleton-loader .v-skeleton-loader__heading,
23597
+ .v-skeleton-loader .v-skeleton-loader__image,
23598
+ .v-skeleton-loader .v-skeleton-loader__ossein,
23599
+ .v-skeleton-loader .v-skeleton-loader__text {
23600
+ background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
23601
+ }
23602
+ .v-skeleton-loader .v-skeleton-loader__list-item,
23603
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
23604
+ .v-skeleton-loader .v-skeleton-loader__list-item-text,
23605
+ .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
23606
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
23607
+ .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
23608
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
23609
+ border-radius: 4px;
23610
+ }
23611
+ .v-skeleton-loader__bone {
23588
23612
  align-items: center;
23613
+ border-radius: inherit;
23589
23614
  display: flex;
23615
+ flex: 1 1 100%;
23616
+ flex-wrap: wrap;
23617
+ overflow: hidden;
23590
23618
  position: relative;
23591
- overflow-x: auto;
23592
- justify-content: space-between;
23619
+ }
23620
+ .v-skeleton-loader__bone::after {
23621
+ content: "";
23622
+ position: absolute;
23623
+ top: 0;
23624
+ left: 0;
23625
+ width: 100%;
23626
+ height: 100%;
23627
+ animation: loading 1.5s infinite;
23628
+ background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
23629
+ transform: translateX(-100%);
23593
23630
  z-index: 1;
23594
23631
  }
23595
- .v-stepper-header .v-divider {
23596
- margin: 0 -16px;
23632
+ .v-skeleton-loader__avatar {
23633
+ border-radius: 50%;
23634
+ flex: 0 1 auto;
23635
+ margin: 8px 16px;
23636
+ max-height: 48px;
23637
+ min-height: 48px;
23638
+ height: 48px;
23639
+ max-width: 48px;
23640
+ min-width: 48px;
23641
+ width: 48px;
23597
23642
  }
23598
- .v-stepper-header .v-divider:last-child {
23599
- margin-inline-end: 0;
23643
+ .v-skeleton-loader__avatar + .v-skeleton-loader__bone {
23644
+ flex: 1 1 auto;
23645
+ margin-inline-start: 0;
23600
23646
  }
23601
- .v-stepper-header .v-divider:first-child {
23647
+ .v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
23648
+ .v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
23602
23649
  margin-inline-start: 0;
23603
23650
  }
23604
- .v-stepper--alt-labels .v-stepper-header {
23605
- height: auto;
23651
+ .v-skeleton-loader__button {
23652
+ border-radius: 4px;
23653
+ height: 36px;
23654
+ margin: 16px;
23655
+ max-width: 64px;
23606
23656
  }
23607
- .v-stepper--alt-labels .v-stepper-header .v-divider {
23608
- align-self: flex-start;
23609
- margin: 35px -67px 0;
23657
+ .v-skeleton-loader__button + .v-skeleton-loader__bone {
23658
+ flex: 1 1 auto;
23659
+ margin-inline-start: 0;
23610
23660
  }
23611
-
23612
- .v-stepper-window {
23613
- margin: 1.5rem;
23614
- }
23615
-
23616
- .v-stepper-actions {
23617
- display: flex;
23618
- align-items: center;
23619
- justify-content: space-between;
23620
- padding: 1rem;
23621
- }
23622
- .v-stepper .v-stepper-actions {
23623
- padding: 0 1.5rem 1rem;
23624
- }
23625
- .v-stepper-window-item .v-stepper-actions {
23626
- padding: 1.5rem 0 0;
23627
- }.v-stepper-item {
23628
- align-items: center;
23629
- align-self: stretch;
23630
- display: inline-flex;
23631
- flex: none;
23632
- opacity: var(--v-medium-emphasis-opacity);
23633
- padding: 1.5rem;
23634
- transition-duration: 0.2s;
23635
- transition-property: opacity;
23636
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23637
- }
23638
- .v-stepper-item--selected {
23639
- opacity: 1;
23640
- }
23641
- .v-stepper-item--error {
23642
- color: rgb(var(--v-theme-error));
23643
- }
23644
- .v-stepper-item--disabled {
23645
- opacity: var(--v-medium-emphasis-opacity);
23646
- pointer-events: none;
23647
- }
23648
- .v-stepper--alt-labels .v-stepper-item {
23649
- flex-direction: column;
23650
- justify-content: flex-start;
23651
- align-items: center;
23652
- flex-basis: 175px;
23653
- }
23654
-
23655
- .v-stepper-item__avatar.v-avatar {
23656
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
23657
- color: rgb(var(--v-theme-on-surface-variant));
23658
- font-size: 0.75rem;
23659
- margin-inline-end: 8px;
23660
- }
23661
- .v-stepper-item__avatar.v-avatar .v-icon {
23662
- font-size: 0.875rem;
23663
- }
23664
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
23665
- background: rgb(var(--v-theme-surface-variant));
23666
- }
23667
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
23668
- background: rgb(var(--v-theme-error));
23669
- }
23670
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
23671
- margin-bottom: 16px;
23672
- margin-inline-end: 0;
23673
- }
23674
-
23675
- .v-stepper-item__title {
23676
- line-height: 1;
23677
- }
23678
- .v-stepper--mobile .v-stepper-item__title {
23679
- display: none;
23680
- }
23681
-
23682
- .v-stepper-item__subtitle {
23683
- font-size: 0.75rem;
23684
- text-align: left;
23685
- line-height: 1;
23686
- opacity: var(--v-medium-emphasis-opacity);
23687
- }
23688
- .v-stepper--alt-labels .v-stepper-item__subtitle {
23689
- text-align: center;
23690
- }
23691
- .v-stepper--mobile .v-stepper-item__subtitle {
23692
- display: none;
23693
- }.v-skeleton-loader {
23694
- align-items: center;
23695
- background: rgb(var(--v-theme-surface));
23696
- border-radius: 4px;
23697
- display: flex;
23698
- flex-wrap: wrap;
23699
- position: relative;
23700
- vertical-align: top;
23701
- }
23702
- .v-skeleton-loader__actions {
23703
- justify-content: end;
23704
- }
23705
- .v-skeleton-loader .v-skeleton-loader__ossein {
23706
- height: 100%;
23707
- }
23708
- .v-skeleton-loader .v-skeleton-loader__avatar,
23709
- .v-skeleton-loader .v-skeleton-loader__button,
23710
- .v-skeleton-loader .v-skeleton-loader__chip,
23711
- .v-skeleton-loader .v-skeleton-loader__divider,
23712
- .v-skeleton-loader .v-skeleton-loader__heading,
23713
- .v-skeleton-loader .v-skeleton-loader__image,
23714
- .v-skeleton-loader .v-skeleton-loader__ossein,
23715
- .v-skeleton-loader .v-skeleton-loader__text {
23716
- background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
23717
- }
23718
- .v-skeleton-loader .v-skeleton-loader__list-item,
23719
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
23720
- .v-skeleton-loader .v-skeleton-loader__list-item-text,
23721
- .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
23722
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
23723
- .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
23724
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
23725
- border-radius: 4px;
23726
- }
23727
- .v-skeleton-loader__bone {
23728
- align-items: center;
23729
- border-radius: inherit;
23730
- display: flex;
23731
- flex: 1 1 100%;
23732
- flex-wrap: wrap;
23733
- overflow: hidden;
23734
- position: relative;
23735
- }
23736
- .v-skeleton-loader__bone::after {
23737
- content: "";
23738
- position: absolute;
23739
- top: 0;
23740
- left: 0;
23741
- width: 100%;
23742
- height: 100%;
23743
- animation: loading 1.5s infinite;
23744
- background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
23745
- transform: translateX(-100%);
23746
- z-index: 1;
23747
- }
23748
- .v-skeleton-loader__avatar {
23749
- border-radius: 50%;
23750
- flex: 0 1 auto;
23751
- margin: 8px 16px;
23752
- max-height: 48px;
23753
- min-height: 48px;
23754
- height: 48px;
23755
- max-width: 48px;
23756
- min-width: 48px;
23757
- width: 48px;
23758
- }
23759
- .v-skeleton-loader__avatar + .v-skeleton-loader__bone {
23760
- flex: 1 1 auto;
23761
- margin-inline-start: 0;
23762
- }
23763
- .v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
23764
- .v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
23765
- margin-inline-start: 0;
23766
- }
23767
- .v-skeleton-loader__button {
23768
- border-radius: 4px;
23769
- height: 36px;
23770
- margin: 16px;
23771
- max-width: 64px;
23772
- }
23773
- .v-skeleton-loader__button + .v-skeleton-loader__bone {
23774
- flex: 1 1 auto;
23775
- margin-inline-start: 0;
23776
- }
23777
- .v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
23778
- .v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
23779
- margin-inline-start: 0;
23661
+ .v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
23662
+ .v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
23663
+ margin-inline-start: 0;
23780
23664
  }
23781
23665
  .v-skeleton-loader__chip {
23782
23666
  border-radius: 16px;
@@ -23913,68 +23797,184 @@ html.v-overlay-scroll-blocked {
23913
23797
  100% {
23914
23798
  transform: translateX(100%);
23915
23799
  }
23916
- }.v-snackbar {
23917
- justify-content: center;
23918
- z-index: 10000;
23919
- margin: 8px;
23920
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23800
+ }.v-stepper.v-sheet {
23801
+ 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));
23802
+ border-radius: 4px;
23803
+ overflow: hidden;
23921
23804
  }
23922
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23923
- align-items: flex-end;
23805
+ .v-stepper.v-sheet.v-stepper--flat {
23806
+ 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));
23924
23807
  }
23925
- .v-snackbar__wrapper {
23808
+
23809
+ .v-stepper-header {
23810
+ 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));
23926
23811
  align-items: center;
23927
23812
  display: flex;
23928
- max-width: 672px;
23929
- min-height: 48px;
23930
- min-width: 344px;
23931
- overflow: hidden;
23932
- padding: 0;
23933
- border-radius: 4px;
23813
+ position: relative;
23814
+ overflow-x: auto;
23815
+ justify-content: space-between;
23816
+ z-index: 1;
23934
23817
  }
23935
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23936
- background: transparent;
23937
- color: inherit;
23818
+ .v-stepper-header .v-divider {
23819
+ margin: 0 -16px;
23938
23820
  }
23939
- .v-snackbar--variant-plain {
23940
- opacity: 0.62;
23821
+ .v-stepper-header .v-divider:last-child {
23822
+ margin-inline-end: 0;
23941
23823
  }
23942
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23943
- opacity: 1;
23824
+ .v-stepper-header .v-divider:first-child {
23825
+ margin-inline-start: 0;
23944
23826
  }
23945
- .v-snackbar--variant-plain .v-snackbar__overlay {
23946
- display: none;
23827
+ .v-stepper--alt-labels .v-stepper-header {
23828
+ height: auto;
23947
23829
  }
23948
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23949
- background: rgb(var(--v-theme-surface-variant));
23950
- color: rgb(var(--v-theme-on-surface-variant));
23830
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
23831
+ align-self: flex-start;
23832
+ margin: 35px -67px 0;
23951
23833
  }
23952
- .v-snackbar--variant-elevated {
23953
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23834
+
23835
+ .v-stepper-window {
23836
+ margin: 1.5rem;
23954
23837
  }
23955
- .v-snackbar--variant-flat {
23956
- 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));
23838
+
23839
+ .v-stepper-actions {
23840
+ display: flex;
23841
+ align-items: center;
23842
+ justify-content: space-between;
23843
+ padding: 1rem;
23957
23844
  }
23958
- .v-snackbar--variant-outlined {
23959
- border: thin solid currentColor;
23845
+ .v-stepper .v-stepper-actions {
23846
+ padding: 0 1.5rem 1rem;
23960
23847
  }
23961
- .v-snackbar--variant-text .v-snackbar__overlay {
23962
- background: currentColor;
23848
+ .v-stepper-window-item .v-stepper-actions {
23849
+ padding: 1.5rem 0 0;
23850
+ }.v-stepper-item {
23851
+ align-items: center;
23852
+ align-self: stretch;
23853
+ display: inline-flex;
23854
+ flex: none;
23855
+ opacity: var(--v-medium-emphasis-opacity);
23856
+ padding: 1.5rem;
23857
+ transition-duration: 0.2s;
23858
+ transition-property: opacity;
23859
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23963
23860
  }
23964
- .v-snackbar--variant-tonal .v-snackbar__underlay {
23965
- background: currentColor;
23966
- opacity: var(--v-activated-opacity);
23967
- border-radius: inherit;
23968
- position: absolute;
23969
- top: 0;
23970
- right: 0;
23971
- bottom: 0;
23972
- left: 0;
23973
- pointer-events: none;
23861
+ .v-stepper-item--selected {
23862
+ opacity: 1;
23974
23863
  }
23975
-
23976
- .v-snackbar__content {
23977
- flex-grow: 1;
23864
+ .v-stepper-item--error {
23865
+ color: rgb(var(--v-theme-error));
23866
+ }
23867
+ .v-stepper-item--disabled {
23868
+ opacity: var(--v-medium-emphasis-opacity);
23869
+ pointer-events: none;
23870
+ }
23871
+ .v-stepper--alt-labels .v-stepper-item {
23872
+ flex-direction: column;
23873
+ justify-content: flex-start;
23874
+ align-items: center;
23875
+ flex-basis: 175px;
23876
+ }
23877
+
23878
+ .v-stepper-item__avatar.v-avatar {
23879
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
23880
+ color: rgb(var(--v-theme-on-surface-variant));
23881
+ font-size: 0.75rem;
23882
+ margin-inline-end: 8px;
23883
+ }
23884
+ .v-stepper-item__avatar.v-avatar .v-icon {
23885
+ font-size: 0.875rem;
23886
+ }
23887
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
23888
+ background: rgb(var(--v-theme-surface-variant));
23889
+ }
23890
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
23891
+ background: rgb(var(--v-theme-error));
23892
+ }
23893
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
23894
+ margin-bottom: 16px;
23895
+ margin-inline-end: 0;
23896
+ }
23897
+
23898
+ .v-stepper-item__title {
23899
+ line-height: 1;
23900
+ }
23901
+ .v-stepper--mobile .v-stepper-item__title {
23902
+ display: none;
23903
+ }
23904
+
23905
+ .v-stepper-item__subtitle {
23906
+ font-size: 0.75rem;
23907
+ text-align: left;
23908
+ line-height: 1;
23909
+ opacity: var(--v-medium-emphasis-opacity);
23910
+ }
23911
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
23912
+ text-align: center;
23913
+ }
23914
+ .v-stepper--mobile .v-stepper-item__subtitle {
23915
+ display: none;
23916
+ }.v-snackbar {
23917
+ justify-content: center;
23918
+ z-index: 10000;
23919
+ margin: 8px;
23920
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23921
+ }
23922
+ .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23923
+ align-items: flex-end;
23924
+ }
23925
+ .v-snackbar__wrapper {
23926
+ align-items: center;
23927
+ display: flex;
23928
+ max-width: 672px;
23929
+ min-height: 48px;
23930
+ min-width: 344px;
23931
+ overflow: hidden;
23932
+ padding: 0;
23933
+ border-radius: 4px;
23934
+ }
23935
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23936
+ background: transparent;
23937
+ color: inherit;
23938
+ }
23939
+ .v-snackbar--variant-plain {
23940
+ opacity: 0.62;
23941
+ }
23942
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23943
+ opacity: 1;
23944
+ }
23945
+ .v-snackbar--variant-plain .v-snackbar__overlay {
23946
+ display: none;
23947
+ }
23948
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23949
+ background: rgb(var(--v-theme-surface-variant));
23950
+ color: rgb(var(--v-theme-on-surface-variant));
23951
+ }
23952
+ .v-snackbar--variant-elevated {
23953
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23954
+ }
23955
+ .v-snackbar--variant-flat {
23956
+ 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));
23957
+ }
23958
+ .v-snackbar--variant-outlined {
23959
+ border: thin solid currentColor;
23960
+ }
23961
+ .v-snackbar--variant-text .v-snackbar__overlay {
23962
+ background: currentColor;
23963
+ }
23964
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
23965
+ background: currentColor;
23966
+ opacity: var(--v-activated-opacity);
23967
+ border-radius: inherit;
23968
+ position: absolute;
23969
+ top: 0;
23970
+ right: 0;
23971
+ bottom: 0;
23972
+ left: 0;
23973
+ pointer-events: none;
23974
+ }
23975
+
23976
+ .v-snackbar__content {
23977
+ flex-grow: 1;
23978
23978
  font-size: 0.875rem;
23979
23979
  font-weight: 400;
23980
23980
  letter-spacing: 0.0178571429em;
@@ -24032,101 +24032,124 @@ html.v-overlay-scroll-blocked {
24032
24032
  }
24033
24033
  .v-snackbar-transition-leave-to {
24034
24034
  opacity: 0;
24035
- }.v-tabs {
24036
- display: flex;
24037
- height: var(--v-tabs-height);
24035
+ }.v-switch .v-label {
24036
+ padding-inline-start: 10px;
24038
24037
  }
24039
- .v-tabs--density-default {
24040
- --v-tabs-height: 48px;
24038
+
24039
+ .v-switch__loader {
24040
+ display: flex;
24041
24041
  }
24042
- .v-tabs--density-default.v-tabs--stacked {
24043
- --v-tabs-height: 72px;
24042
+ .v-switch__loader .v-progress-circular {
24043
+ color: rgb(var(--v-theme-surface));
24044
24044
  }
24045
24045
 
24046
- .v-tabs--density-comfortable {
24047
- --v-tabs-height: 44px;
24046
+ .v-switch__track,
24047
+ .v-switch__thumb {
24048
+ transition: none;
24048
24049
  }
24049
- .v-tabs--density-comfortable.v-tabs--stacked {
24050
- --v-tabs-height: 68px;
24050
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24051
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24052
+ background-color: rgb(var(--v-theme-error));
24053
+ color: rgb(var(--v-theme-on-error));
24051
24054
  }
24052
24055
 
24053
- .v-tabs--density-compact {
24054
- --v-tabs-height: 36px;
24056
+ .v-switch__track-true {
24057
+ margin-inline-end: auto;
24055
24058
  }
24056
- .v-tabs--density-compact.v-tabs--stacked {
24057
- --v-tabs-height: 60px;
24059
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24060
+ opacity: 0;
24058
24061
  }
24059
24062
 
24060
- .v-tabs.v-slide-group--vertical {
24061
- height: auto;
24062
- flex: none;
24063
- --v-tabs-height: 48px;
24063
+ .v-switch__track-false {
24064
+ margin-inline-start: auto;
24064
24065
  }
24065
-
24066
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24067
- margin-inline-start: 42px;
24066
+ .v-selection-control--dirty .v-switch__track-false {
24067
+ opacity: 0;
24068
24068
  }
24069
24069
 
24070
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24071
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24072
- margin-inline-end: auto;
24070
+ .v-switch__track {
24071
+ display: inline-flex;
24072
+ align-items: center;
24073
+ font-size: 0.5rem;
24074
+ padding: 0 5px;
24075
+ background-color: rgb(var(--v-theme-surface-variant));
24076
+ border-radius: 9999px;
24077
+ height: 14px;
24078
+ opacity: 0.6;
24079
+ min-width: 36px;
24080
+ cursor: pointer;
24081
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24073
24082
  }
24074
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24075
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24076
- margin-inline-start: auto;
24083
+ .v-switch--inset .v-switch__track {
24084
+ border-radius: 9999px;
24085
+ font-size: 0.75rem;
24086
+ height: 32px;
24087
+ min-width: 52px;
24077
24088
  }
24078
24089
 
24079
- .v-tabs--grow {
24080
- flex-grow: 1;
24090
+ .v-switch__thumb {
24091
+ align-items: center;
24092
+ background-color: rgb(var(--v-theme-surface-bright));
24093
+ color: rgb(var(--v-theme-on-surface-bright));
24094
+ border-radius: 50%;
24095
+ display: flex;
24096
+ font-size: 0.75rem;
24097
+ height: 20px;
24098
+ justify-content: center;
24099
+ width: 20px;
24100
+ pointer-events: none;
24101
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24102
+ position: relative;
24103
+ overflow: hidden;
24081
24104
  }
24082
- .v-tabs--grow .v-tab {
24083
- flex: 1 0 auto;
24084
- max-width: none;
24105
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
24106
+ 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));
24085
24107
  }
24086
-
24087
- .v-tabs--align-tabs-end .v-tab:first-child {
24088
- margin-inline-start: auto;
24108
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24109
+ background: rgb(var(--v-theme-surface-variant));
24110
+ color: rgb(var(--v-theme-on-surface-variant));
24111
+ 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));
24089
24112
  }
24090
- .v-tabs--align-tabs-end .v-tab:last-child {
24091
- margin-inline-end: 0;
24113
+ .v-switch--inset .v-switch__thumb {
24114
+ height: 24px;
24115
+ width: 24px;
24116
+ transform: scale(0.6666666667);
24117
+ }
24118
+ .v-switch--inset .v-switch__thumb--filled {
24119
+ transform: none;
24120
+ }
24121
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24122
+ transform: none;
24123
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24092
24124
  }
24093
24125
 
24094
- @media (max-width: 1279.98px) {
24095
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24096
- margin-inline-start: 52px;
24097
- }
24098
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24099
- margin-inline-end: 52px;
24100
- }
24101
- }.v-tab.v-tab.v-btn {
24102
- height: var(--v-tabs-height);
24103
- border-radius: 0;
24104
- min-width: 90px;
24126
+ .v-switch.v-input {
24127
+ flex: 0 1 auto;
24105
24128
  }
24106
- .v-slide-group--horizontal .v-tab {
24107
- max-width: 360px;
24129
+ .v-switch .v-selection-control {
24130
+ min-height: var(--v-input-control-height);
24108
24131
  }
24109
- .v-slide-group--vertical .v-tab {
24110
- justify-content: start;
24132
+ .v-switch .v-selection-control__input {
24133
+ border-radius: 50%;
24134
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24135
+ transform: translateX(-10px);
24136
+ position: absolute;
24111
24137
  }
24112
-
24113
- .v-tab__slider {
24138
+ .v-switch .v-selection-control__input .v-icon {
24114
24139
  position: absolute;
24115
- bottom: 0;
24116
- left: 0;
24117
- height: 2px;
24118
- width: 100%;
24119
- background: currentColor;
24120
- pointer-events: none;
24121
- opacity: 0;
24122
24140
  }
24123
- .v-tab--selected .v-tab__slider {
24124
- opacity: 1;
24141
+ .v-switch .v-selection-control--dirty .v-selection-control__input {
24142
+ transform: translateX(10px);
24125
24143
  }
24126
- .v-slide-group--vertical .v-tab__slider {
24127
- top: 0;
24128
- height: 100%;
24129
- width: 2px;
24144
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
24145
+ transform: scale(0.8);
24146
+ }
24147
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
24148
+ transform: scale(0.75);
24149
+ box-shadow: none;
24150
+ }
24151
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
24152
+ width: auto;
24130
24153
  }.v-table {
24131
24154
  background: rgb(var(--v-theme-surface));
24132
24155
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24265,162 +24288,206 @@ html.v-overlay-scroll-blocked {
24265
24288
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24266
24289
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24267
24290
  border-top: 0px !important;
24268
- }.v-switch .v-label {
24269
- padding-inline-start: 10px;
24291
+ }.v-system-bar {
24292
+ align-items: center;
24293
+ display: flex;
24294
+ flex: 1 1 auto;
24295
+ height: 24px;
24296
+ justify-content: flex-end;
24297
+ max-width: 100%;
24298
+ padding-inline: 8px;
24299
+ position: relative;
24300
+ text-align: end;
24301
+ width: 100%;
24302
+ 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));
24303
+ background: rgba(var(--v-theme-surface-light));
24304
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24305
+ font-size: 0.75rem;
24306
+ font-weight: 400;
24307
+ letter-spacing: 0.0333333333em;
24308
+ line-height: 1.25rem;
24309
+ text-transform: none;
24310
+ }
24311
+ .v-system-bar .v-icon {
24312
+ opacity: var(--v-medium-emphasis-opacity);
24313
+ }
24314
+ .v-system-bar--absolute {
24315
+ position: absolute;
24316
+ }
24317
+ .v-system-bar--fixed {
24318
+ position: fixed;
24319
+ }
24320
+ .v-system-bar--rounded {
24321
+ border-radius: 0;
24322
+ }
24323
+ .v-system-bar--window {
24324
+ height: 32px;
24325
+ }
24326
+ .v-system-bar:not(.v-system-bar--absolute) {
24327
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24328
+ }.v-tab.v-tab.v-btn {
24329
+ height: var(--v-tabs-height);
24330
+ border-radius: 0;
24331
+ min-width: 90px;
24332
+ }
24333
+ .v-slide-group--horizontal .v-tab {
24334
+ max-width: 360px;
24335
+ }
24336
+ .v-slide-group--vertical .v-tab {
24337
+ justify-content: start;
24270
24338
  }
24271
24339
 
24272
- .v-switch__loader {
24340
+ .v-tab__slider {
24341
+ position: absolute;
24342
+ bottom: 0;
24343
+ left: 0;
24344
+ height: 2px;
24345
+ width: 100%;
24346
+ background: currentColor;
24347
+ pointer-events: none;
24348
+ opacity: 0;
24349
+ }
24350
+ .v-tab--selected .v-tab__slider {
24351
+ opacity: 1;
24352
+ }
24353
+ .v-slide-group--vertical .v-tab__slider {
24354
+ top: 0;
24355
+ height: 100%;
24356
+ width: 2px;
24357
+ }.v-tabs {
24273
24358
  display: flex;
24359
+ height: var(--v-tabs-height);
24274
24360
  }
24275
- .v-switch__loader .v-progress-circular {
24276
- color: rgb(var(--v-theme-surface));
24361
+ .v-tabs--density-default {
24362
+ --v-tabs-height: 48px;
24363
+ }
24364
+ .v-tabs--density-default.v-tabs--stacked {
24365
+ --v-tabs-height: 72px;
24277
24366
  }
24278
24367
 
24279
- .v-switch__track,
24280
- .v-switch__thumb {
24281
- transition: none;
24368
+ .v-tabs--density-comfortable {
24369
+ --v-tabs-height: 44px;
24282
24370
  }
24283
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24284
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24285
- background-color: rgb(var(--v-theme-error));
24286
- color: rgb(var(--v-theme-on-error));
24371
+ .v-tabs--density-comfortable.v-tabs--stacked {
24372
+ --v-tabs-height: 68px;
24287
24373
  }
24288
24374
 
24289
- .v-switch__track-true {
24290
- margin-inline-end: auto;
24375
+ .v-tabs--density-compact {
24376
+ --v-tabs-height: 36px;
24291
24377
  }
24292
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24293
- opacity: 0;
24378
+ .v-tabs--density-compact.v-tabs--stacked {
24379
+ --v-tabs-height: 60px;
24294
24380
  }
24295
24381
 
24296
- .v-switch__track-false {
24297
- margin-inline-start: auto;
24382
+ .v-tabs.v-slide-group--vertical {
24383
+ height: auto;
24384
+ flex: none;
24385
+ --v-tabs-height: 48px;
24298
24386
  }
24299
- .v-selection-control--dirty .v-switch__track-false {
24300
- opacity: 0;
24387
+
24388
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24389
+ margin-inline-start: 42px;
24301
24390
  }
24302
24391
 
24303
- .v-switch__track {
24304
- display: inline-flex;
24305
- align-items: center;
24306
- font-size: 0.5rem;
24307
- padding: 0 5px;
24308
- background-color: rgb(var(--v-theme-surface-variant));
24309
- border-radius: 9999px;
24310
- height: 14px;
24311
- opacity: 0.6;
24312
- min-width: 36px;
24313
- cursor: pointer;
24314
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24392
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24393
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24394
+ margin-inline-end: auto;
24315
24395
  }
24316
- .v-switch--inset .v-switch__track {
24317
- border-radius: 9999px;
24318
- font-size: 0.75rem;
24319
- height: 32px;
24320
- min-width: 52px;
24396
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24397
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24398
+ margin-inline-start: auto;
24321
24399
  }
24322
24400
 
24323
- .v-switch__thumb {
24324
- align-items: center;
24325
- background-color: rgb(var(--v-theme-surface-bright));
24326
- color: rgb(var(--v-theme-on-surface-bright));
24327
- border-radius: 50%;
24328
- display: flex;
24329
- font-size: 0.75rem;
24330
- height: 20px;
24331
- justify-content: center;
24332
- width: 20px;
24333
- pointer-events: none;
24334
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24335
- position: relative;
24336
- overflow: hidden;
24401
+ .v-tabs--grow {
24402
+ flex-grow: 1;
24337
24403
  }
24338
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24339
- 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));
24404
+ .v-tabs--grow .v-tab {
24405
+ flex: 1 0 auto;
24406
+ max-width: none;
24340
24407
  }
24341
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24342
- background: rgb(var(--v-theme-surface-variant));
24343
- color: rgb(var(--v-theme-on-surface-variant));
24344
- 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));
24408
+
24409
+ .v-tabs--align-tabs-end .v-tab:first-child {
24410
+ margin-inline-start: auto;
24345
24411
  }
24346
- .v-switch--inset .v-switch__thumb {
24347
- height: 24px;
24348
- width: 24px;
24349
- transform: scale(0.6666666667);
24412
+ .v-tabs--align-tabs-end .v-tab:last-child {
24413
+ margin-inline-end: 0;
24350
24414
  }
24351
- .v-switch--inset .v-switch__thumb--filled {
24352
- transform: none;
24415
+
24416
+ @media (max-width: 1279.98px) {
24417
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24418
+ margin-inline-start: 52px;
24419
+ }
24420
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24421
+ margin-inline-end: 52px;
24422
+ }
24423
+ }/* region BLOCK */
24424
+ .v-text-field input {
24425
+ color: inherit;
24426
+ opacity: 0;
24427
+ flex: 1;
24428
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24429
+ min-width: 0;
24353
24430
  }
24354
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24355
- transform: none;
24356
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24431
+ .v-text-field input:focus, .v-text-field input:active {
24432
+ outline: none;
24357
24433
  }
24358
-
24359
- .v-switch.v-input {
24360
- flex: 0 1 auto;
24434
+ .v-text-field input:invalid {
24435
+ box-shadow: none;
24361
24436
  }
24362
- .v-switch .v-selection-control {
24363
- min-height: var(--v-input-control-height);
24437
+ .v-text-field .v-field {
24438
+ cursor: text;
24364
24439
  }
24365
- .v-switch .v-selection-control__input {
24366
- border-radius: 50%;
24367
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24368
- transform: translateX(-10px);
24369
- position: absolute;
24440
+ .v-text-field--prefixed.v-text-field .v-field__input {
24441
+ --v-field-padding-start: 6px;
24370
24442
  }
24371
- .v-switch .v-selection-control__input .v-icon {
24372
- position: absolute;
24443
+
24444
+ .v-text-field--suffixed.v-text-field .v-field__input {
24445
+ --v-field-padding-end: 0;
24373
24446
  }
24374
- .v-switch .v-selection-control--dirty .v-selection-control__input {
24375
- transform: translateX(10px);
24447
+
24448
+ .v-text-field .v-input__details {
24449
+ padding-inline: 16px;
24376
24450
  }
24377
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24378
- transform: scale(0.8);
24451
+ .v-input--plain-underlined.v-text-field .v-input__details {
24452
+ padding-inline: 0;
24379
24453
  }
24380
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24381
- transform: scale(0.75);
24382
- box-shadow: none;
24454
+
24455
+ .v-text-field .v-field--no-label input,
24456
+ .v-text-field .v-field--active input {
24457
+ opacity: 1;
24383
24458
  }
24384
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24385
- width: auto;
24386
- }.v-system-bar {
24459
+ .v-text-field .v-field--single-line input {
24460
+ transition: none;
24461
+ }
24462
+
24463
+ /* endregion */
24464
+ /* region ELEMENTS */
24465
+ .v-text-field__prefix, .v-text-field__suffix {
24387
24466
  align-items: center;
24467
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24468
+ cursor: default;
24388
24469
  display: flex;
24389
- flex: 1 1 auto;
24390
- height: 24px;
24391
- justify-content: flex-end;
24392
- max-width: 100%;
24393
- padding-inline: 8px;
24394
- position: relative;
24395
- text-align: end;
24396
- width: 100%;
24397
- 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));
24398
- background: rgba(var(--v-theme-surface-light));
24399
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24400
- font-size: 0.75rem;
24401
- font-weight: 400;
24402
- letter-spacing: 0.0333333333em;
24403
- line-height: 1.25rem;
24404
- text-transform: none;
24405
- }
24406
- .v-system-bar .v-icon {
24407
- opacity: var(--v-medium-emphasis-opacity);
24470
+ opacity: 0;
24471
+ transition: inherit;
24472
+ white-space: nowrap;
24473
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24474
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24475
+ padding-bottom: var(--v-field-padding-bottom, 6px);
24408
24476
  }
24409
- .v-system-bar--absolute {
24410
- position: absolute;
24477
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24478
+ opacity: 1;
24411
24479
  }
24412
- .v-system-bar--fixed {
24413
- position: fixed;
24480
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24481
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24414
24482
  }
24415
- .v-system-bar--rounded {
24416
- border-radius: 0;
24483
+ .v-text-field__prefix {
24484
+ padding-inline-start: var(--v-field-padding-start);
24417
24485
  }
24418
- .v-system-bar--window {
24419
- height: 32px;
24486
+ .v-text-field__suffix {
24487
+ padding-inline-end: var(--v-field-padding-end);
24420
24488
  }
24421
- .v-system-bar:not(.v-system-bar--absolute) {
24422
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24423
- }.v-textarea .v-field {
24489
+
24490
+ /* endregion */.v-textarea .v-field {
24424
24491
  --v-textarea-control-height: var(--v-input-control-height);
24425
24492
  }
24426
24493
  .v-textarea .v-field__field {
@@ -24459,74 +24526,139 @@ html.v-overlay-scroll-blocked {
24459
24526
  }
24460
24527
  .v-textarea textarea:invalid {
24461
24528
  box-shadow: none;
24462
- }/* region BLOCK */
24463
- .v-text-field input {
24464
- color: inherit;
24465
- opacity: 0;
24466
- flex: 1;
24467
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24468
- min-width: 0;
24469
- }
24470
- .v-text-field input:focus, .v-text-field input:active {
24471
- outline: none;
24529
+ }.v-theme-provider {
24530
+ background: rgb(var(--v-theme-background));
24531
+ color: rgb(var(--v-theme-on-background));
24532
+ }.v-toolbar {
24533
+ align-items: flex-start;
24534
+ display: flex;
24535
+ flex: none;
24536
+ flex-direction: column;
24537
+ justify-content: space-between;
24538
+ max-width: 100%;
24539
+ position: relative;
24540
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24541
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24542
+ width: 100%;
24543
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24544
+ border-style: solid;
24545
+ border-width: 0;
24546
+ 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));
24547
+ border-radius: 0;
24548
+ background: rgb(var(--v-theme-surface-light));
24549
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24472
24550
  }
24473
- .v-text-field input:invalid {
24551
+ .v-toolbar--border {
24552
+ border-width: thin;
24474
24553
  box-shadow: none;
24475
24554
  }
24476
- .v-text-field .v-field {
24477
- cursor: text;
24555
+ .v-toolbar--absolute {
24556
+ position: absolute;
24478
24557
  }
24479
- .v-text-field--prefixed.v-text-field .v-field__input {
24480
- --v-field-padding-start: 6px;
24558
+ .v-toolbar--collapse {
24559
+ max-width: 112px;
24560
+ overflow: hidden;
24561
+ border-end-end-radius: 24px;
24562
+ }
24563
+ .v-toolbar--collapse .v-toolbar-title {
24564
+ display: none;
24565
+ }
24566
+ .v-toolbar--flat {
24567
+ 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));
24568
+ }
24569
+ .v-toolbar--floating {
24570
+ display: inline-flex;
24571
+ }
24572
+ .v-toolbar--rounded {
24573
+ border-radius: 4px;
24481
24574
  }
24482
24575
 
24483
- .v-text-field--suffixed.v-text-field .v-field__input {
24484
- --v-field-padding-end: 0;
24576
+ .v-toolbar__content,
24577
+ .v-toolbar__extension {
24578
+ align-items: center;
24579
+ display: flex;
24580
+ flex: 0 0 auto;
24581
+ position: relative;
24582
+ transition: inherit;
24583
+ width: 100%;
24485
24584
  }
24486
24585
 
24487
- .v-text-field .v-input__details {
24488
- padding-inline: 16px;
24586
+ .v-toolbar__content {
24587
+ overflow: hidden;
24489
24588
  }
24490
- .v-input--plain-underlined.v-text-field .v-input__details {
24491
- padding-inline: 0;
24589
+ .v-toolbar__content > .v-btn:first-child {
24590
+ margin-inline-start: 10px;
24492
24591
  }
24493
-
24494
- .v-text-field .v-field--no-label input,
24495
- .v-text-field .v-field--active input {
24496
- opacity: 1;
24592
+ .v-toolbar__content > .v-btn:last-child {
24593
+ margin-inline-end: 10px;
24497
24594
  }
24498
- .v-text-field .v-field--single-line input {
24499
- transition: none;
24595
+ .v-toolbar__content > .v-toolbar-title {
24596
+ margin-inline-start: 16px;
24597
+ }
24598
+ .v-toolbar--density-prominent .v-toolbar__content {
24599
+ align-items: flex-start;
24500
24600
  }
24501
24601
 
24502
- /* endregion */
24503
- /* region ELEMENTS */
24504
- .v-text-field__prefix, .v-text-field__suffix {
24602
+ .v-toolbar__image {
24603
+ position: absolute;
24604
+ top: 0;
24605
+ left: 0;
24606
+ width: 100%;
24607
+ height: 100%;
24608
+ display: flex;
24609
+ opacity: var(--v-toolbar-image-opacity, 1);
24610
+ transition-property: opacity;
24611
+ }
24612
+
24613
+ .v-toolbar__prepend,
24614
+ .v-toolbar__append {
24505
24615
  align-items: center;
24506
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24507
- cursor: default;
24616
+ align-self: stretch;
24508
24617
  display: flex;
24509
- opacity: 0;
24510
- transition: inherit;
24511
- white-space: nowrap;
24512
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24513
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24514
- padding-bottom: var(--v-field-padding-bottom, 6px);
24515
24618
  }
24516
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24517
- opacity: 1;
24619
+
24620
+ .v-toolbar__prepend {
24621
+ margin-inline: 10px auto;
24518
24622
  }
24519
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24520
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24623
+
24624
+ .v-toolbar__append {
24625
+ margin-inline: auto 10px;
24521
24626
  }
24522
- .v-text-field__prefix {
24523
- padding-inline-start: var(--v-field-padding-start);
24627
+
24628
+ .v-toolbar-title {
24629
+ flex: 1 1;
24630
+ font-size: 1.25rem;
24631
+ min-width: 0;
24632
+ font-size: 1.25rem;
24633
+ font-weight: 400;
24634
+ letter-spacing: 0;
24635
+ line-height: 1.75rem;
24636
+ text-transform: none;
24524
24637
  }
24525
- .v-text-field__suffix {
24526
- padding-inline-end: var(--v-field-padding-end);
24638
+ .v-toolbar--density-prominent .v-toolbar-title {
24639
+ align-self: flex-end;
24640
+ padding-bottom: 6px;
24641
+ font-size: 1.5rem;
24642
+ font-weight: 400;
24643
+ letter-spacing: 0;
24644
+ line-height: 2.25rem;
24645
+ text-transform: none;
24646
+ }
24647
+
24648
+ .v-toolbar-title__placeholder {
24649
+ overflow: hidden;
24650
+ text-overflow: ellipsis;
24651
+ white-space: nowrap;
24527
24652
  }
24528
24653
 
24529
- /* endregion */.v-timeline .v-timeline-divider__dot {
24654
+ .v-toolbar-items {
24655
+ display: flex;
24656
+ height: inherit;
24657
+ align-self: stretch;
24658
+ }
24659
+ .v-toolbar-items > .v-btn {
24660
+ border-radius: 0;
24661
+ }.v-timeline .v-timeline-divider__dot {
24530
24662
  background: rgb(var(--v-theme-surface-light));
24531
24663
  }
24532
24664
  .v-timeline .v-timeline-divider__inner-dot {
@@ -24884,196 +25016,73 @@ html.v-overlay-scroll-blocked {
24884
25016
  .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__before {
24885
25017
  --v-timeline-line-size-offset: 24px;
24886
25018
  }
24887
- .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
24888
- --v-timeline-line-size-offset: -12px;
24889
- }
24890
- .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
24891
- --v-timeline-line-size-offset: 0px;
24892
- }
24893
- .v-timeline--horizontal.v-timeline--align-start {
24894
- justify-items: flex-start;
24895
- }
24896
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
24897
- justify-content: flex-start;
24898
- }
24899
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
24900
- width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
24901
- }
24902
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
24903
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
24904
- }
24905
-
24906
- .v-timeline--vertical.v-timeline--align-start {
24907
- align-items: flex-start;
24908
- }
24909
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
24910
- justify-content: flex-start;
24911
- }
24912
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
24913
- height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
24914
- }
24915
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
24916
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
24917
- }
24918
-
24919
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
24920
- display: none;
24921
- }
24922
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
24923
- --v-timeline-line-size-offset: 12px;
24924
- }
24925
- .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
24926
- padding-block-start: 0;
24927
- }
24928
-
24929
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
24930
- padding-inline-start: 0;
24931
- }
24932
-
24933
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
24934
- display: none;
24935
- }
24936
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
24937
- --v-timeline-line-size-offset: 12px;
24938
- }
24939
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
24940
- padding-block-end: 0;
24941
- }
24942
-
24943
- .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 {
24944
- padding-inline-end: 0;
24945
- }.v-theme-provider {
24946
- background: rgb(var(--v-theme-background));
24947
- color: rgb(var(--v-theme-on-background));
24948
- }.v-toolbar {
24949
- align-items: flex-start;
24950
- display: flex;
24951
- flex: none;
24952
- flex-direction: column;
24953
- justify-content: space-between;
24954
- max-width: 100%;
24955
- position: relative;
24956
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24957
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24958
- width: 100%;
24959
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24960
- border-style: solid;
24961
- border-width: 0;
24962
- 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));
24963
- border-radius: 0;
24964
- background: rgb(var(--v-theme-surface-light));
24965
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24966
- }
24967
- .v-toolbar--border {
24968
- border-width: thin;
24969
- box-shadow: none;
24970
- }
24971
- .v-toolbar--absolute {
24972
- position: absolute;
24973
- }
24974
- .v-toolbar--collapse {
24975
- max-width: 112px;
24976
- overflow: hidden;
24977
- border-end-end-radius: 24px;
24978
- }
24979
- .v-toolbar--collapse .v-toolbar-title {
24980
- display: none;
25019
+ .v-timeline--align-start .v-timeline-item:first-child .v-timeline-divider__after {
25020
+ --v-timeline-line-size-offset: -12px;
24981
25021
  }
24982
- .v-toolbar--flat {
24983
- 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));
25022
+ .v-timeline--align-start .v-timeline-item:last-child .v-timeline-divider__after {
25023
+ --v-timeline-line-size-offset: 0px;
24984
25024
  }
24985
- .v-toolbar--floating {
24986
- display: inline-flex;
25025
+ .v-timeline--horizontal.v-timeline--align-start {
25026
+ justify-items: flex-start;
24987
25027
  }
24988
- .v-toolbar--rounded {
24989
- border-radius: 4px;
25028
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
25029
+ justify-content: flex-start;
24990
25030
  }
24991
-
24992
- .v-toolbar__content,
24993
- .v-toolbar__extension {
24994
- align-items: center;
24995
- display: flex;
24996
- flex: 0 0 auto;
24997
- position: relative;
24998
- transition: inherit;
24999
- width: 100%;
25031
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25032
+ width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25000
25033
  }
25001
-
25002
- .v-toolbar__content {
25003
- overflow: hidden;
25034
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25035
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25004
25036
  }
25005
- .v-toolbar__content > .v-btn:first-child {
25006
- margin-inline-start: 10px;
25037
+
25038
+ .v-timeline--vertical.v-timeline--align-start {
25039
+ align-items: flex-start;
25007
25040
  }
25008
- .v-toolbar__content > .v-btn:last-child {
25009
- margin-inline-end: 10px;
25041
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
25042
+ justify-content: flex-start;
25010
25043
  }
25011
- .v-toolbar__content > .v-toolbar-title {
25012
- margin-inline-start: 16px;
25044
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
25045
+ height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
25013
25046
  }
25014
- .v-toolbar--density-prominent .v-toolbar__content {
25015
- align-items: flex-start;
25047
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
25048
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
25016
25049
  }
25017
25050
 
25018
- .v-toolbar__image {
25019
- position: absolute;
25020
- top: 0;
25021
- left: 0;
25022
- width: 100%;
25023
- height: 100%;
25024
- display: flex;
25025
- opacity: var(--v-toolbar-image-opacity, 1);
25026
- transition-property: opacity;
25051
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
25052
+ display: none;
25027
25053
  }
25028
-
25029
- .v-toolbar__prepend,
25030
- .v-toolbar__append {
25031
- align-items: center;
25032
- align-self: stretch;
25033
- display: flex;
25054
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
25055
+ --v-timeline-line-size-offset: 12px;
25034
25056
  }
25035
-
25036
- .v-toolbar__prepend {
25037
- margin-inline: 10px auto;
25057
+ .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25058
+ padding-block-start: 0;
25038
25059
  }
25039
25060
 
25040
- .v-toolbar__append {
25041
- margin-inline: auto 10px;
25061
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
25062
+ padding-inline-start: 0;
25042
25063
  }
25043
25064
 
25044
- .v-toolbar-title {
25045
- flex: 1 1;
25046
- font-size: 1.25rem;
25047
- min-width: 0;
25048
- font-size: 1.25rem;
25049
- font-weight: 400;
25050
- letter-spacing: 0;
25051
- line-height: 1.75rem;
25052
- text-transform: none;
25065
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25066
+ display: none;
25053
25067
  }
25054
- .v-toolbar--density-prominent .v-toolbar-title {
25055
- align-self: flex-end;
25056
- padding-bottom: 6px;
25057
- font-size: 1.5rem;
25058
- font-weight: 400;
25059
- letter-spacing: 0;
25060
- line-height: 2.25rem;
25061
- text-transform: none;
25068
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25069
+ --v-timeline-line-size-offset: 12px;
25062
25070
  }
25063
-
25064
- .v-toolbar-title__placeholder {
25065
- overflow: hidden;
25066
- text-overflow: ellipsis;
25067
- white-space: nowrap;
25071
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25072
+ padding-block-end: 0;
25068
25073
  }
25069
25074
 
25070
- .v-toolbar-items {
25071
- display: flex;
25072
- height: inherit;
25073
- align-self: stretch;
25075
+ .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 {
25076
+ padding-inline-end: 0;
25077
+ }.v-virtual-scroll {
25078
+ display: block;
25079
+ flex: 1 1 auto;
25080
+ max-width: 100%;
25081
+ overflow: auto;
25082
+ position: relative;
25074
25083
  }
25075
- .v-toolbar-items > .v-btn {
25076
- border-radius: 0;
25084
+ .v-virtual-scroll__container {
25085
+ display: block;
25077
25086
  }.v-tooltip > .v-overlay__content {
25078
25087
  background: rgb(var(--v-theme-surface-variant));
25079
25088
  color: rgb(var(--v-theme-on-surface-variant));
@@ -25165,15 +25174,6 @@ html.v-overlay-scroll-blocked {
25165
25174
  }
25166
25175
  .v-window-y-reverse-transition-leave-to {
25167
25176
  transform: translateY(100%);
25168
- }.v-virtual-scroll {
25169
- display: block;
25170
- flex: 1 1 auto;
25171
- max-width: 100%;
25172
- overflow: auto;
25173
- position: relative;
25174
- }
25175
- .v-virtual-scroll__container {
25176
- display: block;
25177
25177
  }.v-color-picker-canvas {
25178
25178
  display: flex;
25179
25179
  position: relative;
@@ -25196,69 +25196,6 @@ html.v-overlay-scroll-blocked {
25196
25196
  }
25197
25197
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25198
25198
  will-change: transform;
25199
- }.v-color-picker-edit {
25200
- display: flex;
25201
- margin-top: 24px;
25202
- }
25203
-
25204
- .v-color-picker-edit__input {
25205
- width: 100%;
25206
- display: flex;
25207
- flex-wrap: wrap;
25208
- justify-content: center;
25209
- text-align: center;
25210
- }
25211
- .v-color-picker-edit__input:not(:last-child) {
25212
- margin-inline-end: 8px;
25213
- }
25214
- .v-color-picker-edit__input input {
25215
- border-radius: 4px;
25216
- margin-bottom: 8px;
25217
- min-width: 0;
25218
- outline: none;
25219
- text-align: center;
25220
- width: 100%;
25221
- height: 32px;
25222
- background: rgba(var(--v-theme-surface-variant), 0.2);
25223
- color: rgba(var(--v-theme-on-surface));
25224
- }
25225
- .v-color-picker-edit__input span {
25226
- font-size: 0.75rem;
25227
- }.v-color-picker-swatches {
25228
- overflow-y: auto;
25229
- }
25230
- .v-color-picker-swatches > div {
25231
- display: flex;
25232
- flex-wrap: wrap;
25233
- justify-content: center;
25234
- padding: 8px;
25235
- }
25236
-
25237
- .v-color-picker-swatches__swatch {
25238
- display: flex;
25239
- flex-direction: column;
25240
- margin-bottom: 10px;
25241
- }
25242
-
25243
- .v-color-picker-swatches__color {
25244
- position: relative;
25245
- height: 18px;
25246
- max-height: 18px;
25247
- width: 45px;
25248
- margin: 2px 4px;
25249
- border-radius: 2px;
25250
- -webkit-user-select: none;
25251
- user-select: none;
25252
- overflow: hidden;
25253
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25254
- cursor: pointer;
25255
- }
25256
- .v-color-picker-swatches__color > div {
25257
- display: flex;
25258
- align-items: center;
25259
- justify-content: center;
25260
- width: 100%;
25261
- height: 100%;
25262
25199
  }.v-color-picker-preview__alpha .v-slider-track__background {
25263
25200
  background-color: transparent !important;
25264
25201
  }
@@ -25329,6 +25266,69 @@ html.v-overlay-scroll-blocked {
25329
25266
  .v-color-picker-preview__eye-dropper {
25330
25267
  position: relative;
25331
25268
  margin-right: 12px;
25269
+ }.v-color-picker-edit {
25270
+ display: flex;
25271
+ margin-top: 24px;
25272
+ }
25273
+
25274
+ .v-color-picker-edit__input {
25275
+ width: 100%;
25276
+ display: flex;
25277
+ flex-wrap: wrap;
25278
+ justify-content: center;
25279
+ text-align: center;
25280
+ }
25281
+ .v-color-picker-edit__input:not(:last-child) {
25282
+ margin-inline-end: 8px;
25283
+ }
25284
+ .v-color-picker-edit__input input {
25285
+ border-radius: 4px;
25286
+ margin-bottom: 8px;
25287
+ min-width: 0;
25288
+ outline: none;
25289
+ text-align: center;
25290
+ width: 100%;
25291
+ height: 32px;
25292
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25293
+ color: rgba(var(--v-theme-on-surface));
25294
+ }
25295
+ .v-color-picker-edit__input span {
25296
+ font-size: 0.75rem;
25297
+ }.v-color-picker-swatches {
25298
+ overflow-y: auto;
25299
+ }
25300
+ .v-color-picker-swatches > div {
25301
+ display: flex;
25302
+ flex-wrap: wrap;
25303
+ justify-content: center;
25304
+ padding: 8px;
25305
+ }
25306
+
25307
+ .v-color-picker-swatches__swatch {
25308
+ display: flex;
25309
+ flex-direction: column;
25310
+ margin-bottom: 10px;
25311
+ }
25312
+
25313
+ .v-color-picker-swatches__color {
25314
+ position: relative;
25315
+ height: 18px;
25316
+ max-height: 18px;
25317
+ width: 45px;
25318
+ margin: 2px 4px;
25319
+ border-radius: 2px;
25320
+ -webkit-user-select: none;
25321
+ user-select: none;
25322
+ overflow: hidden;
25323
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25324
+ cursor: pointer;
25325
+ }
25326
+ .v-color-picker-swatches__color > div {
25327
+ display: flex;
25328
+ align-items: center;
25329
+ justify-content: center;
25330
+ width: 100%;
25331
+ height: 100%;
25332
25332
  }.v-slider-thumb {
25333
25333
  touch-action: none;
25334
25334
  color: rgb(var(--v-theme-surface-variant));