@vuetify/nightly 3.0.0-beta.3 → 3.0.0-beta.4

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 (169) hide show
  1. package/CHANGELOG.md +32 -2
  2. package/dist/_component-variables.sass +61 -0
  3. package/dist/json/attributes.json +176 -20
  4. package/dist/json/importMap.json +208 -204
  5. package/dist/json/tags.json +48 -4
  6. package/dist/json/web-types.json +492 -46
  7. package/dist/vuetify.css +950 -932
  8. package/dist/vuetify.d.ts +2521 -341
  9. package/dist/vuetify.esm.js +2318 -2130
  10. package/dist/vuetify.esm.js.map +1 -1
  11. package/dist/vuetify.js +2317 -2129
  12. package/dist/vuetify.js.map +1 -1
  13. package/dist/vuetify.min.css +2 -2
  14. package/dist/vuetify.min.js +764 -740
  15. package/dist/vuetify.min.js.map +1 -1
  16. package/lib/components/VAlert/VAlert.css +5 -5
  17. package/lib/components/VAlert/VAlert.mjs +1 -1
  18. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  19. package/lib/components/VAlert/VAlert.sass +0 -2
  20. package/lib/components/VAppBar/VAppBar.sass +0 -1
  21. package/lib/components/VAutocomplete/VAutocomplete.mjs +46 -17
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -2
  24. package/lib/components/VAvatar/VAvatar.css +1 -1
  25. package/lib/components/VAvatar/VAvatar.sass +1 -2
  26. package/lib/components/VAvatar/_mixins.scss +0 -1
  27. package/lib/components/VBadge/VBadge.sass +0 -1
  28. package/lib/components/VBanner/VBanner.sass +0 -1
  29. package/lib/components/VBottomNavigation/VBottomNavigation.sass +0 -1
  30. package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +0 -1
  31. package/lib/components/VBtn/VBtn.css +24 -7
  32. package/lib/components/VBtn/VBtn.mjs +20 -11
  33. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  34. package/lib/components/VBtn/VBtn.sass +17 -2
  35. package/lib/components/VBtnGroup/VBtnGroup.sass +0 -1
  36. package/lib/components/VBtnToggle/VBtnToggle.sass +0 -1
  37. package/lib/components/VCard/VCard.css +5 -5
  38. package/lib/components/VCard/VCard.mjs +1 -1
  39. package/lib/components/VCard/VCard.mjs.map +1 -1
  40. package/lib/components/VCard/VCard.sass +0 -1
  41. package/lib/components/VCarousel/VCarousel.sass +0 -1
  42. package/lib/components/VCheckbox/VCheckbox.mjs +13 -46
  43. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  44. package/lib/components/VCheckbox/VCheckbox.sass +0 -1
  45. package/lib/components/VCheckbox/VCheckboxBtn.mjs +67 -0
  46. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -0
  47. package/lib/components/VCheckbox/index.mjs +1 -0
  48. package/lib/components/VCheckbox/index.mjs.map +1 -1
  49. package/lib/components/VChip/VChip.css +5 -5
  50. package/lib/components/VChip/VChip.mjs +1 -1
  51. package/lib/components/VChip/VChip.mjs.map +1 -1
  52. package/lib/components/VChip/VChip.sass +0 -1
  53. package/lib/components/VChipGroup/VChipGroup.mjs +1 -1
  54. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  55. package/lib/components/VCode/VCode.sass +1 -2
  56. package/lib/components/VCode/_variables.scss +1 -1
  57. package/lib/components/VColorPicker/VColorPicker.sass +0 -1
  58. package/lib/components/VColorPicker/VColorPickerCanvas.sass +0 -1
  59. package/lib/components/VColorPicker/VColorPickerEdit.sass +0 -1
  60. package/lib/components/VColorPicker/VColorPickerPreview.sass +0 -1
  61. package/lib/components/VColorPicker/VColorPickerSwatches.sass +0 -1
  62. package/lib/components/VCombobox/VCombobox.mjs +47 -29
  63. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  64. package/lib/components/VCombobox/VCombobox.sass +0 -2
  65. package/lib/components/VCounter/VCounter.sass +0 -1
  66. package/lib/components/VDialog/VDialog.sass +0 -1
  67. package/lib/components/VDivider/VDivider.sass +0 -1
  68. package/lib/components/VExpansionPanel/VExpansionPanel.sass +0 -1
  69. package/lib/components/VField/VField.css +9 -9
  70. package/lib/components/VField/VField.mjs +2 -2
  71. package/lib/components/VField/VField.mjs.map +1 -1
  72. package/lib/components/VField/VField.sass +6 -8
  73. package/lib/components/VField/_variables.scss +3 -3
  74. package/lib/components/VFileInput/VFileInput.sass +0 -1
  75. package/lib/components/VFooter/VFooter.sass +0 -1
  76. package/lib/components/VIcon/VIcon.sass +0 -1
  77. package/lib/components/VImg/VImg.sass +0 -1
  78. package/lib/components/VInput/VInput.mjs +3 -3
  79. package/lib/components/VInput/VInput.mjs.map +1 -1
  80. package/lib/components/VInput/VInput.sass +0 -1
  81. package/lib/components/VItemGroup/VItemGroup.sass +0 -1
  82. package/lib/components/VKbd/VKbd.sass +0 -1
  83. package/lib/components/VKbd/_variables.scss +1 -1
  84. package/lib/components/VLabel/VLabel.sass +0 -1
  85. package/lib/components/VList/VList.mjs +1 -1
  86. package/lib/components/VList/VList.mjs.map +1 -1
  87. package/lib/components/VList/VList.sass +0 -1
  88. package/lib/components/VList/VListChildren.mjs +1 -1
  89. package/lib/components/VList/VListChildren.mjs.map +1 -1
  90. package/lib/components/VList/VListGroup.mjs +11 -2
  91. package/lib/components/VList/VListGroup.mjs.map +1 -1
  92. package/lib/components/VList/VListItem.css +6 -6
  93. package/lib/components/VList/VListItem.mjs +7 -7
  94. package/lib/components/VList/VListItem.mjs.map +1 -1
  95. package/lib/components/VList/VListItem.sass +1 -2
  96. package/lib/components/VMain/VMain.sass +0 -1
  97. package/lib/components/VMenu/VMenu.sass +0 -1
  98. package/lib/components/VMessages/VMessages.sass +0 -1
  99. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +5 -1
  100. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  101. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +0 -1
  102. package/lib/components/VOverlay/VOverlay.sass +0 -1
  103. package/lib/components/VPagination/VPagination.sass +0 -1
  104. package/lib/components/VProgressCircular/VProgressCircular.sass +0 -1
  105. package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
  106. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -1
  107. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  108. package/lib/components/VRating/VRating.sass +0 -1
  109. package/lib/components/VSelect/VSelect.mjs +54 -19
  110. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  111. package/lib/components/VSelect/VSelect.sass +0 -2
  112. package/lib/components/VSelectionControl/VSelectionControl.css +1 -0
  113. package/lib/components/VSelectionControl/VSelectionControl.mjs +6 -5
  114. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  115. package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
  116. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +0 -1
  117. package/lib/components/VSheet/VSheet.sass +0 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -1
  119. package/lib/components/VSlider/VSlider.sass +0 -2
  120. package/lib/components/VSlider/VSliderThumb.sass +0 -2
  121. package/lib/components/VSlider/VSliderTrack.sass +0 -2
  122. package/lib/components/VSnackbar/VSnackbar.css +5 -5
  123. package/lib/components/VSnackbar/VSnackbar.sass +0 -1
  124. package/lib/components/VSwitch/VSwitch.mjs +8 -2
  125. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  126. package/lib/components/VSwitch/VSwitch.sass +0 -1
  127. package/lib/components/VSystemBar/VSystemBar.sass +0 -1
  128. package/lib/components/VTable/VTable.sass +0 -1
  129. package/lib/components/VTabs/VTab.sass +0 -1
  130. package/lib/components/VTabs/VTabs.sass +0 -1
  131. package/lib/components/VTabs/_variables.scss +1 -1
  132. package/lib/components/VTextField/VTextField.mjs +2 -0
  133. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  134. package/lib/components/VTextField/VTextField.sass +0 -1
  135. package/lib/components/VTextarea/VTextarea.sass +0 -2
  136. package/lib/components/VTimeline/VTimeline.sass +0 -1
  137. package/lib/components/VToolbar/VToolbar.sass +0 -1
  138. package/lib/components/VToolbar/VToolbarItems.mjs +1 -1
  139. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  140. package/lib/components/VTooltip/VTooltip.sass +0 -1
  141. package/lib/components/VWindow/VWindow.sass +0 -2
  142. package/lib/components/VWindow/VWindowItem.mjs +9 -3
  143. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  144. package/lib/components/index.d.ts +2520 -342
  145. package/lib/composables/display.mjs +13 -11
  146. package/lib/composables/display.mjs.map +1 -1
  147. package/lib/composables/form.mjs +6 -6
  148. package/lib/composables/form.mjs.map +1 -1
  149. package/lib/composables/items.mjs +2 -2
  150. package/lib/composables/items.mjs.map +1 -1
  151. package/lib/composables/ssrBoot.mjs +3 -2
  152. package/lib/composables/ssrBoot.mjs.map +1 -1
  153. package/lib/composables/theme.mjs +6 -2
  154. package/lib/composables/theme.mjs.map +1 -1
  155. package/lib/composables/validation.mjs +14 -7
  156. package/lib/composables/validation.mjs.map +1 -1
  157. package/lib/composables/variant.mjs +3 -3
  158. package/lib/composables/variant.mjs.map +1 -1
  159. package/lib/directives/ripple/VRipple.sass +0 -1
  160. package/lib/entry-bundler.mjs +1 -1
  161. package/lib/framework.mjs +23 -6
  162. package/lib/framework.mjs.map +1 -1
  163. package/lib/index.d.ts +73 -67
  164. package/lib/styles/tools/_variant.sass +6 -6
  165. package/lib/util/getCurrentInstance.mjs +19 -0
  166. package/lib/util/getCurrentInstance.mjs.map +1 -1
  167. package/lib/util/helpers.mjs +0 -4
  168. package/lib/util/helpers.mjs.map +1 -1
  169. package/package.json +11 -3
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.0.0-beta.3
2
+ * Vuetify v3.0.0-beta.4
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -19246,20 +19246,6 @@ html.overflow-y-hidden {
19246
19246
  .v-locale--is-ltr .float-print-start {
19247
19247
  float: left !important;
19248
19248
  }
19249
- }.v-code {
19250
- background-color: rgb(var(--v-code-background-color));
19251
- border-radius: 3px;
19252
- font-size: 85%;
19253
- font-weight: normal;
19254
- padding: 0.2em 0.4em;
19255
- }.v-kbd {
19256
- background: rgb(var(--v-kbd-background-color));
19257
- border-radius: 3px;
19258
- color: rgb(var(--v-kbd-color));
19259
- font-size: 85%;
19260
- font-weight: normal;
19261
- padding: 0.2em 0.4rem;
19262
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
19263
19249
  }.v-ripple__container {
19264
19250
  color: inherit;
19265
19251
  border-radius: inherit;
@@ -19293,6 +19279,20 @@ html.overflow-y-hidden {
19293
19279
  }
19294
19280
  .v-ripple__animation--out {
19295
19281
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
19282
+ }.v-code {
19283
+ background-color: rgb(var(--v-code-background-color));
19284
+ border-radius: 3px;
19285
+ font-size: 85%;
19286
+ font-weight: normal;
19287
+ padding: 0.2em 0.4em;
19288
+ }.v-kbd {
19289
+ background: rgb(var(--v-kbd-background-color));
19290
+ border-radius: 3px;
19291
+ color: rgb(var(--v-kbd-color));
19292
+ font-size: 85%;
19293
+ font-weight: normal;
19294
+ padding: 0.2em 0.4rem;
19295
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
19296
19296
  }.v-application {
19297
19297
  display: flex;
19298
19298
  background: rgb(var(--v-theme-background));
@@ -19352,7 +19352,7 @@ html.overflow-y-hidden {
19352
19352
  .v-alert--sticky {
19353
19353
  position: sticky;
19354
19354
  }
19355
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-contained-text {
19355
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
19356
19356
  background: transparent;
19357
19357
  color: inherit;
19358
19358
  }
@@ -19365,14 +19365,14 @@ html.overflow-y-hidden {
19365
19365
  .v-alert--variant-plain .v-alert__overlay {
19366
19366
  display: none;
19367
19367
  }
19368
- .v-alert--variant-contained, .v-alert--variant-contained-flat {
19368
+ .v-alert--variant-elevated, .v-alert--variant-flat {
19369
19369
  background: rgb(var(--v-theme-on-surface-variant));
19370
19370
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19371
19371
  }
19372
- .v-alert--variant-contained {
19372
+ .v-alert--variant-elevated {
19373
19373
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
19374
19374
  }
19375
- .v-alert--variant-contained-flat {
19375
+ .v-alert--variant-flat {
19376
19376
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
19377
19377
  }
19378
19378
  .v-alert--variant-outlined {
@@ -19381,7 +19381,7 @@ html.overflow-y-hidden {
19381
19381
  .v-alert--variant-text .v-alert__overlay {
19382
19382
  background: currentColor;
19383
19383
  }
19384
- .v-alert--variant-contained-text .v-alert__underlay {
19384
+ .v-alert--variant-tonal .v-alert__underlay {
19385
19385
  background: currentColor;
19386
19386
  opacity: var(--v-activated-opacity);
19387
19387
  border-radius: inherit;
@@ -19655,7 +19655,7 @@ html.overflow-y-hidden {
19655
19655
  width: calc(var(--v-avatar-height) + -8px);
19656
19656
  }
19657
19657
  .v-avatar--rounded {
19658
- @includes tools.rounded($avatar-rounded-border-radius);
19658
+ border-radius: 4px;
19659
19659
  }.v-badge {
19660
19660
  display: inline-block;
19661
19661
  line-height: 1;
@@ -20106,7 +20106,7 @@ html.overflow-y-hidden {
20106
20106
  .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
20107
20107
  opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
20108
20108
  }
20109
- .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-contained-text {
20109
+ .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
20110
20110
  background: transparent;
20111
20111
  color: inherit;
20112
20112
  }
@@ -20119,14 +20119,14 @@ html.overflow-y-hidden {
20119
20119
  .v-btn--variant-plain .v-btn__overlay {
20120
20120
  display: none;
20121
20121
  }
20122
- .v-btn--variant-contained, .v-btn--variant-contained-flat {
20122
+ .v-btn--variant-elevated, .v-btn--variant-flat {
20123
20123
  background: rgb(var(--v-theme-surface));
20124
20124
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20125
20125
  }
20126
- .v-btn--variant-contained {
20126
+ .v-btn--variant-elevated {
20127
20127
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
20128
20128
  }
20129
- .v-btn--variant-contained-flat {
20129
+ .v-btn--variant-flat {
20130
20130
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
20131
20131
  }
20132
20132
  .v-btn--variant-outlined {
@@ -20135,7 +20135,7 @@ html.overflow-y-hidden {
20135
20135
  .v-btn--variant-text .v-btn__overlay {
20136
20136
  background: currentColor;
20137
20137
  }
20138
- .v-btn--variant-contained-text .v-btn__underlay {
20138
+ .v-btn--variant-tonal .v-btn__underlay {
20139
20139
  background: currentColor;
20140
20140
  opacity: var(--v-activated-opacity);
20141
20141
  border-radius: inherit;
@@ -20205,13 +20205,19 @@ html.overflow-y-hidden {
20205
20205
  color: rgba(var(--v-theme-on-surface), 0.26);
20206
20206
  opacity: 1;
20207
20207
  }
20208
- .v-btn--disabled.v-btn--variant-contained {
20208
+ .v-btn--disabled.v-btn--variant-elevated {
20209
20209
  background: rgb(var(--v-theme-surface));
20210
20210
  box-shadow: none;
20211
20211
  }
20212
- .v-btn--disabled.v-btn--variant-contained .v-btn__overlay {
20212
+ .v-btn--disabled.v-btn--variant-elevated .v-btn__overlay {
20213
20213
  opacity: 0.4615384615;
20214
20214
  }
20215
+ .v-btn--loading {
20216
+ pointer-events: none;
20217
+ }
20218
+ .v-btn--loading .v-btn__content {
20219
+ opacity: 0;
20220
+ }
20215
20221
  .v-btn--stacked {
20216
20222
  flex-direction: column;
20217
20223
  line-height: 1.25;
@@ -20281,6 +20287,17 @@ html.overflow-y-hidden {
20281
20287
  --v-icon-size-multiplier: 1.1428571429;
20282
20288
  }
20283
20289
 
20290
+ .v-btn__loader {
20291
+ align-items: center;
20292
+ display: flex;
20293
+ height: 100%;
20294
+ justify-content: center;
20295
+ left: 0;
20296
+ position: absolute;
20297
+ top: 0;
20298
+ width: 100%;
20299
+ }
20300
+
20284
20301
  .v-btn__content {
20285
20302
  transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20286
20303
  white-space: nowrap;
@@ -20431,7 +20448,7 @@ html.overflow-y-hidden {
20431
20448
  .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
20432
20449
  opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
20433
20450
  }
20434
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-contained-text {
20451
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
20435
20452
  background: transparent;
20436
20453
  color: inherit;
20437
20454
  }
@@ -20444,14 +20461,14 @@ html.overflow-y-hidden {
20444
20461
  .v-card--variant-plain .v-card__overlay {
20445
20462
  display: none;
20446
20463
  }
20447
- .v-card--variant-contained, .v-card--variant-contained-flat {
20464
+ .v-card--variant-elevated, .v-card--variant-flat {
20448
20465
  background: rgb(var(--v-theme-surface));
20449
20466
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20450
20467
  }
20451
- .v-card--variant-contained {
20468
+ .v-card--variant-elevated {
20452
20469
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
20453
20470
  }
20454
- .v-card--variant-contained-flat {
20471
+ .v-card--variant-flat {
20455
20472
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
20456
20473
  }
20457
20474
  .v-card--variant-outlined {
@@ -20460,7 +20477,7 @@ html.overflow-y-hidden {
20460
20477
  .v-card--variant-text .v-card__overlay {
20461
20478
  background: currentColor;
20462
20479
  }
20463
- .v-card--variant-contained-text .v-card__underlay {
20480
+ .v-card--variant-tonal .v-card__underlay {
20464
20481
  background: currentColor;
20465
20482
  opacity: var(--v-activated-opacity);
20466
20483
  border-radius: inherit;
@@ -20663,735 +20680,255 @@ html.overflow-y-hidden {
20663
20680
  .v-card__overlay + .v-card-media {
20664
20681
  border-top-left-radius: inherit;
20665
20682
  border-top-right-radius: inherit;
20666
- }.v-carousel {
20667
- overflow: hidden;
20668
- position: relative;
20683
+ }.v-container {
20669
20684
  width: 100%;
20685
+ padding: 16px;
20686
+ margin-right: auto;
20687
+ margin-left: auto;
20670
20688
  }
20671
- .v-carousel__controls {
20672
- align-items: center;
20673
- background: rgba(var(--v-theme-surface-variant), 0.3);
20674
- bottom: 0;
20675
- display: flex;
20676
- height: 50px;
20677
- justify-content: center;
20678
- list-style-type: none;
20679
- position: absolute;
20680
- width: 100%;
20681
- z-index: 1;
20689
+ @media (min-width: 960px) {
20690
+ .v-container {
20691
+ max-width: 900px;
20692
+ }
20682
20693
  }
20683
- .v-carousel__controls > .v-item-group {
20684
- flex: 0 1 auto;
20694
+ @media (min-width: 1280px) {
20695
+ .v-container {
20696
+ max-width: 1200px;
20697
+ }
20685
20698
  }
20686
- .v-carousel__controls__item {
20687
- margin: 0 8px;
20699
+ @media (min-width: 1920px) {
20700
+ .v-container {
20701
+ max-width: 1800px;
20702
+ }
20688
20703
  }
20689
- .v-carousel__controls__item .v-icon {
20690
- opacity: 0.5;
20704
+ @media (min-width: 2560px) {
20705
+ .v-container {
20706
+ max-width: 2400px;
20707
+ }
20691
20708
  }
20692
- .v-carousel__controls__item--active .v-icon {
20693
- opacity: 1;
20694
- vertical-align: middle;
20709
+ .v-container--fluid {
20710
+ max-width: 100%;
20695
20711
  }
20696
- .v-carousel__controls__item:hover {
20697
- background: none;
20712
+
20713
+ .v-row {
20714
+ display: flex;
20715
+ flex-wrap: wrap;
20716
+ flex: 1 1 auto;
20717
+ margin: -12px;
20698
20718
  }
20699
- .v-carousel__controls__item:hover .v-icon {
20700
- opacity: 0.8;
20719
+ .v-row + .row {
20720
+ margin-top: 12px;
20701
20721
  }
20702
-
20703
- .v-carousel__progress {
20722
+ .v-row + .row--dense {
20723
+ margin-top: 4px;
20724
+ }
20725
+ .v-row--dense {
20726
+ margin: -4px;
20727
+ }
20728
+ .v-row--dense > .v-col,
20729
+ .v-row--dense > [class*=v-col-] {
20730
+ padding: 4px;
20731
+ }
20732
+ .v-row.v-row--no-gutters {
20704
20733
  margin: 0;
20705
- position: absolute;
20706
- bottom: 0;
20707
- left: 0;
20708
- right: 0;
20709
20734
  }
20710
-
20711
- .v-carousel-item {
20712
- display: block;
20713
- height: inherit;
20714
- text-decoration: none;
20735
+ .v-row.v-row--no-gutters > .v-col,
20736
+ .v-row.v-row--no-gutters > [class*=v-col-] {
20737
+ padding: 0;
20715
20738
  }
20716
- .v-carousel-item > .v-img {
20717
- height: inherit;
20739
+
20740
+ .v-col-xxl,
20741
+ .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,
20742
+ .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,
20743
+ .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,
20744
+ .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,
20745
+ .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,
20746
+ .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 {
20747
+ width: 100%;
20748
+ padding: 12px;
20718
20749
  }
20719
20750
 
20720
- .v-carousel--hide-delimiter-background .v-carousel__controls {
20721
- background: transparent;
20751
+ .v-col {
20752
+ flex-basis: 0;
20753
+ flex-grow: 1;
20754
+ max-width: 100%;
20722
20755
  }
20723
20756
 
20724
- .v-carousel--vertical-delimiters .v-carousel__controls {
20725
- flex-direction: column;
20726
- height: 100% !important;
20727
- width: 50px;
20728
- }.v-checkbox .v-selection-control {
20729
- height: var(--v-input-control-height);
20730
- }.v-chip {
20731
- align-items: center;
20732
- cursor: default;
20733
- display: inline-flex;
20734
- font-weight: 400;
20757
+ .v-col-auto {
20758
+ flex: 0 0 auto;
20759
+ width: auto;
20735
20760
  max-width: 100%;
20736
- overflow: hidden;
20737
- position: relative;
20738
- text-decoration: none;
20739
- white-space: nowrap;
20740
- vertical-align: middle;
20741
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20742
- border-style: solid;
20743
- border-width: 0;
20744
- border-radius: 9999px;
20745
20761
  }
20746
- .v-chip--size-x-small {
20747
- --v-chip-size: 0.625rem;
20748
- --v-chip-height: 20px;
20749
- font-size: 0.625rem;
20750
- padding: 0 8px;
20762
+
20763
+ .v-col-1 {
20764
+ flex: 0 0 8.3333333333%;
20765
+ max-width: 8.3333333333%;
20751
20766
  }
20752
- .v-chip--size-x-small .v-avatar {
20753
- --v-avatar-height: 12px;
20767
+
20768
+ .v-col-2 {
20769
+ flex: 0 0 16.6666666667%;
20770
+ max-width: 16.6666666667%;
20754
20771
  }
20755
- .v-chip--pill.v-chip--size-x-small .v-avatar {
20756
- --v-avatar-height: 20px;
20772
+
20773
+ .v-col-3 {
20774
+ flex: 0 0 25%;
20775
+ max-width: 25%;
20757
20776
  }
20758
20777
 
20759
- .v-chip--size-x-small .v-chip__prepend,
20760
- .v-chip--size-x-small .v-chip__filter {
20761
- -webkit-margin-start: -4px;
20762
- margin-inline-start: -4px;
20763
- -webkit-margin-end: 4px;
20764
- margin-inline-end: 4px;
20778
+ .v-col-4 {
20779
+ flex: 0 0 33.3333333333%;
20780
+ max-width: 33.3333333333%;
20765
20781
  }
20766
- .v-chip--pill.v-chip--size-x-small .v-chip__prepend, .v-chip--pill.v-chip--size-x-small .v-chip__filter {
20767
- -webkit-margin-start: -8px;
20768
- margin-inline-start: -8px;
20782
+
20783
+ .v-col-5 {
20784
+ flex: 0 0 41.6666666667%;
20785
+ max-width: 41.6666666667%;
20769
20786
  }
20770
20787
 
20771
- .v-chip--size-x-small .v-chip__append,
20772
- .v-chip--size-x-small .v-chip__close {
20773
- -webkit-margin-end: -4px;
20774
- margin-inline-end: -4px;
20775
- -webkit-margin-start: 4px;
20776
- margin-inline-start: 4px;
20788
+ .v-col-6 {
20789
+ flex: 0 0 50%;
20790
+ max-width: 50%;
20777
20791
  }
20778
- .v-chip--pill.v-chip--size-x-small .v-chip__append, .v-chip--pill.v-chip--size-x-small .v-chip__close {
20779
- -webkit-margin-end: -8px;
20780
- margin-inline-end: -8px;
20792
+
20793
+ .v-col-7 {
20794
+ flex: 0 0 58.3333333333%;
20795
+ max-width: 58.3333333333%;
20781
20796
  }
20782
20797
 
20783
- .v-chip--size-small {
20784
- --v-chip-size: 0.75rem;
20785
- --v-chip-height: 26px;
20786
- font-size: 0.75rem;
20787
- padding: 0 10px;
20798
+ .v-col-8 {
20799
+ flex: 0 0 66.6666666667%;
20800
+ max-width: 66.6666666667%;
20788
20801
  }
20789
- .v-chip--size-small .v-avatar {
20790
- --v-avatar-height: 18px;
20802
+
20803
+ .v-col-9 {
20804
+ flex: 0 0 75%;
20805
+ max-width: 75%;
20791
20806
  }
20792
- .v-chip--pill.v-chip--size-small .v-avatar {
20793
- --v-avatar-height: 26px;
20807
+
20808
+ .v-col-10 {
20809
+ flex: 0 0 83.3333333333%;
20810
+ max-width: 83.3333333333%;
20794
20811
  }
20795
20812
 
20796
- .v-chip--size-small .v-chip__prepend,
20797
- .v-chip--size-small .v-chip__filter {
20798
- -webkit-margin-start: -5px;
20799
- margin-inline-start: -5px;
20800
- -webkit-margin-end: 5px;
20801
- margin-inline-end: 5px;
20813
+ .v-col-11 {
20814
+ flex: 0 0 91.6666666667%;
20815
+ max-width: 91.6666666667%;
20802
20816
  }
20803
- .v-chip--pill.v-chip--size-small .v-chip__prepend, .v-chip--pill.v-chip--size-small .v-chip__filter {
20804
- -webkit-margin-start: -10px;
20805
- margin-inline-start: -10px;
20817
+
20818
+ .v-col-12 {
20819
+ flex: 0 0 100%;
20820
+ max-width: 100%;
20806
20821
  }
20807
20822
 
20808
- .v-chip--size-small .v-chip__append,
20809
- .v-chip--size-small .v-chip__close {
20810
- -webkit-margin-end: -5px;
20811
- margin-inline-end: -5px;
20812
- -webkit-margin-start: 5px;
20813
- margin-inline-start: 5px;
20823
+ .offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
20824
+ margin-left: 8.3333333333%;
20814
20825
  }
20815
- .v-chip--pill.v-chip--size-small .v-chip__append, .v-chip--pill.v-chip--size-small .v-chip__close {
20816
- -webkit-margin-end: -10px;
20817
- margin-inline-end: -10px;
20826
+ .offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
20827
+ margin-right: 8.3333333333%;
20818
20828
  }
20819
20829
 
20820
- .v-chip--size-default {
20821
- --v-chip-size: 0.875rem;
20822
- --v-chip-height: 32px;
20823
- font-size: 0.875rem;
20824
- padding: 0 12px;
20825
- }
20826
- .v-chip--size-default .v-avatar {
20827
- --v-avatar-height: 24px;
20830
+ .offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
20831
+ margin-left: 16.6666666667%;
20828
20832
  }
20829
- .v-chip--pill.v-chip--size-default .v-avatar {
20830
- --v-avatar-height: 32px;
20833
+ .offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
20834
+ margin-right: 16.6666666667%;
20831
20835
  }
20832
20836
 
20833
- .v-chip--size-default .v-chip__prepend,
20834
- .v-chip--size-default .v-chip__filter {
20835
- -webkit-margin-start: -6px;
20836
- margin-inline-start: -6px;
20837
- -webkit-margin-end: 6px;
20838
- margin-inline-end: 6px;
20837
+ .offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
20838
+ margin-left: 25%;
20839
20839
  }
20840
- .v-chip--pill.v-chip--size-default .v-chip__prepend, .v-chip--pill.v-chip--size-default .v-chip__filter {
20841
- -webkit-margin-start: -12px;
20842
- margin-inline-start: -12px;
20840
+ .offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
20841
+ margin-right: 25%;
20843
20842
  }
20844
20843
 
20845
- .v-chip--size-default .v-chip__append,
20846
- .v-chip--size-default .v-chip__close {
20847
- -webkit-margin-end: -6px;
20848
- margin-inline-end: -6px;
20849
- -webkit-margin-start: 6px;
20850
- margin-inline-start: 6px;
20844
+ .offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
20845
+ margin-left: 33.3333333333%;
20851
20846
  }
20852
- .v-chip--pill.v-chip--size-default .v-chip__append, .v-chip--pill.v-chip--size-default .v-chip__close {
20853
- -webkit-margin-end: -12px;
20854
- margin-inline-end: -12px;
20847
+ .offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
20848
+ margin-right: 33.3333333333%;
20855
20849
  }
20856
20850
 
20857
- .v-chip--size-large {
20858
- --v-chip-size: 1rem;
20859
- --v-chip-height: 38px;
20860
- font-size: 1rem;
20861
- padding: 0 14px;
20862
- }
20863
- .v-chip--size-large .v-avatar {
20864
- --v-avatar-height: 30px;
20851
+ .offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
20852
+ margin-left: 41.6666666667%;
20865
20853
  }
20866
- .v-chip--pill.v-chip--size-large .v-avatar {
20867
- --v-avatar-height: 38px;
20854
+ .offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
20855
+ margin-right: 41.6666666667%;
20868
20856
  }
20869
20857
 
20870
- .v-chip--size-large .v-chip__prepend,
20871
- .v-chip--size-large .v-chip__filter {
20872
- -webkit-margin-start: -7px;
20873
- margin-inline-start: -7px;
20874
- -webkit-margin-end: 7px;
20875
- margin-inline-end: 7px;
20858
+ .offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
20859
+ margin-left: 50%;
20876
20860
  }
20877
- .v-chip--pill.v-chip--size-large .v-chip__prepend, .v-chip--pill.v-chip--size-large .v-chip__filter {
20878
- -webkit-margin-start: -14px;
20879
- margin-inline-start: -14px;
20861
+ .offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
20862
+ margin-right: 50%;
20880
20863
  }
20881
20864
 
20882
- .v-chip--size-large .v-chip__append,
20883
- .v-chip--size-large .v-chip__close {
20884
- -webkit-margin-end: -7px;
20885
- margin-inline-end: -7px;
20886
- -webkit-margin-start: 7px;
20887
- margin-inline-start: 7px;
20865
+ .offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
20866
+ margin-left: 58.3333333333%;
20888
20867
  }
20889
- .v-chip--pill.v-chip--size-large .v-chip__append, .v-chip--pill.v-chip--size-large .v-chip__close {
20890
- -webkit-margin-end: -14px;
20891
- margin-inline-end: -14px;
20868
+ .offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
20869
+ margin-right: 58.3333333333%;
20892
20870
  }
20893
20871
 
20894
- .v-chip--size-x-large {
20895
- --v-chip-size: 1.125rem;
20896
- --v-chip-height: 44px;
20897
- font-size: 1.125rem;
20898
- padding: 0 17px;
20899
- }
20900
- .v-chip--size-x-large .v-avatar {
20901
- --v-avatar-height: 36px;
20872
+ .offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
20873
+ margin-left: 66.6666666667%;
20902
20874
  }
20903
- .v-chip--pill.v-chip--size-x-large .v-avatar {
20904
- --v-avatar-height: 44px;
20875
+ .offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
20876
+ margin-right: 66.6666666667%;
20905
20877
  }
20906
20878
 
20907
- .v-chip--size-x-large .v-chip__prepend,
20908
- .v-chip--size-x-large .v-chip__filter {
20909
- -webkit-margin-start: -8.5px;
20910
- margin-inline-start: -8.5px;
20911
- -webkit-margin-end: 8.5px;
20912
- margin-inline-end: 8.5px;
20879
+ .offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
20880
+ margin-left: 75%;
20913
20881
  }
20914
- .v-chip--pill.v-chip--size-x-large .v-chip__prepend, .v-chip--pill.v-chip--size-x-large .v-chip__filter {
20915
- -webkit-margin-start: -17px;
20916
- margin-inline-start: -17px;
20882
+ .offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
20883
+ margin-right: 75%;
20917
20884
  }
20918
20885
 
20919
- .v-chip--size-x-large .v-chip__append,
20920
- .v-chip--size-x-large .v-chip__close {
20921
- -webkit-margin-end: -8.5px;
20922
- margin-inline-end: -8.5px;
20923
- -webkit-margin-start: 8.5px;
20924
- margin-inline-start: 8.5px;
20886
+ .offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
20887
+ margin-left: 83.3333333333%;
20925
20888
  }
20926
- .v-chip--pill.v-chip--size-x-large .v-chip__append, .v-chip--pill.v-chip--size-x-large .v-chip__close {
20927
- -webkit-margin-end: -17px;
20928
- margin-inline-end: -17px;
20889
+ .offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
20890
+ margin-right: 83.3333333333%;
20929
20891
  }
20930
20892
 
20931
- .v-chip.v-chip--density-default {
20932
- height: calc(var(--v-chip-height) + 0px);
20893
+ .offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
20894
+ margin-left: 91.6666666667%;
20933
20895
  }
20934
-
20935
- .v-chip.v-chip--density-comfortable {
20936
- height: calc(var(--v-chip-height) + -8px);
20896
+ .offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
20897
+ margin-right: 91.6666666667%;
20937
20898
  }
20938
20899
 
20939
- .v-chip.v-chip--density-compact {
20940
- height: calc(var(--v-chip-height) + -12px);
20941
- }
20900
+ @media (min-width: 600px) {
20901
+ .v-col-sm {
20902
+ flex-basis: 0;
20903
+ flex-grow: 1;
20904
+ max-width: 100%;
20905
+ }
20942
20906
 
20943
- .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-contained-text {
20944
- background: transparent;
20945
- color: inherit;
20946
- }
20947
- .v-chip--variant-plain {
20948
- opacity: 0.26;
20949
- }
20950
- .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
20951
- opacity: 1;
20952
- }
20953
- .v-chip--variant-plain .v-chip__overlay {
20954
- display: none;
20955
- }
20956
- .v-chip--variant-contained, .v-chip--variant-contained-flat {
20957
- background: rgb(var(--v-theme-surface-variant));
20958
- color: rgb(var(--v-theme-on-surface-variant));
20959
- }
20960
- .v-chip--variant-contained {
20961
- box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
20962
- }
20963
- .v-chip--variant-contained-flat {
20964
- box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
20965
- }
20966
- .v-chip--variant-outlined {
20967
- border: thin solid currentColor;
20968
- }
20969
- .v-chip--variant-text .v-chip__overlay {
20970
- background: currentColor;
20971
- }
20972
- .v-chip--variant-contained-text .v-chip__underlay {
20973
- background: currentColor;
20974
- opacity: var(--v-activated-opacity);
20975
- border-radius: inherit;
20976
- position: absolute;
20977
- top: 0;
20978
- right: 0;
20979
- bottom: 0;
20980
- left: 0;
20981
- pointer-events: none;
20982
- transition: opacity 0.2s ease-in-out;
20983
- }
20984
- .v-chip--border {
20985
- border-width: thin;
20986
- }
20987
- .v-chip--link {
20988
- cursor: pointer;
20989
- }
20990
- .v-chip--label {
20991
- border-radius: 4px;
20992
- }
20907
+ .v-col-sm-auto {
20908
+ flex: 0 0 auto;
20909
+ width: auto;
20910
+ max-width: 100%;
20911
+ }
20993
20912
 
20994
- .v-chip__filter,
20995
- .v-chip__prepend,
20996
- .v-chip__append,
20997
- .v-chip__close {
20998
- align-items: center;
20999
- display: inline-flex;
21000
- }
20913
+ .v-col-sm-1 {
20914
+ flex: 0 0 8.3333333333%;
20915
+ max-width: 8.3333333333%;
20916
+ }
21001
20917
 
21002
- .v-chip__close {
21003
- cursor: pointer;
21004
- flex: 0 1 auto;
21005
- font-size: 18px;
21006
- max-height: 18px;
21007
- max-width: 18px;
21008
- -webkit-user-select: none;
21009
- -moz-user-select: none;
21010
- user-select: none;
21011
- }
21012
- .v-chip__close .v-icon {
21013
- font-size: inherit;
21014
- }
20918
+ .v-col-sm-2 {
20919
+ flex: 0 0 16.6666666667%;
20920
+ max-width: 16.6666666667%;
20921
+ }
21015
20922
 
21016
- .v-chip__overlay {
21017
- position: absolute;
21018
- top: 0;
21019
- left: 0;
21020
- width: 100%;
21021
- height: 100%;
21022
- background-color: currentColor;
21023
- border-radius: inherit;
21024
- pointer-events: none;
21025
- opacity: 0;
21026
- transition: opacity 0.2s ease-in-out;
21027
- }
20923
+ .v-col-sm-3 {
20924
+ flex: 0 0 25%;
20925
+ max-width: 25%;
20926
+ }
21028
20927
 
21029
- .v-chip--disabled {
21030
- opacity: 0.3;
21031
- pointer-events: none;
21032
- -webkit-user-select: none;
21033
- -moz-user-select: none;
21034
- user-select: none;
21035
- }
21036
-
21037
- .v-chip--label {
21038
- border-radius: 4px;
21039
- }.v-chip-group {
21040
- display: flex;
21041
- max-width: 100%;
21042
- min-width: 0;
21043
- overflow-x: auto;
21044
- padding: 4px 0;
21045
- }
21046
- .v-chip-group .v-chip {
21047
- margin: 4px 8px 4px 0;
21048
- }
21049
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
21050
- opacity: var(--v-activated-opacity);
21051
- }
21052
-
21053
- .v-chip-group--column {
21054
- flex-wrap: wrap;
21055
- white-space: normal;
21056
- }.v-color-picker {
21057
- align-self: flex-start;
21058
- contain: content;
21059
- }
21060
- .v-color-picker.v-sheet {
21061
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
21062
- border-radius: 4px;
21063
- }
21064
-
21065
- .v-color-picker__controls {
21066
- display: flex;
21067
- flex-direction: column;
21068
- padding: 16px;
21069
- }
21070
-
21071
- .v-color-picker--flat {
21072
- box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
21073
- }
21074
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21075
- box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
21076
- }.v-combobox .v-field .v-text-field__prefix,
21077
- .v-combobox .v-field .v-text-field__suffix,
21078
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
21079
- cursor: text;
21080
- }
21081
- .v-combobox .v-field .v-field__input > input {
21082
- align-self: flex-start;
21083
- flex: 1 1;
21084
- }
21085
- .v-combobox .v-field .v-field__append-inner > .v-icon {
21086
- -webkit-margin-start: 4px;
21087
- margin-inline-start: 4px;
21088
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21089
- }
21090
- .v-combobox .v-field:not(.v-field--focused) input {
21091
- min-width: 0;
21092
- }
21093
- .v-combobox .v-field--dirty .v-combobox__selection {
21094
- -webkit-margin-end: 2px;
21095
- margin-inline-end: 2px;
21096
- }
21097
-
21098
- .v-combobox__content {
21099
- overflow: hidden;
21100
- box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
21101
- border-radius: 4px;
21102
- }
21103
- .v-combobox__mask {
21104
- background: rgb(var(--v-theme-on-surface-variant));
21105
- }
21106
- .v-combobox__selection {
21107
- display: inline-flex;
21108
- letter-spacing: inherit;
21109
- line-height: inherit;
21110
- }
21111
- .v-combobox--active-menu .v-field__append-inner > .v-icon {
21112
- opacity: var(--v-high-emphasis-opacity);
21113
- transform: rotate(180deg);
21114
- }
21115
- .v-combobox--chips .v-combobox__selection:first-child {
21116
- -webkit-margin-start: 0;
21117
- margin-inline-start: 0;
21118
- }
21119
- .v-combobox--selecting-index .v-combobox__selection {
21120
- opacity: var(--v-medium-emphasis-opacity);
21121
- }
21122
- .v-combobox--selecting-index .v-combobox__selection--selected {
21123
- opacity: 1;
21124
- }
21125
- .v-combobox--selecting-index .v-field__input > input {
21126
- caret-color: transparent !important;
21127
- }
21128
- .v-combobox--single.v-text-field input {
21129
- flex: 1 1;
21130
- position: absolute;
21131
- left: 0;
21132
- right: 0;
21133
- -webkit-padding-start: inherit;
21134
- padding-inline-start: inherit;
21135
- -webkit-padding-end: inherit;
21136
- padding-inline-end: inherit;
21137
- }
21138
- .v-combobox--single .v-field--active input {
21139
- transition: none;
21140
- }
21141
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
21142
- opacity: 0;
21143
- }
21144
- .v-combobox--single .v-field--focused .v-combobox__selection {
21145
- opacity: 0;
21146
- }.v-container {
21147
- width: 100%;
21148
- padding: 16px;
21149
- margin-right: auto;
21150
- margin-left: auto;
21151
- }
21152
- @media (min-width: 960px) {
21153
- .v-container {
21154
- max-width: 900px;
21155
- }
21156
- }
21157
- @media (min-width: 1280px) {
21158
- .v-container {
21159
- max-width: 1200px;
21160
- }
21161
- }
21162
- @media (min-width: 1920px) {
21163
- .v-container {
21164
- max-width: 1800px;
21165
- }
21166
- }
21167
- @media (min-width: 2560px) {
21168
- .v-container {
21169
- max-width: 2400px;
21170
- }
21171
- }
21172
- .v-container--fluid {
21173
- max-width: 100%;
21174
- }
21175
-
21176
- .v-row {
21177
- display: flex;
21178
- flex-wrap: wrap;
21179
- flex: 1 1 auto;
21180
- margin: -12px;
21181
- }
21182
- .v-row + .row {
21183
- margin-top: 12px;
21184
- }
21185
- .v-row + .row--dense {
21186
- margin-top: 4px;
21187
- }
21188
- .v-row--dense {
21189
- margin: -4px;
21190
- }
21191
- .v-row--dense > .v-col,
21192
- .v-row--dense > [class*=v-col-] {
21193
- padding: 4px;
21194
- }
21195
- .v-row.v-row--no-gutters {
21196
- margin: 0;
21197
- }
21198
- .v-row.v-row--no-gutters > .v-col,
21199
- .v-row.v-row--no-gutters > [class*=v-col-] {
21200
- padding: 0;
21201
- }
21202
-
21203
- .v-col-xxl,
21204
- .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,
21205
- .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,
21206
- .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,
21207
- .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,
21208
- .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,
21209
- .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 {
21210
- width: 100%;
21211
- padding: 12px;
21212
- }
21213
-
21214
- .v-col {
21215
- flex-basis: 0;
21216
- flex-grow: 1;
21217
- max-width: 100%;
21218
- }
21219
-
21220
- .v-col-auto {
21221
- flex: 0 0 auto;
21222
- width: auto;
21223
- max-width: 100%;
21224
- }
21225
-
21226
- .v-col-1 {
21227
- flex: 0 0 8.3333333333%;
21228
- max-width: 8.3333333333%;
21229
- }
21230
-
21231
- .v-col-2 {
21232
- flex: 0 0 16.6666666667%;
21233
- max-width: 16.6666666667%;
21234
- }
21235
-
21236
- .v-col-3 {
21237
- flex: 0 0 25%;
21238
- max-width: 25%;
21239
- }
21240
-
21241
- .v-col-4 {
21242
- flex: 0 0 33.3333333333%;
21243
- max-width: 33.3333333333%;
21244
- }
21245
-
21246
- .v-col-5 {
21247
- flex: 0 0 41.6666666667%;
21248
- max-width: 41.6666666667%;
21249
- }
21250
-
21251
- .v-col-6 {
21252
- flex: 0 0 50%;
21253
- max-width: 50%;
21254
- }
21255
-
21256
- .v-col-7 {
21257
- flex: 0 0 58.3333333333%;
21258
- max-width: 58.3333333333%;
21259
- }
21260
-
21261
- .v-col-8 {
21262
- flex: 0 0 66.6666666667%;
21263
- max-width: 66.6666666667%;
21264
- }
21265
-
21266
- .v-col-9 {
21267
- flex: 0 0 75%;
21268
- max-width: 75%;
21269
- }
21270
-
21271
- .v-col-10 {
21272
- flex: 0 0 83.3333333333%;
21273
- max-width: 83.3333333333%;
21274
- }
21275
-
21276
- .v-col-11 {
21277
- flex: 0 0 91.6666666667%;
21278
- max-width: 91.6666666667%;
21279
- }
21280
-
21281
- .v-col-12 {
21282
- flex: 0 0 100%;
21283
- max-width: 100%;
21284
- }
21285
-
21286
- .offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
21287
- margin-left: 8.3333333333%;
21288
- }
21289
- .offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
21290
- margin-right: 8.3333333333%;
21291
- }
21292
-
21293
- .offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
21294
- margin-left: 16.6666666667%;
21295
- }
21296
- .offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
21297
- margin-right: 16.6666666667%;
21298
- }
21299
-
21300
- .offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
21301
- margin-left: 25%;
21302
- }
21303
- .offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
21304
- margin-right: 25%;
21305
- }
21306
-
21307
- .offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
21308
- margin-left: 33.3333333333%;
21309
- }
21310
- .offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
21311
- margin-right: 33.3333333333%;
21312
- }
21313
-
21314
- .offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
21315
- margin-left: 41.6666666667%;
21316
- }
21317
- .offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
21318
- margin-right: 41.6666666667%;
21319
- }
21320
-
21321
- .offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
21322
- margin-left: 50%;
21323
- }
21324
- .offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
21325
- margin-right: 50%;
21326
- }
21327
-
21328
- .offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
21329
- margin-left: 58.3333333333%;
21330
- }
21331
- .offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
21332
- margin-right: 58.3333333333%;
21333
- }
21334
-
21335
- .offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
21336
- margin-left: 66.6666666667%;
21337
- }
21338
- .offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
21339
- margin-right: 66.6666666667%;
21340
- }
21341
-
21342
- .offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
21343
- margin-left: 75%;
21344
- }
21345
- .offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
21346
- margin-right: 75%;
21347
- }
21348
-
21349
- .offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
21350
- margin-left: 83.3333333333%;
21351
- }
21352
- .offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
21353
- margin-right: 83.3333333333%;
21354
- }
21355
-
21356
- .offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
21357
- margin-left: 91.6666666667%;
21358
- }
21359
- .offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
21360
- margin-right: 91.6666666667%;
21361
- }
21362
-
21363
- @media (min-width: 600px) {
21364
- .v-col-sm {
21365
- flex-basis: 0;
21366
- flex-grow: 1;
21367
- max-width: 100%;
21368
- }
21369
-
21370
- .v-col-sm-auto {
21371
- flex: 0 0 auto;
21372
- width: auto;
21373
- max-width: 100%;
21374
- }
21375
-
21376
- .v-col-sm-1 {
21377
- flex: 0 0 8.3333333333%;
21378
- max-width: 8.3333333333%;
21379
- }
21380
-
21381
- .v-col-sm-2 {
21382
- flex: 0 0 16.6666666667%;
21383
- max-width: 16.6666666667%;
21384
- }
21385
-
21386
- .v-col-sm-3 {
21387
- flex: 0 0 25%;
21388
- max-width: 25%;
21389
- }
21390
-
21391
- .v-col-sm-4 {
21392
- flex: 0 0 33.3333333333%;
21393
- max-width: 33.3333333333%;
21394
- }
20928
+ .v-col-sm-4 {
20929
+ flex: 0 0 33.3333333333%;
20930
+ max-width: 33.3333333333%;
20931
+ }
21395
20932
 
21396
20933
  .v-col-sm-5 {
21397
20934
  flex: 0 0 41.6666666667%;
@@ -21727,423 +21264,903 @@ html.overflow-y-hidden {
21727
21264
  max-width: 66.6666666667%;
21728
21265
  }
21729
21266
 
21730
- .v-col-lg-9 {
21267
+ .v-col-lg-9 {
21268
+ flex: 0 0 75%;
21269
+ max-width: 75%;
21270
+ }
21271
+
21272
+ .v-col-lg-10 {
21273
+ flex: 0 0 83.3333333333%;
21274
+ max-width: 83.3333333333%;
21275
+ }
21276
+
21277
+ .v-col-lg-11 {
21278
+ flex: 0 0 91.6666666667%;
21279
+ max-width: 91.6666666667%;
21280
+ }
21281
+
21282
+ .v-col-lg-12 {
21283
+ flex: 0 0 100%;
21284
+ max-width: 100%;
21285
+ }
21286
+
21287
+ .offset-lg-0.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-0 {
21288
+ margin-left: 0;
21289
+ }
21290
+ .offset-lg-0.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-0 {
21291
+ margin-right: 0;
21292
+ }
21293
+
21294
+ .offset-lg-1.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-1 {
21295
+ margin-left: 8.3333333333%;
21296
+ }
21297
+ .offset-lg-1.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-1 {
21298
+ margin-right: 8.3333333333%;
21299
+ }
21300
+
21301
+ .offset-lg-2.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-2 {
21302
+ margin-left: 16.6666666667%;
21303
+ }
21304
+ .offset-lg-2.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-2 {
21305
+ margin-right: 16.6666666667%;
21306
+ }
21307
+
21308
+ .offset-lg-3.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-3 {
21309
+ margin-left: 25%;
21310
+ }
21311
+ .offset-lg-3.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-3 {
21312
+ margin-right: 25%;
21313
+ }
21314
+
21315
+ .offset-lg-4.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-4 {
21316
+ margin-left: 33.3333333333%;
21317
+ }
21318
+ .offset-lg-4.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-4 {
21319
+ margin-right: 33.3333333333%;
21320
+ }
21321
+
21322
+ .offset-lg-5.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-5 {
21323
+ margin-left: 41.6666666667%;
21324
+ }
21325
+ .offset-lg-5.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-5 {
21326
+ margin-right: 41.6666666667%;
21327
+ }
21328
+
21329
+ .offset-lg-6.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-6 {
21330
+ margin-left: 50%;
21331
+ }
21332
+ .offset-lg-6.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-6 {
21333
+ margin-right: 50%;
21334
+ }
21335
+
21336
+ .offset-lg-7.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-7 {
21337
+ margin-left: 58.3333333333%;
21338
+ }
21339
+ .offset-lg-7.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-7 {
21340
+ margin-right: 58.3333333333%;
21341
+ }
21342
+
21343
+ .offset-lg-8.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-8 {
21344
+ margin-left: 66.6666666667%;
21345
+ }
21346
+ .offset-lg-8.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-8 {
21347
+ margin-right: 66.6666666667%;
21348
+ }
21349
+
21350
+ .offset-lg-9.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-9 {
21351
+ margin-left: 75%;
21352
+ }
21353
+ .offset-lg-9.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-9 {
21354
+ margin-right: 75%;
21355
+ }
21356
+
21357
+ .offset-lg-10.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-10 {
21358
+ margin-left: 83.3333333333%;
21359
+ }
21360
+ .offset-lg-10.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-10 {
21361
+ margin-right: 83.3333333333%;
21362
+ }
21363
+
21364
+ .offset-lg-11.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-11 {
21365
+ margin-left: 91.6666666667%;
21366
+ }
21367
+ .offset-lg-11.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-11 {
21368
+ margin-right: 91.6666666667%;
21369
+ }
21370
+ }
21371
+ @media (min-width: 1920px) {
21372
+ .v-col-xl {
21373
+ flex-basis: 0;
21374
+ flex-grow: 1;
21375
+ max-width: 100%;
21376
+ }
21377
+
21378
+ .v-col-xl-auto {
21379
+ flex: 0 0 auto;
21380
+ width: auto;
21381
+ max-width: 100%;
21382
+ }
21383
+
21384
+ .v-col-xl-1 {
21385
+ flex: 0 0 8.3333333333%;
21386
+ max-width: 8.3333333333%;
21387
+ }
21388
+
21389
+ .v-col-xl-2 {
21390
+ flex: 0 0 16.6666666667%;
21391
+ max-width: 16.6666666667%;
21392
+ }
21393
+
21394
+ .v-col-xl-3 {
21395
+ flex: 0 0 25%;
21396
+ max-width: 25%;
21397
+ }
21398
+
21399
+ .v-col-xl-4 {
21400
+ flex: 0 0 33.3333333333%;
21401
+ max-width: 33.3333333333%;
21402
+ }
21403
+
21404
+ .v-col-xl-5 {
21405
+ flex: 0 0 41.6666666667%;
21406
+ max-width: 41.6666666667%;
21407
+ }
21408
+
21409
+ .v-col-xl-6 {
21410
+ flex: 0 0 50%;
21411
+ max-width: 50%;
21412
+ }
21413
+
21414
+ .v-col-xl-7 {
21415
+ flex: 0 0 58.3333333333%;
21416
+ max-width: 58.3333333333%;
21417
+ }
21418
+
21419
+ .v-col-xl-8 {
21420
+ flex: 0 0 66.6666666667%;
21421
+ max-width: 66.6666666667%;
21422
+ }
21423
+
21424
+ .v-col-xl-9 {
21731
21425
  flex: 0 0 75%;
21732
21426
  max-width: 75%;
21733
21427
  }
21734
21428
 
21735
- .v-col-lg-10 {
21429
+ .v-col-xl-10 {
21736
21430
  flex: 0 0 83.3333333333%;
21737
21431
  max-width: 83.3333333333%;
21738
21432
  }
21739
21433
 
21740
- .v-col-lg-11 {
21434
+ .v-col-xl-11 {
21741
21435
  flex: 0 0 91.6666666667%;
21742
21436
  max-width: 91.6666666667%;
21743
21437
  }
21744
21438
 
21745
- .v-col-lg-12 {
21439
+ .v-col-xl-12 {
21746
21440
  flex: 0 0 100%;
21747
21441
  max-width: 100%;
21748
21442
  }
21749
21443
 
21750
- .offset-lg-0.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-0 {
21444
+ .offset-xl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-0 {
21751
21445
  margin-left: 0;
21752
21446
  }
21753
- .offset-lg-0.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-0 {
21447
+ .offset-xl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-0 {
21754
21448
  margin-right: 0;
21755
21449
  }
21756
21450
 
21757
- .offset-lg-1.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-1 {
21451
+ .offset-xl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-1 {
21758
21452
  margin-left: 8.3333333333%;
21759
21453
  }
21760
- .offset-lg-1.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-1 {
21454
+ .offset-xl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-1 {
21761
21455
  margin-right: 8.3333333333%;
21762
21456
  }
21763
21457
 
21764
- .offset-lg-2.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-2 {
21458
+ .offset-xl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-2 {
21765
21459
  margin-left: 16.6666666667%;
21766
21460
  }
21767
- .offset-lg-2.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-2 {
21461
+ .offset-xl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-2 {
21768
21462
  margin-right: 16.6666666667%;
21769
21463
  }
21770
21464
 
21771
- .offset-lg-3.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-3 {
21465
+ .offset-xl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-3 {
21772
21466
  margin-left: 25%;
21773
21467
  }
21774
- .offset-lg-3.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-3 {
21468
+ .offset-xl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-3 {
21775
21469
  margin-right: 25%;
21776
21470
  }
21777
21471
 
21778
- .offset-lg-4.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-4 {
21472
+ .offset-xl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-4 {
21779
21473
  margin-left: 33.3333333333%;
21780
21474
  }
21781
- .offset-lg-4.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-4 {
21475
+ .offset-xl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-4 {
21782
21476
  margin-right: 33.3333333333%;
21783
21477
  }
21784
21478
 
21785
- .offset-lg-5.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-5 {
21479
+ .offset-xl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-5 {
21786
21480
  margin-left: 41.6666666667%;
21787
21481
  }
21788
- .offset-lg-5.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-5 {
21482
+ .offset-xl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-5 {
21789
21483
  margin-right: 41.6666666667%;
21790
21484
  }
21791
21485
 
21792
- .offset-lg-6.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-6 {
21486
+ .offset-xl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-6 {
21793
21487
  margin-left: 50%;
21794
21488
  }
21795
- .offset-lg-6.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-6 {
21489
+ .offset-xl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-6 {
21796
21490
  margin-right: 50%;
21797
21491
  }
21798
21492
 
21799
- .offset-lg-7.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-7 {
21493
+ .offset-xl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-7 {
21800
21494
  margin-left: 58.3333333333%;
21801
21495
  }
21802
- .offset-lg-7.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-7 {
21496
+ .offset-xl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-7 {
21803
21497
  margin-right: 58.3333333333%;
21804
21498
  }
21805
21499
 
21806
- .offset-lg-8.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-8 {
21500
+ .offset-xl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-8 {
21807
21501
  margin-left: 66.6666666667%;
21808
21502
  }
21809
- .offset-lg-8.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-8 {
21503
+ .offset-xl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-8 {
21810
21504
  margin-right: 66.6666666667%;
21811
21505
  }
21812
21506
 
21813
- .offset-lg-9.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-9 {
21507
+ .offset-xl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-9 {
21814
21508
  margin-left: 75%;
21815
21509
  }
21816
- .offset-lg-9.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-9 {
21510
+ .offset-xl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-9 {
21817
21511
  margin-right: 75%;
21818
21512
  }
21819
21513
 
21820
- .offset-lg-10.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-10 {
21514
+ .offset-xl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-10 {
21821
21515
  margin-left: 83.3333333333%;
21822
21516
  }
21823
- .offset-lg-10.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-10 {
21517
+ .offset-xl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-10 {
21824
21518
  margin-right: 83.3333333333%;
21825
21519
  }
21826
21520
 
21827
- .offset-lg-11.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-11 {
21521
+ .offset-xl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-11 {
21828
21522
  margin-left: 91.6666666667%;
21829
21523
  }
21830
- .offset-lg-11.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-11 {
21524
+ .offset-xl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-11 {
21831
21525
  margin-right: 91.6666666667%;
21832
21526
  }
21833
21527
  }
21834
- @media (min-width: 1920px) {
21835
- .v-col-xl {
21528
+ @media (min-width: 2560px) {
21529
+ .v-col-xxl {
21836
21530
  flex-basis: 0;
21837
21531
  flex-grow: 1;
21838
21532
  max-width: 100%;
21839
21533
  }
21840
21534
 
21841
- .v-col-xl-auto {
21535
+ .v-col-xxl-auto {
21842
21536
  flex: 0 0 auto;
21843
21537
  width: auto;
21844
21538
  max-width: 100%;
21845
21539
  }
21846
21540
 
21847
- .v-col-xl-1 {
21541
+ .v-col-xxl-1 {
21848
21542
  flex: 0 0 8.3333333333%;
21849
21543
  max-width: 8.3333333333%;
21850
21544
  }
21851
21545
 
21852
- .v-col-xl-2 {
21546
+ .v-col-xxl-2 {
21853
21547
  flex: 0 0 16.6666666667%;
21854
21548
  max-width: 16.6666666667%;
21855
21549
  }
21856
21550
 
21857
- .v-col-xl-3 {
21551
+ .v-col-xxl-3 {
21858
21552
  flex: 0 0 25%;
21859
21553
  max-width: 25%;
21860
21554
  }
21861
21555
 
21862
- .v-col-xl-4 {
21556
+ .v-col-xxl-4 {
21863
21557
  flex: 0 0 33.3333333333%;
21864
21558
  max-width: 33.3333333333%;
21865
21559
  }
21866
21560
 
21867
- .v-col-xl-5 {
21561
+ .v-col-xxl-5 {
21868
21562
  flex: 0 0 41.6666666667%;
21869
21563
  max-width: 41.6666666667%;
21870
21564
  }
21871
21565
 
21872
- .v-col-xl-6 {
21566
+ .v-col-xxl-6 {
21873
21567
  flex: 0 0 50%;
21874
21568
  max-width: 50%;
21875
21569
  }
21876
21570
 
21877
- .v-col-xl-7 {
21571
+ .v-col-xxl-7 {
21878
21572
  flex: 0 0 58.3333333333%;
21879
21573
  max-width: 58.3333333333%;
21880
21574
  }
21881
21575
 
21882
- .v-col-xl-8 {
21576
+ .v-col-xxl-8 {
21883
21577
  flex: 0 0 66.6666666667%;
21884
21578
  max-width: 66.6666666667%;
21885
21579
  }
21886
21580
 
21887
- .v-col-xl-9 {
21581
+ .v-col-xxl-9 {
21888
21582
  flex: 0 0 75%;
21889
21583
  max-width: 75%;
21890
21584
  }
21891
21585
 
21892
- .v-col-xl-10 {
21586
+ .v-col-xxl-10 {
21893
21587
  flex: 0 0 83.3333333333%;
21894
21588
  max-width: 83.3333333333%;
21895
21589
  }
21896
21590
 
21897
- .v-col-xl-11 {
21591
+ .v-col-xxl-11 {
21898
21592
  flex: 0 0 91.6666666667%;
21899
21593
  max-width: 91.6666666667%;
21900
21594
  }
21901
21595
 
21902
- .v-col-xl-12 {
21596
+ .v-col-xxl-12 {
21903
21597
  flex: 0 0 100%;
21904
21598
  max-width: 100%;
21905
21599
  }
21906
21600
 
21907
- .offset-xl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-0 {
21601
+ .offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
21908
21602
  margin-left: 0;
21909
21603
  }
21910
- .offset-xl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-0 {
21604
+ .offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
21911
21605
  margin-right: 0;
21912
21606
  }
21913
21607
 
21914
- .offset-xl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-1 {
21608
+ .offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
21915
21609
  margin-left: 8.3333333333%;
21916
21610
  }
21917
- .offset-xl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-1 {
21611
+ .offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
21918
21612
  margin-right: 8.3333333333%;
21919
21613
  }
21920
21614
 
21921
- .offset-xl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-2 {
21615
+ .offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
21922
21616
  margin-left: 16.6666666667%;
21923
21617
  }
21924
- .offset-xl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-2 {
21618
+ .offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
21925
21619
  margin-right: 16.6666666667%;
21926
21620
  }
21927
21621
 
21928
- .offset-xl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-3 {
21622
+ .offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
21929
21623
  margin-left: 25%;
21930
21624
  }
21931
- .offset-xl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-3 {
21625
+ .offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
21932
21626
  margin-right: 25%;
21933
21627
  }
21934
21628
 
21935
- .offset-xl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-4 {
21629
+ .offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
21936
21630
  margin-left: 33.3333333333%;
21937
21631
  }
21938
- .offset-xl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-4 {
21632
+ .offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
21939
21633
  margin-right: 33.3333333333%;
21940
21634
  }
21941
21635
 
21942
- .offset-xl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-5 {
21636
+ .offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
21943
21637
  margin-left: 41.6666666667%;
21944
21638
  }
21945
- .offset-xl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-5 {
21639
+ .offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
21946
21640
  margin-right: 41.6666666667%;
21947
21641
  }
21948
21642
 
21949
- .offset-xl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-6 {
21643
+ .offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
21950
21644
  margin-left: 50%;
21951
21645
  }
21952
- .offset-xl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-6 {
21646
+ .offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
21953
21647
  margin-right: 50%;
21954
21648
  }
21955
21649
 
21956
- .offset-xl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-7 {
21650
+ .offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
21957
21651
  margin-left: 58.3333333333%;
21958
21652
  }
21959
- .offset-xl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-7 {
21653
+ .offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
21960
21654
  margin-right: 58.3333333333%;
21961
21655
  }
21962
21656
 
21963
- .offset-xl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-8 {
21657
+ .offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
21964
21658
  margin-left: 66.6666666667%;
21965
21659
  }
21966
- .offset-xl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-8 {
21660
+ .offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
21967
21661
  margin-right: 66.6666666667%;
21968
21662
  }
21969
21663
 
21970
- .offset-xl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-9 {
21664
+ .offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
21971
21665
  margin-left: 75%;
21972
21666
  }
21973
- .offset-xl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-9 {
21667
+ .offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
21974
21668
  margin-right: 75%;
21975
21669
  }
21976
21670
 
21977
- .offset-xl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-10 {
21671
+ .offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
21978
21672
  margin-left: 83.3333333333%;
21979
21673
  }
21980
- .offset-xl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-10 {
21674
+ .offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
21981
21675
  margin-right: 83.3333333333%;
21982
21676
  }
21983
21677
 
21984
- .offset-xl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-11 {
21678
+ .offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
21985
21679
  margin-left: 91.6666666667%;
21986
21680
  }
21987
- .offset-xl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-11 {
21681
+ .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
21988
21682
  margin-right: 91.6666666667%;
21989
21683
  }
21684
+ }.v-carousel {
21685
+ overflow: hidden;
21686
+ position: relative;
21687
+ width: 100%;
21688
+ }
21689
+ .v-carousel__controls {
21690
+ align-items: center;
21691
+ background: rgba(var(--v-theme-surface-variant), 0.3);
21692
+ bottom: 0;
21693
+ display: flex;
21694
+ height: 50px;
21695
+ justify-content: center;
21696
+ list-style-type: none;
21697
+ position: absolute;
21698
+ width: 100%;
21699
+ z-index: 1;
21700
+ }
21701
+ .v-carousel__controls > .v-item-group {
21702
+ flex: 0 1 auto;
21703
+ }
21704
+ .v-carousel__controls__item {
21705
+ margin: 0 8px;
21706
+ }
21707
+ .v-carousel__controls__item .v-icon {
21708
+ opacity: 0.5;
21709
+ }
21710
+ .v-carousel__controls__item--active .v-icon {
21711
+ opacity: 1;
21712
+ vertical-align: middle;
21713
+ }
21714
+ .v-carousel__controls__item:hover {
21715
+ background: none;
21716
+ }
21717
+ .v-carousel__controls__item:hover .v-icon {
21718
+ opacity: 0.8;
21719
+ }
21720
+
21721
+ .v-carousel__progress {
21722
+ margin: 0;
21723
+ position: absolute;
21724
+ bottom: 0;
21725
+ left: 0;
21726
+ right: 0;
21727
+ }
21728
+
21729
+ .v-carousel-item {
21730
+ display: block;
21731
+ height: inherit;
21732
+ text-decoration: none;
21733
+ }
21734
+ .v-carousel-item > .v-img {
21735
+ height: inherit;
21736
+ }
21737
+
21738
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
21739
+ background: transparent;
21740
+ }
21741
+
21742
+ .v-carousel--vertical-delimiters .v-carousel__controls {
21743
+ flex-direction: column;
21744
+ height: 100% !important;
21745
+ width: 50px;
21746
+ }.v-checkbox .v-selection-control {
21747
+ height: var(--v-input-control-height);
21748
+ }.v-chip {
21749
+ align-items: center;
21750
+ cursor: default;
21751
+ display: inline-flex;
21752
+ font-weight: 400;
21753
+ max-width: 100%;
21754
+ overflow: hidden;
21755
+ position: relative;
21756
+ text-decoration: none;
21757
+ white-space: nowrap;
21758
+ vertical-align: middle;
21759
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21760
+ border-style: solid;
21761
+ border-width: 0;
21762
+ border-radius: 9999px;
21763
+ }
21764
+ .v-chip--size-x-small {
21765
+ --v-chip-size: 0.625rem;
21766
+ --v-chip-height: 20px;
21767
+ font-size: 0.625rem;
21768
+ padding: 0 8px;
21769
+ }
21770
+ .v-chip--size-x-small .v-avatar {
21771
+ --v-avatar-height: 12px;
21772
+ }
21773
+ .v-chip--pill.v-chip--size-x-small .v-avatar {
21774
+ --v-avatar-height: 20px;
21775
+ }
21776
+
21777
+ .v-chip--size-x-small .v-chip__prepend,
21778
+ .v-chip--size-x-small .v-chip__filter {
21779
+ -webkit-margin-start: -4px;
21780
+ margin-inline-start: -4px;
21781
+ -webkit-margin-end: 4px;
21782
+ margin-inline-end: 4px;
21783
+ }
21784
+ .v-chip--pill.v-chip--size-x-small .v-chip__prepend, .v-chip--pill.v-chip--size-x-small .v-chip__filter {
21785
+ -webkit-margin-start: -8px;
21786
+ margin-inline-start: -8px;
21787
+ }
21788
+
21789
+ .v-chip--size-x-small .v-chip__append,
21790
+ .v-chip--size-x-small .v-chip__close {
21791
+ -webkit-margin-end: -4px;
21792
+ margin-inline-end: -4px;
21793
+ -webkit-margin-start: 4px;
21794
+ margin-inline-start: 4px;
21795
+ }
21796
+ .v-chip--pill.v-chip--size-x-small .v-chip__append, .v-chip--pill.v-chip--size-x-small .v-chip__close {
21797
+ -webkit-margin-end: -8px;
21798
+ margin-inline-end: -8px;
21990
21799
  }
21991
- @media (min-width: 2560px) {
21992
- .v-col-xxl {
21993
- flex-basis: 0;
21994
- flex-grow: 1;
21995
- max-width: 100%;
21996
- }
21997
21800
 
21998
- .v-col-xxl-auto {
21999
- flex: 0 0 auto;
22000
- width: auto;
22001
- max-width: 100%;
22002
- }
21801
+ .v-chip--size-small {
21802
+ --v-chip-size: 0.75rem;
21803
+ --v-chip-height: 26px;
21804
+ font-size: 0.75rem;
21805
+ padding: 0 10px;
21806
+ }
21807
+ .v-chip--size-small .v-avatar {
21808
+ --v-avatar-height: 18px;
21809
+ }
21810
+ .v-chip--pill.v-chip--size-small .v-avatar {
21811
+ --v-avatar-height: 26px;
21812
+ }
22003
21813
 
22004
- .v-col-xxl-1 {
22005
- flex: 0 0 8.3333333333%;
22006
- max-width: 8.3333333333%;
22007
- }
21814
+ .v-chip--size-small .v-chip__prepend,
21815
+ .v-chip--size-small .v-chip__filter {
21816
+ -webkit-margin-start: -5px;
21817
+ margin-inline-start: -5px;
21818
+ -webkit-margin-end: 5px;
21819
+ margin-inline-end: 5px;
21820
+ }
21821
+ .v-chip--pill.v-chip--size-small .v-chip__prepend, .v-chip--pill.v-chip--size-small .v-chip__filter {
21822
+ -webkit-margin-start: -10px;
21823
+ margin-inline-start: -10px;
21824
+ }
22008
21825
 
22009
- .v-col-xxl-2 {
22010
- flex: 0 0 16.6666666667%;
22011
- max-width: 16.6666666667%;
22012
- }
21826
+ .v-chip--size-small .v-chip__append,
21827
+ .v-chip--size-small .v-chip__close {
21828
+ -webkit-margin-end: -5px;
21829
+ margin-inline-end: -5px;
21830
+ -webkit-margin-start: 5px;
21831
+ margin-inline-start: 5px;
21832
+ }
21833
+ .v-chip--pill.v-chip--size-small .v-chip__append, .v-chip--pill.v-chip--size-small .v-chip__close {
21834
+ -webkit-margin-end: -10px;
21835
+ margin-inline-end: -10px;
21836
+ }
22013
21837
 
22014
- .v-col-xxl-3 {
22015
- flex: 0 0 25%;
22016
- max-width: 25%;
22017
- }
21838
+ .v-chip--size-default {
21839
+ --v-chip-size: 0.875rem;
21840
+ --v-chip-height: 32px;
21841
+ font-size: 0.875rem;
21842
+ padding: 0 12px;
21843
+ }
21844
+ .v-chip--size-default .v-avatar {
21845
+ --v-avatar-height: 24px;
21846
+ }
21847
+ .v-chip--pill.v-chip--size-default .v-avatar {
21848
+ --v-avatar-height: 32px;
21849
+ }
22018
21850
 
22019
- .v-col-xxl-4 {
22020
- flex: 0 0 33.3333333333%;
22021
- max-width: 33.3333333333%;
22022
- }
21851
+ .v-chip--size-default .v-chip__prepend,
21852
+ .v-chip--size-default .v-chip__filter {
21853
+ -webkit-margin-start: -6px;
21854
+ margin-inline-start: -6px;
21855
+ -webkit-margin-end: 6px;
21856
+ margin-inline-end: 6px;
21857
+ }
21858
+ .v-chip--pill.v-chip--size-default .v-chip__prepend, .v-chip--pill.v-chip--size-default .v-chip__filter {
21859
+ -webkit-margin-start: -12px;
21860
+ margin-inline-start: -12px;
21861
+ }
22023
21862
 
22024
- .v-col-xxl-5 {
22025
- flex: 0 0 41.6666666667%;
22026
- max-width: 41.6666666667%;
22027
- }
21863
+ .v-chip--size-default .v-chip__append,
21864
+ .v-chip--size-default .v-chip__close {
21865
+ -webkit-margin-end: -6px;
21866
+ margin-inline-end: -6px;
21867
+ -webkit-margin-start: 6px;
21868
+ margin-inline-start: 6px;
21869
+ }
21870
+ .v-chip--pill.v-chip--size-default .v-chip__append, .v-chip--pill.v-chip--size-default .v-chip__close {
21871
+ -webkit-margin-end: -12px;
21872
+ margin-inline-end: -12px;
21873
+ }
22028
21874
 
22029
- .v-col-xxl-6 {
22030
- flex: 0 0 50%;
22031
- max-width: 50%;
22032
- }
21875
+ .v-chip--size-large {
21876
+ --v-chip-size: 1rem;
21877
+ --v-chip-height: 38px;
21878
+ font-size: 1rem;
21879
+ padding: 0 14px;
21880
+ }
21881
+ .v-chip--size-large .v-avatar {
21882
+ --v-avatar-height: 30px;
21883
+ }
21884
+ .v-chip--pill.v-chip--size-large .v-avatar {
21885
+ --v-avatar-height: 38px;
21886
+ }
22033
21887
 
22034
- .v-col-xxl-7 {
22035
- flex: 0 0 58.3333333333%;
22036
- max-width: 58.3333333333%;
22037
- }
21888
+ .v-chip--size-large .v-chip__prepend,
21889
+ .v-chip--size-large .v-chip__filter {
21890
+ -webkit-margin-start: -7px;
21891
+ margin-inline-start: -7px;
21892
+ -webkit-margin-end: 7px;
21893
+ margin-inline-end: 7px;
21894
+ }
21895
+ .v-chip--pill.v-chip--size-large .v-chip__prepend, .v-chip--pill.v-chip--size-large .v-chip__filter {
21896
+ -webkit-margin-start: -14px;
21897
+ margin-inline-start: -14px;
21898
+ }
22038
21899
 
22039
- .v-col-xxl-8 {
22040
- flex: 0 0 66.6666666667%;
22041
- max-width: 66.6666666667%;
22042
- }
21900
+ .v-chip--size-large .v-chip__append,
21901
+ .v-chip--size-large .v-chip__close {
21902
+ -webkit-margin-end: -7px;
21903
+ margin-inline-end: -7px;
21904
+ -webkit-margin-start: 7px;
21905
+ margin-inline-start: 7px;
21906
+ }
21907
+ .v-chip--pill.v-chip--size-large .v-chip__append, .v-chip--pill.v-chip--size-large .v-chip__close {
21908
+ -webkit-margin-end: -14px;
21909
+ margin-inline-end: -14px;
21910
+ }
22043
21911
 
22044
- .v-col-xxl-9 {
22045
- flex: 0 0 75%;
22046
- max-width: 75%;
22047
- }
21912
+ .v-chip--size-x-large {
21913
+ --v-chip-size: 1.125rem;
21914
+ --v-chip-height: 44px;
21915
+ font-size: 1.125rem;
21916
+ padding: 0 17px;
21917
+ }
21918
+ .v-chip--size-x-large .v-avatar {
21919
+ --v-avatar-height: 36px;
21920
+ }
21921
+ .v-chip--pill.v-chip--size-x-large .v-avatar {
21922
+ --v-avatar-height: 44px;
21923
+ }
22048
21924
 
22049
- .v-col-xxl-10 {
22050
- flex: 0 0 83.3333333333%;
22051
- max-width: 83.3333333333%;
22052
- }
21925
+ .v-chip--size-x-large .v-chip__prepend,
21926
+ .v-chip--size-x-large .v-chip__filter {
21927
+ -webkit-margin-start: -8.5px;
21928
+ margin-inline-start: -8.5px;
21929
+ -webkit-margin-end: 8.5px;
21930
+ margin-inline-end: 8.5px;
21931
+ }
21932
+ .v-chip--pill.v-chip--size-x-large .v-chip__prepend, .v-chip--pill.v-chip--size-x-large .v-chip__filter {
21933
+ -webkit-margin-start: -17px;
21934
+ margin-inline-start: -17px;
21935
+ }
22053
21936
 
22054
- .v-col-xxl-11 {
22055
- flex: 0 0 91.6666666667%;
22056
- max-width: 91.6666666667%;
22057
- }
21937
+ .v-chip--size-x-large .v-chip__append,
21938
+ .v-chip--size-x-large .v-chip__close {
21939
+ -webkit-margin-end: -8.5px;
21940
+ margin-inline-end: -8.5px;
21941
+ -webkit-margin-start: 8.5px;
21942
+ margin-inline-start: 8.5px;
21943
+ }
21944
+ .v-chip--pill.v-chip--size-x-large .v-chip__append, .v-chip--pill.v-chip--size-x-large .v-chip__close {
21945
+ -webkit-margin-end: -17px;
21946
+ margin-inline-end: -17px;
21947
+ }
22058
21948
 
22059
- .v-col-xxl-12 {
22060
- flex: 0 0 100%;
22061
- max-width: 100%;
22062
- }
21949
+ .v-chip.v-chip--density-default {
21950
+ height: calc(var(--v-chip-height) + 0px);
21951
+ }
22063
21952
 
22064
- .offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
22065
- margin-left: 0;
22066
- }
22067
- .offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
22068
- margin-right: 0;
22069
- }
21953
+ .v-chip.v-chip--density-comfortable {
21954
+ height: calc(var(--v-chip-height) + -8px);
21955
+ }
22070
21956
 
22071
- .offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
22072
- margin-left: 8.3333333333%;
22073
- }
22074
- .offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
22075
- margin-right: 8.3333333333%;
22076
- }
21957
+ .v-chip.v-chip--density-compact {
21958
+ height: calc(var(--v-chip-height) + -12px);
21959
+ }
22077
21960
 
22078
- .offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
22079
- margin-left: 16.6666666667%;
22080
- }
22081
- .offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
22082
- margin-right: 16.6666666667%;
22083
- }
21961
+ .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
21962
+ background: transparent;
21963
+ color: inherit;
21964
+ }
21965
+ .v-chip--variant-plain {
21966
+ opacity: 0.26;
21967
+ }
21968
+ .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
21969
+ opacity: 1;
21970
+ }
21971
+ .v-chip--variant-plain .v-chip__overlay {
21972
+ display: none;
21973
+ }
21974
+ .v-chip--variant-elevated, .v-chip--variant-flat {
21975
+ background: rgb(var(--v-theme-surface-variant));
21976
+ color: rgb(var(--v-theme-on-surface-variant));
21977
+ }
21978
+ .v-chip--variant-elevated {
21979
+ box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
21980
+ }
21981
+ .v-chip--variant-flat {
21982
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
21983
+ }
21984
+ .v-chip--variant-outlined {
21985
+ border: thin solid currentColor;
21986
+ }
21987
+ .v-chip--variant-text .v-chip__overlay {
21988
+ background: currentColor;
21989
+ }
21990
+ .v-chip--variant-tonal .v-chip__underlay {
21991
+ background: currentColor;
21992
+ opacity: var(--v-activated-opacity);
21993
+ border-radius: inherit;
21994
+ position: absolute;
21995
+ top: 0;
21996
+ right: 0;
21997
+ bottom: 0;
21998
+ left: 0;
21999
+ pointer-events: none;
22000
+ transition: opacity 0.2s ease-in-out;
22001
+ }
22002
+ .v-chip--border {
22003
+ border-width: thin;
22004
+ }
22005
+ .v-chip--link {
22006
+ cursor: pointer;
22007
+ }
22008
+ .v-chip--label {
22009
+ border-radius: 4px;
22010
+ }
22084
22011
 
22085
- .offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
22086
- margin-left: 25%;
22087
- }
22088
- .offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
22089
- margin-right: 25%;
22090
- }
22012
+ .v-chip__filter,
22013
+ .v-chip__prepend,
22014
+ .v-chip__append,
22015
+ .v-chip__close {
22016
+ align-items: center;
22017
+ display: inline-flex;
22018
+ }
22091
22019
 
22092
- .offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
22093
- margin-left: 33.3333333333%;
22094
- }
22095
- .offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
22096
- margin-right: 33.3333333333%;
22097
- }
22020
+ .v-chip__close {
22021
+ cursor: pointer;
22022
+ flex: 0 1 auto;
22023
+ font-size: 18px;
22024
+ max-height: 18px;
22025
+ max-width: 18px;
22026
+ -webkit-user-select: none;
22027
+ -moz-user-select: none;
22028
+ user-select: none;
22029
+ }
22030
+ .v-chip__close .v-icon {
22031
+ font-size: inherit;
22032
+ }
22098
22033
 
22099
- .offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
22100
- margin-left: 41.6666666667%;
22101
- }
22102
- .offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
22103
- margin-right: 41.6666666667%;
22104
- }
22034
+ .v-chip__overlay {
22035
+ position: absolute;
22036
+ top: 0;
22037
+ left: 0;
22038
+ width: 100%;
22039
+ height: 100%;
22040
+ background-color: currentColor;
22041
+ border-radius: inherit;
22042
+ pointer-events: none;
22043
+ opacity: 0;
22044
+ transition: opacity 0.2s ease-in-out;
22045
+ }
22105
22046
 
22106
- .offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
22107
- margin-left: 50%;
22108
- }
22109
- .offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
22110
- margin-right: 50%;
22111
- }
22047
+ .v-chip--disabled {
22048
+ opacity: 0.3;
22049
+ pointer-events: none;
22050
+ -webkit-user-select: none;
22051
+ -moz-user-select: none;
22052
+ user-select: none;
22053
+ }
22112
22054
 
22113
- .offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
22114
- margin-left: 58.3333333333%;
22115
- }
22116
- .offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
22117
- margin-right: 58.3333333333%;
22118
- }
22055
+ .v-chip--label {
22056
+ border-radius: 4px;
22057
+ }.v-chip-group {
22058
+ display: flex;
22059
+ max-width: 100%;
22060
+ min-width: 0;
22061
+ overflow-x: auto;
22062
+ padding: 4px 0;
22063
+ }
22064
+ .v-chip-group .v-chip {
22065
+ margin: 4px 8px 4px 0;
22066
+ }
22067
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
22068
+ opacity: var(--v-activated-opacity);
22069
+ }
22119
22070
 
22120
- .offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
22121
- margin-left: 66.6666666667%;
22122
- }
22123
- .offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
22124
- margin-right: 66.6666666667%;
22125
- }
22071
+ .v-chip-group--column {
22072
+ flex-wrap: wrap;
22073
+ white-space: normal;
22074
+ }.v-color-picker {
22075
+ align-self: flex-start;
22076
+ contain: content;
22077
+ }
22078
+ .v-color-picker.v-sheet {
22079
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
22080
+ border-radius: 4px;
22081
+ }
22126
22082
 
22127
- .offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
22128
- margin-left: 75%;
22129
- }
22130
- .offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
22131
- margin-right: 75%;
22132
- }
22083
+ .v-color-picker__controls {
22084
+ display: flex;
22085
+ flex-direction: column;
22086
+ padding: 16px;
22087
+ }
22133
22088
 
22134
- .offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
22135
- margin-left: 83.3333333333%;
22136
- }
22137
- .offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
22138
- margin-right: 83.3333333333%;
22139
- }
22089
+ .v-color-picker--flat {
22090
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
22091
+ }
22092
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
22093
+ box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
22094
+ }.v-combobox .v-field .v-text-field__prefix,
22095
+ .v-combobox .v-field .v-text-field__suffix,
22096
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
22097
+ cursor: text;
22098
+ }
22099
+ .v-combobox .v-field .v-field__input > input {
22100
+ align-self: flex-start;
22101
+ flex: 1 1;
22102
+ }
22103
+ .v-combobox .v-field .v-field__append-inner > .v-icon {
22104
+ -webkit-margin-start: 4px;
22105
+ margin-inline-start: 4px;
22106
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22107
+ }
22108
+ .v-combobox .v-field:not(.v-field--focused) input {
22109
+ min-width: 0;
22110
+ }
22111
+ .v-combobox .v-field--dirty .v-combobox__selection {
22112
+ -webkit-margin-end: 2px;
22113
+ margin-inline-end: 2px;
22114
+ }
22140
22115
 
22141
- .offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
22142
- margin-left: 91.6666666667%;
22143
- }
22144
- .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
22145
- margin-right: 91.6666666667%;
22146
- }
22116
+ .v-combobox__content {
22117
+ overflow: hidden;
22118
+ box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
22119
+ border-radius: 4px;
22120
+ }
22121
+ .v-combobox__mask {
22122
+ background: rgb(var(--v-theme-on-surface-variant));
22123
+ }
22124
+ .v-combobox__selection {
22125
+ display: inline-flex;
22126
+ letter-spacing: inherit;
22127
+ line-height: inherit;
22128
+ }
22129
+ .v-combobox--active-menu .v-field__append-inner > .v-icon {
22130
+ opacity: var(--v-high-emphasis-opacity);
22131
+ transform: rotate(180deg);
22132
+ }
22133
+ .v-combobox--chips .v-combobox__selection:first-child {
22134
+ -webkit-margin-start: 0;
22135
+ margin-inline-start: 0;
22136
+ }
22137
+ .v-combobox--selecting-index .v-combobox__selection {
22138
+ opacity: var(--v-medium-emphasis-opacity);
22139
+ }
22140
+ .v-combobox--selecting-index .v-combobox__selection--selected {
22141
+ opacity: 1;
22142
+ }
22143
+ .v-combobox--selecting-index .v-field__input > input {
22144
+ caret-color: transparent !important;
22145
+ }
22146
+ .v-combobox--single.v-text-field input {
22147
+ flex: 1 1;
22148
+ position: absolute;
22149
+ left: 0;
22150
+ right: 0;
22151
+ -webkit-padding-start: inherit;
22152
+ padding-inline-start: inherit;
22153
+ -webkit-padding-end: inherit;
22154
+ padding-inline-end: inherit;
22155
+ }
22156
+ .v-combobox--single .v-field--active input {
22157
+ transition: none;
22158
+ }
22159
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
22160
+ opacity: 0;
22161
+ }
22162
+ .v-combobox--single .v-field--focused .v-combobox__selection {
22163
+ opacity: 0;
22147
22164
  }.v-counter {
22148
22165
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22149
22166
  flex: 0 1 auto;
@@ -22484,13 +22501,13 @@ html.overflow-y-hidden {
22484
22501
  -webkit-padding-end: 12px;
22485
22502
  padding-inline-end: 12px;
22486
22503
  }
22487
- .v-field--variant-contained {
22504
+ .v-field--variant-solo {
22488
22505
  background: rgb(var(--v-theme-surface));
22489
22506
  border-color: transparent;
22490
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
22507
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22491
22508
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
22492
22509
  }
22493
- .v-field--variant-contained, .v-field--variant-filled {
22510
+ .v-field--variant-filled {
22494
22511
  border-bottom-left-radius: 0;
22495
22512
  border-bottom-right-radius: 0;
22496
22513
  }
@@ -22507,17 +22524,17 @@ html.overflow-y-hidden {
22507
22524
  .v-field--variant-outlined, .v-field--single-line {
22508
22525
  --v-field-padding-top: 0;
22509
22526
  }
22510
- .v-input--density-default .v-field--variant-contained, .v-input--density-default .v-field--variant-filled {
22527
+ .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-filled {
22511
22528
  --v-input-control-height: 56px;
22512
22529
  --v-field-padding-bottom: 6px;
22513
22530
  }
22514
22531
 
22515
- .v-input--density-comfortable .v-field--variant-contained, .v-input--density-comfortable .v-field--variant-filled {
22532
+ .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-filled {
22516
22533
  --v-input-control-height: 48px;
22517
22534
  --v-field-padding-bottom: 2px;
22518
22535
  }
22519
22536
 
22520
- .v-input--density-compact .v-field--variant-contained, .v-input--density-compact .v-field--variant-filled {
22537
+ .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-filled {
22521
22538
  --v-input-control-height: 40px;
22522
22539
  --v-field-padding-bottom: -2px;
22523
22540
  }
@@ -22673,15 +22690,15 @@ html.overflow-y-hidden {
22673
22690
  .v-field.v-field--active .v-label.v-field-label--floating {
22674
22691
  visibility: visible;
22675
22692
  }
22676
- .v-input--density-default .v-field--variant-contained .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating {
22693
+ .v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating {
22677
22694
  top: 7px;
22678
22695
  }
22679
22696
 
22680
- .v-input--density-comfortable .v-field--variant-contained .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating {
22697
+ .v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating {
22681
22698
  top: 5px;
22682
22699
  }
22683
22700
 
22684
- .v-input--density-compact .v-field--variant-contained .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating {
22701
+ .v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating, .v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating {
22685
22702
  top: 3px;
22686
22703
  }
22687
22704
 
@@ -23003,11 +23020,6 @@ html.overflow-y-hidden {
23003
23020
 
23004
23021
  .v-img__gradient {
23005
23022
  background-repeat: no-repeat;
23006
- }.v-item-group {
23007
- flex: 0 1 auto;
23008
- max-width: 100%;
23009
- position: relative;
23010
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23011
23023
  }.v-input {
23012
23024
  display: grid;
23013
23025
  flex: 1 1 auto;
@@ -23126,6 +23138,11 @@ html.overflow-y-hidden {
23126
23138
 
23127
23139
  .v-input__control {
23128
23140
  grid-area: control;
23141
+ }.v-item-group {
23142
+ flex: 0 1 auto;
23143
+ max-width: 100%;
23144
+ position: relative;
23145
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23129
23146
  }.v-label {
23130
23147
  align-items: center;
23131
23148
  cursor: pointer;
@@ -23300,7 +23317,7 @@ html.overflow-y-hidden {
23300
23317
  .v-list-item--active:focus > .v-list-item__overlay, .v-list-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-list-item__overlay {
23301
23318
  opacity: calc(0.16 * var(--v-theme-overlay-multiplier));
23302
23319
  }
23303
- .v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-contained-text {
23320
+ .v-list-item--variant-plain, .v-list-item--variant-outlined, .v-list-item--variant-text, .v-list-item--variant-tonal {
23304
23321
  background: transparent;
23305
23322
  color: inherit;
23306
23323
  }
@@ -23313,14 +23330,14 @@ html.overflow-y-hidden {
23313
23330
  .v-list-item--variant-plain .v-list-item__overlay {
23314
23331
  display: none;
23315
23332
  }
23316
- .v-list-item--variant-contained, .v-list-item--variant-contained-flat {
23333
+ .v-list-item--variant-elevated, .v-list-item--variant-flat {
23317
23334
  background: rgba(var(--v-theme-surface));
23318
23335
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23319
23336
  }
23320
- .v-list-item--variant-contained {
23337
+ .v-list-item--variant-elevated {
23321
23338
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
23322
23339
  }
23323
- .v-list-item--variant-contained-flat {
23340
+ .v-list-item--variant-flat {
23324
23341
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
23325
23342
  }
23326
23343
  .v-list-item--variant-outlined {
@@ -23329,7 +23346,7 @@ html.overflow-y-hidden {
23329
23346
  .v-list-item--variant-text .v-list-item__overlay {
23330
23347
  background: currentColor;
23331
23348
  }
23332
- .v-list-item--variant-contained-text .v-list-item__underlay {
23349
+ .v-list-item--variant-tonal .v-list-item__underlay {
23333
23350
  background: currentColor;
23334
23351
  opacity: var(--v-activated-opacity);
23335
23352
  border-radius: inherit;
@@ -23611,7 +23628,7 @@ html.overflow-y-hidden {
23611
23628
  top: 0;
23612
23629
  transition: opacity 0.2s ease-in-out;
23613
23630
  }
23614
- .v-list-item--active.v-list-item--contained .v-list-item__overlay {
23631
+ .v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay {
23615
23632
  --v-theme-overlay-multiplier: 0;
23616
23633
  }
23617
23634
 
@@ -24484,6 +24501,7 @@ html.v-overlay-scroll-blocked {
24484
24501
  }
24485
24502
  .v-selection-control--inline {
24486
24503
  display: inline-flex;
24504
+ flex: 0 0 auto;
24487
24505
  }
24488
24506
  .v-selection-control--inline .v-label {
24489
24507
  width: auto;
@@ -24645,7 +24663,7 @@ html.v-overlay-scroll-blocked {
24645
24663
  position: relative;
24646
24664
  border-radius: 4px;
24647
24665
  }
24648
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-contained-text {
24666
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24649
24667
  background: transparent;
24650
24668
  color: inherit;
24651
24669
  }
@@ -24658,14 +24676,14 @@ html.v-overlay-scroll-blocked {
24658
24676
  .v-snackbar--variant-plain .v-snackbar__overlay {
24659
24677
  display: none;
24660
24678
  }
24661
- .v-snackbar--variant-contained, .v-snackbar--variant-contained-flat {
24679
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24662
24680
  background: #333333;
24663
24681
  color: rgb(var(--v-theme-on-surface-variant));
24664
24682
  }
24665
- .v-snackbar--variant-contained {
24683
+ .v-snackbar--variant-elevated {
24666
24684
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
24667
24685
  }
24668
- .v-snackbar--variant-contained-flat {
24686
+ .v-snackbar--variant-flat {
24669
24687
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
24670
24688
  }
24671
24689
  .v-snackbar--variant-outlined {
@@ -24674,7 +24692,7 @@ html.v-overlay-scroll-blocked {
24674
24692
  .v-snackbar--variant-text .v-snackbar__overlay {
24675
24693
  background: currentColor;
24676
24694
  }
24677
- .v-snackbar--variant-contained-text .v-snackbar__underlay {
24695
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
24678
24696
  background: currentColor;
24679
24697
  opacity: var(--v-activated-opacity);
24680
24698
  border-radius: inherit;
@@ -25881,26 +25899,6 @@ html.v-overlay-scroll-blocked {
25881
25899
  }
25882
25900
  .v-window-y-reverse-transition-leave-to {
25883
25901
  transform: translateY(100%);
25884
- }.v-color-picker-canvas {
25885
- position: relative;
25886
- overflow: hidden;
25887
- contain: strict;
25888
- }
25889
- .v-color-picker-canvas__dot {
25890
- position: absolute;
25891
- top: 0;
25892
- left: 0;
25893
- width: 15px;
25894
- height: 15px;
25895
- background: transparent;
25896
- border-radius: 50%;
25897
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25898
- }
25899
- .v-color-picker-canvas__dot--disabled {
25900
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25901
- }
25902
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25903
- will-change: transform;
25904
25902
  }.v-color-picker-preview__alpha .v-slider-track__background {
25905
25903
  background-color: transparent !important;
25906
25904
  }
@@ -25967,6 +25965,26 @@ html.v-overlay-scroll-blocked {
25967
25965
  align-items: center;
25968
25966
  display: flex;
25969
25967
  margin-bottom: 24px;
25968
+ }.v-color-picker-canvas {
25969
+ position: relative;
25970
+ overflow: hidden;
25971
+ contain: strict;
25972
+ }
25973
+ .v-color-picker-canvas__dot {
25974
+ position: absolute;
25975
+ top: 0;
25976
+ left: 0;
25977
+ width: 15px;
25978
+ height: 15px;
25979
+ background: transparent;
25980
+ border-radius: 50%;
25981
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25982
+ }
25983
+ .v-color-picker-canvas__dot--disabled {
25984
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25985
+ }
25986
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25987
+ will-change: transform;
25970
25988
  }.v-color-picker-edit {
25971
25989
  display: flex;
25972
25990
  }