@vuetify/nightly 3.5.0-dev.2024-01-20 → 3.5.1-master.2024-01-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.0-dev.2024-01-20
2
+ * Vuetify v3.5.1-master.2024-01-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17029,89 +17029,6 @@ html.overflow-y-hidden {
17029
17029
  font-weight: normal;
17030
17030
  padding: 0.2em 0.4rem;
17031
17031
  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));
17032
- }.v-picker.v-sheet {
17033
- 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));
17034
- border-radius: 4px;
17035
- display: grid;
17036
- grid-auto-rows: min-content;
17037
- grid-template-areas: "title" "header" "body";
17038
- overflow: hidden;
17039
- }
17040
- .v-picker.v-sheet.v-picker--with-actions {
17041
- grid-template-areas: "title" "header" "body" "actions";
17042
- }
17043
-
17044
- .v-picker__body {
17045
- grid-area: body;
17046
- }
17047
-
17048
- .v-picker__header {
17049
- grid-area: header;
17050
- }
17051
-
17052
- .v-picker__actions {
17053
- grid-area: actions;
17054
- padding: 0 12px 12px 12px;
17055
- display: flex;
17056
- align-items: center;
17057
- justify-content: flex-end;
17058
- }
17059
- .v-picker__actions .v-btn {
17060
- min-width: 48px;
17061
- }
17062
- .v-picker__actions .v-btn:not(:last-child) {
17063
- margin-inline-end: 8px;
17064
- }
17065
-
17066
- .v-picker--landscape {
17067
- grid-template-areas: "title" "header body" "header body";
17068
- }
17069
-
17070
- .v-picker--landscape.v-picker--with-actions {
17071
- grid-template-areas: "title" "header body" "header actions";
17072
- }
17073
-
17074
- .v-picker-title {
17075
- text-transform: uppercase;
17076
- font-size: 0.75rem;
17077
- grid-area: title;
17078
- padding-inline: 24px 12px;
17079
- padding-top: 16px;
17080
- padding-bottom: 16px;
17081
- font-weight: 600;
17082
- letter-spacing: 0.1666666667em;
17083
- }.v-calendar-day {
17084
- position: relative;
17085
- display: flex;
17086
- flex-direction: column;
17087
- }
17088
-
17089
- .v-calendar-weekly .v-calendar__container {
17090
- display: grid;
17091
- }
17092
- .v-calendar-weekly .v-calendar__container.days__7 {
17093
- grid-template-columns: repeat(7, 1fr);
17094
- }
17095
- .v-calendar-weekly .v-calendar__container.days__6 {
17096
- grid-template-columns: repeat(6, 1fr);
17097
- }
17098
- .v-calendar-weekly .v-calendar__container.days__5 {
17099
- grid-template-columns: repeat(5, 1fr);
17100
- }
17101
- .v-calendar-weekly .v-calendar__container.days__4 {
17102
- grid-template-columns: repeat(4, 1fr);
17103
- }
17104
- .v-calendar-weekly .v-calendar__container.days__3 {
17105
- grid-template-columns: repeat(3, 1fr);
17106
- }
17107
- .v-calendar-weekly .v-calendar__container.days__2 {
17108
- grid-template-columns: repeat(2, 1fr);
17109
- }
17110
- .v-calendar-weekly .v-calendar__container.days__1 {
17111
- grid-template-columns: repeat(1, 1fr);
17112
- }
17113
- .v-calendar-weekly .v-calendar__container.days__0 {
17114
- grid-template-columns: repeat(1, 1fr);
17115
17032
  }.v-calendar-weekly {
17116
17033
  width: 100%;
17117
17034
  height: 100%;
@@ -17348,6 +17265,38 @@ html.overflow-y-hidden {
17348
17265
  .v-calendar-header__title {
17349
17266
  font-size: 1.5rem;
17350
17267
  margin-inline-start: 24px;
17268
+ }.v-calendar-day {
17269
+ position: relative;
17270
+ display: flex;
17271
+ flex-direction: column;
17272
+ }
17273
+
17274
+ .v-calendar-weekly .v-calendar__container {
17275
+ display: grid;
17276
+ }
17277
+ .v-calendar-weekly .v-calendar__container.days__7 {
17278
+ grid-template-columns: repeat(7, 1fr);
17279
+ }
17280
+ .v-calendar-weekly .v-calendar__container.days__6 {
17281
+ grid-template-columns: repeat(6, 1fr);
17282
+ }
17283
+ .v-calendar-weekly .v-calendar__container.days__5 {
17284
+ grid-template-columns: repeat(5, 1fr);
17285
+ }
17286
+ .v-calendar-weekly .v-calendar__container.days__4 {
17287
+ grid-template-columns: repeat(4, 1fr);
17288
+ }
17289
+ .v-calendar-weekly .v-calendar__container.days__3 {
17290
+ grid-template-columns: repeat(3, 1fr);
17291
+ }
17292
+ .v-calendar-weekly .v-calendar__container.days__2 {
17293
+ grid-template-columns: repeat(2, 1fr);
17294
+ }
17295
+ .v-calendar-weekly .v-calendar__container.days__1 {
17296
+ grid-template-columns: repeat(1, 1fr);
17297
+ }
17298
+ .v-calendar-weekly .v-calendar__container.days__0 {
17299
+ grid-template-columns: repeat(1, 1fr);
17351
17300
  }.v-calendar-day__row-with-label {
17352
17301
  display: grid;
17353
17302
  grid-template-columns: 48px 8px 1fr;
@@ -17452,6 +17401,57 @@ html.overflow-y-hidden {
17452
17401
 
17453
17402
  .v-calendar-weekly__day-alldayevents-container {
17454
17403
  min-height: 24px;
17404
+ }.v-picker.v-sheet {
17405
+ 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));
17406
+ border-radius: 4px;
17407
+ display: grid;
17408
+ grid-auto-rows: min-content;
17409
+ grid-template-areas: "title" "header" "body";
17410
+ overflow: hidden;
17411
+ }
17412
+ .v-picker.v-sheet.v-picker--with-actions {
17413
+ grid-template-areas: "title" "header" "body" "actions";
17414
+ }
17415
+
17416
+ .v-picker__body {
17417
+ grid-area: body;
17418
+ }
17419
+
17420
+ .v-picker__header {
17421
+ grid-area: header;
17422
+ }
17423
+
17424
+ .v-picker__actions {
17425
+ grid-area: actions;
17426
+ padding: 0 12px 12px 12px;
17427
+ display: flex;
17428
+ align-items: center;
17429
+ justify-content: flex-end;
17430
+ }
17431
+ .v-picker__actions .v-btn {
17432
+ min-width: 48px;
17433
+ }
17434
+ .v-picker__actions .v-btn:not(:last-child) {
17435
+ margin-inline-end: 8px;
17436
+ }
17437
+
17438
+ .v-picker--landscape {
17439
+ grid-template-areas: "title" "header body" "header body";
17440
+ }
17441
+
17442
+ .v-picker--landscape.v-picker--with-actions {
17443
+ grid-template-areas: "title" "header body" "header actions";
17444
+ }
17445
+
17446
+ .v-picker-title {
17447
+ text-transform: uppercase;
17448
+ font-size: 0.75rem;
17449
+ grid-area: title;
17450
+ padding-inline: 24px 12px;
17451
+ padding-top: 16px;
17452
+ padding-bottom: 16px;
17453
+ font-weight: 600;
17454
+ letter-spacing: 0.1666666667em;
17455
17455
  }.v-application {
17456
17456
  display: flex;
17457
17457
  background: rgb(var(--v-theme-background));
@@ -17468,234 +17468,54 @@ html.overflow-y-hidden {
17468
17468
  min-height: 100vh;
17469
17469
  min-height: 100dvh;
17470
17470
  position: relative;
17471
- }.v-app-bar {
17472
- display: flex;
17473
- }
17474
- .v-app-bar.v-toolbar {
17475
- background: rgb(var(--v-theme-surface));
17476
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17477
- }
17478
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17479
- 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));
17480
- }
17481
- .v-app-bar:not(.v-toolbar--absolute) {
17482
- padding-inline-end: var(--v-scrollbar-offset);
17483
- }.v-autocomplete .v-field .v-text-field__prefix,
17484
- .v-autocomplete .v-field .v-text-field__suffix,
17485
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17486
- cursor: text;
17487
- }
17488
- .v-autocomplete .v-field .v-field__input > input {
17471
+ }.v-alert {
17472
+ display: grid;
17489
17473
  flex: 1 1;
17474
+ grid-template-areas: "prepend content append close" ". content . .";
17475
+ grid-template-columns: max-content auto max-content max-content;
17476
+ position: relative;
17477
+ padding: 16px;
17478
+ overflow: hidden;
17479
+ --v-border-color: currentColor;
17480
+ border-radius: 4px;
17490
17481
  }
17491
- .v-autocomplete .v-field input {
17492
- min-width: 64px;
17482
+ .v-alert--absolute {
17483
+ position: absolute;
17493
17484
  }
17494
- .v-autocomplete .v-field:not(.v-field--focused) input {
17495
- min-width: 0;
17485
+ .v-alert--fixed {
17486
+ position: fixed;
17496
17487
  }
17497
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17498
- margin-inline-end: 2px;
17488
+ .v-alert--sticky {
17489
+ position: sticky;
17499
17490
  }
17500
- .v-autocomplete .v-autocomplete__selection-text {
17501
- overflow: hidden;
17502
- text-overflow: ellipsis;
17503
- white-space: nowrap;
17491
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
17492
+ background: transparent;
17493
+ color: inherit;
17504
17494
  }
17505
-
17506
- .v-autocomplete__content {
17507
- overflow: hidden;
17508
- 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));
17509
- border-radius: 4px;
17495
+ .v-alert--variant-plain {
17496
+ opacity: 0.62;
17510
17497
  }
17511
- .v-autocomplete__mask {
17512
- background: rgb(var(--v-theme-surface-light));
17498
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
17499
+ opacity: 1;
17513
17500
  }
17514
- .v-autocomplete__selection {
17515
- display: inline-flex;
17516
- align-items: center;
17517
- height: 1.5rem;
17518
- letter-spacing: inherit;
17519
- line-height: inherit;
17520
- max-width: calc(100% - 2px - 2px);
17501
+ .v-alert--variant-plain .v-alert__overlay {
17502
+ display: none;
17521
17503
  }
17522
- .v-autocomplete__selection:first-child {
17523
- margin-inline-start: 0;
17504
+ .v-alert--variant-elevated, .v-alert--variant-flat {
17505
+ background: rgb(var(--v-theme-surface-light));
17506
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
17524
17507
  }
17525
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17526
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17527
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17528
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17529
- top: 0px;
17508
+ .v-alert--variant-elevated {
17509
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17530
17510
  }
17531
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17532
- opacity: var(--v-medium-emphasis-opacity);
17511
+ .v-alert--variant-flat {
17512
+ 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));
17533
17513
  }
17534
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17535
- opacity: 1;
17514
+ .v-alert--variant-outlined {
17515
+ border: thin solid currentColor;
17536
17516
  }
17537
- .v-autocomplete--selecting-index .v-field__input > input {
17538
- caret-color: transparent;
17539
- }
17540
- .v-autocomplete--single.v-text-field .v-field--focused input {
17541
- flex: 1 1;
17542
- position: absolute;
17543
- left: 0;
17544
- right: 0;
17545
- width: 100%;
17546
- padding-inline: inherit;
17547
- }
17548
- .v-autocomplete--single .v-field--active input {
17549
- transition: none;
17550
- }
17551
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17552
- opacity: 0;
17553
- }
17554
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17555
- opacity: 0;
17556
- }
17557
- .v-autocomplete__menu-icon {
17558
- margin-inline-start: 4px;
17559
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17560
- }
17561
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17562
- opacity: var(--v-high-emphasis-opacity);
17563
- transform: rotate(180deg);
17564
- }.v-avatar {
17565
- flex: none;
17566
- align-items: center;
17567
- display: inline-flex;
17568
- justify-content: center;
17569
- line-height: normal;
17570
- overflow: hidden;
17571
- position: relative;
17572
- text-align: center;
17573
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17574
- transition-property: width, height;
17575
- vertical-align: middle;
17576
- border-radius: 50%;
17577
- }
17578
- .v-avatar.v-avatar--size-x-small {
17579
- --v-avatar-height: 24px;
17580
- }
17581
- .v-avatar.v-avatar--size-small {
17582
- --v-avatar-height: 32px;
17583
- }
17584
- .v-avatar.v-avatar--size-default {
17585
- --v-avatar-height: 40px;
17586
- }
17587
- .v-avatar.v-avatar--size-large {
17588
- --v-avatar-height: 48px;
17589
- }
17590
- .v-avatar.v-avatar--size-x-large {
17591
- --v-avatar-height: 56px;
17592
- }
17593
- .v-avatar.v-avatar--density-default {
17594
- height: calc(var(--v-avatar-height) + 0px);
17595
- width: calc(var(--v-avatar-height) + 0px);
17596
- }
17597
- .v-avatar.v-avatar--density-comfortable {
17598
- height: calc(var(--v-avatar-height) + -4px);
17599
- width: calc(var(--v-avatar-height) + -4px);
17600
- }
17601
- .v-avatar.v-avatar--density-compact {
17602
- height: calc(var(--v-avatar-height) + -8px);
17603
- width: calc(var(--v-avatar-height) + -8px);
17604
- }
17605
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17606
- background: transparent;
17607
- color: inherit;
17608
- }
17609
- .v-avatar--variant-plain {
17610
- opacity: 0.62;
17611
- }
17612
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
17613
- opacity: 1;
17614
- }
17615
- .v-avatar--variant-plain .v-avatar__overlay {
17616
- display: none;
17617
- }
17618
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
17619
- background: var(--v-theme-surface);
17620
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17621
- }
17622
- .v-avatar--variant-elevated {
17623
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17624
- }
17625
- .v-avatar--variant-flat {
17626
- 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));
17627
- }
17628
- .v-avatar--variant-outlined {
17629
- border: thin solid currentColor;
17630
- }
17631
- .v-avatar--variant-text .v-avatar__overlay {
17632
- background: currentColor;
17633
- }
17634
- .v-avatar--variant-tonal .v-avatar__underlay {
17635
- background: currentColor;
17636
- opacity: var(--v-activated-opacity);
17637
- border-radius: inherit;
17638
- position: absolute;
17639
- top: 0;
17640
- right: 0;
17641
- bottom: 0;
17642
- left: 0;
17643
- pointer-events: none;
17644
- }
17645
- .v-avatar--rounded {
17646
- border-radius: 4px;
17647
- }
17648
- .v-avatar .v-img {
17649
- height: 100%;
17650
- width: 100%;
17651
- }.v-alert {
17652
- display: grid;
17653
- flex: 1 1;
17654
- grid-template-areas: "prepend content append close" ". content . .";
17655
- grid-template-columns: max-content auto max-content max-content;
17656
- position: relative;
17657
- padding: 16px;
17658
- overflow: hidden;
17659
- --v-border-color: currentColor;
17660
- border-radius: 4px;
17661
- }
17662
- .v-alert--absolute {
17663
- position: absolute;
17664
- }
17665
- .v-alert--fixed {
17666
- position: fixed;
17667
- }
17668
- .v-alert--sticky {
17669
- position: sticky;
17670
- }
17671
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
17672
- background: transparent;
17673
- color: inherit;
17674
- }
17675
- .v-alert--variant-plain {
17676
- opacity: 0.62;
17677
- }
17678
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
17679
- opacity: 1;
17680
- }
17681
- .v-alert--variant-plain .v-alert__overlay {
17682
- display: none;
17683
- }
17684
- .v-alert--variant-elevated, .v-alert--variant-flat {
17685
- background: rgb(var(--v-theme-surface-light));
17686
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
17687
- }
17688
- .v-alert--variant-elevated {
17689
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17690
- }
17691
- .v-alert--variant-flat {
17692
- 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));
17693
- }
17694
- .v-alert--variant-outlined {
17695
- border: thin solid currentColor;
17696
- }
17697
- .v-alert--variant-text .v-alert__overlay {
17698
- background: currentColor;
17517
+ .v-alert--variant-text .v-alert__overlay {
17518
+ background: currentColor;
17699
17519
  }
17700
17520
  .v-alert--variant-tonal .v-alert__underlay {
17701
17521
  background: currentColor;
@@ -17858,132 +17678,105 @@ html.overflow-y-hidden {
17858
17678
  text-transform: none;
17859
17679
  word-break: normal;
17860
17680
  word-wrap: break-word;
17861
- }.v-bottom-navigation {
17862
- display: flex;
17863
- max-width: 100%;
17681
+ }.v-avatar {
17682
+ flex: none;
17683
+ align-items: center;
17684
+ display: inline-flex;
17685
+ justify-content: center;
17686
+ line-height: normal;
17864
17687
  overflow: hidden;
17865
- position: absolute;
17866
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17867
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17868
- border-style: solid;
17869
- border-width: 0;
17870
- border-radius: 0;
17871
- background: rgb(var(--v-theme-surface));
17872
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17688
+ position: relative;
17689
+ text-align: center;
17690
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17691
+ transition-property: width, height;
17692
+ vertical-align: middle;
17693
+ border-radius: 50%;
17873
17694
  }
17874
- .v-bottom-navigation--border {
17875
- border-width: thin;
17876
- box-shadow: none;
17695
+ .v-avatar.v-avatar--size-x-small {
17696
+ --v-avatar-height: 24px;
17877
17697
  }
17878
- .v-bottom-navigation--active {
17879
- 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));
17698
+ .v-avatar.v-avatar--size-small {
17699
+ --v-avatar-height: 32px;
17880
17700
  }
17881
-
17882
- .v-bottom-navigation__content {
17883
- display: flex;
17884
- flex: none;
17885
- font-size: 0.75rem;
17886
- justify-content: center;
17887
- transition: inherit;
17888
- width: 100%;
17701
+ .v-avatar.v-avatar--size-default {
17702
+ --v-avatar-height: 40px;
17889
17703
  }
17890
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17891
- font-size: inherit;
17892
- height: 100%;
17893
- max-width: 168px;
17894
- min-width: 80px;
17895
- text-transform: none;
17896
- transition: inherit;
17897
- width: auto;
17898
- border-radius: 0;
17704
+ .v-avatar.v-avatar--size-large {
17705
+ --v-avatar-height: 48px;
17899
17706
  }
17900
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17901
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17902
- transition: inherit;
17707
+ .v-avatar.v-avatar--size-x-large {
17708
+ --v-avatar-height: 56px;
17903
17709
  }
17904
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17905
- font-size: 1.5rem;
17710
+ .v-avatar.v-avatar--density-default {
17711
+ height: calc(var(--v-avatar-height) + 0px);
17712
+ width: calc(var(--v-avatar-height) + 0px);
17906
17713
  }
17907
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17908
- flex-grow: 1;
17714
+ .v-avatar.v-avatar--density-comfortable {
17715
+ height: calc(var(--v-avatar-height) + -4px);
17716
+ width: calc(var(--v-avatar-height) + -4px);
17909
17717
  }
17910
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17911
- transition: inherit;
17912
- opacity: 0;
17718
+ .v-avatar.v-avatar--density-compact {
17719
+ height: calc(var(--v-avatar-height) + -8px);
17720
+ width: calc(var(--v-avatar-height) + -8px);
17913
17721
  }
17914
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17915
- transform: translateY(0.5rem);
17916
- }.v-badge {
17917
- display: inline-block;
17918
- line-height: 1;
17722
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
17723
+ background: transparent;
17724
+ color: inherit;
17919
17725
  }
17920
-
17921
- .v-badge__badge {
17922
- align-items: center;
17923
- display: inline-flex;
17924
- border-radius: 10px;
17925
- font-size: 0.75rem;
17926
- font-weight: 500;
17927
- height: 1.25rem;
17928
- justify-content: center;
17929
- min-width: 20px;
17930
- padding: 4px 6px;
17931
- pointer-events: auto;
17932
- position: absolute;
17933
- text-align: center;
17934
- text-indent: 0;
17935
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17936
- white-space: nowrap;
17937
- background: rgb(var(--v-theme-surface-variant));
17938
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17726
+ .v-avatar--variant-plain {
17727
+ opacity: 0.62;
17939
17728
  }
17940
- .v-badge--bordered .v-badge__badge::after {
17941
- border-radius: inherit;
17942
- border-style: solid;
17943
- border-width: 2px;
17944
- bottom: 0;
17945
- color: rgb(var(--v-theme-background));
17946
- content: "";
17947
- left: 0;
17948
- position: absolute;
17949
- right: 0;
17950
- top: 0;
17951
- transform: scale(1.05);
17729
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
17730
+ opacity: 1;
17952
17731
  }
17953
- .v-badge--dot .v-badge__badge {
17954
- border-radius: 4.5px;
17955
- height: 9px;
17956
- min-width: 0;
17957
- padding: 0;
17958
- width: 9px;
17732
+ .v-avatar--variant-plain .v-avatar__overlay {
17733
+ display: none;
17959
17734
  }
17960
- .v-badge--dot .v-badge__badge::after {
17961
- border-width: 1.5px;
17735
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
17736
+ background: var(--v-theme-surface);
17737
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
17962
17738
  }
17963
- .v-badge--inline .v-badge__badge {
17964
- position: relative;
17965
- vertical-align: middle;
17739
+ .v-avatar--variant-elevated {
17740
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17966
17741
  }
17967
- .v-badge__badge .v-icon {
17968
- color: inherit;
17969
- font-size: 0.75rem;
17970
- margin: 0 -2px;
17742
+ .v-avatar--variant-flat {
17743
+ 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));
17971
17744
  }
17972
- .v-badge__badge img,
17973
- .v-badge__badge .v-img {
17745
+ .v-avatar--variant-outlined {
17746
+ border: thin solid currentColor;
17747
+ }
17748
+ .v-avatar--variant-text .v-avatar__overlay {
17749
+ background: currentColor;
17750
+ }
17751
+ .v-avatar--variant-tonal .v-avatar__underlay {
17752
+ background: currentColor;
17753
+ opacity: var(--v-activated-opacity);
17754
+ border-radius: inherit;
17755
+ position: absolute;
17756
+ top: 0;
17757
+ right: 0;
17758
+ bottom: 0;
17759
+ left: 0;
17760
+ pointer-events: none;
17761
+ }
17762
+ .v-avatar--rounded {
17763
+ border-radius: 4px;
17764
+ }
17765
+ .v-avatar .v-img {
17974
17766
  height: 100%;
17975
17767
  width: 100%;
17976
- }
17977
-
17978
- .v-badge__wrapper {
17768
+ }.v-app-bar {
17979
17769
  display: flex;
17980
- position: relative;
17981
17770
  }
17982
- .v-badge--inline .v-badge__wrapper {
17983
- align-items: center;
17984
- display: inline-flex;
17985
- justify-content: center;
17986
- margin: 0 4px;
17771
+ .v-app-bar.v-toolbar {
17772
+ background: rgb(var(--v-theme-surface));
17773
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17774
+ }
17775
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17776
+ 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));
17777
+ }
17778
+ .v-app-bar:not(.v-toolbar--absolute) {
17779
+ padding-inline-end: var(--v-scrollbar-offset);
17987
17780
  }.v-banner {
17988
17781
  display: grid;
17989
17782
  flex: 1 1;
@@ -18141,6 +17934,87 @@ html.overflow-y-hidden {
18141
17934
  }
18142
17935
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18143
17936
  align-self: flex-start;
17937
+ }.v-autocomplete .v-field .v-text-field__prefix,
17938
+ .v-autocomplete .v-field .v-text-field__suffix,
17939
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17940
+ cursor: text;
17941
+ }
17942
+ .v-autocomplete .v-field .v-field__input > input {
17943
+ flex: 1 1;
17944
+ }
17945
+ .v-autocomplete .v-field input {
17946
+ min-width: 64px;
17947
+ }
17948
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17949
+ min-width: 0;
17950
+ }
17951
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17952
+ margin-inline-end: 2px;
17953
+ }
17954
+ .v-autocomplete .v-autocomplete__selection-text {
17955
+ overflow: hidden;
17956
+ text-overflow: ellipsis;
17957
+ white-space: nowrap;
17958
+ }
17959
+
17960
+ .v-autocomplete__content {
17961
+ overflow: hidden;
17962
+ 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));
17963
+ border-radius: 4px;
17964
+ }
17965
+ .v-autocomplete__mask {
17966
+ background: rgb(var(--v-theme-surface-light));
17967
+ }
17968
+ .v-autocomplete__selection {
17969
+ display: inline-flex;
17970
+ align-items: center;
17971
+ height: 1.5rem;
17972
+ letter-spacing: inherit;
17973
+ line-height: inherit;
17974
+ max-width: calc(100% - 2px - 2px);
17975
+ }
17976
+ .v-autocomplete__selection:first-child {
17977
+ margin-inline-start: 0;
17978
+ }
17979
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17980
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17981
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17982
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17983
+ top: 0px;
17984
+ }
17985
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17986
+ opacity: var(--v-medium-emphasis-opacity);
17987
+ }
17988
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17989
+ opacity: 1;
17990
+ }
17991
+ .v-autocomplete--selecting-index .v-field__input > input {
17992
+ caret-color: transparent;
17993
+ }
17994
+ .v-autocomplete--single.v-text-field .v-field--focused input {
17995
+ flex: 1 1;
17996
+ position: absolute;
17997
+ left: 0;
17998
+ right: 0;
17999
+ width: 100%;
18000
+ padding-inline: inherit;
18001
+ }
18002
+ .v-autocomplete--single .v-field--active input {
18003
+ transition: none;
18004
+ }
18005
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18006
+ opacity: 0;
18007
+ }
18008
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
18009
+ opacity: 0;
18010
+ }
18011
+ .v-autocomplete__menu-icon {
18012
+ margin-inline-start: 4px;
18013
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18014
+ }
18015
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18016
+ opacity: var(--v-high-emphasis-opacity);
18017
+ transform: rotate(180deg);
18144
18018
  }.bottom-sheet-transition-enter-from {
18145
18019
  transform: translateY(100%);
18146
18020
  }
@@ -18230,66 +18104,192 @@ html.overflow-y-hidden {
18230
18104
  display: inline-block;
18231
18105
  padding: 0 8px;
18232
18106
  vertical-align: middle;
18233
- }.v-card {
18234
- display: block;
18107
+ }.v-bottom-navigation {
18108
+ display: flex;
18109
+ max-width: 100%;
18235
18110
  overflow: hidden;
18236
- overflow-wrap: break-word;
18237
- position: relative;
18238
- padding: 0;
18239
- text-decoration: none;
18240
- transition-duration: 0.28s;
18241
- transition-property: box-shadow, opacity, background;
18242
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18243
- z-index: 0;
18111
+ position: absolute;
18112
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18244
18113
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18245
18114
  border-style: solid;
18246
18115
  border-width: 0;
18247
- border-radius: 4px;
18116
+ border-radius: 0;
18117
+ background: rgb(var(--v-theme-surface));
18118
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18248
18119
  }
18249
- .v-card--border {
18120
+ .v-bottom-navigation--border {
18250
18121
  border-width: thin;
18251
18122
  box-shadow: none;
18252
18123
  }
18253
- .v-card--absolute {
18254
- position: absolute;
18255
- }
18256
- .v-card--fixed {
18257
- position: fixed;
18258
- }
18259
- .v-card:hover > .v-card__overlay {
18260
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18261
- }
18262
- .v-card:focus-visible > .v-card__overlay {
18263
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18264
- }
18265
- @supports not selector(:focus-visible) {
18266
- .v-card:focus > .v-card__overlay {
18267
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18268
- }
18124
+ .v-bottom-navigation--active {
18125
+ 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));
18269
18126
  }
18270
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18271
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18127
+
18128
+ .v-bottom-navigation__content {
18129
+ display: flex;
18130
+ flex: none;
18131
+ font-size: 0.75rem;
18132
+ justify-content: center;
18133
+ transition: inherit;
18134
+ width: 100%;
18272
18135
  }
18273
- .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
18274
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18136
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18137
+ font-size: inherit;
18138
+ height: 100%;
18139
+ max-width: 168px;
18140
+ min-width: 80px;
18141
+ text-transform: none;
18142
+ transition: inherit;
18143
+ width: auto;
18144
+ border-radius: 0;
18275
18145
  }
18276
- .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
18277
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18146
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18147
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18148
+ transition: inherit;
18278
18149
  }
18279
- @supports not selector(:focus-visible) {
18280
- .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
18281
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18282
- }
18150
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18151
+ font-size: 1.5rem;
18283
18152
  }
18284
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
18285
- background: transparent;
18286
- color: inherit;
18153
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18154
+ flex-grow: 1;
18287
18155
  }
18288
- .v-card--variant-plain {
18289
- opacity: 0.62;
18156
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18157
+ transition: inherit;
18158
+ opacity: 0;
18290
18159
  }
18291
- .v-card--variant-plain:focus, .v-card--variant-plain:hover {
18292
- opacity: 1;
18160
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18161
+ transform: translateY(0.5rem);
18162
+ }.v-badge {
18163
+ display: inline-block;
18164
+ line-height: 1;
18165
+ }
18166
+
18167
+ .v-badge__badge {
18168
+ align-items: center;
18169
+ display: inline-flex;
18170
+ border-radius: 10px;
18171
+ font-size: 0.75rem;
18172
+ font-weight: 500;
18173
+ height: 1.25rem;
18174
+ justify-content: center;
18175
+ min-width: 20px;
18176
+ padding: 4px 6px;
18177
+ pointer-events: auto;
18178
+ position: absolute;
18179
+ text-align: center;
18180
+ text-indent: 0;
18181
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18182
+ white-space: nowrap;
18183
+ background: rgb(var(--v-theme-surface-variant));
18184
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18185
+ }
18186
+ .v-badge--bordered .v-badge__badge::after {
18187
+ border-radius: inherit;
18188
+ border-style: solid;
18189
+ border-width: 2px;
18190
+ bottom: 0;
18191
+ color: rgb(var(--v-theme-background));
18192
+ content: "";
18193
+ left: 0;
18194
+ position: absolute;
18195
+ right: 0;
18196
+ top: 0;
18197
+ transform: scale(1.05);
18198
+ }
18199
+ .v-badge--dot .v-badge__badge {
18200
+ border-radius: 4.5px;
18201
+ height: 9px;
18202
+ min-width: 0;
18203
+ padding: 0;
18204
+ width: 9px;
18205
+ }
18206
+ .v-badge--dot .v-badge__badge::after {
18207
+ border-width: 1.5px;
18208
+ }
18209
+ .v-badge--inline .v-badge__badge {
18210
+ position: relative;
18211
+ vertical-align: middle;
18212
+ }
18213
+ .v-badge__badge .v-icon {
18214
+ color: inherit;
18215
+ font-size: 0.75rem;
18216
+ margin: 0 -2px;
18217
+ }
18218
+ .v-badge__badge img,
18219
+ .v-badge__badge .v-img {
18220
+ height: 100%;
18221
+ width: 100%;
18222
+ }
18223
+
18224
+ .v-badge__wrapper {
18225
+ display: flex;
18226
+ position: relative;
18227
+ }
18228
+ .v-badge--inline .v-badge__wrapper {
18229
+ align-items: center;
18230
+ display: inline-flex;
18231
+ justify-content: center;
18232
+ margin: 0 4px;
18233
+ }.v-card {
18234
+ display: block;
18235
+ overflow: hidden;
18236
+ overflow-wrap: break-word;
18237
+ position: relative;
18238
+ padding: 0;
18239
+ text-decoration: none;
18240
+ transition-duration: 0.28s;
18241
+ transition-property: box-shadow, opacity, background;
18242
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18243
+ z-index: 0;
18244
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18245
+ border-style: solid;
18246
+ border-width: 0;
18247
+ border-radius: 4px;
18248
+ }
18249
+ .v-card--border {
18250
+ border-width: thin;
18251
+ box-shadow: none;
18252
+ }
18253
+ .v-card--absolute {
18254
+ position: absolute;
18255
+ }
18256
+ .v-card--fixed {
18257
+ position: fixed;
18258
+ }
18259
+ .v-card:hover > .v-card__overlay {
18260
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18261
+ }
18262
+ .v-card:focus-visible > .v-card__overlay {
18263
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18264
+ }
18265
+ @supports not selector(:focus-visible) {
18266
+ .v-card:focus > .v-card__overlay {
18267
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18268
+ }
18269
+ }
18270
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18271
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18272
+ }
18273
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
18274
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18275
+ }
18276
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
18277
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18278
+ }
18279
+ @supports not selector(:focus-visible) {
18280
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
18281
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18282
+ }
18283
+ }
18284
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
18285
+ background: transparent;
18286
+ color: inherit;
18287
+ }
18288
+ .v-card--variant-plain {
18289
+ opacity: 0.62;
18290
+ }
18291
+ .v-card--variant-plain:focus, .v-card--variant-plain:hover {
18292
+ opacity: 1;
18293
18293
  }
18294
18294
  .v-card--variant-plain .v-card__overlay {
18295
18295
  display: none;
@@ -18526,121 +18526,255 @@ html.overflow-y-hidden {
18526
18526
  pointer-events: none;
18527
18527
  opacity: 0;
18528
18528
  transition: opacity 0.2s ease-in-out;
18529
- }.v-btn {
18530
- align-items: center;
18531
- border-radius: 4px;
18532
- display: inline-grid;
18533
- grid-template-areas: "prepend content append";
18534
- grid-template-columns: max-content auto max-content;
18535
- font-weight: 500;
18536
- justify-content: center;
18537
- letter-spacing: 0.0892857143em;
18538
- line-height: normal;
18529
+ }.v-btn-group {
18530
+ display: inline-flex;
18531
+ flex-wrap: nowrap;
18539
18532
  max-width: 100%;
18540
- outline: none;
18541
- position: relative;
18542
- text-decoration: none;
18543
- text-indent: 0.0892857143em;
18544
- text-transform: uppercase;
18545
- transition-property: box-shadow, transform, opacity, background;
18546
- transition-duration: 0.28s;
18547
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18548
- -webkit-user-select: none;
18549
- user-select: none;
18533
+ min-width: 0;
18534
+ overflow: hidden;
18550
18535
  vertical-align: middle;
18551
- flex-shrink: 0;
18552
18536
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18553
18537
  border-style: solid;
18554
18538
  border-width: 0;
18539
+ 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));
18540
+ border-radius: 4px;
18541
+ background: transparent;
18542
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18555
18543
  }
18556
- .v-btn--size-x-small {
18557
- --v-btn-size: 0.625rem;
18558
- --v-btn-height: 20px;
18559
- font-size: var(--v-btn-size);
18560
- min-width: 36px;
18561
- padding: 0 8px;
18562
- }
18563
-
18564
- .v-btn--size-small {
18565
- --v-btn-size: 0.75rem;
18566
- --v-btn-height: 28px;
18567
- font-size: var(--v-btn-size);
18568
- min-width: 50px;
18569
- padding: 0 12px;
18570
- }
18571
-
18572
- .v-btn--size-default {
18573
- --v-btn-size: 0.875rem;
18574
- --v-btn-height: 36px;
18575
- font-size: var(--v-btn-size);
18576
- min-width: 64px;
18577
- padding: 0 16px;
18578
- }
18579
-
18580
- .v-btn--size-large {
18581
- --v-btn-size: 1rem;
18582
- --v-btn-height: 44px;
18583
- font-size: var(--v-btn-size);
18584
- min-width: 78px;
18585
- padding: 0 20px;
18586
- }
18587
-
18588
- .v-btn--size-x-large {
18589
- --v-btn-size: 1.125rem;
18590
- --v-btn-height: 52px;
18591
- font-size: var(--v-btn-size);
18592
- min-width: 92px;
18593
- padding: 0 24px;
18544
+ .v-btn-group--border {
18545
+ border-width: thin;
18546
+ box-shadow: none;
18594
18547
  }
18595
-
18596
- .v-btn.v-btn--density-default {
18597
- height: calc(var(--v-btn-height) + 0px);
18548
+ .v-btn-group--density-default.v-btn-group {
18549
+ height: 48px;
18598
18550
  }
18599
18551
 
18600
- .v-btn.v-btn--density-comfortable {
18601
- height: calc(var(--v-btn-height) + -8px);
18552
+ .v-btn-group--density-comfortable.v-btn-group {
18553
+ height: 40px;
18602
18554
  }
18603
18555
 
18604
- .v-btn.v-btn--density-compact {
18605
- height: calc(var(--v-btn-height) + -12px);
18556
+ .v-btn-group--density-compact.v-btn-group {
18557
+ height: 36px;
18606
18558
  }
18607
18559
 
18608
- .v-btn--border {
18609
- border-width: thin;
18610
- box-shadow: none;
18560
+ .v-btn-group .v-btn {
18561
+ border-radius: 0;
18562
+ border-color: inherit;
18611
18563
  }
18612
- .v-btn--absolute {
18613
- position: absolute;
18564
+ .v-btn-group .v-btn:not(:last-child) {
18565
+ border-inline-end: none;
18614
18566
  }
18615
- .v-btn--fixed {
18616
- position: fixed;
18567
+ .v-btn-group .v-btn:not(:first-child) {
18568
+ border-inline-start: none;
18617
18569
  }
18618
- .v-btn:hover > .v-btn__overlay {
18619
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18570
+ .v-btn-group .v-btn:first-child {
18571
+ border-start-start-radius: inherit;
18572
+ border-end-start-radius: inherit;
18620
18573
  }
18621
- .v-btn:focus-visible > .v-btn__overlay {
18622
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18574
+ .v-btn-group .v-btn:last-child {
18575
+ border-start-end-radius: inherit;
18576
+ border-end-end-radius: inherit;
18623
18577
  }
18624
- @supports not selector(:focus-visible) {
18625
- .v-btn:focus > .v-btn__overlay {
18626
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18627
- }
18578
+ .v-btn-group--divided .v-btn:not(:last-child) {
18579
+ border-inline-end-width: thin;
18580
+ border-inline-end-style: solid;
18581
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18628
18582
  }
18629
- .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
18583
+ .v-btn-group--tile {
18584
+ border-radius: 0;
18585
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18630
18586
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18631
18587
  }
18632
- .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
18588
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18633
18589
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18634
18590
  }
18635
- .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
18591
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18636
18592
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18637
18593
  }
18638
18594
  @supports not selector(:focus-visible) {
18639
- .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
18595
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18640
18596
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18641
18597
  }
18642
- }
18643
- .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
18598
+ }.v-carousel {
18599
+ overflow: hidden;
18600
+ position: relative;
18601
+ width: 100%;
18602
+ }
18603
+ .v-carousel__controls {
18604
+ align-items: center;
18605
+ bottom: 0;
18606
+ display: flex;
18607
+ height: 50px;
18608
+ justify-content: center;
18609
+ list-style-type: none;
18610
+ position: absolute;
18611
+ width: 100%;
18612
+ z-index: 1;
18613
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18614
+ color: rgb(var(--v-theme-on-surface-variant));
18615
+ }
18616
+ .v-carousel__controls > .v-item-group {
18617
+ flex: 0 1 auto;
18618
+ }
18619
+ .v-carousel__controls__item {
18620
+ margin: 0 8px;
18621
+ }
18622
+ .v-carousel__controls__item .v-icon {
18623
+ opacity: 0.5;
18624
+ }
18625
+ .v-carousel__controls__item--active .v-icon {
18626
+ opacity: 1;
18627
+ vertical-align: middle;
18628
+ }
18629
+ .v-carousel__controls__item:hover {
18630
+ background: none;
18631
+ }
18632
+ .v-carousel__controls__item:hover .v-icon {
18633
+ opacity: 0.8;
18634
+ }
18635
+
18636
+ .v-carousel__progress {
18637
+ margin: 0;
18638
+ position: absolute;
18639
+ bottom: 0;
18640
+ left: 0;
18641
+ right: 0;
18642
+ }
18643
+
18644
+ .v-carousel-item {
18645
+ display: block;
18646
+ height: inherit;
18647
+ text-decoration: none;
18648
+ }
18649
+ .v-carousel-item > .v-img {
18650
+ height: inherit;
18651
+ }
18652
+
18653
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18654
+ background: transparent;
18655
+ }
18656
+
18657
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18658
+ flex-direction: column;
18659
+ height: 100% !important;
18660
+ width: 50px;
18661
+ }.v-checkbox .v-selection-control {
18662
+ min-height: var(--v-input-control-height);
18663
+ }.v-btn {
18664
+ align-items: center;
18665
+ border-radius: 4px;
18666
+ display: inline-grid;
18667
+ grid-template-areas: "prepend content append";
18668
+ grid-template-columns: max-content auto max-content;
18669
+ font-weight: 500;
18670
+ justify-content: center;
18671
+ letter-spacing: 0.0892857143em;
18672
+ line-height: normal;
18673
+ max-width: 100%;
18674
+ outline: none;
18675
+ position: relative;
18676
+ text-decoration: none;
18677
+ text-indent: 0.0892857143em;
18678
+ text-transform: uppercase;
18679
+ transition-property: box-shadow, transform, opacity, background;
18680
+ transition-duration: 0.28s;
18681
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18682
+ -webkit-user-select: none;
18683
+ user-select: none;
18684
+ vertical-align: middle;
18685
+ flex-shrink: 0;
18686
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18687
+ border-style: solid;
18688
+ border-width: 0;
18689
+ }
18690
+ .v-btn--size-x-small {
18691
+ --v-btn-size: 0.625rem;
18692
+ --v-btn-height: 20px;
18693
+ font-size: var(--v-btn-size);
18694
+ min-width: 36px;
18695
+ padding: 0 8px;
18696
+ }
18697
+
18698
+ .v-btn--size-small {
18699
+ --v-btn-size: 0.75rem;
18700
+ --v-btn-height: 28px;
18701
+ font-size: var(--v-btn-size);
18702
+ min-width: 50px;
18703
+ padding: 0 12px;
18704
+ }
18705
+
18706
+ .v-btn--size-default {
18707
+ --v-btn-size: 0.875rem;
18708
+ --v-btn-height: 36px;
18709
+ font-size: var(--v-btn-size);
18710
+ min-width: 64px;
18711
+ padding: 0 16px;
18712
+ }
18713
+
18714
+ .v-btn--size-large {
18715
+ --v-btn-size: 1rem;
18716
+ --v-btn-height: 44px;
18717
+ font-size: var(--v-btn-size);
18718
+ min-width: 78px;
18719
+ padding: 0 20px;
18720
+ }
18721
+
18722
+ .v-btn--size-x-large {
18723
+ --v-btn-size: 1.125rem;
18724
+ --v-btn-height: 52px;
18725
+ font-size: var(--v-btn-size);
18726
+ min-width: 92px;
18727
+ padding: 0 24px;
18728
+ }
18729
+
18730
+ .v-btn.v-btn--density-default {
18731
+ height: calc(var(--v-btn-height) + 0px);
18732
+ }
18733
+
18734
+ .v-btn.v-btn--density-comfortable {
18735
+ height: calc(var(--v-btn-height) + -8px);
18736
+ }
18737
+
18738
+ .v-btn.v-btn--density-compact {
18739
+ height: calc(var(--v-btn-height) + -12px);
18740
+ }
18741
+
18742
+ .v-btn--border {
18743
+ border-width: thin;
18744
+ box-shadow: none;
18745
+ }
18746
+ .v-btn--absolute {
18747
+ position: absolute;
18748
+ }
18749
+ .v-btn--fixed {
18750
+ position: fixed;
18751
+ }
18752
+ .v-btn:hover > .v-btn__overlay {
18753
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18754
+ }
18755
+ .v-btn:focus-visible > .v-btn__overlay {
18756
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18757
+ }
18758
+ @supports not selector(:focus-visible) {
18759
+ .v-btn:focus > .v-btn__overlay {
18760
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18761
+ }
18762
+ }
18763
+ .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
18764
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18765
+ }
18766
+ .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
18767
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18768
+ }
18769
+ .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
18770
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18771
+ }
18772
+ @supports not selector(:focus-visible) {
18773
+ .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
18774
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18775
+ }
18776
+ }
18777
+ .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
18644
18778
  background: transparent;
18645
18779
  color: inherit;
18646
18780
  }
@@ -18929,188 +19063,72 @@ html.overflow-y-hidden {
18929
19063
  }
18930
19064
  .v-pagination__item--is-active .v-btn__overlay {
18931
19065
  opacity: var(--v-border-opacity);
18932
- }.v-btn-group {
19066
+ }.v-chip-group {
19067
+ display: flex;
19068
+ max-width: 100%;
19069
+ min-width: 0;
19070
+ overflow-x: auto;
19071
+ padding: 4px 0;
19072
+ }
19073
+ .v-chip-group .v-chip {
19074
+ margin: 4px 8px 4px 0;
19075
+ }
19076
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19077
+ opacity: var(--v-activated-opacity);
19078
+ }
19079
+
19080
+ .v-chip-group--column .v-slide-group__content {
19081
+ white-space: normal;
19082
+ flex-wrap: wrap;
19083
+ max-width: 100%;
19084
+ }.v-chip {
19085
+ align-items: center;
19086
+ cursor: default;
18933
19087
  display: inline-flex;
18934
- flex-wrap: nowrap;
19088
+ font-weight: 400;
18935
19089
  max-width: 100%;
18936
19090
  min-width: 0;
18937
19091
  overflow: hidden;
19092
+ position: relative;
19093
+ text-decoration: none;
19094
+ white-space: nowrap;
18938
19095
  vertical-align: middle;
18939
19096
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18940
19097
  border-style: solid;
18941
19098
  border-width: 0;
18942
- 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));
18943
- border-radius: 4px;
18944
- background: transparent;
18945
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19099
+ border-radius: 9999px;
18946
19100
  }
18947
- .v-btn-group--border {
18948
- border-width: thin;
18949
- box-shadow: none;
19101
+ .v-chip.v-chip--size-x-small {
19102
+ --v-chip-size: 0.625rem;
19103
+ --v-chip-height: 20px;
19104
+ font-size: 0.625rem;
19105
+ padding: 0 8px;
18950
19106
  }
18951
- .v-btn-group--density-default.v-btn-group {
18952
- height: 48px;
19107
+ .v-chip.v-chip--size-x-small .v-avatar {
19108
+ --v-avatar-height: 14px;
18953
19109
  }
18954
-
18955
- .v-btn-group--density-comfortable.v-btn-group {
18956
- height: 40px;
19110
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19111
+ --v-avatar-height: 20px;
18957
19112
  }
18958
19113
 
18959
- .v-btn-group--density-compact.v-btn-group {
18960
- height: 36px;
19114
+ .v-chip.v-chip--size-x-small .v-avatar--start {
19115
+ margin-inline-start: -5.6px;
19116
+ margin-inline-end: 4px;
18961
19117
  }
18962
-
18963
- .v-btn-group .v-btn {
18964
- border-radius: 0;
18965
- border-color: inherit;
19118
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19119
+ margin-inline-start: -8px;
18966
19120
  }
18967
- .v-btn-group .v-btn:not(:last-child) {
18968
- border-inline-end: none;
19121
+
19122
+ .v-chip.v-chip--size-x-small .v-avatar--end {
19123
+ margin-inline-start: 4px;
19124
+ margin-inline-end: -5.6px;
18969
19125
  }
18970
- .v-btn-group .v-btn:not(:first-child) {
18971
- border-inline-start: none;
19126
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19127
+ margin-inline-end: -8px;
18972
19128
  }
18973
- .v-btn-group .v-btn:first-child {
18974
- border-start-start-radius: inherit;
18975
- border-end-start-radius: inherit;
18976
- }
18977
- .v-btn-group .v-btn:last-child {
18978
- border-start-end-radius: inherit;
18979
- border-end-end-radius: inherit;
18980
- }
18981
- .v-btn-group--divided .v-btn:not(:last-child) {
18982
- border-inline-end-width: thin;
18983
- border-inline-end-style: solid;
18984
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18985
- }
18986
- .v-btn-group--tile {
18987
- border-radius: 0;
18988
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18989
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18990
- }
18991
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18992
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18993
- }
18994
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18995
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18996
- }
18997
- @supports not selector(:focus-visible) {
18998
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18999
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19000
- }
19001
- }.v-carousel {
19002
- overflow: hidden;
19003
- position: relative;
19004
- width: 100%;
19005
- }
19006
- .v-carousel__controls {
19007
- align-items: center;
19008
- bottom: 0;
19009
- display: flex;
19010
- height: 50px;
19011
- justify-content: center;
19012
- list-style-type: none;
19013
- position: absolute;
19014
- width: 100%;
19015
- z-index: 1;
19016
- background: rgba(var(--v-theme-surface-variant), 0.3);
19017
- color: rgb(var(--v-theme-on-surface-variant));
19018
- }
19019
- .v-carousel__controls > .v-item-group {
19020
- flex: 0 1 auto;
19021
- }
19022
- .v-carousel__controls__item {
19023
- margin: 0 8px;
19024
- }
19025
- .v-carousel__controls__item .v-icon {
19026
- opacity: 0.5;
19027
- }
19028
- .v-carousel__controls__item--active .v-icon {
19029
- opacity: 1;
19030
- vertical-align: middle;
19031
- }
19032
- .v-carousel__controls__item:hover {
19033
- background: none;
19034
- }
19035
- .v-carousel__controls__item:hover .v-icon {
19036
- opacity: 0.8;
19037
- }
19038
-
19039
- .v-carousel__progress {
19040
- margin: 0;
19041
- position: absolute;
19042
- bottom: 0;
19043
- left: 0;
19044
- right: 0;
19045
- }
19046
-
19047
- .v-carousel-item {
19048
- display: block;
19049
- height: inherit;
19050
- text-decoration: none;
19051
- }
19052
- .v-carousel-item > .v-img {
19053
- height: inherit;
19054
- }
19055
-
19056
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19057
- background: transparent;
19058
- }
19059
-
19060
- .v-carousel--vertical-delimiters .v-carousel__controls {
19061
- flex-direction: column;
19062
- height: 100% !important;
19063
- width: 50px;
19064
- }.v-checkbox .v-selection-control {
19065
- min-height: var(--v-input-control-height);
19066
- }.v-chip {
19067
- align-items: center;
19068
- cursor: default;
19069
- display: inline-flex;
19070
- font-weight: 400;
19071
- max-width: 100%;
19072
- min-width: 0;
19073
- overflow: hidden;
19074
- position: relative;
19075
- text-decoration: none;
19076
- white-space: nowrap;
19077
- vertical-align: middle;
19078
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19079
- border-style: solid;
19080
- border-width: 0;
19081
- border-radius: 9999px;
19082
- }
19083
- .v-chip.v-chip--size-x-small {
19084
- --v-chip-size: 0.625rem;
19085
- --v-chip-height: 20px;
19086
- font-size: 0.625rem;
19087
- padding: 0 8px;
19088
- }
19089
- .v-chip.v-chip--size-x-small .v-avatar {
19090
- --v-avatar-height: 14px;
19091
- }
19092
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19093
- --v-avatar-height: 20px;
19094
- }
19095
-
19096
- .v-chip.v-chip--size-x-small .v-avatar--start {
19097
- margin-inline-start: -5.6px;
19098
- margin-inline-end: 4px;
19099
- }
19100
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19101
- margin-inline-start: -8px;
19102
- }
19103
-
19104
- .v-chip.v-chip--size-x-small .v-avatar--end {
19105
- margin-inline-start: 4px;
19106
- margin-inline-end: -5.6px;
19107
- }
19108
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19109
- margin-inline-end: -8px;
19110
- }
19111
-
19112
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19113
- margin-inline-start: 12px;
19129
+
19130
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19131
+ margin-inline-start: 12px;
19114
19132
  }
19115
19133
 
19116
19134
  .v-chip.v-chip--size-x-small .v-icon--start,
@@ -19471,44 +19489,87 @@ html.overflow-y-hidden {
19471
19489
 
19472
19490
  .v-chip--label {
19473
19491
  border-radius: 4px;
19474
- }.v-color-picker {
19475
- align-self: flex-start;
19476
- contain: content;
19477
- }
19478
- .v-color-picker.v-sheet {
19479
- 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));
19480
- border-radius: 4px;
19492
+ }.v-combobox .v-field .v-text-field__prefix,
19493
+ .v-combobox .v-field .v-text-field__suffix,
19494
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19495
+ cursor: text;
19481
19496
  }
19482
-
19483
- .v-color-picker__controls {
19484
- display: flex;
19485
- flex-direction: column;
19486
- padding: 16px;
19497
+ .v-combobox .v-field .v-field__input > input {
19498
+ flex: 1 1;
19487
19499
  }
19488
-
19489
- .v-color-picker--flat {
19490
- 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));
19500
+ .v-combobox .v-field input {
19501
+ min-width: 64px;
19491
19502
  }
19492
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19493
- 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));
19494
- }.v-chip-group {
19495
- display: flex;
19496
- max-width: 100%;
19503
+ .v-combobox .v-field:not(.v-field--focused) input {
19497
19504
  min-width: 0;
19498
- overflow-x: auto;
19499
- padding: 4px 0;
19500
19505
  }
19501
- .v-chip-group .v-chip {
19502
- margin: 4px 8px 4px 0;
19506
+ .v-combobox .v-field--dirty .v-combobox__selection {
19507
+ margin-inline-end: 2px;
19503
19508
  }
19504
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19505
- opacity: var(--v-activated-opacity);
19509
+ .v-combobox .v-combobox__selection-text {
19510
+ overflow: hidden;
19511
+ text-overflow: ellipsis;
19512
+ white-space: nowrap;
19506
19513
  }
19507
19514
 
19508
- .v-chip-group--column .v-slide-group__content {
19509
- white-space: normal;
19510
- flex-wrap: wrap;
19511
- max-width: 100%;
19515
+ .v-combobox__content {
19516
+ overflow: hidden;
19517
+ 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));
19518
+ border-radius: 4px;
19519
+ }
19520
+ .v-combobox__mask {
19521
+ background: rgb(var(--v-theme-surface-light));
19522
+ }
19523
+ .v-combobox__selection {
19524
+ display: inline-flex;
19525
+ align-items: center;
19526
+ height: 1.5rem;
19527
+ letter-spacing: inherit;
19528
+ line-height: inherit;
19529
+ max-width: calc(100% - 2px - 2px);
19530
+ }
19531
+ .v-combobox__selection:first-child {
19532
+ margin-inline-start: 0;
19533
+ }
19534
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19535
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19536
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19537
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19538
+ top: 0px;
19539
+ }
19540
+ .v-combobox--selecting-index .v-combobox__selection {
19541
+ opacity: var(--v-medium-emphasis-opacity);
19542
+ }
19543
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19544
+ opacity: 1;
19545
+ }
19546
+ .v-combobox--selecting-index .v-field__input > input {
19547
+ caret-color: transparent;
19548
+ }
19549
+ .v-combobox--single.v-text-field .v-field--focused input {
19550
+ flex: 1 1;
19551
+ position: absolute;
19552
+ left: 0;
19553
+ right: 0;
19554
+ width: 100%;
19555
+ padding-inline: inherit;
19556
+ }
19557
+ .v-combobox--single .v-field--active input {
19558
+ transition: none;
19559
+ }
19560
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19561
+ opacity: 0;
19562
+ }
19563
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19564
+ opacity: 0;
19565
+ }
19566
+ .v-combobox__menu-icon {
19567
+ margin-inline-start: 4px;
19568
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19569
+ }
19570
+ .v-combobox--active-menu .v-combobox__menu-icon {
19571
+ opacity: var(--v-high-emphasis-opacity);
19572
+ transform: rotate(180deg);
19512
19573
  }.v-container {
19513
19574
  width: 100%;
19514
19575
  padding: 16px;
@@ -20181,341 +20242,60 @@ html.overflow-y-hidden {
20181
20242
  .offset-xxl-11 {
20182
20243
  margin-inline-start: 91.6666666667%;
20183
20244
  }
20184
- }.v-data-table {
20185
- width: 100%;
20245
+ }.v-color-picker {
20246
+ align-self: flex-start;
20247
+ contain: content;
20186
20248
  }
20187
-
20188
- .v-data-table__table {
20189
- width: 100%;
20190
- border-collapse: separate;
20191
- border-spacing: 0;
20249
+ .v-color-picker.v-sheet {
20250
+ 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));
20251
+ border-radius: 4px;
20192
20252
  }
20193
20253
 
20194
- .v-data-table__tr--focus {
20195
- border: 1px dotted black;
20196
- }
20197
- .v-data-table__tr--clickable {
20198
- cursor: pointer;
20199
- }
20200
-
20201
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20202
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20203
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20204
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20205
- text-align: end;
20206
- }
20207
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20208
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20209
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20210
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20211
- flex-direction: row-reverse;
20212
- }
20213
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20214
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20215
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20216
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20217
- text-align: center;
20218
- }
20219
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20220
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20221
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20222
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20223
- justify-content: center;
20224
- }
20225
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20226
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20227
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20228
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20229
- padding: 0 8px;
20230
- }
20231
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20232
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20233
- align-items: center;
20234
- }
20235
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20236
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20237
- position: sticky;
20238
- }
20239
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20240
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20241
- cursor: pointer;
20242
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20243
- }
20244
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20245
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20246
- opacity: 0;
20247
- }
20248
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20249
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20250
- opacity: 0.5;
20251
- }
20252
-
20253
- .v-data-table-column--fixed,
20254
- .v-data-table__th--sticky {
20255
- background: rgb(var(--v-theme-surface));
20256
- position: sticky !important;
20257
- left: 0;
20258
- z-index: 1;
20259
- }
20260
-
20261
- .v-data-table-column--last-fixed {
20262
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20263
- }
20264
-
20265
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20266
- z-index: 2;
20267
- }
20268
-
20269
- .v-data-table-group-header-row td {
20270
- background: rgba(var(--v-theme-surface));
20271
- color: rgba(var(--v-theme-on-surface));
20272
- }
20273
- .v-data-table-group-header-row td > span {
20274
- padding-left: 5px;
20275
- }
20276
-
20277
- .v-data-table--loading .v-data-table__td {
20278
- opacity: 0.3;
20279
- }
20280
-
20281
- .v-data-table-group-header-row__column {
20282
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20283
- }
20284
-
20285
- .v-data-table-header__content {
20286
- display: flex;
20287
- align-items: center;
20288
- }
20289
-
20290
- .v-data-table-header__sort-badge {
20291
- display: inline-flex;
20292
- justify-content: center;
20293
- align-items: center;
20294
- font-size: 0.875rem;
20295
- padding: 4px;
20296
- border-radius: 50%;
20297
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20298
- min-width: 20px;
20299
- min-height: 20px;
20300
- width: 20px;
20301
- height: 20px;
20302
- }
20303
-
20304
- .v-data-table-progress > th {
20305
- border: none !important;
20306
- height: auto !important;
20307
- padding: 0 !important;
20308
- }
20309
-
20310
- .v-data-table-progress__loader {
20311
- position: relative;
20312
- }
20313
-
20314
- .v-data-table-rows-loading,
20315
- .v-data-table-rows-no-data {
20316
- text-align: center;
20317
- }.v-combobox .v-field .v-text-field__prefix,
20318
- .v-combobox .v-field .v-text-field__suffix,
20319
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20320
- cursor: text;
20321
- }
20322
- .v-combobox .v-field .v-field__input > input {
20323
- flex: 1 1;
20324
- }
20325
- .v-combobox .v-field input {
20326
- min-width: 64px;
20327
- }
20328
- .v-combobox .v-field:not(.v-field--focused) input {
20329
- min-width: 0;
20330
- }
20331
- .v-combobox .v-field--dirty .v-combobox__selection {
20332
- margin-inline-end: 2px;
20333
- }
20334
- .v-combobox .v-combobox__selection-text {
20335
- overflow: hidden;
20336
- text-overflow: ellipsis;
20337
- white-space: nowrap;
20338
- }
20339
-
20340
- .v-combobox__content {
20341
- overflow: hidden;
20342
- 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));
20343
- border-radius: 4px;
20344
- }
20345
- .v-combobox__mask {
20346
- background: rgb(var(--v-theme-surface-light));
20347
- }
20348
- .v-combobox__selection {
20349
- display: inline-flex;
20350
- align-items: center;
20351
- height: 1.5rem;
20352
- letter-spacing: inherit;
20353
- line-height: inherit;
20354
- max-width: calc(100% - 2px - 2px);
20355
- }
20356
- .v-combobox__selection:first-child {
20357
- margin-inline-start: 0;
20358
- }
20359
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20360
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20361
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20362
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20363
- top: 0px;
20364
- }
20365
- .v-combobox--selecting-index .v-combobox__selection {
20366
- opacity: var(--v-medium-emphasis-opacity);
20367
- }
20368
- .v-combobox--selecting-index .v-combobox__selection--selected {
20369
- opacity: 1;
20370
- }
20371
- .v-combobox--selecting-index .v-field__input > input {
20372
- caret-color: transparent;
20373
- }
20374
- .v-combobox--single.v-text-field .v-field--focused input {
20375
- flex: 1 1;
20376
- position: absolute;
20377
- left: 0;
20378
- right: 0;
20379
- width: 100%;
20380
- padding-inline: inherit;
20381
- }
20382
- .v-combobox--single .v-field--active input {
20383
- transition: none;
20384
- }
20385
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
20386
- opacity: 0;
20387
- }
20388
- .v-combobox--single .v-field--focused .v-combobox__selection {
20389
- opacity: 0;
20390
- }
20391
- .v-combobox__menu-icon {
20392
- margin-inline-start: 4px;
20393
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20394
- }
20395
- .v-combobox--active-menu .v-combobox__menu-icon {
20396
- opacity: var(--v-high-emphasis-opacity);
20397
- transform: rotate(180deg);
20398
- }.v-data-table-footer {
20399
- display: flex;
20400
- align-items: center;
20401
- flex-wrap: wrap;
20402
- padding: 4px;
20403
- justify-content: flex-end;
20404
- }
20405
-
20406
- .v-data-table-footer__items-per-page {
20407
- display: flex;
20408
- align-items: center;
20409
- justify-content: center;
20410
- }
20411
- .v-data-table-footer__items-per-page > span {
20412
- padding-inline-end: 8px;
20413
- }
20414
- .v-data-table-footer__items-per-page > .v-select {
20415
- width: 90px;
20416
- }
20417
-
20418
- .v-data-table-footer__info {
20254
+ .v-color-picker__controls {
20419
20255
  display: flex;
20420
- justify-content: flex-end;
20421
- min-width: 116px;
20422
- padding: 0 16px;
20256
+ flex-direction: column;
20257
+ padding: 16px;
20423
20258
  }
20424
20259
 
20425
- .v-data-table-footer__pagination {
20426
- display: flex;
20427
- align-items: center;
20428
- margin-inline-start: 16px;
20260
+ .v-color-picker--flat {
20261
+ 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));
20429
20262
  }
20430
-
20431
- .v-data-table-footer__page {
20432
- padding: 0 8px;
20263
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20264
+ 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));
20433
20265
  }.v-counter {
20434
20266
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20435
20267
  flex: 0 1 auto;
20436
20268
  font-size: 12px;
20437
20269
  transition-duration: 150ms;
20438
- }.v-date-picker__input {
20439
- padding-top: 16px;
20440
- padding-left: 24px;
20441
- padding-right: 24px;
20442
- }
20443
-
20444
- .v-date-picker {
20445
- overflow: hidden;
20446
- width: 360px;
20447
- }
20448
- .v-date-picker--show-week {
20449
- width: 408px;
20450
- }
20451
-
20452
- .v-date-picker-month {
20453
- padding: 0 12px 12px;
20454
- }
20455
-
20456
- .v-date-picker-month__day {
20457
- height: 48px;
20458
- width: 48px;
20459
- }
20460
- .v-date-picker-month__day .v-btn {
20461
- --v-btn-height: 28px;
20462
- --v-btn-size: 0.85rem;
20463
- }.v-date-picker-controls {
20464
- display: flex;
20465
- align-items: center;
20466
- justify-content: space-between;
20467
- font-size: 0.875rem;
20468
- padding-top: 4px;
20469
- padding-bottom: 4px;
20470
- padding-inline-start: 6px;
20471
- padding-inline-end: 12px;
20472
- }
20473
- .v-date-picker-controls > .v-btn:first-child {
20474
- text-transform: none;
20475
- font-weight: 400;
20476
- line-height: initial;
20477
- letter-spacing: initial;
20478
- }
20479
- .v-date-picker-controls--variant-classic {
20480
- padding-inline-start: 12px;
20481
- }
20482
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20483
- opacity: 0.7;
20484
- }
20485
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20486
- cursor: pointer;
20487
- }
20488
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20489
- opacity: 1;
20490
- }
20491
- .v-date-picker-controls .v-btn:last-child {
20492
- margin-inline-start: 4px;
20493
- }
20494
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20495
- transform: rotate(180deg);
20496
- }
20497
-
20498
- .v-date-picker-controls__date {
20499
- margin-inline-end: 4px;
20500
- }
20501
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20502
- margin: auto;
20503
- text-align: center;
20504
- }
20505
-
20506
- .v-date-picker-controls__month {
20507
- display: flex;
20270
+ }.v-divider {
20271
+ display: block;
20272
+ flex: 1 1 100%;
20273
+ height: 0px;
20274
+ max-height: 0px;
20275
+ opacity: var(--v-border-opacity);
20276
+ transition: inherit;
20277
+ border-style: solid;
20278
+ border-width: thin 0 0 0;
20508
20279
  }
20509
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20510
- flex-direction: row-reverse;
20280
+ .v-divider--vertical {
20281
+ align-self: stretch;
20282
+ border-width: 0 thin 0 0;
20283
+ display: inline-flex;
20284
+ height: inherit;
20285
+ margin-left: -1px;
20286
+ max-height: 100%;
20287
+ max-width: 0px;
20288
+ vertical-align: text-bottom;
20289
+ width: 0px;
20511
20290
  }
20512
-
20513
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20514
- flex: 1 0 auto;
20291
+ .v-divider--inset:not(.v-divider--vertical) {
20292
+ max-width: calc(100% - 72px);
20293
+ margin-inline-start: 72px;
20515
20294
  }
20516
-
20517
- .v-date-picker__title {
20518
- display: inline-block;
20295
+ .v-divider--inset.v-divider--vertical {
20296
+ margin-bottom: 8px;
20297
+ margin-top: 8px;
20298
+ max-height: calc(100% - 16px);
20519
20299
  }.v-date-picker-header {
20520
20300
  display: grid;
20521
20301
  grid-template-areas: "prepend content append";
@@ -20574,6 +20354,31 @@ html.overflow-y-hidden {
20574
20354
  .date-picker-header-reverse-transition-leave-to {
20575
20355
  opacity: 0;
20576
20356
  transform: translate(0, 100%);
20357
+ }.v-date-picker__input {
20358
+ padding-top: 16px;
20359
+ padding-left: 24px;
20360
+ padding-right: 24px;
20361
+ }
20362
+
20363
+ .v-date-picker {
20364
+ overflow: hidden;
20365
+ width: 360px;
20366
+ }
20367
+ .v-date-picker--show-week {
20368
+ width: 408px;
20369
+ }
20370
+
20371
+ .v-date-picker-month {
20372
+ padding: 0 12px 12px;
20373
+ }
20374
+
20375
+ .v-date-picker-month__day {
20376
+ height: 48px;
20377
+ width: 48px;
20378
+ }
20379
+ .v-date-picker-month__day .v-btn {
20380
+ --v-btn-height: 28px;
20381
+ --v-btn-size: 0.85rem;
20577
20382
  }.v-date-picker-month {
20578
20383
  display: flex;
20579
20384
  justify-content: center;
@@ -20623,41 +20428,62 @@ html.overflow-y-hidden {
20623
20428
 
20624
20429
  .v-date-picker-month__day--hide-adjacent {
20625
20430
  opacity: 0;
20626
- }.v-date-picker-months {
20627
- height: 320px;
20628
- overflow-y: scroll;
20629
- }
20630
-
20631
- .v-date-picker-months__content {
20431
+ }.v-date-picker-controls {
20432
+ display: flex;
20632
20433
  align-items: center;
20633
- display: grid;
20634
- flex: 1 1;
20635
- height: inherit;
20636
- justify-content: space-around;
20637
- grid-template-columns: repeat(2, 1fr);
20638
- grid-gap: 4px 24px;
20639
- padding-inline-start: 36px;
20640
- padding-inline-end: 36px;
20434
+ justify-content: space-between;
20435
+ font-size: 0.875rem;
20436
+ padding-top: 4px;
20437
+ padding-bottom: 4px;
20438
+ padding-inline-start: 6px;
20439
+ padding-inline-end: 12px;
20641
20440
  }
20642
- .v-date-picker-months__content .v-btn {
20441
+ .v-date-picker-controls > .v-btn:first-child {
20643
20442
  text-transform: none;
20644
- padding-inline-start: 8px;
20645
- padding-inline-end: 8px;
20646
- }.v-date-picker-years {
20647
- height: 320px;
20648
- overflow-y: scroll;
20443
+ font-weight: 400;
20444
+ line-height: initial;
20445
+ letter-spacing: initial;
20446
+ }
20447
+ .v-date-picker-controls--variant-classic {
20448
+ padding-inline-start: 12px;
20449
+ }
20450
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20451
+ opacity: 0.7;
20452
+ }
20453
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20454
+ cursor: pointer;
20455
+ }
20456
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20457
+ opacity: 1;
20458
+ }
20459
+ .v-date-picker-controls .v-btn:last-child {
20460
+ margin-inline-start: 4px;
20461
+ }
20462
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20463
+ transform: rotate(180deg);
20649
20464
  }
20650
20465
 
20651
- .v-date-picker-years__content {
20652
- display: grid;
20653
- flex: 1 1;
20654
- justify-content: space-around;
20655
- grid-template-columns: repeat(3, 1fr);
20656
- gap: 8px 24px;
20657
- padding-inline: 36px;
20466
+ .v-date-picker-controls__date {
20467
+ margin-inline-end: 4px;
20658
20468
  }
20659
- .v-date-picker-years__content .v-btn {
20660
- padding-inline: 8px;
20469
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20470
+ margin: auto;
20471
+ text-align: center;
20472
+ }
20473
+
20474
+ .v-date-picker-controls__month {
20475
+ display: flex;
20476
+ }
20477
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20478
+ flex-direction: row-reverse;
20479
+ }
20480
+
20481
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20482
+ flex: 1 0 auto;
20483
+ }
20484
+
20485
+ .v-date-picker__title {
20486
+ display: inline-block;
20661
20487
  }.v-expansion-panel {
20662
20488
  background-color: rgb(var(--v-theme-surface));
20663
20489
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -20857,123 +20683,209 @@ html.overflow-y-hidden {
20857
20683
  }
20858
20684
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20859
20685
  max-width: calc(100% - 32px);
20860
- }.v-divider {
20861
- display: block;
20862
- flex: 1 1 100%;
20863
- height: 0px;
20864
- max-height: 0px;
20865
- opacity: var(--v-border-opacity);
20866
- transition: inherit;
20867
- border-style: solid;
20868
- border-width: thin 0 0 0;
20686
+ }.v-date-picker-months {
20687
+ height: 320px;
20688
+ overflow-y: scroll;
20869
20689
  }
20870
- .v-divider--vertical {
20871
- align-self: stretch;
20872
- border-width: 0 thin 0 0;
20873
- display: inline-flex;
20690
+
20691
+ .v-date-picker-months__content {
20692
+ align-items: center;
20693
+ display: grid;
20694
+ flex: 1 1;
20874
20695
  height: inherit;
20875
- margin-left: -1px;
20876
- max-height: 100%;
20877
- max-width: 0px;
20878
- vertical-align: text-bottom;
20879
- width: 0px;
20696
+ justify-content: space-around;
20697
+ grid-template-columns: repeat(2, 1fr);
20698
+ grid-gap: 4px 24px;
20699
+ padding-inline-start: 36px;
20700
+ padding-inline-end: 36px;
20880
20701
  }
20881
- .v-divider--inset:not(.v-divider--vertical) {
20882
- max-width: calc(100% - 72px);
20883
- margin-inline-start: 72px;
20702
+ .v-date-picker-months__content .v-btn {
20703
+ text-transform: none;
20704
+ padding-inline-start: 8px;
20705
+ padding-inline-end: 8px;
20706
+ }.v-date-picker-years {
20707
+ height: 320px;
20708
+ overflow-y: scroll;
20884
20709
  }
20885
- .v-divider--inset.v-divider--vertical {
20886
- margin-bottom: 8px;
20887
- margin-top: 8px;
20888
- max-height: calc(100% - 16px);
20889
- }.v-dialog {
20710
+
20711
+ .v-date-picker-years__content {
20712
+ display: grid;
20713
+ flex: 1 1;
20714
+ justify-content: space-around;
20715
+ grid-template-columns: repeat(3, 1fr);
20716
+ gap: 8px 24px;
20717
+ padding-inline: 36px;
20718
+ }
20719
+ .v-date-picker-years__content .v-btn {
20720
+ padding-inline: 8px;
20721
+ }.v-data-table-footer {
20722
+ display: flex;
20723
+ align-items: center;
20724
+ flex-wrap: wrap;
20725
+ padding: 4px;
20726
+ justify-content: flex-end;
20727
+ }
20728
+
20729
+ .v-data-table-footer__items-per-page {
20730
+ display: flex;
20890
20731
  align-items: center;
20891
20732
  justify-content: center;
20892
- margin: auto;
20893
20733
  }
20894
- .v-dialog > .v-overlay__content {
20895
- max-height: calc(100% - 48px);
20896
- width: calc(100% - 48px);
20897
- max-width: calc(100% - 48px);
20898
- margin: 24px;
20734
+ .v-data-table-footer__items-per-page > span {
20735
+ padding-inline-end: 8px;
20899
20736
  }
20900
- .v-dialog > .v-overlay__content,
20901
- .v-dialog > .v-overlay__content > form {
20902
- display: flex;
20903
- flex-direction: column;
20904
- min-height: 0;
20737
+ .v-data-table-footer__items-per-page > .v-select {
20738
+ width: 90px;
20905
20739
  }
20906
- .v-dialog > .v-overlay__content > .v-card,
20907
- .v-dialog > .v-overlay__content > .v-sheet,
20908
- .v-dialog > .v-overlay__content > form > .v-card,
20909
- .v-dialog > .v-overlay__content > form > .v-sheet {
20910
- --v-scrollbar-offset: 0px;
20911
- border-radius: 4px;
20912
- overflow-y: auto;
20913
- 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));
20740
+
20741
+ .v-data-table-footer__info {
20742
+ display: flex;
20743
+ justify-content: flex-end;
20744
+ min-width: 116px;
20745
+ padding: 0 16px;
20914
20746
  }
20915
- .v-dialog > .v-overlay__content > .v-card,
20916
- .v-dialog > .v-overlay__content > form > .v-card {
20747
+
20748
+ .v-data-table-footer__pagination {
20917
20749
  display: flex;
20918
- flex-direction: column;
20750
+ align-items: center;
20751
+ margin-inline-start: 16px;
20752
+ }
20753
+
20754
+ .v-data-table-footer__page {
20755
+ padding: 0 8px;
20756
+ }.v-data-table {
20757
+ width: 100%;
20758
+ }
20759
+
20760
+ .v-data-table__table {
20761
+ width: 100%;
20762
+ border-collapse: separate;
20763
+ border-spacing: 0;
20764
+ }
20765
+
20766
+ .v-data-table__tr--focus {
20767
+ border: 1px dotted black;
20768
+ }
20769
+ .v-data-table__tr--clickable {
20770
+ cursor: pointer;
20771
+ }
20772
+
20773
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20774
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20775
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20776
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20777
+ text-align: end;
20778
+ }
20779
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20780
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20781
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20782
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20783
+ flex-direction: row-reverse;
20784
+ }
20785
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20786
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20787
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20788
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20789
+ text-align: center;
20790
+ }
20791
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20792
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20793
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20794
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20795
+ justify-content: center;
20796
+ }
20797
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20798
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20799
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20800
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20801
+ padding: 0 8px;
20802
+ }
20803
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20804
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20805
+ align-items: center;
20806
+ }
20807
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20808
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20809
+ position: sticky;
20810
+ }
20811
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20812
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20813
+ cursor: pointer;
20814
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20815
+ }
20816
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20817
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20818
+ opacity: 0;
20819
+ }
20820
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20821
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20822
+ opacity: 0.5;
20919
20823
  }
20920
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20921
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20922
- padding: 14px 24px 0;
20824
+
20825
+ .v-data-table-column--fixed,
20826
+ .v-data-table__th--sticky {
20827
+ background: rgb(var(--v-theme-surface));
20828
+ position: sticky !important;
20829
+ left: 0;
20830
+ z-index: 1;
20923
20831
  }
20924
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20925
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20926
- padding-top: 10px;
20832
+
20833
+ .v-data-table-column--last-fixed {
20834
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20927
20835
  }
20928
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20929
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20930
- font-size: inherit;
20931
- letter-spacing: 0.03125em;
20932
- line-height: inherit;
20933
- padding: 16px 24px 10px;
20836
+
20837
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20838
+ z-index: 2;
20934
20839
  }
20935
20840
 
20936
- .v-dialog--fullscreen {
20937
- --v-scrollbar-offset: 0px;
20841
+ .v-data-table-group-header-row td {
20842
+ background: rgba(var(--v-theme-surface));
20843
+ color: rgba(var(--v-theme-on-surface));
20938
20844
  }
20939
- .v-dialog--fullscreen > .v-overlay__content {
20940
- border-radius: 0;
20941
- margin: 0;
20942
- padding: 0;
20943
- width: 100%;
20944
- height: 100%;
20945
- max-width: 100%;
20946
- max-height: 100%;
20947
- overflow-y: auto;
20948
- top: 0;
20949
- left: 0;
20845
+ .v-data-table-group-header-row td > span {
20846
+ padding-left: 5px;
20950
20847
  }
20951
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20952
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20953
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20954
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20955
- min-height: 100%;
20956
- min-width: 100%;
20957
- border-radius: 0;
20848
+
20849
+ .v-data-table--loading .v-data-table__td {
20850
+ opacity: 0.3;
20958
20851
  }
20959
20852
 
20960
- .v-dialog--scrollable > .v-overlay__content,
20961
- .v-dialog--scrollable > .v-overlay__content > form {
20962
- display: flex;
20853
+ .v-data-table-group-header-row__column {
20854
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20963
20855
  }
20964
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20965
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20856
+
20857
+ .v-data-table-header__content {
20966
20858
  display: flex;
20967
- flex: 1 1 100%;
20968
- flex-direction: column;
20969
- max-height: 100%;
20970
- max-width: 100%;
20859
+ align-items: center;
20971
20860
  }
20972
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20973
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20974
- -webkit-backface-visibility: hidden;
20975
- backface-visibility: hidden;
20976
- overflow-y: auto;
20861
+
20862
+ .v-data-table-header__sort-badge {
20863
+ display: inline-flex;
20864
+ justify-content: center;
20865
+ align-items: center;
20866
+ font-size: 0.875rem;
20867
+ padding: 4px;
20868
+ border-radius: 50%;
20869
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
20870
+ min-width: 20px;
20871
+ min-height: 20px;
20872
+ width: 20px;
20873
+ height: 20px;
20874
+ }
20875
+
20876
+ .v-data-table-progress > th {
20877
+ border: none !important;
20878
+ height: auto !important;
20879
+ padding: 0 !important;
20880
+ }
20881
+
20882
+ .v-data-table-progress__loader {
20883
+ position: relative;
20884
+ }
20885
+
20886
+ .v-data-table-rows-loading,
20887
+ .v-data-table-rows-no-data {
20888
+ text-align: center;
20977
20889
  }/* region INPUT */
20978
20890
  .v-field {
20979
20891
  display: grid;
@@ -21551,6 +21463,94 @@ textarea.v-field__input::placeholder {
21551
21463
  }
21552
21464
  .v-footer--rounded {
21553
21465
  border-radius: 4px;
21466
+ }.v-dialog {
21467
+ align-items: center;
21468
+ justify-content: center;
21469
+ margin: auto;
21470
+ }
21471
+ .v-dialog > .v-overlay__content {
21472
+ max-height: calc(100% - 48px);
21473
+ width: calc(100% - 48px);
21474
+ max-width: calc(100% - 48px);
21475
+ margin: 24px;
21476
+ }
21477
+ .v-dialog > .v-overlay__content,
21478
+ .v-dialog > .v-overlay__content > form {
21479
+ display: flex;
21480
+ flex-direction: column;
21481
+ min-height: 0;
21482
+ }
21483
+ .v-dialog > .v-overlay__content > .v-card,
21484
+ .v-dialog > .v-overlay__content > .v-sheet,
21485
+ .v-dialog > .v-overlay__content > form > .v-card,
21486
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21487
+ --v-scrollbar-offset: 0px;
21488
+ border-radius: 4px;
21489
+ overflow-y: auto;
21490
+ 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));
21491
+ }
21492
+ .v-dialog > .v-overlay__content > .v-card,
21493
+ .v-dialog > .v-overlay__content > form > .v-card {
21494
+ display: flex;
21495
+ flex-direction: column;
21496
+ }
21497
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21498
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21499
+ padding: 14px 24px 0;
21500
+ }
21501
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21502
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21503
+ padding-top: 10px;
21504
+ }
21505
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21506
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21507
+ font-size: inherit;
21508
+ letter-spacing: 0.03125em;
21509
+ line-height: inherit;
21510
+ padding: 16px 24px 10px;
21511
+ }
21512
+
21513
+ .v-dialog--fullscreen {
21514
+ --v-scrollbar-offset: 0px;
21515
+ }
21516
+ .v-dialog--fullscreen > .v-overlay__content {
21517
+ border-radius: 0;
21518
+ margin: 0;
21519
+ padding: 0;
21520
+ width: 100%;
21521
+ height: 100%;
21522
+ max-width: 100%;
21523
+ max-height: 100%;
21524
+ overflow-y: auto;
21525
+ top: 0;
21526
+ left: 0;
21527
+ }
21528
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21529
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21530
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21531
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21532
+ min-height: 100%;
21533
+ min-width: 100%;
21534
+ border-radius: 0;
21535
+ }
21536
+
21537
+ .v-dialog--scrollable > .v-overlay__content,
21538
+ .v-dialog--scrollable > .v-overlay__content > form {
21539
+ display: flex;
21540
+ }
21541
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21542
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21543
+ display: flex;
21544
+ flex: 1 1 100%;
21545
+ flex-direction: column;
21546
+ max-height: 100%;
21547
+ max-width: 100%;
21548
+ }
21549
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21550
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21551
+ -webkit-backface-visibility: hidden;
21552
+ backface-visibility: hidden;
21553
+ overflow-y: auto;
21554
21554
  }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21555
21555
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21556
21556
  .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
@@ -21571,42 +21571,6 @@ textarea.v-field__input::placeholder {
21571
21571
  }
21572
21572
  .v-input--plain-underlined.v-file-input .v-input__details {
21573
21573
  padding-inline: 0;
21574
- }.v-img {
21575
- --v-theme-overlay-multiplier: 3;
21576
- z-index: 0;
21577
- }
21578
- .v-img--booting .v-responsive__sizer {
21579
- transition: none;
21580
- }
21581
- .v-img--rounded {
21582
- border-radius: 4px;
21583
- }
21584
-
21585
- .v-img__img,
21586
- .v-img__picture,
21587
- .v-img__gradient,
21588
- .v-img__placeholder,
21589
- .v-img__error {
21590
- z-index: -1;
21591
- position: absolute;
21592
- top: 0;
21593
- left: 0;
21594
- width: 100%;
21595
- height: 100%;
21596
- }
21597
-
21598
- .v-img__img--preload {
21599
- filter: blur(4px);
21600
- }
21601
- .v-img__img--contain {
21602
- object-fit: contain;
21603
- }
21604
- .v-img__img--cover {
21605
- object-fit: cover;
21606
- }
21607
-
21608
- .v-img__gradient {
21609
- background-repeat: no-repeat;
21610
21574
  }.v-icon {
21611
21575
  --v-icon-size-multiplier: 1;
21612
21576
  align-items: center;
@@ -21634,28 +21598,89 @@ textarea.v-field__input::placeholder {
21634
21598
  .v-icon--size-small {
21635
21599
  font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21636
21600
  }
21637
- .v-icon--size-default {
21638
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21601
+ .v-icon--size-default {
21602
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21603
+ }
21604
+ .v-icon--size-large {
21605
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21606
+ }
21607
+ .v-icon--size-x-large {
21608
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
21609
+ }
21610
+
21611
+ .v-icon__svg {
21612
+ fill: currentColor;
21613
+ width: 100%;
21614
+ height: 100%;
21615
+ }
21616
+
21617
+ .v-icon--start {
21618
+ margin-inline-end: 8px;
21619
+ }
21620
+
21621
+ .v-icon--end {
21622
+ margin-inline-start: 8px;
21623
+ }.v-img {
21624
+ --v-theme-overlay-multiplier: 3;
21625
+ z-index: 0;
21626
+ }
21627
+ .v-img--booting .v-responsive__sizer {
21628
+ transition: none;
21629
+ }
21630
+ .v-img--rounded {
21631
+ border-radius: 4px;
21632
+ }
21633
+
21634
+ .v-img__img,
21635
+ .v-img__picture,
21636
+ .v-img__gradient,
21637
+ .v-img__placeholder,
21638
+ .v-img__error {
21639
+ z-index: -1;
21640
+ position: absolute;
21641
+ top: 0;
21642
+ left: 0;
21643
+ width: 100%;
21644
+ height: 100%;
21639
21645
  }
21640
- .v-icon--size-large {
21641
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21646
+
21647
+ .v-img__img--preload {
21648
+ filter: blur(4px);
21642
21649
  }
21643
- .v-icon--size-x-large {
21644
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
21650
+ .v-img__img--contain {
21651
+ object-fit: contain;
21652
+ }
21653
+ .v-img__img--cover {
21654
+ object-fit: cover;
21645
21655
  }
21646
21656
 
21647
- .v-icon__svg {
21648
- fill: currentColor;
21649
- width: 100%;
21657
+ .v-img__gradient {
21658
+ background-repeat: no-repeat;
21659
+ }.v-infinite-scroll--horizontal {
21660
+ display: flex;
21661
+ flex-direction: row;
21662
+ overflow-x: auto;
21663
+ }
21664
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21650
21665
  height: 100%;
21666
+ width: 1px;
21651
21667
  }
21652
21668
 
21653
- .v-icon--start {
21654
- margin-inline-end: 8px;
21669
+ .v-infinite-scroll--vertical {
21670
+ display: flex;
21671
+ flex-direction: column;
21672
+ overflow-y: auto;
21673
+ }
21674
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21675
+ height: 1px;
21676
+ width: 100%;
21655
21677
  }
21656
21678
 
21657
- .v-icon--end {
21658
- margin-inline-start: 8px;
21679
+ .v-infinite-scroll__side {
21680
+ align-items: center;
21681
+ display: flex;
21682
+ justify-content: center;
21683
+ padding: 8px;
21659
21684
  }.v-input {
21660
21685
  display: grid;
21661
21686
  flex: 1 1 auto;
@@ -21798,31 +21823,6 @@ textarea.v-field__input::placeholder {
21798
21823
 
21799
21824
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21800
21825
  padding-top: calc(var(--v-input-padding-top) + 0px);
21801
- }.v-infinite-scroll--horizontal {
21802
- display: flex;
21803
- flex-direction: row;
21804
- overflow-x: auto;
21805
- }
21806
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21807
- height: 100%;
21808
- width: 1px;
21809
- }
21810
-
21811
- .v-infinite-scroll--vertical {
21812
- display: flex;
21813
- flex-direction: column;
21814
- overflow-y: auto;
21815
- }
21816
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21817
- height: 1px;
21818
- width: 100%;
21819
- }
21820
-
21821
- .v-infinite-scroll__side {
21822
- align-items: center;
21823
- display: flex;
21824
- justify-content: center;
21825
- padding: 8px;
21826
21826
  }.v-item-group {
21827
21827
  flex: 0 1 auto;
21828
21828
  max-width: 100%;
@@ -21860,34 +21860,6 @@ textarea.v-field__input::placeholder {
21860
21860
  position: absolute;
21861
21861
  }.v-locale-provider {
21862
21862
  display: contents;
21863
- }.v-main {
21864
- flex: 1 0 auto;
21865
- max-width: 100%;
21866
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21867
- padding-left: var(--v-layout-left);
21868
- padding-right: var(--v-layout-right);
21869
- padding-top: var(--v-layout-top);
21870
- padding-bottom: var(--v-layout-bottom);
21871
- }
21872
- .v-main__scroller {
21873
- max-width: 100%;
21874
- position: relative;
21875
- }
21876
- .v-main--scrollable {
21877
- display: flex;
21878
- position: absolute;
21879
- top: 0;
21880
- left: 0;
21881
- width: 100%;
21882
- height: 100%;
21883
- }
21884
- .v-main--scrollable > .v-main__scroller {
21885
- flex: 1 1 auto;
21886
- overflow-y: auto;
21887
- --v-layout-left: 0px;
21888
- --v-layout-right: 0px;
21889
- --v-layout-top: 0px;
21890
- --v-layout-bottom: 0px;
21891
21863
  }.v-list {
21892
21864
  overflow: auto;
21893
21865
  padding: 8px 0;
@@ -22439,6 +22411,34 @@ textarea.v-field__input::placeholder {
22439
22411
  overflow: auto;
22440
22412
  height: 100%;
22441
22413
  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));
22414
+ }.v-main {
22415
+ flex: 1 0 auto;
22416
+ max-width: 100%;
22417
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22418
+ padding-left: var(--v-layout-left);
22419
+ padding-right: var(--v-layout-right);
22420
+ padding-top: var(--v-layout-top);
22421
+ padding-bottom: var(--v-layout-bottom);
22422
+ }
22423
+ .v-main__scroller {
22424
+ max-width: 100%;
22425
+ position: relative;
22426
+ }
22427
+ .v-main--scrollable {
22428
+ display: flex;
22429
+ position: absolute;
22430
+ top: 0;
22431
+ left: 0;
22432
+ width: 100%;
22433
+ height: 100%;
22434
+ }
22435
+ .v-main--scrollable > .v-main__scroller {
22436
+ flex: 1 1 auto;
22437
+ overflow-y: auto;
22438
+ --v-layout-left: 0px;
22439
+ --v-layout-right: 0px;
22440
+ --v-layout-top: 0px;
22441
+ --v-layout-bottom: 0px;
22442
22442
  }.v-messages {
22443
22443
  flex: 1 1 auto;
22444
22444
  font-size: 12px;
@@ -22455,62 +22455,6 @@ textarea.v-field__input::placeholder {
22455
22455
  -webkit-hyphens: auto;
22456
22456
  hyphens: auto;
22457
22457
  transition-duration: 150ms;
22458
- }.v-otp-input {
22459
- border-radius: 4px;
22460
- align-items: center;
22461
- display: flex;
22462
- justify-content: center;
22463
- padding: 0.5rem 0;
22464
- position: relative;
22465
- }
22466
- .v-otp-input .v-field {
22467
- height: 100%;
22468
- }
22469
-
22470
- .v-otp-input__divider {
22471
- margin: 0 8px;
22472
- }
22473
-
22474
- .v-otp-input__content {
22475
- align-items: center;
22476
- display: flex;
22477
- gap: 0.5rem;
22478
- height: 64px;
22479
- padding: 0.5rem;
22480
- justify-content: center;
22481
- max-width: 320px;
22482
- position: relative;
22483
- border-radius: inherit;
22484
- }
22485
- .v-otp-input--divided .v-otp-input__content {
22486
- max-width: 360px;
22487
- }
22488
-
22489
- .v-otp-input__field {
22490
- color: inherit;
22491
- font-size: 1.25rem;
22492
- height: 100%;
22493
- outline: none;
22494
- text-align: center;
22495
- width: 100%;
22496
- }
22497
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22498
- -webkit-appearance: none;
22499
- margin: 0;
22500
- }
22501
- .v-otp-input__field[type=number] {
22502
- -moz-appearance: textfield;
22503
- }
22504
-
22505
- .v-otp-input__loader {
22506
- align-items: center;
22507
- display: flex;
22508
- height: 100%;
22509
- justify-content: center;
22510
- width: 100%;
22511
- }
22512
- .v-otp-input__loader .v-progress-linear {
22513
- position: absolute;
22514
22458
  }.v-navigation-drawer {
22515
22459
  -webkit-overflow-scrolling: touch;
22516
22460
  background: rgb(var(--v-theme-surface));
@@ -22587,28 +22531,84 @@ textarea.v-field__input::placeholder {
22587
22531
  width: 100%;
22588
22532
  z-index: -1;
22589
22533
  }
22590
- .v-navigation-drawer__img img {
22591
- height: inherit;
22592
- object-fit: cover;
22593
- width: inherit;
22534
+ .v-navigation-drawer__img img {
22535
+ height: inherit;
22536
+ object-fit: cover;
22537
+ width: inherit;
22538
+ }
22539
+
22540
+ .v-navigation-drawer__scrim {
22541
+ position: absolute;
22542
+ top: 0;
22543
+ left: 0;
22544
+ width: 100%;
22545
+ height: 100%;
22546
+ background: black;
22547
+ opacity: 0.2;
22548
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22549
+ z-index: 1;
22550
+ }
22551
+
22552
+ .v-navigation-drawer__prepend,
22553
+ .v-navigation-drawer__append {
22554
+ flex: none;
22555
+ overflow: hidden;
22556
+ }.v-otp-input {
22557
+ border-radius: 4px;
22558
+ align-items: center;
22559
+ display: flex;
22560
+ justify-content: center;
22561
+ padding: 0.5rem 0;
22562
+ position: relative;
22563
+ }
22564
+ .v-otp-input .v-field {
22565
+ height: 100%;
22566
+ }
22567
+
22568
+ .v-otp-input__divider {
22569
+ margin: 0 8px;
22570
+ }
22571
+
22572
+ .v-otp-input__content {
22573
+ align-items: center;
22574
+ display: flex;
22575
+ gap: 0.5rem;
22576
+ height: 64px;
22577
+ padding: 0.5rem;
22578
+ justify-content: center;
22579
+ max-width: 320px;
22580
+ position: relative;
22581
+ border-radius: inherit;
22582
+ }
22583
+ .v-otp-input--divided .v-otp-input__content {
22584
+ max-width: 360px;
22585
+ }
22586
+
22587
+ .v-otp-input__field {
22588
+ color: inherit;
22589
+ font-size: 1.25rem;
22590
+ height: 100%;
22591
+ outline: none;
22592
+ text-align: center;
22593
+ width: 100%;
22594
+ }
22595
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
22596
+ -webkit-appearance: none;
22597
+ margin: 0;
22598
+ }
22599
+ .v-otp-input__field[type=number] {
22600
+ -moz-appearance: textfield;
22594
22601
  }
22595
22602
 
22596
- .v-navigation-drawer__scrim {
22597
- position: absolute;
22598
- top: 0;
22599
- left: 0;
22600
- width: 100%;
22603
+ .v-otp-input__loader {
22604
+ align-items: center;
22605
+ display: flex;
22601
22606
  height: 100%;
22602
- background: black;
22603
- opacity: 0.2;
22604
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22605
- z-index: 1;
22607
+ justify-content: center;
22608
+ width: 100%;
22606
22609
  }
22607
-
22608
- .v-navigation-drawer__prepend,
22609
- .v-navigation-drawer__append {
22610
- flex: none;
22611
- overflow: hidden;
22610
+ .v-otp-input__loader .v-progress-linear {
22611
+ position: absolute;
22612
22612
  }.v-overlay-container {
22613
22613
  contain: layout;
22614
22614
  left: 0;
@@ -22680,6 +22680,12 @@ html.v-overlay-scroll-blocked {
22680
22680
  }
22681
22681
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22682
22682
  margin: 0.3rem;
22683
+ }.v-parallax {
22684
+ position: relative;
22685
+ overflow: hidden;
22686
+ }
22687
+ .v-parallax--active > .v-img__img {
22688
+ will-change: transform;
22683
22689
  }.v-progress-circular {
22684
22690
  align-items: center;
22685
22691
  display: inline-flex;
@@ -22782,12 +22788,6 @@ html.v-overlay-scroll-blocked {
22782
22788
  100% {
22783
22789
  transform: rotate(270deg);
22784
22790
  }
22785
- }.v-parallax {
22786
- position: relative;
22787
- overflow: hidden;
22788
- }
22789
- .v-parallax--active > .v-img__img {
22790
- will-change: transform;
22791
22791
  }.v-radio-group > .v-input__control {
22792
22792
  flex-direction: column;
22793
22793
  }
@@ -22800,6 +22800,63 @@ html.v-overlay-scroll-blocked {
22800
22800
  }
22801
22801
  .v-radio-group .v-input__details {
22802
22802
  padding-inline: 16px;
22803
+ }.v-slider .v-slider__container input {
22804
+ cursor: default;
22805
+ padding: 0;
22806
+ width: 100%;
22807
+ display: none;
22808
+ }
22809
+ .v-slider > .v-input__append,
22810
+ .v-slider > .v-input__prepend {
22811
+ padding: 0;
22812
+ }
22813
+
22814
+ .v-slider__container {
22815
+ position: relative;
22816
+ min-height: inherit;
22817
+ width: 100%;
22818
+ height: 100%;
22819
+ display: flex;
22820
+ justify-content: center;
22821
+ align-items: center;
22822
+ cursor: pointer;
22823
+ }
22824
+ .v-input--disabled .v-slider__container {
22825
+ opacity: var(--v-disabled-opacity);
22826
+ }
22827
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
22828
+ color: rgb(var(--v-theme-error));
22829
+ }
22830
+
22831
+ .v-slider.v-input--horizontal {
22832
+ align-items: center;
22833
+ margin-inline: 8px 8px;
22834
+ }
22835
+ .v-slider.v-input--horizontal > .v-input__control {
22836
+ min-height: 32px;
22837
+ display: flex;
22838
+ align-items: center;
22839
+ }
22840
+
22841
+ .v-slider.v-input--vertical {
22842
+ justify-content: center;
22843
+ margin-top: 12px;
22844
+ margin-bottom: 12px;
22845
+ }
22846
+ .v-slider.v-input--vertical > .v-input__control {
22847
+ min-height: 300px;
22848
+ }
22849
+
22850
+ .v-slider.v-input--disabled {
22851
+ pointer-events: none;
22852
+ }
22853
+
22854
+ .v-slider--has-labels > .v-input__control {
22855
+ margin-bottom: 4px;
22856
+ }
22857
+
22858
+ .v-slider__label {
22859
+ margin-inline-end: 12px;
22803
22860
  }.v-progress-linear {
22804
22861
  background: transparent;
22805
22862
  overflow: hidden;
@@ -23010,89 +23067,6 @@ html.v-overlay-scroll-blocked {
23010
23067
  0% {
23011
23068
  background-position-x: var(--v-progress-linear-height);
23012
23069
  }
23013
- }.v-slider .v-slider__container input {
23014
- cursor: default;
23015
- padding: 0;
23016
- width: 100%;
23017
- display: none;
23018
- }
23019
- .v-slider > .v-input__append,
23020
- .v-slider > .v-input__prepend {
23021
- padding: 0;
23022
- }
23023
-
23024
- .v-slider__container {
23025
- position: relative;
23026
- min-height: inherit;
23027
- width: 100%;
23028
- height: 100%;
23029
- display: flex;
23030
- justify-content: center;
23031
- align-items: center;
23032
- cursor: pointer;
23033
- }
23034
- .v-input--disabled .v-slider__container {
23035
- opacity: var(--v-disabled-opacity);
23036
- }
23037
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23038
- color: rgb(var(--v-theme-error));
23039
- }
23040
-
23041
- .v-slider.v-input--horizontal {
23042
- align-items: center;
23043
- margin-inline: 8px 8px;
23044
- }
23045
- .v-slider.v-input--horizontal > .v-input__control {
23046
- min-height: 32px;
23047
- display: flex;
23048
- align-items: center;
23049
- }
23050
-
23051
- .v-slider.v-input--vertical {
23052
- justify-content: center;
23053
- margin-top: 12px;
23054
- margin-bottom: 12px;
23055
- }
23056
- .v-slider.v-input--vertical > .v-input__control {
23057
- min-height: 300px;
23058
- }
23059
-
23060
- .v-slider.v-input--disabled {
23061
- pointer-events: none;
23062
- }
23063
-
23064
- .v-slider--has-labels > .v-input__control {
23065
- margin-bottom: 4px;
23066
- }
23067
-
23068
- .v-slider__label {
23069
- margin-inline-end: 12px;
23070
- }.v-responsive {
23071
- display: flex;
23072
- flex: 1 0 auto;
23073
- max-height: 100%;
23074
- max-width: 100%;
23075
- overflow: hidden;
23076
- position: relative;
23077
- }
23078
- .v-responsive--inline {
23079
- display: inline-flex;
23080
- flex: 0 0 auto;
23081
- }
23082
-
23083
- .v-responsive__content {
23084
- flex: 1 0 0px;
23085
- max-width: 100%;
23086
- }
23087
-
23088
- .v-responsive__sizer ~ .v-responsive__content {
23089
- margin-inline-start: -100%;
23090
- }
23091
-
23092
- .v-responsive__sizer {
23093
- flex: 1 0 0px;
23094
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23095
- pointer-events: none;
23096
23070
  }.v-rating {
23097
23071
  max-width: 100%;
23098
23072
  display: inline-flex;
@@ -23147,14 +23121,80 @@ html.v-overlay-scroll-blocked {
23147
23121
  opacity: 0;
23148
23122
  position: absolute;
23149
23123
  width: 0;
23150
- }.v-selection-control-group {
23151
- grid-area: control;
23124
+ }.v-responsive {
23152
23125
  display: flex;
23153
- flex-direction: column;
23126
+ flex: 1 0 auto;
23127
+ max-height: 100%;
23128
+ max-width: 100%;
23129
+ overflow: hidden;
23130
+ position: relative;
23154
23131
  }
23155
- .v-selection-control-group--inline {
23156
- flex-direction: row;
23157
- flex-wrap: wrap;
23132
+ .v-responsive--inline {
23133
+ display: inline-flex;
23134
+ flex: 0 0 auto;
23135
+ }
23136
+
23137
+ .v-responsive__content {
23138
+ flex: 1 0 0px;
23139
+ max-width: 100%;
23140
+ }
23141
+
23142
+ .v-responsive__sizer ~ .v-responsive__content {
23143
+ margin-inline-start: -100%;
23144
+ }
23145
+
23146
+ .v-responsive__sizer {
23147
+ flex: 1 0 0px;
23148
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23149
+ pointer-events: none;
23150
+ }.v-select .v-field .v-text-field__prefix,
23151
+ .v-select .v-field .v-text-field__suffix,
23152
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23153
+ cursor: pointer;
23154
+ }
23155
+ .v-select .v-field .v-field__input > input {
23156
+ align-self: flex-start;
23157
+ opacity: 1;
23158
+ flex: 0 0;
23159
+ position: absolute;
23160
+ width: 100%;
23161
+ transition: none;
23162
+ pointer-events: none;
23163
+ caret-color: transparent;
23164
+ }
23165
+ .v-select .v-field--dirty .v-select__selection {
23166
+ margin-inline-end: 2px;
23167
+ }
23168
+ .v-select .v-select__selection-text {
23169
+ overflow: hidden;
23170
+ text-overflow: ellipsis;
23171
+ white-space: nowrap;
23172
+ }
23173
+ .v-select__content {
23174
+ overflow: hidden;
23175
+ 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));
23176
+ border-radius: 4px;
23177
+ }
23178
+ .v-select__selection {
23179
+ display: inline-flex;
23180
+ align-items: center;
23181
+ letter-spacing: inherit;
23182
+ line-height: inherit;
23183
+ max-width: 100%;
23184
+ }
23185
+ .v-select .v-select__selection:first-child {
23186
+ margin-inline-start: 0;
23187
+ }
23188
+ .v-select--selected .v-field .v-field__input > input {
23189
+ opacity: 0;
23190
+ }
23191
+ .v-select__menu-icon {
23192
+ margin-inline-start: 4px;
23193
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23194
+ }
23195
+ .v-select--active-menu .v-select__menu-icon {
23196
+ opacity: var(--v-high-emphasis-opacity);
23197
+ transform: rotate(180deg);
23158
23198
  }.v-selection-control {
23159
23199
  align-items: center;
23160
23200
  contain: layout;
@@ -23256,54 +23296,14 @@ html.v-overlay-scroll-blocked {
23256
23296
  }
23257
23297
  .v-selection-control--focus-visible .v-selection-control__input::before {
23258
23298
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23259
- }.v-select .v-field .v-text-field__prefix,
23260
- .v-select .v-field .v-text-field__suffix,
23261
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23262
- cursor: pointer;
23263
- }
23264
- .v-select .v-field .v-field__input > input {
23265
- align-self: flex-start;
23266
- opacity: 1;
23267
- flex: 0 0;
23268
- position: absolute;
23269
- width: 100%;
23270
- transition: none;
23271
- pointer-events: none;
23272
- caret-color: transparent;
23273
- }
23274
- .v-select .v-field--dirty .v-select__selection {
23275
- margin-inline-end: 2px;
23276
- }
23277
- .v-select .v-select__selection-text {
23278
- overflow: hidden;
23279
- text-overflow: ellipsis;
23280
- white-space: nowrap;
23281
- }
23282
- .v-select__content {
23283
- overflow: hidden;
23284
- 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));
23285
- border-radius: 4px;
23286
- }
23287
- .v-select__selection {
23288
- display: inline-flex;
23289
- align-items: center;
23290
- letter-spacing: inherit;
23291
- line-height: inherit;
23292
- max-width: 100%;
23293
- }
23294
- .v-select .v-select__selection:first-child {
23295
- margin-inline-start: 0;
23296
- }
23297
- .v-select--selected .v-field .v-field__input > input {
23298
- opacity: 0;
23299
- }
23300
- .v-select__menu-icon {
23301
- margin-inline-start: 4px;
23302
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23299
+ }.v-selection-control-group {
23300
+ grid-area: control;
23301
+ display: flex;
23302
+ flex-direction: column;
23303
23303
  }
23304
- .v-select--active-menu .v-select__menu-icon {
23305
- opacity: var(--v-high-emphasis-opacity);
23306
- transform: rotate(180deg);
23304
+ .v-selection-control-group--inline {
23305
+ flex-direction: row;
23306
+ flex-wrap: wrap;
23307
23307
  }.v-sheet {
23308
23308
  display: block;
23309
23309
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23555,6 +23555,48 @@ html.v-overlay-scroll-blocked {
23555
23555
  100% {
23556
23556
  transform: translateX(100%);
23557
23557
  }
23558
+ }.v-slide-group {
23559
+ display: flex;
23560
+ overflow: hidden;
23561
+ }
23562
+
23563
+ .v-slide-group__next,
23564
+ .v-slide-group__prev {
23565
+ align-items: center;
23566
+ display: flex;
23567
+ flex: 0 1 52px;
23568
+ justify-content: center;
23569
+ min-width: 52px;
23570
+ cursor: pointer;
23571
+ }
23572
+ .v-slide-group__next--disabled,
23573
+ .v-slide-group__prev--disabled {
23574
+ pointer-events: none;
23575
+ opacity: var(--v-disabled-opacity);
23576
+ }
23577
+
23578
+ .v-slide-group__content {
23579
+ display: flex;
23580
+ flex: 1 0 auto;
23581
+ position: relative;
23582
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23583
+ white-space: nowrap;
23584
+ }
23585
+ .v-slide-group__content > * {
23586
+ white-space: initial;
23587
+ }
23588
+
23589
+ .v-slide-group__container {
23590
+ contain: content;
23591
+ display: flex;
23592
+ flex: 1 1 auto;
23593
+ overflow: hidden;
23594
+ }
23595
+
23596
+ .v-slide-group--vertical,
23597
+ .v-slide-group--vertical .v-slide-group__container,
23598
+ .v-slide-group--vertical .v-slide-group__content {
23599
+ flex-direction: column;
23558
23600
  }.v-snackbar {
23559
23601
  justify-content: center;
23560
23602
  z-index: 10000;
@@ -23653,180 +23695,27 @@ html.v-overlay-scroll-blocked {
23653
23695
  .v-snackbar--vertical .v-snackbar__wrapper {
23654
23696
  flex-direction: column;
23655
23697
  }
23656
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23657
- align-self: flex-end;
23658
- margin-bottom: 8px;
23659
- }
23660
-
23661
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23662
- transition-duration: 0.15s;
23663
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23664
- }
23665
- .v-snackbar-transition-enter-active {
23666
- transition-property: opacity, transform;
23667
- }
23668
- .v-snackbar-transition-enter-from {
23669
- opacity: 0;
23670
- transform: scale(0.8);
23671
- }
23672
- .v-snackbar-transition-leave-active {
23673
- transition-property: opacity;
23674
- }
23675
- .v-snackbar-transition-leave-to {
23676
- opacity: 0;
23677
- }.v-slide-group {
23678
- display: flex;
23679
- overflow: hidden;
23680
- }
23681
-
23682
- .v-slide-group__next,
23683
- .v-slide-group__prev {
23684
- align-items: center;
23685
- display: flex;
23686
- flex: 0 1 52px;
23687
- justify-content: center;
23688
- min-width: 52px;
23689
- cursor: pointer;
23690
- }
23691
- .v-slide-group__next--disabled,
23692
- .v-slide-group__prev--disabled {
23693
- pointer-events: none;
23694
- opacity: var(--v-disabled-opacity);
23695
- }
23696
-
23697
- .v-slide-group__content {
23698
- display: flex;
23699
- flex: 1 0 auto;
23700
- position: relative;
23701
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23702
- white-space: nowrap;
23703
- }
23704
- .v-slide-group__content > * {
23705
- white-space: initial;
23706
- }
23707
-
23708
- .v-slide-group__container {
23709
- contain: content;
23710
- display: flex;
23711
- flex: 1 1 auto;
23712
- overflow: hidden;
23713
- }
23714
-
23715
- .v-slide-group--vertical,
23716
- .v-slide-group--vertical .v-slide-group__container,
23717
- .v-slide-group--vertical .v-slide-group__content {
23718
- flex-direction: column;
23719
- }.v-switch .v-label {
23720
- padding-inline-start: 10px;
23721
- }
23722
- .v-switch .v-switch__thumb {
23723
- background-color: rgb(var(--v-theme-surface-bright));
23724
- color: rgb(var(--v-theme-on-surface-bright));
23725
- }
23726
-
23727
- .v-switch__loader {
23728
- display: flex;
23729
- }
23730
- .v-switch__loader .v-progress-circular {
23731
- color: rgb(var(--v-theme-surface));
23732
- }
23733
-
23734
- .v-switch__track,
23735
- .v-switch__thumb {
23736
- transition: none;
23737
- }
23738
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
23739
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
23740
- background-color: rgb(var(--v-theme-error));
23741
- color: rgb(var(--v-theme-on-error));
23742
- }
23743
-
23744
- .v-switch__track-true {
23745
- margin-inline-end: auto;
23746
- }
23747
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
23748
- opacity: 0;
23749
- }
23750
-
23751
- .v-switch__track-false {
23752
- margin-inline-start: auto;
23753
- }
23754
- .v-selection-control--dirty .v-switch__track-false {
23755
- opacity: 0;
23756
- }
23757
-
23758
- .v-switch__track {
23759
- display: inline-flex;
23760
- align-items: center;
23761
- font-size: 0.5rem;
23762
- padding: 0 5px;
23763
- background-color: rgb(var(--v-theme-surface-variant));
23764
- border-radius: 9999px;
23765
- height: 14px;
23766
- opacity: 0.6;
23767
- min-width: 36px;
23768
- cursor: pointer;
23769
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
23770
- }
23771
- .v-switch--inset .v-switch__track {
23772
- border-radius: 9999px;
23773
- font-size: 0.75rem;
23774
- height: 32px;
23775
- min-width: 52px;
23776
- }
23777
-
23778
- .v-switch__thumb {
23779
- align-items: center;
23780
- border-radius: 50%;
23781
- display: flex;
23782
- font-size: 0.75rem;
23783
- height: 20px;
23784
- justify-content: center;
23785
- width: 20px;
23786
- pointer-events: none;
23787
- 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);
23788
- position: relative;
23789
- overflow: hidden;
23790
- 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));
23791
- }
23792
- .v-switch--inset .v-switch__thumb {
23793
- height: 24px;
23794
- width: 24px;
23795
- transform: scale(0.6666666667);
23796
- 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));
23797
- }
23798
- .v-switch--inset .v-switch__thumb--filled {
23799
- transform: none;
23800
- }
23801
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
23802
- transform: none;
23803
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
23804
- }
23805
-
23806
- .v-switch .v-selection-control {
23807
- min-height: var(--v-input-control-height);
23808
- }
23809
- .v-switch .v-selection-control__input {
23810
- border-radius: 50%;
23811
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
23812
- transform: translateX(-10px);
23813
- position: absolute;
23698
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23699
+ align-self: flex-end;
23700
+ margin-bottom: 8px;
23814
23701
  }
23815
- .v-switch .v-selection-control__input .v-icon {
23816
- position: absolute;
23702
+
23703
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23704
+ transition-duration: 0.15s;
23705
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23817
23706
  }
23818
- .v-switch .v-selection-control--dirty .v-selection-control__input {
23819
- transform: translateX(10px);
23707
+ .v-snackbar-transition-enter-active {
23708
+ transition-property: opacity, transform;
23820
23709
  }
23821
- .v-switch.v-switch--indeterminate .v-selection-control__input {
23710
+ .v-snackbar-transition-enter-from {
23711
+ opacity: 0;
23822
23712
  transform: scale(0.8);
23823
23713
  }
23824
- .v-switch.v-switch--indeterminate .v-switch__thumb {
23825
- transform: scale(0.75);
23826
- box-shadow: none;
23714
+ .v-snackbar-transition-leave-active {
23715
+ transition-property: opacity;
23827
23716
  }
23828
- .v-switch.v-switch--inset .v-selection-control__wrapper {
23829
- width: auto;
23717
+ .v-snackbar-transition-leave-to {
23718
+ opacity: 0;
23830
23719
  }.v-stepper.v-sheet {
23831
23720
  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));
23832
23721
  border-radius: 4px;
@@ -23943,43 +23832,35 @@ html.v-overlay-scroll-blocked {
23943
23832
  }
23944
23833
  .v-stepper--mobile .v-stepper-item__subtitle {
23945
23834
  display: none;
23946
- }.v-system-bar {
23947
- align-items: center;
23948
- display: flex;
23949
- flex: 1 1 auto;
23950
- height: 24px;
23951
- justify-content: flex-end;
23952
- max-width: 100%;
23953
- padding-inline: 8px;
23954
- position: relative;
23955
- text-align: end;
23956
- width: 100%;
23957
- 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));
23958
- background: rgba(var(--v-theme-surface-light));
23959
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23960
- font-size: 0.75rem;
23961
- font-weight: 400;
23962
- letter-spacing: 0.0333333333em;
23963
- line-height: 1.25rem;
23964
- text-transform: none;
23965
- }
23966
- .v-system-bar .v-icon {
23967
- opacity: var(--v-medium-emphasis-opacity);
23835
+ }.v-tab.v-tab.v-btn {
23836
+ height: var(--v-tabs-height);
23837
+ border-radius: 0;
23838
+ min-width: 90px;
23968
23839
  }
23969
- .v-system-bar--absolute {
23970
- position: absolute;
23840
+ .v-slide-group--horizontal .v-tab {
23841
+ max-width: 360px;
23971
23842
  }
23972
- .v-system-bar--fixed {
23973
- position: fixed;
23843
+ .v-slide-group--vertical .v-tab {
23844
+ justify-content: start;
23974
23845
  }
23975
- .v-system-bar--rounded {
23976
- border-radius: 0;
23846
+
23847
+ .v-tab__slider {
23848
+ position: absolute;
23849
+ bottom: 0;
23850
+ left: 0;
23851
+ height: 2px;
23852
+ width: 100%;
23853
+ background: currentColor;
23854
+ pointer-events: none;
23855
+ opacity: 0;
23977
23856
  }
23978
- .v-system-bar--window {
23979
- height: 32px;
23857
+ .v-tab--selected .v-tab__slider {
23858
+ opacity: 1;
23980
23859
  }
23981
- .v-system-bar:not(.v-system-bar--absolute) {
23982
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23860
+ .v-slide-group--vertical .v-tab__slider {
23861
+ top: 0;
23862
+ height: 100%;
23863
+ width: 2px;
23983
23864
  }.v-tabs {
23984
23865
  display: flex;
23985
23866
  height: var(--v-tabs-height);
@@ -24046,141 +23927,117 @@ html.v-overlay-scroll-blocked {
24046
23927
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24047
23928
  margin-inline-end: 52px;
24048
23929
  }
24049
- }.v-tab.v-tab.v-btn {
24050
- height: var(--v-tabs-height);
24051
- border-radius: 0;
24052
- min-width: 90px;
24053
- }
24054
- .v-slide-group--horizontal .v-tab {
24055
- max-width: 360px;
23930
+ }.v-switch .v-label {
23931
+ padding-inline-start: 10px;
24056
23932
  }
24057
- .v-slide-group--vertical .v-tab {
24058
- justify-content: start;
23933
+ .v-switch .v-switch__thumb {
23934
+ background-color: rgb(var(--v-theme-surface-bright));
23935
+ color: rgb(var(--v-theme-on-surface-bright));
24059
23936
  }
24060
23937
 
24061
- .v-tab__slider {
24062
- position: absolute;
24063
- bottom: 0;
24064
- left: 0;
24065
- height: 2px;
24066
- width: 100%;
24067
- background: currentColor;
24068
- pointer-events: none;
24069
- opacity: 0;
24070
- }
24071
- .v-tab--selected .v-tab__slider {
24072
- opacity: 1;
24073
- }
24074
- .v-slide-group--vertical .v-tab__slider {
24075
- top: 0;
24076
- height: 100%;
24077
- width: 2px;
24078
- }/* region BLOCK */
24079
- .v-text-field input {
24080
- color: inherit;
24081
- opacity: 0;
24082
- flex: 1;
24083
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24084
- min-width: 0;
24085
- }
24086
- .v-text-field input:focus, .v-text-field input:active {
24087
- outline: none;
23938
+ .v-switch__loader {
23939
+ display: flex;
24088
23940
  }
24089
- .v-text-field input:invalid {
24090
- box-shadow: none;
23941
+ .v-switch__loader .v-progress-circular {
23942
+ color: rgb(var(--v-theme-surface));
24091
23943
  }
24092
- .v-text-field .v-field {
24093
- cursor: text;
23944
+
23945
+ .v-switch__track,
23946
+ .v-switch__thumb {
23947
+ transition: none;
24094
23948
  }
24095
- .v-text-field--prefixed.v-text-field .v-field__input {
24096
- --v-field-padding-start: 6px;
23949
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
23950
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
23951
+ background-color: rgb(var(--v-theme-error));
23952
+ color: rgb(var(--v-theme-on-error));
24097
23953
  }
24098
23954
 
24099
- .v-text-field--suffixed.v-text-field .v-field__input {
24100
- --v-field-padding-end: 0;
23955
+ .v-switch__track-true {
23956
+ margin-inline-end: auto;
23957
+ }
23958
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
23959
+ opacity: 0;
24101
23960
  }
24102
23961
 
24103
- .v-text-field .v-input__details {
24104
- padding-inline: 16px;
23962
+ .v-switch__track-false {
23963
+ margin-inline-start: auto;
24105
23964
  }
24106
- .v-input--plain-underlined.v-text-field .v-input__details {
24107
- padding-inline: 0;
23965
+ .v-selection-control--dirty .v-switch__track-false {
23966
+ opacity: 0;
24108
23967
  }
24109
23968
 
24110
- .v-text-field .v-field--no-label input,
24111
- .v-text-field .v-field--active input {
24112
- opacity: 1;
23969
+ .v-switch__track {
23970
+ display: inline-flex;
23971
+ align-items: center;
23972
+ font-size: 0.5rem;
23973
+ padding: 0 5px;
23974
+ background-color: rgb(var(--v-theme-surface-variant));
23975
+ border-radius: 9999px;
23976
+ height: 14px;
23977
+ opacity: 0.6;
23978
+ min-width: 36px;
23979
+ cursor: pointer;
23980
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24113
23981
  }
24114
- .v-text-field .v-field--single-line input {
24115
- transition: none;
23982
+ .v-switch--inset .v-switch__track {
23983
+ border-radius: 9999px;
23984
+ font-size: 0.75rem;
23985
+ height: 32px;
23986
+ min-width: 52px;
24116
23987
  }
24117
23988
 
24118
- /* endregion */
24119
- /* region ELEMENTS */
24120
- .v-text-field__prefix, .v-text-field__suffix {
23989
+ .v-switch__thumb {
24121
23990
  align-items: center;
24122
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24123
- cursor: default;
23991
+ border-radius: 50%;
24124
23992
  display: flex;
24125
- opacity: 0;
24126
- transition: inherit;
24127
- white-space: nowrap;
24128
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24129
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24130
- padding-bottom: var(--v-field-padding-bottom, 6px);
24131
- }
24132
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24133
- opacity: 1;
23993
+ font-size: 0.75rem;
23994
+ height: 20px;
23995
+ justify-content: center;
23996
+ width: 20px;
23997
+ pointer-events: none;
23998
+ 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);
23999
+ position: relative;
24000
+ overflow: hidden;
24001
+ 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));
24134
24002
  }
24135
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24136
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24003
+ .v-switch--inset .v-switch__thumb {
24004
+ height: 24px;
24005
+ width: 24px;
24006
+ transform: scale(0.6666666667);
24007
+ 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));
24137
24008
  }
24138
- .v-text-field__prefix {
24139
- padding-inline-start: var(--v-field-padding-start);
24009
+ .v-switch--inset .v-switch__thumb--filled {
24010
+ transform: none;
24140
24011
  }
24141
- .v-text-field__suffix {
24142
- padding-inline-end: var(--v-field-padding-end);
24012
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24013
+ transform: none;
24014
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24143
24015
  }
24144
24016
 
24145
- /* endregion */.v-textarea .v-field {
24146
- --v-textarea-control-height: var(--v-input-control-height);
24147
- }
24148
- .v-textarea .v-field__field {
24149
- --v-input-control-height: var(--v-textarea-control-height);
24150
- }
24151
- .v-textarea .v-field__input {
24152
- flex: 1 1 auto;
24153
- outline: none;
24154
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24155
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24017
+ .v-switch .v-selection-control {
24018
+ min-height: var(--v-input-control-height);
24156
24019
  }
24157
- .v-textarea .v-field__input.v-textarea__sizer {
24158
- visibility: hidden;
24020
+ .v-switch .v-selection-control__input {
24021
+ border-radius: 50%;
24022
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24023
+ transform: translateX(-10px);
24159
24024
  position: absolute;
24160
- top: 0;
24161
- left: 0;
24162
- height: 0 !important;
24163
- min-height: 0 !important;
24164
- pointer-events: none;
24165
- }
24166
- .v-textarea--no-resize .v-field__input {
24167
- resize: none;
24168
24025
  }
24169
- .v-textarea .v-field--no-label textarea,
24170
- .v-textarea .v-field--active textarea {
24171
- opacity: 1;
24026
+ .v-switch .v-selection-control__input .v-icon {
24027
+ position: absolute;
24172
24028
  }
24173
- .v-textarea textarea {
24174
- opacity: 0;
24175
- flex: 1;
24176
- min-width: 0;
24177
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24029
+ .v-switch .v-selection-control--dirty .v-selection-control__input {
24030
+ transform: translateX(10px);
24178
24031
  }
24179
- .v-textarea textarea:focus, .v-textarea textarea:active {
24180
- outline: none;
24032
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
24033
+ transform: scale(0.8);
24181
24034
  }
24182
- .v-textarea textarea:invalid {
24035
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
24036
+ transform: scale(0.75);
24183
24037
  box-shadow: none;
24038
+ }
24039
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
24040
+ width: auto;
24184
24041
  }.v-table {
24185
24042
  background: rgb(var(--v-theme-surface));
24186
24043
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24332,7 +24189,150 @@ html.v-overlay-scroll-blocked {
24332
24189
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24333
24190
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24334
24191
  border-top: 0px !important;
24335
- }.v-timeline .v-timeline-divider__dot {
24192
+ }.v-system-bar {
24193
+ align-items: center;
24194
+ display: flex;
24195
+ flex: 1 1 auto;
24196
+ height: 24px;
24197
+ justify-content: flex-end;
24198
+ max-width: 100%;
24199
+ padding-inline: 8px;
24200
+ position: relative;
24201
+ text-align: end;
24202
+ width: 100%;
24203
+ 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));
24204
+ background: rgba(var(--v-theme-surface-light));
24205
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24206
+ font-size: 0.75rem;
24207
+ font-weight: 400;
24208
+ letter-spacing: 0.0333333333em;
24209
+ line-height: 1.25rem;
24210
+ text-transform: none;
24211
+ }
24212
+ .v-system-bar .v-icon {
24213
+ opacity: var(--v-medium-emphasis-opacity);
24214
+ }
24215
+ .v-system-bar--absolute {
24216
+ position: absolute;
24217
+ }
24218
+ .v-system-bar--fixed {
24219
+ position: fixed;
24220
+ }
24221
+ .v-system-bar--rounded {
24222
+ border-radius: 0;
24223
+ }
24224
+ .v-system-bar--window {
24225
+ height: 32px;
24226
+ }
24227
+ .v-system-bar:not(.v-system-bar--absolute) {
24228
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24229
+ }.v-textarea .v-field {
24230
+ --v-textarea-control-height: var(--v-input-control-height);
24231
+ }
24232
+ .v-textarea .v-field__field {
24233
+ --v-input-control-height: var(--v-textarea-control-height);
24234
+ }
24235
+ .v-textarea .v-field__input {
24236
+ flex: 1 1 auto;
24237
+ outline: none;
24238
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24239
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24240
+ }
24241
+ .v-textarea .v-field__input.v-textarea__sizer {
24242
+ visibility: hidden;
24243
+ position: absolute;
24244
+ top: 0;
24245
+ left: 0;
24246
+ height: 0 !important;
24247
+ min-height: 0 !important;
24248
+ pointer-events: none;
24249
+ }
24250
+ .v-textarea--no-resize .v-field__input {
24251
+ resize: none;
24252
+ }
24253
+ .v-textarea .v-field--no-label textarea,
24254
+ .v-textarea .v-field--active textarea {
24255
+ opacity: 1;
24256
+ }
24257
+ .v-textarea textarea {
24258
+ opacity: 0;
24259
+ flex: 1;
24260
+ min-width: 0;
24261
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24262
+ }
24263
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24264
+ outline: none;
24265
+ }
24266
+ .v-textarea textarea:invalid {
24267
+ box-shadow: none;
24268
+ }/* region BLOCK */
24269
+ .v-text-field input {
24270
+ color: inherit;
24271
+ opacity: 0;
24272
+ flex: 1;
24273
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24274
+ min-width: 0;
24275
+ }
24276
+ .v-text-field input:focus, .v-text-field input:active {
24277
+ outline: none;
24278
+ }
24279
+ .v-text-field input:invalid {
24280
+ box-shadow: none;
24281
+ }
24282
+ .v-text-field .v-field {
24283
+ cursor: text;
24284
+ }
24285
+ .v-text-field--prefixed.v-text-field .v-field__input {
24286
+ --v-field-padding-start: 6px;
24287
+ }
24288
+
24289
+ .v-text-field--suffixed.v-text-field .v-field__input {
24290
+ --v-field-padding-end: 0;
24291
+ }
24292
+
24293
+ .v-text-field .v-input__details {
24294
+ padding-inline: 16px;
24295
+ }
24296
+ .v-input--plain-underlined.v-text-field .v-input__details {
24297
+ padding-inline: 0;
24298
+ }
24299
+
24300
+ .v-text-field .v-field--no-label input,
24301
+ .v-text-field .v-field--active input {
24302
+ opacity: 1;
24303
+ }
24304
+ .v-text-field .v-field--single-line input {
24305
+ transition: none;
24306
+ }
24307
+
24308
+ /* endregion */
24309
+ /* region ELEMENTS */
24310
+ .v-text-field__prefix, .v-text-field__suffix {
24311
+ align-items: center;
24312
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24313
+ cursor: default;
24314
+ display: flex;
24315
+ opacity: 0;
24316
+ transition: inherit;
24317
+ white-space: nowrap;
24318
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24319
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24320
+ padding-bottom: var(--v-field-padding-bottom, 6px);
24321
+ }
24322
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24323
+ opacity: 1;
24324
+ }
24325
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24326
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24327
+ }
24328
+ .v-text-field__prefix {
24329
+ padding-inline-start: var(--v-field-padding-start);
24330
+ }
24331
+ .v-text-field__suffix {
24332
+ padding-inline-end: var(--v-field-padding-end);
24333
+ }
24334
+
24335
+ /* endregion */.v-timeline .v-timeline-divider__dot {
24336
24336
  background: rgb(var(--v-theme-surface-light));
24337
24337
  }
24338
24338
  .v-timeline .v-timeline-divider__inner-dot {
@@ -24748,6 +24748,9 @@ html.v-overlay-scroll-blocked {
24748
24748
 
24749
24749
  .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 {
24750
24750
  padding-inline-end: 0;
24751
+ }.v-theme-provider {
24752
+ background: rgb(var(--v-theme-background));
24753
+ color: rgb(var(--v-theme-on-background));
24751
24754
  }.v-toolbar {
24752
24755
  align-items: flex-start;
24753
24756
  display: flex;
@@ -24896,9 +24899,6 @@ html.v-overlay-scroll-blocked {
24896
24899
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24897
24900
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24898
24901
  transition-duration: 75ms;
24899
- }.v-theme-provider {
24900
- background: rgb(var(--v-theme-background));
24901
- color: rgb(var(--v-theme-on-background));
24902
24902
  }.v-window {
24903
24903
  overflow: hidden;
24904
24904
  }
@@ -24999,34 +24999,41 @@ html.v-overlay-scroll-blocked {
24999
24999
  }
25000
25000
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25001
25001
  will-change: transform;
25002
- }.v-color-picker-edit {
25003
- display: flex;
25004
- margin-top: 24px;
25002
+ }.v-color-picker-swatches {
25003
+ overflow-y: auto;
25005
25004
  }
25006
-
25007
- .v-color-picker-edit__input {
25008
- width: 100%;
25005
+ .v-color-picker-swatches > div {
25009
25006
  display: flex;
25010
25007
  flex-wrap: wrap;
25011
25008
  justify-content: center;
25012
- text-align: center;
25009
+ padding: 8px;
25013
25010
  }
25014
- .v-color-picker-edit__input:not(:last-child) {
25015
- margin-inline-end: 8px;
25011
+
25012
+ .v-color-picker-swatches__swatch {
25013
+ display: flex;
25014
+ flex-direction: column;
25015
+ margin-bottom: 10px;
25016
25016
  }
25017
- .v-color-picker-edit__input input {
25018
- border-radius: 4px;
25019
- margin-bottom: 8px;
25020
- min-width: 0;
25021
- outline: none;
25022
- text-align: center;
25023
- width: 100%;
25024
- height: 32px;
25025
- background: rgba(var(--v-theme-surface-variant), 0.2);
25026
- color: rgba(var(--v-theme-on-surface));
25017
+
25018
+ .v-color-picker-swatches__color {
25019
+ position: relative;
25020
+ height: 18px;
25021
+ max-height: 18px;
25022
+ width: 45px;
25023
+ margin: 2px 4px;
25024
+ border-radius: 2px;
25025
+ -webkit-user-select: none;
25026
+ user-select: none;
25027
+ overflow: hidden;
25028
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25029
+ cursor: pointer;
25027
25030
  }
25028
- .v-color-picker-edit__input span {
25029
- font-size: 0.75rem;
25031
+ .v-color-picker-swatches__color > div {
25032
+ display: flex;
25033
+ align-items: center;
25034
+ justify-content: center;
25035
+ width: 100%;
25036
+ height: 100%;
25030
25037
  }.v-color-picker-preview__alpha .v-slider-track__background {
25031
25038
  background-color: transparent !important;
25032
25039
  }
@@ -25096,41 +25103,34 @@ html.v-overlay-scroll-blocked {
25096
25103
  .v-color-picker-preview__eye-dropper {
25097
25104
  position: relative;
25098
25105
  margin-right: 12px;
25099
- }.v-color-picker-swatches {
25100
- overflow-y: auto;
25101
- }
25102
- .v-color-picker-swatches > div {
25106
+ }.v-color-picker-edit {
25103
25107
  display: flex;
25104
- flex-wrap: wrap;
25105
- justify-content: center;
25106
- padding: 8px;
25108
+ margin-top: 24px;
25107
25109
  }
25108
25110
 
25109
- .v-color-picker-swatches__swatch {
25111
+ .v-color-picker-edit__input {
25112
+ width: 100%;
25110
25113
  display: flex;
25111
- flex-direction: column;
25112
- margin-bottom: 10px;
25114
+ flex-wrap: wrap;
25115
+ justify-content: center;
25116
+ text-align: center;
25113
25117
  }
25114
-
25115
- .v-color-picker-swatches__color {
25116
- position: relative;
25117
- height: 18px;
25118
- max-height: 18px;
25119
- width: 45px;
25120
- margin: 2px 4px;
25121
- border-radius: 2px;
25122
- -webkit-user-select: none;
25123
- user-select: none;
25124
- overflow: hidden;
25125
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25126
- cursor: pointer;
25118
+ .v-color-picker-edit__input:not(:last-child) {
25119
+ margin-inline-end: 8px;
25127
25120
  }
25128
- .v-color-picker-swatches__color > div {
25129
- display: flex;
25130
- align-items: center;
25131
- justify-content: center;
25121
+ .v-color-picker-edit__input input {
25122
+ border-radius: 4px;
25123
+ margin-bottom: 8px;
25124
+ min-width: 0;
25125
+ outline: none;
25126
+ text-align: center;
25132
25127
  width: 100%;
25133
- height: 100%;
25128
+ height: 32px;
25129
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25130
+ color: rgba(var(--v-theme-on-surface));
25131
+ }
25132
+ .v-color-picker-edit__input span {
25133
+ font-size: 0.75rem;
25134
25134
  }.v-slider-thumb {
25135
25135
  touch-action: none;
25136
25136
  color: rgb(var(--v-theme-surface-variant));