@vuetify/nightly 3.7.2-master.2024-10-10 → 3.7.2-master.2024-10-15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.2-master.2024-10-10
2
+ * Vuetify v3.7.2-master.2024-10-15
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18006,6 +18006,91 @@ html.overflow-y-hidden {
18006
18006
  }
18007
18007
  .v-app-bar:not(.v-toolbar--absolute) {
18008
18008
  padding-inline-end: var(--v-scrollbar-offset);
18009
+ }.v-autocomplete .v-field .v-text-field__prefix,
18010
+ .v-autocomplete .v-field .v-text-field__suffix,
18011
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18012
+ cursor: text;
18013
+ }
18014
+ .v-autocomplete .v-field .v-field__input > input {
18015
+ flex: 1 1;
18016
+ }
18017
+ .v-autocomplete .v-field input {
18018
+ min-width: 64px;
18019
+ }
18020
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18021
+ min-width: 0;
18022
+ }
18023
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18024
+ margin-inline-end: 2px;
18025
+ }
18026
+ .v-autocomplete .v-autocomplete__selection-text {
18027
+ overflow: hidden;
18028
+ text-overflow: ellipsis;
18029
+ white-space: nowrap;
18030
+ }
18031
+
18032
+ .v-autocomplete__content {
18033
+ overflow: hidden;
18034
+ }
18035
+ .v-autocomplete__content {
18036
+ 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));
18037
+ }
18038
+ .v-autocomplete__content {
18039
+ border-radius: 4px;
18040
+ }
18041
+ .v-autocomplete__mask {
18042
+ background: rgb(var(--v-theme-surface-light));
18043
+ }
18044
+ .v-autocomplete__selection {
18045
+ display: inline-flex;
18046
+ align-items: center;
18047
+ height: 1.5rem;
18048
+ letter-spacing: inherit;
18049
+ line-height: inherit;
18050
+ max-width: calc(100% - 2px - 2px);
18051
+ }
18052
+ .v-autocomplete__selection:first-child {
18053
+ margin-inline-start: 0;
18054
+ }
18055
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18056
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18057
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18058
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18059
+ top: 0px;
18060
+ }
18061
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18062
+ opacity: var(--v-medium-emphasis-opacity);
18063
+ }
18064
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18065
+ opacity: 1;
18066
+ }
18067
+ .v-autocomplete--selecting-index .v-field__input > input {
18068
+ caret-color: transparent;
18069
+ }
18070
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18071
+ flex: 1 1;
18072
+ position: absolute;
18073
+ left: 0;
18074
+ right: 0;
18075
+ width: 100%;
18076
+ padding-inline: inherit;
18077
+ }
18078
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18079
+ transition: none;
18080
+ }
18081
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18082
+ opacity: 0;
18083
+ }
18084
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18085
+ opacity: 0;
18086
+ }
18087
+ .v-autocomplete__menu-icon {
18088
+ margin-inline-start: 4px;
18089
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18090
+ }
18091
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18092
+ opacity: var(--v-high-emphasis-opacity);
18093
+ transform: rotate(180deg);
18009
18094
  }.v-alert {
18010
18095
  display: grid;
18011
18096
  flex: 1 1;
@@ -18222,91 +18307,6 @@ html.overflow-y-hidden {
18222
18307
  text-transform: none;
18223
18308
  word-break: normal;
18224
18309
  word-wrap: break-word;
18225
- }.v-autocomplete .v-field .v-text-field__prefix,
18226
- .v-autocomplete .v-field .v-text-field__suffix,
18227
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18228
- cursor: text;
18229
- }
18230
- .v-autocomplete .v-field .v-field__input > input {
18231
- flex: 1 1;
18232
- }
18233
- .v-autocomplete .v-field input {
18234
- min-width: 64px;
18235
- }
18236
- .v-autocomplete .v-field:not(.v-field--focused) input {
18237
- min-width: 0;
18238
- }
18239
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18240
- margin-inline-end: 2px;
18241
- }
18242
- .v-autocomplete .v-autocomplete__selection-text {
18243
- overflow: hidden;
18244
- text-overflow: ellipsis;
18245
- white-space: nowrap;
18246
- }
18247
-
18248
- .v-autocomplete__content {
18249
- overflow: hidden;
18250
- }
18251
- .v-autocomplete__content {
18252
- 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));
18253
- }
18254
- .v-autocomplete__content {
18255
- border-radius: 4px;
18256
- }
18257
- .v-autocomplete__mask {
18258
- background: rgb(var(--v-theme-surface-light));
18259
- }
18260
- .v-autocomplete__selection {
18261
- display: inline-flex;
18262
- align-items: center;
18263
- height: 1.5rem;
18264
- letter-spacing: inherit;
18265
- line-height: inherit;
18266
- max-width: calc(100% - 2px - 2px);
18267
- }
18268
- .v-autocomplete__selection:first-child {
18269
- margin-inline-start: 0;
18270
- }
18271
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18272
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18273
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18274
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18275
- top: 0px;
18276
- }
18277
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18278
- opacity: var(--v-medium-emphasis-opacity);
18279
- }
18280
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18281
- opacity: 1;
18282
- }
18283
- .v-autocomplete--selecting-index .v-field__input > input {
18284
- caret-color: transparent;
18285
- }
18286
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18287
- flex: 1 1;
18288
- position: absolute;
18289
- left: 0;
18290
- right: 0;
18291
- width: 100%;
18292
- padding-inline: inherit;
18293
- }
18294
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18295
- transition: none;
18296
- }
18297
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18298
- opacity: 0;
18299
- }
18300
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18301
- opacity: 0;
18302
- }
18303
- .v-autocomplete__menu-icon {
18304
- margin-inline-start: 4px;
18305
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18306
- }
18307
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
- opacity: var(--v-high-emphasis-opacity);
18309
- transform: rotate(180deg);
18310
18310
  }.v-avatar {
18311
18311
  flex: none;
18312
18312
  align-items: center;
@@ -18486,6 +18486,69 @@ html.overflow-y-hidden {
18486
18486
  display: inline-flex;
18487
18487
  justify-content: center;
18488
18488
  margin: 0 4px;
18489
+ }.v-bottom-navigation {
18490
+ display: flex;
18491
+ max-width: 100%;
18492
+ overflow: hidden;
18493
+ position: absolute;
18494
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18495
+ }
18496
+ .v-bottom-navigation {
18497
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18498
+ border-style: solid;
18499
+ border-width: 0;
18500
+ }
18501
+ .v-bottom-navigation--border {
18502
+ border-width: thin;
18503
+ box-shadow: none;
18504
+ }
18505
+ .v-bottom-navigation {
18506
+ border-radius: 0;
18507
+ }
18508
+ .v-bottom-navigation {
18509
+ background: rgb(var(--v-theme-surface));
18510
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18511
+ }
18512
+ .v-bottom-navigation--active {
18513
+ 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));
18514
+ }
18515
+
18516
+ .v-bottom-navigation__content {
18517
+ display: flex;
18518
+ flex: none;
18519
+ font-size: 0.75rem;
18520
+ justify-content: center;
18521
+ transition: inherit;
18522
+ width: 100%;
18523
+ }
18524
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18525
+ font-size: inherit;
18526
+ height: 100%;
18527
+ max-width: 168px;
18528
+ min-width: 80px;
18529
+ text-transform: none;
18530
+ transition: inherit;
18531
+ width: auto;
18532
+ }
18533
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18534
+ border-radius: 0;
18535
+ }
18536
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18537
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18538
+ transition: inherit;
18539
+ }
18540
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18541
+ font-size: 1.5rem;
18542
+ }
18543
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18544
+ flex-grow: 1;
18545
+ }
18546
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18547
+ transition: inherit;
18548
+ opacity: 0;
18549
+ }
18550
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18551
+ transform: translateY(0.5rem);
18489
18552
  }.v-banner {
18490
18553
  display: grid;
18491
18554
  flex: 1 1;
@@ -18652,115 +18715,18 @@ html.overflow-y-hidden {
18652
18715
  }
18653
18716
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18654
18717
  align-self: flex-start;
18655
- }.v-bottom-navigation {
18718
+ }.v-breadcrumbs {
18656
18719
  display: flex;
18657
- max-width: 100%;
18658
- overflow: hidden;
18659
- position: absolute;
18660
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18720
+ align-items: center;
18721
+ line-height: 1.6;
18722
+ padding: 16px 12px;
18661
18723
  }
18662
- .v-bottom-navigation {
18663
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18664
- border-style: solid;
18665
- border-width: 0;
18724
+ .v-breadcrumbs--rounded {
18725
+ border-radius: 4px;
18666
18726
  }
18667
- .v-bottom-navigation--border {
18668
- border-width: thin;
18669
- box-shadow: none;
18670
- }
18671
- .v-bottom-navigation {
18672
- border-radius: 0;
18673
- }
18674
- .v-bottom-navigation {
18675
- background: rgb(var(--v-theme-surface));
18676
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18677
- }
18678
- .v-bottom-navigation--active {
18679
- 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));
18680
- }
18681
-
18682
- .v-bottom-navigation__content {
18683
- display: flex;
18684
- flex: none;
18685
- font-size: 0.75rem;
18686
- justify-content: center;
18687
- transition: inherit;
18688
- width: 100%;
18689
- }
18690
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18691
- font-size: inherit;
18692
- height: 100%;
18693
- max-width: 168px;
18694
- min-width: 80px;
18695
- text-transform: none;
18696
- transition: inherit;
18697
- width: auto;
18698
- }
18699
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18700
- border-radius: 0;
18701
- }
18702
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18703
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18704
- transition: inherit;
18705
- }
18706
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18707
- font-size: 1.5rem;
18708
- }
18709
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18710
- flex-grow: 1;
18711
- }
18712
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18713
- transition: inherit;
18714
- opacity: 0;
18715
- }
18716
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
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
- }
18752
- }.v-breadcrumbs {
18753
- display: flex;
18754
- align-items: center;
18755
- line-height: 1.6;
18756
- padding: 16px 12px;
18757
- }
18758
- .v-breadcrumbs--rounded {
18759
- border-radius: 4px;
18760
- }
18761
- .v-breadcrumbs--density-default {
18762
- padding-top: 16px;
18763
- padding-bottom: 16px;
18727
+ .v-breadcrumbs--density-default {
18728
+ padding-top: 16px;
18729
+ padding-bottom: 16px;
18764
18730
  }
18765
18731
 
18766
18732
  .v-breadcrumbs--density-comfortable {
@@ -19294,6 +19260,40 @@ html.overflow-y-hidden {
19294
19260
  }
19295
19261
  .v-btn-group--tile {
19296
19262
  border-radius: 0;
19263
+ }.bottom-sheet-transition-enter-from {
19264
+ transform: translateY(100%);
19265
+ }
19266
+ .bottom-sheet-transition-leave-to {
19267
+ transform: translateY(100%);
19268
+ }
19269
+
19270
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19271
+ align-self: flex-end;
19272
+ border-radius: 0;
19273
+ flex: 0 1 auto;
19274
+ left: 0;
19275
+ right: 0;
19276
+ margin-inline: 0;
19277
+ margin-bottom: 0;
19278
+ transition-duration: 0.2s;
19279
+ width: 100%;
19280
+ max-width: 100%;
19281
+ overflow: visible;
19282
+ }
19283
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19284
+ 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));
19285
+ }
19286
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19287
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19288
+ border-radius: 0;
19289
+ }
19290
+ .v-bottom-sheet.v-bottom-sheet--inset {
19291
+ max-width: none;
19292
+ }
19293
+ @media (min-width: 600px) {
19294
+ .v-bottom-sheet.v-bottom-sheet--inset {
19295
+ max-width: 70%;
19296
+ }
19297
19297
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19298
19298
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19299
19299
  }
@@ -19615,71 +19615,6 @@ html.overflow-y-hidden {
19615
19615
  pointer-events: none;
19616
19616
  opacity: 0;
19617
19617
  transition: opacity 0.2s ease-in-out;
19618
- }.v-carousel {
19619
- overflow: hidden;
19620
- position: relative;
19621
- width: 100%;
19622
- }
19623
- .v-carousel__controls {
19624
- align-items: center;
19625
- bottom: 0;
19626
- display: flex;
19627
- height: 50px;
19628
- justify-content: center;
19629
- list-style-type: none;
19630
- position: absolute;
19631
- width: 100%;
19632
- z-index: 1;
19633
- }
19634
- .v-carousel__controls {
19635
- background: rgba(var(--v-theme-surface-variant), 0.3);
19636
- color: rgb(var(--v-theme-on-surface-variant));
19637
- }
19638
- .v-carousel__controls > .v-item-group {
19639
- flex: 0 1 auto;
19640
- }
19641
- .v-carousel__controls__item {
19642
- margin: 0 8px;
19643
- }
19644
- .v-carousel__controls__item .v-icon {
19645
- opacity: 0.5;
19646
- }
19647
- .v-carousel__controls__item--active .v-icon {
19648
- opacity: 1;
19649
- vertical-align: middle;
19650
- }
19651
- .v-carousel__controls__item:hover {
19652
- background: none;
19653
- }
19654
- .v-carousel__controls__item:hover .v-icon {
19655
- opacity: 0.8;
19656
- }
19657
-
19658
- .v-carousel__progress {
19659
- margin: 0;
19660
- position: absolute;
19661
- bottom: 0;
19662
- left: 0;
19663
- right: 0;
19664
- }
19665
-
19666
- .v-carousel-item {
19667
- display: block;
19668
- height: inherit;
19669
- text-decoration: none;
19670
- }
19671
- .v-carousel-item > .v-img {
19672
- height: inherit;
19673
- }
19674
-
19675
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19676
- background: transparent;
19677
- }
19678
-
19679
- .v-carousel--vertical-delimiters .v-carousel__controls {
19680
- flex-direction: column;
19681
- height: 100% !important;
19682
- width: 50px;
19683
19618
  }.v-checkbox.v-input {
19684
19619
  flex: 0 1 auto;
19685
19620
  }
@@ -20103,6 +20038,71 @@ html.overflow-y-hidden {
20103
20038
 
20104
20039
  .v-chip--label {
20105
20040
  border-radius: 4px;
20041
+ }.v-carousel {
20042
+ overflow: hidden;
20043
+ position: relative;
20044
+ width: 100%;
20045
+ }
20046
+ .v-carousel__controls {
20047
+ align-items: center;
20048
+ bottom: 0;
20049
+ display: flex;
20050
+ height: 50px;
20051
+ justify-content: center;
20052
+ list-style-type: none;
20053
+ position: absolute;
20054
+ width: 100%;
20055
+ z-index: 1;
20056
+ }
20057
+ .v-carousel__controls {
20058
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20059
+ color: rgb(var(--v-theme-on-surface-variant));
20060
+ }
20061
+ .v-carousel__controls > .v-item-group {
20062
+ flex: 0 1 auto;
20063
+ }
20064
+ .v-carousel__controls__item {
20065
+ margin: 0 8px;
20066
+ }
20067
+ .v-carousel__controls__item .v-icon {
20068
+ opacity: 0.5;
20069
+ }
20070
+ .v-carousel__controls__item--active .v-icon {
20071
+ opacity: 1;
20072
+ vertical-align: middle;
20073
+ }
20074
+ .v-carousel__controls__item:hover {
20075
+ background: none;
20076
+ }
20077
+ .v-carousel__controls__item:hover .v-icon {
20078
+ opacity: 0.8;
20079
+ }
20080
+
20081
+ .v-carousel__progress {
20082
+ margin: 0;
20083
+ position: absolute;
20084
+ bottom: 0;
20085
+ left: 0;
20086
+ right: 0;
20087
+ }
20088
+
20089
+ .v-carousel-item {
20090
+ display: block;
20091
+ height: inherit;
20092
+ text-decoration: none;
20093
+ }
20094
+ .v-carousel-item > .v-img {
20095
+ height: inherit;
20096
+ }
20097
+
20098
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20099
+ background: transparent;
20100
+ }
20101
+
20102
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20103
+ flex-direction: column;
20104
+ height: 100% !important;
20105
+ width: 50px;
20106
20106
  }.v-chip-group {
20107
20107
  display: flex;
20108
20108
  max-width: 100%;
@@ -20233,6 +20233,224 @@ html.overflow-y-hidden {
20233
20233
  flex: 0 1 auto;
20234
20234
  font-size: 12px;
20235
20235
  transition-duration: 150ms;
20236
+ }.v-data-table-footer {
20237
+ align-items: center;
20238
+ display: flex;
20239
+ flex-wrap: wrap;
20240
+ justify-content: flex-end;
20241
+ padding: 8px 4px;
20242
+ }
20243
+ .v-data-table-footer__items-per-page {
20244
+ align-items: center;
20245
+ display: flex;
20246
+ justify-content: center;
20247
+ }
20248
+ .v-data-table-footer__items-per-page > span {
20249
+ padding-inline-end: 8px;
20250
+ }
20251
+ .v-data-table-footer__items-per-page > .v-select {
20252
+ width: 90px;
20253
+ }
20254
+ .v-data-table-footer__info {
20255
+ display: flex;
20256
+ justify-content: flex-end;
20257
+ min-width: 116px;
20258
+ padding: 0 16px;
20259
+ }
20260
+ .v-data-table-footer__paginationz {
20261
+ align-items: center;
20262
+ display: flex;
20263
+ margin-inline-start: 16px;
20264
+ }
20265
+ .v-data-table-footer__page {
20266
+ padding: 0 8px;
20267
+ }.v-data-table {
20268
+ width: 100%;
20269
+ }
20270
+
20271
+ .v-data-table__table {
20272
+ width: 100%;
20273
+ border-collapse: separate;
20274
+ border-spacing: 0;
20275
+ }
20276
+
20277
+ .v-data-table__tr--focus {
20278
+ border: 1px dotted black;
20279
+ }
20280
+ .v-data-table__tr--clickable {
20281
+ cursor: pointer;
20282
+ }
20283
+
20284
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20285
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20286
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20287
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20288
+ text-align: end;
20289
+ }
20290
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20291
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20292
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20293
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20294
+ flex-direction: row-reverse;
20295
+ }
20296
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20297
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20298
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20299
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20300
+ text-align: center;
20301
+ }
20302
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20303
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20304
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20305
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20306
+ justify-content: center;
20307
+ }
20308
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20309
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20310
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20311
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20312
+ padding: 0 8px;
20313
+ }
20314
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
20315
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
20316
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
20317
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
20318
+ text-overflow: ellipsis;
20319
+ text-wrap: nowrap;
20320
+ overflow: hidden;
20321
+ }
20322
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20323
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
20324
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20325
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
20326
+ display: contents;
20327
+ }
20328
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20329
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20330
+ align-items: center;
20331
+ }
20332
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20333
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20334
+ position: sticky;
20335
+ }
20336
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20337
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20338
+ cursor: pointer;
20339
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20340
+ }
20341
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20342
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20343
+ opacity: 0;
20344
+ }
20345
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20346
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20347
+ opacity: 0.5;
20348
+ }
20349
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
20350
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
20351
+ height: -moz-fit-content;
20352
+ height: fit-content;
20353
+ }
20354
+
20355
+ .v-data-table-column--fixed,
20356
+ .v-data-table__th--sticky {
20357
+ background: rgb(var(--v-theme-surface));
20358
+ position: sticky !important;
20359
+ left: 0;
20360
+ z-index: 1;
20361
+ }
20362
+
20363
+ .v-data-table-column--last-fixed {
20364
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20365
+ }
20366
+
20367
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20368
+ z-index: 2;
20369
+ }
20370
+
20371
+ .v-data-table-group-header-row td {
20372
+ background: rgba(var(--v-theme-surface));
20373
+ color: rgba(var(--v-theme-on-surface));
20374
+ }
20375
+ .v-data-table-group-header-row td > span {
20376
+ padding-left: 5px;
20377
+ }
20378
+
20379
+ .v-data-table--loading .v-data-table__td {
20380
+ opacity: var(--v-disabled-opacity);
20381
+ }
20382
+
20383
+ .v-data-table-group-header-row__column {
20384
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20385
+ }
20386
+
20387
+ .v-data-table-header__content {
20388
+ display: flex;
20389
+ align-items: center;
20390
+ }
20391
+
20392
+ .v-data-table-header__sort-badge {
20393
+ display: inline-flex;
20394
+ justify-content: center;
20395
+ align-items: center;
20396
+ font-size: 0.875rem;
20397
+ padding: 4px;
20398
+ border-radius: 50%;
20399
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
20400
+ min-width: 20px;
20401
+ min-height: 20px;
20402
+ width: 20px;
20403
+ height: 20px;
20404
+ }
20405
+
20406
+ .v-data-table-progress > th {
20407
+ border: none !important;
20408
+ height: auto !important;
20409
+ padding: 0 !important;
20410
+ }
20411
+
20412
+ .v-data-table-progress__loader {
20413
+ position: relative;
20414
+ }
20415
+
20416
+ .v-data-table-rows-loading,
20417
+ .v-data-table-rows-no-data {
20418
+ text-align: center;
20419
+ }
20420
+
20421
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20422
+ grid-template-columns: 0;
20423
+ justify-content: center;
20424
+ }
20425
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
20426
+ grid-template-columns: 0;
20427
+ justify-content: end;
20428
+ }
20429
+ .v-data-table__tr--mobile > td {
20430
+ align-items: center;
20431
+ column-gap: 4px;
20432
+ display: grid;
20433
+ grid-template-columns: repeat(2, 1fr);
20434
+ min-height: var(--v-table-row-height);
20435
+ }
20436
+ .v-data-table__tr--mobile > td:not(:last-child) {
20437
+ border-bottom: 0 !important;
20438
+ }
20439
+
20440
+ .v-data-table__td-title {
20441
+ font-weight: 500;
20442
+ text-align: left;
20443
+ }
20444
+
20445
+ .v-data-table__td-value {
20446
+ text-align: right;
20447
+ }
20448
+
20449
+ .v-data-table__td-sort-icon {
20450
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20451
+ }
20452
+ .v-data-table__td-sort-icon-active {
20453
+ color: rgba(var(--v-theme-on-surface));
20236
20454
  }.v-date-picker-controls {
20237
20455
  display: flex;
20238
20456
  align-items: center;
@@ -20444,248 +20662,30 @@ html.overflow-y-hidden {
20444
20662
  }
20445
20663
  .v-date-picker-years__content .v-btn {
20446
20664
  padding-inline: 8px;
20447
- }.v-data-table {
20448
- width: 100%;
20665
+ }.v-dialog {
20666
+ align-items: center;
20667
+ justify-content: center;
20668
+ margin: auto;
20449
20669
  }
20450
-
20451
- .v-data-table__table {
20452
- width: 100%;
20453
- border-collapse: separate;
20454
- border-spacing: 0;
20670
+ .v-dialog > .v-overlay__content {
20671
+ max-height: calc(100% - 48px);
20672
+ width: calc(100% - 48px);
20673
+ max-width: calc(100% - 48px);
20674
+ margin: 24px;
20455
20675
  }
20456
-
20457
- .v-data-table__tr--focus {
20458
- border: 1px dotted black;
20676
+ .v-dialog > .v-overlay__content,
20677
+ .v-dialog > .v-overlay__content > form {
20678
+ display: flex;
20679
+ flex-direction: column;
20680
+ min-height: 0;
20459
20681
  }
20460
- .v-data-table__tr--clickable {
20461
- cursor: pointer;
20462
- }
20463
-
20464
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20465
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20466
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20467
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20468
- text-align: end;
20469
- }
20470
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20471
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20472
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20473
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20474
- flex-direction: row-reverse;
20475
- }
20476
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20477
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20478
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20479
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20480
- text-align: center;
20481
- }
20482
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20483
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20484
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20485
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20486
- justify-content: center;
20487
- }
20488
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20489
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20490
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20491
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20492
- padding: 0 8px;
20493
- }
20494
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
20495
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
20496
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
20497
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
20498
- text-overflow: ellipsis;
20499
- text-wrap: nowrap;
20500
- overflow: hidden;
20501
- }
20502
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20503
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
20504
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20505
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
20506
- display: contents;
20507
- }
20508
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20509
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20510
- align-items: center;
20511
- }
20512
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20513
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20514
- position: sticky;
20515
- }
20516
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20517
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20518
- cursor: pointer;
20519
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20520
- }
20521
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20522
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20523
- opacity: 0;
20524
- }
20525
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20526
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20527
- opacity: 0.5;
20528
- }
20529
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
20530
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
20531
- height: -moz-fit-content;
20532
- height: fit-content;
20533
- }
20534
-
20535
- .v-data-table-column--fixed,
20536
- .v-data-table__th--sticky {
20537
- background: rgb(var(--v-theme-surface));
20538
- position: sticky !important;
20539
- left: 0;
20540
- z-index: 1;
20541
- }
20542
-
20543
- .v-data-table-column--last-fixed {
20544
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20545
- }
20546
-
20547
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20548
- z-index: 2;
20549
- }
20550
-
20551
- .v-data-table-group-header-row td {
20552
- background: rgba(var(--v-theme-surface));
20553
- color: rgba(var(--v-theme-on-surface));
20554
- }
20555
- .v-data-table-group-header-row td > span {
20556
- padding-left: 5px;
20557
- }
20558
-
20559
- .v-data-table--loading .v-data-table__td {
20560
- opacity: var(--v-disabled-opacity);
20561
- }
20562
-
20563
- .v-data-table-group-header-row__column {
20564
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20565
- }
20566
-
20567
- .v-data-table-header__content {
20568
- display: flex;
20569
- align-items: center;
20570
- }
20571
-
20572
- .v-data-table-header__sort-badge {
20573
- display: inline-flex;
20574
- justify-content: center;
20575
- align-items: center;
20576
- font-size: 0.875rem;
20577
- padding: 4px;
20578
- border-radius: 50%;
20579
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20580
- min-width: 20px;
20581
- min-height: 20px;
20582
- width: 20px;
20583
- height: 20px;
20584
- }
20585
-
20586
- .v-data-table-progress > th {
20587
- border: none !important;
20588
- height: auto !important;
20589
- padding: 0 !important;
20590
- }
20591
-
20592
- .v-data-table-progress__loader {
20593
- position: relative;
20594
- }
20595
-
20596
- .v-data-table-rows-loading,
20597
- .v-data-table-rows-no-data {
20598
- text-align: center;
20599
- }
20600
-
20601
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20602
- grid-template-columns: 0;
20603
- justify-content: center;
20604
- }
20605
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
20606
- grid-template-columns: 0;
20607
- justify-content: end;
20608
- }
20609
- .v-data-table__tr--mobile > td {
20610
- align-items: center;
20611
- column-gap: 4px;
20612
- display: grid;
20613
- grid-template-columns: repeat(2, 1fr);
20614
- min-height: var(--v-table-row-height);
20615
- }
20616
- .v-data-table__tr--mobile > td:not(:last-child) {
20617
- border-bottom: 0 !important;
20618
- }
20619
-
20620
- .v-data-table__td-title {
20621
- font-weight: 500;
20622
- text-align: left;
20623
- }
20624
-
20625
- .v-data-table__td-value {
20626
- text-align: right;
20627
- }
20628
-
20629
- .v-data-table__td-sort-icon {
20630
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20631
- }
20632
- .v-data-table__td-sort-icon-active {
20633
- color: rgba(var(--v-theme-on-surface));
20634
- }.v-data-table-footer {
20635
- align-items: center;
20636
- display: flex;
20637
- flex-wrap: wrap;
20638
- justify-content: flex-end;
20639
- padding: 8px 4px;
20640
- }
20641
- .v-data-table-footer__items-per-page {
20642
- align-items: center;
20643
- display: flex;
20644
- justify-content: center;
20645
- }
20646
- .v-data-table-footer__items-per-page > span {
20647
- padding-inline-end: 8px;
20648
- }
20649
- .v-data-table-footer__items-per-page > .v-select {
20650
- width: 90px;
20651
- }
20652
- .v-data-table-footer__info {
20653
- display: flex;
20654
- justify-content: flex-end;
20655
- min-width: 116px;
20656
- padding: 0 16px;
20657
- }
20658
- .v-data-table-footer__paginationz {
20659
- align-items: center;
20660
- display: flex;
20661
- margin-inline-start: 16px;
20662
- }
20663
- .v-data-table-footer__page {
20664
- padding: 0 8px;
20665
- }.v-dialog {
20666
- align-items: center;
20667
- justify-content: center;
20668
- margin: auto;
20669
- }
20670
- .v-dialog > .v-overlay__content {
20671
- max-height: calc(100% - 48px);
20672
- width: calc(100% - 48px);
20673
- max-width: calc(100% - 48px);
20674
- margin: 24px;
20675
- }
20676
- .v-dialog > .v-overlay__content,
20677
- .v-dialog > .v-overlay__content > form {
20678
- display: flex;
20679
- flex-direction: column;
20680
- min-height: 0;
20681
- }
20682
- .v-dialog > .v-overlay__content > .v-card,
20683
- .v-dialog > .v-overlay__content > .v-sheet,
20684
- .v-dialog > .v-overlay__content > form > .v-card,
20685
- .v-dialog > .v-overlay__content > form > .v-sheet {
20686
- --v-scrollbar-offset: 0px;
20687
- border-radius: 4px;
20688
- overflow-y: auto;
20682
+ .v-dialog > .v-overlay__content > .v-card,
20683
+ .v-dialog > .v-overlay__content > .v-sheet,
20684
+ .v-dialog > .v-overlay__content > form > .v-card,
20685
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20686
+ --v-scrollbar-offset: 0px;
20687
+ border-radius: 4px;
20688
+ overflow-y: auto;
20689
20689
  }
20690
20690
  .v-dialog > .v-overlay__content > .v-card,
20691
20691
  .v-dialog > .v-overlay__content > .v-sheet,
@@ -20762,71 +20762,19 @@ html.overflow-y-hidden {
20762
20762
  -webkit-backface-visibility: hidden;
20763
20763
  backface-visibility: hidden;
20764
20764
  overflow-y: auto;
20765
- }.v-divider {
20766
- display: block;
20767
- flex: 1 1 100%;
20768
- height: 0px;
20769
- max-height: 0px;
20770
- opacity: var(--v-border-opacity);
20771
- transition: inherit;
20765
+ }.v-empty-state {
20766
+ align-items: center;
20767
+ display: flex;
20768
+ flex-direction: column;
20769
+ justify-content: center;
20770
+ min-height: 100%;
20771
+ padding: 16px;
20772
20772
  }
20773
- .v-divider {
20774
- border-style: solid;
20775
- border-width: thin 0 0 0;
20773
+ .v-empty-state--start {
20774
+ align-items: flex-start;
20776
20775
  }
20777
- .v-divider--vertical {
20778
- align-self: stretch;
20779
- border-width: 0 thin 0 0;
20780
- display: inline-flex;
20781
- height: auto;
20782
- margin-left: -1px;
20783
- max-height: 100%;
20784
- max-width: 0px;
20785
- vertical-align: text-bottom;
20786
- width: 0px;
20787
- }
20788
- .v-divider--inset:not(.v-divider--vertical) {
20789
- max-width: calc(100% - 72px);
20790
- margin-inline-start: 72px;
20791
- }
20792
- .v-divider--inset.v-divider--vertical {
20793
- margin-bottom: 8px;
20794
- margin-top: 8px;
20795
- max-height: calc(100% - 16px);
20796
- }
20797
-
20798
- .v-divider__content {
20799
- padding: 0 16px;
20800
- text-wrap: nowrap;
20801
- }
20802
- .v-divider__wrapper--vertical .v-divider__content {
20803
- padding: 4px 0;
20804
- }
20805
-
20806
- .v-divider__wrapper {
20807
- display: flex;
20808
- align-items: center;
20809
- justify-content: center;
20810
- }
20811
- .v-divider__wrapper--vertical {
20812
- flex-direction: column;
20813
- height: 100%;
20814
- }
20815
- .v-divider__wrapper--vertical .v-divider {
20816
- margin: 0 auto;
20817
- }.v-empty-state {
20818
- align-items: center;
20819
- display: flex;
20820
- flex-direction: column;
20821
- justify-content: center;
20822
- min-height: 100%;
20823
- padding: 16px;
20824
- }
20825
- .v-empty-state--start {
20826
- align-items: flex-start;
20827
- }
20828
- .v-empty-state--center {
20829
- align-items: center;
20776
+ .v-empty-state--center {
20777
+ align-items: center;
20830
20778
  }
20831
20779
  .v-empty-state--end {
20832
20780
  align-items: flex-end;
@@ -20881,6 +20829,127 @@ html.overflow-y-hidden {
20881
20829
  .v-empty-state__action-btn.v-btn {
20882
20830
  background-color: initial;
20883
20831
  color: initial;
20832
+ }.v-divider {
20833
+ display: block;
20834
+ flex: 1 1 100%;
20835
+ height: 0px;
20836
+ max-height: 0px;
20837
+ opacity: var(--v-border-opacity);
20838
+ transition: inherit;
20839
+ }
20840
+ .v-divider {
20841
+ border-style: solid;
20842
+ border-width: thin 0 0 0;
20843
+ }
20844
+ .v-divider--vertical {
20845
+ align-self: stretch;
20846
+ border-width: 0 thin 0 0;
20847
+ display: inline-flex;
20848
+ height: auto;
20849
+ margin-left: -1px;
20850
+ max-height: 100%;
20851
+ max-width: 0px;
20852
+ vertical-align: text-bottom;
20853
+ width: 0px;
20854
+ }
20855
+ .v-divider--inset:not(.v-divider--vertical) {
20856
+ max-width: calc(100% - 72px);
20857
+ margin-inline-start: 72px;
20858
+ }
20859
+ .v-divider--inset.v-divider--vertical {
20860
+ margin-bottom: 8px;
20861
+ margin-top: 8px;
20862
+ max-height: calc(100% - 16px);
20863
+ }
20864
+
20865
+ .v-divider__content {
20866
+ padding: 0 16px;
20867
+ text-wrap: nowrap;
20868
+ }
20869
+ .v-divider__wrapper--vertical .v-divider__content {
20870
+ padding: 4px 0;
20871
+ }
20872
+
20873
+ .v-divider__wrapper {
20874
+ display: flex;
20875
+ align-items: center;
20876
+ justify-content: center;
20877
+ }
20878
+ .v-divider__wrapper--vertical {
20879
+ flex-direction: column;
20880
+ height: 100%;
20881
+ }
20882
+ .v-divider__wrapper--vertical .v-divider {
20883
+ margin: 0 auto;
20884
+ }.v-fab {
20885
+ align-items: center;
20886
+ display: inline-flex;
20887
+ flex: 1 1 auto;
20888
+ pointer-events: none;
20889
+ position: relative;
20890
+ transition-duration: 0.2s;
20891
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20892
+ vertical-align: middle;
20893
+ }
20894
+ .v-fab .v-btn {
20895
+ pointer-events: auto;
20896
+ }
20897
+ .v-fab .v-btn--variant-elevated {
20898
+ 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));
20899
+ }
20900
+ .v-fab--app, .v-fab--absolute {
20901
+ display: flex;
20902
+ }
20903
+ .v-fab--start, .v-fab--left {
20904
+ justify-content: flex-start;
20905
+ }
20906
+ .v-fab--center {
20907
+ align-items: center;
20908
+ justify-content: center;
20909
+ }
20910
+ .v-fab--end, .v-fab--right {
20911
+ justify-content: flex-end;
20912
+ }
20913
+ .v-fab--bottom {
20914
+ align-items: flex-end;
20915
+ }
20916
+ .v-fab--top {
20917
+ align-items: flex-start;
20918
+ }
20919
+ .v-fab--extended .v-btn {
20920
+ border-radius: 9999px !important;
20921
+ }
20922
+
20923
+ .v-fab__container {
20924
+ align-self: center;
20925
+ display: inline-flex;
20926
+ position: absolute;
20927
+ vertical-align: middle;
20928
+ }
20929
+ .v-fab--app .v-fab__container {
20930
+ margin: 12px;
20931
+ }
20932
+ .v-fab--absolute .v-fab__container {
20933
+ position: absolute;
20934
+ z-index: 4;
20935
+ }
20936
+ .v-fab--offset.v-fab--top .v-fab__container {
20937
+ transform: translateY(-50%);
20938
+ }
20939
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20940
+ transform: translateY(50%);
20941
+ }
20942
+ .v-fab--top .v-fab__container {
20943
+ top: 0;
20944
+ }
20945
+ .v-fab--bottom .v-fab__container {
20946
+ bottom: 0;
20947
+ }
20948
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20949
+ left: 0;
20950
+ }
20951
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20952
+ right: 0;
20884
20953
  }.v-expansion-panel {
20885
20954
  background-color: rgb(var(--v-theme-surface));
20886
20955
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21097,75 +21166,6 @@ html.overflow-y-hidden {
21097
21166
  }
21098
21167
  .v-expansion-panels--tile > .v-expansion-panel {
21099
21168
  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
21169
  }/* region INPUT */
21170
21170
  .v-field {
21171
21171
  display: grid;
@@ -22774,21 +22774,6 @@ textarea.v-field__input::placeholder {
22774
22774
  max-width: 100%;
22775
22775
  position: relative;
22776
22776
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
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;
22787
- 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,14 +22789,29 @@ textarea.v-field__input::placeholder {
22804
22789
 
22805
22790
  .v-label--clickable {
22806
22791
  cursor: pointer;
22807
- }.v-list {
22808
- overflow: auto;
22809
- padding: 8px 0;
22810
- position: relative;
22811
- outline: none;
22792
+ }.v-layout {
22793
+ --v-scrollbar-offset: 0px;
22794
+ display: flex;
22795
+ flex: 1 1 auto;
22812
22796
  }
22813
- .v-list {
22814
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
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;
22807
+ }.v-list {
22808
+ overflow: auto;
22809
+ padding: 8px 0;
22810
+ position: relative;
22811
+ outline: none;
22812
+ }
22813
+ .v-list {
22814
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22815
22815
  border-style: solid;
22816
22816
  border-width: 0;
22817
22817
  }
@@ -23381,25 +23381,22 @@ textarea.v-field__input::placeholder {
23381
23381
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23382
23382
  }.v-locale-provider {
23383
23383
  display: contents;
23384
- }.v-menu > .v-overlay__content {
23385
- display: flex;
23386
- flex-direction: column;
23387
- }
23388
- .v-menu > .v-overlay__content {
23389
- border-radius: 4px;
23390
- }
23391
- .v-menu > .v-overlay__content > .v-card,
23392
- .v-menu > .v-overlay__content > .v-sheet,
23393
- .v-menu > .v-overlay__content > .v-list {
23394
- background: rgb(var(--v-theme-surface));
23395
- border-radius: inherit;
23396
- overflow: auto;
23397
- height: 100%;
23384
+ }.v-messages {
23385
+ flex: 1 1 auto;
23386
+ font-size: 12px;
23387
+ min-height: 14px;
23388
+ min-width: 1px;
23389
+ opacity: var(--v-medium-emphasis-opacity);
23390
+ position: relative;
23398
23391
  }
23399
- .v-menu > .v-overlay__content > .v-card,
23400
- .v-menu > .v-overlay__content > .v-sheet,
23401
- .v-menu > .v-overlay__content > .v-list {
23402
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23392
+ .v-messages__message {
23393
+ line-height: 12px;
23394
+ word-break: break-word;
23395
+ overflow-wrap: break-word;
23396
+ word-wrap: break-word;
23397
+ -webkit-hyphens: auto;
23398
+ hyphens: auto;
23399
+ transition-duration: 150ms;
23403
23400
  }.v-main {
23404
23401
  flex: 1 0 auto;
23405
23402
  max-width: 100%;
@@ -23430,22 +23427,6 @@ textarea.v-field__input::placeholder {
23430
23427
  --v-layout-right: 0px;
23431
23428
  --v-layout-top: 0px;
23432
23429
  --v-layout-bottom: 0px;
23433
- }.v-messages {
23434
- flex: 1 1 auto;
23435
- font-size: 12px;
23436
- min-height: 14px;
23437
- min-width: 1px;
23438
- opacity: var(--v-medium-emphasis-opacity);
23439
- position: relative;
23440
- }
23441
- .v-messages__message {
23442
- line-height: 12px;
23443
- word-break: break-word;
23444
- overflow-wrap: break-word;
23445
- word-wrap: break-word;
23446
- -webkit-hyphens: auto;
23447
- hyphens: auto;
23448
- transition-duration: 150ms;
23449
23430
  }.v-navigation-drawer {
23450
23431
  -webkit-overflow-scrolling: touch;
23451
23432
  background: rgb(var(--v-theme-surface));
@@ -23554,64 +23535,25 @@ textarea.v-field__input::placeholder {
23554
23535
  .v-navigation-drawer__append {
23555
23536
  flex: none;
23556
23537
  overflow: hidden;
23557
- }.v-otp-input {
23558
- align-items: center;
23538
+ }.v-menu > .v-overlay__content {
23559
23539
  display: flex;
23560
- justify-content: center;
23561
- padding: 0.5rem 0;
23562
- position: relative;
23540
+ flex-direction: column;
23563
23541
  }
23564
- .v-otp-input {
23542
+ .v-menu > .v-overlay__content {
23565
23543
  border-radius: 4px;
23566
23544
  }
23567
- .v-otp-input .v-field {
23568
- height: 100%;
23569
- }
23570
-
23571
- .v-otp-input__divider {
23572
- margin: 0 8px;
23573
- }
23574
-
23575
- .v-otp-input__content {
23576
- align-items: center;
23577
- display: flex;
23578
- gap: 0.5rem;
23579
- height: 64px;
23580
- padding: 0.5rem;
23581
- justify-content: center;
23582
- max-width: 320px;
23583
- position: relative;
23545
+ .v-menu > .v-overlay__content > .v-card,
23546
+ .v-menu > .v-overlay__content > .v-sheet,
23547
+ .v-menu > .v-overlay__content > .v-list {
23548
+ background: rgb(var(--v-theme-surface));
23584
23549
  border-radius: inherit;
23585
- }
23586
- .v-otp-input--divided .v-otp-input__content {
23587
- max-width: 360px;
23588
- }
23589
-
23590
- .v-otp-input__field {
23591
- color: inherit;
23592
- font-size: 1.25rem;
23593
- height: 100%;
23594
- outline: none;
23595
- text-align: center;
23596
- width: 100%;
23597
- }
23598
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23599
- -webkit-appearance: none;
23600
- margin: 0;
23601
- }
23602
- .v-otp-input__field[type=number] {
23603
- -moz-appearance: textfield;
23604
- }
23605
-
23606
- .v-otp-input__loader {
23607
- align-items: center;
23608
- display: flex;
23550
+ overflow: auto;
23609
23551
  height: 100%;
23610
- justify-content: center;
23611
- width: 100%;
23612
23552
  }
23613
- .v-otp-input__loader .v-progress-linear {
23614
- position: absolute;
23553
+ .v-menu > .v-overlay__content > .v-card,
23554
+ .v-menu > .v-overlay__content > .v-sheet,
23555
+ .v-menu > .v-overlay__content > .v-list {
23556
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23615
23557
  }.v-overlay-container {
23616
23558
  contain: layout;
23617
23559
  left: 0;
@@ -23683,12 +23625,6 @@ html.v-overlay-scroll-blocked {
23683
23625
  }
23684
23626
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23685
23627
  margin: 0.3rem;
23686
- }.v-parallax {
23687
- position: relative;
23688
- overflow: hidden;
23689
- }
23690
- .v-parallax--active > .v-img__img {
23691
- will-change: transform;
23692
23628
  }.v-progress-circular {
23693
23629
  align-items: center;
23694
23630
  display: inline-flex;
@@ -23791,6 +23727,64 @@ html.v-overlay-scroll-blocked {
23791
23727
  100% {
23792
23728
  transform: rotate(270deg);
23793
23729
  }
23730
+ }.v-otp-input {
23731
+ align-items: center;
23732
+ display: flex;
23733
+ justify-content: center;
23734
+ padding: 0.5rem 0;
23735
+ position: relative;
23736
+ }
23737
+ .v-otp-input {
23738
+ border-radius: 4px;
23739
+ }
23740
+ .v-otp-input .v-field {
23741
+ height: 100%;
23742
+ }
23743
+
23744
+ .v-otp-input__divider {
23745
+ margin: 0 8px;
23746
+ }
23747
+
23748
+ .v-otp-input__content {
23749
+ align-items: center;
23750
+ display: flex;
23751
+ gap: 0.5rem;
23752
+ height: 64px;
23753
+ padding: 0.5rem;
23754
+ justify-content: center;
23755
+ max-width: 320px;
23756
+ position: relative;
23757
+ border-radius: inherit;
23758
+ }
23759
+ .v-otp-input--divided .v-otp-input__content {
23760
+ max-width: 360px;
23761
+ }
23762
+
23763
+ .v-otp-input__field {
23764
+ color: inherit;
23765
+ font-size: 1.25rem;
23766
+ height: 100%;
23767
+ outline: none;
23768
+ text-align: center;
23769
+ width: 100%;
23770
+ }
23771
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23772
+ -webkit-appearance: none;
23773
+ margin: 0;
23774
+ }
23775
+ .v-otp-input__field[type=number] {
23776
+ -moz-appearance: textfield;
23777
+ }
23778
+
23779
+ .v-otp-input__loader {
23780
+ align-items: center;
23781
+ display: flex;
23782
+ height: 100%;
23783
+ justify-content: center;
23784
+ width: 100%;
23785
+ }
23786
+ .v-otp-input__loader .v-progress-linear {
23787
+ position: absolute;
23794
23788
  }.v-progress-linear {
23795
23789
  background: transparent;
23796
23790
  overflow: hidden;
@@ -24019,6 +24013,12 @@ html.v-overlay-scroll-blocked {
24019
24013
  0% {
24020
24014
  background-position-x: var(--v-progress-linear-height);
24021
24015
  }
24016
+ }.v-parallax {
24017
+ position: relative;
24018
+ overflow: hidden;
24019
+ }
24020
+ .v-parallax--active > .v-img__img {
24021
+ will-change: transform;
24022
24022
  }.v-radio-group > .v-input__control {
24023
24023
  flex-direction: column;
24024
24024
  }
@@ -24786,46 +24786,228 @@ html.v-overlay-scroll-blocked {
24786
24786
  }
24787
24787
  .v-snackbar-transition-leave-to {
24788
24788
  opacity: 0;
24789
- }.v-speed-dial__content {
24790
- gap: 8px;
24791
- }
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;
24794
- }
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;
24797
- }
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;
24800
- }
24801
- .v-speed-dial__content > *:nth-child(1) {
24802
- transition-delay: 0s;
24789
+ }.v-switch .v-label {
24790
+ padding-inline-start: 10px;
24803
24791
  }
24804
- .v-speed-dial__content > *:nth-child(2) {
24805
- transition-delay: 0.05s;
24792
+
24793
+ .v-switch__loader {
24794
+ display: flex;
24806
24795
  }
24807
- .v-speed-dial__content > *:nth-child(3) {
24808
- transition-delay: 0.1s;
24796
+ .v-switch__loader .v-progress-circular {
24797
+ color: rgb(var(--v-theme-surface));
24809
24798
  }
24810
- .v-speed-dial__content > *:nth-child(4) {
24811
- transition-delay: 0.15s;
24799
+
24800
+ .v-switch__track,
24801
+ .v-switch__thumb {
24802
+ transition: none;
24812
24803
  }
24813
- .v-speed-dial__content > *:nth-child(5) {
24814
- transition-delay: 0.2s;
24804
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24805
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24806
+ background-color: rgb(var(--v-theme-error));
24807
+ color: rgb(var(--v-theme-on-error));
24815
24808
  }
24816
- .v-speed-dial__content > *:nth-child(6) {
24817
- transition-delay: 0.25s;
24809
+
24810
+ .v-switch__track-true {
24811
+ margin-inline-end: auto;
24818
24812
  }
24819
- .v-speed-dial__content > *:nth-child(7) {
24820
- transition-delay: 0.3s;
24813
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24814
+ opacity: 0;
24821
24815
  }
24822
- .v-speed-dial__content > *:nth-child(8) {
24823
- transition-delay: 0.35s;
24816
+
24817
+ .v-switch__track-false {
24818
+ margin-inline-start: auto;
24824
24819
  }
24825
- .v-speed-dial__content > *:nth-child(9) {
24826
- transition-delay: 0.4s;
24820
+ .v-selection-control--dirty .v-switch__track-false {
24821
+ opacity: 0;
24827
24822
  }
24828
- .v-speed-dial__content > *:nth-child(10) {
24823
+
24824
+ .v-switch__track {
24825
+ display: inline-flex;
24826
+ align-items: center;
24827
+ font-size: 0.5rem;
24828
+ padding: 0 5px;
24829
+ background-color: rgb(var(--v-theme-surface-variant));
24830
+ border-radius: 9999px;
24831
+ height: 14px;
24832
+ opacity: 0.6;
24833
+ min-width: 36px;
24834
+ cursor: pointer;
24835
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24836
+ }
24837
+ .v-switch--inset .v-switch__track {
24838
+ border-radius: 9999px;
24839
+ font-size: 0.75rem;
24840
+ height: 32px;
24841
+ min-width: 52px;
24842
+ }
24843
+
24844
+ .v-switch__thumb {
24845
+ align-items: center;
24846
+ background-color: rgb(var(--v-theme-surface-bright));
24847
+ color: rgb(var(--v-theme-on-surface-bright));
24848
+ border-radius: 50%;
24849
+ display: flex;
24850
+ font-size: 0.75rem;
24851
+ height: 20px;
24852
+ justify-content: center;
24853
+ width: 20px;
24854
+ pointer-events: none;
24855
+ 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);
24856
+ position: relative;
24857
+ overflow: hidden;
24858
+ }
24859
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
24860
+ 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));
24861
+ }
24862
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24863
+ background: rgb(var(--v-theme-surface-variant));
24864
+ color: rgb(var(--v-theme-on-surface-variant));
24865
+ }
24866
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24867
+ 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));
24868
+ }
24869
+ .v-switch--inset .v-switch__thumb {
24870
+ height: 24px;
24871
+ width: 24px;
24872
+ transform: scale(0.6666666667);
24873
+ }
24874
+ .v-switch--inset .v-switch__thumb--filled {
24875
+ transform: none;
24876
+ }
24877
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24878
+ transform: none;
24879
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24880
+ }
24881
+
24882
+ .v-switch.v-input {
24883
+ flex: 0 1 auto;
24884
+ }
24885
+ .v-switch .v-selection-control {
24886
+ min-height: var(--v-input-control-height);
24887
+ }
24888
+ .v-switch .v-selection-control__input {
24889
+ border-radius: 50%;
24890
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24891
+ position: absolute;
24892
+ }
24893
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24894
+ transform: translateX(-10px);
24895
+ }
24896
+
24897
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24898
+ transform: translateX(10px);
24899
+ }
24900
+
24901
+ .v-switch .v-selection-control__input .v-icon {
24902
+ position: absolute;
24903
+ }
24904
+ .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 {
24905
+ transform: translateX(10px);
24906
+ }
24907
+
24908
+ .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 {
24909
+ transform: translateX(-10px);
24910
+ }
24911
+
24912
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
24913
+ transform: scale(0.8);
24914
+ }
24915
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
24916
+ transform: scale(0.75);
24917
+ box-shadow: none;
24918
+ }
24919
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
24920
+ width: auto;
24921
+ }
24922
+ .v-switch.v-input--vertical .v-label {
24923
+ min-width: max-content;
24924
+ }
24925
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
24926
+ transform: rotate(-90deg);
24927
+ }
24928
+
24929
+ @media (forced-colors: active) {
24930
+ .v-switch .v-switch__loader .v-progress-circular {
24931
+ color: currentColor;
24932
+ }
24933
+ .v-switch .v-switch__thumb {
24934
+ background-color: buttontext;
24935
+ }
24936
+ .v-switch .v-switch__track,
24937
+ .v-switch .v-switch__thumb {
24938
+ border: 1px solid;
24939
+ color: buttontext;
24940
+ }
24941
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24942
+ background-color: highlight;
24943
+ }
24944
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24945
+ background-color: highlight;
24946
+ }
24947
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24948
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24949
+ color: highlight;
24950
+ }
24951
+ .v-switch.v-switch--inset .v-switch__track {
24952
+ border-width: 2px;
24953
+ }
24954
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24955
+ background-color: highlighttext;
24956
+ color: highlighttext;
24957
+ }
24958
+ .v-switch.v-input--disabled .v-switch__thumb {
24959
+ background-color: graytext;
24960
+ }
24961
+ .v-switch.v-input--disabled .v-switch__track,
24962
+ .v-switch.v-input--disabled .v-switch__thumb {
24963
+ color: graytext;
24964
+ }
24965
+ .v-switch.v-switch--loading .v-switch__thumb {
24966
+ background-color: canvas;
24967
+ }
24968
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24969
+ border-width: 0;
24970
+ }
24971
+ }.v-speed-dial__content {
24972
+ gap: 8px;
24973
+ }
24974
+ .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 {
24975
+ flex-direction: row;
24976
+ }
24977
+ .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 {
24978
+ flex-direction: row-reverse;
24979
+ }
24980
+ .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 {
24981
+ flex-direction: column-reverse;
24982
+ }
24983
+ .v-speed-dial__content > *:nth-child(1) {
24984
+ transition-delay: 0s;
24985
+ }
24986
+ .v-speed-dial__content > *:nth-child(2) {
24987
+ transition-delay: 0.05s;
24988
+ }
24989
+ .v-speed-dial__content > *:nth-child(3) {
24990
+ transition-delay: 0.1s;
24991
+ }
24992
+ .v-speed-dial__content > *:nth-child(4) {
24993
+ transition-delay: 0.15s;
24994
+ }
24995
+ .v-speed-dial__content > *:nth-child(5) {
24996
+ transition-delay: 0.2s;
24997
+ }
24998
+ .v-speed-dial__content > *:nth-child(6) {
24999
+ transition-delay: 0.25s;
25000
+ }
25001
+ .v-speed-dial__content > *:nth-child(7) {
25002
+ transition-delay: 0.3s;
25003
+ }
25004
+ .v-speed-dial__content > *:nth-child(8) {
25005
+ transition-delay: 0.35s;
25006
+ }
25007
+ .v-speed-dial__content > *:nth-child(9) {
25008
+ transition-delay: 0.4s;
25009
+ }
25010
+ .v-speed-dial__content > *:nth-child(10) {
24829
25011
  transition-delay: 0.45s;
24830
25012
  }.v-stepper.v-sheet {
24831
25013
  overflow: hidden;
@@ -25002,231 +25184,250 @@ html.v-overlay-scroll-blocked {
25002
25184
  left: 0;
25003
25185
  width: 100%;
25004
25186
  height: 100%;
25005
- }.v-switch .v-label {
25006
- padding-inline-start: 10px;
25007
- }
25008
-
25009
- .v-switch__loader {
25187
+ }.v-system-bar {
25188
+ align-items: center;
25010
25189
  display: flex;
25190
+ flex: 1 1 auto;
25191
+ height: 24px;
25192
+ justify-content: flex-end;
25193
+ max-width: 100%;
25194
+ padding-inline: 8px;
25195
+ position: relative;
25196
+ text-align: end;
25197
+ width: 100%;
25011
25198
  }
25012
- .v-switch__loader .v-progress-circular {
25013
- color: rgb(var(--v-theme-surface));
25014
- }
25015
-
25016
- .v-switch__track,
25017
- .v-switch__thumb {
25018
- transition: none;
25199
+ .v-system-bar .v-icon {
25200
+ opacity: var(--v-medium-emphasis-opacity);
25019
25201
  }
25020
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25021
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25022
- background-color: rgb(var(--v-theme-error));
25023
- color: rgb(var(--v-theme-on-error));
25202
+ .v-system-bar {
25203
+ 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));
25024
25204
  }
25025
-
25026
- .v-switch__track-true {
25027
- margin-inline-end: auto;
25205
+ .v-system-bar--absolute {
25206
+ position: absolute;
25028
25207
  }
25029
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25030
- opacity: 0;
25208
+ .v-system-bar--fixed {
25209
+ position: fixed;
25031
25210
  }
25032
-
25033
- .v-switch__track-false {
25034
- margin-inline-start: auto;
25211
+ .v-system-bar {
25212
+ background: rgba(var(--v-theme-surface-light));
25213
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25035
25214
  }
25036
- .v-selection-control--dirty .v-switch__track-false {
25037
- opacity: 0;
25215
+ .v-system-bar {
25216
+ font-size: 0.75rem;
25217
+ font-weight: 400;
25218
+ letter-spacing: 0.0333333333em;
25219
+ line-height: 1.667;
25220
+ text-transform: none;
25038
25221
  }
25039
-
25040
- .v-switch__track {
25041
- display: inline-flex;
25042
- align-items: center;
25043
- font-size: 0.5rem;
25044
- padding: 0 5px;
25045
- background-color: rgb(var(--v-theme-surface-variant));
25046
- border-radius: 9999px;
25047
- height: 14px;
25048
- opacity: 0.6;
25049
- min-width: 36px;
25050
- cursor: pointer;
25051
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25222
+ .v-system-bar--rounded {
25223
+ border-radius: 0;
25052
25224
  }
25053
- .v-switch--inset .v-switch__track {
25054
- border-radius: 9999px;
25055
- font-size: 0.75rem;
25225
+ .v-system-bar--window {
25056
25226
  height: 32px;
25057
- min-width: 52px;
25227
+ }
25228
+ .v-system-bar:not(.v-system-bar--absolute) {
25229
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25230
+ }.v-tab.v-tab.v-btn {
25231
+ height: var(--v-tabs-height);
25232
+ border-radius: 0;
25233
+ min-width: 90px;
25234
+ }
25235
+ .v-slide-group--horizontal .v-tab {
25236
+ max-width: 360px;
25237
+ }
25238
+ .v-slide-group--vertical .v-tab {
25239
+ justify-content: start;
25058
25240
  }
25059
25241
 
25060
- .v-switch__thumb {
25061
- align-items: center;
25062
- background-color: rgb(var(--v-theme-surface-bright));
25063
- color: rgb(var(--v-theme-on-surface-bright));
25064
- border-radius: 50%;
25065
- display: flex;
25066
- font-size: 0.75rem;
25067
- height: 20px;
25068
- justify-content: center;
25069
- width: 20px;
25242
+ .v-tab__slider {
25243
+ position: absolute;
25244
+ bottom: 0;
25245
+ left: 0;
25246
+ height: 2px;
25247
+ width: 100%;
25248
+ background: currentColor;
25070
25249
  pointer-events: none;
25071
- 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);
25072
- position: relative;
25073
- overflow: hidden;
25250
+ opacity: 0;
25074
25251
  }
25075
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
25076
- 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));
25252
+ .v-tab--selected .v-tab__slider {
25253
+ opacity: 1;
25077
25254
  }
25078
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25079
- background: rgb(var(--v-theme-surface-variant));
25080
- color: rgb(var(--v-theme-on-surface-variant));
25255
+ .v-slide-group--vertical .v-tab__slider {
25256
+ top: 0;
25257
+ height: 100%;
25258
+ width: 2px;
25259
+ }.v-tabs {
25260
+ display: flex;
25261
+ height: var(--v-tabs-height);
25081
25262
  }
25082
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25083
- 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));
25263
+ .v-tabs--density-default {
25264
+ --v-tabs-height: 48px;
25084
25265
  }
25085
- .v-switch--inset .v-switch__thumb {
25086
- height: 24px;
25087
- width: 24px;
25088
- transform: scale(0.6666666667);
25266
+ .v-tabs--density-default.v-tabs--stacked {
25267
+ --v-tabs-height: 72px;
25089
25268
  }
25090
- .v-switch--inset .v-switch__thumb--filled {
25091
- transform: none;
25269
+
25270
+ .v-tabs--density-comfortable {
25271
+ --v-tabs-height: 44px;
25092
25272
  }
25093
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25094
- transform: none;
25095
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25273
+ .v-tabs--density-comfortable.v-tabs--stacked {
25274
+ --v-tabs-height: 68px;
25096
25275
  }
25097
25276
 
25098
- .v-switch.v-input {
25099
- flex: 0 1 auto;
25277
+ .v-tabs--density-compact {
25278
+ --v-tabs-height: 36px;
25100
25279
  }
25101
- .v-switch .v-selection-control {
25102
- min-height: var(--v-input-control-height);
25280
+ .v-tabs--density-compact.v-tabs--stacked {
25281
+ --v-tabs-height: 60px;
25103
25282
  }
25104
- .v-switch .v-selection-control__input {
25105
- border-radius: 50%;
25106
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25107
- position: absolute;
25283
+
25284
+ .v-tabs.v-slide-group--vertical {
25285
+ height: auto;
25286
+ flex: none;
25287
+ --v-tabs-height: 48px;
25108
25288
  }
25109
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25110
- transform: translateX(-10px);
25289
+
25290
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25291
+ margin-inline-start: 42px;
25111
25292
  }
25112
25293
 
25113
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25114
- transform: translateX(10px);
25294
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25295
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25296
+ margin-inline-end: auto;
25297
+ }
25298
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25299
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25300
+ margin-inline-start: auto;
25115
25301
  }
25116
25302
 
25117
- .v-switch .v-selection-control__input .v-icon {
25118
- position: absolute;
25303
+ .v-tabs--grow {
25304
+ flex-grow: 1;
25119
25305
  }
25120
- .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 {
25121
- transform: translateX(10px);
25306
+ .v-tabs--grow .v-tab {
25307
+ flex: 1 0 auto;
25308
+ max-width: none;
25122
25309
  }
25123
25310
 
25124
- .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 {
25125
- transform: translateX(-10px);
25311
+ .v-tabs--align-tabs-end .v-tab:first-child {
25312
+ margin-inline-start: auto;
25313
+ }
25314
+ .v-tabs--align-tabs-end .v-tab:last-child {
25315
+ margin-inline-end: 0;
25126
25316
  }
25127
25317
 
25128
- .v-switch.v-switch--indeterminate .v-selection-control__input {
25129
- transform: scale(0.8);
25318
+ @media (max-width: 1279.98px) {
25319
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25320
+ margin-inline-start: 52px;
25321
+ }
25322
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25323
+ margin-inline-end: 52px;
25324
+ }
25325
+ }/* region BLOCK */
25326
+ .v-text-field input {
25327
+ color: inherit;
25328
+ opacity: 0;
25329
+ flex: 1;
25330
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25331
+ min-width: 0;
25130
25332
  }
25131
- .v-switch.v-switch--indeterminate .v-switch__thumb {
25132
- transform: scale(0.75);
25333
+ .v-text-field input:focus, .v-text-field input:active {
25334
+ outline: none;
25335
+ }
25336
+ .v-text-field input:invalid {
25133
25337
  box-shadow: none;
25134
25338
  }
25135
- .v-switch.v-switch--inset .v-selection-control__wrapper {
25136
- width: auto;
25339
+ .v-text-field .v-field {
25340
+ cursor: text;
25137
25341
  }
25138
- .v-switch.v-input--vertical .v-label {
25139
- min-width: max-content;
25342
+ .v-text-field--prefixed.v-text-field .v-field__input {
25343
+ --v-field-padding-start: 6px;
25140
25344
  }
25141
- .v-switch.v-input--vertical .v-selection-control__wrapper {
25142
- transform: rotate(-90deg);
25345
+
25346
+ .v-text-field--suffixed.v-text-field .v-field__input {
25347
+ --v-field-padding-end: 0;
25143
25348
  }
25144
25349
 
25145
- @media (forced-colors: active) {
25146
- .v-switch .v-switch__loader .v-progress-circular {
25147
- color: currentColor;
25148
- }
25149
- .v-switch .v-switch__thumb {
25150
- background-color: buttontext;
25151
- }
25152
- .v-switch .v-switch__track,
25153
- .v-switch .v-switch__thumb {
25154
- border: 1px solid;
25155
- color: buttontext;
25156
- }
25157
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25158
- background-color: highlight;
25159
- }
25160
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25161
- background-color: highlight;
25162
- }
25163
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25164
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25165
- color: highlight;
25166
- }
25167
- .v-switch.v-switch--inset .v-switch__track {
25168
- border-width: 2px;
25169
- }
25170
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25171
- background-color: highlighttext;
25172
- color: highlighttext;
25173
- }
25174
- .v-switch.v-input--disabled .v-switch__thumb {
25175
- background-color: graytext;
25176
- }
25177
- .v-switch.v-input--disabled .v-switch__track,
25178
- .v-switch.v-input--disabled .v-switch__thumb {
25179
- color: graytext;
25180
- }
25181
- .v-switch.v-switch--loading .v-switch__thumb {
25182
- background-color: canvas;
25183
- }
25184
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25185
- border-width: 0;
25186
- }
25187
- }.v-system-bar {
25350
+ .v-text-field .v-input__details {
25351
+ padding-inline: 16px;
25352
+ }
25353
+ .v-input--plain-underlined.v-text-field .v-input__details {
25354
+ padding-inline: 0;
25355
+ }
25356
+
25357
+ .v-text-field .v-field--no-label input,
25358
+ .v-text-field .v-field--active input {
25359
+ opacity: 1;
25360
+ }
25361
+ .v-text-field .v-field--single-line input {
25362
+ transition: none;
25363
+ }
25364
+
25365
+ /* endregion */
25366
+ /* region ELEMENTS */
25367
+ .v-text-field__prefix, .v-text-field__suffix {
25188
25368
  align-items: center;
25369
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25370
+ cursor: default;
25189
25371
  display: flex;
25190
- flex: 1 1 auto;
25191
- height: 24px;
25192
- justify-content: flex-end;
25193
- max-width: 100%;
25194
- padding-inline: 8px;
25195
- position: relative;
25196
- text-align: end;
25197
- width: 100%;
25372
+ opacity: 0;
25373
+ transition: inherit;
25374
+ white-space: nowrap;
25375
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25376
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25377
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25198
25378
  }
25199
- .v-system-bar .v-icon {
25200
- opacity: var(--v-medium-emphasis-opacity);
25379
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25380
+ opacity: 1;
25201
25381
  }
25202
- .v-system-bar {
25203
- 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));
25382
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25383
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25204
25384
  }
25205
- .v-system-bar--absolute {
25206
- position: absolute;
25385
+ .v-text-field__prefix {
25386
+ padding-inline-start: var(--v-field-padding-start);
25207
25387
  }
25208
- .v-system-bar--fixed {
25209
- position: fixed;
25388
+ .v-text-field__suffix {
25389
+ padding-inline-end: var(--v-field-padding-end);
25210
25390
  }
25211
- .v-system-bar {
25212
- background: rgba(var(--v-theme-surface-light));
25213
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25391
+
25392
+ /* endregion */.v-textarea .v-field {
25393
+ --v-textarea-control-height: var(--v-input-control-height);
25214
25394
  }
25215
- .v-system-bar {
25216
- font-size: 0.75rem;
25217
- font-weight: 400;
25218
- letter-spacing: 0.0333333333em;
25219
- line-height: 1.667;
25220
- text-transform: none;
25395
+ .v-textarea .v-field__field {
25396
+ --v-input-control-height: var(--v-textarea-control-height);
25221
25397
  }
25222
- .v-system-bar--rounded {
25223
- border-radius: 0;
25398
+ .v-textarea .v-field__input {
25399
+ flex: 1 1 auto;
25400
+ outline: none;
25401
+ -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));
25402
+ 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));
25224
25403
  }
25225
- .v-system-bar--window {
25226
- height: 32px;
25404
+ .v-textarea .v-field__input.v-textarea__sizer {
25405
+ visibility: hidden;
25406
+ position: absolute;
25407
+ top: 0;
25408
+ left: 0;
25409
+ height: 0 !important;
25410
+ min-height: 0 !important;
25411
+ pointer-events: none;
25227
25412
  }
25228
- .v-system-bar:not(.v-system-bar--absolute) {
25229
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25413
+ .v-textarea--no-resize .v-field__input {
25414
+ resize: none;
25415
+ }
25416
+ .v-textarea .v-field--no-label textarea,
25417
+ .v-textarea .v-field--active textarea {
25418
+ opacity: 1;
25419
+ }
25420
+ .v-textarea textarea {
25421
+ opacity: 0;
25422
+ flex: 1;
25423
+ min-width: 0;
25424
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25425
+ }
25426
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25427
+ outline: none;
25428
+ }
25429
+ .v-textarea textarea:invalid {
25430
+ box-shadow: none;
25230
25431
  }.v-table {
25231
25432
  font-size: 0.875rem;
25232
25433
  transition-duration: 0.28s;
@@ -25369,115 +25570,152 @@ html.v-overlay-scroll-blocked {
25369
25570
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25370
25571
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25371
25572
  border-top: 0px !important;
25372
- }/* region BLOCK */
25373
- .v-text-field input {
25374
- color: inherit;
25375
- opacity: 0;
25376
- flex: 1;
25377
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25378
- min-width: 0;
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%;
25379
25587
  }
25380
- .v-text-field input:focus, .v-text-field input:active {
25381
- outline: none;
25588
+ .v-toolbar {
25589
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25590
+ border-style: solid;
25591
+ border-width: 0;
25382
25592
  }
25383
- .v-text-field input:invalid {
25593
+ .v-toolbar--border {
25594
+ border-width: thin;
25384
25595
  box-shadow: none;
25385
25596
  }
25386
- .v-text-field .v-field {
25387
- cursor: text;
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));
25388
25599
  }
25389
- .v-text-field--prefixed.v-text-field .v-field__input {
25390
- --v-field-padding-start: 6px;
25600
+ .v-toolbar {
25601
+ border-radius: 0;
25391
25602
  }
25392
-
25393
- .v-text-field--suffixed.v-text-field .v-field__input {
25394
- --v-field-padding-end: 0;
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));
25395
25606
  }
25396
-
25397
- .v-text-field .v-input__details {
25398
- padding-inline: 16px;
25607
+ .v-toolbar--absolute {
25608
+ position: absolute;
25399
25609
  }
25400
- .v-input--plain-underlined.v-text-field .v-input__details {
25401
- padding-inline: 0;
25610
+ .v-toolbar--collapse {
25611
+ max-width: 112px;
25612
+ overflow: hidden;
25613
+ border-end-end-radius: 24px;
25402
25614
  }
25403
-
25404
- .v-text-field .v-field--no-label input,
25405
- .v-text-field .v-field--active input {
25406
- opacity: 1;
25615
+ .v-toolbar--collapse .v-toolbar-title {
25616
+ display: none;
25407
25617
  }
25408
- .v-text-field .v-field--single-line input {
25409
- transition: none;
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));
25620
+ }
25621
+ .v-toolbar--floating {
25622
+ display: inline-flex;
25623
+ }
25624
+ .v-toolbar--rounded {
25625
+ border-radius: 4px;
25410
25626
  }
25411
25627
 
25412
- /* endregion */
25413
- /* region ELEMENTS */
25414
- .v-text-field__prefix, .v-text-field__suffix {
25628
+ .v-toolbar__content,
25629
+ .v-toolbar__extension {
25415
25630
  align-items: center;
25416
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25417
- cursor: default;
25418
25631
  display: flex;
25419
- opacity: 0;
25632
+ flex: 0 0 auto;
25633
+ position: relative;
25420
25634
  transition: inherit;
25421
- white-space: nowrap;
25422
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25423
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25424
- padding-bottom: var(--v-field-padding-bottom, 6px);
25425
- }
25426
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25427
- opacity: 1;
25635
+ width: 100%;
25428
25636
  }
25429
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25430
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25637
+
25638
+ .v-toolbar__content {
25639
+ overflow: hidden;
25431
25640
  }
25432
- .v-text-field__prefix {
25433
- padding-inline-start: var(--v-field-padding-start);
25641
+ .v-toolbar__content > .v-btn:first-child {
25642
+ margin-inline-start: 4px;
25434
25643
  }
25435
- .v-text-field__suffix {
25436
- padding-inline-end: var(--v-field-padding-end);
25644
+ .v-toolbar__content > .v-btn:last-child {
25645
+ margin-inline-end: 4px;
25437
25646
  }
25438
-
25439
- /* endregion */.v-textarea .v-field {
25440
- --v-textarea-control-height: var(--v-input-control-height);
25647
+ .v-toolbar__content > .v-toolbar-title {
25648
+ margin-inline-start: 20px;
25441
25649
  }
25442
- .v-textarea .v-field__field {
25443
- --v-input-control-height: var(--v-textarea-control-height);
25650
+ .v-toolbar--density-prominent .v-toolbar__content {
25651
+ align-items: flex-start;
25444
25652
  }
25445
- .v-textarea .v-field__input {
25446
- flex: 1 1 auto;
25447
- outline: none;
25448
- -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));
25449
- 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));
25653
+
25654
+ .v-toolbar__image {
25655
+ display: flex;
25656
+ opacity: var(--v-toolbar-image-opacity, 1);
25657
+ transition-property: opacity;
25450
25658
  }
25451
- .v-textarea .v-field__input.v-textarea__sizer {
25452
- visibility: hidden;
25659
+ .v-toolbar__image {
25453
25660
  position: absolute;
25454
25661
  top: 0;
25455
25662
  left: 0;
25456
- height: 0 !important;
25457
- min-height: 0 !important;
25458
- pointer-events: none;
25663
+ width: 100%;
25664
+ height: 100%;
25459
25665
  }
25460
- .v-textarea--no-resize .v-field__input {
25461
- resize: none;
25666
+
25667
+ .v-toolbar__prepend,
25668
+ .v-toolbar__append {
25669
+ align-items: center;
25670
+ align-self: stretch;
25671
+ display: flex;
25462
25672
  }
25463
- .v-textarea .v-field--no-label textarea,
25464
- .v-textarea .v-field--active textarea {
25465
- opacity: 1;
25673
+
25674
+ .v-toolbar__prepend {
25675
+ margin-inline: 4px auto;
25466
25676
  }
25467
- .v-textarea textarea {
25468
- opacity: 0;
25469
- flex: 1;
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;
25470
25685
  min-width: 0;
25471
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25472
25686
  }
25473
- .v-textarea textarea:focus, .v-textarea textarea:active {
25474
- outline: none;
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;
25693
+ }
25694
+ .v-toolbar--density-prominent .v-toolbar-title {
25695
+ align-self: flex-end;
25696
+ padding-bottom: 6px;
25697
+ }
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;
25704
+ }
25705
+
25706
+ .v-toolbar-title__placeholder {
25707
+ overflow: hidden;
25708
+ text-overflow: ellipsis;
25709
+ white-space: nowrap;
25475
25710
  }
25476
- .v-textarea textarea:invalid {
25477
- box-shadow: none;
25478
- }.v-theme-provider {
25479
- background: rgb(var(--v-theme-background));
25480
- color: rgb(var(--v-theme-on-background));
25711
+
25712
+ .v-toolbar-items {
25713
+ display: flex;
25714
+ height: inherit;
25715
+ align-self: stretch;
25716
+ }
25717
+ .v-toolbar-items > .v-btn {
25718
+ border-radius: 0;
25481
25719
  }.v-timeline .v-timeline-divider__dot {
25482
25720
  background: rgb(var(--v-theme-surface-light));
25483
25721
  }
@@ -25884,256 +26122,18 @@ html.v-overlay-scroll-blocked {
25884
26122
  padding-inline-start: 0;
25885
26123
  }
25886
26124
 
25887
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
25888
- display: none;
25889
- }
25890
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
25891
- --v-timeline-line-size-offset: 12px;
25892
- }
25893
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25894
- padding-block-end: 0;
25895
- }
25896
-
25897
- .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25898
- padding-inline-end: 0;
25899
- }.v-toolbar {
25900
- align-items: flex-start;
25901
- display: flex;
25902
- flex: none;
25903
- flex-direction: column;
25904
- justify-content: space-between;
25905
- max-width: 100%;
25906
- position: relative;
25907
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25908
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25909
- width: 100%;
25910
- }
25911
- .v-toolbar {
25912
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25913
- border-style: solid;
25914
- border-width: 0;
25915
- }
25916
- .v-toolbar--border {
25917
- border-width: thin;
25918
- box-shadow: none;
25919
- }
25920
- .v-toolbar {
25921
- 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));
25922
- }
25923
- .v-toolbar {
25924
- border-radius: 0;
25925
- }
25926
- .v-toolbar {
25927
- background: rgb(var(--v-theme-surface-light));
25928
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25929
- }
25930
- .v-toolbar--absolute {
25931
- position: absolute;
25932
- }
25933
- .v-toolbar--collapse {
25934
- max-width: 112px;
25935
- overflow: hidden;
25936
- border-end-end-radius: 24px;
25937
- }
25938
- .v-toolbar--collapse .v-toolbar-title {
25939
- display: none;
25940
- }
25941
- .v-toolbar--flat {
25942
- 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));
25943
- }
25944
- .v-toolbar--floating {
25945
- display: inline-flex;
25946
- }
25947
- .v-toolbar--rounded {
25948
- border-radius: 4px;
25949
- }
25950
-
25951
- .v-toolbar__content,
25952
- .v-toolbar__extension {
25953
- align-items: center;
25954
- display: flex;
25955
- flex: 0 0 auto;
25956
- position: relative;
25957
- transition: inherit;
25958
- width: 100%;
25959
- }
25960
-
25961
- .v-toolbar__content {
25962
- overflow: hidden;
25963
- }
25964
- .v-toolbar__content > .v-btn:first-child {
25965
- margin-inline-start: 4px;
25966
- }
25967
- .v-toolbar__content > .v-btn:last-child {
25968
- margin-inline-end: 4px;
25969
- }
25970
- .v-toolbar__content > .v-toolbar-title {
25971
- margin-inline-start: 20px;
25972
- }
25973
- .v-toolbar--density-prominent .v-toolbar__content {
25974
- align-items: flex-start;
25975
- }
25976
-
25977
- .v-toolbar__image {
25978
- display: flex;
25979
- opacity: var(--v-toolbar-image-opacity, 1);
25980
- transition-property: opacity;
25981
- }
25982
- .v-toolbar__image {
25983
- position: absolute;
25984
- top: 0;
25985
- left: 0;
25986
- width: 100%;
25987
- height: 100%;
25988
- }
25989
-
25990
- .v-toolbar__prepend,
25991
- .v-toolbar__append {
25992
- align-items: center;
25993
- align-self: stretch;
25994
- display: flex;
25995
- }
25996
-
25997
- .v-toolbar__prepend {
25998
- margin-inline: 4px auto;
25999
- }
26000
-
26001
- .v-toolbar__append {
26002
- margin-inline: auto 4px;
26003
- }
26004
-
26005
- .v-toolbar-title {
26006
- flex: 1 1;
26007
- font-size: 1.25rem;
26008
- min-width: 0;
26009
- }
26010
- .v-toolbar-title {
26011
- font-size: 1.25rem;
26012
- font-weight: 400;
26013
- letter-spacing: 0;
26014
- line-height: 1.75rem;
26015
- text-transform: none;
26016
- }
26017
- .v-toolbar--density-prominent .v-toolbar-title {
26018
- align-self: flex-end;
26019
- padding-bottom: 6px;
26020
- }
26021
- .v-toolbar--density-prominent .v-toolbar-title {
26022
- font-size: 1.5rem;
26023
- font-weight: 400;
26024
- letter-spacing: 0;
26025
- line-height: 2.25rem;
26026
- text-transform: none;
26027
- }
26028
-
26029
- .v-toolbar-title__placeholder {
26030
- overflow: hidden;
26031
- text-overflow: ellipsis;
26032
- white-space: nowrap;
26033
- }
26034
-
26035
- .v-toolbar-items {
26036
- display: flex;
26037
- height: inherit;
26038
- align-self: stretch;
26039
- }
26040
- .v-toolbar-items > .v-btn {
26041
- border-radius: 0;
26042
- }.v-tab.v-tab.v-btn {
26043
- height: var(--v-tabs-height);
26044
- border-radius: 0;
26045
- min-width: 90px;
26046
- }
26047
- .v-slide-group--horizontal .v-tab {
26048
- max-width: 360px;
26049
- }
26050
- .v-slide-group--vertical .v-tab {
26051
- justify-content: start;
26052
- }
26053
-
26054
- .v-tab__slider {
26055
- position: absolute;
26056
- bottom: 0;
26057
- left: 0;
26058
- height: 2px;
26059
- width: 100%;
26060
- background: currentColor;
26061
- pointer-events: none;
26062
- opacity: 0;
26063
- }
26064
- .v-tab--selected .v-tab__slider {
26065
- opacity: 1;
26066
- }
26067
- .v-slide-group--vertical .v-tab__slider {
26068
- top: 0;
26069
- height: 100%;
26070
- width: 2px;
26071
- }.v-tabs {
26072
- display: flex;
26073
- height: var(--v-tabs-height);
26074
- }
26075
- .v-tabs--density-default {
26076
- --v-tabs-height: 48px;
26077
- }
26078
- .v-tabs--density-default.v-tabs--stacked {
26079
- --v-tabs-height: 72px;
26080
- }
26081
-
26082
- .v-tabs--density-comfortable {
26083
- --v-tabs-height: 44px;
26084
- }
26085
- .v-tabs--density-comfortable.v-tabs--stacked {
26086
- --v-tabs-height: 68px;
26087
- }
26088
-
26089
- .v-tabs--density-compact {
26090
- --v-tabs-height: 36px;
26091
- }
26092
- .v-tabs--density-compact.v-tabs--stacked {
26093
- --v-tabs-height: 60px;
26094
- }
26095
-
26096
- .v-tabs.v-slide-group--vertical {
26097
- height: auto;
26098
- flex: none;
26099
- --v-tabs-height: 48px;
26100
- }
26101
-
26102
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
26103
- margin-inline-start: 42px;
26104
- }
26105
-
26106
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
26107
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
26108
- margin-inline-end: auto;
26109
- }
26110
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
26111
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
26112
- margin-inline-start: auto;
26113
- }
26114
-
26115
- .v-tabs--grow {
26116
- flex-grow: 1;
26117
- }
26118
- .v-tabs--grow .v-tab {
26119
- flex: 1 0 auto;
26120
- max-width: none;
26121
- }
26122
-
26123
- .v-tabs--align-tabs-end .v-tab:first-child {
26124
- margin-inline-start: auto;
26125
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
26126
+ display: none;
26125
26127
  }
26126
- .v-tabs--align-tabs-end .v-tab:last-child {
26127
- margin-inline-end: 0;
26128
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
26129
+ --v-timeline-line-size-offset: 12px;
26130
+ }
26131
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26132
+ padding-block-end: 0;
26128
26133
  }
26129
26134
 
26130
- @media (max-width: 1279.98px) {
26131
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
26132
- margin-inline-start: 52px;
26133
- }
26134
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
26135
- margin-inline-end: 52px;
26136
- }
26135
+ .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26136
+ padding-inline-end: 0;
26137
26137
  }.v-tooltip > .v-overlay__content {
26138
26138
  background: rgb(var(--v-theme-surface-variant));
26139
26139
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26156,15 +26156,6 @@ html.v-overlay-scroll-blocked {
26156
26156
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26157
26157
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26158
26158
  transition-duration: 75ms;
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;
26168
26159
  }.v-window {
26169
26160
  overflow: hidden;
26170
26161
  }
@@ -26235,6 +26226,15 @@ html.v-overlay-scroll-blocked {
26235
26226
  }
26236
26227
  .v-window-y-reverse-transition-leave-to {
26237
26228
  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-edit {
26239
26239
  display: flex;
26240
26240
  margin-top: 24px;
@@ -26285,41 +26285,6 @@ html.v-overlay-scroll-blocked {
26285
26285
  }
26286
26286
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26287
26287
  will-change: transform;
26288
- }.v-color-picker-swatches {
26289
- overflow-y: auto;
26290
- }
26291
- .v-color-picker-swatches > div {
26292
- display: flex;
26293
- flex-wrap: wrap;
26294
- justify-content: center;
26295
- padding: 8px;
26296
- }
26297
-
26298
- .v-color-picker-swatches__swatch {
26299
- display: flex;
26300
- flex-direction: column;
26301
- margin-bottom: 10px;
26302
- }
26303
-
26304
- .v-color-picker-swatches__color {
26305
- position: relative;
26306
- height: 18px;
26307
- max-height: 18px;
26308
- width: 45px;
26309
- margin: 2px 4px;
26310
- border-radius: 2px;
26311
- -webkit-user-select: none;
26312
- user-select: none;
26313
- overflow: hidden;
26314
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26315
- cursor: pointer;
26316
- }
26317
- .v-color-picker-swatches__color > div {
26318
- display: flex;
26319
- align-items: center;
26320
- justify-content: center;
26321
- width: 100%;
26322
- height: 100%;
26323
26288
  }.v-color-picker-preview__alpha .v-slider-track__background {
26324
26289
  background-color: transparent !important;
26325
26290
  }
@@ -26387,66 +26352,260 @@ html.v-overlay-scroll-blocked {
26387
26352
  margin-bottom: 0;
26388
26353
  }
26389
26354
 
26390
- .v-color-picker-preview__eye-dropper {
26391
- position: relative;
26392
- margin-right: 12px;
26393
- }.v-picker.v-sheet {
26394
- display: grid;
26395
- grid-auto-rows: min-content;
26396
- grid-template-areas: "title" "header" "body";
26397
- overflow: hidden;
26355
+ .v-color-picker-preview__eye-dropper {
26356
+ position: relative;
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
+ }.v-picker.v-sheet {
26394
+ display: grid;
26395
+ grid-auto-rows: min-content;
26396
+ grid-template-areas: "title" "header" "body";
26397
+ overflow: hidden;
26398
+ }
26399
+ .v-picker.v-sheet {
26400
+ 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));
26401
+ }
26402
+ .v-picker.v-sheet {
26403
+ border-radius: 4px;
26404
+ }
26405
+ .v-picker.v-sheet.v-picker--with-actions {
26406
+ grid-template-areas: "title" "header" "body" "actions";
26407
+ }
26408
+
26409
+ .v-picker__body {
26410
+ grid-area: body;
26411
+ overflow: hidden;
26412
+ position: relative;
26413
+ }
26414
+
26415
+ .v-picker__header {
26416
+ grid-area: header;
26417
+ }
26418
+
26419
+ .v-picker__actions {
26420
+ grid-area: actions;
26421
+ padding: 0 12px 12px;
26422
+ display: flex;
26423
+ align-items: center;
26424
+ justify-content: flex-end;
26425
+ }
26426
+ .v-picker__actions .v-btn {
26427
+ min-width: 48px;
26428
+ }
26429
+ .v-picker__actions .v-btn:not(:last-child) {
26430
+ margin-inline-end: 8px;
26431
+ }
26432
+
26433
+ .v-picker--landscape {
26434
+ grid-template-areas: "title" "header body" "header body";
26435
+ }
26436
+
26437
+ .v-picker--landscape.v-picker--with-actions {
26438
+ grid-template-areas: "title" "header body" "header actions";
26439
+ }
26440
+
26441
+ .v-picker-title {
26442
+ text-transform: uppercase;
26443
+ font-size: 0.75rem;
26444
+ grid-area: title;
26445
+ padding-inline: 24px 12px;
26446
+ padding-top: 16px;
26447
+ padding-bottom: 16px;
26448
+ font-weight: 400;
26449
+ letter-spacing: 0.1666666667em;
26450
+ }.v-slider-thumb {
26451
+ touch-action: none;
26452
+ color: rgb(var(--v-theme-surface-variant));
26453
+ }
26454
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26455
+ color: inherit;
26456
+ }
26457
+
26458
+ .v-slider-thumb__label {
26459
+ background: rgba(var(--v-theme-surface-variant), 0.7);
26460
+ color: rgb(var(--v-theme-on-surface-variant));
26461
+ }
26462
+ .v-slider-thumb__label::before {
26463
+ color: rgba(var(--v-theme-surface-variant), 0.7);
26464
+ }
26465
+
26466
+ .v-slider-thumb {
26467
+ outline: none;
26468
+ position: absolute;
26469
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26470
+ }
26471
+
26472
+ .v-slider-thumb__surface {
26473
+ cursor: pointer;
26474
+ width: var(--v-slider-thumb-size);
26475
+ height: var(--v-slider-thumb-size);
26476
+ border-radius: 50%;
26477
+ -webkit-user-select: none;
26478
+ user-select: none;
26479
+ background-color: currentColor;
26480
+ }
26481
+ @media (forced-colors: active) {
26482
+ .v-slider-thumb__surface {
26483
+ background-color: highlight;
26484
+ }
26485
+ }
26486
+ .v-slider-thumb__surface::before {
26487
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26488
+ content: "";
26489
+ color: inherit;
26490
+ top: 0;
26491
+ left: 0;
26492
+ width: 100%;
26493
+ height: 100%;
26494
+ border-radius: 50%;
26495
+ background: currentColor;
26496
+ position: absolute;
26497
+ pointer-events: none;
26498
+ opacity: 0;
26499
+ }
26500
+ .v-slider-thumb__surface::after {
26501
+ content: "";
26502
+ width: 42px;
26503
+ height: 42px;
26504
+ position: absolute;
26505
+ top: 50%;
26506
+ left: 50%;
26507
+ transform: translate(-50%, -50%);
26508
+ }
26509
+
26510
+ .v-slider-thumb__label-container {
26511
+ position: absolute;
26512
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26513
+ }
26514
+
26515
+ .v-slider-thumb__label {
26516
+ display: flex;
26517
+ align-items: center;
26518
+ justify-content: center;
26519
+ font-size: 0.75rem;
26520
+ min-width: 35px;
26521
+ height: 25px;
26522
+ border-radius: 4px;
26523
+ padding: 6px;
26524
+ position: absolute;
26525
+ -webkit-user-select: none;
26526
+ user-select: none;
26527
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26528
+ }
26529
+ .v-slider-thumb__label::before {
26530
+ content: "";
26531
+ width: 0;
26532
+ height: 0;
26533
+ position: absolute;
26534
+ }
26535
+
26536
+ .v-slider-thumb__ripple {
26537
+ position: absolute;
26538
+ left: calc(var(--v-slider-thumb-size) / -2);
26539
+ top: calc(var(--v-slider-thumb-size) / -2);
26540
+ width: calc(var(--v-slider-thumb-size) * 2);
26541
+ height: calc(var(--v-slider-thumb-size) * 2);
26542
+ background: inherit;
26543
+ }
26544
+
26545
+ .v-slider.v-input--horizontal .v-slider-thumb {
26546
+ top: 50%;
26547
+ transform: translateY(-50%);
26548
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26398
26549
  }
26399
- .v-picker.v-sheet {
26400
- 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));
26550
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26551
+ left: calc(var(--v-slider-thumb-size) / 2);
26552
+ top: 0;
26401
26553
  }
26402
- .v-picker.v-sheet {
26403
- border-radius: 4px;
26554
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
26555
+ bottom: calc(var(--v-slider-thumb-size) / 2);
26404
26556
  }
26405
- .v-picker.v-sheet.v-picker--with-actions {
26406
- grid-template-areas: "title" "header" "body" "actions";
26557
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26558
+ transform: translateX(-50%);
26407
26559
  }
26408
26560
 
26409
- .v-picker__body {
26410
- grid-area: body;
26411
- overflow: hidden;
26412
- position: relative;
26561
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26562
+ transform: translateX(50%);
26413
26563
  }
26414
26564
 
26415
- .v-picker__header {
26416
- grid-area: header;
26565
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26566
+ border-left: 6px solid transparent;
26567
+ border-right: 6px solid transparent;
26568
+ border-top: 6px solid currentColor;
26569
+ bottom: -6px;
26417
26570
  }
26418
26571
 
26419
- .v-picker__actions {
26420
- grid-area: actions;
26421
- padding: 0 12px 12px;
26422
- display: flex;
26423
- align-items: center;
26424
- justify-content: flex-end;
26572
+ .v-slider.v-input--vertical .v-slider-thumb {
26573
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26425
26574
  }
26426
- .v-picker__actions .v-btn {
26427
- min-width: 48px;
26575
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
26576
+ top: calc(var(--v-slider-thumb-size) / 2);
26577
+ right: 0;
26428
26578
  }
26429
- .v-picker__actions .v-btn:not(:last-child) {
26430
- margin-inline-end: 8px;
26579
+ .v-slider.v-input--vertical .v-slider-thumb__label {
26580
+ top: -12.5px;
26581
+ left: calc(var(--v-slider-thumb-size) / 2);
26582
+ }
26583
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
26584
+ border-right: 6px solid currentColor;
26585
+ border-top: 6px solid transparent;
26586
+ border-bottom: 6px solid transparent;
26587
+ left: -6px;
26431
26588
  }
26432
26589
 
26433
- .v-picker--landscape {
26434
- grid-template-areas: "title" "header body" "header body";
26590
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
26591
+ transform: scale(2);
26592
+ opacity: var(--v-focus-opacity);
26435
26593
  }
26436
26594
 
26437
- .v-picker--landscape.v-picker--with-actions {
26438
- grid-template-areas: "title" "header body" "header actions";
26595
+ .v-slider-thumb--pressed {
26596
+ transition: none;
26597
+ }
26598
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26599
+ opacity: var(--v-pressed-opacity);
26439
26600
  }
26440
26601
 
26441
- .v-picker-title {
26442
- text-transform: uppercase;
26443
- font-size: 0.75rem;
26444
- grid-area: title;
26445
- padding-inline: 24px 12px;
26446
- padding-top: 16px;
26447
- padding-bottom: 16px;
26448
- font-weight: 400;
26449
- letter-spacing: 0.1666666667em;
26602
+ @media (hover: hover) {
26603
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
26604
+ transform: scale(2);
26605
+ }
26606
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26607
+ opacity: var(--v-hover-opacity);
26608
+ }
26450
26609
  }.v-slider-track__background {
26451
26610
  background-color: rgb(var(--v-theme-surface-variant));
26452
26611
  }
@@ -26625,163 +26784,4 @@ html.v-overlay-scroll-blocked {
26625
26784
 
26626
26785
  .v-slider-track__background--opacity {
26627
26786
  opacity: 0.38;
26628
- }.v-slider-thumb {
26629
- touch-action: none;
26630
- color: rgb(var(--v-theme-surface-variant));
26631
- }
26632
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
26633
- color: inherit;
26634
- }
26635
-
26636
- .v-slider-thumb__label {
26637
- background: rgba(var(--v-theme-surface-variant), 0.7);
26638
- color: rgb(var(--v-theme-on-surface-variant));
26639
- }
26640
- .v-slider-thumb__label::before {
26641
- color: rgba(var(--v-theme-surface-variant), 0.7);
26642
- }
26643
-
26644
- .v-slider-thumb {
26645
- outline: none;
26646
- position: absolute;
26647
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26648
- }
26649
-
26650
- .v-slider-thumb__surface {
26651
- cursor: pointer;
26652
- width: var(--v-slider-thumb-size);
26653
- height: var(--v-slider-thumb-size);
26654
- border-radius: 50%;
26655
- -webkit-user-select: none;
26656
- user-select: none;
26657
- background-color: currentColor;
26658
- }
26659
- @media (forced-colors: active) {
26660
- .v-slider-thumb__surface {
26661
- background-color: highlight;
26662
- }
26663
- }
26664
- .v-slider-thumb__surface::before {
26665
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
26666
- content: "";
26667
- color: inherit;
26668
- top: 0;
26669
- left: 0;
26670
- width: 100%;
26671
- height: 100%;
26672
- border-radius: 50%;
26673
- background: currentColor;
26674
- position: absolute;
26675
- pointer-events: none;
26676
- opacity: 0;
26677
- }
26678
- .v-slider-thumb__surface::after {
26679
- content: "";
26680
- width: 42px;
26681
- height: 42px;
26682
- position: absolute;
26683
- top: 50%;
26684
- left: 50%;
26685
- transform: translate(-50%, -50%);
26686
- }
26687
-
26688
- .v-slider-thumb__label-container {
26689
- position: absolute;
26690
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26691
- }
26692
-
26693
- .v-slider-thumb__label {
26694
- display: flex;
26695
- align-items: center;
26696
- justify-content: center;
26697
- font-size: 0.75rem;
26698
- min-width: 35px;
26699
- height: 25px;
26700
- border-radius: 4px;
26701
- padding: 6px;
26702
- position: absolute;
26703
- -webkit-user-select: none;
26704
- user-select: none;
26705
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
26706
- }
26707
- .v-slider-thumb__label::before {
26708
- content: "";
26709
- width: 0;
26710
- height: 0;
26711
- position: absolute;
26712
- }
26713
-
26714
- .v-slider-thumb__ripple {
26715
- position: absolute;
26716
- left: calc(var(--v-slider-thumb-size) / -2);
26717
- top: calc(var(--v-slider-thumb-size) / -2);
26718
- width: calc(var(--v-slider-thumb-size) * 2);
26719
- height: calc(var(--v-slider-thumb-size) * 2);
26720
- background: inherit;
26721
- }
26722
-
26723
- .v-slider.v-input--horizontal .v-slider-thumb {
26724
- top: 50%;
26725
- transform: translateY(-50%);
26726
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26727
- }
26728
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
26729
- left: calc(var(--v-slider-thumb-size) / 2);
26730
- top: 0;
26731
- }
26732
- .v-slider.v-input--horizontal .v-slider-thumb__label {
26733
- bottom: calc(var(--v-slider-thumb-size) / 2);
26734
- }
26735
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
26736
- transform: translateX(-50%);
26737
- }
26738
-
26739
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
26740
- transform: translateX(50%);
26741
- }
26742
-
26743
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
26744
- border-left: 6px solid transparent;
26745
- border-right: 6px solid transparent;
26746
- border-top: 6px solid currentColor;
26747
- bottom: -6px;
26748
- }
26749
-
26750
- .v-slider.v-input--vertical .v-slider-thumb {
26751
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
26752
- }
26753
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
26754
- top: calc(var(--v-slider-thumb-size) / 2);
26755
- right: 0;
26756
- }
26757
- .v-slider.v-input--vertical .v-slider-thumb__label {
26758
- top: -12.5px;
26759
- left: calc(var(--v-slider-thumb-size) / 2);
26760
- }
26761
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
26762
- border-right: 6px solid currentColor;
26763
- border-top: 6px solid transparent;
26764
- border-bottom: 6px solid transparent;
26765
- left: -6px;
26766
- }
26767
-
26768
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
26769
- transform: scale(2);
26770
- opacity: var(--v-focus-opacity);
26771
- }
26772
-
26773
- .v-slider-thumb--pressed {
26774
- transition: none;
26775
- }
26776
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
26777
- opacity: var(--v-pressed-opacity);
26778
- }
26779
-
26780
- @media (hover: hover) {
26781
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
26782
- transform: scale(2);
26783
- }
26784
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
26785
- opacity: var(--v-hover-opacity);
26786
- }
26787
26787
  }