@vuetify/nightly 3.7.3-master.2024-10-17 → 3.7.3-master.2024-10-24

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.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.3-master.2024-10-17
2
+ * Vuetify v3.7.3-master.2024-10-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,6 +17978,18 @@ html.overflow-y-hidden {
17978
17978
  .v-ripple__animation--out {
17979
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17980
17980
  opacity: 0;
17981
+ }.v-app-bar {
17982
+ display: flex;
17983
+ }
17984
+ .v-app-bar.v-toolbar {
17985
+ background: rgb(var(--v-theme-surface));
17986
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17987
+ }
17988
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17989
+ 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));
17990
+ }
17991
+ .v-app-bar:not(.v-toolbar--absolute) {
17992
+ padding-inline-end: var(--v-scrollbar-offset);
17981
17993
  }.v-application {
17982
17994
  display: flex;
17983
17995
  background: rgb(var(--v-theme-background));
@@ -18079,18 +18091,6 @@ html.overflow-y-hidden {
18079
18091
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18080
18092
  opacity: var(--v-high-emphasis-opacity);
18081
18093
  transform: rotate(180deg);
18082
- }.v-app-bar {
18083
- display: flex;
18084
- }
18085
- .v-app-bar.v-toolbar {
18086
- background: rgb(var(--v-theme-surface));
18087
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18088
- }
18089
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18090
- 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));
18091
- }
18092
- .v-app-bar:not(.v-toolbar--absolute) {
18093
- padding-inline-end: var(--v-scrollbar-offset);
18094
18094
  }.v-alert {
18095
18095
  display: grid;
18096
18096
  flex: 1 1;
@@ -18715,6 +18715,40 @@ html.overflow-y-hidden {
18715
18715
  }
18716
18716
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
18717
  transform: translateY(0.5rem);
18718
+ }.bottom-sheet-transition-enter-from {
18719
+ transform: translateY(100%);
18720
+ }
18721
+ .bottom-sheet-transition-leave-to {
18722
+ transform: translateY(100%);
18723
+ }
18724
+
18725
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18726
+ align-self: flex-end;
18727
+ border-radius: 0;
18728
+ flex: 0 1 auto;
18729
+ left: 0;
18730
+ right: 0;
18731
+ margin-inline: 0;
18732
+ margin-bottom: 0;
18733
+ transition-duration: 0.2s;
18734
+ width: 100%;
18735
+ max-width: 100%;
18736
+ overflow: visible;
18737
+ }
18738
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18739
+ 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));
18740
+ }
18741
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18742
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18743
+ border-radius: 0;
18744
+ }
18745
+ .v-bottom-sheet.v-bottom-sheet--inset {
18746
+ max-width: none;
18747
+ }
18748
+ @media (min-width: 600px) {
18749
+ .v-bottom-sheet.v-bottom-sheet--inset {
18750
+ max-width: 70%;
18751
+ }
18718
18752
  }.v-breadcrumbs {
18719
18753
  display: flex;
18720
18754
  align-items: center;
@@ -18772,40 +18806,6 @@ html.overflow-y-hidden {
18772
18806
  display: inline-block;
18773
18807
  padding: 0 8px;
18774
18808
  vertical-align: middle;
18775
- }.bottom-sheet-transition-enter-from {
18776
- transform: translateY(100%);
18777
- }
18778
- .bottom-sheet-transition-leave-to {
18779
- transform: translateY(100%);
18780
- }
18781
-
18782
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18783
- align-self: flex-end;
18784
- border-radius: 0;
18785
- flex: 0 1 auto;
18786
- left: 0;
18787
- right: 0;
18788
- margin-inline: 0;
18789
- margin-bottom: 0;
18790
- transition-duration: 0.2s;
18791
- width: 100%;
18792
- max-width: 100%;
18793
- overflow: visible;
18794
- }
18795
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18796
- 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));
18797
- }
18798
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18799
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18800
- border-radius: 0;
18801
- }
18802
- .v-bottom-sheet.v-bottom-sheet--inset {
18803
- max-width: none;
18804
- }
18805
- @media (min-width: 600px) {
18806
- .v-bottom-sheet.v-bottom-sheet--inset {
18807
- max-width: 70%;
18808
- }
18809
18809
  }.v-btn {
18810
18810
  align-items: center;
18811
18811
  border-radius: 4px;
@@ -19615,6 +19615,11 @@ html.overflow-y-hidden {
19615
19615
  pointer-events: none;
19616
19616
  opacity: 0;
19617
19617
  transition: opacity 0.2s ease-in-out;
19618
+ }.v-checkbox.v-input {
19619
+ flex: 0 1 auto;
19620
+ }
19621
+ .v-checkbox .v-selection-control {
19622
+ min-height: var(--v-input-control-height);
19618
19623
  }.v-carousel {
19619
19624
  overflow: hidden;
19620
19625
  position: relative;
@@ -19680,29 +19685,6 @@ html.overflow-y-hidden {
19680
19685
  flex-direction: column;
19681
19686
  height: 100% !important;
19682
19687
  width: 50px;
19683
- }.v-chip-group {
19684
- display: flex;
19685
- max-width: 100%;
19686
- min-width: 0;
19687
- overflow-x: auto;
19688
- padding: 4px 0;
19689
- }
19690
- .v-chip-group .v-chip {
19691
- margin: 4px 8px 4px 0;
19692
- }
19693
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19694
- opacity: var(--v-activated-opacity);
19695
- }
19696
-
19697
- .v-chip-group--column .v-slide-group__content {
19698
- white-space: normal;
19699
- flex-wrap: wrap;
19700
- max-width: 100%;
19701
- }.v-checkbox.v-input {
19702
- flex: 0 1 auto;
19703
- }
19704
- .v-checkbox .v-selection-control {
19705
- min-height: var(--v-input-control-height);
19706
19688
  }.v-chip {
19707
19689
  align-items: center;
19708
19690
  display: inline-flex;
@@ -20143,6 +20125,24 @@ html.overflow-y-hidden {
20143
20125
  }
20144
20126
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20145
20127
  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));
20128
+ }.v-chip-group {
20129
+ display: flex;
20130
+ max-width: 100%;
20131
+ min-width: 0;
20132
+ overflow-x: auto;
20133
+ padding: 4px 0;
20134
+ }
20135
+ .v-chip-group .v-chip {
20136
+ margin: 4px 8px 4px 0;
20137
+ }
20138
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20139
+ opacity: var(--v-activated-opacity);
20140
+ }
20141
+
20142
+ .v-chip-group--column .v-slide-group__content {
20143
+ white-space: normal;
20144
+ flex-wrap: wrap;
20145
+ max-width: 100%;
20146
20146
  }.v-combobox .v-field .v-text-field__prefix,
20147
20147
  .v-combobox .v-field .v-text-field__suffix,
20148
20148
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -20451,72 +20451,67 @@ html.overflow-y-hidden {
20451
20451
  }
20452
20452
  .v-data-table-footer__page {
20453
20453
  padding: 0 8px;
20454
- }.v-date-picker {
20455
- overflow: hidden;
20456
- width: 328px;
20454
+ }.v-date-picker-month {
20455
+ display: flex;
20456
+ justify-content: center;
20457
+ padding: 0 12px 8px;
20458
+ --v-date-picker-month-day-diff: 4px;
20457
20459
  }
20458
- .v-date-picker--show-week {
20459
- width: 368px;
20460
- }.v-date-picker-header {
20461
- align-items: flex-end;
20462
- height: 70px;
20460
+
20461
+ .v-date-picker-month__weeks {
20463
20462
  display: grid;
20464
- grid-template-areas: "prepend content append";
20465
- grid-template-columns: min-content minmax(0, 1fr) min-content;
20466
- overflow: hidden;
20467
- padding-inline: 24px 12px;
20468
- padding-bottom: 12px;
20463
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20464
+ column-gap: 4px;
20465
+ font-size: 0.85rem;
20466
+ }
20467
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20468
+ grid-row-gap: 0;
20469
20469
  }
20470
20470
 
20471
- .v-date-picker-header__append {
20472
- grid-area: append;
20471
+ .v-date-picker-month__weekday {
20472
+ font-size: 0.85rem;
20473
20473
  }
20474
20474
 
20475
- .v-date-picker-header__prepend {
20476
- grid-area: prepend;
20477
- padding-inline-start: 8px;
20475
+ .v-date-picker-month__days {
20476
+ display: grid;
20477
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20478
+ column-gap: 4px;
20479
+ flex: 1 1;
20480
+ justify-content: space-around;
20478
20481
  }
20479
20482
 
20480
- .v-date-picker-header__content {
20483
+ .v-date-picker-month__day {
20481
20484
  align-items: center;
20482
- display: inline-flex;
20483
- font-size: 32px;
20484
- line-height: 40px;
20485
- grid-area: content;
20486
- justify-content: space-between;
20487
- }
20488
- .v-date-picker-header--clickable .v-date-picker-header__content {
20489
- cursor: pointer;
20485
+ display: flex;
20486
+ justify-content: center;
20487
+ position: relative;
20488
+ height: 40px;
20489
+ width: 40px;
20490
20490
  }
20491
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20492
- opacity: 0.7;
20491
+ .v-date-picker-month__day--selected .v-btn {
20492
+ background-color: rgb(var(--v-theme-surface-variant));
20493
+ color: rgb(var(--v-theme-on-surface-variant));
20493
20494
  }
20494
-
20495
- .date-picker-header-transition-enter-active,
20496
- .date-picker-header-reverse-transition-enter-active {
20497
- transition-duration: 0.3s;
20498
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20495
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20496
+ --v-btn-height: 24px;
20497
+ --v-btn-size: 0.85rem;
20499
20498
  }
20500
- .date-picker-header-transition-leave-active,
20501
- .date-picker-header-reverse-transition-leave-active {
20502
- transition-duration: 0.3s;
20503
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20499
+ .v-date-picker-month__day--week {
20500
+ font-size: var(--v-btn-size);
20504
20501
  }
20505
20502
 
20506
- .date-picker-header-transition-enter-from {
20507
- transform: translate(0, 100%);
20508
- }
20509
- .date-picker-header-transition-leave-to {
20510
- opacity: 0;
20511
- transform: translate(0, -100%);
20503
+ .v-date-picker-month__day--adjacent {
20504
+ opacity: 0.5;
20512
20505
  }
20513
20506
 
20514
- .date-picker-header-reverse-transition-enter-from {
20515
- transform: translate(0, -100%);
20516
- }
20517
- .date-picker-header-reverse-transition-leave-to {
20507
+ .v-date-picker-month__day--hide-adjacent {
20518
20508
  opacity: 0;
20519
- transform: translate(0, 100%);
20509
+ }.v-date-picker {
20510
+ overflow: hidden;
20511
+ width: 328px;
20512
+ }
20513
+ .v-date-picker--show-week {
20514
+ width: 368px;
20520
20515
  }.v-date-picker-controls {
20521
20516
  display: flex;
20522
20517
  align-items: center;
@@ -20573,61 +20568,66 @@ html.overflow-y-hidden {
20573
20568
 
20574
20569
  .v-date-picker__title {
20575
20570
  display: inline-block;
20576
- }.v-date-picker-month {
20577
- display: flex;
20578
- justify-content: center;
20579
- padding: 0 12px 8px;
20580
- --v-date-picker-month-day-diff: 4px;
20581
- }
20582
-
20583
- .v-date-picker-month__weeks {
20571
+ }.v-date-picker-header {
20572
+ align-items: flex-end;
20573
+ height: 70px;
20584
20574
  display: grid;
20585
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20586
- column-gap: 4px;
20587
- font-size: 0.85rem;
20575
+ grid-template-areas: "prepend content append";
20576
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20577
+ overflow: hidden;
20578
+ padding-inline: 24px 12px;
20579
+ padding-bottom: 12px;
20588
20580
  }
20589
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20590
- grid-row-gap: 0;
20581
+
20582
+ .v-date-picker-header__append {
20583
+ grid-area: append;
20591
20584
  }
20592
20585
 
20593
- .v-date-picker-month__weekday {
20594
- font-size: 0.85rem;
20595
- }
20596
-
20597
- .v-date-picker-month__days {
20598
- display: grid;
20599
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20600
- column-gap: 4px;
20601
- flex: 1 1;
20602
- justify-content: space-around;
20586
+ .v-date-picker-header__prepend {
20587
+ grid-area: prepend;
20588
+ padding-inline-start: 8px;
20603
20589
  }
20604
20590
 
20605
- .v-date-picker-month__day {
20591
+ .v-date-picker-header__content {
20606
20592
  align-items: center;
20607
- display: flex;
20608
- justify-content: center;
20609
- position: relative;
20610
- height: 40px;
20611
- width: 40px;
20593
+ display: inline-flex;
20594
+ font-size: 32px;
20595
+ line-height: 40px;
20596
+ grid-area: content;
20597
+ justify-content: space-between;
20612
20598
  }
20613
- .v-date-picker-month__day--selected .v-btn {
20614
- background-color: rgb(var(--v-theme-surface-variant));
20615
- color: rgb(var(--v-theme-on-surface-variant));
20599
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20600
+ cursor: pointer;
20616
20601
  }
20617
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20618
- --v-btn-height: 24px;
20619
- --v-btn-size: 0.85rem;
20602
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20603
+ opacity: 0.7;
20620
20604
  }
20621
- .v-date-picker-month__day--week {
20622
- font-size: var(--v-btn-size);
20605
+
20606
+ .date-picker-header-transition-enter-active,
20607
+ .date-picker-header-reverse-transition-enter-active {
20608
+ transition-duration: 0.3s;
20609
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20610
+ }
20611
+ .date-picker-header-transition-leave-active,
20612
+ .date-picker-header-reverse-transition-leave-active {
20613
+ transition-duration: 0.3s;
20614
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20623
20615
  }
20624
20616
 
20625
- .v-date-picker-month__day--adjacent {
20626
- opacity: 0.5;
20617
+ .date-picker-header-transition-enter-from {
20618
+ transform: translate(0, 100%);
20619
+ }
20620
+ .date-picker-header-transition-leave-to {
20621
+ opacity: 0;
20622
+ transform: translate(0, -100%);
20627
20623
  }
20628
20624
 
20629
- .v-date-picker-month__day--hide-adjacent {
20625
+ .date-picker-header-reverse-transition-enter-from {
20626
+ transform: translate(0, -100%);
20627
+ }
20628
+ .date-picker-header-reverse-transition-leave-to {
20630
20629
  opacity: 0;
20630
+ transform: translate(0, 100%);
20631
20631
  }.v-date-picker-months {
20632
20632
  height: 288px;
20633
20633
  }
@@ -20647,21 +20647,6 @@ html.overflow-y-hidden {
20647
20647
  text-transform: none;
20648
20648
  padding-inline-start: 8px;
20649
20649
  padding-inline-end: 8px;
20650
- }.v-date-picker-years {
20651
- height: 288px;
20652
- overflow-y: scroll;
20653
- }
20654
-
20655
- .v-date-picker-years__content {
20656
- display: grid;
20657
- flex: 1 1;
20658
- justify-content: space-around;
20659
- grid-template-columns: repeat(3, 1fr);
20660
- gap: 8px 24px;
20661
- padding-inline: 32px;
20662
- }
20663
- .v-date-picker-years__content .v-btn {
20664
- padding-inline: 8px;
20665
20650
  }.v-dialog {
20666
20651
  align-items: center;
20667
20652
  justify-content: center;
@@ -20762,6 +20747,21 @@ html.overflow-y-hidden {
20762
20747
  -webkit-backface-visibility: hidden;
20763
20748
  backface-visibility: hidden;
20764
20749
  overflow-y: auto;
20750
+ }.v-date-picker-years {
20751
+ height: 288px;
20752
+ overflow-y: scroll;
20753
+ }
20754
+
20755
+ .v-date-picker-years__content {
20756
+ display: grid;
20757
+ flex: 1 1;
20758
+ justify-content: space-around;
20759
+ grid-template-columns: repeat(3, 1fr);
20760
+ gap: 8px 24px;
20761
+ padding-inline: 32px;
20762
+ }
20763
+ .v-date-picker-years__content .v-btn {
20764
+ padding-inline: 8px;
20765
20765
  }.v-divider {
20766
20766
  display: block;
20767
20767
  flex: 1 1 100%;
@@ -21097,75 +21097,6 @@ html.overflow-y-hidden {
21097
21097
  }
21098
21098
  .v-expansion-panels--tile > .v-expansion-panel {
21099
21099
  border-radius: 0;
21100
- }.v-fab {
21101
- align-items: center;
21102
- display: inline-flex;
21103
- flex: 1 1 auto;
21104
- pointer-events: none;
21105
- position: relative;
21106
- transition-duration: 0.2s;
21107
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21108
- vertical-align: middle;
21109
- }
21110
- .v-fab .v-btn {
21111
- pointer-events: auto;
21112
- }
21113
- .v-fab .v-btn--variant-elevated {
21114
- 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));
21115
- }
21116
- .v-fab--app, .v-fab--absolute {
21117
- display: flex;
21118
- }
21119
- .v-fab--start, .v-fab--left {
21120
- justify-content: flex-start;
21121
- }
21122
- .v-fab--center {
21123
- align-items: center;
21124
- justify-content: center;
21125
- }
21126
- .v-fab--end, .v-fab--right {
21127
- justify-content: flex-end;
21128
- }
21129
- .v-fab--bottom {
21130
- align-items: flex-end;
21131
- }
21132
- .v-fab--top {
21133
- align-items: flex-start;
21134
- }
21135
- .v-fab--extended .v-btn {
21136
- border-radius: 9999px !important;
21137
- }
21138
-
21139
- .v-fab__container {
21140
- align-self: center;
21141
- display: inline-flex;
21142
- position: absolute;
21143
- vertical-align: middle;
21144
- }
21145
- .v-fab--app .v-fab__container {
21146
- margin: 12px;
21147
- }
21148
- .v-fab--absolute .v-fab__container {
21149
- position: absolute;
21150
- z-index: 4;
21151
- }
21152
- .v-fab--offset.v-fab--top .v-fab__container {
21153
- transform: translateY(-50%);
21154
- }
21155
- .v-fab--offset.v-fab--bottom .v-fab__container {
21156
- transform: translateY(50%);
21157
- }
21158
- .v-fab--top .v-fab__container {
21159
- top: 0;
21160
- }
21161
- .v-fab--bottom .v-fab__container {
21162
- bottom: 0;
21163
- }
21164
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21165
- left: 0;
21166
- }
21167
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21168
- right: 0;
21169
21100
  }/* region INPUT */
21170
21101
  .v-field {
21171
21102
  display: grid;
@@ -21749,7 +21680,76 @@ textarea.v-field__input::placeholder {
21749
21680
  opacity: 0;
21750
21681
  }
21751
21682
 
21752
- /* endregion */.v-file-input--hide.v-input .v-field,
21683
+ /* endregion */.v-fab {
21684
+ align-items: center;
21685
+ display: inline-flex;
21686
+ flex: 1 1 auto;
21687
+ pointer-events: none;
21688
+ position: relative;
21689
+ transition-duration: 0.2s;
21690
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21691
+ vertical-align: middle;
21692
+ }
21693
+ .v-fab .v-btn {
21694
+ pointer-events: auto;
21695
+ }
21696
+ .v-fab .v-btn--variant-elevated {
21697
+ 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));
21698
+ }
21699
+ .v-fab--app, .v-fab--absolute {
21700
+ display: flex;
21701
+ }
21702
+ .v-fab--start, .v-fab--left {
21703
+ justify-content: flex-start;
21704
+ }
21705
+ .v-fab--center {
21706
+ align-items: center;
21707
+ justify-content: center;
21708
+ }
21709
+ .v-fab--end, .v-fab--right {
21710
+ justify-content: flex-end;
21711
+ }
21712
+ .v-fab--bottom {
21713
+ align-items: flex-end;
21714
+ }
21715
+ .v-fab--top {
21716
+ align-items: flex-start;
21717
+ }
21718
+ .v-fab--extended .v-btn {
21719
+ border-radius: 9999px !important;
21720
+ }
21721
+
21722
+ .v-fab__container {
21723
+ align-self: center;
21724
+ display: inline-flex;
21725
+ position: absolute;
21726
+ vertical-align: middle;
21727
+ }
21728
+ .v-fab--app .v-fab__container {
21729
+ margin: 12px;
21730
+ }
21731
+ .v-fab--absolute .v-fab__container {
21732
+ position: absolute;
21733
+ z-index: 4;
21734
+ }
21735
+ .v-fab--offset.v-fab--top .v-fab__container {
21736
+ transform: translateY(-50%);
21737
+ }
21738
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21739
+ transform: translateY(50%);
21740
+ }
21741
+ .v-fab--top .v-fab__container {
21742
+ top: 0;
21743
+ }
21744
+ .v-fab--bottom .v-fab__container {
21745
+ bottom: 0;
21746
+ }
21747
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21748
+ left: 0;
21749
+ }
21750
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21751
+ right: 0;
21752
+ }.v-file-input--hide.v-input .v-field,
21753
21753
  .v-file-input--hide.v-input .v-input__control,
21754
21754
  .v-file-input--hide.v-input .v-input__details {
21755
21755
  display: none;
@@ -21778,57 +21778,21 @@ textarea.v-field__input::placeholder {
21778
21778
  }
21779
21779
  .v-input--plain-underlined.v-file-input .v-input__details {
21780
21780
  padding-inline: 0;
21781
- }.v-footer {
21782
- align-items: center;
21783
- display: flex;
21784
- flex: 1 1 auto;
21785
- padding: 8px 16px;
21786
- position: relative;
21787
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21788
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21781
+ }.v-container {
21782
+ width: 100%;
21783
+ padding: 16px;
21784
+ margin-right: auto;
21785
+ margin-left: auto;
21789
21786
  }
21790
- .v-footer {
21791
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21792
- border-style: solid;
21793
- border-width: 0;
21787
+ @media (min-width: 960px) {
21788
+ .v-container {
21789
+ max-width: 900px;
21790
+ }
21794
21791
  }
21795
- .v-footer--border {
21796
- border-width: thin;
21797
- box-shadow: none;
21798
- }
21799
- .v-footer {
21800
- 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));
21801
- }
21802
- .v-footer--absolute {
21803
- position: absolute;
21804
- }
21805
- .v-footer--fixed {
21806
- position: fixed;
21807
- }
21808
- .v-footer {
21809
- border-radius: 0;
21810
- }
21811
- .v-footer {
21812
- background: rgb(var(--v-theme-surface));
21813
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21814
- }
21815
- .v-footer--rounded {
21816
- border-radius: 4px;
21817
- }.v-container {
21818
- width: 100%;
21819
- padding: 16px;
21820
- margin-right: auto;
21821
- margin-left: auto;
21822
- }
21823
- @media (min-width: 960px) {
21824
- .v-container {
21825
- max-width: 900px;
21826
- }
21827
- }
21828
- @media (min-width: 1280px) {
21829
- .v-container {
21830
- max-width: 1200px;
21831
- }
21792
+ @media (min-width: 1280px) {
21793
+ .v-container {
21794
+ max-width: 1200px;
21795
+ }
21832
21796
  }
21833
21797
  @media (min-width: 1920px) {
21834
21798
  .v-container {
@@ -22486,6 +22450,42 @@ textarea.v-field__input::placeholder {
22486
22450
  .offset-xxl-11 {
22487
22451
  margin-inline-start: 91.6666666667%;
22488
22452
  }
22453
+ }.v-footer {
22454
+ align-items: center;
22455
+ display: flex;
22456
+ flex: 1 1 auto;
22457
+ padding: 8px 16px;
22458
+ position: relative;
22459
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22460
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22461
+ }
22462
+ .v-footer {
22463
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22464
+ border-style: solid;
22465
+ border-width: 0;
22466
+ }
22467
+ .v-footer--border {
22468
+ border-width: thin;
22469
+ box-shadow: none;
22470
+ }
22471
+ .v-footer {
22472
+ 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));
22473
+ }
22474
+ .v-footer--absolute {
22475
+ position: absolute;
22476
+ }
22477
+ .v-footer--fixed {
22478
+ position: fixed;
22479
+ }
22480
+ .v-footer {
22481
+ border-radius: 0;
22482
+ }
22483
+ .v-footer {
22484
+ background: rgb(var(--v-theme-surface));
22485
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22486
+ }
22487
+ .v-footer--rounded {
22488
+ border-radius: 4px;
22489
22489
  }.v-icon {
22490
22490
  --v-icon-size-multiplier: 1;
22491
22491
  align-items: center;
@@ -22539,43 +22539,6 @@ textarea.v-field__input::placeholder {
22539
22539
 
22540
22540
  .v-icon--end {
22541
22541
  margin-inline-start: 8px;
22542
- }.v-infinite-scroll--horizontal {
22543
- display: flex;
22544
- flex-direction: row;
22545
- overflow-x: auto;
22546
- }
22547
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22548
- height: 100%;
22549
- width: var(--v-infinite-margin-size, 1px);
22550
- }
22551
-
22552
- .v-infinite-scroll--vertical {
22553
- display: flex;
22554
- flex-direction: column;
22555
- overflow-y: auto;
22556
- }
22557
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22558
- height: 1px;
22559
- width: 100%;
22560
- }
22561
-
22562
- .v-infinite-scroll-intersect {
22563
- pointer-events: none;
22564
- margin-top: var(--v-infinite-margin);
22565
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22566
- }
22567
- .v-infinite-scroll-intersect:nth-child(2) {
22568
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22569
- }
22570
- .v-infinite-scroll-intersect:nth-last-child(2) {
22571
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22572
- }
22573
-
22574
- .v-infinite-scroll__side {
22575
- align-items: center;
22576
- display: flex;
22577
- justify-content: center;
22578
- padding: 8px;
22579
22542
  }.v-img {
22580
22543
  --v-theme-overlay-multiplier: 3;
22581
22544
  z-index: 0;
@@ -22627,11 +22590,43 @@ textarea.v-field__input::placeholder {
22627
22590
 
22628
22591
  .v-img__gradient {
22629
22592
  background-repeat: no-repeat;
22630
- }.v-item-group {
22631
- flex: 0 1 auto;
22632
- max-width: 100%;
22633
- position: relative;
22634
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22593
+ }.v-infinite-scroll--horizontal {
22594
+ display: flex;
22595
+ flex-direction: row;
22596
+ overflow-x: auto;
22597
+ }
22598
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22599
+ height: 100%;
22600
+ width: var(--v-infinite-margin-size, 1px);
22601
+ }
22602
+
22603
+ .v-infinite-scroll--vertical {
22604
+ display: flex;
22605
+ flex-direction: column;
22606
+ overflow-y: auto;
22607
+ }
22608
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22609
+ height: 1px;
22610
+ width: 100%;
22611
+ }
22612
+
22613
+ .v-infinite-scroll-intersect {
22614
+ pointer-events: none;
22615
+ margin-top: var(--v-infinite-margin);
22616
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22617
+ }
22618
+ .v-infinite-scroll-intersect:nth-child(2) {
22619
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22620
+ }
22621
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22622
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22623
+ }
22624
+
22625
+ .v-infinite-scroll__side {
22626
+ align-items: center;
22627
+ display: flex;
22628
+ justify-content: center;
22629
+ padding: 8px;
22635
22630
  }.v-input {
22636
22631
  display: grid;
22637
22632
  flex: 1 1 auto;
@@ -22774,21 +22769,11 @@ textarea.v-field__input::placeholder {
22774
22769
 
22775
22770
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22776
22771
  padding-top: calc(var(--v-input-padding-top) + 0px);
22777
- }.v-layout {
22778
- --v-scrollbar-offset: 0px;
22779
- display: flex;
22780
- flex: 1 1 auto;
22781
- }
22782
- .v-layout--full-height {
22783
- --v-scrollbar-offset: inherit;
22784
- height: 100%;
22785
- }.v-layout-item {
22786
- position: absolute;
22772
+ }.v-item-group {
22773
+ flex: 0 1 auto;
22774
+ max-width: 100%;
22775
+ position: relative;
22787
22776
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22788
- }
22789
-
22790
- .v-layout-item--absolute {
22791
- position: absolute;
22792
22777
  }.v-label {
22793
22778
  align-items: center;
22794
22779
  color: inherit;
@@ -22804,8 +22789,21 @@ textarea.v-field__input::placeholder {
22804
22789
 
22805
22790
  .v-label--clickable {
22806
22791
  cursor: pointer;
22807
- }.v-locale-provider {
22808
- display: contents;
22792
+ }.v-layout {
22793
+ --v-scrollbar-offset: 0px;
22794
+ display: flex;
22795
+ flex: 1 1 auto;
22796
+ }
22797
+ .v-layout--full-height {
22798
+ --v-scrollbar-offset: inherit;
22799
+ height: 100%;
22800
+ }.v-layout-item {
22801
+ position: absolute;
22802
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22803
+ }
22804
+
22805
+ .v-layout-item--absolute {
22806
+ position: absolute;
22809
22807
  }.v-list {
22810
22808
  overflow: auto;
22811
22809
  padding: 8px 0;
@@ -23381,6 +23379,8 @@ textarea.v-field__input::placeholder {
23381
23379
  }
23382
23380
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23383
23381
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23382
+ }.v-locale-provider {
23383
+ display: contents;
23384
23384
  }.v-main {
23385
23385
  flex: 1 0 auto;
23386
23386
  max-width: 100%;
@@ -23554,14 +23554,6 @@ textarea.v-field__input::placeholder {
23554
23554
  -webkit-hyphens: auto;
23555
23555
  hyphens: auto;
23556
23556
  transition-duration: 150ms;
23557
- }.v-pagination__list {
23558
- display: inline-flex;
23559
- list-style-type: none;
23560
- justify-content: center;
23561
- width: 100%;
23562
- }
23563
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23564
- margin: 0.3rem;
23565
23557
  }.v-overlay-container {
23566
23558
  contain: layout;
23567
23559
  left: 0;
@@ -23683,61 +23675,171 @@ html.v-overlay-scroll-blocked {
23683
23675
  }
23684
23676
  .v-otp-input__loader .v-progress-linear {
23685
23677
  position: absolute;
23686
- }.v-parallax {
23687
- position: relative;
23688
- overflow: hidden;
23689
- }
23690
- .v-parallax--active > .v-img__img {
23691
- will-change: transform;
23692
- }.v-progress-linear {
23693
- background: transparent;
23694
- overflow: hidden;
23695
- position: relative;
23696
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23678
+ }.v-pagination__list {
23679
+ display: inline-flex;
23680
+ list-style-type: none;
23681
+ justify-content: center;
23697
23682
  width: 100%;
23698
23683
  }
23699
- .v-progress-linear--rounded {
23700
- border-radius: 9999px;
23701
- }
23702
- @media (forced-colors: active) {
23703
- .v-progress-linear {
23704
- border: thin solid buttontext;
23705
- }
23684
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23685
+ margin: 0.3rem;
23686
+ }.v-progress-circular {
23687
+ align-items: center;
23688
+ display: inline-flex;
23689
+ justify-content: center;
23690
+ position: relative;
23691
+ vertical-align: middle;
23706
23692
  }
23707
-
23708
- .v-progress-linear__background,
23709
- .v-progress-linear__buffer {
23710
- background: currentColor;
23711
- bottom: 0;
23712
- left: 0;
23713
- opacity: var(--v-border-opacity);
23693
+ .v-progress-circular > svg {
23694
+ width: 100%;
23695
+ height: 100%;
23696
+ margin: auto;
23714
23697
  position: absolute;
23715
23698
  top: 0;
23716
- width: 100%;
23717
- transition-property: width, left, right;
23718
- transition: inherit;
23699
+ bottom: 0;
23700
+ left: 0;
23701
+ right: 0;
23702
+ z-index: 0;
23719
23703
  }
23720
23704
 
23721
- @media (forced-colors: active) {
23722
- .v-progress-linear__buffer {
23723
- background-color: highlight;
23724
- opacity: 0.3;
23725
- }
23726
- }
23727
- .v-progress-linear__content {
23705
+ .v-progress-circular__content {
23728
23706
  align-items: center;
23729
23707
  display: flex;
23730
- height: 100%;
23731
23708
  justify-content: center;
23732
- left: 0;
23733
- pointer-events: none;
23734
- position: absolute;
23735
- top: 0;
23736
- width: 100%;
23737
23709
  }
23738
23710
 
23739
- .v-progress-linear__determinate,
23740
- .v-progress-linear__indeterminate {
23711
+ .v-progress-circular__underlay {
23712
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23713
+ stroke: currentColor;
23714
+ z-index: 1;
23715
+ }
23716
+
23717
+ .v-progress-circular__overlay {
23718
+ stroke: currentColor;
23719
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23720
+ z-index: 2;
23721
+ }
23722
+
23723
+ .v-progress-circular--size-x-small {
23724
+ height: 16px;
23725
+ width: 16px;
23726
+ }
23727
+ .v-progress-circular--size-small {
23728
+ height: 24px;
23729
+ width: 24px;
23730
+ }
23731
+ .v-progress-circular--size-default {
23732
+ height: 32px;
23733
+ width: 32px;
23734
+ }
23735
+ .v-progress-circular--size-large {
23736
+ height: 48px;
23737
+ width: 48px;
23738
+ }
23739
+ .v-progress-circular--size-x-large {
23740
+ height: 64px;
23741
+ width: 64px;
23742
+ }
23743
+
23744
+ .v-progress-circular--indeterminate > svg {
23745
+ animation: progress-circular-rotate 1.4s linear infinite;
23746
+ transform-origin: center center;
23747
+ transition: all 0.2s ease-in-out;
23748
+ }
23749
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
23750
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23751
+ stroke-dasharray: 25, 200;
23752
+ stroke-dashoffset: 0;
23753
+ stroke-linecap: round;
23754
+ transform-origin: center center;
23755
+ transform: rotate(-90deg);
23756
+ }
23757
+
23758
+ .v-progress-circular--disable-shrink > svg {
23759
+ animation-duration: 0.7s;
23760
+ }
23761
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23762
+ animation: none;
23763
+ }
23764
+
23765
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23766
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23767
+ animation-play-state: paused !important;
23768
+ }
23769
+
23770
+ @keyframes progress-circular-dash {
23771
+ 0% {
23772
+ stroke-dasharray: 1, 200;
23773
+ stroke-dashoffset: 0px;
23774
+ }
23775
+ 50% {
23776
+ stroke-dasharray: 100, 200;
23777
+ stroke-dashoffset: -15px;
23778
+ }
23779
+ 100% {
23780
+ stroke-dasharray: 100, 200;
23781
+ stroke-dashoffset: -124px;
23782
+ }
23783
+ }
23784
+ @keyframes progress-circular-rotate {
23785
+ 100% {
23786
+ transform: rotate(270deg);
23787
+ }
23788
+ }.v-parallax {
23789
+ position: relative;
23790
+ overflow: hidden;
23791
+ }
23792
+ .v-parallax--active > .v-img__img {
23793
+ will-change: transform;
23794
+ }.v-progress-linear {
23795
+ background: transparent;
23796
+ overflow: hidden;
23797
+ position: relative;
23798
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23799
+ width: 100%;
23800
+ }
23801
+ .v-progress-linear--rounded {
23802
+ border-radius: 9999px;
23803
+ }
23804
+ @media (forced-colors: active) {
23805
+ .v-progress-linear {
23806
+ border: thin solid buttontext;
23807
+ }
23808
+ }
23809
+
23810
+ .v-progress-linear__background,
23811
+ .v-progress-linear__buffer {
23812
+ background: currentColor;
23813
+ bottom: 0;
23814
+ left: 0;
23815
+ opacity: var(--v-border-opacity);
23816
+ position: absolute;
23817
+ top: 0;
23818
+ width: 100%;
23819
+ transition-property: width, left, right;
23820
+ transition: inherit;
23821
+ }
23822
+
23823
+ @media (forced-colors: active) {
23824
+ .v-progress-linear__buffer {
23825
+ background-color: highlight;
23826
+ opacity: 0.3;
23827
+ }
23828
+ }
23829
+ .v-progress-linear__content {
23830
+ align-items: center;
23831
+ display: flex;
23832
+ height: 100%;
23833
+ justify-content: center;
23834
+ left: 0;
23835
+ pointer-events: none;
23836
+ position: absolute;
23837
+ top: 0;
23838
+ width: 100%;
23839
+ }
23840
+
23841
+ .v-progress-linear__determinate,
23842
+ .v-progress-linear__indeterminate {
23741
23843
  background: currentColor;
23742
23844
  }
23743
23845
  @media (forced-colors: active) {
@@ -23917,117 +24019,80 @@ html.v-overlay-scroll-blocked {
23917
24019
  0% {
23918
24020
  background-position-x: var(--v-progress-linear-height);
23919
24021
  }
23920
- }.v-progress-circular {
23921
- align-items: center;
24022
+ }.v-rating {
24023
+ max-width: 100%;
23922
24024
  display: inline-flex;
23923
- justify-content: center;
23924
- position: relative;
23925
- vertical-align: middle;
24025
+ white-space: nowrap;
23926
24026
  }
23927
- .v-progress-circular > svg {
23928
- width: 100%;
23929
- height: 100%;
23930
- margin: auto;
23931
- position: absolute;
23932
- top: 0;
23933
- bottom: 0;
23934
- left: 0;
23935
- right: 0;
23936
- z-index: 0;
24027
+ .v-rating--readonly {
24028
+ pointer-events: none;
23937
24029
  }
23938
24030
 
23939
- .v-progress-circular__content {
24031
+ .v-rating__wrapper {
23940
24032
  align-items: center;
23941
- display: flex;
23942
- justify-content: center;
24033
+ display: inline-flex;
24034
+ flex-direction: column;
23943
24035
  }
23944
-
23945
- .v-progress-circular__underlay {
23946
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23947
- stroke: currentColor;
23948
- z-index: 1;
24036
+ .v-rating__wrapper--bottom {
24037
+ flex-direction: column-reverse;
23949
24038
  }
23950
24039
 
23951
- .v-progress-circular__overlay {
23952
- stroke: currentColor;
23953
- transition: all 0.2s ease-in-out, stroke-width 0s;
23954
- z-index: 2;
24040
+ .v-rating__item {
24041
+ display: inline-flex;
24042
+ position: relative;
23955
24043
  }
23956
-
23957
- .v-progress-circular--size-x-small {
23958
- height: 16px;
23959
- width: 16px;
24044
+ .v-rating__item label {
24045
+ cursor: pointer;
23960
24046
  }
23961
- .v-progress-circular--size-small {
23962
- height: 24px;
23963
- width: 24px;
24047
+ .v-rating__item .v-btn--variant-plain {
24048
+ opacity: 1;
23964
24049
  }
23965
- .v-progress-circular--size-default {
23966
- height: 32px;
23967
- width: 32px;
24050
+ .v-rating__item .v-btn {
24051
+ transition-property: transform;
23968
24052
  }
23969
- .v-progress-circular--size-large {
23970
- height: 48px;
23971
- width: 48px;
24053
+ .v-rating__item .v-btn .v-icon {
24054
+ transition: inherit;
24055
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23972
24056
  }
23973
- .v-progress-circular--size-x-large {
23974
- height: 64px;
23975
- width: 64px;
24057
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24058
+ transform: scale(1.25);
23976
24059
  }
23977
-
23978
- .v-progress-circular--indeterminate > svg {
23979
- animation: progress-circular-rotate 1.4s linear infinite;
23980
- transform-origin: center center;
23981
- transition: all 0.2s ease-in-out;
24060
+ .v-rating__item--half {
24061
+ overflow: hidden;
24062
+ position: absolute;
24063
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24064
+ z-index: 1;
23982
24065
  }
23983
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23984
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23985
- stroke-dasharray: 25, 200;
23986
- stroke-dashoffset: 0;
23987
- stroke-linecap: round;
23988
- transform-origin: center center;
23989
- transform: rotate(-90deg);
24066
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24067
+ opacity: 0;
23990
24068
  }
23991
24069
 
23992
- .v-progress-circular--disable-shrink > svg {
23993
- animation-duration: 0.7s;
24070
+ .v-rating__hidden {
24071
+ height: 0;
24072
+ opacity: 0;
24073
+ position: absolute;
24074
+ width: 0;
24075
+ }.v-radio-group > .v-input__control {
24076
+ flex-direction: column;
23994
24077
  }
23995
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23996
- animation: none;
24078
+ .v-radio-group > .v-input__control > .v-label {
24079
+ margin-inline-start: 16px;
23997
24080
  }
23998
-
23999
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24000
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24001
- animation-play-state: paused !important;
24002
- }
24003
-
24004
- @keyframes progress-circular-dash {
24005
- 0% {
24006
- stroke-dasharray: 1, 200;
24007
- stroke-dashoffset: 0px;
24008
- }
24009
- 50% {
24010
- stroke-dasharray: 100, 200;
24011
- stroke-dashoffset: -15px;
24012
- }
24013
- 100% {
24014
- stroke-dasharray: 100, 200;
24015
- stroke-dashoffset: -124px;
24016
- }
24017
- }
24018
- @keyframes progress-circular-rotate {
24019
- 100% {
24020
- transform: rotate(270deg);
24021
- }
24022
- }.v-slider .v-slider__container input {
24023
- cursor: default;
24024
- padding: 0;
24025
- width: 100%;
24026
- display: none;
24027
- }
24028
- .v-slider > .v-input__append,
24029
- .v-slider > .v-input__prepend {
24030
- padding: 0;
24081
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24082
+ padding-inline-start: 6px;
24083
+ margin-top: 8px;
24084
+ }
24085
+ .v-radio-group .v-input__details {
24086
+ padding-inline: 16px;
24087
+ }.v-slider .v-slider__container input {
24088
+ cursor: default;
24089
+ padding: 0;
24090
+ width: 100%;
24091
+ display: none;
24092
+ }
24093
+ .v-slider > .v-input__append,
24094
+ .v-slider > .v-input__prepend {
24095
+ padding: 0;
24031
24096
  }
24032
24097
 
24033
24098
  .v-slider__container {
@@ -24076,59 +24141,32 @@ html.v-overlay-scroll-blocked {
24076
24141
 
24077
24142
  .v-slider__label {
24078
24143
  margin-inline-end: 12px;
24079
- }.v-rating {
24144
+ }.v-responsive {
24145
+ display: flex;
24146
+ flex: 1 0 auto;
24147
+ max-height: 100%;
24080
24148
  max-width: 100%;
24081
- display: inline-flex;
24082
- white-space: nowrap;
24083
- }
24084
- .v-rating--readonly {
24085
- pointer-events: none;
24149
+ overflow: hidden;
24150
+ position: relative;
24086
24151
  }
24087
-
24088
- .v-rating__wrapper {
24089
- align-items: center;
24152
+ .v-responsive--inline {
24090
24153
  display: inline-flex;
24091
- flex-direction: column;
24092
- }
24093
- .v-rating__wrapper--bottom {
24094
- flex-direction: column-reverse;
24154
+ flex: 0 0 auto;
24095
24155
  }
24096
24156
 
24097
- .v-rating__item {
24098
- display: inline-flex;
24099
- position: relative;
24100
- }
24101
- .v-rating__item label {
24102
- cursor: pointer;
24103
- }
24104
- .v-rating__item .v-btn--variant-plain {
24105
- opacity: 1;
24106
- }
24107
- .v-rating__item .v-btn {
24108
- transition-property: transform;
24109
- }
24110
- .v-rating__item .v-btn .v-icon {
24111
- transition: inherit;
24112
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24113
- }
24114
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24115
- transform: scale(1.25);
24116
- }
24117
- .v-rating__item--half {
24118
- overflow: hidden;
24119
- position: absolute;
24120
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24121
- z-index: 1;
24157
+ .v-responsive__content {
24158
+ flex: 1 0 0px;
24159
+ max-width: 100%;
24122
24160
  }
24123
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24124
- opacity: 0;
24161
+
24162
+ .v-responsive__sizer ~ .v-responsive__content {
24163
+ margin-inline-start: -100%;
24125
24164
  }
24126
24165
 
24127
- .v-rating__hidden {
24128
- height: 0;
24129
- opacity: 0;
24130
- position: absolute;
24131
- width: 0;
24166
+ .v-responsive__sizer {
24167
+ flex: 1 0 0px;
24168
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24169
+ pointer-events: none;
24132
24170
  }.v-select .v-field .v-text-field__prefix,
24133
24171
  .v-select .v-field .v-text-field__suffix,
24134
24172
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24181,18 +24219,6 @@ html.v-overlay-scroll-blocked {
24181
24219
  .v-select--active-menu .v-select__menu-icon {
24182
24220
  opacity: var(--v-high-emphasis-opacity);
24183
24221
  transform: rotate(180deg);
24184
- }.v-radio-group > .v-input__control {
24185
- flex-direction: column;
24186
- }
24187
- .v-radio-group > .v-input__control > .v-label {
24188
- margin-inline-start: 16px;
24189
- }
24190
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24191
- padding-inline-start: 6px;
24192
- margin-top: 8px;
24193
- }
24194
- .v-radio-group .v-input__details {
24195
- padding-inline: 16px;
24196
24222
  }.v-selection-control {
24197
24223
  align-items: center;
24198
24224
  contain: layout;
@@ -24296,32 +24322,69 @@ html.v-overlay-scroll-blocked {
24296
24322
  }
24297
24323
  .v-selection-control--focus-visible .v-selection-control__input::before {
24298
24324
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24299
- }.v-responsive {
24325
+ }.v-selection-control-group {
24326
+ grid-area: control;
24327
+ display: flex;
24328
+ flex-direction: column;
24329
+ }
24330
+ .v-selection-control-group--inline {
24331
+ flex-direction: row;
24332
+ flex-wrap: wrap;
24333
+ }.v-slide-group {
24300
24334
  display: flex;
24301
- flex: 1 0 auto;
24302
- max-height: 100%;
24303
- max-width: 100%;
24304
24335
  overflow: hidden;
24305
- position: relative;
24306
24336
  }
24307
- .v-responsive--inline {
24308
- display: inline-flex;
24309
- flex: 0 0 auto;
24337
+
24338
+ .v-slide-group__next,
24339
+ .v-slide-group__prev {
24340
+ align-items: center;
24341
+ display: flex;
24342
+ flex: 0 1 52px;
24343
+ justify-content: center;
24344
+ min-width: 52px;
24345
+ cursor: pointer;
24346
+ }
24347
+ .v-slide-group__next--disabled,
24348
+ .v-slide-group__prev--disabled {
24349
+ pointer-events: none;
24350
+ opacity: var(--v-disabled-opacity);
24310
24351
  }
24311
24352
 
24312
- .v-responsive__content {
24313
- flex: 1 0 0px;
24314
- max-width: 100%;
24353
+ .v-slide-group__content {
24354
+ display: flex;
24355
+ flex: 1 0 auto;
24356
+ position: relative;
24357
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24358
+ white-space: nowrap;
24359
+ }
24360
+ .v-slide-group__content > * {
24361
+ white-space: initial;
24315
24362
  }
24316
24363
 
24317
- .v-responsive__sizer ~ .v-responsive__content {
24318
- margin-inline-start: -100%;
24364
+ .v-slide-group__container {
24365
+ contain: content;
24366
+ display: flex;
24367
+ flex: 1 1 auto;
24368
+ overflow-x: auto;
24369
+ overflow-y: hidden;
24370
+ scrollbar-width: none;
24371
+ scrollbar-color: rgba(0, 0, 0, 0);
24372
+ }
24373
+ .v-slide-group__container::-webkit-scrollbar {
24374
+ display: none;
24319
24375
  }
24320
24376
 
24321
- .v-responsive__sizer {
24322
- flex: 1 0 0px;
24323
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24324
- pointer-events: none;
24377
+ .v-slide-group--vertical {
24378
+ max-height: inherit;
24379
+ }
24380
+ .v-slide-group--vertical,
24381
+ .v-slide-group--vertical .v-slide-group__container,
24382
+ .v-slide-group--vertical .v-slide-group__content {
24383
+ flex-direction: column;
24384
+ }
24385
+ .v-slide-group--vertical .v-slide-group__container {
24386
+ overflow-x: hidden;
24387
+ overflow-y: auto;
24325
24388
  }.v-sheet {
24326
24389
  display: block;
24327
24390
  }
@@ -24358,14 +24421,6 @@ html.v-overlay-scroll-blocked {
24358
24421
  }
24359
24422
  .v-sheet--rounded {
24360
24423
  border-radius: 4px;
24361
- }.v-selection-control-group {
24362
- grid-area: control;
24363
- display: flex;
24364
- flex-direction: column;
24365
- }
24366
- .v-selection-control-group--inline {
24367
- flex-direction: row;
24368
- flex-wrap: wrap;
24369
24424
  }.v-skeleton-loader {
24370
24425
  align-items: center;
24371
24426
  background: rgb(var(--v-theme-surface));
@@ -24591,146 +24646,50 @@ html.v-overlay-scroll-blocked {
24591
24646
  100% {
24592
24647
  transform: translateX(100%);
24593
24648
  }
24594
- }.v-slide-group {
24595
- display: flex;
24596
- overflow: hidden;
24649
+ }.v-snackbar {
24650
+ justify-content: center;
24651
+ z-index: 10000;
24652
+ margin: 8px;
24653
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24654
+ padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
24597
24655
  }
24598
-
24599
- .v-slide-group__next,
24600
- .v-slide-group__prev {
24656
+ .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
24657
+ align-items: flex-end;
24658
+ }
24659
+ .v-snackbar__wrapper {
24601
24660
  align-items: center;
24602
24661
  display: flex;
24603
- flex: 0 1 52px;
24604
- justify-content: center;
24605
- min-width: 52px;
24606
- cursor: pointer;
24662
+ max-width: 672px;
24663
+ min-height: 48px;
24664
+ min-width: 344px;
24665
+ overflow: hidden;
24666
+ padding: 0;
24607
24667
  }
24608
- .v-slide-group__next--disabled,
24609
- .v-slide-group__prev--disabled {
24610
- pointer-events: none;
24611
- opacity: var(--v-disabled-opacity);
24668
+ .v-snackbar__wrapper {
24669
+ border-radius: 4px;
24612
24670
  }
24613
-
24614
- .v-slide-group__content {
24615
- display: flex;
24616
- flex: 1 0 auto;
24617
- position: relative;
24618
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24619
- white-space: nowrap;
24671
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24672
+ background: transparent;
24673
+ color: inherit;
24620
24674
  }
24621
- .v-slide-group__content > * {
24622
- white-space: initial;
24675
+ .v-snackbar--variant-plain {
24676
+ opacity: 0.62;
24623
24677
  }
24624
-
24625
- .v-slide-group__container {
24626
- contain: content;
24627
- display: flex;
24628
- flex: 1 1 auto;
24629
- overflow-x: auto;
24630
- overflow-y: hidden;
24631
- scrollbar-width: none;
24632
- scrollbar-color: rgba(0, 0, 0, 0);
24678
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24679
+ opacity: 1;
24633
24680
  }
24634
- .v-slide-group__container::-webkit-scrollbar {
24681
+ .v-snackbar--variant-plain .v-snackbar__overlay {
24635
24682
  display: none;
24636
24683
  }
24637
-
24638
- .v-slide-group--vertical {
24639
- max-height: inherit;
24684
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24685
+ background: rgb(var(--v-theme-surface-variant));
24686
+ color: rgb(var(--v-theme-on-surface-variant));
24640
24687
  }
24641
- .v-slide-group--vertical,
24642
- .v-slide-group--vertical .v-slide-group__container,
24643
- .v-slide-group--vertical .v-slide-group__content {
24644
- flex-direction: column;
24688
+ .v-snackbar--variant-elevated {
24689
+ 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));
24645
24690
  }
24646
- .v-slide-group--vertical .v-slide-group__container {
24647
- overflow-x: hidden;
24648
- overflow-y: auto;
24649
- }.v-speed-dial__content {
24650
- gap: 8px;
24651
- }
24652
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24653
- flex-direction: row;
24654
- }
24655
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24656
- flex-direction: row-reverse;
24657
- }
24658
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24659
- flex-direction: column-reverse;
24660
- }
24661
- .v-speed-dial__content > *:nth-child(1) {
24662
- transition-delay: 0s;
24663
- }
24664
- .v-speed-dial__content > *:nth-child(2) {
24665
- transition-delay: 0.05s;
24666
- }
24667
- .v-speed-dial__content > *:nth-child(3) {
24668
- transition-delay: 0.1s;
24669
- }
24670
- .v-speed-dial__content > *:nth-child(4) {
24671
- transition-delay: 0.15s;
24672
- }
24673
- .v-speed-dial__content > *:nth-child(5) {
24674
- transition-delay: 0.2s;
24675
- }
24676
- .v-speed-dial__content > *:nth-child(6) {
24677
- transition-delay: 0.25s;
24678
- }
24679
- .v-speed-dial__content > *:nth-child(7) {
24680
- transition-delay: 0.3s;
24681
- }
24682
- .v-speed-dial__content > *:nth-child(8) {
24683
- transition-delay: 0.35s;
24684
- }
24685
- .v-speed-dial__content > *:nth-child(9) {
24686
- transition-delay: 0.4s;
24687
- }
24688
- .v-speed-dial__content > *:nth-child(10) {
24689
- transition-delay: 0.45s;
24690
- }.v-snackbar {
24691
- justify-content: center;
24692
- z-index: 10000;
24693
- margin: 8px;
24694
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24695
- padding: var(--v-layout-top) var(--v-layout-right) var(--v-layout-bottom) var(--v-layout-left);
24696
- }
24697
- .v-snackbar:not(.v-snackbar--center):not(.v-snackbar--top) {
24698
- align-items: flex-end;
24699
- }
24700
- .v-snackbar__wrapper {
24701
- align-items: center;
24702
- display: flex;
24703
- max-width: 672px;
24704
- min-height: 48px;
24705
- min-width: 344px;
24706
- overflow: hidden;
24707
- padding: 0;
24708
- }
24709
- .v-snackbar__wrapper {
24710
- border-radius: 4px;
24711
- }
24712
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24713
- background: transparent;
24714
- color: inherit;
24715
- }
24716
- .v-snackbar--variant-plain {
24717
- opacity: 0.62;
24718
- }
24719
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24720
- opacity: 1;
24721
- }
24722
- .v-snackbar--variant-plain .v-snackbar__overlay {
24723
- display: none;
24724
- }
24725
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24726
- background: rgb(var(--v-theme-surface-variant));
24727
- color: rgb(var(--v-theme-on-surface-variant));
24728
- }
24729
- .v-snackbar--variant-elevated {
24730
- 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));
24731
- }
24732
- .v-snackbar--variant-flat {
24733
- 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));
24691
+ .v-snackbar--variant-flat {
24692
+ 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));
24734
24693
  }
24735
24694
  .v-snackbar--variant-outlined {
24736
24695
  border: thin solid currentColor;
@@ -24827,188 +24786,222 @@ html.v-overlay-scroll-blocked {
24827
24786
  }
24828
24787
  .v-snackbar-transition-leave-to {
24829
24788
  opacity: 0;
24830
- }.v-switch .v-label {
24831
- padding-inline-start: 10px;
24832
- }
24833
-
24834
- .v-switch__loader {
24835
- display: flex;
24789
+ }.v-speed-dial__content {
24790
+ gap: 8px;
24836
24791
  }
24837
- .v-switch__loader .v-progress-circular {
24838
- color: rgb(var(--v-theme-surface));
24792
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24793
+ flex-direction: row;
24839
24794
  }
24840
-
24841
- .v-switch__track,
24842
- .v-switch__thumb {
24843
- transition: none;
24795
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24796
+ flex-direction: row-reverse;
24844
24797
  }
24845
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24846
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24847
- background-color: rgb(var(--v-theme-error));
24848
- color: rgb(var(--v-theme-on-error));
24798
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24799
+ flex-direction: column-reverse;
24849
24800
  }
24850
-
24851
- .v-switch__track-true {
24852
- margin-inline-end: auto;
24801
+ .v-speed-dial__content > *:nth-child(1) {
24802
+ transition-delay: 0s;
24853
24803
  }
24854
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24855
- opacity: 0;
24804
+ .v-speed-dial__content > *:nth-child(2) {
24805
+ transition-delay: 0.05s;
24856
24806
  }
24857
-
24858
- .v-switch__track-false {
24859
- margin-inline-start: auto;
24807
+ .v-speed-dial__content > *:nth-child(3) {
24808
+ transition-delay: 0.1s;
24860
24809
  }
24861
- .v-selection-control--dirty .v-switch__track-false {
24862
- opacity: 0;
24810
+ .v-speed-dial__content > *:nth-child(4) {
24811
+ transition-delay: 0.15s;
24863
24812
  }
24864
-
24865
- .v-switch__track {
24866
- display: inline-flex;
24867
- align-items: center;
24868
- font-size: 0.5rem;
24869
- padding: 0 5px;
24870
- background-color: rgb(var(--v-theme-surface-variant));
24871
- border-radius: 9999px;
24872
- height: 14px;
24873
- opacity: 0.6;
24874
- min-width: 36px;
24875
- cursor: pointer;
24876
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24813
+ .v-speed-dial__content > *:nth-child(5) {
24814
+ transition-delay: 0.2s;
24877
24815
  }
24878
- .v-switch--inset .v-switch__track {
24879
- border-radius: 9999px;
24880
- font-size: 0.75rem;
24881
- height: 32px;
24882
- min-width: 52px;
24816
+ .v-speed-dial__content > *:nth-child(6) {
24817
+ transition-delay: 0.25s;
24883
24818
  }
24884
-
24885
- .v-switch__thumb {
24886
- align-items: center;
24887
- background-color: rgb(var(--v-theme-surface-bright));
24888
- color: rgb(var(--v-theme-on-surface-bright));
24889
- border-radius: 50%;
24890
- display: flex;
24891
- font-size: 0.75rem;
24892
- height: 20px;
24893
- justify-content: center;
24894
- width: 20px;
24895
- pointer-events: none;
24896
- 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);
24897
- position: relative;
24898
- overflow: hidden;
24819
+ .v-speed-dial__content > *:nth-child(7) {
24820
+ transition-delay: 0.3s;
24899
24821
  }
24900
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
24901
- 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));
24822
+ .v-speed-dial__content > *:nth-child(8) {
24823
+ transition-delay: 0.35s;
24902
24824
  }
24903
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24904
- background: rgb(var(--v-theme-surface-variant));
24905
- color: rgb(var(--v-theme-on-surface-variant));
24825
+ .v-speed-dial__content > *:nth-child(9) {
24826
+ transition-delay: 0.4s;
24906
24827
  }
24907
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24908
- 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));
24828
+ .v-speed-dial__content > *:nth-child(10) {
24829
+ transition-delay: 0.45s;
24830
+ }.v-stepper.v-sheet {
24831
+ overflow: hidden;
24909
24832
  }
24910
- .v-switch--inset .v-switch__thumb {
24911
- height: 24px;
24912
- width: 24px;
24913
- transform: scale(0.6666666667);
24833
+ .v-stepper.v-sheet {
24834
+ 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));
24914
24835
  }
24915
- .v-switch--inset .v-switch__thumb--filled {
24916
- transform: none;
24836
+ .v-stepper.v-sheet {
24837
+ border-radius: 4px;
24917
24838
  }
24918
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24919
- transform: none;
24920
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24839
+ .v-stepper.v-sheet.v-stepper--flat {
24840
+ 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));
24921
24841
  }
24922
24842
 
24923
- .v-switch.v-input {
24924
- flex: 0 1 auto;
24843
+ .v-stepper-header {
24844
+ align-items: center;
24845
+ display: flex;
24846
+ position: relative;
24847
+ overflow-x: auto;
24848
+ justify-content: space-between;
24849
+ z-index: 1;
24925
24850
  }
24926
- .v-switch .v-selection-control {
24927
- min-height: var(--v-input-control-height);
24851
+ .v-stepper-header {
24852
+ 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));
24928
24853
  }
24929
- .v-switch .v-selection-control__input {
24930
- border-radius: 50%;
24931
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24932
- position: absolute;
24854
+ .v-stepper-header .v-divider {
24855
+ margin: 0 -16px;
24933
24856
  }
24934
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24935
- transform: translateX(-10px);
24857
+ .v-stepper-header .v-divider:last-child {
24858
+ margin-inline-end: 0;
24936
24859
  }
24937
-
24938
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24939
- transform: translateX(10px);
24860
+ .v-stepper-header .v-divider:first-child {
24861
+ margin-inline-start: 0;
24940
24862
  }
24941
-
24942
- .v-switch .v-selection-control__input .v-icon {
24943
- position: absolute;
24863
+ .v-stepper--alt-labels .v-stepper-header {
24864
+ height: auto;
24944
24865
  }
24945
- .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
24946
- transform: translateX(10px);
24866
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24867
+ align-self: flex-start;
24868
+ margin: 35px -67px 0;
24947
24869
  }
24948
24870
 
24949
- .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
24950
- transform: translateX(-10px);
24871
+ .v-stepper-window {
24872
+ margin: 1.5rem;
24951
24873
  }
24952
24874
 
24953
- .v-switch.v-switch--indeterminate .v-selection-control__input {
24954
- transform: scale(0.8);
24955
- }
24956
- .v-switch.v-switch--indeterminate .v-switch__thumb {
24957
- transform: scale(0.75);
24958
- box-shadow: none;
24959
- }
24960
- .v-switch.v-switch--inset .v-selection-control__wrapper {
24961
- width: auto;
24962
- }
24963
- .v-switch.v-input--vertical .v-label {
24964
- min-width: max-content;
24875
+ .v-stepper-actions {
24876
+ display: flex;
24877
+ align-items: center;
24878
+ justify-content: space-between;
24879
+ padding: 1rem;
24965
24880
  }
24966
- .v-switch.v-input--vertical .v-selection-control__wrapper {
24967
- transform: rotate(-90deg);
24881
+ .v-stepper .v-stepper-actions {
24882
+ padding: 0 1.5rem 1rem;
24968
24883
  }
24969
-
24970
- @media (forced-colors: active) {
24971
- .v-switch .v-switch__loader .v-progress-circular {
24972
- color: currentColor;
24973
- }
24974
- .v-switch .v-switch__thumb {
24975
- background-color: buttontext;
24976
- }
24977
- .v-switch .v-switch__track,
24978
- .v-switch .v-switch__thumb {
24979
- border: 1px solid;
24980
- color: buttontext;
24981
- }
24982
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24983
- background-color: highlight;
24984
- }
24985
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24986
- background-color: highlight;
24987
- }
24988
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24989
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24990
- color: highlight;
24991
- }
24992
- .v-switch.v-switch--inset .v-switch__track {
24993
- border-width: 2px;
24994
- }
24995
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24996
- background-color: highlighttext;
24997
- color: highlighttext;
24998
- }
24999
- .v-switch.v-input--disabled .v-switch__thumb {
25000
- background-color: graytext;
25001
- }
25002
- .v-switch.v-input--disabled .v-switch__track,
25003
- .v-switch.v-input--disabled .v-switch__thumb {
25004
- color: graytext;
25005
- }
25006
- .v-switch.v-switch--loading .v-switch__thumb {
25007
- background-color: canvas;
24884
+ .v-stepper-window-item .v-stepper-actions {
24885
+ padding: 1.5rem 0 0;
24886
+ }.v-stepper-item {
24887
+ align-items: center;
24888
+ align-self: stretch;
24889
+ display: inline-flex;
24890
+ flex: none;
24891
+ outline: none;
24892
+ opacity: var(--v-medium-emphasis-opacity);
24893
+ padding: 1.5rem;
24894
+ position: relative;
24895
+ transition-duration: 0.2s;
24896
+ transition-property: opacity;
24897
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24898
+ }
24899
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24900
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24901
+ }
24902
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24903
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24904
+ }
24905
+ @supports not selector(:focus-visible) {
24906
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24907
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25008
24908
  }
25009
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25010
- border-width: 0;
24909
+ }
24910
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24911
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24912
+ }
24913
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24914
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24915
+ }
24916
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24917
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24918
+ }
24919
+ @supports not selector(:focus-visible) {
24920
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24921
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25011
24922
  }
24923
+ }
24924
+ .v-stepper--non-linear .v-stepper-item {
24925
+ opacity: var(--v-high-emphasis-opacity);
24926
+ }
24927
+ .v-stepper-item--selected {
24928
+ opacity: 1;
24929
+ }
24930
+ .v-stepper-item--error {
24931
+ color: rgb(var(--v-theme-error));
24932
+ }
24933
+ .v-stepper-item--disabled {
24934
+ opacity: var(--v-medium-emphasis-opacity);
24935
+ pointer-events: none;
24936
+ }
24937
+ .v-stepper--alt-labels .v-stepper-item {
24938
+ flex-direction: column;
24939
+ justify-content: flex-start;
24940
+ align-items: center;
24941
+ flex-basis: 175px;
24942
+ }
24943
+
24944
+ .v-stepper-item__avatar.v-avatar {
24945
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24946
+ color: rgb(var(--v-theme-on-surface-variant));
24947
+ font-size: 0.75rem;
24948
+ margin-inline-end: 8px;
24949
+ }
24950
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24951
+ margin-inline-end: 0;
24952
+ }
24953
+ .v-stepper-item__avatar.v-avatar .v-icon {
24954
+ font-size: 0.875rem;
24955
+ }
24956
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24957
+ background: rgb(var(--v-theme-surface-variant));
24958
+ }
24959
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24960
+ background: rgb(var(--v-theme-error));
24961
+ }
24962
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24963
+ margin-bottom: 16px;
24964
+ margin-inline-end: 0;
24965
+ }
24966
+
24967
+ .v-stepper-item__title {
24968
+ line-height: 1;
24969
+ }
24970
+ .v-stepper--mobile .v-stepper-item__title {
24971
+ display: none;
24972
+ }
24973
+
24974
+ .v-stepper-item__subtitle {
24975
+ font-size: 0.75rem;
24976
+ text-align: left;
24977
+ line-height: 1;
24978
+ opacity: var(--v-medium-emphasis-opacity);
24979
+ }
24980
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24981
+ text-align: center;
24982
+ }
24983
+ .v-stepper--mobile .v-stepper-item__subtitle {
24984
+ display: none;
24985
+ }
24986
+
24987
+ .v-stepper-item__overlay {
24988
+ background-color: currentColor;
24989
+ border-radius: inherit;
24990
+ opacity: 0;
24991
+ transition: opacity 0.2s ease-in-out;
24992
+ }
24993
+
24994
+ .v-stepper-item__overlay,
24995
+ .v-stepper-item__underlay {
24996
+ pointer-events: none;
24997
+ }
24998
+ .v-stepper-item__overlay,
24999
+ .v-stepper-item__underlay {
25000
+ position: absolute;
25001
+ top: 0;
25002
+ left: 0;
25003
+ width: 100%;
25004
+ height: 100%;
25012
25005
  }.v-system-bar {
25013
25006
  align-items: center;
25014
25007
  display: flex;
@@ -25052,148 +25045,188 @@ html.v-overlay-scroll-blocked {
25052
25045
  }
25053
25046
  .v-system-bar:not(.v-system-bar--absolute) {
25054
25047
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25055
- }.v-table {
25056
- font-size: 0.875rem;
25057
- transition-duration: 0.28s;
25058
- transition-property: box-shadow, opacity, background, height;
25059
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25048
+ }.v-switch .v-label {
25049
+ padding-inline-start: 10px;
25060
25050
  }
25061
- .v-table {
25062
- background: rgb(var(--v-theme-surface));
25063
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25051
+
25052
+ .v-switch__loader {
25053
+ display: flex;
25064
25054
  }
25065
- .v-table .v-table-divider {
25066
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25055
+ .v-switch__loader .v-progress-circular {
25056
+ color: rgb(var(--v-theme-surface));
25067
25057
  }
25068
- .v-table .v-table__wrapper > table > thead > tr > th {
25069
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25058
+
25059
+ .v-switch__track,
25060
+ .v-switch__thumb {
25061
+ transition: none;
25070
25062
  }
25071
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25072
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25073
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25063
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25064
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25065
+ background-color: rgb(var(--v-theme-error));
25066
+ color: rgb(var(--v-theme-on-error));
25074
25067
  }
25075
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25076
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25077
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25068
+
25069
+ .v-switch__track-true {
25070
+ margin-inline-end: auto;
25078
25071
  }
25079
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25080
- position: relative;
25072
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25073
+ opacity: 0;
25081
25074
  }
25082
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25083
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25084
- pointer-events: none;
25075
+
25076
+ .v-switch__track-false {
25077
+ margin-inline-start: auto;
25085
25078
  }
25086
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25087
- content: "";
25088
- position: absolute;
25089
- top: 0;
25090
- left: 0;
25091
- width: 100%;
25092
- height: 100%;
25079
+ .v-selection-control--dirty .v-switch__track-false {
25080
+ opacity: 0;
25093
25081
  }
25094
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25095
- background: rgb(var(--v-theme-surface));
25096
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25097
- z-index: 1;
25082
+
25083
+ .v-switch__track {
25084
+ display: inline-flex;
25085
+ align-items: center;
25086
+ font-size: 0.5rem;
25087
+ padding: 0 5px;
25088
+ background-color: rgb(var(--v-theme-surface-variant));
25089
+ border-radius: 9999px;
25090
+ height: 14px;
25091
+ opacity: 0.6;
25092
+ min-width: 36px;
25093
+ cursor: pointer;
25094
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25098
25095
  }
25099
- .v-table.v-table--fixed-footer > tfoot > tr > th,
25100
- .v-table.v-table--fixed-footer > tfoot > tr > td {
25101
- background: rgb(var(--v-theme-surface));
25102
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25096
+ .v-switch--inset .v-switch__track {
25097
+ border-radius: 9999px;
25098
+ font-size: 0.75rem;
25099
+ height: 32px;
25100
+ min-width: 52px;
25103
25101
  }
25104
25102
 
25105
- .v-table {
25106
- border-radius: inherit;
25107
- line-height: 1.5;
25108
- max-width: 100%;
25103
+ .v-switch__thumb {
25104
+ align-items: center;
25105
+ background-color: rgb(var(--v-theme-surface-bright));
25106
+ color: rgb(var(--v-theme-on-surface-bright));
25107
+ border-radius: 50%;
25109
25108
  display: flex;
25110
- flex-direction: column;
25111
- }
25112
- .v-table > .v-table__wrapper > table {
25113
- width: 100%;
25114
- border-spacing: 0;
25115
- }
25116
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25117
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25118
- .v-table > .v-table__wrapper > table > thead > tr > td,
25119
- .v-table > .v-table__wrapper > table > thead > tr > th,
25120
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
25121
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25122
- padding: 0 16px;
25123
- transition-duration: 0.28s;
25124
- transition-property: box-shadow, opacity, background, height;
25125
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25109
+ font-size: 0.75rem;
25110
+ height: 20px;
25111
+ justify-content: center;
25112
+ width: 20px;
25113
+ pointer-events: none;
25114
+ 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);
25115
+ position: relative;
25116
+ overflow: hidden;
25126
25117
  }
25127
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25128
- .v-table > .v-table__wrapper > table > thead > tr > td,
25129
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
25130
- height: var(--v-table-row-height);
25118
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
25119
+ 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));
25131
25120
  }
25132
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25133
- .v-table > .v-table__wrapper > table > thead > tr > th,
25134
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25135
- height: var(--v-table-header-height);
25136
- font-weight: 500;
25137
- -webkit-user-select: none;
25138
- user-select: none;
25139
- text-align: start;
25121
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25122
+ background: rgb(var(--v-theme-surface-variant));
25123
+ color: rgb(var(--v-theme-on-surface-variant));
25140
25124
  }
25141
- .v-table--density-default {
25142
- --v-table-header-height: 56px;
25143
- --v-table-row-height: 52px;
25125
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25126
+ 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));
25144
25127
  }
25145
-
25146
- .v-table--density-comfortable {
25147
- --v-table-header-height: 48px;
25148
- --v-table-row-height: 44px;
25128
+ .v-switch--inset .v-switch__thumb {
25129
+ height: 24px;
25130
+ width: 24px;
25131
+ transform: scale(0.6666666667);
25149
25132
  }
25150
-
25151
- .v-table--density-compact {
25152
- --v-table-header-height: 40px;
25153
- --v-table-row-height: 36px;
25133
+ .v-switch--inset .v-switch__thumb--filled {
25134
+ transform: none;
25154
25135
  }
25155
-
25156
- .v-table__wrapper {
25157
- border-radius: inherit;
25158
- overflow: auto;
25159
- flex: 1 1 auto;
25136
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25137
+ transform: none;
25138
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25160
25139
  }
25161
25140
 
25162
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25163
- border-top-left-radius: 0;
25141
+ .v-switch.v-input {
25142
+ flex: 0 1 auto;
25164
25143
  }
25165
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25166
- border-top-right-radius: 0;
25144
+ .v-switch .v-selection-control {
25145
+ min-height: var(--v-input-control-height);
25167
25146
  }
25168
-
25169
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25170
- border-bottom-left-radius: 0;
25147
+ .v-switch .v-selection-control__input {
25148
+ border-radius: 50%;
25149
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25150
+ position: absolute;
25171
25151
  }
25172
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25173
- border-bottom-right-radius: 0;
25152
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25153
+ transform: translateX(-10px);
25174
25154
  }
25175
25155
 
25176
- .v-table--fixed-height > .v-table__wrapper {
25177
- overflow-y: auto;
25156
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25157
+ transform: translateX(10px);
25178
25158
  }
25179
25159
 
25180
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25181
- position: sticky;
25182
- top: 0;
25183
- z-index: 2;
25160
+ .v-switch .v-selection-control__input .v-icon {
25161
+ position: absolute;
25184
25162
  }
25185
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25186
- border-bottom: 0px !important;
25163
+ .v-locale--is-ltr.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control--dirty .v-selection-control__input {
25164
+ transform: translateX(10px);
25187
25165
  }
25188
25166
 
25189
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25190
- position: sticky;
25191
- bottom: 0;
25192
- z-index: 1;
25167
+ .v-locale--is-rtl.v-switch .v-selection-control--dirty .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control--dirty .v-selection-control__input {
25168
+ transform: translateX(-10px);
25193
25169
  }
25194
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25195
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25196
- border-top: 0px !important;
25170
+
25171
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
25172
+ transform: scale(0.8);
25173
+ }
25174
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
25175
+ transform: scale(0.75);
25176
+ box-shadow: none;
25177
+ }
25178
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
25179
+ width: auto;
25180
+ }
25181
+ .v-switch.v-input--vertical .v-label {
25182
+ min-width: max-content;
25183
+ }
25184
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
25185
+ transform: rotate(-90deg);
25186
+ }
25187
+
25188
+ @media (forced-colors: active) {
25189
+ .v-switch .v-switch__loader .v-progress-circular {
25190
+ color: currentColor;
25191
+ }
25192
+ .v-switch .v-switch__thumb {
25193
+ background-color: buttontext;
25194
+ }
25195
+ .v-switch .v-switch__track,
25196
+ .v-switch .v-switch__thumb {
25197
+ border: 1px solid;
25198
+ color: buttontext;
25199
+ }
25200
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25201
+ background-color: highlight;
25202
+ }
25203
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25204
+ background-color: highlight;
25205
+ }
25206
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25207
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25208
+ color: highlight;
25209
+ }
25210
+ .v-switch.v-switch--inset .v-switch__track {
25211
+ border-width: 2px;
25212
+ }
25213
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25214
+ background-color: highlighttext;
25215
+ color: highlighttext;
25216
+ }
25217
+ .v-switch.v-input--disabled .v-switch__thumb {
25218
+ background-color: graytext;
25219
+ }
25220
+ .v-switch.v-input--disabled .v-switch__track,
25221
+ .v-switch.v-input--disabled .v-switch__thumb {
25222
+ color: graytext;
25223
+ }
25224
+ .v-switch.v-switch--loading .v-switch__thumb {
25225
+ background-color: canvas;
25226
+ }
25227
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25228
+ border-width: 0;
25229
+ }
25197
25230
  }.v-tabs {
25198
25231
  display: flex;
25199
25232
  height: var(--v-tabs-height);
@@ -25289,433 +25322,257 @@ html.v-overlay-scroll-blocked {
25289
25322
  top: 0;
25290
25323
  height: 100%;
25291
25324
  width: 2px;
25292
- }.v-textarea .v-field {
25293
- --v-textarea-control-height: var(--v-input-control-height);
25294
- }
25295
- .v-textarea .v-field__field {
25296
- --v-input-control-height: var(--v-textarea-control-height);
25297
- }
25298
- .v-textarea .v-field__input {
25299
- flex: 1 1 auto;
25300
- outline: none;
25301
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25302
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25325
+ }.v-table {
25326
+ font-size: 0.875rem;
25327
+ transition-duration: 0.28s;
25328
+ transition-property: box-shadow, opacity, background, height;
25329
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25303
25330
  }
25304
- .v-textarea .v-field__input.v-textarea__sizer {
25305
- visibility: hidden;
25306
- position: absolute;
25307
- top: 0;
25308
- left: 0;
25309
- height: 0 !important;
25310
- min-height: 0 !important;
25311
- pointer-events: none;
25331
+ .v-table {
25332
+ background: rgb(var(--v-theme-surface));
25333
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25312
25334
  }
25313
- .v-textarea--no-resize .v-field__input {
25314
- resize: none;
25335
+ .v-table .v-table-divider {
25336
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25315
25337
  }
25316
- .v-textarea .v-field--no-label textarea,
25317
- .v-textarea .v-field--active textarea {
25318
- opacity: 1;
25338
+ .v-table .v-table__wrapper > table > thead > tr > th {
25339
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25319
25340
  }
25320
- .v-textarea textarea {
25321
- opacity: 0;
25322
- flex: 1;
25323
- min-width: 0;
25324
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25341
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25342
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25343
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25325
25344
  }
25326
- .v-textarea textarea:focus, .v-textarea textarea:active {
25327
- outline: none;
25345
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25346
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25347
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25328
25348
  }
25329
- .v-textarea textarea:invalid {
25330
- box-shadow: none;
25331
- }/* region BLOCK */
25332
- .v-text-field input {
25333
- color: inherit;
25334
- opacity: 0;
25335
- flex: 1;
25336
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25337
- min-width: 0;
25349
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25350
+ position: relative;
25338
25351
  }
25339
- .v-text-field input:focus, .v-text-field input:active {
25340
- outline: none;
25352
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25353
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25354
+ pointer-events: none;
25341
25355
  }
25342
- .v-text-field input:invalid {
25343
- box-shadow: none;
25356
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25357
+ content: "";
25358
+ position: absolute;
25359
+ top: 0;
25360
+ left: 0;
25361
+ width: 100%;
25362
+ height: 100%;
25344
25363
  }
25345
- .v-text-field .v-field {
25346
- cursor: text;
25364
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25365
+ background: rgb(var(--v-theme-surface));
25366
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25367
+ z-index: 1;
25347
25368
  }
25348
- .v-text-field--prefixed.v-text-field .v-field__input {
25349
- --v-field-padding-start: 6px;
25369
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
25370
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
25371
+ background: rgb(var(--v-theme-surface));
25372
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25350
25373
  }
25351
25374
 
25352
- .v-text-field--suffixed.v-text-field .v-field__input {
25353
- --v-field-padding-end: 0;
25375
+ .v-table {
25376
+ border-radius: inherit;
25377
+ line-height: 1.5;
25378
+ max-width: 100%;
25379
+ display: flex;
25380
+ flex-direction: column;
25354
25381
  }
25355
-
25356
- .v-text-field .v-input__details {
25357
- padding-inline: 16px;
25358
- }
25359
- .v-input--plain-underlined.v-text-field .v-input__details {
25360
- padding-inline: 0;
25361
- }
25362
-
25363
- .v-text-field .v-field--no-label input,
25364
- .v-text-field .v-field--active input {
25365
- opacity: 1;
25366
- }
25367
- .v-text-field .v-field--single-line input {
25368
- transition: none;
25369
- }
25370
-
25371
- /* endregion */
25372
- /* region ELEMENTS */
25373
- .v-text-field__prefix, .v-text-field__suffix {
25374
- align-items: center;
25375
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25376
- cursor: default;
25377
- display: flex;
25378
- opacity: 0;
25379
- transition: inherit;
25380
- white-space: nowrap;
25381
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25382
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25383
- padding-bottom: var(--v-field-padding-bottom, 6px);
25382
+ .v-table > .v-table__wrapper > table {
25383
+ width: 100%;
25384
+ border-spacing: 0;
25384
25385
  }
25385
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25386
- opacity: 1;
25386
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25387
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25388
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25389
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25390
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
25391
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25392
+ padding: 0 16px;
25393
+ transition-duration: 0.28s;
25394
+ transition-property: box-shadow, opacity, background, height;
25395
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25387
25396
  }
25388
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25389
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25397
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25398
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25399
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
25400
+ height: var(--v-table-row-height);
25390
25401
  }
25391
- .v-text-field__prefix {
25392
- padding-inline-start: var(--v-field-padding-start);
25402
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25403
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25404
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25405
+ height: var(--v-table-header-height);
25406
+ font-weight: 500;
25407
+ -webkit-user-select: none;
25408
+ user-select: none;
25409
+ text-align: start;
25393
25410
  }
25394
- .v-text-field__suffix {
25395
- padding-inline-end: var(--v-field-padding-end);
25411
+ .v-table--density-default {
25412
+ --v-table-header-height: 56px;
25413
+ --v-table-row-height: 52px;
25396
25414
  }
25397
25415
 
25398
- /* endregion */.v-stepper.v-sheet {
25399
- overflow: hidden;
25400
- }
25401
- .v-stepper.v-sheet {
25402
- 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));
25403
- }
25404
- .v-stepper.v-sheet {
25405
- border-radius: 4px;
25406
- }
25407
- .v-stepper.v-sheet.v-stepper--flat {
25408
- 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));
25416
+ .v-table--density-comfortable {
25417
+ --v-table-header-height: 48px;
25418
+ --v-table-row-height: 44px;
25409
25419
  }
25410
25420
 
25411
- .v-stepper-header {
25412
- align-items: center;
25413
- display: flex;
25414
- position: relative;
25415
- overflow-x: auto;
25416
- justify-content: space-between;
25417
- z-index: 1;
25418
- }
25419
- .v-stepper-header {
25420
- 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));
25421
- }
25422
- .v-stepper-header .v-divider {
25423
- margin: 0 -16px;
25424
- }
25425
- .v-stepper-header .v-divider:last-child {
25426
- margin-inline-end: 0;
25427
- }
25428
- .v-stepper-header .v-divider:first-child {
25429
- margin-inline-start: 0;
25430
- }
25431
- .v-stepper--alt-labels .v-stepper-header {
25432
- height: auto;
25433
- }
25434
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25435
- align-self: flex-start;
25436
- margin: 35px -67px 0;
25421
+ .v-table--density-compact {
25422
+ --v-table-header-height: 40px;
25423
+ --v-table-row-height: 36px;
25437
25424
  }
25438
25425
 
25439
- .v-stepper-window {
25440
- margin: 1.5rem;
25426
+ .v-table__wrapper {
25427
+ border-radius: inherit;
25428
+ overflow: auto;
25429
+ flex: 1 1 auto;
25441
25430
  }
25442
25431
 
25443
- .v-stepper-actions {
25444
- display: flex;
25445
- align-items: center;
25446
- justify-content: space-between;
25447
- padding: 1rem;
25448
- }
25449
- .v-stepper .v-stepper-actions {
25450
- padding: 0 1.5rem 1rem;
25451
- }
25452
- .v-stepper-window-item .v-stepper-actions {
25453
- padding: 1.5rem 0 0;
25454
- }.v-stepper-item {
25455
- align-items: center;
25456
- align-self: stretch;
25457
- display: inline-flex;
25458
- flex: none;
25459
- outline: none;
25460
- opacity: var(--v-medium-emphasis-opacity);
25461
- padding: 1.5rem;
25462
- position: relative;
25463
- transition-duration: 0.2s;
25464
- transition-property: opacity;
25465
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25466
- }
25467
- .v-stepper-item:hover > .v-stepper-item__overlay {
25468
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25469
- }
25470
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25471
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25472
- }
25473
- @supports not selector(:focus-visible) {
25474
- .v-stepper-item:focus > .v-stepper-item__overlay {
25475
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25476
- }
25477
- }
25478
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25479
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25480
- }
25481
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25482
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25483
- }
25484
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
25485
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25486
- }
25487
- @supports not selector(:focus-visible) {
25488
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25489
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25490
- }
25491
- }
25492
- .v-stepper--non-linear .v-stepper-item {
25493
- opacity: var(--v-high-emphasis-opacity);
25494
- }
25495
- .v-stepper-item--selected {
25496
- opacity: 1;
25497
- }
25498
- .v-stepper-item--error {
25499
- color: rgb(var(--v-theme-error));
25500
- }
25501
- .v-stepper-item--disabled {
25502
- opacity: var(--v-medium-emphasis-opacity);
25503
- pointer-events: none;
25432
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25433
+ border-top-left-radius: 0;
25504
25434
  }
25505
- .v-stepper--alt-labels .v-stepper-item {
25506
- flex-direction: column;
25507
- justify-content: flex-start;
25508
- align-items: center;
25509
- flex-basis: 175px;
25435
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25436
+ border-top-right-radius: 0;
25510
25437
  }
25511
25438
 
25512
- .v-stepper-item__avatar.v-avatar {
25513
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25514
- color: rgb(var(--v-theme-on-surface-variant));
25515
- font-size: 0.75rem;
25516
- margin-inline-end: 8px;
25517
- }
25518
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25519
- margin-inline-end: 0;
25520
- }
25521
- .v-stepper-item__avatar.v-avatar .v-icon {
25522
- font-size: 0.875rem;
25523
- }
25524
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25525
- background: rgb(var(--v-theme-surface-variant));
25526
- }
25527
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25528
- background: rgb(var(--v-theme-error));
25439
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25440
+ border-bottom-left-radius: 0;
25529
25441
  }
25530
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25531
- margin-bottom: 16px;
25532
- margin-inline-end: 0;
25442
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25443
+ border-bottom-right-radius: 0;
25533
25444
  }
25534
25445
 
25535
- .v-stepper-item__title {
25536
- line-height: 1;
25537
- }
25538
- .v-stepper--mobile .v-stepper-item__title {
25539
- display: none;
25446
+ .v-table--fixed-height > .v-table__wrapper {
25447
+ overflow-y: auto;
25540
25448
  }
25541
25449
 
25542
- .v-stepper-item__subtitle {
25543
- font-size: 0.75rem;
25544
- text-align: left;
25545
- line-height: 1;
25546
- opacity: var(--v-medium-emphasis-opacity);
25547
- }
25548
- .v-stepper--alt-labels .v-stepper-item__subtitle {
25549
- text-align: center;
25550
- }
25551
- .v-stepper--mobile .v-stepper-item__subtitle {
25552
- display: none;
25450
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25451
+ position: sticky;
25452
+ top: 0;
25453
+ z-index: 2;
25553
25454
  }
25554
-
25555
- .v-stepper-item__overlay {
25556
- background-color: currentColor;
25557
- border-radius: inherit;
25558
- opacity: 0;
25559
- transition: opacity 0.2s ease-in-out;
25455
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25456
+ border-bottom: 0px !important;
25560
25457
  }
25561
25458
 
25562
- .v-stepper-item__overlay,
25563
- .v-stepper-item__underlay {
25564
- pointer-events: none;
25459
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25460
+ position: sticky;
25461
+ bottom: 0;
25462
+ z-index: 1;
25565
25463
  }
25566
- .v-stepper-item__overlay,
25567
- .v-stepper-item__underlay {
25568
- position: absolute;
25569
- top: 0;
25570
- left: 0;
25571
- width: 100%;
25572
- height: 100%;
25573
- }.v-theme-provider {
25574
- background: rgb(var(--v-theme-background));
25575
- color: rgb(var(--v-theme-on-background));
25576
- }.v-toolbar {
25577
- align-items: flex-start;
25578
- display: flex;
25579
- flex: none;
25580
- flex-direction: column;
25581
- justify-content: space-between;
25582
- max-width: 100%;
25583
- position: relative;
25584
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25585
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25586
- width: 100%;
25464
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25465
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25466
+ border-top: 0px !important;
25467
+ }/* region BLOCK */
25468
+ .v-text-field input {
25469
+ color: inherit;
25470
+ opacity: 0;
25471
+ flex: 1;
25472
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25473
+ min-width: 0;
25587
25474
  }
25588
- .v-toolbar {
25589
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25590
- border-style: solid;
25591
- border-width: 0;
25475
+ .v-text-field input:focus, .v-text-field input:active {
25476
+ outline: none;
25592
25477
  }
25593
- .v-toolbar--border {
25594
- border-width: thin;
25478
+ .v-text-field input:invalid {
25595
25479
  box-shadow: none;
25596
25480
  }
25597
- .v-toolbar {
25598
- 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));
25599
- }
25600
- .v-toolbar {
25601
- border-radius: 0;
25602
- }
25603
- .v-toolbar {
25604
- background: rgb(var(--v-theme-surface-light));
25605
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25481
+ .v-text-field .v-field {
25482
+ cursor: text;
25606
25483
  }
25607
- .v-toolbar--absolute {
25608
- position: absolute;
25484
+ .v-text-field--prefixed.v-text-field .v-field__input {
25485
+ --v-field-padding-start: 6px;
25609
25486
  }
25610
- .v-toolbar--collapse {
25611
- max-width: 112px;
25612
- overflow: hidden;
25613
- border-end-end-radius: 24px;
25487
+
25488
+ .v-text-field--suffixed.v-text-field .v-field__input {
25489
+ --v-field-padding-end: 0;
25614
25490
  }
25615
- .v-toolbar--collapse .v-toolbar-title {
25616
- display: none;
25491
+
25492
+ .v-text-field .v-input__details {
25493
+ padding-inline: 16px;
25617
25494
  }
25618
- .v-toolbar--flat {
25619
- 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));
25495
+ .v-input--plain-underlined.v-text-field .v-input__details {
25496
+ padding-inline: 0;
25620
25497
  }
25621
- .v-toolbar--floating {
25622
- display: inline-flex;
25498
+
25499
+ .v-text-field .v-field--no-label input,
25500
+ .v-text-field .v-field--active input {
25501
+ opacity: 1;
25623
25502
  }
25624
- .v-toolbar--rounded {
25625
- border-radius: 4px;
25503
+ .v-text-field .v-field--single-line input {
25504
+ transition: none;
25626
25505
  }
25627
25506
 
25628
- .v-toolbar__content,
25629
- .v-toolbar__extension {
25507
+ /* endregion */
25508
+ /* region ELEMENTS */
25509
+ .v-text-field__prefix, .v-text-field__suffix {
25630
25510
  align-items: center;
25511
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25512
+ cursor: default;
25631
25513
  display: flex;
25632
- flex: 0 0 auto;
25633
- position: relative;
25514
+ opacity: 0;
25634
25515
  transition: inherit;
25635
- width: 100%;
25636
- }
25637
-
25638
- .v-toolbar__content {
25639
- overflow: hidden;
25516
+ white-space: nowrap;
25517
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25518
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25519
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25640
25520
  }
25641
- .v-toolbar__content > .v-btn:first-child {
25642
- margin-inline-start: 4px;
25521
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25522
+ opacity: 1;
25643
25523
  }
25644
- .v-toolbar__content > .v-btn:last-child {
25645
- margin-inline-end: 4px;
25524
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25525
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25646
25526
  }
25647
- .v-toolbar__content > .v-toolbar-title {
25648
- margin-inline-start: 20px;
25527
+ .v-text-field__prefix {
25528
+ padding-inline-start: var(--v-field-padding-start);
25649
25529
  }
25650
- .v-toolbar--density-prominent .v-toolbar__content {
25651
- align-items: flex-start;
25530
+ .v-text-field__suffix {
25531
+ padding-inline-end: var(--v-field-padding-end);
25652
25532
  }
25653
25533
 
25654
- .v-toolbar__image {
25655
- display: flex;
25656
- opacity: var(--v-toolbar-image-opacity, 1);
25657
- transition-property: opacity;
25534
+ /* endregion */.v-textarea .v-field {
25535
+ --v-textarea-control-height: var(--v-input-control-height);
25658
25536
  }
25659
- .v-toolbar__image {
25537
+ .v-textarea .v-field__field {
25538
+ --v-input-control-height: var(--v-textarea-control-height);
25539
+ }
25540
+ .v-textarea .v-field__input {
25541
+ flex: 1 1 auto;
25542
+ outline: none;
25543
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25544
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25545
+ }
25546
+ .v-textarea .v-field__input.v-textarea__sizer {
25547
+ visibility: hidden;
25660
25548
  position: absolute;
25661
25549
  top: 0;
25662
25550
  left: 0;
25663
- width: 100%;
25664
- height: 100%;
25665
- }
25666
-
25667
- .v-toolbar__prepend,
25668
- .v-toolbar__append {
25669
- align-items: center;
25670
- align-self: stretch;
25671
- display: flex;
25672
- }
25673
-
25674
- .v-toolbar__prepend {
25675
- margin-inline: 4px auto;
25676
- }
25677
-
25678
- .v-toolbar__append {
25679
- margin-inline: auto 4px;
25680
- }
25681
-
25682
- .v-toolbar-title {
25683
- flex: 1 1;
25684
- font-size: 1.25rem;
25685
- min-width: 0;
25686
- }
25687
- .v-toolbar-title {
25688
- font-size: 1.25rem;
25689
- font-weight: 400;
25690
- letter-spacing: 0;
25691
- line-height: 1.75rem;
25692
- text-transform: none;
25551
+ height: 0 !important;
25552
+ min-height: 0 !important;
25553
+ pointer-events: none;
25693
25554
  }
25694
- .v-toolbar--density-prominent .v-toolbar-title {
25695
- align-self: flex-end;
25696
- padding-bottom: 6px;
25555
+ .v-textarea--no-resize .v-field__input {
25556
+ resize: none;
25697
25557
  }
25698
- .v-toolbar--density-prominent .v-toolbar-title {
25699
- font-size: 1.5rem;
25700
- font-weight: 400;
25701
- letter-spacing: 0;
25702
- line-height: 2.25rem;
25703
- text-transform: none;
25558
+ .v-textarea .v-field--no-label textarea,
25559
+ .v-textarea .v-field--active textarea {
25560
+ opacity: 1;
25704
25561
  }
25705
-
25706
- .v-toolbar-title__placeholder {
25707
- overflow: hidden;
25708
- text-overflow: ellipsis;
25709
- white-space: nowrap;
25562
+ .v-textarea textarea {
25563
+ opacity: 0;
25564
+ flex: 1;
25565
+ min-width: 0;
25566
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25710
25567
  }
25711
-
25712
- .v-toolbar-items {
25713
- display: flex;
25714
- height: inherit;
25715
- align-self: stretch;
25568
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25569
+ outline: none;
25716
25570
  }
25717
- .v-toolbar-items > .v-btn {
25718
- border-radius: 0;
25571
+ .v-textarea textarea:invalid {
25572
+ box-shadow: none;
25573
+ }.v-theme-provider {
25574
+ background: rgb(var(--v-theme-background));
25575
+ color: rgb(var(--v-theme-on-background));
25719
25576
  }.v-timeline .v-timeline-divider__dot {
25720
25577
  background: rgb(var(--v-theme-surface-light));
25721
25578
  }
@@ -26156,6 +26013,158 @@ html.v-overlay-scroll-blocked {
26156
26013
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26157
26014
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26158
26015
  transition-duration: 75ms;
26016
+ }.v-toolbar {
26017
+ align-items: flex-start;
26018
+ display: flex;
26019
+ flex: none;
26020
+ flex-direction: column;
26021
+ justify-content: space-between;
26022
+ max-width: 100%;
26023
+ position: relative;
26024
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26025
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26026
+ width: 100%;
26027
+ }
26028
+ .v-toolbar {
26029
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26030
+ border-style: solid;
26031
+ border-width: 0;
26032
+ }
26033
+ .v-toolbar--border {
26034
+ border-width: thin;
26035
+ box-shadow: none;
26036
+ }
26037
+ .v-toolbar {
26038
+ 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));
26039
+ }
26040
+ .v-toolbar {
26041
+ border-radius: 0;
26042
+ }
26043
+ .v-toolbar {
26044
+ background: rgb(var(--v-theme-surface-light));
26045
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26046
+ }
26047
+ .v-toolbar--absolute {
26048
+ position: absolute;
26049
+ }
26050
+ .v-toolbar--collapse {
26051
+ max-width: 112px;
26052
+ overflow: hidden;
26053
+ border-end-end-radius: 24px;
26054
+ }
26055
+ .v-toolbar--collapse .v-toolbar-title {
26056
+ display: none;
26057
+ }
26058
+ .v-toolbar--flat {
26059
+ 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));
26060
+ }
26061
+ .v-toolbar--floating {
26062
+ display: inline-flex;
26063
+ }
26064
+ .v-toolbar--rounded {
26065
+ border-radius: 4px;
26066
+ }
26067
+
26068
+ .v-toolbar__content,
26069
+ .v-toolbar__extension {
26070
+ align-items: center;
26071
+ display: flex;
26072
+ flex: 0 0 auto;
26073
+ position: relative;
26074
+ transition: inherit;
26075
+ width: 100%;
26076
+ }
26077
+
26078
+ .v-toolbar__content {
26079
+ overflow: hidden;
26080
+ }
26081
+ .v-toolbar__content > .v-btn:first-child {
26082
+ margin-inline-start: 4px;
26083
+ }
26084
+ .v-toolbar__content > .v-btn:last-child {
26085
+ margin-inline-end: 4px;
26086
+ }
26087
+ .v-toolbar__content > .v-toolbar-title {
26088
+ margin-inline-start: 20px;
26089
+ }
26090
+ .v-toolbar--density-prominent .v-toolbar__content {
26091
+ align-items: flex-start;
26092
+ }
26093
+
26094
+ .v-toolbar__image {
26095
+ display: flex;
26096
+ opacity: var(--v-toolbar-image-opacity, 1);
26097
+ transition-property: opacity;
26098
+ }
26099
+ .v-toolbar__image {
26100
+ position: absolute;
26101
+ top: 0;
26102
+ left: 0;
26103
+ width: 100%;
26104
+ height: 100%;
26105
+ }
26106
+
26107
+ .v-toolbar__prepend,
26108
+ .v-toolbar__append {
26109
+ align-items: center;
26110
+ align-self: stretch;
26111
+ display: flex;
26112
+ }
26113
+
26114
+ .v-toolbar__prepend {
26115
+ margin-inline: 4px auto;
26116
+ }
26117
+
26118
+ .v-toolbar__append {
26119
+ margin-inline: auto 4px;
26120
+ }
26121
+
26122
+ .v-toolbar-title {
26123
+ flex: 1 1;
26124
+ font-size: 1.25rem;
26125
+ min-width: 0;
26126
+ }
26127
+ .v-toolbar-title {
26128
+ font-size: 1.25rem;
26129
+ font-weight: 400;
26130
+ letter-spacing: 0;
26131
+ line-height: 1.75rem;
26132
+ text-transform: none;
26133
+ }
26134
+ .v-toolbar--density-prominent .v-toolbar-title {
26135
+ align-self: flex-end;
26136
+ padding-bottom: 6px;
26137
+ }
26138
+ .v-toolbar--density-prominent .v-toolbar-title {
26139
+ font-size: 1.5rem;
26140
+ font-weight: 400;
26141
+ letter-spacing: 0;
26142
+ line-height: 2.25rem;
26143
+ text-transform: none;
26144
+ }
26145
+
26146
+ .v-toolbar-title__placeholder {
26147
+ overflow: hidden;
26148
+ text-overflow: ellipsis;
26149
+ white-space: nowrap;
26150
+ }
26151
+
26152
+ .v-toolbar-items {
26153
+ display: flex;
26154
+ height: inherit;
26155
+ align-self: stretch;
26156
+ }
26157
+ .v-toolbar-items > .v-btn {
26158
+ border-radius: 0;
26159
+ }.v-virtual-scroll {
26160
+ display: block;
26161
+ flex: 1 1 auto;
26162
+ max-width: 100%;
26163
+ overflow: auto;
26164
+ position: relative;
26165
+ }
26166
+ .v-virtual-scroll__container {
26167
+ display: block;
26159
26168
  }.v-window {
26160
26169
  overflow: hidden;
26161
26170
  }
@@ -26226,15 +26235,6 @@ html.v-overlay-scroll-blocked {
26226
26235
  }
26227
26236
  .v-window-y-reverse-transition-leave-to {
26228
26237
  transform: translateY(100%);
26229
- }.v-virtual-scroll {
26230
- display: block;
26231
- flex: 1 1 auto;
26232
- max-width: 100%;
26233
- overflow: auto;
26234
- position: relative;
26235
- }
26236
- .v-virtual-scroll__container {
26237
- display: block;
26238
26238
  }.v-color-picker-canvas {
26239
26239
  display: flex;
26240
26240
  position: relative;
@@ -26257,41 +26257,6 @@ html.v-overlay-scroll-blocked {
26257
26257
  }
26258
26258
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26259
26259
  will-change: transform;
26260
- }.v-color-picker-swatches {
26261
- overflow-y: auto;
26262
- }
26263
- .v-color-picker-swatches > div {
26264
- display: flex;
26265
- flex-wrap: wrap;
26266
- justify-content: center;
26267
- padding: 8px;
26268
- }
26269
-
26270
- .v-color-picker-swatches__swatch {
26271
- display: flex;
26272
- flex-direction: column;
26273
- margin-bottom: 10px;
26274
- }
26275
-
26276
- .v-color-picker-swatches__color {
26277
- position: relative;
26278
- height: 18px;
26279
- max-height: 18px;
26280
- width: 45px;
26281
- margin: 2px 4px;
26282
- border-radius: 2px;
26283
- -webkit-user-select: none;
26284
- user-select: none;
26285
- overflow: hidden;
26286
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26287
- cursor: pointer;
26288
- }
26289
- .v-color-picker-swatches__color > div {
26290
- display: flex;
26291
- align-items: center;
26292
- justify-content: center;
26293
- width: 100%;
26294
- height: 100%;
26295
26260
  }.v-color-picker-edit {
26296
26261
  display: flex;
26297
26262
  margin-top: 24px;
@@ -26390,6 +26355,41 @@ html.v-overlay-scroll-blocked {
26390
26355
  .v-color-picker-preview__eye-dropper {
26391
26356
  position: relative;
26392
26357
  margin-right: 12px;
26358
+ }.v-color-picker-swatches {
26359
+ overflow-y: auto;
26360
+ }
26361
+ .v-color-picker-swatches > div {
26362
+ display: flex;
26363
+ flex-wrap: wrap;
26364
+ justify-content: center;
26365
+ padding: 8px;
26366
+ }
26367
+
26368
+ .v-color-picker-swatches__swatch {
26369
+ display: flex;
26370
+ flex-direction: column;
26371
+ margin-bottom: 10px;
26372
+ }
26373
+
26374
+ .v-color-picker-swatches__color {
26375
+ position: relative;
26376
+ height: 18px;
26377
+ max-height: 18px;
26378
+ width: 45px;
26379
+ margin: 2px 4px;
26380
+ border-radius: 2px;
26381
+ -webkit-user-select: none;
26382
+ user-select: none;
26383
+ overflow: hidden;
26384
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26385
+ cursor: pointer;
26386
+ }
26387
+ .v-color-picker-swatches__color > div {
26388
+ display: flex;
26389
+ align-items: center;
26390
+ justify-content: center;
26391
+ width: 100%;
26392
+ height: 100%;
26393
26393
  }.v-picker.v-sheet {
26394
26394
  display: grid;
26395
26395
  grid-auto-rows: min-content;