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

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.6.14-master.2024-08-03
2
+ * Vuetify v3.6.14-master.2024-08-04
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -18222,91 +18222,6 @@ html.overflow-y-hidden {
18222
18222
  text-transform: none;
18223
18223
  word-break: normal;
18224
18224
  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
18225
  }.v-avatar {
18311
18226
  flex: none;
18312
18227
  align-items: center;
@@ -18404,6 +18319,91 @@ html.overflow-y-hidden {
18404
18319
  .v-avatar .v-img {
18405
18320
  height: 100%;
18406
18321
  width: 100%;
18322
+ }.v-autocomplete .v-field .v-text-field__prefix,
18323
+ .v-autocomplete .v-field .v-text-field__suffix,
18324
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18325
+ cursor: text;
18326
+ }
18327
+ .v-autocomplete .v-field .v-field__input > input {
18328
+ flex: 1 1;
18329
+ }
18330
+ .v-autocomplete .v-field input {
18331
+ min-width: 64px;
18332
+ }
18333
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18334
+ min-width: 0;
18335
+ }
18336
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18337
+ margin-inline-end: 2px;
18338
+ }
18339
+ .v-autocomplete .v-autocomplete__selection-text {
18340
+ overflow: hidden;
18341
+ text-overflow: ellipsis;
18342
+ white-space: nowrap;
18343
+ }
18344
+
18345
+ .v-autocomplete__content {
18346
+ overflow: hidden;
18347
+ }
18348
+ .v-autocomplete__content {
18349
+ 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));
18350
+ }
18351
+ .v-autocomplete__content {
18352
+ border-radius: 4px;
18353
+ }
18354
+ .v-autocomplete__mask {
18355
+ background: rgb(var(--v-theme-surface-light));
18356
+ }
18357
+ .v-autocomplete__selection {
18358
+ display: inline-flex;
18359
+ align-items: center;
18360
+ height: 1.5rem;
18361
+ letter-spacing: inherit;
18362
+ line-height: inherit;
18363
+ max-width: calc(100% - 2px - 2px);
18364
+ }
18365
+ .v-autocomplete__selection:first-child {
18366
+ margin-inline-start: 0;
18367
+ }
18368
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18369
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18370
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18371
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18372
+ top: 0px;
18373
+ }
18374
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18375
+ opacity: var(--v-medium-emphasis-opacity);
18376
+ }
18377
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18378
+ opacity: 1;
18379
+ }
18380
+ .v-autocomplete--selecting-index .v-field__input > input {
18381
+ caret-color: transparent;
18382
+ }
18383
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18384
+ flex: 1 1;
18385
+ position: absolute;
18386
+ left: 0;
18387
+ right: 0;
18388
+ width: 100%;
18389
+ padding-inline: inherit;
18390
+ }
18391
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18392
+ transition: none;
18393
+ }
18394
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18395
+ opacity: 0;
18396
+ }
18397
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18398
+ opacity: 0;
18399
+ }
18400
+ .v-autocomplete__menu-icon {
18401
+ margin-inline-start: 4px;
18402
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18403
+ }
18404
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18405
+ opacity: var(--v-high-emphasis-opacity);
18406
+ transform: rotate(180deg);
18407
18407
  }.v-badge {
18408
18408
  display: inline-block;
18409
18409
  line-height: 1;
@@ -18706,40 +18706,6 @@ html.overflow-y-hidden {
18706
18706
  }
18707
18707
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18708
18708
  transform: translateY(0.5rem);
18709
- }.bottom-sheet-transition-enter-from {
18710
- transform: translateY(100%);
18711
- }
18712
- .bottom-sheet-transition-leave-to {
18713
- transform: translateY(100%);
18714
- }
18715
-
18716
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18717
- align-self: flex-end;
18718
- border-radius: 0;
18719
- flex: 0 1 auto;
18720
- left: 0;
18721
- right: 0;
18722
- margin-inline: 0;
18723
- margin-bottom: 0;
18724
- transition-duration: 0.2s;
18725
- width: 100%;
18726
- max-width: 100%;
18727
- overflow: visible;
18728
- }
18729
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18730
- 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));
18731
- }
18732
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18733
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18734
- border-radius: 0;
18735
- }
18736
- .v-bottom-sheet.v-bottom-sheet--inset {
18737
- max-width: none;
18738
- }
18739
- @media (min-width: 600px) {
18740
- .v-bottom-sheet.v-bottom-sheet--inset {
18741
- max-width: 70%;
18742
- }
18743
18709
  }.v-breadcrumbs {
18744
18710
  display: flex;
18745
18711
  align-items: center;
@@ -18797,46 +18763,144 @@ html.overflow-y-hidden {
18797
18763
  display: inline-block;
18798
18764
  padding: 0 8px;
18799
18765
  vertical-align: middle;
18800
- }.v-btn {
18801
- align-items: center;
18802
- border-radius: 4px;
18803
- display: inline-grid;
18804
- grid-template-areas: "prepend content append";
18805
- grid-template-columns: max-content auto max-content;
18806
- font-weight: 500;
18807
- justify-content: center;
18808
- letter-spacing: 0.0892857143em;
18809
- line-height: normal;
18810
- max-width: 100%;
18811
- outline: none;
18812
- position: relative;
18813
- text-decoration: none;
18814
- text-indent: 0.0892857143em;
18815
- text-transform: uppercase;
18816
- transition-property: box-shadow, transform, opacity, background;
18817
- transition-duration: 0.28s;
18818
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18819
- -webkit-user-select: none;
18820
- user-select: none;
18821
- vertical-align: middle;
18822
- flex-shrink: 0;
18766
+ }.bottom-sheet-transition-enter-from {
18767
+ transform: translateY(100%);
18823
18768
  }
18824
- .v-btn--size-x-small {
18825
- --v-btn-size: 0.625rem;
18826
- --v-btn-height: 20px;
18827
- font-size: var(--v-btn-size);
18828
- min-width: 36px;
18829
- padding: 0 8px;
18769
+ .bottom-sheet-transition-leave-to {
18770
+ transform: translateY(100%);
18830
18771
  }
18831
18772
 
18832
- .v-btn--size-small {
18833
- --v-btn-size: 0.75rem;
18834
- --v-btn-height: 28px;
18835
- font-size: var(--v-btn-size);
18836
- min-width: 50px;
18837
- padding: 0 12px;
18773
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18774
+ align-self: flex-end;
18775
+ border-radius: 0;
18776
+ flex: 0 1 auto;
18777
+ left: 0;
18778
+ right: 0;
18779
+ margin-inline: 0;
18780
+ margin-bottom: 0;
18781
+ transition-duration: 0.2s;
18782
+ width: 100%;
18783
+ max-width: 100%;
18784
+ overflow: visible;
18838
18785
  }
18839
-
18786
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18787
+ 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));
18788
+ }
18789
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18790
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18791
+ border-radius: 0;
18792
+ }
18793
+ .v-bottom-sheet.v-bottom-sheet--inset {
18794
+ max-width: none;
18795
+ }
18796
+ @media (min-width: 600px) {
18797
+ .v-bottom-sheet.v-bottom-sheet--inset {
18798
+ max-width: 70%;
18799
+ }
18800
+ }.v-btn-group {
18801
+ display: inline-flex;
18802
+ flex-wrap: nowrap;
18803
+ max-width: 100%;
18804
+ min-width: 0;
18805
+ overflow: hidden;
18806
+ vertical-align: middle;
18807
+ }
18808
+ .v-btn-group {
18809
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18810
+ border-style: solid;
18811
+ border-width: 0;
18812
+ }
18813
+ .v-btn-group--border {
18814
+ border-width: thin;
18815
+ box-shadow: none;
18816
+ }
18817
+ .v-btn-group {
18818
+ 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));
18819
+ }
18820
+ .v-btn-group {
18821
+ border-radius: 4px;
18822
+ }
18823
+ .v-btn-group {
18824
+ background: transparent;
18825
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18826
+ }
18827
+ .v-btn-group--density-default.v-btn-group {
18828
+ height: 48px;
18829
+ }
18830
+
18831
+ .v-btn-group--density-comfortable.v-btn-group {
18832
+ height: 40px;
18833
+ }
18834
+
18835
+ .v-btn-group--density-compact.v-btn-group {
18836
+ height: 36px;
18837
+ }
18838
+
18839
+ .v-btn-group .v-btn {
18840
+ border-radius: 0;
18841
+ border-color: inherit;
18842
+ }
18843
+ .v-btn-group .v-btn:not(:last-child) {
18844
+ border-inline-end: none;
18845
+ }
18846
+ .v-btn-group .v-btn:not(:first-child) {
18847
+ border-inline-start: none;
18848
+ }
18849
+ .v-btn-group .v-btn:first-child {
18850
+ border-start-start-radius: inherit;
18851
+ border-end-start-radius: inherit;
18852
+ }
18853
+ .v-btn-group .v-btn:last-child {
18854
+ border-start-end-radius: inherit;
18855
+ border-end-end-radius: inherit;
18856
+ }
18857
+ .v-btn-group--divided .v-btn:not(:last-child) {
18858
+ border-inline-end-width: thin;
18859
+ border-inline-end-style: solid;
18860
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18861
+ }
18862
+ .v-btn-group--tile {
18863
+ border-radius: 0;
18864
+ }.v-btn {
18865
+ align-items: center;
18866
+ border-radius: 4px;
18867
+ display: inline-grid;
18868
+ grid-template-areas: "prepend content append";
18869
+ grid-template-columns: max-content auto max-content;
18870
+ font-weight: 500;
18871
+ justify-content: center;
18872
+ letter-spacing: 0.0892857143em;
18873
+ line-height: normal;
18874
+ max-width: 100%;
18875
+ outline: none;
18876
+ position: relative;
18877
+ text-decoration: none;
18878
+ text-indent: 0.0892857143em;
18879
+ text-transform: uppercase;
18880
+ transition-property: box-shadow, transform, opacity, background;
18881
+ transition-duration: 0.28s;
18882
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18883
+ -webkit-user-select: none;
18884
+ user-select: none;
18885
+ vertical-align: middle;
18886
+ flex-shrink: 0;
18887
+ }
18888
+ .v-btn--size-x-small {
18889
+ --v-btn-size: 0.625rem;
18890
+ --v-btn-height: 20px;
18891
+ font-size: var(--v-btn-size);
18892
+ min-width: 36px;
18893
+ padding: 0 8px;
18894
+ }
18895
+
18896
+ .v-btn--size-small {
18897
+ --v-btn-size: 0.75rem;
18898
+ --v-btn-height: 28px;
18899
+ font-size: var(--v-btn-size);
18900
+ min-width: 50px;
18901
+ padding: 0 12px;
18902
+ }
18903
+
18840
18904
  .v-btn--size-default {
18841
18905
  --v-btn-size: 0.875rem;
18842
18906
  --v-btn-height: 36px;
@@ -19225,70 +19289,6 @@ html.overflow-y-hidden {
19225
19289
  }
19226
19290
  .v-pagination__item--is-active .v-btn__overlay {
19227
19291
  opacity: var(--v-border-opacity);
19228
- }.v-btn-group {
19229
- display: inline-flex;
19230
- flex-wrap: nowrap;
19231
- max-width: 100%;
19232
- min-width: 0;
19233
- overflow: hidden;
19234
- vertical-align: middle;
19235
- }
19236
- .v-btn-group {
19237
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19238
- border-style: solid;
19239
- border-width: 0;
19240
- }
19241
- .v-btn-group--border {
19242
- border-width: thin;
19243
- box-shadow: none;
19244
- }
19245
- .v-btn-group {
19246
- 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));
19247
- }
19248
- .v-btn-group {
19249
- border-radius: 4px;
19250
- }
19251
- .v-btn-group {
19252
- background: transparent;
19253
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19254
- }
19255
- .v-btn-group--density-default.v-btn-group {
19256
- height: 48px;
19257
- }
19258
-
19259
- .v-btn-group--density-comfortable.v-btn-group {
19260
- height: 40px;
19261
- }
19262
-
19263
- .v-btn-group--density-compact.v-btn-group {
19264
- height: 36px;
19265
- }
19266
-
19267
- .v-btn-group .v-btn {
19268
- border-radius: 0;
19269
- border-color: inherit;
19270
- }
19271
- .v-btn-group .v-btn:not(:last-child) {
19272
- border-inline-end: none;
19273
- }
19274
- .v-btn-group .v-btn:not(:first-child) {
19275
- border-inline-start: none;
19276
- }
19277
- .v-btn-group .v-btn:first-child {
19278
- border-start-start-radius: inherit;
19279
- border-end-start-radius: inherit;
19280
- }
19281
- .v-btn-group .v-btn:last-child {
19282
- border-start-end-radius: inherit;
19283
- border-end-end-radius: inherit;
19284
- }
19285
- .v-btn-group--divided .v-btn:not(:last-child) {
19286
- border-inline-end-width: thin;
19287
- border-inline-end-style: solid;
19288
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19289
- }
19290
- .v-btn-group--tile {
19291
- border-radius: 0;
19292
19292
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19293
19293
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19294
19294
  }
@@ -19674,11 +19674,6 @@ html.overflow-y-hidden {
19674
19674
  flex-direction: column;
19675
19675
  height: 100% !important;
19676
19676
  width: 50px;
19677
- }.v-checkbox.v-input {
19678
- flex: 0 1 auto;
19679
- }
19680
- .v-checkbox .v-selection-control {
19681
- min-height: var(--v-input-control-height);
19682
19677
  }.v-chip {
19683
19678
  align-items: center;
19684
19679
  display: inline-flex;
@@ -20097,6 +20092,11 @@ html.overflow-y-hidden {
20097
20092
 
20098
20093
  .v-chip--label {
20099
20094
  border-radius: 4px;
20095
+ }.v-checkbox.v-input {
20096
+ flex: 0 1 auto;
20097
+ }
20098
+ .v-checkbox .v-selection-control {
20099
+ min-height: var(--v-input-control-height);
20100
20100
  }.v-chip-group {
20101
20101
  display: flex;
20102
20102
  max-width: 100%;
@@ -20115,28 +20115,6 @@ html.overflow-y-hidden {
20115
20115
  white-space: normal;
20116
20116
  flex-wrap: wrap;
20117
20117
  max-width: 100%;
20118
- }.v-color-picker {
20119
- align-self: flex-start;
20120
- contain: content;
20121
- }
20122
- .v-color-picker.v-sheet {
20123
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20124
- }
20125
- .v-color-picker.v-sheet {
20126
- border-radius: 4px;
20127
- }
20128
-
20129
- .v-color-picker__controls {
20130
- display: flex;
20131
- flex-direction: column;
20132
- padding: 16px;
20133
- }
20134
-
20135
- .v-color-picker--flat {
20136
- 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));
20137
- }
20138
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20139
- 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));
20140
20118
  }.v-combobox .v-field .v-text-field__prefix,
20141
20119
  .v-combobox .v-field .v-text-field__suffix,
20142
20120
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -20222,50 +20200,41 @@ html.overflow-y-hidden {
20222
20200
  .v-combobox--active-menu .v-combobox__menu-icon {
20223
20201
  opacity: var(--v-high-emphasis-opacity);
20224
20202
  transform: rotate(180deg);
20203
+ }.v-color-picker {
20204
+ align-self: flex-start;
20205
+ contain: content;
20206
+ }
20207
+ .v-color-picker.v-sheet {
20208
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20209
+ }
20210
+ .v-color-picker.v-sheet {
20211
+ border-radius: 4px;
20212
+ }
20213
+
20214
+ .v-color-picker__controls {
20215
+ display: flex;
20216
+ flex-direction: column;
20217
+ padding: 16px;
20218
+ }
20219
+
20220
+ .v-color-picker--flat {
20221
+ 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));
20222
+ }
20223
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20224
+ 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));
20225
20225
  }.v-counter {
20226
20226
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20227
20227
  flex: 0 1 auto;
20228
20228
  font-size: 12px;
20229
20229
  transition-duration: 150ms;
20230
- }.v-data-table-footer {
20231
- align-items: center;
20232
- display: flex;
20233
- flex-wrap: wrap;
20234
- justify-content: flex-end;
20235
- padding: 8px 4px;
20236
- }
20237
- .v-data-table-footer__items-per-page {
20238
- align-items: center;
20239
- display: flex;
20240
- justify-content: center;
20230
+ }.v-data-table {
20231
+ width: 100%;
20241
20232
  }
20242
- .v-data-table-footer__items-per-page > span {
20243
- padding-inline-end: 8px;
20244
- }
20245
- .v-data-table-footer__items-per-page > .v-select {
20246
- width: 90px;
20247
- }
20248
- .v-data-table-footer__info {
20249
- display: flex;
20250
- justify-content: flex-end;
20251
- min-width: 116px;
20252
- padding: 0 16px;
20253
- }
20254
- .v-data-table-footer__paginationz {
20255
- align-items: center;
20256
- display: flex;
20257
- margin-inline-start: 16px;
20258
- }
20259
- .v-data-table-footer__page {
20260
- padding: 0 8px;
20261
- }.v-data-table {
20262
- width: 100%;
20263
- }
20264
-
20265
- .v-data-table__table {
20266
- width: 100%;
20267
- border-collapse: separate;
20268
- border-spacing: 0;
20233
+
20234
+ .v-data-table__table {
20235
+ width: 100%;
20236
+ border-collapse: separate;
20237
+ border-spacing: 0;
20269
20238
  }
20270
20239
 
20271
20240
  .v-data-table__tr--focus {
@@ -20445,87 +20414,37 @@ html.overflow-y-hidden {
20445
20414
  }
20446
20415
  .v-data-table__td-sort-icon-active {
20447
20416
  color: rgba(var(--v-theme-on-surface));
20448
- }.v-date-picker-controls {
20449
- display: flex;
20417
+ }.v-data-table-footer {
20450
20418
  align-items: center;
20451
- justify-content: space-between;
20452
- font-size: 0.875rem;
20453
- padding-top: 4px;
20454
- padding-bottom: 4px;
20455
- padding-inline-start: 6px;
20456
- padding-inline-end: 12px;
20457
- }
20458
- .v-date-picker-controls > .v-btn:first-child {
20459
- text-transform: none;
20460
- font-weight: 400;
20461
- line-height: initial;
20462
- letter-spacing: initial;
20463
- }
20464
- .v-date-picker-controls--variant-classic {
20465
- padding-inline-start: 12px;
20466
- }
20467
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20468
- opacity: 0.7;
20469
- }
20470
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20471
- cursor: pointer;
20472
- }
20473
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20474
- opacity: 1;
20475
- }
20476
- .v-date-picker-controls .v-btn:last-child {
20477
- margin-inline-start: 4px;
20478
- }
20479
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20480
- transform: rotate(180deg);
20481
- }
20482
-
20483
- .v-date-picker-controls__date {
20484
- margin-inline-end: 4px;
20485
- }
20486
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20487
- margin: auto;
20488
- text-align: center;
20489
- }
20490
-
20491
- .v-date-picker-controls__month {
20492
20419
  display: flex;
20420
+ flex-wrap: wrap;
20421
+ justify-content: flex-end;
20422
+ padding: 8px 4px;
20493
20423
  }
20494
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20495
- flex-direction: row-reverse;
20424
+ .v-data-table-footer__items-per-page {
20425
+ align-items: center;
20426
+ display: flex;
20427
+ justify-content: center;
20496
20428
  }
20497
-
20498
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20499
- flex: 1 0 auto;
20429
+ .v-data-table-footer__items-per-page > span {
20430
+ padding-inline-end: 8px;
20500
20431
  }
20501
-
20502
- .v-date-picker__title {
20503
- display: inline-block;
20504
- }.v-date-picker {
20505
- overflow: hidden;
20506
- width: 328px;
20432
+ .v-data-table-footer__items-per-page > .v-select {
20433
+ width: 90px;
20507
20434
  }
20508
- .v-date-picker--show-week {
20509
- width: 368px;
20510
- }.v-date-picker-months {
20511
- height: 288px;
20435
+ .v-data-table-footer__info {
20436
+ display: flex;
20437
+ justify-content: flex-end;
20438
+ min-width: 116px;
20439
+ padding: 0 16px;
20512
20440
  }
20513
-
20514
- .v-date-picker-months__content {
20441
+ .v-data-table-footer__paginationz {
20515
20442
  align-items: center;
20516
- display: grid;
20517
- flex: 1 1;
20518
- height: inherit;
20519
- justify-content: space-around;
20520
- grid-template-columns: repeat(2, 1fr);
20521
- grid-gap: 0px 24px;
20522
- padding-inline-start: 36px;
20523
- padding-inline-end: 36px;
20443
+ display: flex;
20444
+ margin-inline-start: 16px;
20524
20445
  }
20525
- .v-date-picker-months__content .v-btn {
20526
- text-transform: none;
20527
- padding-inline-start: 8px;
20528
- padding-inline-end: 8px;
20446
+ .v-data-table-footer__page {
20447
+ padding: 0 8px;
20529
20448
  }.v-date-picker-header {
20530
20449
  align-items: flex-end;
20531
20450
  height: 70px;
@@ -20586,21 +20505,68 @@ html.overflow-y-hidden {
20586
20505
  .date-picker-header-reverse-transition-leave-to {
20587
20506
  opacity: 0;
20588
20507
  transform: translate(0, 100%);
20589
- }.v-date-picker-years {
20590
- height: 288px;
20591
- overflow-y: scroll;
20508
+ }.v-date-picker {
20509
+ overflow: hidden;
20510
+ width: 328px;
20511
+ }
20512
+ .v-date-picker--show-week {
20513
+ width: 368px;
20514
+ }.v-date-picker-controls {
20515
+ display: flex;
20516
+ align-items: center;
20517
+ justify-content: space-between;
20518
+ font-size: 0.875rem;
20519
+ padding-top: 4px;
20520
+ padding-bottom: 4px;
20521
+ padding-inline-start: 6px;
20522
+ padding-inline-end: 12px;
20523
+ }
20524
+ .v-date-picker-controls > .v-btn:first-child {
20525
+ text-transform: none;
20526
+ font-weight: 400;
20527
+ line-height: initial;
20528
+ letter-spacing: initial;
20529
+ }
20530
+ .v-date-picker-controls--variant-classic {
20531
+ padding-inline-start: 12px;
20532
+ }
20533
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20534
+ opacity: 0.7;
20535
+ }
20536
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20537
+ cursor: pointer;
20538
+ }
20539
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20540
+ opacity: 1;
20541
+ }
20542
+ .v-date-picker-controls .v-btn:last-child {
20543
+ margin-inline-start: 4px;
20544
+ }
20545
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20546
+ transform: rotate(180deg);
20592
20547
  }
20593
20548
 
20594
- .v-date-picker-years__content {
20595
- display: grid;
20596
- flex: 1 1;
20597
- justify-content: space-around;
20598
- grid-template-columns: repeat(3, 1fr);
20599
- gap: 8px 24px;
20600
- padding-inline: 32px;
20549
+ .v-date-picker-controls__date {
20550
+ margin-inline-end: 4px;
20601
20551
  }
20602
- .v-date-picker-years__content .v-btn {
20603
- padding-inline: 8px;
20552
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20553
+ margin: auto;
20554
+ text-align: center;
20555
+ }
20556
+
20557
+ .v-date-picker-controls__month {
20558
+ display: flex;
20559
+ }
20560
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20561
+ flex-direction: row-reverse;
20562
+ }
20563
+
20564
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20565
+ flex: 1 0 auto;
20566
+ }
20567
+
20568
+ .v-date-picker__title {
20569
+ display: inline-block;
20604
20570
  }.v-date-picker-month {
20605
20571
  display: flex;
20606
20572
  justify-content: center;
@@ -20656,6 +20622,40 @@ html.overflow-y-hidden {
20656
20622
 
20657
20623
  .v-date-picker-month__day--hide-adjacent {
20658
20624
  opacity: 0;
20625
+ }.v-date-picker-months {
20626
+ height: 288px;
20627
+ }
20628
+
20629
+ .v-date-picker-months__content {
20630
+ align-items: center;
20631
+ display: grid;
20632
+ flex: 1 1;
20633
+ height: inherit;
20634
+ justify-content: space-around;
20635
+ grid-template-columns: repeat(2, 1fr);
20636
+ grid-gap: 0px 24px;
20637
+ padding-inline-start: 36px;
20638
+ padding-inline-end: 36px;
20639
+ }
20640
+ .v-date-picker-months__content .v-btn {
20641
+ text-transform: none;
20642
+ padding-inline-start: 8px;
20643
+ padding-inline-end: 8px;
20644
+ }.v-date-picker-years {
20645
+ height: 288px;
20646
+ overflow-y: scroll;
20647
+ }
20648
+
20649
+ .v-date-picker-years__content {
20650
+ display: grid;
20651
+ flex: 1 1;
20652
+ justify-content: space-around;
20653
+ grid-template-columns: repeat(3, 1fr);
20654
+ gap: 8px 24px;
20655
+ padding-inline: 32px;
20656
+ }
20657
+ .v-date-picker-years__content .v-btn {
20658
+ padding-inline: 8px;
20659
20659
  }.v-dialog {
20660
20660
  align-items: center;
20661
20661
  justify-content: center;
@@ -21157,6 +21157,35 @@ html.overflow-y-hidden {
21157
21157
  }
21158
21158
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21159
21159
  right: 0;
21160
+ }.v-file-input--hide.v-input .v-field,
21161
+ .v-file-input--hide.v-input .v-input__control,
21162
+ .v-file-input--hide.v-input .v-input__details {
21163
+ display: none;
21164
+ }
21165
+ .v-file-input--hide.v-input .v-input__prepend {
21166
+ grid-area: control;
21167
+ margin: 0 auto;
21168
+ }
21169
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21170
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21171
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21172
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21173
+ top: 0px;
21174
+ }
21175
+ .v-file-input input[type=file] {
21176
+ height: 100%;
21177
+ left: 0;
21178
+ opacity: 0;
21179
+ position: absolute;
21180
+ top: 0;
21181
+ width: 100%;
21182
+ z-index: 1;
21183
+ }
21184
+ .v-file-input .v-input__details {
21185
+ padding-inline: 16px;
21186
+ }
21187
+ .v-input--plain-underlined.v-file-input .v-input__details {
21188
+ padding-inline: 0;
21160
21189
  }/* region INPUT */
21161
21190
  .v-field {
21162
21191
  display: grid;
@@ -21740,36 +21769,7 @@ textarea.v-field__input::placeholder {
21740
21769
  opacity: 0;
21741
21770
  }
21742
21771
 
21743
- /* endregion */.v-file-input--hide.v-input .v-field,
21744
- .v-file-input--hide.v-input .v-input__control,
21745
- .v-file-input--hide.v-input .v-input__details {
21746
- display: none;
21747
- }
21748
- .v-file-input--hide.v-input .v-input__prepend {
21749
- grid-area: control;
21750
- margin: 0 auto;
21751
- }
21752
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21753
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21754
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21755
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21756
- top: 0px;
21757
- }
21758
- .v-file-input input[type=file] {
21759
- height: 100%;
21760
- left: 0;
21761
- opacity: 0;
21762
- position: absolute;
21763
- top: 0;
21764
- width: 100%;
21765
- z-index: 1;
21766
- }
21767
- .v-file-input .v-input__details {
21768
- padding-inline: 16px;
21769
- }
21770
- .v-input--plain-underlined.v-file-input .v-input__details {
21771
- padding-inline: 0;
21772
- }.v-footer {
21772
+ /* endregion */.v-footer {
21773
21773
  align-items: center;
21774
21774
  display: flex;
21775
21775
  flex: 1 1 auto;
@@ -22739,11 +22739,6 @@ textarea.v-field__input::placeholder {
22739
22739
 
22740
22740
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22741
22741
  padding-top: calc(var(--v-input-padding-top) + 0px);
22742
- }.v-item-group {
22743
- flex: 0 1 auto;
22744
- max-width: 100%;
22745
- position: relative;
22746
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22747
22742
  }.v-label {
22748
22743
  align-items: center;
22749
22744
  color: inherit;
@@ -22774,6 +22769,27 @@ textarea.v-field__input::placeholder {
22774
22769
 
22775
22770
  .v-layout-item--absolute {
22776
22771
  position: absolute;
22772
+ }.v-locale-provider {
22773
+ display: contents;
22774
+ }.v-menu > .v-overlay__content {
22775
+ display: flex;
22776
+ flex-direction: column;
22777
+ }
22778
+ .v-menu > .v-overlay__content {
22779
+ border-radius: 4px;
22780
+ }
22781
+ .v-menu > .v-overlay__content > .v-card,
22782
+ .v-menu > .v-overlay__content > .v-sheet,
22783
+ .v-menu > .v-overlay__content > .v-list {
22784
+ background: rgb(var(--v-theme-surface));
22785
+ border-radius: inherit;
22786
+ overflow: auto;
22787
+ height: 100%;
22788
+ }
22789
+ .v-menu > .v-overlay__content > .v-card,
22790
+ .v-menu > .v-overlay__content > .v-sheet,
22791
+ .v-menu > .v-overlay__content > .v-list {
22792
+ 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));
22777
22793
  }.v-list {
22778
22794
  overflow: auto;
22779
22795
  padding: 8px 0;
@@ -23379,27 +23395,6 @@ textarea.v-field__input::placeholder {
23379
23395
  --v-layout-right: 0px;
23380
23396
  --v-layout-top: 0px;
23381
23397
  --v-layout-bottom: 0px;
23382
- }.v-locale-provider {
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%;
23398
- }
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));
23403
23398
  }.v-messages {
23404
23399
  flex: 1 1 auto;
23405
23400
  font-size: 12px;
@@ -23582,6 +23577,12 @@ textarea.v-field__input::placeholder {
23582
23577
  }
23583
23578
  .v-otp-input__loader .v-progress-linear {
23584
23579
  position: absolute;
23580
+ }.v-parallax {
23581
+ position: relative;
23582
+ overflow: hidden;
23583
+ }
23584
+ .v-parallax--active > .v-img__img {
23585
+ will-change: transform;
23585
23586
  }.v-overlay-container {
23586
23587
  contain: layout;
23587
23588
  left: 0;
@@ -23755,12 +23756,6 @@ html.v-overlay-scroll-blocked {
23755
23756
  100% {
23756
23757
  transform: rotate(270deg);
23757
23758
  }
23758
- }.v-parallax {
23759
- position: relative;
23760
- overflow: hidden;
23761
- }
23762
- .v-parallax--active > .v-img__img {
23763
- will-change: transform;
23764
23759
  }.v-progress-linear {
23765
23760
  background: transparent;
23766
23761
  overflow: hidden;
@@ -24058,32 +24053,6 @@ html.v-overlay-scroll-blocked {
24058
24053
 
24059
24054
  .v-slider__label {
24060
24055
  margin-inline-end: 12px;
24061
- }.v-responsive {
24062
- display: flex;
24063
- flex: 1 0 auto;
24064
- max-height: 100%;
24065
- max-width: 100%;
24066
- overflow: hidden;
24067
- position: relative;
24068
- }
24069
- .v-responsive--inline {
24070
- display: inline-flex;
24071
- flex: 0 0 auto;
24072
- }
24073
-
24074
- .v-responsive__content {
24075
- flex: 1 0 0px;
24076
- max-width: 100%;
24077
- }
24078
-
24079
- .v-responsive__sizer ~ .v-responsive__content {
24080
- margin-inline-start: -100%;
24081
- }
24082
-
24083
- .v-responsive__sizer {
24084
- flex: 1 0 0px;
24085
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24086
- pointer-events: none;
24087
24056
  }.v-rating {
24088
24057
  max-width: 100%;
24089
24058
  display: inline-flex;
@@ -24189,6 +24158,32 @@ html.v-overlay-scroll-blocked {
24189
24158
  .v-select--active-menu .v-select__menu-icon {
24190
24159
  opacity: var(--v-high-emphasis-opacity);
24191
24160
  transform: rotate(180deg);
24161
+ }.v-responsive {
24162
+ display: flex;
24163
+ flex: 1 0 auto;
24164
+ max-height: 100%;
24165
+ max-width: 100%;
24166
+ overflow: hidden;
24167
+ position: relative;
24168
+ }
24169
+ .v-responsive--inline {
24170
+ display: inline-flex;
24171
+ flex: 0 0 auto;
24172
+ }
24173
+
24174
+ .v-responsive__content {
24175
+ flex: 1 0 0px;
24176
+ max-width: 100%;
24177
+ }
24178
+
24179
+ .v-responsive__sizer ~ .v-responsive__content {
24180
+ margin-inline-start: -100%;
24181
+ }
24182
+
24183
+ .v-responsive__sizer {
24184
+ flex: 1 0 0px;
24185
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24186
+ pointer-events: none;
24192
24187
  }.v-selection-control {
24193
24188
  align-items: center;
24194
24189
  contain: layout;
@@ -24300,42 +24295,6 @@ html.v-overlay-scroll-blocked {
24300
24295
  .v-selection-control-group--inline {
24301
24296
  flex-direction: row;
24302
24297
  flex-wrap: wrap;
24303
- }.v-sheet {
24304
- display: block;
24305
- }
24306
- .v-sheet {
24307
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24308
- border-style: solid;
24309
- border-width: 0;
24310
- }
24311
- .v-sheet--border {
24312
- border-width: thin;
24313
- box-shadow: none;
24314
- }
24315
- .v-sheet {
24316
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24317
- }
24318
- .v-sheet--absolute {
24319
- position: absolute;
24320
- }
24321
- .v-sheet--fixed {
24322
- position: fixed;
24323
- }
24324
- .v-sheet--relative {
24325
- position: relative;
24326
- }
24327
- .v-sheet--sticky {
24328
- position: sticky;
24329
- }
24330
- .v-sheet {
24331
- border-radius: 0;
24332
- }
24333
- .v-sheet {
24334
- background: rgb(var(--v-theme-surface));
24335
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24336
- }
24337
- .v-sheet--rounded {
24338
- border-radius: 4px;
24339
24298
  }.v-skeleton-loader {
24340
24299
  align-items: center;
24341
24300
  background: rgb(var(--v-theme-surface));
@@ -24561,6 +24520,42 @@ html.v-overlay-scroll-blocked {
24561
24520
  100% {
24562
24521
  transform: translateX(100%);
24563
24522
  }
24523
+ }.v-sheet {
24524
+ display: block;
24525
+ }
24526
+ .v-sheet {
24527
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24528
+ border-style: solid;
24529
+ border-width: 0;
24530
+ }
24531
+ .v-sheet--border {
24532
+ border-width: thin;
24533
+ box-shadow: none;
24534
+ }
24535
+ .v-sheet {
24536
+ 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));
24537
+ }
24538
+ .v-sheet--absolute {
24539
+ position: absolute;
24540
+ }
24541
+ .v-sheet--fixed {
24542
+ position: fixed;
24543
+ }
24544
+ .v-sheet--relative {
24545
+ position: relative;
24546
+ }
24547
+ .v-sheet--sticky {
24548
+ position: sticky;
24549
+ }
24550
+ .v-sheet {
24551
+ border-radius: 0;
24552
+ }
24553
+ .v-sheet {
24554
+ background: rgb(var(--v-theme-surface));
24555
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24556
+ }
24557
+ .v-sheet--rounded {
24558
+ border-radius: 4px;
24564
24559
  }.v-slide-group {
24565
24560
  display: flex;
24566
24561
  overflow: hidden;
@@ -24797,45 +24792,227 @@ html.v-overlay-scroll-blocked {
24797
24792
  }
24798
24793
  .v-speed-dial__content > *:nth-child(10) {
24799
24794
  transition-delay: 0.45s;
24800
- }.v-stepper.v-sheet {
24801
- overflow: hidden;
24802
- }
24803
- .v-stepper.v-sheet {
24804
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24805
- }
24806
- .v-stepper.v-sheet {
24807
- border-radius: 4px;
24808
- }
24809
- .v-stepper.v-sheet.v-stepper--flat {
24810
- 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));
24795
+ }.v-switch .v-label {
24796
+ padding-inline-start: 10px;
24811
24797
  }
24812
24798
 
24813
- .v-stepper-header {
24814
- align-items: center;
24799
+ .v-switch__loader {
24815
24800
  display: flex;
24816
- position: relative;
24817
- overflow-x: auto;
24818
- justify-content: space-between;
24819
- z-index: 1;
24820
- }
24821
- .v-stepper-header {
24822
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24823
24801
  }
24824
- .v-stepper-header .v-divider {
24825
- margin: 0 -16px;
24802
+ .v-switch__loader .v-progress-circular {
24803
+ color: rgb(var(--v-theme-surface));
24826
24804
  }
24827
- .v-stepper-header .v-divider:last-child {
24828
- margin-inline-end: 0;
24805
+
24806
+ .v-switch__track,
24807
+ .v-switch__thumb {
24808
+ transition: none;
24829
24809
  }
24830
- .v-stepper-header .v-divider:first-child {
24831
- margin-inline-start: 0;
24810
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
24811
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
24812
+ background-color: rgb(var(--v-theme-error));
24813
+ color: rgb(var(--v-theme-on-error));
24832
24814
  }
24833
- .v-stepper--alt-labels .v-stepper-header {
24834
- height: auto;
24815
+
24816
+ .v-switch__track-true {
24817
+ margin-inline-end: auto;
24835
24818
  }
24836
- .v-stepper--alt-labels .v-stepper-header .v-divider {
24837
- align-self: flex-start;
24838
- margin: 35px -67px 0;
24819
+ .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
24820
+ opacity: 0;
24821
+ }
24822
+
24823
+ .v-switch__track-false {
24824
+ margin-inline-start: auto;
24825
+ }
24826
+ .v-selection-control--dirty .v-switch__track-false {
24827
+ opacity: 0;
24828
+ }
24829
+
24830
+ .v-switch__track {
24831
+ display: inline-flex;
24832
+ align-items: center;
24833
+ font-size: 0.5rem;
24834
+ padding: 0 5px;
24835
+ background-color: rgb(var(--v-theme-surface-variant));
24836
+ border-radius: 9999px;
24837
+ height: 14px;
24838
+ opacity: 0.6;
24839
+ min-width: 36px;
24840
+ cursor: pointer;
24841
+ transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
24842
+ }
24843
+ .v-switch--inset .v-switch__track {
24844
+ border-radius: 9999px;
24845
+ font-size: 0.75rem;
24846
+ height: 32px;
24847
+ min-width: 52px;
24848
+ }
24849
+
24850
+ .v-switch__thumb {
24851
+ align-items: center;
24852
+ background-color: rgb(var(--v-theme-surface-bright));
24853
+ color: rgb(var(--v-theme-on-surface-bright));
24854
+ border-radius: 50%;
24855
+ display: flex;
24856
+ font-size: 0.75rem;
24857
+ height: 20px;
24858
+ justify-content: center;
24859
+ width: 20px;
24860
+ pointer-events: none;
24861
+ 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);
24862
+ position: relative;
24863
+ overflow: hidden;
24864
+ }
24865
+ .v-switch:not(.v-switch--inset) .v-switch__thumb {
24866
+ 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));
24867
+ }
24868
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24869
+ background: rgb(var(--v-theme-surface-variant));
24870
+ color: rgb(var(--v-theme-on-surface-variant));
24871
+ }
24872
+ .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
24873
+ 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));
24874
+ }
24875
+ .v-switch--inset .v-switch__thumb {
24876
+ height: 24px;
24877
+ width: 24px;
24878
+ transform: scale(0.6666666667);
24879
+ }
24880
+ .v-switch--inset .v-switch__thumb--filled {
24881
+ transform: none;
24882
+ }
24883
+ .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
24884
+ transform: none;
24885
+ transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
24886
+ }
24887
+
24888
+ .v-switch.v-input {
24889
+ flex: 0 1 auto;
24890
+ }
24891
+ .v-switch .v-selection-control {
24892
+ min-height: var(--v-input-control-height);
24893
+ }
24894
+ .v-switch .v-selection-control__input {
24895
+ border-radius: 50%;
24896
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
24897
+ position: absolute;
24898
+ }
24899
+ .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
24900
+ transform: translateX(-10px);
24901
+ }
24902
+
24903
+ .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
24904
+ transform: translateX(10px);
24905
+ }
24906
+
24907
+ .v-switch .v-selection-control__input .v-icon {
24908
+ position: absolute;
24909
+ }
24910
+ .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 {
24911
+ transform: translateX(10px);
24912
+ }
24913
+
24914
+ .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 {
24915
+ transform: translateX(-10px);
24916
+ }
24917
+
24918
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
24919
+ transform: scale(0.8);
24920
+ }
24921
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
24922
+ transform: scale(0.75);
24923
+ box-shadow: none;
24924
+ }
24925
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
24926
+ width: auto;
24927
+ }
24928
+ .v-switch.v-input--vertical .v-label {
24929
+ min-width: max-content;
24930
+ }
24931
+ .v-switch.v-input--vertical .v-selection-control__wrapper {
24932
+ transform: rotate(-90deg);
24933
+ }
24934
+
24935
+ @media (forced-colors: active) {
24936
+ .v-switch .v-switch__loader .v-progress-circular {
24937
+ color: currentColor;
24938
+ }
24939
+ .v-switch .v-switch__thumb {
24940
+ background-color: buttontext;
24941
+ }
24942
+ .v-switch .v-switch__track,
24943
+ .v-switch .v-switch__thumb {
24944
+ border: 1px solid;
24945
+ color: buttontext;
24946
+ }
24947
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24948
+ background-color: highlight;
24949
+ }
24950
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
24951
+ background-color: highlight;
24952
+ }
24953
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
24954
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24955
+ color: highlight;
24956
+ }
24957
+ .v-switch.v-switch--inset .v-switch__track {
24958
+ border-width: 2px;
24959
+ }
24960
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
24961
+ background-color: highlighttext;
24962
+ color: highlighttext;
24963
+ }
24964
+ .v-switch.v-input--disabled .v-switch__thumb {
24965
+ background-color: graytext;
24966
+ }
24967
+ .v-switch.v-input--disabled .v-switch__track,
24968
+ .v-switch.v-input--disabled .v-switch__thumb {
24969
+ color: graytext;
24970
+ }
24971
+ .v-switch.v-switch--loading .v-switch__thumb {
24972
+ background-color: canvas;
24973
+ }
24974
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
24975
+ border-width: 0;
24976
+ }
24977
+ }.v-stepper.v-sheet {
24978
+ overflow: hidden;
24979
+ }
24980
+ .v-stepper.v-sheet {
24981
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24982
+ }
24983
+ .v-stepper.v-sheet {
24984
+ border-radius: 4px;
24985
+ }
24986
+ .v-stepper.v-sheet.v-stepper--flat {
24987
+ 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));
24988
+ }
24989
+
24990
+ .v-stepper-header {
24991
+ align-items: center;
24992
+ display: flex;
24993
+ position: relative;
24994
+ overflow-x: auto;
24995
+ justify-content: space-between;
24996
+ z-index: 1;
24997
+ }
24998
+ .v-stepper-header {
24999
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25000
+ }
25001
+ .v-stepper-header .v-divider {
25002
+ margin: 0 -16px;
25003
+ }
25004
+ .v-stepper-header .v-divider:last-child {
25005
+ margin-inline-end: 0;
25006
+ }
25007
+ .v-stepper-header .v-divider:first-child {
25008
+ margin-inline-start: 0;
25009
+ }
25010
+ .v-stepper--alt-labels .v-stepper-header {
25011
+ height: auto;
25012
+ }
25013
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25014
+ align-self: flex-start;
25015
+ margin: 35px -67px 0;
24839
25016
  }
24840
25017
 
24841
25018
  .v-stepper-window {
@@ -25015,313 +25192,36 @@ html.v-overlay-scroll-blocked {
25015
25192
  }
25016
25193
  .v-system-bar:not(.v-system-bar--absolute) {
25017
25194
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25018
- }.v-tab.v-tab.v-btn {
25019
- height: var(--v-tabs-height);
25020
- border-radius: 0;
25021
- min-width: 90px;
25022
- }
25023
- .v-slide-group--horizontal .v-tab {
25024
- max-width: 360px;
25025
- }
25026
- .v-slide-group--vertical .v-tab {
25027
- justify-content: start;
25195
+ }.v-table {
25196
+ font-size: 0.875rem;
25197
+ transition-duration: 0.28s;
25198
+ transition-property: box-shadow, opacity, background, height;
25199
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25028
25200
  }
25029
-
25030
- .v-tab__slider {
25031
- position: absolute;
25032
- bottom: 0;
25033
- left: 0;
25034
- height: 2px;
25035
- width: 100%;
25036
- background: currentColor;
25037
- pointer-events: none;
25038
- opacity: 0;
25201
+ .v-table {
25202
+ background: rgb(var(--v-theme-surface));
25203
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25039
25204
  }
25040
- .v-tab--selected .v-tab__slider {
25041
- opacity: 1;
25205
+ .v-table .v-table-divider {
25206
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25042
25207
  }
25043
- .v-slide-group--vertical .v-tab__slider {
25044
- top: 0;
25045
- height: 100%;
25046
- width: 2px;
25047
- }.v-tabs {
25048
- display: flex;
25049
- height: var(--v-tabs-height);
25208
+ .v-table .v-table__wrapper > table > thead > tr > th {
25209
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25050
25210
  }
25051
- .v-tabs--density-default {
25052
- --v-tabs-height: 48px;
25211
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25212
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25213
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25053
25214
  }
25054
- .v-tabs--density-default.v-tabs--stacked {
25055
- --v-tabs-height: 72px;
25215
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25216
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25217
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25056
25218
  }
25057
-
25058
- .v-tabs--density-comfortable {
25059
- --v-tabs-height: 44px;
25219
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25220
+ position: relative;
25060
25221
  }
25061
- .v-tabs--density-comfortable.v-tabs--stacked {
25062
- --v-tabs-height: 68px;
25063
- }
25064
-
25065
- .v-tabs--density-compact {
25066
- --v-tabs-height: 36px;
25067
- }
25068
- .v-tabs--density-compact.v-tabs--stacked {
25069
- --v-tabs-height: 60px;
25070
- }
25071
-
25072
- .v-tabs.v-slide-group--vertical {
25073
- height: auto;
25074
- flex: none;
25075
- --v-tabs-height: 48px;
25076
- }
25077
-
25078
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25079
- margin-inline-start: 42px;
25080
- }
25081
-
25082
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25083
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25084
- margin-inline-end: auto;
25085
- }
25086
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25087
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25088
- margin-inline-start: auto;
25089
- }
25090
-
25091
- .v-tabs--grow {
25092
- flex-grow: 1;
25093
- }
25094
- .v-tabs--grow .v-tab {
25095
- flex: 1 0 auto;
25096
- max-width: none;
25097
- }
25098
-
25099
- .v-tabs--align-tabs-end .v-tab:first-child {
25100
- margin-inline-start: auto;
25101
- }
25102
- .v-tabs--align-tabs-end .v-tab:last-child {
25103
- margin-inline-end: 0;
25104
- }
25105
-
25106
- @media (max-width: 1279.98px) {
25107
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25108
- margin-inline-start: 52px;
25109
- }
25110
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25111
- margin-inline-end: 52px;
25112
- }
25113
- }.v-switch .v-label {
25114
- padding-inline-start: 10px;
25115
- }
25116
-
25117
- .v-switch__loader {
25118
- display: flex;
25119
- }
25120
- .v-switch__loader .v-progress-circular {
25121
- color: rgb(var(--v-theme-surface));
25122
- }
25123
-
25124
- .v-switch__track,
25125
- .v-switch__thumb {
25126
- transition: none;
25127
- }
25128
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__track,
25129
- .v-selection-control--error:not(.v-selection-control--disabled) .v-switch__thumb {
25130
- background-color: rgb(var(--v-theme-error));
25131
- color: rgb(var(--v-theme-on-error));
25132
- }
25133
-
25134
- .v-switch__track-true {
25135
- margin-inline-end: auto;
25136
- }
25137
- .v-selection-control:not(.v-selection-control--dirty) .v-switch__track-true {
25138
- opacity: 0;
25139
- }
25140
-
25141
- .v-switch__track-false {
25142
- margin-inline-start: auto;
25143
- }
25144
- .v-selection-control--dirty .v-switch__track-false {
25145
- opacity: 0;
25146
- }
25147
-
25148
- .v-switch__track {
25149
- display: inline-flex;
25150
- align-items: center;
25151
- font-size: 0.5rem;
25152
- padding: 0 5px;
25153
- background-color: rgb(var(--v-theme-surface-variant));
25154
- border-radius: 9999px;
25155
- height: 14px;
25156
- opacity: 0.6;
25157
- min-width: 36px;
25158
- cursor: pointer;
25159
- transition: 0.2s background-color cubic-bezier(0.4, 0, 0.2, 1);
25160
- }
25161
- .v-switch--inset .v-switch__track {
25162
- border-radius: 9999px;
25163
- font-size: 0.75rem;
25164
- height: 32px;
25165
- min-width: 52px;
25166
- }
25167
-
25168
- .v-switch__thumb {
25169
- align-items: center;
25170
- background-color: rgb(var(--v-theme-surface-bright));
25171
- color: rgb(var(--v-theme-on-surface-bright));
25172
- border-radius: 50%;
25173
- display: flex;
25174
- font-size: 0.75rem;
25175
- height: 20px;
25176
- justify-content: center;
25177
- width: 20px;
25178
- pointer-events: none;
25179
- 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);
25180
- position: relative;
25181
- overflow: hidden;
25182
- }
25183
- .v-switch:not(.v-switch--inset) .v-switch__thumb {
25184
- 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));
25185
- }
25186
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25187
- background: rgb(var(--v-theme-surface-variant));
25188
- color: rgb(var(--v-theme-on-surface-variant));
25189
- }
25190
- .v-switch.v-switch--flat:not(.v-switch--inset) .v-switch__thumb {
25191
- 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));
25192
- }
25193
- .v-switch--inset .v-switch__thumb {
25194
- height: 24px;
25195
- width: 24px;
25196
- transform: scale(0.6666666667);
25197
- }
25198
- .v-switch--inset .v-switch__thumb--filled {
25199
- transform: none;
25200
- }
25201
- .v-switch--inset .v-selection-control--dirty .v-switch__thumb {
25202
- transform: none;
25203
- transition: 0.15s 0.05s transform cubic-bezier(0, 0, 0.2, 1);
25204
- }
25205
-
25206
- .v-switch.v-input {
25207
- flex: 0 1 auto;
25208
- }
25209
- .v-switch .v-selection-control {
25210
- min-height: var(--v-input-control-height);
25211
- }
25212
- .v-switch .v-selection-control__input {
25213
- border-radius: 50%;
25214
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
25215
- position: absolute;
25216
- }
25217
- .v-locale--is-ltr.v-switch .v-selection-control__input, .v-locale--is-ltr .v-switch .v-selection-control__input {
25218
- transform: translateX(-10px);
25219
- }
25220
-
25221
- .v-locale--is-rtl.v-switch .v-selection-control__input, .v-locale--is-rtl .v-switch .v-selection-control__input {
25222
- transform: translateX(10px);
25223
- }
25224
-
25225
- .v-switch .v-selection-control__input .v-icon {
25226
- position: absolute;
25227
- }
25228
- .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 {
25229
- transform: translateX(10px);
25230
- }
25231
-
25232
- .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 {
25233
- transform: translateX(-10px);
25234
- }
25235
-
25236
- .v-switch.v-switch--indeterminate .v-selection-control__input {
25237
- transform: scale(0.8);
25238
- }
25239
- .v-switch.v-switch--indeterminate .v-switch__thumb {
25240
- transform: scale(0.75);
25241
- box-shadow: none;
25242
- }
25243
- .v-switch.v-switch--inset .v-selection-control__wrapper {
25244
- width: auto;
25245
- }
25246
- .v-switch.v-input--vertical .v-label {
25247
- min-width: max-content;
25248
- }
25249
- .v-switch.v-input--vertical .v-selection-control__wrapper {
25250
- transform: rotate(-90deg);
25251
- }
25252
-
25253
- @media (forced-colors: active) {
25254
- .v-switch .v-switch__loader .v-progress-circular {
25255
- color: currentColor;
25256
- }
25257
- .v-switch .v-switch__thumb {
25258
- background-color: buttontext;
25259
- }
25260
- .v-switch .v-switch__track,
25261
- .v-switch .v-switch__thumb {
25262
- border: 1px solid;
25263
- color: buttontext;
25264
- }
25265
- .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25266
- background-color: highlight;
25267
- }
25268
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25269
- background-color: highlight;
25270
- }
25271
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25272
- .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25273
- color: highlight;
25274
- }
25275
- .v-switch.v-switch--inset .v-switch__track {
25276
- border-width: 2px;
25277
- }
25278
- .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25279
- background-color: highlighttext;
25280
- color: highlighttext;
25281
- }
25282
- .v-switch.v-input--disabled .v-switch__thumb {
25283
- background-color: graytext;
25284
- }
25285
- .v-switch.v-input--disabled .v-switch__track,
25286
- .v-switch.v-input--disabled .v-switch__thumb {
25287
- color: graytext;
25288
- }
25289
- .v-switch.v-switch--loading .v-switch__thumb {
25290
- background-color: canvas;
25291
- }
25292
- .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25293
- border-width: 0;
25294
- }
25295
- }.v-table {
25296
- font-size: 0.875rem;
25297
- transition-duration: 0.28s;
25298
- transition-property: box-shadow, opacity, background, height;
25299
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25300
- }
25301
- .v-table {
25302
- background: rgb(var(--v-theme-surface));
25303
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25304
- }
25305
- .v-table .v-table-divider {
25306
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25307
- }
25308
- .v-table .v-table__wrapper > table > thead > tr > th {
25309
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25310
- }
25311
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25312
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25313
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25314
- }
25315
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25316
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25317
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25318
- }
25319
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25320
- position: relative;
25321
- }
25322
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25323
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25324
- pointer-events: none;
25222
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25223
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25224
+ pointer-events: none;
25325
25225
  }
25326
25226
  .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25327
25227
  content: "";
@@ -25393,47 +25293,142 @@ html.v-overlay-scroll-blocked {
25393
25293
  --v-table-row-height: 36px;
25394
25294
  }
25395
25295
 
25396
- .v-table__wrapper {
25397
- border-radius: inherit;
25398
- overflow: auto;
25399
- flex: 1 1 auto;
25296
+ .v-table__wrapper {
25297
+ border-radius: inherit;
25298
+ overflow: auto;
25299
+ flex: 1 1 auto;
25300
+ }
25301
+
25302
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25303
+ border-top-left-radius: 0;
25304
+ }
25305
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25306
+ border-top-right-radius: 0;
25307
+ }
25308
+
25309
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25310
+ border-bottom-left-radius: 0;
25311
+ }
25312
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25313
+ border-bottom-right-radius: 0;
25314
+ }
25315
+
25316
+ .v-table--fixed-height > .v-table__wrapper {
25317
+ overflow-y: auto;
25318
+ }
25319
+
25320
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25321
+ position: sticky;
25322
+ top: 0;
25323
+ z-index: 2;
25324
+ }
25325
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25326
+ border-bottom: 0px !important;
25327
+ }
25328
+
25329
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25330
+ position: sticky;
25331
+ bottom: 0;
25332
+ z-index: 1;
25333
+ }
25334
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25335
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25336
+ border-top: 0px !important;
25337
+ }.v-tab.v-tab.v-btn {
25338
+ height: var(--v-tabs-height);
25339
+ border-radius: 0;
25340
+ min-width: 90px;
25341
+ }
25342
+ .v-slide-group--horizontal .v-tab {
25343
+ max-width: 360px;
25344
+ }
25345
+ .v-slide-group--vertical .v-tab {
25346
+ justify-content: start;
25347
+ }
25348
+
25349
+ .v-tab__slider {
25350
+ position: absolute;
25351
+ bottom: 0;
25352
+ left: 0;
25353
+ height: 2px;
25354
+ width: 100%;
25355
+ background: currentColor;
25356
+ pointer-events: none;
25357
+ opacity: 0;
25358
+ }
25359
+ .v-tab--selected .v-tab__slider {
25360
+ opacity: 1;
25361
+ }
25362
+ .v-slide-group--vertical .v-tab__slider {
25363
+ top: 0;
25364
+ height: 100%;
25365
+ width: 2px;
25366
+ }.v-tabs {
25367
+ display: flex;
25368
+ height: var(--v-tabs-height);
25369
+ }
25370
+ .v-tabs--density-default {
25371
+ --v-tabs-height: 48px;
25372
+ }
25373
+ .v-tabs--density-default.v-tabs--stacked {
25374
+ --v-tabs-height: 72px;
25375
+ }
25376
+
25377
+ .v-tabs--density-comfortable {
25378
+ --v-tabs-height: 44px;
25379
+ }
25380
+ .v-tabs--density-comfortable.v-tabs--stacked {
25381
+ --v-tabs-height: 68px;
25382
+ }
25383
+
25384
+ .v-tabs--density-compact {
25385
+ --v-tabs-height: 36px;
25386
+ }
25387
+ .v-tabs--density-compact.v-tabs--stacked {
25388
+ --v-tabs-height: 60px;
25400
25389
  }
25401
25390
 
25402
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25403
- border-top-left-radius: 0;
25391
+ .v-tabs.v-slide-group--vertical {
25392
+ height: auto;
25393
+ flex: none;
25394
+ --v-tabs-height: 48px;
25404
25395
  }
25405
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25406
- border-top-right-radius: 0;
25396
+
25397
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25398
+ margin-inline-start: 42px;
25407
25399
  }
25408
25400
 
25409
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25410
- border-bottom-left-radius: 0;
25401
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25402
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25403
+ margin-inline-end: auto;
25411
25404
  }
25412
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25413
- border-bottom-right-radius: 0;
25405
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25406
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25407
+ margin-inline-start: auto;
25414
25408
  }
25415
25409
 
25416
- .v-table--fixed-height > .v-table__wrapper {
25417
- overflow-y: auto;
25410
+ .v-tabs--grow {
25411
+ flex-grow: 1;
25412
+ }
25413
+ .v-tabs--grow .v-tab {
25414
+ flex: 1 0 auto;
25415
+ max-width: none;
25418
25416
  }
25419
25417
 
25420
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25421
- position: sticky;
25422
- top: 0;
25423
- z-index: 2;
25418
+ .v-tabs--align-tabs-end .v-tab:first-child {
25419
+ margin-inline-start: auto;
25424
25420
  }
25425
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25426
- border-bottom: 0px !important;
25421
+ .v-tabs--align-tabs-end .v-tab:last-child {
25422
+ margin-inline-end: 0;
25427
25423
  }
25428
25424
 
25429
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25430
- position: sticky;
25431
- bottom: 0;
25432
- z-index: 1;
25433
- }
25434
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25435
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25436
- border-top: 0px !important;
25425
+ @media (max-width: 1279.98px) {
25426
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25427
+ margin-inline-start: 52px;
25428
+ }
25429
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25430
+ margin-inline-end: 52px;
25431
+ }
25437
25432
  }.v-textarea .v-field {
25438
25433
  --v-textarea-control-height: var(--v-input-control-height);
25439
25434
  }
@@ -25540,7 +25535,10 @@ html.v-overlay-scroll-blocked {
25540
25535
  padding-inline-end: var(--v-field-padding-end);
25541
25536
  }
25542
25537
 
25543
- /* endregion */.v-timeline .v-timeline-divider__dot {
25538
+ /* endregion */.v-theme-provider {
25539
+ background: rgb(var(--v-theme-background));
25540
+ color: rgb(var(--v-theme-on-background));
25541
+ }.v-timeline .v-timeline-divider__dot {
25544
25542
  background: rgb(var(--v-theme-surface-light));
25545
25543
  }
25546
25544
  .v-timeline .v-timeline-divider__inner-dot {
@@ -25958,9 +25956,28 @@ html.v-overlay-scroll-blocked {
25958
25956
 
25959
25957
  .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 {
25960
25958
  padding-inline-end: 0;
25961
- }.v-theme-provider {
25962
- background: rgb(var(--v-theme-background));
25963
- color: rgb(var(--v-theme-on-background));
25959
+ }.v-tooltip > .v-overlay__content {
25960
+ background: rgb(var(--v-theme-surface-variant));
25961
+ color: rgb(var(--v-theme-on-surface-variant));
25962
+ border-radius: 4px;
25963
+ font-size: 0.875rem;
25964
+ line-height: 1.6;
25965
+ display: inline-block;
25966
+ padding: 5px 16px;
25967
+ text-transform: initial;
25968
+ width: auto;
25969
+ opacity: 1;
25970
+ pointer-events: none;
25971
+ transition-property: opacity, transform;
25972
+ overflow-wrap: break-word;
25973
+ }
25974
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25975
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25976
+ transition-duration: 150ms;
25977
+ }
25978
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25979
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25980
+ transition-duration: 75ms;
25964
25981
  }.v-toolbar {
25965
25982
  align-items: flex-start;
25966
25983
  display: flex;
@@ -26104,28 +26121,6 @@ html.v-overlay-scroll-blocked {
26104
26121
  }
26105
26122
  .v-toolbar-items > .v-btn {
26106
26123
  border-radius: 0;
26107
- }.v-tooltip > .v-overlay__content {
26108
- background: rgb(var(--v-theme-surface-variant));
26109
- color: rgb(var(--v-theme-on-surface-variant));
26110
- border-radius: 4px;
26111
- font-size: 0.875rem;
26112
- line-height: 1.6;
26113
- display: inline-block;
26114
- padding: 5px 16px;
26115
- text-transform: initial;
26116
- width: auto;
26117
- opacity: 1;
26118
- pointer-events: none;
26119
- transition-property: opacity, transform;
26120
- overflow-wrap: break-word;
26121
- }
26122
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26123
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26124
- transition-duration: 150ms;
26125
- }
26126
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26127
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26128
- transition-duration: 75ms;
26129
26124
  }.v-virtual-scroll {
26130
26125
  display: block;
26131
26126
  flex: 1 1 auto;
@@ -26205,6 +26200,81 @@ html.v-overlay-scroll-blocked {
26205
26200
  }
26206
26201
  .v-window-y-reverse-transition-leave-to {
26207
26202
  transform: translateY(100%);
26203
+ }.v-item-group {
26204
+ flex: 0 1 auto;
26205
+ max-width: 100%;
26206
+ position: relative;
26207
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26208
+ }.v-color-picker-preview__alpha .v-slider-track__background {
26209
+ background-color: transparent !important;
26210
+ }
26211
+ .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
26212
+ background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
26213
+ }
26214
+
26215
+ .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
26216
+ background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
26217
+ }
26218
+
26219
+ .v-color-picker-preview__alpha .v-slider-track__background::after {
26220
+ content: "";
26221
+ z-index: -1;
26222
+ left: 0;
26223
+ top: 0;
26224
+ width: 100%;
26225
+ height: 100%;
26226
+ position: absolute;
26227
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26228
+ border-radius: inherit;
26229
+ }
26230
+
26231
+ .v-color-picker-preview__sliders {
26232
+ display: flex;
26233
+ flex: 1 0 auto;
26234
+ flex-direction: column;
26235
+ padding-inline-end: 16px;
26236
+ }
26237
+
26238
+ .v-color-picker-preview__dot {
26239
+ position: relative;
26240
+ height: 30px;
26241
+ width: 30px;
26242
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26243
+ border-radius: 50%;
26244
+ overflow: hidden;
26245
+ margin-inline-end: 24px;
26246
+ }
26247
+ .v-color-picker-preview__dot > div {
26248
+ width: 100%;
26249
+ height: 100%;
26250
+ }
26251
+
26252
+ .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26253
+ background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26254
+ }
26255
+
26256
+ .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26257
+ background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26258
+ }
26259
+
26260
+ .v-color-picker-preview__track {
26261
+ position: relative;
26262
+ width: 100%;
26263
+ margin: 0 !important;
26264
+ }
26265
+ .v-color-picker-preview__track .v-slider-track__fill {
26266
+ display: none;
26267
+ }
26268
+
26269
+ .v-color-picker-preview {
26270
+ align-items: center;
26271
+ display: flex;
26272
+ margin-bottom: 0;
26273
+ }
26274
+
26275
+ .v-color-picker-preview__eye-dropper {
26276
+ position: relative;
26277
+ margin-right: 12px;
26208
26278
  }.v-color-picker-canvas {
26209
26279
  display: flex;
26210
26280
  position: relative;
@@ -26290,76 +26360,6 @@ html.v-overlay-scroll-blocked {
26290
26360
  justify-content: center;
26291
26361
  width: 100%;
26292
26362
  height: 100%;
26293
- }.v-color-picker-preview__alpha .v-slider-track__background {
26294
- background-color: transparent !important;
26295
- }
26296
- .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
26297
- background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
26298
- }
26299
-
26300
- .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
26301
- background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
26302
- }
26303
-
26304
- .v-color-picker-preview__alpha .v-slider-track__background::after {
26305
- content: "";
26306
- z-index: -1;
26307
- left: 0;
26308
- top: 0;
26309
- width: 100%;
26310
- height: 100%;
26311
- position: absolute;
26312
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26313
- border-radius: inherit;
26314
- }
26315
-
26316
- .v-color-picker-preview__sliders {
26317
- display: flex;
26318
- flex: 1 0 auto;
26319
- flex-direction: column;
26320
- padding-inline-end: 16px;
26321
- }
26322
-
26323
- .v-color-picker-preview__dot {
26324
- position: relative;
26325
- height: 30px;
26326
- width: 30px;
26327
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26328
- border-radius: 50%;
26329
- overflow: hidden;
26330
- margin-inline-end: 24px;
26331
- }
26332
- .v-color-picker-preview__dot > div {
26333
- width: 100%;
26334
- height: 100%;
26335
- }
26336
-
26337
- .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26338
- background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26339
- }
26340
-
26341
- .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
26342
- background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
26343
- }
26344
-
26345
- .v-color-picker-preview__track {
26346
- position: relative;
26347
- width: 100%;
26348
- margin: 0 !important;
26349
- }
26350
- .v-color-picker-preview__track .v-slider-track__fill {
26351
- display: none;
26352
- }
26353
-
26354
- .v-color-picker-preview {
26355
- align-items: center;
26356
- display: flex;
26357
- margin-bottom: 0;
26358
- }
26359
-
26360
- .v-color-picker-preview__eye-dropper {
26361
- position: relative;
26362
- margin-right: 12px;
26363
26363
  }.v-picker.v-sheet {
26364
26364
  display: grid;
26365
26365
  grid-auto-rows: min-content;