@vuetify/nightly 3.7.0-master.2024-08-26 → 3.7.0-master.2024-08-27

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.0-master.2024-08-26
2
+ * Vuetify v3.7.0-master.2024-08-27
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17994,6 +17994,91 @@ html.overflow-y-hidden {
17994
17994
  min-height: 100vh;
17995
17995
  min-height: 100dvh;
17996
17996
  position: relative;
17997
+ }.v-autocomplete .v-field .v-text-field__prefix,
17998
+ .v-autocomplete .v-field .v-text-field__suffix,
17999
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18000
+ cursor: text;
18001
+ }
18002
+ .v-autocomplete .v-field .v-field__input > input {
18003
+ flex: 1 1;
18004
+ }
18005
+ .v-autocomplete .v-field input {
18006
+ min-width: 64px;
18007
+ }
18008
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18009
+ min-width: 0;
18010
+ }
18011
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18012
+ margin-inline-end: 2px;
18013
+ }
18014
+ .v-autocomplete .v-autocomplete__selection-text {
18015
+ overflow: hidden;
18016
+ text-overflow: ellipsis;
18017
+ white-space: nowrap;
18018
+ }
18019
+
18020
+ .v-autocomplete__content {
18021
+ overflow: hidden;
18022
+ }
18023
+ .v-autocomplete__content {
18024
+ 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));
18025
+ }
18026
+ .v-autocomplete__content {
18027
+ border-radius: 4px;
18028
+ }
18029
+ .v-autocomplete__mask {
18030
+ background: rgb(var(--v-theme-surface-light));
18031
+ }
18032
+ .v-autocomplete__selection {
18033
+ display: inline-flex;
18034
+ align-items: center;
18035
+ height: 1.5rem;
18036
+ letter-spacing: inherit;
18037
+ line-height: inherit;
18038
+ max-width: calc(100% - 2px - 2px);
18039
+ }
18040
+ .v-autocomplete__selection:first-child {
18041
+ margin-inline-start: 0;
18042
+ }
18043
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18044
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18045
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18046
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18047
+ top: 0px;
18048
+ }
18049
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18050
+ opacity: var(--v-medium-emphasis-opacity);
18051
+ }
18052
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18053
+ opacity: 1;
18054
+ }
18055
+ .v-autocomplete--selecting-index .v-field__input > input {
18056
+ caret-color: transparent;
18057
+ }
18058
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18059
+ flex: 1 1;
18060
+ position: absolute;
18061
+ left: 0;
18062
+ right: 0;
18063
+ width: 100%;
18064
+ padding-inline: inherit;
18065
+ }
18066
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18067
+ transition: none;
18068
+ }
18069
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18070
+ opacity: 0;
18071
+ }
18072
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18073
+ opacity: 0;
18074
+ }
18075
+ .v-autocomplete__menu-icon {
18076
+ margin-inline-start: 4px;
18077
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18078
+ }
18079
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18080
+ opacity: var(--v-high-emphasis-opacity);
18081
+ transform: rotate(180deg);
17997
18082
  }.v-app-bar {
17998
18083
  display: flex;
17999
18084
  }
@@ -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;
@@ -18350,7 +18350,7 @@ html.overflow-y-hidden {
18350
18350
  .v-avatar {
18351
18351
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18352
18352
  border-style: solid;
18353
- border-width: thin;
18353
+ border-width: 0;
18354
18354
  }
18355
18355
  .v-avatar--border {
18356
18356
  border-width: thin;
@@ -18413,79 +18413,6 @@ html.overflow-y-hidden {
18413
18413
  .v-avatar .v-img {
18414
18414
  height: 100%;
18415
18415
  width: 100%;
18416
- }.v-badge {
18417
- display: inline-block;
18418
- line-height: 1;
18419
- }
18420
-
18421
- .v-badge__badge {
18422
- align-items: center;
18423
- display: inline-flex;
18424
- border-radius: 10px;
18425
- font-size: 0.75rem;
18426
- font-weight: 500;
18427
- height: 1.25rem;
18428
- justify-content: center;
18429
- min-width: 20px;
18430
- padding: 4px 6px;
18431
- pointer-events: auto;
18432
- position: absolute;
18433
- text-align: center;
18434
- text-indent: 0;
18435
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18436
- white-space: nowrap;
18437
- }
18438
- .v-badge__badge {
18439
- background: rgb(var(--v-theme-surface-variant));
18440
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18441
- }
18442
- .v-badge--bordered .v-badge__badge::after {
18443
- border-radius: inherit;
18444
- border-style: solid;
18445
- border-width: 2px;
18446
- bottom: 0;
18447
- color: rgb(var(--v-theme-background));
18448
- content: "";
18449
- left: 0;
18450
- position: absolute;
18451
- right: 0;
18452
- top: 0;
18453
- transform: scale(1.05);
18454
- }
18455
- .v-badge--dot .v-badge__badge {
18456
- border-radius: 4.5px;
18457
- height: 9px;
18458
- min-width: 0;
18459
- padding: 0;
18460
- width: 9px;
18461
- }
18462
- .v-badge--dot .v-badge__badge::after {
18463
- border-width: 1.5px;
18464
- }
18465
- .v-badge--inline .v-badge__badge {
18466
- position: relative;
18467
- vertical-align: middle;
18468
- }
18469
- .v-badge__badge .v-icon {
18470
- color: inherit;
18471
- font-size: 0.75rem;
18472
- margin: 0 -2px;
18473
- }
18474
- .v-badge__badge img,
18475
- .v-badge__badge .v-img {
18476
- height: 100%;
18477
- width: 100%;
18478
- }
18479
-
18480
- .v-badge__wrapper {
18481
- display: flex;
18482
- position: relative;
18483
- }
18484
- .v-badge--inline .v-badge__wrapper {
18485
- align-items: center;
18486
- display: inline-flex;
18487
- justify-content: center;
18488
- margin: 0 4px;
18489
18416
  }.v-banner {
18490
18417
  display: grid;
18491
18418
  flex: 1 1;
@@ -18715,40 +18642,79 @@ html.overflow-y-hidden {
18715
18642
  }
18716
18643
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
18644
  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%);
18645
+ }.v-badge {
18646
+ display: inline-block;
18647
+ line-height: 1;
18723
18648
  }
18724
18649
 
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;
18650
+ .v-badge__badge {
18651
+ align-items: center;
18652
+ display: inline-flex;
18653
+ border-radius: 10px;
18654
+ font-size: 0.75rem;
18655
+ font-weight: 500;
18656
+ height: 1.25rem;
18657
+ justify-content: center;
18658
+ min-width: 20px;
18659
+ padding: 4px 6px;
18660
+ pointer-events: auto;
18661
+ position: absolute;
18662
+ text-align: center;
18663
+ text-indent: 0;
18664
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18665
+ white-space: nowrap;
18666
+ }
18667
+ .v-badge__badge {
18668
+ background: rgb(var(--v-theme-surface-variant));
18669
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18670
+ }
18671
+ .v-badge--bordered .v-badge__badge::after {
18672
+ border-radius: inherit;
18673
+ border-style: solid;
18674
+ border-width: 2px;
18675
+ bottom: 0;
18676
+ color: rgb(var(--v-theme-background));
18677
+ content: "";
18729
18678
  left: 0;
18679
+ position: absolute;
18730
18680
  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;
18681
+ top: 0;
18682
+ transform: scale(1.05);
18737
18683
  }
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));
18684
+ .v-badge--dot .v-badge__badge {
18685
+ border-radius: 4.5px;
18686
+ height: 9px;
18687
+ min-width: 0;
18688
+ padding: 0;
18689
+ width: 9px;
18740
18690
  }
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;
18691
+ .v-badge--dot .v-badge__badge::after {
18692
+ border-width: 1.5px;
18744
18693
  }
18745
- .v-bottom-sheet.v-bottom-sheet--inset {
18746
- max-width: none;
18694
+ .v-badge--inline .v-badge__badge {
18695
+ position: relative;
18696
+ vertical-align: middle;
18747
18697
  }
18748
- @media (min-width: 600px) {
18749
- .v-bottom-sheet.v-bottom-sheet--inset {
18750
- max-width: 70%;
18751
- }
18698
+ .v-badge__badge .v-icon {
18699
+ color: inherit;
18700
+ font-size: 0.75rem;
18701
+ margin: 0 -2px;
18702
+ }
18703
+ .v-badge__badge img,
18704
+ .v-badge__badge .v-img {
18705
+ height: 100%;
18706
+ width: 100%;
18707
+ }
18708
+
18709
+ .v-badge__wrapper {
18710
+ display: flex;
18711
+ position: relative;
18712
+ }
18713
+ .v-badge--inline .v-badge__wrapper {
18714
+ align-items: center;
18715
+ display: inline-flex;
18716
+ justify-content: center;
18717
+ margin: 0 4px;
18752
18718
  }.v-breadcrumbs {
18753
18719
  display: flex;
18754
18720
  align-items: center;
@@ -18806,6 +18772,40 @@ html.overflow-y-hidden {
18806
18772
  display: inline-block;
18807
18773
  padding: 0 8px;
18808
18774
  vertical-align: middle;
18775
+ }.bottom-sheet-transition-enter-from {
18776
+ transform: translateY(100%);
18777
+ }
18778
+ .bottom-sheet-transition-leave-to {
18779
+ transform: translateY(100%);
18780
+ }
18781
+
18782
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18783
+ align-self: flex-end;
18784
+ border-radius: 0;
18785
+ flex: 0 1 auto;
18786
+ left: 0;
18787
+ right: 0;
18788
+ margin-inline: 0;
18789
+ margin-bottom: 0;
18790
+ transition-duration: 0.2s;
18791
+ width: 100%;
18792
+ max-width: 100%;
18793
+ overflow: visible;
18794
+ }
18795
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18796
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18797
+ }
18798
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18799
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18800
+ border-radius: 0;
18801
+ }
18802
+ .v-bottom-sheet.v-bottom-sheet--inset {
18803
+ max-width: none;
18804
+ }
18805
+ @media (min-width: 600px) {
18806
+ .v-bottom-sheet.v-bottom-sheet--inset {
18807
+ max-width: 70%;
18808
+ }
18809
18809
  }.v-btn {
18810
18810
  align-items: center;
18811
18811
  border-radius: 4px;
@@ -19307,423 +19307,110 @@ html.overflow-y-hidden {
19307
19307
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19308
19308
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19309
19309
  }
19310
- }.v-card {
19311
- display: block;
19310
+ }.v-carousel {
19312
19311
  overflow: hidden;
19313
- overflow-wrap: break-word;
19314
19312
  position: relative;
19315
- padding: 0;
19316
- text-decoration: none;
19317
- transition-duration: 0.28s;
19318
- transition-property: box-shadow, opacity, background;
19319
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19320
- z-index: 0;
19321
- }
19322
- .v-card {
19323
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19324
- border-style: solid;
19325
- border-width: 0;
19326
- }
19327
- .v-card--border {
19328
- border-width: thin;
19329
- box-shadow: none;
19313
+ width: 100%;
19330
19314
  }
19331
- .v-card--absolute {
19315
+ .v-carousel__controls {
19316
+ align-items: center;
19317
+ bottom: 0;
19318
+ display: flex;
19319
+ height: 50px;
19320
+ justify-content: center;
19321
+ list-style-type: none;
19332
19322
  position: absolute;
19323
+ width: 100%;
19324
+ z-index: 1;
19333
19325
  }
19334
- .v-card--fixed {
19335
- position: fixed;
19326
+ .v-carousel__controls {
19327
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19328
+ color: rgb(var(--v-theme-on-surface-variant));
19336
19329
  }
19337
- .v-card {
19338
- border-radius: 4px;
19330
+ .v-carousel__controls > .v-item-group {
19331
+ flex: 0 1 auto;
19339
19332
  }
19340
- .v-card:hover > .v-card__overlay {
19341
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19333
+ .v-carousel__controls__item {
19334
+ margin: 0 8px;
19342
19335
  }
19343
- .v-card:focus-visible > .v-card__overlay {
19344
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19336
+ .v-carousel__controls__item .v-icon {
19337
+ opacity: 0.5;
19345
19338
  }
19346
- @supports not selector(:focus-visible) {
19347
- .v-card:focus > .v-card__overlay {
19348
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19349
- }
19339
+ .v-carousel__controls__item--active .v-icon {
19340
+ opacity: 1;
19341
+ vertical-align: middle;
19350
19342
  }
19351
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19352
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19343
+ .v-carousel__controls__item:hover {
19344
+ background: none;
19353
19345
  }
19354
- .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19355
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19346
+ .v-carousel__controls__item:hover .v-icon {
19347
+ opacity: 0.8;
19356
19348
  }
19357
- .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19358
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19349
+
19350
+ .v-carousel__progress {
19351
+ margin: 0;
19352
+ position: absolute;
19353
+ bottom: 0;
19354
+ left: 0;
19355
+ right: 0;
19359
19356
  }
19360
- @supports not selector(:focus-visible) {
19361
- .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19362
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19363
- }
19357
+
19358
+ .v-carousel-item {
19359
+ display: block;
19360
+ height: inherit;
19361
+ text-decoration: none;
19364
19362
  }
19365
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19363
+ .v-carousel-item > .v-img {
19364
+ height: inherit;
19365
+ }
19366
+
19367
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19366
19368
  background: transparent;
19367
- color: inherit;
19368
19369
  }
19369
- .v-card--variant-plain {
19370
- opacity: 0.62;
19370
+
19371
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19372
+ flex-direction: column;
19373
+ height: 100% !important;
19374
+ width: 50px;
19375
+ }.v-chip {
19376
+ align-items: center;
19377
+ display: inline-flex;
19378
+ font-weight: 400;
19379
+ max-width: 100%;
19380
+ min-width: 0;
19381
+ overflow: hidden;
19382
+ position: relative;
19383
+ text-decoration: none;
19384
+ white-space: nowrap;
19385
+ vertical-align: middle;
19371
19386
  }
19372
- .v-card--variant-plain:focus, .v-card--variant-plain:hover {
19373
- opacity: 1;
19387
+ .v-chip .v-icon {
19388
+ --v-icon-size-multiplier: 0.8571428571;
19374
19389
  }
19375
- .v-card--variant-plain .v-card__overlay {
19376
- display: none;
19390
+ .v-chip.v-chip--size-x-small {
19391
+ --v-chip-size: 0.625rem;
19392
+ --v-chip-height: 20px;
19393
+ font-size: 0.625rem;
19394
+ padding: 0 8px;
19377
19395
  }
19378
- .v-card--variant-elevated, .v-card--variant-flat {
19379
- background: rgb(var(--v-theme-surface));
19380
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19396
+ .v-chip.v-chip--size-x-small .v-avatar {
19397
+ --v-avatar-height: 14px;
19381
19398
  }
19382
- .v-card--variant-elevated {
19383
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19399
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19400
+ --v-avatar-height: 20px;
19384
19401
  }
19385
- .v-card--variant-flat {
19386
- 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));
19402
+
19403
+ .v-chip.v-chip--size-x-small .v-avatar--start {
19404
+ margin-inline-start: -5.6px;
19405
+ margin-inline-end: 4px;
19387
19406
  }
19388
- .v-card--variant-outlined {
19389
- border: thin solid currentColor;
19407
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19408
+ margin-inline-start: -8px;
19390
19409
  }
19391
- .v-card--variant-text .v-card__overlay {
19392
- background: currentColor;
19393
- }
19394
- .v-card--variant-tonal .v-card__underlay {
19395
- background: currentColor;
19396
- opacity: var(--v-activated-opacity);
19397
- border-radius: inherit;
19398
- top: 0;
19399
- right: 0;
19400
- bottom: 0;
19401
- left: 0;
19402
- pointer-events: none;
19403
- }
19404
- .v-card .v-card__underlay {
19405
- position: absolute;
19406
- }
19407
- .v-card--disabled {
19408
- pointer-events: none;
19409
- -webkit-user-select: none;
19410
- user-select: none;
19411
- }
19412
- .v-card--disabled > :not(.v-card__loader) {
19413
- opacity: 0.6;
19414
- }
19415
- .v-card--flat {
19416
- box-shadow: none;
19417
- }
19418
- .v-card--hover {
19419
- cursor: pointer;
19420
- }
19421
- .v-card--hover::before, .v-card--hover::after {
19422
- border-radius: inherit;
19423
- bottom: 0;
19424
- content: "";
19425
- display: block;
19426
- left: 0;
19427
- pointer-events: none;
19428
- position: absolute;
19429
- right: 0;
19430
- top: 0;
19431
- transition: inherit;
19432
- }
19433
- .v-card--hover::before {
19434
- opacity: 1;
19435
- z-index: -1;
19436
- }
19437
- .v-card--hover::before {
19438
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19439
- }
19440
- .v-card--hover::after {
19441
- z-index: 1;
19442
- opacity: 0;
19443
- }
19444
- .v-card--hover::after {
19445
- 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));
19446
- }
19447
- .v-card--hover:hover::after {
19448
- opacity: 1;
19449
- }
19450
- .v-card--hover:hover::before {
19451
- opacity: 0;
19452
- }
19453
- .v-card--hover:hover {
19454
- 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));
19455
- }
19456
- .v-card--link {
19457
- cursor: pointer;
19458
- }
19459
-
19460
- .v-card-actions {
19461
- align-items: center;
19462
- display: flex;
19463
- flex: none;
19464
- min-height: 52px;
19465
- padding: 0.5rem;
19466
- gap: 0.5rem;
19467
- }
19468
-
19469
- .v-card-item {
19470
- align-items: center;
19471
- display: grid;
19472
- flex: none;
19473
- grid-template-areas: "prepend content append";
19474
- grid-template-columns: max-content auto max-content;
19475
- padding: 0.625rem 1rem;
19476
- }
19477
- .v-card-item + .v-card-text {
19478
- padding-top: 0;
19479
- }
19480
- .v-card-item__prepend, .v-card-item__append {
19481
- align-items: center;
19482
- display: flex;
19483
- }
19484
- .v-card-item__prepend {
19485
- grid-area: prepend;
19486
- padding-inline-end: 0.5rem;
19487
- }
19488
- .v-card-item__append {
19489
- grid-area: append;
19490
- padding-inline-start: 0.5rem;
19491
- }
19492
-
19493
- .v-card-item__content {
19494
- align-self: center;
19495
- grid-area: content;
19496
- overflow: hidden;
19497
- }
19498
-
19499
- .v-card-title {
19500
- display: block;
19501
- flex: none;
19502
- font-size: 1.25rem;
19503
- font-weight: 500;
19504
- -webkit-hyphens: auto;
19505
- hyphens: auto;
19506
- letter-spacing: 0.0125em;
19507
- min-width: 0;
19508
- overflow-wrap: normal;
19509
- overflow: hidden;
19510
- padding: 0.5rem 1rem;
19511
- text-overflow: ellipsis;
19512
- text-transform: none;
19513
- white-space: nowrap;
19514
- word-break: normal;
19515
- word-wrap: break-word;
19516
- }
19517
- .v-card .v-card-title {
19518
- line-height: 1.6;
19519
- }
19520
- .v-card--density-comfortable .v-card-title {
19521
- line-height: 1.75rem;
19522
- }
19523
- .v-card--density-compact .v-card-title {
19524
- line-height: 1.55rem;
19525
- }
19526
- .v-card-item .v-card-title {
19527
- padding: 0;
19528
- }
19529
- .v-card-title + .v-card-text,
19530
- .v-card-title + .v-card-actions {
19531
- padding-top: 0;
19532
- }
19533
-
19534
- .v-card-subtitle {
19535
- display: block;
19536
- flex: none;
19537
- font-size: 0.875rem;
19538
- font-weight: 400;
19539
- letter-spacing: 0.0178571429em;
19540
- opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
19541
- overflow: hidden;
19542
- padding: 0 1rem;
19543
- text-overflow: ellipsis;
19544
- text-transform: none;
19545
- white-space: nowrap;
19546
- }
19547
- .v-card .v-card-subtitle {
19548
- line-height: 1.425;
19549
- }
19550
- .v-card--density-comfortable .v-card-subtitle {
19551
- line-height: 1.125rem;
19552
- }
19553
- .v-card--density-compact .v-card-subtitle {
19554
- line-height: 1rem;
19555
- }
19556
- .v-card-item .v-card-subtitle {
19557
- padding: 0 0 0.25rem;
19558
- }
19559
-
19560
- .v-card-text {
19561
- flex: 1 1 auto;
19562
- font-size: 0.875rem;
19563
- font-weight: 400;
19564
- letter-spacing: 0.0178571429em;
19565
- opacity: var(--v-card-text-opacity, 1);
19566
- padding: 1rem;
19567
- text-transform: none;
19568
- }
19569
- .v-card .v-card-text {
19570
- line-height: 1.425;
19571
- }
19572
- .v-card--density-comfortable .v-card-text {
19573
- line-height: 1.2rem;
19574
- }
19575
- .v-card--density-compact .v-card-text {
19576
- line-height: 1.15rem;
19577
- }
19578
-
19579
- .v-card__image {
19580
- display: flex;
19581
- height: 100%;
19582
- flex: 1 1 auto;
19583
- left: 0;
19584
- overflow: hidden;
19585
- position: absolute;
19586
- top: 0;
19587
- width: 100%;
19588
- z-index: -1;
19589
- }
19590
-
19591
- .v-card__content {
19592
- border-radius: inherit;
19593
- overflow: hidden;
19594
- position: relative;
19595
- }
19596
-
19597
- .v-card__loader {
19598
- bottom: auto;
19599
- top: 0;
19600
- left: 0;
19601
- position: absolute;
19602
- right: 0;
19603
- width: 100%;
19604
- z-index: 1;
19605
- }
19606
-
19607
- .v-card__overlay {
19608
- background-color: currentColor;
19609
- border-radius: inherit;
19610
- position: absolute;
19611
- top: 0;
19612
- right: 0;
19613
- bottom: 0;
19614
- left: 0;
19615
- pointer-events: none;
19616
- opacity: 0;
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
- }.v-checkbox.v-input {
19684
- flex: 0 1 auto;
19685
- }
19686
- .v-checkbox .v-selection-control {
19687
- min-height: var(--v-input-control-height);
19688
- }.v-chip {
19689
- align-items: center;
19690
- display: inline-flex;
19691
- font-weight: 400;
19692
- max-width: 100%;
19693
- min-width: 0;
19694
- overflow: hidden;
19695
- position: relative;
19696
- text-decoration: none;
19697
- white-space: nowrap;
19698
- vertical-align: middle;
19699
- }
19700
- .v-chip .v-icon {
19701
- --v-icon-size-multiplier: 0.8571428571;
19702
- }
19703
- .v-chip.v-chip--size-x-small {
19704
- --v-chip-size: 0.625rem;
19705
- --v-chip-height: 20px;
19706
- font-size: 0.625rem;
19707
- padding: 0 8px;
19708
- }
19709
- .v-chip.v-chip--size-x-small .v-avatar {
19710
- --v-avatar-height: 14px;
19711
- }
19712
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19713
- --v-avatar-height: 20px;
19714
- }
19715
-
19716
- .v-chip.v-chip--size-x-small .v-avatar--start {
19717
- margin-inline-start: -5.6px;
19718
- margin-inline-end: 4px;
19719
- }
19720
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19721
- margin-inline-start: -8px;
19722
- }
19723
-
19724
- .v-chip.v-chip--size-x-small .v-avatar--end {
19725
- margin-inline-start: 4px;
19726
- margin-inline-end: -5.6px;
19410
+
19411
+ .v-chip.v-chip--size-x-small .v-avatar--end {
19412
+ margin-inline-start: 4px;
19413
+ margin-inline-end: -5.6px;
19727
19414
  }
19728
19415
  .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19729
19416
  margin-inline-end: -8px;
@@ -19934,92 +19621,260 @@ html.overflow-y-hidden {
19934
19621
  margin-inline-start: -8.5px;
19935
19622
  margin-inline-end: 8.5px;
19936
19623
  }
19937
- .v-chip.v-chip--size-x-large .v-icon--end,
19938
- .v-chip.v-chip--size-x-large .v-chip__close {
19939
- margin-inline-start: 8.5px;
19940
- margin-inline-end: -8.5px;
19624
+ .v-chip.v-chip--size-x-large .v-icon--end,
19625
+ .v-chip.v-chip--size-x-large .v-chip__close {
19626
+ margin-inline-start: 8.5px;
19627
+ margin-inline-end: -8.5px;
19628
+ }
19629
+ .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
19630
+ .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
19631
+ .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
19632
+ margin-inline-start: 17px;
19633
+ }
19634
+
19635
+ .v-chip.v-chip--density-default {
19636
+ height: calc(var(--v-chip-height) + 0px);
19637
+ }
19638
+
19639
+ .v-chip.v-chip--density-comfortable {
19640
+ height: calc(var(--v-chip-height) + -4px);
19641
+ }
19642
+
19643
+ .v-chip.v-chip--density-compact {
19644
+ height: calc(var(--v-chip-height) + -8px);
19645
+ }
19646
+
19647
+ .v-chip {
19648
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19649
+ border-style: solid;
19650
+ border-width: 0;
19651
+ }
19652
+ .v-chip:hover > .v-chip__overlay {
19653
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19654
+ }
19655
+ .v-chip:focus-visible > .v-chip__overlay {
19656
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19657
+ }
19658
+ @supports not selector(:focus-visible) {
19659
+ .v-chip:focus > .v-chip__overlay {
19660
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19661
+ }
19662
+ }
19663
+ .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
19664
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19665
+ }
19666
+ .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
19667
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19668
+ }
19669
+ .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
19670
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19671
+ }
19672
+ @supports not selector(:focus-visible) {
19673
+ .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
19674
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19675
+ }
19676
+ }
19677
+ .v-chip {
19678
+ border-radius: 9999px;
19679
+ }
19680
+ .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
19681
+ background: transparent;
19682
+ color: inherit;
19683
+ }
19684
+ .v-chip--variant-plain {
19685
+ opacity: 0.26;
19686
+ }
19687
+ .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
19688
+ opacity: 1;
19689
+ }
19690
+ .v-chip--variant-plain .v-chip__overlay {
19691
+ display: none;
19692
+ }
19693
+ .v-chip--variant-elevated, .v-chip--variant-flat {
19694
+ background: rgb(var(--v-theme-surface-variant));
19695
+ color: rgb(var(--v-theme-on-surface-variant));
19696
+ }
19697
+ .v-chip--variant-elevated {
19698
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19699
+ }
19700
+ .v-chip--variant-flat {
19701
+ 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));
19702
+ }
19703
+ .v-chip--variant-outlined {
19704
+ border: thin solid currentColor;
19705
+ }
19706
+ .v-chip--variant-text .v-chip__overlay {
19707
+ background: currentColor;
19708
+ }
19709
+ .v-chip--variant-tonal .v-chip__underlay {
19710
+ background: currentColor;
19711
+ opacity: var(--v-activated-opacity);
19712
+ border-radius: inherit;
19713
+ top: 0;
19714
+ right: 0;
19715
+ bottom: 0;
19716
+ left: 0;
19717
+ pointer-events: none;
19718
+ }
19719
+ .v-chip .v-chip__underlay {
19720
+ position: absolute;
19721
+ }
19722
+ .v-chip--border {
19723
+ border-width: thin;
19724
+ }
19725
+ .v-chip--link {
19726
+ cursor: pointer;
19727
+ }
19728
+ .v-chip--link, .v-chip--filter {
19729
+ -webkit-user-select: none;
19730
+ user-select: none;
19731
+ }
19732
+ .v-chip--label {
19733
+ border-radius: 4px;
19734
+ }
19735
+
19736
+ .v-chip__content {
19737
+ align-items: center;
19738
+ display: inline-flex;
19739
+ }
19740
+ .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
19741
+ overflow: hidden;
19742
+ }
19743
+
19744
+ .v-chip__filter,
19745
+ .v-chip__prepend,
19746
+ .v-chip__append,
19747
+ .v-chip__close {
19748
+ align-items: center;
19749
+ display: inline-flex;
19750
+ }
19751
+
19752
+ .v-chip__close {
19753
+ cursor: pointer;
19754
+ flex: 0 1 auto;
19755
+ font-size: 18px;
19756
+ max-height: 18px;
19757
+ max-width: 18px;
19758
+ -webkit-user-select: none;
19759
+ user-select: none;
19941
19760
  }
19942
- .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
19943
- .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
19944
- .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
19945
- margin-inline-start: 17px;
19761
+ .v-chip__close .v-icon {
19762
+ font-size: inherit;
19946
19763
  }
19947
19764
 
19948
- .v-chip.v-chip--density-default {
19949
- height: calc(var(--v-chip-height) + 0px);
19765
+ .v-chip__filter {
19766
+ transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
19950
19767
  }
19951
19768
 
19952
- .v-chip.v-chip--density-comfortable {
19953
- height: calc(var(--v-chip-height) + -4px);
19769
+ .v-chip__overlay {
19770
+ background-color: currentColor;
19771
+ border-radius: inherit;
19772
+ pointer-events: none;
19773
+ opacity: 0;
19774
+ transition: opacity 0.2s ease-in-out;
19775
+ }
19776
+ .v-chip__overlay {
19777
+ position: absolute;
19778
+ top: 0;
19779
+ left: 0;
19780
+ width: 100%;
19781
+ height: 100%;
19954
19782
  }
19955
19783
 
19956
- .v-chip.v-chip--density-compact {
19957
- height: calc(var(--v-chip-height) + -8px);
19784
+ .v-chip--disabled {
19785
+ opacity: 0.3;
19786
+ pointer-events: none;
19787
+ -webkit-user-select: none;
19788
+ user-select: none;
19958
19789
  }
19959
19790
 
19960
- .v-chip {
19791
+ .v-chip--label {
19792
+ border-radius: 4px;
19793
+ }.v-card {
19794
+ display: block;
19795
+ overflow: hidden;
19796
+ overflow-wrap: break-word;
19797
+ position: relative;
19798
+ padding: 0;
19799
+ text-decoration: none;
19800
+ transition-duration: 0.28s;
19801
+ transition-property: box-shadow, opacity, background;
19802
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19803
+ z-index: 0;
19804
+ }
19805
+ .v-card {
19961
19806
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19962
19807
  border-style: solid;
19963
19808
  border-width: 0;
19964
19809
  }
19965
- .v-chip:hover > .v-chip__overlay {
19810
+ .v-card--border {
19811
+ border-width: thin;
19812
+ box-shadow: none;
19813
+ }
19814
+ .v-card--absolute {
19815
+ position: absolute;
19816
+ }
19817
+ .v-card--fixed {
19818
+ position: fixed;
19819
+ }
19820
+ .v-card {
19821
+ border-radius: 4px;
19822
+ }
19823
+ .v-card:hover > .v-card__overlay {
19966
19824
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19967
19825
  }
19968
- .v-chip:focus-visible > .v-chip__overlay {
19826
+ .v-card:focus-visible > .v-card__overlay {
19969
19827
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19970
19828
  }
19971
19829
  @supports not selector(:focus-visible) {
19972
- .v-chip:focus > .v-chip__overlay {
19830
+ .v-card:focus > .v-card__overlay {
19973
19831
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19974
19832
  }
19975
19833
  }
19976
- .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
19834
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
19977
19835
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19978
19836
  }
19979
- .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
19837
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
19980
19838
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19981
19839
  }
19982
- .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
19840
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
19983
19841
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19984
19842
  }
19985
19843
  @supports not selector(:focus-visible) {
19986
- .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
19844
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
19987
19845
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19988
19846
  }
19989
19847
  }
19990
- .v-chip {
19991
- border-radius: 9999px;
19992
- }
19993
- .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
19848
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
19994
19849
  background: transparent;
19995
19850
  color: inherit;
19996
19851
  }
19997
- .v-chip--variant-plain {
19998
- opacity: 0.26;
19852
+ .v-card--variant-plain {
19853
+ opacity: 0.62;
19999
19854
  }
20000
- .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
19855
+ .v-card--variant-plain:focus, .v-card--variant-plain:hover {
20001
19856
  opacity: 1;
20002
19857
  }
20003
- .v-chip--variant-plain .v-chip__overlay {
19858
+ .v-card--variant-plain .v-card__overlay {
20004
19859
  display: none;
20005
19860
  }
20006
- .v-chip--variant-elevated, .v-chip--variant-flat {
20007
- background: rgb(var(--v-theme-surface-variant));
20008
- color: rgb(var(--v-theme-on-surface-variant));
19861
+ .v-card--variant-elevated, .v-card--variant-flat {
19862
+ background: rgb(var(--v-theme-surface));
19863
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20009
19864
  }
20010
- .v-chip--variant-elevated {
19865
+ .v-card--variant-elevated {
20011
19866
  box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20012
19867
  }
20013
- .v-chip--variant-flat {
19868
+ .v-card--variant-flat {
20014
19869
  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));
20015
19870
  }
20016
- .v-chip--variant-outlined {
19871
+ .v-card--variant-outlined {
20017
19872
  border: thin solid currentColor;
20018
19873
  }
20019
- .v-chip--variant-text .v-chip__overlay {
19874
+ .v-card--variant-text .v-card__overlay {
20020
19875
  background: currentColor;
20021
19876
  }
20022
- .v-chip--variant-tonal .v-chip__underlay {
19877
+ .v-card--variant-tonal .v-card__underlay {
20023
19878
  background: currentColor;
20024
19879
  opacity: var(--v-activated-opacity);
20025
19880
  border-radius: inherit;
@@ -20029,80 +19884,225 @@ html.overflow-y-hidden {
20029
19884
  left: 0;
20030
19885
  pointer-events: none;
20031
19886
  }
20032
- .v-chip .v-chip__underlay {
19887
+ .v-card .v-card__underlay {
20033
19888
  position: absolute;
20034
19889
  }
20035
- .v-chip--border {
20036
- border-width: thin;
19890
+ .v-card--disabled {
19891
+ pointer-events: none;
19892
+ -webkit-user-select: none;
19893
+ user-select: none;
20037
19894
  }
20038
- .v-chip--link {
19895
+ .v-card--disabled > :not(.v-card__loader) {
19896
+ opacity: 0.6;
19897
+ }
19898
+ .v-card--flat {
19899
+ box-shadow: none;
19900
+ }
19901
+ .v-card--hover {
19902
+ cursor: pointer;
19903
+ }
19904
+ .v-card--hover::before, .v-card--hover::after {
19905
+ border-radius: inherit;
19906
+ bottom: 0;
19907
+ content: "";
19908
+ display: block;
19909
+ left: 0;
19910
+ pointer-events: none;
19911
+ position: absolute;
19912
+ right: 0;
19913
+ top: 0;
19914
+ transition: inherit;
19915
+ }
19916
+ .v-card--hover::before {
19917
+ opacity: 1;
19918
+ z-index: -1;
19919
+ }
19920
+ .v-card--hover::before {
19921
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19922
+ }
19923
+ .v-card--hover::after {
19924
+ z-index: 1;
19925
+ opacity: 0;
19926
+ }
19927
+ .v-card--hover::after {
19928
+ 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));
19929
+ }
19930
+ .v-card--hover:hover::after {
19931
+ opacity: 1;
19932
+ }
19933
+ .v-card--hover:hover::before {
19934
+ opacity: 0;
19935
+ }
19936
+ .v-card--hover:hover {
19937
+ 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));
19938
+ }
19939
+ .v-card--link {
20039
19940
  cursor: pointer;
20040
19941
  }
20041
- .v-chip--link, .v-chip--filter {
20042
- -webkit-user-select: none;
20043
- user-select: none;
19942
+
19943
+ .v-card-actions {
19944
+ align-items: center;
19945
+ display: flex;
19946
+ flex: none;
19947
+ min-height: 52px;
19948
+ padding: 0.5rem;
19949
+ gap: 0.5rem;
19950
+ }
19951
+
19952
+ .v-card-item {
19953
+ align-items: center;
19954
+ display: grid;
19955
+ flex: none;
19956
+ grid-template-areas: "prepend content append";
19957
+ grid-template-columns: max-content auto max-content;
19958
+ padding: 0.625rem 1rem;
19959
+ }
19960
+ .v-card-item + .v-card-text {
19961
+ padding-top: 0;
19962
+ }
19963
+ .v-card-item__prepend, .v-card-item__append {
19964
+ align-items: center;
19965
+ display: flex;
19966
+ }
19967
+ .v-card-item__prepend {
19968
+ grid-area: prepend;
19969
+ padding-inline-end: 0.5rem;
19970
+ }
19971
+ .v-card-item__append {
19972
+ grid-area: append;
19973
+ padding-inline-start: 0.5rem;
19974
+ }
19975
+
19976
+ .v-card-item__content {
19977
+ align-self: center;
19978
+ grid-area: content;
19979
+ overflow: hidden;
19980
+ }
19981
+
19982
+ .v-card-title {
19983
+ display: block;
19984
+ flex: none;
19985
+ font-size: 1.25rem;
19986
+ font-weight: 500;
19987
+ -webkit-hyphens: auto;
19988
+ hyphens: auto;
19989
+ letter-spacing: 0.0125em;
19990
+ min-width: 0;
19991
+ overflow-wrap: normal;
19992
+ overflow: hidden;
19993
+ padding: 0.5rem 1rem;
19994
+ text-overflow: ellipsis;
19995
+ text-transform: none;
19996
+ white-space: nowrap;
19997
+ word-break: normal;
19998
+ word-wrap: break-word;
19999
+ }
20000
+ .v-card .v-card-title {
20001
+ line-height: 1.6;
20002
+ }
20003
+ .v-card--density-comfortable .v-card-title {
20004
+ line-height: 1.75rem;
20005
+ }
20006
+ .v-card--density-compact .v-card-title {
20007
+ line-height: 1.55rem;
20008
+ }
20009
+ .v-card-item .v-card-title {
20010
+ padding: 0;
20011
+ }
20012
+ .v-card-title + .v-card-text,
20013
+ .v-card-title + .v-card-actions {
20014
+ padding-top: 0;
20015
+ }
20016
+
20017
+ .v-card-subtitle {
20018
+ display: block;
20019
+ flex: none;
20020
+ font-size: 0.875rem;
20021
+ font-weight: 400;
20022
+ letter-spacing: 0.0178571429em;
20023
+ opacity: var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));
20024
+ overflow: hidden;
20025
+ padding: 0 1rem;
20026
+ text-overflow: ellipsis;
20027
+ text-transform: none;
20028
+ white-space: nowrap;
20029
+ }
20030
+ .v-card .v-card-subtitle {
20031
+ line-height: 1.425;
20044
20032
  }
20045
- .v-chip--label {
20046
- border-radius: 4px;
20033
+ .v-card--density-comfortable .v-card-subtitle {
20034
+ line-height: 1.125rem;
20047
20035
  }
20048
-
20049
- .v-chip__content {
20050
- align-items: center;
20051
- display: inline-flex;
20036
+ .v-card--density-compact .v-card-subtitle {
20037
+ line-height: 1rem;
20052
20038
  }
20053
- .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
20054
- overflow: hidden;
20039
+ .v-card-item .v-card-subtitle {
20040
+ padding: 0 0 0.25rem;
20055
20041
  }
20056
20042
 
20057
- .v-chip__filter,
20058
- .v-chip__prepend,
20059
- .v-chip__append,
20060
- .v-chip__close {
20061
- align-items: center;
20062
- display: inline-flex;
20043
+ .v-card-text {
20044
+ flex: 1 1 auto;
20045
+ font-size: 0.875rem;
20046
+ font-weight: 400;
20047
+ letter-spacing: 0.0178571429em;
20048
+ opacity: var(--v-card-text-opacity, 1);
20049
+ padding: 1rem;
20050
+ text-transform: none;
20063
20051
  }
20064
-
20065
- .v-chip__close {
20066
- cursor: pointer;
20067
- flex: 0 1 auto;
20068
- font-size: 18px;
20069
- max-height: 18px;
20070
- max-width: 18px;
20071
- -webkit-user-select: none;
20072
- user-select: none;
20052
+ .v-card .v-card-text {
20053
+ line-height: 1.425;
20073
20054
  }
20074
- .v-chip__close .v-icon {
20075
- font-size: inherit;
20055
+ .v-card--density-comfortable .v-card-text {
20056
+ line-height: 1.2rem;
20057
+ }
20058
+ .v-card--density-compact .v-card-text {
20059
+ line-height: 1.15rem;
20076
20060
  }
20077
20061
 
20078
- .v-chip__filter {
20079
- transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
20062
+ .v-card__image {
20063
+ display: flex;
20064
+ height: 100%;
20065
+ flex: 1 1 auto;
20066
+ left: 0;
20067
+ overflow: hidden;
20068
+ position: absolute;
20069
+ top: 0;
20070
+ width: 100%;
20071
+ z-index: -1;
20080
20072
  }
20081
20073
 
20082
- .v-chip__overlay {
20083
- background-color: currentColor;
20074
+ .v-card__content {
20084
20075
  border-radius: inherit;
20085
- pointer-events: none;
20086
- opacity: 0;
20087
- transition: opacity 0.2s ease-in-out;
20076
+ overflow: hidden;
20077
+ position: relative;
20088
20078
  }
20089
- .v-chip__overlay {
20090
- position: absolute;
20079
+
20080
+ .v-card__loader {
20081
+ bottom: auto;
20091
20082
  top: 0;
20092
20083
  left: 0;
20084
+ position: absolute;
20085
+ right: 0;
20093
20086
  width: 100%;
20094
- height: 100%;
20087
+ z-index: 1;
20095
20088
  }
20096
20089
 
20097
- .v-chip--disabled {
20098
- opacity: 0.3;
20090
+ .v-card__overlay {
20091
+ background-color: currentColor;
20092
+ border-radius: inherit;
20093
+ position: absolute;
20094
+ top: 0;
20095
+ right: 0;
20096
+ bottom: 0;
20097
+ left: 0;
20099
20098
  pointer-events: none;
20100
- -webkit-user-select: none;
20101
- user-select: none;
20099
+ opacity: 0;
20100
+ transition: opacity 0.2s ease-in-out;
20101
+ }.v-checkbox.v-input {
20102
+ flex: 0 1 auto;
20102
20103
  }
20103
-
20104
- .v-chip--label {
20105
- border-radius: 4px;
20104
+ .v-checkbox .v-selection-control {
20105
+ min-height: var(--v-input-control-height);
20106
20106
  }.v-chip-group {
20107
20107
  display: flex;
20108
20108
  max-width: 100%;
@@ -20372,146 +20372,296 @@ html.overflow-y-hidden {
20372
20372
  height: 20px;
20373
20373
  }
20374
20374
 
20375
- .v-data-table-progress > th {
20376
- border: none !important;
20377
- height: auto !important;
20378
- padding: 0 !important;
20375
+ .v-data-table-progress > th {
20376
+ border: none !important;
20377
+ height: auto !important;
20378
+ padding: 0 !important;
20379
+ }
20380
+
20381
+ .v-data-table-progress__loader {
20382
+ position: relative;
20383
+ }
20384
+
20385
+ .v-data-table-rows-loading,
20386
+ .v-data-table-rows-no-data {
20387
+ text-align: center;
20388
+ }
20389
+
20390
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20391
+ grid-template-columns: 0;
20392
+ justify-content: center;
20393
+ }
20394
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
20395
+ grid-template-columns: 0;
20396
+ justify-content: end;
20397
+ }
20398
+ .v-data-table__tr--mobile > td {
20399
+ align-items: center;
20400
+ column-gap: 4px;
20401
+ display: grid;
20402
+ grid-template-columns: repeat(2, 1fr);
20403
+ min-height: var(--v-table-row-height);
20404
+ }
20405
+ .v-data-table__tr--mobile > td:not(:last-child) {
20406
+ border-bottom: 0 !important;
20407
+ }
20408
+
20409
+ .v-data-table__td-title {
20410
+ font-weight: 500;
20411
+ text-align: left;
20412
+ }
20413
+
20414
+ .v-data-table__td-value {
20415
+ text-align: right;
20416
+ }
20417
+
20418
+ .v-data-table__td-sort-icon {
20419
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20420
+ }
20421
+ .v-data-table__td-sort-icon-active {
20422
+ color: rgba(var(--v-theme-on-surface));
20423
+ }.v-data-table-footer {
20424
+ align-items: center;
20425
+ display: flex;
20426
+ flex-wrap: wrap;
20427
+ justify-content: flex-end;
20428
+ padding: 8px 4px;
20429
+ }
20430
+ .v-data-table-footer__items-per-page {
20431
+ align-items: center;
20432
+ display: flex;
20433
+ justify-content: center;
20434
+ }
20435
+ .v-data-table-footer__items-per-page > span {
20436
+ padding-inline-end: 8px;
20437
+ }
20438
+ .v-data-table-footer__items-per-page > .v-select {
20439
+ width: 90px;
20440
+ }
20441
+ .v-data-table-footer__info {
20442
+ display: flex;
20443
+ justify-content: flex-end;
20444
+ min-width: 116px;
20445
+ padding: 0 16px;
20446
+ }
20447
+ .v-data-table-footer__paginationz {
20448
+ align-items: center;
20449
+ display: flex;
20450
+ margin-inline-start: 16px;
20451
+ }
20452
+ .v-data-table-footer__page {
20453
+ padding: 0 8px;
20454
+ }.v-dialog {
20455
+ align-items: center;
20456
+ justify-content: center;
20457
+ margin: auto;
20458
+ }
20459
+ .v-dialog > .v-overlay__content {
20460
+ max-height: calc(100% - 48px);
20461
+ width: calc(100% - 48px);
20462
+ max-width: calc(100% - 48px);
20463
+ margin: 24px;
20464
+ }
20465
+ .v-dialog > .v-overlay__content,
20466
+ .v-dialog > .v-overlay__content > form {
20467
+ display: flex;
20468
+ flex-direction: column;
20469
+ min-height: 0;
20470
+ }
20471
+ .v-dialog > .v-overlay__content > .v-card,
20472
+ .v-dialog > .v-overlay__content > .v-sheet,
20473
+ .v-dialog > .v-overlay__content > form > .v-card,
20474
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20475
+ --v-scrollbar-offset: 0px;
20476
+ border-radius: 4px;
20477
+ overflow-y: auto;
20478
+ }
20479
+ .v-dialog > .v-overlay__content > .v-card,
20480
+ .v-dialog > .v-overlay__content > .v-sheet,
20481
+ .v-dialog > .v-overlay__content > form > .v-card,
20482
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20483
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20484
+ }
20485
+ .v-dialog > .v-overlay__content > .v-card,
20486
+ .v-dialog > .v-overlay__content > form > .v-card {
20487
+ display: flex;
20488
+ flex-direction: column;
20489
+ }
20490
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20491
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20492
+ padding: 16px 24px;
20493
+ }
20494
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20495
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20496
+ padding-top: 0;
20497
+ }
20498
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20499
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20500
+ font-size: inherit;
20501
+ letter-spacing: 0.03125em;
20502
+ line-height: inherit;
20503
+ padding: 16px 24px 24px;
20504
+ }
20505
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
20506
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
20507
+ justify-content: flex-end;
20508
+ }
20509
+
20510
+ .v-dialog--fullscreen {
20511
+ --v-scrollbar-offset: 0px;
20512
+ }
20513
+ .v-dialog--fullscreen > .v-overlay__content {
20514
+ border-radius: 0;
20515
+ margin: 0;
20516
+ padding: 0;
20517
+ width: 100%;
20518
+ height: 100%;
20519
+ max-width: 100%;
20520
+ max-height: 100%;
20521
+ overflow-y: auto;
20522
+ top: 0;
20523
+ left: 0;
20524
+ }
20525
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
20526
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20527
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20528
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20529
+ min-height: 100%;
20530
+ min-width: 100%;
20531
+ border-radius: 0;
20532
+ }
20533
+
20534
+ .v-dialog--scrollable > .v-overlay__content,
20535
+ .v-dialog--scrollable > .v-overlay__content > form {
20536
+ display: flex;
20379
20537
  }
20380
-
20381
- .v-data-table-progress__loader {
20382
- position: relative;
20538
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20539
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20540
+ display: flex;
20541
+ flex: 1 1 100%;
20542
+ flex-direction: column;
20543
+ max-height: 100%;
20544
+ max-width: 100%;
20383
20545
  }
20384
-
20385
- .v-data-table-rows-loading,
20386
- .v-data-table-rows-no-data {
20387
- text-align: center;
20546
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20547
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20548
+ -webkit-backface-visibility: hidden;
20549
+ backface-visibility: hidden;
20550
+ overflow-y: auto;
20551
+ }.v-divider {
20552
+ display: block;
20553
+ flex: 1 1 100%;
20554
+ height: 0px;
20555
+ max-height: 0px;
20556
+ opacity: var(--v-border-opacity);
20557
+ transition: inherit;
20388
20558
  }
20389
-
20390
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20391
- grid-template-columns: 0;
20392
- justify-content: center;
20559
+ .v-divider {
20560
+ border-style: solid;
20561
+ border-width: thin 0 0 0;
20393
20562
  }
20394
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
20395
- grid-template-columns: 0;
20396
- justify-content: end;
20563
+ .v-divider--vertical {
20564
+ align-self: stretch;
20565
+ border-width: 0 thin 0 0;
20566
+ display: inline-flex;
20567
+ height: auto;
20568
+ margin-left: -1px;
20569
+ max-height: 100%;
20570
+ max-width: 0px;
20571
+ vertical-align: text-bottom;
20572
+ width: 0px;
20397
20573
  }
20398
- .v-data-table__tr--mobile > td {
20399
- align-items: center;
20400
- column-gap: 4px;
20401
- display: grid;
20402
- grid-template-columns: repeat(2, 1fr);
20403
- min-height: var(--v-table-row-height);
20574
+ .v-divider--inset:not(.v-divider--vertical) {
20575
+ max-width: calc(100% - 72px);
20576
+ margin-inline-start: 72px;
20404
20577
  }
20405
- .v-data-table__tr--mobile > td:not(:last-child) {
20406
- border-bottom: 0 !important;
20578
+ .v-divider--inset.v-divider--vertical {
20579
+ margin-bottom: 8px;
20580
+ margin-top: 8px;
20581
+ max-height: calc(100% - 16px);
20407
20582
  }
20408
20583
 
20409
- .v-data-table__td-title {
20410
- font-weight: 500;
20411
- text-align: left;
20584
+ .v-divider__content {
20585
+ padding: 0 16px;
20586
+ text-wrap: nowrap;
20412
20587
  }
20413
-
20414
- .v-data-table__td-value {
20415
- text-align: right;
20588
+ .v-divider__wrapper--vertical .v-divider__content {
20589
+ padding: 4px 0;
20416
20590
  }
20417
20591
 
20418
- .v-data-table__td-sort-icon {
20419
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20420
- }
20421
- .v-data-table__td-sort-icon-active {
20422
- color: rgba(var(--v-theme-on-surface));
20423
- }.v-data-table-footer {
20424
- align-items: center;
20592
+ .v-divider__wrapper {
20425
20593
  display: flex;
20426
- flex-wrap: wrap;
20427
- justify-content: flex-end;
20428
- padding: 8px 4px;
20429
- }
20430
- .v-data-table-footer__items-per-page {
20431
20594
  align-items: center;
20432
- display: flex;
20433
20595
  justify-content: center;
20434
20596
  }
20435
- .v-data-table-footer__items-per-page > span {
20436
- padding-inline-end: 8px;
20437
- }
20438
- .v-data-table-footer__items-per-page > .v-select {
20439
- width: 90px;
20440
- }
20441
- .v-data-table-footer__info {
20442
- display: flex;
20443
- justify-content: flex-end;
20444
- min-width: 116px;
20445
- padding: 0 16px;
20446
- }
20447
- .v-data-table-footer__paginationz {
20448
- align-items: center;
20449
- display: flex;
20450
- margin-inline-start: 16px;
20597
+ .v-divider__wrapper--vertical {
20598
+ flex-direction: column;
20599
+ height: 100%;
20451
20600
  }
20452
- .v-data-table-footer__page {
20453
- padding: 0 8px;
20601
+ .v-divider__wrapper--vertical .v-divider {
20602
+ margin: 0 auto;
20454
20603
  }.v-date-picker {
20455
20604
  overflow: hidden;
20456
20605
  width: 328px;
20457
20606
  }
20458
20607
  .v-date-picker--show-week {
20459
20608
  width: 368px;
20460
- }.v-date-picker-month {
20609
+ }.v-date-picker-controls {
20461
20610
  display: flex;
20462
- justify-content: center;
20463
- padding: 0 12px 8px;
20464
- --v-date-picker-month-day-diff: 4px;
20611
+ align-items: center;
20612
+ justify-content: space-between;
20613
+ font-size: 0.875rem;
20614
+ padding-top: 4px;
20615
+ padding-bottom: 4px;
20616
+ padding-inline-start: 6px;
20617
+ padding-inline-end: 12px;
20465
20618
  }
20466
-
20467
- .v-date-picker-month__weeks {
20468
- display: grid;
20469
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20470
- column-gap: 4px;
20471
- font-size: 0.85rem;
20619
+ .v-date-picker-controls > .v-btn:first-child {
20620
+ text-transform: none;
20621
+ font-weight: 400;
20622
+ line-height: initial;
20623
+ letter-spacing: initial;
20472
20624
  }
20473
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20474
- grid-row-gap: 0;
20625
+ .v-date-picker-controls--variant-classic {
20626
+ padding-inline-start: 12px;
20475
20627
  }
20476
-
20477
- .v-date-picker-month__weekday {
20478
- font-size: 0.85rem;
20628
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20629
+ opacity: 0.7;
20479
20630
  }
20480
-
20481
- .v-date-picker-month__days {
20482
- display: grid;
20483
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20484
- column-gap: 4px;
20485
- flex: 1 1;
20486
- justify-content: space-around;
20631
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20632
+ cursor: pointer;
20633
+ }
20634
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20635
+ opacity: 1;
20636
+ }
20637
+ .v-date-picker-controls .v-btn:last-child {
20638
+ margin-inline-start: 4px;
20639
+ }
20640
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20641
+ transform: rotate(180deg);
20487
20642
  }
20488
20643
 
20489
- .v-date-picker-month__day {
20490
- align-items: center;
20491
- display: flex;
20492
- justify-content: center;
20493
- position: relative;
20494
- height: 40px;
20495
- width: 40px;
20644
+ .v-date-picker-controls__date {
20645
+ margin-inline-end: 4px;
20496
20646
  }
20497
- .v-date-picker-month__day--selected .v-btn {
20498
- background-color: rgb(var(--v-theme-surface-variant));
20499
- color: rgb(var(--v-theme-on-surface-variant));
20647
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20648
+ margin: auto;
20649
+ text-align: center;
20500
20650
  }
20501
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20502
- --v-btn-height: 24px;
20503
- --v-btn-size: 0.85rem;
20651
+
20652
+ .v-date-picker-controls__month {
20653
+ display: flex;
20504
20654
  }
20505
- .v-date-picker-month__day--week {
20506
- font-size: var(--v-btn-size);
20655
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20656
+ flex-direction: row-reverse;
20507
20657
  }
20508
20658
 
20509
- .v-date-picker-month__day--adjacent {
20510
- opacity: 0.5;
20659
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20660
+ flex: 1 0 auto;
20511
20661
  }
20512
20662
 
20513
- .v-date-picker-month__day--hide-adjacent {
20514
- opacity: 0;
20663
+ .v-date-picker__title {
20664
+ display: inline-block;
20515
20665
  }.v-date-picker-header {
20516
20666
  align-items: flex-end;
20517
20667
  height: 70px;
@@ -20550,103 +20700,83 @@ html.overflow-y-hidden {
20550
20700
  .date-picker-header-transition-enter-active,
20551
20701
  .date-picker-header-reverse-transition-enter-active {
20552
20702
  transition-duration: 0.3s;
20553
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20554
- }
20555
- .date-picker-header-transition-leave-active,
20556
- .date-picker-header-reverse-transition-leave-active {
20557
- transition-duration: 0.3s;
20558
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20559
- }
20560
-
20561
- .date-picker-header-transition-enter-from {
20562
- transform: translate(0, 100%);
20563
- }
20564
- .date-picker-header-transition-leave-to {
20565
- opacity: 0;
20566
- transform: translate(0, -100%);
20567
- }
20568
-
20569
- .date-picker-header-reverse-transition-enter-from {
20570
- transform: translate(0, -100%);
20571
- }
20572
- .date-picker-header-reverse-transition-leave-to {
20573
- opacity: 0;
20574
- transform: translate(0, 100%);
20575
- }.v-date-picker-months {
20576
- height: 288px;
20577
- }
20578
-
20579
- .v-date-picker-months__content {
20580
- align-items: center;
20581
- display: grid;
20582
- flex: 1 1;
20583
- height: inherit;
20584
- justify-content: space-around;
20585
- grid-template-columns: repeat(2, 1fr);
20586
- grid-gap: 0px 24px;
20587
- padding-inline-start: 36px;
20588
- padding-inline-end: 36px;
20589
- }
20590
- .v-date-picker-months__content .v-btn {
20591
- text-transform: none;
20592
- padding-inline-start: 8px;
20593
- padding-inline-end: 8px;
20594
- }.v-date-picker-controls {
20595
- display: flex;
20596
- align-items: center;
20597
- justify-content: space-between;
20598
- font-size: 0.875rem;
20599
- padding-top: 4px;
20600
- padding-bottom: 4px;
20601
- padding-inline-start: 6px;
20602
- padding-inline-end: 12px;
20703
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20603
20704
  }
20604
- .v-date-picker-controls > .v-btn:first-child {
20605
- text-transform: none;
20606
- font-weight: 400;
20607
- line-height: initial;
20608
- letter-spacing: initial;
20705
+ .date-picker-header-transition-leave-active,
20706
+ .date-picker-header-reverse-transition-leave-active {
20707
+ transition-duration: 0.3s;
20708
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20609
20709
  }
20610
- .v-date-picker-controls--variant-classic {
20611
- padding-inline-start: 12px;
20710
+
20711
+ .date-picker-header-transition-enter-from {
20712
+ transform: translate(0, 100%);
20612
20713
  }
20613
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20614
- opacity: 0.7;
20714
+ .date-picker-header-transition-leave-to {
20715
+ opacity: 0;
20716
+ transform: translate(0, -100%);
20615
20717
  }
20616
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20617
- cursor: pointer;
20718
+
20719
+ .date-picker-header-reverse-transition-enter-from {
20720
+ transform: translate(0, -100%);
20618
20721
  }
20619
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20620
- opacity: 1;
20722
+ .date-picker-header-reverse-transition-leave-to {
20723
+ opacity: 0;
20724
+ transform: translate(0, 100%);
20725
+ }.v-date-picker-month {
20726
+ display: flex;
20727
+ justify-content: center;
20728
+ padding: 0 12px 8px;
20729
+ --v-date-picker-month-day-diff: 4px;
20621
20730
  }
20622
- .v-date-picker-controls .v-btn:last-child {
20623
- margin-inline-start: 4px;
20731
+
20732
+ .v-date-picker-month__weeks {
20733
+ display: grid;
20734
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20735
+ column-gap: 4px;
20736
+ font-size: 0.85rem;
20624
20737
  }
20625
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20626
- transform: rotate(180deg);
20738
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20739
+ grid-row-gap: 0;
20627
20740
  }
20628
20741
 
20629
- .v-date-picker-controls__date {
20630
- margin-inline-end: 4px;
20742
+ .v-date-picker-month__weekday {
20743
+ font-size: 0.85rem;
20631
20744
  }
20632
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20633
- margin: auto;
20634
- text-align: center;
20745
+
20746
+ .v-date-picker-month__days {
20747
+ display: grid;
20748
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20749
+ column-gap: 4px;
20750
+ flex: 1 1;
20751
+ justify-content: space-around;
20635
20752
  }
20636
20753
 
20637
- .v-date-picker-controls__month {
20754
+ .v-date-picker-month__day {
20755
+ align-items: center;
20638
20756
  display: flex;
20757
+ justify-content: center;
20758
+ position: relative;
20759
+ height: 40px;
20760
+ width: 40px;
20639
20761
  }
20640
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20641
- flex-direction: row-reverse;
20762
+ .v-date-picker-month__day--selected .v-btn {
20763
+ background-color: rgb(var(--v-theme-surface-variant));
20764
+ color: rgb(var(--v-theme-on-surface-variant));
20765
+ }
20766
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20767
+ --v-btn-height: 24px;
20768
+ --v-btn-size: 0.85rem;
20769
+ }
20770
+ .v-date-picker-month__day--week {
20771
+ font-size: var(--v-btn-size);
20642
20772
  }
20643
20773
 
20644
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20645
- flex: 1 0 auto;
20774
+ .v-date-picker-month__day--adjacent {
20775
+ opacity: 0.5;
20646
20776
  }
20647
20777
 
20648
- .v-date-picker__title {
20649
- display: inline-block;
20778
+ .v-date-picker-month__day--hide-adjacent {
20779
+ opacity: 0;
20650
20780
  }.v-date-picker-years {
20651
20781
  height: 288px;
20652
20782
  overflow-y: scroll;
@@ -20662,103 +20792,25 @@ html.overflow-y-hidden {
20662
20792
  }
20663
20793
  .v-date-picker-years__content .v-btn {
20664
20794
  padding-inline: 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;
20689
- }
20690
- .v-dialog > .v-overlay__content > .v-card,
20691
- .v-dialog > .v-overlay__content > .v-sheet,
20692
- .v-dialog > .v-overlay__content > form > .v-card,
20693
- .v-dialog > .v-overlay__content > form > .v-sheet {
20694
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20695
- }
20696
- .v-dialog > .v-overlay__content > .v-card,
20697
- .v-dialog > .v-overlay__content > form > .v-card {
20698
- display: flex;
20699
- flex-direction: column;
20700
- }
20701
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20702
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20703
- padding: 16px 24px;
20704
- }
20705
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20706
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20707
- padding-top: 0;
20708
- }
20709
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20710
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20711
- font-size: inherit;
20712
- letter-spacing: 0.03125em;
20713
- line-height: inherit;
20714
- padding: 16px 24px 24px;
20715
- }
20716
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
20717
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
20718
- justify-content: flex-end;
20719
- }
20720
-
20721
- .v-dialog--fullscreen {
20722
- --v-scrollbar-offset: 0px;
20723
- }
20724
- .v-dialog--fullscreen > .v-overlay__content {
20725
- border-radius: 0;
20726
- margin: 0;
20727
- padding: 0;
20728
- width: 100%;
20729
- height: 100%;
20730
- max-width: 100%;
20731
- max-height: 100%;
20732
- overflow-y: auto;
20733
- top: 0;
20734
- left: 0;
20735
- }
20736
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20737
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20738
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20739
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20740
- min-height: 100%;
20741
- min-width: 100%;
20742
- border-radius: 0;
20795
+ }.v-date-picker-months {
20796
+ height: 288px;
20743
20797
  }
20744
20798
 
20745
- .v-dialog--scrollable > .v-overlay__content,
20746
- .v-dialog--scrollable > .v-overlay__content > form {
20747
- display: flex;
20748
- }
20749
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20750
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20751
- display: flex;
20752
- flex: 1 1 100%;
20753
- flex-direction: column;
20754
- max-height: 100%;
20755
- max-width: 100%;
20799
+ .v-date-picker-months__content {
20800
+ align-items: center;
20801
+ display: grid;
20802
+ flex: 1 1;
20803
+ height: inherit;
20804
+ justify-content: space-around;
20805
+ grid-template-columns: repeat(2, 1fr);
20806
+ grid-gap: 0px 24px;
20807
+ padding-inline-start: 36px;
20808
+ padding-inline-end: 36px;
20756
20809
  }
20757
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20758
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20759
- -webkit-backface-visibility: hidden;
20760
- backface-visibility: hidden;
20761
- overflow-y: auto;
20810
+ .v-date-picker-months__content .v-btn {
20811
+ text-transform: none;
20812
+ padding-inline-start: 8px;
20813
+ padding-inline-end: 8px;
20762
20814
  }.v-empty-state {
20763
20815
  align-items: center;
20764
20816
  display: flex;
@@ -20826,58 +20878,75 @@ html.overflow-y-hidden {
20826
20878
  .v-empty-state__action-btn.v-btn {
20827
20879
  background-color: initial;
20828
20880
  color: initial;
20829
- }.v-divider {
20830
- display: block;
20831
- flex: 1 1 100%;
20832
- height: 0px;
20833
- max-height: 0px;
20834
- opacity: var(--v-border-opacity);
20835
- transition: inherit;
20881
+ }.v-fab {
20882
+ align-items: center;
20883
+ display: inline-flex;
20884
+ flex: 1 1 auto;
20885
+ pointer-events: none;
20886
+ position: relative;
20887
+ transition-duration: 0.2s;
20888
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20889
+ vertical-align: middle;
20836
20890
  }
20837
- .v-divider {
20838
- border-style: solid;
20839
- border-width: thin 0 0 0;
20891
+ .v-fab .v-btn {
20892
+ pointer-events: auto;
20840
20893
  }
20841
- .v-divider--vertical {
20842
- align-self: stretch;
20843
- border-width: 0 thin 0 0;
20894
+ .v-fab .v-btn--variant-elevated {
20895
+ 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));
20896
+ }
20897
+ .v-fab--app, .v-fab--absolute {
20898
+ display: flex;
20899
+ }
20900
+ .v-fab--start, .v-fab--left {
20901
+ justify-content: flex-start;
20902
+ }
20903
+ .v-fab--center {
20904
+ align-items: center;
20905
+ justify-content: center;
20906
+ }
20907
+ .v-fab--end, .v-fab--right {
20908
+ justify-content: flex-end;
20909
+ }
20910
+ .v-fab--bottom {
20911
+ align-items: flex-end;
20912
+ }
20913
+ .v-fab--top {
20914
+ align-items: flex-start;
20915
+ }
20916
+ .v-fab--extended .v-btn {
20917
+ border-radius: 9999px !important;
20918
+ }
20919
+
20920
+ .v-fab__container {
20921
+ align-self: center;
20844
20922
  display: inline-flex;
20845
- height: auto;
20846
- margin-left: -1px;
20847
- max-height: 100%;
20848
- max-width: 0px;
20849
- vertical-align: text-bottom;
20850
- width: 0px;
20923
+ position: absolute;
20924
+ vertical-align: middle;
20851
20925
  }
20852
- .v-divider--inset:not(.v-divider--vertical) {
20853
- max-width: calc(100% - 72px);
20854
- margin-inline-start: 72px;
20926
+ .v-fab--app .v-fab__container {
20927
+ margin: 12px;
20855
20928
  }
20856
- .v-divider--inset.v-divider--vertical {
20857
- margin-bottom: 8px;
20858
- margin-top: 8px;
20859
- max-height: calc(100% - 16px);
20929
+ .v-fab--absolute .v-fab__container {
20930
+ position: absolute;
20931
+ z-index: 4;
20860
20932
  }
20861
-
20862
- .v-divider__content {
20863
- padding: 0 16px;
20864
- text-wrap: nowrap;
20933
+ .v-fab--offset.v-fab--top .v-fab__container {
20934
+ transform: translateY(-50%);
20865
20935
  }
20866
- .v-divider__wrapper--vertical .v-divider__content {
20867
- padding: 4px 0;
20936
+ .v-fab--offset.v-fab--bottom .v-fab__container {
20937
+ transform: translateY(50%);
20868
20938
  }
20869
-
20870
- .v-divider__wrapper {
20871
- display: flex;
20872
- align-items: center;
20873
- justify-content: center;
20939
+ .v-fab--top .v-fab__container {
20940
+ top: 0;
20874
20941
  }
20875
- .v-divider__wrapper--vertical {
20876
- flex-direction: column;
20877
- height: 100%;
20942
+ .v-fab--bottom .v-fab__container {
20943
+ bottom: 0;
20878
20944
  }
20879
- .v-divider__wrapper--vertical .v-divider {
20880
- margin: 0 auto;
20945
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
20946
+ left: 0;
20947
+ }
20948
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
20949
+ right: 0;
20881
20950
  }.v-expansion-panel {
20882
20951
  background-color: rgb(var(--v-theme-surface));
20883
20952
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -21094,75 +21163,6 @@ html.overflow-y-hidden {
21094
21163
  }
21095
21164
  .v-expansion-panels--tile > .v-expansion-panel {
21096
21165
  border-radius: 0;
21097
- }.v-fab {
21098
- align-items: center;
21099
- display: inline-flex;
21100
- flex: 1 1 auto;
21101
- pointer-events: none;
21102
- position: relative;
21103
- transition-duration: 0.2s;
21104
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21105
- vertical-align: middle;
21106
- }
21107
- .v-fab .v-btn {
21108
- pointer-events: auto;
21109
- }
21110
- .v-fab .v-btn--variant-elevated {
21111
- 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));
21112
- }
21113
- .v-fab--app, .v-fab--absolute {
21114
- display: flex;
21115
- }
21116
- .v-fab--start, .v-fab--left {
21117
- justify-content: flex-start;
21118
- }
21119
- .v-fab--center {
21120
- align-items: center;
21121
- justify-content: center;
21122
- }
21123
- .v-fab--end, .v-fab--right {
21124
- justify-content: flex-end;
21125
- }
21126
- .v-fab--bottom {
21127
- align-items: flex-end;
21128
- }
21129
- .v-fab--top {
21130
- align-items: flex-start;
21131
- }
21132
- .v-fab--extended .v-btn {
21133
- border-radius: 9999px !important;
21134
- }
21135
-
21136
- .v-fab__container {
21137
- align-self: center;
21138
- display: inline-flex;
21139
- position: absolute;
21140
- vertical-align: middle;
21141
- }
21142
- .v-fab--app .v-fab__container {
21143
- margin: 12px;
21144
- }
21145
- .v-fab--absolute .v-fab__container {
21146
- position: absolute;
21147
- z-index: 4;
21148
- }
21149
- .v-fab--offset.v-fab--top .v-fab__container {
21150
- transform: translateY(-50%);
21151
- }
21152
- .v-fab--offset.v-fab--bottom .v-fab__container {
21153
- transform: translateY(50%);
21154
- }
21155
- .v-fab--top .v-fab__container {
21156
- top: 0;
21157
- }
21158
- .v-fab--bottom .v-fab__container {
21159
- bottom: 0;
21160
- }
21161
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21162
- left: 0;
21163
- }
21164
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21165
- right: 0;
21166
21166
  }/* region INPUT */
21167
21167
  .v-field {
21168
21168
  display: grid;
@@ -21775,42 +21775,6 @@ textarea.v-field__input::placeholder {
21775
21775
  }
21776
21776
  .v-input--plain-underlined.v-file-input .v-input__details {
21777
21777
  padding-inline: 0;
21778
- }.v-footer {
21779
- align-items: center;
21780
- display: flex;
21781
- flex: 1 1 auto;
21782
- padding: 8px 16px;
21783
- position: relative;
21784
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21785
- transition-property: height, width, transform, max-width, left, right, top, bottom;
21786
- }
21787
- .v-footer {
21788
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21789
- border-style: solid;
21790
- border-width: 0;
21791
- }
21792
- .v-footer--border {
21793
- border-width: thin;
21794
- box-shadow: none;
21795
- }
21796
- .v-footer {
21797
- 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));
21798
- }
21799
- .v-footer--absolute {
21800
- position: absolute;
21801
- }
21802
- .v-footer--fixed {
21803
- position: fixed;
21804
- }
21805
- .v-footer {
21806
- border-radius: 0;
21807
- }
21808
- .v-footer {
21809
- background: rgb(var(--v-theme-surface));
21810
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21811
- }
21812
- .v-footer--rounded {
21813
- border-radius: 4px;
21814
21778
  }.v-container {
21815
21779
  width: 100%;
21816
21780
  padding: 16px;
@@ -22483,6 +22447,42 @@ textarea.v-field__input::placeholder {
22483
22447
  .offset-xxl-11 {
22484
22448
  margin-inline-start: 91.6666666667%;
22485
22449
  }
22450
+ }.v-footer {
22451
+ align-items: center;
22452
+ display: flex;
22453
+ flex: 1 1 auto;
22454
+ padding: 8px 16px;
22455
+ position: relative;
22456
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22457
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22458
+ }
22459
+ .v-footer {
22460
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22461
+ border-style: solid;
22462
+ border-width: 0;
22463
+ }
22464
+ .v-footer--border {
22465
+ border-width: thin;
22466
+ box-shadow: none;
22467
+ }
22468
+ .v-footer {
22469
+ 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));
22470
+ }
22471
+ .v-footer--absolute {
22472
+ position: absolute;
22473
+ }
22474
+ .v-footer--fixed {
22475
+ position: fixed;
22476
+ }
22477
+ .v-footer {
22478
+ border-radius: 0;
22479
+ }
22480
+ .v-footer {
22481
+ background: rgb(var(--v-theme-surface));
22482
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22483
+ }
22484
+ .v-footer--rounded {
22485
+ border-radius: 4px;
22486
22486
  }.v-img {
22487
22487
  --v-theme-overlay-multiplier: 3;
22488
22488
  z-index: 0;
@@ -22496,97 +22496,44 @@ textarea.v-field__input::placeholder {
22496
22496
  width: 100%;
22497
22497
  z-index: -1;
22498
22498
  }
22499
- .v-img--booting .v-responsive__sizer {
22500
- transition: none;
22501
- }
22502
- .v-img--rounded {
22503
- border-radius: 4px;
22504
- }
22505
-
22506
- .v-img__img,
22507
- .v-img__picture,
22508
- .v-img__gradient,
22509
- .v-img__placeholder,
22510
- .v-img__error {
22511
- z-index: -1;
22512
- }
22513
- .v-img__img,
22514
- .v-img__picture,
22515
- .v-img__gradient,
22516
- .v-img__placeholder,
22517
- .v-img__error {
22518
- position: absolute;
22519
- top: 0;
22520
- left: 0;
22521
- width: 100%;
22522
- height: 100%;
22523
- }
22524
-
22525
- .v-img__img--preload {
22526
- filter: blur(4px);
22527
- }
22528
- .v-img__img--contain {
22529
- object-fit: contain;
22530
- }
22531
- .v-img__img--cover {
22532
- object-fit: cover;
22533
- }
22534
-
22535
- .v-img__gradient {
22536
- background-repeat: no-repeat;
22537
- }.v-icon {
22538
- --v-icon-size-multiplier: 1;
22539
- align-items: center;
22540
- display: inline-flex;
22541
- font-feature-settings: "liga";
22542
- height: 1em;
22543
- justify-content: center;
22544
- letter-spacing: normal;
22545
- line-height: 1;
22546
- position: relative;
22547
- text-indent: 0;
22548
- text-align: center;
22549
- -webkit-user-select: none;
22550
- user-select: none;
22551
- vertical-align: middle;
22552
- width: 1em;
22553
- min-width: 1em;
22554
- }
22555
- .v-icon--clickable {
22556
- cursor: pointer;
22557
- }
22558
- .v-icon--disabled {
22559
- pointer-events: none;
22560
- opacity: 0.38;
22561
- }
22562
- .v-icon--size-x-small {
22563
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
22564
- }
22565
- .v-icon--size-small {
22566
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22567
- }
22568
- .v-icon--size-default {
22569
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22570
- }
22571
- .v-icon--size-large {
22572
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22499
+ .v-img--booting .v-responsive__sizer {
22500
+ transition: none;
22573
22501
  }
22574
- .v-icon--size-x-large {
22575
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22502
+ .v-img--rounded {
22503
+ border-radius: 4px;
22576
22504
  }
22577
22505
 
22578
- .v-icon__svg {
22579
- fill: currentColor;
22506
+ .v-img__img,
22507
+ .v-img__picture,
22508
+ .v-img__gradient,
22509
+ .v-img__placeholder,
22510
+ .v-img__error {
22511
+ z-index: -1;
22512
+ }
22513
+ .v-img__img,
22514
+ .v-img__picture,
22515
+ .v-img__gradient,
22516
+ .v-img__placeholder,
22517
+ .v-img__error {
22518
+ position: absolute;
22519
+ top: 0;
22520
+ left: 0;
22580
22521
  width: 100%;
22581
22522
  height: 100%;
22582
22523
  }
22583
22524
 
22584
- .v-icon--start {
22585
- margin-inline-end: 8px;
22525
+ .v-img__img--preload {
22526
+ filter: blur(4px);
22527
+ }
22528
+ .v-img__img--contain {
22529
+ object-fit: contain;
22530
+ }
22531
+ .v-img__img--cover {
22532
+ object-fit: cover;
22586
22533
  }
22587
22534
 
22588
- .v-icon--end {
22589
- margin-inline-start: 8px;
22535
+ .v-img__gradient {
22536
+ background-repeat: no-repeat;
22590
22537
  }.v-infinite-scroll--horizontal {
22591
22538
  display: flex;
22592
22539
  flex-direction: row;
@@ -22754,11 +22701,79 @@ textarea.v-field__input::placeholder {
22754
22701
 
22755
22702
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22756
22703
  padding-top: calc(var(--v-input-padding-top) + 0px);
22704
+ }.v-icon {
22705
+ --v-icon-size-multiplier: 1;
22706
+ align-items: center;
22707
+ display: inline-flex;
22708
+ font-feature-settings: "liga";
22709
+ height: 1em;
22710
+ justify-content: center;
22711
+ letter-spacing: normal;
22712
+ line-height: 1;
22713
+ position: relative;
22714
+ text-indent: 0;
22715
+ text-align: center;
22716
+ -webkit-user-select: none;
22717
+ user-select: none;
22718
+ vertical-align: middle;
22719
+ width: 1em;
22720
+ min-width: 1em;
22721
+ }
22722
+ .v-icon--clickable {
22723
+ cursor: pointer;
22724
+ }
22725
+ .v-icon--disabled {
22726
+ pointer-events: none;
22727
+ opacity: 0.38;
22728
+ }
22729
+ .v-icon--size-x-small {
22730
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
22731
+ }
22732
+ .v-icon--size-small {
22733
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
22734
+ }
22735
+ .v-icon--size-default {
22736
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
22737
+ }
22738
+ .v-icon--size-large {
22739
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22740
+ }
22741
+ .v-icon--size-x-large {
22742
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22743
+ }
22744
+
22745
+ .v-icon__svg {
22746
+ fill: currentColor;
22747
+ width: 100%;
22748
+ height: 100%;
22749
+ }
22750
+
22751
+ .v-icon--start {
22752
+ margin-inline-end: 8px;
22753
+ }
22754
+
22755
+ .v-icon--end {
22756
+ margin-inline-start: 8px;
22757
22757
  }.v-item-group {
22758
22758
  flex: 0 1 auto;
22759
22759
  max-width: 100%;
22760
22760
  position: relative;
22761
22761
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22762
+ }.v-layout-item {
22763
+ position: absolute;
22764
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22765
+ }
22766
+
22767
+ .v-layout-item--absolute {
22768
+ position: absolute;
22769
+ }.v-layout {
22770
+ --v-scrollbar-offset: 0px;
22771
+ display: flex;
22772
+ flex: 1 1 auto;
22773
+ }
22774
+ .v-layout--full-height {
22775
+ --v-scrollbar-offset: inherit;
22776
+ height: 100%;
22762
22777
  }.v-label {
22763
22778
  align-items: center;
22764
22779
  color: inherit;
@@ -22774,21 +22789,6 @@ textarea.v-field__input::placeholder {
22774
22789
 
22775
22790
  .v-label--clickable {
22776
22791
  cursor: pointer;
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
22792
  }.v-list {
22793
22793
  overflow: auto;
22794
22794
  padding: 8px 0;
@@ -23364,27 +23364,6 @@ textarea.v-field__input::placeholder {
23364
23364
  }
23365
23365
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23366
23366
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23367
- }.v-locale-provider {
23368
- display: contents;
23369
- }.v-menu > .v-overlay__content {
23370
- display: flex;
23371
- flex-direction: column;
23372
- }
23373
- .v-menu > .v-overlay__content {
23374
- border-radius: 4px;
23375
- }
23376
- .v-menu > .v-overlay__content > .v-card,
23377
- .v-menu > .v-overlay__content > .v-sheet,
23378
- .v-menu > .v-overlay__content > .v-list {
23379
- background: rgb(var(--v-theme-surface));
23380
- border-radius: inherit;
23381
- overflow: auto;
23382
- height: 100%;
23383
- }
23384
- .v-menu > .v-overlay__content > .v-card,
23385
- .v-menu > .v-overlay__content > .v-sheet,
23386
- .v-menu > .v-overlay__content > .v-list {
23387
- 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));
23388
23367
  }.v-main {
23389
23368
  flex: 1 0 auto;
23390
23369
  max-width: 100%;
@@ -23415,22 +23394,27 @@ textarea.v-field__input::placeholder {
23415
23394
  --v-layout-right: 0px;
23416
23395
  --v-layout-top: 0px;
23417
23396
  --v-layout-bottom: 0px;
23418
- }.v-messages {
23419
- flex: 1 1 auto;
23420
- font-size: 12px;
23421
- min-height: 14px;
23422
- min-width: 1px;
23423
- opacity: var(--v-medium-emphasis-opacity);
23424
- position: relative;
23397
+ }.v-locale-provider {
23398
+ display: contents;
23399
+ }.v-menu > .v-overlay__content {
23400
+ display: flex;
23401
+ flex-direction: column;
23425
23402
  }
23426
- .v-messages__message {
23427
- line-height: 12px;
23428
- word-break: break-word;
23429
- overflow-wrap: break-word;
23430
- word-wrap: break-word;
23431
- -webkit-hyphens: auto;
23432
- hyphens: auto;
23433
- transition-duration: 150ms;
23403
+ .v-menu > .v-overlay__content {
23404
+ border-radius: 4px;
23405
+ }
23406
+ .v-menu > .v-overlay__content > .v-card,
23407
+ .v-menu > .v-overlay__content > .v-sheet,
23408
+ .v-menu > .v-overlay__content > .v-list {
23409
+ background: rgb(var(--v-theme-surface));
23410
+ border-radius: inherit;
23411
+ overflow: auto;
23412
+ height: 100%;
23413
+ }
23414
+ .v-menu > .v-overlay__content > .v-card,
23415
+ .v-menu > .v-overlay__content > .v-sheet,
23416
+ .v-menu > .v-overlay__content > .v-list {
23417
+ 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));
23434
23418
  }.v-navigation-drawer {
23435
23419
  -webkit-overflow-scrolling: touch;
23436
23420
  background: rgb(var(--v-theme-surface));
@@ -23515,30 +23499,104 @@ textarea.v-field__input::placeholder {
23515
23499
  position: absolute;
23516
23500
  top: 0;
23517
23501
  width: 100%;
23518
- z-index: -1;
23502
+ z-index: -1;
23503
+ }
23504
+ .v-navigation-drawer__img img:not(.v-img__img) {
23505
+ height: inherit;
23506
+ object-fit: cover;
23507
+ width: inherit;
23508
+ }
23509
+
23510
+ .v-navigation-drawer__scrim {
23511
+ position: absolute;
23512
+ top: 0;
23513
+ left: 0;
23514
+ width: 100%;
23515
+ height: 100%;
23516
+ background: black;
23517
+ opacity: 0.2;
23518
+ transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23519
+ z-index: 1;
23520
+ }
23521
+
23522
+ .v-navigation-drawer__prepend,
23523
+ .v-navigation-drawer__append {
23524
+ flex: none;
23525
+ overflow: hidden;
23526
+ }.v-messages {
23527
+ flex: 1 1 auto;
23528
+ font-size: 12px;
23529
+ min-height: 14px;
23530
+ min-width: 1px;
23531
+ opacity: var(--v-medium-emphasis-opacity);
23532
+ position: relative;
23533
+ }
23534
+ .v-messages__message {
23535
+ line-height: 12px;
23536
+ word-break: break-word;
23537
+ overflow-wrap: break-word;
23538
+ word-wrap: break-word;
23539
+ -webkit-hyphens: auto;
23540
+ hyphens: auto;
23541
+ transition-duration: 150ms;
23542
+ }.v-otp-input {
23543
+ align-items: center;
23544
+ display: flex;
23545
+ justify-content: center;
23546
+ padding: 0.5rem 0;
23547
+ position: relative;
23548
+ }
23549
+ .v-otp-input {
23550
+ border-radius: 4px;
23551
+ }
23552
+ .v-otp-input .v-field {
23553
+ height: 100%;
23554
+ }
23555
+
23556
+ .v-otp-input__divider {
23557
+ margin: 0 8px;
23558
+ }
23559
+
23560
+ .v-otp-input__content {
23561
+ align-items: center;
23562
+ display: flex;
23563
+ gap: 0.5rem;
23564
+ height: 64px;
23565
+ padding: 0.5rem;
23566
+ justify-content: center;
23567
+ max-width: 320px;
23568
+ position: relative;
23569
+ border-radius: inherit;
23570
+ }
23571
+ .v-otp-input--divided .v-otp-input__content {
23572
+ max-width: 360px;
23573
+ }
23574
+
23575
+ .v-otp-input__field {
23576
+ color: inherit;
23577
+ font-size: 1.25rem;
23578
+ height: 100%;
23579
+ outline: none;
23580
+ text-align: center;
23581
+ width: 100%;
23519
23582
  }
23520
- .v-navigation-drawer__img img:not(.v-img__img) {
23521
- height: inherit;
23522
- object-fit: cover;
23523
- width: inherit;
23583
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23584
+ -webkit-appearance: none;
23585
+ margin: 0;
23586
+ }
23587
+ .v-otp-input__field[type=number] {
23588
+ -moz-appearance: textfield;
23524
23589
  }
23525
23590
 
23526
- .v-navigation-drawer__scrim {
23527
- position: absolute;
23528
- top: 0;
23529
- left: 0;
23530
- width: 100%;
23591
+ .v-otp-input__loader {
23592
+ align-items: center;
23593
+ display: flex;
23531
23594
  height: 100%;
23532
- background: black;
23533
- opacity: 0.2;
23534
- transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23535
- z-index: 1;
23595
+ justify-content: center;
23596
+ width: 100%;
23536
23597
  }
23537
-
23538
- .v-navigation-drawer__prepend,
23539
- .v-navigation-drawer__append {
23540
- flex: none;
23541
- overflow: hidden;
23598
+ .v-otp-input__loader .v-progress-linear {
23599
+ position: absolute;
23542
23600
  }.v-overlay-container {
23543
23601
  contain: layout;
23544
23602
  left: 0;
@@ -23602,78 +23660,6 @@ html.v-overlay-scroll-blocked {
23602
23660
 
23603
23661
  .v-overlay--scroll-blocked {
23604
23662
  padding-inline-end: var(--v-scrollbar-offset);
23605
- }.v-otp-input {
23606
- align-items: center;
23607
- display: flex;
23608
- justify-content: center;
23609
- padding: 0.5rem 0;
23610
- position: relative;
23611
- }
23612
- .v-otp-input {
23613
- border-radius: 4px;
23614
- }
23615
- .v-otp-input .v-field {
23616
- height: 100%;
23617
- }
23618
-
23619
- .v-otp-input__divider {
23620
- margin: 0 8px;
23621
- }
23622
-
23623
- .v-otp-input__content {
23624
- align-items: center;
23625
- display: flex;
23626
- gap: 0.5rem;
23627
- height: 64px;
23628
- padding: 0.5rem;
23629
- justify-content: center;
23630
- max-width: 320px;
23631
- position: relative;
23632
- border-radius: inherit;
23633
- }
23634
- .v-otp-input--divided .v-otp-input__content {
23635
- max-width: 360px;
23636
- }
23637
-
23638
- .v-otp-input__field {
23639
- color: inherit;
23640
- font-size: 1.25rem;
23641
- height: 100%;
23642
- outline: none;
23643
- text-align: center;
23644
- width: 100%;
23645
- }
23646
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23647
- -webkit-appearance: none;
23648
- margin: 0;
23649
- }
23650
- .v-otp-input__field[type=number] {
23651
- -moz-appearance: textfield;
23652
- }
23653
-
23654
- .v-otp-input__loader {
23655
- align-items: center;
23656
- display: flex;
23657
- height: 100%;
23658
- justify-content: center;
23659
- width: 100%;
23660
- }
23661
- .v-otp-input__loader .v-progress-linear {
23662
- position: absolute;
23663
- }.v-pagination__list {
23664
- display: inline-flex;
23665
- list-style-type: none;
23666
- justify-content: center;
23667
- width: 100%;
23668
- }
23669
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23670
- margin: 0.3rem;
23671
- }.v-parallax {
23672
- position: relative;
23673
- overflow: hidden;
23674
- }
23675
- .v-parallax--active > .v-img__img {
23676
- will-change: transform;
23677
23663
  }.v-progress-circular {
23678
23664
  align-items: center;
23679
23665
  display: inline-flex;
@@ -23776,6 +23762,32 @@ html.v-overlay-scroll-blocked {
23776
23762
  100% {
23777
23763
  transform: rotate(270deg);
23778
23764
  }
23765
+ }.v-parallax {
23766
+ position: relative;
23767
+ overflow: hidden;
23768
+ }
23769
+ .v-parallax--active > .v-img__img {
23770
+ will-change: transform;
23771
+ }.v-pagination__list {
23772
+ display: inline-flex;
23773
+ list-style-type: none;
23774
+ justify-content: center;
23775
+ width: 100%;
23776
+ }
23777
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23778
+ margin: 0.3rem;
23779
+ }.v-radio-group > .v-input__control {
23780
+ flex-direction: column;
23781
+ }
23782
+ .v-radio-group > .v-input__control > .v-label {
23783
+ margin-inline-start: 16px;
23784
+ }
23785
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23786
+ padding-inline-start: 6px;
23787
+ margin-top: 8px;
23788
+ }
23789
+ .v-radio-group .v-input__details {
23790
+ padding-inline: 16px;
23779
23791
  }.v-progress-linear {
23780
23792
  background: transparent;
23781
23793
  overflow: hidden;
@@ -24004,18 +24016,6 @@ html.v-overlay-scroll-blocked {
24004
24016
  0% {
24005
24017
  background-position-x: var(--v-progress-linear-height);
24006
24018
  }
24007
- }.v-radio-group > .v-input__control {
24008
- flex-direction: column;
24009
- }
24010
- .v-radio-group > .v-input__control > .v-label {
24011
- margin-inline-start: 16px;
24012
- }
24013
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24014
- padding-inline-start: 6px;
24015
- margin-top: 8px;
24016
- }
24017
- .v-radio-group .v-input__details {
24018
- padding-inline: 16px;
24019
24019
  }.v-slider .v-slider__container input {
24020
24020
  cursor: default;
24021
24021
  padding: 0;
@@ -24126,32 +24126,6 @@ html.v-overlay-scroll-blocked {
24126
24126
  opacity: 0;
24127
24127
  position: absolute;
24128
24128
  width: 0;
24129
- }.v-responsive {
24130
- display: flex;
24131
- flex: 1 0 auto;
24132
- max-height: 100%;
24133
- max-width: 100%;
24134
- overflow: hidden;
24135
- position: relative;
24136
- }
24137
- .v-responsive--inline {
24138
- display: inline-flex;
24139
- flex: 0 0 auto;
24140
- }
24141
-
24142
- .v-responsive__content {
24143
- flex: 1 0 0px;
24144
- max-width: 100%;
24145
- }
24146
-
24147
- .v-responsive__sizer ~ .v-responsive__content {
24148
- margin-inline-start: -100%;
24149
- }
24150
-
24151
- .v-responsive__sizer {
24152
- flex: 1 0 0px;
24153
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24154
- pointer-events: none;
24155
24129
  }.v-select .v-field .v-text-field__prefix,
24156
24130
  .v-select .v-field .v-text-field__suffix,
24157
24131
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -24204,6 +24178,32 @@ html.v-overlay-scroll-blocked {
24204
24178
  .v-select--active-menu .v-select__menu-icon {
24205
24179
  opacity: var(--v-high-emphasis-opacity);
24206
24180
  transform: rotate(180deg);
24181
+ }.v-responsive {
24182
+ display: flex;
24183
+ flex: 1 0 auto;
24184
+ max-height: 100%;
24185
+ max-width: 100%;
24186
+ overflow: hidden;
24187
+ position: relative;
24188
+ }
24189
+ .v-responsive--inline {
24190
+ display: inline-flex;
24191
+ flex: 0 0 auto;
24192
+ }
24193
+
24194
+ .v-responsive__content {
24195
+ flex: 1 0 0px;
24196
+ max-width: 100%;
24197
+ }
24198
+
24199
+ .v-responsive__sizer ~ .v-responsive__content {
24200
+ margin-inline-start: -100%;
24201
+ }
24202
+
24203
+ .v-responsive__sizer {
24204
+ flex: 1 0 0px;
24205
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24206
+ pointer-events: none;
24207
24207
  }.v-selection-control {
24208
24208
  align-items: center;
24209
24209
  contain: layout;
@@ -24307,14 +24307,6 @@ html.v-overlay-scroll-blocked {
24307
24307
  }
24308
24308
  .v-selection-control--focus-visible .v-selection-control__input::before {
24309
24309
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24310
- }.v-selection-control-group {
24311
- grid-area: control;
24312
- display: flex;
24313
- flex-direction: column;
24314
- }
24315
- .v-selection-control-group--inline {
24316
- flex-direction: row;
24317
- flex-wrap: wrap;
24318
24310
  }.v-sheet {
24319
24311
  display: block;
24320
24312
  }
@@ -24351,6 +24343,14 @@ html.v-overlay-scroll-blocked {
24351
24343
  }
24352
24344
  .v-sheet--rounded {
24353
24345
  border-radius: 4px;
24346
+ }.v-selection-control-group {
24347
+ grid-area: control;
24348
+ display: flex;
24349
+ flex-direction: column;
24350
+ }
24351
+ .v-selection-control-group--inline {
24352
+ flex-direction: row;
24353
+ flex-wrap: wrap;
24354
24354
  }.v-skeleton-loader {
24355
24355
  align-items: center;
24356
24356
  background: rgb(var(--v-theme-surface));
@@ -24980,13 +24980,56 @@ html.v-overlay-scroll-blocked {
24980
24980
  .v-stepper-item__underlay {
24981
24981
  pointer-events: none;
24982
24982
  }
24983
- .v-stepper-item__overlay,
24984
- .v-stepper-item__underlay {
24985
- position: absolute;
24986
- top: 0;
24987
- left: 0;
24988
- width: 100%;
24989
- height: 100%;
24983
+ .v-stepper-item__overlay,
24984
+ .v-stepper-item__underlay {
24985
+ position: absolute;
24986
+ top: 0;
24987
+ left: 0;
24988
+ width: 100%;
24989
+ height: 100%;
24990
+ }.v-system-bar {
24991
+ align-items: center;
24992
+ display: flex;
24993
+ flex: 1 1 auto;
24994
+ height: 24px;
24995
+ justify-content: flex-end;
24996
+ max-width: 100%;
24997
+ padding-inline: 8px;
24998
+ position: relative;
24999
+ text-align: end;
25000
+ width: 100%;
25001
+ }
25002
+ .v-system-bar .v-icon {
25003
+ opacity: var(--v-medium-emphasis-opacity);
25004
+ }
25005
+ .v-system-bar {
25006
+ 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));
25007
+ }
25008
+ .v-system-bar--absolute {
25009
+ position: absolute;
25010
+ }
25011
+ .v-system-bar--fixed {
25012
+ position: fixed;
25013
+ }
25014
+ .v-system-bar {
25015
+ background: rgba(var(--v-theme-surface-light));
25016
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25017
+ }
25018
+ .v-system-bar {
25019
+ font-size: 0.75rem;
25020
+ font-weight: 400;
25021
+ letter-spacing: 0.0333333333em;
25022
+ line-height: 1.667;
25023
+ text-transform: none;
25024
+ }
25025
+ .v-system-bar--rounded {
25026
+ border-radius: 0;
25027
+ }
25028
+ .v-system-bar--window {
25029
+ height: 32px;
25030
+ }
25031
+ .v-system-bar:not(.v-system-bar--absolute) {
25032
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24990
25033
  }.v-switch .v-label {
24991
25034
  padding-inline-start: 10px;
24992
25035
  }
@@ -25169,6 +25212,35 @@ html.v-overlay-scroll-blocked {
25169
25212
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25170
25213
  border-width: 0;
25171
25214
  }
25215
+ }.v-tab.v-tab.v-btn {
25216
+ height: var(--v-tabs-height);
25217
+ border-radius: 0;
25218
+ min-width: 90px;
25219
+ }
25220
+ .v-slide-group--horizontal .v-tab {
25221
+ max-width: 360px;
25222
+ }
25223
+ .v-slide-group--vertical .v-tab {
25224
+ justify-content: start;
25225
+ }
25226
+
25227
+ .v-tab__slider {
25228
+ position: absolute;
25229
+ bottom: 0;
25230
+ left: 0;
25231
+ height: 2px;
25232
+ width: 100%;
25233
+ background: currentColor;
25234
+ pointer-events: none;
25235
+ opacity: 0;
25236
+ }
25237
+ .v-tab--selected .v-tab__slider {
25238
+ opacity: 1;
25239
+ }
25240
+ .v-slide-group--vertical .v-tab__slider {
25241
+ top: 0;
25242
+ height: 100%;
25243
+ width: 2px;
25172
25244
  }.v-tabs {
25173
25245
  display: flex;
25174
25246
  height: var(--v-tabs-height);
@@ -25235,78 +25307,6 @@ html.v-overlay-scroll-blocked {
25235
25307
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25236
25308
  margin-inline-end: 52px;
25237
25309
  }
25238
- }.v-tab.v-tab.v-btn {
25239
- height: var(--v-tabs-height);
25240
- border-radius: 0;
25241
- min-width: 90px;
25242
- }
25243
- .v-slide-group--horizontal .v-tab {
25244
- max-width: 360px;
25245
- }
25246
- .v-slide-group--vertical .v-tab {
25247
- justify-content: start;
25248
- }
25249
-
25250
- .v-tab__slider {
25251
- position: absolute;
25252
- bottom: 0;
25253
- left: 0;
25254
- height: 2px;
25255
- width: 100%;
25256
- background: currentColor;
25257
- pointer-events: none;
25258
- opacity: 0;
25259
- }
25260
- .v-tab--selected .v-tab__slider {
25261
- opacity: 1;
25262
- }
25263
- .v-slide-group--vertical .v-tab__slider {
25264
- top: 0;
25265
- height: 100%;
25266
- width: 2px;
25267
- }.v-system-bar {
25268
- align-items: center;
25269
- display: flex;
25270
- flex: 1 1 auto;
25271
- height: 24px;
25272
- justify-content: flex-end;
25273
- max-width: 100%;
25274
- padding-inline: 8px;
25275
- position: relative;
25276
- text-align: end;
25277
- width: 100%;
25278
- }
25279
- .v-system-bar .v-icon {
25280
- opacity: var(--v-medium-emphasis-opacity);
25281
- }
25282
- .v-system-bar {
25283
- 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));
25284
- }
25285
- .v-system-bar--absolute {
25286
- position: absolute;
25287
- }
25288
- .v-system-bar--fixed {
25289
- position: fixed;
25290
- }
25291
- .v-system-bar {
25292
- background: rgba(var(--v-theme-surface-light));
25293
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25294
- }
25295
- .v-system-bar {
25296
- font-size: 0.75rem;
25297
- font-weight: 400;
25298
- letter-spacing: 0.0333333333em;
25299
- line-height: 1.667;
25300
- text-transform: none;
25301
- }
25302
- .v-system-bar--rounded {
25303
- border-radius: 0;
25304
- }
25305
- .v-system-bar--window {
25306
- height: 32px;
25307
- }
25308
- .v-system-bar:not(.v-system-bar--absolute) {
25309
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25310
25310
  }.v-table {
25311
25311
  font-size: 0.875rem;
25312
25312
  transition-duration: 0.28s;
@@ -25558,6 +25558,149 @@ html.v-overlay-scroll-blocked {
25558
25558
  }.v-theme-provider {
25559
25559
  background: rgb(var(--v-theme-background));
25560
25560
  color: rgb(var(--v-theme-on-background));
25561
+ }.v-toolbar {
25562
+ align-items: flex-start;
25563
+ display: flex;
25564
+ flex: none;
25565
+ flex-direction: column;
25566
+ justify-content: space-between;
25567
+ max-width: 100%;
25568
+ position: relative;
25569
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25570
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25571
+ width: 100%;
25572
+ }
25573
+ .v-toolbar {
25574
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25575
+ border-style: solid;
25576
+ border-width: 0;
25577
+ }
25578
+ .v-toolbar--border {
25579
+ border-width: thin;
25580
+ box-shadow: none;
25581
+ }
25582
+ .v-toolbar {
25583
+ 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));
25584
+ }
25585
+ .v-toolbar {
25586
+ border-radius: 0;
25587
+ }
25588
+ .v-toolbar {
25589
+ background: rgb(var(--v-theme-surface-light));
25590
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25591
+ }
25592
+ .v-toolbar--absolute {
25593
+ position: absolute;
25594
+ }
25595
+ .v-toolbar--collapse {
25596
+ max-width: 112px;
25597
+ overflow: hidden;
25598
+ border-end-end-radius: 24px;
25599
+ }
25600
+ .v-toolbar--collapse .v-toolbar-title {
25601
+ display: none;
25602
+ }
25603
+ .v-toolbar--flat {
25604
+ 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));
25605
+ }
25606
+ .v-toolbar--floating {
25607
+ display: inline-flex;
25608
+ }
25609
+ .v-toolbar--rounded {
25610
+ border-radius: 4px;
25611
+ }
25612
+
25613
+ .v-toolbar__content,
25614
+ .v-toolbar__extension {
25615
+ align-items: center;
25616
+ display: flex;
25617
+ flex: 0 0 auto;
25618
+ position: relative;
25619
+ transition: inherit;
25620
+ width: 100%;
25621
+ }
25622
+
25623
+ .v-toolbar__content {
25624
+ overflow: hidden;
25625
+ }
25626
+ .v-toolbar__content > .v-btn:first-child {
25627
+ margin-inline-start: 4px;
25628
+ }
25629
+ .v-toolbar__content > .v-btn:last-child {
25630
+ margin-inline-end: 4px;
25631
+ }
25632
+ .v-toolbar__content > .v-toolbar-title {
25633
+ margin-inline-start: 20px;
25634
+ }
25635
+ .v-toolbar--density-prominent .v-toolbar__content {
25636
+ align-items: flex-start;
25637
+ }
25638
+
25639
+ .v-toolbar__image {
25640
+ display: flex;
25641
+ opacity: var(--v-toolbar-image-opacity, 1);
25642
+ transition-property: opacity;
25643
+ }
25644
+ .v-toolbar__image {
25645
+ position: absolute;
25646
+ top: 0;
25647
+ left: 0;
25648
+ width: 100%;
25649
+ height: 100%;
25650
+ }
25651
+
25652
+ .v-toolbar__prepend,
25653
+ .v-toolbar__append {
25654
+ align-items: center;
25655
+ align-self: stretch;
25656
+ display: flex;
25657
+ }
25658
+
25659
+ .v-toolbar__prepend {
25660
+ margin-inline: 4px auto;
25661
+ }
25662
+
25663
+ .v-toolbar__append {
25664
+ margin-inline: auto 4px;
25665
+ }
25666
+
25667
+ .v-toolbar-title {
25668
+ flex: 1 1;
25669
+ font-size: 1.25rem;
25670
+ min-width: 0;
25671
+ }
25672
+ .v-toolbar-title {
25673
+ font-size: 1.25rem;
25674
+ font-weight: 400;
25675
+ letter-spacing: 0;
25676
+ line-height: 1.75rem;
25677
+ text-transform: none;
25678
+ }
25679
+ .v-toolbar--density-prominent .v-toolbar-title {
25680
+ align-self: flex-end;
25681
+ padding-bottom: 6px;
25682
+ }
25683
+ .v-toolbar--density-prominent .v-toolbar-title {
25684
+ font-size: 1.5rem;
25685
+ font-weight: 400;
25686
+ letter-spacing: 0;
25687
+ line-height: 2.25rem;
25688
+ text-transform: none;
25689
+ }
25690
+
25691
+ .v-toolbar-title__placeholder {
25692
+ overflow: hidden;
25693
+ text-overflow: ellipsis;
25694
+ white-space: nowrap;
25695
+ }
25696
+
25697
+ .v-toolbar-items {
25698
+ display: flex;
25699
+ height: inherit;
25700
+ align-self: stretch;
25701
+ }
25702
+ .v-toolbar-items > .v-btn {
25703
+ border-radius: 0;
25561
25704
  }.v-timeline .v-timeline-divider__dot {
25562
25705
  background: rgb(var(--v-theme-surface-light));
25563
25706
  }
@@ -25976,149 +26119,15 @@ html.v-overlay-scroll-blocked {
25976
26119
 
25977
26120
  .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 {
25978
26121
  padding-inline-end: 0;
25979
- }.v-toolbar {
25980
- align-items: flex-start;
25981
- display: flex;
25982
- flex: none;
25983
- flex-direction: column;
25984
- justify-content: space-between;
26122
+ }.v-virtual-scroll {
26123
+ display: block;
26124
+ flex: 1 1 auto;
25985
26125
  max-width: 100%;
26126
+ overflow: auto;
25986
26127
  position: relative;
25987
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25988
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25989
- width: 100%;
25990
- }
25991
- .v-toolbar {
25992
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25993
- border-style: solid;
25994
- border-width: 0;
25995
- }
25996
- .v-toolbar--border {
25997
- border-width: thin;
25998
- box-shadow: none;
25999
- }
26000
- .v-toolbar {
26001
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
26002
- }
26003
- .v-toolbar {
26004
- border-radius: 0;
26005
- }
26006
- .v-toolbar {
26007
- background: rgb(var(--v-theme-surface-light));
26008
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26009
- }
26010
- .v-toolbar--absolute {
26011
- position: absolute;
26012
- }
26013
- .v-toolbar--collapse {
26014
- max-width: 112px;
26015
- overflow: hidden;
26016
- border-end-end-radius: 24px;
26017
- }
26018
- .v-toolbar--collapse .v-toolbar-title {
26019
- display: none;
26020
- }
26021
- .v-toolbar--flat {
26022
- 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));
26023
- }
26024
- .v-toolbar--floating {
26025
- display: inline-flex;
26026
- }
26027
- .v-toolbar--rounded {
26028
- border-radius: 4px;
26029
- }
26030
-
26031
- .v-toolbar__content,
26032
- .v-toolbar__extension {
26033
- align-items: center;
26034
- display: flex;
26035
- flex: 0 0 auto;
26036
- position: relative;
26037
- transition: inherit;
26038
- width: 100%;
26039
- }
26040
-
26041
- .v-toolbar__content {
26042
- overflow: hidden;
26043
- }
26044
- .v-toolbar__content > .v-btn:first-child {
26045
- margin-inline-start: 4px;
26046
- }
26047
- .v-toolbar__content > .v-btn:last-child {
26048
- margin-inline-end: 4px;
26049
- }
26050
- .v-toolbar__content > .v-toolbar-title {
26051
- margin-inline-start: 20px;
26052
- }
26053
- .v-toolbar--density-prominent .v-toolbar__content {
26054
- align-items: flex-start;
26055
- }
26056
-
26057
- .v-toolbar__image {
26058
- display: flex;
26059
- opacity: var(--v-toolbar-image-opacity, 1);
26060
- transition-property: opacity;
26061
- }
26062
- .v-toolbar__image {
26063
- position: absolute;
26064
- top: 0;
26065
- left: 0;
26066
- width: 100%;
26067
- height: 100%;
26068
- }
26069
-
26070
- .v-toolbar__prepend,
26071
- .v-toolbar__append {
26072
- align-items: center;
26073
- align-self: stretch;
26074
- display: flex;
26075
- }
26076
-
26077
- .v-toolbar__prepend {
26078
- margin-inline: 4px auto;
26079
- }
26080
-
26081
- .v-toolbar__append {
26082
- margin-inline: auto 4px;
26083
- }
26084
-
26085
- .v-toolbar-title {
26086
- flex: 1 1;
26087
- font-size: 1.25rem;
26088
- min-width: 0;
26089
- }
26090
- .v-toolbar-title {
26091
- font-size: 1.25rem;
26092
- font-weight: 400;
26093
- letter-spacing: 0;
26094
- line-height: 1.75rem;
26095
- text-transform: none;
26096
- }
26097
- .v-toolbar--density-prominent .v-toolbar-title {
26098
- align-self: flex-end;
26099
- padding-bottom: 6px;
26100
- }
26101
- .v-toolbar--density-prominent .v-toolbar-title {
26102
- font-size: 1.5rem;
26103
- font-weight: 400;
26104
- letter-spacing: 0;
26105
- line-height: 2.25rem;
26106
- text-transform: none;
26107
- }
26108
-
26109
- .v-toolbar-title__placeholder {
26110
- overflow: hidden;
26111
- text-overflow: ellipsis;
26112
- white-space: nowrap;
26113
- }
26114
-
26115
- .v-toolbar-items {
26116
- display: flex;
26117
- height: inherit;
26118
- align-self: stretch;
26119
26128
  }
26120
- .v-toolbar-items > .v-btn {
26121
- border-radius: 0;
26129
+ .v-virtual-scroll__container {
26130
+ display: block;
26122
26131
  }.v-tooltip > .v-overlay__content {
26123
26132
  background: rgb(var(--v-theme-surface-variant));
26124
26133
  color: rgb(var(--v-theme-on-surface-variant));
@@ -26141,15 +26150,6 @@ html.v-overlay-scroll-blocked {
26141
26150
  .v-tooltip > .v-overlay__content[class*=leave-active] {
26142
26151
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26143
26152
  transition-duration: 75ms;
26144
- }.v-virtual-scroll {
26145
- display: block;
26146
- flex: 1 1 auto;
26147
- max-width: 100%;
26148
- overflow: auto;
26149
- position: relative;
26150
- }
26151
- .v-virtual-scroll__container {
26152
- display: block;
26153
26153
  }.v-window {
26154
26154
  overflow: hidden;
26155
26155
  }
@@ -26220,34 +26220,6 @@ html.v-overlay-scroll-blocked {
26220
26220
  }
26221
26221
  .v-window-y-reverse-transition-leave-to {
26222
26222
  transform: translateY(100%);
26223
- }.v-color-picker-edit {
26224
- display: flex;
26225
- margin-top: 24px;
26226
- }
26227
-
26228
- .v-color-picker-edit__input {
26229
- width: 100%;
26230
- display: flex;
26231
- flex-wrap: wrap;
26232
- justify-content: center;
26233
- text-align: center;
26234
- }
26235
- .v-color-picker-edit__input:not(:last-child) {
26236
- margin-inline-end: 8px;
26237
- }
26238
- .v-color-picker-edit__input input {
26239
- border-radius: 4px;
26240
- margin-bottom: 8px;
26241
- min-width: 0;
26242
- outline: none;
26243
- text-align: center;
26244
- width: 100%;
26245
- height: 32px;
26246
- background: rgba(var(--v-theme-surface-variant), 0.2);
26247
- color: rgba(var(--v-theme-on-surface));
26248
- }
26249
- .v-color-picker-edit__input span {
26250
- font-size: 0.75rem;
26251
26223
  }.v-color-picker-preview__alpha .v-slider-track__background {
26252
26224
  background-color: transparent !important;
26253
26225
  }
@@ -26318,6 +26290,56 @@ html.v-overlay-scroll-blocked {
26318
26290
  .v-color-picker-preview__eye-dropper {
26319
26291
  position: relative;
26320
26292
  margin-right: 12px;
26293
+ }.v-color-picker-canvas {
26294
+ display: flex;
26295
+ position: relative;
26296
+ overflow: hidden;
26297
+ contain: content;
26298
+ touch-action: none;
26299
+ }
26300
+ .v-color-picker-canvas__dot {
26301
+ position: absolute;
26302
+ top: 0;
26303
+ left: 0;
26304
+ width: 15px;
26305
+ height: 15px;
26306
+ background: transparent;
26307
+ border-radius: 50%;
26308
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26309
+ }
26310
+ .v-color-picker-canvas__dot--disabled {
26311
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26312
+ }
26313
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26314
+ will-change: transform;
26315
+ }.v-color-picker-edit {
26316
+ display: flex;
26317
+ margin-top: 24px;
26318
+ }
26319
+
26320
+ .v-color-picker-edit__input {
26321
+ width: 100%;
26322
+ display: flex;
26323
+ flex-wrap: wrap;
26324
+ justify-content: center;
26325
+ text-align: center;
26326
+ }
26327
+ .v-color-picker-edit__input:not(:last-child) {
26328
+ margin-inline-end: 8px;
26329
+ }
26330
+ .v-color-picker-edit__input input {
26331
+ border-radius: 4px;
26332
+ margin-bottom: 8px;
26333
+ min-width: 0;
26334
+ outline: none;
26335
+ text-align: center;
26336
+ width: 100%;
26337
+ height: 32px;
26338
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26339
+ color: rgba(var(--v-theme-on-surface));
26340
+ }
26341
+ .v-color-picker-edit__input span {
26342
+ font-size: 0.75rem;
26321
26343
  }.v-color-picker-swatches {
26322
26344
  overflow-y: auto;
26323
26345
  }
@@ -26353,28 +26375,6 @@ html.v-overlay-scroll-blocked {
26353
26375
  justify-content: center;
26354
26376
  width: 100%;
26355
26377
  height: 100%;
26356
- }.v-color-picker-canvas {
26357
- display: flex;
26358
- position: relative;
26359
- overflow: hidden;
26360
- contain: content;
26361
- touch-action: none;
26362
- }
26363
- .v-color-picker-canvas__dot {
26364
- position: absolute;
26365
- top: 0;
26366
- left: 0;
26367
- width: 15px;
26368
- height: 15px;
26369
- background: transparent;
26370
- border-radius: 50%;
26371
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26372
- }
26373
- .v-color-picker-canvas__dot--disabled {
26374
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
26375
- }
26376
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26377
- will-change: transform;
26378
26378
  }.v-picker.v-sheet {
26379
26379
  display: grid;
26380
26380
  grid-auto-rows: min-content;