vuetify 3.5.14 → 3.5.15

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.
Files changed (47) hide show
  1. package/dist/json/importMap-labs.json +12 -12
  2. package/dist/json/importMap.json +114 -114
  3. package/dist/json/web-types.json +24 -2
  4. package/dist/vuetify-labs.css +1967 -1933
  5. package/dist/vuetify-labs.d.ts +12 -0
  6. package/dist/vuetify-labs.esm.js +20 -15
  7. package/dist/vuetify-labs.esm.js.map +1 -1
  8. package/dist/vuetify-labs.js +20 -15
  9. package/dist/vuetify-labs.min.css +2 -2
  10. package/dist/vuetify.css +1081 -1047
  11. package/dist/vuetify.d.ts +51 -39
  12. package/dist/vuetify.esm.js +10 -8
  13. package/dist/vuetify.esm.js.map +1 -1
  14. package/dist/vuetify.js +10 -8
  15. package/dist/vuetify.js.map +1 -1
  16. package/dist/vuetify.min.css +2 -2
  17. package/dist/vuetify.min.js +9 -8
  18. package/dist/vuetify.min.js.map +1 -1
  19. package/lib/components/VBtn/VBtn.css +4 -0
  20. package/lib/components/VBtn/VBtn.mjs +0 -1
  21. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  22. package/lib/components/VBtn/VBtn.sass +4 -0
  23. package/lib/components/VBtn/_variables.scss +1 -0
  24. package/lib/components/VDataTable/composables/options.mjs +1 -1
  25. package/lib/components/VDataTable/composables/options.mjs.map +1 -1
  26. package/lib/components/VDialog/VDialog.mjs +3 -1
  27. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  28. package/lib/components/VDialog/index.d.mts +12 -0
  29. package/lib/components/VMenu/VMenu.mjs +2 -1
  30. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  31. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -1
  32. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  33. package/lib/components/index.d.mts +12 -0
  34. package/lib/entry-bundler.mjs +1 -1
  35. package/lib/framework.mjs +1 -1
  36. package/lib/index.d.mts +39 -39
  37. package/lib/labs/VTimePicker/VTimePicker.mjs +2 -2
  38. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  39. package/lib/labs/VTimePicker/VTimePickerClock.mjs +8 -5
  40. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  41. package/lib/locale/lt.mjs +25 -25
  42. package/lib/locale/lt.mjs.map +1 -1
  43. package/lib/locale/sl.mjs +30 -30
  44. package/lib/locale/sl.mjs.map +1 -1
  45. package/lib/styles/main.css +30 -0
  46. package/lib/styles/settings/_variables.scss +1 -0
  47. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.14
2
+ * Vuetify v3.5.15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -6381,6 +6381,12 @@ html.overflow-y-hidden {
6381
6381
  border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6382
6382
  }
6383
6383
 
6384
+ .border-thin {
6385
+ border-width: thin !important;
6386
+ border-style: solid !important;
6387
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6388
+ }
6389
+
6384
6390
  .border-sm {
6385
6391
  border-width: 1px !important;
6386
6392
  border-style: solid !important;
@@ -6441,6 +6447,12 @@ html.overflow-y-hidden {
6441
6447
  border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6442
6448
  }
6443
6449
 
6450
+ .border-t-thin {
6451
+ border-block-start-width: thin !important;
6452
+ border-block-start-style: solid !important;
6453
+ border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6454
+ }
6455
+
6444
6456
  .border-t-sm {
6445
6457
  border-block-start-width: 1px !important;
6446
6458
  border-block-start-style: solid !important;
@@ -6477,6 +6489,12 @@ html.overflow-y-hidden {
6477
6489
  border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6478
6490
  }
6479
6491
 
6492
+ .border-e-thin {
6493
+ border-inline-end-width: thin !important;
6494
+ border-inline-end-style: solid !important;
6495
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6496
+ }
6497
+
6480
6498
  .border-e-sm {
6481
6499
  border-inline-end-width: 1px !important;
6482
6500
  border-inline-end-style: solid !important;
@@ -6513,6 +6531,12 @@ html.overflow-y-hidden {
6513
6531
  border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6514
6532
  }
6515
6533
 
6534
+ .border-b-thin {
6535
+ border-block-end-width: thin !important;
6536
+ border-block-end-style: solid !important;
6537
+ border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6538
+ }
6539
+
6516
6540
  .border-b-sm {
6517
6541
  border-block-end-width: 1px !important;
6518
6542
  border-block-end-style: solid !important;
@@ -6549,6 +6573,12 @@ html.overflow-y-hidden {
6549
6573
  border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6550
6574
  }
6551
6575
 
6576
+ .border-s-thin {
6577
+ border-inline-start-width: thin !important;
6578
+ border-inline-start-style: solid !important;
6579
+ border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6580
+ }
6581
+
6552
6582
  .border-s-sm {
6553
6583
  border-inline-start-width: 1px !important;
6554
6584
  border-inline-start-style: solid !important;
@@ -17029,38 +17059,6 @@ html.overflow-y-hidden {
17029
17059
  font-weight: normal;
17030
17060
  padding: 0.2em 0.4rem;
17031
17061
  box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17032
- }.v-calendar-day {
17033
- position: relative;
17034
- display: flex;
17035
- flex-direction: column;
17036
- }
17037
-
17038
- .v-calendar-weekly .v-calendar__container {
17039
- display: grid;
17040
- }
17041
- .v-calendar-weekly .v-calendar__container.days__7 {
17042
- grid-template-columns: repeat(7, 1fr);
17043
- }
17044
- .v-calendar-weekly .v-calendar__container.days__6 {
17045
- grid-template-columns: repeat(6, 1fr);
17046
- }
17047
- .v-calendar-weekly .v-calendar__container.days__5 {
17048
- grid-template-columns: repeat(5, 1fr);
17049
- }
17050
- .v-calendar-weekly .v-calendar__container.days__4 {
17051
- grid-template-columns: repeat(4, 1fr);
17052
- }
17053
- .v-calendar-weekly .v-calendar__container.days__3 {
17054
- grid-template-columns: repeat(3, 1fr);
17055
- }
17056
- .v-calendar-weekly .v-calendar__container.days__2 {
17057
- grid-template-columns: repeat(2, 1fr);
17058
- }
17059
- .v-calendar-weekly .v-calendar__container.days__1 {
17060
- grid-template-columns: repeat(1, 1fr);
17061
- }
17062
- .v-calendar-weekly .v-calendar__container.days__0 {
17063
- grid-template-columns: repeat(1, 1fr);
17064
17062
  }.v-calendar-weekly {
17065
17063
  width: 100%;
17066
17064
  height: 100%;
@@ -17284,6 +17282,56 @@ html.overflow-y-hidden {
17284
17282
  }
17285
17283
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17286
17284
  border-right: none;
17285
+ }.v-calendar-header {
17286
+ align-items: center;
17287
+ display: flex;
17288
+ min-height: 64px;
17289
+ }
17290
+
17291
+ .v-calendar-header__today {
17292
+ margin-inline-end: 24px;
17293
+ }
17294
+
17295
+ .v-calendar-header__title {
17296
+ font-size: 1.5rem;
17297
+ margin-inline-start: 24px;
17298
+ }.v-calendar-day {
17299
+ position: relative;
17300
+ display: flex;
17301
+ flex-direction: column;
17302
+ }
17303
+
17304
+ .v-calendar-weekly .v-calendar__container {
17305
+ display: grid;
17306
+ }
17307
+ .v-calendar-weekly .v-calendar__container.days__7 {
17308
+ grid-template-columns: repeat(7, 1fr);
17309
+ }
17310
+ .v-calendar-weekly .v-calendar__container.days__6 {
17311
+ grid-template-columns: repeat(6, 1fr);
17312
+ }
17313
+ .v-calendar-weekly .v-calendar__container.days__5 {
17314
+ grid-template-columns: repeat(5, 1fr);
17315
+ }
17316
+ .v-calendar-weekly .v-calendar__container.days__4 {
17317
+ grid-template-columns: repeat(4, 1fr);
17318
+ }
17319
+ .v-calendar-weekly .v-calendar__container.days__3 {
17320
+ grid-template-columns: repeat(3, 1fr);
17321
+ }
17322
+ .v-calendar-weekly .v-calendar__container.days__2 {
17323
+ grid-template-columns: repeat(2, 1fr);
17324
+ }
17325
+ .v-calendar-weekly .v-calendar__container.days__1 {
17326
+ grid-template-columns: repeat(1, 1fr);
17327
+ }
17328
+ .v-calendar-weekly .v-calendar__container.days__0 {
17329
+ grid-template-columns: repeat(1, 1fr);
17330
+ }.v-calendar-internal-event {
17331
+ overflow: hidden;
17332
+ padding: 4px;
17333
+ text-overflow: ellipsis;
17334
+ white-space: nowrap;
17287
17335
  }.v-calendar-day__row-with-label {
17288
17336
  display: grid;
17289
17337
  grid-template-columns: 48px 8px 1fr;
@@ -17326,19 +17374,74 @@ html.overflow-y-hidden {
17326
17374
  }
17327
17375
  .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17328
17376
  border-bottom: none;
17329
- }.v-calendar-header {
17377
+ }.v-fab {
17330
17378
  align-items: center;
17379
+ display: inline-flex;
17380
+ flex: 1 1 auto;
17381
+ pointer-events: none;
17382
+ position: relative;
17383
+ transition-duration: 0.2s;
17384
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17385
+ vertical-align: middle;
17386
+ }
17387
+ .v-fab .v-btn {
17388
+ pointer-events: auto;
17389
+ }
17390
+ .v-fab .v-btn--variant-elevated {
17391
+ 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));
17392
+ }
17393
+ .v-fab--app, .v-fab--absolute {
17331
17394
  display: flex;
17332
- min-height: 64px;
17333
17395
  }
17334
-
17335
- .v-calendar-header__today {
17336
- margin-inline-end: 24px;
17396
+ .v-fab--start, .v-fab--left {
17397
+ justify-content: flex-start;
17398
+ }
17399
+ .v-fab--center {
17400
+ align-items: center;
17401
+ justify-content: center;
17402
+ }
17403
+ .v-fab--end, .v-fab--right {
17404
+ justify-content: flex-end;
17405
+ }
17406
+ .v-fab--bottom {
17407
+ align-items: flex-end;
17408
+ }
17409
+ .v-fab--top {
17410
+ align-items: flex-start;
17411
+ }
17412
+ .v-fab--extended .v-btn {
17413
+ border-radius: 9999px !important;
17337
17414
  }
17338
17415
 
17339
- .v-calendar-header__title {
17340
- font-size: 1.5rem;
17341
- margin-inline-start: 24px;
17416
+ .v-fab__container {
17417
+ align-self: center;
17418
+ display: inline-flex;
17419
+ vertical-align: middle;
17420
+ }
17421
+ .v-fab--app .v-fab__container {
17422
+ margin: 12px;
17423
+ }
17424
+ .v-fab--absolute .v-fab__container {
17425
+ position: absolute;
17426
+ z-index: 4;
17427
+ }
17428
+ .v-fab--offset.v-fab--top .v-fab__container {
17429
+ transform: translateY(-50%);
17430
+ }
17431
+ .v-fab--offset.v-fab--bottom .v-fab__container {
17432
+ transform: translateY(50%);
17433
+ }
17434
+ .v-fab--top .v-fab__container {
17435
+ top: 0;
17436
+ }
17437
+ .v-fab--bottom .v-fab__container {
17438
+ bottom: 0;
17439
+ }
17440
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
17441
+ left: 0;
17442
+ }
17443
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
17444
+ right: 0;
17342
17445
  }.v-calendar-month__day {
17343
17446
  position: relative;
17344
17447
  display: flex;
@@ -17402,49 +17505,6 @@ html.overflow-y-hidden {
17402
17505
 
17403
17506
  .v-calendar-weekly__day-alldayevents-container {
17404
17507
  min-height: 24px;
17405
- }.v-number-input input[type=number] {
17406
- -moz-appearance: textfield;
17407
- }
17408
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17409
- -webkit-appearance: none;
17410
- }
17411
- .v-number-input .v-field {
17412
- padding-inline-end: 0;
17413
- padding-inline-start: 0;
17414
- }
17415
- .v-number-input--inset .v-divider {
17416
- height: 55%;
17417
- width: 55%;
17418
- align-self: center;
17419
- }
17420
- .v-number-input--split .v-field__input {
17421
- text-align: center;
17422
- }
17423
- .v-number-input--stacked .v-number-input__control {
17424
- flex-direction: column-reverse;
17425
- }
17426
- .v-number-input--stacked .v-number-input__control .v-btn {
17427
- flex: 1;
17428
- }
17429
- .v-number-input--hide-input .v-field {
17430
- flex: none;
17431
- }
17432
- .v-number-input--hide-input .v-field__input {
17433
- width: 0;
17434
- padding-inline: 0;
17435
- }
17436
- .v-number-input__control {
17437
- display: flex;
17438
- height: 100%;
17439
- }
17440
- .v-number-input__control .v-btn {
17441
- background-color: transparent;
17442
- border-radius: 0;
17443
- }.v-calendar-internal-event {
17444
- overflow: hidden;
17445
- padding: 4px;
17446
- text-overflow: ellipsis;
17447
- white-space: nowrap;
17448
17508
  }.v-empty-state {
17449
17509
  align-items: center;
17450
17510
  display: flex;
@@ -17558,74 +17618,60 @@ html.overflow-y-hidden {
17558
17618
  padding-bottom: 16px;
17559
17619
  font-weight: 400;
17560
17620
  letter-spacing: 0.1666666667em;
17561
- }.v-fab {
17562
- align-items: center;
17563
- display: inline-flex;
17564
- flex: 1 1 auto;
17565
- pointer-events: none;
17566
- position: relative;
17567
- transition-duration: 0.2s;
17568
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17569
- vertical-align: middle;
17570
- }
17571
- .v-fab .v-btn {
17572
- pointer-events: auto;
17621
+ }.v-treeview-item--filtered {
17622
+ display: none;
17573
17623
  }
17574
- .v-fab .v-btn--variant-elevated {
17575
- 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));
17624
+
17625
+ .v-treeview {
17626
+ --indent-padding: 0px;
17576
17627
  }
17577
- .v-fab--app, .v-fab--absolute {
17578
- display: flex;
17628
+
17629
+ .v-treeview-group.v-list-group {
17630
+ --list-indent-size: 16px;
17579
17631
  }
17580
- .v-fab--start, .v-fab--left {
17581
- justify-content: flex-start;
17632
+ .v-list--slim .v-treeview-group.v-list-group {
17633
+ --prepend-width: 16px;
17582
17634
  }
17583
- .v-fab--center {
17584
- align-items: center;
17585
- justify-content: center;
17635
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
17636
+ padding-inline-start: calc(12px + var(--indent-padding)) !important;
17637
+ }.v-number-input input[type=number] {
17638
+ -moz-appearance: textfield;
17586
17639
  }
17587
- .v-fab--end, .v-fab--right {
17588
- justify-content: flex-end;
17589
- }
17590
- .v-fab--bottom {
17591
- align-items: flex-end;
17592
- }
17593
- .v-fab--top {
17594
- align-items: flex-start;
17640
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17641
+ -webkit-appearance: none;
17595
17642
  }
17596
- .v-fab--extended .v-btn {
17597
- border-radius: 9999px !important;
17643
+ .v-number-input .v-field {
17644
+ padding-inline-end: 0;
17645
+ padding-inline-start: 0;
17598
17646
  }
17599
-
17600
- .v-fab__container {
17647
+ .v-number-input--inset .v-divider {
17648
+ height: 55%;
17649
+ width: 55%;
17601
17650
  align-self: center;
17602
- display: inline-flex;
17603
- vertical-align: middle;
17604
- }
17605
- .v-fab--app .v-fab__container {
17606
- margin: 12px;
17607
17651
  }
17608
- .v-fab--absolute .v-fab__container {
17609
- position: absolute;
17610
- z-index: 4;
17652
+ .v-number-input--split .v-field__input {
17653
+ text-align: center;
17611
17654
  }
17612
- .v-fab--offset.v-fab--top .v-fab__container {
17613
- transform: translateY(-50%);
17655
+ .v-number-input--stacked .v-number-input__control {
17656
+ flex-direction: column-reverse;
17614
17657
  }
17615
- .v-fab--offset.v-fab--bottom .v-fab__container {
17616
- transform: translateY(50%);
17658
+ .v-number-input--stacked .v-number-input__control .v-btn {
17659
+ flex: 1;
17617
17660
  }
17618
- .v-fab--top .v-fab__container {
17619
- top: 0;
17661
+ .v-number-input--hide-input .v-field {
17662
+ flex: none;
17620
17663
  }
17621
- .v-fab--bottom .v-fab__container {
17622
- bottom: 0;
17664
+ .v-number-input--hide-input .v-field__input {
17665
+ width: 0;
17666
+ padding-inline: 0;
17623
17667
  }
17624
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
17625
- left: 0;
17668
+ .v-number-input__control {
17669
+ display: flex;
17670
+ height: 100%;
17626
17671
  }
17627
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
17628
- right: 0;
17672
+ .v-number-input__control .v-btn {
17673
+ background-color: transparent;
17674
+ border-radius: 0;
17629
17675
  }.v-time-picker-clock {
17630
17676
  background: rgb(var(--v-theme-background));
17631
17677
  color: rgb(var(--v-theme-on-background));
@@ -17757,6 +17803,13 @@ html.overflow-y-hidden {
17757
17803
 
17758
17804
  .v-picker--landscape .v-time-picker-clock__container {
17759
17805
  flex-direction: row;
17806
+ }.v-time-picker.v-picker {
17807
+ padding: 24px;
17808
+ width: 328px;
17809
+ }
17810
+ .v-time-picker.v-picker .v-picker-title {
17811
+ padding: 0;
17812
+ margin-bottom: 20px;
17760
17813
  }.v-time-picker-controls {
17761
17814
  display: flex;
17762
17815
  align-items: center;
@@ -17860,112 +17913,8 @@ html.overflow-y-hidden {
17860
17913
  }
17861
17914
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
17862
17915
  text-align: center;
17863
- }.v-time-picker.v-picker {
17864
- padding: 24px;
17865
- width: 328px;
17866
- }
17867
- .v-time-picker.v-picker .v-picker-title {
17868
- padding: 0;
17869
- margin-bottom: 20px;
17870
17916
  }.v-speed-dial__content {
17871
17917
  gap: 8px;
17872
- }.v-treeview-item--filtered {
17873
- display: none;
17874
- }
17875
-
17876
- .v-treeview {
17877
- --indent-padding: 0px;
17878
- }
17879
-
17880
- .v-treeview-group.v-list-group {
17881
- --list-indent-size: 16px;
17882
- }
17883
- .v-list--slim .v-treeview-group.v-list-group {
17884
- --prepend-width: 16px;
17885
- }
17886
- .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
17887
- padding-inline-start: calc(12px + var(--indent-padding)) !important;
17888
- }.v-autocomplete .v-field .v-text-field__prefix,
17889
- .v-autocomplete .v-field .v-text-field__suffix,
17890
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17891
- cursor: text;
17892
- }
17893
- .v-autocomplete .v-field .v-field__input > input {
17894
- flex: 1 1;
17895
- }
17896
- .v-autocomplete .v-field input {
17897
- min-width: 64px;
17898
- }
17899
- .v-autocomplete .v-field:not(.v-field--focused) input {
17900
- min-width: 0;
17901
- }
17902
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17903
- margin-inline-end: 2px;
17904
- }
17905
- .v-autocomplete .v-autocomplete__selection-text {
17906
- overflow: hidden;
17907
- text-overflow: ellipsis;
17908
- white-space: nowrap;
17909
- }
17910
-
17911
- .v-autocomplete__content {
17912
- overflow: hidden;
17913
- 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));
17914
- border-radius: 4px;
17915
- }
17916
- .v-autocomplete__mask {
17917
- background: rgb(var(--v-theme-surface-light));
17918
- }
17919
- .v-autocomplete__selection {
17920
- display: inline-flex;
17921
- align-items: center;
17922
- height: 1.5rem;
17923
- letter-spacing: inherit;
17924
- line-height: inherit;
17925
- max-width: calc(100% - 2px - 2px);
17926
- }
17927
- .v-autocomplete__selection:first-child {
17928
- margin-inline-start: 0;
17929
- }
17930
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17931
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17932
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17933
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17934
- top: 0px;
17935
- }
17936
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17937
- opacity: var(--v-medium-emphasis-opacity);
17938
- }
17939
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17940
- opacity: 1;
17941
- }
17942
- .v-autocomplete--selecting-index .v-field__input > input {
17943
- caret-color: transparent;
17944
- }
17945
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
17946
- flex: 1 1;
17947
- position: absolute;
17948
- left: 0;
17949
- right: 0;
17950
- width: 100%;
17951
- padding-inline: inherit;
17952
- }
17953
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
17954
- transition: none;
17955
- }
17956
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
17957
- opacity: 0;
17958
- }
17959
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
17960
- opacity: 0;
17961
- }
17962
- .v-autocomplete__menu-icon {
17963
- margin-inline-start: 4px;
17964
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17965
- }
17966
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17967
- opacity: var(--v-high-emphasis-opacity);
17968
- transform: rotate(180deg);
17969
17918
  }.v-alert {
17970
17919
  display: grid;
17971
17920
  flex: 1 1;
@@ -18176,6 +18125,22 @@ html.overflow-y-hidden {
18176
18125
  text-transform: none;
18177
18126
  word-break: normal;
18178
18127
  word-wrap: break-word;
18128
+ }.v-application {
18129
+ display: flex;
18130
+ background: rgb(var(--v-theme-background));
18131
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18132
+ }
18133
+
18134
+ .v-application__wrap {
18135
+ -webkit-backface-visibility: hidden;
18136
+ backface-visibility: hidden;
18137
+ display: flex;
18138
+ flex-direction: column;
18139
+ flex: 1 1 auto;
18140
+ max-width: 100%;
18141
+ min-height: 100vh;
18142
+ min-height: 100dvh;
18143
+ position: relative;
18179
18144
  }.v-app-bar {
18180
18145
  display: flex;
18181
18146
  }
@@ -18281,22 +18246,6 @@ html.overflow-y-hidden {
18281
18246
  .v-avatar .v-img {
18282
18247
  height: 100%;
18283
18248
  width: 100%;
18284
- }.v-application {
18285
- display: flex;
18286
- background: rgb(var(--v-theme-background));
18287
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18288
- }
18289
-
18290
- .v-application__wrap {
18291
- -webkit-backface-visibility: hidden;
18292
- backface-visibility: hidden;
18293
- display: flex;
18294
- flex-direction: column;
18295
- flex: 1 1 auto;
18296
- max-width: 100%;
18297
- min-height: 100vh;
18298
- min-height: 100dvh;
18299
- position: relative;
18300
18249
  }.v-badge {
18301
18250
  display: inline-block;
18302
18251
  line-height: 1;
@@ -18368,118 +18317,87 @@ html.overflow-y-hidden {
18368
18317
  display: inline-flex;
18369
18318
  justify-content: center;
18370
18319
  margin: 0 4px;
18371
- }.v-breadcrumbs {
18372
- display: flex;
18373
- align-items: center;
18374
- line-height: 1.375rem;
18375
- padding: 16px 12px;
18320
+ }.v-autocomplete .v-field .v-text-field__prefix,
18321
+ .v-autocomplete .v-field .v-text-field__suffix,
18322
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18323
+ cursor: text;
18376
18324
  }
18377
- .v-breadcrumbs--rounded {
18378
- border-radius: 4px;
18325
+ .v-autocomplete .v-field .v-field__input > input {
18326
+ flex: 1 1;
18379
18327
  }
18380
- .v-breadcrumbs--density-default {
18381
- padding-top: 16px;
18382
- padding-bottom: 16px;
18328
+ .v-autocomplete .v-field input {
18329
+ min-width: 64px;
18383
18330
  }
18384
-
18385
- .v-breadcrumbs--density-comfortable {
18386
- padding-top: 12px;
18387
- padding-bottom: 12px;
18331
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18332
+ min-width: 0;
18388
18333
  }
18389
-
18390
- .v-breadcrumbs--density-compact {
18391
- padding-top: 8px;
18392
- padding-bottom: 8px;
18334
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18335
+ margin-inline-end: 2px;
18393
18336
  }
18394
-
18395
- .v-breadcrumbs__prepend {
18396
- align-items: center;
18397
- display: inline-flex;
18337
+ .v-autocomplete .v-autocomplete__selection-text {
18338
+ overflow: hidden;
18339
+ text-overflow: ellipsis;
18340
+ white-space: nowrap;
18398
18341
  }
18399
18342
 
18400
- .v-breadcrumbs-item {
18401
- align-items: center;
18402
- color: inherit;
18403
- display: inline-flex;
18404
- padding: 0 4px;
18405
- text-decoration: none;
18406
- vertical-align: middle;
18343
+ .v-autocomplete__content {
18344
+ overflow: hidden;
18345
+ 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));
18346
+ border-radius: 4px;
18407
18347
  }
18408
- .v-breadcrumbs-item--disabled {
18409
- opacity: var(--v-disabled-opacity);
18410
- pointer-events: none;
18348
+ .v-autocomplete__mask {
18349
+ background: rgb(var(--v-theme-surface-light));
18411
18350
  }
18412
- .v-breadcrumbs-item--link {
18413
- color: inherit;
18414
- text-decoration: none;
18351
+ .v-autocomplete__selection {
18352
+ display: inline-flex;
18353
+ align-items: center;
18354
+ height: 1.5rem;
18355
+ letter-spacing: inherit;
18356
+ line-height: inherit;
18357
+ max-width: calc(100% - 2px - 2px);
18415
18358
  }
18416
- .v-breadcrumbs-item--link:hover {
18417
- text-decoration: underline;
18359
+ .v-autocomplete__selection:first-child {
18360
+ margin-inline-start: 0;
18418
18361
  }
18419
- .v-breadcrumbs-item .v-icon {
18420
- font-size: 1rem;
18421
- margin-inline: -4px 2px;
18362
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18363
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18364
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18365
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18366
+ top: 0px;
18422
18367
  }
18423
-
18424
- .v-breadcrumbs-divider {
18425
- display: inline-block;
18426
- padding: 0 8px;
18427
- vertical-align: middle;
18428
- }.v-bottom-navigation {
18429
- display: flex;
18430
- max-width: 100%;
18431
- overflow: hidden;
18432
- position: absolute;
18433
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18434
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18435
- border-style: solid;
18436
- border-width: 0;
18437
- border-radius: 0;
18438
- background: rgb(var(--v-theme-surface));
18439
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18368
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18369
+ opacity: var(--v-medium-emphasis-opacity);
18440
18370
  }
18441
- .v-bottom-navigation--border {
18442
- border-width: thin;
18443
- box-shadow: none;
18371
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18372
+ opacity: 1;
18444
18373
  }
18445
- .v-bottom-navigation--active {
18446
- 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));
18374
+ .v-autocomplete--selecting-index .v-field__input > input {
18375
+ caret-color: transparent;
18447
18376
  }
18448
-
18449
- .v-bottom-navigation__content {
18450
- display: flex;
18451
- flex: none;
18452
- font-size: 0.75rem;
18453
- justify-content: center;
18454
- transition: inherit;
18377
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18378
+ flex: 1 1;
18379
+ position: absolute;
18380
+ left: 0;
18381
+ right: 0;
18455
18382
  width: 100%;
18383
+ padding-inline: inherit;
18456
18384
  }
18457
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18458
- font-size: inherit;
18459
- height: 100%;
18460
- max-width: 168px;
18461
- min-width: 80px;
18462
- text-transform: none;
18463
- transition: inherit;
18464
- width: auto;
18465
- border-radius: 0;
18466
- }
18467
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18468
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18469
- transition: inherit;
18470
- }
18471
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18472
- font-size: 1.5rem;
18385
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18386
+ transition: none;
18473
18387
  }
18474
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18475
- flex-grow: 1;
18388
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18389
+ opacity: 0;
18476
18390
  }
18477
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18478
- transition: inherit;
18391
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18479
18392
  opacity: 0;
18480
18393
  }
18481
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18482
- transform: translateY(0.5rem);
18394
+ .v-autocomplete__menu-icon {
18395
+ margin-inline-start: 4px;
18396
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18397
+ }
18398
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18399
+ opacity: var(--v-high-emphasis-opacity);
18400
+ transform: rotate(180deg);
18483
18401
  }.v-banner {
18484
18402
  display: grid;
18485
18403
  flex: 1 1;
@@ -18637,94 +18555,61 @@ html.overflow-y-hidden {
18637
18555
  }
18638
18556
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18639
18557
  align-self: flex-start;
18640
- }.bottom-sheet-transition-enter-from {
18641
- transform: translateY(100%);
18642
- }
18643
- .bottom-sheet-transition-leave-to {
18644
- transform: translateY(100%);
18645
- }
18646
-
18647
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18648
- align-self: flex-end;
18649
- border-radius: 0;
18650
- flex: 0 1 auto;
18651
- left: 0;
18652
- right: 0;
18653
- margin-inline: 0;
18654
- margin-bottom: 0;
18655
- transition-duration: 0.2s;
18656
- width: 100%;
18657
- max-width: 100%;
18658
- overflow: visible;
18659
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18660
- }
18661
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18662
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18663
- border-radius: 0;
18664
- }
18665
- .v-bottom-sheet.v-bottom-sheet--inset {
18666
- max-width: none;
18667
- }
18668
- @media (min-width: 600px) {
18669
- .v-bottom-sheet.v-bottom-sheet--inset {
18670
- max-width: 70%;
18671
- }
18672
- }.v-btn-group {
18673
- display: inline-flex;
18674
- flex-wrap: nowrap;
18558
+ }.v-bottom-navigation {
18559
+ display: flex;
18675
18560
  max-width: 100%;
18676
- min-width: 0;
18677
18561
  overflow: hidden;
18678
- vertical-align: middle;
18562
+ position: absolute;
18563
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18679
18564
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18680
18565
  border-style: solid;
18681
18566
  border-width: 0;
18682
- 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));
18683
- border-radius: 4px;
18684
- background: transparent;
18567
+ border-radius: 0;
18568
+ background: rgb(var(--v-theme-surface));
18685
18569
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18686
18570
  }
18687
- .v-btn-group--border {
18571
+ .v-bottom-navigation--border {
18688
18572
  border-width: thin;
18689
18573
  box-shadow: none;
18690
18574
  }
18691
- .v-btn-group--density-default.v-btn-group {
18692
- height: 48px;
18693
- }
18694
-
18695
- .v-btn-group--density-comfortable.v-btn-group {
18696
- height: 40px;
18575
+ .v-bottom-navigation--active {
18576
+ 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));
18697
18577
  }
18698
18578
 
18699
- .v-btn-group--density-compact.v-btn-group {
18700
- height: 36px;
18579
+ .v-bottom-navigation__content {
18580
+ display: flex;
18581
+ flex: none;
18582
+ font-size: 0.75rem;
18583
+ justify-content: center;
18584
+ transition: inherit;
18585
+ width: 100%;
18701
18586
  }
18702
-
18703
- .v-btn-group .v-btn {
18587
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18588
+ font-size: inherit;
18589
+ height: 100%;
18590
+ max-width: 168px;
18591
+ min-width: 80px;
18592
+ text-transform: none;
18593
+ transition: inherit;
18594
+ width: auto;
18704
18595
  border-radius: 0;
18705
- border-color: inherit;
18706
- }
18707
- .v-btn-group .v-btn:not(:last-child) {
18708
- border-inline-end: none;
18709
18596
  }
18710
- .v-btn-group .v-btn:not(:first-child) {
18711
- border-inline-start: none;
18597
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18598
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18599
+ transition: inherit;
18712
18600
  }
18713
- .v-btn-group .v-btn:first-child {
18714
- border-start-start-radius: inherit;
18715
- border-end-start-radius: inherit;
18601
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18602
+ font-size: 1.5rem;
18716
18603
  }
18717
- .v-btn-group .v-btn:last-child {
18718
- border-start-end-radius: inherit;
18719
- border-end-end-radius: inherit;
18604
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18605
+ flex-grow: 1;
18720
18606
  }
18721
- .v-btn-group--divided .v-btn:not(:last-child) {
18722
- border-inline-end-width: thin;
18723
- border-inline-end-style: solid;
18724
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18607
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18608
+ transition: inherit;
18609
+ opacity: 0;
18725
18610
  }
18726
- .v-btn-group--tile {
18727
- border-radius: 0;
18611
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18612
+ transform: translateY(0.5rem);
18728
18613
  }.v-btn {
18729
18614
  align-items: center;
18730
18615
  border-radius: 4px;
@@ -19062,6 +18947,10 @@ html.overflow-y-hidden {
19062
18947
  top: 0;
19063
18948
  width: 100%;
19064
18949
  }
18950
+ .v-btn__loader > .v-progress-circular {
18951
+ width: 1.5em;
18952
+ height: 1.5em;
18953
+ }
19065
18954
 
19066
18955
  .v-btn__content,
19067
18956
  .v-btn__prepend,
@@ -19128,63 +19017,226 @@ html.overflow-y-hidden {
19128
19017
  }
19129
19018
  .v-pagination__item--is-active .v-btn__overlay {
19130
19019
  opacity: var(--v-border-opacity);
19131
- }.v-card {
19132
- display: block;
19133
- overflow: hidden;
19134
- overflow-wrap: break-word;
19135
- position: relative;
19136
- padding: 0;
19137
- text-decoration: none;
19138
- transition-duration: 0.28s;
19139
- transition-property: box-shadow, opacity, background;
19140
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19141
- z-index: 0;
19142
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19143
- border-style: solid;
19144
- border-width: 0;
19145
- border-radius: 4px;
19146
- }
19147
- .v-card--border {
19148
- border-width: thin;
19149
- box-shadow: none;
19150
- }
19151
- .v-card--absolute {
19152
- position: absolute;
19153
- }
19154
- .v-card--fixed {
19155
- position: fixed;
19156
- }
19157
- .v-card:hover > .v-card__overlay {
19158
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19159
- }
19160
- .v-card:focus-visible > .v-card__overlay {
19161
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19162
- }
19163
- @supports not selector(:focus-visible) {
19164
- .v-card:focus > .v-card__overlay {
19165
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19166
- }
19167
- }
19168
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19020
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19169
19021
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19170
19022
  }
19171
- .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19023
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19172
19024
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19173
19025
  }
19174
- .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19026
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19175
19027
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19176
19028
  }
19177
19029
  @supports not selector(:focus-visible) {
19178
- .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19030
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19179
19031
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19180
19032
  }
19033
+ }.bottom-sheet-transition-enter-from {
19034
+ transform: translateY(100%);
19181
19035
  }
19182
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19183
- background: transparent;
19184
- color: inherit;
19185
- }
19186
- .v-card--variant-plain {
19187
- opacity: 0.62;
19036
+ .bottom-sheet-transition-leave-to {
19037
+ transform: translateY(100%);
19038
+ }
19039
+
19040
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19041
+ align-self: flex-end;
19042
+ border-radius: 0;
19043
+ flex: 0 1 auto;
19044
+ left: 0;
19045
+ right: 0;
19046
+ margin-inline: 0;
19047
+ margin-bottom: 0;
19048
+ transition-duration: 0.2s;
19049
+ width: 100%;
19050
+ max-width: 100%;
19051
+ overflow: visible;
19052
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19053
+ }
19054
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19055
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19056
+ border-radius: 0;
19057
+ }
19058
+ .v-bottom-sheet.v-bottom-sheet--inset {
19059
+ max-width: none;
19060
+ }
19061
+ @media (min-width: 600px) {
19062
+ .v-bottom-sheet.v-bottom-sheet--inset {
19063
+ max-width: 70%;
19064
+ }
19065
+ }.v-breadcrumbs {
19066
+ display: flex;
19067
+ align-items: center;
19068
+ line-height: 1.375rem;
19069
+ padding: 16px 12px;
19070
+ }
19071
+ .v-breadcrumbs--rounded {
19072
+ border-radius: 4px;
19073
+ }
19074
+ .v-breadcrumbs--density-default {
19075
+ padding-top: 16px;
19076
+ padding-bottom: 16px;
19077
+ }
19078
+
19079
+ .v-breadcrumbs--density-comfortable {
19080
+ padding-top: 12px;
19081
+ padding-bottom: 12px;
19082
+ }
19083
+
19084
+ .v-breadcrumbs--density-compact {
19085
+ padding-top: 8px;
19086
+ padding-bottom: 8px;
19087
+ }
19088
+
19089
+ .v-breadcrumbs__prepend {
19090
+ align-items: center;
19091
+ display: inline-flex;
19092
+ }
19093
+
19094
+ .v-breadcrumbs-item {
19095
+ align-items: center;
19096
+ color: inherit;
19097
+ display: inline-flex;
19098
+ padding: 0 4px;
19099
+ text-decoration: none;
19100
+ vertical-align: middle;
19101
+ }
19102
+ .v-breadcrumbs-item--disabled {
19103
+ opacity: var(--v-disabled-opacity);
19104
+ pointer-events: none;
19105
+ }
19106
+ .v-breadcrumbs-item--link {
19107
+ color: inherit;
19108
+ text-decoration: none;
19109
+ }
19110
+ .v-breadcrumbs-item--link:hover {
19111
+ text-decoration: underline;
19112
+ }
19113
+ .v-breadcrumbs-item .v-icon {
19114
+ font-size: 1rem;
19115
+ margin-inline: -4px 2px;
19116
+ }
19117
+
19118
+ .v-breadcrumbs-divider {
19119
+ display: inline-block;
19120
+ padding: 0 8px;
19121
+ vertical-align: middle;
19122
+ }.v-btn-group {
19123
+ display: inline-flex;
19124
+ flex-wrap: nowrap;
19125
+ max-width: 100%;
19126
+ min-width: 0;
19127
+ overflow: hidden;
19128
+ vertical-align: middle;
19129
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19130
+ border-style: solid;
19131
+ border-width: 0;
19132
+ 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));
19133
+ border-radius: 4px;
19134
+ background: transparent;
19135
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19136
+ }
19137
+ .v-btn-group--border {
19138
+ border-width: thin;
19139
+ box-shadow: none;
19140
+ }
19141
+ .v-btn-group--density-default.v-btn-group {
19142
+ height: 48px;
19143
+ }
19144
+
19145
+ .v-btn-group--density-comfortable.v-btn-group {
19146
+ height: 40px;
19147
+ }
19148
+
19149
+ .v-btn-group--density-compact.v-btn-group {
19150
+ height: 36px;
19151
+ }
19152
+
19153
+ .v-btn-group .v-btn {
19154
+ border-radius: 0;
19155
+ border-color: inherit;
19156
+ }
19157
+ .v-btn-group .v-btn:not(:last-child) {
19158
+ border-inline-end: none;
19159
+ }
19160
+ .v-btn-group .v-btn:not(:first-child) {
19161
+ border-inline-start: none;
19162
+ }
19163
+ .v-btn-group .v-btn:first-child {
19164
+ border-start-start-radius: inherit;
19165
+ border-end-start-radius: inherit;
19166
+ }
19167
+ .v-btn-group .v-btn:last-child {
19168
+ border-start-end-radius: inherit;
19169
+ border-end-end-radius: inherit;
19170
+ }
19171
+ .v-btn-group--divided .v-btn:not(:last-child) {
19172
+ border-inline-end-width: thin;
19173
+ border-inline-end-style: solid;
19174
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19175
+ }
19176
+ .v-btn-group--tile {
19177
+ border-radius: 0;
19178
+ }.v-checkbox.v-input {
19179
+ flex: 0 1 auto;
19180
+ }
19181
+ .v-checkbox .v-selection-control {
19182
+ min-height: var(--v-input-control-height);
19183
+ }.v-card {
19184
+ display: block;
19185
+ overflow: hidden;
19186
+ overflow-wrap: break-word;
19187
+ position: relative;
19188
+ padding: 0;
19189
+ text-decoration: none;
19190
+ transition-duration: 0.28s;
19191
+ transition-property: box-shadow, opacity, background;
19192
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19193
+ z-index: 0;
19194
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19195
+ border-style: solid;
19196
+ border-width: 0;
19197
+ border-radius: 4px;
19198
+ }
19199
+ .v-card--border {
19200
+ border-width: thin;
19201
+ box-shadow: none;
19202
+ }
19203
+ .v-card--absolute {
19204
+ position: absolute;
19205
+ }
19206
+ .v-card--fixed {
19207
+ position: fixed;
19208
+ }
19209
+ .v-card:hover > .v-card__overlay {
19210
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19211
+ }
19212
+ .v-card:focus-visible > .v-card__overlay {
19213
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19214
+ }
19215
+ @supports not selector(:focus-visible) {
19216
+ .v-card:focus > .v-card__overlay {
19217
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19218
+ }
19219
+ }
19220
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19221
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19222
+ }
19223
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19224
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19225
+ }
19226
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19227
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19228
+ }
19229
+ @supports not selector(:focus-visible) {
19230
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19231
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19232
+ }
19233
+ }
19234
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19235
+ background: transparent;
19236
+ color: inherit;
19237
+ }
19238
+ .v-card--variant-plain {
19239
+ opacity: 0.62;
19188
19240
  }
19189
19241
  .v-card--variant-plain:focus, .v-card--variant-plain:hover {
19190
19242
  opacity: 1;
@@ -19424,24 +19476,6 @@ html.overflow-y-hidden {
19424
19476
  pointer-events: none;
19425
19477
  opacity: 0;
19426
19478
  transition: opacity 0.2s ease-in-out;
19427
- }.v-checkbox.v-input {
19428
- flex: 0 1 auto;
19429
- }
19430
- .v-checkbox .v-selection-control {
19431
- min-height: var(--v-input-control-height);
19432
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19433
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19434
- }
19435
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19436
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19437
- }
19438
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19439
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19440
- }
19441
- @supports not selector(:focus-visible) {
19442
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19443
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19444
- }
19445
19479
  }.v-carousel {
19446
19480
  overflow: hidden;
19447
19481
  position: relative;
@@ -19915,34 +19949,115 @@ html.overflow-y-hidden {
19915
19949
 
19916
19950
  .v-chip--label {
19917
19951
  border-radius: 4px;
19918
- }.v-chip-group {
19919
- display: flex;
19920
- max-width: 100%;
19921
- min-width: 0;
19922
- overflow-x: auto;
19923
- padding: 4px 0;
19952
+ }.v-combobox .v-field .v-text-field__prefix,
19953
+ .v-combobox .v-field .v-text-field__suffix,
19954
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19955
+ cursor: text;
19924
19956
  }
19925
- .v-chip-group .v-chip {
19926
- margin: 4px 8px 4px 0;
19957
+ .v-combobox .v-field .v-field__input > input {
19958
+ flex: 1 1;
19927
19959
  }
19928
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19929
- opacity: var(--v-activated-opacity);
19960
+ .v-combobox .v-field input {
19961
+ min-width: 64px;
19930
19962
  }
19931
-
19932
- .v-chip-group--column .v-slide-group__content {
19933
- white-space: normal;
19934
- flex-wrap: wrap;
19935
- max-width: 100%;
19936
- }.v-container {
19937
- width: 100%;
19938
- padding: 16px;
19939
- margin-right: auto;
19940
- margin-left: auto;
19963
+ .v-combobox .v-field:not(.v-field--focused) input {
19964
+ min-width: 0;
19941
19965
  }
19942
- @media (min-width: 960px) {
19943
- .v-container {
19944
- max-width: 900px;
19945
- }
19966
+ .v-combobox .v-field--dirty .v-combobox__selection {
19967
+ margin-inline-end: 2px;
19968
+ }
19969
+ .v-combobox .v-combobox__selection-text {
19970
+ overflow: hidden;
19971
+ text-overflow: ellipsis;
19972
+ white-space: nowrap;
19973
+ }
19974
+
19975
+ .v-combobox__content {
19976
+ overflow: hidden;
19977
+ 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));
19978
+ border-radius: 4px;
19979
+ }
19980
+ .v-combobox__mask {
19981
+ background: rgb(var(--v-theme-surface-light));
19982
+ }
19983
+ .v-combobox__selection {
19984
+ display: inline-flex;
19985
+ align-items: center;
19986
+ height: 1.5rem;
19987
+ letter-spacing: inherit;
19988
+ line-height: inherit;
19989
+ max-width: calc(100% - 2px - 2px);
19990
+ }
19991
+ .v-combobox__selection:first-child {
19992
+ margin-inline-start: 0;
19993
+ }
19994
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19995
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19996
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19997
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19998
+ top: 0px;
19999
+ }
20000
+ .v-combobox--selecting-index .v-combobox__selection {
20001
+ opacity: var(--v-medium-emphasis-opacity);
20002
+ }
20003
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20004
+ opacity: 1;
20005
+ }
20006
+ .v-combobox--selecting-index .v-field__input > input {
20007
+ caret-color: transparent;
20008
+ }
20009
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20010
+ flex: 1 1;
20011
+ position: absolute;
20012
+ left: 0;
20013
+ right: 0;
20014
+ width: 100%;
20015
+ padding-inline: inherit;
20016
+ }
20017
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20018
+ transition: none;
20019
+ }
20020
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20021
+ opacity: 0;
20022
+ }
20023
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20024
+ opacity: 0;
20025
+ }
20026
+ .v-combobox__menu-icon {
20027
+ margin-inline-start: 4px;
20028
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20029
+ }
20030
+ .v-combobox--active-menu .v-combobox__menu-icon {
20031
+ opacity: var(--v-high-emphasis-opacity);
20032
+ transform: rotate(180deg);
20033
+ }.v-chip-group {
20034
+ display: flex;
20035
+ max-width: 100%;
20036
+ min-width: 0;
20037
+ overflow-x: auto;
20038
+ padding: 4px 0;
20039
+ }
20040
+ .v-chip-group .v-chip {
20041
+ margin: 4px 8px 4px 0;
20042
+ }
20043
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20044
+ opacity: var(--v-activated-opacity);
20045
+ }
20046
+
20047
+ .v-chip-group--column .v-slide-group__content {
20048
+ white-space: normal;
20049
+ flex-wrap: wrap;
20050
+ max-width: 100%;
20051
+ }.v-container {
20052
+ width: 100%;
20053
+ padding: 16px;
20054
+ margin-right: auto;
20055
+ margin-left: auto;
20056
+ }
20057
+ @media (min-width: 960px) {
20058
+ .v-container {
20059
+ max-width: 900px;
20060
+ }
19946
20061
  }
19947
20062
  @media (min-width: 1280px) {
19948
20063
  .v-container {
@@ -20605,280 +20720,167 @@ html.overflow-y-hidden {
20605
20720
  .offset-xxl-11 {
20606
20721
  margin-inline-start: 91.6666666667%;
20607
20722
  }
20608
- }.v-data-table {
20609
- width: 100%;
20723
+ }.v-color-picker {
20724
+ align-self: flex-start;
20725
+ contain: content;
20610
20726
  }
20611
-
20612
- .v-data-table__table {
20613
- width: 100%;
20614
- border-collapse: separate;
20615
- border-spacing: 0;
20727
+ .v-color-picker.v-sheet {
20728
+ 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));
20729
+ border-radius: 4px;
20616
20730
  }
20617
20731
 
20618
- .v-data-table__tr--focus {
20619
- border: 1px dotted black;
20620
- }
20621
- .v-data-table__tr--clickable {
20622
- cursor: pointer;
20732
+ .v-color-picker__controls {
20733
+ display: flex;
20734
+ flex-direction: column;
20735
+ padding: 16px;
20623
20736
  }
20624
20737
 
20625
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20626
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20627
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20628
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20629
- text-align: end;
20738
+ .v-color-picker--flat {
20739
+ 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));
20630
20740
  }
20631
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20632
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20633
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20634
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20635
- flex-direction: row-reverse;
20741
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20742
+ 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));
20743
+ }.v-counter {
20744
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20745
+ flex: 0 1 auto;
20746
+ font-size: 12px;
20747
+ transition-duration: 150ms;
20748
+ }.v-date-picker {
20749
+ overflow: hidden;
20750
+ width: 328px;
20636
20751
  }
20637
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20638
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20639
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20640
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20641
- text-align: center;
20752
+ .v-date-picker--show-week {
20753
+ width: 368px;
20754
+ }.v-date-picker-header {
20755
+ align-items: flex-end;
20756
+ height: 70px;
20757
+ display: grid;
20758
+ grid-template-areas: "prepend content append";
20759
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20760
+ overflow: hidden;
20761
+ padding-inline: 24px 12px;
20762
+ padding-bottom: 12px;
20642
20763
  }
20643
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20644
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20645
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20646
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20647
- justify-content: center;
20764
+
20765
+ .v-date-picker-header__append {
20766
+ grid-area: append;
20648
20767
  }
20649
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20650
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20651
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20652
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20653
- padding: 0 8px;
20768
+
20769
+ .v-date-picker-header__prepend {
20770
+ grid-area: prepend;
20771
+ padding-inline-start: 8px;
20654
20772
  }
20655
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20656
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20773
+
20774
+ .v-date-picker-header__content {
20657
20775
  align-items: center;
20776
+ display: inline-flex;
20777
+ font-size: 32px;
20778
+ line-height: 40px;
20779
+ grid-area: content;
20780
+ justify-content: space-between;
20658
20781
  }
20659
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20660
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20661
- position: sticky;
20662
- }
20663
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20664
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20782
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20665
20783
  cursor: pointer;
20666
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20667
- }
20668
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20669
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20670
- opacity: 0;
20671
20784
  }
20672
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20673
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20674
- opacity: 0.5;
20785
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20786
+ opacity: 0.7;
20675
20787
  }
20676
20788
 
20677
- .v-data-table-column--fixed,
20678
- .v-data-table__th--sticky {
20679
- background: rgb(var(--v-theme-surface));
20680
- position: sticky !important;
20681
- left: 0;
20682
- z-index: 1;
20789
+ .date-picker-header-transition-enter-active,
20790
+ .date-picker-header-reverse-transition-enter-active {
20791
+ transition-duration: 0.3s;
20792
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20683
20793
  }
20684
-
20685
- .v-data-table-column--last-fixed {
20686
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20794
+ .date-picker-header-transition-leave-active,
20795
+ .date-picker-header-reverse-transition-leave-active {
20796
+ transition-duration: 0.3s;
20797
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20687
20798
  }
20688
20799
 
20689
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20690
- z-index: 2;
20800
+ .date-picker-header-transition-enter-from {
20801
+ transform: translate(0, 100%);
20802
+ }
20803
+ .date-picker-header-transition-leave-to {
20804
+ opacity: 0;
20805
+ transform: translate(0, -100%);
20691
20806
  }
20692
20807
 
20693
- .v-data-table-group-header-row td {
20694
- background: rgba(var(--v-theme-surface));
20695
- color: rgba(var(--v-theme-on-surface));
20808
+ .date-picker-header-reverse-transition-enter-from {
20809
+ transform: translate(0, -100%);
20696
20810
  }
20697
- .v-data-table-group-header-row td > span {
20698
- padding-left: 5px;
20811
+ .date-picker-header-reverse-transition-leave-to {
20812
+ opacity: 0;
20813
+ transform: translate(0, 100%);
20814
+ }.v-date-picker-month {
20815
+ display: flex;
20816
+ justify-content: center;
20817
+ padding: 0 12px 8px;
20818
+ --v-date-picker-month-day-diff: 4px;
20699
20819
  }
20700
20820
 
20701
- .v-data-table--loading .v-data-table__td {
20702
- opacity: 0.3;
20821
+ .v-date-picker-month__weeks {
20822
+ display: grid;
20823
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20824
+ column-gap: 4px;
20825
+ font-size: 0.85rem;
20703
20826
  }
20704
-
20705
- .v-data-table-group-header-row__column {
20706
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20827
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20828
+ grid-row-gap: 0;
20707
20829
  }
20708
20830
 
20709
- .v-data-table-header__content {
20710
- display: flex;
20711
- align-items: center;
20831
+ .v-date-picker-month__weekday {
20832
+ font-size: 0.85rem;
20712
20833
  }
20713
20834
 
20714
- .v-data-table-header__sort-badge {
20715
- display: inline-flex;
20716
- justify-content: center;
20717
- align-items: center;
20718
- font-size: 0.875rem;
20719
- padding: 4px;
20720
- border-radius: 50%;
20721
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20722
- min-width: 20px;
20723
- min-height: 20px;
20724
- width: 20px;
20725
- height: 20px;
20726
- }
20727
-
20728
- .v-data-table-progress > th {
20729
- border: none !important;
20730
- height: auto !important;
20731
- padding: 0 !important;
20732
- }
20733
-
20734
- .v-data-table-progress__loader {
20735
- position: relative;
20736
- }
20737
-
20738
- .v-data-table-rows-loading,
20739
- .v-data-table-rows-no-data {
20740
- text-align: center;
20741
- }.v-color-picker {
20742
- align-self: flex-start;
20743
- contain: content;
20744
- }
20745
- .v-color-picker.v-sheet {
20746
- 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));
20747
- border-radius: 4px;
20748
- }
20749
-
20750
- .v-color-picker__controls {
20751
- display: flex;
20752
- flex-direction: column;
20753
- padding: 16px;
20835
+ .v-date-picker-month__days {
20836
+ display: grid;
20837
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20838
+ column-gap: 4px;
20839
+ flex: 1 1;
20840
+ justify-content: space-around;
20754
20841
  }
20755
20842
 
20756
- .v-color-picker--flat {
20757
- 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));
20758
- }
20759
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20760
- 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));
20761
- }.v-data-table-footer {
20762
- display: flex;
20843
+ .v-date-picker-month__day {
20763
20844
  align-items: center;
20764
- flex-wrap: wrap;
20765
- padding: 4px;
20766
- justify-content: flex-end;
20767
- }
20768
-
20769
- .v-data-table-footer__items-per-page {
20770
20845
  display: flex;
20771
- align-items: center;
20772
20846
  justify-content: center;
20847
+ position: relative;
20848
+ height: 40px;
20849
+ width: 40px;
20773
20850
  }
20774
- .v-data-table-footer__items-per-page > span {
20775
- padding-inline-end: 8px;
20851
+ .v-date-picker-month__day--selected .v-btn {
20852
+ background-color: rgb(var(--v-theme-surface-variant));
20853
+ color: rgb(var(--v-theme-on-surface-variant));
20776
20854
  }
20777
- .v-data-table-footer__items-per-page > .v-select {
20778
- width: 90px;
20855
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20856
+ --v-btn-height: 24px;
20857
+ --v-btn-size: 0.85rem;
20779
20858
  }
20780
-
20781
- .v-data-table-footer__info {
20782
- display: flex;
20783
- justify-content: flex-end;
20784
- min-width: 116px;
20785
- padding: 0 16px;
20859
+ .v-date-picker-month__day--week {
20860
+ font-size: var(--v-btn-size);
20786
20861
  }
20787
20862
 
20788
- .v-data-table-footer__pagination {
20789
- display: flex;
20790
- align-items: center;
20791
- margin-inline-start: 16px;
20863
+ .v-date-picker-month__day--adjacent {
20864
+ opacity: 0.5;
20792
20865
  }
20793
20866
 
20794
- .v-data-table-footer__page {
20795
- padding: 0 8px;
20796
- }.v-counter {
20797
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20798
- flex: 0 1 auto;
20799
- font-size: 12px;
20800
- transition-duration: 150ms;
20801
- }.v-combobox .v-field .v-text-field__prefix,
20802
- .v-combobox .v-field .v-text-field__suffix,
20803
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20804
- cursor: text;
20805
- }
20806
- .v-combobox .v-field .v-field__input > input {
20807
- flex: 1 1;
20808
- }
20809
- .v-combobox .v-field input {
20810
- min-width: 64px;
20811
- }
20812
- .v-combobox .v-field:not(.v-field--focused) input {
20813
- min-width: 0;
20814
- }
20815
- .v-combobox .v-field--dirty .v-combobox__selection {
20816
- margin-inline-end: 2px;
20817
- }
20818
- .v-combobox .v-combobox__selection-text {
20819
- overflow: hidden;
20820
- text-overflow: ellipsis;
20821
- white-space: nowrap;
20867
+ .v-date-picker-month__day--hide-adjacent {
20868
+ opacity: 0;
20869
+ }.v-date-picker-years {
20870
+ height: 288px;
20871
+ overflow-y: scroll;
20822
20872
  }
20823
20873
 
20824
- .v-combobox__content {
20825
- overflow: hidden;
20826
- 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));
20827
- border-radius: 4px;
20828
- }
20829
- .v-combobox__mask {
20830
- background: rgb(var(--v-theme-surface-light));
20831
- }
20832
- .v-combobox__selection {
20833
- display: inline-flex;
20834
- align-items: center;
20835
- height: 1.5rem;
20836
- letter-spacing: inherit;
20837
- line-height: inherit;
20838
- max-width: calc(100% - 2px - 2px);
20839
- }
20840
- .v-combobox__selection:first-child {
20841
- margin-inline-start: 0;
20842
- }
20843
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20844
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20845
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20846
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20847
- top: 0px;
20848
- }
20849
- .v-combobox--selecting-index .v-combobox__selection {
20850
- opacity: var(--v-medium-emphasis-opacity);
20851
- }
20852
- .v-combobox--selecting-index .v-combobox__selection--selected {
20853
- opacity: 1;
20854
- }
20855
- .v-combobox--selecting-index .v-field__input > input {
20856
- caret-color: transparent;
20857
- }
20858
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20874
+ .v-date-picker-years__content {
20875
+ display: grid;
20859
20876
  flex: 1 1;
20860
- position: absolute;
20861
- left: 0;
20862
- right: 0;
20863
- width: 100%;
20864
- padding-inline: inherit;
20865
- }
20866
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20867
- transition: none;
20868
- }
20869
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20870
- opacity: 0;
20871
- }
20872
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20873
- opacity: 0;
20874
- }
20875
- .v-combobox__menu-icon {
20876
- margin-inline-start: 4px;
20877
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20877
+ justify-content: space-around;
20878
+ grid-template-columns: repeat(3, 1fr);
20879
+ gap: 8px 24px;
20880
+ padding-inline: 32px;
20878
20881
  }
20879
- .v-combobox--active-menu .v-combobox__menu-icon {
20880
- opacity: var(--v-high-emphasis-opacity);
20881
- transform: rotate(180deg);
20882
+ .v-date-picker-years__content .v-btn {
20883
+ padding-inline: 8px;
20882
20884
  }.v-date-picker-controls {
20883
20885
  display: flex;
20884
20886
  align-items: center;
@@ -20935,161 +20937,193 @@ html.overflow-y-hidden {
20935
20937
 
20936
20938
  .v-date-picker__title {
20937
20939
  display: inline-block;
20938
- }.v-date-picker {
20939
- overflow: hidden;
20940
- width: 328px;
20941
- }
20942
- .v-date-picker--show-week {
20943
- width: 368px;
20944
- }.v-date-picker-years {
20940
+ }.v-date-picker-months {
20945
20941
  height: 288px;
20946
- overflow-y: scroll;
20947
20942
  }
20948
20943
 
20949
- .v-date-picker-years__content {
20944
+ .v-date-picker-months__content {
20945
+ align-items: center;
20950
20946
  display: grid;
20951
20947
  flex: 1 1;
20948
+ height: inherit;
20952
20949
  justify-content: space-around;
20953
- grid-template-columns: repeat(3, 1fr);
20954
- gap: 8px 24px;
20955
- padding-inline: 32px;
20950
+ grid-template-columns: repeat(2, 1fr);
20951
+ grid-gap: 0px 24px;
20952
+ padding-inline-start: 36px;
20953
+ padding-inline-end: 36px;
20956
20954
  }
20957
- .v-date-picker-years__content .v-btn {
20958
- padding-inline: 8px;
20959
- }.v-date-picker-month {
20960
- display: flex;
20961
- justify-content: center;
20962
- padding: 0 12px 8px;
20963
- --v-date-picker-month-day-diff: 4px;
20955
+ .v-date-picker-months__content .v-btn {
20956
+ text-transform: none;
20957
+ padding-inline-start: 8px;
20958
+ padding-inline-end: 8px;
20959
+ }.v-data-table {
20960
+ width: 100%;
20964
20961
  }
20965
20962
 
20966
- .v-date-picker-month__weeks {
20967
- display: grid;
20968
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20969
- column-gap: 4px;
20970
- font-size: 0.85rem;
20971
- }
20972
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20973
- grid-row-gap: 0;
20963
+ .v-data-table__table {
20964
+ width: 100%;
20965
+ border-collapse: separate;
20966
+ border-spacing: 0;
20974
20967
  }
20975
20968
 
20976
- .v-date-picker-month__weekday {
20977
- font-size: 0.85rem;
20969
+ .v-data-table__tr--focus {
20970
+ border: 1px dotted black;
20978
20971
  }
20979
-
20980
- .v-date-picker-month__days {
20981
- display: grid;
20982
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20983
- column-gap: 4px;
20984
- flex: 1 1;
20985
- justify-content: space-around;
20972
+ .v-data-table__tr--clickable {
20973
+ cursor: pointer;
20986
20974
  }
20987
20975
 
20988
- .v-date-picker-month__day {
20989
- align-items: center;
20990
- display: flex;
20991
- justify-content: center;
20992
- position: relative;
20993
- height: 40px;
20994
- width: 40px;
20995
- }
20996
- .v-date-picker-month__day--selected .v-btn {
20997
- background-color: rgb(var(--v-theme-surface-variant));
20998
- color: rgb(var(--v-theme-on-surface-variant));
20976
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20977
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20978
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20979
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20980
+ text-align: end;
20999
20981
  }
21000
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21001
- --v-btn-height: 24px;
21002
- --v-btn-size: 0.85rem;
20982
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20983
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20984
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20985
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20986
+ flex-direction: row-reverse;
21003
20987
  }
21004
- .v-date-picker-month__day--week {
21005
- font-size: var(--v-btn-size);
20988
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20989
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20990
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20991
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20992
+ text-align: center;
21006
20993
  }
21007
-
21008
- .v-date-picker-month__day--adjacent {
20994
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20995
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20996
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20997
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20998
+ justify-content: center;
20999
+ }
21000
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
21001
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
21002
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
21003
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
21004
+ padding: 0 8px;
21005
+ }
21006
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
21007
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
21008
+ align-items: center;
21009
+ }
21010
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
21011
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
21012
+ position: sticky;
21013
+ }
21014
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
21015
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
21016
+ cursor: pointer;
21017
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21018
+ }
21019
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
21020
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
21021
+ opacity: 0;
21022
+ }
21023
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
21024
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
21009
21025
  opacity: 0.5;
21010
21026
  }
21011
21027
 
21012
- .v-date-picker-month__day--hide-adjacent {
21013
- opacity: 0;
21014
- }.v-date-picker-months {
21015
- height: 288px;
21028
+ .v-data-table-column--fixed,
21029
+ .v-data-table__th--sticky {
21030
+ background: rgb(var(--v-theme-surface));
21031
+ position: sticky !important;
21032
+ left: 0;
21033
+ z-index: 1;
21016
21034
  }
21017
21035
 
21018
- .v-date-picker-months__content {
21019
- align-items: center;
21020
- display: grid;
21021
- flex: 1 1;
21022
- height: inherit;
21023
- justify-content: space-around;
21024
- grid-template-columns: repeat(2, 1fr);
21025
- grid-gap: 0px 24px;
21026
- padding-inline-start: 36px;
21027
- padding-inline-end: 36px;
21036
+ .v-data-table-column--last-fixed {
21037
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
21028
21038
  }
21029
- .v-date-picker-months__content .v-btn {
21030
- text-transform: none;
21031
- padding-inline-start: 8px;
21032
- padding-inline-end: 8px;
21033
- }.v-date-picker-header {
21034
- align-items: flex-end;
21035
- height: 70px;
21036
- display: grid;
21037
- grid-template-areas: "prepend content append";
21038
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21039
- overflow: hidden;
21040
- padding-inline: 24px 12px;
21041
- padding-bottom: 12px;
21039
+
21040
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
21041
+ z-index: 2;
21042
21042
  }
21043
21043
 
21044
- .v-date-picker-header__append {
21045
- grid-area: append;
21044
+ .v-data-table-group-header-row td {
21045
+ background: rgba(var(--v-theme-surface));
21046
+ color: rgba(var(--v-theme-on-surface));
21047
+ }
21048
+ .v-data-table-group-header-row td > span {
21049
+ padding-left: 5px;
21046
21050
  }
21047
21051
 
21048
- .v-date-picker-header__prepend {
21049
- grid-area: prepend;
21050
- padding-inline-start: 8px;
21052
+ .v-data-table--loading .v-data-table__td {
21053
+ opacity: 0.3;
21051
21054
  }
21052
21055
 
21053
- .v-date-picker-header__content {
21056
+ .v-data-table-group-header-row__column {
21057
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
21058
+ }
21059
+
21060
+ .v-data-table-header__content {
21061
+ display: flex;
21054
21062
  align-items: center;
21055
- display: inline-flex;
21056
- font-size: 32px;
21057
- line-height: 40px;
21058
- grid-area: content;
21059
- justify-content: space-between;
21060
21063
  }
21061
- .v-date-picker-header--clickable .v-date-picker-header__content {
21062
- cursor: pointer;
21064
+
21065
+ .v-data-table-header__sort-badge {
21066
+ display: inline-flex;
21067
+ justify-content: center;
21068
+ align-items: center;
21069
+ font-size: 0.875rem;
21070
+ padding: 4px;
21071
+ border-radius: 50%;
21072
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
21073
+ min-width: 20px;
21074
+ min-height: 20px;
21075
+ width: 20px;
21076
+ height: 20px;
21063
21077
  }
21064
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21065
- opacity: 0.7;
21078
+
21079
+ .v-data-table-progress > th {
21080
+ border: none !important;
21081
+ height: auto !important;
21082
+ padding: 0 !important;
21066
21083
  }
21067
21084
 
21068
- .date-picker-header-transition-enter-active,
21069
- .date-picker-header-reverse-transition-enter-active {
21070
- transition-duration: 0.3s;
21071
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21085
+ .v-data-table-progress__loader {
21086
+ position: relative;
21072
21087
  }
21073
- .date-picker-header-transition-leave-active,
21074
- .date-picker-header-reverse-transition-leave-active {
21075
- transition-duration: 0.3s;
21076
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21088
+
21089
+ .v-data-table-rows-loading,
21090
+ .v-data-table-rows-no-data {
21091
+ text-align: center;
21092
+ }.v-data-table-footer {
21093
+ display: flex;
21094
+ align-items: center;
21095
+ flex-wrap: wrap;
21096
+ padding: 4px;
21097
+ justify-content: flex-end;
21077
21098
  }
21078
21099
 
21079
- .date-picker-header-transition-enter-from {
21080
- transform: translate(0, 100%);
21100
+ .v-data-table-footer__items-per-page {
21101
+ display: flex;
21102
+ align-items: center;
21103
+ justify-content: center;
21081
21104
  }
21082
- .date-picker-header-transition-leave-to {
21083
- opacity: 0;
21084
- transform: translate(0, -100%);
21105
+ .v-data-table-footer__items-per-page > span {
21106
+ padding-inline-end: 8px;
21107
+ }
21108
+ .v-data-table-footer__items-per-page > .v-select {
21109
+ width: 90px;
21085
21110
  }
21086
21111
 
21087
- .date-picker-header-reverse-transition-enter-from {
21088
- transform: translate(0, -100%);
21112
+ .v-data-table-footer__info {
21113
+ display: flex;
21114
+ justify-content: flex-end;
21115
+ min-width: 116px;
21116
+ padding: 0 16px;
21089
21117
  }
21090
- .date-picker-header-reverse-transition-leave-to {
21091
- opacity: 0;
21092
- transform: translate(0, 100%);
21118
+
21119
+ .v-data-table-footer__pagination {
21120
+ display: flex;
21121
+ align-items: center;
21122
+ margin-inline-start: 16px;
21123
+ }
21124
+
21125
+ .v-data-table-footer__page {
21126
+ padding: 0 8px;
21093
21127
  }.v-dialog {
21094
21128
  align-items: center;
21095
21129
  justify-content: center;
@@ -21178,35 +21212,26 @@ html.overflow-y-hidden {
21178
21212
  -webkit-backface-visibility: hidden;
21179
21213
  backface-visibility: hidden;
21180
21214
  overflow-y: auto;
21181
- }.v-divider {
21182
- display: block;
21183
- flex: 1 1 100%;
21184
- height: 0px;
21185
- max-height: 0px;
21186
- opacity: var(--v-border-opacity);
21187
- transition: inherit;
21188
- border-style: solid;
21189
- border-width: thin 0 0 0;
21215
+ }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21216
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21217
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21218
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21219
+ top: 0px;
21190
21220
  }
21191
- .v-divider--vertical {
21192
- align-self: stretch;
21193
- border-width: 0 thin 0 0;
21194
- display: inline-flex;
21221
+ .v-file-input input[type=file] {
21195
21222
  height: 100%;
21196
- margin-left: -1px;
21197
- max-height: 100%;
21198
- max-width: 0px;
21199
- vertical-align: text-bottom;
21200
- width: 0px;
21223
+ left: 0;
21224
+ opacity: 0;
21225
+ position: absolute;
21226
+ top: 0;
21227
+ width: 100%;
21228
+ z-index: 1;
21201
21229
  }
21202
- .v-divider--inset:not(.v-divider--vertical) {
21203
- max-width: calc(100% - 72px);
21204
- margin-inline-start: 72px;
21230
+ .v-file-input .v-input__details {
21231
+ padding-inline: 16px;
21205
21232
  }
21206
- .v-divider--inset.v-divider--vertical {
21207
- margin-bottom: 8px;
21208
- margin-top: 8px;
21209
- max-height: calc(100% - 16px);
21233
+ .v-input--plain-underlined.v-file-input .v-input__details {
21234
+ padding-inline: 0;
21210
21235
  }/* region INPUT */
21211
21236
  .v-field {
21212
21237
  display: grid;
@@ -21777,107 +21802,35 @@ textarea.v-field__input::placeholder {
21777
21802
  opacity: 0;
21778
21803
  }
21779
21804
 
21780
- /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21781
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21782
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21783
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21784
- top: 0px;
21805
+ /* endregion */.v-divider {
21806
+ display: block;
21807
+ flex: 1 1 100%;
21808
+ height: 0px;
21809
+ max-height: 0px;
21810
+ opacity: var(--v-border-opacity);
21811
+ transition: inherit;
21812
+ border-style: solid;
21813
+ border-width: thin 0 0 0;
21785
21814
  }
21786
- .v-file-input input[type=file] {
21815
+ .v-divider--vertical {
21816
+ align-self: stretch;
21817
+ border-width: 0 thin 0 0;
21818
+ display: inline-flex;
21787
21819
  height: 100%;
21788
- left: 0;
21789
- opacity: 0;
21790
- position: absolute;
21791
- top: 0;
21792
- width: 100%;
21793
- z-index: 1;
21794
- }
21795
- .v-file-input .v-input__details {
21796
- padding-inline: 16px;
21820
+ margin-left: -1px;
21821
+ max-height: 100%;
21822
+ max-width: 0px;
21823
+ vertical-align: text-bottom;
21824
+ width: 0px;
21797
21825
  }
21798
- .v-input--plain-underlined.v-file-input .v-input__details {
21799
- padding-inline: 0;
21800
- }.v-footer {
21801
- align-items: center;
21802
- display: flex;
21803
- flex: 1 1 auto;
21804
- padding: 8px 16px;
21805
- position: relative;
21806
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21807
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21808
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21809
- border-style: solid;
21810
- border-width: 0;
21811
- 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));
21812
- border-radius: 0;
21813
- background: rgb(var(--v-theme-surface));
21814
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21815
- }
21816
- .v-footer--border {
21817
- border-width: thin;
21818
- box-shadow: none;
21819
- }
21820
- .v-footer--absolute {
21821
- position: absolute;
21822
- }
21823
- .v-footer--fixed {
21824
- position: fixed;
21825
- }
21826
- .v-footer--rounded {
21827
- border-radius: 4px;
21828
- }.v-icon {
21829
- --v-icon-size-multiplier: 1;
21830
- align-items: center;
21831
- display: inline-flex;
21832
- font-feature-settings: "liga";
21833
- height: 1em;
21834
- justify-content: center;
21835
- letter-spacing: normal;
21836
- line-height: 1;
21837
- position: relative;
21838
- text-indent: 0;
21839
- text-align: center;
21840
- -webkit-user-select: none;
21841
- user-select: none;
21842
- vertical-align: middle;
21843
- width: 1em;
21844
- min-width: 1em;
21845
- }
21846
- .v-icon--clickable {
21847
- cursor: pointer;
21848
- }
21849
- .v-icon--disabled {
21850
- pointer-events: none;
21851
- opacity: 0.38;
21852
- }
21853
- .v-icon--size-x-small {
21854
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
21855
- }
21856
- .v-icon--size-small {
21857
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21858
- }
21859
- .v-icon--size-default {
21860
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21861
- }
21862
- .v-icon--size-large {
21863
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21864
- }
21865
- .v-icon--size-x-large {
21866
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
21867
- }
21868
-
21869
- .v-icon__svg {
21870
- fill: currentColor;
21871
- width: 100%;
21872
- height: 100%;
21873
- }
21874
-
21875
- .v-icon--start {
21876
- margin-inline-end: 8px;
21826
+ .v-divider--inset:not(.v-divider--vertical) {
21827
+ max-width: calc(100% - 72px);
21828
+ margin-inline-start: 72px;
21877
21829
  }
21878
-
21879
- .v-icon--end {
21880
- margin-inline-start: 8px;
21830
+ .v-divider--inset.v-divider--vertical {
21831
+ margin-bottom: 8px;
21832
+ margin-top: 8px;
21833
+ max-height: calc(100% - 16px);
21881
21834
  }.v-expansion-panel {
21882
21835
  background-color: rgb(var(--v-theme-surface));
21883
21836
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -22088,6 +22041,112 @@ textarea.v-field__input::placeholder {
22088
22041
  }
22089
22042
  .v-expansion-panels--tile > .v-expansion-panel {
22090
22043
  border-radius: 0;
22044
+ }.v-footer {
22045
+ align-items: center;
22046
+ display: flex;
22047
+ flex: 1 1 auto;
22048
+ padding: 8px 16px;
22049
+ position: relative;
22050
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22051
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22052
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22053
+ border-style: solid;
22054
+ border-width: 0;
22055
+ 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));
22056
+ border-radius: 0;
22057
+ background: rgb(var(--v-theme-surface));
22058
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22059
+ }
22060
+ .v-footer--border {
22061
+ border-width: thin;
22062
+ box-shadow: none;
22063
+ }
22064
+ .v-footer--absolute {
22065
+ position: absolute;
22066
+ }
22067
+ .v-footer--fixed {
22068
+ position: fixed;
22069
+ }
22070
+ .v-footer--rounded {
22071
+ border-radius: 4px;
22072
+ }.v-icon {
22073
+ --v-icon-size-multiplier: 1;
22074
+ align-items: center;
22075
+ display: inline-flex;
22076
+ font-feature-settings: "liga";
22077
+ height: 1em;
22078
+ justify-content: center;
22079
+ letter-spacing: normal;
22080
+ line-height: 1;
22081
+ position: relative;
22082
+ text-indent: 0;
22083
+ text-align: center;
22084
+ -webkit-user-select: none;
22085
+ user-select: none;
22086
+ vertical-align: middle;
22087
+ width: 1em;
22088
+ min-width: 1em;
22089
+ }
22090
+ .v-icon--clickable {
22091
+ cursor: pointer;
22092
+ }
22093
+ .v-icon--disabled {
22094
+ pointer-events: none;
22095
+ opacity: 0.38;
22096
+ }
22097
+ .v-icon--size-x-small {
22098
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22099
+ }
22100
+ .v-icon--size-small {
22101
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22102
+ }
22103
+ .v-icon--size-default {
22104
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22105
+ }
22106
+ .v-icon--size-large {
22107
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22108
+ }
22109
+ .v-icon--size-x-large {
22110
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22111
+ }
22112
+
22113
+ .v-icon__svg {
22114
+ fill: currentColor;
22115
+ width: 100%;
22116
+ height: 100%;
22117
+ }
22118
+
22119
+ .v-icon--start {
22120
+ margin-inline-end: 8px;
22121
+ }
22122
+
22123
+ .v-icon--end {
22124
+ margin-inline-start: 8px;
22125
+ }.v-infinite-scroll--horizontal {
22126
+ display: flex;
22127
+ flex-direction: row;
22128
+ overflow-x: auto;
22129
+ }
22130
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22131
+ height: 100%;
22132
+ width: 1px;
22133
+ }
22134
+
22135
+ .v-infinite-scroll--vertical {
22136
+ display: flex;
22137
+ flex-direction: column;
22138
+ overflow-y: auto;
22139
+ }
22140
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22141
+ height: 1px;
22142
+ width: 100%;
22143
+ }
22144
+
22145
+ .v-infinite-scroll__side {
22146
+ align-items: center;
22147
+ display: flex;
22148
+ justify-content: center;
22149
+ padding: 8px;
22091
22150
  }.v-img {
22092
22151
  --v-theme-overlay-multiplier: 3;
22093
22152
  z-index: 0;
@@ -22124,31 +22183,21 @@ textarea.v-field__input::placeholder {
22124
22183
 
22125
22184
  .v-img__gradient {
22126
22185
  background-repeat: no-repeat;
22127
- }.v-infinite-scroll--horizontal {
22128
- display: flex;
22129
- flex-direction: row;
22130
- overflow-x: auto;
22131
- }
22132
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22133
- height: 100%;
22134
- width: 1px;
22135
- }
22136
-
22137
- .v-infinite-scroll--vertical {
22138
- display: flex;
22139
- flex-direction: column;
22140
- overflow-y: auto;
22141
- }
22142
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22143
- height: 1px;
22144
- width: 100%;
22186
+ }.v-label {
22187
+ align-items: center;
22188
+ color: inherit;
22189
+ display: inline-flex;
22190
+ font-size: 1rem;
22191
+ letter-spacing: 0.009375em;
22192
+ min-width: 0;
22193
+ opacity: var(--v-medium-emphasis-opacity);
22194
+ overflow: hidden;
22195
+ text-overflow: ellipsis;
22196
+ white-space: nowrap;
22145
22197
  }
22146
22198
 
22147
- .v-infinite-scroll__side {
22148
- align-items: center;
22149
- display: flex;
22150
- justify-content: center;
22151
- padding: 8px;
22199
+ .v-label--clickable {
22200
+ cursor: pointer;
22152
22201
  }.v-input {
22153
22202
  display: grid;
22154
22203
  flex: 1 1 auto;
@@ -22296,27 +22345,113 @@ textarea.v-field__input::placeholder {
22296
22345
  max-width: 100%;
22297
22346
  position: relative;
22298
22347
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22299
- }.v-label {
22300
- align-items: center;
22301
- color: inherit;
22302
- display: inline-flex;
22303
- font-size: 1rem;
22304
- letter-spacing: 0.009375em;
22305
- min-width: 0;
22306
- opacity: var(--v-medium-emphasis-opacity);
22307
- overflow: hidden;
22308
- text-overflow: ellipsis;
22309
- white-space: nowrap;
22310
- }
22311
-
22312
- .v-label--clickable {
22313
- cursor: pointer;
22314
- }.v-list-item {
22315
- align-items: center;
22316
- display: grid;
22317
- flex: none;
22318
- grid-template-areas: "prepend content append";
22319
- grid-template-columns: max-content 1fr auto;
22348
+ }.v-list {
22349
+ overflow: auto;
22350
+ padding: 8px 0;
22351
+ position: relative;
22352
+ outline: none;
22353
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22354
+ border-style: solid;
22355
+ border-width: 0;
22356
+ 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));
22357
+ border-radius: 0;
22358
+ background: rgba(var(--v-theme-surface));
22359
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22360
+ }
22361
+ .v-list--border {
22362
+ border-width: thin;
22363
+ box-shadow: none;
22364
+ }
22365
+ .v-list--disabled {
22366
+ pointer-events: none;
22367
+ -webkit-user-select: none;
22368
+ user-select: none;
22369
+ }
22370
+ .v-list--nav {
22371
+ padding-inline: 8px;
22372
+ }
22373
+ .v-list--rounded {
22374
+ border-radius: 4px;
22375
+ }
22376
+ .v-list--subheader {
22377
+ padding-top: 0;
22378
+ }
22379
+
22380
+ .v-list-img {
22381
+ border-radius: inherit;
22382
+ display: flex;
22383
+ height: 100%;
22384
+ left: 0;
22385
+ overflow: hidden;
22386
+ position: absolute;
22387
+ top: 0;
22388
+ width: 100%;
22389
+ z-index: -1;
22390
+ }
22391
+
22392
+ .v-list-subheader {
22393
+ align-items: center;
22394
+ background: inherit;
22395
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22396
+ display: flex;
22397
+ font-size: 0.875rem;
22398
+ font-weight: 400;
22399
+ line-height: 1.375rem;
22400
+ padding-inline-end: 16px;
22401
+ min-height: 40px;
22402
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22403
+ }
22404
+ .v-list-subheader__text {
22405
+ overflow: hidden;
22406
+ text-overflow: ellipsis;
22407
+ white-space: nowrap;
22408
+ }
22409
+ .v-list--density-default .v-list-subheader {
22410
+ min-height: 40px;
22411
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22412
+ }
22413
+
22414
+ .v-list--density-comfortable .v-list-subheader {
22415
+ min-height: 36px;
22416
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22417
+ }
22418
+
22419
+ .v-list--density-compact .v-list-subheader {
22420
+ min-height: 32px;
22421
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22422
+ }
22423
+
22424
+ .v-list-subheader--inset {
22425
+ --indent-padding: 56px;
22426
+ }
22427
+ .v-list--nav .v-list-subheader {
22428
+ font-size: 0.75rem;
22429
+ }
22430
+ .v-list-subheader--sticky {
22431
+ background: inherit;
22432
+ left: 0;
22433
+ position: sticky;
22434
+ top: 0;
22435
+ z-index: 1;
22436
+ }
22437
+
22438
+ .v-list__overlay {
22439
+ background-color: currentColor;
22440
+ border-radius: inherit;
22441
+ bottom: 0;
22442
+ left: 0;
22443
+ opacity: 0;
22444
+ pointer-events: none;
22445
+ position: absolute;
22446
+ right: 0;
22447
+ top: 0;
22448
+ transition: opacity 0.2s ease-in-out;
22449
+ }.v-list-item {
22450
+ align-items: center;
22451
+ display: grid;
22452
+ flex: none;
22453
+ grid-template-areas: "prepend content append";
22454
+ grid-template-columns: max-content 1fr auto;
22320
22455
  outline: none;
22321
22456
  max-width: 100%;
22322
22457
  padding: 4px 16px;
@@ -22765,107 +22900,36 @@ textarea.v-field__input::placeholder {
22765
22900
  }
22766
22901
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22767
22902
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22768
- }.v-list {
22769
- overflow: auto;
22770
- padding: 8px 0;
22771
- position: relative;
22772
- outline: none;
22773
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22774
- border-style: solid;
22775
- border-width: 0;
22776
- 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));
22777
- border-radius: 0;
22778
- background: rgba(var(--v-theme-surface));
22779
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22780
- }
22781
- .v-list--border {
22782
- border-width: thin;
22783
- box-shadow: none;
22784
- }
22785
- .v-list--disabled {
22786
- pointer-events: none;
22787
- -webkit-user-select: none;
22788
- user-select: none;
22789
- }
22790
- .v-list--nav {
22791
- padding-inline: 8px;
22792
- }
22793
- .v-list--rounded {
22794
- border-radius: 4px;
22903
+ }.v-main {
22904
+ flex: 1 0 auto;
22905
+ max-width: 100%;
22906
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22907
+ padding-left: var(--v-layout-left);
22908
+ padding-right: var(--v-layout-right);
22909
+ padding-top: var(--v-layout-top);
22910
+ padding-bottom: var(--v-layout-bottom);
22795
22911
  }
22796
- .v-list--subheader {
22797
- padding-top: 0;
22912
+ .v-main__scroller {
22913
+ max-width: 100%;
22914
+ position: relative;
22798
22915
  }
22799
-
22800
- .v-list-img {
22801
- border-radius: inherit;
22916
+ .v-main--scrollable {
22802
22917
  display: flex;
22803
- height: 100%;
22804
- left: 0;
22805
- overflow: hidden;
22806
22918
  position: absolute;
22807
22919
  top: 0;
22808
- width: 100%;
22809
- z-index: -1;
22810
- }
22811
-
22812
- .v-list-subheader {
22813
- align-items: center;
22814
- background: inherit;
22815
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22816
- display: flex;
22817
- font-size: 0.875rem;
22818
- font-weight: 400;
22819
- line-height: 1.375rem;
22820
- padding-inline-end: 16px;
22821
- min-height: 40px;
22822
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22823
- }
22824
- .v-list-subheader__text {
22825
- overflow: hidden;
22826
- text-overflow: ellipsis;
22827
- white-space: nowrap;
22828
- }
22829
- .v-list--density-default .v-list-subheader {
22830
- min-height: 40px;
22831
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22832
- }
22833
-
22834
- .v-list--density-comfortable .v-list-subheader {
22835
- min-height: 36px;
22836
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22837
- }
22838
-
22839
- .v-list--density-compact .v-list-subheader {
22840
- min-height: 32px;
22841
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22842
- }
22843
-
22844
- .v-list-subheader--inset {
22845
- --indent-padding: 56px;
22846
- }
22847
- .v-list--nav .v-list-subheader {
22848
- font-size: 0.75rem;
22849
- }
22850
- .v-list-subheader--sticky {
22851
- background: inherit;
22852
22920
  left: 0;
22853
- position: sticky;
22854
- top: 0;
22855
- z-index: 1;
22921
+ width: 100%;
22922
+ height: 100%;
22856
22923
  }
22857
-
22858
- .v-list__overlay {
22859
- background-color: currentColor;
22860
- border-radius: inherit;
22861
- bottom: 0;
22862
- left: 0;
22863
- opacity: 0;
22864
- pointer-events: none;
22865
- position: absolute;
22866
- right: 0;
22867
- top: 0;
22868
- transition: opacity 0.2s ease-in-out;
22924
+ .v-main--scrollable > .v-main__scroller {
22925
+ flex: 1 1 auto;
22926
+ overflow-y: auto;
22927
+ --v-layout-left: 0px;
22928
+ --v-layout-right: 0px;
22929
+ --v-layout-top: 0px;
22930
+ --v-layout-bottom: 0px;
22931
+ }.v-locale-provider {
22932
+ display: contents;
22869
22933
  }.v-layout {
22870
22934
  --v-scrollbar-offset: 0px;
22871
22935
  display: flex;
@@ -22881,8 +22945,35 @@ textarea.v-field__input::placeholder {
22881
22945
 
22882
22946
  .v-layout-item--absolute {
22883
22947
  position: absolute;
22884
- }.v-locale-provider {
22885
- display: contents;
22948
+ }.v-messages {
22949
+ flex: 1 1 auto;
22950
+ font-size: 12px;
22951
+ min-height: 14px;
22952
+ min-width: 1px;
22953
+ opacity: var(--v-medium-emphasis-opacity);
22954
+ position: relative;
22955
+ }
22956
+ .v-messages__message {
22957
+ line-height: 12px;
22958
+ word-break: break-word;
22959
+ overflow-wrap: break-word;
22960
+ word-wrap: break-word;
22961
+ -webkit-hyphens: auto;
22962
+ hyphens: auto;
22963
+ transition-duration: 150ms;
22964
+ }.v-menu > .v-overlay__content {
22965
+ display: flex;
22966
+ flex-direction: column;
22967
+ border-radius: 4px;
22968
+ }
22969
+ .v-menu > .v-overlay__content > .v-card,
22970
+ .v-menu > .v-overlay__content > .v-sheet,
22971
+ .v-menu > .v-overlay__content > .v-list {
22972
+ background: rgb(var(--v-theme-surface));
22973
+ border-radius: inherit;
22974
+ overflow: auto;
22975
+ height: 100%;
22976
+ 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));
22886
22977
  }.v-navigation-drawer {
22887
22978
  -webkit-overflow-scrolling: touch;
22888
22979
  background: rgb(var(--v-theme-surface));
@@ -22981,50 +23072,14 @@ textarea.v-field__input::placeholder {
22981
23072
  .v-navigation-drawer__append {
22982
23073
  flex: none;
22983
23074
  overflow: hidden;
22984
- }.v-messages {
22985
- flex: 1 1 auto;
22986
- font-size: 12px;
22987
- min-height: 14px;
22988
- min-width: 1px;
22989
- opacity: var(--v-medium-emphasis-opacity);
22990
- position: relative;
22991
- }
22992
- .v-messages__message {
22993
- line-height: 12px;
22994
- word-break: break-word;
22995
- overflow-wrap: break-word;
22996
- word-wrap: break-word;
22997
- -webkit-hyphens: auto;
22998
- hyphens: auto;
22999
- transition-duration: 150ms;
23000
- }.v-main {
23001
- flex: 1 0 auto;
23002
- max-width: 100%;
23003
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23004
- padding-left: var(--v-layout-left);
23005
- padding-right: var(--v-layout-right);
23006
- padding-top: var(--v-layout-top);
23007
- padding-bottom: var(--v-layout-bottom);
23008
- }
23009
- .v-main__scroller {
23010
- max-width: 100%;
23011
- position: relative;
23012
- }
23013
- .v-main--scrollable {
23014
- display: flex;
23015
- position: absolute;
23016
- top: 0;
23017
- left: 0;
23075
+ }.v-pagination__list {
23076
+ display: inline-flex;
23077
+ list-style-type: none;
23078
+ justify-content: center;
23018
23079
  width: 100%;
23019
- height: 100%;
23020
23080
  }
23021
- .v-main--scrollable > .v-main__scroller {
23022
- flex: 1 1 auto;
23023
- overflow-y: auto;
23024
- --v-layout-left: 0px;
23025
- --v-layout-right: 0px;
23026
- --v-layout-top: 0px;
23027
- --v-layout-bottom: 0px;
23081
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23082
+ margin: 0.3rem;
23028
23083
  }.v-otp-input {
23029
23084
  border-radius: 4px;
23030
23085
  align-items: center;
@@ -23081,19 +23136,114 @@ textarea.v-field__input::placeholder {
23081
23136
  }
23082
23137
  .v-otp-input__loader .v-progress-linear {
23083
23138
  position: absolute;
23084
- }.v-menu > .v-overlay__content {
23085
- display: flex;
23086
- flex-direction: column;
23087
- border-radius: 4px;
23139
+ }.v-progress-circular {
23140
+ align-items: center;
23141
+ display: inline-flex;
23142
+ justify-content: center;
23143
+ position: relative;
23144
+ vertical-align: middle;
23088
23145
  }
23089
- .v-menu > .v-overlay__content > .v-card,
23090
- .v-menu > .v-overlay__content > .v-sheet,
23091
- .v-menu > .v-overlay__content > .v-list {
23092
- background: rgb(var(--v-theme-surface));
23093
- border-radius: inherit;
23094
- overflow: auto;
23146
+ .v-progress-circular > svg {
23147
+ width: 100%;
23095
23148
  height: 100%;
23096
- 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));
23149
+ margin: auto;
23150
+ position: absolute;
23151
+ top: 0;
23152
+ bottom: 0;
23153
+ left: 0;
23154
+ right: 0;
23155
+ z-index: 0;
23156
+ }
23157
+
23158
+ .v-progress-circular__content {
23159
+ align-items: center;
23160
+ display: flex;
23161
+ justify-content: center;
23162
+ }
23163
+
23164
+ .v-progress-circular__underlay {
23165
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23166
+ stroke: currentColor;
23167
+ z-index: 1;
23168
+ }
23169
+
23170
+ .v-progress-circular__overlay {
23171
+ stroke: currentColor;
23172
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23173
+ z-index: 2;
23174
+ }
23175
+
23176
+ .v-progress-circular--size-x-small {
23177
+ height: 16px;
23178
+ width: 16px;
23179
+ }
23180
+ .v-progress-circular--size-small {
23181
+ height: 24px;
23182
+ width: 24px;
23183
+ }
23184
+ .v-progress-circular--size-default {
23185
+ height: 32px;
23186
+ width: 32px;
23187
+ }
23188
+ .v-progress-circular--size-large {
23189
+ height: 48px;
23190
+ width: 48px;
23191
+ }
23192
+ .v-progress-circular--size-x-large {
23193
+ height: 64px;
23194
+ width: 64px;
23195
+ }
23196
+
23197
+ .v-progress-circular--indeterminate > svg {
23198
+ animation: progress-circular-rotate 1.4s linear infinite;
23199
+ transform-origin: center center;
23200
+ transition: all 0.2s ease-in-out;
23201
+ }
23202
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23203
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23204
+ stroke-dasharray: 25, 200;
23205
+ stroke-dashoffset: 0;
23206
+ stroke-linecap: round;
23207
+ transform-origin: center center;
23208
+ transform: rotate(-90deg);
23209
+ }
23210
+
23211
+ .v-progress-circular--disable-shrink > svg {
23212
+ animation-duration: 0.7s;
23213
+ }
23214
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23215
+ animation: none;
23216
+ }
23217
+
23218
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23219
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23220
+ animation-play-state: paused !important;
23221
+ }
23222
+
23223
+ @keyframes progress-circular-dash {
23224
+ 0% {
23225
+ stroke-dasharray: 1, 200;
23226
+ stroke-dashoffset: 0px;
23227
+ }
23228
+ 50% {
23229
+ stroke-dasharray: 100, 200;
23230
+ stroke-dashoffset: -15px;
23231
+ }
23232
+ 100% {
23233
+ stroke-dasharray: 100, 200;
23234
+ stroke-dashoffset: -124px;
23235
+ }
23236
+ }
23237
+ @keyframes progress-circular-rotate {
23238
+ 100% {
23239
+ transform: rotate(270deg);
23240
+ }
23241
+ }.v-parallax {
23242
+ position: relative;
23243
+ overflow: hidden;
23244
+ }
23245
+ .v-parallax--active > .v-img__img {
23246
+ will-change: transform;
23097
23247
  }.v-overlay-container {
23098
23248
  contain: layout;
23099
23249
  left: 0;
@@ -23366,122 +23516,60 @@ html.v-overlay-scroll-blocked {
23366
23516
  0% {
23367
23517
  background-position-x: var(--v-progress-linear-height);
23368
23518
  }
23369
- }.v-progress-circular {
23370
- align-items: center;
23519
+ }.v-rating {
23520
+ max-width: 100%;
23371
23521
  display: inline-flex;
23372
- justify-content: center;
23373
- position: relative;
23374
- vertical-align: middle;
23522
+ white-space: nowrap;
23375
23523
  }
23376
- .v-progress-circular > svg {
23377
- width: 100%;
23378
- height: 100%;
23379
- margin: auto;
23380
- position: absolute;
23381
- top: 0;
23382
- bottom: 0;
23383
- left: 0;
23384
- right: 0;
23385
- z-index: 0;
23524
+ .v-rating--readonly {
23525
+ pointer-events: none;
23386
23526
  }
23387
23527
 
23388
- .v-progress-circular__content {
23528
+ .v-rating__wrapper {
23389
23529
  align-items: center;
23390
- display: flex;
23391
- justify-content: center;
23392
- }
23393
-
23394
- .v-progress-circular__underlay {
23395
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23396
- stroke: currentColor;
23397
- z-index: 1;
23530
+ display: inline-flex;
23531
+ flex-direction: column;
23398
23532
  }
23399
-
23400
- .v-progress-circular__overlay {
23401
- stroke: currentColor;
23402
- transition: all 0.2s ease-in-out, stroke-width 0s;
23403
- z-index: 2;
23533
+ .v-rating__wrapper--bottom {
23534
+ flex-direction: column-reverse;
23404
23535
  }
23405
23536
 
23406
- .v-progress-circular--size-x-small {
23407
- height: 16px;
23408
- width: 16px;
23409
- }
23410
- .v-progress-circular--size-small {
23411
- height: 24px;
23412
- width: 24px;
23537
+ .v-rating__item {
23538
+ display: inline-flex;
23539
+ position: relative;
23413
23540
  }
23414
- .v-progress-circular--size-default {
23415
- height: 32px;
23416
- width: 32px;
23541
+ .v-rating__item label {
23542
+ cursor: pointer;
23417
23543
  }
23418
- .v-progress-circular--size-large {
23419
- height: 48px;
23420
- width: 48px;
23544
+ .v-rating__item .v-btn--variant-plain {
23545
+ opacity: 1;
23421
23546
  }
23422
- .v-progress-circular--size-x-large {
23423
- height: 64px;
23424
- width: 64px;
23547
+ .v-rating__item .v-btn {
23548
+ transition-property: transform;
23425
23549
  }
23426
-
23427
- .v-progress-circular--indeterminate > svg {
23428
- animation: progress-circular-rotate 1.4s linear infinite;
23429
- transform-origin: center center;
23430
- transition: all 0.2s ease-in-out;
23550
+ .v-rating__item .v-btn .v-icon {
23551
+ transition: inherit;
23552
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23431
23553
  }
23432
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23433
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23434
- stroke-dasharray: 25, 200;
23435
- stroke-dashoffset: 0;
23436
- stroke-linecap: round;
23437
- transform-origin: center center;
23438
- transform: rotate(-90deg);
23554
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23555
+ transform: scale(1.25);
23439
23556
  }
23440
-
23441
- .v-progress-circular--disable-shrink > svg {
23442
- animation-duration: 0.7s;
23557
+ .v-rating__item--half {
23558
+ overflow: hidden;
23559
+ position: absolute;
23560
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23561
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23562
+ z-index: 1;
23443
23563
  }
23444
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23445
- animation: none;
23564
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23565
+ opacity: 0;
23446
23566
  }
23447
23567
 
23448
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23449
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23450
- animation-play-state: paused !important;
23451
- }
23452
-
23453
- @keyframes progress-circular-dash {
23454
- 0% {
23455
- stroke-dasharray: 1, 200;
23456
- stroke-dashoffset: 0px;
23457
- }
23458
- 50% {
23459
- stroke-dasharray: 100, 200;
23460
- stroke-dashoffset: -15px;
23461
- }
23462
- 100% {
23463
- stroke-dasharray: 100, 200;
23464
- stroke-dashoffset: -124px;
23465
- }
23466
- }
23467
- @keyframes progress-circular-rotate {
23468
- 100% {
23469
- transform: rotate(270deg);
23470
- }
23471
- }.v-pagination__list {
23472
- display: inline-flex;
23473
- list-style-type: none;
23474
- justify-content: center;
23475
- width: 100%;
23476
- }
23477
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23478
- margin: 0.3rem;
23479
- }.v-parallax {
23480
- position: relative;
23481
- overflow: hidden;
23482
- }
23483
- .v-parallax--active > .v-img__img {
23484
- will-change: transform;
23568
+ .v-rating__hidden {
23569
+ height: 0;
23570
+ opacity: 0;
23571
+ position: absolute;
23572
+ width: 0;
23485
23573
  }.v-slider .v-slider__container input {
23486
23574
  cursor: default;
23487
23575
  padding: 0;
@@ -23577,60 +23665,6 @@ html.v-overlay-scroll-blocked {
23577
23665
  flex: 1 0 0px;
23578
23666
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23579
23667
  pointer-events: none;
23580
- }.v-rating {
23581
- max-width: 100%;
23582
- display: inline-flex;
23583
- white-space: nowrap;
23584
- }
23585
- .v-rating--readonly {
23586
- pointer-events: none;
23587
- }
23588
-
23589
- .v-rating__wrapper {
23590
- align-items: center;
23591
- display: inline-flex;
23592
- flex-direction: column;
23593
- }
23594
- .v-rating__wrapper--bottom {
23595
- flex-direction: column-reverse;
23596
- }
23597
-
23598
- .v-rating__item {
23599
- display: inline-flex;
23600
- position: relative;
23601
- }
23602
- .v-rating__item label {
23603
- cursor: pointer;
23604
- }
23605
- .v-rating__item .v-btn--variant-plain {
23606
- opacity: 1;
23607
- }
23608
- .v-rating__item .v-btn {
23609
- transition-property: transform;
23610
- }
23611
- .v-rating__item .v-btn .v-icon {
23612
- transition: inherit;
23613
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23614
- }
23615
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
23616
- transform: scale(1.25);
23617
- }
23618
- .v-rating__item--half {
23619
- overflow: hidden;
23620
- position: absolute;
23621
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23622
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
23623
- z-index: 1;
23624
- }
23625
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
23626
- opacity: 0;
23627
- }
23628
-
23629
- .v-rating__hidden {
23630
- height: 0;
23631
- opacity: 0;
23632
- position: absolute;
23633
- width: 0;
23634
23668
  }.v-select .v-field .v-text-field__prefix,
23635
23669
  .v-select .v-field .v-text-field__suffix,
23636
23670
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23679,135 +23713,14 @@ html.v-overlay-scroll-blocked {
23679
23713
  .v-select--active-menu .v-select__menu-icon {
23680
23714
  opacity: var(--v-high-emphasis-opacity);
23681
23715
  transform: rotate(180deg);
23682
- }.v-selection-control {
23683
- align-items: center;
23684
- contain: layout;
23685
- display: flex;
23686
- flex: 1 0;
23716
+ }.v-selection-control-group {
23687
23717
  grid-area: control;
23688
- position: relative;
23689
- -webkit-user-select: none;
23690
- user-select: none;
23691
- }
23692
- .v-selection-control .v-label {
23693
- white-space: normal;
23694
- word-break: break-word;
23695
- height: 100%;
23696
- }
23697
- .v-selection-control--disabled {
23698
- opacity: var(--v-disabled-opacity);
23699
- pointer-events: none;
23700
- }
23701
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23702
- opacity: 1;
23703
- }
23704
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23705
- color: rgb(var(--v-theme-error));
23706
- }
23707
- .v-selection-control--inline {
23708
- display: inline-flex;
23709
- flex: 0 0 auto;
23710
- min-width: 0;
23711
- max-width: 100%;
23712
- }
23713
- .v-selection-control--inline .v-label {
23714
- width: auto;
23715
- }
23716
- .v-selection-control--density-default {
23717
- --v-selection-control-size: 40px;
23718
- }
23719
-
23720
- .v-selection-control--density-comfortable {
23721
- --v-selection-control-size: 36px;
23722
- }
23723
-
23724
- .v-selection-control--density-compact {
23725
- --v-selection-control-size: 28px;
23726
- }
23727
-
23728
- .v-selection-control__wrapper {
23729
- width: var(--v-selection-control-size);
23730
- height: var(--v-selection-control-size);
23731
- display: inline-flex;
23732
- align-items: center;
23733
- position: relative;
23734
- justify-content: center;
23735
- flex: none;
23736
- }
23737
-
23738
- .v-selection-control__input {
23739
- width: var(--v-selection-control-size);
23740
- height: var(--v-selection-control-size);
23741
- align-items: center;
23742
23718
  display: flex;
23743
- flex: none;
23744
- justify-content: center;
23745
- position: relative;
23746
- border-radius: 50%;
23747
- }
23748
- .v-selection-control__input input {
23749
- cursor: pointer;
23750
- position: absolute;
23751
- left: 0;
23752
- top: 0;
23753
- width: 100%;
23754
- height: 100%;
23755
- opacity: 0;
23756
- }
23757
- .v-selection-control__input::before {
23758
- content: "";
23759
- position: absolute;
23760
- top: 0;
23761
- left: 0;
23762
- width: 100%;
23763
- height: 100%;
23764
- border-radius: 100%;
23765
- background-color: currentColor;
23766
- opacity: 0;
23767
- pointer-events: none;
23768
- }
23769
- .v-selection-control__input:hover::before {
23770
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23771
- }
23772
- .v-selection-control__input > .v-icon {
23773
- opacity: var(--v-medium-emphasis-opacity);
23774
- }
23775
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
23776
- opacity: 1;
23777
- }
23778
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23779
- color: rgb(var(--v-theme-error));
23780
- }
23781
- .v-selection-control--focus-visible .v-selection-control__input::before {
23782
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23783
- }.v-sheet {
23784
- display: block;
23785
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23786
- border-style: solid;
23787
- border-width: 0;
23788
- 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));
23789
- border-radius: 0;
23790
- background: rgb(var(--v-theme-surface));
23791
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23792
- }
23793
- .v-sheet--border {
23794
- border-width: thin;
23795
- box-shadow: none;
23796
- }
23797
- .v-sheet--absolute {
23798
- position: absolute;
23799
- }
23800
- .v-sheet--fixed {
23801
- position: fixed;
23802
- }
23803
- .v-sheet--relative {
23804
- position: relative;
23805
- }
23806
- .v-sheet--sticky {
23807
- position: sticky;
23719
+ flex-direction: column;
23808
23720
  }
23809
- .v-sheet--rounded {
23810
- border-radius: 4px;
23721
+ .v-selection-control-group--inline {
23722
+ flex-direction: row;
23723
+ flex-wrap: wrap;
23811
23724
  }.v-skeleton-loader {
23812
23725
  align-items: center;
23813
23726
  background: rgb(var(--v-theme-surface));
@@ -24031,133 +23944,135 @@ html.v-overlay-scroll-blocked {
24031
23944
  100% {
24032
23945
  transform: translateX(100%);
24033
23946
  }
24034
- }.v-selection-control-group {
24035
- grid-area: control;
24036
- display: flex;
24037
- flex-direction: column;
23947
+ }.v-sheet {
23948
+ display: block;
23949
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23950
+ border-style: solid;
23951
+ border-width: 0;
23952
+ 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));
23953
+ border-radius: 0;
23954
+ background: rgb(var(--v-theme-surface));
23955
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
24038
23956
  }
24039
- .v-selection-control-group--inline {
24040
- flex-direction: row;
24041
- flex-wrap: wrap;
24042
- }.v-snackbar {
24043
- justify-content: center;
24044
- z-index: 10000;
24045
- margin: 8px;
24046
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23957
+ .v-sheet--border {
23958
+ border-width: thin;
23959
+ box-shadow: none;
24047
23960
  }
24048
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
24049
- align-items: flex-end;
23961
+ .v-sheet--absolute {
23962
+ position: absolute;
24050
23963
  }
24051
- .v-snackbar__wrapper {
24052
- align-items: center;
24053
- display: flex;
24054
- max-width: 672px;
24055
- min-height: 48px;
24056
- min-width: 344px;
24057
- overflow: hidden;
24058
- padding: 0;
23964
+ .v-sheet--fixed {
23965
+ position: fixed;
23966
+ }
23967
+ .v-sheet--relative {
23968
+ position: relative;
23969
+ }
23970
+ .v-sheet--sticky {
23971
+ position: sticky;
23972
+ }
23973
+ .v-sheet--rounded {
24059
23974
  border-radius: 4px;
23975
+ }.v-selection-control {
23976
+ align-items: center;
23977
+ contain: layout;
23978
+ display: flex;
23979
+ flex: 1 0;
23980
+ grid-area: control;
23981
+ position: relative;
23982
+ -webkit-user-select: none;
23983
+ user-select: none;
24060
23984
  }
24061
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24062
- background: transparent;
24063
- color: inherit;
23985
+ .v-selection-control .v-label {
23986
+ white-space: normal;
23987
+ word-break: break-word;
23988
+ height: 100%;
24064
23989
  }
24065
- .v-snackbar--variant-plain {
24066
- opacity: 0.62;
23990
+ .v-selection-control--disabled {
23991
+ opacity: var(--v-disabled-opacity);
23992
+ pointer-events: none;
24067
23993
  }
24068
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23994
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
24069
23995
  opacity: 1;
24070
23996
  }
24071
- .v-snackbar--variant-plain .v-snackbar__overlay {
24072
- display: none;
24073
- }
24074
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24075
- background: rgb(var(--v-theme-surface-variant));
24076
- color: rgb(var(--v-theme-on-surface-variant));
23997
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23998
+ color: rgb(var(--v-theme-error));
24077
23999
  }
24078
- .v-snackbar--variant-elevated {
24079
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24000
+ .v-selection-control--inline {
24001
+ display: inline-flex;
24002
+ flex: 0 0 auto;
24003
+ min-width: 0;
24004
+ max-width: 100%;
24080
24005
  }
24081
- .v-snackbar--variant-flat {
24082
- 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));
24006
+ .v-selection-control--inline .v-label {
24007
+ width: auto;
24083
24008
  }
24084
- .v-snackbar--variant-outlined {
24085
- border: thin solid currentColor;
24009
+ .v-selection-control--density-default {
24010
+ --v-selection-control-size: 40px;
24086
24011
  }
24087
- .v-snackbar--variant-text .v-snackbar__overlay {
24088
- background: currentColor;
24012
+
24013
+ .v-selection-control--density-comfortable {
24014
+ --v-selection-control-size: 36px;
24089
24015
  }
24090
- .v-snackbar--variant-tonal .v-snackbar__underlay {
24091
- background: currentColor;
24092
- opacity: var(--v-activated-opacity);
24093
- border-radius: inherit;
24094
- position: absolute;
24095
- top: 0;
24096
- right: 0;
24097
- bottom: 0;
24098
- left: 0;
24099
- pointer-events: none;
24016
+
24017
+ .v-selection-control--density-compact {
24018
+ --v-selection-control-size: 28px;
24100
24019
  }
24101
24020
 
24102
- .v-snackbar__content {
24103
- flex-grow: 1;
24104
- font-size: 0.875rem;
24105
- font-weight: 400;
24106
- letter-spacing: 0.0178571429em;
24107
- line-height: 1.25rem;
24108
- margin-right: auto;
24109
- padding: 14px 16px;
24110
- text-align: initial;
24021
+ .v-selection-control__wrapper {
24022
+ width: var(--v-selection-control-size);
24023
+ height: var(--v-selection-control-size);
24024
+ display: inline-flex;
24025
+ align-items: center;
24026
+ position: relative;
24027
+ justify-content: center;
24028
+ flex: none;
24111
24029
  }
24112
- .v-snackbar__actions {
24030
+
24031
+ .v-selection-control__input {
24032
+ width: var(--v-selection-control-size);
24033
+ height: var(--v-selection-control-size);
24113
24034
  align-items: center;
24114
- align-self: center;
24115
24035
  display: flex;
24116
- margin-inline-end: 8px;
24117
- }
24118
- .v-snackbar__actions > .v-btn {
24119
- padding: 0 8px;
24120
- min-width: auto;
24036
+ flex: none;
24037
+ justify-content: center;
24038
+ position: relative;
24039
+ border-radius: 50%;
24121
24040
  }
24122
- .v-snackbar__timer {
24123
- width: 100%;
24041
+ .v-selection-control__input input {
24042
+ cursor: pointer;
24124
24043
  position: absolute;
24044
+ left: 0;
24125
24045
  top: 0;
24046
+ width: 100%;
24047
+ height: 100%;
24048
+ opacity: 0;
24126
24049
  }
24127
- .v-snackbar__timer .v-progress-linear {
24128
- transition: 0.2s linear;
24129
- }
24130
- .v-snackbar--absolute {
24050
+ .v-selection-control__input::before {
24051
+ content: "";
24131
24052
  position: absolute;
24132
- z-index: 1;
24133
- }
24134
- .v-snackbar--multi-line .v-snackbar__wrapper {
24135
- min-height: 68px;
24136
- }
24137
- .v-snackbar--vertical .v-snackbar__wrapper {
24138
- flex-direction: column;
24139
- }
24140
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24141
- align-self: flex-end;
24142
- margin-bottom: 8px;
24053
+ top: 0;
24054
+ left: 0;
24055
+ width: 100%;
24056
+ height: 100%;
24057
+ border-radius: 100%;
24058
+ background-color: currentColor;
24059
+ opacity: 0;
24060
+ pointer-events: none;
24143
24061
  }
24144
-
24145
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24146
- transition-duration: 0.15s;
24147
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24062
+ .v-selection-control__input:hover::before {
24063
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24148
24064
  }
24149
- .v-snackbar-transition-enter-active {
24150
- transition-property: opacity, transform;
24065
+ .v-selection-control__input > .v-icon {
24066
+ opacity: var(--v-medium-emphasis-opacity);
24151
24067
  }
24152
- .v-snackbar-transition-enter-from {
24153
- opacity: 0;
24154
- transform: scale(0.8);
24068
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24069
+ opacity: 1;
24155
24070
  }
24156
- .v-snackbar-transition-leave-active {
24157
- transition-property: opacity;
24071
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24072
+ color: rgb(var(--v-theme-error));
24158
24073
  }
24159
- .v-snackbar-transition-leave-to {
24160
- opacity: 0;
24074
+ .v-selection-control--focus-visible .v-selection-control__input::before {
24075
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24161
24076
  }.v-slide-group {
24162
24077
  display: flex;
24163
24078
  overflow: hidden;
@@ -24200,235 +24115,176 @@ html.v-overlay-scroll-blocked {
24200
24115
  .v-slide-group--vertical .v-slide-group__container,
24201
24116
  .v-slide-group--vertical .v-slide-group__content {
24202
24117
  flex-direction: column;
24203
- }.v-system-bar {
24204
- align-items: center;
24205
- display: flex;
24206
- flex: 1 1 auto;
24207
- height: 24px;
24208
- justify-content: flex-end;
24209
- max-width: 100%;
24210
- padding-inline: 8px;
24211
- position: relative;
24212
- text-align: end;
24213
- width: 100%;
24214
- 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));
24215
- background: rgba(var(--v-theme-surface-light));
24216
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24217
- font-size: 0.75rem;
24218
- font-weight: 400;
24219
- letter-spacing: 0.0333333333em;
24220
- line-height: 1.25rem;
24221
- text-transform: none;
24222
- }
24223
- .v-system-bar .v-icon {
24224
- opacity: var(--v-medium-emphasis-opacity);
24225
- }
24226
- .v-system-bar--absolute {
24227
- position: absolute;
24228
- }
24229
- .v-system-bar--fixed {
24230
- position: fixed;
24231
- }
24232
- .v-system-bar--rounded {
24233
- border-radius: 0;
24234
- }
24235
- .v-system-bar--window {
24236
- height: 32px;
24118
+ }.v-snackbar {
24119
+ justify-content: center;
24120
+ z-index: 10000;
24121
+ margin: 8px;
24122
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24237
24123
  }
24238
- .v-system-bar:not(.v-system-bar--absolute) {
24239
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24240
- }.v-switch .v-label {
24241
- padding-inline-start: 10px;
24124
+ .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
24125
+ align-items: flex-end;
24242
24126
  }
24243
-
24244
- .v-switch__loader {
24127
+ .v-snackbar__wrapper {
24128
+ align-items: center;
24245
24129
  display: flex;
24130
+ max-width: 672px;
24131
+ min-height: 48px;
24132
+ min-width: 344px;
24133
+ overflow: hidden;
24134
+ padding: 0;
24135
+ border-radius: 4px;
24246
24136
  }
24247
- .v-switch__loader .v-progress-circular {
24248
- color: rgb(var(--v-theme-surface));
24249
- }
24250
-
24251
- .v-switch__track,
24252
- .v-switch__thumb {
24253
- transition: none;
24254
- }
24255
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24256
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24257
- background-color: rgb(var(--v-theme-error));
24258
- color: rgb(var(--v-theme-on-error));
24259
- }
24260
-
24261
- .v-switch__track-true {
24262
- margin-inline-end: auto;
24263
- }
24264
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24265
- opacity: 0;
24266
- }
24267
-
24268
- .v-switch__track-false {
24269
- margin-inline-start: auto;
24270
- }
24271
- .v-selection-control--dirty .v-switch__track-false {
24272
- opacity: 0;
24273
- }
24274
-
24275
- .v-switch__track {
24276
- display: inline-flex;
24277
- align-items: center;
24278
- font-size: 0.5rem;
24279
- padding: 0 5px;
24280
- background-color: rgb(var(--v-theme-surface-variant));
24281
- border-radius: 9999px;
24282
- height: 14px;
24283
- opacity: 0.6;
24284
- min-width: 36px;
24285
- cursor: pointer;
24286
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24137
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24138
+ background: transparent;
24139
+ color: inherit;
24287
24140
  }
24288
- .v-switch--inset .v-switch__track {
24289
- border-radius: 9999px;
24290
- font-size: 0.75rem;
24291
- height: 32px;
24292
- min-width: 52px;
24141
+ .v-snackbar--variant-plain {
24142
+ opacity: 0.62;
24293
24143
  }
24294
-
24295
- .v-switch__thumb {
24296
- align-items: center;
24297
- background-color: rgb(var(--v-theme-surface-bright));
24298
- color: rgb(var(--v-theme-on-surface-bright));
24299
- border-radius: 50%;
24300
- display: flex;
24301
- font-size: 0.75rem;
24302
- height: 20px;
24303
- justify-content: center;
24304
- width: 20px;
24305
- pointer-events: none;
24306
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24307
- position: relative;
24308
- overflow: hidden;
24144
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24145
+ opacity: 1;
24309
24146
  }
24310
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24311
- 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));
24147
+ .v-snackbar--variant-plain .v-snackbar__overlay {
24148
+ display: none;
24312
24149
  }
24313
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24150
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24314
24151
  background: rgb(var(--v-theme-surface-variant));
24315
24152
  color: rgb(var(--v-theme-on-surface-variant));
24153
+ }
24154
+ .v-snackbar--variant-elevated {
24155
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24156
+ }
24157
+ .v-snackbar--variant-flat {
24316
24158
  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));
24317
24159
  }
24318
- .v-switch--inset .v-switch__thumb {
24319
- height: 24px;
24320
- width: 24px;
24321
- transform: scale(0.6666666667);
24160
+ .v-snackbar--variant-outlined {
24161
+ border: thin solid currentColor;
24322
24162
  }
24323
- .v-switch--inset .v-switch__thumb--filled {
24324
- transform: none;
24163
+ .v-snackbar--variant-text .v-snackbar__overlay {
24164
+ background: currentColor;
24325
24165
  }
24326
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24327
- transform: none;
24328
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24166
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
24167
+ background: currentColor;
24168
+ opacity: var(--v-activated-opacity);
24169
+ border-radius: inherit;
24170
+ position: absolute;
24171
+ top: 0;
24172
+ right: 0;
24173
+ bottom: 0;
24174
+ left: 0;
24175
+ pointer-events: none;
24329
24176
  }
24330
24177
 
24331
- .v-switch.v-input {
24332
- flex: 0 1 auto;
24178
+ .v-snackbar__content {
24179
+ flex-grow: 1;
24180
+ font-size: 0.875rem;
24181
+ font-weight: 400;
24182
+ letter-spacing: 0.0178571429em;
24183
+ line-height: 1.25rem;
24184
+ margin-right: auto;
24185
+ padding: 14px 16px;
24186
+ text-align: initial;
24333
24187
  }
24334
- .v-switch .v-selection-control {
24335
- min-height: var(--v-input-control-height);
24188
+ .v-snackbar__actions {
24189
+ align-items: center;
24190
+ align-self: center;
24191
+ display: flex;
24192
+ margin-inline-end: 8px;
24336
24193
  }
24337
- .v-switch .v-selection-control__input {
24338
- border-radius: 50%;
24339
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24340
- transform: translateX(-10px);
24341
- position: absolute;
24194
+ .v-snackbar__actions > .v-btn {
24195
+ padding: 0 8px;
24196
+ min-width: auto;
24342
24197
  }
24343
- .v-switch .v-selection-control__input .v-icon {
24198
+ .v-snackbar__timer {
24199
+ width: 100%;
24344
24200
  position: absolute;
24201
+ top: 0;
24345
24202
  }
24346
- .v-switch .v-selection-control--dirty .v-selection-control__input {
24347
- transform: translateX(10px);
24203
+ .v-snackbar__timer .v-progress-linear {
24204
+ transition: 0.2s linear;
24348
24205
  }
24349
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24350
- transform: scale(0.8);
24206
+ .v-snackbar--absolute {
24207
+ position: absolute;
24208
+ z-index: 1;
24351
24209
  }
24352
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24353
- transform: scale(0.75);
24354
- box-shadow: none;
24210
+ .v-snackbar--multi-line .v-snackbar__wrapper {
24211
+ min-height: 68px;
24355
24212
  }
24356
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24357
- width: auto;
24213
+ .v-snackbar--vertical .v-snackbar__wrapper {
24214
+ flex-direction: column;
24358
24215
  }
24359
- .v-switch.v-input--vertical .v-label {
24360
- min-width: max-content;
24216
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24217
+ align-self: flex-end;
24218
+ margin-bottom: 8px;
24361
24219
  }
24362
- .v-switch.v-input--vertical .v-selection-control__wrapper {
24363
- transform: rotate(-90deg);
24364
- }/* region BLOCK */
24365
- .v-text-field input {
24366
- color: inherit;
24367
- opacity: 0;
24368
- flex: 1;
24369
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24370
- min-width: 0;
24220
+
24221
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24222
+ transition-duration: 0.15s;
24223
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24371
24224
  }
24372
- .v-text-field input:focus, .v-text-field input:active {
24373
- outline: none;
24225
+ .v-snackbar-transition-enter-active {
24226
+ transition-property: opacity, transform;
24374
24227
  }
24375
- .v-text-field input:invalid {
24376
- box-shadow: none;
24228
+ .v-snackbar-transition-enter-from {
24229
+ opacity: 0;
24230
+ transform: scale(0.8);
24377
24231
  }
24378
- .v-text-field .v-field {
24379
- cursor: text;
24232
+ .v-snackbar-transition-leave-active {
24233
+ transition-property: opacity;
24380
24234
  }
24381
- .v-text-field--prefixed.v-text-field .v-field__input {
24382
- --v-field-padding-start: 6px;
24235
+ .v-snackbar-transition-leave-to {
24236
+ opacity: 0;
24237
+ }.v-stepper.v-sheet {
24238
+ 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));
24239
+ border-radius: 4px;
24240
+ overflow: hidden;
24383
24241
  }
24384
-
24385
- .v-text-field--suffixed.v-text-field .v-field__input {
24386
- --v-field-padding-end: 0;
24242
+ .v-stepper.v-sheet.v-stepper--flat {
24243
+ 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));
24387
24244
  }
24388
24245
 
24389
- .v-text-field .v-input__details {
24390
- padding-inline: 16px;
24246
+ .v-stepper-header {
24247
+ 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));
24248
+ align-items: center;
24249
+ display: flex;
24250
+ position: relative;
24251
+ overflow-x: auto;
24252
+ justify-content: space-between;
24253
+ z-index: 1;
24391
24254
  }
24392
- .v-input--plain-underlined.v-text-field .v-input__details {
24393
- padding-inline: 0;
24255
+ .v-stepper-header .v-divider {
24256
+ margin: 0 -16px;
24394
24257
  }
24395
-
24396
- .v-text-field .v-field--no-label input,
24397
- .v-text-field .v-field--active input {
24398
- opacity: 1;
24258
+ .v-stepper-header .v-divider:last-child {
24259
+ margin-inline-end: 0;
24399
24260
  }
24400
- .v-text-field .v-field--single-line input {
24401
- transition: none;
24261
+ .v-stepper-header .v-divider:first-child {
24262
+ margin-inline-start: 0;
24402
24263
  }
24403
-
24404
- /* endregion */
24405
- /* region ELEMENTS */
24406
- .v-text-field__prefix, .v-text-field__suffix {
24407
- align-items: center;
24408
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24409
- cursor: default;
24410
- display: flex;
24411
- opacity: 0;
24412
- transition: inherit;
24413
- white-space: nowrap;
24414
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24415
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24416
- padding-bottom: var(--v-field-padding-bottom, 6px);
24264
+ .v-stepper--alt-labels .v-stepper-header {
24265
+ height: auto;
24417
24266
  }
24418
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24419
- opacity: 1;
24267
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24268
+ align-self: flex-start;
24269
+ margin: 35px -67px 0;
24420
24270
  }
24421
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24422
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24271
+
24272
+ .v-stepper-window {
24273
+ margin: 1.5rem;
24423
24274
  }
24424
- .v-text-field__prefix {
24425
- padding-inline-start: var(--v-field-padding-start);
24275
+
24276
+ .v-stepper-actions {
24277
+ display: flex;
24278
+ align-items: center;
24279
+ justify-content: space-between;
24280
+ padding: 1rem;
24426
24281
  }
24427
- .v-text-field__suffix {
24428
- padding-inline-end: var(--v-field-padding-end);
24282
+ .v-stepper .v-stepper-actions {
24283
+ padding: 0 1.5rem 1rem;
24429
24284
  }
24430
-
24431
- /* endregion */.v-stepper-item {
24285
+ .v-stepper-window-item .v-stepper-actions {
24286
+ padding: 1.5rem 0 0;
24287
+ }.v-stepper-item {
24432
24288
  align-items: center;
24433
24289
  align-self: stretch;
24434
24290
  display: inline-flex;
@@ -24494,56 +24350,130 @@ html.v-overlay-scroll-blocked {
24494
24350
  }
24495
24351
  .v-stepper--mobile .v-stepper-item__subtitle {
24496
24352
  display: none;
24497
- }.v-stepper.v-sheet {
24498
- 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));
24499
- border-radius: 4px;
24353
+ }.v-switch .v-label {
24354
+ padding-inline-start: 10px;
24355
+ }
24356
+
24357
+ .v-switch__loader {
24358
+ display: flex;
24359
+ }
24360
+ .v-switch__loader .v-progress-circular {
24361
+ color: rgb(var(--v-theme-surface));
24362
+ }
24363
+
24364
+ .v-switch__track,
24365
+ .v-switch__thumb {
24366
+ transition: none;
24367
+ }
24368
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24369
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24370
+ background-color: rgb(var(--v-theme-error));
24371
+ color: rgb(var(--v-theme-on-error));
24372
+ }
24373
+
24374
+ .v-switch__track-true {
24375
+ margin-inline-end: auto;
24376
+ }
24377
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24378
+ opacity: 0;
24379
+ }
24380
+
24381
+ .v-switch__track-false {
24382
+ margin-inline-start: auto;
24383
+ }
24384
+ .v-selection-control--dirty .v-switch__track-false {
24385
+ opacity: 0;
24386
+ }
24387
+
24388
+ .v-switch__track {
24389
+ display: inline-flex;
24390
+ align-items: center;
24391
+ font-size: 0.5rem;
24392
+ padding: 0 5px;
24393
+ background-color: rgb(var(--v-theme-surface-variant));
24394
+ border-radius: 9999px;
24395
+ height: 14px;
24396
+ opacity: 0.6;
24397
+ min-width: 36px;
24398
+ cursor: pointer;
24399
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24400
+ }
24401
+ .v-switch--inset .v-switch__track {
24402
+ border-radius: 9999px;
24403
+ font-size: 0.75rem;
24404
+ height: 32px;
24405
+ min-width: 52px;
24406
+ }
24407
+
24408
+ .v-switch__thumb {
24409
+ align-items: center;
24410
+ background-color: rgb(var(--v-theme-surface-bright));
24411
+ color: rgb(var(--v-theme-on-surface-bright));
24412
+ border-radius: 50%;
24413
+ display: flex;
24414
+ font-size: 0.75rem;
24415
+ height: 20px;
24416
+ justify-content: center;
24417
+ width: 20px;
24418
+ pointer-events: none;
24419
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1), 0.2s color cubic-bezier(0.4, 0, 0.2, 1), 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24420
+ position: relative;
24500
24421
  overflow: hidden;
24501
24422
  }
24502
- .v-stepper.v-sheet.v-stepper--flat {
24423
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
24424
+ 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));
24425
+ }
24426
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24427
+ background: rgb(var(--v-theme-surface-variant));
24428
+ color: rgb(var(--v-theme-on-surface-variant));
24503
24429
  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));
24504
24430
  }
24431
+ .v-switch--inset .v-switch__thumb {
24432
+ height: 24px;
24433
+ width: 24px;
24434
+ transform: scale(0.6666666667);
24435
+ }
24436
+ .v-switch--inset .v-switch__thumb--filled {
24437
+ transform: none;
24438
+ }
24439
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24440
+ transform: none;
24441
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24442
+ }
24505
24443
 
24506
- .v-stepper-header {
24507
- 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));
24508
- align-items: center;
24509
- display: flex;
24510
- position: relative;
24511
- overflow-x: auto;
24512
- justify-content: space-between;
24513
- z-index: 1;
24444
+ .v-switch.v-input {
24445
+ flex: 0 1 auto;
24514
24446
  }
24515
- .v-stepper-header .v-divider {
24516
- margin: 0 -16px;
24447
+ .v-switch .v-selection-control {
24448
+ min-height: var(--v-input-control-height);
24517
24449
  }
24518
- .v-stepper-header .v-divider:last-child {
24519
- margin-inline-end: 0;
24450
+ .v-switch .v-selection-control__input {
24451
+ border-radius: 50%;
24452
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24453
+ transform: translateX(-10px);
24454
+ position: absolute;
24520
24455
  }
24521
- .v-stepper-header .v-divider:first-child {
24522
- margin-inline-start: 0;
24456
+ .v-switch .v-selection-control__input .v-icon {
24457
+ position: absolute;
24523
24458
  }
24524
- .v-stepper--alt-labels .v-stepper-header {
24525
- height: auto;
24459
+ .v-switch .v-selection-control--dirty .v-selection-control__input {
24460
+ transform: translateX(10px);
24526
24461
  }
24527
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24528
- align-self: flex-start;
24529
- margin: 35px -67px 0;
24462
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
24463
+ transform: scale(0.8);
24530
24464
  }
24531
-
24532
- .v-stepper-window {
24533
- margin: 1.5rem;
24465
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
24466
+ transform: scale(0.75);
24467
+ box-shadow: none;
24534
24468
  }
24535
-
24536
- .v-stepper-actions {
24537
- display: flex;
24538
- align-items: center;
24539
- justify-content: space-between;
24540
- padding: 1rem;
24469
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
24470
+ width: auto;
24541
24471
  }
24542
- .v-stepper .v-stepper-actions {
24543
- padding: 0 1.5rem 1rem;
24472
+ .v-switch.v-input--vertical .v-label {
24473
+ min-width: max-content;
24544
24474
  }
24545
- .v-stepper-window-item .v-stepper-actions {
24546
- padding: 1.5rem 0 0;
24475
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
24476
+ transform: rotate(-90deg);
24547
24477
  }.v-tabs {
24548
24478
  display: flex;
24549
24479
  height: var(--v-tabs-height);
@@ -24610,6 +24540,43 @@ html.v-overlay-scroll-blocked {
24610
24540
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24611
24541
  margin-inline-end: 52px;
24612
24542
  }
24543
+ }.v-system-bar {
24544
+ align-items: center;
24545
+ display: flex;
24546
+ flex: 1 1 auto;
24547
+ height: 24px;
24548
+ justify-content: flex-end;
24549
+ max-width: 100%;
24550
+ padding-inline: 8px;
24551
+ position: relative;
24552
+ text-align: end;
24553
+ width: 100%;
24554
+ 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));
24555
+ background: rgba(var(--v-theme-surface-light));
24556
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24557
+ font-size: 0.75rem;
24558
+ font-weight: 400;
24559
+ letter-spacing: 0.0333333333em;
24560
+ line-height: 1.25rem;
24561
+ text-transform: none;
24562
+ }
24563
+ .v-system-bar .v-icon {
24564
+ opacity: var(--v-medium-emphasis-opacity);
24565
+ }
24566
+ .v-system-bar--absolute {
24567
+ position: absolute;
24568
+ }
24569
+ .v-system-bar--fixed {
24570
+ position: fixed;
24571
+ }
24572
+ .v-system-bar--rounded {
24573
+ border-radius: 0;
24574
+ }
24575
+ .v-system-bar--window {
24576
+ height: 32px;
24577
+ }
24578
+ .v-system-bar:not(.v-system-bar--absolute) {
24579
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24613
24580
  }.v-tab.v-tab.v-btn {
24614
24581
  height: var(--v-tabs-height);
24615
24582
  border-radius: 0;
@@ -24777,9 +24744,6 @@ html.v-overlay-scroll-blocked {
24777
24744
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24778
24745
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24779
24746
  border-top: 0px !important;
24780
- }.v-theme-provider {
24781
- background: rgb(var(--v-theme-background));
24782
- color: rgb(var(--v-theme-on-background));
24783
24747
  }.v-textarea .v-field {
24784
24748
  --v-textarea-control-height: var(--v-input-control-height);
24785
24749
  }
@@ -24819,157 +24783,76 @@ html.v-overlay-scroll-blocked {
24819
24783
  }
24820
24784
  .v-textarea textarea:invalid {
24821
24785
  box-shadow: none;
24822
- }.v-tooltip > .v-overlay__content {
24823
- background: rgb(var(--v-theme-surface-variant));
24824
- color: rgb(var(--v-theme-on-surface-variant));
24825
- border-radius: 4px;
24826
- font-size: 0.875rem;
24827
- line-height: 1.6;
24828
- display: inline-block;
24829
- padding: 5px 16px;
24830
- text-transform: initial;
24831
- width: auto;
24832
- opacity: 1;
24833
- pointer-events: none;
24834
- transition-property: opacity, transform;
24835
- overflow-wrap: break-word;
24836
- }
24837
- .v-tooltip > .v-overlay__content[class*=enter-active] {
24838
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24839
- transition-duration: 150ms;
24786
+ }/* region BLOCK */
24787
+ .v-text-field input {
24788
+ color: inherit;
24789
+ opacity: 0;
24790
+ flex: 1;
24791
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24792
+ min-width: 0;
24840
24793
  }
24841
- .v-tooltip > .v-overlay__content[class*=leave-active] {
24842
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24843
- transition-duration: 75ms;
24844
- }.v-toolbar {
24845
- align-items: flex-start;
24846
- display: flex;
24847
- flex: none;
24848
- flex-direction: column;
24849
- justify-content: space-between;
24850
- max-width: 100%;
24851
- position: relative;
24852
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24853
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24854
- width: 100%;
24855
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24856
- border-style: solid;
24857
- border-width: 0;
24858
- 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));
24859
- border-radius: 0;
24860
- background: rgb(var(--v-theme-surface-light));
24861
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24794
+ .v-text-field input:focus, .v-text-field input:active {
24795
+ outline: none;
24862
24796
  }
24863
- .v-toolbar--border {
24864
- border-width: thin;
24797
+ .v-text-field input:invalid {
24865
24798
  box-shadow: none;
24866
24799
  }
24867
- .v-toolbar--absolute {
24868
- position: absolute;
24869
- }
24870
- .v-toolbar--collapse {
24871
- max-width: 112px;
24872
- overflow: hidden;
24873
- border-end-end-radius: 24px;
24874
- }
24875
- .v-toolbar--collapse .v-toolbar-title {
24876
- display: none;
24877
- }
24878
- .v-toolbar--flat {
24879
- 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));
24880
- }
24881
- .v-toolbar--floating {
24882
- display: inline-flex;
24883
- }
24884
- .v-toolbar--rounded {
24885
- border-radius: 4px;
24886
- }
24887
-
24888
- .v-toolbar__content,
24889
- .v-toolbar__extension {
24890
- align-items: center;
24891
- display: flex;
24892
- flex: 0 0 auto;
24893
- position: relative;
24894
- transition: inherit;
24895
- width: 100%;
24896
- }
24897
-
24898
- .v-toolbar__content {
24899
- overflow: hidden;
24900
- }
24901
- .v-toolbar__content > .v-btn:first-child {
24902
- margin-inline-start: 10px;
24903
- }
24904
- .v-toolbar__content > .v-btn:last-child {
24905
- margin-inline-end: 10px;
24906
- }
24907
- .v-toolbar__content > .v-toolbar-title {
24908
- margin-inline-start: 16px;
24909
- }
24910
- .v-toolbar--density-prominent .v-toolbar__content {
24911
- align-items: flex-start;
24912
- }
24913
-
24914
- .v-toolbar__image {
24915
- position: absolute;
24916
- top: 0;
24917
- left: 0;
24918
- width: 100%;
24919
- height: 100%;
24920
- display: flex;
24921
- opacity: var(--v-toolbar-image-opacity, 1);
24922
- transition-property: opacity;
24923
- }
24924
-
24925
- .v-toolbar__prepend,
24926
- .v-toolbar__append {
24927
- align-items: center;
24928
- align-self: stretch;
24929
- display: flex;
24930
- }
24931
-
24932
- .v-toolbar__prepend {
24933
- margin-inline: 10px auto;
24800
+ .v-text-field .v-field {
24801
+ cursor: text;
24934
24802
  }
24935
-
24936
- .v-toolbar__append {
24937
- margin-inline: auto 10px;
24803
+ .v-text-field--prefixed.v-text-field .v-field__input {
24804
+ --v-field-padding-start: 6px;
24938
24805
  }
24939
24806
 
24940
- .v-toolbar-title {
24941
- flex: 1 1;
24942
- font-size: 1.25rem;
24943
- min-width: 0;
24944
- font-size: 1.25rem;
24945
- font-weight: 400;
24946
- letter-spacing: 0;
24947
- line-height: 1.75rem;
24948
- text-transform: none;
24949
- }
24950
- .v-toolbar--density-prominent .v-toolbar-title {
24951
- align-self: flex-end;
24952
- padding-bottom: 6px;
24953
- font-size: 1.5rem;
24954
- font-weight: 400;
24955
- letter-spacing: 0;
24956
- line-height: 2.25rem;
24957
- text-transform: none;
24807
+ .v-text-field--suffixed.v-text-field .v-field__input {
24808
+ --v-field-padding-end: 0;
24958
24809
  }
24959
24810
 
24960
- .v-toolbar-title__placeholder {
24961
- overflow: hidden;
24962
- text-overflow: ellipsis;
24963
- white-space: nowrap;
24811
+ .v-text-field .v-input__details {
24812
+ padding-inline: 16px;
24813
+ }
24814
+ .v-input--plain-underlined.v-text-field .v-input__details {
24815
+ padding-inline: 0;
24964
24816
  }
24965
24817
 
24966
- .v-toolbar-items {
24818
+ .v-text-field .v-field--no-label input,
24819
+ .v-text-field .v-field--active input {
24820
+ opacity: 1;
24821
+ }
24822
+ .v-text-field .v-field--single-line input {
24823
+ transition: none;
24824
+ }
24825
+
24826
+ /* endregion */
24827
+ /* region ELEMENTS */
24828
+ .v-text-field__prefix, .v-text-field__suffix {
24829
+ align-items: center;
24830
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24831
+ cursor: default;
24967
24832
  display: flex;
24968
- height: inherit;
24969
- align-self: stretch;
24833
+ opacity: 0;
24834
+ transition: inherit;
24835
+ white-space: nowrap;
24836
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24837
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24838
+ padding-bottom: var(--v-field-padding-bottom, 6px);
24970
24839
  }
24971
- .v-toolbar-items > .v-btn {
24972
- border-radius: 0;
24840
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24841
+ opacity: 1;
24842
+ }
24843
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24844
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24845
+ }
24846
+ .v-text-field__prefix {
24847
+ padding-inline-start: var(--v-field-padding-start);
24848
+ }
24849
+ .v-text-field__suffix {
24850
+ padding-inline-end: var(--v-field-padding-end);
24851
+ }
24852
+
24853
+ /* endregion */.v-theme-provider {
24854
+ background: rgb(var(--v-theme-background));
24855
+ color: rgb(var(--v-theme-on-background));
24973
24856
  }.v-timeline .v-timeline-divider__dot {
24974
24857
  background: rgb(var(--v-theme-surface-light));
24975
24858
  }
@@ -25386,6 +25269,157 @@ html.v-overlay-scroll-blocked {
25386
25269
 
25387
25270
  .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 {
25388
25271
  padding-inline-end: 0;
25272
+ }.v-tooltip > .v-overlay__content {
25273
+ background: rgb(var(--v-theme-surface-variant));
25274
+ color: rgb(var(--v-theme-on-surface-variant));
25275
+ border-radius: 4px;
25276
+ font-size: 0.875rem;
25277
+ line-height: 1.6;
25278
+ display: inline-block;
25279
+ padding: 5px 16px;
25280
+ text-transform: initial;
25281
+ width: auto;
25282
+ opacity: 1;
25283
+ pointer-events: none;
25284
+ transition-property: opacity, transform;
25285
+ overflow-wrap: break-word;
25286
+ }
25287
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25288
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25289
+ transition-duration: 150ms;
25290
+ }
25291
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25292
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25293
+ transition-duration: 75ms;
25294
+ }.v-toolbar {
25295
+ align-items: flex-start;
25296
+ display: flex;
25297
+ flex: none;
25298
+ flex-direction: column;
25299
+ justify-content: space-between;
25300
+ max-width: 100%;
25301
+ position: relative;
25302
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25303
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25304
+ width: 100%;
25305
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25306
+ border-style: solid;
25307
+ border-width: 0;
25308
+ 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));
25309
+ border-radius: 0;
25310
+ background: rgb(var(--v-theme-surface-light));
25311
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25312
+ }
25313
+ .v-toolbar--border {
25314
+ border-width: thin;
25315
+ box-shadow: none;
25316
+ }
25317
+ .v-toolbar--absolute {
25318
+ position: absolute;
25319
+ }
25320
+ .v-toolbar--collapse {
25321
+ max-width: 112px;
25322
+ overflow: hidden;
25323
+ border-end-end-radius: 24px;
25324
+ }
25325
+ .v-toolbar--collapse .v-toolbar-title {
25326
+ display: none;
25327
+ }
25328
+ .v-toolbar--flat {
25329
+ 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));
25330
+ }
25331
+ .v-toolbar--floating {
25332
+ display: inline-flex;
25333
+ }
25334
+ .v-toolbar--rounded {
25335
+ border-radius: 4px;
25336
+ }
25337
+
25338
+ .v-toolbar__content,
25339
+ .v-toolbar__extension {
25340
+ align-items: center;
25341
+ display: flex;
25342
+ flex: 0 0 auto;
25343
+ position: relative;
25344
+ transition: inherit;
25345
+ width: 100%;
25346
+ }
25347
+
25348
+ .v-toolbar__content {
25349
+ overflow: hidden;
25350
+ }
25351
+ .v-toolbar__content > .v-btn:first-child {
25352
+ margin-inline-start: 10px;
25353
+ }
25354
+ .v-toolbar__content > .v-btn:last-child {
25355
+ margin-inline-end: 10px;
25356
+ }
25357
+ .v-toolbar__content > .v-toolbar-title {
25358
+ margin-inline-start: 16px;
25359
+ }
25360
+ .v-toolbar--density-prominent .v-toolbar__content {
25361
+ align-items: flex-start;
25362
+ }
25363
+
25364
+ .v-toolbar__image {
25365
+ position: absolute;
25366
+ top: 0;
25367
+ left: 0;
25368
+ width: 100%;
25369
+ height: 100%;
25370
+ display: flex;
25371
+ opacity: var(--v-toolbar-image-opacity, 1);
25372
+ transition-property: opacity;
25373
+ }
25374
+
25375
+ .v-toolbar__prepend,
25376
+ .v-toolbar__append {
25377
+ align-items: center;
25378
+ align-self: stretch;
25379
+ display: flex;
25380
+ }
25381
+
25382
+ .v-toolbar__prepend {
25383
+ margin-inline: 10px auto;
25384
+ }
25385
+
25386
+ .v-toolbar__append {
25387
+ margin-inline: auto 10px;
25388
+ }
25389
+
25390
+ .v-toolbar-title {
25391
+ flex: 1 1;
25392
+ font-size: 1.25rem;
25393
+ min-width: 0;
25394
+ font-size: 1.25rem;
25395
+ font-weight: 400;
25396
+ letter-spacing: 0;
25397
+ line-height: 1.75rem;
25398
+ text-transform: none;
25399
+ }
25400
+ .v-toolbar--density-prominent .v-toolbar-title {
25401
+ align-self: flex-end;
25402
+ padding-bottom: 6px;
25403
+ font-size: 1.5rem;
25404
+ font-weight: 400;
25405
+ letter-spacing: 0;
25406
+ line-height: 2.25rem;
25407
+ text-transform: none;
25408
+ }
25409
+
25410
+ .v-toolbar-title__placeholder {
25411
+ overflow: hidden;
25412
+ text-overflow: ellipsis;
25413
+ white-space: nowrap;
25414
+ }
25415
+
25416
+ .v-toolbar-items {
25417
+ display: flex;
25418
+ height: inherit;
25419
+ align-self: stretch;
25420
+ }
25421
+ .v-toolbar-items > .v-btn {
25422
+ border-radius: 0;
25389
25423
  }.v-virtual-scroll {
25390
25424
  display: block;
25391
25425
  flex: 1 1 auto;
@@ -25486,6 +25520,34 @@ html.v-overlay-scroll-blocked {
25486
25520
  }
25487
25521
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25488
25522
  will-change: transform;
25523
+ }.v-color-picker-edit {
25524
+ display: flex;
25525
+ margin-top: 24px;
25526
+ }
25527
+
25528
+ .v-color-picker-edit__input {
25529
+ width: 100%;
25530
+ display: flex;
25531
+ flex-wrap: wrap;
25532
+ justify-content: center;
25533
+ text-align: center;
25534
+ }
25535
+ .v-color-picker-edit__input:not(:last-child) {
25536
+ margin-inline-end: 8px;
25537
+ }
25538
+ .v-color-picker-edit__input input {
25539
+ border-radius: 4px;
25540
+ margin-bottom: 8px;
25541
+ min-width: 0;
25542
+ outline: none;
25543
+ text-align: center;
25544
+ width: 100%;
25545
+ height: 32px;
25546
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25547
+ color: rgba(var(--v-theme-on-surface));
25548
+ }
25549
+ .v-color-picker-edit__input span {
25550
+ font-size: 0.75rem;
25489
25551
  }.v-color-picker-swatches {
25490
25552
  overflow-y: auto;
25491
25553
  }
@@ -25521,34 +25583,6 @@ html.v-overlay-scroll-blocked {
25521
25583
  justify-content: center;
25522
25584
  width: 100%;
25523
25585
  height: 100%;
25524
- }.v-color-picker-edit {
25525
- display: flex;
25526
- margin-top: 24px;
25527
- }
25528
-
25529
- .v-color-picker-edit__input {
25530
- width: 100%;
25531
- display: flex;
25532
- flex-wrap: wrap;
25533
- justify-content: center;
25534
- text-align: center;
25535
- }
25536
- .v-color-picker-edit__input:not(:last-child) {
25537
- margin-inline-end: 8px;
25538
- }
25539
- .v-color-picker-edit__input input {
25540
- border-radius: 4px;
25541
- margin-bottom: 8px;
25542
- min-width: 0;
25543
- outline: none;
25544
- text-align: center;
25545
- width: 100%;
25546
- height: 32px;
25547
- background: rgba(var(--v-theme-surface-variant), 0.2);
25548
- color: rgba(var(--v-theme-on-surface));
25549
- }
25550
- .v-color-picker-edit__input span {
25551
- font-size: 0.75rem;
25552
25586
  }.v-color-picker-preview__alpha .v-slider-track__background {
25553
25587
  background-color: transparent !important;
25554
25588
  }