@vuetify/nightly 3.8.6-master.2025-05-22 → 3.8.6-master.2025-05-24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +15 -3
  2. package/dist/json/attributes.json +3419 -3419
  3. package/dist/json/importMap-labs.json +32 -32
  4. package/dist/json/importMap.json +162 -162
  5. package/dist/json/web-types.json +6126 -6126
  6. package/dist/vuetify-labs.cjs +37 -11
  7. package/dist/vuetify-labs.css +3740 -3740
  8. package/dist/vuetify-labs.d.ts +60 -60
  9. package/dist/vuetify-labs.esm.js +37 -11
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +37 -11
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +37 -11
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +2094 -2094
  16. package/dist/vuetify.d.ts +60 -60
  17. package/dist/vuetify.esm.js +37 -11
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +37 -11
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +11 -8
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VField/VField.js +4 -2
  25. package/lib/components/VField/VField.js.map +1 -1
  26. package/lib/components/VInput/InputIcon.d.ts +1 -1
  27. package/lib/components/VInput/InputIcon.js +5 -4
  28. package/lib/components/VInput/InputIcon.js.map +1 -1
  29. package/lib/components/VNumberInput/VNumberInput.js +12 -4
  30. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  31. package/lib/entry-bundler.js +1 -1
  32. package/lib/framework.d.ts +60 -60
  33. package/lib/framework.js +1 -1
  34. package/lib/util/helpers.d.ts +1 -0
  35. package/lib/util/helpers.js +15 -0
  36. package/lib/util/helpers.js.map +1 -1
  37. package/package.json +1 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.6-master.2025-05-22
2
+ * Vuetify v3.8.6-master.2025-05-24
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17927,28 +17927,6 @@ html.overflow-y-hidden {
17927
17927
  .v-locale--is-ltr .float-print-start {
17928
17928
  float: left !important;
17929
17929
  }
17930
- }.v-code {
17931
- background-color: rgb(var(--v-theme-code));
17932
- color: rgb(var(--v-theme-on-code));
17933
- border-radius: 4px;
17934
- line-height: 1.8;
17935
- font-size: 0.9em;
17936
- font-weight: normal;
17937
- padding: 0.2em 0.4em;
17938
- }
17939
- .v-code:has(> pre) {
17940
- display: inline-block;
17941
- }.v-kbd {
17942
- background: rgb(var(--v-theme-kbd));
17943
- color: rgb(var(--v-theme-on-kbd));
17944
- border-radius: 3px;
17945
- display: inline;
17946
- font-size: 85%;
17947
- font-weight: normal;
17948
- padding: 0.2em 0.4rem;
17949
- }
17950
- .v-kbd {
17951
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17952
17930
  }.v-ripple__container {
17953
17931
  color: inherit;
17954
17932
  border-radius: inherit;
@@ -17985,34 +17963,28 @@ html.overflow-y-hidden {
17985
17963
  .v-ripple__animation--out {
17986
17964
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17987
17965
  opacity: 0;
17988
- }.v-app-bar {
17989
- display: flex;
17990
- }
17991
- .v-app-bar.v-toolbar {
17992
- background: rgb(var(--v-theme-surface));
17993
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17994
- }
17995
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17996
- 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));
17966
+ }.v-code {
17967
+ background-color: rgb(var(--v-theme-code));
17968
+ color: rgb(var(--v-theme-on-code));
17969
+ border-radius: 4px;
17970
+ line-height: 1.8;
17971
+ font-size: 0.9em;
17972
+ font-weight: normal;
17973
+ padding: 0.2em 0.4em;
17997
17974
  }
17998
- .v-app-bar:not(.v-toolbar--absolute) {
17999
- padding-inline-end: var(--v-scrollbar-offset);
18000
- }.v-application {
18001
- display: flex;
18002
- background: rgb(var(--v-theme-background));
18003
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17975
+ .v-code:has(> pre) {
17976
+ display: inline-block;
17977
+ }.v-kbd {
17978
+ background: rgb(var(--v-theme-kbd));
17979
+ color: rgb(var(--v-theme-on-kbd));
17980
+ border-radius: 3px;
17981
+ display: inline;
17982
+ font-size: 85%;
17983
+ font-weight: normal;
17984
+ padding: 0.2em 0.4rem;
18004
17985
  }
18005
-
18006
- .v-application__wrap {
18007
- -webkit-backface-visibility: hidden;
18008
- backface-visibility: hidden;
18009
- display: flex;
18010
- flex-direction: column;
18011
- flex: 1 1 auto;
18012
- max-width: 100%;
18013
- min-height: 100vh;
18014
- min-height: 100dvh;
18015
- position: relative;
17986
+ .v-kbd {
17987
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18016
17988
  }.v-alert {
18017
17989
  display: grid;
18018
17990
  flex: 1 1;
@@ -18229,90 +18201,6 @@ html.overflow-y-hidden {
18229
18201
  text-transform: none;
18230
18202
  word-break: normal;
18231
18203
  word-wrap: break-word;
18232
- }.v-autocomplete .v-field .v-text-field__prefix,
18233
- .v-autocomplete .v-field .v-text-field__suffix,
18234
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18235
- cursor: text;
18236
- }
18237
- .v-autocomplete .v-field .v-field__input > input {
18238
- flex: 1 1;
18239
- }
18240
- .v-autocomplete .v-field input {
18241
- min-width: 64px;
18242
- }
18243
- .v-autocomplete .v-field:not(.v-field--focused) input {
18244
- min-width: 0;
18245
- }
18246
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18247
- margin-inline-end: 2px;
18248
- }
18249
- .v-autocomplete .v-autocomplete__selection-text {
18250
- overflow: hidden;
18251
- text-overflow: ellipsis;
18252
- white-space: nowrap;
18253
- }
18254
-
18255
- .v-autocomplete__content {
18256
- overflow: hidden;
18257
- }
18258
- .v-autocomplete__content {
18259
- 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));
18260
- }
18261
- .v-autocomplete__content {
18262
- border-radius: 4px;
18263
- }
18264
- .v-autocomplete__mask {
18265
- background: rgb(var(--v-theme-surface-light));
18266
- }
18267
- .v-autocomplete__selection {
18268
- display: inline-flex;
18269
- align-items: center;
18270
- height: 1.5rem;
18271
- letter-spacing: inherit;
18272
- line-height: inherit;
18273
- max-width: calc(100% - 2px - 2px);
18274
- }
18275
- .v-autocomplete__selection:first-child {
18276
- margin-inline-start: 0;
18277
- }
18278
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18279
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18280
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18281
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18282
- top: 0px;
18283
- }
18284
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18285
- opacity: var(--v-medium-emphasis-opacity);
18286
- }
18287
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18288
- opacity: 1;
18289
- }
18290
- .v-autocomplete--selecting-index .v-field__input > input {
18291
- caret-color: transparent;
18292
- }
18293
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18294
- flex: 1 1;
18295
- position: absolute;
18296
- left: 0;
18297
- right: 0;
18298
- width: 100%;
18299
- padding-inline: inherit;
18300
- }
18301
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18302
- transition: none;
18303
- }
18304
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18305
- opacity: 0;
18306
- }
18307
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18308
- opacity: 0;
18309
- }
18310
- .v-autocomplete__menu-icon {
18311
- margin-inline-start: 4px;
18312
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18313
- }
18314
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18315
- transform: rotate(180deg);
18316
18204
  }.v-avatar {
18317
18205
  flex: none;
18318
18206
  align-items: center;
@@ -18419,6 +18307,102 @@ html.overflow-y-hidden {
18419
18307
  .v-avatar .v-img {
18420
18308
  height: 100%;
18421
18309
  width: 100%;
18310
+ }.v-app-bar {
18311
+ display: flex;
18312
+ }
18313
+ .v-app-bar.v-toolbar {
18314
+ background: rgb(var(--v-theme-surface));
18315
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18316
+ }
18317
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18318
+ 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));
18319
+ }
18320
+ .v-app-bar:not(.v-toolbar--absolute) {
18321
+ padding-inline-end: var(--v-scrollbar-offset);
18322
+ }.v-autocomplete .v-field .v-text-field__prefix,
18323
+ .v-autocomplete .v-field .v-text-field__suffix,
18324
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18325
+ cursor: text;
18326
+ }
18327
+ .v-autocomplete .v-field .v-field__input > input {
18328
+ flex: 1 1;
18329
+ }
18330
+ .v-autocomplete .v-field input {
18331
+ min-width: 64px;
18332
+ }
18333
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18334
+ min-width: 0;
18335
+ }
18336
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18337
+ margin-inline-end: 2px;
18338
+ }
18339
+ .v-autocomplete .v-autocomplete__selection-text {
18340
+ overflow: hidden;
18341
+ text-overflow: ellipsis;
18342
+ white-space: nowrap;
18343
+ }
18344
+
18345
+ .v-autocomplete__content {
18346
+ overflow: hidden;
18347
+ }
18348
+ .v-autocomplete__content {
18349
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18350
+ }
18351
+ .v-autocomplete__content {
18352
+ border-radius: 4px;
18353
+ }
18354
+ .v-autocomplete__mask {
18355
+ background: rgb(var(--v-theme-surface-light));
18356
+ }
18357
+ .v-autocomplete__selection {
18358
+ display: inline-flex;
18359
+ align-items: center;
18360
+ height: 1.5rem;
18361
+ letter-spacing: inherit;
18362
+ line-height: inherit;
18363
+ max-width: calc(100% - 2px - 2px);
18364
+ }
18365
+ .v-autocomplete__selection:first-child {
18366
+ margin-inline-start: 0;
18367
+ }
18368
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18369
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18370
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18371
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18372
+ top: 0px;
18373
+ }
18374
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18375
+ opacity: var(--v-medium-emphasis-opacity);
18376
+ }
18377
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18378
+ opacity: 1;
18379
+ }
18380
+ .v-autocomplete--selecting-index .v-field__input > input {
18381
+ caret-color: transparent;
18382
+ }
18383
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18384
+ flex: 1 1;
18385
+ position: absolute;
18386
+ left: 0;
18387
+ right: 0;
18388
+ width: 100%;
18389
+ padding-inline: inherit;
18390
+ }
18391
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18392
+ transition: none;
18393
+ }
18394
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18395
+ opacity: 0;
18396
+ }
18397
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18398
+ opacity: 0;
18399
+ }
18400
+ .v-autocomplete__menu-icon {
18401
+ margin-inline-start: 4px;
18402
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18403
+ }
18404
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18405
+ transform: rotate(180deg);
18422
18406
  }.v-badge {
18423
18407
  display: inline-block;
18424
18408
  line-height: 1;
@@ -18496,14 +18480,112 @@ html.overflow-y-hidden {
18496
18480
  display: inline-flex;
18497
18481
  justify-content: center;
18498
18482
  margin: 0 4px;
18499
- }.v-banner {
18500
- display: grid;
18501
- flex: 1 1;
18502
- font-size: 0.875rem;
18503
- grid-template-areas: "prepend content actions";
18504
- grid-template-columns: max-content auto max-content;
18505
- grid-template-rows: max-content max-content;
18506
- line-height: 1.6;
18483
+ }.bottom-sheet-transition-enter-from {
18484
+ transform: translateY(100%);
18485
+ }
18486
+ .bottom-sheet-transition-leave-to {
18487
+ transform: translateY(100%);
18488
+ }
18489
+
18490
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18491
+ align-self: flex-end;
18492
+ border-radius: 0;
18493
+ flex: 0 1 auto;
18494
+ left: 0;
18495
+ right: 0;
18496
+ margin-inline: auto;
18497
+ margin-bottom: 0;
18498
+ transition-duration: 0.2s;
18499
+ width: 100%;
18500
+ max-width: 100%;
18501
+ overflow: visible;
18502
+ }
18503
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18504
+ 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));
18505
+ }
18506
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18507
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18508
+ border-radius: 0;
18509
+ }
18510
+ .v-bottom-sheet.v-bottom-sheet--inset {
18511
+ max-width: none;
18512
+ }
18513
+ @media (min-width: 600px) {
18514
+ .v-bottom-sheet.v-bottom-sheet--inset {
18515
+ max-width: 70%;
18516
+ }
18517
+ }.v-bottom-navigation {
18518
+ display: flex;
18519
+ max-width: 100%;
18520
+ overflow: hidden;
18521
+ position: absolute;
18522
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18523
+ }
18524
+ .v-bottom-navigation {
18525
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18526
+ border-style: solid;
18527
+ border-width: 0;
18528
+ }
18529
+ .v-bottom-navigation--border {
18530
+ border-width: thin;
18531
+ box-shadow: none;
18532
+ }
18533
+ .v-bottom-navigation {
18534
+ border-radius: 0;
18535
+ }
18536
+ .v-bottom-navigation {
18537
+ background: rgb(var(--v-theme-surface));
18538
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18539
+ }
18540
+ .v-bottom-navigation--active {
18541
+ 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));
18542
+ }
18543
+
18544
+ .v-bottom-navigation__content {
18545
+ display: flex;
18546
+ flex: none;
18547
+ font-size: 0.75rem;
18548
+ justify-content: center;
18549
+ transition: inherit;
18550
+ width: 100%;
18551
+ }
18552
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18553
+ font-size: inherit;
18554
+ height: 100%;
18555
+ max-width: 168px;
18556
+ min-width: 80px;
18557
+ text-transform: none;
18558
+ transition: inherit;
18559
+ width: auto;
18560
+ }
18561
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18562
+ border-radius: 0;
18563
+ }
18564
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18565
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18566
+ transition: inherit;
18567
+ }
18568
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18569
+ font-size: 1.5rem;
18570
+ }
18571
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18572
+ flex-basis: 0;
18573
+ flex-grow: 1;
18574
+ }
18575
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18576
+ transition: inherit;
18577
+ opacity: 0;
18578
+ }
18579
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18580
+ transform: translateY(0.5rem);
18581
+ }.v-banner {
18582
+ display: grid;
18583
+ flex: 1 1;
18584
+ font-size: 0.875rem;
18585
+ grid-template-areas: "prepend content actions";
18586
+ grid-template-columns: max-content auto max-content;
18587
+ grid-template-rows: max-content max-content;
18588
+ line-height: 1.6;
18507
18589
  overflow: hidden;
18508
18590
  padding-inline: 16px 8px;
18509
18591
  padding-top: 16px;
@@ -18719,104 +18801,6 @@ html.overflow-y-hidden {
18719
18801
  display: inline-block;
18720
18802
  padding: 0 8px;
18721
18803
  vertical-align: middle;
18722
- }.v-bottom-navigation {
18723
- display: flex;
18724
- max-width: 100%;
18725
- overflow: hidden;
18726
- position: absolute;
18727
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18728
- }
18729
- .v-bottom-navigation {
18730
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18731
- border-style: solid;
18732
- border-width: 0;
18733
- }
18734
- .v-bottom-navigation--border {
18735
- border-width: thin;
18736
- box-shadow: none;
18737
- }
18738
- .v-bottom-navigation {
18739
- border-radius: 0;
18740
- }
18741
- .v-bottom-navigation {
18742
- background: rgb(var(--v-theme-surface));
18743
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18744
- }
18745
- .v-bottom-navigation--active {
18746
- 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));
18747
- }
18748
-
18749
- .v-bottom-navigation__content {
18750
- display: flex;
18751
- flex: none;
18752
- font-size: 0.75rem;
18753
- justify-content: center;
18754
- transition: inherit;
18755
- width: 100%;
18756
- }
18757
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18758
- font-size: inherit;
18759
- height: 100%;
18760
- max-width: 168px;
18761
- min-width: 80px;
18762
- text-transform: none;
18763
- transition: inherit;
18764
- width: auto;
18765
- }
18766
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18767
- border-radius: 0;
18768
- }
18769
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18770
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18771
- transition: inherit;
18772
- }
18773
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18774
- font-size: 1.5rem;
18775
- }
18776
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18777
- flex-basis: 0;
18778
- flex-grow: 1;
18779
- }
18780
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18781
- transition: inherit;
18782
- opacity: 0;
18783
- }
18784
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18785
- transform: translateY(0.5rem);
18786
- }.bottom-sheet-transition-enter-from {
18787
- transform: translateY(100%);
18788
- }
18789
- .bottom-sheet-transition-leave-to {
18790
- transform: translateY(100%);
18791
- }
18792
-
18793
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18794
- align-self: flex-end;
18795
- border-radius: 0;
18796
- flex: 0 1 auto;
18797
- left: 0;
18798
- right: 0;
18799
- margin-inline: auto;
18800
- margin-bottom: 0;
18801
- transition-duration: 0.2s;
18802
- width: 100%;
18803
- max-width: 100%;
18804
- overflow: visible;
18805
- }
18806
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18807
- 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));
18808
- }
18809
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18810
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18811
- border-radius: 0;
18812
- }
18813
- .v-bottom-sheet.v-bottom-sheet--inset {
18814
- max-width: none;
18815
- }
18816
- @media (min-width: 600px) {
18817
- .v-bottom-sheet.v-bottom-sheet--inset {
18818
- max-width: 70%;
18819
- }
18820
18804
  }.v-btn-group {
18821
18805
  display: inline-flex;
18822
18806
  flex-wrap: nowrap;
@@ -19330,22 +19314,6 @@ html.overflow-y-hidden {
19330
19314
  }
19331
19315
  .v-pagination .v-pagination__item--is-active .v-btn__overlay {
19332
19316
  opacity: var(--v-border-opacity);
19333
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19334
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19335
- }
19336
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19337
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19338
- }
19339
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19340
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19341
- }
19342
- @supports not selector(:focus-visible) {
19343
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19344
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19345
- }
19346
- }
19347
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19348
- opacity: 1;
19349
19317
  }.v-card {
19350
19318
  display: block;
19351
19319
  overflow: hidden;
@@ -19654,6 +19622,22 @@ html.overflow-y-hidden {
19654
19622
  pointer-events: none;
19655
19623
  opacity: 0;
19656
19624
  transition: opacity 0.2s ease-in-out;
19625
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19626
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19627
+ }
19628
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19629
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19630
+ }
19631
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19632
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19633
+ }
19634
+ @supports not selector(:focus-visible) {
19635
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19636
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19637
+ }
19638
+ }
19639
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain {
19640
+ opacity: 1;
19657
19641
  }.v-carousel {
19658
19642
  overflow: hidden;
19659
19643
  position: relative;
@@ -20160,195 +20144,836 @@ html.overflow-y-hidden {
20160
20144
  white-space: normal;
20161
20145
  flex-wrap: wrap;
20162
20146
  max-width: 100%;
20163
- }.v-container {
20164
- width: 100%;
20165
- padding: 16px;
20166
- margin-right: auto;
20167
- margin-left: auto;
20168
- }
20169
- @media (min-width: 960px) {
20170
- .v-container {
20171
- max-width: 900px;
20172
- }
20147
+ }.v-color-picker {
20148
+ align-self: flex-start;
20149
+ contain: content;
20150
+ width: 300px;
20173
20151
  }
20174
- @media (min-width: 1280px) {
20175
- .v-container {
20176
- max-width: 1200px;
20177
- }
20152
+ .v-color-picker.v-sheet.v-picker {
20153
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20178
20154
  }
20179
- @media (min-width: 1920px) {
20180
- .v-container {
20181
- max-width: 1800px;
20182
- }
20183
- }
20184
- @media (min-width: 2560px) {
20185
- .v-container {
20186
- max-width: 2400px;
20187
- }
20188
- }
20189
- .v-container--fluid {
20190
- max-width: 100%;
20155
+ .v-color-picker.v-sheet.v-picker {
20156
+ border-radius: 4px;
20191
20157
  }
20192
- .v-container.fill-height {
20193
- align-items: center;
20158
+
20159
+ .v-color-picker__controls {
20194
20160
  display: flex;
20195
- flex-wrap: wrap;
20161
+ flex-direction: column;
20162
+ padding: 16px;
20196
20163
  }
20197
20164
 
20198
- .v-row {
20199
- display: flex;
20200
- flex-wrap: wrap;
20201
- flex: 1 1 auto;
20202
- margin: -12px;
20165
+ .v-color-picker--flat {
20166
+ 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));
20203
20167
  }
20204
- .v-row + .v-row {
20205
- margin-top: 12px;
20168
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20169
+ 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));
20170
+ }.v-combobox .v-field .v-text-field__prefix,
20171
+ .v-combobox .v-field .v-text-field__suffix,
20172
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20173
+ cursor: text;
20206
20174
  }
20207
- .v-row + .v-row--dense {
20208
- margin-top: 4px;
20175
+ .v-combobox .v-field .v-field__input > input {
20176
+ flex: 1 1;
20209
20177
  }
20210
- .v-row--dense {
20211
- margin: -4px;
20178
+ .v-combobox .v-field input {
20179
+ min-width: 64px;
20212
20180
  }
20213
- .v-row--dense > .v-col,
20214
- .v-row--dense > [class*=v-col-] {
20215
- padding: 4px;
20181
+ .v-combobox .v-field:not(.v-field--focused) input {
20182
+ min-width: 0;
20216
20183
  }
20217
- .v-row.v-row--no-gutters {
20218
- margin: 0;
20184
+ .v-combobox .v-field--dirty .v-combobox__selection {
20185
+ margin-inline-end: 2px;
20219
20186
  }
20220
- .v-row.v-row--no-gutters > .v-col,
20221
- .v-row.v-row--no-gutters > [class*=v-col-] {
20222
- padding: 0;
20187
+ .v-combobox .v-combobox__selection-text {
20188
+ overflow: hidden;
20189
+ text-overflow: ellipsis;
20190
+ white-space: nowrap;
20223
20191
  }
20224
20192
 
20225
- .v-spacer {
20226
- flex-grow: 1;
20193
+ .v-combobox__content {
20194
+ overflow: hidden;
20227
20195
  }
20228
-
20229
- .v-col-xxl,
20230
- .v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
20231
- .v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
20232
- .v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
20233
- .v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
20234
- .v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
20235
- .v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
20236
- width: 100%;
20237
- padding: 12px;
20196
+ .v-combobox__content {
20197
+ 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));
20238
20198
  }
20239
-
20240
- .v-col {
20241
- flex-basis: 0;
20242
- flex-grow: 1;
20243
- max-width: 100%;
20199
+ .v-combobox__content {
20200
+ border-radius: 4px;
20244
20201
  }
20245
-
20246
- .v-col-auto {
20247
- flex: 0 0 auto;
20248
- width: auto;
20249
- max-width: 100%;
20202
+ .v-combobox__mask {
20203
+ background: rgb(var(--v-theme-surface-light));
20250
20204
  }
20251
-
20252
- .v-col-1 {
20253
- flex: 0 0 8.3333333333%;
20254
- max-width: 8.3333333333%;
20205
+ .v-combobox__selection {
20206
+ display: inline-flex;
20207
+ align-items: center;
20208
+ height: 1.5rem;
20209
+ letter-spacing: inherit;
20210
+ line-height: inherit;
20211
+ max-width: calc(100% - 2px - 2px);
20255
20212
  }
20256
-
20257
- .v-col-2 {
20258
- flex: 0 0 16.6666666667%;
20259
- max-width: 16.6666666667%;
20213
+ .v-combobox__selection:first-child {
20214
+ margin-inline-start: 0;
20260
20215
  }
20261
-
20262
- .v-col-3 {
20263
- flex: 0 0 25%;
20264
- max-width: 25%;
20216
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20217
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20218
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20219
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20220
+ top: 0px;
20265
20221
  }
20266
-
20267
- .v-col-4 {
20268
- flex: 0 0 33.3333333333%;
20269
- max-width: 33.3333333333%;
20222
+ .v-combobox--selecting-index .v-combobox__selection {
20223
+ opacity: var(--v-medium-emphasis-opacity);
20270
20224
  }
20271
-
20272
- .v-col-5 {
20273
- flex: 0 0 41.6666666667%;
20274
- max-width: 41.6666666667%;
20225
+ .v-combobox--selecting-index .v-combobox__selection--selected {
20226
+ opacity: 1;
20275
20227
  }
20276
-
20277
- .v-col-6 {
20278
- flex: 0 0 50%;
20279
- max-width: 50%;
20228
+ .v-combobox--selecting-index .v-field__input > input {
20229
+ caret-color: transparent;
20280
20230
  }
20281
-
20282
- .v-col-7 {
20283
- flex: 0 0 58.3333333333%;
20284
- max-width: 58.3333333333%;
20231
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20232
+ flex: 1 1;
20233
+ position: absolute;
20234
+ left: 0;
20235
+ right: 0;
20236
+ width: 100%;
20237
+ padding-inline: inherit;
20285
20238
  }
20286
-
20287
- .v-col-8 {
20288
- flex: 0 0 66.6666666667%;
20289
- max-width: 66.6666666667%;
20239
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20240
+ transition: none;
20290
20241
  }
20291
-
20292
- .v-col-9 {
20293
- flex: 0 0 75%;
20294
- max-width: 75%;
20242
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20243
+ opacity: 0;
20295
20244
  }
20296
-
20297
- .v-col-10 {
20298
- flex: 0 0 83.3333333333%;
20299
- max-width: 83.3333333333%;
20245
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20246
+ opacity: 0;
20300
20247
  }
20301
-
20302
- .v-col-11 {
20303
- flex: 0 0 91.6666666667%;
20304
- max-width: 91.6666666667%;
20248
+ .v-combobox__menu-icon {
20249
+ margin-inline-start: 4px;
20250
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20305
20251
  }
20306
-
20307
- .v-col-12 {
20308
- flex: 0 0 100%;
20309
- max-width: 100%;
20252
+ .v-combobox--active-menu .v-combobox__menu-icon {
20253
+ transform: rotate(180deg);
20254
+ }.v-counter {
20255
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20256
+ flex: 0 1 auto;
20257
+ font-size: 12px;
20258
+ transition-duration: 150ms;
20259
+ }.v-data-table {
20260
+ width: 100%;
20310
20261
  }
20311
20262
 
20312
- .offset-1 {
20313
- margin-inline-start: 8.3333333333%;
20263
+ .v-data-table__table {
20264
+ width: 100%;
20265
+ border-collapse: separate;
20266
+ border-spacing: 0;
20314
20267
  }
20315
20268
 
20316
- .offset-2 {
20317
- margin-inline-start: 16.6666666667%;
20269
+ .v-data-table__tr--focus {
20270
+ border: 1px dotted black;
20318
20271
  }
20319
-
20320
- .offset-3 {
20321
- margin-inline-start: 25%;
20272
+ .v-data-table__tr--clickable {
20273
+ cursor: pointer;
20322
20274
  }
20323
20275
 
20324
- .offset-4 {
20325
- margin-inline-start: 33.3333333333%;
20276
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20277
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20278
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20279
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20280
+ text-align: end;
20326
20281
  }
20327
-
20328
- .offset-5 {
20329
- margin-inline-start: 41.6666666667%;
20282
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20283
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20284
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20285
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20286
+ flex-direction: row-reverse;
20330
20287
  }
20331
-
20332
- .offset-6 {
20333
- margin-inline-start: 50%;
20288
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20289
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20290
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20291
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20292
+ text-align: center;
20334
20293
  }
20335
-
20336
- .offset-7 {
20337
- margin-inline-start: 58.3333333333%;
20294
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20295
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20296
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20297
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20298
+ justify-content: center;
20338
20299
  }
20339
-
20340
- .offset-8 {
20341
- margin-inline-start: 66.6666666667%;
20300
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20301
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20302
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20303
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20304
+ padding: 0 8px;
20342
20305
  }
20343
-
20344
- .offset-9 {
20345
- margin-inline-start: 75%;
20306
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
20307
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
20308
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
20309
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
20310
+ text-overflow: ellipsis;
20311
+ text-wrap: nowrap;
20312
+ overflow: hidden;
20346
20313
  }
20347
-
20348
- .offset-10 {
20349
- margin-inline-start: 83.3333333333%;
20314
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20315
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
20316
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20317
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
20318
+ display: contents;
20350
20319
  }
20351
-
20320
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
20321
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
20322
+ align-items: center;
20323
+ }
20324
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20325
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20326
+ position: sticky;
20327
+ }
20328
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20329
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20330
+ cursor: pointer;
20331
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20332
+ }
20333
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20334
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20335
+ opacity: 0;
20336
+ }
20337
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20338
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20339
+ opacity: 0.5;
20340
+ }
20341
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
20342
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
20343
+ height: -moz-fit-content;
20344
+ height: fit-content;
20345
+ }
20346
+
20347
+ .v-data-table-column--fixed,
20348
+ .v-data-table__th--sticky {
20349
+ background: rgb(var(--v-theme-surface));
20350
+ position: sticky !important;
20351
+ left: 0;
20352
+ z-index: 1;
20353
+ }
20354
+
20355
+ .v-data-table-column--last-fixed {
20356
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20357
+ }
20358
+
20359
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20360
+ z-index: 2;
20361
+ }
20362
+
20363
+ .v-data-table-group-header-row td {
20364
+ background: rgba(var(--v-theme-surface));
20365
+ color: rgba(var(--v-theme-on-surface));
20366
+ }
20367
+ .v-data-table-group-header-row td > span {
20368
+ padding-left: 5px;
20369
+ }
20370
+
20371
+ .v-data-table--loading .v-data-table__td {
20372
+ opacity: var(--v-disabled-opacity);
20373
+ }
20374
+
20375
+ .v-data-table-group-header-row__column {
20376
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20377
+ }
20378
+
20379
+ .v-data-table-header__content {
20380
+ display: flex;
20381
+ align-items: center;
20382
+ }
20383
+
20384
+ .v-data-table-header__sort-badge {
20385
+ display: inline-flex;
20386
+ justify-content: center;
20387
+ align-items: center;
20388
+ font-size: 0.875rem;
20389
+ padding: 4px;
20390
+ border-radius: 50%;
20391
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
20392
+ min-width: 20px;
20393
+ min-height: 20px;
20394
+ width: 20px;
20395
+ height: 20px;
20396
+ }
20397
+
20398
+ .v-data-table-progress > th {
20399
+ border: none !important;
20400
+ height: auto !important;
20401
+ padding: 0 !important;
20402
+ }
20403
+
20404
+ .v-data-table-progress__loader {
20405
+ position: relative;
20406
+ }
20407
+
20408
+ .v-data-table-rows-loading,
20409
+ .v-data-table-rows-no-data {
20410
+ text-align: center;
20411
+ }
20412
+
20413
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20414
+ grid-template-columns: auto;
20415
+ justify-content: center;
20416
+ }
20417
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
20418
+ grid-template-columns: 0;
20419
+ justify-content: end;
20420
+ }
20421
+ .v-data-table__tr--mobile > td {
20422
+ align-items: center;
20423
+ column-gap: 4px;
20424
+ display: grid;
20425
+ grid-template-columns: repeat(2, 1fr);
20426
+ min-height: var(--v-table-row-height);
20427
+ }
20428
+ .v-data-table__tr--mobile > td:not(:last-child) {
20429
+ border-bottom: 0 !important;
20430
+ }
20431
+
20432
+ .v-data-table__td-title {
20433
+ font-weight: 500;
20434
+ text-align: start;
20435
+ }
20436
+
20437
+ .v-data-table__td-value {
20438
+ text-align: end;
20439
+ }
20440
+
20441
+ .v-data-table__td-sort-icon {
20442
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20443
+ }
20444
+ .v-data-table__td-sort-icon-active {
20445
+ color: rgba(var(--v-theme-on-surface));
20446
+ }.v-data-table-footer {
20447
+ align-items: center;
20448
+ display: flex;
20449
+ flex-wrap: wrap;
20450
+ justify-content: flex-end;
20451
+ padding: 8px 4px;
20452
+ }
20453
+ .v-data-table-footer__items-per-page {
20454
+ align-items: center;
20455
+ display: flex;
20456
+ justify-content: center;
20457
+ }
20458
+ .v-data-table-footer__items-per-page > span {
20459
+ padding-inline-end: 8px;
20460
+ }
20461
+ .v-data-table-footer__items-per-page > .v-select {
20462
+ width: 90px;
20463
+ }
20464
+ .v-data-table-footer__info {
20465
+ display: flex;
20466
+ justify-content: flex-end;
20467
+ min-width: 116px;
20468
+ padding: 0 16px;
20469
+ }
20470
+ .v-data-table-footer__paginationz {
20471
+ align-items: center;
20472
+ display: flex;
20473
+ margin-inline-start: 16px;
20474
+ }
20475
+ .v-data-table-footer__page {
20476
+ padding: 0 8px;
20477
+ }.v-date-picker-header {
20478
+ align-items: flex-end;
20479
+ height: 70px;
20480
+ display: grid;
20481
+ grid-template-areas: "prepend content append";
20482
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
20483
+ overflow: hidden;
20484
+ padding-inline: 24px 12px;
20485
+ padding-bottom: 12px;
20486
+ }
20487
+
20488
+ .v-date-picker-header__append {
20489
+ grid-area: append;
20490
+ }
20491
+
20492
+ .v-date-picker-header__prepend {
20493
+ grid-area: prepend;
20494
+ padding-inline-start: 8px;
20495
+ }
20496
+
20497
+ .v-date-picker-header__content {
20498
+ align-items: center;
20499
+ display: inline-flex;
20500
+ font-size: 32px;
20501
+ line-height: 40px;
20502
+ grid-area: content;
20503
+ justify-content: space-between;
20504
+ }
20505
+ .v-date-picker-header--clickable .v-date-picker-header__content {
20506
+ cursor: pointer;
20507
+ }
20508
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
20509
+ opacity: 0.7;
20510
+ }
20511
+
20512
+ .date-picker-header-transition-enter-active,
20513
+ .date-picker-header-reverse-transition-enter-active {
20514
+ transition-duration: 0.3s;
20515
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20516
+ }
20517
+ .date-picker-header-transition-leave-active,
20518
+ .date-picker-header-reverse-transition-leave-active {
20519
+ transition-duration: 0.3s;
20520
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
20521
+ }
20522
+
20523
+ .date-picker-header-transition-enter-from {
20524
+ transform: translate(0, 100%);
20525
+ }
20526
+ .date-picker-header-transition-leave-to {
20527
+ opacity: 0;
20528
+ transform: translate(0, -100%);
20529
+ }
20530
+
20531
+ .date-picker-header-reverse-transition-enter-from {
20532
+ transform: translate(0, -100%);
20533
+ }
20534
+ .date-picker-header-reverse-transition-leave-to {
20535
+ opacity: 0;
20536
+ transform: translate(0, 100%);
20537
+ }.v-date-picker-month {
20538
+ display: flex;
20539
+ justify-content: center;
20540
+ padding: 0 12px 8px;
20541
+ --v-date-picker-month-day-diff: 4px;
20542
+ }
20543
+
20544
+ .v-date-picker-month__weeks {
20545
+ display: grid;
20546
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20547
+ column-gap: 4px;
20548
+ font-size: 0.85rem;
20549
+ }
20550
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20551
+ grid-row-gap: 0;
20552
+ }
20553
+
20554
+ .v-date-picker-month__weekday {
20555
+ font-size: 0.85rem;
20556
+ }
20557
+
20558
+ .v-date-picker-month__days {
20559
+ display: grid;
20560
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20561
+ column-gap: 4px;
20562
+ flex: 1 1;
20563
+ justify-content: space-around;
20564
+ }
20565
+
20566
+ .v-date-picker-month__day {
20567
+ align-items: center;
20568
+ display: flex;
20569
+ justify-content: center;
20570
+ position: relative;
20571
+ height: 40px;
20572
+ width: 40px;
20573
+ }
20574
+ .v-date-picker-month__day--selected .v-btn {
20575
+ background-color: rgb(var(--v-theme-surface-variant));
20576
+ color: rgb(var(--v-theme-on-surface-variant));
20577
+ }
20578
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
20579
+ --v-btn-height: 24px;
20580
+ --v-btn-size: 0.85rem;
20581
+ }
20582
+ .v-date-picker-month__day--week {
20583
+ font-size: var(--v-btn-size);
20584
+ }
20585
+
20586
+ .v-date-picker-month__day--adjacent {
20587
+ opacity: 0.5;
20588
+ }
20589
+
20590
+ .v-date-picker-month__day--hide-adjacent {
20591
+ opacity: 0;
20592
+ }.v-date-picker-years {
20593
+ height: 288px;
20594
+ overflow-y: scroll;
20595
+ }
20596
+
20597
+ .v-date-picker-years__content {
20598
+ display: grid;
20599
+ flex: 1 1;
20600
+ justify-content: space-around;
20601
+ grid-template-columns: repeat(3, 1fr);
20602
+ gap: 8px 24px;
20603
+ padding-inline: 32px;
20604
+ }
20605
+ .v-date-picker-years__content .v-btn {
20606
+ padding-inline: 8px;
20607
+ }.v-date-picker {
20608
+ overflow: hidden;
20609
+ width: 328px;
20610
+ }
20611
+ .v-date-picker--show-week {
20612
+ width: 368px;
20613
+ }.v-date-picker-controls {
20614
+ display: flex;
20615
+ align-items: center;
20616
+ justify-content: space-between;
20617
+ font-size: 0.875rem;
20618
+ height: var(--v-date-picker-controls-height, 56px);
20619
+ padding-top: 4px;
20620
+ padding-bottom: 4px;
20621
+ padding-inline-start: 6px;
20622
+ padding-inline-end: 12px;
20623
+ }
20624
+ .v-date-picker-controls > .v-btn:first-child {
20625
+ text-transform: none;
20626
+ font-weight: 400;
20627
+ line-height: initial;
20628
+ letter-spacing: initial;
20629
+ }
20630
+ .v-date-picker-controls--variant-classic {
20631
+ padding-inline-start: 12px;
20632
+ }
20633
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20634
+ opacity: 0.7;
20635
+ }
20636
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20637
+ cursor: pointer;
20638
+ }
20639
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20640
+ opacity: 1;
20641
+ }
20642
+ .v-date-picker-controls .v-btn:last-child {
20643
+ margin-inline-start: 4px;
20644
+ }
20645
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20646
+ transform: rotate(180deg);
20647
+ }
20648
+
20649
+ .v-date-picker-controls__date {
20650
+ margin-inline-end: 4px;
20651
+ }
20652
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20653
+ margin: auto;
20654
+ text-align: center;
20655
+ }
20656
+
20657
+ .v-date-picker-controls__month {
20658
+ display: flex;
20659
+ }
20660
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20661
+ flex-direction: row-reverse;
20662
+ }
20663
+
20664
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20665
+ flex: 1 0 auto;
20666
+ }
20667
+
20668
+ .v-date-picker__title {
20669
+ display: inline-block;
20670
+ }.v-date-picker-months {
20671
+ height: 288px;
20672
+ }
20673
+
20674
+ .v-date-picker-months__content {
20675
+ align-items: center;
20676
+ display: grid;
20677
+ flex: 1 1;
20678
+ height: inherit;
20679
+ justify-content: space-around;
20680
+ grid-template-columns: repeat(2, 1fr);
20681
+ grid-gap: 0px 24px;
20682
+ padding-inline-start: 36px;
20683
+ padding-inline-end: 36px;
20684
+ }
20685
+ .v-date-picker-months__content .v-btn {
20686
+ text-transform: none;
20687
+ padding-inline-start: 8px;
20688
+ padding-inline-end: 8px;
20689
+ }.v-dialog {
20690
+ align-items: center;
20691
+ justify-content: center;
20692
+ margin: auto;
20693
+ }
20694
+ .v-dialog > .v-overlay__content {
20695
+ max-height: calc(100% - 48px);
20696
+ width: calc(100% - 48px);
20697
+ max-width: calc(100% - 48px);
20698
+ margin: 24px;
20699
+ }
20700
+ .v-dialog > .v-overlay__content,
20701
+ .v-dialog > .v-overlay__content > form {
20702
+ display: flex;
20703
+ flex-direction: column;
20704
+ min-height: 0;
20705
+ }
20706
+ .v-dialog > .v-overlay__content > .v-card,
20707
+ .v-dialog > .v-overlay__content > .v-sheet,
20708
+ .v-dialog > .v-overlay__content > form > .v-card,
20709
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20710
+ --v-scrollbar-offset: 0px;
20711
+ border-radius: 4px;
20712
+ overflow-y: auto;
20713
+ flex: 1 1 100%;
20714
+ }
20715
+ .v-dialog > .v-overlay__content > .v-card,
20716
+ .v-dialog > .v-overlay__content > .v-sheet,
20717
+ .v-dialog > .v-overlay__content > form > .v-card,
20718
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20719
+ 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));
20720
+ }
20721
+ .v-dialog > .v-overlay__content > .v-card,
20722
+ .v-dialog > .v-overlay__content > form > .v-card {
20723
+ display: flex;
20724
+ flex-direction: column;
20725
+ }
20726
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20727
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20728
+ padding: 16px 24px;
20729
+ }
20730
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20731
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20732
+ padding-top: 0;
20733
+ }
20734
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20735
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20736
+ font-size: inherit;
20737
+ letter-spacing: 0.03125em;
20738
+ line-height: inherit;
20739
+ padding: 16px 24px 24px;
20740
+ }
20741
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
20742
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
20743
+ justify-content: flex-end;
20744
+ }
20745
+
20746
+ .v-dialog--fullscreen {
20747
+ --v-scrollbar-offset: 0px;
20748
+ }
20749
+ .v-dialog--fullscreen > .v-overlay__content {
20750
+ border-radius: 0;
20751
+ margin: 0;
20752
+ padding: 0;
20753
+ width: 100%;
20754
+ height: 100%;
20755
+ max-width: 100%;
20756
+ max-height: 100%;
20757
+ overflow-y: auto;
20758
+ top: 0;
20759
+ left: 0;
20760
+ }
20761
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
20762
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20763
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20764
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20765
+ min-height: 100%;
20766
+ min-width: 100%;
20767
+ border-radius: 0;
20768
+ }
20769
+
20770
+ .v-dialog--scrollable > .v-overlay__content > form,
20771
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20772
+ max-height: 100%;
20773
+ max-width: 100%;
20774
+ }
20775
+ .v-dialog--scrollable > .v-overlay__content,
20776
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20777
+ .v-dialog--scrollable > .v-overlay__content > form,
20778
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20779
+ display: flex;
20780
+ flex: 1 1 100%;
20781
+ flex-direction: column;
20782
+ }
20783
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20784
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20785
+ -webkit-backface-visibility: hidden;
20786
+ backface-visibility: hidden;
20787
+ overflow-y: auto;
20788
+ }.v-container {
20789
+ width: 100%;
20790
+ padding: 16px;
20791
+ margin-right: auto;
20792
+ margin-left: auto;
20793
+ }
20794
+ @media (min-width: 960px) {
20795
+ .v-container {
20796
+ max-width: 900px;
20797
+ }
20798
+ }
20799
+ @media (min-width: 1280px) {
20800
+ .v-container {
20801
+ max-width: 1200px;
20802
+ }
20803
+ }
20804
+ @media (min-width: 1920px) {
20805
+ .v-container {
20806
+ max-width: 1800px;
20807
+ }
20808
+ }
20809
+ @media (min-width: 2560px) {
20810
+ .v-container {
20811
+ max-width: 2400px;
20812
+ }
20813
+ }
20814
+ .v-container--fluid {
20815
+ max-width: 100%;
20816
+ }
20817
+ .v-container.fill-height {
20818
+ align-items: center;
20819
+ display: flex;
20820
+ flex-wrap: wrap;
20821
+ }
20822
+
20823
+ .v-row {
20824
+ display: flex;
20825
+ flex-wrap: wrap;
20826
+ flex: 1 1 auto;
20827
+ margin: -12px;
20828
+ }
20829
+ .v-row + .v-row {
20830
+ margin-top: 12px;
20831
+ }
20832
+ .v-row + .v-row--dense {
20833
+ margin-top: 4px;
20834
+ }
20835
+ .v-row--dense {
20836
+ margin: -4px;
20837
+ }
20838
+ .v-row--dense > .v-col,
20839
+ .v-row--dense > [class*=v-col-] {
20840
+ padding: 4px;
20841
+ }
20842
+ .v-row.v-row--no-gutters {
20843
+ margin: 0;
20844
+ }
20845
+ .v-row.v-row--no-gutters > .v-col,
20846
+ .v-row.v-row--no-gutters > [class*=v-col-] {
20847
+ padding: 0;
20848
+ }
20849
+
20850
+ .v-spacer {
20851
+ flex-grow: 1;
20852
+ }
20853
+
20854
+ .v-col-xxl,
20855
+ .v-col-xxl-auto, .v-col-xxl-12, .v-col-xxl-11, .v-col-xxl-10, .v-col-xxl-9, .v-col-xxl-8, .v-col-xxl-7, .v-col-xxl-6, .v-col-xxl-5, .v-col-xxl-4, .v-col-xxl-3, .v-col-xxl-2, .v-col-xxl-1, .v-col-xl,
20856
+ .v-col-xl-auto, .v-col-xl-12, .v-col-xl-11, .v-col-xl-10, .v-col-xl-9, .v-col-xl-8, .v-col-xl-7, .v-col-xl-6, .v-col-xl-5, .v-col-xl-4, .v-col-xl-3, .v-col-xl-2, .v-col-xl-1, .v-col-lg,
20857
+ .v-col-lg-auto, .v-col-lg-12, .v-col-lg-11, .v-col-lg-10, .v-col-lg-9, .v-col-lg-8, .v-col-lg-7, .v-col-lg-6, .v-col-lg-5, .v-col-lg-4, .v-col-lg-3, .v-col-lg-2, .v-col-lg-1, .v-col-md,
20858
+ .v-col-md-auto, .v-col-md-12, .v-col-md-11, .v-col-md-10, .v-col-md-9, .v-col-md-8, .v-col-md-7, .v-col-md-6, .v-col-md-5, .v-col-md-4, .v-col-md-3, .v-col-md-2, .v-col-md-1, .v-col-sm,
20859
+ .v-col-sm-auto, .v-col-sm-12, .v-col-sm-11, .v-col-sm-10, .v-col-sm-9, .v-col-sm-8, .v-col-sm-7, .v-col-sm-6, .v-col-sm-5, .v-col-sm-4, .v-col-sm-3, .v-col-sm-2, .v-col-sm-1, .v-col,
20860
+ .v-col-auto, .v-col-12, .v-col-11, .v-col-10, .v-col-9, .v-col-8, .v-col-7, .v-col-6, .v-col-5, .v-col-4, .v-col-3, .v-col-2, .v-col-1 {
20861
+ width: 100%;
20862
+ padding: 12px;
20863
+ }
20864
+
20865
+ .v-col {
20866
+ flex-basis: 0;
20867
+ flex-grow: 1;
20868
+ max-width: 100%;
20869
+ }
20870
+
20871
+ .v-col-auto {
20872
+ flex: 0 0 auto;
20873
+ width: auto;
20874
+ max-width: 100%;
20875
+ }
20876
+
20877
+ .v-col-1 {
20878
+ flex: 0 0 8.3333333333%;
20879
+ max-width: 8.3333333333%;
20880
+ }
20881
+
20882
+ .v-col-2 {
20883
+ flex: 0 0 16.6666666667%;
20884
+ max-width: 16.6666666667%;
20885
+ }
20886
+
20887
+ .v-col-3 {
20888
+ flex: 0 0 25%;
20889
+ max-width: 25%;
20890
+ }
20891
+
20892
+ .v-col-4 {
20893
+ flex: 0 0 33.3333333333%;
20894
+ max-width: 33.3333333333%;
20895
+ }
20896
+
20897
+ .v-col-5 {
20898
+ flex: 0 0 41.6666666667%;
20899
+ max-width: 41.6666666667%;
20900
+ }
20901
+
20902
+ .v-col-6 {
20903
+ flex: 0 0 50%;
20904
+ max-width: 50%;
20905
+ }
20906
+
20907
+ .v-col-7 {
20908
+ flex: 0 0 58.3333333333%;
20909
+ max-width: 58.3333333333%;
20910
+ }
20911
+
20912
+ .v-col-8 {
20913
+ flex: 0 0 66.6666666667%;
20914
+ max-width: 66.6666666667%;
20915
+ }
20916
+
20917
+ .v-col-9 {
20918
+ flex: 0 0 75%;
20919
+ max-width: 75%;
20920
+ }
20921
+
20922
+ .v-col-10 {
20923
+ flex: 0 0 83.3333333333%;
20924
+ max-width: 83.3333333333%;
20925
+ }
20926
+
20927
+ .v-col-11 {
20928
+ flex: 0 0 91.6666666667%;
20929
+ max-width: 91.6666666667%;
20930
+ }
20931
+
20932
+ .v-col-12 {
20933
+ flex: 0 0 100%;
20934
+ max-width: 100%;
20935
+ }
20936
+
20937
+ .offset-1 {
20938
+ margin-inline-start: 8.3333333333%;
20939
+ }
20940
+
20941
+ .offset-2 {
20942
+ margin-inline-start: 16.6666666667%;
20943
+ }
20944
+
20945
+ .offset-3 {
20946
+ margin-inline-start: 25%;
20947
+ }
20948
+
20949
+ .offset-4 {
20950
+ margin-inline-start: 33.3333333333%;
20951
+ }
20952
+
20953
+ .offset-5 {
20954
+ margin-inline-start: 41.6666666667%;
20955
+ }
20956
+
20957
+ .offset-6 {
20958
+ margin-inline-start: 50%;
20959
+ }
20960
+
20961
+ .offset-7 {
20962
+ margin-inline-start: 58.3333333333%;
20963
+ }
20964
+
20965
+ .offset-8 {
20966
+ margin-inline-start: 66.6666666667%;
20967
+ }
20968
+
20969
+ .offset-9 {
20970
+ margin-inline-start: 75%;
20971
+ }
20972
+
20973
+ .offset-10 {
20974
+ margin-inline-start: 83.3333333333%;
20975
+ }
20976
+
20352
20977
  .offset-11 {
20353
20978
  margin-inline-start: 91.6666666667%;
20354
20979
  }
@@ -20832,548 +21457,414 @@ html.overflow-y-hidden {
20832
21457
  .offset-xxl-11 {
20833
21458
  margin-inline-start: 91.6666666667%;
20834
21459
  }
20835
- }.v-color-picker {
20836
- align-self: flex-start;
20837
- contain: content;
20838
- width: 300px;
20839
- }
20840
- .v-color-picker.v-sheet.v-picker {
20841
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20842
- }
20843
- .v-color-picker.v-sheet.v-picker {
20844
- border-radius: 4px;
20845
- }
20846
-
20847
- .v-color-picker__controls {
20848
- display: flex;
20849
- flex-direction: column;
20850
- padding: 16px;
20851
- }
20852
-
20853
- .v-color-picker--flat {
20854
- 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));
20855
- }
20856
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20857
- 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));
20858
- }.v-combobox .v-field .v-text-field__prefix,
20859
- .v-combobox .v-field .v-text-field__suffix,
20860
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20861
- cursor: text;
20862
- }
20863
- .v-combobox .v-field .v-field__input > input {
20864
- flex: 1 1;
20865
- }
20866
- .v-combobox .v-field input {
20867
- min-width: 64px;
20868
- }
20869
- .v-combobox .v-field:not(.v-field--focused) input {
20870
- min-width: 0;
20871
- }
20872
- .v-combobox .v-field--dirty .v-combobox__selection {
20873
- margin-inline-end: 2px;
20874
- }
20875
- .v-combobox .v-combobox__selection-text {
20876
- overflow: hidden;
20877
- text-overflow: ellipsis;
20878
- white-space: nowrap;
20879
- }
20880
-
20881
- .v-combobox__content {
20882
- overflow: hidden;
20883
- }
20884
- .v-combobox__content {
20885
- 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));
20886
- }
20887
- .v-combobox__content {
20888
- border-radius: 4px;
21460
+ }.v-divider {
21461
+ display: block;
21462
+ flex: 1 1 100%;
21463
+ height: 0px;
21464
+ max-height: 0px;
21465
+ opacity: var(--v-border-opacity);
21466
+ transition: inherit;
20889
21467
  }
20890
- .v-combobox__mask {
20891
- background: rgb(var(--v-theme-surface-light));
21468
+ .v-divider {
21469
+ border-style: solid;
21470
+ border-width: thin 0 0 0;
20892
21471
  }
20893
- .v-combobox__selection {
21472
+ .v-divider--vertical {
21473
+ align-self: stretch;
21474
+ border-width: 0 thin 0 0;
20894
21475
  display: inline-flex;
20895
- align-items: center;
20896
- height: 1.5rem;
20897
- letter-spacing: inherit;
20898
- line-height: inherit;
20899
- max-width: calc(100% - 2px - 2px);
20900
- }
20901
- .v-combobox__selection:first-child {
20902
- margin-inline-start: 0;
20903
- }
20904
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20905
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20906
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20907
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20908
- top: 0px;
20909
- }
20910
- .v-combobox--selecting-index .v-combobox__selection {
20911
- opacity: var(--v-medium-emphasis-opacity);
20912
- }
20913
- .v-combobox--selecting-index .v-combobox__selection--selected {
20914
- opacity: 1;
20915
- }
20916
- .v-combobox--selecting-index .v-field__input > input {
20917
- caret-color: transparent;
20918
- }
20919
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20920
- flex: 1 1;
20921
- position: absolute;
20922
- left: 0;
20923
- right: 0;
20924
- width: 100%;
20925
- padding-inline: inherit;
21476
+ height: auto;
21477
+ margin-left: -1px;
21478
+ max-height: 100%;
21479
+ max-width: 0px;
21480
+ vertical-align: text-bottom;
21481
+ width: 0px;
20926
21482
  }
20927
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20928
- transition: none;
21483
+ .v-divider--inset:not(.v-divider--vertical) {
21484
+ max-width: calc(100% - 72px);
21485
+ margin-inline-start: 72px;
20929
21486
  }
20930
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20931
- opacity: 0;
21487
+ .v-divider--inset.v-divider--vertical {
21488
+ margin-bottom: 8px;
21489
+ margin-top: 8px;
21490
+ max-height: calc(100% - 16px);
20932
21491
  }
20933
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20934
- opacity: 0;
21492
+
21493
+ .v-divider__content {
21494
+ padding: 0 16px;
21495
+ text-wrap: nowrap;
20935
21496
  }
20936
- .v-combobox__menu-icon {
20937
- margin-inline-start: 4px;
20938
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21497
+ .v-divider__wrapper--vertical .v-divider__content {
21498
+ padding: 4px 0;
20939
21499
  }
20940
- .v-combobox--active-menu .v-combobox__menu-icon {
20941
- transform: rotate(180deg);
20942
- }.v-counter {
20943
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20944
- flex: 0 1 auto;
20945
- font-size: 12px;
20946
- transition-duration: 150ms;
20947
- }.v-dialog {
21500
+
21501
+ .v-divider__wrapper {
21502
+ display: flex;
20948
21503
  align-items: center;
20949
21504
  justify-content: center;
20950
- margin: auto;
20951
21505
  }
20952
- .v-dialog > .v-overlay__content {
20953
- max-height: calc(100% - 48px);
20954
- width: calc(100% - 48px);
20955
- max-width: calc(100% - 48px);
20956
- margin: 24px;
20957
- }
20958
- .v-dialog > .v-overlay__content,
20959
- .v-dialog > .v-overlay__content > form {
20960
- display: flex;
21506
+ .v-divider__wrapper--vertical {
20961
21507
  flex-direction: column;
20962
- min-height: 0;
20963
- }
20964
- .v-dialog > .v-overlay__content > .v-card,
20965
- .v-dialog > .v-overlay__content > .v-sheet,
20966
- .v-dialog > .v-overlay__content > form > .v-card,
20967
- .v-dialog > .v-overlay__content > form > .v-sheet {
20968
- --v-scrollbar-offset: 0px;
20969
- border-radius: 4px;
20970
- overflow-y: auto;
20971
- flex: 1 1 100%;
20972
- }
20973
- .v-dialog > .v-overlay__content > .v-card,
20974
- .v-dialog > .v-overlay__content > .v-sheet,
20975
- .v-dialog > .v-overlay__content > form > .v-card,
20976
- .v-dialog > .v-overlay__content > form > .v-sheet {
20977
- 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));
21508
+ height: 100%;
20978
21509
  }
20979
- .v-dialog > .v-overlay__content > .v-card,
20980
- .v-dialog > .v-overlay__content > form > .v-card {
21510
+ .v-divider__wrapper--vertical .v-divider {
21511
+ margin: 0 auto;
21512
+ }.v-empty-state {
21513
+ align-items: center;
20981
21514
  display: flex;
20982
21515
  flex-direction: column;
21516
+ justify-content: center;
21517
+ min-height: 100%;
21518
+ padding: 16px;
20983
21519
  }
20984
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20985
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20986
- padding: 16px 24px;
20987
- }
20988
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20989
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20990
- padding-top: 0;
20991
- }
20992
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20993
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20994
- font-size: inherit;
20995
- letter-spacing: 0.03125em;
20996
- line-height: inherit;
20997
- padding: 16px 24px 24px;
21520
+ .v-empty-state--start {
21521
+ align-items: flex-start;
20998
21522
  }
20999
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21000
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21001
- justify-content: flex-end;
21523
+ .v-empty-state--center {
21524
+ align-items: center;
21002
21525
  }
21003
-
21004
- .v-dialog--fullscreen {
21005
- --v-scrollbar-offset: 0px;
21526
+ .v-empty-state--end {
21527
+ align-items: flex-end;
21006
21528
  }
21007
- .v-dialog--fullscreen > .v-overlay__content {
21008
- border-radius: 0;
21009
- margin: 0;
21010
- padding: 0;
21529
+
21530
+ .v-empty-state__media {
21531
+ text-align: center;
21011
21532
  width: 100%;
21012
- height: 100%;
21013
- max-width: 100%;
21014
- max-height: 100%;
21015
- overflow-y: auto;
21016
- top: 0;
21017
- left: 0;
21018
21533
  }
21019
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
21020
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21021
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21022
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21023
- min-height: 100%;
21024
- min-width: 100%;
21025
- border-radius: 0;
21534
+ .v-empty-state__media .v-icon {
21535
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21026
21536
  }
21027
21537
 
21028
- .v-dialog--scrollable > .v-overlay__content > form,
21029
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21030
- max-height: 100%;
21031
- max-width: 100%;
21538
+ .v-empty-state__headline {
21539
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21540
+ font-size: 3.75rem;
21541
+ font-weight: 300;
21542
+ line-height: 1;
21543
+ text-align: center;
21544
+ margin-bottom: 8px;
21032
21545
  }
21033
- .v-dialog--scrollable > .v-overlay__content,
21034
- .v-dialog--scrollable > .v-overlay__content > .v-card,
21035
- .v-dialog--scrollable > .v-overlay__content > form,
21036
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21037
- display: flex;
21038
- flex: 1 1 100%;
21039
- flex-direction: column;
21546
+ .v-empty-state--mobile .v-empty-state__headline {
21547
+ font-size: 2.125rem;
21040
21548
  }
21041
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21042
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21043
- -webkit-backface-visibility: hidden;
21044
- backface-visibility: hidden;
21045
- overflow-y: auto;
21046
- }.v-date-picker-month {
21047
- display: flex;
21048
- justify-content: center;
21049
- padding: 0 12px 8px;
21050
- --v-date-picker-month-day-diff: 4px;
21549
+
21550
+ .v-empty-state__title {
21551
+ font-size: 1.25rem;
21552
+ font-weight: 500;
21553
+ line-height: 1.6;
21554
+ margin-bottom: 4px;
21555
+ text-align: center;
21051
21556
  }
21052
21557
 
21053
- .v-date-picker-month__weeks {
21054
- display: grid;
21055
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21056
- column-gap: 4px;
21057
- font-size: 0.85rem;
21558
+ .v-empty-state__text {
21559
+ font-size: 0.875rem;
21560
+ font-weight: 400;
21561
+ line-height: 1.425;
21562
+ padding: 0 16px;
21563
+ text-align: center;
21058
21564
  }
21059
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21060
- grid-row-gap: 0;
21565
+
21566
+ .v-empty-state__content {
21567
+ padding: 24px 0;
21061
21568
  }
21062
21569
 
21063
- .v-date-picker-month__weekday {
21064
- font-size: 0.85rem;
21570
+ .v-empty-state__actions {
21571
+ display: flex;
21572
+ gap: 8px;
21573
+ padding: 16px;
21065
21574
  }
21066
21575
 
21067
- .v-date-picker-month__days {
21068
- display: grid;
21069
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21070
- column-gap: 4px;
21071
- flex: 1 1;
21072
- justify-content: space-around;
21576
+ .v-empty-state__action-btn.v-btn {
21577
+ background-color: initial;
21578
+ color: initial;
21579
+ }.v-expansion-panel {
21580
+ background-color: rgb(var(--v-theme-surface));
21581
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21582
+ }
21583
+ .v-expansion-panel:not(:first-child)::after {
21584
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21585
+ }
21586
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21587
+ color: rgba(var(--v-theme-on-surface), 0.26);
21588
+ }
21589
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21590
+ opacity: 0.4615384615;
21073
21591
  }
21074
21592
 
21075
- .v-date-picker-month__day {
21076
- align-items: center;
21593
+ .v-expansion-panels {
21077
21594
  display: flex;
21595
+ flex-wrap: wrap;
21078
21596
  justify-content: center;
21597
+ list-style-type: none;
21598
+ padding: 0;
21599
+ width: 100%;
21079
21600
  position: relative;
21080
- height: 40px;
21081
- width: 40px;
21082
- }
21083
- .v-date-picker-month__day--selected .v-btn {
21084
- background-color: rgb(var(--v-theme-surface-variant));
21085
- color: rgb(var(--v-theme-on-surface-variant));
21601
+ z-index: 1;
21086
21602
  }
21087
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21088
- --v-btn-height: 24px;
21089
- --v-btn-size: 0.85rem;
21603
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21604
+ border-bottom-left-radius: 0 !important;
21605
+ border-bottom-right-radius: 0 !important;
21090
21606
  }
21091
- .v-date-picker-month__day--week {
21092
- font-size: var(--v-btn-size);
21607
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21608
+ border-top-left-radius: 0 !important;
21609
+ border-top-right-radius: 0 !important;
21093
21610
  }
21094
-
21095
- .v-date-picker-month__day--adjacent {
21096
- opacity: 0.5;
21611
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21612
+ border-bottom-left-radius: 0 !important;
21613
+ border-bottom-right-radius: 0 !important;
21097
21614
  }
21098
-
21099
- .v-date-picker-month__day--hide-adjacent {
21100
- opacity: 0;
21101
- }.v-date-picker-header {
21102
- align-items: flex-end;
21103
- height: 70px;
21104
- display: grid;
21105
- grid-template-areas: "prepend content append";
21106
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21107
- overflow: hidden;
21108
- padding-inline: 24px 12px;
21109
- padding-bottom: 12px;
21615
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21616
+ border-top-left-radius: 0 !important;
21617
+ border-top-right-radius: 0 !important;
21110
21618
  }
21111
-
21112
- .v-date-picker-header__append {
21113
- grid-area: append;
21619
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
21620
+ border-bottom-left-radius: 0 !important;
21621
+ border-bottom-right-radius: 0 !important;
21114
21622
  }
21115
-
21116
- .v-date-picker-header__prepend {
21117
- grid-area: prepend;
21118
- padding-inline-start: 8px;
21623
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
21624
+ border-top-left-radius: 0 !important;
21625
+ border-top-right-radius: 0 !important;
21119
21626
  }
21120
-
21121
- .v-date-picker-header__content {
21122
- align-items: center;
21123
- display: inline-flex;
21124
- font-size: 32px;
21125
- line-height: 40px;
21126
- grid-area: content;
21127
- justify-content: space-between;
21627
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
21628
+ border-bottom-left-radius: initial;
21629
+ border-bottom-right-radius: initial;
21128
21630
  }
21129
- .v-date-picker-header--clickable .v-date-picker-header__content {
21130
- cursor: pointer;
21631
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21632
+ border-radius: 0 !important;
21131
21633
  }
21132
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21133
- opacity: 0.7;
21634
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21635
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21134
21636
  }
21135
21637
 
21136
- .date-picker-header-transition-enter-active,
21137
- .date-picker-header-reverse-transition-enter-active {
21138
- transition-duration: 0.3s;
21139
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21638
+ .v-expansion-panel {
21639
+ flex: 1 0 100%;
21640
+ max-width: 100%;
21641
+ position: relative;
21642
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21643
+ transition-property: margin-top, border-radius, border, max-width;
21644
+ border-radius: 4px;
21140
21645
  }
21141
- .date-picker-header-transition-leave-active,
21142
- .date-picker-header-reverse-transition-leave-active {
21143
- transition-duration: 0.3s;
21144
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21646
+ .v-expansion-panel:not(:first-child)::after {
21647
+ border-top-style: solid;
21648
+ border-top-width: thin;
21649
+ content: "";
21650
+ left: 0;
21651
+ position: absolute;
21652
+ right: 0;
21653
+ top: 0;
21654
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
21145
21655
  }
21146
-
21147
- .date-picker-header-transition-enter-from {
21148
- transform: translate(0, 100%);
21656
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21657
+ pointer-events: none;
21149
21658
  }
21150
- .date-picker-header-transition-leave-to {
21659
+ .v-expansion-panel--active:not(:first-child),
21660
+ .v-expansion-panel--active + .v-expansion-panel {
21661
+ margin-top: 16px;
21662
+ }
21663
+ .v-expansion-panel--active:not(:first-child)::after,
21664
+ .v-expansion-panel--active + .v-expansion-panel::after {
21151
21665
  opacity: 0;
21152
- transform: translate(0, -100%);
21153
21666
  }
21154
-
21155
- .date-picker-header-reverse-transition-enter-from {
21156
- transform: translate(0, -100%);
21667
+ .v-expansion-panel--active > .v-expansion-panel-title {
21668
+ border-bottom-left-radius: 0;
21669
+ border-bottom-right-radius: 0;
21157
21670
  }
21158
- .date-picker-header-reverse-transition-leave-to {
21159
- opacity: 0;
21160
- transform: translate(0, 100%);
21161
- }.v-date-picker-months {
21162
- height: 288px;
21671
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
21672
+ min-height: 64px;
21163
21673
  }
21164
21674
 
21165
- .v-date-picker-months__content {
21166
- align-items: center;
21167
- display: grid;
21168
- flex: 1 1;
21169
- height: inherit;
21170
- justify-content: space-around;
21171
- grid-template-columns: repeat(2, 1fr);
21172
- grid-gap: 0px 24px;
21173
- padding-inline-start: 36px;
21174
- padding-inline-end: 36px;
21675
+ .v-expansion-panel__shadow {
21676
+ border-radius: inherit;
21677
+ z-index: -1;
21175
21678
  }
21176
- .v-date-picker-months__content .v-btn {
21177
- text-transform: none;
21178
- padding-inline-start: 8px;
21179
- padding-inline-end: 8px;
21180
- }.v-date-picker-years {
21181
- height: 288px;
21182
- overflow-y: scroll;
21679
+ .v-expansion-panel__shadow {
21680
+ position: absolute;
21681
+ top: 0;
21682
+ left: 0;
21683
+ width: 100%;
21684
+ height: 100%;
21183
21685
  }
21184
-
21185
- .v-date-picker-years__content {
21186
- display: grid;
21187
- flex: 1 1;
21188
- justify-content: space-around;
21189
- grid-template-columns: repeat(3, 1fr);
21190
- gap: 8px 24px;
21191
- padding-inline: 32px;
21686
+ .v-expansion-panel__shadow {
21687
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21192
21688
  }
21193
- .v-date-picker-years__content .v-btn {
21194
- padding-inline: 8px;
21195
- }.v-date-picker-controls {
21196
- display: flex;
21689
+
21690
+ .v-expansion-panel-title {
21197
21691
  align-items: center;
21692
+ text-align: start;
21693
+ border-radius: inherit;
21694
+ display: flex;
21695
+ font-size: 0.9375rem;
21696
+ line-height: 1;
21697
+ min-height: 48px;
21698
+ outline: none;
21699
+ padding: 16px 24px;
21700
+ position: relative;
21701
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
21702
+ width: 100%;
21198
21703
  justify-content: space-between;
21199
- font-size: 0.875rem;
21200
- height: var(--v-date-picker-controls-height, 56px);
21201
- padding-top: 4px;
21202
- padding-bottom: 4px;
21203
- padding-inline-start: 6px;
21204
- padding-inline-end: 12px;
21205
- }
21206
- .v-date-picker-controls > .v-btn:first-child {
21207
- text-transform: none;
21208
- font-weight: 400;
21209
- line-height: initial;
21210
- letter-spacing: initial;
21211
21704
  }
21212
- .v-date-picker-controls--variant-classic {
21213
- padding-inline-start: 12px;
21214
- }
21215
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
21216
- opacity: 0.7;
21705
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21706
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21217
21707
  }
21218
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
21219
- cursor: pointer;
21708
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21709
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21220
21710
  }
21221
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
21222
- opacity: 1;
21711
+ @supports not selector(:focus-visible) {
21712
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21713
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21714
+ }
21223
21715
  }
21224
- .v-date-picker-controls .v-btn:last-child {
21225
- margin-inline-start: 4px;
21716
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
21717
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21226
21718
  }
21227
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
21228
- transform: rotate(180deg);
21719
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
21720
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21229
21721
  }
21230
-
21231
- .v-date-picker-controls__date {
21232
- margin-inline-end: 4px;
21722
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
21723
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21233
21724
  }
21234
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
21235
- margin: auto;
21236
- text-align: center;
21725
+ @supports not selector(:focus-visible) {
21726
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
21727
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21728
+ }
21237
21729
  }
21238
21730
 
21239
- .v-date-picker-controls__month {
21240
- display: flex;
21731
+ .v-expansion-panel-title__overlay {
21732
+ background-color: currentColor;
21733
+ border-radius: inherit;
21734
+ opacity: 0;
21241
21735
  }
21242
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
21243
- flex-direction: row-reverse;
21736
+ .v-expansion-panel-title__overlay {
21737
+ position: absolute;
21738
+ top: 0;
21739
+ left: 0;
21740
+ width: 100%;
21741
+ height: 100%;
21244
21742
  }
21245
21743
 
21246
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
21247
- flex: 1 0 auto;
21744
+ .v-expansion-panel-title__icon {
21745
+ display: inline-flex;
21746
+ margin-bottom: -4px;
21747
+ margin-top: -4px;
21748
+ -webkit-user-select: none;
21749
+ user-select: none;
21750
+ margin-inline-start: auto;
21248
21751
  }
21249
21752
 
21250
- .v-date-picker__title {
21251
- display: inline-block;
21252
- }.v-empty-state {
21253
- align-items: center;
21753
+ .v-expansion-panel-text {
21254
21754
  display: flex;
21255
- flex-direction: column;
21256
- justify-content: center;
21257
- min-height: 100%;
21258
- padding: 16px;
21259
21755
  }
21260
- .v-empty-state--start {
21261
- align-items: flex-start;
21756
+ .v-expansion-panel-text__wrapper {
21757
+ padding: 8px 24px 16px;
21758
+ flex: 1 1 auto;
21759
+ max-width: 100%;
21262
21760
  }
21263
- .v-empty-state--center {
21264
- align-items: center;
21761
+
21762
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21763
+ margin-top: 0;
21265
21764
  }
21266
- .v-empty-state--end {
21267
- align-items: flex-end;
21765
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21766
+ opacity: 1;
21268
21767
  }
21269
21768
 
21270
- .v-empty-state__media {
21271
- text-align: center;
21272
- width: 100%;
21769
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21770
+ max-width: calc(100% - 32px);
21273
21771
  }
21274
- .v-empty-state__media .v-icon {
21275
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21772
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21773
+ max-width: calc(100% + 16px);
21276
21774
  }
21277
21775
 
21278
- .v-empty-state__headline {
21279
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21280
- font-size: 3.75rem;
21281
- font-weight: 300;
21282
- line-height: 1;
21283
- text-align: center;
21284
- margin-bottom: 8px;
21776
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21777
+ max-width: 100%;
21285
21778
  }
21286
- .v-empty-state--mobile .v-empty-state__headline {
21287
- font-size: 2.125rem;
21779
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21780
+ max-width: calc(100% - 32px);
21288
21781
  }
21289
21782
 
21290
- .v-empty-state__title {
21291
- font-size: 1.25rem;
21292
- font-weight: 500;
21293
- line-height: 1.6;
21294
- margin-bottom: 4px;
21295
- text-align: center;
21783
+ .v-expansion-panels--flat > .v-expansion-panel::after {
21784
+ border-top: none;
21296
21785
  }
21297
-
21298
- .v-empty-state__text {
21299
- font-size: 0.875rem;
21300
- font-weight: 400;
21301
- line-height: 1.425;
21302
- padding: 0 16px;
21303
- text-align: center;
21786
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21787
+ display: none;
21304
21788
  }
21305
21789
 
21306
- .v-empty-state__content {
21307
- padding: 24px 0;
21790
+ .v-expansion-panels--tile {
21791
+ border-radius: 0;
21308
21792
  }
21309
-
21310
- .v-empty-state__actions {
21793
+ .v-expansion-panels--tile > .v-expansion-panel {
21794
+ border-radius: 0;
21795
+ }.v-fab {
21796
+ align-items: center;
21797
+ display: inline-flex;
21798
+ flex: 1 1 auto;
21799
+ pointer-events: none;
21800
+ position: relative;
21801
+ transition-duration: 0.2s;
21802
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21803
+ vertical-align: middle;
21804
+ }
21805
+ .v-fab .v-btn {
21806
+ pointer-events: auto;
21807
+ }
21808
+ .v-fab .v-btn--variant-elevated {
21809
+ 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));
21810
+ }
21811
+ .v-fab--app, .v-fab--absolute {
21311
21812
  display: flex;
21312
- gap: 8px;
21313
- padding: 16px;
21314
21813
  }
21315
-
21316
- .v-empty-state__action-btn.v-btn {
21317
- background-color: initial;
21318
- color: initial;
21319
- }.v-date-picker {
21320
- overflow: hidden;
21321
- width: 328px;
21814
+ .v-fab--absolute {
21815
+ position: absolute;
21816
+ inset: 0;
21322
21817
  }
21323
- .v-date-picker--show-week {
21324
- width: 368px;
21325
- }.v-divider {
21326
- display: block;
21327
- flex: 1 1 100%;
21328
- height: 0px;
21329
- max-height: 0px;
21330
- opacity: var(--v-border-opacity);
21331
- transition: inherit;
21818
+ .v-fab--start, .v-fab--left {
21819
+ justify-content: flex-start;
21332
21820
  }
21333
- .v-divider {
21334
- border-style: solid;
21335
- border-width: thin 0 0 0;
21821
+ .v-fab--center {
21822
+ align-items: center;
21823
+ justify-content: center;
21336
21824
  }
21337
- .v-divider--vertical {
21338
- align-self: stretch;
21339
- border-width: 0 thin 0 0;
21825
+ .v-fab--end, .v-fab--right {
21826
+ justify-content: flex-end;
21827
+ }
21828
+ .v-fab--bottom {
21829
+ align-items: flex-end;
21830
+ }
21831
+ .v-fab--top {
21832
+ align-items: flex-start;
21833
+ }
21834
+ .v-fab--extended .v-btn {
21835
+ border-radius: 9999px !important;
21836
+ }
21837
+
21838
+ .v-fab__container {
21839
+ align-self: center;
21340
21840
  display: inline-flex;
21341
- height: auto;
21342
- margin-left: -1px;
21343
- max-height: 100%;
21344
- max-width: 0px;
21345
- vertical-align: text-bottom;
21346
- width: 0px;
21841
+ vertical-align: middle;
21347
21842
  }
21348
- .v-divider--inset:not(.v-divider--vertical) {
21349
- max-width: calc(100% - 72px);
21350
- margin-inline-start: 72px;
21843
+ .v-fab--app .v-fab__container {
21844
+ margin: 12px;
21845
+ position: fixed;
21846
+ }
21847
+ .v-fab--absolute .v-fab__container {
21848
+ position: absolute;
21849
+ z-index: 4;
21351
21850
  }
21352
- .v-divider--inset.v-divider--vertical {
21353
- margin-bottom: 8px;
21354
- margin-top: 8px;
21355
- max-height: calc(100% - 16px);
21851
+ .v-fab--offset.v-fab--top .v-fab__container {
21852
+ transform: translateY(-50%);
21356
21853
  }
21357
-
21358
- .v-divider__content {
21359
- padding: 0 16px;
21360
- text-wrap: nowrap;
21854
+ .v-fab--offset.v-fab--bottom .v-fab__container {
21855
+ transform: translateY(50%);
21361
21856
  }
21362
- .v-divider__wrapper--vertical .v-divider__content {
21363
- padding: 4px 0;
21857
+ .v-fab--top .v-fab__container {
21858
+ top: 0;
21364
21859
  }
21365
-
21366
- .v-divider__wrapper {
21367
- display: flex;
21368
- align-items: center;
21369
- justify-content: center;
21860
+ .v-fab--bottom .v-fab__container {
21861
+ bottom: 0;
21370
21862
  }
21371
- .v-divider__wrapper--vertical {
21372
- flex-direction: column;
21373
- height: 100%;
21863
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21864
+ left: 0;
21374
21865
  }
21375
- .v-divider__wrapper--vertical .v-divider {
21376
- margin: 0 auto;
21866
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21867
+ right: 0;
21377
21868
  }/* region INPUT */
21378
21869
  .v-field {
21379
21870
  display: grid;
@@ -21916,346 +22407,93 @@ textarea.v-field__input::placeholder {
21916
22407
  opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21917
22408
  }
21918
22409
 
21919
- .v-field--variant-solo-filled .v-field__overlay {
21920
- background-color: currentColor;
21921
- opacity: 0.04;
21922
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21923
- }
21924
- @media (hover: hover) {
21925
- .v-field--variant-solo-filled:hover .v-field__overlay {
21926
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21927
- }
21928
- }
21929
- .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
21930
- opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21931
- }
21932
-
21933
- .v-field--variant-solo-inverted .v-field__overlay {
21934
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21935
- }
21936
- .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
21937
- opacity: 0;
21938
- }
21939
- @media (hover: hover) {
21940
- .v-field--variant-solo-inverted:hover .v-field__overlay {
21941
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21942
- }
21943
- }
21944
- .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
21945
- background-color: rgb(var(--v-theme-surface-variant));
21946
- opacity: 1;
21947
- }
21948
-
21949
- /* endregion */
21950
- /* region MODIFIERS */
21951
- .v-field--reverse .v-field__field,
21952
- .v-field--reverse .v-field__input,
21953
- .v-field--reverse .v-field__outline {
21954
- flex-direction: row-reverse;
21955
- }
21956
- .v-field--reverse .v-field__input, .v-field--reverse input {
21957
- text-align: end;
21958
- }
21959
-
21960
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
21961
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21962
- border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
21963
- }
21964
-
21965
- .v-field--loading .v-field__outline::after,
21966
- .v-field--loading .v-field__outline::before {
21967
- opacity: 0;
21968
- }
21969
-
21970
- /* endregion */.v-expansion-panel {
21971
- background-color: rgb(var(--v-theme-surface));
21972
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21973
- }
21974
- .v-expansion-panel:not(:first-child)::after {
21975
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21976
- }
21977
- .v-expansion-panel--disabled .v-expansion-panel-title {
21978
- color: rgba(var(--v-theme-on-surface), 0.26);
21979
- }
21980
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21981
- opacity: 0.4615384615;
21982
- }
21983
-
21984
- .v-expansion-panels {
21985
- display: flex;
21986
- flex-wrap: wrap;
21987
- justify-content: center;
21988
- list-style-type: none;
21989
- padding: 0;
21990
- width: 100%;
21991
- position: relative;
21992
- z-index: 1;
21993
- }
21994
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21995
- border-bottom-left-radius: 0 !important;
21996
- border-bottom-right-radius: 0 !important;
21997
- }
21998
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21999
- border-top-left-radius: 0 !important;
22000
- border-top-right-radius: 0 !important;
22001
- }
22002
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22003
- border-bottom-left-radius: 0 !important;
22004
- border-bottom-right-radius: 0 !important;
22005
- }
22006
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22007
- border-top-left-radius: 0 !important;
22008
- border-top-right-radius: 0 !important;
22009
- }
22010
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
22011
- border-bottom-left-radius: 0 !important;
22012
- border-bottom-right-radius: 0 !important;
22013
- }
22014
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
22015
- border-top-left-radius: 0 !important;
22016
- border-top-right-radius: 0 !important;
22017
- }
22018
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
22019
- border-bottom-left-radius: initial;
22020
- border-bottom-right-radius: initial;
22021
- }
22022
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
22023
- border-radius: 0 !important;
22024
- }
22025
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
22026
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
22027
- }
22028
-
22029
- .v-expansion-panel {
22030
- flex: 1 0 100%;
22031
- max-width: 100%;
22032
- position: relative;
22033
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
22034
- transition-property: margin-top, border-radius, border, max-width;
22035
- border-radius: 4px;
22036
- }
22037
- .v-expansion-panel:not(:first-child)::after {
22038
- border-top-style: solid;
22039
- border-top-width: thin;
22040
- content: "";
22041
- left: 0;
22042
- position: absolute;
22043
- right: 0;
22044
- top: 0;
22045
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
22046
- }
22047
- .v-expansion-panel--disabled .v-expansion-panel-title {
22048
- pointer-events: none;
22049
- }
22050
- .v-expansion-panel--active:not(:first-child),
22051
- .v-expansion-panel--active + .v-expansion-panel {
22052
- margin-top: 16px;
22053
- }
22054
- .v-expansion-panel--active:not(:first-child)::after,
22055
- .v-expansion-panel--active + .v-expansion-panel::after {
22056
- opacity: 0;
22057
- }
22058
- .v-expansion-panel--active > .v-expansion-panel-title {
22059
- border-bottom-left-radius: 0;
22060
- border-bottom-right-radius: 0;
22061
- }
22062
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
22063
- min-height: 64px;
22064
- }
22065
-
22066
- .v-expansion-panel__shadow {
22067
- border-radius: inherit;
22068
- z-index: -1;
22069
- }
22070
- .v-expansion-panel__shadow {
22071
- position: absolute;
22072
- top: 0;
22073
- left: 0;
22074
- width: 100%;
22075
- height: 100%;
22076
- }
22077
- .v-expansion-panel__shadow {
22078
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22079
- }
22080
-
22081
- .v-expansion-panel-title {
22082
- align-items: center;
22083
- text-align: start;
22084
- border-radius: inherit;
22085
- display: flex;
22086
- font-size: 0.9375rem;
22087
- line-height: 1;
22088
- min-height: 48px;
22089
- outline: none;
22090
- padding: 16px 24px;
22091
- position: relative;
22092
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
22093
- width: 100%;
22094
- justify-content: space-between;
22095
- }
22096
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
22097
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22098
- }
22099
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
22100
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22101
- }
22102
- @supports not selector(:focus-visible) {
22103
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
22104
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22105
- }
22106
- }
22107
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
22108
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
22109
- }
22110
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
22111
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22112
- }
22113
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
22114
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22115
- }
22116
- @supports not selector(:focus-visible) {
22117
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
22118
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22119
- }
22120
- }
22121
-
22122
- .v-expansion-panel-title__overlay {
22123
- background-color: currentColor;
22124
- border-radius: inherit;
22125
- opacity: 0;
22126
- }
22127
- .v-expansion-panel-title__overlay {
22128
- position: absolute;
22129
- top: 0;
22130
- left: 0;
22131
- width: 100%;
22132
- height: 100%;
22133
- }
22134
-
22135
- .v-expansion-panel-title__icon {
22136
- display: inline-flex;
22137
- margin-bottom: -4px;
22138
- margin-top: -4px;
22139
- -webkit-user-select: none;
22140
- user-select: none;
22141
- margin-inline-start: auto;
22142
- }
22143
-
22144
- .v-expansion-panel-text {
22145
- display: flex;
22410
+ .v-field--variant-solo-filled .v-field__overlay {
22411
+ background-color: currentColor;
22412
+ opacity: 0.04;
22413
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
22146
22414
  }
22147
- .v-expansion-panel-text__wrapper {
22148
- padding: 8px 24px 16px;
22149
- flex: 1 1 auto;
22150
- max-width: 100%;
22415
+ @media (hover: hover) {
22416
+ .v-field--variant-solo-filled:hover .v-field__overlay {
22417
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22418
+ }
22419
+ }
22420
+ .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
22421
+ opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22151
22422
  }
22152
22423
 
22153
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
22154
- margin-top: 0;
22424
+ .v-field--variant-solo-inverted .v-field__overlay {
22425
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
22155
22426
  }
22156
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
22157
- opacity: 1;
22427
+ .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
22428
+ opacity: 0;
22158
22429
  }
22159
-
22160
- .v-expansion-panels--variant-popout > .v-expansion-panel {
22161
- max-width: calc(100% - 32px);
22430
+ @media (hover: hover) {
22431
+ .v-field--variant-solo-inverted:hover .v-field__overlay {
22432
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22433
+ }
22162
22434
  }
22163
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
22164
- max-width: calc(100% + 16px);
22435
+ .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
22436
+ background-color: rgb(var(--v-theme-surface-variant));
22437
+ opacity: 1;
22165
22438
  }
22166
22439
 
22167
- .v-expansion-panels--variant-inset > .v-expansion-panel {
22168
- max-width: 100%;
22440
+ /* endregion */
22441
+ /* region MODIFIERS */
22442
+ .v-field--reverse .v-field__field,
22443
+ .v-field--reverse .v-field__input,
22444
+ .v-field--reverse .v-field__outline {
22445
+ flex-direction: row-reverse;
22169
22446
  }
22170
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
22171
- max-width: calc(100% - 32px);
22447
+ .v-field--reverse .v-field__input, .v-field--reverse input {
22448
+ text-align: end;
22172
22449
  }
22173
22450
 
22174
- .v-expansion-panels--flat > .v-expansion-panel::after {
22175
- border-top: none;
22176
- }
22177
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
22178
- display: none;
22451
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
22452
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
22453
+ border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
22179
22454
  }
22180
22455
 
22181
- .v-expansion-panels--tile {
22182
- border-radius: 0;
22456
+ .v-field--loading .v-field__outline::after,
22457
+ .v-field--loading .v-field__outline::before {
22458
+ opacity: 0;
22183
22459
  }
22184
- .v-expansion-panels--tile > .v-expansion-panel {
22185
- border-radius: 0;
22186
- }.v-fab {
22460
+
22461
+ /* endregion */.v-footer {
22187
22462
  align-items: center;
22188
- display: inline-flex;
22463
+ display: flex;
22189
22464
  flex: 1 1 auto;
22190
- pointer-events: none;
22465
+ padding: 8px 16px;
22191
22466
  position: relative;
22192
- transition-duration: 0.2s;
22193
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22194
- vertical-align: middle;
22467
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22468
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22195
22469
  }
22196
- .v-fab .v-btn {
22197
- pointer-events: auto;
22470
+ .v-footer {
22471
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22472
+ border-style: solid;
22473
+ border-width: 0;
22198
22474
  }
22199
- .v-fab .v-btn--variant-elevated {
22200
- 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));
22475
+ .v-footer--border {
22476
+ border-width: thin;
22477
+ box-shadow: none;
22201
22478
  }
22202
- .v-fab--app, .v-fab--absolute {
22203
- display: flex;
22479
+ .v-footer {
22480
+ 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));
22204
22481
  }
22205
- .v-fab--absolute {
22482
+ .v-footer--absolute {
22206
22483
  position: absolute;
22207
- inset: 0;
22208
- }
22209
- .v-fab--start, .v-fab--left {
22210
- justify-content: flex-start;
22211
22484
  }
22212
- .v-fab--center {
22213
- align-items: center;
22214
- justify-content: center;
22215
- }
22216
- .v-fab--end, .v-fab--right {
22217
- justify-content: flex-end;
22218
- }
22219
- .v-fab--bottom {
22220
- align-items: flex-end;
22221
- }
22222
- .v-fab--top {
22223
- align-items: flex-start;
22224
- }
22225
- .v-fab--extended .v-btn {
22226
- border-radius: 9999px !important;
22227
- }
22228
-
22229
- .v-fab__container {
22230
- align-self: center;
22231
- display: inline-flex;
22232
- vertical-align: middle;
22233
- }
22234
- .v-fab--app .v-fab__container {
22235
- margin: 12px;
22485
+ .v-footer--fixed {
22236
22486
  position: fixed;
22237
22487
  }
22238
- .v-fab--absolute .v-fab__container {
22239
- position: absolute;
22240
- z-index: 4;
22241
- }
22242
- .v-fab--offset.v-fab--top .v-fab__container {
22243
- transform: translateY(-50%);
22244
- }
22245
- .v-fab--offset.v-fab--bottom .v-fab__container {
22246
- transform: translateY(50%);
22247
- }
22248
- .v-fab--top .v-fab__container {
22249
- top: 0;
22250
- }
22251
- .v-fab--bottom .v-fab__container {
22252
- bottom: 0;
22488
+ .v-footer {
22489
+ border-radius: 0;
22253
22490
  }
22254
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22255
- left: 0;
22491
+ .v-footer {
22492
+ background: rgb(var(--v-theme-surface));
22493
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22256
22494
  }
22257
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22258
- right: 0;
22495
+ .v-footer--rounded {
22496
+ border-radius: 4px;
22259
22497
  }.v-file-input--hide.v-input .v-field,
22260
22498
  .v-file-input--hide.v-input .v-input__control,
22261
22499
  .v-file-input--hide.v-input .v-input__details {
@@ -22288,42 +22526,57 @@ textarea.v-field__input::placeholder {
22288
22526
  }
22289
22527
  .v-input--plain-underlined.v-file-input .v-input__details {
22290
22528
  padding-inline: 0;
22291
- }.v-footer {
22292
- align-items: center;
22293
- display: flex;
22294
- flex: 1 1 auto;
22295
- padding: 8px 16px;
22296
- position: relative;
22297
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22298
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22529
+ }.v-img {
22530
+ --v-theme-overlay-multiplier: 3;
22531
+ z-index: 0;
22299
22532
  }
22300
- .v-footer {
22301
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22302
- border-style: solid;
22303
- border-width: 0;
22533
+ .v-img.v-img--absolute {
22534
+ height: 100%;
22535
+ left: 0;
22536
+ overflow: hidden;
22537
+ position: absolute;
22538
+ top: 0;
22539
+ width: 100%;
22540
+ z-index: -1;
22304
22541
  }
22305
- .v-footer--border {
22306
- border-width: thin;
22307
- box-shadow: none;
22542
+ .v-img--booting .v-responsive__sizer {
22543
+ transition: none;
22308
22544
  }
22309
- .v-footer {
22310
- 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));
22545
+ .v-img--rounded {
22546
+ border-radius: 4px;
22311
22547
  }
22312
- .v-footer--absolute {
22548
+
22549
+ .v-img__img,
22550
+ .v-img__picture,
22551
+ .v-img__gradient,
22552
+ .v-img__placeholder,
22553
+ .v-img__error {
22554
+ z-index: -1;
22555
+ }
22556
+ .v-img__img,
22557
+ .v-img__picture,
22558
+ .v-img__gradient,
22559
+ .v-img__placeholder,
22560
+ .v-img__error {
22313
22561
  position: absolute;
22562
+ top: 0;
22563
+ left: 0;
22564
+ width: 100%;
22565
+ height: 100%;
22314
22566
  }
22315
- .v-footer--fixed {
22316
- position: fixed;
22567
+
22568
+ .v-img__img--preload {
22569
+ filter: blur(4px);
22317
22570
  }
22318
- .v-footer {
22319
- border-radius: 0;
22571
+ .v-img__img--contain {
22572
+ object-fit: contain;
22320
22573
  }
22321
- .v-footer {
22322
- background: rgb(var(--v-theme-surface));
22323
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22574
+ .v-img__img--cover {
22575
+ object-fit: cover;
22324
22576
  }
22325
- .v-footer--rounded {
22326
- border-radius: 4px;
22577
+
22578
+ .v-img__gradient {
22579
+ background-repeat: no-repeat;
22327
22580
  }.v-icon {
22328
22581
  --v-icon-size-multiplier: 1;
22329
22582
  align-items: center;
@@ -22363,72 +22616,21 @@ textarea.v-field__input::placeholder {
22363
22616
  font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
22364
22617
  }
22365
22618
  .v-icon--size-x-large {
22366
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
22367
- }
22368
-
22369
- .v-icon__svg {
22370
- fill: currentColor;
22371
- width: 100%;
22372
- height: 100%;
22373
- }
22374
-
22375
- .v-icon--start {
22376
- margin-inline-end: 8px;
22377
- }
22378
-
22379
- .v-icon--end {
22380
- margin-inline-start: 8px;
22381
- }.v-img {
22382
- --v-theme-overlay-multiplier: 3;
22383
- z-index: 0;
22384
- }
22385
- .v-img.v-img--absolute {
22386
- height: 100%;
22387
- left: 0;
22388
- overflow: hidden;
22389
- position: absolute;
22390
- top: 0;
22391
- width: 100%;
22392
- z-index: -1;
22393
- }
22394
- .v-img--booting .v-responsive__sizer {
22395
- transition: none;
22396
- }
22397
- .v-img--rounded {
22398
- border-radius: 4px;
22399
- }
22400
-
22401
- .v-img__img,
22402
- .v-img__picture,
22403
- .v-img__gradient,
22404
- .v-img__placeholder,
22405
- .v-img__error {
22406
- z-index: -1;
22619
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
22407
22620
  }
22408
- .v-img__img,
22409
- .v-img__picture,
22410
- .v-img__gradient,
22411
- .v-img__placeholder,
22412
- .v-img__error {
22413
- position: absolute;
22414
- top: 0;
22415
- left: 0;
22621
+
22622
+ .v-icon__svg {
22623
+ fill: currentColor;
22416
22624
  width: 100%;
22417
22625
  height: 100%;
22418
22626
  }
22419
22627
 
22420
- .v-img__img--preload {
22421
- filter: blur(4px);
22422
- }
22423
- .v-img__img--contain {
22424
- object-fit: contain;
22425
- }
22426
- .v-img__img--cover {
22427
- object-fit: cover;
22628
+ .v-icon--start {
22629
+ margin-inline-end: 8px;
22428
22630
  }
22429
22631
 
22430
- .v-img__gradient {
22431
- background-repeat: no-repeat;
22632
+ .v-icon--end {
22633
+ margin-inline-start: 8px;
22432
22634
  }.v-infinite-scroll--horizontal {
22433
22635
  display: flex;
22434
22636
  flex-direction: row;
@@ -22618,21 +22820,6 @@ textarea.v-field__input::placeholder {
22618
22820
  max-width: 100%;
22619
22821
  position: relative;
22620
22822
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22621
- }.v-label {
22622
- align-items: center;
22623
- color: inherit;
22624
- display: inline-flex;
22625
- font-size: 1rem;
22626
- letter-spacing: 0.009375em;
22627
- min-width: 0;
22628
- opacity: var(--v-medium-emphasis-opacity);
22629
- overflow: hidden;
22630
- text-overflow: ellipsis;
22631
- white-space: nowrap;
22632
- }
22633
-
22634
- .v-label--clickable {
22635
- cursor: pointer;
22636
22823
  }.v-layout {
22637
22824
  --v-scrollbar-offset: 0px;
22638
22825
  display: flex;
@@ -22648,8 +22835,6 @@ textarea.v-field__input::placeholder {
22648
22835
 
22649
22836
  .v-layout-item--absolute {
22650
22837
  position: absolute;
22651
- }.v-locale-provider {
22652
- display: contents;
22653
22838
  }.v-list-item {
22654
22839
  align-items: center;
22655
22840
  display: grid;
@@ -23226,6 +23411,42 @@ textarea.v-field__input::placeholder {
23226
23411
  right: 0;
23227
23412
  top: 0;
23228
23413
  transition: opacity 0.2s ease-in-out;
23414
+ }.v-locale-provider {
23415
+ display: contents;
23416
+ }.v-menu > .v-overlay__content {
23417
+ display: flex;
23418
+ flex-direction: column;
23419
+ }
23420
+ .v-menu > .v-overlay__content {
23421
+ border-radius: 4px;
23422
+ }
23423
+ .v-menu > .v-overlay__content > .v-card,
23424
+ .v-menu > .v-overlay__content > .v-sheet,
23425
+ .v-menu > .v-overlay__content > .v-list {
23426
+ background: rgb(var(--v-theme-surface));
23427
+ border-radius: inherit;
23428
+ overflow: auto;
23429
+ height: 100%;
23430
+ }
23431
+ .v-menu > .v-overlay__content > .v-card,
23432
+ .v-menu > .v-overlay__content > .v-sheet,
23433
+ .v-menu > .v-overlay__content > .v-list {
23434
+ 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));
23435
+ }.v-label {
23436
+ align-items: center;
23437
+ color: inherit;
23438
+ display: inline-flex;
23439
+ font-size: 1rem;
23440
+ letter-spacing: 0.009375em;
23441
+ min-width: 0;
23442
+ opacity: var(--v-medium-emphasis-opacity);
23443
+ overflow: hidden;
23444
+ text-overflow: ellipsis;
23445
+ white-space: nowrap;
23446
+ }
23447
+
23448
+ .v-label--clickable {
23449
+ cursor: pointer;
23229
23450
  }.v-main {
23230
23451
  flex: 1 0 auto;
23231
23452
  max-width: 100%;
@@ -23376,63 +23597,6 @@ textarea.v-field__input::placeholder {
23376
23597
  .v-navigation-drawer__append {
23377
23598
  flex: none;
23378
23599
  overflow: hidden;
23379
- }.v-number-input input[type=number] {
23380
- -moz-appearance: textfield;
23381
- }
23382
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
23383
- -webkit-appearance: none;
23384
- }
23385
- .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
23386
- padding-inline-start: 0;
23387
- }
23388
- .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
23389
- padding-inline-end: 0;
23390
- }
23391
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
23392
- margin-inline-end: 4px;
23393
- }
23394
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
23395
- .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
23396
- margin-inline: 8px 0;
23397
- }
23398
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
23399
- margin-inline-start: 4px;
23400
- }
23401
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
23402
- .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
23403
- margin-inline: 0 8px;
23404
- }
23405
- .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
23406
- margin-inline-end: 8px;
23407
- }
23408
- .v-number-input--inset .v-divider {
23409
- height: 55%;
23410
- width: 55%;
23411
- align-self: center;
23412
- }
23413
- .v-number-input--split .v-field__input {
23414
- text-align: center;
23415
- }
23416
- .v-number-input--stacked .v-number-input__control {
23417
- flex-direction: column-reverse;
23418
- }
23419
- .v-number-input--stacked .v-number-input__control .v-btn {
23420
- flex: 1;
23421
- }
23422
- .v-number-input--hide-input .v-field {
23423
- flex: none;
23424
- }
23425
- .v-number-input--hide-input .v-field__input {
23426
- width: 0;
23427
- padding-inline: 0;
23428
- }
23429
- .v-number-input__control {
23430
- display: flex;
23431
- height: 100%;
23432
- }
23433
- .v-number-input__control .v-btn {
23434
- background-color: transparent;
23435
- border-radius: 0;
23436
23600
  }.v-otp-input {
23437
23601
  align-items: center;
23438
23602
  display: flex;
@@ -23555,114 +23719,69 @@ html.v-overlay-scroll-blocked {
23555
23719
 
23556
23720
  .v-overlay--scroll-blocked {
23557
23721
  padding-inline-end: var(--v-scrollbar-offset);
23558
- }.v-parallax {
23559
- position: relative;
23560
- overflow: hidden;
23561
- }
23562
- .v-parallax--active > .v-img__img {
23563
- will-change: transform;
23564
- }.v-progress-circular {
23565
- align-items: center;
23566
- display: inline-flex;
23567
- justify-content: center;
23568
- position: relative;
23569
- vertical-align: middle;
23570
- }
23571
- .v-progress-circular > svg {
23572
- width: 100%;
23573
- height: 100%;
23574
- margin: auto;
23575
- position: absolute;
23576
- top: 0;
23577
- bottom: 0;
23578
- left: 0;
23579
- right: 0;
23580
- z-index: 0;
23581
- }
23582
-
23583
- .v-progress-circular__content {
23584
- align-items: center;
23585
- display: flex;
23586
- justify-content: center;
23587
- }
23588
-
23589
- .v-progress-circular__underlay {
23590
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23591
- stroke: currentColor;
23592
- z-index: 1;
23722
+ }.v-number-input input[type=number] {
23723
+ -moz-appearance: textfield;
23593
23724
  }
23594
-
23595
- .v-progress-circular__overlay {
23596
- stroke: currentColor;
23597
- transition: all 0.2s ease-in-out, stroke-width 0s;
23598
- z-index: 2;
23725
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
23726
+ -webkit-appearance: none;
23599
23727
  }
23600
-
23601
- .v-progress-circular--size-x-small {
23602
- height: 16px;
23603
- width: 16px;
23728
+ .v-number-input .v-field:has(.v-field__prepend-inner > .v-number-input__control:first-child) {
23729
+ padding-inline-start: 0;
23604
23730
  }
23605
- .v-progress-circular--size-small {
23606
- height: 24px;
23607
- width: 24px;
23731
+ .v-number-input .v-field:has(.v-field__append-inner > .v-number-input__control:last-child) {
23732
+ padding-inline-end: 0;
23608
23733
  }
23609
- .v-progress-circular--size-default {
23610
- height: 32px;
23611
- width: 32px;
23734
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-icon {
23735
+ margin-inline-end: 4px;
23612
23736
  }
23613
- .v-progress-circular--size-large {
23614
- height: 48px;
23615
- width: 48px;
23737
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > hr + .v-icon,
23738
+ .v-number-input .v-field__prepend-inner:has(.v-number-input__control) > .v-number-input__control + .v-icon {
23739
+ margin-inline: 8px 0;
23616
23740
  }
23617
- .v-progress-circular--size-x-large {
23618
- height: 64px;
23619
- width: 64px;
23741
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon {
23742
+ margin-inline-start: 4px;
23620
23743
  }
23621
-
23622
- .v-progress-circular--indeterminate > svg {
23623
- animation: progress-circular-rotate 1.4s linear infinite;
23624
- transform-origin: center center;
23625
- transition: all 0.2s ease-in-out;
23744
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ hr),
23745
+ .v-number-input .v-field__append-inner:has(.v-number-input__control) > .v-icon:has(+ .v-number-input__control) {
23746
+ margin-inline: 0 8px;
23626
23747
  }
23627
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23628
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23629
- stroke-dasharray: 25, 200;
23630
- stroke-dashoffset: 0;
23631
- stroke-linecap: round;
23632
- transform-origin: center center;
23633
- transform: rotate(-90deg);
23748
+ .v-number-input .v-field__clearable:has(+ .v-field__append-inner > hr:first-child) {
23749
+ margin-inline-end: 8px;
23634
23750
  }
23635
-
23636
- .v-progress-circular--disable-shrink > svg {
23637
- animation-duration: 0.7s;
23751
+ .v-number-input--inset .v-divider {
23752
+ height: 55%;
23753
+ width: 55%;
23754
+ align-self: center;
23638
23755
  }
23639
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23640
- animation: none;
23756
+ .v-number-input--split .v-field__input {
23757
+ text-align: center;
23641
23758
  }
23642
-
23643
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23644
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23645
- animation-play-state: paused !important;
23759
+ .v-number-input--stacked .v-number-input__control {
23760
+ flex-direction: column-reverse;
23646
23761
  }
23647
-
23648
- @keyframes progress-circular-dash {
23649
- 0% {
23650
- stroke-dasharray: 1, 200;
23651
- stroke-dashoffset: 0px;
23652
- }
23653
- 50% {
23654
- stroke-dasharray: 100, 200;
23655
- stroke-dashoffset: -15px;
23656
- }
23657
- 100% {
23658
- stroke-dasharray: 100, 200;
23659
- stroke-dashoffset: -124px;
23660
- }
23762
+ .v-number-input--stacked .v-number-input__control .v-btn {
23763
+ flex: 1;
23661
23764
  }
23662
- @keyframes progress-circular-rotate {
23663
- 100% {
23664
- transform: rotate(270deg);
23665
- }
23765
+ .v-number-input--hide-input .v-field {
23766
+ flex: none;
23767
+ }
23768
+ .v-number-input--hide-input .v-field__input {
23769
+ width: 0;
23770
+ padding-inline: 0;
23771
+ }
23772
+ .v-number-input__control {
23773
+ display: flex;
23774
+ height: 100%;
23775
+ }
23776
+ .v-number-input__control .v-btn {
23777
+ background-color: transparent;
23778
+ border-radius: 0;
23779
+ }.v-parallax {
23780
+ position: relative;
23781
+ overflow: hidden;
23782
+ }
23783
+ .v-parallax--active > .v-img__img {
23784
+ will-change: transform;
23666
23785
  }.v-pagination__list {
23667
23786
  display: inline-flex;
23668
23787
  list-style-type: none;
@@ -23899,18 +24018,108 @@ html.v-overlay-scroll-blocked {
23899
24018
  0% {
23900
24019
  background-position-x: var(--v-progress-linear-height);
23901
24020
  }
23902
- }.v-radio-group > .v-input__control {
23903
- flex-direction: column;
24021
+ }.v-progress-circular {
24022
+ align-items: center;
24023
+ display: inline-flex;
24024
+ justify-content: center;
24025
+ position: relative;
24026
+ vertical-align: middle;
23904
24027
  }
23905
- .v-radio-group > .v-input__control > .v-label {
23906
- margin-inline-start: 16px;
24028
+ .v-progress-circular > svg {
24029
+ width: 100%;
24030
+ height: 100%;
24031
+ margin: auto;
24032
+ position: absolute;
24033
+ top: 0;
24034
+ bottom: 0;
24035
+ left: 0;
24036
+ right: 0;
24037
+ z-index: 0;
23907
24038
  }
23908
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23909
- padding-inline-start: 6px;
23910
- margin-top: 8px;
24039
+
24040
+ .v-progress-circular__content {
24041
+ align-items: center;
24042
+ display: flex;
24043
+ justify-content: center;
23911
24044
  }
23912
- .v-radio-group .v-input__details {
23913
- padding-inline: 16px;
24045
+
24046
+ .v-progress-circular__underlay {
24047
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
24048
+ stroke: currentColor;
24049
+ z-index: 1;
24050
+ }
24051
+
24052
+ .v-progress-circular__overlay {
24053
+ stroke: currentColor;
24054
+ transition: all 0.2s ease-in-out, stroke-width 0s;
24055
+ z-index: 2;
24056
+ }
24057
+
24058
+ .v-progress-circular--size-x-small {
24059
+ height: 16px;
24060
+ width: 16px;
24061
+ }
24062
+ .v-progress-circular--size-small {
24063
+ height: 24px;
24064
+ width: 24px;
24065
+ }
24066
+ .v-progress-circular--size-default {
24067
+ height: 32px;
24068
+ width: 32px;
24069
+ }
24070
+ .v-progress-circular--size-large {
24071
+ height: 48px;
24072
+ width: 48px;
24073
+ }
24074
+ .v-progress-circular--size-x-large {
24075
+ height: 64px;
24076
+ width: 64px;
24077
+ }
24078
+
24079
+ .v-progress-circular--indeterminate > svg {
24080
+ animation: progress-circular-rotate 1.4s linear infinite;
24081
+ transform-origin: center center;
24082
+ transition: all 0.2s ease-in-out;
24083
+ }
24084
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
24085
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24086
+ stroke-dasharray: 25, 200;
24087
+ stroke-dashoffset: 0;
24088
+ stroke-linecap: round;
24089
+ transform-origin: center center;
24090
+ transform: rotate(-90deg);
24091
+ }
24092
+
24093
+ .v-progress-circular--disable-shrink > svg {
24094
+ animation-duration: 0.7s;
24095
+ }
24096
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24097
+ animation: none;
24098
+ }
24099
+
24100
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24101
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24102
+ animation-play-state: paused !important;
24103
+ }
24104
+
24105
+ @keyframes progress-circular-dash {
24106
+ 0% {
24107
+ stroke-dasharray: 1, 200;
24108
+ stroke-dashoffset: 0px;
24109
+ }
24110
+ 50% {
24111
+ stroke-dasharray: 100, 200;
24112
+ stroke-dashoffset: -15px;
24113
+ }
24114
+ 100% {
24115
+ stroke-dasharray: 100, 200;
24116
+ stroke-dashoffset: -124px;
24117
+ }
24118
+ }
24119
+ @keyframes progress-circular-rotate {
24120
+ 100% {
24121
+ transform: rotate(270deg);
24122
+ }
23914
24123
  }.v-slider .v-slider__container input {
23915
24124
  cursor: default;
23916
24125
  padding: 0;
@@ -23968,6 +24177,18 @@ html.v-overlay-scroll-blocked {
23968
24177
 
23969
24178
  .v-slider__label {
23970
24179
  margin-inline-end: 12px;
24180
+ }.v-radio-group > .v-input__control {
24181
+ flex-direction: column;
24182
+ }
24183
+ .v-radio-group > .v-input__control > .v-label {
24184
+ margin-inline-start: 16px;
24185
+ }
24186
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24187
+ padding-inline-start: 6px;
24188
+ margin-top: 8px;
24189
+ }
24190
+ .v-radio-group .v-input__details {
24191
+ padding-inline: 16px;
23971
24192
  }.v-rating {
23972
24193
  max-width: 100%;
23973
24194
  display: inline-flex;
@@ -24047,6 +24268,57 @@ html.v-overlay-scroll-blocked {
24047
24268
  flex: 1 0 0px;
24048
24269
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24049
24270
  pointer-events: none;
24271
+ }.v-select .v-field .v-text-field__prefix,
24272
+ .v-select .v-field .v-text-field__suffix,
24273
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24274
+ cursor: pointer;
24275
+ }
24276
+ .v-select .v-field .v-field__input > input {
24277
+ align-self: flex-start;
24278
+ opacity: 1;
24279
+ flex: 0 0;
24280
+ position: absolute;
24281
+ width: 100%;
24282
+ transition: none;
24283
+ pointer-events: none;
24284
+ caret-color: transparent;
24285
+ }
24286
+ .v-select .v-field--dirty .v-select__selection {
24287
+ margin-inline-end: 2px;
24288
+ }
24289
+ .v-select .v-select__selection-text {
24290
+ overflow: hidden;
24291
+ text-overflow: ellipsis;
24292
+ white-space: nowrap;
24293
+ }
24294
+ .v-select__content {
24295
+ overflow: hidden;
24296
+ }
24297
+ .v-select__content {
24298
+ 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));
24299
+ }
24300
+ .v-select__content {
24301
+ border-radius: 4px;
24302
+ }
24303
+ .v-select__selection {
24304
+ display: inline-flex;
24305
+ align-items: center;
24306
+ letter-spacing: inherit;
24307
+ line-height: inherit;
24308
+ max-width: 100%;
24309
+ }
24310
+ .v-select .v-select__selection:first-child {
24311
+ margin-inline-start: 0;
24312
+ }
24313
+ .v-select--selected .v-field .v-field__input > input {
24314
+ opacity: 0;
24315
+ }
24316
+ .v-select__menu-icon {
24317
+ margin-inline-start: 4px;
24318
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24319
+ }
24320
+ .v-select--active-menu .v-select__menu-icon {
24321
+ transform: rotate(180deg);
24050
24322
  }.v-selection-control {
24051
24323
  align-items: center;
24052
24324
  contain: layout;
@@ -24120,93 +24392,34 @@ html.v-overlay-scroll-blocked {
24120
24392
  height: 100%;
24121
24393
  opacity: 0;
24122
24394
  }
24123
- .v-selection-control__input::before {
24124
- border-radius: 100%;
24125
- background-color: currentColor;
24126
- opacity: 0;
24127
- pointer-events: none;
24128
- }
24129
- .v-selection-control__input::before {
24130
- content: "";
24131
- position: absolute;
24132
- top: 0;
24133
- left: 0;
24134
- width: 100%;
24135
- height: 100%;
24136
- }
24137
- .v-selection-control__input:hover::before {
24138
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24139
- }
24140
- .v-selection-control__input > .v-icon {
24141
- opacity: var(--v-medium-emphasis-opacity);
24142
- }
24143
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24144
- opacity: 1;
24145
- }
24146
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24147
- color: rgb(var(--v-theme-error));
24148
- }
24149
- .v-selection-control--focus-visible .v-selection-control__input::before {
24150
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24151
- }.v-select .v-field .v-text-field__prefix,
24152
- .v-select .v-field .v-text-field__suffix,
24153
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24154
- cursor: pointer;
24155
- }
24156
- .v-select .v-field .v-field__input > input {
24157
- align-self: flex-start;
24158
- opacity: 1;
24159
- flex: 0 0;
24160
- position: absolute;
24161
- width: 100%;
24162
- transition: none;
24163
- pointer-events: none;
24164
- caret-color: transparent;
24165
- }
24166
- .v-select .v-field--dirty .v-select__selection {
24167
- margin-inline-end: 2px;
24168
- }
24169
- .v-select .v-select__selection-text {
24170
- overflow: hidden;
24171
- text-overflow: ellipsis;
24172
- white-space: nowrap;
24173
- }
24174
- .v-select__content {
24175
- overflow: hidden;
24176
- }
24177
- .v-select__content {
24178
- 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));
24179
- }
24180
- .v-select__content {
24181
- border-radius: 4px;
24182
- }
24183
- .v-select__selection {
24184
- display: inline-flex;
24185
- align-items: center;
24186
- letter-spacing: inherit;
24187
- line-height: inherit;
24188
- max-width: 100%;
24395
+ .v-selection-control__input::before {
24396
+ border-radius: 100%;
24397
+ background-color: currentColor;
24398
+ opacity: 0;
24399
+ pointer-events: none;
24189
24400
  }
24190
- .v-select .v-select__selection:first-child {
24191
- margin-inline-start: 0;
24401
+ .v-selection-control__input::before {
24402
+ content: "";
24403
+ position: absolute;
24404
+ top: 0;
24405
+ left: 0;
24406
+ width: 100%;
24407
+ height: 100%;
24192
24408
  }
24193
- .v-select--selected .v-field .v-field__input > input {
24194
- opacity: 0;
24409
+ .v-selection-control__input:hover::before {
24410
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24195
24411
  }
24196
- .v-select__menu-icon {
24197
- margin-inline-start: 4px;
24198
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24412
+ .v-selection-control__input > .v-icon {
24413
+ opacity: var(--v-medium-emphasis-opacity);
24199
24414
  }
24200
- .v-select--active-menu .v-select__menu-icon {
24201
- transform: rotate(180deg);
24202
- }.v-selection-control-group {
24203
- grid-area: control;
24204
- display: flex;
24205
- flex-direction: column;
24415
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
24416
+ opacity: 1;
24206
24417
  }
24207
- .v-selection-control-group--inline {
24208
- flex-direction: row;
24209
- flex-wrap: wrap;
24418
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
24419
+ color: rgb(var(--v-theme-error));
24420
+ }
24421
+ .v-selection-control--focus-visible .v-selection-control__input::before {
24422
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24210
24423
  }.v-sheet {
24211
24424
  display: block;
24212
24425
  }
@@ -24243,6 +24456,14 @@ html.v-overlay-scroll-blocked {
24243
24456
  }
24244
24457
  .v-sheet--rounded {
24245
24458
  border-radius: 4px;
24459
+ }.v-selection-control-group {
24460
+ grid-area: control;
24461
+ display: flex;
24462
+ flex-direction: column;
24463
+ }
24464
+ .v-selection-control-group--inline {
24465
+ flex-direction: row;
24466
+ flex-wrap: wrap;
24246
24467
  }.v-skeleton-loader {
24247
24468
  align-items: center;
24248
24469
  background: rgb(var(--v-theme-surface));
@@ -24608,6 +24829,61 @@ html.v-overlay-scroll-blocked {
24608
24829
  }
24609
24830
  .v-snackbar-transition-leave-to {
24610
24831
  opacity: 0;
24832
+ }.v-slide-group {
24833
+ display: flex;
24834
+ overflow: hidden;
24835
+ }
24836
+
24837
+ .v-slide-group__next,
24838
+ .v-slide-group__prev {
24839
+ align-items: center;
24840
+ display: flex;
24841
+ flex: 0 1 52px;
24842
+ justify-content: center;
24843
+ min-width: 52px;
24844
+ cursor: pointer;
24845
+ }
24846
+ .v-slide-group__next--disabled,
24847
+ .v-slide-group__prev--disabled {
24848
+ pointer-events: none;
24849
+ opacity: var(--v-disabled-opacity);
24850
+ }
24851
+
24852
+ .v-slide-group__content {
24853
+ display: flex;
24854
+ flex: 1 0 auto;
24855
+ position: relative;
24856
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24857
+ white-space: nowrap;
24858
+ }
24859
+ .v-slide-group__content > * {
24860
+ white-space: initial;
24861
+ }
24862
+
24863
+ .v-slide-group__container {
24864
+ contain: content;
24865
+ display: flex;
24866
+ flex: 1 1 auto;
24867
+ overflow-x: auto;
24868
+ overflow-y: hidden;
24869
+ scrollbar-width: none;
24870
+ scrollbar-color: rgba(0, 0, 0, 0);
24871
+ }
24872
+ .v-slide-group__container::-webkit-scrollbar {
24873
+ display: none;
24874
+ }
24875
+
24876
+ .v-slide-group--vertical {
24877
+ max-height: inherit;
24878
+ }
24879
+ .v-slide-group--vertical,
24880
+ .v-slide-group--vertical .v-slide-group__container,
24881
+ .v-slide-group--vertical .v-slide-group__content {
24882
+ flex-direction: column;
24883
+ }
24884
+ .v-slide-group--vertical .v-slide-group__container {
24885
+ overflow-x: hidden;
24886
+ overflow-y: auto;
24611
24887
  }.v-speed-dial__content {
24612
24888
  gap: 8px;
24613
24889
  }
@@ -25006,101 +25282,6 @@ html.v-overlay-scroll-blocked {
25006
25282
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25007
25283
  border-width: 0;
25008
25284
  }
25009
- }.v-tab.v-tab.v-btn {
25010
- height: var(--v-tabs-height);
25011
- border-radius: 0;
25012
- min-width: 90px;
25013
- }
25014
- .v-slide-group--horizontal .v-tab {
25015
- max-width: 360px;
25016
- }
25017
- .v-slide-group--vertical .v-tab {
25018
- justify-content: start;
25019
- }
25020
-
25021
- .v-tab__slider {
25022
- position: absolute;
25023
- bottom: 0;
25024
- left: 0;
25025
- height: 2px;
25026
- width: 100%;
25027
- background: currentColor;
25028
- pointer-events: none;
25029
- opacity: 0;
25030
- }
25031
- .v-tab--selected .v-tab__slider {
25032
- opacity: 1;
25033
- }
25034
- .v-slide-group--vertical .v-tab__slider {
25035
- top: 0;
25036
- height: 100%;
25037
- width: 2px;
25038
- }.v-tabs {
25039
- display: flex;
25040
- height: var(--v-tabs-height);
25041
- }
25042
- .v-tabs--density-default {
25043
- --v-tabs-height: 48px;
25044
- }
25045
- .v-tabs--density-default.v-tabs--stacked {
25046
- --v-tabs-height: 72px;
25047
- }
25048
-
25049
- .v-tabs--density-comfortable {
25050
- --v-tabs-height: 44px;
25051
- }
25052
- .v-tabs--density-comfortable.v-tabs--stacked {
25053
- --v-tabs-height: 68px;
25054
- }
25055
-
25056
- .v-tabs--density-compact {
25057
- --v-tabs-height: 36px;
25058
- }
25059
- .v-tabs--density-compact.v-tabs--stacked {
25060
- --v-tabs-height: 60px;
25061
- }
25062
-
25063
- .v-tabs.v-slide-group--vertical {
25064
- height: auto;
25065
- flex: none;
25066
- --v-tabs-height: 48px;
25067
- }
25068
-
25069
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25070
- margin-inline-start: 42px;
25071
- }
25072
-
25073
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25074
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25075
- margin-inline-end: auto;
25076
- }
25077
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25078
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25079
- margin-inline-start: auto;
25080
- }
25081
-
25082
- .v-tabs--grow {
25083
- flex-grow: 1;
25084
- }
25085
- .v-tabs--grow .v-tab {
25086
- flex: 1 0 auto;
25087
- max-width: none;
25088
- }
25089
-
25090
- .v-tabs--align-tabs-end .v-tab:first-child {
25091
- margin-inline-start: auto;
25092
- }
25093
- .v-tabs--align-tabs-end .v-tab:last-child {
25094
- margin-inline-end: 0;
25095
- }
25096
-
25097
- @media (max-width: 1279.98px) {
25098
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25099
- margin-inline-start: 52px;
25100
- }
25101
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25102
- margin-inline-end: 52px;
25103
- }
25104
25285
  }.v-system-bar {
25105
25286
  align-items: center;
25106
25287
  display: flex;
@@ -25144,130 +25325,101 @@ html.v-overlay-scroll-blocked {
25144
25325
  }
25145
25326
  .v-system-bar:not(.v-system-bar--absolute) {
25146
25327
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25147
- }/* region BLOCK */
25148
- .v-text-field input {
25149
- color: inherit;
25150
- opacity: 0;
25151
- flex: 1;
25152
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25153
- min-width: 0;
25154
- }
25155
- .v-text-field input:focus, .v-text-field input:active {
25156
- outline: none;
25157
- }
25158
- .v-text-field input:invalid {
25159
- box-shadow: none;
25160
- }
25161
- .v-text-field .v-field {
25162
- cursor: text;
25163
- }
25164
- .v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
25165
- --v-field-padding-start: 6px;
25166
- }
25167
-
25168
- .v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
25169
- --v-field-padding-end: 0;
25328
+ }.v-tabs {
25329
+ display: flex;
25330
+ height: var(--v-tabs-height);
25170
25331
  }
25171
-
25172
- .v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input {
25173
- --v-field-padding-end: 6px;
25332
+ .v-tabs--density-default {
25333
+ --v-tabs-height: 48px;
25174
25334
  }
25175
-
25176
- .v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input {
25177
- --v-field-padding-start: 0;
25335
+ .v-tabs--density-default.v-tabs--stacked {
25336
+ --v-tabs-height: 72px;
25178
25337
  }
25179
25338
 
25180
- .v-text-field .v-input__details {
25181
- padding-inline: 16px;
25339
+ .v-tabs--density-comfortable {
25340
+ --v-tabs-height: 44px;
25182
25341
  }
25183
- .v-input--plain-underlined.v-text-field .v-input__details {
25184
- padding-inline: 0;
25342
+ .v-tabs--density-comfortable.v-tabs--stacked {
25343
+ --v-tabs-height: 68px;
25185
25344
  }
25186
25345
 
25187
- .v-text-field .v-field--no-label input,
25188
- .v-text-field .v-field--active input {
25189
- opacity: 1;
25346
+ .v-tabs--density-compact {
25347
+ --v-tabs-height: 36px;
25190
25348
  }
25191
- .v-text-field .v-field--single-line input {
25192
- transition: none;
25349
+ .v-tabs--density-compact.v-tabs--stacked {
25350
+ --v-tabs-height: 60px;
25193
25351
  }
25194
25352
 
25195
- /* endregion */
25196
- /* region ELEMENTS */
25197
- .v-text-field__prefix, .v-text-field__suffix {
25198
- align-items: center;
25199
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25200
- cursor: default;
25201
- display: flex;
25202
- opacity: 0;
25203
- transition: inherit;
25204
- white-space: nowrap;
25205
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25206
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25207
- padding-bottom: var(--v-field-padding-bottom, 6px);
25353
+ .v-tabs.v-slide-group--vertical {
25354
+ height: auto;
25355
+ flex: none;
25356
+ --v-tabs-height: 48px;
25208
25357
  }
25209
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25210
- opacity: 1;
25358
+
25359
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25360
+ margin-inline-start: 42px;
25211
25361
  }
25212
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25213
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25362
+
25363
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25364
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25365
+ margin-inline-end: auto;
25214
25366
  }
25215
- .v-field:not(.v-field--reverse) .v-text-field__prefix {
25216
- padding-inline-start: var(--v-field-padding-start);
25367
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25368
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25369
+ margin-inline-start: auto;
25217
25370
  }
25218
25371
 
25219
- .v-field.v-field--reverse .v-text-field__prefix {
25220
- padding-inline-end: var(--v-field-padding-end);
25372
+ .v-tabs--grow {
25373
+ flex-grow: 1;
25221
25374
  }
25222
-
25223
- .v-field:not(.v-field--reverse) .v-text-field__suffix {
25224
- padding-inline-end: var(--v-field-padding-end);
25375
+ .v-tabs--grow .v-tab {
25376
+ flex: 1 0 auto;
25377
+ max-width: none;
25225
25378
  }
25226
25379
 
25227
- .v-field.v-field--reverse .v-text-field__suffix {
25228
- padding-inline-start: var(--v-field-padding-start);
25380
+ .v-tabs--align-tabs-end .v-tab:first-child {
25381
+ margin-inline-start: auto;
25382
+ }
25383
+ .v-tabs--align-tabs-end .v-tab:last-child {
25384
+ margin-inline-end: 0;
25229
25385
  }
25230
25386
 
25231
- /* endregion */.v-textarea .v-field {
25232
- --v-textarea-control-height: var(--v-input-control-height);
25387
+ @media (max-width: 1279.98px) {
25388
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25389
+ margin-inline-start: 52px;
25390
+ }
25391
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25392
+ margin-inline-end: 52px;
25393
+ }
25394
+ }.v-tab.v-tab.v-btn {
25395
+ height: var(--v-tabs-height);
25396
+ border-radius: 0;
25397
+ min-width: 90px;
25233
25398
  }
25234
- .v-textarea .v-field__field {
25235
- --v-input-control-height: var(--v-textarea-control-height);
25399
+ .v-slide-group--horizontal .v-tab {
25400
+ max-width: 360px;
25236
25401
  }
25237
- .v-textarea .v-field__input {
25238
- flex: 1 1 auto;
25239
- outline: none;
25240
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25241
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25402
+ .v-slide-group--vertical .v-tab {
25403
+ justify-content: start;
25242
25404
  }
25243
- .v-textarea .v-field__input.v-textarea__sizer {
25244
- visibility: hidden;
25405
+
25406
+ .v-tab__slider {
25245
25407
  position: absolute;
25246
- top: 0;
25408
+ bottom: 0;
25247
25409
  left: 0;
25248
- height: 0 !important;
25249
- min-height: 0 !important;
25410
+ height: 2px;
25411
+ width: 100%;
25412
+ background: currentColor;
25250
25413
  pointer-events: none;
25414
+ opacity: 0;
25251
25415
  }
25252
- .v-textarea--no-resize .v-field__input {
25253
- resize: none;
25254
- }
25255
- .v-textarea .v-field--no-label textarea,
25256
- .v-textarea .v-field--active textarea {
25416
+ .v-tab--selected .v-tab__slider {
25257
25417
  opacity: 1;
25258
25418
  }
25259
- .v-textarea textarea {
25260
- opacity: 0;
25261
- flex: 1;
25262
- min-width: 0;
25419
+ .v-slide-group--vertical .v-tab__slider {
25420
+ top: 0;
25263
25421
  height: 100%;
25264
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25265
- }
25266
- .v-textarea textarea:focus, .v-textarea textarea:active {
25267
- outline: none;
25268
- }
25269
- .v-textarea textarea:invalid {
25270
- box-shadow: none;
25422
+ width: 2px;
25271
25423
  }.v-table {
25272
25424
  font-size: 0.875rem;
25273
25425
  transition-duration: 0.28s;
@@ -25406,9 +25558,130 @@ html.v-overlay-scroll-blocked {
25406
25558
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25407
25559
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25408
25560
  border-top: 0px !important;
25409
- }.v-theme-provider {
25410
- background: rgb(var(--v-theme-background));
25411
- color: rgb(var(--v-theme-on-background));
25561
+ }/* region BLOCK */
25562
+ .v-text-field input {
25563
+ color: inherit;
25564
+ opacity: 0;
25565
+ flex: 1;
25566
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25567
+ min-width: 0;
25568
+ }
25569
+ .v-text-field input:focus, .v-text-field input:active {
25570
+ outline: none;
25571
+ }
25572
+ .v-text-field input:invalid {
25573
+ box-shadow: none;
25574
+ }
25575
+ .v-text-field .v-field {
25576
+ cursor: text;
25577
+ }
25578
+ .v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
25579
+ --v-field-padding-start: 6px;
25580
+ }
25581
+
25582
+ .v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input {
25583
+ --v-field-padding-end: 0;
25584
+ }
25585
+
25586
+ .v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input {
25587
+ --v-field-padding-end: 6px;
25588
+ }
25589
+
25590
+ .v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input {
25591
+ --v-field-padding-start: 0;
25592
+ }
25593
+
25594
+ .v-text-field .v-input__details {
25595
+ padding-inline: 16px;
25596
+ }
25597
+ .v-input--plain-underlined.v-text-field .v-input__details {
25598
+ padding-inline: 0;
25599
+ }
25600
+
25601
+ .v-text-field .v-field--no-label input,
25602
+ .v-text-field .v-field--active input {
25603
+ opacity: 1;
25604
+ }
25605
+ .v-text-field .v-field--single-line input {
25606
+ transition: none;
25607
+ }
25608
+
25609
+ /* endregion */
25610
+ /* region ELEMENTS */
25611
+ .v-text-field__prefix, .v-text-field__suffix {
25612
+ align-items: center;
25613
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25614
+ cursor: default;
25615
+ display: flex;
25616
+ opacity: 0;
25617
+ transition: inherit;
25618
+ white-space: nowrap;
25619
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25620
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25621
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25622
+ }
25623
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25624
+ opacity: 1;
25625
+ }
25626
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25627
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25628
+ }
25629
+ .v-field:not(.v-field--reverse) .v-text-field__prefix {
25630
+ padding-inline-start: var(--v-field-padding-start);
25631
+ }
25632
+
25633
+ .v-field.v-field--reverse .v-text-field__prefix {
25634
+ padding-inline-end: var(--v-field-padding-end);
25635
+ }
25636
+
25637
+ .v-field:not(.v-field--reverse) .v-text-field__suffix {
25638
+ padding-inline-end: var(--v-field-padding-end);
25639
+ }
25640
+
25641
+ .v-field.v-field--reverse .v-text-field__suffix {
25642
+ padding-inline-start: var(--v-field-padding-start);
25643
+ }
25644
+
25645
+ /* endregion */.v-textarea .v-field {
25646
+ --v-textarea-control-height: var(--v-input-control-height);
25647
+ }
25648
+ .v-textarea .v-field__field {
25649
+ --v-input-control-height: var(--v-textarea-control-height);
25650
+ }
25651
+ .v-textarea .v-field__input {
25652
+ flex: 1 1 auto;
25653
+ outline: none;
25654
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25655
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25656
+ }
25657
+ .v-textarea .v-field__input.v-textarea__sizer {
25658
+ visibility: hidden;
25659
+ position: absolute;
25660
+ top: 0;
25661
+ left: 0;
25662
+ height: 0 !important;
25663
+ min-height: 0 !important;
25664
+ pointer-events: none;
25665
+ }
25666
+ .v-textarea--no-resize .v-field__input {
25667
+ resize: none;
25668
+ }
25669
+ .v-textarea .v-field--no-label textarea,
25670
+ .v-textarea .v-field--active textarea {
25671
+ opacity: 1;
25672
+ }
25673
+ .v-textarea textarea {
25674
+ opacity: 0;
25675
+ flex: 1;
25676
+ min-width: 0;
25677
+ height: 100%;
25678
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25679
+ }
25680
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25681
+ outline: none;
25682
+ }
25683
+ .v-textarea textarea:invalid {
25684
+ box-shadow: none;
25412
25685
  }.v-toolbar {
25413
25686
  align-items: flex-start;
25414
25687
  display: flex;
@@ -25551,8 +25824,35 @@ html.v-overlay-scroll-blocked {
25551
25824
  height: inherit;
25552
25825
  align-self: stretch;
25553
25826
  }
25554
- .v-toolbar-items > .v-btn {
25555
- border-radius: 0;
25827
+ .v-toolbar-items > .v-btn {
25828
+ border-radius: 0;
25829
+ }.v-theme-provider {
25830
+ background: rgb(var(--v-theme-background));
25831
+ color: rgb(var(--v-theme-on-background));
25832
+ }.v-tooltip > .v-overlay__content {
25833
+ background: rgb(var(--v-theme-surface-variant));
25834
+ color: rgb(var(--v-theme-on-surface-variant));
25835
+ border-radius: 4px;
25836
+ font-size: 0.875rem;
25837
+ line-height: 1.6;
25838
+ display: inline-block;
25839
+ padding: 5px 16px;
25840
+ text-transform: initial;
25841
+ width: auto;
25842
+ opacity: 1;
25843
+ transition-property: opacity, transform;
25844
+ overflow-wrap: break-word;
25845
+ }
25846
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
25847
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25848
+ transition-duration: 150ms;
25849
+ }
25850
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
25851
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25852
+ transition-duration: 75ms;
25853
+ }
25854
+ .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
25855
+ pointer-events: none;
25556
25856
  }.v-timeline .v-timeline-divider__dot {
25557
25857
  background: rgb(var(--v-theme-surface-light));
25558
25858
  }
@@ -25980,30 +26280,15 @@ html.v-overlay-scroll-blocked {
25980
26280
 
25981
26281
  .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 {
25982
26282
  padding-inline-end: 0;
25983
- }.v-tooltip > .v-overlay__content {
25984
- background: rgb(var(--v-theme-surface-variant));
25985
- color: rgb(var(--v-theme-on-surface-variant));
25986
- border-radius: 4px;
25987
- font-size: 0.875rem;
25988
- line-height: 1.6;
25989
- display: inline-block;
25990
- padding: 5px 16px;
25991
- text-transform: initial;
25992
- width: auto;
25993
- opacity: 1;
25994
- transition-property: opacity, transform;
25995
- overflow-wrap: break-word;
25996
- }
25997
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25998
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25999
- transition-duration: 150ms;
26000
- }
26001
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26002
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26003
- transition-duration: 75ms;
26283
+ }.v-virtual-scroll {
26284
+ display: block;
26285
+ flex: 1 1 auto;
26286
+ max-width: 100%;
26287
+ overflow: auto;
26288
+ position: relative;
26004
26289
  }
26005
- .v-tooltip:not(.v-tooltip--interactive) > .v-overlay__content {
26006
- pointer-events: none;
26290
+ .v-virtual-scroll__container {
26291
+ display: block;
26007
26292
  }.v-window {
26008
26293
  overflow: hidden;
26009
26294
  }
@@ -26035,346 +26320,89 @@ html.v-overlay-scroll-blocked {
26035
26320
  .v-window--show-arrows-on-hover .v-window__left {
26036
26321
  transform: translateX(-200%);
26037
26322
  }
26038
- .v-window--show-arrows-on-hover .v-window__right {
26039
- transform: translateX(200%);
26040
- }
26041
- .v-window--show-arrows-on-hover:hover .v-window__left,
26042
- .v-window--show-arrows-on-hover:hover .v-window__right {
26043
- transform: translateX(0);
26044
- }
26045
-
26046
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26047
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26048
- }
26049
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26050
- position: absolute !important;
26051
- top: 0;
26052
- width: 100%;
26053
- }
26054
- .v-window-x-transition-enter-from {
26055
- transform: translateX(100%);
26056
- }
26057
- .v-window-x-transition-leave-to {
26058
- transform: translateX(-100%);
26059
- }
26060
- .v-window-x-reverse-transition-enter-from {
26061
- transform: translateX(-100%);
26062
- }
26063
- .v-window-x-reverse-transition-leave-to {
26064
- transform: translateX(100%);
26065
- }
26066
- .v-window-y-transition-enter-from {
26067
- transform: translateY(100%);
26068
- }
26069
- .v-window-y-transition-leave-to {
26070
- transform: translateY(-100%);
26071
- }
26072
- .v-window-y-reverse-transition-enter-from {
26073
- transform: translateY(-100%);
26074
- }
26075
- .v-window-y-reverse-transition-leave-to {
26076
- transform: translateY(100%);
26077
- }.v-virtual-scroll {
26078
- display: block;
26079
- flex: 1 1 auto;
26080
- max-width: 100%;
26081
- overflow: auto;
26082
- position: relative;
26083
- }
26084
- .v-virtual-scroll__container {
26085
- display: block;
26086
- }.v-data-table-footer {
26087
- align-items: center;
26088
- display: flex;
26089
- flex-wrap: wrap;
26090
- justify-content: flex-end;
26091
- padding: 8px 4px;
26092
- }
26093
- .v-data-table-footer__items-per-page {
26094
- align-items: center;
26095
- display: flex;
26096
- justify-content: center;
26097
- }
26098
- .v-data-table-footer__items-per-page > span {
26099
- padding-inline-end: 8px;
26100
- }
26101
- .v-data-table-footer__items-per-page > .v-select {
26102
- width: 90px;
26103
- }
26104
- .v-data-table-footer__info {
26105
- display: flex;
26106
- justify-content: flex-end;
26107
- min-width: 116px;
26108
- padding: 0 16px;
26109
- }
26110
- .v-data-table-footer__paginationz {
26111
- align-items: center;
26112
- display: flex;
26113
- margin-inline-start: 16px;
26114
- }
26115
- .v-data-table-footer__page {
26116
- padding: 0 8px;
26117
- }.v-data-table {
26118
- width: 100%;
26119
- }
26120
-
26121
- .v-data-table__table {
26122
- width: 100%;
26123
- border-collapse: separate;
26124
- border-spacing: 0;
26125
- }
26126
-
26127
- .v-data-table__tr--focus {
26128
- border: 1px dotted black;
26129
- }
26130
- .v-data-table__tr--clickable {
26131
- cursor: pointer;
26132
- }
26133
-
26134
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
26135
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
26136
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
26137
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
26138
- text-align: end;
26139
- }
26140
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
26141
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
26142
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
26143
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
26144
- flex-direction: row-reverse;
26145
- }
26146
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
26147
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
26148
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
26149
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
26150
- text-align: center;
26151
- }
26152
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
26153
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
26154
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
26155
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
26156
- justify-content: center;
26157
- }
26158
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
26159
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
26160
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
26161
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
26162
- padding: 0 8px;
26163
- }
26164
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
26165
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
26166
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
26167
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
26168
- text-overflow: ellipsis;
26169
- text-wrap: nowrap;
26170
- overflow: hidden;
26171
- }
26172
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
26173
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
26174
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
26175
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
26176
- display: contents;
26177
- }
26178
- .v-data-table .v-table__wrapper > table > thead > tr > th,
26179
- .v-data-table .v-table__wrapper > table tbody > tr > th {
26180
- align-items: center;
26181
- }
26182
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
26183
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
26184
- position: sticky;
26185
- }
26186
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
26187
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
26188
- cursor: pointer;
26189
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26190
- }
26191
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
26192
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
26193
- opacity: 0;
26194
- }
26195
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
26196
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
26197
- opacity: 0.5;
26198
- }
26199
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
26200
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
26201
- height: -moz-fit-content;
26202
- height: fit-content;
26203
- }
26204
-
26205
- .v-data-table-column--fixed,
26206
- .v-data-table__th--sticky {
26207
- background: rgb(var(--v-theme-surface));
26208
- position: sticky !important;
26209
- left: 0;
26210
- z-index: 1;
26211
- }
26212
-
26213
- .v-data-table-column--last-fixed {
26214
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
26215
- }
26216
-
26217
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
26218
- z-index: 2;
26219
- }
26220
-
26221
- .v-data-table-group-header-row td {
26222
- background: rgba(var(--v-theme-surface));
26223
- color: rgba(var(--v-theme-on-surface));
26224
- }
26225
- .v-data-table-group-header-row td > span {
26226
- padding-left: 5px;
26227
- }
26228
-
26229
- .v-data-table--loading .v-data-table__td {
26230
- opacity: var(--v-disabled-opacity);
26231
- }
26232
-
26233
- .v-data-table-group-header-row__column {
26234
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
26235
- }
26236
-
26237
- .v-data-table-header__content {
26238
- display: flex;
26239
- align-items: center;
26240
- }
26241
-
26242
- .v-data-table-header__sort-badge {
26243
- display: inline-flex;
26244
- justify-content: center;
26245
- align-items: center;
26246
- font-size: 0.875rem;
26247
- padding: 4px;
26248
- border-radius: 50%;
26249
- background: rgba(var(--v-border-color), var(--v-border-opacity));
26250
- min-width: 20px;
26251
- min-height: 20px;
26252
- width: 20px;
26253
- height: 20px;
26254
- }
26255
-
26256
- .v-data-table-progress > th {
26257
- border: none !important;
26258
- height: auto !important;
26259
- padding: 0 !important;
26323
+ .v-window--show-arrows-on-hover .v-window__right {
26324
+ transform: translateX(200%);
26260
26325
  }
26261
-
26262
- .v-data-table-progress__loader {
26263
- position: relative;
26326
+ .v-window--show-arrows-on-hover:hover .v-window__left,
26327
+ .v-window--show-arrows-on-hover:hover .v-window__right {
26328
+ transform: translateX(0);
26264
26329
  }
26265
26330
 
26266
- .v-data-table-rows-loading,
26267
- .v-data-table-rows-no-data {
26268
- text-align: center;
26331
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
26332
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
26269
26333
  }
26270
-
26271
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
26272
- grid-template-columns: auto;
26273
- justify-content: center;
26334
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
26335
+ position: absolute !important;
26336
+ top: 0;
26337
+ width: 100%;
26274
26338
  }
26275
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
26276
- grid-template-columns: 0;
26277
- justify-content: end;
26339
+ .v-window-x-transition-enter-from {
26340
+ transform: translateX(100%);
26278
26341
  }
26279
- .v-data-table__tr--mobile > td {
26280
- align-items: center;
26281
- column-gap: 4px;
26282
- display: grid;
26283
- grid-template-columns: repeat(2, 1fr);
26284
- min-height: var(--v-table-row-height);
26342
+ .v-window-x-transition-leave-to {
26343
+ transform: translateX(-100%);
26285
26344
  }
26286
- .v-data-table__tr--mobile > td:not(:last-child) {
26287
- border-bottom: 0 !important;
26345
+ .v-window-x-reverse-transition-enter-from {
26346
+ transform: translateX(-100%);
26288
26347
  }
26289
-
26290
- .v-data-table__td-title {
26291
- font-weight: 500;
26292
- text-align: start;
26348
+ .v-window-x-reverse-transition-leave-to {
26349
+ transform: translateX(100%);
26293
26350
  }
26294
-
26295
- .v-data-table__td-value {
26296
- text-align: end;
26351
+ .v-window-y-transition-enter-from {
26352
+ transform: translateY(100%);
26297
26353
  }
26298
-
26299
- .v-data-table__td-sort-icon {
26300
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26354
+ .v-window-y-transition-leave-to {
26355
+ transform: translateY(-100%);
26301
26356
  }
26302
- .v-data-table__td-sort-icon-active {
26303
- color: rgba(var(--v-theme-on-surface));
26304
- }.v-slide-group {
26305
- display: flex;
26306
- overflow: hidden;
26357
+ .v-window-y-reverse-transition-enter-from {
26358
+ transform: translateY(-100%);
26307
26359
  }
26308
-
26309
- .v-slide-group__next,
26310
- .v-slide-group__prev {
26311
- align-items: center;
26360
+ .v-window-y-reverse-transition-leave-to {
26361
+ transform: translateY(100%);
26362
+ }.v-application {
26312
26363
  display: flex;
26313
- flex: 0 1 52px;
26314
- justify-content: center;
26315
- min-width: 52px;
26316
- cursor: pointer;
26317
- }
26318
- .v-slide-group__next--disabled,
26319
- .v-slide-group__prev--disabled {
26320
- pointer-events: none;
26321
- opacity: var(--v-disabled-opacity);
26364
+ background: rgb(var(--v-theme-background));
26365
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
26322
26366
  }
26323
26367
 
26324
- .v-slide-group__content {
26368
+ .v-application__wrap {
26369
+ -webkit-backface-visibility: hidden;
26370
+ backface-visibility: hidden;
26325
26371
  display: flex;
26326
- flex: 1 0 auto;
26372
+ flex-direction: column;
26373
+ flex: 1 1 auto;
26374
+ max-width: 100%;
26375
+ min-height: 100vh;
26376
+ min-height: 100dvh;
26327
26377
  position: relative;
26328
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
26329
- white-space: nowrap;
26330
- }
26331
- .v-slide-group__content > * {
26332
- white-space: initial;
26333
- }
26334
-
26335
- .v-slide-group__container {
26336
- contain: content;
26378
+ }.v-color-picker-edit {
26337
26379
  display: flex;
26338
- flex: 1 1 auto;
26339
- overflow-x: auto;
26340
- overflow-y: hidden;
26341
- scrollbar-width: none;
26342
- scrollbar-color: rgba(0, 0, 0, 0);
26343
- }
26344
- .v-slide-group__container::-webkit-scrollbar {
26345
- display: none;
26380
+ margin-top: 24px;
26346
26381
  }
26347
26382
 
26348
- .v-slide-group--vertical {
26349
- max-height: inherit;
26350
- }
26351
- .v-slide-group--vertical,
26352
- .v-slide-group--vertical .v-slide-group__container,
26353
- .v-slide-group--vertical .v-slide-group__content {
26354
- flex-direction: column;
26355
- }
26356
- .v-slide-group--vertical .v-slide-group__container {
26357
- overflow-x: hidden;
26358
- overflow-y: auto;
26359
- }.v-menu > .v-overlay__content {
26383
+ .v-color-picker-edit__input {
26384
+ width: 100%;
26360
26385
  display: flex;
26361
- flex-direction: column;
26386
+ flex-wrap: wrap;
26387
+ justify-content: center;
26388
+ text-align: center;
26362
26389
  }
26363
- .v-menu > .v-overlay__content {
26364
- border-radius: 4px;
26390
+ .v-color-picker-edit__input:not(:last-child) {
26391
+ margin-inline-end: 8px;
26365
26392
  }
26366
- .v-menu > .v-overlay__content > .v-card,
26367
- .v-menu > .v-overlay__content > .v-sheet,
26368
- .v-menu > .v-overlay__content > .v-list {
26369
- background: rgb(var(--v-theme-surface));
26370
- border-radius: inherit;
26371
- overflow: auto;
26372
- height: 100%;
26393
+ .v-color-picker-edit__input input {
26394
+ border-radius: 4px;
26395
+ margin-bottom: 8px;
26396
+ min-width: 0;
26397
+ outline: none;
26398
+ text-align: center;
26399
+ width: 100%;
26400
+ height: 32px;
26401
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26402
+ color: rgba(var(--v-theme-on-surface));
26373
26403
  }
26374
- .v-menu > .v-overlay__content > .v-card,
26375
- .v-menu > .v-overlay__content > .v-sheet,
26376
- .v-menu > .v-overlay__content > .v-list {
26377
- 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));
26404
+ .v-color-picker-edit__input span {
26405
+ font-size: 0.75rem;
26378
26406
  }.v-color-picker-canvas {
26379
26407
  display: flex;
26380
26408
  position: relative;
@@ -26397,6 +26425,41 @@ html.v-overlay-scroll-blocked {
26397
26425
  }
26398
26426
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26399
26427
  will-change: transform;
26428
+ }.v-color-picker-swatches {
26429
+ overflow-y: auto;
26430
+ }
26431
+ .v-color-picker-swatches > div {
26432
+ display: flex;
26433
+ flex-wrap: wrap;
26434
+ justify-content: center;
26435
+ padding: 8px;
26436
+ }
26437
+
26438
+ .v-color-picker-swatches__swatch {
26439
+ display: flex;
26440
+ flex-direction: column;
26441
+ margin-bottom: 10px;
26442
+ }
26443
+
26444
+ .v-color-picker-swatches__color {
26445
+ position: relative;
26446
+ height: 18px;
26447
+ max-height: 18px;
26448
+ width: 45px;
26449
+ margin: 2px 4px;
26450
+ border-radius: 2px;
26451
+ -webkit-user-select: none;
26452
+ user-select: none;
26453
+ overflow: hidden;
26454
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26455
+ cursor: pointer;
26456
+ }
26457
+ .v-color-picker-swatches__color > div {
26458
+ display: flex;
26459
+ align-items: center;
26460
+ justify-content: center;
26461
+ width: 100%;
26462
+ height: 100%;
26400
26463
  }.v-color-picker-preview__alpha .v-slider-track__background {
26401
26464
  background-color: transparent !important;
26402
26465
  }
@@ -26467,69 +26530,6 @@ html.v-overlay-scroll-blocked {
26467
26530
  .v-color-picker-preview__eye-dropper {
26468
26531
  position: relative;
26469
26532
  margin-right: 12px;
26470
- }.v-color-picker-swatches {
26471
- overflow-y: auto;
26472
- }
26473
- .v-color-picker-swatches > div {
26474
- display: flex;
26475
- flex-wrap: wrap;
26476
- justify-content: center;
26477
- padding: 8px;
26478
- }
26479
-
26480
- .v-color-picker-swatches__swatch {
26481
- display: flex;
26482
- flex-direction: column;
26483
- margin-bottom: 10px;
26484
- }
26485
-
26486
- .v-color-picker-swatches__color {
26487
- position: relative;
26488
- height: 18px;
26489
- max-height: 18px;
26490
- width: 45px;
26491
- margin: 2px 4px;
26492
- border-radius: 2px;
26493
- -webkit-user-select: none;
26494
- user-select: none;
26495
- overflow: hidden;
26496
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26497
- cursor: pointer;
26498
- }
26499
- .v-color-picker-swatches__color > div {
26500
- display: flex;
26501
- align-items: center;
26502
- justify-content: center;
26503
- width: 100%;
26504
- height: 100%;
26505
- }.v-color-picker-edit {
26506
- display: flex;
26507
- margin-top: 24px;
26508
- }
26509
-
26510
- .v-color-picker-edit__input {
26511
- width: 100%;
26512
- display: flex;
26513
- flex-wrap: wrap;
26514
- justify-content: center;
26515
- text-align: center;
26516
- }
26517
- .v-color-picker-edit__input:not(:last-child) {
26518
- margin-inline-end: 8px;
26519
- }
26520
- .v-color-picker-edit__input input {
26521
- border-radius: 4px;
26522
- margin-bottom: 8px;
26523
- min-width: 0;
26524
- outline: none;
26525
- text-align: center;
26526
- width: 100%;
26527
- height: 32px;
26528
- background: rgba(var(--v-theme-surface-variant), 0.2);
26529
- color: rgba(var(--v-theme-on-surface));
26530
- }
26531
- .v-color-picker-edit__input span {
26532
- font-size: 0.75rem;
26533
26533
  }.v-picker.v-sheet {
26534
26534
  display: grid;
26535
26535
  grid-auto-rows: min-content;