vuetify 3.1.8 → 3.1.9

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 (107) hide show
  1. package/dist/json/attributes.json +7 -3
  2. package/dist/json/importMap.json +40 -40
  3. package/dist/json/tags.json +1 -0
  4. package/dist/json/web-types.json +51 -17
  5. package/dist/vuetify-labs.css +288 -268
  6. package/dist/vuetify-labs.d.ts +14 -7
  7. package/dist/vuetify-labs.esm.js +460 -250
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +460 -250
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +1253 -1236
  12. package/dist/vuetify.d.ts +18 -13
  13. package/dist/vuetify.esm.js +306 -193
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +306 -193
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +411 -408
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.mjs +29 -15
  21. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  22. package/lib/components/VAlert/index.d.ts +2 -0
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -5
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VBanner/VBanner.mjs +19 -12
  26. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  27. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
  28. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  29. package/lib/components/VBtn/VBtn.mjs +25 -19
  30. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  31. package/lib/components/VCard/VCard.mjs +10 -6
  32. package/lib/components/VCard/VCard.mjs.map +1 -1
  33. package/lib/components/VCard/VCardItem.mjs +27 -23
  34. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  35. package/lib/components/VChip/VChip.css +110 -90
  36. package/lib/components/VChip/VChip.mjs +70 -48
  37. package/lib/components/VChip/VChip.mjs.map +1 -1
  38. package/lib/components/VChip/_mixins.scss +27 -23
  39. package/lib/components/VChip/index.d.ts +2 -2
  40. package/lib/components/VCombobox/VCombobox.mjs +11 -5
  41. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  42. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
  43. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  44. package/lib/components/VDefaultsProvider/index.d.ts +3 -0
  45. package/lib/components/VFooter/VFooter.css +2 -0
  46. package/lib/components/VFooter/VFooter.sass +2 -0
  47. package/lib/components/VFooter/_variables.scss +2 -0
  48. package/lib/components/VImg/VImg.mjs +2 -2
  49. package/lib/components/VImg/VImg.mjs.map +1 -1
  50. package/lib/components/VList/VListItem.mjs +23 -19
  51. package/lib/components/VList/VListItem.mjs.map +1 -1
  52. package/lib/components/VSelect/VSelect.mjs +11 -5
  53. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  54. package/lib/components/VSlider/VSliderTrack.mjs +1 -0
  55. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  56. package/lib/components/VSlider/slider.mjs +3 -1
  57. package/lib/components/VSlider/slider.mjs.map +1 -1
  58. package/lib/components/VSnackbar/VSnackbar.css +2 -7
  59. package/lib/components/VSnackbar/VSnackbar.mjs +2 -1
  60. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  61. package/lib/components/VSnackbar/VSnackbar.sass +3 -8
  62. package/lib/components/VTabs/VTabs.mjs +23 -15
  63. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  64. package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
  65. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  66. package/lib/components/VToolbar/VToolbar.mjs +9 -5
  67. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  68. package/lib/components/index.d.ts +7 -2
  69. package/lib/composables/defaults.mjs +2 -0
  70. package/lib/composables/defaults.mjs.map +1 -1
  71. package/lib/entry-bundler.mjs +1 -1
  72. package/lib/framework.mjs +1 -1
  73. package/lib/index.d.ts +11 -11
  74. package/lib/labs/VDataTable/VDataTable.css +3 -0
  75. package/lib/labs/VDataTable/VDataTable.mjs +41 -17
  76. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  77. package/lib/labs/VDataTable/VDataTable.sass +3 -0
  78. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
  79. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  80. package/lib/labs/VDataTable/VDataTableRow.mjs +6 -2
  81. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  82. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  83. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  84. package/lib/labs/VDataTable/VDataTableServer.mjs +39 -17
  85. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  86. package/lib/labs/VDataTable/VDataTableVirtual.mjs +23 -12
  87. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  88. package/lib/labs/VDataTable/composables/expand.mjs +1 -1
  89. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  90. package/lib/labs/VDataTable/composables/group.mjs +12 -1
  91. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  92. package/lib/labs/VDataTable/composables/options.mjs +0 -12
  93. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  94. package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
  95. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  96. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  97. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  98. package/lib/labs/VDataTable/composables/sort.mjs +19 -3
  99. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  100. package/lib/labs/VDataTable/index.d.ts +7 -5
  101. package/lib/labs/components.d.ts +7 -5
  102. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  103. package/lib/locale/adapters/vue-i18n.mjs +1 -1
  104. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  105. package/lib/util/defineComponent.mjs +3 -2
  106. package/lib/util/defineComponent.mjs.map +1 -1
  107. package/package.json +5 -11
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.1.8
2
+ * Vuetify v3.1.9
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -15745,6 +15745,22 @@ html.overflow-y-hidden {
15745
15745
  .v-locale--is-ltr .float-print-start {
15746
15746
  float: left !important;
15747
15747
  }
15748
+ }.v-code {
15749
+ background-color: rgb(var(--v-theme-code));
15750
+ color: rgb(var(--v-theme-on-code));
15751
+ border-radius: 4px;
15752
+ line-height: 1.8;
15753
+ font-size: 0.9em;
15754
+ font-weight: normal;
15755
+ padding: 0.2em 0.4em;
15756
+ }.v-kbd {
15757
+ background: rgb(var(--v-theme-kbd));
15758
+ color: rgb(var(--v-theme-on-kbd));
15759
+ border-radius: 3px;
15760
+ font-size: 85%;
15761
+ font-weight: normal;
15762
+ padding: 0.2em 0.4rem;
15763
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
15748
15764
  }.v-ripple__container {
15749
15765
  color: inherit;
15750
15766
  border-radius: inherit;
@@ -15781,22 +15797,6 @@ html.overflow-y-hidden {
15781
15797
  .v-ripple__animation--out {
15782
15798
  transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1);
15783
15799
  opacity: 0;
15784
- }.v-code {
15785
- background-color: rgb(var(--v-theme-code));
15786
- color: rgb(var(--v-theme-on-code));
15787
- border-radius: 4px;
15788
- line-height: 1.8;
15789
- font-size: 0.9em;
15790
- font-weight: normal;
15791
- padding: 0.2em 0.4em;
15792
- }.v-kbd {
15793
- background: rgb(var(--v-theme-kbd));
15794
- color: rgb(var(--v-theme-on-kbd));
15795
- border-radius: 3px;
15796
- font-size: 85%;
15797
- font-weight: normal;
15798
- padding: 0.2em 0.4rem;
15799
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
15800
15800
  }.v-application {
15801
15801
  display: flex;
15802
15802
  background: rgb(var(--v-theme-background));
@@ -17300,1456 +17300,1476 @@ html.overflow-y-hidden {
17300
17300
  pointer-events: none;
17301
17301
  opacity: 0;
17302
17302
  transition: opacity 0.2s ease-in-out;
17303
- }.v-container {
17303
+ }.v-carousel {
17304
+ overflow: hidden;
17305
+ position: relative;
17304
17306
  width: 100%;
17305
- padding: 16px;
17306
- margin-right: auto;
17307
- margin-left: auto;
17308
- }
17309
- @media (min-width: 960px) {
17310
- .v-container {
17311
- max-width: 900px;
17312
- }
17313
- }
17314
- @media (min-width: 1280px) {
17315
- .v-container {
17316
- max-width: 1200px;
17317
- }
17318
- }
17319
- @media (min-width: 1920px) {
17320
- .v-container {
17321
- max-width: 1800px;
17322
- }
17323
- }
17324
- @media (min-width: 2560px) {
17325
- .v-container {
17326
- max-width: 2400px;
17327
- }
17328
- }
17329
- .v-container--fluid {
17330
- max-width: 100%;
17331
17307
  }
17332
- .v-container.fill-height {
17308
+ .v-carousel__controls {
17333
17309
  align-items: center;
17310
+ background: rgba(var(--v-theme-surface-variant), 0.3);
17311
+ bottom: 0;
17334
17312
  display: flex;
17335
- flex-wrap: wrap;
17313
+ height: 50px;
17314
+ justify-content: center;
17315
+ list-style-type: none;
17316
+ position: absolute;
17317
+ width: 100%;
17318
+ z-index: 1;
17336
17319
  }
17337
-
17338
- .v-row {
17339
- display: flex;
17340
- flex-wrap: wrap;
17341
- flex: 1 1 auto;
17342
- margin: -12px;
17320
+ .v-carousel__controls > .v-item-group {
17321
+ flex: 0 1 auto;
17343
17322
  }
17344
- .v-row + .v-row {
17345
- margin-top: 12px;
17323
+ .v-carousel__controls__item {
17324
+ margin: 0 8px;
17346
17325
  }
17347
- .v-row + .v-row--dense {
17348
- margin-top: 4px;
17326
+ .v-carousel__controls__item .v-icon {
17327
+ opacity: 0.5;
17349
17328
  }
17350
- .v-row--dense {
17351
- margin: -4px;
17329
+ .v-carousel__controls__item--active .v-icon {
17330
+ opacity: 1;
17331
+ vertical-align: middle;
17352
17332
  }
17353
- .v-row--dense > .v-col,
17354
- .v-row--dense > [class*=v-col-] {
17355
- padding: 4px;
17333
+ .v-carousel__controls__item:hover {
17334
+ background: none;
17356
17335
  }
17357
- .v-row.v-row--no-gutters {
17358
- margin: 0;
17336
+ .v-carousel__controls__item:hover .v-icon {
17337
+ opacity: 0.8;
17359
17338
  }
17360
- .v-row.v-row--no-gutters > .v-col,
17361
- .v-row.v-row--no-gutters > [class*=v-col-] {
17362
- padding: 0;
17339
+
17340
+ .v-carousel__progress {
17341
+ margin: 0;
17342
+ position: absolute;
17343
+ bottom: 0;
17344
+ left: 0;
17345
+ right: 0;
17363
17346
  }
17364
17347
 
17365
- .v-col-xxl,
17366
- .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,
17367
- .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,
17368
- .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,
17369
- .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,
17370
- .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,
17371
- .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 {
17372
- width: 100%;
17373
- padding: 12px;
17348
+ .v-carousel-item {
17349
+ display: block;
17350
+ height: inherit;
17351
+ text-decoration: none;
17352
+ }
17353
+ .v-carousel-item > .v-img {
17354
+ height: inherit;
17374
17355
  }
17375
17356
 
17376
- .v-col {
17377
- flex-basis: 0;
17378
- flex-grow: 1;
17379
- max-width: 100%;
17357
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
17358
+ background: transparent;
17380
17359
  }
17381
17360
 
17382
- .v-col-auto {
17383
- flex: 0 0 auto;
17384
- width: auto;
17361
+ .v-carousel--vertical-delimiters .v-carousel__controls {
17362
+ flex-direction: column;
17363
+ height: 100% !important;
17364
+ width: 50px;
17365
+ }.v-checkbox .v-selection-control {
17366
+ min-height: var(--v-input-control-height);
17367
+ }.v-chip {
17368
+ align-items: center;
17369
+ cursor: default;
17370
+ display: inline-flex;
17371
+ font-weight: 400;
17385
17372
  max-width: 100%;
17373
+ overflow: hidden;
17374
+ position: relative;
17375
+ text-decoration: none;
17376
+ white-space: nowrap;
17377
+ vertical-align: middle;
17378
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17379
+ border-style: solid;
17380
+ border-width: 0;
17381
+ border-radius: 9999px;
17386
17382
  }
17387
-
17388
- .v-col-1 {
17389
- flex: 0 0 8.3333333333%;
17390
- max-width: 8.3333333333%;
17383
+ .v-chip.v-chip--size-x-small {
17384
+ --v-chip-size: 0.625rem;
17385
+ --v-chip-height: 20px;
17386
+ font-size: 0.625rem;
17387
+ padding: 0 8px;
17391
17388
  }
17392
-
17393
- .v-col-2 {
17394
- flex: 0 0 16.6666666667%;
17395
- max-width: 16.6666666667%;
17389
+ .v-chip.v-chip--size-x-small .v-avatar {
17390
+ --v-avatar-height: 14px;
17396
17391
  }
17397
-
17398
- .v-col-3 {
17399
- flex: 0 0 25%;
17400
- max-width: 25%;
17392
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
17393
+ --v-avatar-height: 20px;
17401
17394
  }
17402
17395
 
17403
- .v-col-4 {
17404
- flex: 0 0 33.3333333333%;
17405
- max-width: 33.3333333333%;
17396
+ .v-chip.v-chip--size-x-small .v-avatar--start {
17397
+ margin-inline-start: -5.6px;
17398
+ margin-inline-end: 4px;
17406
17399
  }
17407
-
17408
- .v-col-5 {
17409
- flex: 0 0 41.6666666667%;
17410
- max-width: 41.6666666667%;
17400
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
17401
+ margin-inline-start: -8px;
17411
17402
  }
17412
17403
 
17413
- .v-col-6 {
17414
- flex: 0 0 50%;
17415
- max-width: 50%;
17404
+ .v-chip.v-chip--size-x-small .v-avatar--end {
17405
+ margin-inline-start: 4px;
17406
+ margin-inline-end: -5.6px;
17416
17407
  }
17417
-
17418
- .v-col-7 {
17419
- flex: 0 0 58.3333333333%;
17420
- max-width: 58.3333333333%;
17408
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
17409
+ margin-inline-end: -8px;
17421
17410
  }
17422
17411
 
17423
- .v-col-8 {
17424
- flex: 0 0 66.6666666667%;
17425
- max-width: 66.6666666667%;
17412
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
17413
+ margin-inline-start: 12px;
17426
17414
  }
17427
17415
 
17428
- .v-col-9 {
17429
- flex: 0 0 75%;
17430
- max-width: 75%;
17416
+ .v-chip.v-chip--size-x-small .v-icon--start,
17417
+ .v-chip.v-chip--size-x-small .v-chip__filter {
17418
+ margin-inline-start: -4px;
17419
+ margin-inline-end: 4px;
17431
17420
  }
17432
-
17433
- .v-col-10 {
17434
- flex: 0 0 83.3333333333%;
17435
- max-width: 83.3333333333%;
17421
+ .v-chip.v-chip--size-x-small .v-icon--end,
17422
+ .v-chip.v-chip--size-x-small .v-chip__close {
17423
+ margin-inline-start: 4px;
17424
+ margin-inline-end: -4px;
17436
17425
  }
17437
-
17438
- .v-col-11 {
17439
- flex: 0 0 91.6666666667%;
17440
- max-width: 91.6666666667%;
17426
+ .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
17427
+ .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
17428
+ .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
17429
+ margin-inline-start: 8px;
17441
17430
  }
17442
17431
 
17443
- .v-col-12 {
17444
- flex: 0 0 100%;
17445
- max-width: 100%;
17432
+ .v-chip.v-chip--size-small {
17433
+ --v-chip-size: 0.75rem;
17434
+ --v-chip-height: 26px;
17435
+ font-size: 0.75rem;
17436
+ padding: 0 10px;
17446
17437
  }
17447
-
17448
- .offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
17449
- margin-left: 8.3333333333%;
17438
+ .v-chip.v-chip--size-small .v-avatar {
17439
+ --v-avatar-height: 20px;
17450
17440
  }
17451
- .offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
17452
- margin-right: 8.3333333333%;
17441
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
17442
+ --v-avatar-height: 26px;
17453
17443
  }
17454
17444
 
17455
- .offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
17456
- margin-left: 16.6666666667%;
17445
+ .v-chip.v-chip--size-small .v-avatar--start {
17446
+ margin-inline-start: -7px;
17447
+ margin-inline-end: 5px;
17457
17448
  }
17458
- .offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
17459
- margin-right: 16.6666666667%;
17449
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
17450
+ margin-inline-start: -10px;
17460
17451
  }
17461
17452
 
17462
- .offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
17463
- margin-left: 25%;
17453
+ .v-chip.v-chip--size-small .v-avatar--end {
17454
+ margin-inline-start: 5px;
17455
+ margin-inline-end: -7px;
17464
17456
  }
17465
- .offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
17466
- margin-right: 25%;
17457
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
17458
+ margin-inline-end: -10px;
17467
17459
  }
17468
17460
 
17469
- .offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
17470
- margin-left: 33.3333333333%;
17461
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
17462
+ margin-inline-start: 15px;
17471
17463
  }
17472
- .offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
17473
- margin-right: 33.3333333333%;
17464
+
17465
+ .v-chip.v-chip--size-small .v-icon--start,
17466
+ .v-chip.v-chip--size-small .v-chip__filter {
17467
+ margin-inline-start: -5px;
17468
+ margin-inline-end: 5px;
17469
+ }
17470
+ .v-chip.v-chip--size-small .v-icon--end,
17471
+ .v-chip.v-chip--size-small .v-chip__close {
17472
+ margin-inline-start: 5px;
17473
+ margin-inline-end: -5px;
17474
+ }
17475
+ .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
17476
+ .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
17477
+ .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
17478
+ margin-inline-start: 10px;
17474
17479
  }
17475
17480
 
17476
- .offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
17477
- margin-left: 41.6666666667%;
17481
+ .v-chip.v-chip--size-default {
17482
+ --v-chip-size: 0.875rem;
17483
+ --v-chip-height: 32px;
17484
+ font-size: 0.875rem;
17485
+ padding: 0 12px;
17478
17486
  }
17479
- .offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
17480
- margin-right: 41.6666666667%;
17487
+ .v-chip.v-chip--size-default .v-avatar {
17488
+ --v-avatar-height: 26px;
17489
+ }
17490
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
17491
+ --v-avatar-height: 32px;
17481
17492
  }
17482
17493
 
17483
- .offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
17484
- margin-left: 50%;
17494
+ .v-chip.v-chip--size-default .v-avatar--start {
17495
+ margin-inline-start: -8.4px;
17496
+ margin-inline-end: 6px;
17485
17497
  }
17486
- .offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
17487
- margin-right: 50%;
17498
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
17499
+ margin-inline-start: -12px;
17488
17500
  }
17489
17501
 
17490
- .offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
17491
- margin-left: 58.3333333333%;
17502
+ .v-chip.v-chip--size-default .v-avatar--end {
17503
+ margin-inline-start: 6px;
17504
+ margin-inline-end: -8.4px;
17492
17505
  }
17493
- .offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
17494
- margin-right: 58.3333333333%;
17506
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
17507
+ margin-inline-end: -12px;
17495
17508
  }
17496
17509
 
17497
- .offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
17498
- margin-left: 66.6666666667%;
17510
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
17511
+ margin-inline-start: 18px;
17499
17512
  }
17500
- .offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
17501
- margin-right: 66.6666666667%;
17513
+
17514
+ .v-chip.v-chip--size-default .v-icon--start,
17515
+ .v-chip.v-chip--size-default .v-chip__filter {
17516
+ margin-inline-start: -6px;
17517
+ margin-inline-end: 6px;
17518
+ }
17519
+ .v-chip.v-chip--size-default .v-icon--end,
17520
+ .v-chip.v-chip--size-default .v-chip__close {
17521
+ margin-inline-start: 6px;
17522
+ margin-inline-end: -6px;
17523
+ }
17524
+ .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
17525
+ .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
17526
+ .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
17527
+ margin-inline-start: 12px;
17502
17528
  }
17503
17529
 
17504
- .offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
17505
- margin-left: 75%;
17530
+ .v-chip.v-chip--size-large {
17531
+ --v-chip-size: 1rem;
17532
+ --v-chip-height: 38px;
17533
+ font-size: 1rem;
17534
+ padding: 0 14px;
17506
17535
  }
17507
- .offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
17508
- margin-right: 75%;
17536
+ .v-chip.v-chip--size-large .v-avatar {
17537
+ --v-avatar-height: 32px;
17538
+ }
17539
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
17540
+ --v-avatar-height: 38px;
17509
17541
  }
17510
17542
 
17511
- .offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
17512
- margin-left: 83.3333333333%;
17543
+ .v-chip.v-chip--size-large .v-avatar--start {
17544
+ margin-inline-start: -9.8px;
17545
+ margin-inline-end: 7px;
17513
17546
  }
17514
- .offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
17515
- margin-right: 83.3333333333%;
17547
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
17548
+ margin-inline-start: -14px;
17516
17549
  }
17517
17550
 
17518
- .offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
17519
- margin-left: 91.6666666667%;
17551
+ .v-chip.v-chip--size-large .v-avatar--end {
17552
+ margin-inline-start: 7px;
17553
+ margin-inline-end: -9.8px;
17520
17554
  }
17521
- .offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
17522
- margin-right: 91.6666666667%;
17555
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
17556
+ margin-inline-end: -14px;
17523
17557
  }
17524
17558
 
17525
- @media (min-width: 600px) {
17526
- .v-col-sm {
17527
- flex-basis: 0;
17528
- flex-grow: 1;
17529
- max-width: 100%;
17530
- }
17531
- .v-col-sm-auto {
17532
- flex: 0 0 auto;
17533
- width: auto;
17534
- max-width: 100%;
17535
- }
17536
- .v-col-sm-1 {
17537
- flex: 0 0 8.3333333333%;
17538
- max-width: 8.3333333333%;
17539
- }
17540
- .v-col-sm-2 {
17541
- flex: 0 0 16.6666666667%;
17542
- max-width: 16.6666666667%;
17543
- }
17544
- .v-col-sm-3 {
17545
- flex: 0 0 25%;
17546
- max-width: 25%;
17547
- }
17548
- .v-col-sm-4 {
17549
- flex: 0 0 33.3333333333%;
17550
- max-width: 33.3333333333%;
17551
- }
17552
- .v-col-sm-5 {
17553
- flex: 0 0 41.6666666667%;
17554
- max-width: 41.6666666667%;
17555
- }
17556
- .v-col-sm-6 {
17557
- flex: 0 0 50%;
17558
- max-width: 50%;
17559
- }
17560
- .v-col-sm-7 {
17561
- flex: 0 0 58.3333333333%;
17562
- max-width: 58.3333333333%;
17563
- }
17564
- .v-col-sm-8 {
17565
- flex: 0 0 66.6666666667%;
17566
- max-width: 66.6666666667%;
17567
- }
17568
- .v-col-sm-9 {
17569
- flex: 0 0 75%;
17570
- max-width: 75%;
17571
- }
17572
- .v-col-sm-10 {
17573
- flex: 0 0 83.3333333333%;
17574
- max-width: 83.3333333333%;
17575
- }
17576
- .v-col-sm-11 {
17577
- flex: 0 0 91.6666666667%;
17578
- max-width: 91.6666666667%;
17579
- }
17580
- .v-col-sm-12 {
17581
- flex: 0 0 100%;
17582
- max-width: 100%;
17583
- }
17584
- .offset-sm-0.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-0 {
17585
- margin-left: 0;
17586
- }
17587
- .offset-sm-0.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-0 {
17588
- margin-right: 0;
17589
- }
17590
- .offset-sm-1.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-1 {
17591
- margin-left: 8.3333333333%;
17592
- }
17593
- .offset-sm-1.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-1 {
17594
- margin-right: 8.3333333333%;
17595
- }
17596
- .offset-sm-2.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-2 {
17597
- margin-left: 16.6666666667%;
17598
- }
17599
- .offset-sm-2.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-2 {
17600
- margin-right: 16.6666666667%;
17601
- }
17602
- .offset-sm-3.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-3 {
17603
- margin-left: 25%;
17604
- }
17605
- .offset-sm-3.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-3 {
17606
- margin-right: 25%;
17607
- }
17608
- .offset-sm-4.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-4 {
17609
- margin-left: 33.3333333333%;
17610
- }
17611
- .offset-sm-4.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-4 {
17612
- margin-right: 33.3333333333%;
17613
- }
17614
- .offset-sm-5.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-5 {
17615
- margin-left: 41.6666666667%;
17559
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
17560
+ margin-inline-start: 21px;
17561
+ }
17562
+
17563
+ .v-chip.v-chip--size-large .v-icon--start,
17564
+ .v-chip.v-chip--size-large .v-chip__filter {
17565
+ margin-inline-start: -7px;
17566
+ margin-inline-end: 7px;
17567
+ }
17568
+ .v-chip.v-chip--size-large .v-icon--end,
17569
+ .v-chip.v-chip--size-large .v-chip__close {
17570
+ margin-inline-start: 7px;
17571
+ margin-inline-end: -7px;
17572
+ }
17573
+ .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
17574
+ .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
17575
+ .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
17576
+ margin-inline-start: 14px;
17577
+ }
17578
+
17579
+ .v-chip.v-chip--size-x-large {
17580
+ --v-chip-size: 1.125rem;
17581
+ --v-chip-height: 44px;
17582
+ font-size: 1.125rem;
17583
+ padding: 0 17px;
17584
+ }
17585
+ .v-chip.v-chip--size-x-large .v-avatar {
17586
+ --v-avatar-height: 38px;
17587
+ }
17588
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
17589
+ --v-avatar-height: 44px;
17590
+ }
17591
+
17592
+ .v-chip.v-chip--size-x-large .v-avatar--start {
17593
+ margin-inline-start: -11.9px;
17594
+ margin-inline-end: 8.5px;
17595
+ }
17596
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
17597
+ margin-inline-start: -17px;
17598
+ }
17599
+
17600
+ .v-chip.v-chip--size-x-large .v-avatar--end {
17601
+ margin-inline-start: 8.5px;
17602
+ margin-inline-end: -11.9px;
17603
+ }
17604
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
17605
+ margin-inline-end: -17px;
17606
+ }
17607
+
17608
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
17609
+ margin-inline-start: 25.5px;
17610
+ }
17611
+
17612
+ .v-chip.v-chip--size-x-large .v-icon--start,
17613
+ .v-chip.v-chip--size-x-large .v-chip__filter {
17614
+ margin-inline-start: -8.5px;
17615
+ margin-inline-end: 8.5px;
17616
+ }
17617
+ .v-chip.v-chip--size-x-large .v-icon--end,
17618
+ .v-chip.v-chip--size-x-large .v-chip__close {
17619
+ margin-inline-start: 8.5px;
17620
+ margin-inline-end: -8.5px;
17621
+ }
17622
+ .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
17623
+ .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
17624
+ .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
17625
+ margin-inline-start: 17px;
17626
+ }
17627
+
17628
+ .v-chip.v-chip--density-default {
17629
+ height: calc(var(--v-chip-height) + 0px);
17630
+ }
17631
+
17632
+ .v-chip.v-chip--density-comfortable {
17633
+ height: calc(var(--v-chip-height) + -8px);
17634
+ }
17635
+
17636
+ .v-chip.v-chip--density-compact {
17637
+ height: calc(var(--v-chip-height) + -12px);
17638
+ }
17639
+
17640
+ .v-chip:hover > .v-chip__overlay {
17641
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
17642
+ }
17643
+ .v-chip:focus-visible > .v-chip__overlay {
17644
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
17645
+ }
17646
+ @supports not selector(:focus-visible) {
17647
+ .v-chip:focus > .v-chip__overlay {
17648
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
17616
17649
  }
17617
- .offset-sm-5.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-5 {
17618
- margin-right: 41.6666666667%;
17650
+ }
17651
+ .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
17652
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
17653
+ }
17654
+ .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
17655
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
17656
+ }
17657
+ .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
17658
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
17659
+ }
17660
+ @supports not selector(:focus-visible) {
17661
+ .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
17662
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
17619
17663
  }
17620
- .offset-sm-6.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-6 {
17621
- margin-left: 50%;
17664
+ }
17665
+ .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
17666
+ background: transparent;
17667
+ color: inherit;
17668
+ }
17669
+ .v-chip--variant-plain {
17670
+ opacity: 0.26;
17671
+ }
17672
+ .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
17673
+ opacity: 1;
17674
+ }
17675
+ .v-chip--variant-plain .v-chip__overlay {
17676
+ display: none;
17677
+ }
17678
+ .v-chip--variant-elevated, .v-chip--variant-flat {
17679
+ background: rgb(var(--v-theme-surface-variant));
17680
+ color: rgb(var(--v-theme-on-surface-variant));
17681
+ }
17682
+ .v-chip--variant-elevated {
17683
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17684
+ }
17685
+ .v-chip--variant-flat {
17686
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17687
+ }
17688
+ .v-chip--variant-outlined {
17689
+ border: thin solid currentColor;
17690
+ }
17691
+ .v-chip--variant-text .v-chip__overlay {
17692
+ background: currentColor;
17693
+ }
17694
+ .v-chip--variant-tonal .v-chip__underlay {
17695
+ background: currentColor;
17696
+ opacity: var(--v-activated-opacity);
17697
+ border-radius: inherit;
17698
+ position: absolute;
17699
+ top: 0;
17700
+ right: 0;
17701
+ bottom: 0;
17702
+ left: 0;
17703
+ pointer-events: none;
17704
+ }
17705
+ .v-chip--border {
17706
+ border-width: thin;
17707
+ }
17708
+ .v-chip--link {
17709
+ cursor: pointer;
17710
+ }
17711
+ .v-chip--filter {
17712
+ -webkit-user-select: none;
17713
+ user-select: none;
17714
+ }
17715
+ .v-chip--label {
17716
+ border-radius: 4px;
17717
+ }
17718
+
17719
+ .v-chip__filter,
17720
+ .v-chip__prepend,
17721
+ .v-chip__append,
17722
+ .v-chip__close {
17723
+ align-items: center;
17724
+ display: inline-flex;
17725
+ }
17726
+
17727
+ .v-chip__close {
17728
+ cursor: pointer;
17729
+ flex: 0 1 auto;
17730
+ font-size: 18px;
17731
+ max-height: 18px;
17732
+ max-width: 18px;
17733
+ -webkit-user-select: none;
17734
+ user-select: none;
17735
+ }
17736
+ .v-chip__close .v-icon {
17737
+ font-size: inherit;
17738
+ }
17739
+
17740
+ .v-chip__filter {
17741
+ transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
17742
+ }
17743
+
17744
+ .v-chip__overlay {
17745
+ position: absolute;
17746
+ top: 0;
17747
+ left: 0;
17748
+ width: 100%;
17749
+ height: 100%;
17750
+ background-color: currentColor;
17751
+ border-radius: inherit;
17752
+ pointer-events: none;
17753
+ opacity: 0;
17754
+ transition: opacity 0.2s ease-in-out;
17755
+ }
17756
+
17757
+ .v-chip--disabled {
17758
+ opacity: 0.3;
17759
+ pointer-events: none;
17760
+ -webkit-user-select: none;
17761
+ user-select: none;
17762
+ }
17763
+
17764
+ .v-chip--label {
17765
+ border-radius: 4px;
17766
+ }.v-chip-group {
17767
+ display: flex;
17768
+ max-width: 100%;
17769
+ min-width: 0;
17770
+ overflow-x: auto;
17771
+ padding: 4px 0;
17772
+ flex-wrap: wrap;
17773
+ }
17774
+ .v-chip-group .v-chip {
17775
+ margin: 4px 8px 4px 0;
17776
+ }
17777
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
17778
+ opacity: var(--v-activated-opacity);
17779
+ }
17780
+
17781
+ .v-chip-group--column {
17782
+ flex-wrap: wrap;
17783
+ white-space: normal;
17784
+ }.v-color-picker {
17785
+ align-self: flex-start;
17786
+ contain: content;
17787
+ }
17788
+ .v-color-picker.v-sheet {
17789
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17790
+ border-radius: 4px;
17791
+ }
17792
+
17793
+ .v-color-picker__controls {
17794
+ display: flex;
17795
+ flex-direction: column;
17796
+ padding: 16px;
17797
+ }
17798
+
17799
+ .v-color-picker--flat {
17800
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17801
+ }
17802
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
17803
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17804
+ }.v-input--density-default {
17805
+ --combobox-chips-margin-bottom: 0px;
17806
+ }
17807
+
17808
+ .v-input--density-comfortable {
17809
+ --combobox-chips-margin-bottom: 2px;
17810
+ }
17811
+
17812
+ .v-input--density-compact {
17813
+ --combobox-chips-margin-bottom: 4px;
17814
+ }
17815
+
17816
+ .v-combobox .v-field .v-text-field__prefix,
17817
+ .v-combobox .v-field .v-text-field__suffix,
17818
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
17819
+ cursor: text;
17820
+ }
17821
+ .v-combobox .v-field .v-field__input > input {
17822
+ align-self: flex-start;
17823
+ flex: 1 1;
17824
+ }
17825
+ .v-combobox .v-field .v-field__append-inner > .v-icon {
17826
+ margin-inline-start: 4px;
17827
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17828
+ }
17829
+ .v-combobox .v-field:not(.v-field--focused) input {
17830
+ min-width: 0;
17831
+ }
17832
+ .v-combobox .v-field--dirty .v-combobox__selection {
17833
+ margin-inline-end: 2px;
17834
+ }
17835
+ .v-combobox .v-field--single-line .v-combobox__selection-text {
17836
+ overflow: hidden;
17837
+ text-overflow: ellipsis;
17838
+ white-space: nowrap;
17839
+ }
17840
+
17841
+ .v-combobox__content {
17842
+ overflow: hidden;
17843
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17844
+ border-radius: 4px;
17845
+ }
17846
+ .v-combobox__mask {
17847
+ background: rgb(var(--v-theme-on-surface-variant));
17848
+ }
17849
+ .v-combobox__selection {
17850
+ display: inline-flex;
17851
+ letter-spacing: inherit;
17852
+ line-height: inherit;
17853
+ max-width: 100%;
17854
+ }
17855
+ .v-combobox--active-menu .v-field__append-inner > .v-icon {
17856
+ opacity: var(--v-high-emphasis-opacity);
17857
+ transform: rotate(180deg);
17858
+ }
17859
+ .v-combobox--chips .v-combobox__selection {
17860
+ margin-top: 2px;
17861
+ margin-bottom: var(--combobox-chips-margin-bottom);
17862
+ }
17863
+ .v-combobox--chips .v-combobox__selection:first-child {
17864
+ margin-inline-start: 0;
17865
+ }
17866
+ .v-combobox--selecting-index .v-combobox__selection {
17867
+ opacity: var(--v-medium-emphasis-opacity);
17868
+ }
17869
+ .v-combobox--selecting-index .v-combobox__selection--selected {
17870
+ opacity: 1;
17871
+ }
17872
+ .v-combobox--selecting-index .v-field__input > input {
17873
+ caret-color: transparent !important;
17874
+ }
17875
+ .v-combobox--single.v-text-field input {
17876
+ flex: 1 1;
17877
+ position: absolute;
17878
+ left: 0;
17879
+ right: 0;
17880
+ width: 100%;
17881
+ padding-inline-start: inherit;
17882
+ padding-inline-end: inherit;
17883
+ }
17884
+ .v-combobox--single .v-field--active input {
17885
+ transition: none;
17886
+ }
17887
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
17888
+ opacity: 0;
17889
+ }
17890
+ .v-combobox--single .v-field--focused .v-combobox__selection {
17891
+ opacity: 0;
17892
+ }.v-container {
17893
+ width: 100%;
17894
+ padding: 16px;
17895
+ margin-right: auto;
17896
+ margin-left: auto;
17897
+ }
17898
+ @media (min-width: 960px) {
17899
+ .v-container {
17900
+ max-width: 900px;
17622
17901
  }
17623
- .offset-sm-6.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-6 {
17624
- margin-right: 50%;
17902
+ }
17903
+ @media (min-width: 1280px) {
17904
+ .v-container {
17905
+ max-width: 1200px;
17625
17906
  }
17626
- .offset-sm-7.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-7 {
17627
- margin-left: 58.3333333333%;
17907
+ }
17908
+ @media (min-width: 1920px) {
17909
+ .v-container {
17910
+ max-width: 1800px;
17628
17911
  }
17629
- .offset-sm-7.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-7 {
17630
- margin-right: 58.3333333333%;
17631
- }
17632
- .offset-sm-8.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-8 {
17633
- margin-left: 66.6666666667%;
17634
- }
17635
- .offset-sm-8.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-8 {
17636
- margin-right: 66.6666666667%;
17637
- }
17638
- .offset-sm-9.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-9 {
17639
- margin-left: 75%;
17640
- }
17641
- .offset-sm-9.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-9 {
17642
- margin-right: 75%;
17643
- }
17644
- .offset-sm-10.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-10 {
17645
- margin-left: 83.3333333333%;
17646
- }
17647
- .offset-sm-10.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-10 {
17648
- margin-right: 83.3333333333%;
17649
- }
17650
- .offset-sm-11.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-11 {
17651
- margin-left: 91.6666666667%;
17652
- }
17653
- .offset-sm-11.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-11 {
17654
- margin-right: 91.6666666667%;
17912
+ }
17913
+ @media (min-width: 2560px) {
17914
+ .v-container {
17915
+ max-width: 2400px;
17655
17916
  }
17656
17917
  }
17657
- @media (min-width: 960px) {
17658
- .v-col-md {
17918
+ .v-container--fluid {
17919
+ max-width: 100%;
17920
+ }
17921
+ .v-container.fill-height {
17922
+ align-items: center;
17923
+ display: flex;
17924
+ flex-wrap: wrap;
17925
+ }
17926
+
17927
+ .v-row {
17928
+ display: flex;
17929
+ flex-wrap: wrap;
17930
+ flex: 1 1 auto;
17931
+ margin: -12px;
17932
+ }
17933
+ .v-row + .v-row {
17934
+ margin-top: 12px;
17935
+ }
17936
+ .v-row + .v-row--dense {
17937
+ margin-top: 4px;
17938
+ }
17939
+ .v-row--dense {
17940
+ margin: -4px;
17941
+ }
17942
+ .v-row--dense > .v-col,
17943
+ .v-row--dense > [class*=v-col-] {
17944
+ padding: 4px;
17945
+ }
17946
+ .v-row.v-row--no-gutters {
17947
+ margin: 0;
17948
+ }
17949
+ .v-row.v-row--no-gutters > .v-col,
17950
+ .v-row.v-row--no-gutters > [class*=v-col-] {
17951
+ padding: 0;
17952
+ }
17953
+
17954
+ .v-col-xxl,
17955
+ .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,
17956
+ .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,
17957
+ .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,
17958
+ .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,
17959
+ .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,
17960
+ .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 {
17961
+ width: 100%;
17962
+ padding: 12px;
17963
+ }
17964
+
17965
+ .v-col {
17966
+ flex-basis: 0;
17967
+ flex-grow: 1;
17968
+ max-width: 100%;
17969
+ }
17970
+
17971
+ .v-col-auto {
17972
+ flex: 0 0 auto;
17973
+ width: auto;
17974
+ max-width: 100%;
17975
+ }
17976
+
17977
+ .v-col-1 {
17978
+ flex: 0 0 8.3333333333%;
17979
+ max-width: 8.3333333333%;
17980
+ }
17981
+
17982
+ .v-col-2 {
17983
+ flex: 0 0 16.6666666667%;
17984
+ max-width: 16.6666666667%;
17985
+ }
17986
+
17987
+ .v-col-3 {
17988
+ flex: 0 0 25%;
17989
+ max-width: 25%;
17990
+ }
17991
+
17992
+ .v-col-4 {
17993
+ flex: 0 0 33.3333333333%;
17994
+ max-width: 33.3333333333%;
17995
+ }
17996
+
17997
+ .v-col-5 {
17998
+ flex: 0 0 41.6666666667%;
17999
+ max-width: 41.6666666667%;
18000
+ }
18001
+
18002
+ .v-col-6 {
18003
+ flex: 0 0 50%;
18004
+ max-width: 50%;
18005
+ }
18006
+
18007
+ .v-col-7 {
18008
+ flex: 0 0 58.3333333333%;
18009
+ max-width: 58.3333333333%;
18010
+ }
18011
+
18012
+ .v-col-8 {
18013
+ flex: 0 0 66.6666666667%;
18014
+ max-width: 66.6666666667%;
18015
+ }
18016
+
18017
+ .v-col-9 {
18018
+ flex: 0 0 75%;
18019
+ max-width: 75%;
18020
+ }
18021
+
18022
+ .v-col-10 {
18023
+ flex: 0 0 83.3333333333%;
18024
+ max-width: 83.3333333333%;
18025
+ }
18026
+
18027
+ .v-col-11 {
18028
+ flex: 0 0 91.6666666667%;
18029
+ max-width: 91.6666666667%;
18030
+ }
18031
+
18032
+ .v-col-12 {
18033
+ flex: 0 0 100%;
18034
+ max-width: 100%;
18035
+ }
18036
+
18037
+ .offset-1.v-locale--is-ltr, .v-locale--is-ltr .offset-1 {
18038
+ margin-left: 8.3333333333%;
18039
+ }
18040
+ .offset-1.v-locale--is-rtl, .v-locale--is-rtl .offset-1 {
18041
+ margin-right: 8.3333333333%;
18042
+ }
18043
+
18044
+ .offset-2.v-locale--is-ltr, .v-locale--is-ltr .offset-2 {
18045
+ margin-left: 16.6666666667%;
18046
+ }
18047
+ .offset-2.v-locale--is-rtl, .v-locale--is-rtl .offset-2 {
18048
+ margin-right: 16.6666666667%;
18049
+ }
18050
+
18051
+ .offset-3.v-locale--is-ltr, .v-locale--is-ltr .offset-3 {
18052
+ margin-left: 25%;
18053
+ }
18054
+ .offset-3.v-locale--is-rtl, .v-locale--is-rtl .offset-3 {
18055
+ margin-right: 25%;
18056
+ }
18057
+
18058
+ .offset-4.v-locale--is-ltr, .v-locale--is-ltr .offset-4 {
18059
+ margin-left: 33.3333333333%;
18060
+ }
18061
+ .offset-4.v-locale--is-rtl, .v-locale--is-rtl .offset-4 {
18062
+ margin-right: 33.3333333333%;
18063
+ }
18064
+
18065
+ .offset-5.v-locale--is-ltr, .v-locale--is-ltr .offset-5 {
18066
+ margin-left: 41.6666666667%;
18067
+ }
18068
+ .offset-5.v-locale--is-rtl, .v-locale--is-rtl .offset-5 {
18069
+ margin-right: 41.6666666667%;
18070
+ }
18071
+
18072
+ .offset-6.v-locale--is-ltr, .v-locale--is-ltr .offset-6 {
18073
+ margin-left: 50%;
18074
+ }
18075
+ .offset-6.v-locale--is-rtl, .v-locale--is-rtl .offset-6 {
18076
+ margin-right: 50%;
18077
+ }
18078
+
18079
+ .offset-7.v-locale--is-ltr, .v-locale--is-ltr .offset-7 {
18080
+ margin-left: 58.3333333333%;
18081
+ }
18082
+ .offset-7.v-locale--is-rtl, .v-locale--is-rtl .offset-7 {
18083
+ margin-right: 58.3333333333%;
18084
+ }
18085
+
18086
+ .offset-8.v-locale--is-ltr, .v-locale--is-ltr .offset-8 {
18087
+ margin-left: 66.6666666667%;
18088
+ }
18089
+ .offset-8.v-locale--is-rtl, .v-locale--is-rtl .offset-8 {
18090
+ margin-right: 66.6666666667%;
18091
+ }
18092
+
18093
+ .offset-9.v-locale--is-ltr, .v-locale--is-ltr .offset-9 {
18094
+ margin-left: 75%;
18095
+ }
18096
+ .offset-9.v-locale--is-rtl, .v-locale--is-rtl .offset-9 {
18097
+ margin-right: 75%;
18098
+ }
18099
+
18100
+ .offset-10.v-locale--is-ltr, .v-locale--is-ltr .offset-10 {
18101
+ margin-left: 83.3333333333%;
18102
+ }
18103
+ .offset-10.v-locale--is-rtl, .v-locale--is-rtl .offset-10 {
18104
+ margin-right: 83.3333333333%;
18105
+ }
18106
+
18107
+ .offset-11.v-locale--is-ltr, .v-locale--is-ltr .offset-11 {
18108
+ margin-left: 91.6666666667%;
18109
+ }
18110
+ .offset-11.v-locale--is-rtl, .v-locale--is-rtl .offset-11 {
18111
+ margin-right: 91.6666666667%;
18112
+ }
18113
+
18114
+ @media (min-width: 600px) {
18115
+ .v-col-sm {
17659
18116
  flex-basis: 0;
17660
18117
  flex-grow: 1;
17661
18118
  max-width: 100%;
17662
18119
  }
17663
- .v-col-md-auto {
18120
+ .v-col-sm-auto {
17664
18121
  flex: 0 0 auto;
17665
18122
  width: auto;
17666
18123
  max-width: 100%;
17667
18124
  }
17668
- .v-col-md-1 {
18125
+ .v-col-sm-1 {
17669
18126
  flex: 0 0 8.3333333333%;
17670
18127
  max-width: 8.3333333333%;
17671
18128
  }
17672
- .v-col-md-2 {
18129
+ .v-col-sm-2 {
17673
18130
  flex: 0 0 16.6666666667%;
17674
18131
  max-width: 16.6666666667%;
17675
18132
  }
17676
- .v-col-md-3 {
18133
+ .v-col-sm-3 {
17677
18134
  flex: 0 0 25%;
17678
18135
  max-width: 25%;
17679
18136
  }
17680
- .v-col-md-4 {
18137
+ .v-col-sm-4 {
17681
18138
  flex: 0 0 33.3333333333%;
17682
18139
  max-width: 33.3333333333%;
17683
18140
  }
17684
- .v-col-md-5 {
18141
+ .v-col-sm-5 {
17685
18142
  flex: 0 0 41.6666666667%;
17686
18143
  max-width: 41.6666666667%;
17687
18144
  }
17688
- .v-col-md-6 {
18145
+ .v-col-sm-6 {
17689
18146
  flex: 0 0 50%;
17690
18147
  max-width: 50%;
17691
18148
  }
17692
- .v-col-md-7 {
18149
+ .v-col-sm-7 {
17693
18150
  flex: 0 0 58.3333333333%;
17694
18151
  max-width: 58.3333333333%;
17695
18152
  }
17696
- .v-col-md-8 {
18153
+ .v-col-sm-8 {
17697
18154
  flex: 0 0 66.6666666667%;
17698
18155
  max-width: 66.6666666667%;
17699
18156
  }
17700
- .v-col-md-9 {
18157
+ .v-col-sm-9 {
17701
18158
  flex: 0 0 75%;
17702
18159
  max-width: 75%;
17703
18160
  }
17704
- .v-col-md-10 {
18161
+ .v-col-sm-10 {
17705
18162
  flex: 0 0 83.3333333333%;
17706
18163
  max-width: 83.3333333333%;
17707
18164
  }
17708
- .v-col-md-11 {
18165
+ .v-col-sm-11 {
17709
18166
  flex: 0 0 91.6666666667%;
17710
18167
  max-width: 91.6666666667%;
17711
18168
  }
17712
- .v-col-md-12 {
18169
+ .v-col-sm-12 {
17713
18170
  flex: 0 0 100%;
17714
18171
  max-width: 100%;
17715
18172
  }
17716
- .offset-md-0.v-locale--is-ltr, .v-locale--is-ltr .offset-md-0 {
18173
+ .offset-sm-0.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-0 {
17717
18174
  margin-left: 0;
17718
18175
  }
17719
- .offset-md-0.v-locale--is-rtl, .v-locale--is-rtl .offset-md-0 {
18176
+ .offset-sm-0.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-0 {
17720
18177
  margin-right: 0;
17721
18178
  }
17722
- .offset-md-1.v-locale--is-ltr, .v-locale--is-ltr .offset-md-1 {
18179
+ .offset-sm-1.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-1 {
17723
18180
  margin-left: 8.3333333333%;
17724
18181
  }
17725
- .offset-md-1.v-locale--is-rtl, .v-locale--is-rtl .offset-md-1 {
18182
+ .offset-sm-1.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-1 {
17726
18183
  margin-right: 8.3333333333%;
17727
18184
  }
17728
- .offset-md-2.v-locale--is-ltr, .v-locale--is-ltr .offset-md-2 {
18185
+ .offset-sm-2.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-2 {
17729
18186
  margin-left: 16.6666666667%;
17730
18187
  }
17731
- .offset-md-2.v-locale--is-rtl, .v-locale--is-rtl .offset-md-2 {
18188
+ .offset-sm-2.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-2 {
17732
18189
  margin-right: 16.6666666667%;
17733
18190
  }
17734
- .offset-md-3.v-locale--is-ltr, .v-locale--is-ltr .offset-md-3 {
18191
+ .offset-sm-3.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-3 {
17735
18192
  margin-left: 25%;
17736
18193
  }
17737
- .offset-md-3.v-locale--is-rtl, .v-locale--is-rtl .offset-md-3 {
18194
+ .offset-sm-3.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-3 {
17738
18195
  margin-right: 25%;
17739
18196
  }
17740
- .offset-md-4.v-locale--is-ltr, .v-locale--is-ltr .offset-md-4 {
18197
+ .offset-sm-4.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-4 {
17741
18198
  margin-left: 33.3333333333%;
17742
18199
  }
17743
- .offset-md-4.v-locale--is-rtl, .v-locale--is-rtl .offset-md-4 {
18200
+ .offset-sm-4.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-4 {
17744
18201
  margin-right: 33.3333333333%;
17745
18202
  }
17746
- .offset-md-5.v-locale--is-ltr, .v-locale--is-ltr .offset-md-5 {
18203
+ .offset-sm-5.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-5 {
17747
18204
  margin-left: 41.6666666667%;
17748
18205
  }
17749
- .offset-md-5.v-locale--is-rtl, .v-locale--is-rtl .offset-md-5 {
18206
+ .offset-sm-5.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-5 {
17750
18207
  margin-right: 41.6666666667%;
17751
18208
  }
17752
- .offset-md-6.v-locale--is-ltr, .v-locale--is-ltr .offset-md-6 {
18209
+ .offset-sm-6.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-6 {
17753
18210
  margin-left: 50%;
17754
18211
  }
17755
- .offset-md-6.v-locale--is-rtl, .v-locale--is-rtl .offset-md-6 {
18212
+ .offset-sm-6.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-6 {
17756
18213
  margin-right: 50%;
17757
18214
  }
17758
- .offset-md-7.v-locale--is-ltr, .v-locale--is-ltr .offset-md-7 {
18215
+ .offset-sm-7.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-7 {
17759
18216
  margin-left: 58.3333333333%;
17760
18217
  }
17761
- .offset-md-7.v-locale--is-rtl, .v-locale--is-rtl .offset-md-7 {
18218
+ .offset-sm-7.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-7 {
17762
18219
  margin-right: 58.3333333333%;
17763
18220
  }
17764
- .offset-md-8.v-locale--is-ltr, .v-locale--is-ltr .offset-md-8 {
18221
+ .offset-sm-8.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-8 {
17765
18222
  margin-left: 66.6666666667%;
17766
18223
  }
17767
- .offset-md-8.v-locale--is-rtl, .v-locale--is-rtl .offset-md-8 {
18224
+ .offset-sm-8.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-8 {
17768
18225
  margin-right: 66.6666666667%;
17769
18226
  }
17770
- .offset-md-9.v-locale--is-ltr, .v-locale--is-ltr .offset-md-9 {
18227
+ .offset-sm-9.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-9 {
17771
18228
  margin-left: 75%;
17772
18229
  }
17773
- .offset-md-9.v-locale--is-rtl, .v-locale--is-rtl .offset-md-9 {
18230
+ .offset-sm-9.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-9 {
17774
18231
  margin-right: 75%;
17775
18232
  }
17776
- .offset-md-10.v-locale--is-ltr, .v-locale--is-ltr .offset-md-10 {
18233
+ .offset-sm-10.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-10 {
17777
18234
  margin-left: 83.3333333333%;
17778
18235
  }
17779
- .offset-md-10.v-locale--is-rtl, .v-locale--is-rtl .offset-md-10 {
18236
+ .offset-sm-10.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-10 {
17780
18237
  margin-right: 83.3333333333%;
17781
18238
  }
17782
- .offset-md-11.v-locale--is-ltr, .v-locale--is-ltr .offset-md-11 {
18239
+ .offset-sm-11.v-locale--is-ltr, .v-locale--is-ltr .offset-sm-11 {
17783
18240
  margin-left: 91.6666666667%;
17784
18241
  }
17785
- .offset-md-11.v-locale--is-rtl, .v-locale--is-rtl .offset-md-11 {
18242
+ .offset-sm-11.v-locale--is-rtl, .v-locale--is-rtl .offset-sm-11 {
17786
18243
  margin-right: 91.6666666667%;
17787
18244
  }
17788
18245
  }
17789
- @media (min-width: 1280px) {
17790
- .v-col-lg {
18246
+ @media (min-width: 960px) {
18247
+ .v-col-md {
17791
18248
  flex-basis: 0;
17792
18249
  flex-grow: 1;
17793
18250
  max-width: 100%;
17794
18251
  }
17795
- .v-col-lg-auto {
18252
+ .v-col-md-auto {
17796
18253
  flex: 0 0 auto;
17797
18254
  width: auto;
17798
18255
  max-width: 100%;
17799
18256
  }
17800
- .v-col-lg-1 {
18257
+ .v-col-md-1 {
17801
18258
  flex: 0 0 8.3333333333%;
17802
18259
  max-width: 8.3333333333%;
17803
18260
  }
17804
- .v-col-lg-2 {
18261
+ .v-col-md-2 {
17805
18262
  flex: 0 0 16.6666666667%;
17806
18263
  max-width: 16.6666666667%;
17807
18264
  }
17808
- .v-col-lg-3 {
18265
+ .v-col-md-3 {
17809
18266
  flex: 0 0 25%;
17810
18267
  max-width: 25%;
17811
18268
  }
17812
- .v-col-lg-4 {
18269
+ .v-col-md-4 {
17813
18270
  flex: 0 0 33.3333333333%;
17814
18271
  max-width: 33.3333333333%;
17815
18272
  }
17816
- .v-col-lg-5 {
18273
+ .v-col-md-5 {
17817
18274
  flex: 0 0 41.6666666667%;
17818
18275
  max-width: 41.6666666667%;
17819
18276
  }
17820
- .v-col-lg-6 {
18277
+ .v-col-md-6 {
17821
18278
  flex: 0 0 50%;
17822
18279
  max-width: 50%;
17823
18280
  }
17824
- .v-col-lg-7 {
18281
+ .v-col-md-7 {
17825
18282
  flex: 0 0 58.3333333333%;
17826
18283
  max-width: 58.3333333333%;
17827
18284
  }
17828
- .v-col-lg-8 {
18285
+ .v-col-md-8 {
17829
18286
  flex: 0 0 66.6666666667%;
17830
18287
  max-width: 66.6666666667%;
17831
18288
  }
17832
- .v-col-lg-9 {
18289
+ .v-col-md-9 {
17833
18290
  flex: 0 0 75%;
17834
18291
  max-width: 75%;
17835
18292
  }
17836
- .v-col-lg-10 {
18293
+ .v-col-md-10 {
17837
18294
  flex: 0 0 83.3333333333%;
17838
18295
  max-width: 83.3333333333%;
17839
18296
  }
17840
- .v-col-lg-11 {
18297
+ .v-col-md-11 {
17841
18298
  flex: 0 0 91.6666666667%;
17842
18299
  max-width: 91.6666666667%;
17843
18300
  }
17844
- .v-col-lg-12 {
18301
+ .v-col-md-12 {
17845
18302
  flex: 0 0 100%;
17846
18303
  max-width: 100%;
17847
18304
  }
17848
- .offset-lg-0.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-0 {
18305
+ .offset-md-0.v-locale--is-ltr, .v-locale--is-ltr .offset-md-0 {
17849
18306
  margin-left: 0;
17850
18307
  }
17851
- .offset-lg-0.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-0 {
18308
+ .offset-md-0.v-locale--is-rtl, .v-locale--is-rtl .offset-md-0 {
17852
18309
  margin-right: 0;
17853
18310
  }
17854
- .offset-lg-1.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-1 {
18311
+ .offset-md-1.v-locale--is-ltr, .v-locale--is-ltr .offset-md-1 {
17855
18312
  margin-left: 8.3333333333%;
17856
18313
  }
17857
- .offset-lg-1.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-1 {
18314
+ .offset-md-1.v-locale--is-rtl, .v-locale--is-rtl .offset-md-1 {
17858
18315
  margin-right: 8.3333333333%;
17859
18316
  }
17860
- .offset-lg-2.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-2 {
18317
+ .offset-md-2.v-locale--is-ltr, .v-locale--is-ltr .offset-md-2 {
17861
18318
  margin-left: 16.6666666667%;
17862
18319
  }
17863
- .offset-lg-2.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-2 {
18320
+ .offset-md-2.v-locale--is-rtl, .v-locale--is-rtl .offset-md-2 {
17864
18321
  margin-right: 16.6666666667%;
17865
18322
  }
17866
- .offset-lg-3.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-3 {
18323
+ .offset-md-3.v-locale--is-ltr, .v-locale--is-ltr .offset-md-3 {
17867
18324
  margin-left: 25%;
17868
18325
  }
17869
- .offset-lg-3.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-3 {
18326
+ .offset-md-3.v-locale--is-rtl, .v-locale--is-rtl .offset-md-3 {
17870
18327
  margin-right: 25%;
17871
18328
  }
17872
- .offset-lg-4.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-4 {
18329
+ .offset-md-4.v-locale--is-ltr, .v-locale--is-ltr .offset-md-4 {
17873
18330
  margin-left: 33.3333333333%;
17874
18331
  }
17875
- .offset-lg-4.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-4 {
18332
+ .offset-md-4.v-locale--is-rtl, .v-locale--is-rtl .offset-md-4 {
17876
18333
  margin-right: 33.3333333333%;
17877
18334
  }
17878
- .offset-lg-5.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-5 {
18335
+ .offset-md-5.v-locale--is-ltr, .v-locale--is-ltr .offset-md-5 {
17879
18336
  margin-left: 41.6666666667%;
17880
18337
  }
17881
- .offset-lg-5.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-5 {
18338
+ .offset-md-5.v-locale--is-rtl, .v-locale--is-rtl .offset-md-5 {
17882
18339
  margin-right: 41.6666666667%;
17883
18340
  }
17884
- .offset-lg-6.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-6 {
18341
+ .offset-md-6.v-locale--is-ltr, .v-locale--is-ltr .offset-md-6 {
17885
18342
  margin-left: 50%;
17886
18343
  }
17887
- .offset-lg-6.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-6 {
18344
+ .offset-md-6.v-locale--is-rtl, .v-locale--is-rtl .offset-md-6 {
17888
18345
  margin-right: 50%;
17889
18346
  }
17890
- .offset-lg-7.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-7 {
18347
+ .offset-md-7.v-locale--is-ltr, .v-locale--is-ltr .offset-md-7 {
17891
18348
  margin-left: 58.3333333333%;
17892
18349
  }
17893
- .offset-lg-7.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-7 {
18350
+ .offset-md-7.v-locale--is-rtl, .v-locale--is-rtl .offset-md-7 {
17894
18351
  margin-right: 58.3333333333%;
17895
18352
  }
17896
- .offset-lg-8.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-8 {
18353
+ .offset-md-8.v-locale--is-ltr, .v-locale--is-ltr .offset-md-8 {
17897
18354
  margin-left: 66.6666666667%;
17898
18355
  }
17899
- .offset-lg-8.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-8 {
18356
+ .offset-md-8.v-locale--is-rtl, .v-locale--is-rtl .offset-md-8 {
17900
18357
  margin-right: 66.6666666667%;
17901
18358
  }
17902
- .offset-lg-9.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-9 {
18359
+ .offset-md-9.v-locale--is-ltr, .v-locale--is-ltr .offset-md-9 {
17903
18360
  margin-left: 75%;
17904
18361
  }
17905
- .offset-lg-9.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-9 {
18362
+ .offset-md-9.v-locale--is-rtl, .v-locale--is-rtl .offset-md-9 {
17906
18363
  margin-right: 75%;
17907
18364
  }
17908
- .offset-lg-10.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-10 {
18365
+ .offset-md-10.v-locale--is-ltr, .v-locale--is-ltr .offset-md-10 {
17909
18366
  margin-left: 83.3333333333%;
17910
18367
  }
17911
- .offset-lg-10.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-10 {
18368
+ .offset-md-10.v-locale--is-rtl, .v-locale--is-rtl .offset-md-10 {
17912
18369
  margin-right: 83.3333333333%;
17913
18370
  }
17914
- .offset-lg-11.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-11 {
18371
+ .offset-md-11.v-locale--is-ltr, .v-locale--is-ltr .offset-md-11 {
17915
18372
  margin-left: 91.6666666667%;
17916
18373
  }
17917
- .offset-lg-11.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-11 {
18374
+ .offset-md-11.v-locale--is-rtl, .v-locale--is-rtl .offset-md-11 {
17918
18375
  margin-right: 91.6666666667%;
17919
18376
  }
17920
18377
  }
17921
- @media (min-width: 1920px) {
17922
- .v-col-xl {
18378
+ @media (min-width: 1280px) {
18379
+ .v-col-lg {
17923
18380
  flex-basis: 0;
17924
18381
  flex-grow: 1;
17925
18382
  max-width: 100%;
17926
18383
  }
17927
- .v-col-xl-auto {
18384
+ .v-col-lg-auto {
17928
18385
  flex: 0 0 auto;
17929
18386
  width: auto;
17930
18387
  max-width: 100%;
17931
18388
  }
17932
- .v-col-xl-1 {
18389
+ .v-col-lg-1 {
17933
18390
  flex: 0 0 8.3333333333%;
17934
18391
  max-width: 8.3333333333%;
17935
18392
  }
17936
- .v-col-xl-2 {
18393
+ .v-col-lg-2 {
17937
18394
  flex: 0 0 16.6666666667%;
17938
18395
  max-width: 16.6666666667%;
17939
18396
  }
17940
- .v-col-xl-3 {
18397
+ .v-col-lg-3 {
17941
18398
  flex: 0 0 25%;
17942
18399
  max-width: 25%;
17943
18400
  }
17944
- .v-col-xl-4 {
18401
+ .v-col-lg-4 {
17945
18402
  flex: 0 0 33.3333333333%;
17946
18403
  max-width: 33.3333333333%;
17947
18404
  }
17948
- .v-col-xl-5 {
18405
+ .v-col-lg-5 {
17949
18406
  flex: 0 0 41.6666666667%;
17950
18407
  max-width: 41.6666666667%;
17951
18408
  }
17952
- .v-col-xl-6 {
18409
+ .v-col-lg-6 {
17953
18410
  flex: 0 0 50%;
17954
18411
  max-width: 50%;
17955
18412
  }
17956
- .v-col-xl-7 {
18413
+ .v-col-lg-7 {
17957
18414
  flex: 0 0 58.3333333333%;
17958
18415
  max-width: 58.3333333333%;
17959
18416
  }
17960
- .v-col-xl-8 {
18417
+ .v-col-lg-8 {
17961
18418
  flex: 0 0 66.6666666667%;
17962
18419
  max-width: 66.6666666667%;
17963
18420
  }
17964
- .v-col-xl-9 {
18421
+ .v-col-lg-9 {
17965
18422
  flex: 0 0 75%;
17966
18423
  max-width: 75%;
17967
18424
  }
17968
- .v-col-xl-10 {
18425
+ .v-col-lg-10 {
17969
18426
  flex: 0 0 83.3333333333%;
17970
18427
  max-width: 83.3333333333%;
17971
18428
  }
17972
- .v-col-xl-11 {
18429
+ .v-col-lg-11 {
17973
18430
  flex: 0 0 91.6666666667%;
17974
18431
  max-width: 91.6666666667%;
17975
18432
  }
17976
- .v-col-xl-12 {
18433
+ .v-col-lg-12 {
17977
18434
  flex: 0 0 100%;
17978
18435
  max-width: 100%;
17979
18436
  }
17980
- .offset-xl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-0 {
18437
+ .offset-lg-0.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-0 {
17981
18438
  margin-left: 0;
17982
18439
  }
17983
- .offset-xl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-0 {
18440
+ .offset-lg-0.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-0 {
17984
18441
  margin-right: 0;
17985
18442
  }
17986
- .offset-xl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-1 {
18443
+ .offset-lg-1.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-1 {
17987
18444
  margin-left: 8.3333333333%;
17988
18445
  }
17989
- .offset-xl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-1 {
18446
+ .offset-lg-1.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-1 {
17990
18447
  margin-right: 8.3333333333%;
17991
18448
  }
17992
- .offset-xl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-2 {
18449
+ .offset-lg-2.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-2 {
17993
18450
  margin-left: 16.6666666667%;
17994
18451
  }
17995
- .offset-xl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-2 {
18452
+ .offset-lg-2.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-2 {
17996
18453
  margin-right: 16.6666666667%;
17997
18454
  }
17998
- .offset-xl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-3 {
18455
+ .offset-lg-3.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-3 {
17999
18456
  margin-left: 25%;
18000
18457
  }
18001
- .offset-xl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-3 {
18458
+ .offset-lg-3.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-3 {
18002
18459
  margin-right: 25%;
18003
18460
  }
18004
- .offset-xl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-4 {
18461
+ .offset-lg-4.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-4 {
18005
18462
  margin-left: 33.3333333333%;
18006
18463
  }
18007
- .offset-xl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-4 {
18464
+ .offset-lg-4.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-4 {
18008
18465
  margin-right: 33.3333333333%;
18009
18466
  }
18010
- .offset-xl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-5 {
18467
+ .offset-lg-5.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-5 {
18011
18468
  margin-left: 41.6666666667%;
18012
18469
  }
18013
- .offset-xl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-5 {
18470
+ .offset-lg-5.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-5 {
18014
18471
  margin-right: 41.6666666667%;
18015
18472
  }
18016
- .offset-xl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-6 {
18473
+ .offset-lg-6.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-6 {
18017
18474
  margin-left: 50%;
18018
18475
  }
18019
- .offset-xl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-6 {
18476
+ .offset-lg-6.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-6 {
18020
18477
  margin-right: 50%;
18021
18478
  }
18022
- .offset-xl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-7 {
18479
+ .offset-lg-7.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-7 {
18023
18480
  margin-left: 58.3333333333%;
18024
18481
  }
18025
- .offset-xl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-7 {
18482
+ .offset-lg-7.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-7 {
18026
18483
  margin-right: 58.3333333333%;
18027
18484
  }
18028
- .offset-xl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-8 {
18485
+ .offset-lg-8.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-8 {
18029
18486
  margin-left: 66.6666666667%;
18030
18487
  }
18031
- .offset-xl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-8 {
18488
+ .offset-lg-8.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-8 {
18032
18489
  margin-right: 66.6666666667%;
18033
18490
  }
18034
- .offset-xl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-9 {
18491
+ .offset-lg-9.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-9 {
18035
18492
  margin-left: 75%;
18036
18493
  }
18037
- .offset-xl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-9 {
18494
+ .offset-lg-9.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-9 {
18038
18495
  margin-right: 75%;
18039
18496
  }
18040
- .offset-xl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-10 {
18497
+ .offset-lg-10.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-10 {
18041
18498
  margin-left: 83.3333333333%;
18042
18499
  }
18043
- .offset-xl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-10 {
18500
+ .offset-lg-10.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-10 {
18044
18501
  margin-right: 83.3333333333%;
18045
18502
  }
18046
- .offset-xl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-11 {
18503
+ .offset-lg-11.v-locale--is-ltr, .v-locale--is-ltr .offset-lg-11 {
18047
18504
  margin-left: 91.6666666667%;
18048
18505
  }
18049
- .offset-xl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-11 {
18506
+ .offset-lg-11.v-locale--is-rtl, .v-locale--is-rtl .offset-lg-11 {
18050
18507
  margin-right: 91.6666666667%;
18051
18508
  }
18052
18509
  }
18053
- @media (min-width: 2560px) {
18054
- .v-col-xxl {
18510
+ @media (min-width: 1920px) {
18511
+ .v-col-xl {
18055
18512
  flex-basis: 0;
18056
18513
  flex-grow: 1;
18057
18514
  max-width: 100%;
18058
18515
  }
18059
- .v-col-xxl-auto {
18516
+ .v-col-xl-auto {
18060
18517
  flex: 0 0 auto;
18061
18518
  width: auto;
18062
18519
  max-width: 100%;
18063
18520
  }
18064
- .v-col-xxl-1 {
18521
+ .v-col-xl-1 {
18065
18522
  flex: 0 0 8.3333333333%;
18066
18523
  max-width: 8.3333333333%;
18067
18524
  }
18068
- .v-col-xxl-2 {
18525
+ .v-col-xl-2 {
18069
18526
  flex: 0 0 16.6666666667%;
18070
18527
  max-width: 16.6666666667%;
18071
18528
  }
18072
- .v-col-xxl-3 {
18529
+ .v-col-xl-3 {
18073
18530
  flex: 0 0 25%;
18074
18531
  max-width: 25%;
18075
18532
  }
18076
- .v-col-xxl-4 {
18077
- flex: 0 0 33.3333333333%;
18078
- max-width: 33.3333333333%;
18079
- }
18080
- .v-col-xxl-5 {
18081
- flex: 0 0 41.6666666667%;
18082
- max-width: 41.6666666667%;
18083
- }
18084
- .v-col-xxl-6 {
18085
- flex: 0 0 50%;
18086
- max-width: 50%;
18087
- }
18088
- .v-col-xxl-7 {
18089
- flex: 0 0 58.3333333333%;
18090
- max-width: 58.3333333333%;
18091
- }
18092
- .v-col-xxl-8 {
18093
- flex: 0 0 66.6666666667%;
18094
- max-width: 66.6666666667%;
18095
- }
18096
- .v-col-xxl-9 {
18097
- flex: 0 0 75%;
18098
- max-width: 75%;
18099
- }
18100
- .v-col-xxl-10 {
18101
- flex: 0 0 83.3333333333%;
18102
- max-width: 83.3333333333%;
18103
- }
18104
- .v-col-xxl-11 {
18105
- flex: 0 0 91.6666666667%;
18106
- max-width: 91.6666666667%;
18107
- }
18108
- .v-col-xxl-12 {
18109
- flex: 0 0 100%;
18110
- max-width: 100%;
18111
- }
18112
- .offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
18113
- margin-left: 0;
18114
- }
18115
- .offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
18116
- margin-right: 0;
18117
- }
18118
- .offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
18119
- margin-left: 8.3333333333%;
18120
- }
18121
- .offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
18122
- margin-right: 8.3333333333%;
18123
- }
18124
- .offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
18125
- margin-left: 16.6666666667%;
18126
- }
18127
- .offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
18128
- margin-right: 16.6666666667%;
18129
- }
18130
- .offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
18131
- margin-left: 25%;
18132
- }
18133
- .offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
18134
- margin-right: 25%;
18135
- }
18136
- .offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
18137
- margin-left: 33.3333333333%;
18138
- }
18139
- .offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
18140
- margin-right: 33.3333333333%;
18141
- }
18142
- .offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
18143
- margin-left: 41.6666666667%;
18144
- }
18145
- .offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
18146
- margin-right: 41.6666666667%;
18147
- }
18148
- .offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
18149
- margin-left: 50%;
18150
- }
18151
- .offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
18152
- margin-right: 50%;
18153
- }
18154
- .offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
18155
- margin-left: 58.3333333333%;
18156
- }
18157
- .offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
18158
- margin-right: 58.3333333333%;
18159
- }
18160
- .offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
18161
- margin-left: 66.6666666667%;
18162
- }
18163
- .offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
18164
- margin-right: 66.6666666667%;
18165
- }
18166
- .offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
18167
- margin-left: 75%;
18168
- }
18169
- .offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
18170
- margin-right: 75%;
18171
- }
18172
- .offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
18173
- margin-left: 83.3333333333%;
18174
- }
18175
- .offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
18176
- margin-right: 83.3333333333%;
18177
- }
18178
- .offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
18179
- margin-left: 91.6666666667%;
18180
- }
18181
- .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
18182
- margin-right: 91.6666666667%;
18183
- }
18184
- }.v-carousel {
18185
- overflow: hidden;
18186
- position: relative;
18187
- width: 100%;
18188
- }
18189
- .v-carousel__controls {
18190
- align-items: center;
18191
- background: rgba(var(--v-theme-surface-variant), 0.3);
18192
- bottom: 0;
18193
- display: flex;
18194
- height: 50px;
18195
- justify-content: center;
18196
- list-style-type: none;
18197
- position: absolute;
18198
- width: 100%;
18199
- z-index: 1;
18200
- }
18201
- .v-carousel__controls > .v-item-group {
18202
- flex: 0 1 auto;
18203
- }
18204
- .v-carousel__controls__item {
18205
- margin: 0 8px;
18206
- }
18207
- .v-carousel__controls__item .v-icon {
18208
- opacity: 0.5;
18209
- }
18210
- .v-carousel__controls__item--active .v-icon {
18211
- opacity: 1;
18212
- vertical-align: middle;
18213
- }
18214
- .v-carousel__controls__item:hover {
18215
- background: none;
18216
- }
18217
- .v-carousel__controls__item:hover .v-icon {
18218
- opacity: 0.8;
18219
- }
18220
-
18221
- .v-carousel__progress {
18222
- margin: 0;
18223
- position: absolute;
18224
- bottom: 0;
18225
- left: 0;
18226
- right: 0;
18227
- }
18228
-
18229
- .v-carousel-item {
18230
- display: block;
18231
- height: inherit;
18232
- text-decoration: none;
18233
- }
18234
- .v-carousel-item > .v-img {
18235
- height: inherit;
18236
- }
18237
-
18238
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18239
- background: transparent;
18240
- }
18241
-
18242
- .v-carousel--vertical-delimiters .v-carousel__controls {
18243
- flex-direction: column;
18244
- height: 100% !important;
18245
- width: 50px;
18246
- }.v-checkbox .v-selection-control {
18247
- min-height: var(--v-input-control-height);
18248
- }.v-chip {
18249
- align-items: center;
18250
- cursor: default;
18251
- display: inline-flex;
18252
- font-weight: 400;
18253
- max-width: 100%;
18254
- overflow: hidden;
18255
- position: relative;
18256
- text-decoration: none;
18257
- white-space: nowrap;
18258
- vertical-align: middle;
18259
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18260
- border-style: solid;
18261
- border-width: 0;
18262
- border-radius: 9999px;
18263
- }
18264
- .v-chip.v-chip--size-x-small {
18265
- --v-chip-size: 0.625rem;
18266
- --v-chip-height: 20px;
18267
- font-size: 0.625rem;
18268
- padding: 0 8px;
18269
- }
18270
- .v-chip.v-chip--size-x-small .v-avatar {
18271
- --v-avatar-height: 14px;
18272
- }
18273
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
18274
- --v-avatar-height: 20px;
18275
- }
18276
-
18277
- .v-chip.v-chip--size-x-small .v-chip__filter,
18278
- .v-chip.v-chip--size-x-small .v-chip__prepend,
18279
- .v-chip.v-chip--size-x-small > .v-avatar--start,
18280
- .v-chip.v-chip--size-x-small > .v-icon--start {
18281
- margin-inline-end: 4px;
18282
- }
18283
- .v-chip.v-chip--size-x-small .v-chip__filter,
18284
- .v-chip.v-chip--size-x-small .v-chip__prepend,
18285
- .v-chip.v-chip--size-x-small .v-icon--start {
18286
- margin-inline-start: -4px;
18287
- }
18288
- .v-chip.v-chip--size-x-small .v-avatar--start {
18289
- margin-inline-start: -5.6px;
18290
- }
18291
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
18292
- margin-inline-start: -8px;
18293
- }
18294
-
18295
- .v-chip.v-chip--size-x-small .v-chip__append,
18296
- .v-chip.v-chip--size-x-small .v-chip__close,
18297
- .v-chip.v-chip--size-x-small > .v-avatar--end,
18298
- .v-chip.v-chip--size-x-small > .v-icon--end {
18299
- margin-inline-start: 4px;
18300
- margin-inline-end: -4px;
18301
- }
18302
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end {
18303
- margin-inline-end: -8px;
18304
- }
18305
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close {
18306
- margin-inline-start: 8px;
18307
- }
18308
-
18309
- .v-chip.v-chip--size-small {
18310
- --v-chip-size: 0.75rem;
18311
- --v-chip-height: 26px;
18312
- font-size: 0.75rem;
18313
- padding: 0 10px;
18314
- }
18315
- .v-chip.v-chip--size-small .v-avatar {
18316
- --v-avatar-height: 20px;
18317
- }
18318
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
18319
- --v-avatar-height: 26px;
18320
- }
18321
-
18322
- .v-chip.v-chip--size-small .v-chip__filter,
18323
- .v-chip.v-chip--size-small .v-chip__prepend,
18324
- .v-chip.v-chip--size-small > .v-avatar--start,
18325
- .v-chip.v-chip--size-small > .v-icon--start {
18326
- margin-inline-end: 5px;
18327
- }
18328
- .v-chip.v-chip--size-small .v-chip__filter,
18329
- .v-chip.v-chip--size-small .v-chip__prepend,
18330
- .v-chip.v-chip--size-small .v-icon--start {
18331
- margin-inline-start: -5px;
18332
- }
18333
- .v-chip.v-chip--size-small .v-avatar--start {
18334
- margin-inline-start: -7px;
18335
- }
18336
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
18337
- margin-inline-start: -10px;
18338
- }
18339
-
18340
- .v-chip.v-chip--size-small .v-chip__append,
18341
- .v-chip.v-chip--size-small .v-chip__close,
18342
- .v-chip.v-chip--size-small > .v-avatar--end,
18343
- .v-chip.v-chip--size-small > .v-icon--end {
18344
- margin-inline-start: 5px;
18345
- margin-inline-end: -5px;
18346
- }
18347
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end {
18348
- margin-inline-end: -10px;
18349
- }
18350
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-small .v-icon--end + .v-chip__close {
18351
- margin-inline-start: 10px;
18352
- }
18353
-
18354
- .v-chip.v-chip--size-default {
18355
- --v-chip-size: 0.875rem;
18356
- --v-chip-height: 32px;
18357
- font-size: 0.875rem;
18358
- padding: 0 12px;
18359
- }
18360
- .v-chip.v-chip--size-default .v-avatar {
18361
- --v-avatar-height: 26px;
18362
- }
18363
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
18364
- --v-avatar-height: 32px;
18365
- }
18366
-
18367
- .v-chip.v-chip--size-default .v-chip__filter,
18368
- .v-chip.v-chip--size-default .v-chip__prepend,
18369
- .v-chip.v-chip--size-default > .v-avatar--start,
18370
- .v-chip.v-chip--size-default > .v-icon--start {
18371
- margin-inline-end: 6px;
18372
- }
18373
- .v-chip.v-chip--size-default .v-chip__filter,
18374
- .v-chip.v-chip--size-default .v-chip__prepend,
18375
- .v-chip.v-chip--size-default .v-icon--start {
18376
- margin-inline-start: -6px;
18377
- }
18378
- .v-chip.v-chip--size-default .v-avatar--start {
18379
- margin-inline-start: -8.4px;
18380
- }
18381
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
18382
- margin-inline-start: -12px;
18383
- }
18384
-
18385
- .v-chip.v-chip--size-default .v-chip__append,
18386
- .v-chip.v-chip--size-default .v-chip__close,
18387
- .v-chip.v-chip--size-default > .v-avatar--end,
18388
- .v-chip.v-chip--size-default > .v-icon--end {
18389
- margin-inline-start: 6px;
18390
- margin-inline-end: -6px;
18391
- }
18392
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end {
18393
- margin-inline-end: -12px;
18394
- }
18395
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-default .v-icon--end + .v-chip__close {
18396
- margin-inline-start: 12px;
18397
- }
18398
-
18399
- .v-chip.v-chip--size-large {
18400
- --v-chip-size: 1rem;
18401
- --v-chip-height: 38px;
18402
- font-size: 1rem;
18403
- padding: 0 14px;
18404
- }
18405
- .v-chip.v-chip--size-large .v-avatar {
18406
- --v-avatar-height: 32px;
18407
- }
18408
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
18409
- --v-avatar-height: 38px;
18410
- }
18411
-
18412
- .v-chip.v-chip--size-large .v-chip__filter,
18413
- .v-chip.v-chip--size-large .v-chip__prepend,
18414
- .v-chip.v-chip--size-large > .v-avatar--start,
18415
- .v-chip.v-chip--size-large > .v-icon--start {
18416
- margin-inline-end: 7px;
18417
- }
18418
- .v-chip.v-chip--size-large .v-chip__filter,
18419
- .v-chip.v-chip--size-large .v-chip__prepend,
18420
- .v-chip.v-chip--size-large .v-icon--start {
18421
- margin-inline-start: -7px;
18422
- }
18423
- .v-chip.v-chip--size-large .v-avatar--start {
18424
- margin-inline-start: -9.8px;
18425
- }
18426
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
18427
- margin-inline-start: -14px;
18428
- }
18429
-
18430
- .v-chip.v-chip--size-large .v-chip__append,
18431
- .v-chip.v-chip--size-large .v-chip__close,
18432
- .v-chip.v-chip--size-large > .v-avatar--end,
18433
- .v-chip.v-chip--size-large > .v-icon--end {
18434
- margin-inline-start: 7px;
18435
- margin-inline-end: -7px;
18436
- }
18437
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end {
18438
- margin-inline-end: -14px;
18439
- }
18440
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-large .v-icon--end + .v-chip__close {
18441
- margin-inline-start: 14px;
18442
- }
18443
-
18444
- .v-chip.v-chip--size-x-large {
18445
- --v-chip-size: 1.125rem;
18446
- --v-chip-height: 44px;
18447
- font-size: 1.125rem;
18448
- padding: 0 17px;
18449
- }
18450
- .v-chip.v-chip--size-x-large .v-avatar {
18451
- --v-avatar-height: 38px;
18452
- }
18453
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
18454
- --v-avatar-height: 44px;
18455
- }
18456
-
18457
- .v-chip.v-chip--size-x-large .v-chip__filter,
18458
- .v-chip.v-chip--size-x-large .v-chip__prepend,
18459
- .v-chip.v-chip--size-x-large > .v-avatar--start,
18460
- .v-chip.v-chip--size-x-large > .v-icon--start {
18461
- margin-inline-end: 8.5px;
18462
- }
18463
- .v-chip.v-chip--size-x-large .v-chip__filter,
18464
- .v-chip.v-chip--size-x-large .v-chip__prepend,
18465
- .v-chip.v-chip--size-x-large .v-icon--start {
18466
- margin-inline-start: -8.5px;
18467
- }
18468
- .v-chip.v-chip--size-x-large .v-avatar--start {
18469
- margin-inline-start: -11.9px;
18470
- }
18471
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
18472
- margin-inline-start: -17px;
18473
- }
18474
-
18475
- .v-chip.v-chip--size-x-large .v-chip__append,
18476
- .v-chip.v-chip--size-x-large .v-chip__close,
18477
- .v-chip.v-chip--size-x-large > .v-avatar--end,
18478
- .v-chip.v-chip--size-x-large > .v-icon--end {
18479
- margin-inline-start: 8.5px;
18480
- margin-inline-end: -8.5px;
18481
- }
18482
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end {
18483
- margin-inline-end: -17px;
18484
- }
18485
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close, .v-chip--pill.v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close {
18486
- margin-inline-start: 17px;
18487
- }
18488
-
18489
- .v-chip.v-chip--density-default {
18490
- height: calc(var(--v-chip-height) + 0px);
18491
- }
18492
-
18493
- .v-chip.v-chip--density-comfortable {
18494
- height: calc(var(--v-chip-height) + -8px);
18495
- }
18496
-
18497
- .v-chip.v-chip--density-compact {
18498
- height: calc(var(--v-chip-height) + -12px);
18499
- }
18500
-
18501
- .v-chip:hover > .v-chip__overlay {
18502
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18503
- }
18504
- .v-chip:focus-visible > .v-chip__overlay {
18505
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18506
- }
18507
- @supports not selector(:focus-visible) {
18508
- .v-chip:focus > .v-chip__overlay {
18509
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18510
- }
18511
- }
18512
- .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
18513
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18514
- }
18515
- .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
18516
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18517
- }
18518
- .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
18519
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18520
- }
18521
- @supports not selector(:focus-visible) {
18522
- .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
18523
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18524
- }
18525
- }
18526
- .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
18527
- background: transparent;
18528
- color: inherit;
18529
- }
18530
- .v-chip--variant-plain {
18531
- opacity: 0.26;
18532
- }
18533
- .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
18534
- opacity: 1;
18535
- }
18536
- .v-chip--variant-plain .v-chip__overlay {
18537
- display: none;
18538
- }
18539
- .v-chip--variant-elevated, .v-chip--variant-flat {
18540
- background: rgb(var(--v-theme-surface-variant));
18541
- color: rgb(var(--v-theme-on-surface-variant));
18542
- }
18543
- .v-chip--variant-elevated {
18544
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18545
- }
18546
- .v-chip--variant-flat {
18547
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18548
- }
18549
- .v-chip--variant-outlined {
18550
- border: thin solid currentColor;
18551
- }
18552
- .v-chip--variant-text .v-chip__overlay {
18553
- background: currentColor;
18554
- }
18555
- .v-chip--variant-tonal .v-chip__underlay {
18556
- background: currentColor;
18557
- opacity: var(--v-activated-opacity);
18558
- border-radius: inherit;
18559
- position: absolute;
18560
- top: 0;
18561
- right: 0;
18562
- bottom: 0;
18563
- left: 0;
18564
- pointer-events: none;
18565
- }
18566
- .v-chip--border {
18567
- border-width: thin;
18568
- }
18569
- .v-chip--link {
18570
- cursor: pointer;
18571
- }
18572
- .v-chip--filter {
18573
- -webkit-user-select: none;
18574
- user-select: none;
18575
- }
18576
- .v-chip--label {
18577
- border-radius: 4px;
18578
- }
18579
-
18580
- .v-chip__filter,
18581
- .v-chip__prepend,
18582
- .v-chip__append,
18583
- .v-chip__close {
18584
- align-items: center;
18585
- display: inline-flex;
18586
- }
18587
-
18588
- .v-chip__close {
18589
- cursor: pointer;
18590
- flex: 0 1 auto;
18591
- font-size: 18px;
18592
- max-height: 18px;
18593
- max-width: 18px;
18594
- -webkit-user-select: none;
18595
- user-select: none;
18596
- }
18597
- .v-chip__close .v-icon {
18598
- font-size: inherit;
18599
- }
18600
-
18601
- .v-chip__filter {
18602
- transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
18603
- }
18604
-
18605
- .v-chip__overlay {
18606
- position: absolute;
18607
- top: 0;
18608
- left: 0;
18609
- width: 100%;
18610
- height: 100%;
18611
- background-color: currentColor;
18612
- border-radius: inherit;
18613
- pointer-events: none;
18614
- opacity: 0;
18615
- transition: opacity 0.2s ease-in-out;
18616
- }
18617
-
18618
- .v-chip--disabled {
18619
- opacity: 0.3;
18620
- pointer-events: none;
18621
- -webkit-user-select: none;
18622
- user-select: none;
18623
- }
18624
-
18625
- .v-chip--label {
18626
- border-radius: 4px;
18627
- }.v-chip-group {
18628
- display: flex;
18629
- max-width: 100%;
18630
- min-width: 0;
18631
- overflow-x: auto;
18632
- padding: 4px 0;
18633
- flex-wrap: wrap;
18634
- }
18635
- .v-chip-group .v-chip {
18636
- margin: 4px 8px 4px 0;
18637
- }
18638
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18639
- opacity: var(--v-activated-opacity);
18640
- }
18641
-
18642
- .v-chip-group--column {
18643
- flex-wrap: wrap;
18644
- white-space: normal;
18645
- }.v-color-picker {
18646
- align-self: flex-start;
18647
- contain: content;
18648
- }
18649
- .v-color-picker.v-sheet {
18650
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18651
- border-radius: 4px;
18652
- }
18653
-
18654
- .v-color-picker__controls {
18655
- display: flex;
18656
- flex-direction: column;
18657
- padding: 16px;
18658
- }
18659
-
18660
- .v-color-picker--flat {
18661
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18662
- }
18663
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
18664
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18665
- }.v-input--density-default {
18666
- --combobox-chips-margin-bottom: 0px;
18667
- }
18668
-
18669
- .v-input--density-comfortable {
18670
- --combobox-chips-margin-bottom: 2px;
18671
- }
18672
-
18673
- .v-input--density-compact {
18674
- --combobox-chips-margin-bottom: 4px;
18675
- }
18676
-
18677
- .v-combobox .v-field .v-text-field__prefix,
18678
- .v-combobox .v-field .v-text-field__suffix,
18679
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
18680
- cursor: text;
18681
- }
18682
- .v-combobox .v-field .v-field__input > input {
18683
- align-self: flex-start;
18684
- flex: 1 1;
18685
- }
18686
- .v-combobox .v-field .v-field__append-inner > .v-icon {
18687
- margin-inline-start: 4px;
18688
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18689
- }
18690
- .v-combobox .v-field:not(.v-field--focused) input {
18691
- min-width: 0;
18692
- }
18693
- .v-combobox .v-field--dirty .v-combobox__selection {
18694
- margin-inline-end: 2px;
18695
- }
18696
- .v-combobox .v-field--single-line .v-combobox__selection-text {
18697
- overflow: hidden;
18698
- text-overflow: ellipsis;
18699
- white-space: nowrap;
18700
- }
18701
-
18702
- .v-combobox__content {
18703
- overflow: hidden;
18704
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
18705
- border-radius: 4px;
18706
- }
18707
- .v-combobox__mask {
18708
- background: rgb(var(--v-theme-on-surface-variant));
18709
- }
18710
- .v-combobox__selection {
18711
- display: inline-flex;
18712
- letter-spacing: inherit;
18713
- line-height: inherit;
18714
- max-width: 100%;
18715
- }
18716
- .v-combobox--active-menu .v-field__append-inner > .v-icon {
18717
- opacity: var(--v-high-emphasis-opacity);
18718
- transform: rotate(180deg);
18719
- }
18720
- .v-combobox--chips .v-combobox__selection {
18721
- margin-top: 2px;
18722
- margin-bottom: var(--combobox-chips-margin-bottom);
18723
- }
18724
- .v-combobox--chips .v-combobox__selection:first-child {
18725
- margin-inline-start: 0;
18726
- }
18727
- .v-combobox--selecting-index .v-combobox__selection {
18728
- opacity: var(--v-medium-emphasis-opacity);
18729
- }
18730
- .v-combobox--selecting-index .v-combobox__selection--selected {
18731
- opacity: 1;
18732
- }
18733
- .v-combobox--selecting-index .v-field__input > input {
18734
- caret-color: transparent !important;
18735
- }
18736
- .v-combobox--single.v-text-field input {
18737
- flex: 1 1;
18738
- position: absolute;
18739
- left: 0;
18740
- right: 0;
18741
- width: 100%;
18742
- padding-inline-start: inherit;
18743
- padding-inline-end: inherit;
18744
- }
18745
- .v-combobox--single .v-field--active input {
18746
- transition: none;
18747
- }
18748
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
18749
- opacity: 0;
18533
+ .v-col-xl-4 {
18534
+ flex: 0 0 33.3333333333%;
18535
+ max-width: 33.3333333333%;
18536
+ }
18537
+ .v-col-xl-5 {
18538
+ flex: 0 0 41.6666666667%;
18539
+ max-width: 41.6666666667%;
18540
+ }
18541
+ .v-col-xl-6 {
18542
+ flex: 0 0 50%;
18543
+ max-width: 50%;
18544
+ }
18545
+ .v-col-xl-7 {
18546
+ flex: 0 0 58.3333333333%;
18547
+ max-width: 58.3333333333%;
18548
+ }
18549
+ .v-col-xl-8 {
18550
+ flex: 0 0 66.6666666667%;
18551
+ max-width: 66.6666666667%;
18552
+ }
18553
+ .v-col-xl-9 {
18554
+ flex: 0 0 75%;
18555
+ max-width: 75%;
18556
+ }
18557
+ .v-col-xl-10 {
18558
+ flex: 0 0 83.3333333333%;
18559
+ max-width: 83.3333333333%;
18560
+ }
18561
+ .v-col-xl-11 {
18562
+ flex: 0 0 91.6666666667%;
18563
+ max-width: 91.6666666667%;
18564
+ }
18565
+ .v-col-xl-12 {
18566
+ flex: 0 0 100%;
18567
+ max-width: 100%;
18568
+ }
18569
+ .offset-xl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-0 {
18570
+ margin-left: 0;
18571
+ }
18572
+ .offset-xl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-0 {
18573
+ margin-right: 0;
18574
+ }
18575
+ .offset-xl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-1 {
18576
+ margin-left: 8.3333333333%;
18577
+ }
18578
+ .offset-xl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-1 {
18579
+ margin-right: 8.3333333333%;
18580
+ }
18581
+ .offset-xl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-2 {
18582
+ margin-left: 16.6666666667%;
18583
+ }
18584
+ .offset-xl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-2 {
18585
+ margin-right: 16.6666666667%;
18586
+ }
18587
+ .offset-xl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-3 {
18588
+ margin-left: 25%;
18589
+ }
18590
+ .offset-xl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-3 {
18591
+ margin-right: 25%;
18592
+ }
18593
+ .offset-xl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-4 {
18594
+ margin-left: 33.3333333333%;
18595
+ }
18596
+ .offset-xl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-4 {
18597
+ margin-right: 33.3333333333%;
18598
+ }
18599
+ .offset-xl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-5 {
18600
+ margin-left: 41.6666666667%;
18601
+ }
18602
+ .offset-xl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-5 {
18603
+ margin-right: 41.6666666667%;
18604
+ }
18605
+ .offset-xl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-6 {
18606
+ margin-left: 50%;
18607
+ }
18608
+ .offset-xl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-6 {
18609
+ margin-right: 50%;
18610
+ }
18611
+ .offset-xl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-7 {
18612
+ margin-left: 58.3333333333%;
18613
+ }
18614
+ .offset-xl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-7 {
18615
+ margin-right: 58.3333333333%;
18616
+ }
18617
+ .offset-xl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-8 {
18618
+ margin-left: 66.6666666667%;
18619
+ }
18620
+ .offset-xl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-8 {
18621
+ margin-right: 66.6666666667%;
18622
+ }
18623
+ .offset-xl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-9 {
18624
+ margin-left: 75%;
18625
+ }
18626
+ .offset-xl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-9 {
18627
+ margin-right: 75%;
18628
+ }
18629
+ .offset-xl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-10 {
18630
+ margin-left: 83.3333333333%;
18631
+ }
18632
+ .offset-xl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-10 {
18633
+ margin-right: 83.3333333333%;
18634
+ }
18635
+ .offset-xl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xl-11 {
18636
+ margin-left: 91.6666666667%;
18637
+ }
18638
+ .offset-xl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xl-11 {
18639
+ margin-right: 91.6666666667%;
18640
+ }
18750
18641
  }
18751
- .v-combobox--single .v-field--focused .v-combobox__selection {
18752
- opacity: 0;
18642
+ @media (min-width: 2560px) {
18643
+ .v-col-xxl {
18644
+ flex-basis: 0;
18645
+ flex-grow: 1;
18646
+ max-width: 100%;
18647
+ }
18648
+ .v-col-xxl-auto {
18649
+ flex: 0 0 auto;
18650
+ width: auto;
18651
+ max-width: 100%;
18652
+ }
18653
+ .v-col-xxl-1 {
18654
+ flex: 0 0 8.3333333333%;
18655
+ max-width: 8.3333333333%;
18656
+ }
18657
+ .v-col-xxl-2 {
18658
+ flex: 0 0 16.6666666667%;
18659
+ max-width: 16.6666666667%;
18660
+ }
18661
+ .v-col-xxl-3 {
18662
+ flex: 0 0 25%;
18663
+ max-width: 25%;
18664
+ }
18665
+ .v-col-xxl-4 {
18666
+ flex: 0 0 33.3333333333%;
18667
+ max-width: 33.3333333333%;
18668
+ }
18669
+ .v-col-xxl-5 {
18670
+ flex: 0 0 41.6666666667%;
18671
+ max-width: 41.6666666667%;
18672
+ }
18673
+ .v-col-xxl-6 {
18674
+ flex: 0 0 50%;
18675
+ max-width: 50%;
18676
+ }
18677
+ .v-col-xxl-7 {
18678
+ flex: 0 0 58.3333333333%;
18679
+ max-width: 58.3333333333%;
18680
+ }
18681
+ .v-col-xxl-8 {
18682
+ flex: 0 0 66.6666666667%;
18683
+ max-width: 66.6666666667%;
18684
+ }
18685
+ .v-col-xxl-9 {
18686
+ flex: 0 0 75%;
18687
+ max-width: 75%;
18688
+ }
18689
+ .v-col-xxl-10 {
18690
+ flex: 0 0 83.3333333333%;
18691
+ max-width: 83.3333333333%;
18692
+ }
18693
+ .v-col-xxl-11 {
18694
+ flex: 0 0 91.6666666667%;
18695
+ max-width: 91.6666666667%;
18696
+ }
18697
+ .v-col-xxl-12 {
18698
+ flex: 0 0 100%;
18699
+ max-width: 100%;
18700
+ }
18701
+ .offset-xxl-0.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-0 {
18702
+ margin-left: 0;
18703
+ }
18704
+ .offset-xxl-0.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-0 {
18705
+ margin-right: 0;
18706
+ }
18707
+ .offset-xxl-1.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-1 {
18708
+ margin-left: 8.3333333333%;
18709
+ }
18710
+ .offset-xxl-1.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-1 {
18711
+ margin-right: 8.3333333333%;
18712
+ }
18713
+ .offset-xxl-2.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-2 {
18714
+ margin-left: 16.6666666667%;
18715
+ }
18716
+ .offset-xxl-2.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-2 {
18717
+ margin-right: 16.6666666667%;
18718
+ }
18719
+ .offset-xxl-3.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-3 {
18720
+ margin-left: 25%;
18721
+ }
18722
+ .offset-xxl-3.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-3 {
18723
+ margin-right: 25%;
18724
+ }
18725
+ .offset-xxl-4.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-4 {
18726
+ margin-left: 33.3333333333%;
18727
+ }
18728
+ .offset-xxl-4.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-4 {
18729
+ margin-right: 33.3333333333%;
18730
+ }
18731
+ .offset-xxl-5.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-5 {
18732
+ margin-left: 41.6666666667%;
18733
+ }
18734
+ .offset-xxl-5.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-5 {
18735
+ margin-right: 41.6666666667%;
18736
+ }
18737
+ .offset-xxl-6.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-6 {
18738
+ margin-left: 50%;
18739
+ }
18740
+ .offset-xxl-6.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-6 {
18741
+ margin-right: 50%;
18742
+ }
18743
+ .offset-xxl-7.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-7 {
18744
+ margin-left: 58.3333333333%;
18745
+ }
18746
+ .offset-xxl-7.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-7 {
18747
+ margin-right: 58.3333333333%;
18748
+ }
18749
+ .offset-xxl-8.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-8 {
18750
+ margin-left: 66.6666666667%;
18751
+ }
18752
+ .offset-xxl-8.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-8 {
18753
+ margin-right: 66.6666666667%;
18754
+ }
18755
+ .offset-xxl-9.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-9 {
18756
+ margin-left: 75%;
18757
+ }
18758
+ .offset-xxl-9.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-9 {
18759
+ margin-right: 75%;
18760
+ }
18761
+ .offset-xxl-10.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-10 {
18762
+ margin-left: 83.3333333333%;
18763
+ }
18764
+ .offset-xxl-10.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-10 {
18765
+ margin-right: 83.3333333333%;
18766
+ }
18767
+ .offset-xxl-11.v-locale--is-ltr, .v-locale--is-ltr .offset-xxl-11 {
18768
+ margin-left: 91.6666666667%;
18769
+ }
18770
+ .offset-xxl-11.v-locale--is-rtl, .v-locale--is-rtl .offset-xxl-11 {
18771
+ margin-right: 91.6666666667%;
18772
+ }
18753
18773
  }.v-counter {
18754
18774
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18755
18775
  flex: 0 1 auto;
@@ -19048,15 +19068,39 @@ html.overflow-y-hidden {
19048
19068
  .v-expansion-panels--variant-popout > .v-expansion-panel {
19049
19069
  max-width: calc(100% - 32px);
19050
19070
  }
19051
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
19052
- max-width: calc(100% + 16px);
19071
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
19072
+ max-width: calc(100% + 16px);
19073
+ }
19074
+
19075
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
19076
+ max-width: 100%;
19077
+ }
19078
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
19079
+ max-width: calc(100% - 32px);
19080
+ }.v-input--density-default {
19081
+ --file-input-chips-margin-bottom: 0px;
19082
+ }
19083
+
19084
+ .v-input--density-comfortable {
19085
+ --file-input-chips-margin-bottom: 2px;
19086
+ }
19087
+
19088
+ .v-input--density-compact {
19089
+ --file-input-chips-margin-bottom: 4px;
19053
19090
  }
19054
19091
 
19055
- .v-expansion-panels--variant-inset > .v-expansion-panel {
19056
- max-width: 100%;
19092
+ .v-file-input input[type=file] {
19093
+ height: 100%;
19094
+ left: 0;
19095
+ opacity: 0;
19096
+ position: absolute;
19097
+ top: 0;
19098
+ width: 100%;
19099
+ z-index: 1;
19057
19100
  }
19058
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
19059
- max-width: calc(100% - 32px);
19101
+ .v-file-input .v-chip {
19102
+ margin-top: 2px;
19103
+ margin-bottom: var(--file-input-chips-margin-bottom);
19060
19104
  }/* region INPUT */
19061
19105
  .v-field {
19062
19106
  display: grid;
@@ -19488,36 +19532,14 @@ textarea.v-field__input::placeholder {
19488
19532
  opacity: 0;
19489
19533
  }
19490
19534
 
19491
- /* endregion */.v-input--density-default {
19492
- --file-input-chips-margin-bottom: 0px;
19493
- }
19494
-
19495
- .v-input--density-comfortable {
19496
- --file-input-chips-margin-bottom: 2px;
19497
- }
19498
-
19499
- .v-input--density-compact {
19500
- --file-input-chips-margin-bottom: 4px;
19501
- }
19502
-
19503
- .v-file-input input[type=file] {
19504
- height: 100%;
19505
- left: 0;
19506
- opacity: 0;
19507
- position: absolute;
19508
- top: 0;
19509
- width: 100%;
19510
- z-index: 1;
19511
- }
19512
- .v-file-input .v-chip {
19513
- margin-top: 2px;
19514
- margin-bottom: var(--file-input-chips-margin-bottom);
19515
- }.v-footer {
19535
+ /* endregion */.v-footer {
19516
19536
  align-items: center;
19517
19537
  display: flex;
19518
19538
  flex: 1 1 auto;
19519
19539
  padding: 8px 16px;
19520
19540
  position: relative;
19541
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19542
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
19521
19543
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19522
19544
  border-style: solid;
19523
19545
  border-width: 0;
@@ -20472,6 +20494,106 @@ html.v-overlay-scroll-blocked {
20472
20494
  }
20473
20495
  .v-parallax--active > .v-img__img {
20474
20496
  will-change: transform;
20497
+ }.v-progress-circular {
20498
+ align-items: center;
20499
+ display: inline-flex;
20500
+ justify-content: center;
20501
+ position: relative;
20502
+ vertical-align: middle;
20503
+ }
20504
+ .v-progress-circular > svg {
20505
+ width: 100%;
20506
+ height: 100%;
20507
+ margin: auto;
20508
+ position: absolute;
20509
+ top: 0;
20510
+ bottom: 0;
20511
+ left: 0;
20512
+ right: 0;
20513
+ z-index: 0;
20514
+ }
20515
+
20516
+ .v-progress-circular__content {
20517
+ align-items: center;
20518
+ display: flex;
20519
+ justify-content: center;
20520
+ }
20521
+
20522
+ .v-progress-circular__underlay {
20523
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
20524
+ stroke: currentColor;
20525
+ z-index: 1;
20526
+ }
20527
+
20528
+ .v-progress-circular__overlay {
20529
+ stroke: currentColor;
20530
+ transition: all 0.2s ease-in-out, stroke-width 0s;
20531
+ z-index: 2;
20532
+ }
20533
+
20534
+ .v-progress-circular--size-x-small {
20535
+ height: 16px;
20536
+ width: 16px;
20537
+ }
20538
+ .v-progress-circular--size-small {
20539
+ height: 24px;
20540
+ width: 24px;
20541
+ }
20542
+ .v-progress-circular--size-default {
20543
+ height: 32px;
20544
+ width: 32px;
20545
+ }
20546
+ .v-progress-circular--size-large {
20547
+ height: 48px;
20548
+ width: 48px;
20549
+ }
20550
+ .v-progress-circular--size-x-large {
20551
+ height: 64px;
20552
+ width: 64px;
20553
+ }
20554
+
20555
+ .v-progress-circular--indeterminate > svg {
20556
+ animation: progress-circular-rotate 1.4s linear infinite;
20557
+ transform-origin: center center;
20558
+ transition: all 0.2s ease-in-out;
20559
+ }
20560
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
20561
+ animation: progress-circular-dash 1.4s ease-in-out infinite;
20562
+ stroke-dasharray: 25, 200;
20563
+ stroke-dashoffset: 0;
20564
+ stroke-linecap: round;
20565
+ }
20566
+
20567
+ .v-progress-circular--disable-shrink > svg {
20568
+ animation-duration: 0.7s;
20569
+ }
20570
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
20571
+ animation: none;
20572
+ }
20573
+
20574
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
20575
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
20576
+ animation-play-state: paused !important;
20577
+ }
20578
+
20579
+ @keyframes progress-circular-dash {
20580
+ 0% {
20581
+ stroke-dasharray: 1, 200;
20582
+ stroke-dashoffset: 0px;
20583
+ }
20584
+ 50% {
20585
+ stroke-dasharray: 100, 200;
20586
+ stroke-dashoffset: -15px;
20587
+ }
20588
+ 100% {
20589
+ stroke-dasharray: 100, 200;
20590
+ stroke-dashoffset: -124px;
20591
+ }
20592
+ }
20593
+ @keyframes progress-circular-rotate {
20594
+ 100% {
20595
+ transform: rotate(270deg);
20596
+ }
20475
20597
  }.v-progress-linear {
20476
20598
  background: transparent;
20477
20599
  overflow: hidden;
@@ -21000,106 +21122,6 @@ html.v-overlay-scroll-blocked {
21000
21122
  .v-selection-control-group--inline {
21001
21123
  flex-direction: row;
21002
21124
  flex-wrap: wrap;
21003
- }.v-progress-circular {
21004
- align-items: center;
21005
- display: inline-flex;
21006
- justify-content: center;
21007
- position: relative;
21008
- vertical-align: middle;
21009
- }
21010
- .v-progress-circular > svg {
21011
- width: 100%;
21012
- height: 100%;
21013
- margin: auto;
21014
- position: absolute;
21015
- top: 0;
21016
- bottom: 0;
21017
- left: 0;
21018
- right: 0;
21019
- z-index: 0;
21020
- }
21021
-
21022
- .v-progress-circular__content {
21023
- align-items: center;
21024
- display: flex;
21025
- justify-content: center;
21026
- }
21027
-
21028
- .v-progress-circular__underlay {
21029
- color: rgba(var(--v-border-color), var(--v-border-opacity));
21030
- stroke: currentColor;
21031
- z-index: 1;
21032
- }
21033
-
21034
- .v-progress-circular__overlay {
21035
- stroke: currentColor;
21036
- transition: all 0.2s ease-in-out, stroke-width 0s;
21037
- z-index: 2;
21038
- }
21039
-
21040
- .v-progress-circular--size-x-small {
21041
- height: 16px;
21042
- width: 16px;
21043
- }
21044
- .v-progress-circular--size-small {
21045
- height: 24px;
21046
- width: 24px;
21047
- }
21048
- .v-progress-circular--size-default {
21049
- height: 32px;
21050
- width: 32px;
21051
- }
21052
- .v-progress-circular--size-large {
21053
- height: 48px;
21054
- width: 48px;
21055
- }
21056
- .v-progress-circular--size-x-large {
21057
- height: 64px;
21058
- width: 64px;
21059
- }
21060
-
21061
- .v-progress-circular--indeterminate > svg {
21062
- animation: progress-circular-rotate 1.4s linear infinite;
21063
- transform-origin: center center;
21064
- transition: all 0.2s ease-in-out;
21065
- }
21066
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
21067
- animation: progress-circular-dash 1.4s ease-in-out infinite;
21068
- stroke-dasharray: 25, 200;
21069
- stroke-dashoffset: 0;
21070
- stroke-linecap: round;
21071
- }
21072
-
21073
- .v-progress-circular--disable-shrink > svg {
21074
- animation-duration: 0.7s;
21075
- }
21076
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
21077
- animation: none;
21078
- }
21079
-
21080
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
21081
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
21082
- animation-play-state: paused !important;
21083
- }
21084
-
21085
- @keyframes progress-circular-dash {
21086
- 0% {
21087
- stroke-dasharray: 1, 200;
21088
- stroke-dashoffset: 0px;
21089
- }
21090
- 50% {
21091
- stroke-dasharray: 100, 200;
21092
- stroke-dashoffset: -15px;
21093
- }
21094
- 100% {
21095
- stroke-dasharray: 100, 200;
21096
- stroke-dashoffset: -124px;
21097
- }
21098
- }
21099
- @keyframes progress-circular-rotate {
21100
- 100% {
21101
- transform: rotate(270deg);
21102
- }
21103
21125
  }.v-sheet {
21104
21126
  display: block;
21105
21127
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -21166,12 +21188,9 @@ html.v-overlay-scroll-blocked {
21166
21188
  flex-direction: column;
21167
21189
  }.v-snackbar {
21168
21190
  justify-content: center;
21169
- padding-inline-end: var(--v-scrollbar-offset);
21170
- }
21171
- .v-snackbar:not(.v-snackbar--absolute) {
21172
- height: 100vh;
21173
- position: fixed;
21174
21191
  z-index: 10000;
21192
+ margin: 8px;
21193
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
21175
21194
  }
21176
21195
  .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
21177
21196
  align-items: flex-end;
@@ -21179,7 +21198,6 @@ html.v-overlay-scroll-blocked {
21179
21198
  .v-snackbar__wrapper {
21180
21199
  align-items: center;
21181
21200
  display: flex;
21182
- margin: 8px;
21183
21201
  max-width: 672px;
21184
21202
  min-height: 48px;
21185
21203
  min-width: 344px;
@@ -21248,7 +21266,6 @@ html.v-overlay-scroll-blocked {
21248
21266
  min-width: auto;
21249
21267
  }
21250
21268
  .v-snackbar--absolute {
21251
- height: 100%;
21252
21269
  position: absolute;
21253
21270
  z-index: 1;
21254
21271
  }
@@ -21723,10 +21740,7 @@ html.v-overlay-scroll-blocked {
21723
21740
  padding: 0;
21724
21741
  }
21725
21742
 
21726
- /* endregion */.v-theme-provider {
21727
- background: rgb(var(--v-theme-background));
21728
- color: rgb(var(--v-theme-on-background));
21729
- }.v-timeline .v-timeline-divider__dot {
21743
+ /* endregion */.v-timeline .v-timeline-divider__dot {
21730
21744
  background: rgb(var(--v-theme-on-surface-variant));
21731
21745
  }
21732
21746
  .v-timeline .v-timeline-divider__inner-dot {
@@ -22171,6 +22185,9 @@ html.v-overlay-scroll-blocked {
22171
22185
 
22172
22186
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
22173
22187
  padding-inline-end: 0;
22188
+ }.v-theme-provider {
22189
+ background: rgb(var(--v-theme-background));
22190
+ color: rgb(var(--v-theme-on-background));
22174
22191
  }.v-toolbar {
22175
22192
  align-items: flex-start;
22176
22193
  display: flex;