@vuetify/nightly 3.7.1-dev.2024-08-28 → 3.7.1-master.2024-08-28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.1-dev.2024-08-28
2
+ * Vuetify v3.7.1-master.2024-08-28
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18035,6 +18035,44 @@ html.overflow-y-hidden {
18035
18035
  padding-bottom: 16px;
18036
18036
  font-weight: 400;
18037
18037
  letter-spacing: 0.1666666667em;
18038
+ }.v-number-input input[type=number] {
18039
+ -moz-appearance: textfield;
18040
+ }
18041
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18042
+ -webkit-appearance: none;
18043
+ }
18044
+ .v-number-input .v-field {
18045
+ padding-inline-end: 0;
18046
+ padding-inline-start: 0;
18047
+ }
18048
+ .v-number-input--inset .v-divider {
18049
+ height: 55%;
18050
+ width: 55%;
18051
+ align-self: center;
18052
+ }
18053
+ .v-number-input--split .v-field__input {
18054
+ text-align: center;
18055
+ }
18056
+ .v-number-input--stacked .v-number-input__control {
18057
+ flex-direction: column-reverse;
18058
+ }
18059
+ .v-number-input--stacked .v-number-input__control .v-btn {
18060
+ flex: 1;
18061
+ }
18062
+ .v-number-input--hide-input .v-field {
18063
+ flex: none;
18064
+ }
18065
+ .v-number-input--hide-input .v-field__input {
18066
+ width: 0;
18067
+ padding-inline: 0;
18068
+ }
18069
+ .v-number-input__control {
18070
+ display: flex;
18071
+ height: 100%;
18072
+ }
18073
+ .v-number-input__control .v-btn {
18074
+ background-color: transparent;
18075
+ border-radius: 0;
18038
18076
  }.v-calendar-day {
18039
18077
  position: relative;
18040
18078
  display: flex;
@@ -18067,6 +18105,69 @@ html.overflow-y-hidden {
18067
18105
  }
18068
18106
  .v-calendar-weekly .v-calendar__container.days__0 {
18069
18107
  grid-template-columns: repeat(1, 1fr);
18108
+ }.v-calendar-month__day {
18109
+ position: relative;
18110
+ display: flex;
18111
+ flex-direction: column;
18112
+ min-width: 0;
18113
+ min-height: 150px;
18114
+ border-right: thin solid #e0e0e0;
18115
+ border-bottom: thin solid #e0e0e0;
18116
+ flex: 1 1 auto;
18117
+ border-inline-end: thin solid #e0e0e0;
18118
+ }
18119
+
18120
+ .v-calendar-weekly__day {
18121
+ flex: 1;
18122
+ width: 0;
18123
+ overflow: hidden;
18124
+ -webkit-user-select: none;
18125
+ user-select: none;
18126
+ position: relative;
18127
+ padding: 0px 0px 0px 0px;
18128
+ min-width: 0;
18129
+ min-height: 150px;
18130
+ border-right: thin solid #e0e0e0;
18131
+ border-bottom: thin solid #e0e0e0;
18132
+ flex: 1 1 auto;
18133
+ border-inline-end: thin solid #e0e0e0;
18134
+ text-align: center;
18135
+ }
18136
+ .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
18137
+ color: currentColor;
18138
+ }
18139
+
18140
+ .v-calendar-weekly__day-label {
18141
+ text-decoration: none;
18142
+ -webkit-user-select: none;
18143
+ user-select: none;
18144
+ cursor: pointer;
18145
+ box-shadow: none;
18146
+ text-align: center;
18147
+ }
18148
+ .v-calendar-weekly__day-label .v-btn {
18149
+ font-size: 12px;
18150
+ text-transform: none !important;
18151
+ }
18152
+ .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
18153
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
18154
+ color: rgb(var(--v-theme-on-surface-variant));
18155
+ }
18156
+
18157
+ .v-calendar-weekly__day-month {
18158
+ position: absolute;
18159
+ text-decoration: none;
18160
+ -webkit-user-select: none;
18161
+ user-select: none;
18162
+ box-shadow: none;
18163
+ top: 0;
18164
+ left: 36px;
18165
+ height: 32px;
18166
+ line-height: 32px;
18167
+ }
18168
+
18169
+ .v-calendar-weekly__day-alldayevents-container {
18170
+ min-height: 24px;
18070
18171
  }.v-calendar {
18071
18172
  background: rgb(var(--v-theme-background));
18072
18173
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -18307,6 +18408,44 @@ html.overflow-y-hidden {
18307
18408
  .v-calendar-header__title {
18308
18409
  font-size: 1.5rem;
18309
18410
  margin-inline-start: 24px;
18411
+ }.v-calendar-internal-event {
18412
+ overflow: hidden;
18413
+ padding: 4px;
18414
+ text-overflow: ellipsis;
18415
+ white-space: nowrap;
18416
+ }.v-time-picker.v-picker {
18417
+ padding: 24px;
18418
+ width: 328px;
18419
+ }
18420
+ .v-time-picker.v-picker .v-picker-title {
18421
+ padding: 0;
18422
+ margin-bottom: 20px;
18423
+ }.v-pull-to-refresh {
18424
+ overflow: hidden;
18425
+ position: relative;
18426
+ }
18427
+ .v-pull-to-refresh__pull-down {
18428
+ position: absolute;
18429
+ width: 100%;
18430
+ transition: top 0.3s ease-out;
18431
+ }
18432
+ .v-pull-to-refresh__pull-down--touching {
18433
+ transition: none;
18434
+ }
18435
+ .v-pull-to-refresh__pull-down-default {
18436
+ display: flex;
18437
+ width: 100%;
18438
+ height: 100%;
18439
+ justify-content: center;
18440
+ align-items: flex-end;
18441
+ padding-bottom: 10px;
18442
+ }
18443
+ .v-pull-to-refresh__scroll-container {
18444
+ position: relative;
18445
+ transition: top 0.3s ease-out;
18446
+ }
18447
+ .v-pull-to-refresh__scroll-container--touching {
18448
+ transition: none;
18310
18449
  }.v-calendar-day__row-with-label {
18311
18450
  display: grid;
18312
18451
  grid-template-columns: 48px 8px 1fr;
@@ -18349,138 +18488,109 @@ html.overflow-y-hidden {
18349
18488
  }
18350
18489
  .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18351
18490
  border-bottom: none;
18352
- }.v-calendar-internal-event {
18353
- overflow: hidden;
18354
- padding: 4px;
18355
- text-overflow: ellipsis;
18356
- white-space: nowrap;
18357
- }.v-calendar-month__day {
18358
- position: relative;
18491
+ }.v-time-picker-controls {
18359
18492
  display: flex;
18360
- flex-direction: column;
18361
- min-width: 0;
18362
- min-height: 150px;
18363
- border-right: thin solid #e0e0e0;
18364
- border-bottom: thin solid #e0e0e0;
18365
- flex: 1 1 auto;
18366
- border-inline-end: thin solid #e0e0e0;
18493
+ align-items: center;
18494
+ justify-content: center;
18495
+ font-size: 0.875rem;
18496
+ padding-top: 4px;
18497
+ padding-bottom: 4px;
18498
+ margin-bottom: 36px;
18367
18499
  }
18368
-
18369
- .v-calendar-weekly__day {
18370
- flex: 1;
18371
- width: 0;
18372
- overflow: hidden;
18373
- -webkit-user-select: none;
18374
- user-select: none;
18375
- position: relative;
18376
- padding: 0px 0px 0px 0px;
18377
- min-width: 0;
18378
- min-height: 150px;
18379
- border-right: thin solid #e0e0e0;
18380
- border-bottom: thin solid #e0e0e0;
18381
- flex: 1 1 auto;
18382
- border-inline-end: thin solid #e0e0e0;
18383
- text-align: center;
18500
+ .v-time-picker-controls__text {
18501
+ padding-bottom: 12px;
18384
18502
  }
18385
- .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
18386
- color: currentColor;
18503
+ .v-time-picker-controls__time {
18504
+ display: flex;
18505
+ white-space: nowrap;
18506
+ direction: ltr;
18507
+ justify-content: center;
18387
18508
  }
18388
-
18389
- .v-calendar-weekly__day-label {
18390
- text-decoration: none;
18391
- -webkit-user-select: none;
18392
- user-select: none;
18393
- cursor: pointer;
18394
- box-shadow: none;
18395
- text-align: center;
18509
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18510
+ width: 96px;
18511
+ height: 80px;
18512
+ font-size: 56px;
18396
18513
  }
18397
- .v-calendar-weekly__day-label .v-btn {
18398
- font-size: 12px;
18399
- text-transform: none !important;
18514
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18515
+ background: rgb(var(--v-theme-primary));
18400
18516
  }
18401
- .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
18402
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
18403
- color: rgb(var(--v-theme-on-surface-variant));
18517
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18518
+ width: 96px;
18519
+ height: 80px;
18404
18520
  }
18405
-
18406
- .v-calendar-weekly__day-month {
18407
- position: absolute;
18408
- text-decoration: none;
18409
- -webkit-user-select: none;
18410
- user-select: none;
18411
- box-shadow: none;
18412
- top: 0;
18413
- left: 36px;
18414
- height: 32px;
18415
- line-height: 32px;
18521
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18522
+ width: 64px;
18523
+ height: 80px;
18524
+ font-size: 40px;
18416
18525
  }
18417
-
18418
- .v-calendar-weekly__day-alldayevents-container {
18419
- min-height: 24px;
18420
- }.v-number-input input[type=number] {
18421
- -moz-appearance: textfield;
18526
+ .v-time-picker-controls__time__separator {
18527
+ font-size: 56px;
18528
+ height: 80px;
18529
+ width: 24px;
18530
+ text-align: center;
18422
18531
  }
18423
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18424
- -webkit-appearance: none;
18532
+ .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18533
+ height: 80px;
18534
+ font-size: 56px;
18425
18535
  }
18426
- .v-number-input .v-field {
18427
- padding-inline-end: 0;
18428
- padding-inline-start: 0;
18536
+
18537
+ .v-time-picker-controls__ampm {
18538
+ margin-left: 12px;
18539
+ align-self: flex-end;
18540
+ display: flex;
18541
+ flex-direction: column;
18542
+ font-size: 18px;
18543
+ text-transform: uppercase;
18429
18544
  }
18430
- .v-number-input--inset .v-divider {
18431
- height: 55%;
18432
- width: 55%;
18433
- align-self: center;
18545
+ .v-time-picker-controls__ampm--readonly {
18546
+ pointer-events: none;
18434
18547
  }
18435
- .v-number-input--split .v-field__input {
18436
- text-align: center;
18548
+ .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
18549
+ opacity: 0.6;
18437
18550
  }
18438
- .v-number-input--stacked .v-number-input__control {
18439
- flex-direction: column-reverse;
18551
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
18552
+ font-size: 18px;
18553
+ padding: 0 8px;
18554
+ min-width: 52px;
18555
+ height: 40px;
18440
18556
  }
18441
- .v-number-input--stacked .v-number-input__control .v-btn {
18442
- flex: 1;
18557
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
18558
+ border-radius: 4px 4px 0 0;
18559
+ border: 1px solid;
18443
18560
  }
18444
- .v-number-input--hide-input .v-field {
18445
- flex: none;
18561
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
18562
+ border-radius: 0 0 4px 4px;
18563
+ border: 1px solid;
18564
+ border-top: none;
18446
18565
  }
18447
- .v-number-input--hide-input .v-field__input {
18448
- width: 0;
18449
- padding-inline: 0;
18566
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
18567
+ background: rgb(var(--v-theme-primary));
18450
18568
  }
18451
- .v-number-input__control {
18452
- display: flex;
18569
+
18570
+ .v-picker__title--landscape .v-time-picker-controls {
18571
+ flex-direction: column;
18572
+ justify-content: center;
18453
18573
  height: 100%;
18454
18574
  }
18455
- .v-number-input__control .v-btn {
18456
- background-color: transparent;
18457
- border-radius: 0;
18458
- }.v-pull-to-refresh {
18459
- overflow: hidden;
18460
- position: relative;
18461
- }
18462
- .v-pull-to-refresh__pull-down {
18463
- position: absolute;
18464
- width: 100%;
18465
- transition: top 0.3s ease-out;
18575
+ .v-picker__title--landscape .v-time-picker-controls__time {
18576
+ text-align: right;
18466
18577
  }
18467
- .v-pull-to-refresh__pull-down--touching {
18468
- transition: none;
18578
+ .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
18579
+ .v-picker__title--landscape .v-time-picker-controls__time span {
18580
+ height: 55px;
18581
+ font-size: 55px;
18469
18582
  }
18470
- .v-pull-to-refresh__pull-down-default {
18471
- display: flex;
18472
- width: 100%;
18473
- height: 100%;
18474
- justify-content: center;
18475
- align-items: flex-end;
18476
- padding-bottom: 10px;
18583
+ .v-picker__title--landscape .v-time-picker-controls__ampm {
18584
+ margin: 16px 0 0;
18585
+ align-self: initial;
18586
+ text-align: center;
18477
18587
  }
18478
- .v-pull-to-refresh__scroll-container {
18479
- position: relative;
18480
- transition: top 0.3s ease-out;
18588
+
18589
+ .v-picker--time .v-picker__title--landscape {
18590
+ padding: 0;
18481
18591
  }
18482
- .v-pull-to-refresh__scroll-container--touching {
18483
- transition: none;
18592
+ .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18593
+ text-align: center;
18484
18594
  }.v-stepper-vertical-item {
18485
18595
  position: relative;
18486
18596
  transition-duration: 0.2s;
@@ -18549,116 +18659,6 @@ html.overflow-y-hidden {
18549
18659
  justify-content: flex-end;
18550
18660
  padding: 24px 0 0;
18551
18661
  flex-direction: row-reverse;
18552
- }.v-time-picker.v-picker {
18553
- padding: 24px;
18554
- width: 328px;
18555
- }
18556
- .v-time-picker.v-picker .v-picker-title {
18557
- padding: 0;
18558
- margin-bottom: 20px;
18559
- }.v-time-picker-controls {
18560
- display: flex;
18561
- align-items: center;
18562
- justify-content: center;
18563
- font-size: 0.875rem;
18564
- padding-top: 4px;
18565
- padding-bottom: 4px;
18566
- margin-bottom: 36px;
18567
- }
18568
- .v-time-picker-controls__text {
18569
- padding-bottom: 12px;
18570
- }
18571
- .v-time-picker-controls__time {
18572
- display: flex;
18573
- white-space: nowrap;
18574
- direction: ltr;
18575
- justify-content: center;
18576
- }
18577
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18578
- width: 96px;
18579
- height: 80px;
18580
- font-size: 56px;
18581
- }
18582
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18583
- background: rgb(var(--v-theme-primary));
18584
- }
18585
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18586
- width: 96px;
18587
- height: 80px;
18588
- }
18589
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18590
- width: 64px;
18591
- height: 80px;
18592
- font-size: 40px;
18593
- }
18594
- .v-time-picker-controls__time__separator {
18595
- font-size: 56px;
18596
- height: 80px;
18597
- width: 24px;
18598
- text-align: center;
18599
- }
18600
- .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18601
- height: 80px;
18602
- font-size: 56px;
18603
- }
18604
-
18605
- .v-time-picker-controls__ampm {
18606
- margin-left: 12px;
18607
- align-self: flex-end;
18608
- display: flex;
18609
- flex-direction: column;
18610
- font-size: 18px;
18611
- text-transform: uppercase;
18612
- }
18613
- .v-time-picker-controls__ampm--readonly {
18614
- pointer-events: none;
18615
- }
18616
- .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
18617
- opacity: 0.6;
18618
- }
18619
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
18620
- font-size: 18px;
18621
- padding: 0 8px;
18622
- min-width: 52px;
18623
- height: 40px;
18624
- }
18625
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
18626
- border-radius: 4px 4px 0 0;
18627
- border: 1px solid;
18628
- }
18629
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
18630
- border-radius: 0 0 4px 4px;
18631
- border: 1px solid;
18632
- border-top: none;
18633
- }
18634
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
18635
- background: rgb(var(--v-theme-primary));
18636
- }
18637
-
18638
- .v-picker__title--landscape .v-time-picker-controls {
18639
- flex-direction: column;
18640
- justify-content: center;
18641
- height: 100%;
18642
- }
18643
- .v-picker__title--landscape .v-time-picker-controls__time {
18644
- text-align: right;
18645
- }
18646
- .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
18647
- .v-picker__title--landscape .v-time-picker-controls__time span {
18648
- height: 55px;
18649
- font-size: 55px;
18650
- }
18651
- .v-picker__title--landscape .v-time-picker-controls__ampm {
18652
- margin: 16px 0 0;
18653
- align-self: initial;
18654
- text-align: center;
18655
- }
18656
-
18657
- .v-picker--time .v-picker__title--landscape {
18658
- padding: 0;
18659
- }
18660
- .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18661
- text-align: center;
18662
18662
  }.v-time-picker-clock {
18663
18663
  background: rgb(var(--v-theme-background));
18664
18664
  color: rgb(var(--v-theme-on-background));
@@ -18806,173 +18806,39 @@ html.overflow-y-hidden {
18806
18806
  }
18807
18807
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18808
18808
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
18809
- }.v-avatar {
18810
- flex: none;
18811
- align-items: center;
18812
- display: inline-flex;
18813
- justify-content: center;
18814
- line-height: normal;
18815
- overflow: hidden;
18809
+ }.v-alert {
18810
+ display: grid;
18811
+ flex: 1 1;
18812
+ grid-template-areas: "prepend content append close" ". content . .";
18813
+ grid-template-columns: max-content auto max-content max-content;
18816
18814
  position: relative;
18817
- text-align: center;
18818
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18819
- transition-property: width, height;
18820
- vertical-align: middle;
18821
- }
18822
- .v-avatar.v-avatar--size-x-small {
18823
- --v-avatar-height: 24px;
18824
- }
18825
- .v-avatar.v-avatar--size-small {
18826
- --v-avatar-height: 32px;
18827
- }
18828
- .v-avatar.v-avatar--size-default {
18829
- --v-avatar-height: 40px;
18830
- }
18831
- .v-avatar.v-avatar--size-large {
18832
- --v-avatar-height: 48px;
18833
- }
18834
- .v-avatar.v-avatar--size-x-large {
18835
- --v-avatar-height: 56px;
18836
- }
18837
- .v-avatar.v-avatar--density-default {
18838
- height: calc(var(--v-avatar-height) + 0px);
18839
- width: calc(var(--v-avatar-height) + 0px);
18840
- }
18841
- .v-avatar.v-avatar--density-comfortable {
18842
- height: calc(var(--v-avatar-height) + -4px);
18843
- width: calc(var(--v-avatar-height) + -4px);
18815
+ padding: 16px;
18816
+ overflow: hidden;
18817
+ --v-border-color: currentColor;
18844
18818
  }
18845
- .v-avatar.v-avatar--density-compact {
18846
- height: calc(var(--v-avatar-height) + -8px);
18847
- width: calc(var(--v-avatar-height) + -8px);
18819
+ .v-alert--absolute {
18820
+ position: absolute;
18848
18821
  }
18849
- .v-avatar {
18850
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18851
- border-style: solid;
18852
- border-width: 0;
18822
+ .v-alert--fixed {
18823
+ position: fixed;
18853
18824
  }
18854
- .v-avatar--border {
18855
- border-width: thin;
18856
- box-shadow: none;
18825
+ .v-alert--sticky {
18826
+ position: sticky;
18857
18827
  }
18858
- .v-avatar {
18859
- border-radius: 50%;
18828
+ .v-alert {
18829
+ border-radius: 4px;
18860
18830
  }
18861
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18831
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18862
18832
  background: transparent;
18863
18833
  color: inherit;
18864
18834
  }
18865
- .v-avatar--variant-plain {
18835
+ .v-alert--variant-plain {
18866
18836
  opacity: 0.62;
18867
18837
  }
18868
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18838
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18869
18839
  opacity: 1;
18870
18840
  }
18871
- .v-avatar--variant-plain .v-avatar__overlay {
18872
- display: none;
18873
- }
18874
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18875
- background: var(--v-theme-surface);
18876
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18877
- }
18878
- .v-avatar--variant-elevated {
18879
- 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));
18880
- }
18881
- .v-avatar--variant-flat {
18882
- 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));
18883
- }
18884
- .v-avatar--variant-outlined {
18885
- border: thin solid currentColor;
18886
- }
18887
- .v-avatar--variant-text .v-avatar__overlay {
18888
- background: currentColor;
18889
- }
18890
- .v-avatar--variant-tonal .v-avatar__underlay {
18891
- background: currentColor;
18892
- opacity: var(--v-activated-opacity);
18893
- border-radius: inherit;
18894
- top: 0;
18895
- right: 0;
18896
- bottom: 0;
18897
- left: 0;
18898
- pointer-events: none;
18899
- }
18900
- .v-avatar .v-avatar__underlay {
18901
- position: absolute;
18902
- }
18903
- .v-avatar--rounded {
18904
- border-radius: 4px;
18905
- }
18906
- .v-avatar--start {
18907
- margin-inline-end: 8px;
18908
- }
18909
- .v-avatar--end {
18910
- margin-inline-start: 8px;
18911
- }
18912
- .v-avatar .v-img {
18913
- height: 100%;
18914
- width: 100%;
18915
- }.v-app-bar {
18916
- display: flex;
18917
- }
18918
- .v-app-bar.v-toolbar {
18919
- background: rgb(var(--v-theme-surface));
18920
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18921
- }
18922
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18923
- 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));
18924
- }
18925
- .v-app-bar:not(.v-toolbar--absolute) {
18926
- padding-inline-end: var(--v-scrollbar-offset);
18927
- }.v-application {
18928
- display: flex;
18929
- background: rgb(var(--v-theme-background));
18930
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18931
- }
18932
-
18933
- .v-application__wrap {
18934
- -webkit-backface-visibility: hidden;
18935
- backface-visibility: hidden;
18936
- display: flex;
18937
- flex-direction: column;
18938
- flex: 1 1 auto;
18939
- max-width: 100%;
18940
- min-height: 100vh;
18941
- min-height: 100dvh;
18942
- position: relative;
18943
- }.v-alert {
18944
- display: grid;
18945
- flex: 1 1;
18946
- grid-template-areas: "prepend content append close" ". content . .";
18947
- grid-template-columns: max-content auto max-content max-content;
18948
- position: relative;
18949
- padding: 16px;
18950
- overflow: hidden;
18951
- --v-border-color: currentColor;
18952
- }
18953
- .v-alert--absolute {
18954
- position: absolute;
18955
- }
18956
- .v-alert--fixed {
18957
- position: fixed;
18958
- }
18959
- .v-alert--sticky {
18960
- position: sticky;
18961
- }
18962
- .v-alert {
18963
- border-radius: 4px;
18964
- }
18965
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18966
- background: transparent;
18967
- color: inherit;
18968
- }
18969
- .v-alert--variant-plain {
18970
- opacity: 0.62;
18971
- }
18972
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18973
- opacity: 1;
18974
- }
18975
- .v-alert--variant-plain .v-alert__overlay {
18841
+ .v-alert--variant-plain .v-alert__overlay {
18976
18842
  display: none;
18977
18843
  }
18978
18844
  .v-alert--variant-elevated, .v-alert--variant-flat {
@@ -19156,109 +19022,158 @@ html.overflow-y-hidden {
19156
19022
  text-transform: none;
19157
19023
  word-break: normal;
19158
19024
  word-wrap: break-word;
19159
- }.v-autocomplete .v-field .v-text-field__prefix,
19160
- .v-autocomplete .v-field .v-text-field__suffix,
19161
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
19162
- cursor: text;
19163
- }
19164
- .v-autocomplete .v-field .v-field__input > input {
19165
- flex: 1 1;
19025
+ }.v-application {
19026
+ display: flex;
19027
+ background: rgb(var(--v-theme-background));
19028
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
19166
19029
  }
19167
- .v-autocomplete .v-field input {
19168
- min-width: 64px;
19030
+
19031
+ .v-application__wrap {
19032
+ -webkit-backface-visibility: hidden;
19033
+ backface-visibility: hidden;
19034
+ display: flex;
19035
+ flex-direction: column;
19036
+ flex: 1 1 auto;
19037
+ max-width: 100%;
19038
+ min-height: 100vh;
19039
+ min-height: 100dvh;
19040
+ position: relative;
19041
+ }.v-app-bar {
19042
+ display: flex;
19169
19043
  }
19170
- .v-autocomplete .v-field:not(.v-field--focused) input {
19171
- min-width: 0;
19044
+ .v-app-bar.v-toolbar {
19045
+ background: rgb(var(--v-theme-surface));
19046
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19172
19047
  }
19173
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
19174
- margin-inline-end: 2px;
19048
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
19049
+ 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));
19175
19050
  }
19176
- .v-autocomplete .v-autocomplete__selection-text {
19051
+ .v-app-bar:not(.v-toolbar--absolute) {
19052
+ padding-inline-end: var(--v-scrollbar-offset);
19053
+ }.v-avatar {
19054
+ flex: none;
19055
+ align-items: center;
19056
+ display: inline-flex;
19057
+ justify-content: center;
19058
+ line-height: normal;
19177
19059
  overflow: hidden;
19178
- text-overflow: ellipsis;
19179
- white-space: nowrap;
19060
+ position: relative;
19061
+ text-align: center;
19062
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19063
+ transition-property: width, height;
19064
+ vertical-align: middle;
19180
19065
  }
19181
-
19182
- .v-autocomplete__content {
19183
- overflow: hidden;
19066
+ .v-avatar.v-avatar--size-x-small {
19067
+ --v-avatar-height: 24px;
19184
19068
  }
19185
- .v-autocomplete__content {
19186
- 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));
19069
+ .v-avatar.v-avatar--size-small {
19070
+ --v-avatar-height: 32px;
19187
19071
  }
19188
- .v-autocomplete__content {
19189
- border-radius: 4px;
19072
+ .v-avatar.v-avatar--size-default {
19073
+ --v-avatar-height: 40px;
19190
19074
  }
19191
- .v-autocomplete__mask {
19192
- background: rgb(var(--v-theme-surface-light));
19075
+ .v-avatar.v-avatar--size-large {
19076
+ --v-avatar-height: 48px;
19193
19077
  }
19194
- .v-autocomplete__selection {
19195
- display: inline-flex;
19196
- align-items: center;
19197
- height: 1.5rem;
19198
- letter-spacing: inherit;
19199
- line-height: inherit;
19200
- max-width: calc(100% - 2px - 2px);
19078
+ .v-avatar.v-avatar--size-x-large {
19079
+ --v-avatar-height: 56px;
19201
19080
  }
19202
- .v-autocomplete__selection:first-child {
19203
- margin-inline-start: 0;
19081
+ .v-avatar.v-avatar--density-default {
19082
+ height: calc(var(--v-avatar-height) + 0px);
19083
+ width: calc(var(--v-avatar-height) + 0px);
19204
19084
  }
19205
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19206
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19207
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19208
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19209
- top: 0px;
19085
+ .v-avatar.v-avatar--density-comfortable {
19086
+ height: calc(var(--v-avatar-height) + -4px);
19087
+ width: calc(var(--v-avatar-height) + -4px);
19210
19088
  }
19211
- .v-autocomplete--selecting-index .v-autocomplete__selection {
19212
- opacity: var(--v-medium-emphasis-opacity);
19089
+ .v-avatar.v-avatar--density-compact {
19090
+ height: calc(var(--v-avatar-height) + -8px);
19091
+ width: calc(var(--v-avatar-height) + -8px);
19213
19092
  }
19214
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
19215
- opacity: 1;
19093
+ .v-avatar {
19094
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19095
+ border-style: solid;
19096
+ border-width: 0;
19216
19097
  }
19217
- .v-autocomplete--selecting-index .v-field__input > input {
19218
- caret-color: transparent;
19098
+ .v-avatar--border {
19099
+ border-width: thin;
19100
+ box-shadow: none;
19219
19101
  }
19220
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
19221
- flex: 1 1;
19222
- position: absolute;
19223
- left: 0;
19224
- right: 0;
19225
- width: 100%;
19226
- padding-inline: inherit;
19102
+ .v-avatar {
19103
+ border-radius: 50%;
19227
19104
  }
19228
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
19229
- transition: none;
19105
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
19106
+ background: transparent;
19107
+ color: inherit;
19230
19108
  }
19231
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
19232
- opacity: 0;
19109
+ .v-avatar--variant-plain {
19110
+ opacity: 0.62;
19233
19111
  }
19234
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
19235
- opacity: 0;
19112
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
19113
+ opacity: 1;
19236
19114
  }
19237
- .v-autocomplete__menu-icon {
19238
- margin-inline-start: 4px;
19239
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19115
+ .v-avatar--variant-plain .v-avatar__overlay {
19116
+ display: none;
19240
19117
  }
19241
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
19242
- opacity: var(--v-high-emphasis-opacity);
19243
- transform: rotate(180deg);
19244
- }.v-badge {
19245
- display: inline-block;
19246
- line-height: 1;
19118
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
19119
+ background: var(--v-theme-surface);
19120
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19247
19121
  }
19248
-
19249
- .v-badge__badge {
19250
- align-items: center;
19251
- display: inline-flex;
19252
- border-radius: 10px;
19253
- font-size: 0.75rem;
19254
- font-weight: 500;
19255
- height: 1.25rem;
19256
- justify-content: center;
19257
- min-width: 20px;
19258
- padding: 4px 6px;
19259
- pointer-events: auto;
19260
- position: absolute;
19261
- text-align: center;
19122
+ .v-avatar--variant-elevated {
19123
+ 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));
19124
+ }
19125
+ .v-avatar--variant-flat {
19126
+ 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));
19127
+ }
19128
+ .v-avatar--variant-outlined {
19129
+ border: thin solid currentColor;
19130
+ }
19131
+ .v-avatar--variant-text .v-avatar__overlay {
19132
+ background: currentColor;
19133
+ }
19134
+ .v-avatar--variant-tonal .v-avatar__underlay {
19135
+ background: currentColor;
19136
+ opacity: var(--v-activated-opacity);
19137
+ border-radius: inherit;
19138
+ top: 0;
19139
+ right: 0;
19140
+ bottom: 0;
19141
+ left: 0;
19142
+ pointer-events: none;
19143
+ }
19144
+ .v-avatar .v-avatar__underlay {
19145
+ position: absolute;
19146
+ }
19147
+ .v-avatar--rounded {
19148
+ border-radius: 4px;
19149
+ }
19150
+ .v-avatar--start {
19151
+ margin-inline-end: 8px;
19152
+ }
19153
+ .v-avatar--end {
19154
+ margin-inline-start: 8px;
19155
+ }
19156
+ .v-avatar .v-img {
19157
+ height: 100%;
19158
+ width: 100%;
19159
+ }.v-badge {
19160
+ display: inline-block;
19161
+ line-height: 1;
19162
+ }
19163
+
19164
+ .v-badge__badge {
19165
+ align-items: center;
19166
+ display: inline-flex;
19167
+ border-radius: 10px;
19168
+ font-size: 0.75rem;
19169
+ font-weight: 500;
19170
+ height: 1.25rem;
19171
+ justify-content: center;
19172
+ min-width: 20px;
19173
+ padding: 4px 6px;
19174
+ pointer-events: auto;
19175
+ position: absolute;
19176
+ text-align: center;
19262
19177
  text-indent: 0;
19263
19178
  transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19264
19179
  white-space: nowrap;
@@ -19314,6 +19229,91 @@ html.overflow-y-hidden {
19314
19229
  display: inline-flex;
19315
19230
  justify-content: center;
19316
19231
  margin: 0 4px;
19232
+ }.v-autocomplete .v-field .v-text-field__prefix,
19233
+ .v-autocomplete .v-field .v-text-field__suffix,
19234
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
19235
+ cursor: text;
19236
+ }
19237
+ .v-autocomplete .v-field .v-field__input > input {
19238
+ flex: 1 1;
19239
+ }
19240
+ .v-autocomplete .v-field input {
19241
+ min-width: 64px;
19242
+ }
19243
+ .v-autocomplete .v-field:not(.v-field--focused) input {
19244
+ min-width: 0;
19245
+ }
19246
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
19247
+ margin-inline-end: 2px;
19248
+ }
19249
+ .v-autocomplete .v-autocomplete__selection-text {
19250
+ overflow: hidden;
19251
+ text-overflow: ellipsis;
19252
+ white-space: nowrap;
19253
+ }
19254
+
19255
+ .v-autocomplete__content {
19256
+ overflow: hidden;
19257
+ }
19258
+ .v-autocomplete__content {
19259
+ 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));
19260
+ }
19261
+ .v-autocomplete__content {
19262
+ border-radius: 4px;
19263
+ }
19264
+ .v-autocomplete__mask {
19265
+ background: rgb(var(--v-theme-surface-light));
19266
+ }
19267
+ .v-autocomplete__selection {
19268
+ display: inline-flex;
19269
+ align-items: center;
19270
+ height: 1.5rem;
19271
+ letter-spacing: inherit;
19272
+ line-height: inherit;
19273
+ max-width: calc(100% - 2px - 2px);
19274
+ }
19275
+ .v-autocomplete__selection:first-child {
19276
+ margin-inline-start: 0;
19277
+ }
19278
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19279
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19280
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19281
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19282
+ top: 0px;
19283
+ }
19284
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
19285
+ opacity: var(--v-medium-emphasis-opacity);
19286
+ }
19287
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
19288
+ opacity: 1;
19289
+ }
19290
+ .v-autocomplete--selecting-index .v-field__input > input {
19291
+ caret-color: transparent;
19292
+ }
19293
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
19294
+ flex: 1 1;
19295
+ position: absolute;
19296
+ left: 0;
19297
+ right: 0;
19298
+ width: 100%;
19299
+ padding-inline: inherit;
19300
+ }
19301
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
19302
+ transition: none;
19303
+ }
19304
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
19305
+ opacity: 0;
19306
+ }
19307
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
19308
+ opacity: 0;
19309
+ }
19310
+ .v-autocomplete__menu-icon {
19311
+ margin-inline-start: 4px;
19312
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19313
+ }
19314
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
19315
+ opacity: var(--v-high-emphasis-opacity);
19316
+ transform: rotate(180deg);
19317
19317
  }.v-banner {
19318
19318
  display: grid;
19319
19319
  flex: 1 1;
@@ -19571,83 +19571,6 @@ html.overflow-y-hidden {
19571
19571
  .v-bottom-sheet.v-bottom-sheet--inset {
19572
19572
  max-width: 70%;
19573
19573
  }
19574
- }.v-btn-group {
19575
- display: inline-flex;
19576
- flex-wrap: nowrap;
19577
- max-width: 100%;
19578
- min-width: 0;
19579
- overflow: hidden;
19580
- vertical-align: middle;
19581
- }
19582
- .v-btn-group {
19583
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19584
- border-style: solid;
19585
- border-width: 0;
19586
- }
19587
- .v-btn-group--border {
19588
- border-width: thin;
19589
- box-shadow: none;
19590
- }
19591
- .v-btn-group {
19592
- 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));
19593
- }
19594
- .v-btn-group {
19595
- border-radius: 4px;
19596
- }
19597
- .v-btn-group {
19598
- background: transparent;
19599
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19600
- }
19601
- .v-btn-group--density-default.v-btn-group {
19602
- height: 48px;
19603
- }
19604
-
19605
- .v-btn-group--density-comfortable.v-btn-group {
19606
- height: 40px;
19607
- }
19608
-
19609
- .v-btn-group--density-compact.v-btn-group {
19610
- height: 36px;
19611
- }
19612
-
19613
- .v-btn-group .v-btn {
19614
- border-radius: 0;
19615
- border-color: inherit;
19616
- }
19617
- .v-btn-group .v-btn:not(:last-child) {
19618
- border-inline-end: none;
19619
- }
19620
- .v-btn-group .v-btn:not(:first-child) {
19621
- border-inline-start: none;
19622
- }
19623
- .v-btn-group .v-btn:first-child {
19624
- border-start-start-radius: inherit;
19625
- border-end-start-radius: inherit;
19626
- }
19627
- .v-btn-group .v-btn:last-child {
19628
- border-start-end-radius: inherit;
19629
- border-end-end-radius: inherit;
19630
- }
19631
- .v-btn-group--divided .v-btn:not(:last-child) {
19632
- border-inline-end-width: thin;
19633
- border-inline-end-style: solid;
19634
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19635
- }
19636
- .v-btn-group--tile {
19637
- border-radius: 0;
19638
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19639
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19640
- }
19641
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19642
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19643
- }
19644
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19645
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19646
- }
19647
- @supports not selector(:focus-visible) {
19648
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19649
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19650
- }
19651
19574
  }.v-btn {
19652
19575
  align-items: center;
19653
19576
  border-radius: 4px;
@@ -20135,11 +20058,6 @@ html.overflow-y-hidden {
20135
20058
  }
20136
20059
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
20137
20060
  transform: translateY(0.5rem);
20138
- }.v-checkbox.v-input {
20139
- flex: 0 1 auto;
20140
- }
20141
- .v-checkbox .v-selection-control {
20142
- min-height: var(--v-input-control-height);
20143
20061
  }.v-card {
20144
20062
  display: block;
20145
20063
  overflow: hidden;
@@ -20448,89 +20366,88 @@ html.overflow-y-hidden {
20448
20366
  pointer-events: none;
20449
20367
  opacity: 0;
20450
20368
  transition: opacity 0.2s ease-in-out;
20451
- }.v-chip-group {
20452
- display: flex;
20369
+ }.v-checkbox.v-input {
20370
+ flex: 0 1 auto;
20371
+ }
20372
+ .v-checkbox .v-selection-control {
20373
+ min-height: var(--v-input-control-height);
20374
+ }.v-btn-group {
20375
+ display: inline-flex;
20376
+ flex-wrap: nowrap;
20453
20377
  max-width: 100%;
20454
20378
  min-width: 0;
20455
- overflow-x: auto;
20456
- padding: 4px 0;
20379
+ overflow: hidden;
20380
+ vertical-align: middle;
20457
20381
  }
20458
- .v-chip-group .v-chip {
20459
- margin: 4px 8px 4px 0;
20382
+ .v-btn-group {
20383
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20384
+ border-style: solid;
20385
+ border-width: 0;
20460
20386
  }
20461
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20462
- opacity: var(--v-activated-opacity);
20387
+ .v-btn-group--border {
20388
+ border-width: thin;
20389
+ box-shadow: none;
20463
20390
  }
20464
-
20465
- .v-chip-group--column .v-slide-group__content {
20466
- white-space: normal;
20467
- flex-wrap: wrap;
20468
- max-width: 100%;
20469
- }.v-carousel {
20470
- overflow: hidden;
20471
- position: relative;
20472
- width: 100%;
20391
+ .v-btn-group {
20392
+ 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));
20473
20393
  }
20474
- .v-carousel__controls {
20475
- align-items: center;
20476
- bottom: 0;
20477
- display: flex;
20478
- height: 50px;
20479
- justify-content: center;
20480
- list-style-type: none;
20481
- position: absolute;
20482
- width: 100%;
20483
- z-index: 1;
20394
+ .v-btn-group {
20395
+ border-radius: 4px;
20484
20396
  }
20485
- .v-carousel__controls {
20486
- background: rgba(var(--v-theme-surface-variant), 0.3);
20487
- color: rgb(var(--v-theme-on-surface-variant));
20397
+ .v-btn-group {
20398
+ background: transparent;
20399
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20488
20400
  }
20489
- .v-carousel__controls > .v-item-group {
20490
- flex: 0 1 auto;
20401
+ .v-btn-group--density-default.v-btn-group {
20402
+ height: 48px;
20491
20403
  }
20492
- .v-carousel__controls__item {
20493
- margin: 0 8px;
20404
+
20405
+ .v-btn-group--density-comfortable.v-btn-group {
20406
+ height: 40px;
20494
20407
  }
20495
- .v-carousel__controls__item .v-icon {
20496
- opacity: 0.5;
20408
+
20409
+ .v-btn-group--density-compact.v-btn-group {
20410
+ height: 36px;
20497
20411
  }
20498
- .v-carousel__controls__item--active .v-icon {
20499
- opacity: 1;
20500
- vertical-align: middle;
20412
+
20413
+ .v-btn-group .v-btn {
20414
+ border-radius: 0;
20415
+ border-color: inherit;
20501
20416
  }
20502
- .v-carousel__controls__item:hover {
20503
- background: none;
20417
+ .v-btn-group .v-btn:not(:last-child) {
20418
+ border-inline-end: none;
20504
20419
  }
20505
- .v-carousel__controls__item:hover .v-icon {
20506
- opacity: 0.8;
20420
+ .v-btn-group .v-btn:not(:first-child) {
20421
+ border-inline-start: none;
20507
20422
  }
20508
-
20509
- .v-carousel__progress {
20510
- margin: 0;
20511
- position: absolute;
20512
- bottom: 0;
20513
- left: 0;
20514
- right: 0;
20423
+ .v-btn-group .v-btn:first-child {
20424
+ border-start-start-radius: inherit;
20425
+ border-end-start-radius: inherit;
20515
20426
  }
20516
-
20517
- .v-carousel-item {
20518
- display: block;
20519
- height: inherit;
20520
- text-decoration: none;
20427
+ .v-btn-group .v-btn:last-child {
20428
+ border-start-end-radius: inherit;
20429
+ border-end-end-radius: inherit;
20521
20430
  }
20522
- .v-carousel-item > .v-img {
20523
- height: inherit;
20431
+ .v-btn-group--divided .v-btn:not(:last-child) {
20432
+ border-inline-end-width: thin;
20433
+ border-inline-end-style: solid;
20434
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
20524
20435
  }
20525
-
20526
- .v-carousel--hide-delimiter-background .v-carousel__controls {
20527
- background: transparent;
20436
+ .v-btn-group--tile {
20437
+ border-radius: 0;
20438
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20439
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20528
20440
  }
20529
-
20530
- .v-carousel--vertical-delimiters .v-carousel__controls {
20531
- flex-direction: column;
20532
- height: 100% !important;
20533
- width: 50px;
20441
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20442
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20443
+ }
20444
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20445
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20446
+ }
20447
+ @supports not selector(:focus-visible) {
20448
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20449
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20450
+ }
20534
20451
  }.v-chip {
20535
20452
  align-items: center;
20536
20453
  display: inline-flex;
@@ -20949,6 +20866,71 @@ html.overflow-y-hidden {
20949
20866
 
20950
20867
  .v-chip--label {
20951
20868
  border-radius: 4px;
20869
+ }.v-carousel {
20870
+ overflow: hidden;
20871
+ position: relative;
20872
+ width: 100%;
20873
+ }
20874
+ .v-carousel__controls {
20875
+ align-items: center;
20876
+ bottom: 0;
20877
+ display: flex;
20878
+ height: 50px;
20879
+ justify-content: center;
20880
+ list-style-type: none;
20881
+ position: absolute;
20882
+ width: 100%;
20883
+ z-index: 1;
20884
+ }
20885
+ .v-carousel__controls {
20886
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20887
+ color: rgb(var(--v-theme-on-surface-variant));
20888
+ }
20889
+ .v-carousel__controls > .v-item-group {
20890
+ flex: 0 1 auto;
20891
+ }
20892
+ .v-carousel__controls__item {
20893
+ margin: 0 8px;
20894
+ }
20895
+ .v-carousel__controls__item .v-icon {
20896
+ opacity: 0.5;
20897
+ }
20898
+ .v-carousel__controls__item--active .v-icon {
20899
+ opacity: 1;
20900
+ vertical-align: middle;
20901
+ }
20902
+ .v-carousel__controls__item:hover {
20903
+ background: none;
20904
+ }
20905
+ .v-carousel__controls__item:hover .v-icon {
20906
+ opacity: 0.8;
20907
+ }
20908
+
20909
+ .v-carousel__progress {
20910
+ margin: 0;
20911
+ position: absolute;
20912
+ bottom: 0;
20913
+ left: 0;
20914
+ right: 0;
20915
+ }
20916
+
20917
+ .v-carousel-item {
20918
+ display: block;
20919
+ height: inherit;
20920
+ text-decoration: none;
20921
+ }
20922
+ .v-carousel-item > .v-img {
20923
+ height: inherit;
20924
+ }
20925
+
20926
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20927
+ background: transparent;
20928
+ }
20929
+
20930
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20931
+ flex-direction: column;
20932
+ height: 100% !important;
20933
+ width: 50px;
20952
20934
  }.v-color-picker {
20953
20935
  align-self: flex-start;
20954
20936
  contain: content;
@@ -21643,6 +21625,29 @@ html.overflow-y-hidden {
21643
21625
  .offset-xxl-11 {
21644
21626
  margin-inline-start: 91.6666666667%;
21645
21627
  }
21628
+ }.v-chip-group {
21629
+ display: flex;
21630
+ max-width: 100%;
21631
+ min-width: 0;
21632
+ overflow-x: auto;
21633
+ padding: 4px 0;
21634
+ }
21635
+ .v-chip-group .v-chip {
21636
+ margin: 4px 8px 4px 0;
21637
+ }
21638
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
21639
+ opacity: var(--v-activated-opacity);
21640
+ }
21641
+
21642
+ .v-chip-group--column .v-slide-group__content {
21643
+ white-space: normal;
21644
+ flex-wrap: wrap;
21645
+ max-width: 100%;
21646
+ }.v-counter {
21647
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21648
+ flex: 0 1 auto;
21649
+ font-size: 12px;
21650
+ transition-duration: 150ms;
21646
21651
  }.v-combobox .v-field .v-text-field__prefix,
21647
21652
  .v-combobox .v-field .v-text-field__suffix,
21648
21653
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -21946,11 +21951,6 @@ html.overflow-y-hidden {
21946
21951
  }
21947
21952
  .v-data-table-footer__page {
21948
21953
  padding: 0 8px;
21949
- }.v-counter {
21950
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21951
- flex: 0 1 auto;
21952
- font-size: 12px;
21953
- transition-duration: 150ms;
21954
21954
  }.v-date-picker {
21955
21955
  overflow: hidden;
21956
21956
  width: 328px;
@@ -22259,6 +22259,73 @@ html.overflow-y-hidden {
22259
22259
  -webkit-backface-visibility: hidden;
22260
22260
  backface-visibility: hidden;
22261
22261
  overflow-y: auto;
22262
+ }.v-empty-state {
22263
+ align-items: center;
22264
+ display: flex;
22265
+ flex-direction: column;
22266
+ justify-content: center;
22267
+ min-height: 100%;
22268
+ padding: 16px;
22269
+ }
22270
+ .v-empty-state--start {
22271
+ align-items: flex-start;
22272
+ }
22273
+ .v-empty-state--center {
22274
+ align-items: center;
22275
+ }
22276
+ .v-empty-state--end {
22277
+ align-items: flex-end;
22278
+ }
22279
+
22280
+ .v-empty-state__media {
22281
+ text-align: center;
22282
+ width: 100%;
22283
+ }
22284
+ .v-empty-state__media .v-icon {
22285
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22286
+ }
22287
+
22288
+ .v-empty-state__headline {
22289
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22290
+ font-size: 3.75rem;
22291
+ font-weight: 300;
22292
+ line-height: 1;
22293
+ text-align: center;
22294
+ margin-bottom: 8px;
22295
+ }
22296
+ .v-empty-state--mobile .v-empty-state__headline {
22297
+ font-size: 2.125rem;
22298
+ }
22299
+
22300
+ .v-empty-state__title {
22301
+ font-size: 1.25rem;
22302
+ font-weight: 500;
22303
+ line-height: 1.6;
22304
+ margin-bottom: 4px;
22305
+ text-align: center;
22306
+ }
22307
+
22308
+ .v-empty-state__text {
22309
+ font-size: 0.875rem;
22310
+ font-weight: 400;
22311
+ line-height: 1.425;
22312
+ padding: 0 16px;
22313
+ text-align: center;
22314
+ }
22315
+
22316
+ .v-empty-state__content {
22317
+ padding: 24px 0;
22318
+ }
22319
+
22320
+ .v-empty-state__actions {
22321
+ display: flex;
22322
+ gap: 8px;
22323
+ padding: 16px;
22324
+ }
22325
+
22326
+ .v-empty-state__action-btn.v-btn {
22327
+ background-color: initial;
22328
+ color: initial;
22262
22329
  }.v-divider {
22263
22330
  display: block;
22264
22331
  flex: 1 1 100%;
@@ -22311,142 +22378,6 @@ html.overflow-y-hidden {
22311
22378
  }
22312
22379
  .v-divider__wrapper--vertical .v-divider {
22313
22380
  margin: 0 auto;
22314
- }.v-fab {
22315
- align-items: center;
22316
- display: inline-flex;
22317
- flex: 1 1 auto;
22318
- pointer-events: none;
22319
- position: relative;
22320
- transition-duration: 0.2s;
22321
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22322
- vertical-align: middle;
22323
- }
22324
- .v-fab .v-btn {
22325
- pointer-events: auto;
22326
- }
22327
- .v-fab .v-btn--variant-elevated {
22328
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22329
- }
22330
- .v-fab--app, .v-fab--absolute {
22331
- display: flex;
22332
- }
22333
- .v-fab--start, .v-fab--left {
22334
- justify-content: flex-start;
22335
- }
22336
- .v-fab--center {
22337
- align-items: center;
22338
- justify-content: center;
22339
- }
22340
- .v-fab--end, .v-fab--right {
22341
- justify-content: flex-end;
22342
- }
22343
- .v-fab--bottom {
22344
- align-items: flex-end;
22345
- }
22346
- .v-fab--top {
22347
- align-items: flex-start;
22348
- }
22349
- .v-fab--extended .v-btn {
22350
- border-radius: 9999px !important;
22351
- }
22352
-
22353
- .v-fab__container {
22354
- align-self: center;
22355
- display: inline-flex;
22356
- position: absolute;
22357
- vertical-align: middle;
22358
- }
22359
- .v-fab--app .v-fab__container {
22360
- margin: 12px;
22361
- }
22362
- .v-fab--absolute .v-fab__container {
22363
- position: absolute;
22364
- z-index: 4;
22365
- }
22366
- .v-fab--offset.v-fab--top .v-fab__container {
22367
- transform: translateY(-50%);
22368
- }
22369
- .v-fab--offset.v-fab--bottom .v-fab__container {
22370
- transform: translateY(50%);
22371
- }
22372
- .v-fab--top .v-fab__container {
22373
- top: 0;
22374
- }
22375
- .v-fab--bottom .v-fab__container {
22376
- bottom: 0;
22377
- }
22378
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22379
- left: 0;
22380
- }
22381
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22382
- right: 0;
22383
- }.v-empty-state {
22384
- align-items: center;
22385
- display: flex;
22386
- flex-direction: column;
22387
- justify-content: center;
22388
- min-height: 100%;
22389
- padding: 16px;
22390
- }
22391
- .v-empty-state--start {
22392
- align-items: flex-start;
22393
- }
22394
- .v-empty-state--center {
22395
- align-items: center;
22396
- }
22397
- .v-empty-state--end {
22398
- align-items: flex-end;
22399
- }
22400
-
22401
- .v-empty-state__media {
22402
- text-align: center;
22403
- width: 100%;
22404
- }
22405
- .v-empty-state__media .v-icon {
22406
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22407
- }
22408
-
22409
- .v-empty-state__headline {
22410
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22411
- font-size: 3.75rem;
22412
- font-weight: 300;
22413
- line-height: 1;
22414
- text-align: center;
22415
- margin-bottom: 8px;
22416
- }
22417
- .v-empty-state--mobile .v-empty-state__headline {
22418
- font-size: 2.125rem;
22419
- }
22420
-
22421
- .v-empty-state__title {
22422
- font-size: 1.25rem;
22423
- font-weight: 500;
22424
- line-height: 1.6;
22425
- margin-bottom: 4px;
22426
- text-align: center;
22427
- }
22428
-
22429
- .v-empty-state__text {
22430
- font-size: 0.875rem;
22431
- font-weight: 400;
22432
- line-height: 1.425;
22433
- padding: 0 16px;
22434
- text-align: center;
22435
- }
22436
-
22437
- .v-empty-state__content {
22438
- padding: 24px 0;
22439
- }
22440
-
22441
- .v-empty-state__actions {
22442
- display: flex;
22443
- gap: 8px;
22444
- padding: 16px;
22445
- }
22446
-
22447
- .v-empty-state__action-btn.v-btn {
22448
- background-color: initial;
22449
- color: initial;
22450
22381
  }.v-expansion-panel {
22451
22382
  background-color: rgb(var(--v-theme-surface));
22452
22383
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -22663,6 +22594,104 @@ html.overflow-y-hidden {
22663
22594
  }
22664
22595
  .v-expansion-panels--tile > .v-expansion-panel {
22665
22596
  border-radius: 0;
22597
+ }.v-file-input--hide.v-input .v-field,
22598
+ .v-file-input--hide.v-input .v-input__control,
22599
+ .v-file-input--hide.v-input .v-input__details {
22600
+ display: none;
22601
+ }
22602
+ .v-file-input--hide.v-input .v-input__prepend {
22603
+ grid-area: control;
22604
+ margin: 0 auto;
22605
+ }
22606
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22607
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22608
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22609
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22610
+ top: 0px;
22611
+ }
22612
+ .v-file-input input[type=file] {
22613
+ height: 100%;
22614
+ left: 0;
22615
+ opacity: 0;
22616
+ position: absolute;
22617
+ top: 0;
22618
+ width: 100%;
22619
+ z-index: 1;
22620
+ }
22621
+ .v-file-input .v-input__details {
22622
+ padding-inline: 16px;
22623
+ }
22624
+ .v-input--plain-underlined.v-file-input .v-input__details {
22625
+ padding-inline: 0;
22626
+ }.v-fab {
22627
+ align-items: center;
22628
+ display: inline-flex;
22629
+ flex: 1 1 auto;
22630
+ pointer-events: none;
22631
+ position: relative;
22632
+ transition-duration: 0.2s;
22633
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22634
+ vertical-align: middle;
22635
+ }
22636
+ .v-fab .v-btn {
22637
+ pointer-events: auto;
22638
+ }
22639
+ .v-fab .v-btn--variant-elevated {
22640
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22641
+ }
22642
+ .v-fab--app, .v-fab--absolute {
22643
+ display: flex;
22644
+ }
22645
+ .v-fab--start, .v-fab--left {
22646
+ justify-content: flex-start;
22647
+ }
22648
+ .v-fab--center {
22649
+ align-items: center;
22650
+ justify-content: center;
22651
+ }
22652
+ .v-fab--end, .v-fab--right {
22653
+ justify-content: flex-end;
22654
+ }
22655
+ .v-fab--bottom {
22656
+ align-items: flex-end;
22657
+ }
22658
+ .v-fab--top {
22659
+ align-items: flex-start;
22660
+ }
22661
+ .v-fab--extended .v-btn {
22662
+ border-radius: 9999px !important;
22663
+ }
22664
+
22665
+ .v-fab__container {
22666
+ align-self: center;
22667
+ display: inline-flex;
22668
+ position: absolute;
22669
+ vertical-align: middle;
22670
+ }
22671
+ .v-fab--app .v-fab__container {
22672
+ margin: 12px;
22673
+ }
22674
+ .v-fab--absolute .v-fab__container {
22675
+ position: absolute;
22676
+ z-index: 4;
22677
+ }
22678
+ .v-fab--offset.v-fab--top .v-fab__container {
22679
+ transform: translateY(-50%);
22680
+ }
22681
+ .v-fab--offset.v-fab--bottom .v-fab__container {
22682
+ transform: translateY(50%);
22683
+ }
22684
+ .v-fab--top .v-fab__container {
22685
+ top: 0;
22686
+ }
22687
+ .v-fab--bottom .v-fab__container {
22688
+ bottom: 0;
22689
+ }
22690
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22691
+ left: 0;
22692
+ }
22693
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22694
+ right: 0;
22666
22695
  }/* region INPUT */
22667
22696
  .v-field {
22668
22697
  display: grid;
@@ -23246,48 +23275,19 @@ textarea.v-field__input::placeholder {
23246
23275
  opacity: 0;
23247
23276
  }
23248
23277
 
23249
- /* endregion */.v-file-input--hide.v-input .v-field,
23250
- .v-file-input--hide.v-input .v-input__control,
23251
- .v-file-input--hide.v-input .v-input__details {
23252
- display: none;
23253
- }
23254
- .v-file-input--hide.v-input .v-input__prepend {
23255
- grid-area: control;
23256
- margin: 0 auto;
23278
+ /* endregion */.v-footer {
23279
+ align-items: center;
23280
+ display: flex;
23281
+ flex: 1 1 auto;
23282
+ padding: 8px 16px;
23283
+ position: relative;
23284
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23285
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
23257
23286
  }
23258
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
23259
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
23260
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
23261
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
23262
- top: 0px;
23263
- }
23264
- .v-file-input input[type=file] {
23265
- height: 100%;
23266
- left: 0;
23267
- opacity: 0;
23268
- position: absolute;
23269
- top: 0;
23270
- width: 100%;
23271
- z-index: 1;
23272
- }
23273
- .v-file-input .v-input__details {
23274
- padding-inline: 16px;
23275
- }
23276
- .v-input--plain-underlined.v-file-input .v-input__details {
23277
- padding-inline: 0;
23278
- }.v-footer {
23279
- align-items: center;
23280
- display: flex;
23281
- flex: 1 1 auto;
23282
- padding: 8px 16px;
23283
- position: relative;
23284
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23285
- transition-property: height, width, transform, max-width, left, right, top, bottom;
23286
- }
23287
- .v-footer {
23288
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23289
- border-style: solid;
23290
- border-width: 0;
23287
+ .v-footer {
23288
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23289
+ border-style: solid;
23290
+ border-width: 0;
23291
23291
  }
23292
23292
  .v-footer--border {
23293
23293
  border-width: thin;
@@ -23311,57 +23311,6 @@ textarea.v-field__input::placeholder {
23311
23311
  }
23312
23312
  .v-footer--rounded {
23313
23313
  border-radius: 4px;
23314
- }.v-img {
23315
- --v-theme-overlay-multiplier: 3;
23316
- z-index: 0;
23317
- }
23318
- .v-img.v-img--absolute {
23319
- height: 100%;
23320
- left: 0;
23321
- overflow: hidden;
23322
- position: absolute;
23323
- top: 0;
23324
- width: 100%;
23325
- z-index: -1;
23326
- }
23327
- .v-img--booting .v-responsive__sizer {
23328
- transition: none;
23329
- }
23330
- .v-img--rounded {
23331
- border-radius: 4px;
23332
- }
23333
-
23334
- .v-img__img,
23335
- .v-img__picture,
23336
- .v-img__gradient,
23337
- .v-img__placeholder,
23338
- .v-img__error {
23339
- z-index: -1;
23340
- }
23341
- .v-img__img,
23342
- .v-img__picture,
23343
- .v-img__gradient,
23344
- .v-img__placeholder,
23345
- .v-img__error {
23346
- position: absolute;
23347
- top: 0;
23348
- left: 0;
23349
- width: 100%;
23350
- height: 100%;
23351
- }
23352
-
23353
- .v-img__img--preload {
23354
- filter: blur(4px);
23355
- }
23356
- .v-img__img--contain {
23357
- object-fit: contain;
23358
- }
23359
- .v-img__img--cover {
23360
- object-fit: cover;
23361
- }
23362
-
23363
- .v-img__gradient {
23364
- background-repeat: no-repeat;
23365
23314
  }.v-icon {
23366
23315
  --v-icon-size-multiplier: 1;
23367
23316
  align-items: center;
@@ -23415,6 +23364,62 @@ textarea.v-field__input::placeholder {
23415
23364
 
23416
23365
  .v-icon--end {
23417
23366
  margin-inline-start: 8px;
23367
+ }.v-img {
23368
+ --v-theme-overlay-multiplier: 3;
23369
+ z-index: 0;
23370
+ }
23371
+ .v-img.v-img--absolute {
23372
+ height: 100%;
23373
+ left: 0;
23374
+ overflow: hidden;
23375
+ position: absolute;
23376
+ top: 0;
23377
+ width: 100%;
23378
+ z-index: -1;
23379
+ }
23380
+ .v-img--booting .v-responsive__sizer {
23381
+ transition: none;
23382
+ }
23383
+ .v-img--rounded {
23384
+ border-radius: 4px;
23385
+ }
23386
+
23387
+ .v-img__img,
23388
+ .v-img__picture,
23389
+ .v-img__gradient,
23390
+ .v-img__placeholder,
23391
+ .v-img__error {
23392
+ z-index: -1;
23393
+ }
23394
+ .v-img__img,
23395
+ .v-img__picture,
23396
+ .v-img__gradient,
23397
+ .v-img__placeholder,
23398
+ .v-img__error {
23399
+ position: absolute;
23400
+ top: 0;
23401
+ left: 0;
23402
+ width: 100%;
23403
+ height: 100%;
23404
+ }
23405
+
23406
+ .v-img__img--preload {
23407
+ filter: blur(4px);
23408
+ }
23409
+ .v-img__img--contain {
23410
+ object-fit: contain;
23411
+ }
23412
+ .v-img__img--cover {
23413
+ object-fit: cover;
23414
+ }
23415
+
23416
+ .v-img__gradient {
23417
+ background-repeat: no-repeat;
23418
+ }.v-item-group {
23419
+ flex: 0 1 auto;
23420
+ max-width: 100%;
23421
+ position: relative;
23422
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23418
23423
  }.v-input {
23419
23424
  display: grid;
23420
23425
  flex: 1 1 auto;
@@ -23594,18 +23599,6 @@ textarea.v-field__input::placeholder {
23594
23599
  display: flex;
23595
23600
  justify-content: center;
23596
23601
  padding: 8px;
23597
- }.v-item-group {
23598
- flex: 0 1 auto;
23599
- max-width: 100%;
23600
- position: relative;
23601
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23602
- }.v-layout-item {
23603
- position: absolute;
23604
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23605
- }
23606
-
23607
- .v-layout-item--absolute {
23608
- position: absolute;
23609
23602
  }.v-layout {
23610
23603
  --v-scrollbar-offset: 0px;
23611
23604
  display: flex;
@@ -23614,6 +23607,13 @@ textarea.v-field__input::placeholder {
23614
23607
  .v-layout--full-height {
23615
23608
  --v-scrollbar-offset: inherit;
23616
23609
  height: 100%;
23610
+ }.v-layout-item {
23611
+ position: absolute;
23612
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23613
+ }
23614
+
23615
+ .v-layout-item--absolute {
23616
+ position: absolute;
23617
23617
  }.v-label {
23618
23618
  align-items: center;
23619
23619
  color: inherit;
@@ -24225,36 +24225,6 @@ textarea.v-field__input::placeholder {
24225
24225
  .v-menu > .v-overlay__content > .v-sheet,
24226
24226
  .v-menu > .v-overlay__content > .v-list {
24227
24227
  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));
24228
- }.v-main {
24229
- flex: 1 0 auto;
24230
- max-width: 100%;
24231
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24232
- padding-left: var(--v-layout-left);
24233
- padding-right: var(--v-layout-right);
24234
- padding-top: var(--v-layout-top);
24235
- padding-bottom: var(--v-layout-bottom);
24236
- }
24237
- .v-main__scroller {
24238
- max-width: 100%;
24239
- position: relative;
24240
- }
24241
- .v-main--scrollable {
24242
- display: flex;
24243
- }
24244
- .v-main--scrollable {
24245
- position: absolute;
24246
- top: 0;
24247
- left: 0;
24248
- width: 100%;
24249
- height: 100%;
24250
- }
24251
- .v-main--scrollable > .v-main__scroller {
24252
- flex: 1 1 auto;
24253
- overflow-y: auto;
24254
- --v-layout-left: 0px;
24255
- --v-layout-right: 0px;
24256
- --v-layout-top: 0px;
24257
- --v-layout-bottom: 0px;
24258
24228
  }.v-navigation-drawer {
24259
24229
  -webkit-overflow-scrolling: touch;
24260
24230
  background: rgb(var(--v-theme-surface));
@@ -24363,6 +24333,52 @@ textarea.v-field__input::placeholder {
24363
24333
  .v-navigation-drawer__append {
24364
24334
  flex: none;
24365
24335
  overflow: hidden;
24336
+ }.v-main {
24337
+ flex: 1 0 auto;
24338
+ max-width: 100%;
24339
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24340
+ padding-left: var(--v-layout-left);
24341
+ padding-right: var(--v-layout-right);
24342
+ padding-top: var(--v-layout-top);
24343
+ padding-bottom: var(--v-layout-bottom);
24344
+ }
24345
+ .v-main__scroller {
24346
+ max-width: 100%;
24347
+ position: relative;
24348
+ }
24349
+ .v-main--scrollable {
24350
+ display: flex;
24351
+ }
24352
+ .v-main--scrollable {
24353
+ position: absolute;
24354
+ top: 0;
24355
+ left: 0;
24356
+ width: 100%;
24357
+ height: 100%;
24358
+ }
24359
+ .v-main--scrollable > .v-main__scroller {
24360
+ flex: 1 1 auto;
24361
+ overflow-y: auto;
24362
+ --v-layout-left: 0px;
24363
+ --v-layout-right: 0px;
24364
+ --v-layout-top: 0px;
24365
+ --v-layout-bottom: 0px;
24366
+ }.v-messages {
24367
+ flex: 1 1 auto;
24368
+ font-size: 12px;
24369
+ min-height: 14px;
24370
+ min-width: 1px;
24371
+ opacity: var(--v-medium-emphasis-opacity);
24372
+ position: relative;
24373
+ }
24374
+ .v-messages__message {
24375
+ line-height: 12px;
24376
+ word-break: break-word;
24377
+ overflow-wrap: break-word;
24378
+ word-wrap: break-word;
24379
+ -webkit-hyphens: auto;
24380
+ hyphens: auto;
24381
+ transition-duration: 150ms;
24366
24382
  }.v-otp-input {
24367
24383
  align-items: center;
24368
24384
  display: flex;
@@ -24421,30 +24437,83 @@ textarea.v-field__input::placeholder {
24421
24437
  }
24422
24438
  .v-otp-input__loader .v-progress-linear {
24423
24439
  position: absolute;
24424
- }.v-pagination__list {
24425
- display: inline-flex;
24426
- list-style-type: none;
24427
- justify-content: center;
24428
- width: 100%;
24440
+ }.v-overlay-container {
24441
+ contain: layout;
24442
+ left: 0;
24443
+ pointer-events: none;
24444
+ position: absolute;
24445
+ top: 0;
24446
+ display: contents;
24429
24447
  }
24430
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
24431
- margin: 0.3rem;
24432
- }.v-messages {
24433
- flex: 1 1 auto;
24434
- font-size: 12px;
24435
- min-height: 14px;
24436
- min-width: 1px;
24437
- opacity: var(--v-medium-emphasis-opacity);
24438
- position: relative;
24448
+
24449
+ .v-overlay-scroll-blocked {
24450
+ padding-inline-end: var(--v-scrollbar-offset);
24439
24451
  }
24440
- .v-messages__message {
24441
- line-height: 12px;
24442
- word-break: break-word;
24443
- overflow-wrap: break-word;
24444
- word-wrap: break-word;
24445
- -webkit-hyphens: auto;
24446
- hyphens: auto;
24447
- transition-duration: 150ms;
24452
+ .v-overlay-scroll-blocked:not(html) {
24453
+ overflow-y: hidden !important;
24454
+ }
24455
+ html.v-overlay-scroll-blocked {
24456
+ position: fixed;
24457
+ top: var(--v-body-scroll-y);
24458
+ left: var(--v-body-scroll-x);
24459
+ width: 100%;
24460
+ height: 100%;
24461
+ }
24462
+
24463
+ .v-overlay {
24464
+ border-radius: inherit;
24465
+ display: flex;
24466
+ left: 0;
24467
+ pointer-events: none;
24468
+ position: fixed;
24469
+ top: 0;
24470
+ bottom: 0;
24471
+ right: 0;
24472
+ }
24473
+
24474
+ .v-overlay__content {
24475
+ outline: none;
24476
+ position: absolute;
24477
+ pointer-events: auto;
24478
+ contain: layout;
24479
+ }
24480
+
24481
+ .v-overlay__scrim {
24482
+ pointer-events: auto;
24483
+ background: rgb(var(--v-theme-on-surface));
24484
+ border-radius: inherit;
24485
+ bottom: 0;
24486
+ left: 0;
24487
+ opacity: var(--v-overlay-opacity, 0.32);
24488
+ position: fixed;
24489
+ right: 0;
24490
+ top: 0;
24491
+ }
24492
+
24493
+ .v-overlay--absolute {
24494
+ position: absolute;
24495
+ }
24496
+
24497
+ .v-overlay--contained .v-overlay__scrim {
24498
+ position: absolute;
24499
+ }
24500
+
24501
+ .v-overlay--scroll-blocked {
24502
+ padding-inline-end: var(--v-scrollbar-offset);
24503
+ }.v-parallax {
24504
+ position: relative;
24505
+ overflow: hidden;
24506
+ }
24507
+ .v-parallax--active > .v-img__img {
24508
+ will-change: transform;
24509
+ }.v-pagination__list {
24510
+ display: inline-flex;
24511
+ list-style-type: none;
24512
+ justify-content: center;
24513
+ width: 100%;
24514
+ }
24515
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
24516
+ margin: 0.3rem;
24448
24517
  }.v-progress-circular {
24449
24518
  align-items: center;
24450
24519
  display: inline-flex;
@@ -24547,75 +24616,6 @@ textarea.v-field__input::placeholder {
24547
24616
  100% {
24548
24617
  transform: rotate(270deg);
24549
24618
  }
24550
- }.v-overlay-container {
24551
- contain: layout;
24552
- left: 0;
24553
- pointer-events: none;
24554
- position: absolute;
24555
- top: 0;
24556
- display: contents;
24557
- }
24558
-
24559
- .v-overlay-scroll-blocked {
24560
- padding-inline-end: var(--v-scrollbar-offset);
24561
- }
24562
- .v-overlay-scroll-blocked:not(html) {
24563
- overflow-y: hidden !important;
24564
- }
24565
- html.v-overlay-scroll-blocked {
24566
- position: fixed;
24567
- top: var(--v-body-scroll-y);
24568
- left: var(--v-body-scroll-x);
24569
- width: 100%;
24570
- height: 100%;
24571
- }
24572
-
24573
- .v-overlay {
24574
- border-radius: inherit;
24575
- display: flex;
24576
- left: 0;
24577
- pointer-events: none;
24578
- position: fixed;
24579
- top: 0;
24580
- bottom: 0;
24581
- right: 0;
24582
- }
24583
-
24584
- .v-overlay__content {
24585
- outline: none;
24586
- position: absolute;
24587
- pointer-events: auto;
24588
- contain: layout;
24589
- }
24590
-
24591
- .v-overlay__scrim {
24592
- pointer-events: auto;
24593
- background: rgb(var(--v-theme-on-surface));
24594
- border-radius: inherit;
24595
- bottom: 0;
24596
- left: 0;
24597
- opacity: var(--v-overlay-opacity, 0.32);
24598
- position: fixed;
24599
- right: 0;
24600
- top: 0;
24601
- }
24602
-
24603
- .v-overlay--absolute {
24604
- position: absolute;
24605
- }
24606
-
24607
- .v-overlay--contained .v-overlay__scrim {
24608
- position: absolute;
24609
- }
24610
-
24611
- .v-overlay--scroll-blocked {
24612
- padding-inline-end: var(--v-scrollbar-offset);
24613
- }.v-parallax {
24614
- position: relative;
24615
- overflow: hidden;
24616
- }
24617
- .v-parallax--active > .v-img__img {
24618
- will-change: transform;
24619
24619
  }.v-slider .v-slider__container input {
24620
24620
  cursor: default;
24621
24621
  padding: 0;
@@ -24673,6 +24673,59 @@ html.v-overlay-scroll-blocked {
24673
24673
 
24674
24674
  .v-slider__label {
24675
24675
  margin-inline-end: 12px;
24676
+ }.v-rating {
24677
+ max-width: 100%;
24678
+ display: inline-flex;
24679
+ white-space: nowrap;
24680
+ }
24681
+ .v-rating--readonly {
24682
+ pointer-events: none;
24683
+ }
24684
+
24685
+ .v-rating__wrapper {
24686
+ align-items: center;
24687
+ display: inline-flex;
24688
+ flex-direction: column;
24689
+ }
24690
+ .v-rating__wrapper--bottom {
24691
+ flex-direction: column-reverse;
24692
+ }
24693
+
24694
+ .v-rating__item {
24695
+ display: inline-flex;
24696
+ position: relative;
24697
+ }
24698
+ .v-rating__item label {
24699
+ cursor: pointer;
24700
+ }
24701
+ .v-rating__item .v-btn--variant-plain {
24702
+ opacity: 1;
24703
+ }
24704
+ .v-rating__item .v-btn {
24705
+ transition-property: transform;
24706
+ }
24707
+ .v-rating__item .v-btn .v-icon {
24708
+ transition: inherit;
24709
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24710
+ }
24711
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24712
+ transform: scale(1.25);
24713
+ }
24714
+ .v-rating__item--half {
24715
+ overflow: hidden;
24716
+ position: absolute;
24717
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24718
+ z-index: 1;
24719
+ }
24720
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24721
+ opacity: 0;
24722
+ }
24723
+
24724
+ .v-rating__hidden {
24725
+ height: 0;
24726
+ opacity: 0;
24727
+ position: absolute;
24728
+ width: 0;
24676
24729
  }.v-progress-linear {
24677
24730
  background: transparent;
24678
24731
  overflow: hidden;
@@ -24901,107 +24954,58 @@ html.v-overlay-scroll-blocked {
24901
24954
  0% {
24902
24955
  background-position-x: var(--v-progress-linear-height);
24903
24956
  }
24904
- }.v-rating {
24905
- max-width: 100%;
24906
- display: inline-flex;
24907
- white-space: nowrap;
24957
+ }.v-select .v-field .v-text-field__prefix,
24958
+ .v-select .v-field .v-text-field__suffix,
24959
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24960
+ cursor: pointer;
24908
24961
  }
24909
- .v-rating--readonly {
24962
+ .v-select .v-field .v-field__input > input {
24963
+ align-self: flex-start;
24964
+ opacity: 1;
24965
+ flex: 0 0;
24966
+ position: absolute;
24967
+ width: 100%;
24968
+ transition: none;
24910
24969
  pointer-events: none;
24970
+ caret-color: transparent;
24911
24971
  }
24912
-
24913
- .v-rating__wrapper {
24914
- align-items: center;
24915
- display: inline-flex;
24916
- flex-direction: column;
24972
+ .v-select .v-field--dirty .v-select__selection {
24973
+ margin-inline-end: 2px;
24917
24974
  }
24918
- .v-rating__wrapper--bottom {
24919
- flex-direction: column-reverse;
24975
+ .v-select .v-select__selection-text {
24976
+ overflow: hidden;
24977
+ text-overflow: ellipsis;
24978
+ white-space: nowrap;
24920
24979
  }
24921
-
24922
- .v-rating__item {
24923
- display: inline-flex;
24924
- position: relative;
24980
+ .v-select__content {
24981
+ overflow: hidden;
24925
24982
  }
24926
- .v-rating__item label {
24927
- cursor: pointer;
24983
+ .v-select__content {
24984
+ 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));
24928
24985
  }
24929
- .v-rating__item .v-btn--variant-plain {
24930
- opacity: 1;
24986
+ .v-select__content {
24987
+ border-radius: 4px;
24931
24988
  }
24932
- .v-rating__item .v-btn {
24933
- transition-property: transform;
24989
+ .v-select__selection {
24990
+ display: inline-flex;
24991
+ align-items: center;
24992
+ letter-spacing: inherit;
24993
+ line-height: inherit;
24994
+ max-width: 100%;
24934
24995
  }
24935
- .v-rating__item .v-btn .v-icon {
24936
- transition: inherit;
24937
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24996
+ .v-select .v-select__selection:first-child {
24997
+ margin-inline-start: 0;
24938
24998
  }
24939
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24940
- transform: scale(1.25);
24999
+ .v-select--selected .v-field .v-field__input > input {
25000
+ opacity: 0;
24941
25001
  }
24942
- .v-rating__item--half {
24943
- overflow: hidden;
24944
- position: absolute;
24945
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24946
- z-index: 1;
24947
- }
24948
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24949
- opacity: 0;
24950
- }
24951
-
24952
- .v-rating__hidden {
24953
- height: 0;
24954
- opacity: 0;
24955
- position: absolute;
24956
- width: 0;
24957
- }.v-radio-group > .v-input__control {
24958
- flex-direction: column;
24959
- }
24960
- .v-radio-group > .v-input__control > .v-label {
24961
- margin-inline-start: 16px;
24962
- }
24963
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24964
- padding-inline-start: 6px;
24965
- margin-top: 8px;
24966
- }
24967
- .v-radio-group .v-input__details {
24968
- padding-inline: 16px;
24969
- }.v-sheet {
24970
- display: block;
24971
- }
24972
- .v-sheet {
24973
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24974
- border-style: solid;
24975
- border-width: 0;
24976
- }
24977
- .v-sheet--border {
24978
- border-width: thin;
24979
- box-shadow: none;
24980
- }
24981
- .v-sheet {
24982
- 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));
24983
- }
24984
- .v-sheet--absolute {
24985
- position: absolute;
24986
- }
24987
- .v-sheet--fixed {
24988
- position: fixed;
24989
- }
24990
- .v-sheet--relative {
24991
- position: relative;
24992
- }
24993
- .v-sheet--sticky {
24994
- position: sticky;
24995
- }
24996
- .v-sheet {
24997
- border-radius: 0;
24998
- }
24999
- .v-sheet {
25000
- background: rgb(var(--v-theme-surface));
25001
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25002
+ .v-select__menu-icon {
25003
+ margin-inline-start: 4px;
25004
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25002
25005
  }
25003
- .v-sheet--rounded {
25004
- border-radius: 4px;
25006
+ .v-select--active-menu .v-select__menu-icon {
25007
+ opacity: var(--v-high-emphasis-opacity);
25008
+ transform: rotate(180deg);
25005
25009
  }.v-responsive {
25006
25010
  display: flex;
25007
25011
  flex: 1 0 auto;
@@ -25028,131 +25032,297 @@ html.v-overlay-scroll-blocked {
25028
25032
  flex: 1 0 0px;
25029
25033
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25030
25034
  pointer-events: none;
25031
- }.v-select .v-field .v-text-field__prefix,
25032
- .v-select .v-field .v-text-field__suffix,
25033
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
25034
- cursor: pointer;
25035
- }
25036
- .v-select .v-field .v-field__input > input {
25037
- align-self: flex-start;
25038
- opacity: 1;
25039
- flex: 0 0;
25040
- position: absolute;
25041
- width: 100%;
25042
- transition: none;
25043
- pointer-events: none;
25044
- caret-color: transparent;
25045
- }
25046
- .v-select .v-field--dirty .v-select__selection {
25047
- margin-inline-end: 2px;
25048
- }
25049
- .v-select .v-select__selection-text {
25050
- overflow: hidden;
25051
- text-overflow: ellipsis;
25052
- white-space: nowrap;
25053
- }
25054
- .v-select__content {
25055
- overflow: hidden;
25035
+ }.v-radio-group > .v-input__control {
25036
+ flex-direction: column;
25056
25037
  }
25057
- .v-select__content {
25058
- 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));
25038
+ .v-radio-group > .v-input__control > .v-label {
25039
+ margin-inline-start: 16px;
25059
25040
  }
25060
- .v-select__content {
25061
- border-radius: 4px;
25041
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
25042
+ padding-inline-start: 6px;
25043
+ margin-top: 8px;
25062
25044
  }
25063
- .v-select__selection {
25064
- display: inline-flex;
25045
+ .v-radio-group .v-input__details {
25046
+ padding-inline: 16px;
25047
+ }.v-skeleton-loader {
25065
25048
  align-items: center;
25066
- letter-spacing: inherit;
25067
- line-height: inherit;
25068
- max-width: 100%;
25049
+ background: rgb(var(--v-theme-surface));
25050
+ border-radius: 4px;
25051
+ display: flex;
25052
+ flex-wrap: wrap;
25053
+ position: relative;
25054
+ vertical-align: top;
25069
25055
  }
25070
- .v-select .v-select__selection:first-child {
25071
- margin-inline-start: 0;
25056
+ .v-skeleton-loader__actions {
25057
+ justify-content: end;
25072
25058
  }
25073
- .v-select--selected .v-field .v-field__input > input {
25074
- opacity: 0;
25059
+ .v-skeleton-loader .v-skeleton-loader__ossein {
25060
+ height: 100%;
25075
25061
  }
25076
- .v-select__menu-icon {
25077
- margin-inline-start: 4px;
25078
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25062
+ .v-skeleton-loader .v-skeleton-loader__avatar,
25063
+ .v-skeleton-loader .v-skeleton-loader__button,
25064
+ .v-skeleton-loader .v-skeleton-loader__chip,
25065
+ .v-skeleton-loader .v-skeleton-loader__divider,
25066
+ .v-skeleton-loader .v-skeleton-loader__heading,
25067
+ .v-skeleton-loader .v-skeleton-loader__image,
25068
+ .v-skeleton-loader .v-skeleton-loader__ossein,
25069
+ .v-skeleton-loader .v-skeleton-loader__text {
25070
+ background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
25079
25071
  }
25080
- .v-select--active-menu .v-select__menu-icon {
25081
- opacity: var(--v-high-emphasis-opacity);
25082
- transform: rotate(180deg);
25083
- }.v-slide-group {
25084
- display: flex;
25085
- overflow: hidden;
25072
+ .v-skeleton-loader .v-skeleton-loader__list-item,
25073
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
25074
+ .v-skeleton-loader .v-skeleton-loader__list-item-text,
25075
+ .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
25076
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
25077
+ .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
25078
+ .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
25079
+ border-radius: 4px;
25086
25080
  }
25087
-
25088
- .v-slide-group__next,
25089
- .v-slide-group__prev {
25081
+ .v-skeleton-loader__bone {
25090
25082
  align-items: center;
25083
+ border-radius: inherit;
25091
25084
  display: flex;
25092
- flex: 0 1 52px;
25093
- justify-content: center;
25094
- min-width: 52px;
25095
- cursor: pointer;
25085
+ flex: 1 1 100%;
25086
+ flex-wrap: wrap;
25087
+ overflow: hidden;
25088
+ position: relative;
25096
25089
  }
25097
- .v-slide-group__next--disabled,
25098
- .v-slide-group__prev--disabled {
25099
- pointer-events: none;
25100
- opacity: var(--v-disabled-opacity);
25090
+ .v-skeleton-loader__bone::after {
25091
+ animation: loading 1.5s infinite;
25092
+ background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
25093
+ transform: translateX(-100%);
25094
+ z-index: 1;
25101
25095
  }
25102
-
25103
- .v-slide-group__content {
25104
- display: flex;
25105
- flex: 1 0 auto;
25106
- position: relative;
25107
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
25108
- white-space: nowrap;
25096
+ .v-skeleton-loader__bone::after {
25097
+ content: "";
25098
+ position: absolute;
25099
+ top: 0;
25100
+ left: 0;
25101
+ width: 100%;
25102
+ height: 100%;
25109
25103
  }
25110
- .v-slide-group__content > * {
25111
- white-space: initial;
25104
+ .v-skeleton-loader__avatar {
25105
+ border-radius: 50%;
25106
+ flex: 0 1 auto;
25107
+ margin: 8px 16px;
25108
+ max-height: 48px;
25109
+ min-height: 48px;
25110
+ height: 48px;
25111
+ max-width: 48px;
25112
+ min-width: 48px;
25113
+ width: 48px;
25112
25114
  }
25113
-
25114
- .v-slide-group__container {
25115
- contain: content;
25116
- display: flex;
25115
+ .v-skeleton-loader__avatar + .v-skeleton-loader__bone {
25117
25116
  flex: 1 1 auto;
25118
- overflow-x: auto;
25119
- overflow-y: hidden;
25120
- scrollbar-width: none;
25121
- scrollbar-color: rgba(0, 0, 0, 0);
25117
+ margin-inline-start: 0;
25122
25118
  }
25123
- .v-slide-group__container::-webkit-scrollbar {
25124
- display: none;
25119
+ .v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25120
+ .v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25121
+ margin-inline-start: 0;
25125
25122
  }
25126
-
25127
- .v-slide-group--vertical {
25128
- max-height: inherit;
25123
+ .v-skeleton-loader__button {
25124
+ border-radius: 4px;
25125
+ height: 36px;
25126
+ margin: 16px;
25127
+ max-width: 64px;
25129
25128
  }
25130
- .v-slide-group--vertical,
25131
- .v-slide-group--vertical .v-slide-group__container,
25132
- .v-slide-group--vertical .v-slide-group__content {
25133
- flex-direction: column;
25129
+ .v-skeleton-loader__button + .v-skeleton-loader__bone {
25130
+ flex: 1 1 auto;
25131
+ margin-inline-start: 0;
25134
25132
  }
25135
- .v-slide-group--vertical .v-slide-group__container {
25136
- overflow-x: hidden;
25137
- overflow-y: auto;
25138
- }.v-selection-control {
25139
- align-items: center;
25140
- contain: layout;
25141
- display: flex;
25142
- flex: 1 0;
25143
- grid-area: control;
25144
- position: relative;
25145
- -webkit-user-select: none;
25146
- user-select: none;
25133
+ .v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25134
+ .v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25135
+ margin-inline-start: 0;
25147
25136
  }
25148
- .v-selection-control .v-label {
25149
- white-space: normal;
25150
- word-break: break-word;
25151
- height: 100%;
25137
+ .v-skeleton-loader__chip {
25138
+ border-radius: 16px;
25139
+ margin: 16px;
25140
+ height: 32px;
25141
+ max-width: 96px;
25152
25142
  }
25153
- .v-selection-control--disabled {
25154
- opacity: var(--v-disabled-opacity);
25155
- pointer-events: none;
25143
+ .v-skeleton-loader__chip + .v-skeleton-loader__bone {
25144
+ flex: 1 1 auto;
25145
+ margin-inline-start: 0;
25146
+ }
25147
+ .v-skeleton-loader__chip + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25148
+ .v-skeleton-loader__chip + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25149
+ margin-inline-start: 0;
25150
+ }
25151
+ .v-skeleton-loader__date-picker {
25152
+ border-radius: inherit;
25153
+ }
25154
+ .v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
25155
+ max-width: 88px;
25156
+ width: 20%;
25157
+ }
25158
+ .v-skeleton-loader__date-picker .v-skeleton-loader__heading {
25159
+ max-width: 256px;
25160
+ width: 40%;
25161
+ }
25162
+ .v-skeleton-loader__date-picker-days {
25163
+ flex-wrap: wrap;
25164
+ margin: 16px;
25165
+ }
25166
+ .v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
25167
+ border-radius: 4px;
25168
+ margin: 4px;
25169
+ max-width: 100%;
25170
+ }
25171
+ .v-skeleton-loader__date-picker-options {
25172
+ flex-wrap: nowrap;
25173
+ }
25174
+ .v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
25175
+ flex: 1 1 auto;
25176
+ }
25177
+ .v-skeleton-loader__divider {
25178
+ border-radius: 1px;
25179
+ height: 2px;
25180
+ }
25181
+ .v-skeleton-loader__heading {
25182
+ border-radius: 12px;
25183
+ margin: 16px;
25184
+ height: 24px;
25185
+ }
25186
+ .v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
25187
+ margin-top: -16px;
25188
+ }
25189
+ .v-skeleton-loader__image {
25190
+ height: 150px;
25191
+ border-radius: 0;
25192
+ }
25193
+ .v-skeleton-loader__card .v-skeleton-loader__image {
25194
+ border-radius: 0;
25195
+ }
25196
+ .v-skeleton-loader__list-item {
25197
+ margin: 16px;
25198
+ }
25199
+ .v-skeleton-loader__list-item .v-skeleton-loader__text {
25200
+ margin: 0;
25201
+ }
25202
+ .v-skeleton-loader__table-thead {
25203
+ justify-content: space-between;
25204
+ }
25205
+ .v-skeleton-loader__table-thead .v-skeleton-loader__heading {
25206
+ margin-top: 16px;
25207
+ max-width: 16px;
25208
+ }
25209
+ .v-skeleton-loader__table-tfoot {
25210
+ flex-wrap: nowrap;
25211
+ }
25212
+ .v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
25213
+ margin-top: 16px;
25214
+ }
25215
+ .v-skeleton-loader__table-row {
25216
+ align-items: baseline;
25217
+ margin: 0 8px;
25218
+ justify-content: space-evenly;
25219
+ flex-wrap: nowrap;
25220
+ }
25221
+ .v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
25222
+ margin-inline: 8px;
25223
+ }
25224
+ .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
25225
+ margin: 0 16px;
25226
+ }
25227
+ .v-skeleton-loader__table-cell {
25228
+ align-items: center;
25229
+ display: flex;
25230
+ height: 48px;
25231
+ width: 88px;
25232
+ }
25233
+ .v-skeleton-loader__table-cell .v-skeleton-loader__text {
25234
+ margin-bottom: 0;
25235
+ }
25236
+ .v-skeleton-loader__subtitle {
25237
+ max-width: 70%;
25238
+ }
25239
+ .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
25240
+ height: 16px;
25241
+ border-radius: 8px;
25242
+ }
25243
+ .v-skeleton-loader__text {
25244
+ border-radius: 6px;
25245
+ margin: 16px;
25246
+ height: 12px;
25247
+ }
25248
+ .v-skeleton-loader__text + .v-skeleton-loader__text {
25249
+ margin-top: -8px;
25250
+ max-width: 50%;
25251
+ }
25252
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
25253
+ max-width: 70%;
25254
+ }
25255
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
25256
+ display: none;
25257
+ }
25258
+ .v-skeleton-loader--is-loading {
25259
+ overflow: hidden;
25260
+ }
25261
+ .v-skeleton-loader--tile {
25262
+ border-radius: 0;
25263
+ }
25264
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
25265
+ border-radius: 0;
25266
+ }
25267
+
25268
+ @keyframes loading {
25269
+ 100% {
25270
+ transform: translateX(100%);
25271
+ }
25272
+ }.v-sheet {
25273
+ display: block;
25274
+ }
25275
+ .v-sheet {
25276
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25277
+ border-style: solid;
25278
+ border-width: 0;
25279
+ }
25280
+ .v-sheet--border {
25281
+ border-width: thin;
25282
+ box-shadow: none;
25283
+ }
25284
+ .v-sheet {
25285
+ 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));
25286
+ }
25287
+ .v-sheet--absolute {
25288
+ position: absolute;
25289
+ }
25290
+ .v-sheet--fixed {
25291
+ position: fixed;
25292
+ }
25293
+ .v-sheet--relative {
25294
+ position: relative;
25295
+ }
25296
+ .v-sheet--sticky {
25297
+ position: sticky;
25298
+ }
25299
+ .v-sheet {
25300
+ border-radius: 0;
25301
+ }
25302
+ .v-sheet {
25303
+ background: rgb(var(--v-theme-surface));
25304
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25305
+ }
25306
+ .v-sheet--rounded {
25307
+ border-radius: 4px;
25308
+ }.v-selection-control {
25309
+ align-items: center;
25310
+ contain: layout;
25311
+ display: flex;
25312
+ flex: 1 0;
25313
+ grid-area: control;
25314
+ position: relative;
25315
+ -webkit-user-select: none;
25316
+ user-select: none;
25317
+ }
25318
+ .v-selection-control .v-label {
25319
+ white-space: normal;
25320
+ word-break: break-word;
25321
+ height: 100%;
25322
+ }
25323
+ .v-selection-control--disabled {
25324
+ opacity: var(--v-disabled-opacity);
25325
+ pointer-events: none;
25156
25326
  }
25157
25327
  .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
25158
25328
  opacity: 1;
@@ -25386,231 +25556,117 @@ html.v-overlay-scroll-blocked {
25386
25556
  }
25387
25557
  .v-snackbar-transition-leave-to {
25388
25558
  opacity: 0;
25389
- }.v-skeleton-loader {
25390
- align-items: center;
25391
- background: rgb(var(--v-theme-surface));
25392
- border-radius: 4px;
25559
+ }.v-slide-group {
25393
25560
  display: flex;
25394
- flex-wrap: wrap;
25395
- position: relative;
25396
- vertical-align: top;
25561
+ overflow: hidden;
25397
25562
  }
25398
- .v-skeleton-loader__actions {
25399
- justify-content: end;
25563
+
25564
+ .v-slide-group__next,
25565
+ .v-slide-group__prev {
25566
+ align-items: center;
25567
+ display: flex;
25568
+ flex: 0 1 52px;
25569
+ justify-content: center;
25570
+ min-width: 52px;
25571
+ cursor: pointer;
25400
25572
  }
25401
- .v-skeleton-loader .v-skeleton-loader__ossein {
25402
- height: 100%;
25573
+ .v-slide-group__next--disabled,
25574
+ .v-slide-group__prev--disabled {
25575
+ pointer-events: none;
25576
+ opacity: var(--v-disabled-opacity);
25403
25577
  }
25404
- .v-skeleton-loader .v-skeleton-loader__avatar,
25405
- .v-skeleton-loader .v-skeleton-loader__button,
25406
- .v-skeleton-loader .v-skeleton-loader__chip,
25407
- .v-skeleton-loader .v-skeleton-loader__divider,
25408
- .v-skeleton-loader .v-skeleton-loader__heading,
25409
- .v-skeleton-loader .v-skeleton-loader__image,
25410
- .v-skeleton-loader .v-skeleton-loader__ossein,
25411
- .v-skeleton-loader .v-skeleton-loader__text {
25412
- background: rgba(var(--v-theme-on-surface), var(--v-border-opacity));
25578
+
25579
+ .v-slide-group__content {
25580
+ display: flex;
25581
+ flex: 1 0 auto;
25582
+ position: relative;
25583
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
25584
+ white-space: nowrap;
25413
25585
  }
25414
- .v-skeleton-loader .v-skeleton-loader__list-item,
25415
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar,
25416
- .v-skeleton-loader .v-skeleton-loader__list-item-text,
25417
- .v-skeleton-loader .v-skeleton-loader__list-item-two-line,
25418
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar-two-line,
25419
- .v-skeleton-loader .v-skeleton-loader__list-item-three-line,
25420
- .v-skeleton-loader .v-skeleton-loader__list-item-avatar-three-line {
25421
- border-radius: 4px;
25586
+ .v-slide-group__content > * {
25587
+ white-space: initial;
25422
25588
  }
25423
- .v-skeleton-loader__bone {
25424
- align-items: center;
25425
- border-radius: inherit;
25589
+
25590
+ .v-slide-group__container {
25591
+ contain: content;
25426
25592
  display: flex;
25427
- flex: 1 1 100%;
25428
- flex-wrap: wrap;
25429
- overflow: hidden;
25430
- position: relative;
25593
+ flex: 1 1 auto;
25594
+ overflow-x: auto;
25595
+ overflow-y: hidden;
25596
+ scrollbar-width: none;
25597
+ scrollbar-color: rgba(0, 0, 0, 0);
25431
25598
  }
25432
- .v-skeleton-loader__bone::after {
25433
- animation: loading 1.5s infinite;
25434
- background: linear-gradient(90deg, rgba(var(--v-theme-surface), 0), rgba(var(--v-theme-surface), 0.3), rgba(var(--v-theme-surface), 0));
25435
- transform: translateX(-100%);
25436
- z-index: 1;
25599
+ .v-slide-group__container::-webkit-scrollbar {
25600
+ display: none;
25437
25601
  }
25438
- .v-skeleton-loader__bone::after {
25439
- content: "";
25440
- position: absolute;
25441
- top: 0;
25442
- left: 0;
25443
- width: 100%;
25444
- height: 100%;
25445
- }
25446
- .v-skeleton-loader__avatar {
25447
- border-radius: 50%;
25448
- flex: 0 1 auto;
25449
- margin: 8px 16px;
25450
- max-height: 48px;
25451
- min-height: 48px;
25452
- height: 48px;
25453
- max-width: 48px;
25454
- min-width: 48px;
25455
- width: 48px;
25456
- }
25457
- .v-skeleton-loader__avatar + .v-skeleton-loader__bone {
25458
- flex: 1 1 auto;
25459
- margin-inline-start: 0;
25460
- }
25461
- .v-skeleton-loader__avatar + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25462
- .v-skeleton-loader__avatar + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25463
- margin-inline-start: 0;
25464
- }
25465
- .v-skeleton-loader__button {
25466
- border-radius: 4px;
25467
- height: 36px;
25468
- margin: 16px;
25469
- max-width: 64px;
25470
- }
25471
- .v-skeleton-loader__button + .v-skeleton-loader__bone {
25472
- flex: 1 1 auto;
25473
- margin-inline-start: 0;
25474
- }
25475
- .v-skeleton-loader__button + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25476
- .v-skeleton-loader__button + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25477
- margin-inline-start: 0;
25478
- }
25479
- .v-skeleton-loader__chip {
25480
- border-radius: 16px;
25481
- margin: 16px;
25482
- height: 32px;
25483
- max-width: 96px;
25484
- }
25485
- .v-skeleton-loader__chip + .v-skeleton-loader__bone {
25486
- flex: 1 1 auto;
25487
- margin-inline-start: 0;
25488
- }
25489
- .v-skeleton-loader__chip + .v-skeleton-loader__sentences > .v-skeleton-loader__text,
25490
- .v-skeleton-loader__chip + .v-skeleton-loader__paragraph > .v-skeleton-loader__text {
25491
- margin-inline-start: 0;
25492
- }
25493
- .v-skeleton-loader__date-picker {
25494
- border-radius: inherit;
25602
+
25603
+ .v-slide-group--vertical {
25604
+ max-height: inherit;
25495
25605
  }
25496
- .v-skeleton-loader__date-picker .v-skeleton-loader__list-item:first-child .v-skeleton-loader__text {
25497
- max-width: 88px;
25498
- width: 20%;
25606
+ .v-slide-group--vertical,
25607
+ .v-slide-group--vertical .v-slide-group__container,
25608
+ .v-slide-group--vertical .v-slide-group__content {
25609
+ flex-direction: column;
25499
25610
  }
25500
- .v-skeleton-loader__date-picker .v-skeleton-loader__heading {
25501
- max-width: 256px;
25502
- width: 40%;
25611
+ .v-slide-group--vertical .v-slide-group__container {
25612
+ overflow-x: hidden;
25613
+ overflow-y: auto;
25614
+ }.v-stepper.v-sheet {
25615
+ overflow: hidden;
25503
25616
  }
25504
- .v-skeleton-loader__date-picker-days {
25505
- flex-wrap: wrap;
25506
- margin: 16px;
25617
+ .v-stepper.v-sheet {
25618
+ 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));
25507
25619
  }
25508
- .v-skeleton-loader__date-picker-days .v-skeleton-loader__avatar {
25620
+ .v-stepper.v-sheet {
25509
25621
  border-radius: 4px;
25510
- margin: 4px;
25511
- max-width: 100%;
25512
- }
25513
- .v-skeleton-loader__date-picker-options {
25514
- flex-wrap: nowrap;
25515
- }
25516
- .v-skeleton-loader__date-picker-options .v-skeleton-loader__text {
25517
- flex: 1 1 auto;
25518
- }
25519
- .v-skeleton-loader__divider {
25520
- border-radius: 1px;
25521
- height: 2px;
25522
- }
25523
- .v-skeleton-loader__heading {
25524
- border-radius: 12px;
25525
- margin: 16px;
25526
- height: 24px;
25527
- }
25528
- .v-skeleton-loader__heading + .v-skeleton-loader__subtitle {
25529
- margin-top: -16px;
25530
- }
25531
- .v-skeleton-loader__image {
25532
- height: 150px;
25533
- border-radius: 0;
25534
- }
25535
- .v-skeleton-loader__card .v-skeleton-loader__image {
25536
- border-radius: 0;
25537
- }
25538
- .v-skeleton-loader__list-item {
25539
- margin: 16px;
25540
- }
25541
- .v-skeleton-loader__list-item .v-skeleton-loader__text {
25542
- margin: 0;
25543
- }
25544
- .v-skeleton-loader__table-thead {
25545
- justify-content: space-between;
25546
- }
25547
- .v-skeleton-loader__table-thead .v-skeleton-loader__heading {
25548
- margin-top: 16px;
25549
- max-width: 16px;
25550
- }
25551
- .v-skeleton-loader__table-tfoot {
25552
- flex-wrap: nowrap;
25553
- }
25554
- .v-skeleton-loader__table-tfoot > .v-skeleton-loader__text.v-skeleton-loader__bone {
25555
- margin-top: 16px;
25556
- }
25557
- .v-skeleton-loader__table-row {
25558
- align-items: baseline;
25559
- margin: 0 8px;
25560
- justify-content: space-evenly;
25561
- flex-wrap: nowrap;
25562
25622
  }
25563
- .v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
25564
- margin-inline: 8px;
25565
- }
25566
- .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
25567
- margin: 0 16px;
25623
+ .v-stepper.v-sheet.v-stepper--flat {
25624
+ 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));
25568
25625
  }
25569
- .v-skeleton-loader__table-cell {
25626
+
25627
+ .v-stepper-header {
25570
25628
  align-items: center;
25571
25629
  display: flex;
25572
- height: 48px;
25573
- width: 88px;
25574
- }
25575
- .v-skeleton-loader__table-cell .v-skeleton-loader__text {
25576
- margin-bottom: 0;
25630
+ position: relative;
25631
+ overflow-x: auto;
25632
+ justify-content: space-between;
25633
+ z-index: 1;
25577
25634
  }
25578
- .v-skeleton-loader__subtitle {
25579
- max-width: 70%;
25635
+ .v-stepper-header {
25636
+ 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));
25580
25637
  }
25581
- .v-skeleton-loader__subtitle > .v-skeleton-loader__text {
25582
- height: 16px;
25583
- border-radius: 8px;
25638
+ .v-stepper-header .v-divider {
25639
+ margin: 0 -16px;
25584
25640
  }
25585
- .v-skeleton-loader__text {
25586
- border-radius: 6px;
25587
- margin: 16px;
25588
- height: 12px;
25641
+ .v-stepper-header .v-divider:last-child {
25642
+ margin-inline-end: 0;
25589
25643
  }
25590
- .v-skeleton-loader__text + .v-skeleton-loader__text {
25591
- margin-top: -8px;
25592
- max-width: 50%;
25644
+ .v-stepper-header .v-divider:first-child {
25645
+ margin-inline-start: 0;
25593
25646
  }
25594
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
25595
- max-width: 70%;
25647
+ .v-stepper--alt-labels .v-stepper-header {
25648
+ height: auto;
25596
25649
  }
25597
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
25598
- display: none;
25650
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25651
+ align-self: flex-start;
25652
+ margin: 35px -67px 0;
25599
25653
  }
25600
- .v-skeleton-loader--is-loading {
25601
- overflow: hidden;
25654
+
25655
+ .v-stepper-window {
25656
+ margin: 1.5rem;
25602
25657
  }
25603
- .v-skeleton-loader--tile {
25604
- border-radius: 0;
25658
+
25659
+ .v-stepper-actions {
25660
+ display: flex;
25661
+ align-items: center;
25662
+ justify-content: space-between;
25663
+ padding: 1rem;
25605
25664
  }
25606
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
25607
- border-radius: 0;
25665
+ .v-stepper .v-stepper-actions {
25666
+ padding: 0 1.5rem 1rem;
25608
25667
  }
25609
-
25610
- @keyframes loading {
25611
- 100% {
25612
- transform: translateX(100%);
25613
- }
25668
+ .v-stepper-window-item .v-stepper-actions {
25669
+ padding: 1.5rem 0 0;
25614
25670
  }.v-speed-dial__content {
25615
25671
  gap: 8px;
25616
25672
  }
@@ -25814,156 +25870,187 @@ html.v-overlay-scroll-blocked {
25814
25870
  }
25815
25871
  .v-system-bar:not(.v-system-bar--absolute) {
25816
25872
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25817
- }.v-stepper.v-sheet {
25818
- overflow: hidden;
25819
- }
25820
- .v-stepper.v-sheet {
25821
- 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));
25822
- }
25823
- .v-stepper.v-sheet {
25824
- border-radius: 4px;
25825
- }
25826
- .v-stepper.v-sheet.v-stepper--flat {
25827
- 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));
25873
+ }.v-switch .v-label {
25874
+ padding-inline-start: 10px;
25828
25875
  }
25829
25876
 
25830
- .v-stepper-header {
25831
- align-items: center;
25877
+ .v-switch__loader {
25832
25878
  display: flex;
25833
- position: relative;
25834
- overflow-x: auto;
25835
- justify-content: space-between;
25836
- z-index: 1;
25837
25879
  }
25838
- .v-stepper-header {
25839
- 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));
25840
- }
25841
- .v-stepper-header .v-divider {
25842
- margin: 0 -16px;
25880
+ .v-switch__loader .v-progress-circular {
25881
+ color: rgb(var(--v-theme-surface));
25843
25882
  }
25844
- .v-stepper-header .v-divider:last-child {
25845
- margin-inline-end: 0;
25883
+
25884
+ .v-switch__track,
25885
+ .v-switch__thumb {
25886
+ transition: none;
25846
25887
  }
25847
- .v-stepper-header .v-divider:first-child {
25848
- margin-inline-start: 0;
25888
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25889
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25890
+ background-color: rgb(var(--v-theme-error));
25891
+ color: rgb(var(--v-theme-on-error));
25849
25892
  }
25850
- .v-stepper--alt-labels .v-stepper-header {
25851
- height: auto;
25893
+
25894
+ .v-switch__track-true {
25895
+ margin-inline-end: auto;
25852
25896
  }
25853
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25854
- align-self: flex-start;
25855
- margin: 35px -67px 0;
25897
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25898
+ opacity: 0;
25856
25899
  }
25857
25900
 
25858
- .v-stepper-window {
25859
- margin: 1.5rem;
25860
- }
25861
-
25862
- .v-stepper-actions {
25863
- display: flex;
25864
- align-items: center;
25865
- justify-content: space-between;
25866
- padding: 1rem;
25867
- }
25868
- .v-stepper .v-stepper-actions {
25869
- padding: 0 1.5rem 1rem;
25901
+ .v-switch__track-false {
25902
+ margin-inline-start: auto;
25870
25903
  }
25871
- .v-stepper-window-item .v-stepper-actions {
25872
- padding: 1.5rem 0 0;
25873
- }.v-tab.v-tab.v-btn {
25874
- height: var(--v-tabs-height);
25875
- border-radius: 0;
25876
- min-width: 90px;
25904
+ .v-selection-control--dirty .v-switch__track-false {
25905
+ opacity: 0;
25877
25906
  }
25878
- .v-slide-group--horizontal .v-tab {
25879
- max-width: 360px;
25907
+
25908
+ .v-switch__track {
25909
+ display: inline-flex;
25910
+ align-items: center;
25911
+ font-size: 0.5rem;
25912
+ padding: 0 5px;
25913
+ background-color: rgb(var(--v-theme-surface-variant));
25914
+ border-radius: 9999px;
25915
+ height: 14px;
25916
+ opacity: 0.6;
25917
+ min-width: 36px;
25918
+ cursor: pointer;
25919
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25880
25920
  }
25881
- .v-slide-group--vertical .v-tab {
25882
- justify-content: start;
25921
+ .v-switch--inset .v-switch__track {
25922
+ border-radius: 9999px;
25923
+ font-size: 0.75rem;
25924
+ height: 32px;
25925
+ min-width: 52px;
25883
25926
  }
25884
25927
 
25885
- .v-tab__slider {
25886
- position: absolute;
25887
- bottom: 0;
25888
- left: 0;
25889
- height: 2px;
25890
- width: 100%;
25891
- background: currentColor;
25928
+ .v-switch__thumb {
25929
+ align-items: center;
25930
+ background-color: rgb(var(--v-theme-surface-bright));
25931
+ color: rgb(var(--v-theme-on-surface-bright));
25932
+ border-radius: 50%;
25933
+ display: flex;
25934
+ font-size: 0.75rem;
25935
+ height: 20px;
25936
+ justify-content: center;
25937
+ width: 20px;
25892
25938
  pointer-events: none;
25893
- opacity: 0;
25939
+ 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);
25940
+ position: relative;
25941
+ overflow: hidden;
25894
25942
  }
25895
- .v-tab--selected .v-tab__slider {
25896
- opacity: 1;
25943
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25944
+ 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));
25897
25945
  }
25898
- .v-slide-group--vertical .v-tab__slider {
25899
- top: 0;
25900
- height: 100%;
25901
- width: 2px;
25902
- }.v-tabs {
25903
- display: flex;
25904
- height: var(--v-tabs-height);
25946
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25947
+ background: rgb(var(--v-theme-surface-variant));
25948
+ color: rgb(var(--v-theme-on-surface-variant));
25905
25949
  }
25906
- .v-tabs--density-default {
25907
- --v-tabs-height: 48px;
25950
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25951
+ 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));
25908
25952
  }
25909
- .v-tabs--density-default.v-tabs--stacked {
25910
- --v-tabs-height: 72px;
25953
+ .v-switch--inset .v-switch__thumb {
25954
+ height: 24px;
25955
+ width: 24px;
25956
+ transform: scale(0.6666666667);
25911
25957
  }
25912
-
25913
- .v-tabs--density-comfortable {
25914
- --v-tabs-height: 44px;
25958
+ .v-switch--inset .v-switch__thumb--filled {
25959
+ transform: none;
25915
25960
  }
25916
- .v-tabs--density-comfortable.v-tabs--stacked {
25917
- --v-tabs-height: 68px;
25961
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25962
+ transform: none;
25963
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25918
25964
  }
25919
25965
 
25920
- .v-tabs--density-compact {
25921
- --v-tabs-height: 36px;
25966
+ .v-switch.v-input {
25967
+ flex: 0 1 auto;
25922
25968
  }
25923
- .v-tabs--density-compact.v-tabs--stacked {
25924
- --v-tabs-height: 60px;
25969
+ .v-switch .v-selection-control {
25970
+ min-height: var(--v-input-control-height);
25925
25971
  }
25926
-
25927
- .v-tabs.v-slide-group--vertical {
25928
- height: auto;
25929
- flex: none;
25930
- --v-tabs-height: 48px;
25972
+ .v-switch .v-selection-control__input {
25973
+ border-radius: 50%;
25974
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25975
+ position: absolute;
25976
+ }
25977
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25978
+ transform: translateX(-10px);
25931
25979
  }
25932
25980
 
25933
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25934
- margin-inline-start: 42px;
25981
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25982
+ transform: translateX(10px);
25935
25983
  }
25936
25984
 
25937
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25938
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25939
- margin-inline-end: auto;
25985
+ .v-switch .v-selection-control__input .v-icon {
25986
+ position: absolute;
25940
25987
  }
25941
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25942
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25943
- margin-inline-start: auto;
25988
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25989
+ transform: translateX(10px);
25944
25990
  }
25945
25991
 
25946
- .v-tabs--grow {
25947
- flex-grow: 1;
25948
- }
25949
- .v-tabs--grow .v-tab {
25950
- flex: 1 0 auto;
25951
- max-width: none;
25992
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25993
+ transform: translateX(-10px);
25952
25994
  }
25953
25995
 
25954
- .v-tabs--align-tabs-end .v-tab:first-child {
25955
- margin-inline-start: auto;
25996
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25997
+ transform: scale(0.8);
25956
25998
  }
25957
- .v-tabs--align-tabs-end .v-tab:last-child {
25958
- margin-inline-end: 0;
25999
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
26000
+ transform: scale(0.75);
26001
+ box-shadow: none;
26002
+ }
26003
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
26004
+ width: auto;
26005
+ }
26006
+ .v-switch.v-input--vertical .v-label {
26007
+ min-width: max-content;
26008
+ }
26009
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
26010
+ transform: rotate(-90deg);
25959
26011
  }
25960
26012
 
25961
- @media (max-width: 1279.98px) {
25962
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25963
- margin-inline-start: 52px;
26013
+ @media (forced-colors: active) {
26014
+ .v-switch .v-switch__loader .v-progress-circular {
26015
+ color: currentColor;
25964
26016
  }
25965
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25966
- margin-inline-end: 52px;
26017
+ .v-switch .v-switch__thumb {
26018
+ background-color: buttontext;
26019
+ }
26020
+ .v-switch .v-switch__track,
26021
+ .v-switch .v-switch__thumb {
26022
+ border: 1px solid;
26023
+ color: buttontext;
26024
+ }
26025
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26026
+ background-color: highlight;
26027
+ }
26028
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
26029
+ background-color: highlight;
26030
+ }
26031
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
26032
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26033
+ color: highlight;
26034
+ }
26035
+ .v-switch.v-switch--inset .v-switch__track {
26036
+ border-width: 2px;
26037
+ }
26038
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26039
+ background-color: highlighttext;
26040
+ color: highlighttext;
26041
+ }
26042
+ .v-switch.v-input--disabled .v-switch__thumb {
26043
+ background-color: graytext;
26044
+ }
26045
+ .v-switch.v-input--disabled .v-switch__track,
26046
+ .v-switch.v-input--disabled .v-switch__thumb {
26047
+ color: graytext;
26048
+ }
26049
+ .v-switch.v-switch--loading .v-switch__thumb {
26050
+ background-color: canvas;
26051
+ }
26052
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
26053
+ border-width: 0;
25967
26054
  }
25968
26055
  }.v-table {
25969
26056
  font-size: 0.875rem;
@@ -26107,294 +26194,255 @@ html.v-overlay-scroll-blocked {
26107
26194
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26108
26195
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26109
26196
  border-top: 0px !important;
26110
- }.v-switch .v-label {
26111
- padding-inline-start: 10px;
26197
+ }.v-textarea .v-field {
26198
+ --v-textarea-control-height: var(--v-input-control-height);
26112
26199
  }
26113
-
26114
- .v-switch__loader {
26115
- display: flex;
26200
+ .v-textarea .v-field__field {
26201
+ --v-input-control-height: var(--v-textarea-control-height);
26116
26202
  }
26117
- .v-switch__loader .v-progress-circular {
26118
- color: rgb(var(--v-theme-surface));
26203
+ .v-textarea .v-field__input {
26204
+ flex: 1 1 auto;
26205
+ outline: none;
26206
+ -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));
26207
+ 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));
26119
26208
  }
26120
-
26121
- .v-switch__track,
26122
- .v-switch__thumb {
26123
- transition: none;
26209
+ .v-textarea .v-field__input.v-textarea__sizer {
26210
+ visibility: hidden;
26211
+ position: absolute;
26212
+ top: 0;
26213
+ left: 0;
26214
+ height: 0 !important;
26215
+ min-height: 0 !important;
26216
+ pointer-events: none;
26124
26217
  }
26125
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
26126
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
26127
- background-color: rgb(var(--v-theme-error));
26128
- color: rgb(var(--v-theme-on-error));
26218
+ .v-textarea--no-resize .v-field__input {
26219
+ resize: none;
26129
26220
  }
26130
-
26131
- .v-switch__track-true {
26132
- margin-inline-end: auto;
26221
+ .v-textarea .v-field--no-label textarea,
26222
+ .v-textarea .v-field--active textarea {
26223
+ opacity: 1;
26133
26224
  }
26134
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
26225
+ .v-textarea textarea {
26135
26226
  opacity: 0;
26227
+ flex: 1;
26228
+ min-width: 0;
26229
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26136
26230
  }
26137
-
26138
- .v-switch__track-false {
26139
- margin-inline-start: auto;
26231
+ .v-textarea textarea:focus, .v-textarea textarea:active {
26232
+ outline: none;
26140
26233
  }
26141
- .v-selection-control--dirty .v-switch__track-false {
26234
+ .v-textarea textarea:invalid {
26235
+ box-shadow: none;
26236
+ }/* region BLOCK */
26237
+ .v-text-field input {
26238
+ color: inherit;
26142
26239
  opacity: 0;
26240
+ flex: 1;
26241
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26242
+ min-width: 0;
26143
26243
  }
26144
-
26145
- .v-switch__track {
26146
- display: inline-flex;
26147
- align-items: center;
26148
- font-size: 0.5rem;
26149
- padding: 0 5px;
26150
- background-color: rgb(var(--v-theme-surface-variant));
26151
- border-radius: 9999px;
26152
- height: 14px;
26153
- opacity: 0.6;
26154
- min-width: 36px;
26155
- cursor: pointer;
26156
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
26157
- }
26158
- .v-switch--inset .v-switch__track {
26159
- border-radius: 9999px;
26160
- font-size: 0.75rem;
26161
- height: 32px;
26162
- min-width: 52px;
26163
- }
26164
-
26165
- .v-switch__thumb {
26166
- align-items: center;
26167
- background-color: rgb(var(--v-theme-surface-bright));
26168
- color: rgb(var(--v-theme-on-surface-bright));
26169
- border-radius: 50%;
26170
- display: flex;
26171
- font-size: 0.75rem;
26172
- height: 20px;
26173
- justify-content: center;
26174
- width: 20px;
26175
- pointer-events: none;
26176
- 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);
26177
- position: relative;
26178
- overflow: hidden;
26179
- }
26180
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
26181
- 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));
26182
- }
26183
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
26184
- background: rgb(var(--v-theme-surface-variant));
26185
- color: rgb(var(--v-theme-on-surface-variant));
26186
- }
26187
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
26188
- 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));
26189
- }
26190
- .v-switch--inset .v-switch__thumb {
26191
- height: 24px;
26192
- width: 24px;
26193
- transform: scale(0.6666666667);
26194
- }
26195
- .v-switch--inset .v-switch__thumb--filled {
26196
- transform: none;
26197
- }
26198
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
26199
- transform: none;
26200
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
26201
- }
26202
-
26203
- .v-switch.v-input {
26204
- flex: 0 1 auto;
26244
+ .v-text-field input:focus, .v-text-field input:active {
26245
+ outline: none;
26205
26246
  }
26206
- .v-switch .v-selection-control {
26207
- min-height: var(--v-input-control-height);
26247
+ .v-text-field input:invalid {
26248
+ box-shadow: none;
26208
26249
  }
26209
- .v-switch .v-selection-control__input {
26210
- border-radius: 50%;
26211
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
26212
- position: absolute;
26250
+ .v-text-field .v-field {
26251
+ cursor: text;
26213
26252
  }
26214
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
26215
- transform: translateX(-10px);
26253
+ .v-text-field--prefixed.v-text-field .v-field__input {
26254
+ --v-field-padding-start: 6px;
26216
26255
  }
26217
26256
 
26218
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
26219
- transform: translateX(10px);
26257
+ .v-text-field--suffixed.v-text-field .v-field__input {
26258
+ --v-field-padding-end: 0;
26220
26259
  }
26221
26260
 
26222
- .v-switch .v-selection-control__input .v-icon {
26223
- position: absolute;
26261
+ .v-text-field .v-input__details {
26262
+ padding-inline: 16px;
26224
26263
  }
26225
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
26226
- transform: translateX(10px);
26264
+ .v-input--plain-underlined.v-text-field .v-input__details {
26265
+ padding-inline: 0;
26227
26266
  }
26228
26267
 
26229
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
26230
- transform: translateX(-10px);
26268
+ .v-text-field .v-field--no-label input,
26269
+ .v-text-field .v-field--active input {
26270
+ opacity: 1;
26271
+ }
26272
+ .v-text-field .v-field--single-line input {
26273
+ transition: none;
26231
26274
  }
26232
26275
 
26233
- .v-switch.v-switch--indeterminate .v-selection-control__input {
26234
- transform: scale(0.8);
26276
+ /* endregion */
26277
+ /* region ELEMENTS */
26278
+ .v-text-field__prefix, .v-text-field__suffix {
26279
+ align-items: center;
26280
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26281
+ cursor: default;
26282
+ display: flex;
26283
+ opacity: 0;
26284
+ transition: inherit;
26285
+ white-space: nowrap;
26286
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
26287
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
26288
+ padding-bottom: var(--v-field-padding-bottom, 6px);
26235
26289
  }
26236
- .v-switch.v-switch--indeterminate .v-switch__thumb {
26237
- transform: scale(0.75);
26238
- box-shadow: none;
26290
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
26291
+ opacity: 1;
26239
26292
  }
26240
- .v-switch.v-switch--inset .v-selection-control__wrapper {
26241
- width: auto;
26293
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
26294
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26242
26295
  }
26243
- .v-switch.v-input--vertical .v-label {
26244
- min-width: max-content;
26296
+ .v-text-field__prefix {
26297
+ padding-inline-start: var(--v-field-padding-start);
26245
26298
  }
26246
- .v-switch.v-input--vertical .v-selection-control__wrapper {
26247
- transform: rotate(-90deg);
26299
+ .v-text-field__suffix {
26300
+ padding-inline-end: var(--v-field-padding-end);
26248
26301
  }
26249
26302
 
26250
- @media (forced-colors: active) {
26251
- .v-switch .v-switch__loader .v-progress-circular {
26252
- color: currentColor;
26253
- }
26254
- .v-switch .v-switch__thumb {
26255
- background-color: buttontext;
26256
- }
26257
- .v-switch .v-switch__track,
26258
- .v-switch .v-switch__thumb {
26259
- border: 1px solid;
26260
- color: buttontext;
26261
- }
26262
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26263
- background-color: highlight;
26264
- }
26265
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
26266
- background-color: highlight;
26267
- }
26268
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
26269
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26270
- color: highlight;
26271
- }
26272
- .v-switch.v-switch--inset .v-switch__track {
26273
- border-width: 2px;
26274
- }
26275
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
26276
- background-color: highlighttext;
26277
- color: highlighttext;
26278
- }
26279
- .v-switch.v-input--disabled .v-switch__thumb {
26280
- background-color: graytext;
26281
- }
26282
- .v-switch.v-input--disabled .v-switch__track,
26283
- .v-switch.v-input--disabled .v-switch__thumb {
26284
- color: graytext;
26285
- }
26286
- .v-switch.v-switch--loading .v-switch__thumb {
26287
- background-color: canvas;
26288
- }
26289
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
26290
- border-width: 0;
26291
- }
26292
- }/* region BLOCK */
26293
- .v-text-field input {
26294
- color: inherit;
26295
- opacity: 0;
26296
- flex: 1;
26297
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26298
- min-width: 0;
26303
+ /* endregion */.v-toolbar {
26304
+ align-items: flex-start;
26305
+ display: flex;
26306
+ flex: none;
26307
+ flex-direction: column;
26308
+ justify-content: space-between;
26309
+ max-width: 100%;
26310
+ position: relative;
26311
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26312
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26313
+ width: 100%;
26299
26314
  }
26300
- .v-text-field input:focus, .v-text-field input:active {
26301
- outline: none;
26315
+ .v-toolbar {
26316
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26317
+ border-style: solid;
26318
+ border-width: 0;
26302
26319
  }
26303
- .v-text-field input:invalid {
26320
+ .v-toolbar--border {
26321
+ border-width: thin;
26304
26322
  box-shadow: none;
26305
26323
  }
26306
- .v-text-field .v-field {
26307
- cursor: text;
26324
+ .v-toolbar {
26325
+ 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));
26326
+ }
26327
+ .v-toolbar {
26328
+ border-radius: 0;
26329
+ }
26330
+ .v-toolbar {
26331
+ background: rgb(var(--v-theme-surface-light));
26332
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26308
26333
  }
26309
- .v-text-field--prefixed.v-text-field .v-field__input {
26310
- --v-field-padding-start: 6px;
26334
+ .v-toolbar--absolute {
26335
+ position: absolute;
26311
26336
  }
26312
-
26313
- .v-text-field--suffixed.v-text-field .v-field__input {
26314
- --v-field-padding-end: 0;
26337
+ .v-toolbar--collapse {
26338
+ max-width: 112px;
26339
+ overflow: hidden;
26340
+ border-end-end-radius: 24px;
26315
26341
  }
26316
-
26317
- .v-text-field .v-input__details {
26318
- padding-inline: 16px;
26342
+ .v-toolbar--collapse .v-toolbar-title {
26343
+ display: none;
26319
26344
  }
26320
- .v-input--plain-underlined.v-text-field .v-input__details {
26321
- padding-inline: 0;
26345
+ .v-toolbar--flat {
26346
+ 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));
26322
26347
  }
26323
-
26324
- .v-text-field .v-field--no-label input,
26325
- .v-text-field .v-field--active input {
26326
- opacity: 1;
26348
+ .v-toolbar--floating {
26349
+ display: inline-flex;
26327
26350
  }
26328
- .v-text-field .v-field--single-line input {
26329
- transition: none;
26351
+ .v-toolbar--rounded {
26352
+ border-radius: 4px;
26330
26353
  }
26331
26354
 
26332
- /* endregion */
26333
- /* region ELEMENTS */
26334
- .v-text-field__prefix, .v-text-field__suffix {
26355
+ .v-toolbar__content,
26356
+ .v-toolbar__extension {
26335
26357
  align-items: center;
26336
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26337
- cursor: default;
26338
26358
  display: flex;
26339
- opacity: 0;
26359
+ flex: 0 0 auto;
26360
+ position: relative;
26340
26361
  transition: inherit;
26341
- white-space: nowrap;
26342
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
26343
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
26344
- padding-bottom: var(--v-field-padding-bottom, 6px);
26345
- }
26346
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
26347
- opacity: 1;
26362
+ width: 100%;
26348
26363
  }
26349
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
26350
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26364
+
26365
+ .v-toolbar__content {
26366
+ overflow: hidden;
26351
26367
  }
26352
- .v-text-field__prefix {
26353
- padding-inline-start: var(--v-field-padding-start);
26368
+ .v-toolbar__content > .v-btn:first-child {
26369
+ margin-inline-start: 4px;
26354
26370
  }
26355
- .v-text-field__suffix {
26356
- padding-inline-end: var(--v-field-padding-end);
26371
+ .v-toolbar__content > .v-btn:last-child {
26372
+ margin-inline-end: 4px;
26357
26373
  }
26358
-
26359
- /* endregion */.v-textarea .v-field {
26360
- --v-textarea-control-height: var(--v-input-control-height);
26374
+ .v-toolbar__content > .v-toolbar-title {
26375
+ margin-inline-start: 20px;
26361
26376
  }
26362
- .v-textarea .v-field__field {
26363
- --v-input-control-height: var(--v-textarea-control-height);
26377
+ .v-toolbar--density-prominent .v-toolbar__content {
26378
+ align-items: flex-start;
26364
26379
  }
26365
- .v-textarea .v-field__input {
26366
- flex: 1 1 auto;
26367
- outline: none;
26368
- -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));
26369
- 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));
26380
+
26381
+ .v-toolbar__image {
26382
+ display: flex;
26383
+ opacity: var(--v-toolbar-image-opacity, 1);
26384
+ transition-property: opacity;
26370
26385
  }
26371
- .v-textarea .v-field__input.v-textarea__sizer {
26372
- visibility: hidden;
26386
+ .v-toolbar__image {
26373
26387
  position: absolute;
26374
26388
  top: 0;
26375
26389
  left: 0;
26376
- height: 0 !important;
26377
- min-height: 0 !important;
26378
- pointer-events: none;
26390
+ width: 100%;
26391
+ height: 100%;
26379
26392
  }
26380
- .v-textarea--no-resize .v-field__input {
26381
- resize: none;
26393
+
26394
+ .v-toolbar__prepend,
26395
+ .v-toolbar__append {
26396
+ align-items: center;
26397
+ align-self: stretch;
26398
+ display: flex;
26382
26399
  }
26383
- .v-textarea .v-field--no-label textarea,
26384
- .v-textarea .v-field--active textarea {
26385
- opacity: 1;
26400
+
26401
+ .v-toolbar__prepend {
26402
+ margin-inline: 4px auto;
26386
26403
  }
26387
- .v-textarea textarea {
26388
- opacity: 0;
26389
- flex: 1;
26404
+
26405
+ .v-toolbar__append {
26406
+ margin-inline: auto 4px;
26407
+ }
26408
+
26409
+ .v-toolbar-title {
26410
+ flex: 1 1;
26411
+ font-size: 1.25rem;
26390
26412
  min-width: 0;
26391
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26392
26413
  }
26393
- .v-textarea textarea:focus, .v-textarea textarea:active {
26394
- outline: none;
26414
+ .v-toolbar-title {
26415
+ font-size: 1.25rem;
26416
+ font-weight: 400;
26417
+ letter-spacing: 0;
26418
+ line-height: 1.75rem;
26419
+ text-transform: none;
26395
26420
  }
26396
- .v-textarea textarea:invalid {
26397
- box-shadow: none;
26421
+ .v-toolbar--density-prominent .v-toolbar-title {
26422
+ align-self: flex-end;
26423
+ padding-bottom: 6px;
26424
+ }
26425
+ .v-toolbar--density-prominent .v-toolbar-title {
26426
+ font-size: 1.5rem;
26427
+ font-weight: 400;
26428
+ letter-spacing: 0;
26429
+ line-height: 2.25rem;
26430
+ text-transform: none;
26431
+ }
26432
+
26433
+ .v-toolbar-title__placeholder {
26434
+ overflow: hidden;
26435
+ text-overflow: ellipsis;
26436
+ white-space: nowrap;
26437
+ }
26438
+
26439
+ .v-toolbar-items {
26440
+ display: flex;
26441
+ height: inherit;
26442
+ align-self: stretch;
26443
+ }
26444
+ .v-toolbar-items > .v-btn {
26445
+ border-radius: 0;
26398
26446
  }.v-theme-provider {
26399
26447
  background: rgb(var(--v-theme-background));
26400
26448
  color: rgb(var(--v-theme-on-background));
@@ -26816,158 +26864,110 @@ html.v-overlay-scroll-blocked {
26816
26864
 
26817
26865
  .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 {
26818
26866
  padding-inline-end: 0;
26819
- }.v-toolbar {
26820
- align-items: flex-start;
26821
- display: flex;
26822
- flex: none;
26823
- flex-direction: column;
26824
- justify-content: space-between;
26867
+ }.v-virtual-scroll {
26868
+ display: block;
26869
+ flex: 1 1 auto;
26825
26870
  max-width: 100%;
26871
+ overflow: auto;
26826
26872
  position: relative;
26827
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26828
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26829
- width: 100%;
26830
- }
26831
- .v-toolbar {
26832
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26833
- border-style: solid;
26834
- border-width: 0;
26835
- }
26836
- .v-toolbar--border {
26837
- border-width: thin;
26838
- box-shadow: none;
26839
- }
26840
- .v-toolbar {
26841
- 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));
26842
26873
  }
26843
- .v-toolbar {
26874
+ .v-virtual-scroll__container {
26875
+ display: block;
26876
+ }.v-tab.v-tab.v-btn {
26877
+ height: var(--v-tabs-height);
26844
26878
  border-radius: 0;
26879
+ min-width: 90px;
26845
26880
  }
26846
- .v-toolbar {
26847
- background: rgb(var(--v-theme-surface-light));
26848
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26849
- }
26850
- .v-toolbar--absolute {
26851
- position: absolute;
26852
- }
26853
- .v-toolbar--collapse {
26854
- max-width: 112px;
26855
- overflow: hidden;
26856
- border-end-end-radius: 24px;
26857
- }
26858
- .v-toolbar--collapse .v-toolbar-title {
26859
- display: none;
26860
- }
26861
- .v-toolbar--flat {
26862
- 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));
26863
- }
26864
- .v-toolbar--floating {
26865
- display: inline-flex;
26881
+ .v-slide-group--horizontal .v-tab {
26882
+ max-width: 360px;
26866
26883
  }
26867
- .v-toolbar--rounded {
26868
- border-radius: 4px;
26884
+ .v-slide-group--vertical .v-tab {
26885
+ justify-content: start;
26869
26886
  }
26870
26887
 
26871
- .v-toolbar__content,
26872
- .v-toolbar__extension {
26873
- align-items: center;
26874
- display: flex;
26875
- flex: 0 0 auto;
26876
- position: relative;
26877
- transition: inherit;
26888
+ .v-tab__slider {
26889
+ position: absolute;
26890
+ bottom: 0;
26891
+ left: 0;
26892
+ height: 2px;
26878
26893
  width: 100%;
26894
+ background: currentColor;
26895
+ pointer-events: none;
26896
+ opacity: 0;
26879
26897
  }
26880
-
26881
- .v-toolbar__content {
26882
- overflow: hidden;
26883
- }
26884
- .v-toolbar__content > .v-btn:first-child {
26885
- margin-inline-start: 4px;
26886
- }
26887
- .v-toolbar__content > .v-btn:last-child {
26888
- margin-inline-end: 4px;
26889
- }
26890
- .v-toolbar__content > .v-toolbar-title {
26891
- margin-inline-start: 20px;
26892
- }
26893
- .v-toolbar--density-prominent .v-toolbar__content {
26894
- align-items: flex-start;
26895
- }
26896
-
26897
- .v-toolbar__image {
26898
- display: flex;
26899
- opacity: var(--v-toolbar-image-opacity, 1);
26900
- transition-property: opacity;
26898
+ .v-tab--selected .v-tab__slider {
26899
+ opacity: 1;
26901
26900
  }
26902
- .v-toolbar__image {
26903
- position: absolute;
26901
+ .v-slide-group--vertical .v-tab__slider {
26904
26902
  top: 0;
26905
- left: 0;
26906
- width: 100%;
26907
26903
  height: 100%;
26908
- }
26909
-
26910
- .v-toolbar__prepend,
26911
- .v-toolbar__append {
26912
- align-items: center;
26913
- align-self: stretch;
26904
+ width: 2px;
26905
+ }.v-tabs {
26914
26906
  display: flex;
26907
+ height: var(--v-tabs-height);
26908
+ }
26909
+ .v-tabs--density-default {
26910
+ --v-tabs-height: 48px;
26911
+ }
26912
+ .v-tabs--density-default.v-tabs--stacked {
26913
+ --v-tabs-height: 72px;
26915
26914
  }
26916
26915
 
26917
- .v-toolbar__prepend {
26918
- margin-inline: 4px auto;
26916
+ .v-tabs--density-comfortable {
26917
+ --v-tabs-height: 44px;
26918
+ }
26919
+ .v-tabs--density-comfortable.v-tabs--stacked {
26920
+ --v-tabs-height: 68px;
26919
26921
  }
26920
26922
 
26921
- .v-toolbar__append {
26922
- margin-inline: auto 4px;
26923
+ .v-tabs--density-compact {
26924
+ --v-tabs-height: 36px;
26925
+ }
26926
+ .v-tabs--density-compact.v-tabs--stacked {
26927
+ --v-tabs-height: 60px;
26923
26928
  }
26924
26929
 
26925
- .v-toolbar-title {
26926
- flex: 1 1;
26927
- font-size: 1.25rem;
26928
- min-width: 0;
26930
+ .v-tabs.v-slide-group--vertical {
26931
+ height: auto;
26932
+ flex: none;
26933
+ --v-tabs-height: 48px;
26929
26934
  }
26930
- .v-toolbar-title {
26931
- font-size: 1.25rem;
26932
- font-weight: 400;
26933
- letter-spacing: 0;
26934
- line-height: 1.75rem;
26935
- text-transform: none;
26935
+
26936
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
26937
+ margin-inline-start: 42px;
26936
26938
  }
26937
- .v-toolbar--density-prominent .v-toolbar-title {
26938
- align-self: flex-end;
26939
- padding-bottom: 6px;
26939
+
26940
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
26941
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
26942
+ margin-inline-end: auto;
26940
26943
  }
26941
- .v-toolbar--density-prominent .v-toolbar-title {
26942
- font-size: 1.5rem;
26943
- font-weight: 400;
26944
- letter-spacing: 0;
26945
- line-height: 2.25rem;
26946
- text-transform: none;
26944
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
26945
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
26946
+ margin-inline-start: auto;
26947
26947
  }
26948
26948
 
26949
- .v-toolbar-title__placeholder {
26950
- overflow: hidden;
26951
- text-overflow: ellipsis;
26952
- white-space: nowrap;
26949
+ .v-tabs--grow {
26950
+ flex-grow: 1;
26951
+ }
26952
+ .v-tabs--grow .v-tab {
26953
+ flex: 1 0 auto;
26954
+ max-width: none;
26953
26955
  }
26954
26956
 
26955
- .v-toolbar-items {
26956
- display: flex;
26957
- height: inherit;
26958
- align-self: stretch;
26957
+ .v-tabs--align-tabs-end .v-tab:first-child {
26958
+ margin-inline-start: auto;
26959
26959
  }
26960
- .v-toolbar-items > .v-btn {
26961
- border-radius: 0;
26962
- }.v-virtual-scroll {
26963
- display: block;
26964
- flex: 1 1 auto;
26965
- max-width: 100%;
26966
- overflow: auto;
26967
- position: relative;
26960
+ .v-tabs--align-tabs-end .v-tab:last-child {
26961
+ margin-inline-end: 0;
26968
26962
  }
26969
- .v-virtual-scroll__container {
26970
- display: block;
26963
+
26964
+ @media (max-width: 1279.98px) {
26965
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
26966
+ margin-inline-start: 52px;
26967
+ }
26968
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
26969
+ margin-inline-end: 52px;
26970
+ }
26971
26971
  }.v-tooltip > .v-overlay__content {
26972
26972
  background: rgb(var(--v-theme-surface-variant));
26973
26973
  color: rgb(var(--v-theme-on-surface-variant));
@@ -27082,6 +27082,41 @@ html.v-overlay-scroll-blocked {
27082
27082
  }
27083
27083
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
27084
27084
  will-change: transform;
27085
+ }.v-color-picker-swatches {
27086
+ overflow-y: auto;
27087
+ }
27088
+ .v-color-picker-swatches > div {
27089
+ display: flex;
27090
+ flex-wrap: wrap;
27091
+ justify-content: center;
27092
+ padding: 8px;
27093
+ }
27094
+
27095
+ .v-color-picker-swatches__swatch {
27096
+ display: flex;
27097
+ flex-direction: column;
27098
+ margin-bottom: 10px;
27099
+ }
27100
+
27101
+ .v-color-picker-swatches__color {
27102
+ position: relative;
27103
+ height: 18px;
27104
+ max-height: 18px;
27105
+ width: 45px;
27106
+ margin: 2px 4px;
27107
+ border-radius: 2px;
27108
+ -webkit-user-select: none;
27109
+ user-select: none;
27110
+ overflow: hidden;
27111
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27112
+ cursor: pointer;
27113
+ }
27114
+ .v-color-picker-swatches__color > div {
27115
+ display: flex;
27116
+ align-items: center;
27117
+ justify-content: center;
27118
+ width: 100%;
27119
+ height: 100%;
27085
27120
  }.v-color-picker-edit {
27086
27121
  display: flex;
27087
27122
  margin-top: 24px;
@@ -27149,72 +27184,196 @@ html.v-overlay-scroll-blocked {
27149
27184
  overflow: hidden;
27150
27185
  margin-inline-end: 24px;
27151
27186
  }
27152
- .v-color-picker-preview__dot > div {
27153
- width: 100%;
27154
- height: 100%;
27187
+ .v-color-picker-preview__dot > div {
27188
+ width: 100%;
27189
+ height: 100%;
27190
+ }
27191
+
27192
+ .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
27193
+ background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
27194
+ }
27195
+
27196
+ .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
27197
+ background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
27198
+ }
27199
+
27200
+ .v-color-picker-preview__track {
27201
+ position: relative;
27202
+ width: 100%;
27203
+ margin: 0 !important;
27204
+ }
27205
+ .v-color-picker-preview__track .v-slider-track__fill {
27206
+ display: none;
27207
+ }
27208
+
27209
+ .v-color-picker-preview {
27210
+ align-items: center;
27211
+ display: flex;
27212
+ margin-bottom: 0;
27213
+ }
27214
+
27215
+ .v-color-picker-preview__eye-dropper {
27216
+ position: relative;
27217
+ margin-right: 12px;
27218
+ }.v-slider-thumb {
27219
+ touch-action: none;
27220
+ color: rgb(var(--v-theme-surface-variant));
27221
+ }
27222
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
27223
+ color: inherit;
27224
+ }
27225
+
27226
+ .v-slider-thumb__label {
27227
+ background: rgba(var(--v-theme-surface-variant), 0.7);
27228
+ color: rgb(var(--v-theme-on-surface-variant));
27229
+ }
27230
+ .v-slider-thumb__label::before {
27231
+ color: rgba(var(--v-theme-surface-variant), 0.7);
27232
+ }
27233
+
27234
+ .v-slider-thumb {
27235
+ outline: none;
27236
+ position: absolute;
27237
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
27238
+ }
27239
+
27240
+ .v-slider-thumb__surface {
27241
+ cursor: pointer;
27242
+ width: var(--v-slider-thumb-size);
27243
+ height: var(--v-slider-thumb-size);
27244
+ border-radius: 50%;
27245
+ -webkit-user-select: none;
27246
+ user-select: none;
27247
+ background-color: currentColor;
27248
+ }
27249
+ @media (forced-colors: active) {
27250
+ .v-slider-thumb__surface {
27251
+ background-color: highlight;
27252
+ }
27253
+ }
27254
+ .v-slider-thumb__surface::before {
27255
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
27256
+ content: "";
27257
+ color: inherit;
27258
+ top: 0;
27259
+ left: 0;
27260
+ width: 100%;
27261
+ height: 100%;
27262
+ border-radius: 50%;
27263
+ background: currentColor;
27264
+ position: absolute;
27265
+ pointer-events: none;
27266
+ opacity: 0;
27267
+ }
27268
+ .v-slider-thumb__surface::after {
27269
+ content: "";
27270
+ width: 42px;
27271
+ height: 42px;
27272
+ position: absolute;
27273
+ top: 50%;
27274
+ left: 50%;
27275
+ transform: translate(-50%, -50%);
27276
+ }
27277
+
27278
+ .v-slider-thumb__label-container {
27279
+ position: absolute;
27280
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27281
+ }
27282
+
27283
+ .v-slider-thumb__label {
27284
+ display: flex;
27285
+ align-items: center;
27286
+ justify-content: center;
27287
+ font-size: 0.75rem;
27288
+ min-width: 35px;
27289
+ height: 25px;
27290
+ border-radius: 4px;
27291
+ padding: 6px;
27292
+ position: absolute;
27293
+ -webkit-user-select: none;
27294
+ user-select: none;
27295
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27296
+ }
27297
+ .v-slider-thumb__label::before {
27298
+ content: "";
27299
+ width: 0;
27300
+ height: 0;
27301
+ position: absolute;
27302
+ }
27303
+
27304
+ .v-slider-thumb__ripple {
27305
+ position: absolute;
27306
+ left: calc(var(--v-slider-thumb-size) / -2);
27307
+ top: calc(var(--v-slider-thumb-size) / -2);
27308
+ width: calc(var(--v-slider-thumb-size) * 2);
27309
+ height: calc(var(--v-slider-thumb-size) * 2);
27310
+ background: inherit;
27311
+ }
27312
+
27313
+ .v-slider.v-input--horizontal .v-slider-thumb {
27314
+ top: 50%;
27315
+ transform: translateY(-50%);
27316
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27317
+ }
27318
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
27319
+ left: calc(var(--v-slider-thumb-size) / 2);
27320
+ top: 0;
27155
27321
  }
27156
-
27157
- .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
27158
- background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
27322
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
27323
+ bottom: calc(var(--v-slider-thumb-size) / 2);
27159
27324
  }
27160
-
27161
- .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
27162
- background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
27325
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
27326
+ transform: translateX(-50%);
27163
27327
  }
27164
27328
 
27165
- .v-color-picker-preview__track {
27166
- position: relative;
27167
- width: 100%;
27168
- margin: 0 !important;
27169
- }
27170
- .v-color-picker-preview__track .v-slider-track__fill {
27171
- display: none;
27329
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
27330
+ transform: translateX(50%);
27172
27331
  }
27173
27332
 
27174
- .v-color-picker-preview {
27175
- align-items: center;
27176
- display: flex;
27177
- margin-bottom: 0;
27333
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
27334
+ border-left: 6px solid transparent;
27335
+ border-right: 6px solid transparent;
27336
+ border-top: 6px solid currentColor;
27337
+ bottom: -6px;
27178
27338
  }
27179
27339
 
27180
- .v-color-picker-preview__eye-dropper {
27181
- position: relative;
27182
- margin-right: 12px;
27183
- }.v-color-picker-swatches {
27184
- overflow-y: auto;
27340
+ .v-slider.v-input--vertical .v-slider-thumb {
27341
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27185
27342
  }
27186
- .v-color-picker-swatches > div {
27187
- display: flex;
27188
- flex-wrap: wrap;
27189
- justify-content: center;
27190
- padding: 8px;
27343
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
27344
+ top: calc(var(--v-slider-thumb-size) / 2);
27345
+ right: 0;
27346
+ }
27347
+ .v-slider.v-input--vertical .v-slider-thumb__label {
27348
+ top: -12.5px;
27349
+ left: calc(var(--v-slider-thumb-size) / 2);
27350
+ }
27351
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
27352
+ border-right: 6px solid currentColor;
27353
+ border-top: 6px solid transparent;
27354
+ border-bottom: 6px solid transparent;
27355
+ left: -6px;
27191
27356
  }
27192
27357
 
27193
- .v-color-picker-swatches__swatch {
27194
- display: flex;
27195
- flex-direction: column;
27196
- margin-bottom: 10px;
27358
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
27359
+ transform: scale(2);
27360
+ opacity: var(--v-focus-opacity);
27197
27361
  }
27198
27362
 
27199
- .v-color-picker-swatches__color {
27200
- position: relative;
27201
- height: 18px;
27202
- max-height: 18px;
27203
- width: 45px;
27204
- margin: 2px 4px;
27205
- border-radius: 2px;
27206
- -webkit-user-select: none;
27207
- user-select: none;
27208
- overflow: hidden;
27209
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27210
- cursor: pointer;
27363
+ .v-slider-thumb--pressed {
27364
+ transition: none;
27211
27365
  }
27212
- .v-color-picker-swatches__color > div {
27213
- display: flex;
27214
- align-items: center;
27215
- justify-content: center;
27216
- width: 100%;
27217
- height: 100%;
27366
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
27367
+ opacity: var(--v-pressed-opacity);
27368
+ }
27369
+
27370
+ @media (hover: hover) {
27371
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
27372
+ transform: scale(2);
27373
+ }
27374
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
27375
+ opacity: var(--v-hover-opacity);
27376
+ }
27218
27377
  }.v-slider-track__background {
27219
27378
  background-color: rgb(var(--v-theme-surface-variant));
27220
27379
  }
@@ -27393,163 +27552,4 @@ html.v-overlay-scroll-blocked {
27393
27552
 
27394
27553
  .v-slider-track__background--opacity {
27395
27554
  opacity: 0.38;
27396
- }.v-slider-thumb {
27397
- touch-action: none;
27398
- color: rgb(var(--v-theme-surface-variant));
27399
- }
27400
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
27401
- color: inherit;
27402
- }
27403
-
27404
- .v-slider-thumb__label {
27405
- background: rgba(var(--v-theme-surface-variant), 0.7);
27406
- color: rgb(var(--v-theme-on-surface-variant));
27407
- }
27408
- .v-slider-thumb__label::before {
27409
- color: rgba(var(--v-theme-surface-variant), 0.7);
27410
- }
27411
-
27412
- .v-slider-thumb {
27413
- outline: none;
27414
- position: absolute;
27415
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
27416
- }
27417
-
27418
- .v-slider-thumb__surface {
27419
- cursor: pointer;
27420
- width: var(--v-slider-thumb-size);
27421
- height: var(--v-slider-thumb-size);
27422
- border-radius: 50%;
27423
- -webkit-user-select: none;
27424
- user-select: none;
27425
- background-color: currentColor;
27426
- }
27427
- @media (forced-colors: active) {
27428
- .v-slider-thumb__surface {
27429
- background-color: highlight;
27430
- }
27431
- }
27432
- .v-slider-thumb__surface::before {
27433
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
27434
- content: "";
27435
- color: inherit;
27436
- top: 0;
27437
- left: 0;
27438
- width: 100%;
27439
- height: 100%;
27440
- border-radius: 50%;
27441
- background: currentColor;
27442
- position: absolute;
27443
- pointer-events: none;
27444
- opacity: 0;
27445
- }
27446
- .v-slider-thumb__surface::after {
27447
- content: "";
27448
- width: 42px;
27449
- height: 42px;
27450
- position: absolute;
27451
- top: 50%;
27452
- left: 50%;
27453
- transform: translate(-50%, -50%);
27454
- }
27455
-
27456
- .v-slider-thumb__label-container {
27457
- position: absolute;
27458
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27459
- }
27460
-
27461
- .v-slider-thumb__label {
27462
- display: flex;
27463
- align-items: center;
27464
- justify-content: center;
27465
- font-size: 0.75rem;
27466
- min-width: 35px;
27467
- height: 25px;
27468
- border-radius: 4px;
27469
- padding: 6px;
27470
- position: absolute;
27471
- -webkit-user-select: none;
27472
- user-select: none;
27473
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27474
- }
27475
- .v-slider-thumb__label::before {
27476
- content: "";
27477
- width: 0;
27478
- height: 0;
27479
- position: absolute;
27480
- }
27481
-
27482
- .v-slider-thumb__ripple {
27483
- position: absolute;
27484
- left: calc(var(--v-slider-thumb-size) / -2);
27485
- top: calc(var(--v-slider-thumb-size) / -2);
27486
- width: calc(var(--v-slider-thumb-size) * 2);
27487
- height: calc(var(--v-slider-thumb-size) * 2);
27488
- background: inherit;
27489
- }
27490
-
27491
- .v-slider.v-input--horizontal .v-slider-thumb {
27492
- top: 50%;
27493
- transform: translateY(-50%);
27494
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27495
- }
27496
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
27497
- left: calc(var(--v-slider-thumb-size) / 2);
27498
- top: 0;
27499
- }
27500
- .v-slider.v-input--horizontal .v-slider-thumb__label {
27501
- bottom: calc(var(--v-slider-thumb-size) / 2);
27502
- }
27503
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
27504
- transform: translateX(-50%);
27505
- }
27506
-
27507
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
27508
- transform: translateX(50%);
27509
- }
27510
-
27511
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
27512
- border-left: 6px solid transparent;
27513
- border-right: 6px solid transparent;
27514
- border-top: 6px solid currentColor;
27515
- bottom: -6px;
27516
- }
27517
-
27518
- .v-slider.v-input--vertical .v-slider-thumb {
27519
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27520
- }
27521
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
27522
- top: calc(var(--v-slider-thumb-size) / 2);
27523
- right: 0;
27524
- }
27525
- .v-slider.v-input--vertical .v-slider-thumb__label {
27526
- top: -12.5px;
27527
- left: calc(var(--v-slider-thumb-size) / 2);
27528
- }
27529
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
27530
- border-right: 6px solid currentColor;
27531
- border-top: 6px solid transparent;
27532
- border-bottom: 6px solid transparent;
27533
- left: -6px;
27534
- }
27535
-
27536
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
27537
- transform: scale(2);
27538
- opacity: var(--v-focus-opacity);
27539
- }
27540
-
27541
- .v-slider-thumb--pressed {
27542
- transition: none;
27543
- }
27544
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
27545
- opacity: var(--v-pressed-opacity);
27546
- }
27547
-
27548
- @media (hover: hover) {
27549
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
27550
- transform: scale(2);
27551
- }
27552
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
27553
- opacity: var(--v-hover-opacity);
27554
- }
27555
27555
  }