vuetify 3.7.2 → 3.7.3

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 (83) hide show
  1. package/dist/json/attributes.json +1 -1
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +160 -160
  4. package/dist/json/web-types.json +2 -2
  5. package/dist/vuetify-labs.css +3147 -3147
  6. package/dist/vuetify-labs.d.ts +194 -194
  7. package/dist/vuetify-labs.esm.js +45 -38
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +45 -38
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2105 -2105
  12. package/dist/vuetify.d.ts +210 -210
  13. package/dist/vuetify.esm.js +15 -10
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +15 -10
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +12 -12
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAutocomplete/index.d.mts +22 -22
  21. package/lib/components/VBottomSheet/VBottomSheet.sass +2 -1
  22. package/lib/components/VBottomSheet/index.d.mts +4 -4
  23. package/lib/components/VCarousel/index.d.mts +2 -2
  24. package/lib/components/VCheckbox/index.d.mts +2 -2
  25. package/lib/components/VChip/VChip.mjs +2 -1
  26. package/lib/components/VChip/VChip.mjs.map +1 -1
  27. package/lib/components/VColorPicker/VColorPicker.mjs +2 -2
  28. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  29. package/lib/components/VCombobox/index.d.mts +22 -22
  30. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +87 -0
  31. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs.map +1 -0
  32. package/lib/components/VDataTable/composables/paginate.mjs +4 -2
  33. package/lib/components/VDataTable/composables/paginate.mjs.map +1 -1
  34. package/lib/components/VDataTable/index.d.mts +6 -6
  35. package/lib/components/VDatePicker/index.d.mts +2 -2
  36. package/lib/components/VDialog/index.d.mts +22 -22
  37. package/lib/components/VField/_variables.scss +2 -1
  38. package/lib/components/VFileInput/__tests__/text.txt +1 -0
  39. package/lib/components/VFileInput/index.d.mts +3 -3
  40. package/lib/components/VInput/index.d.mts +2 -2
  41. package/lib/components/VList/VListItem.mjs +1 -0
  42. package/lib/components/VList/VListItem.mjs.map +1 -1
  43. package/lib/components/VMenu/index.d.mts +20 -20
  44. package/lib/components/VMessages/index.d.mts +8 -8
  45. package/lib/components/VNavigationDrawer/index.d.mts +7 -7
  46. package/lib/components/VOverflowBtn/VOverflowBtn.sass +6 -5
  47. package/lib/components/VOverlay/index.d.mts +4 -4
  48. package/lib/components/VProgressLinear/_variables.scss +2 -1
  49. package/lib/components/VRadioGroup/index.d.mts +2 -2
  50. package/lib/components/VSelect/index.d.mts +22 -22
  51. package/lib/components/VSnackbar/index.d.mts +31 -31
  52. package/lib/components/VSpeedDial/index.d.mts +2 -2
  53. package/lib/components/VSwitch/index.d.mts +2 -2
  54. package/lib/components/VTable/_mixins.scss +2 -2
  55. package/lib/components/VTabs/VTabs.sass +1 -1
  56. package/lib/components/VTextField/index.d.mts +3 -3
  57. package/lib/components/VTextarea/index.d.mts +3 -3
  58. package/lib/components/VTooltip/index.d.mts +24 -24
  59. package/lib/components/VWindow/index.d.mts +2 -2
  60. package/lib/components/index.d.mts +157 -157
  61. package/lib/composables/directiveComponent.mjs +4 -3
  62. package/lib/composables/directiveComponent.mjs.map +1 -1
  63. package/lib/composables/nested/nested.mjs +2 -2
  64. package/lib/composables/nested/nested.mjs.map +1 -1
  65. package/lib/directives/ripple/index.mjs.map +1 -1
  66. package/lib/entry-bundler.mjs +1 -1
  67. package/lib/framework.mjs +1 -1
  68. package/lib/index.d.mts +53 -53
  69. package/lib/labs/VNumberInput/index.d.mts +9 -9
  70. package/lib/labs/VSnackbarQueue/index.d.mts +52 -52
  71. package/lib/labs/VTreeview/VTreeview.mjs +2 -1
  72. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  73. package/lib/labs/VTreeview/VTreeviewChildren.mjs +29 -28
  74. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  75. package/lib/labs/VTreeview/index.d.mts +7 -7
  76. package/lib/labs/components.d.mts +68 -68
  77. package/lib/styles/settings/_colors.scss +257 -256
  78. package/lib/styles/utilities/_display.sass +2 -1
  79. package/lib/styles/utilities/_elevation.scss +2 -1
  80. package/lib/styles/utilities/_screenreaders.sass +2 -1
  81. package/package.json +23 -16
  82. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs +0 -74
  83. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.cy.mjs.map +0 -1
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.2
2
+ * Vuetify v3.7.3
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17923,6 +17923,25 @@ html.overflow-y-hidden {
17923
17923
  .v-locale--is-ltr .float-print-start {
17924
17924
  float: left !important;
17925
17925
  }
17926
+ }.v-code {
17927
+ background-color: rgb(var(--v-theme-code));
17928
+ color: rgb(var(--v-theme-on-code));
17929
+ border-radius: 4px;
17930
+ line-height: 1.8;
17931
+ font-size: 0.9em;
17932
+ font-weight: normal;
17933
+ padding: 0.2em 0.4em;
17934
+ }.v-kbd {
17935
+ background: rgb(var(--v-theme-kbd));
17936
+ color: rgb(var(--v-theme-on-kbd));
17937
+ border-radius: 3px;
17938
+ display: inline;
17939
+ font-size: 85%;
17940
+ font-weight: normal;
17941
+ padding: 0.2em 0.4rem;
17942
+ }
17943
+ .v-kbd {
17944
+ 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));
17926
17945
  }.v-ripple__container {
17927
17946
  color: inherit;
17928
17947
  border-radius: inherit;
@@ -17959,37 +17978,6 @@ html.overflow-y-hidden {
17959
17978
  .v-ripple__animation--out {
17960
17979
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
17961
17980
  opacity: 0;
17962
- }.v-code {
17963
- background-color: rgb(var(--v-theme-code));
17964
- color: rgb(var(--v-theme-on-code));
17965
- border-radius: 4px;
17966
- line-height: 1.8;
17967
- font-size: 0.9em;
17968
- font-weight: normal;
17969
- padding: 0.2em 0.4em;
17970
- }.v-kbd {
17971
- background: rgb(var(--v-theme-kbd));
17972
- color: rgb(var(--v-theme-on-kbd));
17973
- border-radius: 3px;
17974
- display: inline;
17975
- font-size: 85%;
17976
- font-weight: normal;
17977
- padding: 0.2em 0.4rem;
17978
- }
17979
- .v-kbd {
17980
- 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));
17981
- }.v-app-bar {
17982
- display: flex;
17983
- }
17984
- .v-app-bar.v-toolbar {
17985
- background: rgb(var(--v-theme-surface));
17986
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17987
- }
17988
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17989
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17990
- }
17991
- .v-app-bar:not(.v-toolbar--absolute) {
17992
- padding-inline-end: var(--v-scrollbar-offset);
17993
17981
  }.v-application {
17994
17982
  display: flex;
17995
17983
  background: rgb(var(--v-theme-background));
@@ -18307,79 +18295,18 @@ html.overflow-y-hidden {
18307
18295
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18308
18296
  opacity: var(--v-high-emphasis-opacity);
18309
18297
  transform: rotate(180deg);
18310
- }.v-badge {
18311
- display: inline-block;
18312
- line-height: 1;
18313
- }
18314
-
18315
- .v-badge__badge {
18316
- align-items: center;
18317
- display: inline-flex;
18318
- border-radius: 10px;
18319
- font-size: 0.75rem;
18320
- font-weight: 500;
18321
- height: 1.25rem;
18322
- justify-content: center;
18323
- min-width: 20px;
18324
- padding: 4px 6px;
18325
- pointer-events: auto;
18326
- position: absolute;
18327
- text-align: center;
18328
- text-indent: 0;
18329
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18330
- white-space: nowrap;
18331
- }
18332
- .v-badge__badge {
18333
- background: rgb(var(--v-theme-surface-variant));
18334
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18335
- }
18336
- .v-badge--bordered .v-badge__badge::after {
18337
- border-radius: inherit;
18338
- border-style: solid;
18339
- border-width: 2px;
18340
- bottom: 0;
18341
- color: rgb(var(--v-theme-background));
18342
- content: "";
18343
- left: 0;
18344
- position: absolute;
18345
- right: 0;
18346
- top: 0;
18347
- transform: scale(1.05);
18348
- }
18349
- .v-badge--dot .v-badge__badge {
18350
- border-radius: 4.5px;
18351
- height: 9px;
18352
- min-width: 0;
18353
- padding: 0;
18354
- width: 9px;
18355
- }
18356
- .v-badge--dot .v-badge__badge::after {
18357
- border-width: 1.5px;
18358
- }
18359
- .v-badge--inline .v-badge__badge {
18360
- position: relative;
18361
- vertical-align: middle;
18362
- }
18363
- .v-badge__badge .v-icon {
18364
- color: inherit;
18365
- font-size: 0.75rem;
18366
- margin: 0 -2px;
18298
+ }.v-app-bar {
18299
+ display: flex;
18367
18300
  }
18368
- .v-badge__badge img,
18369
- .v-badge__badge .v-img {
18370
- height: 100%;
18371
- width: 100%;
18301
+ .v-app-bar.v-toolbar {
18302
+ background: rgb(var(--v-theme-surface));
18303
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18372
18304
  }
18373
-
18374
- .v-badge__wrapper {
18375
- display: flex;
18376
- position: relative;
18305
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18306
+ 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));
18377
18307
  }
18378
- .v-badge--inline .v-badge__wrapper {
18379
- align-items: center;
18380
- display: inline-flex;
18381
- justify-content: center;
18382
- margin: 0 4px;
18308
+ .v-app-bar:not(.v-toolbar--absolute) {
18309
+ padding-inline-end: var(--v-scrollbar-offset);
18383
18310
  }.v-banner {
18384
18311
  display: grid;
18385
18312
  flex: 1 1;
@@ -18652,6 +18579,79 @@ html.overflow-y-hidden {
18652
18579
  .v-avatar .v-img {
18653
18580
  height: 100%;
18654
18581
  width: 100%;
18582
+ }.v-badge {
18583
+ display: inline-block;
18584
+ line-height: 1;
18585
+ }
18586
+
18587
+ .v-badge__badge {
18588
+ align-items: center;
18589
+ display: inline-flex;
18590
+ border-radius: 10px;
18591
+ font-size: 0.75rem;
18592
+ font-weight: 500;
18593
+ height: 1.25rem;
18594
+ justify-content: center;
18595
+ min-width: 20px;
18596
+ padding: 4px 6px;
18597
+ pointer-events: auto;
18598
+ position: absolute;
18599
+ text-align: center;
18600
+ text-indent: 0;
18601
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18602
+ white-space: nowrap;
18603
+ }
18604
+ .v-badge__badge {
18605
+ background: rgb(var(--v-theme-surface-variant));
18606
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18607
+ }
18608
+ .v-badge--bordered .v-badge__badge::after {
18609
+ border-radius: inherit;
18610
+ border-style: solid;
18611
+ border-width: 2px;
18612
+ bottom: 0;
18613
+ color: rgb(var(--v-theme-background));
18614
+ content: "";
18615
+ left: 0;
18616
+ position: absolute;
18617
+ right: 0;
18618
+ top: 0;
18619
+ transform: scale(1.05);
18620
+ }
18621
+ .v-badge--dot .v-badge__badge {
18622
+ border-radius: 4.5px;
18623
+ height: 9px;
18624
+ min-width: 0;
18625
+ padding: 0;
18626
+ width: 9px;
18627
+ }
18628
+ .v-badge--dot .v-badge__badge::after {
18629
+ border-width: 1.5px;
18630
+ }
18631
+ .v-badge--inline .v-badge__badge {
18632
+ position: relative;
18633
+ vertical-align: middle;
18634
+ }
18635
+ .v-badge__badge .v-icon {
18636
+ color: inherit;
18637
+ font-size: 0.75rem;
18638
+ margin: 0 -2px;
18639
+ }
18640
+ .v-badge__badge img,
18641
+ .v-badge__badge .v-img {
18642
+ height: 100%;
18643
+ width: 100%;
18644
+ }
18645
+
18646
+ .v-badge__wrapper {
18647
+ display: flex;
18648
+ position: relative;
18649
+ }
18650
+ .v-badge--inline .v-badge__wrapper {
18651
+ align-items: center;
18652
+ display: inline-flex;
18653
+ justify-content: center;
18654
+ margin: 0 4px;
18655
18655
  }.v-bottom-navigation {
18656
18656
  display: flex;
18657
18657
  max-width: 100%;
@@ -18715,40 +18715,6 @@ html.overflow-y-hidden {
18715
18715
  }
18716
18716
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18717
18717
  transform: translateY(0.5rem);
18718
- }.bottom-sheet-transition-enter-from {
18719
- transform: translateY(100%);
18720
- }
18721
- .bottom-sheet-transition-leave-to {
18722
- transform: translateY(100%);
18723
- }
18724
-
18725
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18726
- align-self: flex-end;
18727
- border-radius: 0;
18728
- flex: 0 1 auto;
18729
- left: 0;
18730
- right: 0;
18731
- margin-inline: 0;
18732
- margin-bottom: 0;
18733
- transition-duration: 0.2s;
18734
- width: 100%;
18735
- max-width: 100%;
18736
- overflow: visible;
18737
- }
18738
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18739
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18740
- }
18741
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18742
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18743
- border-radius: 0;
18744
- }
18745
- .v-bottom-sheet.v-bottom-sheet--inset {
18746
- max-width: none;
18747
- }
18748
- @media (min-width: 600px) {
18749
- .v-bottom-sheet.v-bottom-sheet--inset {
18750
- max-width: 70%;
18751
- }
18752
18718
  }.v-breadcrumbs {
18753
18719
  display: flex;
18754
18720
  align-items: center;
@@ -18806,70 +18772,40 @@ html.overflow-y-hidden {
18806
18772
  display: inline-block;
18807
18773
  padding: 0 8px;
18808
18774
  vertical-align: middle;
18809
- }.v-btn-group {
18810
- display: inline-flex;
18811
- flex-wrap: nowrap;
18812
- max-width: 100%;
18813
- min-width: 0;
18814
- overflow: hidden;
18815
- vertical-align: middle;
18816
- }
18817
- .v-btn-group {
18818
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18819
- border-style: solid;
18820
- border-width: 0;
18775
+ }.bottom-sheet-transition-enter-from {
18776
+ transform: translateY(100%);
18821
18777
  }
18822
- .v-btn-group--border {
18823
- border-width: thin;
18824
- box-shadow: none;
18825
- }
18826
- .v-btn-group {
18827
- 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));
18828
- }
18829
- .v-btn-group {
18830
- border-radius: 4px;
18831
- }
18832
- .v-btn-group {
18833
- background: transparent;
18834
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18835
- }
18836
- .v-btn-group--density-default.v-btn-group {
18837
- height: 48px;
18838
- }
18839
-
18840
- .v-btn-group--density-comfortable.v-btn-group {
18841
- height: 40px;
18778
+ .bottom-sheet-transition-leave-to {
18779
+ transform: translateY(100%);
18842
18780
  }
18843
18781
 
18844
- .v-btn-group--density-compact.v-btn-group {
18845
- height: 36px;
18846
- }
18847
-
18848
- .v-btn-group .v-btn {
18782
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18783
+ align-self: flex-end;
18849
18784
  border-radius: 0;
18850
- border-color: inherit;
18851
- }
18852
- .v-btn-group .v-btn:not(:last-child) {
18853
- border-inline-end: none;
18854
- }
18855
- .v-btn-group .v-btn:not(:first-child) {
18856
- border-inline-start: none;
18785
+ flex: 0 1 auto;
18786
+ left: 0;
18787
+ right: 0;
18788
+ margin-inline: 0;
18789
+ margin-bottom: 0;
18790
+ transition-duration: 0.2s;
18791
+ width: 100%;
18792
+ max-width: 100%;
18793
+ overflow: visible;
18857
18794
  }
18858
- .v-btn-group .v-btn:first-child {
18859
- border-start-start-radius: inherit;
18860
- border-end-start-radius: inherit;
18795
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18796
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18861
18797
  }
18862
- .v-btn-group .v-btn:last-child {
18863
- border-start-end-radius: inherit;
18864
- border-end-end-radius: inherit;
18798
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18799
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18800
+ border-radius: 0;
18865
18801
  }
18866
- .v-btn-group--divided .v-btn:not(:last-child) {
18867
- border-inline-end-width: thin;
18868
- border-inline-end-style: solid;
18869
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18802
+ .v-bottom-sheet.v-bottom-sheet--inset {
18803
+ max-width: none;
18870
18804
  }
18871
- .v-btn-group--tile {
18872
- border-radius: 0;
18805
+ @media (min-width: 600px) {
18806
+ .v-bottom-sheet.v-bottom-sheet--inset {
18807
+ max-width: 70%;
18808
+ }
18873
18809
  }.v-btn {
18874
18810
  align-items: center;
18875
18811
  border-radius: 4px;
@@ -19294,6 +19230,83 @@ html.overflow-y-hidden {
19294
19230
  }
19295
19231
  .v-pagination__item--is-active .v-btn__overlay {
19296
19232
  opacity: var(--v-border-opacity);
19233
+ }.v-btn-group {
19234
+ display: inline-flex;
19235
+ flex-wrap: nowrap;
19236
+ max-width: 100%;
19237
+ min-width: 0;
19238
+ overflow: hidden;
19239
+ vertical-align: middle;
19240
+ }
19241
+ .v-btn-group {
19242
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19243
+ border-style: solid;
19244
+ border-width: 0;
19245
+ }
19246
+ .v-btn-group--border {
19247
+ border-width: thin;
19248
+ box-shadow: none;
19249
+ }
19250
+ .v-btn-group {
19251
+ 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));
19252
+ }
19253
+ .v-btn-group {
19254
+ border-radius: 4px;
19255
+ }
19256
+ .v-btn-group {
19257
+ background: transparent;
19258
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19259
+ }
19260
+ .v-btn-group--density-default.v-btn-group {
19261
+ height: 48px;
19262
+ }
19263
+
19264
+ .v-btn-group--density-comfortable.v-btn-group {
19265
+ height: 40px;
19266
+ }
19267
+
19268
+ .v-btn-group--density-compact.v-btn-group {
19269
+ height: 36px;
19270
+ }
19271
+
19272
+ .v-btn-group .v-btn {
19273
+ border-radius: 0;
19274
+ border-color: inherit;
19275
+ }
19276
+ .v-btn-group .v-btn:not(:last-child) {
19277
+ border-inline-end: none;
19278
+ }
19279
+ .v-btn-group .v-btn:not(:first-child) {
19280
+ border-inline-start: none;
19281
+ }
19282
+ .v-btn-group .v-btn:first-child {
19283
+ border-start-start-radius: inherit;
19284
+ border-end-start-radius: inherit;
19285
+ }
19286
+ .v-btn-group .v-btn:last-child {
19287
+ border-start-end-radius: inherit;
19288
+ border-end-end-radius: inherit;
19289
+ }
19290
+ .v-btn-group--divided .v-btn:not(:last-child) {
19291
+ border-inline-end-width: thin;
19292
+ border-inline-end-style: solid;
19293
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19294
+ }
19295
+ .v-btn-group--tile {
19296
+ border-radius: 0;
19297
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19298
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19299
+ }
19300
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19301
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19302
+ }
19303
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19304
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19305
+ }
19306
+ @supports not selector(:focus-visible) {
19307
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19308
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19309
+ }
19297
19310
  }.v-card {
19298
19311
  display: block;
19299
19312
  overflow: hidden;
@@ -19602,24 +19615,6 @@ html.overflow-y-hidden {
19602
19615
  pointer-events: none;
19603
19616
  opacity: 0;
19604
19617
  transition: opacity 0.2s ease-in-out;
19605
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19606
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19607
- }
19608
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19609
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19610
- }
19611
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19612
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19613
- }
19614
- @supports not selector(:focus-visible) {
19615
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19616
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19617
- }
19618
- }.v-checkbox.v-input {
19619
- flex: 0 1 auto;
19620
- }
19621
- .v-checkbox .v-selection-control {
19622
- min-height: var(--v-input-control-height);
19623
19618
  }.v-carousel {
19624
19619
  overflow: hidden;
19625
19620
  position: relative;
@@ -19685,370 +19680,1042 @@ html.overflow-y-hidden {
19685
19680
  flex-direction: column;
19686
19681
  height: 100% !important;
19687
19682
  width: 50px;
19688
- }.v-chip {
19689
- align-items: center;
19690
- display: inline-flex;
19691
- font-weight: 400;
19692
- max-width: 100%;
19693
- min-width: 0;
19694
- overflow: hidden;
19695
- position: relative;
19696
- text-decoration: none;
19697
- white-space: nowrap;
19698
- vertical-align: middle;
19683
+ }.v-container {
19684
+ width: 100%;
19685
+ padding: 16px;
19686
+ margin-right: auto;
19687
+ margin-left: auto;
19699
19688
  }
19700
- .v-chip .v-icon {
19701
- --v-icon-size-multiplier: 0.8571428571;
19689
+ @media (min-width: 960px) {
19690
+ .v-container {
19691
+ max-width: 900px;
19692
+ }
19702
19693
  }
19703
- .v-chip.v-chip--size-x-small {
19704
- --v-chip-size: 0.625rem;
19705
- --v-chip-height: 20px;
19706
- font-size: 0.625rem;
19707
- padding: 0 8px;
19694
+ @media (min-width: 1280px) {
19695
+ .v-container {
19696
+ max-width: 1200px;
19697
+ }
19708
19698
  }
19709
- .v-chip.v-chip--size-x-small .v-avatar {
19710
- --v-avatar-height: 14px;
19699
+ @media (min-width: 1920px) {
19700
+ .v-container {
19701
+ max-width: 1800px;
19702
+ }
19711
19703
  }
19712
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19713
- --v-avatar-height: 20px;
19704
+ @media (min-width: 2560px) {
19705
+ .v-container {
19706
+ max-width: 2400px;
19707
+ }
19714
19708
  }
19715
-
19716
- .v-chip.v-chip--size-x-small .v-avatar--start {
19717
- margin-inline-start: -5.6px;
19718
- margin-inline-end: 4px;
19709
+ .v-container--fluid {
19710
+ max-width: 100%;
19719
19711
  }
19720
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19721
- margin-inline-start: -8px;
19712
+ .v-container.fill-height {
19713
+ align-items: center;
19714
+ display: flex;
19715
+ flex-wrap: wrap;
19722
19716
  }
19723
19717
 
19724
- .v-chip.v-chip--size-x-small .v-avatar--end {
19725
- margin-inline-start: 4px;
19726
- margin-inline-end: -5.6px;
19718
+ .v-row {
19719
+ display: flex;
19720
+ flex-wrap: wrap;
19721
+ flex: 1 1 auto;
19722
+ margin: -12px;
19727
19723
  }
19728
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19729
- margin-inline-end: -8px;
19724
+ .v-row + .v-row {
19725
+ margin-top: 12px;
19730
19726
  }
19731
-
19732
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19733
- margin-inline-start: 12px;
19727
+ .v-row + .v-row--dense {
19728
+ margin-top: 4px;
19734
19729
  }
19735
-
19736
- .v-chip.v-chip--size-x-small .v-icon--start,
19737
- .v-chip.v-chip--size-x-small .v-chip__filter {
19738
- margin-inline-start: -4px;
19739
- margin-inline-end: 4px;
19730
+ .v-row--dense {
19731
+ margin: -4px;
19740
19732
  }
19741
- .v-chip.v-chip--size-x-small .v-icon--end,
19742
- .v-chip.v-chip--size-x-small .v-chip__close {
19743
- margin-inline-start: 4px;
19744
- margin-inline-end: -4px;
19733
+ .v-row--dense > .v-col,
19734
+ .v-row--dense > [class*=v-col-] {
19735
+ padding: 4px;
19745
19736
  }
19746
- .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
19747
- .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
19748
- .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
19749
- margin-inline-start: 8px;
19737
+ .v-row.v-row--no-gutters {
19738
+ margin: 0;
19739
+ }
19740
+ .v-row.v-row--no-gutters > .v-col,
19741
+ .v-row.v-row--no-gutters > [class*=v-col-] {
19742
+ padding: 0;
19750
19743
  }
19751
19744
 
19752
- .v-chip.v-chip--size-small {
19753
- --v-chip-size: 0.75rem;
19754
- --v-chip-height: 26px;
19755
- font-size: 0.75rem;
19756
- padding: 0 10px;
19757
- }
19758
- .v-chip.v-chip--size-small .v-avatar {
19759
- --v-avatar-height: 20px;
19760
- }
19761
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
19762
- --v-avatar-height: 26px;
19745
+ .v-spacer {
19746
+ flex-grow: 1;
19763
19747
  }
19764
19748
 
19765
- .v-chip.v-chip--size-small .v-avatar--start {
19766
- margin-inline-start: -7px;
19767
- margin-inline-end: 5px;
19768
- }
19769
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
19770
- margin-inline-start: -10px;
19749
+ .v-col-xxl,
19750
+ .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,
19751
+ .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,
19752
+ .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,
19753
+ .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,
19754
+ .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,
19755
+ .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 {
19756
+ width: 100%;
19757
+ padding: 12px;
19771
19758
  }
19772
19759
 
19773
- .v-chip.v-chip--size-small .v-avatar--end {
19774
- margin-inline-start: 5px;
19775
- margin-inline-end: -7px;
19776
- }
19777
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
19778
- margin-inline-end: -10px;
19760
+ .v-col {
19761
+ flex-basis: 0;
19762
+ flex-grow: 1;
19763
+ max-width: 100%;
19779
19764
  }
19780
19765
 
19781
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
19782
- margin-inline-start: 15px;
19766
+ .v-col-auto {
19767
+ flex: 0 0 auto;
19768
+ width: auto;
19769
+ max-width: 100%;
19783
19770
  }
19784
19771
 
19785
- .v-chip.v-chip--size-small .v-icon--start,
19786
- .v-chip.v-chip--size-small .v-chip__filter {
19787
- margin-inline-start: -5px;
19788
- margin-inline-end: 5px;
19789
- }
19790
- .v-chip.v-chip--size-small .v-icon--end,
19791
- .v-chip.v-chip--size-small .v-chip__close {
19792
- margin-inline-start: 5px;
19793
- margin-inline-end: -5px;
19794
- }
19795
- .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
19796
- .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
19797
- .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
19798
- margin-inline-start: 10px;
19772
+ .v-col-1 {
19773
+ flex: 0 0 8.3333333333%;
19774
+ max-width: 8.3333333333%;
19799
19775
  }
19800
19776
 
19801
- .v-chip.v-chip--size-default {
19802
- --v-chip-size: 0.875rem;
19803
- --v-chip-height: 32px;
19804
- font-size: 0.875rem;
19805
- padding: 0 12px;
19806
- }
19807
- .v-chip.v-chip--size-default .v-avatar {
19808
- --v-avatar-height: 26px;
19809
- }
19810
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
19811
- --v-avatar-height: 32px;
19777
+ .v-col-2 {
19778
+ flex: 0 0 16.6666666667%;
19779
+ max-width: 16.6666666667%;
19812
19780
  }
19813
19781
 
19814
- .v-chip.v-chip--size-default .v-avatar--start {
19815
- margin-inline-start: -8.4px;
19816
- margin-inline-end: 6px;
19817
- }
19818
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
19819
- margin-inline-start: -12px;
19782
+ .v-col-3 {
19783
+ flex: 0 0 25%;
19784
+ max-width: 25%;
19820
19785
  }
19821
19786
 
19822
- .v-chip.v-chip--size-default .v-avatar--end {
19823
- margin-inline-start: 6px;
19824
- margin-inline-end: -8.4px;
19825
- }
19826
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
19827
- margin-inline-end: -12px;
19787
+ .v-col-4 {
19788
+ flex: 0 0 33.3333333333%;
19789
+ max-width: 33.3333333333%;
19828
19790
  }
19829
19791
 
19830
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
19831
- margin-inline-start: 18px;
19792
+ .v-col-5 {
19793
+ flex: 0 0 41.6666666667%;
19794
+ max-width: 41.6666666667%;
19832
19795
  }
19833
19796
 
19834
- .v-chip.v-chip--size-default .v-icon--start,
19835
- .v-chip.v-chip--size-default .v-chip__filter {
19836
- margin-inline-start: -6px;
19837
- margin-inline-end: 6px;
19838
- }
19839
- .v-chip.v-chip--size-default .v-icon--end,
19840
- .v-chip.v-chip--size-default .v-chip__close {
19841
- margin-inline-start: 6px;
19842
- margin-inline-end: -6px;
19843
- }
19844
- .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
19845
- .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
19846
- .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
19847
- margin-inline-start: 12px;
19797
+ .v-col-6 {
19798
+ flex: 0 0 50%;
19799
+ max-width: 50%;
19848
19800
  }
19849
19801
 
19850
- .v-chip.v-chip--size-large {
19851
- --v-chip-size: 1rem;
19852
- --v-chip-height: 38px;
19853
- font-size: 1rem;
19854
- padding: 0 14px;
19855
- }
19856
- .v-chip.v-chip--size-large .v-avatar {
19857
- --v-avatar-height: 32px;
19858
- }
19859
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
19860
- --v-avatar-height: 38px;
19802
+ .v-col-7 {
19803
+ flex: 0 0 58.3333333333%;
19804
+ max-width: 58.3333333333%;
19861
19805
  }
19862
19806
 
19863
- .v-chip.v-chip--size-large .v-avatar--start {
19864
- margin-inline-start: -9.8px;
19865
- margin-inline-end: 7px;
19866
- }
19867
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
19868
- margin-inline-start: -14px;
19807
+ .v-col-8 {
19808
+ flex: 0 0 66.6666666667%;
19809
+ max-width: 66.6666666667%;
19869
19810
  }
19870
19811
 
19871
- .v-chip.v-chip--size-large .v-avatar--end {
19872
- margin-inline-start: 7px;
19873
- margin-inline-end: -9.8px;
19874
- }
19875
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
19876
- margin-inline-end: -14px;
19812
+ .v-col-9 {
19813
+ flex: 0 0 75%;
19814
+ max-width: 75%;
19877
19815
  }
19878
19816
 
19879
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
19880
- margin-inline-start: 21px;
19817
+ .v-col-10 {
19818
+ flex: 0 0 83.3333333333%;
19819
+ max-width: 83.3333333333%;
19881
19820
  }
19882
19821
 
19883
- .v-chip.v-chip--size-large .v-icon--start,
19884
- .v-chip.v-chip--size-large .v-chip__filter {
19885
- margin-inline-start: -7px;
19886
- margin-inline-end: 7px;
19887
- }
19888
- .v-chip.v-chip--size-large .v-icon--end,
19889
- .v-chip.v-chip--size-large .v-chip__close {
19890
- margin-inline-start: 7px;
19891
- margin-inline-end: -7px;
19892
- }
19893
- .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
19894
- .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
19895
- .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
19896
- margin-inline-start: 14px;
19822
+ .v-col-11 {
19823
+ flex: 0 0 91.6666666667%;
19824
+ max-width: 91.6666666667%;
19897
19825
  }
19898
19826
 
19899
- .v-chip.v-chip--size-x-large {
19900
- --v-chip-size: 1.125rem;
19901
- --v-chip-height: 44px;
19902
- font-size: 1.125rem;
19903
- padding: 0 17px;
19904
- }
19905
- .v-chip.v-chip--size-x-large .v-avatar {
19906
- --v-avatar-height: 38px;
19907
- }
19908
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
19909
- --v-avatar-height: 44px;
19827
+ .v-col-12 {
19828
+ flex: 0 0 100%;
19829
+ max-width: 100%;
19910
19830
  }
19911
19831
 
19912
- .v-chip.v-chip--size-x-large .v-avatar--start {
19913
- margin-inline-start: -11.9px;
19914
- margin-inline-end: 8.5px;
19915
- }
19916
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
19917
- margin-inline-start: -17px;
19832
+ .offset-1 {
19833
+ margin-inline-start: 8.3333333333%;
19918
19834
  }
19919
19835
 
19920
- .v-chip.v-chip--size-x-large .v-avatar--end {
19921
- margin-inline-start: 8.5px;
19922
- margin-inline-end: -11.9px;
19923
- }
19924
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
19925
- margin-inline-end: -17px;
19836
+ .offset-2 {
19837
+ margin-inline-start: 16.6666666667%;
19926
19838
  }
19927
19839
 
19928
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
19929
- margin-inline-start: 25.5px;
19840
+ .offset-3 {
19841
+ margin-inline-start: 25%;
19930
19842
  }
19931
19843
 
19932
- .v-chip.v-chip--size-x-large .v-icon--start,
19933
- .v-chip.v-chip--size-x-large .v-chip__filter {
19934
- margin-inline-start: -8.5px;
19935
- margin-inline-end: 8.5px;
19936
- }
19937
- .v-chip.v-chip--size-x-large .v-icon--end,
19938
- .v-chip.v-chip--size-x-large .v-chip__close {
19939
- margin-inline-start: 8.5px;
19940
- margin-inline-end: -8.5px;
19844
+ .offset-4 {
19845
+ margin-inline-start: 33.3333333333%;
19941
19846
  }
19942
- .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
19943
- .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
19944
- .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
19945
- margin-inline-start: 17px;
19847
+
19848
+ .offset-5 {
19849
+ margin-inline-start: 41.6666666667%;
19946
19850
  }
19947
19851
 
19948
- .v-chip.v-chip--density-default {
19949
- height: calc(var(--v-chip-height) + 0px);
19852
+ .offset-6 {
19853
+ margin-inline-start: 50%;
19950
19854
  }
19951
19855
 
19952
- .v-chip.v-chip--density-comfortable {
19953
- height: calc(var(--v-chip-height) + -4px);
19856
+ .offset-7 {
19857
+ margin-inline-start: 58.3333333333%;
19954
19858
  }
19955
19859
 
19956
- .v-chip.v-chip--density-compact {
19957
- height: calc(var(--v-chip-height) + -8px);
19860
+ .offset-8 {
19861
+ margin-inline-start: 66.6666666667%;
19958
19862
  }
19959
19863
 
19960
- .v-chip {
19961
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19962
- border-style: solid;
19963
- border-width: 0;
19864
+ .offset-9 {
19865
+ margin-inline-start: 75%;
19964
19866
  }
19965
- .v-chip:hover > .v-chip__overlay {
19966
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19867
+
19868
+ .offset-10 {
19869
+ margin-inline-start: 83.3333333333%;
19967
19870
  }
19968
- .v-chip:focus-visible > .v-chip__overlay {
19969
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19871
+
19872
+ .offset-11 {
19873
+ margin-inline-start: 91.6666666667%;
19970
19874
  }
19971
- @supports not selector(:focus-visible) {
19972
- .v-chip:focus > .v-chip__overlay {
19973
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19875
+
19876
+ @media (min-width: 600px) {
19877
+ .v-col-sm {
19878
+ flex-basis: 0;
19879
+ flex-grow: 1;
19880
+ max-width: 100%;
19974
19881
  }
19975
- }
19976
- .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
19977
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19978
- }
19979
- .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
19980
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19981
- }
19982
- .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
19983
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19984
- }
19985
- @supports not selector(:focus-visible) {
19986
- .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
19987
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19882
+ .v-col-sm-auto {
19883
+ flex: 0 0 auto;
19884
+ width: auto;
19885
+ max-width: 100%;
19886
+ }
19887
+ .v-col-sm-1 {
19888
+ flex: 0 0 8.3333333333%;
19889
+ max-width: 8.3333333333%;
19890
+ }
19891
+ .v-col-sm-2 {
19892
+ flex: 0 0 16.6666666667%;
19893
+ max-width: 16.6666666667%;
19894
+ }
19895
+ .v-col-sm-3 {
19896
+ flex: 0 0 25%;
19897
+ max-width: 25%;
19898
+ }
19899
+ .v-col-sm-4 {
19900
+ flex: 0 0 33.3333333333%;
19901
+ max-width: 33.3333333333%;
19902
+ }
19903
+ .v-col-sm-5 {
19904
+ flex: 0 0 41.6666666667%;
19905
+ max-width: 41.6666666667%;
19906
+ }
19907
+ .v-col-sm-6 {
19908
+ flex: 0 0 50%;
19909
+ max-width: 50%;
19910
+ }
19911
+ .v-col-sm-7 {
19912
+ flex: 0 0 58.3333333333%;
19913
+ max-width: 58.3333333333%;
19914
+ }
19915
+ .v-col-sm-8 {
19916
+ flex: 0 0 66.6666666667%;
19917
+ max-width: 66.6666666667%;
19918
+ }
19919
+ .v-col-sm-9 {
19920
+ flex: 0 0 75%;
19921
+ max-width: 75%;
19922
+ }
19923
+ .v-col-sm-10 {
19924
+ flex: 0 0 83.3333333333%;
19925
+ max-width: 83.3333333333%;
19926
+ }
19927
+ .v-col-sm-11 {
19928
+ flex: 0 0 91.6666666667%;
19929
+ max-width: 91.6666666667%;
19930
+ }
19931
+ .v-col-sm-12 {
19932
+ flex: 0 0 100%;
19933
+ max-width: 100%;
19934
+ }
19935
+ .offset-sm-0 {
19936
+ margin-inline-start: 0;
19937
+ }
19938
+ .offset-sm-1 {
19939
+ margin-inline-start: 8.3333333333%;
19940
+ }
19941
+ .offset-sm-2 {
19942
+ margin-inline-start: 16.6666666667%;
19943
+ }
19944
+ .offset-sm-3 {
19945
+ margin-inline-start: 25%;
19946
+ }
19947
+ .offset-sm-4 {
19948
+ margin-inline-start: 33.3333333333%;
19949
+ }
19950
+ .offset-sm-5 {
19951
+ margin-inline-start: 41.6666666667%;
19952
+ }
19953
+ .offset-sm-6 {
19954
+ margin-inline-start: 50%;
19955
+ }
19956
+ .offset-sm-7 {
19957
+ margin-inline-start: 58.3333333333%;
19958
+ }
19959
+ .offset-sm-8 {
19960
+ margin-inline-start: 66.6666666667%;
19961
+ }
19962
+ .offset-sm-9 {
19963
+ margin-inline-start: 75%;
19964
+ }
19965
+ .offset-sm-10 {
19966
+ margin-inline-start: 83.3333333333%;
19967
+ }
19968
+ .offset-sm-11 {
19969
+ margin-inline-start: 91.6666666667%;
19988
19970
  }
19989
19971
  }
19990
- .v-chip {
19991
- border-radius: 9999px;
19992
- }
19993
- .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
19994
- background: transparent;
19995
- color: inherit;
19996
- }
19997
- .v-chip--variant-plain {
19998
- opacity: 0.26;
19999
- }
20000
- .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
20001
- opacity: 1;
20002
- }
20003
- .v-chip--variant-plain .v-chip__overlay {
20004
- display: none;
20005
- }
20006
- .v-chip--variant-elevated, .v-chip--variant-flat {
20007
- background: rgb(var(--v-theme-surface-variant));
20008
- color: rgb(var(--v-theme-on-surface-variant));
20009
- }
20010
- .v-chip--variant-elevated {
20011
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20012
- }
20013
- .v-chip--variant-flat {
20014
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20015
- }
20016
- .v-chip--variant-outlined {
20017
- border: thin solid currentColor;
20018
- }
20019
- .v-chip--variant-text .v-chip__overlay {
20020
- background: currentColor;
20021
- }
20022
- .v-chip--variant-tonal .v-chip__underlay {
20023
- background: currentColor;
20024
- opacity: var(--v-activated-opacity);
20025
- border-radius: inherit;
20026
- top: 0;
20027
- right: 0;
20028
- bottom: 0;
20029
- left: 0;
20030
- pointer-events: none;
20031
- }
20032
- .v-chip .v-chip__underlay {
20033
- position: absolute;
20034
- }
20035
- .v-chip--border {
20036
- border-width: thin;
20037
- }
20038
- .v-chip--link {
20039
- cursor: pointer;
20040
- }
20041
- .v-chip--link, .v-chip--filter {
20042
- -webkit-user-select: none;
20043
- user-select: none;
20044
- }
20045
- .v-chip--label {
20046
- border-radius: 4px;
19972
+ @media (min-width: 960px) {
19973
+ .v-col-md {
19974
+ flex-basis: 0;
19975
+ flex-grow: 1;
19976
+ max-width: 100%;
19977
+ }
19978
+ .v-col-md-auto {
19979
+ flex: 0 0 auto;
19980
+ width: auto;
19981
+ max-width: 100%;
19982
+ }
19983
+ .v-col-md-1 {
19984
+ flex: 0 0 8.3333333333%;
19985
+ max-width: 8.3333333333%;
19986
+ }
19987
+ .v-col-md-2 {
19988
+ flex: 0 0 16.6666666667%;
19989
+ max-width: 16.6666666667%;
19990
+ }
19991
+ .v-col-md-3 {
19992
+ flex: 0 0 25%;
19993
+ max-width: 25%;
19994
+ }
19995
+ .v-col-md-4 {
19996
+ flex: 0 0 33.3333333333%;
19997
+ max-width: 33.3333333333%;
19998
+ }
19999
+ .v-col-md-5 {
20000
+ flex: 0 0 41.6666666667%;
20001
+ max-width: 41.6666666667%;
20002
+ }
20003
+ .v-col-md-6 {
20004
+ flex: 0 0 50%;
20005
+ max-width: 50%;
20006
+ }
20007
+ .v-col-md-7 {
20008
+ flex: 0 0 58.3333333333%;
20009
+ max-width: 58.3333333333%;
20010
+ }
20011
+ .v-col-md-8 {
20012
+ flex: 0 0 66.6666666667%;
20013
+ max-width: 66.6666666667%;
20014
+ }
20015
+ .v-col-md-9 {
20016
+ flex: 0 0 75%;
20017
+ max-width: 75%;
20018
+ }
20019
+ .v-col-md-10 {
20020
+ flex: 0 0 83.3333333333%;
20021
+ max-width: 83.3333333333%;
20022
+ }
20023
+ .v-col-md-11 {
20024
+ flex: 0 0 91.6666666667%;
20025
+ max-width: 91.6666666667%;
20026
+ }
20027
+ .v-col-md-12 {
20028
+ flex: 0 0 100%;
20029
+ max-width: 100%;
20030
+ }
20031
+ .offset-md-0 {
20032
+ margin-inline-start: 0;
20033
+ }
20034
+ .offset-md-1 {
20035
+ margin-inline-start: 8.3333333333%;
20036
+ }
20037
+ .offset-md-2 {
20038
+ margin-inline-start: 16.6666666667%;
20039
+ }
20040
+ .offset-md-3 {
20041
+ margin-inline-start: 25%;
20042
+ }
20043
+ .offset-md-4 {
20044
+ margin-inline-start: 33.3333333333%;
20045
+ }
20046
+ .offset-md-5 {
20047
+ margin-inline-start: 41.6666666667%;
20048
+ }
20049
+ .offset-md-6 {
20050
+ margin-inline-start: 50%;
20051
+ }
20052
+ .offset-md-7 {
20053
+ margin-inline-start: 58.3333333333%;
20054
+ }
20055
+ .offset-md-8 {
20056
+ margin-inline-start: 66.6666666667%;
20057
+ }
20058
+ .offset-md-9 {
20059
+ margin-inline-start: 75%;
20060
+ }
20061
+ .offset-md-10 {
20062
+ margin-inline-start: 83.3333333333%;
20063
+ }
20064
+ .offset-md-11 {
20065
+ margin-inline-start: 91.6666666667%;
20066
+ }
20047
20067
  }
20048
-
20049
- .v-chip__content {
20050
- align-items: center;
20051
- display: inline-flex;
20068
+ @media (min-width: 1280px) {
20069
+ .v-col-lg {
20070
+ flex-basis: 0;
20071
+ flex-grow: 1;
20072
+ max-width: 100%;
20073
+ }
20074
+ .v-col-lg-auto {
20075
+ flex: 0 0 auto;
20076
+ width: auto;
20077
+ max-width: 100%;
20078
+ }
20079
+ .v-col-lg-1 {
20080
+ flex: 0 0 8.3333333333%;
20081
+ max-width: 8.3333333333%;
20082
+ }
20083
+ .v-col-lg-2 {
20084
+ flex: 0 0 16.6666666667%;
20085
+ max-width: 16.6666666667%;
20086
+ }
20087
+ .v-col-lg-3 {
20088
+ flex: 0 0 25%;
20089
+ max-width: 25%;
20090
+ }
20091
+ .v-col-lg-4 {
20092
+ flex: 0 0 33.3333333333%;
20093
+ max-width: 33.3333333333%;
20094
+ }
20095
+ .v-col-lg-5 {
20096
+ flex: 0 0 41.6666666667%;
20097
+ max-width: 41.6666666667%;
20098
+ }
20099
+ .v-col-lg-6 {
20100
+ flex: 0 0 50%;
20101
+ max-width: 50%;
20102
+ }
20103
+ .v-col-lg-7 {
20104
+ flex: 0 0 58.3333333333%;
20105
+ max-width: 58.3333333333%;
20106
+ }
20107
+ .v-col-lg-8 {
20108
+ flex: 0 0 66.6666666667%;
20109
+ max-width: 66.6666666667%;
20110
+ }
20111
+ .v-col-lg-9 {
20112
+ flex: 0 0 75%;
20113
+ max-width: 75%;
20114
+ }
20115
+ .v-col-lg-10 {
20116
+ flex: 0 0 83.3333333333%;
20117
+ max-width: 83.3333333333%;
20118
+ }
20119
+ .v-col-lg-11 {
20120
+ flex: 0 0 91.6666666667%;
20121
+ max-width: 91.6666666667%;
20122
+ }
20123
+ .v-col-lg-12 {
20124
+ flex: 0 0 100%;
20125
+ max-width: 100%;
20126
+ }
20127
+ .offset-lg-0 {
20128
+ margin-inline-start: 0;
20129
+ }
20130
+ .offset-lg-1 {
20131
+ margin-inline-start: 8.3333333333%;
20132
+ }
20133
+ .offset-lg-2 {
20134
+ margin-inline-start: 16.6666666667%;
20135
+ }
20136
+ .offset-lg-3 {
20137
+ margin-inline-start: 25%;
20138
+ }
20139
+ .offset-lg-4 {
20140
+ margin-inline-start: 33.3333333333%;
20141
+ }
20142
+ .offset-lg-5 {
20143
+ margin-inline-start: 41.6666666667%;
20144
+ }
20145
+ .offset-lg-6 {
20146
+ margin-inline-start: 50%;
20147
+ }
20148
+ .offset-lg-7 {
20149
+ margin-inline-start: 58.3333333333%;
20150
+ }
20151
+ .offset-lg-8 {
20152
+ margin-inline-start: 66.6666666667%;
20153
+ }
20154
+ .offset-lg-9 {
20155
+ margin-inline-start: 75%;
20156
+ }
20157
+ .offset-lg-10 {
20158
+ margin-inline-start: 83.3333333333%;
20159
+ }
20160
+ .offset-lg-11 {
20161
+ margin-inline-start: 91.6666666667%;
20162
+ }
20163
+ }
20164
+ @media (min-width: 1920px) {
20165
+ .v-col-xl {
20166
+ flex-basis: 0;
20167
+ flex-grow: 1;
20168
+ max-width: 100%;
20169
+ }
20170
+ .v-col-xl-auto {
20171
+ flex: 0 0 auto;
20172
+ width: auto;
20173
+ max-width: 100%;
20174
+ }
20175
+ .v-col-xl-1 {
20176
+ flex: 0 0 8.3333333333%;
20177
+ max-width: 8.3333333333%;
20178
+ }
20179
+ .v-col-xl-2 {
20180
+ flex: 0 0 16.6666666667%;
20181
+ max-width: 16.6666666667%;
20182
+ }
20183
+ .v-col-xl-3 {
20184
+ flex: 0 0 25%;
20185
+ max-width: 25%;
20186
+ }
20187
+ .v-col-xl-4 {
20188
+ flex: 0 0 33.3333333333%;
20189
+ max-width: 33.3333333333%;
20190
+ }
20191
+ .v-col-xl-5 {
20192
+ flex: 0 0 41.6666666667%;
20193
+ max-width: 41.6666666667%;
20194
+ }
20195
+ .v-col-xl-6 {
20196
+ flex: 0 0 50%;
20197
+ max-width: 50%;
20198
+ }
20199
+ .v-col-xl-7 {
20200
+ flex: 0 0 58.3333333333%;
20201
+ max-width: 58.3333333333%;
20202
+ }
20203
+ .v-col-xl-8 {
20204
+ flex: 0 0 66.6666666667%;
20205
+ max-width: 66.6666666667%;
20206
+ }
20207
+ .v-col-xl-9 {
20208
+ flex: 0 0 75%;
20209
+ max-width: 75%;
20210
+ }
20211
+ .v-col-xl-10 {
20212
+ flex: 0 0 83.3333333333%;
20213
+ max-width: 83.3333333333%;
20214
+ }
20215
+ .v-col-xl-11 {
20216
+ flex: 0 0 91.6666666667%;
20217
+ max-width: 91.6666666667%;
20218
+ }
20219
+ .v-col-xl-12 {
20220
+ flex: 0 0 100%;
20221
+ max-width: 100%;
20222
+ }
20223
+ .offset-xl-0 {
20224
+ margin-inline-start: 0;
20225
+ }
20226
+ .offset-xl-1 {
20227
+ margin-inline-start: 8.3333333333%;
20228
+ }
20229
+ .offset-xl-2 {
20230
+ margin-inline-start: 16.6666666667%;
20231
+ }
20232
+ .offset-xl-3 {
20233
+ margin-inline-start: 25%;
20234
+ }
20235
+ .offset-xl-4 {
20236
+ margin-inline-start: 33.3333333333%;
20237
+ }
20238
+ .offset-xl-5 {
20239
+ margin-inline-start: 41.6666666667%;
20240
+ }
20241
+ .offset-xl-6 {
20242
+ margin-inline-start: 50%;
20243
+ }
20244
+ .offset-xl-7 {
20245
+ margin-inline-start: 58.3333333333%;
20246
+ }
20247
+ .offset-xl-8 {
20248
+ margin-inline-start: 66.6666666667%;
20249
+ }
20250
+ .offset-xl-9 {
20251
+ margin-inline-start: 75%;
20252
+ }
20253
+ .offset-xl-10 {
20254
+ margin-inline-start: 83.3333333333%;
20255
+ }
20256
+ .offset-xl-11 {
20257
+ margin-inline-start: 91.6666666667%;
20258
+ }
20259
+ }
20260
+ @media (min-width: 2560px) {
20261
+ .v-col-xxl {
20262
+ flex-basis: 0;
20263
+ flex-grow: 1;
20264
+ max-width: 100%;
20265
+ }
20266
+ .v-col-xxl-auto {
20267
+ flex: 0 0 auto;
20268
+ width: auto;
20269
+ max-width: 100%;
20270
+ }
20271
+ .v-col-xxl-1 {
20272
+ flex: 0 0 8.3333333333%;
20273
+ max-width: 8.3333333333%;
20274
+ }
20275
+ .v-col-xxl-2 {
20276
+ flex: 0 0 16.6666666667%;
20277
+ max-width: 16.6666666667%;
20278
+ }
20279
+ .v-col-xxl-3 {
20280
+ flex: 0 0 25%;
20281
+ max-width: 25%;
20282
+ }
20283
+ .v-col-xxl-4 {
20284
+ flex: 0 0 33.3333333333%;
20285
+ max-width: 33.3333333333%;
20286
+ }
20287
+ .v-col-xxl-5 {
20288
+ flex: 0 0 41.6666666667%;
20289
+ max-width: 41.6666666667%;
20290
+ }
20291
+ .v-col-xxl-6 {
20292
+ flex: 0 0 50%;
20293
+ max-width: 50%;
20294
+ }
20295
+ .v-col-xxl-7 {
20296
+ flex: 0 0 58.3333333333%;
20297
+ max-width: 58.3333333333%;
20298
+ }
20299
+ .v-col-xxl-8 {
20300
+ flex: 0 0 66.6666666667%;
20301
+ max-width: 66.6666666667%;
20302
+ }
20303
+ .v-col-xxl-9 {
20304
+ flex: 0 0 75%;
20305
+ max-width: 75%;
20306
+ }
20307
+ .v-col-xxl-10 {
20308
+ flex: 0 0 83.3333333333%;
20309
+ max-width: 83.3333333333%;
20310
+ }
20311
+ .v-col-xxl-11 {
20312
+ flex: 0 0 91.6666666667%;
20313
+ max-width: 91.6666666667%;
20314
+ }
20315
+ .v-col-xxl-12 {
20316
+ flex: 0 0 100%;
20317
+ max-width: 100%;
20318
+ }
20319
+ .offset-xxl-0 {
20320
+ margin-inline-start: 0;
20321
+ }
20322
+ .offset-xxl-1 {
20323
+ margin-inline-start: 8.3333333333%;
20324
+ }
20325
+ .offset-xxl-2 {
20326
+ margin-inline-start: 16.6666666667%;
20327
+ }
20328
+ .offset-xxl-3 {
20329
+ margin-inline-start: 25%;
20330
+ }
20331
+ .offset-xxl-4 {
20332
+ margin-inline-start: 33.3333333333%;
20333
+ }
20334
+ .offset-xxl-5 {
20335
+ margin-inline-start: 41.6666666667%;
20336
+ }
20337
+ .offset-xxl-6 {
20338
+ margin-inline-start: 50%;
20339
+ }
20340
+ .offset-xxl-7 {
20341
+ margin-inline-start: 58.3333333333%;
20342
+ }
20343
+ .offset-xxl-8 {
20344
+ margin-inline-start: 66.6666666667%;
20345
+ }
20346
+ .offset-xxl-9 {
20347
+ margin-inline-start: 75%;
20348
+ }
20349
+ .offset-xxl-10 {
20350
+ margin-inline-start: 83.3333333333%;
20351
+ }
20352
+ .offset-xxl-11 {
20353
+ margin-inline-start: 91.6666666667%;
20354
+ }
20355
+ }.v-chip {
20356
+ align-items: center;
20357
+ display: inline-flex;
20358
+ font-weight: 400;
20359
+ max-width: 100%;
20360
+ min-width: 0;
20361
+ overflow: hidden;
20362
+ position: relative;
20363
+ text-decoration: none;
20364
+ white-space: nowrap;
20365
+ vertical-align: middle;
20366
+ }
20367
+ .v-chip .v-icon {
20368
+ --v-icon-size-multiplier: 0.8571428571;
20369
+ }
20370
+ .v-chip.v-chip--size-x-small {
20371
+ --v-chip-size: 0.625rem;
20372
+ --v-chip-height: 20px;
20373
+ font-size: 0.625rem;
20374
+ padding: 0 8px;
20375
+ }
20376
+ .v-chip.v-chip--size-x-small .v-avatar {
20377
+ --v-avatar-height: 14px;
20378
+ }
20379
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
20380
+ --v-avatar-height: 20px;
20381
+ }
20382
+
20383
+ .v-chip.v-chip--size-x-small .v-avatar--start {
20384
+ margin-inline-start: -5.6px;
20385
+ margin-inline-end: 4px;
20386
+ }
20387
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
20388
+ margin-inline-start: -8px;
20389
+ }
20390
+
20391
+ .v-chip.v-chip--size-x-small .v-avatar--end {
20392
+ margin-inline-start: 4px;
20393
+ margin-inline-end: -5.6px;
20394
+ }
20395
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
20396
+ margin-inline-end: -8px;
20397
+ }
20398
+
20399
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
20400
+ margin-inline-start: 12px;
20401
+ }
20402
+
20403
+ .v-chip.v-chip--size-x-small .v-icon--start,
20404
+ .v-chip.v-chip--size-x-small .v-chip__filter {
20405
+ margin-inline-start: -4px;
20406
+ margin-inline-end: 4px;
20407
+ }
20408
+ .v-chip.v-chip--size-x-small .v-icon--end,
20409
+ .v-chip.v-chip--size-x-small .v-chip__close {
20410
+ margin-inline-start: 4px;
20411
+ margin-inline-end: -4px;
20412
+ }
20413
+ .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
20414
+ .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
20415
+ .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
20416
+ margin-inline-start: 8px;
20417
+ }
20418
+
20419
+ .v-chip.v-chip--size-small {
20420
+ --v-chip-size: 0.75rem;
20421
+ --v-chip-height: 26px;
20422
+ font-size: 0.75rem;
20423
+ padding: 0 10px;
20424
+ }
20425
+ .v-chip.v-chip--size-small .v-avatar {
20426
+ --v-avatar-height: 20px;
20427
+ }
20428
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
20429
+ --v-avatar-height: 26px;
20430
+ }
20431
+
20432
+ .v-chip.v-chip--size-small .v-avatar--start {
20433
+ margin-inline-start: -7px;
20434
+ margin-inline-end: 5px;
20435
+ }
20436
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
20437
+ margin-inline-start: -10px;
20438
+ }
20439
+
20440
+ .v-chip.v-chip--size-small .v-avatar--end {
20441
+ margin-inline-start: 5px;
20442
+ margin-inline-end: -7px;
20443
+ }
20444
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
20445
+ margin-inline-end: -10px;
20446
+ }
20447
+
20448
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
20449
+ margin-inline-start: 15px;
20450
+ }
20451
+
20452
+ .v-chip.v-chip--size-small .v-icon--start,
20453
+ .v-chip.v-chip--size-small .v-chip__filter {
20454
+ margin-inline-start: -5px;
20455
+ margin-inline-end: 5px;
20456
+ }
20457
+ .v-chip.v-chip--size-small .v-icon--end,
20458
+ .v-chip.v-chip--size-small .v-chip__close {
20459
+ margin-inline-start: 5px;
20460
+ margin-inline-end: -5px;
20461
+ }
20462
+ .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
20463
+ .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
20464
+ .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
20465
+ margin-inline-start: 10px;
20466
+ }
20467
+
20468
+ .v-chip.v-chip--size-default {
20469
+ --v-chip-size: 0.875rem;
20470
+ --v-chip-height: 32px;
20471
+ font-size: 0.875rem;
20472
+ padding: 0 12px;
20473
+ }
20474
+ .v-chip.v-chip--size-default .v-avatar {
20475
+ --v-avatar-height: 26px;
20476
+ }
20477
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
20478
+ --v-avatar-height: 32px;
20479
+ }
20480
+
20481
+ .v-chip.v-chip--size-default .v-avatar--start {
20482
+ margin-inline-start: -8.4px;
20483
+ margin-inline-end: 6px;
20484
+ }
20485
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
20486
+ margin-inline-start: -12px;
20487
+ }
20488
+
20489
+ .v-chip.v-chip--size-default .v-avatar--end {
20490
+ margin-inline-start: 6px;
20491
+ margin-inline-end: -8.4px;
20492
+ }
20493
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
20494
+ margin-inline-end: -12px;
20495
+ }
20496
+
20497
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
20498
+ margin-inline-start: 18px;
20499
+ }
20500
+
20501
+ .v-chip.v-chip--size-default .v-icon--start,
20502
+ .v-chip.v-chip--size-default .v-chip__filter {
20503
+ margin-inline-start: -6px;
20504
+ margin-inline-end: 6px;
20505
+ }
20506
+ .v-chip.v-chip--size-default .v-icon--end,
20507
+ .v-chip.v-chip--size-default .v-chip__close {
20508
+ margin-inline-start: 6px;
20509
+ margin-inline-end: -6px;
20510
+ }
20511
+ .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
20512
+ .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
20513
+ .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
20514
+ margin-inline-start: 12px;
20515
+ }
20516
+
20517
+ .v-chip.v-chip--size-large {
20518
+ --v-chip-size: 1rem;
20519
+ --v-chip-height: 38px;
20520
+ font-size: 1rem;
20521
+ padding: 0 14px;
20522
+ }
20523
+ .v-chip.v-chip--size-large .v-avatar {
20524
+ --v-avatar-height: 32px;
20525
+ }
20526
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
20527
+ --v-avatar-height: 38px;
20528
+ }
20529
+
20530
+ .v-chip.v-chip--size-large .v-avatar--start {
20531
+ margin-inline-start: -9.8px;
20532
+ margin-inline-end: 7px;
20533
+ }
20534
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
20535
+ margin-inline-start: -14px;
20536
+ }
20537
+
20538
+ .v-chip.v-chip--size-large .v-avatar--end {
20539
+ margin-inline-start: 7px;
20540
+ margin-inline-end: -9.8px;
20541
+ }
20542
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
20543
+ margin-inline-end: -14px;
20544
+ }
20545
+
20546
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
20547
+ margin-inline-start: 21px;
20548
+ }
20549
+
20550
+ .v-chip.v-chip--size-large .v-icon--start,
20551
+ .v-chip.v-chip--size-large .v-chip__filter {
20552
+ margin-inline-start: -7px;
20553
+ margin-inline-end: 7px;
20554
+ }
20555
+ .v-chip.v-chip--size-large .v-icon--end,
20556
+ .v-chip.v-chip--size-large .v-chip__close {
20557
+ margin-inline-start: 7px;
20558
+ margin-inline-end: -7px;
20559
+ }
20560
+ .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
20561
+ .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
20562
+ .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
20563
+ margin-inline-start: 14px;
20564
+ }
20565
+
20566
+ .v-chip.v-chip--size-x-large {
20567
+ --v-chip-size: 1.125rem;
20568
+ --v-chip-height: 44px;
20569
+ font-size: 1.125rem;
20570
+ padding: 0 17px;
20571
+ }
20572
+ .v-chip.v-chip--size-x-large .v-avatar {
20573
+ --v-avatar-height: 38px;
20574
+ }
20575
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
20576
+ --v-avatar-height: 44px;
20577
+ }
20578
+
20579
+ .v-chip.v-chip--size-x-large .v-avatar--start {
20580
+ margin-inline-start: -11.9px;
20581
+ margin-inline-end: 8.5px;
20582
+ }
20583
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
20584
+ margin-inline-start: -17px;
20585
+ }
20586
+
20587
+ .v-chip.v-chip--size-x-large .v-avatar--end {
20588
+ margin-inline-start: 8.5px;
20589
+ margin-inline-end: -11.9px;
20590
+ }
20591
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
20592
+ margin-inline-end: -17px;
20593
+ }
20594
+
20595
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
20596
+ margin-inline-start: 25.5px;
20597
+ }
20598
+
20599
+ .v-chip.v-chip--size-x-large .v-icon--start,
20600
+ .v-chip.v-chip--size-x-large .v-chip__filter {
20601
+ margin-inline-start: -8.5px;
20602
+ margin-inline-end: 8.5px;
20603
+ }
20604
+ .v-chip.v-chip--size-x-large .v-icon--end,
20605
+ .v-chip.v-chip--size-x-large .v-chip__close {
20606
+ margin-inline-start: 8.5px;
20607
+ margin-inline-end: -8.5px;
20608
+ }
20609
+ .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
20610
+ .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
20611
+ .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
20612
+ margin-inline-start: 17px;
20613
+ }
20614
+
20615
+ .v-chip.v-chip--density-default {
20616
+ height: calc(var(--v-chip-height) + 0px);
20617
+ }
20618
+
20619
+ .v-chip.v-chip--density-comfortable {
20620
+ height: calc(var(--v-chip-height) + -4px);
20621
+ }
20622
+
20623
+ .v-chip.v-chip--density-compact {
20624
+ height: calc(var(--v-chip-height) + -8px);
20625
+ }
20626
+
20627
+ .v-chip {
20628
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20629
+ border-style: solid;
20630
+ border-width: 0;
20631
+ }
20632
+ .v-chip:hover > .v-chip__overlay {
20633
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20634
+ }
20635
+ .v-chip:focus-visible > .v-chip__overlay {
20636
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20637
+ }
20638
+ @supports not selector(:focus-visible) {
20639
+ .v-chip:focus > .v-chip__overlay {
20640
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20641
+ }
20642
+ }
20643
+ .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
20644
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20645
+ }
20646
+ .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
20647
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20648
+ }
20649
+ .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
20650
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20651
+ }
20652
+ @supports not selector(:focus-visible) {
20653
+ .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
20654
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20655
+ }
20656
+ }
20657
+ .v-chip {
20658
+ border-radius: 9999px;
20659
+ }
20660
+ .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
20661
+ background: transparent;
20662
+ color: inherit;
20663
+ }
20664
+ .v-chip--variant-plain {
20665
+ opacity: 0.26;
20666
+ }
20667
+ .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
20668
+ opacity: 1;
20669
+ }
20670
+ .v-chip--variant-plain .v-chip__overlay {
20671
+ display: none;
20672
+ }
20673
+ .v-chip--variant-elevated, .v-chip--variant-flat {
20674
+ background: rgb(var(--v-theme-surface-variant));
20675
+ color: rgb(var(--v-theme-on-surface-variant));
20676
+ }
20677
+ .v-chip--variant-elevated {
20678
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20679
+ }
20680
+ .v-chip--variant-flat {
20681
+ 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));
20682
+ }
20683
+ .v-chip--variant-outlined {
20684
+ border: thin solid currentColor;
20685
+ }
20686
+ .v-chip--variant-text .v-chip__overlay {
20687
+ background: currentColor;
20688
+ }
20689
+ .v-chip--variant-tonal .v-chip__underlay {
20690
+ background: currentColor;
20691
+ opacity: var(--v-activated-opacity);
20692
+ border-radius: inherit;
20693
+ top: 0;
20694
+ right: 0;
20695
+ bottom: 0;
20696
+ left: 0;
20697
+ pointer-events: none;
20698
+ }
20699
+ .v-chip .v-chip__underlay {
20700
+ position: absolute;
20701
+ }
20702
+ .v-chip--border {
20703
+ border-width: thin;
20704
+ }
20705
+ .v-chip--link {
20706
+ cursor: pointer;
20707
+ }
20708
+ .v-chip--link, .v-chip--filter {
20709
+ -webkit-user-select: none;
20710
+ user-select: none;
20711
+ }
20712
+ .v-chip--label {
20713
+ border-radius: 4px;
20714
+ }
20715
+
20716
+ .v-chip__content {
20717
+ align-items: center;
20718
+ display: inline-flex;
20052
20719
  }
20053
20720
  .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
20054
20721
  overflow: hidden;
@@ -20103,6 +20770,11 @@ html.overflow-y-hidden {
20103
20770
 
20104
20771
  .v-chip--label {
20105
20772
  border-radius: 4px;
20773
+ }.v-checkbox.v-input {
20774
+ flex: 0 1 auto;
20775
+ }
20776
+ .v-checkbox .v-selection-control {
20777
+ min-height: var(--v-input-control-height);
20106
20778
  }.v-chip-group {
20107
20779
  display: flex;
20108
20780
  max-width: 100%;
@@ -20215,237 +20887,24 @@ html.overflow-y-hidden {
20215
20887
  .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20216
20888
  transition: none;
20217
20889
  }
20218
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20219
- opacity: 0;
20220
- }
20221
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20222
- opacity: 0;
20223
- }
20224
- .v-combobox__menu-icon {
20225
- margin-inline-start: 4px;
20226
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20227
- }
20228
- .v-combobox--active-menu .v-combobox__menu-icon {
20229
- opacity: var(--v-high-emphasis-opacity);
20230
- transform: rotate(180deg);
20231
- }.v-data-table-footer {
20232
- align-items: center;
20233
- display: flex;
20234
- flex-wrap: wrap;
20235
- justify-content: flex-end;
20236
- padding: 8px 4px;
20237
- }
20238
- .v-data-table-footer__items-per-page {
20239
- align-items: center;
20240
- display: flex;
20241
- justify-content: center;
20242
- }
20243
- .v-data-table-footer__items-per-page > span {
20244
- padding-inline-end: 8px;
20245
- }
20246
- .v-data-table-footer__items-per-page > .v-select {
20247
- width: 90px;
20248
- }
20249
- .v-data-table-footer__info {
20250
- display: flex;
20251
- justify-content: flex-end;
20252
- min-width: 116px;
20253
- padding: 0 16px;
20254
- }
20255
- .v-data-table-footer__paginationz {
20256
- align-items: center;
20257
- display: flex;
20258
- margin-inline-start: 16px;
20259
- }
20260
- .v-data-table-footer__page {
20261
- padding: 0 8px;
20262
- }.v-data-table {
20263
- width: 100%;
20264
- }
20265
-
20266
- .v-data-table__table {
20267
- width: 100%;
20268
- border-collapse: separate;
20269
- border-spacing: 0;
20270
- }
20271
-
20272
- .v-data-table__tr--focus {
20273
- border: 1px dotted black;
20274
- }
20275
- .v-data-table__tr--clickable {
20276
- cursor: pointer;
20277
- }
20278
-
20279
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20280
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20281
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20282
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20283
- text-align: end;
20284
- }
20285
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20286
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20287
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20288
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20289
- flex-direction: row-reverse;
20290
- }
20291
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20292
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20293
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20294
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20295
- text-align: center;
20296
- }
20297
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20298
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20299
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20300
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20301
- justify-content: center;
20302
- }
20303
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20304
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20305
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20306
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20307
- padding: 0 8px;
20308
- }
20309
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
20310
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
20311
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
20312
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
20313
- text-overflow: ellipsis;
20314
- text-wrap: nowrap;
20315
- overflow: hidden;
20316
- }
20317
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20318
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
20319
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
20320
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
20321
- display: contents;
20322
- }
20323
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20324
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20325
- align-items: center;
20326
- }
20327
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20328
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20329
- position: sticky;
20330
- }
20331
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20332
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20333
- cursor: pointer;
20334
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20335
- }
20336
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20337
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20338
- opacity: 0;
20339
- }
20340
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20341
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20342
- opacity: 0.5;
20343
- }
20344
- .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
20345
- .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
20346
- height: -moz-fit-content;
20347
- height: fit-content;
20348
- }
20349
-
20350
- .v-data-table-column--fixed,
20351
- .v-data-table__th--sticky {
20352
- background: rgb(var(--v-theme-surface));
20353
- position: sticky !important;
20354
- left: 0;
20355
- z-index: 1;
20356
- }
20357
-
20358
- .v-data-table-column--last-fixed {
20359
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20360
- }
20361
-
20362
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20363
- z-index: 2;
20364
- }
20365
-
20366
- .v-data-table-group-header-row td {
20367
- background: rgba(var(--v-theme-surface));
20368
- color: rgba(var(--v-theme-on-surface));
20369
- }
20370
- .v-data-table-group-header-row td > span {
20371
- padding-left: 5px;
20372
- }
20373
-
20374
- .v-data-table--loading .v-data-table__td {
20375
- opacity: var(--v-disabled-opacity);
20376
- }
20377
-
20378
- .v-data-table-group-header-row__column {
20379
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20380
- }
20381
-
20382
- .v-data-table-header__content {
20383
- display: flex;
20384
- align-items: center;
20385
- }
20386
-
20387
- .v-data-table-header__sort-badge {
20388
- display: inline-flex;
20389
- justify-content: center;
20390
- align-items: center;
20391
- font-size: 0.875rem;
20392
- padding: 4px;
20393
- border-radius: 50%;
20394
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20395
- min-width: 20px;
20396
- min-height: 20px;
20397
- width: 20px;
20398
- height: 20px;
20399
- }
20400
-
20401
- .v-data-table-progress > th {
20402
- border: none !important;
20403
- height: auto !important;
20404
- padding: 0 !important;
20405
- }
20406
-
20407
- .v-data-table-progress__loader {
20408
- position: relative;
20409
- }
20410
-
20411
- .v-data-table-rows-loading,
20412
- .v-data-table-rows-no-data {
20413
- text-align: center;
20414
- }
20415
-
20416
- .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
20417
- grid-template-columns: 0;
20418
- justify-content: center;
20419
- }
20420
- .v-data-table__tr--mobile > .v-data-table__td--select-row {
20421
- grid-template-columns: 0;
20422
- justify-content: end;
20423
- }
20424
- .v-data-table__tr--mobile > td {
20425
- align-items: center;
20426
- column-gap: 4px;
20427
- display: grid;
20428
- grid-template-columns: repeat(2, 1fr);
20429
- min-height: var(--v-table-row-height);
20430
- }
20431
- .v-data-table__tr--mobile > td:not(:last-child) {
20432
- border-bottom: 0 !important;
20433
- }
20434
-
20435
- .v-data-table__td-title {
20436
- font-weight: 500;
20437
- text-align: left;
20890
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20891
+ opacity: 0;
20438
20892
  }
20439
-
20440
- .v-data-table__td-value {
20441
- text-align: right;
20893
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20894
+ opacity: 0;
20442
20895
  }
20443
-
20444
- .v-data-table__td-sort-icon {
20445
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
20896
+ .v-combobox__menu-icon {
20897
+ margin-inline-start: 4px;
20898
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20446
20899
  }
20447
- .v-data-table__td-sort-icon-active {
20448
- color: rgba(var(--v-theme-on-surface));
20900
+ .v-combobox--active-menu .v-combobox__menu-icon {
20901
+ opacity: var(--v-high-emphasis-opacity);
20902
+ transform: rotate(180deg);
20903
+ }.v-counter {
20904
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20905
+ flex: 0 1 auto;
20906
+ font-size: 12px;
20907
+ transition-duration: 150ms;
20449
20908
  }.v-date-picker {
20450
20909
  overflow: hidden;
20451
20910
  width: 328px;
@@ -20636,799 +21095,345 @@ html.overflow-y-hidden {
20636
21095
  grid-template-columns: repeat(2, 1fr);
20637
21096
  grid-gap: 0px 24px;
20638
21097
  padding-inline-start: 36px;
20639
- padding-inline-end: 36px;
20640
- }
20641
- .v-date-picker-months__content .v-btn {
20642
- text-transform: none;
20643
- padding-inline-start: 8px;
20644
- padding-inline-end: 8px;
20645
- }.v-date-picker-years {
20646
- height: 288px;
20647
- overflow-y: scroll;
20648
- }
20649
-
20650
- .v-date-picker-years__content {
20651
- display: grid;
20652
- flex: 1 1;
20653
- justify-content: space-around;
20654
- grid-template-columns: repeat(3, 1fr);
20655
- gap: 8px 24px;
20656
- padding-inline: 32px;
20657
- }
20658
- .v-date-picker-years__content .v-btn {
20659
- padding-inline: 8px;
20660
- }.v-dialog {
20661
- align-items: center;
20662
- justify-content: center;
20663
- margin: auto;
20664
- }
20665
- .v-dialog > .v-overlay__content {
20666
- max-height: calc(100% - 48px);
20667
- width: calc(100% - 48px);
20668
- max-width: calc(100% - 48px);
20669
- margin: 24px;
20670
- }
20671
- .v-dialog > .v-overlay__content,
20672
- .v-dialog > .v-overlay__content > form {
20673
- display: flex;
20674
- flex-direction: column;
20675
- min-height: 0;
20676
- }
20677
- .v-dialog > .v-overlay__content > .v-card,
20678
- .v-dialog > .v-overlay__content > .v-sheet,
20679
- .v-dialog > .v-overlay__content > form > .v-card,
20680
- .v-dialog > .v-overlay__content > form > .v-sheet {
20681
- --v-scrollbar-offset: 0px;
20682
- border-radius: 4px;
20683
- overflow-y: auto;
20684
- }
20685
- .v-dialog > .v-overlay__content > .v-card,
20686
- .v-dialog > .v-overlay__content > .v-sheet,
20687
- .v-dialog > .v-overlay__content > form > .v-card,
20688
- .v-dialog > .v-overlay__content > form > .v-sheet {
20689
- 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));
20690
- }
20691
- .v-dialog > .v-overlay__content > .v-card,
20692
- .v-dialog > .v-overlay__content > form > .v-card {
20693
- display: flex;
20694
- flex-direction: column;
20695
- }
20696
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20697
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20698
- padding: 16px 24px;
20699
- }
20700
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20701
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20702
- padding-top: 0;
20703
- }
20704
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20705
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20706
- font-size: inherit;
20707
- letter-spacing: 0.03125em;
20708
- line-height: inherit;
20709
- padding: 16px 24px 24px;
20710
- }
20711
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
20712
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
20713
- justify-content: flex-end;
20714
- }
20715
-
20716
- .v-dialog--fullscreen {
20717
- --v-scrollbar-offset: 0px;
20718
- }
20719
- .v-dialog--fullscreen > .v-overlay__content {
20720
- border-radius: 0;
20721
- margin: 0;
20722
- padding: 0;
20723
- width: 100%;
20724
- max-width: 100%;
20725
- max-height: 100%;
20726
- overflow-y: auto;
20727
- top: 0;
20728
- left: 0;
20729
- }
20730
- .v-dialog--fullscreen > .v-overlay__content,
20731
- .v-dialog--fullscreen > .v-overlay__content > form {
20732
- height: 100%;
20733
- }
20734
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20735
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20736
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20737
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20738
- min-height: 100%;
20739
- min-width: 100%;
20740
- border-radius: 0;
20741
- }
20742
-
20743
- .v-dialog--scrollable > .v-overlay__content,
20744
- .v-dialog--scrollable > .v-overlay__content > form {
20745
- display: flex;
20746
- }
20747
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20748
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20749
- display: flex;
20750
- flex: 1 1 100%;
20751
- flex-direction: column;
20752
- max-height: 100%;
20753
- max-width: 100%;
20754
- }
20755
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20756
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20757
- -webkit-backface-visibility: hidden;
20758
- backface-visibility: hidden;
20759
- overflow-y: auto;
20760
- }.v-container {
20761
- width: 100%;
20762
- padding: 16px;
20763
- margin-right: auto;
20764
- margin-left: auto;
20765
- }
20766
- @media (min-width: 960px) {
20767
- .v-container {
20768
- max-width: 900px;
20769
- }
20770
- }
20771
- @media (min-width: 1280px) {
20772
- .v-container {
20773
- max-width: 1200px;
20774
- }
20775
- }
20776
- @media (min-width: 1920px) {
20777
- .v-container {
20778
- max-width: 1800px;
20779
- }
20780
- }
20781
- @media (min-width: 2560px) {
20782
- .v-container {
20783
- max-width: 2400px;
20784
- }
20785
- }
20786
- .v-container--fluid {
20787
- max-width: 100%;
20788
- }
20789
- .v-container.fill-height {
20790
- align-items: center;
20791
- display: flex;
20792
- flex-wrap: wrap;
20793
- }
20794
-
20795
- .v-row {
20796
- display: flex;
20797
- flex-wrap: wrap;
20798
- flex: 1 1 auto;
20799
- margin: -12px;
20800
- }
20801
- .v-row + .v-row {
20802
- margin-top: 12px;
20803
- }
20804
- .v-row + .v-row--dense {
20805
- margin-top: 4px;
20806
- }
20807
- .v-row--dense {
20808
- margin: -4px;
20809
- }
20810
- .v-row--dense > .v-col,
20811
- .v-row--dense > [class*=v-col-] {
20812
- padding: 4px;
20813
- }
20814
- .v-row.v-row--no-gutters {
20815
- margin: 0;
20816
- }
20817
- .v-row.v-row--no-gutters > .v-col,
20818
- .v-row.v-row--no-gutters > [class*=v-col-] {
20819
- padding: 0;
20820
- }
20821
-
20822
- .v-spacer {
20823
- flex-grow: 1;
20824
- }
20825
-
20826
- .v-col-xxl,
20827
- .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,
20828
- .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,
20829
- .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,
20830
- .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,
20831
- .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,
20832
- .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 {
20833
- width: 100%;
20834
- padding: 12px;
20835
- }
20836
-
20837
- .v-col {
20838
- flex-basis: 0;
20839
- flex-grow: 1;
20840
- max-width: 100%;
20841
- }
20842
-
20843
- .v-col-auto {
20844
- flex: 0 0 auto;
20845
- width: auto;
20846
- max-width: 100%;
20847
- }
20848
-
20849
- .v-col-1 {
20850
- flex: 0 0 8.3333333333%;
20851
- max-width: 8.3333333333%;
20852
- }
20853
-
20854
- .v-col-2 {
20855
- flex: 0 0 16.6666666667%;
20856
- max-width: 16.6666666667%;
20857
- }
20858
-
20859
- .v-col-3 {
20860
- flex: 0 0 25%;
20861
- max-width: 25%;
20862
- }
20863
-
20864
- .v-col-4 {
20865
- flex: 0 0 33.3333333333%;
20866
- max-width: 33.3333333333%;
20867
- }
20868
-
20869
- .v-col-5 {
20870
- flex: 0 0 41.6666666667%;
20871
- max-width: 41.6666666667%;
21098
+ padding-inline-end: 36px;
20872
21099
  }
20873
-
20874
- .v-col-6 {
20875
- flex: 0 0 50%;
20876
- max-width: 50%;
21100
+ .v-date-picker-months__content .v-btn {
21101
+ text-transform: none;
21102
+ padding-inline-start: 8px;
21103
+ padding-inline-end: 8px;
21104
+ }.v-date-picker-years {
21105
+ height: 288px;
21106
+ overflow-y: scroll;
20877
21107
  }
20878
21108
 
20879
- .v-col-7 {
20880
- flex: 0 0 58.3333333333%;
20881
- max-width: 58.3333333333%;
21109
+ .v-date-picker-years__content {
21110
+ display: grid;
21111
+ flex: 1 1;
21112
+ justify-content: space-around;
21113
+ grid-template-columns: repeat(3, 1fr);
21114
+ gap: 8px 24px;
21115
+ padding-inline: 32px;
20882
21116
  }
20883
-
20884
- .v-col-8 {
20885
- flex: 0 0 66.6666666667%;
20886
- max-width: 66.6666666667%;
21117
+ .v-date-picker-years__content .v-btn {
21118
+ padding-inline: 8px;
21119
+ }.v-dialog {
21120
+ align-items: center;
21121
+ justify-content: center;
21122
+ margin: auto;
20887
21123
  }
20888
-
20889
- .v-col-9 {
20890
- flex: 0 0 75%;
20891
- max-width: 75%;
21124
+ .v-dialog > .v-overlay__content {
21125
+ max-height: calc(100% - 48px);
21126
+ width: calc(100% - 48px);
21127
+ max-width: calc(100% - 48px);
21128
+ margin: 24px;
20892
21129
  }
20893
-
20894
- .v-col-10 {
20895
- flex: 0 0 83.3333333333%;
20896
- max-width: 83.3333333333%;
21130
+ .v-dialog > .v-overlay__content,
21131
+ .v-dialog > .v-overlay__content > form {
21132
+ display: flex;
21133
+ flex-direction: column;
21134
+ min-height: 0;
20897
21135
  }
20898
-
20899
- .v-col-11 {
20900
- flex: 0 0 91.6666666667%;
20901
- max-width: 91.6666666667%;
21136
+ .v-dialog > .v-overlay__content > .v-card,
21137
+ .v-dialog > .v-overlay__content > .v-sheet,
21138
+ .v-dialog > .v-overlay__content > form > .v-card,
21139
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21140
+ --v-scrollbar-offset: 0px;
21141
+ border-radius: 4px;
21142
+ overflow-y: auto;
20902
21143
  }
20903
-
20904
- .v-col-12 {
20905
- flex: 0 0 100%;
20906
- max-width: 100%;
21144
+ .v-dialog > .v-overlay__content > .v-card,
21145
+ .v-dialog > .v-overlay__content > .v-sheet,
21146
+ .v-dialog > .v-overlay__content > form > .v-card,
21147
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21148
+ 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));
20907
21149
  }
20908
-
20909
- .offset-1 {
20910
- margin-inline-start: 8.3333333333%;
21150
+ .v-dialog > .v-overlay__content > .v-card,
21151
+ .v-dialog > .v-overlay__content > form > .v-card {
21152
+ display: flex;
21153
+ flex-direction: column;
20911
21154
  }
20912
-
20913
- .offset-2 {
20914
- margin-inline-start: 16.6666666667%;
21155
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21156
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21157
+ padding: 16px 24px;
20915
21158
  }
20916
-
20917
- .offset-3 {
20918
- margin-inline-start: 25%;
21159
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21160
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21161
+ padding-top: 0;
20919
21162
  }
20920
-
20921
- .offset-4 {
20922
- margin-inline-start: 33.3333333333%;
21163
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21164
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21165
+ font-size: inherit;
21166
+ letter-spacing: 0.03125em;
21167
+ line-height: inherit;
21168
+ padding: 16px 24px 24px;
20923
21169
  }
20924
-
20925
- .offset-5 {
20926
- margin-inline-start: 41.6666666667%;
21170
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21171
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21172
+ justify-content: flex-end;
20927
21173
  }
20928
21174
 
20929
- .offset-6 {
20930
- margin-inline-start: 50%;
21175
+ .v-dialog--fullscreen {
21176
+ --v-scrollbar-offset: 0px;
20931
21177
  }
20932
-
20933
- .offset-7 {
20934
- margin-inline-start: 58.3333333333%;
21178
+ .v-dialog--fullscreen > .v-overlay__content {
21179
+ border-radius: 0;
21180
+ margin: 0;
21181
+ padding: 0;
21182
+ width: 100%;
21183
+ max-width: 100%;
21184
+ max-height: 100%;
21185
+ overflow-y: auto;
21186
+ top: 0;
21187
+ left: 0;
20935
21188
  }
20936
-
20937
- .offset-8 {
20938
- margin-inline-start: 66.6666666667%;
21189
+ .v-dialog--fullscreen > .v-overlay__content,
21190
+ .v-dialog--fullscreen > .v-overlay__content > form {
21191
+ height: 100%;
20939
21192
  }
20940
-
20941
- .offset-9 {
20942
- margin-inline-start: 75%;
21193
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21194
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21195
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21196
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21197
+ min-height: 100%;
21198
+ min-width: 100%;
21199
+ border-radius: 0;
20943
21200
  }
20944
21201
 
20945
- .offset-10 {
20946
- margin-inline-start: 83.3333333333%;
21202
+ .v-dialog--scrollable > .v-overlay__content,
21203
+ .v-dialog--scrollable > .v-overlay__content > form {
21204
+ display: flex;
20947
21205
  }
20948
-
20949
- .offset-11 {
20950
- margin-inline-start: 91.6666666667%;
21206
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21207
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21208
+ display: flex;
21209
+ flex: 1 1 100%;
21210
+ flex-direction: column;
21211
+ max-height: 100%;
21212
+ max-width: 100%;
20951
21213
  }
20952
-
20953
- @media (min-width: 600px) {
20954
- .v-col-sm {
20955
- flex-basis: 0;
20956
- flex-grow: 1;
20957
- max-width: 100%;
20958
- }
20959
- .v-col-sm-auto {
20960
- flex: 0 0 auto;
20961
- width: auto;
20962
- max-width: 100%;
20963
- }
20964
- .v-col-sm-1 {
20965
- flex: 0 0 8.3333333333%;
20966
- max-width: 8.3333333333%;
20967
- }
20968
- .v-col-sm-2 {
20969
- flex: 0 0 16.6666666667%;
20970
- max-width: 16.6666666667%;
20971
- }
20972
- .v-col-sm-3 {
20973
- flex: 0 0 25%;
20974
- max-width: 25%;
20975
- }
20976
- .v-col-sm-4 {
20977
- flex: 0 0 33.3333333333%;
20978
- max-width: 33.3333333333%;
20979
- }
20980
- .v-col-sm-5 {
20981
- flex: 0 0 41.6666666667%;
20982
- max-width: 41.6666666667%;
20983
- }
20984
- .v-col-sm-6 {
20985
- flex: 0 0 50%;
20986
- max-width: 50%;
20987
- }
20988
- .v-col-sm-7 {
20989
- flex: 0 0 58.3333333333%;
20990
- max-width: 58.3333333333%;
20991
- }
20992
- .v-col-sm-8 {
20993
- flex: 0 0 66.6666666667%;
20994
- max-width: 66.6666666667%;
20995
- }
20996
- .v-col-sm-9 {
20997
- flex: 0 0 75%;
20998
- max-width: 75%;
20999
- }
21000
- .v-col-sm-10 {
21001
- flex: 0 0 83.3333333333%;
21002
- max-width: 83.3333333333%;
21003
- }
21004
- .v-col-sm-11 {
21005
- flex: 0 0 91.6666666667%;
21006
- max-width: 91.6666666667%;
21007
- }
21008
- .v-col-sm-12 {
21009
- flex: 0 0 100%;
21010
- max-width: 100%;
21011
- }
21012
- .offset-sm-0 {
21013
- margin-inline-start: 0;
21014
- }
21015
- .offset-sm-1 {
21016
- margin-inline-start: 8.3333333333%;
21017
- }
21018
- .offset-sm-2 {
21019
- margin-inline-start: 16.6666666667%;
21020
- }
21021
- .offset-sm-3 {
21022
- margin-inline-start: 25%;
21023
- }
21024
- .offset-sm-4 {
21025
- margin-inline-start: 33.3333333333%;
21026
- }
21027
- .offset-sm-5 {
21028
- margin-inline-start: 41.6666666667%;
21029
- }
21030
- .offset-sm-6 {
21031
- margin-inline-start: 50%;
21032
- }
21033
- .offset-sm-7 {
21034
- margin-inline-start: 58.3333333333%;
21035
- }
21036
- .offset-sm-8 {
21037
- margin-inline-start: 66.6666666667%;
21038
- }
21039
- .offset-sm-9 {
21040
- margin-inline-start: 75%;
21041
- }
21042
- .offset-sm-10 {
21043
- margin-inline-start: 83.3333333333%;
21044
- }
21045
- .offset-sm-11 {
21046
- margin-inline-start: 91.6666666667%;
21047
- }
21214
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21215
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21216
+ -webkit-backface-visibility: hidden;
21217
+ backface-visibility: hidden;
21218
+ overflow-y: auto;
21219
+ }.v-data-table {
21220
+ width: 100%;
21221
+ }
21222
+
21223
+ .v-data-table__table {
21224
+ width: 100%;
21225
+ border-collapse: separate;
21226
+ border-spacing: 0;
21048
21227
  }
21049
- @media (min-width: 960px) {
21050
- .v-col-md {
21051
- flex-basis: 0;
21052
- flex-grow: 1;
21053
- max-width: 100%;
21054
- }
21055
- .v-col-md-auto {
21056
- flex: 0 0 auto;
21057
- width: auto;
21058
- max-width: 100%;
21059
- }
21060
- .v-col-md-1 {
21061
- flex: 0 0 8.3333333333%;
21062
- max-width: 8.3333333333%;
21063
- }
21064
- .v-col-md-2 {
21065
- flex: 0 0 16.6666666667%;
21066
- max-width: 16.6666666667%;
21067
- }
21068
- .v-col-md-3 {
21069
- flex: 0 0 25%;
21070
- max-width: 25%;
21071
- }
21072
- .v-col-md-4 {
21073
- flex: 0 0 33.3333333333%;
21074
- max-width: 33.3333333333%;
21075
- }
21076
- .v-col-md-5 {
21077
- flex: 0 0 41.6666666667%;
21078
- max-width: 41.6666666667%;
21079
- }
21080
- .v-col-md-6 {
21081
- flex: 0 0 50%;
21082
- max-width: 50%;
21083
- }
21084
- .v-col-md-7 {
21085
- flex: 0 0 58.3333333333%;
21086
- max-width: 58.3333333333%;
21087
- }
21088
- .v-col-md-8 {
21089
- flex: 0 0 66.6666666667%;
21090
- max-width: 66.6666666667%;
21091
- }
21092
- .v-col-md-9 {
21093
- flex: 0 0 75%;
21094
- max-width: 75%;
21095
- }
21096
- .v-col-md-10 {
21097
- flex: 0 0 83.3333333333%;
21098
- max-width: 83.3333333333%;
21099
- }
21100
- .v-col-md-11 {
21101
- flex: 0 0 91.6666666667%;
21102
- max-width: 91.6666666667%;
21103
- }
21104
- .v-col-md-12 {
21105
- flex: 0 0 100%;
21106
- max-width: 100%;
21107
- }
21108
- .offset-md-0 {
21109
- margin-inline-start: 0;
21110
- }
21111
- .offset-md-1 {
21112
- margin-inline-start: 8.3333333333%;
21113
- }
21114
- .offset-md-2 {
21115
- margin-inline-start: 16.6666666667%;
21116
- }
21117
- .offset-md-3 {
21118
- margin-inline-start: 25%;
21119
- }
21120
- .offset-md-4 {
21121
- margin-inline-start: 33.3333333333%;
21122
- }
21123
- .offset-md-5 {
21124
- margin-inline-start: 41.6666666667%;
21125
- }
21126
- .offset-md-6 {
21127
- margin-inline-start: 50%;
21128
- }
21129
- .offset-md-7 {
21130
- margin-inline-start: 58.3333333333%;
21131
- }
21132
- .offset-md-8 {
21133
- margin-inline-start: 66.6666666667%;
21134
- }
21135
- .offset-md-9 {
21136
- margin-inline-start: 75%;
21137
- }
21138
- .offset-md-10 {
21139
- margin-inline-start: 83.3333333333%;
21140
- }
21141
- .offset-md-11 {
21142
- margin-inline-start: 91.6666666667%;
21143
- }
21228
+
21229
+ .v-data-table__tr--focus {
21230
+ border: 1px dotted black;
21144
21231
  }
21145
- @media (min-width: 1280px) {
21146
- .v-col-lg {
21147
- flex-basis: 0;
21148
- flex-grow: 1;
21149
- max-width: 100%;
21150
- }
21151
- .v-col-lg-auto {
21152
- flex: 0 0 auto;
21153
- width: auto;
21154
- max-width: 100%;
21155
- }
21156
- .v-col-lg-1 {
21157
- flex: 0 0 8.3333333333%;
21158
- max-width: 8.3333333333%;
21159
- }
21160
- .v-col-lg-2 {
21161
- flex: 0 0 16.6666666667%;
21162
- max-width: 16.6666666667%;
21163
- }
21164
- .v-col-lg-3 {
21165
- flex: 0 0 25%;
21166
- max-width: 25%;
21167
- }
21168
- .v-col-lg-4 {
21169
- flex: 0 0 33.3333333333%;
21170
- max-width: 33.3333333333%;
21171
- }
21172
- .v-col-lg-5 {
21173
- flex: 0 0 41.6666666667%;
21174
- max-width: 41.6666666667%;
21175
- }
21176
- .v-col-lg-6 {
21177
- flex: 0 0 50%;
21178
- max-width: 50%;
21179
- }
21180
- .v-col-lg-7 {
21181
- flex: 0 0 58.3333333333%;
21182
- max-width: 58.3333333333%;
21183
- }
21184
- .v-col-lg-8 {
21185
- flex: 0 0 66.6666666667%;
21186
- max-width: 66.6666666667%;
21187
- }
21188
- .v-col-lg-9 {
21189
- flex: 0 0 75%;
21190
- max-width: 75%;
21191
- }
21192
- .v-col-lg-10 {
21193
- flex: 0 0 83.3333333333%;
21194
- max-width: 83.3333333333%;
21195
- }
21196
- .v-col-lg-11 {
21197
- flex: 0 0 91.6666666667%;
21198
- max-width: 91.6666666667%;
21199
- }
21200
- .v-col-lg-12 {
21201
- flex: 0 0 100%;
21202
- max-width: 100%;
21203
- }
21204
- .offset-lg-0 {
21205
- margin-inline-start: 0;
21206
- }
21207
- .offset-lg-1 {
21208
- margin-inline-start: 8.3333333333%;
21209
- }
21210
- .offset-lg-2 {
21211
- margin-inline-start: 16.6666666667%;
21212
- }
21213
- .offset-lg-3 {
21214
- margin-inline-start: 25%;
21215
- }
21216
- .offset-lg-4 {
21217
- margin-inline-start: 33.3333333333%;
21218
- }
21219
- .offset-lg-5 {
21220
- margin-inline-start: 41.6666666667%;
21221
- }
21222
- .offset-lg-6 {
21223
- margin-inline-start: 50%;
21224
- }
21225
- .offset-lg-7 {
21226
- margin-inline-start: 58.3333333333%;
21227
- }
21228
- .offset-lg-8 {
21229
- margin-inline-start: 66.6666666667%;
21230
- }
21231
- .offset-lg-9 {
21232
- margin-inline-start: 75%;
21233
- }
21234
- .offset-lg-10 {
21235
- margin-inline-start: 83.3333333333%;
21236
- }
21237
- .offset-lg-11 {
21238
- margin-inline-start: 91.6666666667%;
21239
- }
21232
+ .v-data-table__tr--clickable {
21233
+ cursor: pointer;
21234
+ }
21235
+
21236
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
21237
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
21238
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
21239
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
21240
+ text-align: end;
21241
+ }
21242
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21243
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
21244
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21245
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
21246
+ flex-direction: row-reverse;
21247
+ }
21248
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
21249
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
21250
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
21251
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
21252
+ text-align: center;
21253
+ }
21254
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
21255
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
21256
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
21257
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
21258
+ justify-content: center;
21259
+ }
21260
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
21261
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
21262
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
21263
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
21264
+ padding: 0 8px;
21265
+ }
21266
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap,
21267
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap,
21268
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap,
21269
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap {
21270
+ text-overflow: ellipsis;
21271
+ text-wrap: nowrap;
21272
+ overflow: hidden;
21273
+ }
21274
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
21275
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--nowrap .v-data-table-header__content,
21276
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--nowrap .v-data-table-header__content,
21277
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--nowrap .v-data-table-header__content {
21278
+ display: contents;
21279
+ }
21280
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
21281
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
21282
+ align-items: center;
21283
+ }
21284
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
21285
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
21286
+ position: sticky;
21287
+ }
21288
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
21289
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
21290
+ cursor: pointer;
21291
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21240
21292
  }
21241
- @media (min-width: 1920px) {
21242
- .v-col-xl {
21243
- flex-basis: 0;
21244
- flex-grow: 1;
21245
- max-width: 100%;
21246
- }
21247
- .v-col-xl-auto {
21248
- flex: 0 0 auto;
21249
- width: auto;
21250
- max-width: 100%;
21251
- }
21252
- .v-col-xl-1 {
21253
- flex: 0 0 8.3333333333%;
21254
- max-width: 8.3333333333%;
21255
- }
21256
- .v-col-xl-2 {
21257
- flex: 0 0 16.6666666667%;
21258
- max-width: 16.6666666667%;
21259
- }
21260
- .v-col-xl-3 {
21261
- flex: 0 0 25%;
21262
- max-width: 25%;
21263
- }
21264
- .v-col-xl-4 {
21265
- flex: 0 0 33.3333333333%;
21266
- max-width: 33.3333333333%;
21267
- }
21268
- .v-col-xl-5 {
21269
- flex: 0 0 41.6666666667%;
21270
- max-width: 41.6666666667%;
21271
- }
21272
- .v-col-xl-6 {
21273
- flex: 0 0 50%;
21274
- max-width: 50%;
21275
- }
21276
- .v-col-xl-7 {
21277
- flex: 0 0 58.3333333333%;
21278
- max-width: 58.3333333333%;
21279
- }
21280
- .v-col-xl-8 {
21281
- flex: 0 0 66.6666666667%;
21282
- max-width: 66.6666666667%;
21283
- }
21284
- .v-col-xl-9 {
21285
- flex: 0 0 75%;
21286
- max-width: 75%;
21287
- }
21288
- .v-col-xl-10 {
21289
- flex: 0 0 83.3333333333%;
21290
- max-width: 83.3333333333%;
21291
- }
21292
- .v-col-xl-11 {
21293
- flex: 0 0 91.6666666667%;
21294
- max-width: 91.6666666667%;
21295
- }
21296
- .v-col-xl-12 {
21297
- flex: 0 0 100%;
21298
- max-width: 100%;
21299
- }
21300
- .offset-xl-0 {
21301
- margin-inline-start: 0;
21302
- }
21303
- .offset-xl-1 {
21304
- margin-inline-start: 8.3333333333%;
21305
- }
21306
- .offset-xl-2 {
21307
- margin-inline-start: 16.6666666667%;
21308
- }
21309
- .offset-xl-3 {
21310
- margin-inline-start: 25%;
21311
- }
21312
- .offset-xl-4 {
21313
- margin-inline-start: 33.3333333333%;
21314
- }
21315
- .offset-xl-5 {
21316
- margin-inline-start: 41.6666666667%;
21317
- }
21318
- .offset-xl-6 {
21319
- margin-inline-start: 50%;
21320
- }
21321
- .offset-xl-7 {
21322
- margin-inline-start: 58.3333333333%;
21323
- }
21324
- .offset-xl-8 {
21325
- margin-inline-start: 66.6666666667%;
21326
- }
21327
- .offset-xl-9 {
21328
- margin-inline-start: 75%;
21329
- }
21330
- .offset-xl-10 {
21331
- margin-inline-start: 83.3333333333%;
21332
- }
21333
- .offset-xl-11 {
21334
- margin-inline-start: 91.6666666667%;
21335
- }
21293
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
21294
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
21295
+ opacity: 0;
21336
21296
  }
21337
- @media (min-width: 2560px) {
21338
- .v-col-xxl {
21339
- flex-basis: 0;
21340
- flex-grow: 1;
21341
- max-width: 100%;
21342
- }
21343
- .v-col-xxl-auto {
21344
- flex: 0 0 auto;
21345
- width: auto;
21346
- max-width: 100%;
21347
- }
21348
- .v-col-xxl-1 {
21349
- flex: 0 0 8.3333333333%;
21350
- max-width: 8.3333333333%;
21351
- }
21352
- .v-col-xxl-2 {
21353
- flex: 0 0 16.6666666667%;
21354
- max-width: 16.6666666667%;
21355
- }
21356
- .v-col-xxl-3 {
21357
- flex: 0 0 25%;
21358
- max-width: 25%;
21359
- }
21360
- .v-col-xxl-4 {
21361
- flex: 0 0 33.3333333333%;
21362
- max-width: 33.3333333333%;
21363
- }
21364
- .v-col-xxl-5 {
21365
- flex: 0 0 41.6666666667%;
21366
- max-width: 41.6666666667%;
21367
- }
21368
- .v-col-xxl-6 {
21369
- flex: 0 0 50%;
21370
- max-width: 50%;
21371
- }
21372
- .v-col-xxl-7 {
21373
- flex: 0 0 58.3333333333%;
21374
- max-width: 58.3333333333%;
21375
- }
21376
- .v-col-xxl-8 {
21377
- flex: 0 0 66.6666666667%;
21378
- max-width: 66.6666666667%;
21379
- }
21380
- .v-col-xxl-9 {
21381
- flex: 0 0 75%;
21382
- max-width: 75%;
21383
- }
21384
- .v-col-xxl-10 {
21385
- flex: 0 0 83.3333333333%;
21386
- max-width: 83.3333333333%;
21387
- }
21388
- .v-col-xxl-11 {
21389
- flex: 0 0 91.6666666667%;
21390
- max-width: 91.6666666667%;
21391
- }
21392
- .v-col-xxl-12 {
21393
- flex: 0 0 100%;
21394
- max-width: 100%;
21395
- }
21396
- .offset-xxl-0 {
21397
- margin-inline-start: 0;
21398
- }
21399
- .offset-xxl-1 {
21400
- margin-inline-start: 8.3333333333%;
21401
- }
21402
- .offset-xxl-2 {
21403
- margin-inline-start: 16.6666666667%;
21404
- }
21405
- .offset-xxl-3 {
21406
- margin-inline-start: 25%;
21407
- }
21408
- .offset-xxl-4 {
21409
- margin-inline-start: 33.3333333333%;
21410
- }
21411
- .offset-xxl-5 {
21412
- margin-inline-start: 41.6666666667%;
21413
- }
21414
- .offset-xxl-6 {
21415
- margin-inline-start: 50%;
21416
- }
21417
- .offset-xxl-7 {
21418
- margin-inline-start: 58.3333333333%;
21419
- }
21420
- .offset-xxl-8 {
21421
- margin-inline-start: 66.6666666667%;
21422
- }
21423
- .offset-xxl-9 {
21424
- margin-inline-start: 75%;
21425
- }
21426
- .offset-xxl-10 {
21427
- margin-inline-start: 83.3333333333%;
21428
- }
21429
- .offset-xxl-11 {
21430
- margin-inline-start: 91.6666666667%;
21431
- }
21297
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
21298
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
21299
+ opacity: 0.5;
21300
+ }
21301
+ .v-data-table .v-table__wrapper > table > thead > tr.v-data-table__tr--mobile > td,
21302
+ .v-data-table .v-table__wrapper > table tbody > tr.v-data-table__tr--mobile > td {
21303
+ height: -moz-fit-content;
21304
+ height: fit-content;
21305
+ }
21306
+
21307
+ .v-data-table-column--fixed,
21308
+ .v-data-table__th--sticky {
21309
+ background: rgb(var(--v-theme-surface));
21310
+ position: sticky !important;
21311
+ left: 0;
21312
+ z-index: 1;
21313
+ }
21314
+
21315
+ .v-data-table-column--last-fixed {
21316
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
21317
+ }
21318
+
21319
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
21320
+ z-index: 2;
21321
+ }
21322
+
21323
+ .v-data-table-group-header-row td {
21324
+ background: rgba(var(--v-theme-surface));
21325
+ color: rgba(var(--v-theme-on-surface));
21326
+ }
21327
+ .v-data-table-group-header-row td > span {
21328
+ padding-left: 5px;
21329
+ }
21330
+
21331
+ .v-data-table--loading .v-data-table__td {
21332
+ opacity: var(--v-disabled-opacity);
21333
+ }
21334
+
21335
+ .v-data-table-group-header-row__column {
21336
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
21337
+ }
21338
+
21339
+ .v-data-table-header__content {
21340
+ display: flex;
21341
+ align-items: center;
21342
+ }
21343
+
21344
+ .v-data-table-header__sort-badge {
21345
+ display: inline-flex;
21346
+ justify-content: center;
21347
+ align-items: center;
21348
+ font-size: 0.875rem;
21349
+ padding: 4px;
21350
+ border-radius: 50%;
21351
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
21352
+ min-width: 20px;
21353
+ min-height: 20px;
21354
+ width: 20px;
21355
+ height: 20px;
21356
+ }
21357
+
21358
+ .v-data-table-progress > th {
21359
+ border: none !important;
21360
+ height: auto !important;
21361
+ padding: 0 !important;
21362
+ }
21363
+
21364
+ .v-data-table-progress__loader {
21365
+ position: relative;
21366
+ }
21367
+
21368
+ .v-data-table-rows-loading,
21369
+ .v-data-table-rows-no-data {
21370
+ text-align: center;
21371
+ }
21372
+
21373
+ .v-data-table__tr--mobile > .v-data-table__td--expanded-row {
21374
+ grid-template-columns: 0;
21375
+ justify-content: center;
21376
+ }
21377
+ .v-data-table__tr--mobile > .v-data-table__td--select-row {
21378
+ grid-template-columns: 0;
21379
+ justify-content: end;
21380
+ }
21381
+ .v-data-table__tr--mobile > td {
21382
+ align-items: center;
21383
+ column-gap: 4px;
21384
+ display: grid;
21385
+ grid-template-columns: repeat(2, 1fr);
21386
+ min-height: var(--v-table-row-height);
21387
+ }
21388
+ .v-data-table__tr--mobile > td:not(:last-child) {
21389
+ border-bottom: 0 !important;
21390
+ }
21391
+
21392
+ .v-data-table__td-title {
21393
+ font-weight: 500;
21394
+ text-align: left;
21395
+ }
21396
+
21397
+ .v-data-table__td-value {
21398
+ text-align: right;
21399
+ }
21400
+
21401
+ .v-data-table__td-sort-icon {
21402
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
21403
+ }
21404
+ .v-data-table__td-sort-icon-active {
21405
+ color: rgba(var(--v-theme-on-surface));
21406
+ }.v-data-table-footer {
21407
+ align-items: center;
21408
+ display: flex;
21409
+ flex-wrap: wrap;
21410
+ justify-content: flex-end;
21411
+ padding: 8px 4px;
21412
+ }
21413
+ .v-data-table-footer__items-per-page {
21414
+ align-items: center;
21415
+ display: flex;
21416
+ justify-content: center;
21417
+ }
21418
+ .v-data-table-footer__items-per-page > span {
21419
+ padding-inline-end: 8px;
21420
+ }
21421
+ .v-data-table-footer__items-per-page > .v-select {
21422
+ width: 90px;
21423
+ }
21424
+ .v-data-table-footer__info {
21425
+ display: flex;
21426
+ justify-content: flex-end;
21427
+ min-width: 116px;
21428
+ padding: 0 16px;
21429
+ }
21430
+ .v-data-table-footer__paginationz {
21431
+ align-items: center;
21432
+ display: flex;
21433
+ margin-inline-start: 16px;
21434
+ }
21435
+ .v-data-table-footer__page {
21436
+ padding: 0 8px;
21432
21437
  }.v-divider {
21433
21438
  display: block;
21434
21439
  flex: 1 1 100%;
@@ -22534,6 +22539,43 @@ textarea.v-field__input::placeholder {
22534
22539
 
22535
22540
  .v-icon--end {
22536
22541
  margin-inline-start: 8px;
22542
+ }.v-infinite-scroll--horizontal {
22543
+ display: flex;
22544
+ flex-direction: row;
22545
+ overflow-x: auto;
22546
+ }
22547
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22548
+ height: 100%;
22549
+ width: var(--v-infinite-margin-size, 1px);
22550
+ }
22551
+
22552
+ .v-infinite-scroll--vertical {
22553
+ display: flex;
22554
+ flex-direction: column;
22555
+ overflow-y: auto;
22556
+ }
22557
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22558
+ height: 1px;
22559
+ width: 100%;
22560
+ }
22561
+
22562
+ .v-infinite-scroll-intersect {
22563
+ pointer-events: none;
22564
+ margin-top: var(--v-infinite-margin);
22565
+ margin-bottom: calc(var(--v-infinite-margin) * -1);
22566
+ }
22567
+ .v-infinite-scroll-intersect:nth-child(2) {
22568
+ --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22569
+ }
22570
+ .v-infinite-scroll-intersect:nth-last-child(2) {
22571
+ --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22572
+ }
22573
+
22574
+ .v-infinite-scroll__side {
22575
+ align-items: center;
22576
+ display: flex;
22577
+ justify-content: center;
22578
+ padding: 8px;
22537
22579
  }.v-img {
22538
22580
  --v-theme-overlay-multiplier: 3;
22539
22581
  z-index: 0;
@@ -22585,43 +22627,6 @@ textarea.v-field__input::placeholder {
22585
22627
 
22586
22628
  .v-img__gradient {
22587
22629
  background-repeat: no-repeat;
22588
- }.v-infinite-scroll--horizontal {
22589
- display: flex;
22590
- flex-direction: row;
22591
- overflow-x: auto;
22592
- }
22593
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22594
- height: 100%;
22595
- width: var(--v-infinite-margin-size, 1px);
22596
- }
22597
-
22598
- .v-infinite-scroll--vertical {
22599
- display: flex;
22600
- flex-direction: column;
22601
- overflow-y: auto;
22602
- }
22603
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22604
- height: 1px;
22605
- width: 100%;
22606
- }
22607
-
22608
- .v-infinite-scroll-intersect {
22609
- pointer-events: none;
22610
- margin-top: var(--v-infinite-margin);
22611
- margin-bottom: calc(var(--v-infinite-margin) * -1);
22612
- }
22613
- .v-infinite-scroll-intersect:nth-child(2) {
22614
- --v-infinite-margin: var(--v-infinite-margin-size, 1px);
22615
- }
22616
- .v-infinite-scroll-intersect:nth-last-child(2) {
22617
- --v-infinite-margin: calc(var(--v-infinite-margin-size, 1px) * -1);
22618
- }
22619
-
22620
- .v-infinite-scroll__side {
22621
- align-items: center;
22622
- display: flex;
22623
- justify-content: center;
22624
- padding: 8px;
22625
22630
  }.v-input {
22626
22631
  display: grid;
22627
22632
  flex: 1 1 auto;
@@ -22732,58 +22737,182 @@ textarea.v-field__input::placeholder {
22732
22737
  .v-input__prepend {
22733
22738
  grid-area: prepend;
22734
22739
  }
22735
-
22736
- .v-input__append {
22737
- grid-area: append;
22740
+
22741
+ .v-input__append {
22742
+ grid-area: append;
22743
+ }
22744
+
22745
+ .v-input__control {
22746
+ display: flex;
22747
+ grid-area: control;
22748
+ }
22749
+
22750
+ .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
22751
+ .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
22752
+ -webkit-appearance: none;
22753
+ margin: 0;
22754
+ }
22755
+ .v-input--hide-spin-buttons input[type=number] {
22756
+ -moz-appearance: textfield;
22757
+ }
22758
+ .v-input--plain-underlined .v-input__prepend,
22759
+ .v-input--plain-underlined .v-input__append {
22760
+ align-items: flex-start;
22761
+ }
22762
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22763
+ padding-top: calc(var(--v-input-padding-top) + 4px);
22764
+ }
22765
+
22766
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22767
+ padding-top: calc(var(--v-input-padding-top) + 2px);
22768
+ }
22769
+
22770
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22771
+ padding-top: calc(var(--v-input-padding-top) + 0px);
22772
+ }.v-item-group {
22773
+ flex: 0 1 auto;
22774
+ max-width: 100%;
22775
+ position: relative;
22776
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22777
+ }.v-layout {
22778
+ --v-scrollbar-offset: 0px;
22779
+ display: flex;
22780
+ flex: 1 1 auto;
22781
+ }
22782
+ .v-layout--full-height {
22783
+ --v-scrollbar-offset: inherit;
22784
+ height: 100%;
22785
+ }.v-layout-item {
22786
+ position: absolute;
22787
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22788
+ }
22789
+
22790
+ .v-layout-item--absolute {
22791
+ position: absolute;
22792
+ }.v-label {
22793
+ align-items: center;
22794
+ color: inherit;
22795
+ display: inline-flex;
22796
+ font-size: 1rem;
22797
+ letter-spacing: 0.009375em;
22798
+ min-width: 0;
22799
+ opacity: var(--v-medium-emphasis-opacity);
22800
+ overflow: hidden;
22801
+ text-overflow: ellipsis;
22802
+ white-space: nowrap;
22803
+ }
22804
+
22805
+ .v-label--clickable {
22806
+ cursor: pointer;
22807
+ }.v-list {
22808
+ overflow: auto;
22809
+ padding: 8px 0;
22810
+ position: relative;
22811
+ outline: none;
22812
+ }
22813
+ .v-list {
22814
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22815
+ border-style: solid;
22816
+ border-width: 0;
22817
+ }
22818
+ .v-list--border {
22819
+ border-width: thin;
22820
+ box-shadow: none;
22821
+ }
22822
+ .v-list {
22823
+ 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));
22824
+ }
22825
+ .v-list {
22826
+ border-radius: 0;
22827
+ }
22828
+ .v-list {
22829
+ background: rgba(var(--v-theme-surface));
22830
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22831
+ }
22832
+ .v-list--disabled {
22833
+ pointer-events: none;
22834
+ -webkit-user-select: none;
22835
+ user-select: none;
22836
+ }
22837
+ .v-list--nav {
22838
+ padding-inline: 8px;
22839
+ }
22840
+ .v-list--rounded {
22841
+ border-radius: 4px;
22842
+ }
22843
+ .v-list--subheader {
22844
+ padding-top: 0;
22738
22845
  }
22739
22846
 
22740
- .v-input__control {
22847
+ .v-list-img {
22848
+ border-radius: inherit;
22741
22849
  display: flex;
22742
- grid-area: control;
22850
+ height: 100%;
22851
+ left: 0;
22852
+ overflow: hidden;
22853
+ position: absolute;
22854
+ top: 0;
22855
+ width: 100%;
22856
+ z-index: -1;
22743
22857
  }
22744
22858
 
22745
- .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
22746
- .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
22747
- -webkit-appearance: none;
22748
- margin: 0;
22859
+ .v-list-subheader {
22860
+ align-items: center;
22861
+ background: inherit;
22862
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22863
+ display: flex;
22864
+ font-size: 0.875rem;
22865
+ font-weight: 400;
22866
+ line-height: 1.375rem;
22867
+ padding-inline-end: 16px;
22868
+ min-height: 40px;
22869
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22749
22870
  }
22750
- .v-input--hide-spin-buttons input[type=number] {
22751
- -moz-appearance: textfield;
22871
+ .v-list-subheader__text {
22872
+ overflow: hidden;
22873
+ text-overflow: ellipsis;
22874
+ white-space: nowrap;
22752
22875
  }
22753
- .v-input--plain-underlined .v-input__prepend,
22754
- .v-input--plain-underlined .v-input__append {
22755
- align-items: flex-start;
22876
+ .v-list--density-default .v-list-subheader {
22877
+ min-height: 40px;
22878
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22756
22879
  }
22757
- .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
22758
- padding-top: calc(var(--v-input-padding-top) + 4px);
22880
+
22881
+ .v-list--density-comfortable .v-list-subheader {
22882
+ min-height: 36px;
22883
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22759
22884
  }
22760
22885
 
22761
- .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
22762
- padding-top: calc(var(--v-input-padding-top) + 2px);
22886
+ .v-list--density-compact .v-list-subheader {
22887
+ min-height: 32px;
22888
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
22763
22889
  }
22764
22890
 
22765
- .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22766
- padding-top: calc(var(--v-input-padding-top) + 0px);
22767
- }.v-item-group {
22768
- flex: 0 1 auto;
22769
- max-width: 100%;
22770
- position: relative;
22771
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22772
- }.v-label {
22773
- align-items: center;
22774
- color: inherit;
22775
- display: inline-flex;
22776
- font-size: 1rem;
22777
- letter-spacing: 0.009375em;
22778
- min-width: 0;
22779
- opacity: var(--v-medium-emphasis-opacity);
22780
- overflow: hidden;
22781
- text-overflow: ellipsis;
22782
- white-space: nowrap;
22891
+ .v-list-subheader--inset {
22892
+ --indent-padding: 56px;
22893
+ }
22894
+ .v-list--nav .v-list-subheader {
22895
+ font-size: 0.75rem;
22896
+ }
22897
+ .v-list-subheader--sticky {
22898
+ background: inherit;
22899
+ left: 0;
22900
+ position: sticky;
22901
+ top: 0;
22902
+ z-index: 1;
22783
22903
  }
22784
22904
 
22785
- .v-label--clickable {
22786
- cursor: pointer;
22905
+ .v-list__overlay {
22906
+ background-color: currentColor;
22907
+ border-radius: inherit;
22908
+ bottom: 0;
22909
+ left: 0;
22910
+ opacity: 0;
22911
+ pointer-events: none;
22912
+ position: absolute;
22913
+ right: 0;
22914
+ top: 0;
22915
+ transition: opacity 0.2s ease-in-out;
22787
22916
  }.v-list-item {
22788
22917
  align-items: center;
22789
22918
  display: grid;
@@ -23250,130 +23379,6 @@ textarea.v-field__input::placeholder {
23250
23379
  }
23251
23380
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23252
23381
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23253
- }.v-list {
23254
- overflow: auto;
23255
- padding: 8px 0;
23256
- position: relative;
23257
- outline: none;
23258
- }
23259
- .v-list {
23260
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23261
- border-style: solid;
23262
- border-width: 0;
23263
- }
23264
- .v-list--border {
23265
- border-width: thin;
23266
- box-shadow: none;
23267
- }
23268
- .v-list {
23269
- 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));
23270
- }
23271
- .v-list {
23272
- border-radius: 0;
23273
- }
23274
- .v-list {
23275
- background: rgba(var(--v-theme-surface));
23276
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23277
- }
23278
- .v-list--disabled {
23279
- pointer-events: none;
23280
- -webkit-user-select: none;
23281
- user-select: none;
23282
- }
23283
- .v-list--nav {
23284
- padding-inline: 8px;
23285
- }
23286
- .v-list--rounded {
23287
- border-radius: 4px;
23288
- }
23289
- .v-list--subheader {
23290
- padding-top: 0;
23291
- }
23292
-
23293
- .v-list-img {
23294
- border-radius: inherit;
23295
- display: flex;
23296
- height: 100%;
23297
- left: 0;
23298
- overflow: hidden;
23299
- position: absolute;
23300
- top: 0;
23301
- width: 100%;
23302
- z-index: -1;
23303
- }
23304
-
23305
- .v-list-subheader {
23306
- align-items: center;
23307
- background: inherit;
23308
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23309
- display: flex;
23310
- font-size: 0.875rem;
23311
- font-weight: 400;
23312
- line-height: 1.375rem;
23313
- padding-inline-end: 16px;
23314
- min-height: 40px;
23315
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
23316
- }
23317
- .v-list-subheader__text {
23318
- overflow: hidden;
23319
- text-overflow: ellipsis;
23320
- white-space: nowrap;
23321
- }
23322
- .v-list--density-default .v-list-subheader {
23323
- min-height: 40px;
23324
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23325
- }
23326
-
23327
- .v-list--density-comfortable .v-list-subheader {
23328
- min-height: 36px;
23329
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23330
- }
23331
-
23332
- .v-list--density-compact .v-list-subheader {
23333
- min-height: 32px;
23334
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
23335
- }
23336
-
23337
- .v-list-subheader--inset {
23338
- --indent-padding: 56px;
23339
- }
23340
- .v-list--nav .v-list-subheader {
23341
- font-size: 0.75rem;
23342
- }
23343
- .v-list-subheader--sticky {
23344
- background: inherit;
23345
- left: 0;
23346
- position: sticky;
23347
- top: 0;
23348
- z-index: 1;
23349
- }
23350
-
23351
- .v-list__overlay {
23352
- background-color: currentColor;
23353
- border-radius: inherit;
23354
- bottom: 0;
23355
- left: 0;
23356
- opacity: 0;
23357
- pointer-events: none;
23358
- position: absolute;
23359
- right: 0;
23360
- top: 0;
23361
- transition: opacity 0.2s ease-in-out;
23362
- }.v-layout {
23363
- --v-scrollbar-offset: 0px;
23364
- display: flex;
23365
- flex: 1 1 auto;
23366
- }
23367
- .v-layout--full-height {
23368
- --v-scrollbar-offset: inherit;
23369
- height: 100%;
23370
- }.v-layout-item {
23371
- position: absolute;
23372
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23373
- }
23374
-
23375
- .v-layout-item--absolute {
23376
- position: absolute;
23377
23382
  }.v-main {
23378
23383
  flex: 1 0 auto;
23379
23384
  max-width: 100%;
@@ -23404,24 +23409,6 @@ textarea.v-field__input::placeholder {
23404
23409
  --v-layout-right: 0px;
23405
23410
  --v-layout-top: 0px;
23406
23411
  --v-layout-bottom: 0px;
23407
- }.v-locale-provider {
23408
- display: contents;
23409
- }.v-messages {
23410
- flex: 1 1 auto;
23411
- font-size: 12px;
23412
- min-height: 14px;
23413
- min-width: 1px;
23414
- opacity: var(--v-medium-emphasis-opacity);
23415
- position: relative;
23416
- }
23417
- .v-messages__message {
23418
- line-height: 12px;
23419
- word-break: break-word;
23420
- overflow-wrap: break-word;
23421
- word-wrap: break-word;
23422
- -webkit-hyphens: auto;
23423
- hyphens: auto;
23424
- transition-duration: 150ms;
23425
23412
  }.v-menu > .v-overlay__content {
23426
23413
  display: flex;
23427
23414
  flex-direction: column;
@@ -23441,6 +23428,8 @@ textarea.v-field__input::placeholder {
23441
23428
  .v-menu > .v-overlay__content > .v-sheet,
23442
23429
  .v-menu > .v-overlay__content > .v-list {
23443
23430
  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));
23431
+ }.v-locale-provider {
23432
+ display: contents;
23444
23433
  }.v-navigation-drawer {
23445
23434
  -webkit-overflow-scrolling: touch;
23446
23435
  background: rgb(var(--v-theme-surface));
@@ -23607,14 +23596,22 @@ textarea.v-field__input::placeholder {
23607
23596
  }
23608
23597
  .v-otp-input__loader .v-progress-linear {
23609
23598
  position: absolute;
23610
- }.v-pagination__list {
23611
- display: inline-flex;
23612
- list-style-type: none;
23613
- justify-content: center;
23614
- width: 100%;
23599
+ }.v-messages {
23600
+ flex: 1 1 auto;
23601
+ font-size: 12px;
23602
+ min-height: 14px;
23603
+ min-width: 1px;
23604
+ opacity: var(--v-medium-emphasis-opacity);
23605
+ position: relative;
23615
23606
  }
23616
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23617
- margin: 0.3rem;
23607
+ .v-messages__message {
23608
+ line-height: 12px;
23609
+ word-break: break-word;
23610
+ overflow-wrap: break-word;
23611
+ word-wrap: break-word;
23612
+ -webkit-hyphens: auto;
23613
+ hyphens: auto;
23614
+ transition-duration: 150ms;
23618
23615
  }.v-overlay-container {
23619
23616
  contain: layout;
23620
23617
  left: 0;
@@ -23678,6 +23675,14 @@ html.v-overlay-scroll-blocked {
23678
23675
 
23679
23676
  .v-overlay--scroll-blocked {
23680
23677
  padding-inline-end: var(--v-scrollbar-offset);
23678
+ }.v-pagination__list {
23679
+ display: inline-flex;
23680
+ list-style-type: none;
23681
+ justify-content: center;
23682
+ width: 100%;
23683
+ }
23684
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23685
+ margin: 0.3rem;
23681
23686
  }.v-parallax {
23682
23687
  position: relative;
23683
23688
  overflow: hidden;
@@ -23786,63 +23791,6 @@ html.v-overlay-scroll-blocked {
23786
23791
  100% {
23787
23792
  transform: rotate(270deg);
23788
23793
  }
23789
- }.v-slider .v-slider__container input {
23790
- cursor: default;
23791
- padding: 0;
23792
- width: 100%;
23793
- display: none;
23794
- }
23795
- .v-slider > .v-input__append,
23796
- .v-slider > .v-input__prepend {
23797
- padding: 0;
23798
- }
23799
-
23800
- .v-slider__container {
23801
- position: relative;
23802
- min-height: inherit;
23803
- width: 100%;
23804
- height: 100%;
23805
- display: flex;
23806
- justify-content: center;
23807
- align-items: center;
23808
- cursor: pointer;
23809
- }
23810
- .v-input--disabled .v-slider__container {
23811
- opacity: var(--v-disabled-opacity);
23812
- }
23813
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23814
- color: rgb(var(--v-theme-error));
23815
- }
23816
-
23817
- .v-slider.v-input--horizontal {
23818
- align-items: center;
23819
- margin-inline: 8px 8px;
23820
- }
23821
- .v-slider.v-input--horizontal > .v-input__control {
23822
- min-height: 32px;
23823
- display: flex;
23824
- align-items: center;
23825
- }
23826
-
23827
- .v-slider.v-input--vertical {
23828
- justify-content: center;
23829
- margin-top: 12px;
23830
- margin-bottom: 12px;
23831
- }
23832
- .v-slider.v-input--vertical > .v-input__control {
23833
- min-height: 300px;
23834
- }
23835
-
23836
- .v-slider.v-input--disabled {
23837
- pointer-events: none;
23838
- }
23839
-
23840
- .v-slider--has-labels > .v-input__control {
23841
- margin-bottom: 4px;
23842
- }
23843
-
23844
- .v-slider__label {
23845
- margin-inline-end: 12px;
23846
23794
  }.v-progress-linear {
23847
23795
  background: transparent;
23848
23796
  overflow: hidden;
@@ -24083,6 +24031,89 @@ html.v-overlay-scroll-blocked {
24083
24031
  }
24084
24032
  .v-radio-group .v-input__details {
24085
24033
  padding-inline: 16px;
24034
+ }.v-responsive {
24035
+ display: flex;
24036
+ flex: 1 0 auto;
24037
+ max-height: 100%;
24038
+ max-width: 100%;
24039
+ overflow: hidden;
24040
+ position: relative;
24041
+ }
24042
+ .v-responsive--inline {
24043
+ display: inline-flex;
24044
+ flex: 0 0 auto;
24045
+ }
24046
+
24047
+ .v-responsive__content {
24048
+ flex: 1 0 0px;
24049
+ max-width: 100%;
24050
+ }
24051
+
24052
+ .v-responsive__sizer ~ .v-responsive__content {
24053
+ margin-inline-start: -100%;
24054
+ }
24055
+
24056
+ .v-responsive__sizer {
24057
+ flex: 1 0 0px;
24058
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24059
+ pointer-events: none;
24060
+ }.v-slider .v-slider__container input {
24061
+ cursor: default;
24062
+ padding: 0;
24063
+ width: 100%;
24064
+ display: none;
24065
+ }
24066
+ .v-slider > .v-input__append,
24067
+ .v-slider > .v-input__prepend {
24068
+ padding: 0;
24069
+ }
24070
+
24071
+ .v-slider__container {
24072
+ position: relative;
24073
+ min-height: inherit;
24074
+ width: 100%;
24075
+ height: 100%;
24076
+ display: flex;
24077
+ justify-content: center;
24078
+ align-items: center;
24079
+ cursor: pointer;
24080
+ }
24081
+ .v-input--disabled .v-slider__container {
24082
+ opacity: var(--v-disabled-opacity);
24083
+ }
24084
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24085
+ color: rgb(var(--v-theme-error));
24086
+ }
24087
+
24088
+ .v-slider.v-input--horizontal {
24089
+ align-items: center;
24090
+ margin-inline: 8px 8px;
24091
+ }
24092
+ .v-slider.v-input--horizontal > .v-input__control {
24093
+ min-height: 32px;
24094
+ display: flex;
24095
+ align-items: center;
24096
+ }
24097
+
24098
+ .v-slider.v-input--vertical {
24099
+ justify-content: center;
24100
+ margin-top: 12px;
24101
+ margin-bottom: 12px;
24102
+ }
24103
+ .v-slider.v-input--vertical > .v-input__control {
24104
+ min-height: 300px;
24105
+ }
24106
+
24107
+ .v-slider.v-input--disabled {
24108
+ pointer-events: none;
24109
+ }
24110
+
24111
+ .v-slider--has-labels > .v-input__control {
24112
+ margin-bottom: 4px;
24113
+ }
24114
+
24115
+ .v-slider__label {
24116
+ margin-inline-end: 12px;
24086
24117
  }.v-rating {
24087
24118
  max-width: 100%;
24088
24119
  display: inline-flex;
@@ -24291,6 +24322,14 @@ html.v-overlay-scroll-blocked {
24291
24322
  }
24292
24323
  .v-selection-control--focus-visible .v-selection-control__input::before {
24293
24324
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24325
+ }.v-selection-control-group {
24326
+ grid-area: control;
24327
+ display: flex;
24328
+ flex-direction: column;
24329
+ }
24330
+ .v-selection-control-group--inline {
24331
+ flex-direction: row;
24332
+ flex-wrap: wrap;
24294
24333
  }.v-sheet {
24295
24334
  display: block;
24296
24335
  }
@@ -24552,14 +24591,6 @@ html.v-overlay-scroll-blocked {
24552
24591
  100% {
24553
24592
  transform: translateX(100%);
24554
24593
  }
24555
- }.v-selection-control-group {
24556
- grid-area: control;
24557
- display: flex;
24558
- flex-direction: column;
24559
- }
24560
- .v-selection-control-group--inline {
24561
- flex-direction: row;
24562
- flex-wrap: wrap;
24563
24594
  }.v-slide-group {
24564
24595
  display: flex;
24565
24596
  overflow: hidden;
@@ -24755,47 +24786,6 @@ html.v-overlay-scroll-blocked {
24755
24786
  }
24756
24787
  .v-snackbar-transition-leave-to {
24757
24788
  opacity: 0;
24758
- }.v-speed-dial__content {
24759
- gap: 8px;
24760
- }
24761
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24762
- flex-direction: row;
24763
- }
24764
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24765
- flex-direction: row-reverse;
24766
- }
24767
- .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24768
- flex-direction: column-reverse;
24769
- }
24770
- .v-speed-dial__content > *:nth-child(1) {
24771
- transition-delay: 0s;
24772
- }
24773
- .v-speed-dial__content > *:nth-child(2) {
24774
- transition-delay: 0.05s;
24775
- }
24776
- .v-speed-dial__content > *:nth-child(3) {
24777
- transition-delay: 0.1s;
24778
- }
24779
- .v-speed-dial__content > *:nth-child(4) {
24780
- transition-delay: 0.15s;
24781
- }
24782
- .v-speed-dial__content > *:nth-child(5) {
24783
- transition-delay: 0.2s;
24784
- }
24785
- .v-speed-dial__content > *:nth-child(6) {
24786
- transition-delay: 0.25s;
24787
- }
24788
- .v-speed-dial__content > *:nth-child(7) {
24789
- transition-delay: 0.3s;
24790
- }
24791
- .v-speed-dial__content > *:nth-child(8) {
24792
- transition-delay: 0.35s;
24793
- }
24794
- .v-speed-dial__content > *:nth-child(9) {
24795
- transition-delay: 0.4s;
24796
- }
24797
- .v-speed-dial__content > *:nth-child(10) {
24798
- transition-delay: 0.45s;
24799
24789
  }.v-stepper.v-sheet {
24800
24790
  overflow: hidden;
24801
24791
  }
@@ -24971,6 +24961,47 @@ html.v-overlay-scroll-blocked {
24971
24961
  left: 0;
24972
24962
  width: 100%;
24973
24963
  height: 100%;
24964
+ }.v-speed-dial__content {
24965
+ gap: 8px;
24966
+ }
24967
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--end-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--right-center {
24968
+ flex-direction: row;
24969
+ }
24970
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--left-center, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--start-center {
24971
+ flex-direction: row-reverse;
24972
+ }
24973
+ .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top, .v-speed-dial__content.v-overlay__content.v-speed-dial__content--top-center {
24974
+ flex-direction: column-reverse;
24975
+ }
24976
+ .v-speed-dial__content > *:nth-child(1) {
24977
+ transition-delay: 0s;
24978
+ }
24979
+ .v-speed-dial__content > *:nth-child(2) {
24980
+ transition-delay: 0.05s;
24981
+ }
24982
+ .v-speed-dial__content > *:nth-child(3) {
24983
+ transition-delay: 0.1s;
24984
+ }
24985
+ .v-speed-dial__content > *:nth-child(4) {
24986
+ transition-delay: 0.15s;
24987
+ }
24988
+ .v-speed-dial__content > *:nth-child(5) {
24989
+ transition-delay: 0.2s;
24990
+ }
24991
+ .v-speed-dial__content > *:nth-child(6) {
24992
+ transition-delay: 0.25s;
24993
+ }
24994
+ .v-speed-dial__content > *:nth-child(7) {
24995
+ transition-delay: 0.3s;
24996
+ }
24997
+ .v-speed-dial__content > *:nth-child(8) {
24998
+ transition-delay: 0.35s;
24999
+ }
25000
+ .v-speed-dial__content > *:nth-child(9) {
25001
+ transition-delay: 0.4s;
25002
+ }
25003
+ .v-speed-dial__content > *:nth-child(10) {
25004
+ transition-delay: 0.45s;
24974
25005
  }.v-switch .v-label {
24975
25006
  padding-inline-start: 10px;
24976
25007
  }
@@ -25153,6 +25184,49 @@ html.v-overlay-scroll-blocked {
25153
25184
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25154
25185
  border-width: 0;
25155
25186
  }
25187
+ }.v-system-bar {
25188
+ align-items: center;
25189
+ display: flex;
25190
+ flex: 1 1 auto;
25191
+ height: 24px;
25192
+ justify-content: flex-end;
25193
+ max-width: 100%;
25194
+ padding-inline: 8px;
25195
+ position: relative;
25196
+ text-align: end;
25197
+ width: 100%;
25198
+ }
25199
+ .v-system-bar .v-icon {
25200
+ opacity: var(--v-medium-emphasis-opacity);
25201
+ }
25202
+ .v-system-bar {
25203
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
25204
+ }
25205
+ .v-system-bar--absolute {
25206
+ position: absolute;
25207
+ }
25208
+ .v-system-bar--fixed {
25209
+ position: fixed;
25210
+ }
25211
+ .v-system-bar {
25212
+ background: rgba(var(--v-theme-surface-light));
25213
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25214
+ }
25215
+ .v-system-bar {
25216
+ font-size: 0.75rem;
25217
+ font-weight: 400;
25218
+ letter-spacing: 0.0333333333em;
25219
+ line-height: 1.667;
25220
+ text-transform: none;
25221
+ }
25222
+ .v-system-bar--rounded {
25223
+ border-radius: 0;
25224
+ }
25225
+ .v-system-bar--window {
25226
+ height: 32px;
25227
+ }
25228
+ .v-system-bar:not(.v-system-bar--absolute) {
25229
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25156
25230
  }.v-tab.v-tab.v-btn {
25157
25231
  height: var(--v-tabs-height);
25158
25232
  border-radius: 0;
@@ -25248,7 +25322,113 @@ html.v-overlay-scroll-blocked {
25248
25322
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25249
25323
  margin-inline-end: 52px;
25250
25324
  }
25251
- }.v-table {
25325
+ }.v-textarea .v-field {
25326
+ --v-textarea-control-height: var(--v-input-control-height);
25327
+ }
25328
+ .v-textarea .v-field__field {
25329
+ --v-input-control-height: var(--v-textarea-control-height);
25330
+ }
25331
+ .v-textarea .v-field__input {
25332
+ flex: 1 1 auto;
25333
+ outline: none;
25334
+ -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));
25335
+ 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));
25336
+ }
25337
+ .v-textarea .v-field__input.v-textarea__sizer {
25338
+ visibility: hidden;
25339
+ position: absolute;
25340
+ top: 0;
25341
+ left: 0;
25342
+ height: 0 !important;
25343
+ min-height: 0 !important;
25344
+ pointer-events: none;
25345
+ }
25346
+ .v-textarea--no-resize .v-field__input {
25347
+ resize: none;
25348
+ }
25349
+ .v-textarea .v-field--no-label textarea,
25350
+ .v-textarea .v-field--active textarea {
25351
+ opacity: 1;
25352
+ }
25353
+ .v-textarea textarea {
25354
+ opacity: 0;
25355
+ flex: 1;
25356
+ min-width: 0;
25357
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25358
+ }
25359
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25360
+ outline: none;
25361
+ }
25362
+ .v-textarea textarea:invalid {
25363
+ box-shadow: none;
25364
+ }/* region BLOCK */
25365
+ .v-text-field input {
25366
+ color: inherit;
25367
+ opacity: 0;
25368
+ flex: 1;
25369
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25370
+ min-width: 0;
25371
+ }
25372
+ .v-text-field input:focus, .v-text-field input:active {
25373
+ outline: none;
25374
+ }
25375
+ .v-text-field input:invalid {
25376
+ box-shadow: none;
25377
+ }
25378
+ .v-text-field .v-field {
25379
+ cursor: text;
25380
+ }
25381
+ .v-text-field--prefixed.v-text-field .v-field__input {
25382
+ --v-field-padding-start: 6px;
25383
+ }
25384
+
25385
+ .v-text-field--suffixed.v-text-field .v-field__input {
25386
+ --v-field-padding-end: 0;
25387
+ }
25388
+
25389
+ .v-text-field .v-input__details {
25390
+ padding-inline: 16px;
25391
+ }
25392
+ .v-input--plain-underlined.v-text-field .v-input__details {
25393
+ padding-inline: 0;
25394
+ }
25395
+
25396
+ .v-text-field .v-field--no-label input,
25397
+ .v-text-field .v-field--active input {
25398
+ opacity: 1;
25399
+ }
25400
+ .v-text-field .v-field--single-line input {
25401
+ transition: none;
25402
+ }
25403
+
25404
+ /* endregion */
25405
+ /* region ELEMENTS */
25406
+ .v-text-field__prefix, .v-text-field__suffix {
25407
+ align-items: center;
25408
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25409
+ cursor: default;
25410
+ display: flex;
25411
+ opacity: 0;
25412
+ transition: inherit;
25413
+ white-space: nowrap;
25414
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25415
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25416
+ padding-bottom: var(--v-field-padding-bottom, 6px);
25417
+ }
25418
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25419
+ opacity: 1;
25420
+ }
25421
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25422
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25423
+ }
25424
+ .v-text-field__prefix {
25425
+ padding-inline-start: var(--v-field-padding-start);
25426
+ }
25427
+ .v-text-field__suffix {
25428
+ padding-inline-end: var(--v-field-padding-end);
25429
+ }
25430
+
25431
+ /* endregion */.v-table {
25252
25432
  font-size: 0.875rem;
25253
25433
  transition-duration: 0.28s;
25254
25434
  transition-property: box-shadow, opacity, background, height;
@@ -25372,155 +25552,27 @@ html.v-overlay-scroll-blocked {
25372
25552
  .v-table--fixed-height > .v-table__wrapper {
25373
25553
  overflow-y: auto;
25374
25554
  }
25375
-
25376
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25377
- position: sticky;
25378
- top: 0;
25379
- z-index: 2;
25380
- }
25381
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25382
- border-bottom: 0px !important;
25383
- }
25384
-
25385
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25386
- position: sticky;
25387
- bottom: 0;
25388
- z-index: 1;
25389
- }
25390
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25391
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25392
- border-top: 0px !important;
25393
- }/* region BLOCK */
25394
- .v-text-field input {
25395
- color: inherit;
25396
- opacity: 0;
25397
- flex: 1;
25398
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25399
- min-width: 0;
25400
- }
25401
- .v-text-field input:focus, .v-text-field input:active {
25402
- outline: none;
25403
- }
25404
- .v-text-field input:invalid {
25405
- box-shadow: none;
25406
- }
25407
- .v-text-field .v-field {
25408
- cursor: text;
25409
- }
25410
- .v-text-field--prefixed.v-text-field .v-field__input {
25411
- --v-field-padding-start: 6px;
25412
- }
25413
-
25414
- .v-text-field--suffixed.v-text-field .v-field__input {
25415
- --v-field-padding-end: 0;
25416
- }
25417
-
25418
- .v-text-field .v-input__details {
25419
- padding-inline: 16px;
25420
- }
25421
- .v-input--plain-underlined.v-text-field .v-input__details {
25422
- padding-inline: 0;
25423
- }
25424
-
25425
- .v-text-field .v-field--no-label input,
25426
- .v-text-field .v-field--active input {
25427
- opacity: 1;
25428
- }
25429
- .v-text-field .v-field--single-line input {
25430
- transition: none;
25431
- }
25432
-
25433
- /* endregion */
25434
- /* region ELEMENTS */
25435
- .v-text-field__prefix, .v-text-field__suffix {
25436
- align-items: center;
25437
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25438
- cursor: default;
25439
- display: flex;
25440
- opacity: 0;
25441
- transition: inherit;
25442
- white-space: nowrap;
25443
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25444
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25445
- padding-bottom: var(--v-field-padding-bottom, 6px);
25446
- }
25447
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25448
- opacity: 1;
25449
- }
25450
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25451
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25452
- }
25453
- .v-text-field__prefix {
25454
- padding-inline-start: var(--v-field-padding-start);
25455
- }
25456
- .v-text-field__suffix {
25457
- padding-inline-end: var(--v-field-padding-end);
25458
- }
25459
-
25460
- /* endregion */.v-textarea .v-field {
25461
- --v-textarea-control-height: var(--v-input-control-height);
25462
- }
25463
- .v-textarea .v-field__field {
25464
- --v-input-control-height: var(--v-textarea-control-height);
25465
- }
25466
- .v-textarea .v-field__input {
25467
- flex: 1 1 auto;
25468
- outline: none;
25469
- -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));
25470
- 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));
25471
- }
25472
- .v-textarea .v-field__input.v-textarea__sizer {
25473
- visibility: hidden;
25474
- position: absolute;
25475
- top: 0;
25476
- left: 0;
25477
- height: 0 !important;
25478
- min-height: 0 !important;
25479
- pointer-events: none;
25480
- }
25481
- .v-textarea--no-resize .v-field__input {
25482
- resize: none;
25483
- }
25484
- .v-textarea .v-field--no-label textarea,
25485
- .v-textarea .v-field--active textarea {
25486
- opacity: 1;
25555
+
25556
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25557
+ position: sticky;
25558
+ top: 0;
25559
+ z-index: 2;
25487
25560
  }
25488
- .v-textarea textarea {
25489
- opacity: 0;
25490
- flex: 1;
25491
- min-width: 0;
25492
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25561
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25562
+ border-bottom: 0px !important;
25493
25563
  }
25494
- .v-textarea textarea:focus, .v-textarea textarea:active {
25495
- outline: none;
25564
+
25565
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25566
+ position: sticky;
25567
+ bottom: 0;
25568
+ z-index: 1;
25496
25569
  }
25497
- .v-textarea textarea:invalid {
25498
- box-shadow: none;
25570
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25571
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25572
+ border-top: 0px !important;
25499
25573
  }.v-theme-provider {
25500
25574
  background: rgb(var(--v-theme-background));
25501
25575
  color: rgb(var(--v-theme-on-background));
25502
- }.v-tooltip > .v-overlay__content {
25503
- background: rgb(var(--v-theme-surface-variant));
25504
- color: rgb(var(--v-theme-on-surface-variant));
25505
- border-radius: 4px;
25506
- font-size: 0.875rem;
25507
- line-height: 1.6;
25508
- display: inline-block;
25509
- padding: 5px 16px;
25510
- text-transform: initial;
25511
- width: auto;
25512
- opacity: 1;
25513
- pointer-events: none;
25514
- transition-property: opacity, transform;
25515
- overflow-wrap: break-word;
25516
- }
25517
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25518
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25519
- transition-duration: 150ms;
25520
- }
25521
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25522
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25523
- transition-duration: 75ms;
25524
25576
  }.v-toolbar {
25525
25577
  align-items: flex-start;
25526
25578
  display: flex;
@@ -26082,6 +26134,28 @@ html.v-overlay-scroll-blocked {
26082
26134
 
26083
26135
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
26084
26136
  padding-inline-end: 0;
26137
+ }.v-tooltip > .v-overlay__content {
26138
+ background: rgb(var(--v-theme-surface-variant));
26139
+ color: rgb(var(--v-theme-on-surface-variant));
26140
+ border-radius: 4px;
26141
+ font-size: 0.875rem;
26142
+ line-height: 1.6;
26143
+ display: inline-block;
26144
+ padding: 5px 16px;
26145
+ text-transform: initial;
26146
+ width: auto;
26147
+ opacity: 1;
26148
+ pointer-events: none;
26149
+ transition-property: opacity, transform;
26150
+ overflow-wrap: break-word;
26151
+ }
26152
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26153
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26154
+ transition-duration: 150ms;
26155
+ }
26156
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26157
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26158
+ transition-duration: 75ms;
26085
26159
  }.v-virtual-scroll {
26086
26160
  display: block;
26087
26161
  flex: 1 1 auto;
@@ -26091,32 +26165,6 @@ html.v-overlay-scroll-blocked {
26091
26165
  }
26092
26166
  .v-virtual-scroll__container {
26093
26167
  display: block;
26094
- }.v-responsive {
26095
- display: flex;
26096
- flex: 1 0 auto;
26097
- max-height: 100%;
26098
- max-width: 100%;
26099
- overflow: hidden;
26100
- position: relative;
26101
- }
26102
- .v-responsive--inline {
26103
- display: inline-flex;
26104
- flex: 0 0 auto;
26105
- }
26106
-
26107
- .v-responsive__content {
26108
- flex: 1 0 0px;
26109
- max-width: 100%;
26110
- }
26111
-
26112
- .v-responsive__sizer ~ .v-responsive__content {
26113
- margin-inline-start: -100%;
26114
- }
26115
-
26116
- .v-responsive__sizer {
26117
- flex: 1 0 0px;
26118
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26119
- pointer-events: none;
26120
26168
  }.v-window {
26121
26169
  overflow: hidden;
26122
26170
  }
@@ -26187,54 +26235,34 @@ html.v-overlay-scroll-blocked {
26187
26235
  }
26188
26236
  .v-window-y-reverse-transition-leave-to {
26189
26237
  transform: translateY(100%);
26190
- }.v-system-bar {
26191
- align-items: center;
26238
+ }.v-color-picker-edit {
26192
26239
  display: flex;
26193
- flex: 1 1 auto;
26194
- height: 24px;
26195
- justify-content: flex-end;
26196
- max-width: 100%;
26197
- padding-inline: 8px;
26198
- position: relative;
26199
- text-align: end;
26200
- width: 100%;
26201
- }
26202
- .v-system-bar .v-icon {
26203
- opacity: var(--v-medium-emphasis-opacity);
26204
- }
26205
- .v-system-bar {
26206
- 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));
26207
- }
26208
- .v-system-bar--absolute {
26209
- position: absolute;
26210
- }
26211
- .v-system-bar--fixed {
26212
- position: fixed;
26213
- }
26214
- .v-system-bar {
26215
- background: rgba(var(--v-theme-surface-light));
26216
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26240
+ margin-top: 24px;
26217
26241
  }
26218
- .v-system-bar {
26219
- font-size: 0.75rem;
26220
- font-weight: 400;
26221
- letter-spacing: 0.0333333333em;
26222
- line-height: 1.667;
26223
- text-transform: none;
26242
+
26243
+ .v-color-picker-edit__input {
26244
+ width: 100%;
26245
+ display: flex;
26246
+ flex-wrap: wrap;
26247
+ justify-content: center;
26248
+ text-align: center;
26224
26249
  }
26225
- .v-system-bar--rounded {
26226
- border-radius: 0;
26250
+ .v-color-picker-edit__input:not(:last-child) {
26251
+ margin-inline-end: 8px;
26227
26252
  }
26228
- .v-system-bar--window {
26253
+ .v-color-picker-edit__input input {
26254
+ border-radius: 4px;
26255
+ margin-bottom: 8px;
26256
+ min-width: 0;
26257
+ outline: none;
26258
+ text-align: center;
26259
+ width: 100%;
26229
26260
  height: 32px;
26261
+ background: rgba(var(--v-theme-surface-variant), 0.2);
26262
+ color: rgba(var(--v-theme-on-surface));
26230
26263
  }
26231
- .v-system-bar:not(.v-system-bar--absolute) {
26232
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
26233
- }.v-counter {
26234
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26235
- flex: 0 1 auto;
26236
- font-size: 12px;
26237
- transition-duration: 150ms;
26264
+ .v-color-picker-edit__input span {
26265
+ font-size: 0.75rem;
26238
26266
  }.v-color-picker-canvas {
26239
26267
  display: flex;
26240
26268
  position: relative;
@@ -26257,6 +26285,41 @@ html.v-overlay-scroll-blocked {
26257
26285
  }
26258
26286
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
26259
26287
  will-change: transform;
26288
+ }.v-color-picker-swatches {
26289
+ overflow-y: auto;
26290
+ }
26291
+ .v-color-picker-swatches > div {
26292
+ display: flex;
26293
+ flex-wrap: wrap;
26294
+ justify-content: center;
26295
+ padding: 8px;
26296
+ }
26297
+
26298
+ .v-color-picker-swatches__swatch {
26299
+ display: flex;
26300
+ flex-direction: column;
26301
+ margin-bottom: 10px;
26302
+ }
26303
+
26304
+ .v-color-picker-swatches__color {
26305
+ position: relative;
26306
+ height: 18px;
26307
+ max-height: 18px;
26308
+ width: 45px;
26309
+ margin: 2px 4px;
26310
+ border-radius: 2px;
26311
+ -webkit-user-select: none;
26312
+ user-select: none;
26313
+ overflow: hidden;
26314
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26315
+ cursor: pointer;
26316
+ }
26317
+ .v-color-picker-swatches__color > div {
26318
+ display: flex;
26319
+ align-items: center;
26320
+ justify-content: center;
26321
+ width: 100%;
26322
+ height: 100%;
26260
26323
  }.v-color-picker-preview__alpha .v-slider-track__background {
26261
26324
  background-color: transparent !important;
26262
26325
  }
@@ -26327,69 +26390,6 @@ html.v-overlay-scroll-blocked {
26327
26390
  .v-color-picker-preview__eye-dropper {
26328
26391
  position: relative;
26329
26392
  margin-right: 12px;
26330
- }.v-color-picker-swatches {
26331
- overflow-y: auto;
26332
- }
26333
- .v-color-picker-swatches > div {
26334
- display: flex;
26335
- flex-wrap: wrap;
26336
- justify-content: center;
26337
- padding: 8px;
26338
- }
26339
-
26340
- .v-color-picker-swatches__swatch {
26341
- display: flex;
26342
- flex-direction: column;
26343
- margin-bottom: 10px;
26344
- }
26345
-
26346
- .v-color-picker-swatches__color {
26347
- position: relative;
26348
- height: 18px;
26349
- max-height: 18px;
26350
- width: 45px;
26351
- margin: 2px 4px;
26352
- border-radius: 2px;
26353
- -webkit-user-select: none;
26354
- user-select: none;
26355
- overflow: hidden;
26356
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26357
- cursor: pointer;
26358
- }
26359
- .v-color-picker-swatches__color > div {
26360
- display: flex;
26361
- align-items: center;
26362
- justify-content: center;
26363
- width: 100%;
26364
- height: 100%;
26365
- }.v-color-picker-edit {
26366
- display: flex;
26367
- margin-top: 24px;
26368
- }
26369
-
26370
- .v-color-picker-edit__input {
26371
- width: 100%;
26372
- display: flex;
26373
- flex-wrap: wrap;
26374
- justify-content: center;
26375
- text-align: center;
26376
- }
26377
- .v-color-picker-edit__input:not(:last-child) {
26378
- margin-inline-end: 8px;
26379
- }
26380
- .v-color-picker-edit__input input {
26381
- border-radius: 4px;
26382
- margin-bottom: 8px;
26383
- min-width: 0;
26384
- outline: none;
26385
- text-align: center;
26386
- width: 100%;
26387
- height: 32px;
26388
- background: rgba(var(--v-theme-surface-variant), 0.2);
26389
- color: rgba(var(--v-theme-on-surface));
26390
- }
26391
- .v-color-picker-edit__input span {
26392
- font-size: 0.75rem;
26393
26393
  }.v-picker.v-sheet {
26394
26394
  display: grid;
26395
26395
  grid-auto-rows: min-content;