@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-12

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.6.14-master.2024-08-04
2
+ * Vuetify v3.6.14-master.2024-08-12
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,80 +17978,6 @@ html.overflow-y-hidden {
17978
17978
  }
17979
17979
  .v-kbd {
17980
17980
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17981
- }.v-calendar-day {
17982
- position: relative;
17983
- display: flex;
17984
- flex-direction: column;
17985
- }
17986
-
17987
- .v-calendar-weekly .v-calendar__container {
17988
- display: grid;
17989
- }
17990
- .v-calendar-weekly .v-calendar__container.days__7 {
17991
- grid-template-columns: repeat(7, 1fr);
17992
- }
17993
- .v-calendar-weekly .v-calendar__container.days__6 {
17994
- grid-template-columns: repeat(6, 1fr);
17995
- }
17996
- .v-calendar-weekly .v-calendar__container.days__5 {
17997
- grid-template-columns: repeat(5, 1fr);
17998
- }
17999
- .v-calendar-weekly .v-calendar__container.days__4 {
18000
- grid-template-columns: repeat(4, 1fr);
18001
- }
18002
- .v-calendar-weekly .v-calendar__container.days__3 {
18003
- grid-template-columns: repeat(3, 1fr);
18004
- }
18005
- .v-calendar-weekly .v-calendar__container.days__2 {
18006
- grid-template-columns: repeat(2, 1fr);
18007
- }
18008
- .v-calendar-weekly .v-calendar__container.days__1 {
18009
- grid-template-columns: repeat(1, 1fr);
18010
- }
18011
- .v-calendar-weekly .v-calendar__container.days__0 {
18012
- grid-template-columns: repeat(1, 1fr);
18013
- }.v-calendar-day__row-with-label {
18014
- display: grid;
18015
- grid-template-columns: 48px 8px 1fr;
18016
- border-right: thin solid #e0e0e0;
18017
- }
18018
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
18019
- position: relative;
18020
- border-right: thin solid #e0e0e0;
18021
- }
18022
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
18023
- content: "";
18024
- border-bottom: thin solid #e0e0e0;
18025
- position: absolute;
18026
- width: 100%;
18027
- margin-top: -1px;
18028
- z-index: 3;
18029
- pointer-events: none;
18030
- }
18031
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
18032
- font-size: 10px;
18033
- text-align: center;
18034
- position: relative;
18035
- top: -8px;
18036
- }
18037
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
18038
- border-bottom: thin solid #e0e0e0;
18039
- }
18040
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18041
- border-bottom: none;
18042
- }
18043
-
18044
- .v-calendar-day__row-without-label {
18045
- display: grid;
18046
- grid-template-columns: 1fr;
18047
- border-right: thin solid #e0e0e0;
18048
- }
18049
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
18050
- overflow: hidden;
18051
- border-bottom: thin solid #e0e0e0;
18052
- }
18053
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18054
- border-bottom: none;
18055
17981
  }.v-calendar {
18056
17982
  background: rgb(var(--v-theme-background));
18057
17983
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -18279,6 +18205,80 @@ html.overflow-y-hidden {
18279
18205
  }
18280
18206
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
18281
18207
  border-right: none;
18208
+ }.v-calendar-day {
18209
+ position: relative;
18210
+ display: flex;
18211
+ flex-direction: column;
18212
+ }
18213
+
18214
+ .v-calendar-weekly .v-calendar__container {
18215
+ display: grid;
18216
+ }
18217
+ .v-calendar-weekly .v-calendar__container.days__7 {
18218
+ grid-template-columns: repeat(7, 1fr);
18219
+ }
18220
+ .v-calendar-weekly .v-calendar__container.days__6 {
18221
+ grid-template-columns: repeat(6, 1fr);
18222
+ }
18223
+ .v-calendar-weekly .v-calendar__container.days__5 {
18224
+ grid-template-columns: repeat(5, 1fr);
18225
+ }
18226
+ .v-calendar-weekly .v-calendar__container.days__4 {
18227
+ grid-template-columns: repeat(4, 1fr);
18228
+ }
18229
+ .v-calendar-weekly .v-calendar__container.days__3 {
18230
+ grid-template-columns: repeat(3, 1fr);
18231
+ }
18232
+ .v-calendar-weekly .v-calendar__container.days__2 {
18233
+ grid-template-columns: repeat(2, 1fr);
18234
+ }
18235
+ .v-calendar-weekly .v-calendar__container.days__1 {
18236
+ grid-template-columns: repeat(1, 1fr);
18237
+ }
18238
+ .v-calendar-weekly .v-calendar__container.days__0 {
18239
+ grid-template-columns: repeat(1, 1fr);
18240
+ }.v-calendar-day__row-with-label {
18241
+ display: grid;
18242
+ grid-template-columns: 48px 8px 1fr;
18243
+ border-right: thin solid #e0e0e0;
18244
+ }
18245
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
18246
+ position: relative;
18247
+ border-right: thin solid #e0e0e0;
18248
+ }
18249
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
18250
+ content: "";
18251
+ border-bottom: thin solid #e0e0e0;
18252
+ position: absolute;
18253
+ width: 100%;
18254
+ margin-top: -1px;
18255
+ z-index: 3;
18256
+ pointer-events: none;
18257
+ }
18258
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
18259
+ font-size: 10px;
18260
+ text-align: center;
18261
+ position: relative;
18262
+ top: -8px;
18263
+ }
18264
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
18265
+ border-bottom: thin solid #e0e0e0;
18266
+ }
18267
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18268
+ border-bottom: none;
18269
+ }
18270
+
18271
+ .v-calendar-day__row-without-label {
18272
+ display: grid;
18273
+ grid-template-columns: 1fr;
18274
+ border-right: thin solid #e0e0e0;
18275
+ }
18276
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
18277
+ overflow: hidden;
18278
+ border-bottom: thin solid #e0e0e0;
18279
+ }
18280
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18281
+ border-bottom: none;
18282
18282
  }.v-calendar-header {
18283
18283
  align-items: center;
18284
18284
  display: flex;
@@ -18355,63 +18355,6 @@ html.overflow-y-hidden {
18355
18355
 
18356
18356
  .v-calendar-weekly__day-alldayevents-container {
18357
18357
  min-height: 24px;
18358
- }.v-picker.v-sheet {
18359
- display: grid;
18360
- grid-auto-rows: min-content;
18361
- grid-template-areas: "title" "header" "body";
18362
- overflow: hidden;
18363
- }
18364
- .v-picker.v-sheet {
18365
- 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));
18366
- }
18367
- .v-picker.v-sheet {
18368
- border-radius: 4px;
18369
- }
18370
- .v-picker.v-sheet.v-picker--with-actions {
18371
- grid-template-areas: "title" "header" "body" "actions";
18372
- }
18373
-
18374
- .v-picker__body {
18375
- grid-area: body;
18376
- overflow: hidden;
18377
- position: relative;
18378
- }
18379
-
18380
- .v-picker__header {
18381
- grid-area: header;
18382
- }
18383
-
18384
- .v-picker__actions {
18385
- grid-area: actions;
18386
- padding: 0 12px 12px;
18387
- display: flex;
18388
- align-items: center;
18389
- justify-content: flex-end;
18390
- }
18391
- .v-picker__actions .v-btn {
18392
- min-width: 48px;
18393
- }
18394
- .v-picker__actions .v-btn:not(:last-child) {
18395
- margin-inline-end: 8px;
18396
- }
18397
-
18398
- .v-picker--landscape {
18399
- grid-template-areas: "title" "header body" "header body";
18400
- }
18401
-
18402
- .v-picker--landscape.v-picker--with-actions {
18403
- grid-template-areas: "title" "header body" "header actions";
18404
- }
18405
-
18406
- .v-picker-title {
18407
- text-transform: uppercase;
18408
- font-size: 0.75rem;
18409
- grid-area: title;
18410
- padding-inline: 24px 12px;
18411
- padding-top: 16px;
18412
- padding-bottom: 16px;
18413
- font-weight: 400;
18414
- letter-spacing: 0.1666666667em;
18415
18358
  }.v-calendar-internal-event {
18416
18359
  overflow: hidden;
18417
18360
  padding: 4px;
@@ -18523,48 +18466,199 @@ html.overflow-y-hidden {
18523
18466
  justify-content: flex-end;
18524
18467
  padding: 24px 0 0;
18525
18468
  flex-direction: row-reverse;
18526
- }.v-treeview-item--filtered {
18527
- display: none;
18469
+ }.v-picker.v-sheet {
18470
+ display: grid;
18471
+ grid-auto-rows: min-content;
18472
+ grid-template-areas: "title" "header" "body";
18473
+ overflow: hidden;
18528
18474
  }
18529
-
18530
- .v-treeview {
18531
- --indent-padding: 0px;
18475
+ .v-picker.v-sheet {
18476
+ 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));
18532
18477
  }
18533
-
18534
- .v-treeview-group.v-list-group {
18535
- --list-indent-size: 16px;
18478
+ .v-picker.v-sheet {
18479
+ border-radius: 4px;
18536
18480
  }
18537
- .v-list--slim .v-treeview-group.v-list-group {
18538
- --prepend-width: 16px;
18481
+ .v-picker.v-sheet.v-picker--with-actions {
18482
+ grid-template-areas: "title" "header" "body" "actions";
18539
18483
  }
18540
- .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18541
- padding-inline-start: calc(12px + var(--indent-padding)) !important;
18542
- }.v-pull-to-refresh {
18484
+
18485
+ .v-picker__body {
18486
+ grid-area: body;
18543
18487
  overflow: hidden;
18544
18488
  position: relative;
18545
18489
  }
18546
- .v-pull-to-refresh__pull-down {
18547
- position: absolute;
18548
- width: 100%;
18549
- transition: top 0.3s ease-out;
18550
- }
18551
- .v-pull-to-refresh__pull-down--touching {
18552
- transition: none;
18490
+
18491
+ .v-picker__header {
18492
+ grid-area: header;
18553
18493
  }
18554
- .v-pull-to-refresh__pull-down-default {
18494
+
18495
+ .v-picker__actions {
18496
+ grid-area: actions;
18497
+ padding: 0 12px 12px;
18555
18498
  display: flex;
18556
- width: 100%;
18557
- height: 100%;
18558
- justify-content: center;
18559
- align-items: flex-end;
18560
- padding-bottom: 10px;
18499
+ align-items: center;
18500
+ justify-content: flex-end;
18561
18501
  }
18562
- .v-pull-to-refresh__scroll-container {
18563
- position: relative;
18502
+ .v-picker__actions .v-btn {
18503
+ min-width: 48px;
18504
+ }
18505
+ .v-picker__actions .v-btn:not(:last-child) {
18506
+ margin-inline-end: 8px;
18507
+ }
18508
+
18509
+ .v-picker--landscape {
18510
+ grid-template-areas: "title" "header body" "header body";
18511
+ }
18512
+
18513
+ .v-picker--landscape.v-picker--with-actions {
18514
+ grid-template-areas: "title" "header body" "header actions";
18515
+ }
18516
+
18517
+ .v-picker-title {
18518
+ text-transform: uppercase;
18519
+ font-size: 0.75rem;
18520
+ grid-area: title;
18521
+ padding-inline: 24px 12px;
18522
+ padding-top: 16px;
18523
+ padding-bottom: 16px;
18524
+ font-weight: 400;
18525
+ letter-spacing: 0.1666666667em;
18526
+ }.v-pull-to-refresh {
18527
+ overflow: hidden;
18528
+ position: relative;
18529
+ }
18530
+ .v-pull-to-refresh__pull-down {
18531
+ position: absolute;
18532
+ width: 100%;
18533
+ transition: top 0.3s ease-out;
18534
+ }
18535
+ .v-pull-to-refresh__pull-down--touching {
18536
+ transition: none;
18537
+ }
18538
+ .v-pull-to-refresh__pull-down-default {
18539
+ display: flex;
18540
+ width: 100%;
18541
+ height: 100%;
18542
+ justify-content: center;
18543
+ align-items: flex-end;
18544
+ padding-bottom: 10px;
18545
+ }
18546
+ .v-pull-to-refresh__scroll-container {
18547
+ position: relative;
18564
18548
  transition: top 0.3s ease-out;
18565
18549
  }
18566
18550
  .v-pull-to-refresh__scroll-container--touching {
18567
18551
  transition: none;
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;
18568
18662
  }.v-time-picker-clock {
18569
18663
  background: rgb(var(--v-theme-background));
18570
18664
  color: rgb(var(--v-theme-on-background));
@@ -18696,116 +18790,119 @@ html.overflow-y-hidden {
18696
18790
 
18697
18791
  .v-picker--landscape .v-time-picker-clock__container {
18698
18792
  flex-direction: row;
18699
- }.v-time-picker-controls {
18700
- display: flex;
18701
- align-items: center;
18702
- justify-content: center;
18703
- font-size: 0.875rem;
18704
- padding-top: 4px;
18705
- padding-bottom: 4px;
18706
- margin-bottom: 36px;
18793
+ }.v-treeview-item--filtered {
18794
+ display: none;
18707
18795
  }
18708
- .v-time-picker-controls__text {
18709
- padding-bottom: 12px;
18796
+
18797
+ .v-treeview {
18798
+ --indent-padding: 0px;
18710
18799
  }
18711
- .v-time-picker-controls__time {
18800
+
18801
+ .v-treeview-group.v-list-group {
18802
+ --list-indent-size: 16px;
18803
+ }
18804
+ .v-list--slim .v-treeview-group.v-list-group {
18805
+ --prepend-width: 16px;
18806
+ }
18807
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18808
+ padding-inline-start: calc(12px + var(--indent-padding)) !important;
18809
+ }.v-app-bar {
18712
18810
  display: flex;
18713
- white-space: nowrap;
18714
- direction: ltr;
18715
- justify-content: center;
18716
18811
  }
18717
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18718
- width: 96px;
18719
- height: 80px;
18720
- font-size: 56px;
18812
+ .v-app-bar.v-toolbar {
18813
+ background: rgb(var(--v-theme-surface));
18814
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18721
18815
  }
18722
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18723
- background: rgb(var(--v-theme-primary));
18816
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18817
+ 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));
18724
18818
  }
18725
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18726
- width: 96px;
18727
- height: 80px;
18819
+ .v-app-bar:not(.v-toolbar--absolute) {
18820
+ padding-inline-end: var(--v-scrollbar-offset);
18821
+ }.v-autocomplete .v-field .v-text-field__prefix,
18822
+ .v-autocomplete .v-field .v-text-field__suffix,
18823
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18824
+ cursor: text;
18728
18825
  }
18729
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18730
- width: 64px;
18731
- height: 80px;
18732
- font-size: 40px;
18826
+ .v-autocomplete .v-field .v-field__input > input {
18827
+ flex: 1 1;
18733
18828
  }
18734
- .v-time-picker-controls__time__separator {
18735
- font-size: 56px;
18736
- height: 80px;
18737
- width: 24px;
18738
- text-align: center;
18829
+ .v-autocomplete .v-field input {
18830
+ min-width: 64px;
18739
18831
  }
18740
- .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18741
- height: 80px;
18742
- font-size: 56px;
18832
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18833
+ min-width: 0;
18743
18834
  }
18744
-
18745
- .v-time-picker-controls__ampm {
18746
- margin-left: 12px;
18747
- align-self: flex-end;
18748
- display: flex;
18749
- flex-direction: column;
18750
- font-size: 18px;
18751
- text-transform: uppercase;
18835
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18836
+ margin-inline-end: 2px;
18752
18837
  }
18753
- .v-time-picker-controls__ampm--readonly {
18754
- pointer-events: none;
18838
+ .v-autocomplete .v-autocomplete__selection-text {
18839
+ overflow: hidden;
18840
+ text-overflow: ellipsis;
18841
+ white-space: nowrap;
18755
18842
  }
18756
- .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
18757
- opacity: 0.6;
18843
+
18844
+ .v-autocomplete__content {
18845
+ overflow: hidden;
18758
18846
  }
18759
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
18760
- font-size: 18px;
18761
- padding: 0 8px;
18762
- min-width: 52px;
18763
- height: 40px;
18847
+ .v-autocomplete__content {
18848
+ 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));
18764
18849
  }
18765
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
18766
- border-radius: 4px 4px 0 0;
18767
- border: 1px solid;
18850
+ .v-autocomplete__content {
18851
+ border-radius: 4px;
18768
18852
  }
18769
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
18770
- border-radius: 0 0 4px 4px;
18771
- border: 1px solid;
18772
- border-top: none;
18853
+ .v-autocomplete__mask {
18854
+ background: rgb(var(--v-theme-surface-light));
18773
18855
  }
18774
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
18775
- background: rgb(var(--v-theme-primary));
18856
+ .v-autocomplete__selection {
18857
+ display: inline-flex;
18858
+ align-items: center;
18859
+ height: 1.5rem;
18860
+ letter-spacing: inherit;
18861
+ line-height: inherit;
18862
+ max-width: calc(100% - 2px - 2px);
18776
18863
  }
18777
-
18778
- .v-picker__title--landscape .v-time-picker-controls {
18779
- flex-direction: column;
18780
- justify-content: center;
18781
- height: 100%;
18864
+ .v-autocomplete__selection:first-child {
18865
+ margin-inline-start: 0;
18782
18866
  }
18783
- .v-picker__title--landscape .v-time-picker-controls__time {
18784
- text-align: right;
18867
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18868
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18869
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18870
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18871
+ top: 0px;
18785
18872
  }
18786
- .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
18787
- .v-picker__title--landscape .v-time-picker-controls__time span {
18788
- height: 55px;
18789
- font-size: 55px;
18873
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18874
+ opacity: var(--v-medium-emphasis-opacity);
18790
18875
  }
18791
- .v-picker__title--landscape .v-time-picker-controls__ampm {
18792
- margin: 16px 0 0;
18793
- align-self: initial;
18794
- text-align: center;
18876
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18877
+ opacity: 1;
18795
18878
  }
18796
-
18797
- .v-picker--time .v-picker__title--landscape {
18798
- padding: 0;
18879
+ .v-autocomplete--selecting-index .v-field__input > input {
18880
+ caret-color: transparent;
18799
18881
  }
18800
- .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18801
- text-align: center;
18802
- }.v-time-picker.v-picker {
18803
- padding: 24px;
18804
- width: 328px;
18882
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18883
+ flex: 1 1;
18884
+ position: absolute;
18885
+ left: 0;
18886
+ right: 0;
18887
+ width: 100%;
18888
+ padding-inline: inherit;
18805
18889
  }
18806
- .v-time-picker.v-picker .v-picker-title {
18807
- padding: 0;
18808
- margin-bottom: 20px;
18890
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18891
+ transition: none;
18892
+ }
18893
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18894
+ opacity: 0;
18895
+ }
18896
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18897
+ opacity: 0;
18898
+ }
18899
+ .v-autocomplete__menu-icon {
18900
+ margin-inline-start: 4px;
18901
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18902
+ }
18903
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18904
+ opacity: var(--v-high-emphasis-opacity);
18905
+ transform: rotate(180deg);
18809
18906
  }.v-application {
18810
18907
  display: flex;
18811
18908
  background: rgb(var(--v-theme-background));
@@ -19038,91 +19135,69 @@ html.overflow-y-hidden {
19038
19135
  text-transform: none;
19039
19136
  word-break: normal;
19040
19137
  word-wrap: break-word;
19041
- }.v-autocomplete .v-field .v-text-field__prefix,
19042
- .v-autocomplete .v-field .v-text-field__suffix,
19043
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
19044
- cursor: text;
19045
- }
19046
- .v-autocomplete .v-field .v-field__input > input {
19047
- flex: 1 1;
19048
- }
19049
- .v-autocomplete .v-field input {
19050
- min-width: 64px;
19051
- }
19052
- .v-autocomplete .v-field:not(.v-field--focused) input {
19053
- min-width: 0;
19054
- }
19055
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
19056
- margin-inline-end: 2px;
19057
- }
19058
- .v-autocomplete .v-autocomplete__selection-text {
19059
- overflow: hidden;
19060
- text-overflow: ellipsis;
19061
- white-space: nowrap;
19062
- }
19063
-
19064
- .v-autocomplete__content {
19138
+ }.v-bottom-navigation {
19139
+ display: flex;
19140
+ max-width: 100%;
19065
19141
  overflow: hidden;
19142
+ position: absolute;
19143
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19066
19144
  }
19067
- .v-autocomplete__content {
19068
- 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
- }
19070
- .v-autocomplete__content {
19071
- border-radius: 4px;
19145
+ .v-bottom-navigation {
19146
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19147
+ border-style: solid;
19148
+ border-width: 0;
19072
19149
  }
19073
- .v-autocomplete__mask {
19074
- background: rgb(var(--v-theme-surface-light));
19150
+ .v-bottom-navigation--border {
19151
+ border-width: thin;
19152
+ box-shadow: none;
19075
19153
  }
19076
- .v-autocomplete__selection {
19077
- display: inline-flex;
19078
- align-items: center;
19079
- height: 1.5rem;
19080
- letter-spacing: inherit;
19081
- line-height: inherit;
19082
- max-width: calc(100% - 2px - 2px);
19154
+ .v-bottom-navigation {
19155
+ border-radius: 0;
19083
19156
  }
19084
- .v-autocomplete__selection:first-child {
19085
- margin-inline-start: 0;
19157
+ .v-bottom-navigation {
19158
+ background: rgb(var(--v-theme-surface));
19159
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19086
19160
  }
19087
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19088
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19089
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19090
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19091
- top: 0px;
19161
+ .v-bottom-navigation--active {
19162
+ 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));
19092
19163
  }
19093
- .v-autocomplete--selecting-index .v-autocomplete__selection {
19094
- opacity: var(--v-medium-emphasis-opacity);
19164
+
19165
+ .v-bottom-navigation__content {
19166
+ display: flex;
19167
+ flex: none;
19168
+ font-size: 0.75rem;
19169
+ justify-content: center;
19170
+ transition: inherit;
19171
+ width: 100%;
19095
19172
  }
19096
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
19097
- opacity: 1;
19173
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19174
+ font-size: inherit;
19175
+ height: 100%;
19176
+ max-width: 168px;
19177
+ min-width: 80px;
19178
+ text-transform: none;
19179
+ transition: inherit;
19180
+ width: auto;
19098
19181
  }
19099
- .v-autocomplete--selecting-index .v-field__input > input {
19100
- caret-color: transparent;
19182
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19183
+ border-radius: 0;
19101
19184
  }
19102
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
19103
- flex: 1 1;
19104
- position: absolute;
19105
- left: 0;
19106
- right: 0;
19107
- width: 100%;
19108
- padding-inline: inherit;
19185
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19186
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19187
+ transition: inherit;
19109
19188
  }
19110
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
19111
- transition: none;
19189
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19190
+ font-size: 1.5rem;
19112
19191
  }
19113
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
19114
- opacity: 0;
19192
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19193
+ flex-grow: 1;
19115
19194
  }
19116
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
19195
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19196
+ transition: inherit;
19117
19197
  opacity: 0;
19118
19198
  }
19119
- .v-autocomplete__menu-icon {
19120
- margin-inline-start: 4px;
19121
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19122
- }
19123
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
19124
- opacity: var(--v-high-emphasis-opacity);
19125
- transform: rotate(180deg);
19199
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19200
+ transform: translateY(0.5rem);
19126
19201
  }.v-banner {
19127
19202
  display: grid;
19128
19203
  flex: 1 1;
@@ -19289,109 +19364,24 @@ html.overflow-y-hidden {
19289
19364
  }
19290
19365
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
19291
19366
  align-self: flex-start;
19292
- }.v-app-bar {
19293
- display: flex;
19294
- }
19295
- .v-app-bar.v-toolbar {
19296
- background: rgb(var(--v-theme-surface));
19297
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19298
- }
19299
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
19300
- 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));
19301
- }
19302
- .v-app-bar:not(.v-toolbar--absolute) {
19303
- padding-inline-end: var(--v-scrollbar-offset);
19304
- }.v-badge {
19305
- display: inline-block;
19306
- line-height: 1;
19307
- }
19308
-
19309
- .v-badge__badge {
19367
+ }.v-avatar {
19368
+ flex: none;
19310
19369
  align-items: center;
19311
19370
  display: inline-flex;
19312
- border-radius: 10px;
19313
- font-size: 0.75rem;
19314
- font-weight: 500;
19315
- height: 1.25rem;
19316
19371
  justify-content: center;
19317
- min-width: 20px;
19318
- padding: 4px 6px;
19319
- pointer-events: auto;
19320
- position: absolute;
19372
+ line-height: normal;
19373
+ overflow: hidden;
19374
+ position: relative;
19321
19375
  text-align: center;
19322
- text-indent: 0;
19323
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19324
- white-space: nowrap;
19376
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19377
+ transition-property: width, height;
19378
+ vertical-align: middle;
19325
19379
  }
19326
- .v-badge__badge {
19327
- background: rgb(var(--v-theme-surface-variant));
19328
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19380
+ .v-avatar.v-avatar--size-x-small {
19381
+ --v-avatar-height: 24px;
19329
19382
  }
19330
- .v-badge--bordered .v-badge__badge::after {
19331
- border-radius: inherit;
19332
- border-style: solid;
19333
- border-width: 2px;
19334
- bottom: 0;
19335
- color: rgb(var(--v-theme-background));
19336
- content: "";
19337
- left: 0;
19338
- position: absolute;
19339
- right: 0;
19340
- top: 0;
19341
- transform: scale(1.05);
19342
- }
19343
- .v-badge--dot .v-badge__badge {
19344
- border-radius: 4.5px;
19345
- height: 9px;
19346
- min-width: 0;
19347
- padding: 0;
19348
- width: 9px;
19349
- }
19350
- .v-badge--dot .v-badge__badge::after {
19351
- border-width: 1.5px;
19352
- }
19353
- .v-badge--inline .v-badge__badge {
19354
- position: relative;
19355
- vertical-align: middle;
19356
- }
19357
- .v-badge__badge .v-icon {
19358
- color: inherit;
19359
- font-size: 0.75rem;
19360
- margin: 0 -2px;
19361
- }
19362
- .v-badge__badge img,
19363
- .v-badge__badge .v-img {
19364
- height: 100%;
19365
- width: 100%;
19366
- }
19367
-
19368
- .v-badge__wrapper {
19369
- display: flex;
19370
- position: relative;
19371
- }
19372
- .v-badge--inline .v-badge__wrapper {
19373
- align-items: center;
19374
- display: inline-flex;
19375
- justify-content: center;
19376
- margin: 0 4px;
19377
- }.v-avatar {
19378
- flex: none;
19379
- align-items: center;
19380
- display: inline-flex;
19381
- justify-content: center;
19382
- line-height: normal;
19383
- overflow: hidden;
19384
- position: relative;
19385
- text-align: center;
19386
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19387
- transition-property: width, height;
19388
- vertical-align: middle;
19389
- }
19390
- .v-avatar.v-avatar--size-x-small {
19391
- --v-avatar-height: 24px;
19392
- }
19393
- .v-avatar.v-avatar--size-small {
19394
- --v-avatar-height: 32px;
19383
+ .v-avatar.v-avatar--size-small {
19384
+ --v-avatar-height: 32px;
19395
19385
  }
19396
19386
  .v-avatar.v-avatar--size-default {
19397
19387
  --v-avatar-height: 40px;
@@ -19471,6 +19461,79 @@ html.overflow-y-hidden {
19471
19461
  .v-avatar .v-img {
19472
19462
  height: 100%;
19473
19463
  width: 100%;
19464
+ }.v-badge {
19465
+ display: inline-block;
19466
+ line-height: 1;
19467
+ }
19468
+
19469
+ .v-badge__badge {
19470
+ align-items: center;
19471
+ display: inline-flex;
19472
+ border-radius: 10px;
19473
+ font-size: 0.75rem;
19474
+ font-weight: 500;
19475
+ height: 1.25rem;
19476
+ justify-content: center;
19477
+ min-width: 20px;
19478
+ padding: 4px 6px;
19479
+ pointer-events: auto;
19480
+ position: absolute;
19481
+ text-align: center;
19482
+ text-indent: 0;
19483
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19484
+ white-space: nowrap;
19485
+ }
19486
+ .v-badge__badge {
19487
+ background: rgb(var(--v-theme-surface-variant));
19488
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19489
+ }
19490
+ .v-badge--bordered .v-badge__badge::after {
19491
+ border-radius: inherit;
19492
+ border-style: solid;
19493
+ border-width: 2px;
19494
+ bottom: 0;
19495
+ color: rgb(var(--v-theme-background));
19496
+ content: "";
19497
+ left: 0;
19498
+ position: absolute;
19499
+ right: 0;
19500
+ top: 0;
19501
+ transform: scale(1.05);
19502
+ }
19503
+ .v-badge--dot .v-badge__badge {
19504
+ border-radius: 4.5px;
19505
+ height: 9px;
19506
+ min-width: 0;
19507
+ padding: 0;
19508
+ width: 9px;
19509
+ }
19510
+ .v-badge--dot .v-badge__badge::after {
19511
+ border-width: 1.5px;
19512
+ }
19513
+ .v-badge--inline .v-badge__badge {
19514
+ position: relative;
19515
+ vertical-align: middle;
19516
+ }
19517
+ .v-badge__badge .v-icon {
19518
+ color: inherit;
19519
+ font-size: 0.75rem;
19520
+ margin: 0 -2px;
19521
+ }
19522
+ .v-badge__badge img,
19523
+ .v-badge__badge .v-img {
19524
+ height: 100%;
19525
+ width: 100%;
19526
+ }
19527
+
19528
+ .v-badge__wrapper {
19529
+ display: flex;
19530
+ position: relative;
19531
+ }
19532
+ .v-badge--inline .v-badge__wrapper {
19533
+ align-items: center;
19534
+ display: inline-flex;
19535
+ justify-content: center;
19536
+ margin: 0 4px;
19474
19537
  }.bottom-sheet-transition-enter-from {
19475
19538
  transform: translateY(100%);
19476
19539
  }
@@ -19505,69 +19568,6 @@ html.overflow-y-hidden {
19505
19568
  .v-bottom-sheet.v-bottom-sheet--inset {
19506
19569
  max-width: 70%;
19507
19570
  }
19508
- }.v-bottom-navigation {
19509
- display: flex;
19510
- max-width: 100%;
19511
- overflow: hidden;
19512
- position: absolute;
19513
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19514
- }
19515
- .v-bottom-navigation {
19516
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19517
- border-style: solid;
19518
- border-width: 0;
19519
- }
19520
- .v-bottom-navigation--border {
19521
- border-width: thin;
19522
- box-shadow: none;
19523
- }
19524
- .v-bottom-navigation {
19525
- border-radius: 0;
19526
- }
19527
- .v-bottom-navigation {
19528
- background: rgb(var(--v-theme-surface));
19529
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19530
- }
19531
- .v-bottom-navigation--active {
19532
- 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));
19533
- }
19534
-
19535
- .v-bottom-navigation__content {
19536
- display: flex;
19537
- flex: none;
19538
- font-size: 0.75rem;
19539
- justify-content: center;
19540
- transition: inherit;
19541
- width: 100%;
19542
- }
19543
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19544
- font-size: inherit;
19545
- height: 100%;
19546
- max-width: 168px;
19547
- min-width: 80px;
19548
- text-transform: none;
19549
- transition: inherit;
19550
- width: auto;
19551
- }
19552
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19553
- border-radius: 0;
19554
- }
19555
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19556
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19557
- transition: inherit;
19558
- }
19559
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19560
- font-size: 1.5rem;
19561
- }
19562
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19563
- flex-grow: 1;
19564
- }
19565
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19566
- transition: inherit;
19567
- opacity: 0;
19568
- }
19569
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19570
- transform: translateY(0.5rem);
19571
19571
  }.v-breadcrumbs {
19572
19572
  display: flex;
19573
19573
  align-items: center;
@@ -19625,6 +19625,70 @@ html.overflow-y-hidden {
19625
19625
  display: inline-block;
19626
19626
  padding: 0 8px;
19627
19627
  vertical-align: middle;
19628
+ }.v-btn-group {
19629
+ display: inline-flex;
19630
+ flex-wrap: nowrap;
19631
+ max-width: 100%;
19632
+ min-width: 0;
19633
+ overflow: hidden;
19634
+ vertical-align: middle;
19635
+ }
19636
+ .v-btn-group {
19637
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19638
+ border-style: solid;
19639
+ border-width: 0;
19640
+ }
19641
+ .v-btn-group--border {
19642
+ border-width: thin;
19643
+ box-shadow: none;
19644
+ }
19645
+ .v-btn-group {
19646
+ 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));
19647
+ }
19648
+ .v-btn-group {
19649
+ border-radius: 4px;
19650
+ }
19651
+ .v-btn-group {
19652
+ background: transparent;
19653
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19654
+ }
19655
+ .v-btn-group--density-default.v-btn-group {
19656
+ height: 48px;
19657
+ }
19658
+
19659
+ .v-btn-group--density-comfortable.v-btn-group {
19660
+ height: 40px;
19661
+ }
19662
+
19663
+ .v-btn-group--density-compact.v-btn-group {
19664
+ height: 36px;
19665
+ }
19666
+
19667
+ .v-btn-group .v-btn {
19668
+ border-radius: 0;
19669
+ border-color: inherit;
19670
+ }
19671
+ .v-btn-group .v-btn:not(:last-child) {
19672
+ border-inline-end: none;
19673
+ }
19674
+ .v-btn-group .v-btn:not(:first-child) {
19675
+ border-inline-start: none;
19676
+ }
19677
+ .v-btn-group .v-btn:first-child {
19678
+ border-start-start-radius: inherit;
19679
+ border-end-start-radius: inherit;
19680
+ }
19681
+ .v-btn-group .v-btn:last-child {
19682
+ border-start-end-radius: inherit;
19683
+ border-end-end-radius: inherit;
19684
+ }
19685
+ .v-btn-group--divided .v-btn:not(:last-child) {
19686
+ border-inline-end-width: thin;
19687
+ border-inline-end-style: solid;
19688
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19689
+ }
19690
+ .v-btn-group--tile {
19691
+ border-radius: 0;
19628
19692
  }.v-btn {
19629
19693
  align-items: center;
19630
19694
  border-radius: 4px;
@@ -20053,70 +20117,19 @@ html.overflow-y-hidden {
20053
20117
  }
20054
20118
  .v-pagination__item--is-active .v-btn__overlay {
20055
20119
  opacity: var(--v-border-opacity);
20056
- }.v-btn-group {
20057
- display: inline-flex;
20058
- flex-wrap: nowrap;
20059
- max-width: 100%;
20060
- min-width: 0;
20061
- overflow: hidden;
20062
- vertical-align: middle;
20063
- }
20064
- .v-btn-group {
20065
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20066
- border-style: solid;
20067
- border-width: 0;
20068
- }
20069
- .v-btn-group--border {
20070
- border-width: thin;
20071
- box-shadow: none;
20072
- }
20073
- .v-btn-group {
20074
- 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));
20075
- }
20076
- .v-btn-group {
20077
- border-radius: 4px;
20078
- }
20079
- .v-btn-group {
20080
- background: transparent;
20081
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20082
- }
20083
- .v-btn-group--density-default.v-btn-group {
20084
- height: 48px;
20085
- }
20086
-
20087
- .v-btn-group--density-comfortable.v-btn-group {
20088
- height: 40px;
20089
- }
20090
-
20091
- .v-btn-group--density-compact.v-btn-group {
20092
- height: 36px;
20093
- }
20094
-
20095
- .v-btn-group .v-btn {
20096
- border-radius: 0;
20097
- border-color: inherit;
20098
- }
20099
- .v-btn-group .v-btn:not(:last-child) {
20100
- border-inline-end: none;
20101
- }
20102
- .v-btn-group .v-btn:not(:first-child) {
20103
- border-inline-start: none;
20104
- }
20105
- .v-btn-group .v-btn:first-child {
20106
- border-start-start-radius: inherit;
20107
- border-end-start-radius: inherit;
20120
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20121
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20108
20122
  }
20109
- .v-btn-group .v-btn:last-child {
20110
- border-start-end-radius: inherit;
20111
- border-end-end-radius: inherit;
20123
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20124
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20112
20125
  }
20113
- .v-btn-group--divided .v-btn:not(:last-child) {
20114
- border-inline-end-width: thin;
20115
- border-inline-end-style: solid;
20116
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
20126
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20127
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20117
20128
  }
20118
- .v-btn-group--tile {
20119
- border-radius: 0;
20129
+ @supports not selector(:focus-visible) {
20130
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20131
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20132
+ }
20120
20133
  }.v-card {
20121
20134
  display: block;
20122
20135
  overflow: hidden;
@@ -20424,19 +20437,76 @@ html.overflow-y-hidden {
20424
20437
  pointer-events: none;
20425
20438
  opacity: 0;
20426
20439
  transition: opacity 0.2s ease-in-out;
20427
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20428
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20440
+ }.v-checkbox.v-input {
20441
+ flex: 0 1 auto;
20429
20442
  }
20430
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20431
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20443
+ .v-checkbox .v-selection-control {
20444
+ min-height: var(--v-input-control-height);
20445
+ }.v-carousel {
20446
+ overflow: hidden;
20447
+ position: relative;
20448
+ width: 100%;
20432
20449
  }
20433
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20434
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20450
+ .v-carousel__controls {
20451
+ align-items: center;
20452
+ bottom: 0;
20453
+ display: flex;
20454
+ height: 50px;
20455
+ justify-content: center;
20456
+ list-style-type: none;
20457
+ position: absolute;
20458
+ width: 100%;
20459
+ z-index: 1;
20435
20460
  }
20436
- @supports not selector(:focus-visible) {
20437
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20438
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20439
- }
20461
+ .v-carousel__controls {
20462
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20463
+ color: rgb(var(--v-theme-on-surface-variant));
20464
+ }
20465
+ .v-carousel__controls > .v-item-group {
20466
+ flex: 0 1 auto;
20467
+ }
20468
+ .v-carousel__controls__item {
20469
+ margin: 0 8px;
20470
+ }
20471
+ .v-carousel__controls__item .v-icon {
20472
+ opacity: 0.5;
20473
+ }
20474
+ .v-carousel__controls__item--active .v-icon {
20475
+ opacity: 1;
20476
+ vertical-align: middle;
20477
+ }
20478
+ .v-carousel__controls__item:hover {
20479
+ background: none;
20480
+ }
20481
+ .v-carousel__controls__item:hover .v-icon {
20482
+ opacity: 0.8;
20483
+ }
20484
+
20485
+ .v-carousel__progress {
20486
+ margin: 0;
20487
+ position: absolute;
20488
+ bottom: 0;
20489
+ left: 0;
20490
+ right: 0;
20491
+ }
20492
+
20493
+ .v-carousel-item {
20494
+ display: block;
20495
+ height: inherit;
20496
+ text-decoration: none;
20497
+ }
20498
+ .v-carousel-item > .v-img {
20499
+ height: inherit;
20500
+ }
20501
+
20502
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20503
+ background: transparent;
20504
+ }
20505
+
20506
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20507
+ flex-direction: column;
20508
+ height: 100% !important;
20509
+ width: 50px;
20440
20510
  }.v-chip {
20441
20511
  align-items: center;
20442
20512
  display: inline-flex;
@@ -20855,94 +20925,6 @@ html.overflow-y-hidden {
20855
20925
 
20856
20926
  .v-chip--label {
20857
20927
  border-radius: 4px;
20858
- }.v-carousel {
20859
- overflow: hidden;
20860
- position: relative;
20861
- width: 100%;
20862
- }
20863
- .v-carousel__controls {
20864
- align-items: center;
20865
- bottom: 0;
20866
- display: flex;
20867
- height: 50px;
20868
- justify-content: center;
20869
- list-style-type: none;
20870
- position: absolute;
20871
- width: 100%;
20872
- z-index: 1;
20873
- }
20874
- .v-carousel__controls {
20875
- background: rgba(var(--v-theme-surface-variant), 0.3);
20876
- color: rgb(var(--v-theme-on-surface-variant));
20877
- }
20878
- .v-carousel__controls > .v-item-group {
20879
- flex: 0 1 auto;
20880
- }
20881
- .v-carousel__controls__item {
20882
- margin: 0 8px;
20883
- }
20884
- .v-carousel__controls__item .v-icon {
20885
- opacity: 0.5;
20886
- }
20887
- .v-carousel__controls__item--active .v-icon {
20888
- opacity: 1;
20889
- vertical-align: middle;
20890
- }
20891
- .v-carousel__controls__item:hover {
20892
- background: none;
20893
- }
20894
- .v-carousel__controls__item:hover .v-icon {
20895
- opacity: 0.8;
20896
- }
20897
-
20898
- .v-carousel__progress {
20899
- margin: 0;
20900
- position: absolute;
20901
- bottom: 0;
20902
- left: 0;
20903
- right: 0;
20904
- }
20905
-
20906
- .v-carousel-item {
20907
- display: block;
20908
- height: inherit;
20909
- text-decoration: none;
20910
- }
20911
- .v-carousel-item > .v-img {
20912
- height: inherit;
20913
- }
20914
-
20915
- .v-carousel--hide-delimiter-background .v-carousel__controls {
20916
- background: transparent;
20917
- }
20918
-
20919
- .v-carousel--vertical-delimiters .v-carousel__controls {
20920
- flex-direction: column;
20921
- height: 100% !important;
20922
- width: 50px;
20923
- }.v-checkbox.v-input {
20924
- flex: 0 1 auto;
20925
- }
20926
- .v-checkbox .v-selection-control {
20927
- min-height: var(--v-input-control-height);
20928
- }.v-chip-group {
20929
- display: flex;
20930
- max-width: 100%;
20931
- min-width: 0;
20932
- overflow-x: auto;
20933
- padding: 4px 0;
20934
- }
20935
- .v-chip-group .v-chip {
20936
- margin: 4px 8px 4px 0;
20937
- }
20938
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20939
- opacity: var(--v-activated-opacity);
20940
- }
20941
-
20942
- .v-chip-group--column .v-slide-group__content {
20943
- white-space: normal;
20944
- flex-wrap: wrap;
20945
- max-width: 100%;
20946
20928
  }.v-color-picker {
20947
20929
  align-self: flex-start;
20948
20930
  contain: content;
@@ -21637,11 +21619,24 @@ html.overflow-y-hidden {
21637
21619
  .offset-xxl-11 {
21638
21620
  margin-inline-start: 91.6666666667%;
21639
21621
  }
21640
- }.v-counter {
21641
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21642
- flex: 0 1 auto;
21643
- font-size: 12px;
21644
- transition-duration: 150ms;
21622
+ }.v-chip-group {
21623
+ display: flex;
21624
+ max-width: 100%;
21625
+ min-width: 0;
21626
+ overflow-x: auto;
21627
+ padding: 4px 0;
21628
+ }
21629
+ .v-chip-group .v-chip {
21630
+ margin: 4px 8px 4px 0;
21631
+ }
21632
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
21633
+ opacity: var(--v-activated-opacity);
21634
+ }
21635
+
21636
+ .v-chip-group--column .v-slide-group__content {
21637
+ white-space: normal;
21638
+ flex-wrap: wrap;
21639
+ max-width: 100%;
21645
21640
  }.v-combobox .v-field .v-text-field__prefix,
21646
21641
  .v-combobox .v-field .v-text-field__suffix,
21647
21642
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -21727,217 +21722,37 @@ html.overflow-y-hidden {
21727
21722
  .v-combobox--active-menu .v-combobox__menu-icon {
21728
21723
  opacity: var(--v-high-emphasis-opacity);
21729
21724
  transform: rotate(180deg);
21730
- }.v-date-picker {
21731
- overflow: hidden;
21732
- width: 328px;
21733
- }
21734
- .v-date-picker--show-week {
21735
- width: 368px;
21736
- }.v-date-picker-month {
21725
+ }.v-data-table-footer {
21726
+ align-items: center;
21737
21727
  display: flex;
21738
- justify-content: center;
21739
- padding: 0 12px 8px;
21740
- --v-date-picker-month-day-diff: 4px;
21741
- }
21742
-
21743
- .v-date-picker-month__weeks {
21744
- display: grid;
21745
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21746
- column-gap: 4px;
21747
- font-size: 0.85rem;
21748
- }
21749
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21750
- grid-row-gap: 0;
21751
- }
21752
-
21753
- .v-date-picker-month__weekday {
21754
- font-size: 0.85rem;
21755
- }
21756
-
21757
- .v-date-picker-month__days {
21758
- display: grid;
21759
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21760
- column-gap: 4px;
21761
- flex: 1 1;
21762
- justify-content: space-around;
21728
+ flex-wrap: wrap;
21729
+ justify-content: flex-end;
21730
+ padding: 8px 4px;
21763
21731
  }
21764
-
21765
- .v-date-picker-month__day {
21732
+ .v-data-table-footer__items-per-page {
21766
21733
  align-items: center;
21767
21734
  display: flex;
21768
21735
  justify-content: center;
21769
- position: relative;
21770
- height: 40px;
21771
- width: 40px;
21772
- }
21773
- .v-date-picker-month__day--selected .v-btn {
21774
- background-color: rgb(var(--v-theme-surface-variant));
21775
- color: rgb(var(--v-theme-on-surface-variant));
21776
- }
21777
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21778
- --v-btn-height: 24px;
21779
- --v-btn-size: 0.85rem;
21780
- }
21781
- .v-date-picker-month__day--week {
21782
- font-size: var(--v-btn-size);
21783
- }
21784
-
21785
- .v-date-picker-month__day--adjacent {
21786
- opacity: 0.5;
21787
- }
21788
-
21789
- .v-date-picker-month__day--hide-adjacent {
21790
- opacity: 0;
21791
- }.v-date-picker-controls {
21792
- display: flex;
21793
- align-items: center;
21794
- justify-content: space-between;
21795
- font-size: 0.875rem;
21796
- padding-top: 4px;
21797
- padding-bottom: 4px;
21798
- padding-inline-start: 6px;
21799
- padding-inline-end: 12px;
21800
- }
21801
- .v-date-picker-controls > .v-btn:first-child {
21802
- text-transform: none;
21803
- font-weight: 400;
21804
- line-height: initial;
21805
- letter-spacing: initial;
21806
- }
21807
- .v-date-picker-controls--variant-classic {
21808
- padding-inline-start: 12px;
21809
- }
21810
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21811
- opacity: 0.7;
21812
- }
21813
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21814
- cursor: pointer;
21815
- }
21816
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21817
- opacity: 1;
21818
- }
21819
- .v-date-picker-controls .v-btn:last-child {
21820
- margin-inline-start: 4px;
21821
- }
21822
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21823
- transform: rotate(180deg);
21824
21736
  }
21825
-
21826
- .v-date-picker-controls__date {
21827
- margin-inline-end: 4px;
21737
+ .v-data-table-footer__items-per-page > span {
21738
+ padding-inline-end: 8px;
21828
21739
  }
21829
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21830
- margin: auto;
21831
- text-align: center;
21740
+ .v-data-table-footer__items-per-page > .v-select {
21741
+ width: 90px;
21832
21742
  }
21833
-
21834
- .v-date-picker-controls__month {
21743
+ .v-data-table-footer__info {
21835
21744
  display: flex;
21745
+ justify-content: flex-end;
21746
+ min-width: 116px;
21747
+ padding: 0 16px;
21836
21748
  }
21837
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21838
- flex-direction: row-reverse;
21839
- }
21840
-
21841
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21842
- flex: 1 0 auto;
21843
- }
21844
-
21845
- .v-date-picker__title {
21846
- display: inline-block;
21847
- }.v-date-picker-header {
21848
- align-items: flex-end;
21849
- height: 70px;
21850
- display: grid;
21851
- grid-template-areas: "prepend content append";
21852
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21853
- overflow: hidden;
21854
- padding-inline: 24px 12px;
21855
- padding-bottom: 12px;
21856
- }
21857
-
21858
- .v-date-picker-header__append {
21859
- grid-area: append;
21860
- }
21861
-
21862
- .v-date-picker-header__prepend {
21863
- grid-area: prepend;
21864
- padding-inline-start: 8px;
21865
- }
21866
-
21867
- .v-date-picker-header__content {
21868
- align-items: center;
21869
- display: inline-flex;
21870
- font-size: 32px;
21871
- line-height: 40px;
21872
- grid-area: content;
21873
- justify-content: space-between;
21874
- }
21875
- .v-date-picker-header--clickable .v-date-picker-header__content {
21876
- cursor: pointer;
21877
- }
21878
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21879
- opacity: 0.7;
21880
- }
21881
-
21882
- .date-picker-header-transition-enter-active,
21883
- .date-picker-header-reverse-transition-enter-active {
21884
- transition-duration: 0.3s;
21885
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21886
- }
21887
- .date-picker-header-transition-leave-active,
21888
- .date-picker-header-reverse-transition-leave-active {
21889
- transition-duration: 0.3s;
21890
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21891
- }
21892
-
21893
- .date-picker-header-transition-enter-from {
21894
- transform: translate(0, 100%);
21895
- }
21896
- .date-picker-header-transition-leave-to {
21897
- opacity: 0;
21898
- transform: translate(0, -100%);
21899
- }
21900
-
21901
- .date-picker-header-reverse-transition-enter-from {
21902
- transform: translate(0, -100%);
21903
- }
21904
- .date-picker-header-reverse-transition-leave-to {
21905
- opacity: 0;
21906
- transform: translate(0, 100%);
21907
- }.v-date-picker-years {
21908
- height: 288px;
21909
- overflow-y: scroll;
21910
- }
21911
-
21912
- .v-date-picker-years__content {
21913
- display: grid;
21914
- flex: 1 1;
21915
- justify-content: space-around;
21916
- grid-template-columns: repeat(3, 1fr);
21917
- gap: 8px 24px;
21918
- padding-inline: 32px;
21919
- }
21920
- .v-date-picker-years__content .v-btn {
21921
- padding-inline: 8px;
21922
- }.v-date-picker-months {
21923
- height: 288px;
21924
- }
21925
-
21926
- .v-date-picker-months__content {
21749
+ .v-data-table-footer__paginationz {
21927
21750
  align-items: center;
21928
- display: grid;
21929
- flex: 1 1;
21930
- height: inherit;
21931
- justify-content: space-around;
21932
- grid-template-columns: repeat(2, 1fr);
21933
- grid-gap: 0px 24px;
21934
- padding-inline-start: 36px;
21935
- padding-inline-end: 36px;
21751
+ display: flex;
21752
+ margin-inline-start: 16px;
21936
21753
  }
21937
- .v-date-picker-months__content .v-btn {
21938
- text-transform: none;
21939
- padding-inline-start: 8px;
21940
- padding-inline-end: 8px;
21754
+ .v-data-table-footer__page {
21755
+ padding: 0 8px;
21941
21756
  }.v-data-table {
21942
21757
  width: 100%;
21943
21758
  }
@@ -22125,38 +21940,223 @@ html.overflow-y-hidden {
22125
21940
  }
22126
21941
  .v-data-table__td-sort-icon-active {
22127
21942
  color: rgba(var(--v-theme-on-surface));
22128
- }.v-data-table-footer {
22129
- align-items: center;
21943
+ }.v-date-picker-controls {
22130
21944
  display: flex;
22131
- flex-wrap: wrap;
22132
- justify-content: flex-end;
22133
- padding: 8px 4px;
22134
- }
22135
- .v-data-table-footer__items-per-page {
22136
21945
  align-items: center;
22137
- display: flex;
22138
- justify-content: center;
21946
+ justify-content: space-between;
21947
+ font-size: 0.875rem;
21948
+ padding-top: 4px;
21949
+ padding-bottom: 4px;
21950
+ padding-inline-start: 6px;
21951
+ padding-inline-end: 12px;
22139
21952
  }
22140
- .v-data-table-footer__items-per-page > span {
22141
- padding-inline-end: 8px;
21953
+ .v-date-picker-controls > .v-btn:first-child {
21954
+ text-transform: none;
21955
+ font-weight: 400;
21956
+ line-height: initial;
21957
+ letter-spacing: initial;
22142
21958
  }
22143
- .v-data-table-footer__items-per-page > .v-select {
22144
- width: 90px;
21959
+ .v-date-picker-controls--variant-classic {
21960
+ padding-inline-start: 12px;
22145
21961
  }
22146
- .v-data-table-footer__info {
22147
- display: flex;
22148
- justify-content: flex-end;
22149
- min-width: 116px;
22150
- padding: 0 16px;
21962
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21963
+ opacity: 0.7;
22151
21964
  }
22152
- .v-data-table-footer__paginationz {
22153
- align-items: center;
22154
- display: flex;
22155
- margin-inline-start: 16px;
21965
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21966
+ cursor: pointer;
22156
21967
  }
22157
- .v-data-table-footer__page {
22158
- padding: 0 8px;
22159
- }.v-dialog {
21968
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21969
+ opacity: 1;
21970
+ }
21971
+ .v-date-picker-controls .v-btn:last-child {
21972
+ margin-inline-start: 4px;
21973
+ }
21974
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21975
+ transform: rotate(180deg);
21976
+ }
21977
+
21978
+ .v-date-picker-controls__date {
21979
+ margin-inline-end: 4px;
21980
+ }
21981
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21982
+ margin: auto;
21983
+ text-align: center;
21984
+ }
21985
+
21986
+ .v-date-picker-controls__month {
21987
+ display: flex;
21988
+ }
21989
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21990
+ flex-direction: row-reverse;
21991
+ }
21992
+
21993
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21994
+ flex: 1 0 auto;
21995
+ }
21996
+
21997
+ .v-date-picker__title {
21998
+ display: inline-block;
21999
+ }.v-date-picker-header {
22000
+ align-items: flex-end;
22001
+ height: 70px;
22002
+ display: grid;
22003
+ grid-template-areas: "prepend content append";
22004
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
22005
+ overflow: hidden;
22006
+ padding-inline: 24px 12px;
22007
+ padding-bottom: 12px;
22008
+ }
22009
+
22010
+ .v-date-picker-header__append {
22011
+ grid-area: append;
22012
+ }
22013
+
22014
+ .v-date-picker-header__prepend {
22015
+ grid-area: prepend;
22016
+ padding-inline-start: 8px;
22017
+ }
22018
+
22019
+ .v-date-picker-header__content {
22020
+ align-items: center;
22021
+ display: inline-flex;
22022
+ font-size: 32px;
22023
+ line-height: 40px;
22024
+ grid-area: content;
22025
+ justify-content: space-between;
22026
+ }
22027
+ .v-date-picker-header--clickable .v-date-picker-header__content {
22028
+ cursor: pointer;
22029
+ }
22030
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
22031
+ opacity: 0.7;
22032
+ }
22033
+
22034
+ .date-picker-header-transition-enter-active,
22035
+ .date-picker-header-reverse-transition-enter-active {
22036
+ transition-duration: 0.3s;
22037
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22038
+ }
22039
+ .date-picker-header-transition-leave-active,
22040
+ .date-picker-header-reverse-transition-leave-active {
22041
+ transition-duration: 0.3s;
22042
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22043
+ }
22044
+
22045
+ .date-picker-header-transition-enter-from {
22046
+ transform: translate(0, 100%);
22047
+ }
22048
+ .date-picker-header-transition-leave-to {
22049
+ opacity: 0;
22050
+ transform: translate(0, -100%);
22051
+ }
22052
+
22053
+ .date-picker-header-reverse-transition-enter-from {
22054
+ transform: translate(0, -100%);
22055
+ }
22056
+ .date-picker-header-reverse-transition-leave-to {
22057
+ opacity: 0;
22058
+ transform: translate(0, 100%);
22059
+ }.v-date-picker-months {
22060
+ height: 288px;
22061
+ }
22062
+
22063
+ .v-date-picker-months__content {
22064
+ align-items: center;
22065
+ display: grid;
22066
+ flex: 1 1;
22067
+ height: inherit;
22068
+ justify-content: space-around;
22069
+ grid-template-columns: repeat(2, 1fr);
22070
+ grid-gap: 0px 24px;
22071
+ padding-inline-start: 36px;
22072
+ padding-inline-end: 36px;
22073
+ }
22074
+ .v-date-picker-months__content .v-btn {
22075
+ text-transform: none;
22076
+ padding-inline-start: 8px;
22077
+ padding-inline-end: 8px;
22078
+ }.v-date-picker {
22079
+ overflow: hidden;
22080
+ width: 328px;
22081
+ }
22082
+ .v-date-picker--show-week {
22083
+ width: 368px;
22084
+ }.v-date-picker-month {
22085
+ display: flex;
22086
+ justify-content: center;
22087
+ padding: 0 12px 8px;
22088
+ --v-date-picker-month-day-diff: 4px;
22089
+ }
22090
+
22091
+ .v-date-picker-month__weeks {
22092
+ display: grid;
22093
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
22094
+ column-gap: 4px;
22095
+ font-size: 0.85rem;
22096
+ }
22097
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
22098
+ grid-row-gap: 0;
22099
+ }
22100
+
22101
+ .v-date-picker-month__weekday {
22102
+ font-size: 0.85rem;
22103
+ }
22104
+
22105
+ .v-date-picker-month__days {
22106
+ display: grid;
22107
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
22108
+ column-gap: 4px;
22109
+ flex: 1 1;
22110
+ justify-content: space-around;
22111
+ }
22112
+
22113
+ .v-date-picker-month__day {
22114
+ align-items: center;
22115
+ display: flex;
22116
+ justify-content: center;
22117
+ position: relative;
22118
+ height: 40px;
22119
+ width: 40px;
22120
+ }
22121
+ .v-date-picker-month__day--selected .v-btn {
22122
+ background-color: rgb(var(--v-theme-surface-variant));
22123
+ color: rgb(var(--v-theme-on-surface-variant));
22124
+ }
22125
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
22126
+ --v-btn-height: 24px;
22127
+ --v-btn-size: 0.85rem;
22128
+ }
22129
+ .v-date-picker-month__day--week {
22130
+ font-size: var(--v-btn-size);
22131
+ }
22132
+
22133
+ .v-date-picker-month__day--adjacent {
22134
+ opacity: 0.5;
22135
+ }
22136
+
22137
+ .v-date-picker-month__day--hide-adjacent {
22138
+ opacity: 0;
22139
+ }.v-date-picker-years {
22140
+ height: 288px;
22141
+ overflow-y: scroll;
22142
+ }
22143
+
22144
+ .v-date-picker-years__content {
22145
+ display: grid;
22146
+ flex: 1 1;
22147
+ justify-content: space-around;
22148
+ grid-template-columns: repeat(3, 1fr);
22149
+ gap: 8px 24px;
22150
+ padding-inline: 32px;
22151
+ }
22152
+ .v-date-picker-years__content .v-btn {
22153
+ padding-inline: 8px;
22154
+ }.v-counter {
22155
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22156
+ flex: 0 1 auto;
22157
+ font-size: 12px;
22158
+ transition-duration: 150ms;
22159
+ }.v-dialog {
22160
22160
  align-items: center;
22161
22161
  justify-content: center;
22162
22162
  margin: auto;
@@ -22253,58 +22253,6 @@ html.overflow-y-hidden {
22253
22253
  -webkit-backface-visibility: hidden;
22254
22254
  backface-visibility: hidden;
22255
22255
  overflow-y: auto;
22256
- }.v-divider {
22257
- display: block;
22258
- flex: 1 1 100%;
22259
- height: 0px;
22260
- max-height: 0px;
22261
- opacity: var(--v-border-opacity);
22262
- transition: inherit;
22263
- }
22264
- .v-divider {
22265
- border-style: solid;
22266
- border-width: thin 0 0 0;
22267
- }
22268
- .v-divider--vertical {
22269
- align-self: stretch;
22270
- border-width: 0 thin 0 0;
22271
- display: inline-flex;
22272
- height: auto;
22273
- margin-left: -1px;
22274
- max-height: 100%;
22275
- max-width: 0px;
22276
- vertical-align: text-bottom;
22277
- width: 0px;
22278
- }
22279
- .v-divider--inset:not(.v-divider--vertical) {
22280
- max-width: calc(100% - 72px);
22281
- margin-inline-start: 72px;
22282
- }
22283
- .v-divider--inset.v-divider--vertical {
22284
- margin-bottom: 8px;
22285
- margin-top: 8px;
22286
- max-height: calc(100% - 16px);
22287
- }
22288
-
22289
- .v-divider__content {
22290
- padding: 0 16px;
22291
- text-wrap: nowrap;
22292
- }
22293
- .v-divider__wrapper--vertical .v-divider__content {
22294
- padding: 4px 0;
22295
- }
22296
-
22297
- .v-divider__wrapper {
22298
- display: flex;
22299
- align-items: center;
22300
- justify-content: center;
22301
- }
22302
- .v-divider__wrapper--vertical {
22303
- flex-direction: column;
22304
- height: 100%;
22305
- }
22306
- .v-divider__wrapper--vertical .v-divider {
22307
- margin: 0 auto;
22308
22256
  }.v-empty-state {
22309
22257
  align-items: center;
22310
22258
  display: flex;
@@ -22372,41 +22320,12 @@ html.overflow-y-hidden {
22372
22320
  .v-empty-state__action-btn.v-btn {
22373
22321
  background-color: initial;
22374
22322
  color: initial;
22375
- }.v-file-input--hide.v-input .v-field,
22376
- .v-file-input--hide.v-input .v-input__control,
22377
- .v-file-input--hide.v-input .v-input__details {
22378
- display: none;
22323
+ }.v-expansion-panel {
22324
+ background-color: rgb(var(--v-theme-surface));
22325
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22379
22326
  }
22380
- .v-file-input--hide.v-input .v-input__prepend {
22381
- grid-area: control;
22382
- margin: 0 auto;
22383
- }
22384
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22385
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22386
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22387
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22388
- top: 0px;
22389
- }
22390
- .v-file-input input[type=file] {
22391
- height: 100%;
22392
- left: 0;
22393
- opacity: 0;
22394
- position: absolute;
22395
- top: 0;
22396
- width: 100%;
22397
- z-index: 1;
22398
- }
22399
- .v-file-input .v-input__details {
22400
- padding-inline: 16px;
22401
- }
22402
- .v-input--plain-underlined.v-file-input .v-input__details {
22403
- padding-inline: 0;
22404
- }.v-expansion-panel {
22405
- background-color: rgb(var(--v-theme-surface));
22406
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22407
- }
22408
- .v-expansion-panel:not(:first-child)::after {
22409
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22327
+ .v-expansion-panel:not(:first-child)::after {
22328
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22410
22329
  }
22411
22330
  .v-expansion-panel--disabled .v-expansion-panel-title {
22412
22331
  color: rgba(var(--v-theme-on-surface), 0.26);
@@ -22617,75 +22536,87 @@ html.overflow-y-hidden {
22617
22536
  }
22618
22537
  .v-expansion-panels--tile > .v-expansion-panel {
22619
22538
  border-radius: 0;
22620
- }.v-fab {
22621
- align-items: center;
22622
- display: inline-flex;
22623
- flex: 1 1 auto;
22624
- pointer-events: none;
22625
- position: relative;
22626
- transition-duration: 0.2s;
22627
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22628
- vertical-align: middle;
22629
- }
22630
- .v-fab .v-btn {
22631
- pointer-events: auto;
22632
- }
22633
- .v-fab .v-btn--variant-elevated {
22634
- 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));
22635
- }
22636
- .v-fab--app, .v-fab--absolute {
22637
- display: flex;
22539
+ }.v-file-input--hide.v-input .v-field,
22540
+ .v-file-input--hide.v-input .v-input__control,
22541
+ .v-file-input--hide.v-input .v-input__details {
22542
+ display: none;
22638
22543
  }
22639
- .v-fab--start, .v-fab--left {
22640
- justify-content: flex-start;
22544
+ .v-file-input--hide.v-input .v-input__prepend {
22545
+ grid-area: control;
22546
+ margin: 0 auto;
22641
22547
  }
22642
- .v-fab--center {
22643
- align-items: center;
22644
- justify-content: center;
22548
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22549
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22550
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22551
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22552
+ top: 0px;
22645
22553
  }
22646
- .v-fab--end, .v-fab--right {
22647
- justify-content: flex-end;
22554
+ .v-file-input input[type=file] {
22555
+ height: 100%;
22556
+ left: 0;
22557
+ opacity: 0;
22558
+ position: absolute;
22559
+ top: 0;
22560
+ width: 100%;
22561
+ z-index: 1;
22648
22562
  }
22649
- .v-fab--bottom {
22650
- align-items: flex-end;
22563
+ .v-file-input .v-input__details {
22564
+ padding-inline: 16px;
22651
22565
  }
22652
- .v-fab--top {
22653
- align-items: flex-start;
22566
+ .v-input--plain-underlined.v-file-input .v-input__details {
22567
+ padding-inline: 0;
22568
+ }.v-divider {
22569
+ display: block;
22570
+ flex: 1 1 100%;
22571
+ height: 0px;
22572
+ max-height: 0px;
22573
+ opacity: var(--v-border-opacity);
22574
+ transition: inherit;
22654
22575
  }
22655
- .v-fab--extended .v-btn {
22656
- border-radius: 9999px !important;
22576
+ .v-divider {
22577
+ border-style: solid;
22578
+ border-width: thin 0 0 0;
22657
22579
  }
22658
-
22659
- .v-fab__container {
22660
- align-self: center;
22580
+ .v-divider--vertical {
22581
+ align-self: stretch;
22582
+ border-width: 0 thin 0 0;
22661
22583
  display: inline-flex;
22662
- position: absolute;
22663
- vertical-align: middle;
22664
- }
22665
- .v-fab--app .v-fab__container {
22666
- margin: 12px;
22584
+ height: auto;
22585
+ margin-left: -1px;
22586
+ max-height: 100%;
22587
+ max-width: 0px;
22588
+ vertical-align: text-bottom;
22589
+ width: 0px;
22667
22590
  }
22668
- .v-fab--absolute .v-fab__container {
22669
- position: absolute;
22670
- z-index: 4;
22591
+ .v-divider--inset:not(.v-divider--vertical) {
22592
+ max-width: calc(100% - 72px);
22593
+ margin-inline-start: 72px;
22671
22594
  }
22672
- .v-fab--offset.v-fab--top .v-fab__container {
22673
- transform: translateY(-50%);
22595
+ .v-divider--inset.v-divider--vertical {
22596
+ margin-bottom: 8px;
22597
+ margin-top: 8px;
22598
+ max-height: calc(100% - 16px);
22674
22599
  }
22675
- .v-fab--offset.v-fab--bottom .v-fab__container {
22676
- transform: translateY(50%);
22600
+
22601
+ .v-divider__content {
22602
+ padding: 0 16px;
22603
+ text-wrap: nowrap;
22677
22604
  }
22678
- .v-fab--top .v-fab__container {
22679
- top: 0;
22605
+ .v-divider__wrapper--vertical .v-divider__content {
22606
+ padding: 4px 0;
22680
22607
  }
22681
- .v-fab--bottom .v-fab__container {
22682
- bottom: 0;
22608
+
22609
+ .v-divider__wrapper {
22610
+ display: flex;
22611
+ align-items: center;
22612
+ justify-content: center;
22683
22613
  }
22684
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22685
- left: 0;
22614
+ .v-divider__wrapper--vertical {
22615
+ flex-direction: column;
22616
+ height: 100%;
22686
22617
  }
22687
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22688
- right: 0;
22618
+ .v-divider__wrapper--vertical .v-divider {
22619
+ margin: 0 auto;
22689
22620
  }/* region INPUT */
22690
22621
  .v-field {
22691
22622
  display: grid;
@@ -23269,7 +23200,76 @@ textarea.v-field__input::placeholder {
23269
23200
  opacity: 0;
23270
23201
  }
23271
23202
 
23272
- /* endregion */.v-footer {
23203
+ /* endregion */.v-fab {
23204
+ align-items: center;
23205
+ display: inline-flex;
23206
+ flex: 1 1 auto;
23207
+ pointer-events: none;
23208
+ position: relative;
23209
+ transition-duration: 0.2s;
23210
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23211
+ vertical-align: middle;
23212
+ }
23213
+ .v-fab .v-btn {
23214
+ pointer-events: auto;
23215
+ }
23216
+ .v-fab .v-btn--variant-elevated {
23217
+ 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));
23218
+ }
23219
+ .v-fab--app, .v-fab--absolute {
23220
+ display: flex;
23221
+ }
23222
+ .v-fab--start, .v-fab--left {
23223
+ justify-content: flex-start;
23224
+ }
23225
+ .v-fab--center {
23226
+ align-items: center;
23227
+ justify-content: center;
23228
+ }
23229
+ .v-fab--end, .v-fab--right {
23230
+ justify-content: flex-end;
23231
+ }
23232
+ .v-fab--bottom {
23233
+ align-items: flex-end;
23234
+ }
23235
+ .v-fab--top {
23236
+ align-items: flex-start;
23237
+ }
23238
+ .v-fab--extended .v-btn {
23239
+ border-radius: 9999px !important;
23240
+ }
23241
+
23242
+ .v-fab__container {
23243
+ align-self: center;
23244
+ display: inline-flex;
23245
+ position: absolute;
23246
+ vertical-align: middle;
23247
+ }
23248
+ .v-fab--app .v-fab__container {
23249
+ margin: 12px;
23250
+ }
23251
+ .v-fab--absolute .v-fab__container {
23252
+ position: absolute;
23253
+ z-index: 4;
23254
+ }
23255
+ .v-fab--offset.v-fab--top .v-fab__container {
23256
+ transform: translateY(-50%);
23257
+ }
23258
+ .v-fab--offset.v-fab--bottom .v-fab__container {
23259
+ transform: translateY(50%);
23260
+ }
23261
+ .v-fab--top .v-fab__container {
23262
+ top: 0;
23263
+ }
23264
+ .v-fab--bottom .v-fab__container {
23265
+ bottom: 0;
23266
+ }
23267
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
23268
+ left: 0;
23269
+ }
23270
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
23271
+ right: 0;
23272
+ }.v-footer {
23273
23273
  align-items: center;
23274
23274
  display: flex;
23275
23275
  flex: 1 1 auto;
@@ -23305,77 +23305,24 @@ textarea.v-field__input::placeholder {
23305
23305
  }
23306
23306
  .v-footer--rounded {
23307
23307
  border-radius: 4px;
23308
- }.v-icon {
23309
- --v-icon-size-multiplier: 1;
23310
- align-items: center;
23311
- display: inline-flex;
23312
- font-feature-settings: "liga";
23313
- height: 1em;
23314
- justify-content: center;
23315
- letter-spacing: normal;
23316
- line-height: 1;
23317
- position: relative;
23318
- text-indent: 0;
23319
- text-align: center;
23320
- -webkit-user-select: none;
23321
- user-select: none;
23322
- vertical-align: middle;
23323
- width: 1em;
23324
- min-width: 1em;
23325
- }
23326
- .v-icon--clickable {
23327
- cursor: pointer;
23308
+ }.v-infinite-scroll--horizontal {
23309
+ display: flex;
23310
+ flex-direction: row;
23311
+ overflow-x: auto;
23328
23312
  }
23329
- .v-icon--disabled {
23330
- pointer-events: none;
23331
- opacity: 0.38;
23313
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
23314
+ height: 100%;
23315
+ width: 1px;
23332
23316
  }
23333
- .v-icon--size-x-small {
23334
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
23317
+
23318
+ .v-infinite-scroll--vertical {
23319
+ display: flex;
23320
+ flex-direction: column;
23321
+ overflow-y: auto;
23335
23322
  }
23336
- .v-icon--size-small {
23337
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
23338
- }
23339
- .v-icon--size-default {
23340
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
23341
- }
23342
- .v-icon--size-large {
23343
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
23344
- }
23345
- .v-icon--size-x-large {
23346
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
23347
- }
23348
-
23349
- .v-icon__svg {
23350
- fill: currentColor;
23351
- width: 100%;
23352
- height: 100%;
23353
- }
23354
-
23355
- .v-icon--start {
23356
- margin-inline-end: 8px;
23357
- }
23358
-
23359
- .v-icon--end {
23360
- margin-inline-start: 8px;
23361
- }.v-infinite-scroll--horizontal {
23362
- display: flex;
23363
- flex-direction: row;
23364
- overflow-x: auto;
23365
- }
23366
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
23367
- height: 100%;
23368
- width: 1px;
23369
- }
23370
-
23371
- .v-infinite-scroll--vertical {
23372
- display: flex;
23373
- flex-direction: column;
23374
- overflow-y: auto;
23375
- }
23376
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
23377
- height: 1px;
23378
- width: 100%;
23323
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
23324
+ height: 1px;
23325
+ width: 100%;
23379
23326
  }
23380
23327
 
23381
23328
  .v-infinite-scroll__side {
@@ -23425,6 +23372,79 @@ textarea.v-field__input::placeholder {
23425
23372
 
23426
23373
  .v-img__gradient {
23427
23374
  background-repeat: no-repeat;
23375
+ }.v-icon {
23376
+ --v-icon-size-multiplier: 1;
23377
+ align-items: center;
23378
+ display: inline-flex;
23379
+ font-feature-settings: "liga";
23380
+ height: 1em;
23381
+ justify-content: center;
23382
+ letter-spacing: normal;
23383
+ line-height: 1;
23384
+ position: relative;
23385
+ text-indent: 0;
23386
+ text-align: center;
23387
+ -webkit-user-select: none;
23388
+ user-select: none;
23389
+ vertical-align: middle;
23390
+ width: 1em;
23391
+ min-width: 1em;
23392
+ }
23393
+ .v-icon--clickable {
23394
+ cursor: pointer;
23395
+ }
23396
+ .v-icon--disabled {
23397
+ pointer-events: none;
23398
+ opacity: 0.38;
23399
+ }
23400
+ .v-icon--size-x-small {
23401
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
23402
+ }
23403
+ .v-icon--size-small {
23404
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
23405
+ }
23406
+ .v-icon--size-default {
23407
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
23408
+ }
23409
+ .v-icon--size-large {
23410
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
23411
+ }
23412
+ .v-icon--size-x-large {
23413
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
23414
+ }
23415
+
23416
+ .v-icon__svg {
23417
+ fill: currentColor;
23418
+ width: 100%;
23419
+ height: 100%;
23420
+ }
23421
+
23422
+ .v-icon--start {
23423
+ margin-inline-end: 8px;
23424
+ }
23425
+
23426
+ .v-icon--end {
23427
+ margin-inline-start: 8px;
23428
+ }.v-item-group {
23429
+ flex: 0 1 auto;
23430
+ max-width: 100%;
23431
+ position: relative;
23432
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23433
+ }.v-label {
23434
+ align-items: center;
23435
+ color: inherit;
23436
+ display: inline-flex;
23437
+ font-size: 1rem;
23438
+ letter-spacing: 0.009375em;
23439
+ min-width: 0;
23440
+ opacity: var(--v-medium-emphasis-opacity);
23441
+ overflow: hidden;
23442
+ text-overflow: ellipsis;
23443
+ white-space: nowrap;
23444
+ }
23445
+
23446
+ .v-label--clickable {
23447
+ cursor: pointer;
23428
23448
  }.v-input {
23429
23449
  display: grid;
23430
23450
  flex: 1 1 auto;
@@ -23567,26 +23587,6 @@ textarea.v-field__input::placeholder {
23567
23587
 
23568
23588
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
23569
23589
  padding-top: calc(var(--v-input-padding-top) + 0px);
23570
- }.v-item-group {
23571
- flex: 0 1 auto;
23572
- max-width: 100%;
23573
- position: relative;
23574
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23575
- }.v-label {
23576
- align-items: center;
23577
- color: inherit;
23578
- display: inline-flex;
23579
- font-size: 1rem;
23580
- letter-spacing: 0.009375em;
23581
- min-width: 0;
23582
- opacity: var(--v-medium-emphasis-opacity);
23583
- overflow: hidden;
23584
- text-overflow: ellipsis;
23585
- white-space: nowrap;
23586
- }
23587
-
23588
- .v-label--clickable {
23589
- cursor: pointer;
23590
23590
  }.v-layout {
23591
23591
  --v-scrollbar-offset: 0px;
23592
23592
  display: flex;
@@ -24177,6 +24177,8 @@ textarea.v-field__input::placeholder {
24177
24177
  }
24178
24178
  .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
24179
24179
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24180
+ }.v-locale-provider {
24181
+ display: contents;
24180
24182
  }.v-menu > .v-overlay__content {
24181
24183
  display: flex;
24182
24184
  flex-direction: column;
@@ -24196,24 +24198,36 @@ textarea.v-field__input::placeholder {
24196
24198
  .v-menu > .v-overlay__content > .v-sheet,
24197
24199
  .v-menu > .v-overlay__content > .v-list {
24198
24200
  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));
24199
- }.v-locale-provider {
24200
- display: contents;
24201
- }.v-messages {
24202
- flex: 1 1 auto;
24203
- font-size: 12px;
24204
- min-height: 14px;
24205
- min-width: 1px;
24206
- opacity: var(--v-medium-emphasis-opacity);
24201
+ }.v-main {
24202
+ flex: 1 0 auto;
24203
+ max-width: 100%;
24204
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24205
+ padding-left: var(--v-layout-left);
24206
+ padding-right: var(--v-layout-right);
24207
+ padding-top: var(--v-layout-top);
24208
+ padding-bottom: var(--v-layout-bottom);
24209
+ }
24210
+ .v-main__scroller {
24211
+ max-width: 100%;
24207
24212
  position: relative;
24208
24213
  }
24209
- .v-messages__message {
24210
- line-height: 12px;
24211
- word-break: break-word;
24212
- overflow-wrap: break-word;
24213
- word-wrap: break-word;
24214
- -webkit-hyphens: auto;
24215
- hyphens: auto;
24216
- transition-duration: 150ms;
24214
+ .v-main--scrollable {
24215
+ display: flex;
24216
+ }
24217
+ .v-main--scrollable {
24218
+ position: absolute;
24219
+ top: 0;
24220
+ left: 0;
24221
+ width: 100%;
24222
+ height: 100%;
24223
+ }
24224
+ .v-main--scrollable > .v-main__scroller {
24225
+ flex: 1 1 auto;
24226
+ overflow-y: auto;
24227
+ --v-layout-left: 0px;
24228
+ --v-layout-right: 0px;
24229
+ --v-layout-top: 0px;
24230
+ --v-layout-bottom: 0px;
24217
24231
  }.v-navigation-drawer {
24218
24232
  -webkit-overflow-scrolling: touch;
24219
24233
  background: rgb(var(--v-theme-surface));
@@ -24322,6 +24336,22 @@ textarea.v-field__input::placeholder {
24322
24336
  .v-navigation-drawer__append {
24323
24337
  flex: none;
24324
24338
  overflow: hidden;
24339
+ }.v-messages {
24340
+ flex: 1 1 auto;
24341
+ font-size: 12px;
24342
+ min-height: 14px;
24343
+ min-width: 1px;
24344
+ opacity: var(--v-medium-emphasis-opacity);
24345
+ position: relative;
24346
+ }
24347
+ .v-messages__message {
24348
+ line-height: 12px;
24349
+ word-break: break-word;
24350
+ overflow-wrap: break-word;
24351
+ word-wrap: break-word;
24352
+ -webkit-hyphens: auto;
24353
+ hyphens: auto;
24354
+ transition-duration: 150ms;
24325
24355
  }.v-otp-input {
24326
24356
  align-items: center;
24327
24357
  display: flex;
@@ -24380,36 +24410,6 @@ textarea.v-field__input::placeholder {
24380
24410
  }
24381
24411
  .v-otp-input__loader .v-progress-linear {
24382
24412
  position: absolute;
24383
- }.v-main {
24384
- flex: 1 0 auto;
24385
- max-width: 100%;
24386
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24387
- padding-left: var(--v-layout-left);
24388
- padding-right: var(--v-layout-right);
24389
- padding-top: var(--v-layout-top);
24390
- padding-bottom: var(--v-layout-bottom);
24391
- }
24392
- .v-main__scroller {
24393
- max-width: 100%;
24394
- position: relative;
24395
- }
24396
- .v-main--scrollable {
24397
- display: flex;
24398
- }
24399
- .v-main--scrollable {
24400
- position: absolute;
24401
- top: 0;
24402
- left: 0;
24403
- width: 100%;
24404
- height: 100%;
24405
- }
24406
- .v-main--scrollable > .v-main__scroller {
24407
- flex: 1 1 auto;
24408
- overflow-y: auto;
24409
- --v-layout-left: 0px;
24410
- --v-layout-right: 0px;
24411
- --v-layout-top: 0px;
24412
- --v-layout-bottom: 0px;
24413
24413
  }.v-overlay-container {
24414
24414
  contain: layout;
24415
24415
  left: 0;
@@ -24481,192 +24481,15 @@ html.v-overlay-scroll-blocked {
24481
24481
  }
24482
24482
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
24483
24483
  margin: 0.3rem;
24484
- }.v-parallax {
24485
- position: relative;
24484
+ }.v-progress-linear {
24485
+ background: transparent;
24486
24486
  overflow: hidden;
24487
- }
24488
- .v-parallax--active > .v-img__img {
24489
- will-change: transform;
24490
- }.v-progress-circular {
24491
- align-items: center;
24492
- display: inline-flex;
24493
- justify-content: center;
24494
24487
  position: relative;
24495
- vertical-align: middle;
24496
- }
24497
- .v-progress-circular > svg {
24488
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24498
24489
  width: 100%;
24499
- height: 100%;
24500
- margin: auto;
24501
- position: absolute;
24502
- top: 0;
24503
- bottom: 0;
24504
- left: 0;
24505
- right: 0;
24506
- z-index: 0;
24507
24490
  }
24508
-
24509
- .v-progress-circular__content {
24510
- align-items: center;
24511
- display: flex;
24512
- justify-content: center;
24513
- }
24514
-
24515
- .v-progress-circular__underlay {
24516
- color: rgba(var(--v-border-color), var(--v-border-opacity));
24517
- stroke: currentColor;
24518
- z-index: 1;
24519
- }
24520
-
24521
- .v-progress-circular__overlay {
24522
- stroke: currentColor;
24523
- transition: all 0.2s ease-in-out, stroke-width 0s;
24524
- z-index: 2;
24525
- }
24526
-
24527
- .v-progress-circular--size-x-small {
24528
- height: 16px;
24529
- width: 16px;
24530
- }
24531
- .v-progress-circular--size-small {
24532
- height: 24px;
24533
- width: 24px;
24534
- }
24535
- .v-progress-circular--size-default {
24536
- height: 32px;
24537
- width: 32px;
24538
- }
24539
- .v-progress-circular--size-large {
24540
- height: 48px;
24541
- width: 48px;
24542
- }
24543
- .v-progress-circular--size-x-large {
24544
- height: 64px;
24545
- width: 64px;
24546
- }
24547
-
24548
- .v-progress-circular--indeterminate > svg {
24549
- animation: progress-circular-rotate 1.4s linear infinite;
24550
- transform-origin: center center;
24551
- transition: all 0.2s ease-in-out;
24552
- }
24553
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
24554
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24555
- stroke-dasharray: 25, 200;
24556
- stroke-dashoffset: 0;
24557
- stroke-linecap: round;
24558
- transform-origin: center center;
24559
- transform: rotate(-90deg);
24560
- }
24561
-
24562
- .v-progress-circular--disable-shrink > svg {
24563
- animation-duration: 0.7s;
24564
- }
24565
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24566
- animation: none;
24567
- }
24568
-
24569
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24570
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24571
- animation-play-state: paused !important;
24572
- }
24573
-
24574
- @keyframes progress-circular-dash {
24575
- 0% {
24576
- stroke-dasharray: 1, 200;
24577
- stroke-dashoffset: 0px;
24578
- }
24579
- 50% {
24580
- stroke-dasharray: 100, 200;
24581
- stroke-dashoffset: -15px;
24582
- }
24583
- 100% {
24584
- stroke-dasharray: 100, 200;
24585
- stroke-dashoffset: -124px;
24586
- }
24587
- }
24588
- @keyframes progress-circular-rotate {
24589
- 100% {
24590
- transform: rotate(270deg);
24591
- }
24592
- }.v-radio-group > .v-input__control {
24593
- flex-direction: column;
24594
- }
24595
- .v-radio-group > .v-input__control > .v-label {
24596
- margin-inline-start: 16px;
24597
- }
24598
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24599
- padding-inline-start: 6px;
24600
- margin-top: 8px;
24601
- }
24602
- .v-radio-group .v-input__details {
24603
- padding-inline: 16px;
24604
- }.v-slider .v-slider__container input {
24605
- cursor: default;
24606
- padding: 0;
24607
- width: 100%;
24608
- display: none;
24609
- }
24610
- .v-slider > .v-input__append,
24611
- .v-slider > .v-input__prepend {
24612
- padding: 0;
24613
- }
24614
-
24615
- .v-slider__container {
24616
- position: relative;
24617
- min-height: inherit;
24618
- width: 100%;
24619
- height: 100%;
24620
- display: flex;
24621
- justify-content: center;
24622
- align-items: center;
24623
- cursor: pointer;
24624
- }
24625
- .v-input--disabled .v-slider__container {
24626
- opacity: var(--v-disabled-opacity);
24627
- }
24628
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24629
- color: rgb(var(--v-theme-error));
24630
- }
24631
-
24632
- .v-slider.v-input--horizontal {
24633
- align-items: center;
24634
- margin-inline: 8px 8px;
24635
- }
24636
- .v-slider.v-input--horizontal > .v-input__control {
24637
- min-height: 32px;
24638
- display: flex;
24639
- align-items: center;
24640
- }
24641
-
24642
- .v-slider.v-input--vertical {
24643
- justify-content: center;
24644
- margin-top: 12px;
24645
- margin-bottom: 12px;
24646
- }
24647
- .v-slider.v-input--vertical > .v-input__control {
24648
- min-height: 300px;
24649
- }
24650
-
24651
- .v-slider.v-input--disabled {
24652
- pointer-events: none;
24653
- }
24654
-
24655
- .v-slider--has-labels > .v-input__control {
24656
- margin-bottom: 4px;
24657
- }
24658
-
24659
- .v-slider__label {
24660
- margin-inline-end: 12px;
24661
- }.v-progress-linear {
24662
- background: transparent;
24663
- overflow: hidden;
24664
- position: relative;
24665
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24666
- width: 100%;
24667
- }
24668
- .v-progress-linear--rounded {
24669
- border-radius: 9999px;
24491
+ .v-progress-linear--rounded {
24492
+ border-radius: 9999px;
24670
24493
  }
24671
24494
  @media (forced-colors: active) {
24672
24495
  .v-progress-linear {
@@ -24886,61 +24709,238 @@ html.v-overlay-scroll-blocked {
24886
24709
  0% {
24887
24710
  background-position-x: var(--v-progress-linear-height);
24888
24711
  }
24889
- }.v-rating {
24890
- max-width: 100%;
24891
- display: inline-flex;
24892
- white-space: nowrap;
24712
+ }.v-parallax {
24713
+ position: relative;
24714
+ overflow: hidden;
24893
24715
  }
24894
- .v-rating--readonly {
24895
- pointer-events: none;
24716
+ .v-parallax--active > .v-img__img {
24717
+ will-change: transform;
24718
+ }.v-radio-group > .v-input__control {
24719
+ flex-direction: column;
24896
24720
  }
24897
-
24898
- .v-rating__wrapper {
24721
+ .v-radio-group > .v-input__control > .v-label {
24722
+ margin-inline-start: 16px;
24723
+ }
24724
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24725
+ padding-inline-start: 6px;
24726
+ margin-top: 8px;
24727
+ }
24728
+ .v-radio-group .v-input__details {
24729
+ padding-inline: 16px;
24730
+ }.v-progress-circular {
24899
24731
  align-items: center;
24900
24732
  display: inline-flex;
24901
- flex-direction: column;
24733
+ justify-content: center;
24734
+ position: relative;
24735
+ vertical-align: middle;
24902
24736
  }
24903
- .v-rating__wrapper--bottom {
24904
- flex-direction: column-reverse;
24737
+ .v-progress-circular > svg {
24738
+ width: 100%;
24739
+ height: 100%;
24740
+ margin: auto;
24741
+ position: absolute;
24742
+ top: 0;
24743
+ bottom: 0;
24744
+ left: 0;
24745
+ right: 0;
24746
+ z-index: 0;
24905
24747
  }
24906
24748
 
24907
- .v-rating__item {
24908
- display: inline-flex;
24909
- position: relative;
24749
+ .v-progress-circular__content {
24750
+ align-items: center;
24751
+ display: flex;
24752
+ justify-content: center;
24910
24753
  }
24911
- .v-rating__item label {
24912
- cursor: pointer;
24754
+
24755
+ .v-progress-circular__underlay {
24756
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
24757
+ stroke: currentColor;
24758
+ z-index: 1;
24913
24759
  }
24914
- .v-rating__item .v-btn--variant-plain {
24915
- opacity: 1;
24760
+
24761
+ .v-progress-circular__overlay {
24762
+ stroke: currentColor;
24763
+ transition: all 0.2s ease-in-out, stroke-width 0s;
24764
+ z-index: 2;
24916
24765
  }
24917
- .v-rating__item .v-btn {
24918
- transition-property: transform;
24766
+
24767
+ .v-progress-circular--size-x-small {
24768
+ height: 16px;
24769
+ width: 16px;
24919
24770
  }
24920
- .v-rating__item .v-btn .v-icon {
24921
- transition: inherit;
24922
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24771
+ .v-progress-circular--size-small {
24772
+ height: 24px;
24773
+ width: 24px;
24923
24774
  }
24924
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24925
- transform: scale(1.25);
24775
+ .v-progress-circular--size-default {
24776
+ height: 32px;
24777
+ width: 32px;
24926
24778
  }
24927
- .v-rating__item--half {
24928
- overflow: hidden;
24929
- position: absolute;
24930
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24931
- z-index: 1;
24779
+ .v-progress-circular--size-large {
24780
+ height: 48px;
24781
+ width: 48px;
24932
24782
  }
24933
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24934
- opacity: 0;
24783
+ .v-progress-circular--size-x-large {
24784
+ height: 64px;
24785
+ width: 64px;
24935
24786
  }
24936
24787
 
24937
- .v-rating__hidden {
24938
- height: 0;
24939
- opacity: 0;
24940
- position: absolute;
24941
- width: 0;
24942
- }.v-selection-control {
24943
- align-items: center;
24788
+ .v-progress-circular--indeterminate > svg {
24789
+ animation: progress-circular-rotate 1.4s linear infinite;
24790
+ transform-origin: center center;
24791
+ transition: all 0.2s ease-in-out;
24792
+ }
24793
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
24794
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24795
+ stroke-dasharray: 25, 200;
24796
+ stroke-dashoffset: 0;
24797
+ stroke-linecap: round;
24798
+ transform-origin: center center;
24799
+ transform: rotate(-90deg);
24800
+ }
24801
+
24802
+ .v-progress-circular--disable-shrink > svg {
24803
+ animation-duration: 0.7s;
24804
+ }
24805
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24806
+ animation: none;
24807
+ }
24808
+
24809
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24810
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24811
+ animation-play-state: paused !important;
24812
+ }
24813
+
24814
+ @keyframes progress-circular-dash {
24815
+ 0% {
24816
+ stroke-dasharray: 1, 200;
24817
+ stroke-dashoffset: 0px;
24818
+ }
24819
+ 50% {
24820
+ stroke-dasharray: 100, 200;
24821
+ stroke-dashoffset: -15px;
24822
+ }
24823
+ 100% {
24824
+ stroke-dasharray: 100, 200;
24825
+ stroke-dashoffset: -124px;
24826
+ }
24827
+ }
24828
+ @keyframes progress-circular-rotate {
24829
+ 100% {
24830
+ transform: rotate(270deg);
24831
+ }
24832
+ }.v-slider .v-slider__container input {
24833
+ cursor: default;
24834
+ padding: 0;
24835
+ width: 100%;
24836
+ display: none;
24837
+ }
24838
+ .v-slider > .v-input__append,
24839
+ .v-slider > .v-input__prepend {
24840
+ padding: 0;
24841
+ }
24842
+
24843
+ .v-slider__container {
24844
+ position: relative;
24845
+ min-height: inherit;
24846
+ width: 100%;
24847
+ height: 100%;
24848
+ display: flex;
24849
+ justify-content: center;
24850
+ align-items: center;
24851
+ cursor: pointer;
24852
+ }
24853
+ .v-input--disabled .v-slider__container {
24854
+ opacity: var(--v-disabled-opacity);
24855
+ }
24856
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24857
+ color: rgb(var(--v-theme-error));
24858
+ }
24859
+
24860
+ .v-slider.v-input--horizontal {
24861
+ align-items: center;
24862
+ margin-inline: 8px 8px;
24863
+ }
24864
+ .v-slider.v-input--horizontal > .v-input__control {
24865
+ min-height: 32px;
24866
+ display: flex;
24867
+ align-items: center;
24868
+ }
24869
+
24870
+ .v-slider.v-input--vertical {
24871
+ justify-content: center;
24872
+ margin-top: 12px;
24873
+ margin-bottom: 12px;
24874
+ }
24875
+ .v-slider.v-input--vertical > .v-input__control {
24876
+ min-height: 300px;
24877
+ }
24878
+
24879
+ .v-slider.v-input--disabled {
24880
+ pointer-events: none;
24881
+ }
24882
+
24883
+ .v-slider--has-labels > .v-input__control {
24884
+ margin-bottom: 4px;
24885
+ }
24886
+
24887
+ .v-slider__label {
24888
+ margin-inline-end: 12px;
24889
+ }.v-rating {
24890
+ max-width: 100%;
24891
+ display: inline-flex;
24892
+ white-space: nowrap;
24893
+ }
24894
+ .v-rating--readonly {
24895
+ pointer-events: none;
24896
+ }
24897
+
24898
+ .v-rating__wrapper {
24899
+ align-items: center;
24900
+ display: inline-flex;
24901
+ flex-direction: column;
24902
+ }
24903
+ .v-rating__wrapper--bottom {
24904
+ flex-direction: column-reverse;
24905
+ }
24906
+
24907
+ .v-rating__item {
24908
+ display: inline-flex;
24909
+ position: relative;
24910
+ }
24911
+ .v-rating__item label {
24912
+ cursor: pointer;
24913
+ }
24914
+ .v-rating__item .v-btn--variant-plain {
24915
+ opacity: 1;
24916
+ }
24917
+ .v-rating__item .v-btn {
24918
+ transition-property: transform;
24919
+ }
24920
+ .v-rating__item .v-btn .v-icon {
24921
+ transition: inherit;
24922
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24923
+ }
24924
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24925
+ transform: scale(1.25);
24926
+ }
24927
+ .v-rating__item--half {
24928
+ overflow: hidden;
24929
+ position: absolute;
24930
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24931
+ z-index: 1;
24932
+ }
24933
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24934
+ opacity: 0;
24935
+ }
24936
+
24937
+ .v-rating__hidden {
24938
+ height: 0;
24939
+ opacity: 0;
24940
+ position: absolute;
24941
+ width: 0;
24942
+ }.v-selection-control {
24943
+ align-items: center;
24944
24944
  contain: layout;
24945
24945
  display: flex;
24946
24946
  flex: 1 0;
@@ -25042,6 +25042,76 @@ html.v-overlay-scroll-blocked {
25042
25042
  }
25043
25043
  .v-selection-control--focus-visible .v-selection-control__input::before {
25044
25044
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25045
+ }.v-responsive {
25046
+ display: flex;
25047
+ flex: 1 0 auto;
25048
+ max-height: 100%;
25049
+ max-width: 100%;
25050
+ overflow: hidden;
25051
+ position: relative;
25052
+ }
25053
+ .v-responsive--inline {
25054
+ display: inline-flex;
25055
+ flex: 0 0 auto;
25056
+ }
25057
+
25058
+ .v-responsive__content {
25059
+ flex: 1 0 0px;
25060
+ max-width: 100%;
25061
+ }
25062
+
25063
+ .v-responsive__sizer ~ .v-responsive__content {
25064
+ margin-inline-start: -100%;
25065
+ }
25066
+
25067
+ .v-responsive__sizer {
25068
+ flex: 1 0 0px;
25069
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25070
+ pointer-events: none;
25071
+ }.v-sheet {
25072
+ display: block;
25073
+ }
25074
+ .v-sheet {
25075
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25076
+ border-style: solid;
25077
+ border-width: 0;
25078
+ }
25079
+ .v-sheet--border {
25080
+ border-width: thin;
25081
+ box-shadow: none;
25082
+ }
25083
+ .v-sheet {
25084
+ 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));
25085
+ }
25086
+ .v-sheet--absolute {
25087
+ position: absolute;
25088
+ }
25089
+ .v-sheet--fixed {
25090
+ position: fixed;
25091
+ }
25092
+ .v-sheet--relative {
25093
+ position: relative;
25094
+ }
25095
+ .v-sheet--sticky {
25096
+ position: sticky;
25097
+ }
25098
+ .v-sheet {
25099
+ border-radius: 0;
25100
+ }
25101
+ .v-sheet {
25102
+ background: rgb(var(--v-theme-surface));
25103
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25104
+ }
25105
+ .v-sheet--rounded {
25106
+ border-radius: 4px;
25107
+ }.v-selection-control-group {
25108
+ grid-area: control;
25109
+ display: flex;
25110
+ flex-direction: column;
25111
+ }
25112
+ .v-selection-control-group--inline {
25113
+ flex-direction: row;
25114
+ flex-wrap: wrap;
25045
25115
  }.v-select .v-field .v-text-field__prefix,
25046
25116
  .v-select .v-field .v-text-field__suffix,
25047
25117
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -25094,145 +25164,20 @@ html.v-overlay-scroll-blocked {
25094
25164
  .v-select--active-menu .v-select__menu-icon {
25095
25165
  opacity: var(--v-high-emphasis-opacity);
25096
25166
  transform: rotate(180deg);
25097
- }.v-selection-control-group {
25098
- grid-area: control;
25167
+ }.v-skeleton-loader {
25168
+ align-items: center;
25169
+ background: rgb(var(--v-theme-surface));
25170
+ border-radius: 4px;
25099
25171
  display: flex;
25100
- flex-direction: column;
25101
- }
25102
- .v-selection-control-group--inline {
25103
- flex-direction: row;
25104
25172
  flex-wrap: wrap;
25105
- }.v-responsive {
25106
- display: flex;
25107
- flex: 1 0 auto;
25108
- max-height: 100%;
25109
- max-width: 100%;
25110
- overflow: hidden;
25111
25173
  position: relative;
25174
+ vertical-align: top;
25112
25175
  }
25113
- .v-responsive--inline {
25114
- display: inline-flex;
25115
- flex: 0 0 auto;
25176
+ .v-skeleton-loader__actions {
25177
+ justify-content: end;
25116
25178
  }
25117
-
25118
- .v-responsive__content {
25119
- flex: 1 0 0px;
25120
- max-width: 100%;
25121
- }
25122
-
25123
- .v-responsive__sizer ~ .v-responsive__content {
25124
- margin-inline-start: -100%;
25125
- }
25126
-
25127
- .v-responsive__sizer {
25128
- flex: 1 0 0px;
25129
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25130
- pointer-events: none;
25131
- }.v-slide-group {
25132
- display: flex;
25133
- overflow: hidden;
25134
- }
25135
-
25136
- .v-slide-group__next,
25137
- .v-slide-group__prev {
25138
- align-items: center;
25139
- display: flex;
25140
- flex: 0 1 52px;
25141
- justify-content: center;
25142
- min-width: 52px;
25143
- cursor: pointer;
25144
- }
25145
- .v-slide-group__next--disabled,
25146
- .v-slide-group__prev--disabled {
25147
- pointer-events: none;
25148
- opacity: var(--v-disabled-opacity);
25149
- }
25150
-
25151
- .v-slide-group__content {
25152
- display: flex;
25153
- flex: 1 0 auto;
25154
- position: relative;
25155
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
25156
- white-space: nowrap;
25157
- }
25158
- .v-slide-group__content > * {
25159
- white-space: initial;
25160
- }
25161
-
25162
- .v-slide-group__container {
25163
- contain: content;
25164
- display: flex;
25165
- flex: 1 1 auto;
25166
- overflow-x: auto;
25167
- overflow-y: hidden;
25168
- scrollbar-width: none;
25169
- scrollbar-color: rgba(0, 0, 0, 0);
25170
- }
25171
- .v-slide-group__container::-webkit-scrollbar {
25172
- display: none;
25173
- }
25174
-
25175
- .v-slide-group--vertical {
25176
- max-height: inherit;
25177
- }
25178
- .v-slide-group--vertical,
25179
- .v-slide-group--vertical .v-slide-group__container,
25180
- .v-slide-group--vertical .v-slide-group__content {
25181
- flex-direction: column;
25182
- }
25183
- .v-slide-group--vertical .v-slide-group__container {
25184
- overflow-x: hidden;
25185
- overflow-y: auto;
25186
- }.v-sheet {
25187
- display: block;
25188
- }
25189
- .v-sheet {
25190
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25191
- border-style: solid;
25192
- border-width: 0;
25193
- }
25194
- .v-sheet--border {
25195
- border-width: thin;
25196
- box-shadow: none;
25197
- }
25198
- .v-sheet {
25199
- 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));
25200
- }
25201
- .v-sheet--absolute {
25202
- position: absolute;
25203
- }
25204
- .v-sheet--fixed {
25205
- position: fixed;
25206
- }
25207
- .v-sheet--relative {
25208
- position: relative;
25209
- }
25210
- .v-sheet--sticky {
25211
- position: sticky;
25212
- }
25213
- .v-sheet {
25214
- border-radius: 0;
25215
- }
25216
- .v-sheet {
25217
- background: rgb(var(--v-theme-surface));
25218
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25219
- }
25220
- .v-sheet--rounded {
25221
- border-radius: 4px;
25222
- }.v-skeleton-loader {
25223
- align-items: center;
25224
- background: rgb(var(--v-theme-surface));
25225
- border-radius: 4px;
25226
- display: flex;
25227
- flex-wrap: wrap;
25228
- position: relative;
25229
- vertical-align: top;
25230
- }
25231
- .v-skeleton-loader__actions {
25232
- justify-content: end;
25233
- }
25234
- .v-skeleton-loader .v-skeleton-loader__ossein {
25235
- height: 100%;
25179
+ .v-skeleton-loader .v-skeleton-loader__ossein {
25180
+ height: 100%;
25236
25181
  }
25237
25182
  .v-skeleton-loader .v-skeleton-loader__avatar,
25238
25183
  .v-skeleton-loader .v-skeleton-loader__button,
@@ -25584,47 +25529,61 @@ html.v-overlay-scroll-blocked {
25584
25529
  }
25585
25530
  .v-snackbar-transition-leave-to {
25586
25531
  opacity: 0;
25587
- }.v-speed-dial__content {
25588
- gap: 8px;
25589
- }
25590
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25591
- flex-direction: row;
25592
- }
25593
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25594
- flex-direction: row-reverse;
25595
- }
25596
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25597
- flex-direction: column-reverse;
25598
- }
25599
- .v-speed-dial__content > *:nth-child(1) {
25600
- transition-delay: 0s;
25532
+ }.v-slide-group {
25533
+ display: flex;
25534
+ overflow: hidden;
25601
25535
  }
25602
- .v-speed-dial__content > *:nth-child(2) {
25603
- transition-delay: 0.05s;
25536
+
25537
+ .v-slide-group__next,
25538
+ .v-slide-group__prev {
25539
+ align-items: center;
25540
+ display: flex;
25541
+ flex: 0 1 52px;
25542
+ justify-content: center;
25543
+ min-width: 52px;
25544
+ cursor: pointer;
25604
25545
  }
25605
- .v-speed-dial__content > *:nth-child(3) {
25606
- transition-delay: 0.1s;
25546
+ .v-slide-group__next--disabled,
25547
+ .v-slide-group__prev--disabled {
25548
+ pointer-events: none;
25549
+ opacity: var(--v-disabled-opacity);
25607
25550
  }
25608
- .v-speed-dial__content > *:nth-child(4) {
25609
- transition-delay: 0.15s;
25551
+
25552
+ .v-slide-group__content {
25553
+ display: flex;
25554
+ flex: 1 0 auto;
25555
+ position: relative;
25556
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
25557
+ white-space: nowrap;
25610
25558
  }
25611
- .v-speed-dial__content > *:nth-child(5) {
25612
- transition-delay: 0.2s;
25559
+ .v-slide-group__content > * {
25560
+ white-space: initial;
25613
25561
  }
25614
- .v-speed-dial__content > *:nth-child(6) {
25615
- transition-delay: 0.25s;
25562
+
25563
+ .v-slide-group__container {
25564
+ contain: content;
25565
+ display: flex;
25566
+ flex: 1 1 auto;
25567
+ overflow-x: auto;
25568
+ overflow-y: hidden;
25569
+ scrollbar-width: none;
25570
+ scrollbar-color: rgba(0, 0, 0, 0);
25616
25571
  }
25617
- .v-speed-dial__content > *:nth-child(7) {
25618
- transition-delay: 0.3s;
25572
+ .v-slide-group__container::-webkit-scrollbar {
25573
+ display: none;
25619
25574
  }
25620
- .v-speed-dial__content > *:nth-child(8) {
25621
- transition-delay: 0.35s;
25575
+
25576
+ .v-slide-group--vertical {
25577
+ max-height: inherit;
25622
25578
  }
25623
- .v-speed-dial__content > *:nth-child(9) {
25624
- transition-delay: 0.4s;
25579
+ .v-slide-group--vertical,
25580
+ .v-slide-group--vertical .v-slide-group__container,
25581
+ .v-slide-group--vertical .v-slide-group__content {
25582
+ flex-direction: column;
25625
25583
  }
25626
- .v-speed-dial__content > *:nth-child(10) {
25627
- transition-delay: 0.45s;
25584
+ .v-slide-group--vertical .v-slide-group__container {
25585
+ overflow-x: hidden;
25586
+ overflow-y: auto;
25628
25587
  }.v-stepper.v-sheet {
25629
25588
  overflow: hidden;
25630
25589
  }
@@ -25982,58 +25941,142 @@ html.v-overlay-scroll-blocked {
25982
25941
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25983
25942
  border-width: 0;
25984
25943
  }
25985
- }.v-tab.v-tab.v-btn {
25986
- height: var(--v-tabs-height);
25987
- border-radius: 0;
25988
- min-width: 90px;
25944
+ }.v-speed-dial__content {
25945
+ gap: 8px;
25989
25946
  }
25990
- .v-slide-group--horizontal .v-tab {
25991
- max-width: 360px;
25947
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
25948
+ flex-direction: row;
25992
25949
  }
25993
- .v-slide-group--vertical .v-tab {
25994
- justify-content: start;
25950
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
25951
+ flex-direction: row-reverse;
25995
25952
  }
25996
-
25997
- .v-tab__slider {
25998
- position: absolute;
25999
- bottom: 0;
26000
- left: 0;
26001
- height: 2px;
26002
- width: 100%;
26003
- background: currentColor;
26004
- pointer-events: none;
26005
- opacity: 0;
25953
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
25954
+ flex-direction: column-reverse;
26006
25955
  }
26007
- .v-tab--selected .v-tab__slider {
26008
- opacity: 1;
25956
+ .v-speed-dial__content > *:nth-child(1) {
25957
+ transition-delay: 0s;
26009
25958
  }
26010
- .v-slide-group--vertical .v-tab__slider {
26011
- top: 0;
26012
- height: 100%;
26013
- width: 2px;
26014
- }.v-tabs {
26015
- display: flex;
26016
- height: var(--v-tabs-height);
25959
+ .v-speed-dial__content > *:nth-child(2) {
25960
+ transition-delay: 0.05s;
26017
25961
  }
26018
- .v-tabs--density-default {
26019
- --v-tabs-height: 48px;
25962
+ .v-speed-dial__content > *:nth-child(3) {
25963
+ transition-delay: 0.1s;
26020
25964
  }
26021
- .v-tabs--density-default.v-tabs--stacked {
26022
- --v-tabs-height: 72px;
25965
+ .v-speed-dial__content > *:nth-child(4) {
25966
+ transition-delay: 0.15s;
26023
25967
  }
26024
-
26025
- .v-tabs--density-comfortable {
26026
- --v-tabs-height: 44px;
25968
+ .v-speed-dial__content > *:nth-child(5) {
25969
+ transition-delay: 0.2s;
26027
25970
  }
26028
- .v-tabs--density-comfortable.v-tabs--stacked {
26029
- --v-tabs-height: 68px;
25971
+ .v-speed-dial__content > *:nth-child(6) {
25972
+ transition-delay: 0.25s;
26030
25973
  }
26031
-
26032
- .v-tabs--density-compact {
26033
- --v-tabs-height: 36px;
25974
+ .v-speed-dial__content > *:nth-child(7) {
25975
+ transition-delay: 0.3s;
26034
25976
  }
26035
- .v-tabs--density-compact.v-tabs--stacked {
26036
- --v-tabs-height: 60px;
25977
+ .v-speed-dial__content > *:nth-child(8) {
25978
+ transition-delay: 0.35s;
25979
+ }
25980
+ .v-speed-dial__content > *:nth-child(9) {
25981
+ transition-delay: 0.4s;
25982
+ }
25983
+ .v-speed-dial__content > *:nth-child(10) {
25984
+ transition-delay: 0.45s;
25985
+ }.v-system-bar {
25986
+ align-items: center;
25987
+ display: flex;
25988
+ flex: 1 1 auto;
25989
+ height: 24px;
25990
+ justify-content: flex-end;
25991
+ max-width: 100%;
25992
+ padding-inline: 8px;
25993
+ position: relative;
25994
+ text-align: end;
25995
+ width: 100%;
25996
+ }
25997
+ .v-system-bar .v-icon {
25998
+ opacity: var(--v-medium-emphasis-opacity);
25999
+ }
26000
+ .v-system-bar {
26001
+ 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));
26002
+ }
26003
+ .v-system-bar--absolute {
26004
+ position: absolute;
26005
+ }
26006
+ .v-system-bar--fixed {
26007
+ position: fixed;
26008
+ }
26009
+ .v-system-bar {
26010
+ background: rgba(var(--v-theme-surface-light));
26011
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26012
+ }
26013
+ .v-system-bar {
26014
+ font-size: 0.75rem;
26015
+ font-weight: 400;
26016
+ letter-spacing: 0.0333333333em;
26017
+ line-height: 1.667;
26018
+ text-transform: none;
26019
+ }
26020
+ .v-system-bar--rounded {
26021
+ border-radius: 0;
26022
+ }
26023
+ .v-system-bar--window {
26024
+ height: 32px;
26025
+ }
26026
+ .v-system-bar:not(.v-system-bar--absolute) {
26027
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
26028
+ }.v-tab.v-tab.v-btn {
26029
+ height: var(--v-tabs-height);
26030
+ border-radius: 0;
26031
+ min-width: 90px;
26032
+ }
26033
+ .v-slide-group--horizontal .v-tab {
26034
+ max-width: 360px;
26035
+ }
26036
+ .v-slide-group--vertical .v-tab {
26037
+ justify-content: start;
26038
+ }
26039
+
26040
+ .v-tab__slider {
26041
+ position: absolute;
26042
+ bottom: 0;
26043
+ left: 0;
26044
+ height: 2px;
26045
+ width: 100%;
26046
+ background: currentColor;
26047
+ pointer-events: none;
26048
+ opacity: 0;
26049
+ }
26050
+ .v-tab--selected .v-tab__slider {
26051
+ opacity: 1;
26052
+ }
26053
+ .v-slide-group--vertical .v-tab__slider {
26054
+ top: 0;
26055
+ height: 100%;
26056
+ width: 2px;
26057
+ }.v-tabs {
26058
+ display: flex;
26059
+ height: var(--v-tabs-height);
26060
+ }
26061
+ .v-tabs--density-default {
26062
+ --v-tabs-height: 48px;
26063
+ }
26064
+ .v-tabs--density-default.v-tabs--stacked {
26065
+ --v-tabs-height: 72px;
26066
+ }
26067
+
26068
+ .v-tabs--density-comfortable {
26069
+ --v-tabs-height: 44px;
26070
+ }
26071
+ .v-tabs--density-comfortable.v-tabs--stacked {
26072
+ --v-tabs-height: 68px;
26073
+ }
26074
+
26075
+ .v-tabs--density-compact {
26076
+ --v-tabs-height: 36px;
26077
+ }
26078
+ .v-tabs--density-compact.v-tabs--stacked {
26079
+ --v-tabs-height: 60px;
26037
26080
  }
26038
26081
 
26039
26082
  .v-tabs.v-slide-group--vertical {
@@ -26183,101 +26226,343 @@ html.v-overlay-scroll-blocked {
26183
26226
  padding-inline-end: var(--v-field-padding-end);
26184
26227
  }
26185
26228
 
26186
- /* endregion */.v-system-bar {
26187
- align-items: center;
26188
- display: flex;
26189
- flex: 1 1 auto;
26190
- height: 24px;
26191
- justify-content: flex-end;
26192
- max-width: 100%;
26193
- padding-inline: 8px;
26194
- position: relative;
26195
- text-align: end;
26196
- width: 100%;
26229
+ /* endregion */.v-table {
26230
+ font-size: 0.875rem;
26231
+ transition-duration: 0.28s;
26232
+ transition-property: box-shadow, opacity, background, height;
26233
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26197
26234
  }
26198
- .v-system-bar .v-icon {
26199
- opacity: var(--v-medium-emphasis-opacity);
26235
+ .v-table {
26236
+ background: rgb(var(--v-theme-surface));
26237
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26200
26238
  }
26201
- .v-system-bar {
26202
- 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));
26239
+ .v-table .v-table-divider {
26240
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26203
26241
  }
26204
- .v-system-bar--absolute {
26205
- position: absolute;
26242
+ .v-table .v-table__wrapper > table > thead > tr > th {
26243
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26206
26244
  }
26207
- .v-system-bar--fixed {
26208
- position: fixed;
26245
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
26246
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
26247
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26209
26248
  }
26210
- .v-system-bar {
26211
- background: rgba(var(--v-theme-surface-light));
26212
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26249
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
26250
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
26251
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26213
26252
  }
26214
- .v-system-bar {
26215
- font-size: 0.75rem;
26216
- font-weight: 400;
26217
- letter-spacing: 0.0333333333em;
26218
- line-height: 1.667;
26219
- text-transform: none;
26253
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
26254
+ position: relative;
26220
26255
  }
26221
- .v-system-bar--rounded {
26222
- border-radius: 0;
26256
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26257
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
26258
+ pointer-events: none;
26223
26259
  }
26224
- .v-system-bar--window {
26225
- height: 32px;
26260
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26261
+ content: "";
26262
+ position: absolute;
26263
+ top: 0;
26264
+ left: 0;
26265
+ width: 100%;
26266
+ height: 100%;
26226
26267
  }
26227
- .v-system-bar:not(.v-system-bar--absolute) {
26228
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
26229
- }.v-timeline .v-timeline-divider__dot {
26230
- background: rgb(var(--v-theme-surface-light));
26268
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26269
+ background: rgb(var(--v-theme-surface));
26270
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26271
+ z-index: 1;
26231
26272
  }
26232
- .v-timeline .v-timeline-divider__inner-dot {
26233
- background: rgb(var(--v-theme-on-surface));
26273
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
26274
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
26275
+ background: rgb(var(--v-theme-surface));
26276
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26234
26277
  }
26235
26278
 
26236
- .v-timeline {
26237
- display: grid;
26238
- grid-auto-flow: dense;
26239
- position: relative;
26279
+ .v-table {
26280
+ border-radius: inherit;
26281
+ line-height: 1.5;
26282
+ max-width: 100%;
26283
+ display: flex;
26284
+ flex-direction: column;
26240
26285
  }
26241
- .v-timeline--horizontal.v-timeline {
26242
- grid-column-gap: 24px;
26286
+ .v-table > .v-table__wrapper > table {
26243
26287
  width: 100%;
26288
+ border-spacing: 0;
26244
26289
  }
26245
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
26246
- grid-row: 3;
26247
- padding-block-start: 24px;
26290
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
26291
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
26292
+ .v-table > .v-table__wrapper > table > thead > tr > td,
26293
+ .v-table > .v-table__wrapper > table > thead > tr > th,
26294
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
26295
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
26296
+ padding: 0 16px;
26297
+ transition-duration: 0.28s;
26298
+ transition-property: box-shadow, opacity, background, height;
26299
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26248
26300
  }
26249
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
26250
- grid-row: 1;
26251
- padding-block-end: 24px;
26252
- align-self: flex-end;
26301
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
26302
+ .v-table > .v-table__wrapper > table > thead > tr > td,
26303
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
26304
+ height: var(--v-table-row-height);
26253
26305
  }
26254
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
26255
- grid-row: 1;
26256
- padding-block-end: 24px;
26257
- align-self: flex-end;
26306
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
26307
+ .v-table > .v-table__wrapper > table > thead > tr > th,
26308
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
26309
+ height: var(--v-table-header-height);
26310
+ font-weight: 500;
26311
+ -webkit-user-select: none;
26312
+ user-select: none;
26313
+ text-align: start;
26258
26314
  }
26259
- .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
26260
- grid-row: 3;
26261
- padding-block-start: 24px;
26315
+ .v-table--density-default {
26316
+ --v-table-header-height: 56px;
26317
+ --v-table-row-height: 52px;
26262
26318
  }
26263
26319
 
26264
- .v-timeline--vertical.v-timeline {
26265
- row-gap: 24px;
26266
- height: 100%;
26267
- }
26268
- .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
26269
- padding-block-start: 24px;
26320
+ .v-table--density-comfortable {
26321
+ --v-table-header-height: 48px;
26322
+ --v-table-row-height: 44px;
26270
26323
  }
26271
- .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
26272
- padding-block-end: 24px;
26324
+
26325
+ .v-table--density-compact {
26326
+ --v-table-header-height: 40px;
26327
+ --v-table-row-height: 36px;
26273
26328
  }
26274
- .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
26275
- grid-column: 1;
26276
- padding-inline-end: 24px;
26329
+
26330
+ .v-table__wrapper {
26331
+ border-radius: inherit;
26332
+ overflow: auto;
26333
+ flex: 1 1 auto;
26277
26334
  }
26278
- .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
26279
- grid-column: 3;
26280
- padding-inline-start: 24px;
26335
+
26336
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
26337
+ border-top-left-radius: 0;
26338
+ }
26339
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
26340
+ border-top-right-radius: 0;
26341
+ }
26342
+
26343
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
26344
+ border-bottom-left-radius: 0;
26345
+ }
26346
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
26347
+ border-bottom-right-radius: 0;
26348
+ }
26349
+
26350
+ .v-table--fixed-height > .v-table__wrapper {
26351
+ overflow-y: auto;
26352
+ }
26353
+
26354
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
26355
+ position: sticky;
26356
+ top: 0;
26357
+ z-index: 2;
26358
+ }
26359
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26360
+ border-bottom: 0px !important;
26361
+ }
26362
+
26363
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
26364
+ position: sticky;
26365
+ bottom: 0;
26366
+ z-index: 1;
26367
+ }
26368
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26369
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26370
+ border-top: 0px !important;
26371
+ }.v-toolbar {
26372
+ align-items: flex-start;
26373
+ display: flex;
26374
+ flex: none;
26375
+ flex-direction: column;
26376
+ justify-content: space-between;
26377
+ max-width: 100%;
26378
+ position: relative;
26379
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26380
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26381
+ width: 100%;
26382
+ }
26383
+ .v-toolbar {
26384
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26385
+ border-style: solid;
26386
+ border-width: 0;
26387
+ }
26388
+ .v-toolbar--border {
26389
+ border-width: thin;
26390
+ box-shadow: none;
26391
+ }
26392
+ .v-toolbar {
26393
+ 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));
26394
+ }
26395
+ .v-toolbar {
26396
+ border-radius: 0;
26397
+ }
26398
+ .v-toolbar {
26399
+ background: rgb(var(--v-theme-surface-light));
26400
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26401
+ }
26402
+ .v-toolbar--absolute {
26403
+ position: absolute;
26404
+ }
26405
+ .v-toolbar--collapse {
26406
+ max-width: 112px;
26407
+ overflow: hidden;
26408
+ border-end-end-radius: 24px;
26409
+ }
26410
+ .v-toolbar--collapse .v-toolbar-title {
26411
+ display: none;
26412
+ }
26413
+ .v-toolbar--flat {
26414
+ 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));
26415
+ }
26416
+ .v-toolbar--floating {
26417
+ display: inline-flex;
26418
+ }
26419
+ .v-toolbar--rounded {
26420
+ border-radius: 4px;
26421
+ }
26422
+
26423
+ .v-toolbar__content,
26424
+ .v-toolbar__extension {
26425
+ align-items: center;
26426
+ display: flex;
26427
+ flex: 0 0 auto;
26428
+ position: relative;
26429
+ transition: inherit;
26430
+ width: 100%;
26431
+ }
26432
+
26433
+ .v-toolbar__content {
26434
+ overflow: hidden;
26435
+ }
26436
+ .v-toolbar__content > .v-btn:first-child {
26437
+ margin-inline-start: 4px;
26438
+ }
26439
+ .v-toolbar__content > .v-btn:last-child {
26440
+ margin-inline-end: 4px;
26441
+ }
26442
+ .v-toolbar__content > .v-toolbar-title {
26443
+ margin-inline-start: 20px;
26444
+ }
26445
+ .v-toolbar--density-prominent .v-toolbar__content {
26446
+ align-items: flex-start;
26447
+ }
26448
+
26449
+ .v-toolbar__image {
26450
+ display: flex;
26451
+ opacity: var(--v-toolbar-image-opacity, 1);
26452
+ transition-property: opacity;
26453
+ }
26454
+ .v-toolbar__image {
26455
+ position: absolute;
26456
+ top: 0;
26457
+ left: 0;
26458
+ width: 100%;
26459
+ height: 100%;
26460
+ }
26461
+
26462
+ .v-toolbar__prepend,
26463
+ .v-toolbar__append {
26464
+ align-items: center;
26465
+ align-self: stretch;
26466
+ display: flex;
26467
+ }
26468
+
26469
+ .v-toolbar__prepend {
26470
+ margin-inline: 4px auto;
26471
+ }
26472
+
26473
+ .v-toolbar__append {
26474
+ margin-inline: auto 4px;
26475
+ }
26476
+
26477
+ .v-toolbar-title {
26478
+ flex: 1 1;
26479
+ font-size: 1.25rem;
26480
+ min-width: 0;
26481
+ }
26482
+ .v-toolbar-title {
26483
+ font-size: 1.25rem;
26484
+ font-weight: 400;
26485
+ letter-spacing: 0;
26486
+ line-height: 1.75rem;
26487
+ text-transform: none;
26488
+ }
26489
+ .v-toolbar--density-prominent .v-toolbar-title {
26490
+ align-self: flex-end;
26491
+ padding-bottom: 6px;
26492
+ }
26493
+ .v-toolbar--density-prominent .v-toolbar-title {
26494
+ font-size: 1.5rem;
26495
+ font-weight: 400;
26496
+ letter-spacing: 0;
26497
+ line-height: 2.25rem;
26498
+ text-transform: none;
26499
+ }
26500
+
26501
+ .v-toolbar-title__placeholder {
26502
+ overflow: hidden;
26503
+ text-overflow: ellipsis;
26504
+ white-space: nowrap;
26505
+ }
26506
+
26507
+ .v-toolbar-items {
26508
+ display: flex;
26509
+ height: inherit;
26510
+ align-self: stretch;
26511
+ }
26512
+ .v-toolbar-items > .v-btn {
26513
+ border-radius: 0;
26514
+ }.v-timeline .v-timeline-divider__dot {
26515
+ background: rgb(var(--v-theme-surface-light));
26516
+ }
26517
+ .v-timeline .v-timeline-divider__inner-dot {
26518
+ background: rgb(var(--v-theme-on-surface));
26519
+ }
26520
+
26521
+ .v-timeline {
26522
+ display: grid;
26523
+ grid-auto-flow: dense;
26524
+ position: relative;
26525
+ }
26526
+ .v-timeline--horizontal.v-timeline {
26527
+ grid-column-gap: 24px;
26528
+ width: 100%;
26529
+ }
26530
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
26531
+ grid-row: 3;
26532
+ padding-block-start: 24px;
26533
+ }
26534
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
26535
+ grid-row: 1;
26536
+ padding-block-end: 24px;
26537
+ align-self: flex-end;
26538
+ }
26539
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
26540
+ grid-row: 1;
26541
+ padding-block-end: 24px;
26542
+ align-self: flex-end;
26543
+ }
26544
+ .v-timeline--horizontal.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__opposite {
26545
+ grid-row: 3;
26546
+ padding-block-start: 24px;
26547
+ }
26548
+
26549
+ .v-timeline--vertical.v-timeline {
26550
+ row-gap: 24px;
26551
+ height: 100%;
26552
+ }
26553
+ .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:first-child .v-timeline-item__opposite {
26554
+ padding-block-start: 24px;
26555
+ }
26556
+ .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline .v-timeline-item:last-child .v-timeline-item__opposite {
26557
+ padding-block-end: 24px;
26558
+ }
26559
+ .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__body {
26560
+ grid-column: 1;
26561
+ padding-inline-end: 24px;
26562
+ }
26563
+ .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n) .v-timeline-item__opposite {
26564
+ grid-column: 3;
26565
+ padding-inline-start: 24px;
26281
26566
  }
26282
26567
  .v-timeline--vertical.v-timeline .v-timeline-item:nth-child(2n+1) .v-timeline-item__body {
26283
26568
  grid-column: 3;
@@ -26628,310 +26913,22 @@ html.v-overlay-scroll-blocked {
26628
26913
  padding-block-start: 0;
26629
26914
  }
26630
26915
 
26631
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26632
- padding-inline-start: 0;
26633
- }
26634
-
26635
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26636
- display: none;
26637
- }
26638
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26639
- --v-timeline-line-size-offset: 12px;
26640
- }
26641
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26642
- padding-block-end: 0;
26643
- }
26644
-
26645
- .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 {
26646
- padding-inline-end: 0;
26647
- }.v-table {
26648
- font-size: 0.875rem;
26649
- transition-duration: 0.28s;
26650
- transition-property: box-shadow, opacity, background, height;
26651
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26652
- }
26653
- .v-table {
26654
- background: rgb(var(--v-theme-surface));
26655
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26656
- }
26657
- .v-table .v-table-divider {
26658
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26659
- }
26660
- .v-table .v-table__wrapper > table > thead > tr > th {
26661
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26662
- }
26663
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
26664
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
26665
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26666
- }
26667
- .v-table .v-table__wrapper > table > tfoot > tr > td,
26668
- .v-table .v-table__wrapper > table > tfoot > tr > th {
26669
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
26670
- }
26671
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
26672
- position: relative;
26673
- }
26674
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26675
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
26676
- pointer-events: none;
26677
- }
26678
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
26679
- content: "";
26680
- position: absolute;
26681
- top: 0;
26682
- left: 0;
26683
- width: 100%;
26684
- height: 100%;
26685
- }
26686
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26687
- background: rgb(var(--v-theme-surface));
26688
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26689
- z-index: 1;
26690
- }
26691
- .v-table.v-table--fixed-footer > tfoot > tr > th,
26692
- .v-table.v-table--fixed-footer > tfoot > tr > td {
26693
- background: rgb(var(--v-theme-surface));
26694
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
26695
- }
26696
-
26697
- .v-table {
26698
- border-radius: inherit;
26699
- line-height: 1.5;
26700
- max-width: 100%;
26701
- display: flex;
26702
- flex-direction: column;
26703
- }
26704
- .v-table > .v-table__wrapper > table {
26705
- width: 100%;
26706
- border-spacing: 0;
26707
- }
26708
- .v-table > .v-table__wrapper > table > tbody > tr > td,
26709
- .v-table > .v-table__wrapper > table > tbody > tr > th,
26710
- .v-table > .v-table__wrapper > table > thead > tr > td,
26711
- .v-table > .v-table__wrapper > table > thead > tr > th,
26712
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
26713
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
26714
- padding: 0 16px;
26715
- transition-duration: 0.28s;
26716
- transition-property: box-shadow, opacity, background, height;
26717
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
26718
- }
26719
- .v-table > .v-table__wrapper > table > tbody > tr > td,
26720
- .v-table > .v-table__wrapper > table > thead > tr > td,
26721
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
26722
- height: var(--v-table-row-height);
26723
- }
26724
- .v-table > .v-table__wrapper > table > tbody > tr > th,
26725
- .v-table > .v-table__wrapper > table > thead > tr > th,
26726
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
26727
- height: var(--v-table-header-height);
26728
- font-weight: 500;
26729
- -webkit-user-select: none;
26730
- user-select: none;
26731
- text-align: start;
26732
- }
26733
- .v-table--density-default {
26734
- --v-table-header-height: 56px;
26735
- --v-table-row-height: 52px;
26736
- }
26737
-
26738
- .v-table--density-comfortable {
26739
- --v-table-header-height: 48px;
26740
- --v-table-row-height: 44px;
26741
- }
26742
-
26743
- .v-table--density-compact {
26744
- --v-table-header-height: 40px;
26745
- --v-table-row-height: 36px;
26746
- }
26747
-
26748
- .v-table__wrapper {
26749
- border-radius: inherit;
26750
- overflow: auto;
26751
- flex: 1 1 auto;
26752
- }
26753
-
26754
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
26755
- border-top-left-radius: 0;
26756
- }
26757
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
26758
- border-top-right-radius: 0;
26759
- }
26760
-
26761
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
26762
- border-bottom-left-radius: 0;
26763
- }
26764
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
26765
- border-bottom-right-radius: 0;
26766
- }
26767
-
26768
- .v-table--fixed-height > .v-table__wrapper {
26769
- overflow-y: auto;
26770
- }
26771
-
26772
- .v-table--fixed-header > .v-table__wrapper > table > thead {
26773
- position: sticky;
26774
- top: 0;
26775
- z-index: 2;
26776
- }
26777
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
26778
- border-bottom: 0px !important;
26779
- }
26780
-
26781
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
26782
- position: sticky;
26783
- bottom: 0;
26784
- z-index: 1;
26785
- }
26786
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26787
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26788
- border-top: 0px !important;
26789
- }.v-theme-provider {
26790
- background: rgb(var(--v-theme-background));
26791
- color: rgb(var(--v-theme-on-background));
26792
- }.v-toolbar {
26793
- align-items: flex-start;
26794
- display: flex;
26795
- flex: none;
26796
- flex-direction: column;
26797
- justify-content: space-between;
26798
- max-width: 100%;
26799
- position: relative;
26800
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26801
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26802
- width: 100%;
26803
- }
26804
- .v-toolbar {
26805
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26806
- border-style: solid;
26807
- border-width: 0;
26808
- }
26809
- .v-toolbar--border {
26810
- border-width: thin;
26811
- box-shadow: none;
26812
- }
26813
- .v-toolbar {
26814
- 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));
26815
- }
26816
- .v-toolbar {
26817
- border-radius: 0;
26818
- }
26819
- .v-toolbar {
26820
- background: rgb(var(--v-theme-surface-light));
26821
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26822
- }
26823
- .v-toolbar--absolute {
26824
- position: absolute;
26825
- }
26826
- .v-toolbar--collapse {
26827
- max-width: 112px;
26828
- overflow: hidden;
26829
- border-end-end-radius: 24px;
26830
- }
26831
- .v-toolbar--collapse .v-toolbar-title {
26832
- display: none;
26833
- }
26834
- .v-toolbar--flat {
26835
- 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));
26836
- }
26837
- .v-toolbar--floating {
26838
- display: inline-flex;
26839
- }
26840
- .v-toolbar--rounded {
26841
- border-radius: 4px;
26842
- }
26843
-
26844
- .v-toolbar__content,
26845
- .v-toolbar__extension {
26846
- align-items: center;
26847
- display: flex;
26848
- flex: 0 0 auto;
26849
- position: relative;
26850
- transition: inherit;
26851
- width: 100%;
26852
- }
26853
-
26854
- .v-toolbar__content {
26855
- overflow: hidden;
26856
- }
26857
- .v-toolbar__content > .v-btn:first-child {
26858
- margin-inline-start: 4px;
26859
- }
26860
- .v-toolbar__content > .v-btn:last-child {
26861
- margin-inline-end: 4px;
26862
- }
26863
- .v-toolbar__content > .v-toolbar-title {
26864
- margin-inline-start: 20px;
26865
- }
26866
- .v-toolbar--density-prominent .v-toolbar__content {
26867
- align-items: flex-start;
26868
- }
26869
-
26870
- .v-toolbar__image {
26871
- display: flex;
26872
- opacity: var(--v-toolbar-image-opacity, 1);
26873
- transition-property: opacity;
26874
- }
26875
- .v-toolbar__image {
26876
- position: absolute;
26877
- top: 0;
26878
- left: 0;
26879
- width: 100%;
26880
- height: 100%;
26881
- }
26882
-
26883
- .v-toolbar__prepend,
26884
- .v-toolbar__append {
26885
- align-items: center;
26886
- align-self: stretch;
26887
- display: flex;
26888
- }
26889
-
26890
- .v-toolbar__prepend {
26891
- margin-inline: 4px auto;
26892
- }
26893
-
26894
- .v-toolbar__append {
26895
- margin-inline: auto 4px;
26896
- }
26897
-
26898
- .v-toolbar-title {
26899
- flex: 1 1;
26900
- font-size: 1.25rem;
26901
- min-width: 0;
26902
- }
26903
- .v-toolbar-title {
26904
- font-size: 1.25rem;
26905
- font-weight: 400;
26906
- letter-spacing: 0;
26907
- line-height: 1.75rem;
26908
- text-transform: none;
26909
- }
26910
- .v-toolbar--density-prominent .v-toolbar-title {
26911
- align-self: flex-end;
26912
- padding-bottom: 6px;
26913
- }
26914
- .v-toolbar--density-prominent .v-toolbar-title {
26915
- font-size: 1.5rem;
26916
- font-weight: 400;
26917
- letter-spacing: 0;
26918
- line-height: 2.25rem;
26919
- text-transform: none;
26920
- }
26921
-
26922
- .v-toolbar-title__placeholder {
26923
- overflow: hidden;
26924
- text-overflow: ellipsis;
26925
- white-space: nowrap;
26916
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
26917
+ padding-inline-start: 0;
26926
26918
  }
26927
26919
 
26928
- .v-toolbar-items {
26929
- display: flex;
26930
- height: inherit;
26931
- align-self: stretch;
26920
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26921
+ display: none;
26932
26922
  }
26933
- .v-toolbar-items > .v-btn {
26934
- border-radius: 0;
26923
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26924
+ --v-timeline-line-size-offset: 12px;
26925
+ }
26926
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26927
+ padding-block-end: 0;
26928
+ }
26929
+
26930
+ .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 {
26931
+ padding-inline-end: 0;
26935
26932
  }.v-tooltip > .v-overlay__content {
26936
26933
  background: rgb(var(--v-theme-surface-variant));
26937
26934
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26954,6 +26951,9 @@ html.v-overlay-scroll-blocked {
26954
26951
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26955
26952
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26956
26953
  transition-duration: 75ms;
26954
+ }.v-theme-provider {
26955
+ background: rgb(var(--v-theme-background));
26956
+ color: rgb(var(--v-theme-on-background));
26957
26957
  }.v-virtual-scroll {
26958
26958
  display: block;
26959
26959
  flex: 1 1 auto;
@@ -27033,28 +27033,6 @@ html.v-overlay-scroll-blocked {
27033
27033
  }
27034
27034
  .v-window-y-reverse-transition-leave-to {
27035
27035
  transform: translateY(100%);
27036
- }.v-color-picker-canvas {
27037
- display: flex;
27038
- position: relative;
27039
- overflow: hidden;
27040
- contain: content;
27041
- touch-action: none;
27042
- }
27043
- .v-color-picker-canvas__dot {
27044
- position: absolute;
27045
- top: 0;
27046
- left: 0;
27047
- width: 15px;
27048
- height: 15px;
27049
- background: transparent;
27050
- border-radius: 50%;
27051
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27052
- }
27053
- .v-color-picker-canvas__dot--disabled {
27054
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27055
- }
27056
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
27057
- will-change: transform;
27058
27036
  }.v-color-picker-edit {
27059
27037
  display: flex;
27060
27038
  margin-top: 24px;
@@ -27083,6 +27061,28 @@ html.v-overlay-scroll-blocked {
27083
27061
  }
27084
27062
  .v-color-picker-edit__input span {
27085
27063
  font-size: 0.75rem;
27064
+ }.v-color-picker-canvas {
27065
+ display: flex;
27066
+ position: relative;
27067
+ overflow: hidden;
27068
+ contain: content;
27069
+ touch-action: none;
27070
+ }
27071
+ .v-color-picker-canvas__dot {
27072
+ position: absolute;
27073
+ top: 0;
27074
+ left: 0;
27075
+ width: 15px;
27076
+ height: 15px;
27077
+ background: transparent;
27078
+ border-radius: 50%;
27079
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27080
+ }
27081
+ .v-color-picker-canvas__dot--disabled {
27082
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27083
+ }
27084
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
27085
+ will-change: transform;
27086
27086
  }.v-color-picker-preview__alpha .v-slider-track__background {
27087
27087
  background-color: transparent !important;
27088
27088
  }
@@ -27113,240 +27113,81 @@ html.v-overlay-scroll-blocked {
27113
27113
  padding-inline-end: 16px;
27114
27114
  }
27115
27115
 
27116
- .v-color-picker-preview__dot {
27117
- position: relative;
27118
- height: 30px;
27119
- width: 30px;
27120
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27121
- border-radius: 50%;
27122
- overflow: hidden;
27123
- margin-inline-end: 24px;
27124
- }
27125
- .v-color-picker-preview__dot > div {
27126
- width: 100%;
27127
- height: 100%;
27128
- }
27129
-
27130
- .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 {
27131
- background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
27132
- }
27133
-
27134
- .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 {
27135
- background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
27136
- }
27137
-
27138
- .v-color-picker-preview__track {
27139
- position: relative;
27140
- width: 100%;
27141
- margin: 0 !important;
27142
- }
27143
- .v-color-picker-preview__track .v-slider-track__fill {
27144
- display: none;
27145
- }
27146
-
27147
- .v-color-picker-preview {
27148
- align-items: center;
27149
- display: flex;
27150
- margin-bottom: 0;
27151
- }
27152
-
27153
- .v-color-picker-preview__eye-dropper {
27154
- position: relative;
27155
- margin-right: 12px;
27156
- }.v-color-picker-swatches {
27157
- overflow-y: auto;
27158
- }
27159
- .v-color-picker-swatches > div {
27160
- display: flex;
27161
- flex-wrap: wrap;
27162
- justify-content: center;
27163
- padding: 8px;
27164
- }
27165
-
27166
- .v-color-picker-swatches__swatch {
27167
- display: flex;
27168
- flex-direction: column;
27169
- margin-bottom: 10px;
27170
- }
27171
-
27172
- .v-color-picker-swatches__color {
27173
- position: relative;
27174
- height: 18px;
27175
- max-height: 18px;
27176
- width: 45px;
27177
- margin: 2px 4px;
27178
- border-radius: 2px;
27179
- -webkit-user-select: none;
27180
- user-select: none;
27181
- overflow: hidden;
27182
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27183
- cursor: pointer;
27184
- }
27185
- .v-color-picker-swatches__color > div {
27186
- display: flex;
27187
- align-items: center;
27188
- justify-content: center;
27189
- width: 100%;
27190
- height: 100%;
27191
- }.v-slider-thumb {
27192
- touch-action: none;
27193
- color: rgb(var(--v-theme-surface-variant));
27194
- }
27195
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
27196
- color: inherit;
27197
- }
27198
-
27199
- .v-slider-thumb__label {
27200
- background: rgba(var(--v-theme-surface-variant), 0.7);
27201
- color: rgb(var(--v-theme-on-surface-variant));
27202
- }
27203
- .v-slider-thumb__label::before {
27204
- color: rgba(var(--v-theme-surface-variant), 0.7);
27205
- }
27206
-
27207
- .v-slider-thumb {
27208
- outline: none;
27209
- position: absolute;
27210
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
27211
- }
27212
-
27213
- .v-slider-thumb__surface {
27214
- cursor: pointer;
27215
- width: var(--v-slider-thumb-size);
27216
- height: var(--v-slider-thumb-size);
27217
- border-radius: 50%;
27218
- -webkit-user-select: none;
27219
- user-select: none;
27220
- background-color: currentColor;
27221
- }
27222
- @media (forced-colors: active) {
27223
- .v-slider-thumb__surface {
27224
- background-color: highlight;
27225
- }
27226
- }
27227
- .v-slider-thumb__surface::before {
27228
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
27229
- content: "";
27230
- color: inherit;
27231
- top: 0;
27232
- left: 0;
27233
- width: 100%;
27234
- height: 100%;
27235
- border-radius: 50%;
27236
- background: currentColor;
27237
- position: absolute;
27238
- pointer-events: none;
27239
- opacity: 0;
27240
- }
27241
- .v-slider-thumb__surface::after {
27242
- content: "";
27243
- width: 42px;
27244
- height: 42px;
27245
- position: absolute;
27246
- top: 50%;
27247
- left: 50%;
27248
- transform: translate(-50%, -50%);
27249
- }
27250
-
27251
- .v-slider-thumb__label-container {
27252
- position: absolute;
27253
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27254
- }
27255
-
27256
- .v-slider-thumb__label {
27257
- display: flex;
27258
- align-items: center;
27259
- justify-content: center;
27260
- font-size: 0.75rem;
27261
- min-width: 35px;
27262
- height: 25px;
27263
- border-radius: 4px;
27264
- padding: 6px;
27265
- position: absolute;
27266
- -webkit-user-select: none;
27267
- user-select: none;
27268
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27269
- }
27270
- .v-slider-thumb__label::before {
27271
- content: "";
27272
- width: 0;
27273
- height: 0;
27274
- position: absolute;
27275
- }
27276
-
27277
- .v-slider-thumb__ripple {
27278
- position: absolute;
27279
- left: calc(var(--v-slider-thumb-size) / -2);
27280
- top: calc(var(--v-slider-thumb-size) / -2);
27281
- width: calc(var(--v-slider-thumb-size) * 2);
27282
- height: calc(var(--v-slider-thumb-size) * 2);
27283
- background: inherit;
27284
- }
27285
-
27286
- .v-slider.v-input--horizontal .v-slider-thumb {
27287
- top: 50%;
27288
- transform: translateY(-50%);
27289
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27290
- }
27291
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
27292
- left: calc(var(--v-slider-thumb-size) / 2);
27293
- top: 0;
27294
- }
27295
- .v-slider.v-input--horizontal .v-slider-thumb__label {
27296
- bottom: calc(var(--v-slider-thumb-size) / 2);
27297
- }
27298
- .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 {
27299
- transform: translateX(-50%);
27300
- }
27301
-
27302
- .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 {
27303
- transform: translateX(50%);
27116
+ .v-color-picker-preview__dot {
27117
+ position: relative;
27118
+ height: 30px;
27119
+ width: 30px;
27120
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27121
+ border-radius: 50%;
27122
+ overflow: hidden;
27123
+ margin-inline-end: 24px;
27304
27124
  }
27305
-
27306
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
27307
- border-left: 6px solid transparent;
27308
- border-right: 6px solid transparent;
27309
- border-top: 6px solid currentColor;
27310
- bottom: -6px;
27125
+ .v-color-picker-preview__dot > div {
27126
+ width: 100%;
27127
+ height: 100%;
27311
27128
  }
27312
27129
 
27313
- .v-slider.v-input--vertical .v-slider-thumb {
27314
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27130
+ .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 {
27131
+ background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
27315
27132
  }
27316
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
27317
- top: calc(var(--v-slider-thumb-size) / 2);
27318
- right: 0;
27133
+
27134
+ .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 {
27135
+ background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
27319
27136
  }
27320
- .v-slider.v-input--vertical .v-slider-thumb__label {
27321
- top: -12.5px;
27322
- left: calc(var(--v-slider-thumb-size) / 2);
27137
+
27138
+ .v-color-picker-preview__track {
27139
+ position: relative;
27140
+ width: 100%;
27141
+ margin: 0 !important;
27323
27142
  }
27324
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
27325
- border-right: 6px solid currentColor;
27326
- border-top: 6px solid transparent;
27327
- border-bottom: 6px solid transparent;
27328
- left: -6px;
27143
+ .v-color-picker-preview__track .v-slider-track__fill {
27144
+ display: none;
27329
27145
  }
27330
27146
 
27331
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
27332
- transform: scale(2);
27333
- opacity: var(--v-focus-opacity);
27147
+ .v-color-picker-preview {
27148
+ align-items: center;
27149
+ display: flex;
27150
+ margin-bottom: 0;
27334
27151
  }
27335
27152
 
27336
- .v-slider-thumb--pressed {
27337
- transition: none;
27153
+ .v-color-picker-preview__eye-dropper {
27154
+ position: relative;
27155
+ margin-right: 12px;
27156
+ }.v-color-picker-swatches {
27157
+ overflow-y: auto;
27338
27158
  }
27339
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
27340
- opacity: var(--v-pressed-opacity);
27159
+ .v-color-picker-swatches > div {
27160
+ display: flex;
27161
+ flex-wrap: wrap;
27162
+ justify-content: center;
27163
+ padding: 8px;
27341
27164
  }
27342
27165
 
27343
- @media (hover: hover) {
27344
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
27345
- transform: scale(2);
27346
- }
27347
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
27348
- opacity: var(--v-hover-opacity);
27349
- }
27166
+ .v-color-picker-swatches__swatch {
27167
+ display: flex;
27168
+ flex-direction: column;
27169
+ margin-bottom: 10px;
27170
+ }
27171
+
27172
+ .v-color-picker-swatches__color {
27173
+ position: relative;
27174
+ height: 18px;
27175
+ max-height: 18px;
27176
+ width: 45px;
27177
+ margin: 2px 4px;
27178
+ border-radius: 2px;
27179
+ -webkit-user-select: none;
27180
+ user-select: none;
27181
+ overflow: hidden;
27182
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
27183
+ cursor: pointer;
27184
+ }
27185
+ .v-color-picker-swatches__color > div {
27186
+ display: flex;
27187
+ align-items: center;
27188
+ justify-content: center;
27189
+ width: 100%;
27190
+ height: 100%;
27350
27191
  }.v-slider-track__background {
27351
27192
  background-color: rgb(var(--v-theme-surface-variant));
27352
27193
  }
@@ -27525,4 +27366,163 @@ html.v-overlay-scroll-blocked {
27525
27366
 
27526
27367
  .v-slider-track__background--opacity {
27527
27368
  opacity: 0.38;
27369
+ }.v-slider-thumb {
27370
+ touch-action: none;
27371
+ color: rgb(var(--v-theme-surface-variant));
27372
+ }
27373
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
27374
+ color: inherit;
27375
+ }
27376
+
27377
+ .v-slider-thumb__label {
27378
+ background: rgba(var(--v-theme-surface-variant), 0.7);
27379
+ color: rgb(var(--v-theme-on-surface-variant));
27380
+ }
27381
+ .v-slider-thumb__label::before {
27382
+ color: rgba(var(--v-theme-surface-variant), 0.7);
27383
+ }
27384
+
27385
+ .v-slider-thumb {
27386
+ outline: none;
27387
+ position: absolute;
27388
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
27389
+ }
27390
+
27391
+ .v-slider-thumb__surface {
27392
+ cursor: pointer;
27393
+ width: var(--v-slider-thumb-size);
27394
+ height: var(--v-slider-thumb-size);
27395
+ border-radius: 50%;
27396
+ -webkit-user-select: none;
27397
+ user-select: none;
27398
+ background-color: currentColor;
27399
+ }
27400
+ @media (forced-colors: active) {
27401
+ .v-slider-thumb__surface {
27402
+ background-color: highlight;
27403
+ }
27404
+ }
27405
+ .v-slider-thumb__surface::before {
27406
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
27407
+ content: "";
27408
+ color: inherit;
27409
+ top: 0;
27410
+ left: 0;
27411
+ width: 100%;
27412
+ height: 100%;
27413
+ border-radius: 50%;
27414
+ background: currentColor;
27415
+ position: absolute;
27416
+ pointer-events: none;
27417
+ opacity: 0;
27418
+ }
27419
+ .v-slider-thumb__surface::after {
27420
+ content: "";
27421
+ width: 42px;
27422
+ height: 42px;
27423
+ position: absolute;
27424
+ top: 50%;
27425
+ left: 50%;
27426
+ transform: translate(-50%, -50%);
27427
+ }
27428
+
27429
+ .v-slider-thumb__label-container {
27430
+ position: absolute;
27431
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27432
+ }
27433
+
27434
+ .v-slider-thumb__label {
27435
+ display: flex;
27436
+ align-items: center;
27437
+ justify-content: center;
27438
+ font-size: 0.75rem;
27439
+ min-width: 35px;
27440
+ height: 25px;
27441
+ border-radius: 4px;
27442
+ padding: 6px;
27443
+ position: absolute;
27444
+ -webkit-user-select: none;
27445
+ user-select: none;
27446
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
27447
+ }
27448
+ .v-slider-thumb__label::before {
27449
+ content: "";
27450
+ width: 0;
27451
+ height: 0;
27452
+ position: absolute;
27453
+ }
27454
+
27455
+ .v-slider-thumb__ripple {
27456
+ position: absolute;
27457
+ left: calc(var(--v-slider-thumb-size) / -2);
27458
+ top: calc(var(--v-slider-thumb-size) / -2);
27459
+ width: calc(var(--v-slider-thumb-size) * 2);
27460
+ height: calc(var(--v-slider-thumb-size) * 2);
27461
+ background: inherit;
27462
+ }
27463
+
27464
+ .v-slider.v-input--horizontal .v-slider-thumb {
27465
+ top: 50%;
27466
+ transform: translateY(-50%);
27467
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27468
+ }
27469
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
27470
+ left: calc(var(--v-slider-thumb-size) / 2);
27471
+ top: 0;
27472
+ }
27473
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
27474
+ bottom: calc(var(--v-slider-thumb-size) / 2);
27475
+ }
27476
+ .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 {
27477
+ transform: translateX(-50%);
27478
+ }
27479
+
27480
+ .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 {
27481
+ transform: translateX(50%);
27482
+ }
27483
+
27484
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
27485
+ border-left: 6px solid transparent;
27486
+ border-right: 6px solid transparent;
27487
+ border-top: 6px solid currentColor;
27488
+ bottom: -6px;
27489
+ }
27490
+
27491
+ .v-slider.v-input--vertical .v-slider-thumb {
27492
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
27493
+ }
27494
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
27495
+ top: calc(var(--v-slider-thumb-size) / 2);
27496
+ right: 0;
27497
+ }
27498
+ .v-slider.v-input--vertical .v-slider-thumb__label {
27499
+ top: -12.5px;
27500
+ left: calc(var(--v-slider-thumb-size) / 2);
27501
+ }
27502
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
27503
+ border-right: 6px solid currentColor;
27504
+ border-top: 6px solid transparent;
27505
+ border-bottom: 6px solid transparent;
27506
+ left: -6px;
27507
+ }
27508
+
27509
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
27510
+ transform: scale(2);
27511
+ opacity: var(--v-focus-opacity);
27512
+ }
27513
+
27514
+ .v-slider-thumb--pressed {
27515
+ transition: none;
27516
+ }
27517
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
27518
+ opacity: var(--v-pressed-opacity);
27519
+ }
27520
+
27521
+ @media (hover: hover) {
27522
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
27523
+ transform: scale(2);
27524
+ }
27525
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
27526
+ opacity: var(--v-hover-opacity);
27527
+ }
27528
27528
  }