vuetify 3.4.1 → 3.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vuetify.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.1
2
+ * Vuetify v3.4.2
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17387,77 +17387,6 @@ html.overflow-y-hidden {
17387
17387
  .v-avatar .v-img {
17388
17388
  height: 100%;
17389
17389
  width: 100%;
17390
- }.v-badge {
17391
- display: inline-block;
17392
- line-height: 1;
17393
- }
17394
-
17395
- .v-badge__badge {
17396
- align-items: center;
17397
- display: inline-flex;
17398
- border-radius: 10px;
17399
- font-size: 0.75rem;
17400
- font-weight: 500;
17401
- height: 1.25rem;
17402
- justify-content: center;
17403
- min-width: 20px;
17404
- padding: 4px 6px;
17405
- pointer-events: auto;
17406
- position: absolute;
17407
- text-align: center;
17408
- text-indent: 0;
17409
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17410
- white-space: nowrap;
17411
- background: rgb(var(--v-theme-surface-variant));
17412
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17413
- }
17414
- .v-badge--bordered .v-badge__badge::after {
17415
- border-radius: inherit;
17416
- border-style: solid;
17417
- border-width: 2px;
17418
- bottom: 0;
17419
- color: rgb(var(--v-theme-background));
17420
- content: "";
17421
- left: 0;
17422
- position: absolute;
17423
- right: 0;
17424
- top: 0;
17425
- transform: scale(1.05);
17426
- }
17427
- .v-badge--dot .v-badge__badge {
17428
- border-radius: 4.5px;
17429
- height: 9px;
17430
- min-width: 0;
17431
- padding: 0;
17432
- width: 9px;
17433
- }
17434
- .v-badge--dot .v-badge__badge::after {
17435
- border-width: 1.5px;
17436
- }
17437
- .v-badge--inline .v-badge__badge {
17438
- position: relative;
17439
- vertical-align: middle;
17440
- }
17441
- .v-badge__badge .v-icon {
17442
- color: inherit;
17443
- font-size: 0.75rem;
17444
- margin: 0 -2px;
17445
- }
17446
- .v-badge__badge img,
17447
- .v-badge__badge .v-img {
17448
- height: 100%;
17449
- width: 100%;
17450
- }
17451
-
17452
- .v-badge__wrapper {
17453
- display: flex;
17454
- position: relative;
17455
- }
17456
- .v-badge--inline .v-badge__wrapper {
17457
- align-items: center;
17458
- display: inline-flex;
17459
- justify-content: center;
17460
- margin: 0 4px;
17461
17390
  }.v-banner {
17462
17391
  display: grid;
17463
17392
  flex: 1 1;
@@ -17615,61 +17544,109 @@ html.overflow-y-hidden {
17615
17544
  }
17616
17545
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17617
17546
  align-self: flex-start;
17618
- }.v-bottom-navigation {
17619
- display: flex;
17620
- max-width: 100%;
17621
- overflow: hidden;
17547
+ }.v-badge {
17548
+ display: inline-block;
17549
+ line-height: 1;
17550
+ }
17551
+
17552
+ .v-badge__badge {
17553
+ align-items: center;
17554
+ display: inline-flex;
17555
+ border-radius: 10px;
17556
+ font-size: 0.75rem;
17557
+ font-weight: 500;
17558
+ height: 1.25rem;
17559
+ justify-content: center;
17560
+ min-width: 20px;
17561
+ padding: 4px 6px;
17562
+ pointer-events: auto;
17622
17563
  position: absolute;
17623
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17624
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17564
+ text-align: center;
17565
+ text-indent: 0;
17566
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17567
+ white-space: nowrap;
17568
+ background: rgb(var(--v-theme-surface-variant));
17569
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17570
+ }
17571
+ .v-badge--bordered .v-badge__badge::after {
17572
+ border-radius: inherit;
17625
17573
  border-style: solid;
17626
- border-width: 0;
17627
- border-radius: 0;
17628
- background: rgb(var(--v-theme-surface));
17629
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17574
+ border-width: 2px;
17575
+ bottom: 0;
17576
+ color: rgb(var(--v-theme-background));
17577
+ content: "";
17578
+ left: 0;
17579
+ position: absolute;
17580
+ right: 0;
17581
+ top: 0;
17582
+ transform: scale(1.05);
17630
17583
  }
17631
- .v-bottom-navigation--border {
17632
- border-width: thin;
17633
- box-shadow: none;
17584
+ .v-badge--dot .v-badge__badge {
17585
+ border-radius: 4.5px;
17586
+ height: 9px;
17587
+ min-width: 0;
17588
+ padding: 0;
17589
+ width: 9px;
17634
17590
  }
17635
- .v-bottom-navigation--active {
17636
- 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));
17591
+ .v-badge--dot .v-badge__badge::after {
17592
+ border-width: 1.5px;
17637
17593
  }
17638
-
17639
- .v-bottom-navigation__content {
17640
- display: flex;
17641
- flex: none;
17594
+ .v-badge--inline .v-badge__badge {
17595
+ position: relative;
17596
+ vertical-align: middle;
17597
+ }
17598
+ .v-badge__badge .v-icon {
17599
+ color: inherit;
17642
17600
  font-size: 0.75rem;
17643
- justify-content: center;
17644
- transition: inherit;
17645
- width: 100%;
17601
+ margin: 0 -2px;
17646
17602
  }
17647
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17648
- font-size: inherit;
17603
+ .v-badge__badge img,
17604
+ .v-badge__badge .v-img {
17649
17605
  height: 100%;
17650
- max-width: 168px;
17651
- min-width: 80px;
17652
- text-transform: none;
17653
- transition: inherit;
17654
- width: auto;
17655
- border-radius: 0;
17606
+ width: 100%;
17656
17607
  }
17657
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17658
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17659
- transition: inherit;
17608
+
17609
+ .v-badge__wrapper {
17610
+ display: flex;
17611
+ position: relative;
17660
17612
  }
17661
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17662
- font-size: 1.5rem;
17613
+ .v-badge--inline .v-badge__wrapper {
17614
+ align-items: center;
17615
+ display: inline-flex;
17616
+ justify-content: center;
17617
+ margin: 0 4px;
17618
+ }.bottom-sheet-transition-enter-from {
17619
+ transform: translateY(100%);
17663
17620
  }
17664
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17665
- flex-grow: 1;
17621
+ .bottom-sheet-transition-leave-to {
17622
+ transform: translateY(100%);
17666
17623
  }
17667
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17668
- transition: inherit;
17669
- opacity: 0;
17624
+
17625
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17626
+ align-self: flex-end;
17627
+ border-radius: 0;
17628
+ flex: 0 1 auto;
17629
+ left: 0;
17630
+ right: 0;
17631
+ margin-inline: 0;
17632
+ margin-bottom: 0;
17633
+ transition-duration: 0.2s;
17634
+ width: 100%;
17635
+ max-width: 100%;
17636
+ overflow: visible;
17637
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17670
17638
  }
17671
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17672
- transform: translateY(0.5rem);
17639
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17640
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17641
+ border-radius: 0;
17642
+ }
17643
+ .v-bottom-sheet.v-bottom-sheet--inset {
17644
+ max-width: none;
17645
+ }
17646
+ @media (min-width: 600px) {
17647
+ .v-bottom-sheet.v-bottom-sheet--inset {
17648
+ max-width: 70%;
17649
+ }
17673
17650
  }.v-breadcrumbs {
17674
17651
  display: flex;
17675
17652
  align-items: center;
@@ -17727,38 +17704,6 @@ html.overflow-y-hidden {
17727
17704
  display: inline-block;
17728
17705
  padding: 0 8px;
17729
17706
  vertical-align: middle;
17730
- }.bottom-sheet-transition-enter-from {
17731
- transform: translateY(100%);
17732
- }
17733
- .bottom-sheet-transition-leave-to {
17734
- transform: translateY(100%);
17735
- }
17736
-
17737
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
17738
- align-self: flex-end;
17739
- border-radius: 0;
17740
- flex: 0 1 auto;
17741
- left: 0;
17742
- right: 0;
17743
- margin-inline: 0;
17744
- margin-bottom: 0;
17745
- transition-duration: 0.2s;
17746
- width: 100%;
17747
- max-width: 100%;
17748
- overflow: visible;
17749
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
17750
- }
17751
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
17752
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
17753
- border-radius: 0;
17754
- }
17755
- .v-bottom-sheet.v-bottom-sheet--inset {
17756
- max-width: none;
17757
- }
17758
- @media (min-width: 600px) {
17759
- .v-bottom-sheet.v-bottom-sheet--inset {
17760
- max-width: 70%;
17761
- }
17762
17707
  }.v-btn {
17763
17708
  align-items: center;
17764
17709
  border-radius: 4px;
@@ -18228,28 +18173,90 @@ html.overflow-y-hidden {
18228
18173
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18229
18174
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18230
18175
  }
18231
- }.v-card {
18232
- display: block;
18176
+ }.v-carousel {
18233
18177
  overflow: hidden;
18234
- overflow-wrap: break-word;
18235
18178
  position: relative;
18236
- padding: 0;
18237
- text-decoration: none;
18238
- transition-duration: 0.28s;
18239
- transition-property: box-shadow, opacity, background;
18240
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18241
- z-index: 0;
18242
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18243
- border-style: solid;
18244
- border-width: 0;
18245
- border-radius: 4px;
18246
- }
18247
- .v-card--border {
18248
- border-width: thin;
18249
- box-shadow: none;
18179
+ width: 100%;
18250
18180
  }
18251
- .v-card--absolute {
18252
- position: absolute;
18181
+ .v-carousel__controls {
18182
+ align-items: center;
18183
+ background: rgba(var(--v-theme-surface-variant), 0.3);
18184
+ bottom: 0;
18185
+ display: flex;
18186
+ height: 50px;
18187
+ justify-content: center;
18188
+ list-style-type: none;
18189
+ position: absolute;
18190
+ width: 100%;
18191
+ z-index: 1;
18192
+ }
18193
+ .v-carousel__controls > .v-item-group {
18194
+ flex: 0 1 auto;
18195
+ }
18196
+ .v-carousel__controls__item {
18197
+ margin: 0 8px;
18198
+ }
18199
+ .v-carousel__controls__item .v-icon {
18200
+ opacity: 0.5;
18201
+ }
18202
+ .v-carousel__controls__item--active .v-icon {
18203
+ opacity: 1;
18204
+ vertical-align: middle;
18205
+ }
18206
+ .v-carousel__controls__item:hover {
18207
+ background: none;
18208
+ }
18209
+ .v-carousel__controls__item:hover .v-icon {
18210
+ opacity: 0.8;
18211
+ }
18212
+
18213
+ .v-carousel__progress {
18214
+ margin: 0;
18215
+ position: absolute;
18216
+ bottom: 0;
18217
+ left: 0;
18218
+ right: 0;
18219
+ }
18220
+
18221
+ .v-carousel-item {
18222
+ display: block;
18223
+ height: inherit;
18224
+ text-decoration: none;
18225
+ }
18226
+ .v-carousel-item > .v-img {
18227
+ height: inherit;
18228
+ }
18229
+
18230
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
18231
+ background: transparent;
18232
+ }
18233
+
18234
+ .v-carousel--vertical-delimiters .v-carousel__controls {
18235
+ flex-direction: column;
18236
+ height: 100% !important;
18237
+ width: 50px;
18238
+ }.v-card {
18239
+ display: block;
18240
+ overflow: hidden;
18241
+ overflow-wrap: break-word;
18242
+ position: relative;
18243
+ padding: 0;
18244
+ text-decoration: none;
18245
+ transition-duration: 0.28s;
18246
+ transition-property: box-shadow, opacity, background;
18247
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18248
+ z-index: 0;
18249
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18250
+ border-style: solid;
18251
+ border-width: 0;
18252
+ border-radius: 4px;
18253
+ }
18254
+ .v-card--border {
18255
+ border-width: thin;
18256
+ box-shadow: none;
18257
+ }
18258
+ .v-card--absolute {
18259
+ position: absolute;
18253
18260
  }
18254
18261
  .v-card--fixed {
18255
18262
  position: fixed;
@@ -18520,357 +18527,758 @@ html.overflow-y-hidden {
18520
18527
  pointer-events: none;
18521
18528
  opacity: 0;
18522
18529
  transition: opacity 0.2s ease-in-out;
18523
- }.v-carousel {
18530
+ }.v-checkbox .v-selection-control {
18531
+ min-height: var(--v-input-control-height);
18532
+ }.v-chip {
18533
+ align-items: center;
18534
+ cursor: default;
18535
+ display: inline-flex;
18536
+ font-weight: 400;
18537
+ max-width: 100%;
18538
+ min-width: 0;
18524
18539
  overflow: hidden;
18525
18540
  position: relative;
18526
- width: 100%;
18541
+ text-decoration: none;
18542
+ white-space: nowrap;
18543
+ vertical-align: middle;
18544
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18545
+ border-style: solid;
18546
+ border-width: 0;
18547
+ border-radius: 9999px;
18527
18548
  }
18528
- .v-carousel__controls {
18529
- align-items: center;
18530
- background: rgba(var(--v-theme-surface-variant), 0.3);
18531
- bottom: 0;
18532
- display: flex;
18533
- height: 50px;
18534
- justify-content: center;
18535
- list-style-type: none;
18536
- position: absolute;
18537
- width: 100%;
18538
- z-index: 1;
18549
+ .v-chip.v-chip--size-x-small {
18550
+ --v-chip-size: 0.625rem;
18551
+ --v-chip-height: 20px;
18552
+ font-size: 0.625rem;
18553
+ padding: 0 8px;
18539
18554
  }
18540
- .v-carousel__controls > .v-item-group {
18541
- flex: 0 1 auto;
18555
+ .v-chip.v-chip--size-x-small .v-avatar {
18556
+ --v-avatar-height: 14px;
18542
18557
  }
18543
- .v-carousel__controls__item {
18544
- margin: 0 8px;
18558
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
18559
+ --v-avatar-height: 20px;
18545
18560
  }
18546
- .v-carousel__controls__item .v-icon {
18547
- opacity: 0.5;
18561
+
18562
+ .v-chip.v-chip--size-x-small .v-avatar--start {
18563
+ margin-inline-start: -5.6px;
18564
+ margin-inline-end: 4px;
18548
18565
  }
18549
- .v-carousel__controls__item--active .v-icon {
18550
- opacity: 1;
18551
- vertical-align: middle;
18566
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
18567
+ margin-inline-start: -8px;
18552
18568
  }
18553
- .v-carousel__controls__item:hover {
18554
- background: none;
18569
+
18570
+ .v-chip.v-chip--size-x-small .v-avatar--end {
18571
+ margin-inline-start: 4px;
18572
+ margin-inline-end: -5.6px;
18555
18573
  }
18556
- .v-carousel__controls__item:hover .v-icon {
18557
- opacity: 0.8;
18574
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
18575
+ margin-inline-end: -8px;
18558
18576
  }
18559
18577
 
18560
- .v-carousel__progress {
18561
- margin: 0;
18562
- position: absolute;
18563
- bottom: 0;
18564
- left: 0;
18565
- right: 0;
18578
+ .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
18579
+ margin-inline-start: 12px;
18566
18580
  }
18567
18581
 
18568
- .v-carousel-item {
18569
- display: block;
18570
- height: inherit;
18571
- text-decoration: none;
18582
+ .v-chip.v-chip--size-x-small .v-icon--start,
18583
+ .v-chip.v-chip--size-x-small .v-chip__filter {
18584
+ margin-inline-start: -4px;
18585
+ margin-inline-end: 4px;
18572
18586
  }
18573
- .v-carousel-item > .v-img {
18574
- height: inherit;
18587
+ .v-chip.v-chip--size-x-small .v-icon--end,
18588
+ .v-chip.v-chip--size-x-small .v-chip__close {
18589
+ margin-inline-start: 4px;
18590
+ margin-inline-end: -4px;
18575
18591
  }
18576
-
18577
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18578
- background: transparent;
18592
+ .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
18593
+ .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
18594
+ .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
18595
+ margin-inline-start: 8px;
18579
18596
  }
18580
18597
 
18581
- .v-carousel--vertical-delimiters .v-carousel__controls {
18582
- flex-direction: column;
18583
- height: 100% !important;
18584
- width: 50px;
18585
- }.v-checkbox .v-selection-control {
18586
- min-height: var(--v-input-control-height);
18587
- }.v-chip-group {
18588
- display: flex;
18589
- max-width: 100%;
18590
- min-width: 0;
18591
- overflow-x: auto;
18592
- padding: 4px 0;
18593
- flex-wrap: wrap;
18598
+ .v-chip.v-chip--size-small {
18599
+ --v-chip-size: 0.75rem;
18600
+ --v-chip-height: 26px;
18601
+ font-size: 0.75rem;
18602
+ padding: 0 10px;
18594
18603
  }
18595
- .v-chip-group .v-chip {
18596
- margin: 4px 8px 4px 0;
18604
+ .v-chip.v-chip--size-small .v-avatar {
18605
+ --v-avatar-height: 20px;
18597
18606
  }
18598
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18599
- opacity: var(--v-activated-opacity);
18607
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
18608
+ --v-avatar-height: 26px;
18600
18609
  }
18601
18610
 
18602
- .v-chip-group--column {
18603
- flex-wrap: wrap;
18604
- white-space: normal;
18605
- }.v-container {
18606
- width: 100%;
18607
- padding: 16px;
18608
- margin-right: auto;
18609
- margin-left: auto;
18611
+ .v-chip.v-chip--size-small .v-avatar--start {
18612
+ margin-inline-start: -7px;
18613
+ margin-inline-end: 5px;
18610
18614
  }
18611
- @media (min-width: 960px) {
18612
- .v-container {
18613
- max-width: 900px;
18614
- }
18615
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
18616
+ margin-inline-start: -10px;
18615
18617
  }
18616
- @media (min-width: 1280px) {
18617
- .v-container {
18618
- max-width: 1200px;
18619
- }
18618
+
18619
+ .v-chip.v-chip--size-small .v-avatar--end {
18620
+ margin-inline-start: 5px;
18621
+ margin-inline-end: -7px;
18620
18622
  }
18621
- @media (min-width: 1920px) {
18622
- .v-container {
18623
- max-width: 1800px;
18624
- }
18623
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
18624
+ margin-inline-end: -10px;
18625
18625
  }
18626
- @media (min-width: 2560px) {
18627
- .v-container {
18628
- max-width: 2400px;
18629
- }
18626
+
18627
+ .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
18628
+ margin-inline-start: 15px;
18630
18629
  }
18631
- .v-container--fluid {
18632
- max-width: 100%;
18630
+
18631
+ .v-chip.v-chip--size-small .v-icon--start,
18632
+ .v-chip.v-chip--size-small .v-chip__filter {
18633
+ margin-inline-start: -5px;
18634
+ margin-inline-end: 5px;
18633
18635
  }
18634
- .v-container.fill-height {
18635
- align-items: center;
18636
- display: flex;
18637
- flex-wrap: wrap;
18636
+ .v-chip.v-chip--size-small .v-icon--end,
18637
+ .v-chip.v-chip--size-small .v-chip__close {
18638
+ margin-inline-start: 5px;
18639
+ margin-inline-end: -5px;
18640
+ }
18641
+ .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
18642
+ .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
18643
+ .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
18644
+ margin-inline-start: 10px;
18638
18645
  }
18639
18646
 
18640
- .v-row {
18641
- display: flex;
18642
- flex-wrap: wrap;
18643
- flex: 1 1 auto;
18644
- margin: -12px;
18647
+ .v-chip.v-chip--size-default {
18648
+ --v-chip-size: 0.875rem;
18649
+ --v-chip-height: 32px;
18650
+ font-size: 0.875rem;
18651
+ padding: 0 12px;
18645
18652
  }
18646
- .v-row + .v-row {
18647
- margin-top: 12px;
18653
+ .v-chip.v-chip--size-default .v-avatar {
18654
+ --v-avatar-height: 26px;
18648
18655
  }
18649
- .v-row + .v-row--dense {
18650
- margin-top: 4px;
18656
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
18657
+ --v-avatar-height: 32px;
18651
18658
  }
18652
- .v-row--dense {
18653
- margin: -4px;
18659
+
18660
+ .v-chip.v-chip--size-default .v-avatar--start {
18661
+ margin-inline-start: -8.4px;
18662
+ margin-inline-end: 6px;
18654
18663
  }
18655
- .v-row--dense > .v-col,
18656
- .v-row--dense > [class*=v-col-] {
18657
- padding: 4px;
18664
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
18665
+ margin-inline-start: -12px;
18658
18666
  }
18659
- .v-row.v-row--no-gutters {
18660
- margin: 0;
18667
+
18668
+ .v-chip.v-chip--size-default .v-avatar--end {
18669
+ margin-inline-start: 6px;
18670
+ margin-inline-end: -8.4px;
18661
18671
  }
18662
- .v-row.v-row--no-gutters > .v-col,
18663
- .v-row.v-row--no-gutters > [class*=v-col-] {
18664
- padding: 0;
18672
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
18673
+ margin-inline-end: -12px;
18665
18674
  }
18666
18675
 
18667
- .v-spacer {
18668
- flex-grow: 1;
18676
+ .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
18677
+ margin-inline-start: 18px;
18669
18678
  }
18670
18679
 
18671
- .v-col-xxl,
18672
- .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,
18673
- .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,
18674
- .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,
18675
- .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,
18676
- .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,
18677
- .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 {
18678
- width: 100%;
18679
- padding: 12px;
18680
+ .v-chip.v-chip--size-default .v-icon--start,
18681
+ .v-chip.v-chip--size-default .v-chip__filter {
18682
+ margin-inline-start: -6px;
18683
+ margin-inline-end: 6px;
18680
18684
  }
18681
-
18682
- .v-col {
18683
- flex-basis: 0;
18684
- flex-grow: 1;
18685
- max-width: 100%;
18685
+ .v-chip.v-chip--size-default .v-icon--end,
18686
+ .v-chip.v-chip--size-default .v-chip__close {
18687
+ margin-inline-start: 6px;
18688
+ margin-inline-end: -6px;
18686
18689
  }
18687
-
18688
- .v-col-auto {
18689
- flex: 0 0 auto;
18690
- width: auto;
18691
- max-width: 100%;
18690
+ .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
18691
+ .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
18692
+ .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
18693
+ margin-inline-start: 12px;
18692
18694
  }
18693
18695
 
18694
- .v-col-1 {
18695
- flex: 0 0 8.3333333333%;
18696
- max-width: 8.3333333333%;
18696
+ .v-chip.v-chip--size-large {
18697
+ --v-chip-size: 1rem;
18698
+ --v-chip-height: 38px;
18699
+ font-size: 1rem;
18700
+ padding: 0 14px;
18697
18701
  }
18698
-
18699
- .v-col-2 {
18700
- flex: 0 0 16.6666666667%;
18701
- max-width: 16.6666666667%;
18702
+ .v-chip.v-chip--size-large .v-avatar {
18703
+ --v-avatar-height: 32px;
18702
18704
  }
18703
-
18704
- .v-col-3 {
18705
- flex: 0 0 25%;
18706
- max-width: 25%;
18705
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
18706
+ --v-avatar-height: 38px;
18707
18707
  }
18708
18708
 
18709
- .v-col-4 {
18710
- flex: 0 0 33.3333333333%;
18711
- max-width: 33.3333333333%;
18709
+ .v-chip.v-chip--size-large .v-avatar--start {
18710
+ margin-inline-start: -9.8px;
18711
+ margin-inline-end: 7px;
18712
18712
  }
18713
-
18714
- .v-col-5 {
18715
- flex: 0 0 41.6666666667%;
18716
- max-width: 41.6666666667%;
18713
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
18714
+ margin-inline-start: -14px;
18717
18715
  }
18718
18716
 
18719
- .v-col-6 {
18720
- flex: 0 0 50%;
18721
- max-width: 50%;
18717
+ .v-chip.v-chip--size-large .v-avatar--end {
18718
+ margin-inline-start: 7px;
18719
+ margin-inline-end: -9.8px;
18722
18720
  }
18723
-
18724
- .v-col-7 {
18725
- flex: 0 0 58.3333333333%;
18726
- max-width: 58.3333333333%;
18721
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
18722
+ margin-inline-end: -14px;
18727
18723
  }
18728
18724
 
18729
- .v-col-8 {
18730
- flex: 0 0 66.6666666667%;
18731
- max-width: 66.6666666667%;
18725
+ .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
18726
+ margin-inline-start: 21px;
18732
18727
  }
18733
18728
 
18734
- .v-col-9 {
18735
- flex: 0 0 75%;
18736
- max-width: 75%;
18729
+ .v-chip.v-chip--size-large .v-icon--start,
18730
+ .v-chip.v-chip--size-large .v-chip__filter {
18731
+ margin-inline-start: -7px;
18732
+ margin-inline-end: 7px;
18737
18733
  }
18738
-
18739
- .v-col-10 {
18740
- flex: 0 0 83.3333333333%;
18741
- max-width: 83.3333333333%;
18734
+ .v-chip.v-chip--size-large .v-icon--end,
18735
+ .v-chip.v-chip--size-large .v-chip__close {
18736
+ margin-inline-start: 7px;
18737
+ margin-inline-end: -7px;
18742
18738
  }
18743
-
18744
- .v-col-11 {
18745
- flex: 0 0 91.6666666667%;
18746
- max-width: 91.6666666667%;
18739
+ .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
18740
+ .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
18741
+ .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
18742
+ margin-inline-start: 14px;
18747
18743
  }
18748
18744
 
18749
- .v-col-12 {
18750
- flex: 0 0 100%;
18751
- max-width: 100%;
18745
+ .v-chip.v-chip--size-x-large {
18746
+ --v-chip-size: 1.125rem;
18747
+ --v-chip-height: 44px;
18748
+ font-size: 1.125rem;
18749
+ padding: 0 17px;
18752
18750
  }
18753
-
18754
- .offset-1 {
18755
- margin-inline-start: 8.3333333333%;
18751
+ .v-chip.v-chip--size-x-large .v-avatar {
18752
+ --v-avatar-height: 38px;
18756
18753
  }
18757
-
18758
- .offset-2 {
18759
- margin-inline-start: 16.6666666667%;
18754
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
18755
+ --v-avatar-height: 44px;
18760
18756
  }
18761
18757
 
18762
- .offset-3 {
18763
- margin-inline-start: 25%;
18758
+ .v-chip.v-chip--size-x-large .v-avatar--start {
18759
+ margin-inline-start: -11.9px;
18760
+ margin-inline-end: 8.5px;
18764
18761
  }
18765
-
18766
- .offset-4 {
18767
- margin-inline-start: 33.3333333333%;
18762
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
18763
+ margin-inline-start: -17px;
18768
18764
  }
18769
18765
 
18770
- .offset-5 {
18771
- margin-inline-start: 41.6666666667%;
18766
+ .v-chip.v-chip--size-x-large .v-avatar--end {
18767
+ margin-inline-start: 8.5px;
18768
+ margin-inline-end: -11.9px;
18772
18769
  }
18773
-
18774
- .offset-6 {
18775
- margin-inline-start: 50%;
18770
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
18771
+ margin-inline-end: -17px;
18776
18772
  }
18777
18773
 
18778
- .offset-7 {
18779
- margin-inline-start: 58.3333333333%;
18774
+ .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
18775
+ margin-inline-start: 25.5px;
18780
18776
  }
18781
18777
 
18782
- .offset-8 {
18783
- margin-inline-start: 66.6666666667%;
18778
+ .v-chip.v-chip--size-x-large .v-icon--start,
18779
+ .v-chip.v-chip--size-x-large .v-chip__filter {
18780
+ margin-inline-start: -8.5px;
18781
+ margin-inline-end: 8.5px;
18782
+ }
18783
+ .v-chip.v-chip--size-x-large .v-icon--end,
18784
+ .v-chip.v-chip--size-x-large .v-chip__close {
18785
+ margin-inline-start: 8.5px;
18786
+ margin-inline-end: -8.5px;
18787
+ }
18788
+ .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
18789
+ .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
18790
+ .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
18791
+ margin-inline-start: 17px;
18784
18792
  }
18785
18793
 
18786
- .offset-9 {
18787
- margin-inline-start: 75%;
18794
+ .v-chip.v-chip--density-default {
18795
+ height: calc(var(--v-chip-height) + 0px);
18788
18796
  }
18789
18797
 
18790
- .offset-10 {
18791
- margin-inline-start: 83.3333333333%;
18798
+ .v-chip.v-chip--density-comfortable {
18799
+ height: calc(var(--v-chip-height) + -8px);
18792
18800
  }
18793
18801
 
18794
- .offset-11 {
18795
- margin-inline-start: 91.6666666667%;
18802
+ .v-chip.v-chip--density-compact {
18803
+ height: calc(var(--v-chip-height) + -12px);
18796
18804
  }
18797
18805
 
18798
- @media (min-width: 600px) {
18799
- .v-col-sm {
18800
- flex-basis: 0;
18801
- flex-grow: 1;
18802
- max-width: 100%;
18803
- }
18804
- .v-col-sm-auto {
18805
- flex: 0 0 auto;
18806
- width: auto;
18807
- max-width: 100%;
18808
- }
18809
- .v-col-sm-1 {
18810
- flex: 0 0 8.3333333333%;
18811
- max-width: 8.3333333333%;
18806
+ .v-chip:hover > .v-chip__overlay {
18807
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18808
+ }
18809
+ .v-chip:focus-visible > .v-chip__overlay {
18810
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18811
+ }
18812
+ @supports not selector(:focus-visible) {
18813
+ .v-chip:focus > .v-chip__overlay {
18814
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18812
18815
  }
18813
- .v-col-sm-2 {
18814
- flex: 0 0 16.6666666667%;
18815
- max-width: 16.6666666667%;
18816
+ }
18817
+ .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
18818
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18819
+ }
18820
+ .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
18821
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18822
+ }
18823
+ .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
18824
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18825
+ }
18826
+ @supports not selector(:focus-visible) {
18827
+ .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
18828
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18816
18829
  }
18817
- .v-col-sm-3 {
18818
- flex: 0 0 25%;
18819
- max-width: 25%;
18820
- }
18821
- .v-col-sm-4 {
18822
- flex: 0 0 33.3333333333%;
18823
- max-width: 33.3333333333%;
18824
- }
18825
- .v-col-sm-5 {
18826
- flex: 0 0 41.6666666667%;
18827
- max-width: 41.6666666667%;
18828
- }
18829
- .v-col-sm-6 {
18830
- flex: 0 0 50%;
18831
- max-width: 50%;
18832
- }
18833
- .v-col-sm-7 {
18834
- flex: 0 0 58.3333333333%;
18835
- max-width: 58.3333333333%;
18836
- }
18837
- .v-col-sm-8 {
18838
- flex: 0 0 66.6666666667%;
18839
- max-width: 66.6666666667%;
18840
- }
18841
- .v-col-sm-9 {
18842
- flex: 0 0 75%;
18843
- max-width: 75%;
18844
- }
18845
- .v-col-sm-10 {
18846
- flex: 0 0 83.3333333333%;
18847
- max-width: 83.3333333333%;
18848
- }
18849
- .v-col-sm-11 {
18850
- flex: 0 0 91.6666666667%;
18851
- max-width: 91.6666666667%;
18852
- }
18853
- .v-col-sm-12 {
18854
- flex: 0 0 100%;
18855
- max-width: 100%;
18856
- }
18857
- .offset-sm-0 {
18858
- margin-inline-start: 0;
18859
- }
18860
- .offset-sm-1 {
18861
- margin-inline-start: 8.3333333333%;
18830
+ }
18831
+ .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
18832
+ background: transparent;
18833
+ color: inherit;
18834
+ }
18835
+ .v-chip--variant-plain {
18836
+ opacity: 0.26;
18837
+ }
18838
+ .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
18839
+ opacity: 1;
18840
+ }
18841
+ .v-chip--variant-plain .v-chip__overlay {
18842
+ display: none;
18843
+ }
18844
+ .v-chip--variant-elevated, .v-chip--variant-flat {
18845
+ background: rgb(var(--v-theme-surface-variant));
18846
+ color: rgb(var(--v-theme-on-surface-variant));
18847
+ }
18848
+ .v-chip--variant-elevated {
18849
+ 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));
18850
+ }
18851
+ .v-chip--variant-flat {
18852
+ 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));
18853
+ }
18854
+ .v-chip--variant-outlined {
18855
+ border: thin solid currentColor;
18856
+ }
18857
+ .v-chip--variant-text .v-chip__overlay {
18858
+ background: currentColor;
18859
+ }
18860
+ .v-chip--variant-tonal .v-chip__underlay {
18861
+ background: currentColor;
18862
+ opacity: var(--v-activated-opacity);
18863
+ border-radius: inherit;
18864
+ position: absolute;
18865
+ top: 0;
18866
+ right: 0;
18867
+ bottom: 0;
18868
+ left: 0;
18869
+ pointer-events: none;
18870
+ }
18871
+ .v-chip--border {
18872
+ border-width: thin;
18873
+ }
18874
+ .v-chip--link {
18875
+ cursor: pointer;
18876
+ }
18877
+ .v-chip--filter {
18878
+ -webkit-user-select: none;
18879
+ user-select: none;
18880
+ }
18881
+ .v-chip--label {
18882
+ border-radius: 4px;
18883
+ }
18884
+
18885
+ .v-chip__content {
18886
+ align-items: center;
18887
+ display: inline-flex;
18888
+ }
18889
+ .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
18890
+ overflow: hidden;
18891
+ }
18892
+
18893
+ .v-chip__filter,
18894
+ .v-chip__prepend,
18895
+ .v-chip__append,
18896
+ .v-chip__close {
18897
+ align-items: center;
18898
+ display: inline-flex;
18899
+ }
18900
+
18901
+ .v-chip__close {
18902
+ cursor: pointer;
18903
+ flex: 0 1 auto;
18904
+ font-size: 18px;
18905
+ max-height: 18px;
18906
+ max-width: 18px;
18907
+ -webkit-user-select: none;
18908
+ user-select: none;
18909
+ }
18910
+ .v-chip__close .v-icon {
18911
+ font-size: inherit;
18912
+ }
18913
+
18914
+ .v-chip__filter {
18915
+ transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
18916
+ }
18917
+
18918
+ .v-chip__overlay {
18919
+ position: absolute;
18920
+ top: 0;
18921
+ left: 0;
18922
+ width: 100%;
18923
+ height: 100%;
18924
+ background-color: currentColor;
18925
+ border-radius: inherit;
18926
+ pointer-events: none;
18927
+ opacity: 0;
18928
+ transition: opacity 0.2s ease-in-out;
18929
+ }
18930
+
18931
+ .v-chip--disabled {
18932
+ opacity: 0.3;
18933
+ pointer-events: none;
18934
+ -webkit-user-select: none;
18935
+ user-select: none;
18936
+ }
18937
+
18938
+ .v-chip--label {
18939
+ border-radius: 4px;
18940
+ }.v-chip-group {
18941
+ display: flex;
18942
+ max-width: 100%;
18943
+ min-width: 0;
18944
+ overflow-x: auto;
18945
+ padding: 4px 0;
18946
+ flex-wrap: wrap;
18947
+ }
18948
+ .v-chip-group .v-chip {
18949
+ margin: 4px 8px 4px 0;
18950
+ }
18951
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
18952
+ opacity: var(--v-activated-opacity);
18953
+ }
18954
+
18955
+ .v-chip-group--column {
18956
+ flex-wrap: wrap;
18957
+ white-space: normal;
18958
+ }.v-bottom-navigation {
18959
+ display: flex;
18960
+ max-width: 100%;
18961
+ overflow: hidden;
18962
+ position: absolute;
18963
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18964
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18965
+ border-style: solid;
18966
+ border-width: 0;
18967
+ border-radius: 0;
18968
+ background: rgb(var(--v-theme-surface));
18969
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18970
+ }
18971
+ .v-bottom-navigation--border {
18972
+ border-width: thin;
18973
+ box-shadow: none;
18974
+ }
18975
+ .v-bottom-navigation--active {
18976
+ 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));
18977
+ }
18978
+
18979
+ .v-bottom-navigation__content {
18980
+ display: flex;
18981
+ flex: none;
18982
+ font-size: 0.75rem;
18983
+ justify-content: center;
18984
+ transition: inherit;
18985
+ width: 100%;
18986
+ }
18987
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18988
+ font-size: inherit;
18989
+ height: 100%;
18990
+ max-width: 168px;
18991
+ min-width: 80px;
18992
+ text-transform: none;
18993
+ transition: inherit;
18994
+ width: auto;
18995
+ border-radius: 0;
18996
+ }
18997
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18998
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18999
+ transition: inherit;
19000
+ }
19001
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19002
+ font-size: 1.5rem;
19003
+ }
19004
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19005
+ flex-grow: 1;
19006
+ }
19007
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19008
+ transition: inherit;
19009
+ opacity: 0;
19010
+ }
19011
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19012
+ transform: translateY(0.5rem);
19013
+ }.v-container {
19014
+ width: 100%;
19015
+ padding: 16px;
19016
+ margin-right: auto;
19017
+ margin-left: auto;
19018
+ }
19019
+ @media (min-width: 960px) {
19020
+ .v-container {
19021
+ max-width: 900px;
18862
19022
  }
18863
- .offset-sm-2 {
18864
- margin-inline-start: 16.6666666667%;
19023
+ }
19024
+ @media (min-width: 1280px) {
19025
+ .v-container {
19026
+ max-width: 1200px;
18865
19027
  }
18866
- .offset-sm-3 {
18867
- margin-inline-start: 25%;
19028
+ }
19029
+ @media (min-width: 1920px) {
19030
+ .v-container {
19031
+ max-width: 1800px;
18868
19032
  }
18869
- .offset-sm-4 {
18870
- margin-inline-start: 33.3333333333%;
19033
+ }
19034
+ @media (min-width: 2560px) {
19035
+ .v-container {
19036
+ max-width: 2400px;
18871
19037
  }
18872
- .offset-sm-5 {
18873
- margin-inline-start: 41.6666666667%;
19038
+ }
19039
+ .v-container--fluid {
19040
+ max-width: 100%;
19041
+ }
19042
+ .v-container.fill-height {
19043
+ align-items: center;
19044
+ display: flex;
19045
+ flex-wrap: wrap;
19046
+ }
19047
+
19048
+ .v-row {
19049
+ display: flex;
19050
+ flex-wrap: wrap;
19051
+ flex: 1 1 auto;
19052
+ margin: -12px;
19053
+ }
19054
+ .v-row + .v-row {
19055
+ margin-top: 12px;
19056
+ }
19057
+ .v-row + .v-row--dense {
19058
+ margin-top: 4px;
19059
+ }
19060
+ .v-row--dense {
19061
+ margin: -4px;
19062
+ }
19063
+ .v-row--dense > .v-col,
19064
+ .v-row--dense > [class*=v-col-] {
19065
+ padding: 4px;
19066
+ }
19067
+ .v-row.v-row--no-gutters {
19068
+ margin: 0;
19069
+ }
19070
+ .v-row.v-row--no-gutters > .v-col,
19071
+ .v-row.v-row--no-gutters > [class*=v-col-] {
19072
+ padding: 0;
19073
+ }
19074
+
19075
+ .v-spacer {
19076
+ flex-grow: 1;
19077
+ }
19078
+
19079
+ .v-col-xxl,
19080
+ .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,
19081
+ .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,
19082
+ .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,
19083
+ .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,
19084
+ .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,
19085
+ .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 {
19086
+ width: 100%;
19087
+ padding: 12px;
19088
+ }
19089
+
19090
+ .v-col {
19091
+ flex-basis: 0;
19092
+ flex-grow: 1;
19093
+ max-width: 100%;
19094
+ }
19095
+
19096
+ .v-col-auto {
19097
+ flex: 0 0 auto;
19098
+ width: auto;
19099
+ max-width: 100%;
19100
+ }
19101
+
19102
+ .v-col-1 {
19103
+ flex: 0 0 8.3333333333%;
19104
+ max-width: 8.3333333333%;
19105
+ }
19106
+
19107
+ .v-col-2 {
19108
+ flex: 0 0 16.6666666667%;
19109
+ max-width: 16.6666666667%;
19110
+ }
19111
+
19112
+ .v-col-3 {
19113
+ flex: 0 0 25%;
19114
+ max-width: 25%;
19115
+ }
19116
+
19117
+ .v-col-4 {
19118
+ flex: 0 0 33.3333333333%;
19119
+ max-width: 33.3333333333%;
19120
+ }
19121
+
19122
+ .v-col-5 {
19123
+ flex: 0 0 41.6666666667%;
19124
+ max-width: 41.6666666667%;
19125
+ }
19126
+
19127
+ .v-col-6 {
19128
+ flex: 0 0 50%;
19129
+ max-width: 50%;
19130
+ }
19131
+
19132
+ .v-col-7 {
19133
+ flex: 0 0 58.3333333333%;
19134
+ max-width: 58.3333333333%;
19135
+ }
19136
+
19137
+ .v-col-8 {
19138
+ flex: 0 0 66.6666666667%;
19139
+ max-width: 66.6666666667%;
19140
+ }
19141
+
19142
+ .v-col-9 {
19143
+ flex: 0 0 75%;
19144
+ max-width: 75%;
19145
+ }
19146
+
19147
+ .v-col-10 {
19148
+ flex: 0 0 83.3333333333%;
19149
+ max-width: 83.3333333333%;
19150
+ }
19151
+
19152
+ .v-col-11 {
19153
+ flex: 0 0 91.6666666667%;
19154
+ max-width: 91.6666666667%;
19155
+ }
19156
+
19157
+ .v-col-12 {
19158
+ flex: 0 0 100%;
19159
+ max-width: 100%;
19160
+ }
19161
+
19162
+ .offset-1 {
19163
+ margin-inline-start: 8.3333333333%;
19164
+ }
19165
+
19166
+ .offset-2 {
19167
+ margin-inline-start: 16.6666666667%;
19168
+ }
19169
+
19170
+ .offset-3 {
19171
+ margin-inline-start: 25%;
19172
+ }
19173
+
19174
+ .offset-4 {
19175
+ margin-inline-start: 33.3333333333%;
19176
+ }
19177
+
19178
+ .offset-5 {
19179
+ margin-inline-start: 41.6666666667%;
19180
+ }
19181
+
19182
+ .offset-6 {
19183
+ margin-inline-start: 50%;
19184
+ }
19185
+
19186
+ .offset-7 {
19187
+ margin-inline-start: 58.3333333333%;
19188
+ }
19189
+
19190
+ .offset-8 {
19191
+ margin-inline-start: 66.6666666667%;
19192
+ }
19193
+
19194
+ .offset-9 {
19195
+ margin-inline-start: 75%;
19196
+ }
19197
+
19198
+ .offset-10 {
19199
+ margin-inline-start: 83.3333333333%;
19200
+ }
19201
+
19202
+ .offset-11 {
19203
+ margin-inline-start: 91.6666666667%;
19204
+ }
19205
+
19206
+ @media (min-width: 600px) {
19207
+ .v-col-sm {
19208
+ flex-basis: 0;
19209
+ flex-grow: 1;
19210
+ max-width: 100%;
19211
+ }
19212
+ .v-col-sm-auto {
19213
+ flex: 0 0 auto;
19214
+ width: auto;
19215
+ max-width: 100%;
19216
+ }
19217
+ .v-col-sm-1 {
19218
+ flex: 0 0 8.3333333333%;
19219
+ max-width: 8.3333333333%;
19220
+ }
19221
+ .v-col-sm-2 {
19222
+ flex: 0 0 16.6666666667%;
19223
+ max-width: 16.6666666667%;
19224
+ }
19225
+ .v-col-sm-3 {
19226
+ flex: 0 0 25%;
19227
+ max-width: 25%;
19228
+ }
19229
+ .v-col-sm-4 {
19230
+ flex: 0 0 33.3333333333%;
19231
+ max-width: 33.3333333333%;
19232
+ }
19233
+ .v-col-sm-5 {
19234
+ flex: 0 0 41.6666666667%;
19235
+ max-width: 41.6666666667%;
19236
+ }
19237
+ .v-col-sm-6 {
19238
+ flex: 0 0 50%;
19239
+ max-width: 50%;
19240
+ }
19241
+ .v-col-sm-7 {
19242
+ flex: 0 0 58.3333333333%;
19243
+ max-width: 58.3333333333%;
19244
+ }
19245
+ .v-col-sm-8 {
19246
+ flex: 0 0 66.6666666667%;
19247
+ max-width: 66.6666666667%;
19248
+ }
19249
+ .v-col-sm-9 {
19250
+ flex: 0 0 75%;
19251
+ max-width: 75%;
19252
+ }
19253
+ .v-col-sm-10 {
19254
+ flex: 0 0 83.3333333333%;
19255
+ max-width: 83.3333333333%;
19256
+ }
19257
+ .v-col-sm-11 {
19258
+ flex: 0 0 91.6666666667%;
19259
+ max-width: 91.6666666667%;
19260
+ }
19261
+ .v-col-sm-12 {
19262
+ flex: 0 0 100%;
19263
+ max-width: 100%;
19264
+ }
19265
+ .offset-sm-0 {
19266
+ margin-inline-start: 0;
19267
+ }
19268
+ .offset-sm-1 {
19269
+ margin-inline-start: 8.3333333333%;
19270
+ }
19271
+ .offset-sm-2 {
19272
+ margin-inline-start: 16.6666666667%;
19273
+ }
19274
+ .offset-sm-3 {
19275
+ margin-inline-start: 25%;
19276
+ }
19277
+ .offset-sm-4 {
19278
+ margin-inline-start: 33.3333333333%;
19279
+ }
19280
+ .offset-sm-5 {
19281
+ margin-inline-start: 41.6666666667%;
18874
19282
  }
18875
19283
  .offset-sm-6 {
18876
19284
  margin-inline-start: 50%;
@@ -19228,460 +19636,52 @@ html.overflow-y-hidden {
19228
19636
  }
19229
19637
  .v-col-xxl-10 {
19230
19638
  flex: 0 0 83.3333333333%;
19231
- max-width: 83.3333333333%;
19232
- }
19233
- .v-col-xxl-11 {
19234
- flex: 0 0 91.6666666667%;
19235
- max-width: 91.6666666667%;
19236
- }
19237
- .v-col-xxl-12 {
19238
- flex: 0 0 100%;
19239
- max-width: 100%;
19240
- }
19241
- .offset-xxl-0 {
19242
- margin-inline-start: 0;
19243
- }
19244
- .offset-xxl-1 {
19245
- margin-inline-start: 8.3333333333%;
19246
- }
19247
- .offset-xxl-2 {
19248
- margin-inline-start: 16.6666666667%;
19249
- }
19250
- .offset-xxl-3 {
19251
- margin-inline-start: 25%;
19252
- }
19253
- .offset-xxl-4 {
19254
- margin-inline-start: 33.3333333333%;
19255
- }
19256
- .offset-xxl-5 {
19257
- margin-inline-start: 41.6666666667%;
19258
- }
19259
- .offset-xxl-6 {
19260
- margin-inline-start: 50%;
19261
- }
19262
- .offset-xxl-7 {
19263
- margin-inline-start: 58.3333333333%;
19264
- }
19265
- .offset-xxl-8 {
19266
- margin-inline-start: 66.6666666667%;
19267
- }
19268
- .offset-xxl-9 {
19269
- margin-inline-start: 75%;
19270
- }
19271
- .offset-xxl-10 {
19272
- margin-inline-start: 83.3333333333%;
19273
- }
19274
- .offset-xxl-11 {
19275
- margin-inline-start: 91.6666666667%;
19276
- }
19277
- }.v-chip {
19278
- align-items: center;
19279
- cursor: default;
19280
- display: inline-flex;
19281
- font-weight: 400;
19282
- max-width: 100%;
19283
- min-width: 0;
19284
- overflow: hidden;
19285
- position: relative;
19286
- text-decoration: none;
19287
- white-space: nowrap;
19288
- vertical-align: middle;
19289
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19290
- border-style: solid;
19291
- border-width: 0;
19292
- border-radius: 9999px;
19293
- }
19294
- .v-chip.v-chip--size-x-small {
19295
- --v-chip-size: 0.625rem;
19296
- --v-chip-height: 20px;
19297
- font-size: 0.625rem;
19298
- padding: 0 8px;
19299
- }
19300
- .v-chip.v-chip--size-x-small .v-avatar {
19301
- --v-avatar-height: 14px;
19302
- }
19303
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar {
19304
- --v-avatar-height: 20px;
19305
- }
19306
-
19307
- .v-chip.v-chip--size-x-small .v-avatar--start {
19308
- margin-inline-start: -5.6px;
19309
- margin-inline-end: 4px;
19310
- }
19311
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start {
19312
- margin-inline-start: -8px;
19313
- }
19314
-
19315
- .v-chip.v-chip--size-x-small .v-avatar--end {
19316
- margin-inline-start: 4px;
19317
- margin-inline-end: -5.6px;
19318
- }
19319
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end {
19320
- margin-inline-end: -8px;
19321
- }
19322
-
19323
- .v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close {
19324
- margin-inline-start: 12px;
19325
- }
19326
-
19327
- .v-chip.v-chip--size-x-small .v-icon--start,
19328
- .v-chip.v-chip--size-x-small .v-chip__filter {
19329
- margin-inline-start: -4px;
19330
- margin-inline-end: 4px;
19331
- }
19332
- .v-chip.v-chip--size-x-small .v-icon--end,
19333
- .v-chip.v-chip--size-x-small .v-chip__close {
19334
- margin-inline-start: 4px;
19335
- margin-inline-end: -4px;
19336
- }
19337
- .v-chip.v-chip--size-x-small .v-icon--end + .v-chip__close,
19338
- .v-chip.v-chip--size-x-small .v-avatar--end + .v-chip__close,
19339
- .v-chip.v-chip--size-x-small .v-chip__append + .v-chip__close {
19340
- margin-inline-start: 8px;
19341
- }
19342
-
19343
- .v-chip.v-chip--size-small {
19344
- --v-chip-size: 0.75rem;
19345
- --v-chip-height: 26px;
19346
- font-size: 0.75rem;
19347
- padding: 0 10px;
19348
- }
19349
- .v-chip.v-chip--size-small .v-avatar {
19350
- --v-avatar-height: 20px;
19351
- }
19352
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar {
19353
- --v-avatar-height: 26px;
19354
- }
19355
-
19356
- .v-chip.v-chip--size-small .v-avatar--start {
19357
- margin-inline-start: -7px;
19358
- margin-inline-end: 5px;
19359
- }
19360
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--start {
19361
- margin-inline-start: -10px;
19362
- }
19363
-
19364
- .v-chip.v-chip--size-small .v-avatar--end {
19365
- margin-inline-start: 5px;
19366
- margin-inline-end: -7px;
19367
- }
19368
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end {
19369
- margin-inline-end: -10px;
19370
- }
19371
-
19372
- .v-chip--pill.v-chip.v-chip--size-small .v-avatar--end + .v-chip__close {
19373
- margin-inline-start: 15px;
19374
- }
19375
-
19376
- .v-chip.v-chip--size-small .v-icon--start,
19377
- .v-chip.v-chip--size-small .v-chip__filter {
19378
- margin-inline-start: -5px;
19379
- margin-inline-end: 5px;
19380
- }
19381
- .v-chip.v-chip--size-small .v-icon--end,
19382
- .v-chip.v-chip--size-small .v-chip__close {
19383
- margin-inline-start: 5px;
19384
- margin-inline-end: -5px;
19385
- }
19386
- .v-chip.v-chip--size-small .v-icon--end + .v-chip__close,
19387
- .v-chip.v-chip--size-small .v-avatar--end + .v-chip__close,
19388
- .v-chip.v-chip--size-small .v-chip__append + .v-chip__close {
19389
- margin-inline-start: 10px;
19390
- }
19391
-
19392
- .v-chip.v-chip--size-default {
19393
- --v-chip-size: 0.875rem;
19394
- --v-chip-height: 32px;
19395
- font-size: 0.875rem;
19396
- padding: 0 12px;
19397
- }
19398
- .v-chip.v-chip--size-default .v-avatar {
19399
- --v-avatar-height: 26px;
19400
- }
19401
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar {
19402
- --v-avatar-height: 32px;
19403
- }
19404
-
19405
- .v-chip.v-chip--size-default .v-avatar--start {
19406
- margin-inline-start: -8.4px;
19407
- margin-inline-end: 6px;
19408
- }
19409
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--start {
19410
- margin-inline-start: -12px;
19411
- }
19412
-
19413
- .v-chip.v-chip--size-default .v-avatar--end {
19414
- margin-inline-start: 6px;
19415
- margin-inline-end: -8.4px;
19416
- }
19417
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end {
19418
- margin-inline-end: -12px;
19419
- }
19420
-
19421
- .v-chip--pill.v-chip.v-chip--size-default .v-avatar--end + .v-chip__close {
19422
- margin-inline-start: 18px;
19423
- }
19424
-
19425
- .v-chip.v-chip--size-default .v-icon--start,
19426
- .v-chip.v-chip--size-default .v-chip__filter {
19427
- margin-inline-start: -6px;
19428
- margin-inline-end: 6px;
19429
- }
19430
- .v-chip.v-chip--size-default .v-icon--end,
19431
- .v-chip.v-chip--size-default .v-chip__close {
19432
- margin-inline-start: 6px;
19433
- margin-inline-end: -6px;
19434
- }
19435
- .v-chip.v-chip--size-default .v-icon--end + .v-chip__close,
19436
- .v-chip.v-chip--size-default .v-avatar--end + .v-chip__close,
19437
- .v-chip.v-chip--size-default .v-chip__append + .v-chip__close {
19438
- margin-inline-start: 12px;
19439
- }
19440
-
19441
- .v-chip.v-chip--size-large {
19442
- --v-chip-size: 1rem;
19443
- --v-chip-height: 38px;
19444
- font-size: 1rem;
19445
- padding: 0 14px;
19446
- }
19447
- .v-chip.v-chip--size-large .v-avatar {
19448
- --v-avatar-height: 32px;
19449
- }
19450
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar {
19451
- --v-avatar-height: 38px;
19452
- }
19453
-
19454
- .v-chip.v-chip--size-large .v-avatar--start {
19455
- margin-inline-start: -9.8px;
19456
- margin-inline-end: 7px;
19457
- }
19458
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--start {
19459
- margin-inline-start: -14px;
19460
- }
19461
-
19462
- .v-chip.v-chip--size-large .v-avatar--end {
19463
- margin-inline-start: 7px;
19464
- margin-inline-end: -9.8px;
19465
- }
19466
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end {
19467
- margin-inline-end: -14px;
19468
- }
19469
-
19470
- .v-chip--pill.v-chip.v-chip--size-large .v-avatar--end + .v-chip__close {
19471
- margin-inline-start: 21px;
19472
- }
19473
-
19474
- .v-chip.v-chip--size-large .v-icon--start,
19475
- .v-chip.v-chip--size-large .v-chip__filter {
19476
- margin-inline-start: -7px;
19477
- margin-inline-end: 7px;
19478
- }
19479
- .v-chip.v-chip--size-large .v-icon--end,
19480
- .v-chip.v-chip--size-large .v-chip__close {
19481
- margin-inline-start: 7px;
19482
- margin-inline-end: -7px;
19483
- }
19484
- .v-chip.v-chip--size-large .v-icon--end + .v-chip__close,
19485
- .v-chip.v-chip--size-large .v-avatar--end + .v-chip__close,
19486
- .v-chip.v-chip--size-large .v-chip__append + .v-chip__close {
19487
- margin-inline-start: 14px;
19488
- }
19489
-
19490
- .v-chip.v-chip--size-x-large {
19491
- --v-chip-size: 1.125rem;
19492
- --v-chip-height: 44px;
19493
- font-size: 1.125rem;
19494
- padding: 0 17px;
19495
- }
19496
- .v-chip.v-chip--size-x-large .v-avatar {
19497
- --v-avatar-height: 38px;
19498
- }
19499
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar {
19500
- --v-avatar-height: 44px;
19501
- }
19502
-
19503
- .v-chip.v-chip--size-x-large .v-avatar--start {
19504
- margin-inline-start: -11.9px;
19505
- margin-inline-end: 8.5px;
19506
- }
19507
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start {
19508
- margin-inline-start: -17px;
19509
- }
19510
-
19511
- .v-chip.v-chip--size-x-large .v-avatar--end {
19512
- margin-inline-start: 8.5px;
19513
- margin-inline-end: -11.9px;
19514
- }
19515
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end {
19516
- margin-inline-end: -17px;
19517
- }
19518
-
19519
- .v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close {
19520
- margin-inline-start: 25.5px;
19521
- }
19522
-
19523
- .v-chip.v-chip--size-x-large .v-icon--start,
19524
- .v-chip.v-chip--size-x-large .v-chip__filter {
19525
- margin-inline-start: -8.5px;
19526
- margin-inline-end: 8.5px;
19527
- }
19528
- .v-chip.v-chip--size-x-large .v-icon--end,
19529
- .v-chip.v-chip--size-x-large .v-chip__close {
19530
- margin-inline-start: 8.5px;
19531
- margin-inline-end: -8.5px;
19532
- }
19533
- .v-chip.v-chip--size-x-large .v-icon--end + .v-chip__close,
19534
- .v-chip.v-chip--size-x-large .v-avatar--end + .v-chip__close,
19535
- .v-chip.v-chip--size-x-large .v-chip__append + .v-chip__close {
19536
- margin-inline-start: 17px;
19537
- }
19538
-
19539
- .v-chip.v-chip--density-default {
19540
- height: calc(var(--v-chip-height) + 0px);
19541
- }
19542
-
19543
- .v-chip.v-chip--density-comfortable {
19544
- height: calc(var(--v-chip-height) + -8px);
19545
- }
19546
-
19547
- .v-chip.v-chip--density-compact {
19548
- height: calc(var(--v-chip-height) + -12px);
19549
- }
19550
-
19551
- .v-chip:hover > .v-chip__overlay {
19552
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
19553
- }
19554
- .v-chip:focus-visible > .v-chip__overlay {
19555
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19556
- }
19557
- @supports not selector(:focus-visible) {
19558
- .v-chip:focus > .v-chip__overlay {
19559
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
19639
+ max-width: 83.3333333333%;
19560
19640
  }
19561
- }
19562
- .v-chip--active > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true] > .v-chip__overlay {
19563
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19564
- }
19565
- .v-chip--active:hover > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:hover > .v-chip__overlay {
19566
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19567
- }
19568
- .v-chip--active:focus-visible > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-chip__overlay {
19569
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19570
- }
19571
- @supports not selector(:focus-visible) {
19572
- .v-chip--active:focus > .v-chip__overlay, .v-chip[aria-haspopup=menu][aria-expanded=true]:focus > .v-chip__overlay {
19573
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19641
+ .v-col-xxl-11 {
19642
+ flex: 0 0 91.6666666667%;
19643
+ max-width: 91.6666666667%;
19644
+ }
19645
+ .v-col-xxl-12 {
19646
+ flex: 0 0 100%;
19647
+ max-width: 100%;
19648
+ }
19649
+ .offset-xxl-0 {
19650
+ margin-inline-start: 0;
19651
+ }
19652
+ .offset-xxl-1 {
19653
+ margin-inline-start: 8.3333333333%;
19654
+ }
19655
+ .offset-xxl-2 {
19656
+ margin-inline-start: 16.6666666667%;
19657
+ }
19658
+ .offset-xxl-3 {
19659
+ margin-inline-start: 25%;
19660
+ }
19661
+ .offset-xxl-4 {
19662
+ margin-inline-start: 33.3333333333%;
19663
+ }
19664
+ .offset-xxl-5 {
19665
+ margin-inline-start: 41.6666666667%;
19666
+ }
19667
+ .offset-xxl-6 {
19668
+ margin-inline-start: 50%;
19669
+ }
19670
+ .offset-xxl-7 {
19671
+ margin-inline-start: 58.3333333333%;
19672
+ }
19673
+ .offset-xxl-8 {
19674
+ margin-inline-start: 66.6666666667%;
19675
+ }
19676
+ .offset-xxl-9 {
19677
+ margin-inline-start: 75%;
19678
+ }
19679
+ .offset-xxl-10 {
19680
+ margin-inline-start: 83.3333333333%;
19681
+ }
19682
+ .offset-xxl-11 {
19683
+ margin-inline-start: 91.6666666667%;
19574
19684
  }
19575
- }
19576
- .v-chip--variant-plain, .v-chip--variant-outlined, .v-chip--variant-text, .v-chip--variant-tonal {
19577
- background: transparent;
19578
- color: inherit;
19579
- }
19580
- .v-chip--variant-plain {
19581
- opacity: 0.26;
19582
- }
19583
- .v-chip--variant-plain:focus, .v-chip--variant-plain:hover {
19584
- opacity: 1;
19585
- }
19586
- .v-chip--variant-plain .v-chip__overlay {
19587
- display: none;
19588
- }
19589
- .v-chip--variant-elevated, .v-chip--variant-flat {
19590
- background: rgb(var(--v-theme-surface-variant));
19591
- color: rgb(var(--v-theme-on-surface-variant));
19592
- }
19593
- .v-chip--variant-elevated {
19594
- 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));
19595
- }
19596
- .v-chip--variant-flat {
19597
- 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));
19598
- }
19599
- .v-chip--variant-outlined {
19600
- border: thin solid currentColor;
19601
- }
19602
- .v-chip--variant-text .v-chip__overlay {
19603
- background: currentColor;
19604
- }
19605
- .v-chip--variant-tonal .v-chip__underlay {
19606
- background: currentColor;
19607
- opacity: var(--v-activated-opacity);
19608
- border-radius: inherit;
19609
- position: absolute;
19610
- top: 0;
19611
- right: 0;
19612
- bottom: 0;
19613
- left: 0;
19614
- pointer-events: none;
19615
- }
19616
- .v-chip--border {
19617
- border-width: thin;
19618
- }
19619
- .v-chip--link {
19620
- cursor: pointer;
19621
- }
19622
- .v-chip--filter {
19623
- -webkit-user-select: none;
19624
- user-select: none;
19625
- }
19626
- .v-chip--label {
19627
- border-radius: 4px;
19628
- }
19629
-
19630
- .v-chip__content {
19631
- align-items: center;
19632
- display: inline-flex;
19633
- }
19634
- .v-autocomplete__selection .v-chip__content, .v-combobox__selection .v-chip__content, .v-select__selection .v-chip__content {
19635
- overflow: hidden;
19636
- }
19637
-
19638
- .v-chip__filter,
19639
- .v-chip__prepend,
19640
- .v-chip__append,
19641
- .v-chip__close {
19642
- align-items: center;
19643
- display: inline-flex;
19644
- }
19645
-
19646
- .v-chip__close {
19647
- cursor: pointer;
19648
- flex: 0 1 auto;
19649
- font-size: 18px;
19650
- max-height: 18px;
19651
- max-width: 18px;
19652
- -webkit-user-select: none;
19653
- user-select: none;
19654
- }
19655
- .v-chip__close .v-icon {
19656
- font-size: inherit;
19657
- }
19658
-
19659
- .v-chip__filter {
19660
- transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
19661
- }
19662
-
19663
- .v-chip__overlay {
19664
- position: absolute;
19665
- top: 0;
19666
- left: 0;
19667
- width: 100%;
19668
- height: 100%;
19669
- background-color: currentColor;
19670
- border-radius: inherit;
19671
- pointer-events: none;
19672
- opacity: 0;
19673
- transition: opacity 0.2s ease-in-out;
19674
- }
19675
-
19676
- .v-chip--disabled {
19677
- opacity: 0.3;
19678
- pointer-events: none;
19679
- -webkit-user-select: none;
19680
- user-select: none;
19681
- }
19682
-
19683
- .v-chip--label {
19684
- border-radius: 4px;
19685
19685
  }.v-color-picker {
19686
19686
  align-self: flex-start;
19687
19687
  contain: content;
@@ -19788,6 +19788,36 @@ html.overflow-y-hidden {
19788
19788
  flex: 0 1 auto;
19789
19789
  font-size: 12px;
19790
19790
  transition-duration: 150ms;
19791
+ }.v-data-table-footer {
19792
+ display: flex;
19793
+ align-items: center;
19794
+ flex-wrap: wrap;
19795
+ padding: 0 8px;
19796
+ justify-content: flex-end;
19797
+ }
19798
+
19799
+ .v-data-table-footer__items-per-page {
19800
+ padding-inline-end: 24px;
19801
+ display: flex;
19802
+ align-items: center;
19803
+ justify-content: space-between;
19804
+ }
19805
+ .v-data-table-footer__items-per-page > span {
19806
+ padding-inline-end: 24px;
19807
+ }
19808
+
19809
+ .v-data-table-footer__info {
19810
+ display: flex;
19811
+ padding-inline-end: 24px;
19812
+ }
19813
+
19814
+ .v-data-table-footer__pagination {
19815
+ display: flex;
19816
+ align-items: center;
19817
+ }
19818
+
19819
+ .v-data-table-footer__page {
19820
+ padding: 0 8px;
19791
19821
  }.v-data-table {
19792
19822
  width: 100%;
19793
19823
  }
@@ -19805,9 +19835,6 @@ html.overflow-y-hidden {
19805
19835
  cursor: pointer;
19806
19836
  }
19807
19837
 
19808
- .v-data-table .v-table__wrapper > table {
19809
- table-layout: fixed;
19810
- }
19811
19838
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19812
19839
  .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19813
19840
  .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
@@ -19907,73 +19934,18 @@ html.overflow-y-hidden {
19907
19934
  min-width: 20px;
19908
19935
  min-height: 20px;
19909
19936
  width: 20px;
19910
- height: 20px;
19911
- }
19912
-
19913
- .v-data-table-progress > th {
19914
- border: none !important;
19915
- height: auto !important;
19916
- padding: 0 !important;
19917
- }
19918
-
19919
- .v-data-table-rows-loading,
19920
- .v-data-table-rows-no-data {
19921
- text-align: center;
19922
- }.v-data-table-footer {
19923
- display: flex;
19924
- align-items: center;
19925
- flex-wrap: wrap;
19926
- padding: 0 8px;
19927
- justify-content: flex-end;
19928
- }
19929
-
19930
- .v-data-table-footer__items-per-page {
19931
- padding-inline-end: 24px;
19932
- display: flex;
19933
- align-items: center;
19934
- justify-content: space-between;
19935
- }
19936
- .v-data-table-footer__items-per-page > span {
19937
- padding-inline-end: 24px;
19938
- }
19939
-
19940
- .v-data-table-footer__info {
19941
- display: flex;
19942
- padding-inline-end: 24px;
19943
- }
19944
-
19945
- .v-data-table-footer__pagination {
19946
- display: flex;
19947
- align-items: center;
19948
- }
19949
-
19950
- .v-data-table-footer__page {
19951
- padding: 0 8px;
19952
- }.v-date-picker__input {
19953
- padding-top: 16px;
19954
- padding-left: 24px;
19955
- padding-right: 24px;
19956
- }
19957
-
19958
- .v-date-picker {
19959
- overflow: hidden;
19960
- width: 360px;
19961
- }
19962
- .v-date-picker--show-week {
19963
- width: 408px;
19964
- }
19965
-
19966
- .v-date-picker-month {
19967
- padding: 0 12px 12px;
19937
+ height: 20px;
19968
19938
  }
19969
19939
 
19970
- .v-date-picker-month__day {
19971
- height: 48px;
19972
- width: 48px;
19940
+ .v-data-table-progress > th {
19941
+ border: none !important;
19942
+ height: auto !important;
19943
+ padding: 0 !important;
19973
19944
  }
19974
- .v-date-picker-month__day .v-btn {
19975
- --v-btn-height: 28px;
19976
- --v-btn-size: 0.85rem;
19945
+
19946
+ .v-data-table-rows-loading,
19947
+ .v-data-table-rows-no-data {
19948
+ text-align: center;
19977
19949
  }.v-date-picker-controls {
19978
19950
  display: flex;
19979
19951
  align-items: center;
@@ -20030,6 +20002,31 @@ html.overflow-y-hidden {
20030
20002
 
20031
20003
  .v-date-picker__title {
20032
20004
  display: inline-block;
20005
+ }.v-date-picker__input {
20006
+ padding-top: 16px;
20007
+ padding-left: 24px;
20008
+ padding-right: 24px;
20009
+ }
20010
+
20011
+ .v-date-picker {
20012
+ overflow: hidden;
20013
+ width: 360px;
20014
+ }
20015
+ .v-date-picker--show-week {
20016
+ width: 408px;
20017
+ }
20018
+
20019
+ .v-date-picker-month {
20020
+ padding: 0 12px 12px;
20021
+ }
20022
+
20023
+ .v-date-picker-month__day {
20024
+ height: 48px;
20025
+ width: 48px;
20026
+ }
20027
+ .v-date-picker-month__day .v-btn {
20028
+ --v-btn-height: 28px;
20029
+ --v-btn-size: 0.85rem;
20033
20030
  }.v-date-picker-month {
20034
20031
  display: flex;
20035
20032
  justify-content: center;
@@ -20140,21 +20137,6 @@ html.overflow-y-hidden {
20140
20137
  .date-picker-header-reverse-transition-leave-to {
20141
20138
  opacity: 0;
20142
20139
  transform: translate(0, 100%);
20143
- }.v-date-picker-years {
20144
- height: 320px;
20145
- overflow-y: scroll;
20146
- }
20147
-
20148
- .v-date-picker-years__content {
20149
- display: grid;
20150
- flex: 1 1;
20151
- justify-content: space-around;
20152
- grid-template-columns: repeat(3, 1fr);
20153
- gap: 8px 24px;
20154
- padding-inline: 36px;
20155
- }
20156
- .v-date-picker-years__content .v-btn {
20157
- padding-inline: 8px;
20158
20140
  }.v-date-picker-months {
20159
20141
  height: 320px;
20160
20142
  overflow-y: scroll;
@@ -20175,6 +20157,21 @@ html.overflow-y-hidden {
20175
20157
  text-transform: none;
20176
20158
  padding-inline-start: 8px;
20177
20159
  padding-inline-end: 8px;
20160
+ }.v-date-picker-years {
20161
+ height: 320px;
20162
+ overflow-y: scroll;
20163
+ }
20164
+
20165
+ .v-date-picker-years__content {
20166
+ display: grid;
20167
+ flex: 1 1;
20168
+ justify-content: space-around;
20169
+ grid-template-columns: repeat(3, 1fr);
20170
+ gap: 8px 24px;
20171
+ padding-inline: 36px;
20172
+ }
20173
+ .v-date-picker-years__content .v-btn {
20174
+ padding-inline: 8px;
20178
20175
  }.v-dialog {
20179
20176
  align-items: center;
20180
20177
  justify-content: center;
@@ -20246,52 +20243,222 @@ html.overflow-y-hidden {
20246
20243
  border-radius: 0;
20247
20244
  }
20248
20245
 
20249
- .v-dialog--scrollable > .v-overlay__content,
20250
- .v-dialog--scrollable > .v-overlay__content > form {
20246
+ .v-dialog--scrollable > .v-overlay__content,
20247
+ .v-dialog--scrollable > .v-overlay__content > form {
20248
+ display: flex;
20249
+ }
20250
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20251
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20252
+ display: flex;
20253
+ flex: 1 1 100%;
20254
+ flex-direction: column;
20255
+ max-height: 100%;
20256
+ max-width: 100%;
20257
+ }
20258
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20259
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20260
+ -webkit-backface-visibility: hidden;
20261
+ backface-visibility: hidden;
20262
+ overflow-y: auto;
20263
+ }.v-expansion-panel {
20264
+ background-color: rgb(var(--v-theme-surface));
20265
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20266
+ }
20267
+ .v-expansion-panel:not(:first-child)::after {
20268
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20269
+ }
20270
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20271
+ color: rgba(var(--v-theme-on-surface), 0.26);
20272
+ }
20273
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20274
+ opacity: 0.4615384615;
20275
+ }
20276
+
20277
+ .v-expansion-panels {
20278
+ display: flex;
20279
+ flex-wrap: wrap;
20280
+ justify-content: center;
20281
+ list-style-type: none;
20282
+ padding: 0;
20283
+ width: 100%;
20284
+ position: relative;
20285
+ z-index: 1;
20286
+ }
20287
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20288
+ border-bottom-left-radius: 0 !important;
20289
+ border-bottom-right-radius: 0 !important;
20290
+ }
20291
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20292
+ border-top-left-radius: 0 !important;
20293
+ border-top-right-radius: 0 !important;
20294
+ }
20295
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20296
+ border-bottom-left-radius: 0 !important;
20297
+ border-bottom-right-radius: 0 !important;
20298
+ }
20299
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20300
+ border-top-left-radius: 0 !important;
20301
+ border-top-right-radius: 0 !important;
20302
+ }
20303
+ .v-expansion-panels--variant-accordion > :first-child {
20304
+ border-bottom-left-radius: 0 !important;
20305
+ border-bottom-right-radius: 0 !important;
20306
+ }
20307
+ .v-expansion-panels--variant-accordion > :last-child {
20308
+ border-top-left-radius: 0 !important;
20309
+ border-top-right-radius: 0 !important;
20310
+ }
20311
+ .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
20312
+ border-bottom-left-radius: initial;
20313
+ border-bottom-right-radius: initial;
20314
+ }
20315
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20316
+ border-radius: 0 !important;
20317
+ }
20318
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20319
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20320
+ }
20321
+
20322
+ .v-expansion-panel {
20323
+ flex: 1 0 100%;
20324
+ max-width: 100%;
20325
+ position: relative;
20326
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20327
+ transition-property: margin-top, border-radius, border, max-width;
20328
+ border-radius: 4px;
20329
+ }
20330
+ .v-expansion-panel:not(:first-child)::after {
20331
+ border-top-style: solid;
20332
+ border-top-width: thin;
20333
+ content: "";
20334
+ left: 0;
20335
+ position: absolute;
20336
+ right: 0;
20337
+ top: 0;
20338
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20339
+ }
20340
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20341
+ pointer-events: none;
20342
+ }
20343
+ .v-expansion-panel--active:not(:first-child),
20344
+ .v-expansion-panel--active + .v-expansion-panel {
20345
+ margin-top: 16px;
20346
+ }
20347
+ .v-expansion-panel--active:not(:first-child)::after,
20348
+ .v-expansion-panel--active + .v-expansion-panel::after {
20349
+ opacity: 0;
20350
+ }
20351
+ .v-expansion-panel--active > .v-expansion-panel-title {
20352
+ border-bottom-left-radius: 0;
20353
+ border-bottom-right-radius: 0;
20354
+ }
20355
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20356
+ min-height: 64px;
20357
+ }
20358
+
20359
+ .v-expansion-panel__shadow {
20360
+ position: absolute;
20361
+ top: 0;
20362
+ left: 0;
20363
+ width: 100%;
20364
+ height: 100%;
20365
+ 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));
20366
+ border-radius: inherit;
20367
+ z-index: -1;
20368
+ }
20369
+
20370
+ .v-expansion-panel-title {
20371
+ align-items: center;
20372
+ text-align: start;
20373
+ border-radius: inherit;
20374
+ display: flex;
20375
+ font-size: 0.9375rem;
20376
+ line-height: 1;
20377
+ min-height: 48px;
20378
+ outline: none;
20379
+ padding: 16px 24px;
20380
+ position: relative;
20381
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20382
+ width: 100%;
20383
+ justify-content: space-between;
20384
+ }
20385
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
20386
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20387
+ }
20388
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
20389
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20390
+ }
20391
+ @supports not selector(:focus-visible) {
20392
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
20393
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20394
+ }
20395
+ }
20396
+ .v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
20397
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20398
+ }
20399
+ .v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
20400
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20401
+ }
20402
+ .v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
20403
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20404
+ }
20405
+ @supports not selector(:focus-visible) {
20406
+ .v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
20407
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20408
+ }
20409
+ }
20410
+ .v-expansion-panel-title--active::before {
20411
+ opacity: 0.12;
20412
+ }
20413
+
20414
+ .v-expansion-panel-title__overlay {
20415
+ position: absolute;
20416
+ top: 0;
20417
+ left: 0;
20418
+ width: 100%;
20419
+ height: 100%;
20420
+ background-color: currentColor;
20421
+ border-radius: inherit;
20422
+ opacity: 0;
20423
+ }
20424
+
20425
+ .v-expansion-panel-title__icon {
20426
+ display: inline-flex;
20427
+ margin-bottom: -4px;
20428
+ margin-top: -4px;
20429
+ -webkit-user-select: none;
20430
+ user-select: none;
20431
+ margin-inline-start: auto;
20432
+ }
20433
+
20434
+ .v-expansion-panel-text {
20251
20435
  display: flex;
20252
20436
  }
20253
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20254
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20255
- display: flex;
20256
- flex: 1 1 100%;
20257
- flex-direction: column;
20258
- max-height: 100%;
20437
+ .v-expansion-panel-text__wrapper {
20438
+ padding: 8px 24px 16px;
20439
+ flex: 1 1 auto;
20259
20440
  max-width: 100%;
20260
20441
  }
20261
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20262
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20263
- -webkit-backface-visibility: hidden;
20264
- backface-visibility: hidden;
20265
- overflow-y: auto;
20266
- }.v-divider {
20267
- display: block;
20268
- flex: 1 1 100%;
20269
- height: 0px;
20270
- max-height: 0px;
20271
- opacity: var(--v-border-opacity);
20272
- transition: inherit;
20273
- border-style: solid;
20274
- border-width: thin 0 0 0;
20442
+
20443
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
20444
+ margin-top: 0;
20275
20445
  }
20276
- .v-divider--vertical {
20277
- align-self: stretch;
20278
- border-width: 0 thin 0 0;
20279
- display: inline-flex;
20280
- height: inherit;
20281
- margin-left: -1px;
20282
- max-height: 100%;
20283
- max-width: 0px;
20284
- vertical-align: text-bottom;
20285
- width: 0px;
20446
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
20447
+ opacity: 1;
20286
20448
  }
20287
- .v-divider--inset:not(.v-divider--vertical) {
20288
- max-width: calc(100% - 72px);
20289
- margin-inline-start: 72px;
20449
+
20450
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
20451
+ max-width: calc(100% - 32px);
20290
20452
  }
20291
- .v-divider--inset.v-divider--vertical {
20292
- margin-bottom: 8px;
20293
- margin-top: 8px;
20294
- max-height: calc(100% - 16px);
20453
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
20454
+ max-width: calc(100% + 16px);
20455
+ }
20456
+
20457
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
20458
+ max-width: 100%;
20459
+ }
20460
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20461
+ max-width: calc(100% - 32px);
20295
20462
  }/* region INPUT */
20296
20463
  .v-field {
20297
20464
  display: grid;
@@ -20708,332 +20875,133 @@ textarea.v-field__input::placeholder {
20708
20875
  }
20709
20876
  .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
20710
20877
  opacity: var(--v-field-border-opacity);
20711
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20712
- content: "";
20713
- position: absolute;
20714
- top: 0;
20715
- left: 0;
20716
- width: 100%;
20717
- height: 100%;
20718
- }
20719
- .v-field--variant-outlined .v-field__outline__notch::before {
20720
- border-width: var(--v-field-border-width) 0 0;
20721
- }
20722
- .v-field--variant-outlined .v-field__outline__notch::after {
20723
- bottom: 0;
20724
- border-width: 0 0 var(--v-field-border-width);
20725
- }
20726
- .v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
20727
- opacity: 0;
20728
- }
20729
-
20730
- .v-field--variant-outlined .v-field__outline__end {
20731
- flex: 1;
20732
- border-top-width: var(--v-field-border-width);
20733
- border-bottom-width: var(--v-field-border-width);
20734
- border-inline-end-width: var(--v-field-border-width);
20735
- border-start-start-radius: 0;
20736
- border-start-end-radius: inherit;
20737
- border-end-end-radius: inherit;
20738
- border-end-start-radius: 0;
20739
- }
20740
-
20741
- /* endregion */
20742
- /* region LOADER */
20743
- .v-field__loader {
20744
- top: calc(100% - 2px);
20745
- left: 0;
20746
- position: absolute;
20747
- right: 0;
20748
- width: 100%;
20749
- border-top-left-radius: 0;
20750
- border-top-right-radius: 0;
20751
- border-bottom-left-radius: inherit;
20752
- border-bottom-right-radius: inherit;
20753
- overflow: hidden;
20754
- }
20755
- .v-field--variant-outlined .v-field__loader {
20756
- top: calc(100% - 3px);
20757
- }
20758
-
20759
- /* endregion */
20760
- /* region OVERLAY */
20761
- .v-field__overlay {
20762
- border-radius: inherit;
20763
- pointer-events: none;
20764
- position: absolute;
20765
- top: 0;
20766
- left: 0;
20767
- width: 100%;
20768
- height: 100%;
20769
- }
20770
-
20771
- .v-field--variant-filled .v-field__overlay {
20772
- background-color: currentColor;
20773
- opacity: 0.04;
20774
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20775
- }
20776
- .v-field--variant-filled.v-field--has-background .v-field__overlay {
20777
- opacity: 0;
20778
- }
20779
- @media (hover: hover) {
20780
- .v-field--variant-filled:hover .v-field__overlay {
20781
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20782
- }
20783
- }
20784
- .v-field--variant-filled.v-field--focused .v-field__overlay {
20785
- opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20786
- }
20787
-
20788
- .v-field--variant-solo-filled .v-field__overlay {
20789
- background-color: currentColor;
20790
- opacity: 0.04;
20791
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20792
- }
20793
- @media (hover: hover) {
20794
- .v-field--variant-solo-filled:hover .v-field__overlay {
20795
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20796
- }
20797
- }
20798
- .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
20799
- opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20800
- }
20801
-
20802
- .v-field--variant-solo-inverted .v-field__overlay {
20803
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20804
- }
20805
- .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
20806
- opacity: 0;
20807
- }
20808
- @media (hover: hover) {
20809
- .v-field--variant-solo-inverted:hover .v-field__overlay {
20810
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20811
- }
20812
- }
20813
- .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
20814
- background-color: rgb(var(--v-theme-surface-variant));
20815
- opacity: 1;
20816
- }
20817
-
20818
- /* endregion */
20819
- /* region MODIFIERS */
20820
- .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
20821
- flex-direction: row-reverse;
20822
- }
20823
- .v-field--reverse .v-field__input, .v-field--reverse input {
20824
- text-align: end;
20825
- }
20826
-
20827
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
20828
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
20829
- border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
20830
- }
20831
-
20832
- .v-field--loading .v-field__outline::after,
20833
- .v-field--loading .v-field__outline::before {
20834
- opacity: 0;
20835
- }
20836
-
20837
- /* endregion */.v-expansion-panel {
20838
- background-color: rgb(var(--v-theme-surface));
20839
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20840
- }
20841
- .v-expansion-panel:not(:first-child)::after {
20842
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20843
- }
20844
- .v-expansion-panel--disabled .v-expansion-panel-title {
20845
- color: rgba(var(--v-theme-on-surface), 0.26);
20846
- }
20847
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20848
- opacity: 0.4615384615;
20849
- }
20850
-
20851
- .v-expansion-panels {
20852
- display: flex;
20853
- flex-wrap: wrap;
20854
- justify-content: center;
20855
- list-style-type: none;
20856
- padding: 0;
20857
- width: 100%;
20858
- position: relative;
20859
- z-index: 1;
20860
- }
20861
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20862
- border-bottom-left-radius: 0 !important;
20863
- border-bottom-right-radius: 0 !important;
20864
- }
20865
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20866
- border-top-left-radius: 0 !important;
20867
- border-top-right-radius: 0 !important;
20868
- }
20869
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20870
- border-bottom-left-radius: 0 !important;
20871
- border-bottom-right-radius: 0 !important;
20872
- }
20873
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20874
- border-top-left-radius: 0 !important;
20875
- border-top-right-radius: 0 !important;
20876
- }
20877
- .v-expansion-panels--variant-accordion > :first-child {
20878
- border-bottom-left-radius: 0 !important;
20879
- border-bottom-right-radius: 0 !important;
20880
- }
20881
- .v-expansion-panels--variant-accordion > :last-child {
20882
- border-top-left-radius: 0 !important;
20883
- border-top-right-radius: 0 !important;
20884
- }
20885
- .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
20886
- border-bottom-left-radius: initial;
20887
- border-bottom-right-radius: initial;
20888
- }
20889
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20890
- border-radius: 0 !important;
20891
- }
20892
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20893
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20894
- }
20895
-
20896
- .v-expansion-panel {
20897
- flex: 1 0 100%;
20898
- max-width: 100%;
20899
- position: relative;
20900
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20901
- transition-property: margin-top, border-radius, border, max-width;
20902
- border-radius: 4px;
20903
- }
20904
- .v-expansion-panel:not(:first-child)::after {
20905
- border-top-style: solid;
20906
- border-top-width: thin;
20878
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20907
20879
  content: "";
20908
- left: 0;
20909
20880
  position: absolute;
20910
- right: 0;
20911
20881
  top: 0;
20912
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20882
+ left: 0;
20883
+ width: 100%;
20884
+ height: 100%;
20913
20885
  }
20914
- .v-expansion-panel--disabled .v-expansion-panel-title {
20915
- pointer-events: none;
20886
+ .v-field--variant-outlined .v-field__outline__notch::before {
20887
+ border-width: var(--v-field-border-width) 0 0;
20916
20888
  }
20917
- .v-expansion-panel--active:not(:first-child),
20918
- .v-expansion-panel--active + .v-expansion-panel {
20919
- margin-top: 16px;
20889
+ .v-field--variant-outlined .v-field__outline__notch::after {
20890
+ bottom: 0;
20891
+ border-width: 0 0 var(--v-field-border-width);
20920
20892
  }
20921
- .v-expansion-panel--active:not(:first-child)::after,
20922
- .v-expansion-panel--active + .v-expansion-panel::after {
20893
+ .v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
20923
20894
  opacity: 0;
20924
20895
  }
20925
- .v-expansion-panel--active > .v-expansion-panel-title {
20926
- border-bottom-left-radius: 0;
20927
- border-bottom-right-radius: 0;
20896
+
20897
+ .v-field--variant-outlined .v-field__outline__end {
20898
+ flex: 1;
20899
+ border-top-width: var(--v-field-border-width);
20900
+ border-bottom-width: var(--v-field-border-width);
20901
+ border-inline-end-width: var(--v-field-border-width);
20902
+ border-start-start-radius: 0;
20903
+ border-start-end-radius: inherit;
20904
+ border-end-end-radius: inherit;
20905
+ border-end-start-radius: 0;
20928
20906
  }
20929
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20930
- min-height: 64px;
20907
+
20908
+ /* endregion */
20909
+ /* region LOADER */
20910
+ .v-field__loader {
20911
+ top: calc(100% - 2px);
20912
+ left: 0;
20913
+ position: absolute;
20914
+ right: 0;
20915
+ width: 100%;
20916
+ border-top-left-radius: 0;
20917
+ border-top-right-radius: 0;
20918
+ border-bottom-left-radius: inherit;
20919
+ border-bottom-right-radius: inherit;
20920
+ overflow: hidden;
20921
+ }
20922
+ .v-field--variant-outlined .v-field__loader {
20923
+ top: calc(100% - 3px);
20931
20924
  }
20932
20925
 
20933
- .v-expansion-panel__shadow {
20926
+ /* endregion */
20927
+ /* region OVERLAY */
20928
+ .v-field__overlay {
20929
+ border-radius: inherit;
20930
+ pointer-events: none;
20934
20931
  position: absolute;
20935
20932
  top: 0;
20936
20933
  left: 0;
20937
20934
  width: 100%;
20938
20935
  height: 100%;
20939
- 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));
20940
- border-radius: inherit;
20941
- z-index: -1;
20942
20936
  }
20943
20937
 
20944
- .v-expansion-panel-title {
20945
- align-items: center;
20946
- text-align: start;
20947
- border-radius: inherit;
20948
- display: flex;
20949
- font-size: 0.9375rem;
20950
- line-height: 1;
20951
- min-height: 48px;
20952
- outline: none;
20953
- padding: 16px 24px;
20954
- position: relative;
20955
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20956
- width: 100%;
20957
- justify-content: space-between;
20958
- }
20959
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
20960
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20938
+ .v-field--variant-filled .v-field__overlay {
20939
+ background-color: currentColor;
20940
+ opacity: 0.04;
20941
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20961
20942
  }
20962
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
20963
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20943
+ .v-field--variant-filled.v-field--has-background .v-field__overlay {
20944
+ opacity: 0;
20964
20945
  }
20965
- @supports not selector(:focus-visible) {
20966
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
20967
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20946
+ @media (hover: hover) {
20947
+ .v-field--variant-filled:hover .v-field__overlay {
20948
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20968
20949
  }
20969
20950
  }
20970
- .v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
20971
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20972
- }
20973
- .v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
20974
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20951
+ .v-field--variant-filled.v-field--focused .v-field__overlay {
20952
+ opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20975
20953
  }
20976
- .v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
20977
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20954
+
20955
+ .v-field--variant-solo-filled .v-field__overlay {
20956
+ background-color: currentColor;
20957
+ opacity: 0.04;
20958
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20978
20959
  }
20979
- @supports not selector(:focus-visible) {
20980
- .v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
20981
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20960
+ @media (hover: hover) {
20961
+ .v-field--variant-solo-filled:hover .v-field__overlay {
20962
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20982
20963
  }
20983
20964
  }
20984
- .v-expansion-panel-title--active::before {
20985
- opacity: 0.12;
20965
+ .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
20966
+ opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20986
20967
  }
20987
20968
 
20988
- .v-expansion-panel-title__overlay {
20989
- position: absolute;
20990
- top: 0;
20991
- left: 0;
20992
- width: 100%;
20993
- height: 100%;
20994
- background-color: currentColor;
20995
- border-radius: inherit;
20996
- opacity: 0;
20969
+ .v-field--variant-solo-inverted .v-field__overlay {
20970
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
20997
20971
  }
20998
-
20999
- .v-expansion-panel-title__icon {
21000
- display: inline-flex;
21001
- margin-bottom: -4px;
21002
- margin-top: -4px;
21003
- -webkit-user-select: none;
21004
- user-select: none;
21005
- margin-inline-start: auto;
20972
+ .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
20973
+ opacity: 0;
21006
20974
  }
21007
-
21008
- .v-expansion-panel-text {
21009
- display: flex;
20975
+ @media (hover: hover) {
20976
+ .v-field--variant-solo-inverted:hover .v-field__overlay {
20977
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20978
+ }
21010
20979
  }
21011
- .v-expansion-panel-text__wrapper {
21012
- padding: 8px 24px 16px;
21013
- flex: 1 1 auto;
21014
- max-width: 100%;
20980
+ .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
20981
+ background-color: rgb(var(--v-theme-surface-variant));
20982
+ opacity: 1;
21015
20983
  }
21016
20984
 
21017
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
21018
- margin-top: 0;
20985
+ /* endregion */
20986
+ /* region MODIFIERS */
20987
+ .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
20988
+ flex-direction: row-reverse;
21019
20989
  }
21020
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21021
- opacity: 1;
20990
+ .v-field--reverse .v-field__input, .v-field--reverse input {
20991
+ text-align: end;
21022
20992
  }
21023
20993
 
21024
- .v-expansion-panels--variant-popout > .v-expansion-panel {
21025
- max-width: calc(100% - 32px);
21026
- }
21027
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21028
- max-width: calc(100% + 16px);
20994
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
20995
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
20996
+ border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
21029
20997
  }
21030
20998
 
21031
- .v-expansion-panels--variant-inset > .v-expansion-panel {
21032
- max-width: 100%;
20999
+ .v-field--loading .v-field__outline::after,
21000
+ .v-field--loading .v-field__outline::before {
21001
+ opacity: 0;
21033
21002
  }
21034
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21035
- max-width: calc(100% - 32px);
21036
- }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21003
+
21004
+ /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21037
21005
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21038
21006
  .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21039
21007
  .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
@@ -21127,6 +21095,11 @@ textarea.v-field__input::placeholder {
21127
21095
 
21128
21096
  .v-icon--end {
21129
21097
  margin-inline-start: 8px;
21098
+ }.v-item-group {
21099
+ flex: 0 1 auto;
21100
+ max-width: 100%;
21101
+ position: relative;
21102
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21130
21103
  }.v-img {
21131
21104
  --v-theme-overlay-multiplier: 3;
21132
21105
  z-index: 0;
@@ -21160,31 +21133,6 @@ textarea.v-field__input::placeholder {
21160
21133
 
21161
21134
  .v-img__gradient {
21162
21135
  background-repeat: no-repeat;
21163
- }.v-infinite-scroll--horizontal {
21164
- display: flex;
21165
- flex-direction: row;
21166
- overflow-x: auto;
21167
- }
21168
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21169
- height: 100%;
21170
- width: 1px;
21171
- }
21172
-
21173
- .v-infinite-scroll--vertical {
21174
- display: flex;
21175
- flex-direction: column;
21176
- overflow-y: auto;
21177
- }
21178
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21179
- height: 1px;
21180
- width: 100%;
21181
- }
21182
-
21183
- .v-infinite-scroll__side {
21184
- align-items: center;
21185
- display: flex;
21186
- justify-content: center;
21187
- padding: 8px;
21188
21136
  }.v-input {
21189
21137
  display: grid;
21190
21138
  flex: 1 1 auto;
@@ -21330,26 +21278,60 @@ textarea.v-field__input::placeholder {
21330
21278
 
21331
21279
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21332
21280
  padding-top: calc(var(--v-input-padding-top) + 0px);
21333
- }.v-item-group {
21334
- flex: 0 1 auto;
21335
- max-width: 100%;
21336
- position: relative;
21337
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21338
- }.v-layout {
21339
- --v-scrollbar-offset: 0px;
21281
+ }.v-divider {
21282
+ display: block;
21283
+ flex: 1 1 100%;
21284
+ height: 0px;
21285
+ max-height: 0px;
21286
+ opacity: var(--v-border-opacity);
21287
+ transition: inherit;
21288
+ border-style: solid;
21289
+ border-width: thin 0 0 0;
21290
+ }
21291
+ .v-divider--vertical {
21292
+ align-self: stretch;
21293
+ border-width: 0 thin 0 0;
21294
+ display: inline-flex;
21295
+ height: inherit;
21296
+ margin-left: -1px;
21297
+ max-height: 100%;
21298
+ max-width: 0px;
21299
+ vertical-align: text-bottom;
21300
+ width: 0px;
21301
+ }
21302
+ .v-divider--inset:not(.v-divider--vertical) {
21303
+ max-width: calc(100% - 72px);
21304
+ margin-inline-start: 72px;
21305
+ }
21306
+ .v-divider--inset.v-divider--vertical {
21307
+ margin-bottom: 8px;
21308
+ margin-top: 8px;
21309
+ max-height: calc(100% - 16px);
21310
+ }.v-infinite-scroll--horizontal {
21340
21311
  display: flex;
21341
- flex: 1 1 auto;
21312
+ flex-direction: row;
21313
+ overflow-x: auto;
21314
+ }
21315
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21316
+ height: 100%;
21317
+ width: 1px;
21318
+ }
21319
+
21320
+ .v-infinite-scroll--vertical {
21321
+ display: flex;
21322
+ flex-direction: column;
21323
+ overflow-y: auto;
21342
21324
  }
21343
- .v-layout--full-height {
21344
- --v-scrollbar-offset: inherit;
21345
- height: 100%;
21346
- }.v-layout-item {
21347
- position: absolute;
21348
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21325
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21326
+ height: 1px;
21327
+ width: 100%;
21349
21328
  }
21350
21329
 
21351
- .v-layout-item--absolute {
21352
- position: absolute;
21330
+ .v-infinite-scroll__side {
21331
+ align-items: center;
21332
+ display: flex;
21333
+ justify-content: center;
21334
+ padding: 8px;
21353
21335
  }.v-label {
21354
21336
  align-items: center;
21355
21337
  color: inherit;
@@ -21365,49 +21347,21 @@ textarea.v-field__input::placeholder {
21365
21347
 
21366
21348
  .v-label--clickable {
21367
21349
  cursor: pointer;
21368
- }.v-locale-provider {
21369
- display: contents;
21370
- }.v-main {
21371
- flex: 1 0 auto;
21372
- max-width: 100%;
21373
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21374
- padding-left: var(--v-layout-left);
21375
- padding-right: var(--v-layout-right);
21376
- padding-top: var(--v-layout-top);
21377
- padding-bottom: var(--v-layout-bottom);
21378
- }
21379
- .v-main__scroller {
21380
- max-width: 100%;
21381
- position: relative;
21382
- }
21383
- .v-main--scrollable {
21350
+ }.v-layout {
21351
+ --v-scrollbar-offset: 0px;
21384
21352
  display: flex;
21385
- position: absolute;
21386
- top: 0;
21387
- left: 0;
21388
- width: 100%;
21389
- height: 100%;
21390
- }
21391
- .v-main--scrollable > .v-main__scroller {
21392
21353
  flex: 1 1 auto;
21393
- overflow-y: auto;
21394
- --v-layout-left: 0px;
21395
- --v-layout-right: 0px;
21396
- --v-layout-top: 0px;
21397
- --v-layout-bottom: 0px;
21398
- }.v-menu > .v-overlay__content {
21399
- display: flex;
21400
- flex-direction: column;
21401
- border-radius: 4px;
21402
21354
  }
21403
- .v-menu > .v-overlay__content > .v-card,
21404
- .v-menu > .v-overlay__content > .v-sheet,
21405
- .v-menu > .v-overlay__content > .v-list {
21406
- background: rgb(var(--v-theme-surface));
21407
- border-radius: inherit;
21408
- overflow: auto;
21355
+ .v-layout--full-height {
21356
+ --v-scrollbar-offset: inherit;
21409
21357
  height: 100%;
21410
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21358
+ }.v-layout-item {
21359
+ position: absolute;
21360
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21361
+ }
21362
+
21363
+ .v-layout-item--absolute {
21364
+ position: absolute;
21411
21365
  }.v-list {
21412
21366
  overflow: auto;
21413
21367
  padding: 8px 0;
@@ -21942,6 +21896,65 @@ textarea.v-field__input::placeholder {
21942
21896
  }
21943
21897
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
21944
21898
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21899
+ }.v-locale-provider {
21900
+ display: contents;
21901
+ }.v-menu > .v-overlay__content {
21902
+ display: flex;
21903
+ flex-direction: column;
21904
+ border-radius: 4px;
21905
+ }
21906
+ .v-menu > .v-overlay__content > .v-card,
21907
+ .v-menu > .v-overlay__content > .v-sheet,
21908
+ .v-menu > .v-overlay__content > .v-list {
21909
+ background: rgb(var(--v-theme-surface));
21910
+ border-radius: inherit;
21911
+ overflow: auto;
21912
+ height: 100%;
21913
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
21914
+ }.v-main {
21915
+ flex: 1 0 auto;
21916
+ max-width: 100%;
21917
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21918
+ padding-left: var(--v-layout-left);
21919
+ padding-right: var(--v-layout-right);
21920
+ padding-top: var(--v-layout-top);
21921
+ padding-bottom: var(--v-layout-bottom);
21922
+ }
21923
+ .v-main__scroller {
21924
+ max-width: 100%;
21925
+ position: relative;
21926
+ }
21927
+ .v-main--scrollable {
21928
+ display: flex;
21929
+ position: absolute;
21930
+ top: 0;
21931
+ left: 0;
21932
+ width: 100%;
21933
+ height: 100%;
21934
+ }
21935
+ .v-main--scrollable > .v-main__scroller {
21936
+ flex: 1 1 auto;
21937
+ overflow-y: auto;
21938
+ --v-layout-left: 0px;
21939
+ --v-layout-right: 0px;
21940
+ --v-layout-top: 0px;
21941
+ --v-layout-bottom: 0px;
21942
+ }.v-messages {
21943
+ flex: 1 1 auto;
21944
+ font-size: 12px;
21945
+ min-height: 14px;
21946
+ min-width: 1px;
21947
+ opacity: var(--v-medium-emphasis-opacity);
21948
+ position: relative;
21949
+ }
21950
+ .v-messages__message {
21951
+ line-height: 12px;
21952
+ word-break: break-word;
21953
+ overflow-wrap: break-word;
21954
+ word-wrap: break-word;
21955
+ -webkit-hyphens: auto;
21956
+ hyphens: auto;
21957
+ transition-duration: 150ms;
21945
21958
  }.v-navigation-drawer {
21946
21959
  -webkit-overflow-scrolling: touch;
21947
21960
  background: rgb(var(--v-theme-surface));
@@ -22040,85 +22053,6 @@ textarea.v-field__input::placeholder {
22040
22053
  .v-navigation-drawer__append {
22041
22054
  flex: none;
22042
22055
  overflow: hidden;
22043
- }.v-messages {
22044
- flex: 1 1 auto;
22045
- font-size: 12px;
22046
- min-height: 14px;
22047
- min-width: 1px;
22048
- opacity: var(--v-medium-emphasis-opacity);
22049
- position: relative;
22050
- }
22051
- .v-messages__message {
22052
- line-height: 12px;
22053
- word-break: break-word;
22054
- overflow-wrap: break-word;
22055
- word-wrap: break-word;
22056
- -webkit-hyphens: auto;
22057
- hyphens: auto;
22058
- transition-duration: 150ms;
22059
- }.v-overlay-container {
22060
- contain: layout;
22061
- left: 0;
22062
- pointer-events: none;
22063
- position: absolute;
22064
- top: 0;
22065
- display: contents;
22066
- }
22067
-
22068
- .v-overlay-scroll-blocked {
22069
- padding-inline-end: var(--v-scrollbar-offset);
22070
- }
22071
- .v-overlay-scroll-blocked:not(html) {
22072
- overflow-y: hidden !important;
22073
- }
22074
- html.v-overlay-scroll-blocked {
22075
- position: fixed;
22076
- top: var(--v-body-scroll-y);
22077
- left: var(--v-body-scroll-x);
22078
- width: 100%;
22079
- height: 100%;
22080
- }
22081
-
22082
- .v-overlay {
22083
- border-radius: inherit;
22084
- display: flex;
22085
- left: 0;
22086
- pointer-events: none;
22087
- position: fixed;
22088
- top: 0;
22089
- bottom: 0;
22090
- right: 0;
22091
- }
22092
-
22093
- .v-overlay__content {
22094
- outline: none;
22095
- position: absolute;
22096
- pointer-events: auto;
22097
- contain: layout;
22098
- }
22099
-
22100
- .v-overlay__scrim {
22101
- pointer-events: auto;
22102
- background: rgb(var(--v-theme-on-surface));
22103
- border-radius: inherit;
22104
- bottom: 0;
22105
- left: 0;
22106
- opacity: 0.32;
22107
- position: fixed;
22108
- right: 0;
22109
- top: 0;
22110
- }
22111
-
22112
- .v-overlay--absolute {
22113
- position: absolute;
22114
- }
22115
-
22116
- .v-overlay--contained .v-overlay__scrim {
22117
- position: absolute;
22118
- }
22119
-
22120
- .v-overlay--scroll-blocked {
22121
- padding-inline-end: var(--v-scrollbar-offset);
22122
22056
  }.v-otp-input {
22123
22057
  border-radius: 4px;
22124
22058
  align-items: center;
@@ -22166,122 +22100,83 @@ html.v-overlay-scroll-blocked {
22166
22100
  -moz-appearance: textfield;
22167
22101
  }
22168
22102
 
22169
- .v-otp-input__loader {
22170
- align-items: center;
22171
- display: flex;
22172
- height: 100%;
22173
- justify-content: center;
22174
- width: 100%;
22175
- }.v-pagination__list {
22176
- display: inline-flex;
22177
- list-style-type: none;
22178
- justify-content: center;
22179
- width: 100%;
22180
- }
22181
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22182
- margin: 0.3rem;
22183
- }.v-progress-circular {
22184
- align-items: center;
22185
- display: inline-flex;
22186
- justify-content: center;
22187
- position: relative;
22188
- vertical-align: middle;
22189
- }
22190
- .v-progress-circular > svg {
22191
- width: 100%;
22192
- height: 100%;
22193
- margin: auto;
22194
- position: absolute;
22195
- top: 0;
22196
- bottom: 0;
22197
- left: 0;
22198
- right: 0;
22199
- z-index: 0;
22200
- }
22201
-
22202
- .v-progress-circular__content {
22203
- align-items: center;
22204
- display: flex;
22205
- justify-content: center;
22206
- }
22207
-
22208
- .v-progress-circular__underlay {
22209
- color: rgba(var(--v-border-color), var(--v-border-opacity));
22210
- stroke: currentColor;
22211
- z-index: 1;
22212
- }
22213
-
22214
- .v-progress-circular__overlay {
22215
- stroke: currentColor;
22216
- transition: all 0.2s ease-in-out, stroke-width 0s;
22217
- z-index: 2;
22218
- }
22219
-
22220
- .v-progress-circular--size-x-small {
22221
- height: 16px;
22222
- width: 16px;
22223
- }
22224
- .v-progress-circular--size-small {
22225
- height: 24px;
22226
- width: 24px;
22103
+ .v-otp-input__loader {
22104
+ align-items: center;
22105
+ display: flex;
22106
+ height: 100%;
22107
+ justify-content: center;
22108
+ width: 100%;
22109
+ }.v-overlay-container {
22110
+ contain: layout;
22111
+ left: 0;
22112
+ pointer-events: none;
22113
+ position: absolute;
22114
+ top: 0;
22115
+ display: contents;
22227
22116
  }
22228
- .v-progress-circular--size-default {
22229
- height: 32px;
22230
- width: 32px;
22117
+
22118
+ .v-overlay-scroll-blocked {
22119
+ padding-inline-end: var(--v-scrollbar-offset);
22231
22120
  }
22232
- .v-progress-circular--size-large {
22233
- height: 48px;
22234
- width: 48px;
22121
+ .v-overlay-scroll-blocked:not(html) {
22122
+ overflow-y: hidden !important;
22235
22123
  }
22236
- .v-progress-circular--size-x-large {
22237
- height: 64px;
22238
- width: 64px;
22124
+ html.v-overlay-scroll-blocked {
22125
+ position: fixed;
22126
+ top: var(--v-body-scroll-y);
22127
+ left: var(--v-body-scroll-x);
22128
+ width: 100%;
22129
+ height: 100%;
22239
22130
  }
22240
22131
 
22241
- .v-progress-circular--indeterminate > svg {
22242
- animation: progress-circular-rotate 1.4s linear infinite;
22243
- transform-origin: center center;
22244
- transition: all 0.2s ease-in-out;
22132
+ .v-overlay {
22133
+ border-radius: inherit;
22134
+ display: flex;
22135
+ left: 0;
22136
+ pointer-events: none;
22137
+ position: fixed;
22138
+ top: 0;
22139
+ bottom: 0;
22140
+ right: 0;
22245
22141
  }
22246
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
22247
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22248
- stroke-dasharray: 25, 200;
22249
- stroke-dashoffset: 0;
22250
- stroke-linecap: round;
22251
- transform-origin: center center;
22252
- transform: rotate(-90deg);
22142
+
22143
+ .v-overlay__content {
22144
+ outline: none;
22145
+ position: absolute;
22146
+ pointer-events: auto;
22147
+ contain: layout;
22253
22148
  }
22254
22149
 
22255
- .v-progress-circular--disable-shrink > svg {
22256
- animation-duration: 0.7s;
22150
+ .v-overlay__scrim {
22151
+ pointer-events: auto;
22152
+ background: rgb(var(--v-theme-on-surface));
22153
+ border-radius: inherit;
22154
+ bottom: 0;
22155
+ left: 0;
22156
+ opacity: 0.32;
22157
+ position: fixed;
22158
+ right: 0;
22159
+ top: 0;
22257
22160
  }
22258
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22259
- animation: none;
22161
+
22162
+ .v-overlay--absolute {
22163
+ position: absolute;
22260
22164
  }
22261
22165
 
22262
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22263
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22264
- animation-play-state: paused !important;
22166
+ .v-overlay--contained .v-overlay__scrim {
22167
+ position: absolute;
22265
22168
  }
22266
22169
 
22267
- @keyframes progress-circular-dash {
22268
- 0% {
22269
- stroke-dasharray: 1, 200;
22270
- stroke-dashoffset: 0px;
22271
- }
22272
- 50% {
22273
- stroke-dasharray: 100, 200;
22274
- stroke-dashoffset: -15px;
22275
- }
22276
- 100% {
22277
- stroke-dasharray: 100, 200;
22278
- stroke-dashoffset: -124px;
22279
- }
22170
+ .v-overlay--scroll-blocked {
22171
+ padding-inline-end: var(--v-scrollbar-offset);
22172
+ }.v-pagination__list {
22173
+ display: inline-flex;
22174
+ list-style-type: none;
22175
+ justify-content: center;
22176
+ width: 100%;
22280
22177
  }
22281
- @keyframes progress-circular-rotate {
22282
- 100% {
22283
- transform: rotate(270deg);
22284
- }
22178
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22179
+ margin: 0.3rem;
22285
22180
  }.v-parallax {
22286
22181
  position: relative;
22287
22182
  overflow: hidden;
@@ -22419,84 +22314,186 @@ html.v-overlay-scroll-blocked {
22419
22314
  .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
22420
22315
  animation-play-state: running;
22421
22316
  }
22422
- .v-progress-linear--active .v-progress-linear__stream {
22423
- animation-play-state: running;
22317
+ .v-progress-linear--active .v-progress-linear__stream {
22318
+ animation-play-state: running;
22319
+ }
22320
+
22321
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate,
22322
+ .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
22323
+ .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
22324
+ border-radius: 9999px;
22325
+ }
22326
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate {
22327
+ border-start-start-radius: 0;
22328
+ border-end-start-radius: 0;
22329
+ }
22330
+
22331
+ @keyframes indeterminate-ltr {
22332
+ 0% {
22333
+ left: -90%;
22334
+ right: 100%;
22335
+ }
22336
+ 60% {
22337
+ left: -90%;
22338
+ right: 100%;
22339
+ }
22340
+ 100% {
22341
+ left: 100%;
22342
+ right: -35%;
22343
+ }
22344
+ }
22345
+ @keyframes indeterminate-rtl {
22346
+ 0% {
22347
+ left: 100%;
22348
+ right: -90%;
22349
+ }
22350
+ 60% {
22351
+ left: 100%;
22352
+ right: -90%;
22353
+ }
22354
+ 100% {
22355
+ left: -35%;
22356
+ right: 100%;
22357
+ }
22358
+ }
22359
+ @keyframes indeterminate-short-ltr {
22360
+ 0% {
22361
+ left: -200%;
22362
+ right: 100%;
22363
+ }
22364
+ 60% {
22365
+ left: 107%;
22366
+ right: -8%;
22367
+ }
22368
+ 100% {
22369
+ left: 107%;
22370
+ right: -8%;
22371
+ }
22372
+ }
22373
+ @keyframes indeterminate-short-rtl {
22374
+ 0% {
22375
+ left: 100%;
22376
+ right: -200%;
22377
+ }
22378
+ 60% {
22379
+ left: -8%;
22380
+ right: 107%;
22381
+ }
22382
+ 100% {
22383
+ left: -8%;
22384
+ right: 107%;
22385
+ }
22386
+ }
22387
+ @keyframes stream {
22388
+ to {
22389
+ transform: translateX(var(--v-progress-linear-stream-to));
22390
+ }
22391
+ }
22392
+ @keyframes progress-linear-stripes {
22393
+ 0% {
22394
+ background-position-x: var(--v-progress-linear-height);
22395
+ }
22396
+ }.v-progress-circular {
22397
+ align-items: center;
22398
+ display: inline-flex;
22399
+ justify-content: center;
22400
+ position: relative;
22401
+ vertical-align: middle;
22402
+ }
22403
+ .v-progress-circular > svg {
22404
+ width: 100%;
22405
+ height: 100%;
22406
+ margin: auto;
22407
+ position: absolute;
22408
+ top: 0;
22409
+ bottom: 0;
22410
+ left: 0;
22411
+ right: 0;
22412
+ z-index: 0;
22413
+ }
22414
+
22415
+ .v-progress-circular__content {
22416
+ align-items: center;
22417
+ display: flex;
22418
+ justify-content: center;
22419
+ }
22420
+
22421
+ .v-progress-circular__underlay {
22422
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
22423
+ stroke: currentColor;
22424
+ z-index: 1;
22425
+ }
22426
+
22427
+ .v-progress-circular__overlay {
22428
+ stroke: currentColor;
22429
+ transition: all 0.2s ease-in-out, stroke-width 0s;
22430
+ z-index: 2;
22431
+ }
22432
+
22433
+ .v-progress-circular--size-x-small {
22434
+ height: 16px;
22435
+ width: 16px;
22436
+ }
22437
+ .v-progress-circular--size-small {
22438
+ height: 24px;
22439
+ width: 24px;
22440
+ }
22441
+ .v-progress-circular--size-default {
22442
+ height: 32px;
22443
+ width: 32px;
22444
+ }
22445
+ .v-progress-circular--size-large {
22446
+ height: 48px;
22447
+ width: 48px;
22448
+ }
22449
+ .v-progress-circular--size-x-large {
22450
+ height: 64px;
22451
+ width: 64px;
22452
+ }
22453
+
22454
+ .v-progress-circular--indeterminate > svg {
22455
+ animation: progress-circular-rotate 1.4s linear infinite;
22456
+ transform-origin: center center;
22457
+ transition: all 0.2s ease-in-out;
22458
+ }
22459
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
22460
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22461
+ stroke-dasharray: 25, 200;
22462
+ stroke-dashoffset: 0;
22463
+ stroke-linecap: round;
22464
+ transform-origin: center center;
22465
+ transform: rotate(-90deg);
22424
22466
  }
22425
22467
 
22426
- .v-progress-linear--rounded-bar .v-progress-linear__determinate,
22427
- .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
22428
- .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
22429
- border-radius: 9999px;
22468
+ .v-progress-circular--disable-shrink > svg {
22469
+ animation-duration: 0.7s;
22430
22470
  }
22431
- .v-progress-linear--rounded-bar .v-progress-linear__determinate {
22432
- border-start-start-radius: 0;
22433
- border-end-start-radius: 0;
22471
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22472
+ animation: none;
22434
22473
  }
22435
22474
 
22436
- @keyframes indeterminate-ltr {
22437
- 0% {
22438
- left: -90%;
22439
- right: 100%;
22440
- }
22441
- 60% {
22442
- left: -90%;
22443
- right: 100%;
22444
- }
22445
- 100% {
22446
- left: 100%;
22447
- right: -35%;
22448
- }
22449
- }
22450
- @keyframes indeterminate-rtl {
22451
- 0% {
22452
- left: 100%;
22453
- right: -90%;
22454
- }
22455
- 60% {
22456
- left: 100%;
22457
- right: -90%;
22458
- }
22459
- 100% {
22460
- left: -35%;
22461
- right: 100%;
22462
- }
22475
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22476
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22477
+ animation-play-state: paused !important;
22463
22478
  }
22464
- @keyframes indeterminate-short-ltr {
22479
+
22480
+ @keyframes progress-circular-dash {
22465
22481
  0% {
22466
- left: -200%;
22467
- right: 100%;
22482
+ stroke-dasharray: 1, 200;
22483
+ stroke-dashoffset: 0px;
22468
22484
  }
22469
- 60% {
22470
- left: 107%;
22471
- right: -8%;
22485
+ 50% {
22486
+ stroke-dasharray: 100, 200;
22487
+ stroke-dashoffset: -15px;
22472
22488
  }
22473
22489
  100% {
22474
- left: 107%;
22475
- right: -8%;
22490
+ stroke-dasharray: 100, 200;
22491
+ stroke-dashoffset: -124px;
22476
22492
  }
22477
22493
  }
22478
- @keyframes indeterminate-short-rtl {
22479
- 0% {
22480
- left: 100%;
22481
- right: -200%;
22482
- }
22483
- 60% {
22484
- left: -8%;
22485
- right: 107%;
22486
- }
22494
+ @keyframes progress-circular-rotate {
22487
22495
  100% {
22488
- left: -8%;
22489
- right: 107%;
22490
- }
22491
- }
22492
- @keyframes stream {
22493
- to {
22494
- transform: translateX(var(--v-progress-linear-stream-to));
22495
- }
22496
- }
22497
- @keyframes progress-linear-stripes {
22498
- 0% {
22499
- background-position-x: var(--v-progress-linear-height);
22496
+ transform: rotate(270deg);
22500
22497
  }
22501
22498
  }.v-radio-group > .v-input__control {
22502
22499
  flex-direction: column;
@@ -22615,38 +22612,187 @@ html.v-overlay-scroll-blocked {
22615
22612
  .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
22616
22613
  opacity: 0;
22617
22614
  }
22618
-
22619
- .v-rating__hidden {
22620
- height: 0;
22621
- opacity: 0;
22622
- position: absolute;
22623
- width: 0;
22624
- }.v-responsive {
22625
- display: flex;
22626
- flex: 1 0 auto;
22627
- max-height: 100%;
22628
- max-width: 100%;
22629
- overflow: hidden;
22630
- position: relative;
22615
+
22616
+ .v-rating__hidden {
22617
+ height: 0;
22618
+ opacity: 0;
22619
+ position: absolute;
22620
+ width: 0;
22621
+ }.v-responsive {
22622
+ display: flex;
22623
+ flex: 1 0 auto;
22624
+ max-height: 100%;
22625
+ max-width: 100%;
22626
+ overflow: hidden;
22627
+ position: relative;
22628
+ }
22629
+ .v-responsive--inline {
22630
+ display: inline-flex;
22631
+ flex: 0 0 auto;
22632
+ }
22633
+
22634
+ .v-responsive__content {
22635
+ flex: 1 0 0px;
22636
+ max-width: 100%;
22637
+ }
22638
+
22639
+ .v-responsive__sizer ~ .v-responsive__content {
22640
+ margin-inline-start: -100%;
22641
+ }
22642
+
22643
+ .v-responsive__sizer {
22644
+ flex: 1 0 0px;
22645
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22646
+ pointer-events: none;
22647
+ }.v-select .v-field .v-text-field__prefix,
22648
+ .v-select .v-field .v-text-field__suffix,
22649
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
22650
+ cursor: pointer;
22651
+ }
22652
+ .v-select .v-field .v-field__input > input {
22653
+ align-self: flex-start;
22654
+ opacity: 1;
22655
+ flex: 0 0;
22656
+ position: absolute;
22657
+ width: 100%;
22658
+ transition: none;
22659
+ pointer-events: none;
22660
+ caret-color: transparent;
22661
+ }
22662
+ .v-select .v-field--dirty .v-select__selection {
22663
+ margin-inline-end: 2px;
22664
+ }
22665
+ .v-select .v-select__selection-text {
22666
+ overflow: hidden;
22667
+ text-overflow: ellipsis;
22668
+ white-space: nowrap;
22669
+ }
22670
+ .v-select__content {
22671
+ overflow: hidden;
22672
+ 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));
22673
+ border-radius: 4px;
22674
+ }
22675
+ .v-select__selection {
22676
+ display: inline-flex;
22677
+ align-items: center;
22678
+ letter-spacing: inherit;
22679
+ line-height: inherit;
22680
+ max-width: 100%;
22681
+ }
22682
+ .v-select .v-select__selection:first-child {
22683
+ margin-inline-start: 0;
22684
+ }
22685
+ .v-select--selected .v-field .v-field__input > input {
22686
+ opacity: 0;
22687
+ }
22688
+ .v-select__menu-icon {
22689
+ margin-inline-start: 4px;
22690
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22691
+ }
22692
+ .v-select--active-menu .v-select__menu-icon {
22693
+ opacity: var(--v-high-emphasis-opacity);
22694
+ transform: rotate(180deg);
22695
+ }.v-selection-control {
22696
+ align-items: center;
22697
+ contain: layout;
22698
+ display: flex;
22699
+ flex: 1 0;
22700
+ grid-area: control;
22701
+ position: relative;
22702
+ -webkit-user-select: none;
22703
+ user-select: none;
22704
+ }
22705
+ .v-selection-control .v-label {
22706
+ white-space: normal;
22707
+ word-break: break-word;
22708
+ height: 100%;
22709
+ }
22710
+ .v-selection-control--disabled {
22711
+ opacity: var(--v-disabled-opacity);
22712
+ pointer-events: none;
22713
+ }
22714
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22715
+ opacity: 1;
22716
+ }
22717
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22718
+ color: rgb(var(--v-theme-error));
22719
+ }
22720
+ .v-selection-control--inline {
22721
+ display: inline-flex;
22722
+ flex: 0 0 auto;
22723
+ min-width: 0;
22724
+ max-width: 100%;
22725
+ }
22726
+ .v-selection-control--inline .v-label {
22727
+ width: auto;
22728
+ }
22729
+ .v-selection-control--density-default {
22730
+ --v-selection-control-size: 40px;
22731
+ }
22732
+
22733
+ .v-selection-control--density-comfortable {
22734
+ --v-selection-control-size: 36px;
22735
+ }
22736
+
22737
+ .v-selection-control--density-compact {
22738
+ --v-selection-control-size: 28px;
22739
+ }
22740
+
22741
+ .v-selection-control__wrapper {
22742
+ width: var(--v-selection-control-size);
22743
+ height: var(--v-selection-control-size);
22744
+ display: inline-flex;
22745
+ align-items: center;
22746
+ position: relative;
22747
+ justify-content: center;
22748
+ flex: none;
22749
+ }
22750
+
22751
+ .v-selection-control__input {
22752
+ width: var(--v-selection-control-size);
22753
+ height: var(--v-selection-control-size);
22754
+ align-items: center;
22755
+ display: flex;
22756
+ flex: none;
22757
+ justify-content: center;
22758
+ position: relative;
22759
+ border-radius: 50%;
22760
+ }
22761
+ .v-selection-control__input input {
22762
+ cursor: pointer;
22763
+ position: absolute;
22764
+ left: 0;
22765
+ top: 0;
22766
+ width: 100%;
22767
+ height: 100%;
22768
+ opacity: 0;
22769
+ }
22770
+ .v-selection-control__input::before {
22771
+ content: "";
22772
+ position: absolute;
22773
+ top: 0;
22774
+ left: 0;
22775
+ width: 100%;
22776
+ height: 100%;
22777
+ border-radius: 100%;
22778
+ background-color: currentColor;
22779
+ opacity: 0;
22780
+ pointer-events: none;
22781
+ }
22782
+ .v-selection-control__input:hover::before {
22783
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22631
22784
  }
22632
- .v-responsive--inline {
22633
- display: inline-flex;
22634
- flex: 0 0 auto;
22785
+ .v-selection-control__input > .v-icon {
22786
+ opacity: var(--v-medium-emphasis-opacity);
22635
22787
  }
22636
-
22637
- .v-responsive__content {
22638
- flex: 1 0 0px;
22639
- max-width: 100%;
22788
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
22789
+ opacity: 1;
22640
22790
  }
22641
-
22642
- .v-responsive__sizer ~ .v-responsive__content {
22643
- margin-inline-start: -100%;
22791
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
22792
+ color: rgb(var(--v-theme-error));
22644
22793
  }
22645
-
22646
- .v-responsive__sizer {
22647
- flex: 1 0 0px;
22648
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22649
- pointer-events: none;
22794
+ .v-selection-control--focus-visible .v-selection-control__input::before {
22795
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22650
22796
  }.v-sheet {
22651
22797
  display: block;
22652
22798
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -22683,54 +22829,48 @@ html.v-overlay-scroll-blocked {
22683
22829
  .v-selection-control-group--inline {
22684
22830
  flex-direction: row;
22685
22831
  flex-wrap: wrap;
22686
- }.v-select .v-field .v-text-field__prefix,
22687
- .v-select .v-field .v-text-field__suffix,
22688
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
22832
+ }.v-slide-group {
22833
+ display: flex;
22834
+ overflow: hidden;
22835
+ }
22836
+
22837
+ .v-slide-group__next,
22838
+ .v-slide-group__prev {
22839
+ align-items: center;
22840
+ display: flex;
22841
+ flex: 0 1 52px;
22842
+ justify-content: center;
22843
+ min-width: 52px;
22689
22844
  cursor: pointer;
22690
22845
  }
22691
- .v-select .v-field .v-field__input > input {
22692
- align-self: flex-start;
22693
- opacity: 1;
22694
- flex: 0 0;
22695
- position: absolute;
22696
- width: 100%;
22697
- transition: none;
22846
+ .v-slide-group__next--disabled,
22847
+ .v-slide-group__prev--disabled {
22698
22848
  pointer-events: none;
22699
- caret-color: transparent;
22700
- }
22701
- .v-select .v-field--dirty .v-select__selection {
22702
- margin-inline-end: 2px;
22849
+ opacity: var(--v-disabled-opacity);
22703
22850
  }
22704
- .v-select .v-select__selection-text {
22705
- overflow: hidden;
22706
- text-overflow: ellipsis;
22851
+
22852
+ .v-slide-group__content {
22853
+ display: flex;
22854
+ flex: 1 0 auto;
22855
+ position: relative;
22856
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
22707
22857
  white-space: nowrap;
22708
22858
  }
22709
- .v-select__content {
22710
- overflow: hidden;
22711
- 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));
22712
- border-radius: 4px;
22713
- }
22714
- .v-select__selection {
22715
- display: inline-flex;
22716
- align-items: center;
22717
- letter-spacing: inherit;
22718
- line-height: inherit;
22719
- max-width: 100%;
22720
- }
22721
- .v-select .v-select__selection:first-child {
22722
- margin-inline-start: 0;
22723
- }
22724
- .v-select--selected .v-field .v-field__input > input {
22725
- opacity: 0;
22859
+ .v-slide-group__content > * {
22860
+ white-space: initial;
22726
22861
  }
22727
- .v-select__menu-icon {
22728
- margin-inline-start: 4px;
22729
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22862
+
22863
+ .v-slide-group__container {
22864
+ contain: content;
22865
+ display: flex;
22866
+ flex: 1 1 auto;
22867
+ overflow: hidden;
22730
22868
  }
22731
- .v-select--active-menu .v-select__menu-icon {
22732
- opacity: var(--v-high-emphasis-opacity);
22733
- transform: rotate(180deg);
22869
+
22870
+ .v-slide-group--vertical,
22871
+ .v-slide-group--vertical .v-slide-group__container,
22872
+ .v-slide-group--vertical .v-slide-group__content {
22873
+ flex-direction: column;
22734
22874
  }.v-skeleton-loader {
22735
22875
  align-items: center;
22736
22876
  background: rgb(var(--v-theme-surface));
@@ -22925,178 +23065,35 @@ html.v-overlay-scroll-blocked {
22925
23065
  height: 16px;
22926
23066
  border-radius: 8px;
22927
23067
  }
22928
- .v-skeleton-loader__text {
22929
- border-radius: 6px;
22930
- margin: 16px;
22931
- height: 12px;
22932
- }
22933
- .v-skeleton-loader__text + .v-skeleton-loader__text {
22934
- margin-top: -8px;
22935
- max-width: 50%;
22936
- }
22937
- .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
22938
- max-width: 70%;
22939
- }
22940
- .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
22941
- display: none;
22942
- }
22943
- .v-skeleton-loader--is-loading {
22944
- overflow: hidden;
22945
- }
22946
- .v-skeleton-loader--tile {
22947
- border-radius: 0;
22948
- }
22949
- .v-skeleton-loader--tile .v-skeleton-loader__bone {
22950
- border-radius: 0;
22951
- }
22952
-
22953
- @keyframes loading {
22954
- 100% {
22955
- transform: translateX(100%);
22956
- }
22957
- }.v-selection-control {
22958
- align-items: center;
22959
- contain: layout;
22960
- display: flex;
22961
- flex: 1 0;
22962
- grid-area: control;
22963
- position: relative;
22964
- -webkit-user-select: none;
22965
- user-select: none;
22966
- }
22967
- .v-selection-control .v-label {
22968
- white-space: normal;
22969
- word-break: break-word;
22970
- height: 100%;
22971
- }
22972
- .v-selection-control--disabled {
22973
- opacity: var(--v-disabled-opacity);
22974
- pointer-events: none;
22975
- }
22976
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22977
- opacity: 1;
22978
- }
22979
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22980
- color: rgb(var(--v-theme-error));
22981
- }
22982
- .v-selection-control--inline {
22983
- display: inline-flex;
22984
- flex: 0 0 auto;
22985
- min-width: 0;
22986
- max-width: 100%;
22987
- }
22988
- .v-selection-control--inline .v-label {
22989
- width: auto;
22990
- }
22991
- .v-selection-control--density-default {
22992
- --v-selection-control-size: 40px;
22993
- }
22994
-
22995
- .v-selection-control--density-comfortable {
22996
- --v-selection-control-size: 36px;
22997
- }
22998
-
22999
- .v-selection-control--density-compact {
23000
- --v-selection-control-size: 28px;
23001
- }
23002
-
23003
- .v-selection-control__wrapper {
23004
- width: var(--v-selection-control-size);
23005
- height: var(--v-selection-control-size);
23006
- display: inline-flex;
23007
- align-items: center;
23008
- position: relative;
23009
- justify-content: center;
23010
- flex: none;
23011
- }
23012
-
23013
- .v-selection-control__input {
23014
- width: var(--v-selection-control-size);
23015
- height: var(--v-selection-control-size);
23016
- align-items: center;
23017
- display: flex;
23018
- flex: none;
23019
- justify-content: center;
23020
- position: relative;
23021
- border-radius: 50%;
23022
- }
23023
- .v-selection-control__input input {
23024
- cursor: pointer;
23025
- position: absolute;
23026
- left: 0;
23027
- top: 0;
23028
- width: 100%;
23029
- height: 100%;
23030
- opacity: 0;
23031
- }
23032
- .v-selection-control__input::before {
23033
- content: "";
23034
- position: absolute;
23035
- top: 0;
23036
- left: 0;
23037
- width: 100%;
23038
- height: 100%;
23039
- border-radius: 100%;
23040
- background-color: currentColor;
23041
- opacity: 0;
23042
- pointer-events: none;
23043
- }
23044
- .v-selection-control__input:hover::before {
23045
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23046
- }
23047
- .v-selection-control__input > .v-icon {
23048
- opacity: var(--v-medium-emphasis-opacity);
23049
- }
23050
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
23051
- opacity: 1;
23052
- }
23053
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23054
- color: rgb(var(--v-theme-error));
23055
- }
23056
- .v-selection-control--focus-visible .v-selection-control__input::before {
23057
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23058
- }.v-slide-group {
23059
- display: flex;
23060
- overflow: hidden;
23061
- }
23062
-
23063
- .v-slide-group__next,
23064
- .v-slide-group__prev {
23065
- align-items: center;
23066
- display: flex;
23067
- flex: 0 1 52px;
23068
- justify-content: center;
23069
- min-width: 52px;
23070
- cursor: pointer;
23068
+ .v-skeleton-loader__text {
23069
+ border-radius: 6px;
23070
+ margin: 16px;
23071
+ height: 12px;
23071
23072
  }
23072
- .v-slide-group__next--disabled,
23073
- .v-slide-group__prev--disabled {
23074
- pointer-events: none;
23075
- opacity: var(--v-disabled-opacity);
23073
+ .v-skeleton-loader__text + .v-skeleton-loader__text {
23074
+ margin-top: -8px;
23075
+ max-width: 50%;
23076
23076
  }
23077
-
23078
- .v-slide-group__content {
23079
- display: flex;
23080
- flex: 1 0 auto;
23081
- position: relative;
23082
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23083
- white-space: nowrap;
23077
+ .v-skeleton-loader__text + .v-skeleton-loader__text + .v-skeleton-loader__text {
23078
+ max-width: 70%;
23084
23079
  }
23085
- .v-slide-group__content > * {
23086
- white-space: initial;
23080
+ .v-skeleton-loader--boilerplate .v-skeleton-loader__bone:after {
23081
+ display: none;
23087
23082
  }
23088
-
23089
- .v-slide-group__container {
23090
- contain: content;
23091
- display: flex;
23092
- flex: 1 1 auto;
23083
+ .v-skeleton-loader--is-loading {
23093
23084
  overflow: hidden;
23094
23085
  }
23086
+ .v-skeleton-loader--tile {
23087
+ border-radius: 0;
23088
+ }
23089
+ .v-skeleton-loader--tile .v-skeleton-loader__bone {
23090
+ border-radius: 0;
23091
+ }
23095
23092
 
23096
- .v-slide-group--vertical,
23097
- .v-slide-group--vertical .v-slide-group__container,
23098
- .v-slide-group--vertical .v-slide-group__content {
23099
- flex-direction: column;
23093
+ @keyframes loading {
23094
+ 100% {
23095
+ transform: translateX(100%);
23096
+ }
23100
23097
  }.v-snackbar {
23101
23098
  justify-content: center;
23102
23099
  z-index: 10000;
@@ -23216,122 +23213,6 @@ html.v-overlay-scroll-blocked {
23216
23213
  }
23217
23214
  .v-snackbar-transition-leave-to {
23218
23215
  opacity: 0;
23219
- }.v-stepper.v-sheet {
23220
- 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));
23221
- border-radius: 4px;
23222
- overflow: hidden;
23223
- }
23224
- .v-stepper.v-sheet.v-stepper--flat {
23225
- 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));
23226
- }
23227
-
23228
- .v-stepper-header {
23229
- 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));
23230
- align-items: center;
23231
- display: flex;
23232
- position: relative;
23233
- overflow-x: auto;
23234
- justify-content: space-between;
23235
- z-index: 1;
23236
- }
23237
- .v-stepper-header .v-divider {
23238
- margin: 0 -16px;
23239
- }
23240
- .v-stepper-header .v-divider:last-child {
23241
- margin-inline-end: 0;
23242
- }
23243
- .v-stepper-header .v-divider:first-child {
23244
- margin-inline-start: 0;
23245
- }
23246
- .v-stepper--alt-labels .v-stepper-header {
23247
- height: auto;
23248
- }
23249
- .v-stepper--alt-labels .v-stepper-header .v-divider {
23250
- align-self: flex-start;
23251
- margin: 35px -67px 0;
23252
- }
23253
-
23254
- .v-stepper-window {
23255
- margin: 1.5rem;
23256
- }
23257
-
23258
- .v-stepper-actions {
23259
- display: flex;
23260
- align-items: center;
23261
- justify-content: space-between;
23262
- padding: 1rem;
23263
- }
23264
- .v-stepper .v-stepper-actions {
23265
- padding: 0 1.5rem 1rem;
23266
- }
23267
- .v-stepper-window-item .v-stepper-actions {
23268
- padding: 1.5rem 0 0;
23269
- }.v-stepper-item {
23270
- align-items: center;
23271
- align-self: stretch;
23272
- display: inline-flex;
23273
- flex: none;
23274
- opacity: var(--v-medium-emphasis-opacity);
23275
- padding: 1.5rem;
23276
- transition-duration: 0.2s;
23277
- transition-property: opacity;
23278
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23279
- }
23280
- .v-stepper-item--selected {
23281
- opacity: 1;
23282
- }
23283
- .v-stepper-item--error {
23284
- color: rgb(var(--v-theme-error));
23285
- }
23286
- .v-stepper-item--disabled {
23287
- opacity: var(--v-medium-emphasis-opacity);
23288
- pointer-events: none;
23289
- }
23290
- .v-stepper--alt-labels .v-stepper-item {
23291
- flex-direction: column;
23292
- justify-content: flex-start;
23293
- align-items: center;
23294
- flex-basis: 175px;
23295
- }
23296
-
23297
- .v-stepper-item__avatar.v-avatar {
23298
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
23299
- color: rgb(var(--v-theme-on-surface-variant));
23300
- font-size: 0.75rem;
23301
- margin-inline-end: 8px;
23302
- }
23303
- .v-stepper-item__avatar.v-avatar .v-icon {
23304
- font-size: 0.875rem;
23305
- }
23306
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
23307
- background: rgb(var(--v-theme-surface-variant));
23308
- }
23309
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
23310
- background: rgb(var(--v-theme-error));
23311
- }
23312
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
23313
- margin-bottom: 16px;
23314
- margin-inline-end: 0;
23315
- }
23316
-
23317
- .v-stepper-item__title {
23318
- line-height: 1;
23319
- }
23320
- .v-stepper--mobile .v-stepper-item__title {
23321
- display: none;
23322
- }
23323
-
23324
- .v-stepper-item__subtitle {
23325
- font-size: 0.75rem;
23326
- text-align: left;
23327
- line-height: 1;
23328
- opacity: var(--v-medium-emphasis-opacity);
23329
- }
23330
- .v-stepper--alt-labels .v-stepper-item__subtitle {
23331
- text-align: center;
23332
- }
23333
- .v-stepper--mobile .v-stepper-item__subtitle {
23334
- display: none;
23335
23216
  }.v-switch .v-label {
23336
23217
  padding-inline-start: 10px;
23337
23218
  }
@@ -23417,107 +23298,12 @@ html.v-overlay-scroll-blocked {
23417
23298
  .v-switch.v-switch--indeterminate .v-selection-control__input {
23418
23299
  transform: scale(0.8);
23419
23300
  }
23420
- .v-switch.v-switch--indeterminate .v-switch__thumb {
23421
- transform: scale(0.75);
23422
- box-shadow: none;
23423
- }
23424
- .v-switch.v-switch--inset .v-selection-control__wrapper {
23425
- width: auto;
23426
- }.v-tabs {
23427
- display: flex;
23428
- height: var(--v-tabs-height);
23429
- }
23430
- .v-tabs--density-default {
23431
- --v-tabs-height: 48px;
23432
- }
23433
- .v-tabs--density-default.v-tabs--stacked {
23434
- --v-tabs-height: 72px;
23435
- }
23436
-
23437
- .v-tabs--density-comfortable {
23438
- --v-tabs-height: 44px;
23439
- }
23440
- .v-tabs--density-comfortable.v-tabs--stacked {
23441
- --v-tabs-height: 68px;
23442
- }
23443
-
23444
- .v-tabs--density-compact {
23445
- --v-tabs-height: 36px;
23446
- }
23447
- .v-tabs--density-compact.v-tabs--stacked {
23448
- --v-tabs-height: 60px;
23449
- }
23450
-
23451
- .v-tabs.v-slide-group--vertical {
23452
- height: auto;
23453
- flex: none;
23454
- --v-tabs-height: 48px;
23455
- }
23456
-
23457
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23458
- margin-inline-start: 42px;
23459
- }
23460
-
23461
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23462
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23463
- margin-inline-end: auto;
23464
- }
23465
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23466
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23467
- margin-inline-start: auto;
23468
- }
23469
-
23470
- .v-tabs--grow {
23471
- flex-grow: 1;
23472
- }
23473
- .v-tabs--grow .v-tab {
23474
- flex: 1 0 auto;
23475
- max-width: none;
23476
- }
23477
-
23478
- .v-tabs--align-tabs-end .v-tab:first-child {
23479
- margin-inline-start: auto;
23480
- }
23481
- .v-tabs--align-tabs-end .v-tab:last-child {
23482
- margin-inline-end: 0;
23483
- }
23484
-
23485
- @media (max-width: 1279.98px) {
23486
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23487
- margin-inline-start: 52px;
23488
- }
23489
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23490
- margin-inline-end: 52px;
23491
- }
23492
- }.v-tab.v-tab {
23493
- --v-btn-height: var(--v-tabs-height);
23494
- border-radius: 0;
23495
- min-width: 90px;
23496
- }
23497
- .v-slide-group--horizontal .v-tab {
23498
- max-width: 360px;
23499
- }
23500
- .v-slide-group--vertical .v-tab {
23501
- justify-content: start;
23502
- }
23503
-
23504
- .v-tab__slider {
23505
- position: absolute;
23506
- bottom: 0;
23507
- left: 0;
23508
- height: 2px;
23509
- width: 100%;
23510
- background: currentColor;
23511
- pointer-events: none;
23512
- opacity: 0;
23513
- }
23514
- .v-tab--selected .v-tab__slider {
23515
- opacity: 1;
23301
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
23302
+ transform: scale(0.75);
23303
+ box-shadow: none;
23516
23304
  }
23517
- .v-slide-group--vertical .v-tab__slider {
23518
- top: 0;
23519
- height: 100%;
23520
- width: 2px;
23305
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
23306
+ width: auto;
23521
23307
  }.v-system-bar {
23522
23308
  align-items: center;
23523
23309
  display: flex;
@@ -23555,109 +23341,102 @@ html.v-overlay-scroll-blocked {
23555
23341
  }
23556
23342
  .v-system-bar:not(.v-system-bar--absolute) {
23557
23343
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23558
- }.v-textarea .v-field {
23559
- --v-textarea-control-height: var(--v-input-control-height);
23344
+ }.v-tab.v-tab {
23345
+ --v-btn-height: var(--v-tabs-height);
23346
+ border-radius: 0;
23347
+ min-width: 90px;
23560
23348
  }
23561
- .v-textarea .v-field__field {
23562
- --v-input-control-height: var(--v-textarea-control-height);
23349
+ .v-slide-group--horizontal .v-tab {
23350
+ max-width: 360px;
23563
23351
  }
23564
- .v-textarea .v-field__input {
23565
- flex: 1 1 auto;
23566
- outline: none;
23567
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23568
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23352
+ .v-slide-group--vertical .v-tab {
23353
+ justify-content: start;
23569
23354
  }
23570
- .v-textarea .v-field__input.v-textarea__sizer {
23571
- visibility: hidden;
23355
+
23356
+ .v-tab__slider {
23572
23357
  position: absolute;
23573
- top: 0;
23358
+ bottom: 0;
23574
23359
  left: 0;
23575
- height: 0 !important;
23576
- min-height: 0 !important;
23360
+ height: 2px;
23361
+ width: 100%;
23362
+ background: currentColor;
23577
23363
  pointer-events: none;
23364
+ opacity: 0;
23578
23365
  }
23579
- .v-textarea--no-resize .v-field__input {
23580
- resize: none;
23581
- }
23582
- .v-textarea .v-field--no-label textarea,
23583
- .v-textarea .v-field--active textarea {
23366
+ .v-tab--selected .v-tab__slider {
23584
23367
  opacity: 1;
23585
23368
  }
23586
- .v-textarea textarea {
23587
- opacity: 0;
23588
- flex: 1;
23589
- min-width: 0;
23590
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23369
+ .v-slide-group--vertical .v-tab__slider {
23370
+ top: 0;
23371
+ height: 100%;
23372
+ width: 2px;
23373
+ }.v-tabs {
23374
+ display: flex;
23375
+ height: var(--v-tabs-height);
23591
23376
  }
23592
- .v-textarea textarea:focus, .v-textarea textarea:active {
23593
- outline: none;
23377
+ .v-tabs--density-default {
23378
+ --v-tabs-height: 48px;
23594
23379
  }
23595
- .v-textarea textarea:invalid {
23596
- box-shadow: none;
23597
- }/* region BLOCK */
23598
- .v-text-field input {
23599
- color: inherit;
23600
- opacity: 0;
23601
- flex: 1;
23602
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23603
- min-width: 0;
23380
+ .v-tabs--density-default.v-tabs--stacked {
23381
+ --v-tabs-height: 72px;
23604
23382
  }
23605
- .v-text-field input:focus, .v-text-field input:active {
23606
- outline: none;
23383
+
23384
+ .v-tabs--density-comfortable {
23385
+ --v-tabs-height: 44px;
23607
23386
  }
23608
- .v-text-field input:invalid {
23609
- box-shadow: none;
23387
+ .v-tabs--density-comfortable.v-tabs--stacked {
23388
+ --v-tabs-height: 68px;
23610
23389
  }
23611
- .v-text-field .v-field {
23612
- cursor: text;
23390
+
23391
+ .v-tabs--density-compact {
23392
+ --v-tabs-height: 36px;
23613
23393
  }
23614
- .v-text-field--prefixed.v-text-field .v-field__input {
23615
- --v-field-padding-start: 6px;
23394
+ .v-tabs--density-compact.v-tabs--stacked {
23395
+ --v-tabs-height: 60px;
23616
23396
  }
23617
23397
 
23618
- .v-text-field--suffixed.v-text-field .v-field__input {
23619
- --v-field-padding-end: 0;
23398
+ .v-tabs.v-slide-group--vertical {
23399
+ height: auto;
23400
+ flex: none;
23401
+ --v-tabs-height: 48px;
23620
23402
  }
23621
23403
 
23622
- .v-text-field .v-input__details {
23623
- padding-inline: 16px;
23404
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23405
+ margin-inline-start: 42px;
23624
23406
  }
23625
- .v-text-field .v-field--no-label input,
23626
- .v-text-field .v-field--active input {
23627
- opacity: 1;
23407
+
23408
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23409
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23410
+ margin-inline-end: auto;
23628
23411
  }
23629
- .v-text-field .v-field--single-line input {
23630
- transition: none;
23412
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23413
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23414
+ margin-inline-start: auto;
23631
23415
  }
23632
23416
 
23633
- /* endregion */
23634
- /* region ELEMENTS */
23635
- .v-text-field__prefix, .v-text-field__suffix {
23636
- align-items: center;
23637
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23638
- cursor: default;
23639
- display: flex;
23640
- opacity: 0;
23641
- transition: inherit;
23642
- white-space: nowrap;
23643
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23644
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23645
- padding-bottom: var(--v-field-padding-bottom, 6px);
23646
- }
23647
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23648
- opacity: 1;
23417
+ .v-tabs--grow {
23418
+ flex-grow: 1;
23649
23419
  }
23650
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23651
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23420
+ .v-tabs--grow .v-tab {
23421
+ flex: 1 0 auto;
23422
+ max-width: none;
23652
23423
  }
23653
- .v-text-field__prefix {
23654
- padding-inline-start: var(--v-field-padding-start);
23424
+
23425
+ .v-tabs--align-tabs-end .v-tab:first-child {
23426
+ margin-inline-start: auto;
23655
23427
  }
23656
- .v-text-field__suffix {
23657
- padding-inline-end: var(--v-field-padding-end);
23428
+ .v-tabs--align-tabs-end .v-tab:last-child {
23429
+ margin-inline-end: 0;
23658
23430
  }
23659
23431
 
23660
- /* endregion */.v-table {
23432
+ @media (max-width: 1279.98px) {
23433
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23434
+ margin-inline-start: 52px;
23435
+ }
23436
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23437
+ margin-inline-end: 52px;
23438
+ }
23439
+ }.v-table {
23661
23440
  background: rgb(var(--v-theme-surface));
23662
23441
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23663
23442
  transition-duration: 0.28s;
@@ -23808,6 +23587,111 @@ html.v-overlay-scroll-blocked {
23808
23587
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23809
23588
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23810
23589
  border-top: 0px !important;
23590
+ }.v-textarea .v-field {
23591
+ --v-textarea-control-height: var(--v-input-control-height);
23592
+ }
23593
+ .v-textarea .v-field__field {
23594
+ --v-input-control-height: var(--v-textarea-control-height);
23595
+ }
23596
+ .v-textarea .v-field__input {
23597
+ flex: 1 1 auto;
23598
+ outline: none;
23599
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23600
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
23601
+ }
23602
+ .v-textarea .v-field__input.v-textarea__sizer {
23603
+ visibility: hidden;
23604
+ position: absolute;
23605
+ top: 0;
23606
+ left: 0;
23607
+ height: 0 !important;
23608
+ min-height: 0 !important;
23609
+ pointer-events: none;
23610
+ }
23611
+ .v-textarea--no-resize .v-field__input {
23612
+ resize: none;
23613
+ }
23614
+ .v-textarea .v-field--no-label textarea,
23615
+ .v-textarea .v-field--active textarea {
23616
+ opacity: 1;
23617
+ }
23618
+ .v-textarea textarea {
23619
+ opacity: 0;
23620
+ flex: 1;
23621
+ min-width: 0;
23622
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23623
+ }
23624
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23625
+ outline: none;
23626
+ }
23627
+ .v-textarea textarea:invalid {
23628
+ box-shadow: none;
23629
+ }/* region BLOCK */
23630
+ .v-text-field input {
23631
+ color: inherit;
23632
+ opacity: 0;
23633
+ flex: 1;
23634
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23635
+ min-width: 0;
23636
+ }
23637
+ .v-text-field input:focus, .v-text-field input:active {
23638
+ outline: none;
23639
+ }
23640
+ .v-text-field input:invalid {
23641
+ box-shadow: none;
23642
+ }
23643
+ .v-text-field .v-field {
23644
+ cursor: text;
23645
+ }
23646
+ .v-text-field--prefixed.v-text-field .v-field__input {
23647
+ --v-field-padding-start: 6px;
23648
+ }
23649
+
23650
+ .v-text-field--suffixed.v-text-field .v-field__input {
23651
+ --v-field-padding-end: 0;
23652
+ }
23653
+
23654
+ .v-text-field .v-input__details {
23655
+ padding-inline: 16px;
23656
+ }
23657
+ .v-text-field .v-field--no-label input,
23658
+ .v-text-field .v-field--active input {
23659
+ opacity: 1;
23660
+ }
23661
+ .v-text-field .v-field--single-line input {
23662
+ transition: none;
23663
+ }
23664
+
23665
+ /* endregion */
23666
+ /* region ELEMENTS */
23667
+ .v-text-field__prefix, .v-text-field__suffix {
23668
+ align-items: center;
23669
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23670
+ cursor: default;
23671
+ display: flex;
23672
+ opacity: 0;
23673
+ transition: inherit;
23674
+ white-space: nowrap;
23675
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23676
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23677
+ padding-bottom: var(--v-field-padding-bottom, 6px);
23678
+ }
23679
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23680
+ opacity: 1;
23681
+ }
23682
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23683
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23684
+ }
23685
+ .v-text-field__prefix {
23686
+ padding-inline-start: var(--v-field-padding-start);
23687
+ }
23688
+ .v-text-field__suffix {
23689
+ padding-inline-end: var(--v-field-padding-end);
23690
+ }
23691
+
23692
+ /* endregion */.v-theme-provider {
23693
+ background: rgb(var(--v-theme-background));
23694
+ color: rgb(var(--v-theme-on-background));
23811
23695
  }.v-timeline .v-timeline-divider__dot {
23812
23696
  background: rgb(var(--v-theme-on-surface-variant));
23813
23697
  }
@@ -24224,9 +24108,6 @@ html.v-overlay-scroll-blocked {
24224
24108
 
24225
24109
  .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 {
24226
24110
  padding-inline-end: 0;
24227
- }.v-theme-provider {
24228
- background: rgb(var(--v-theme-background));
24229
- color: rgb(var(--v-theme-on-background));
24230
24111
  }.v-toolbar {
24231
24112
  align-items: flex-start;
24232
24113
  display: flex;
@@ -24375,6 +24256,15 @@ html.v-overlay-scroll-blocked {
24375
24256
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24376
24257
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24377
24258
  transition-duration: 75ms;
24259
+ }.v-virtual-scroll {
24260
+ display: block;
24261
+ flex: 1 1 auto;
24262
+ max-width: 100%;
24263
+ overflow: auto;
24264
+ position: relative;
24265
+ }
24266
+ .v-virtual-scroll__container {
24267
+ display: block;
24378
24268
  }.v-window {
24379
24269
  overflow: hidden;
24380
24270
  }
@@ -24444,15 +24334,122 @@ html.v-overlay-scroll-blocked {
24444
24334
  }
24445
24335
  .v-window-y-reverse-transition-leave-to {
24446
24336
  transform: translateY(100%);
24447
- }.v-virtual-scroll {
24448
- display: block;
24449
- flex: 1 1 auto;
24450
- max-width: 100%;
24451
- overflow: auto;
24337
+ }.v-stepper.v-sheet {
24338
+ 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));
24339
+ border-radius: 4px;
24340
+ overflow: hidden;
24341
+ }
24342
+ .v-stepper.v-sheet.v-stepper--flat {
24343
+ 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));
24344
+ }
24345
+
24346
+ .v-stepper-header {
24347
+ 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));
24348
+ align-items: center;
24349
+ display: flex;
24452
24350
  position: relative;
24351
+ overflow-x: auto;
24352
+ justify-content: space-between;
24353
+ z-index: 1;
24453
24354
  }
24454
- .v-virtual-scroll__container {
24455
- display: block;
24355
+ .v-stepper-header .v-divider {
24356
+ margin: 0 -16px;
24357
+ }
24358
+ .v-stepper-header .v-divider:last-child {
24359
+ margin-inline-end: 0;
24360
+ }
24361
+ .v-stepper-header .v-divider:first-child {
24362
+ margin-inline-start: 0;
24363
+ }
24364
+ .v-stepper--alt-labels .v-stepper-header {
24365
+ height: auto;
24366
+ }
24367
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24368
+ align-self: flex-start;
24369
+ margin: 35px -67px 0;
24370
+ }
24371
+
24372
+ .v-stepper-window {
24373
+ margin: 1.5rem;
24374
+ }
24375
+
24376
+ .v-stepper-actions {
24377
+ display: flex;
24378
+ align-items: center;
24379
+ justify-content: space-between;
24380
+ padding: 1rem;
24381
+ }
24382
+ .v-stepper .v-stepper-actions {
24383
+ padding: 0 1.5rem 1rem;
24384
+ }
24385
+ .v-stepper-window-item .v-stepper-actions {
24386
+ padding: 1.5rem 0 0;
24387
+ }.v-stepper-item {
24388
+ align-items: center;
24389
+ align-self: stretch;
24390
+ display: inline-flex;
24391
+ flex: none;
24392
+ opacity: var(--v-medium-emphasis-opacity);
24393
+ padding: 1.5rem;
24394
+ transition-duration: 0.2s;
24395
+ transition-property: opacity;
24396
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24397
+ }
24398
+ .v-stepper-item--selected {
24399
+ opacity: 1;
24400
+ }
24401
+ .v-stepper-item--error {
24402
+ color: rgb(var(--v-theme-error));
24403
+ }
24404
+ .v-stepper-item--disabled {
24405
+ opacity: var(--v-medium-emphasis-opacity);
24406
+ pointer-events: none;
24407
+ }
24408
+ .v-stepper--alt-labels .v-stepper-item {
24409
+ flex-direction: column;
24410
+ justify-content: flex-start;
24411
+ align-items: center;
24412
+ flex-basis: 175px;
24413
+ }
24414
+
24415
+ .v-stepper-item__avatar.v-avatar {
24416
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24417
+ color: rgb(var(--v-theme-on-surface-variant));
24418
+ font-size: 0.75rem;
24419
+ margin-inline-end: 8px;
24420
+ }
24421
+ .v-stepper-item__avatar.v-avatar .v-icon {
24422
+ font-size: 0.875rem;
24423
+ }
24424
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24425
+ background: rgb(var(--v-theme-surface-variant));
24426
+ }
24427
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24428
+ background: rgb(var(--v-theme-error));
24429
+ }
24430
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24431
+ margin-bottom: 16px;
24432
+ margin-inline-end: 0;
24433
+ }
24434
+
24435
+ .v-stepper-item__title {
24436
+ line-height: 1;
24437
+ }
24438
+ .v-stepper--mobile .v-stepper-item__title {
24439
+ display: none;
24440
+ }
24441
+
24442
+ .v-stepper-item__subtitle {
24443
+ font-size: 0.75rem;
24444
+ text-align: left;
24445
+ line-height: 1;
24446
+ opacity: var(--v-medium-emphasis-opacity);
24447
+ }
24448
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24449
+ text-align: center;
24450
+ }
24451
+ .v-stepper--mobile .v-stepper-item__subtitle {
24452
+ display: none;
24456
24453
  }.v-color-picker-canvas {
24457
24454
  display: flex;
24458
24455
  position: relative;
@@ -24475,6 +24472,69 @@ html.v-overlay-scroll-blocked {
24475
24472
  }
24476
24473
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
24477
24474
  will-change: transform;
24475
+ }.v-color-picker-swatches {
24476
+ overflow-y: auto;
24477
+ }
24478
+ .v-color-picker-swatches > div {
24479
+ display: flex;
24480
+ flex-wrap: wrap;
24481
+ justify-content: center;
24482
+ padding: 8px;
24483
+ }
24484
+
24485
+ .v-color-picker-swatches__swatch {
24486
+ display: flex;
24487
+ flex-direction: column;
24488
+ margin-bottom: 10px;
24489
+ }
24490
+
24491
+ .v-color-picker-swatches__color {
24492
+ position: relative;
24493
+ height: 18px;
24494
+ max-height: 18px;
24495
+ width: 45px;
24496
+ margin: 2px 4px;
24497
+ border-radius: 2px;
24498
+ -webkit-user-select: none;
24499
+ user-select: none;
24500
+ overflow: hidden;
24501
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24502
+ cursor: pointer;
24503
+ }
24504
+ .v-color-picker-swatches__color > div {
24505
+ display: flex;
24506
+ align-items: center;
24507
+ justify-content: center;
24508
+ width: 100%;
24509
+ height: 100%;
24510
+ }.v-color-picker-edit {
24511
+ display: flex;
24512
+ margin-top: 24px;
24513
+ }
24514
+
24515
+ .v-color-picker-edit__input {
24516
+ width: 100%;
24517
+ display: flex;
24518
+ flex-wrap: wrap;
24519
+ justify-content: center;
24520
+ text-align: center;
24521
+ }
24522
+ .v-color-picker-edit__input:not(:last-child) {
24523
+ margin-inline-end: 8px;
24524
+ }
24525
+ .v-color-picker-edit__input input {
24526
+ border-radius: 4px;
24527
+ margin-bottom: 8px;
24528
+ min-width: 0;
24529
+ outline: none;
24530
+ text-align: center;
24531
+ width: 100%;
24532
+ height: 32px;
24533
+ background: rgba(var(--v-theme-surface-variant), 0.2);
24534
+ color: rgba(var(--v-theme-on-surface));
24535
+ }
24536
+ .v-color-picker-edit__input span {
24537
+ font-size: 0.75rem;
24478
24538
  }.v-color-picker-preview__alpha .v-slider-track__background {
24479
24539
  background-color: transparent !important;
24480
24540
  }
@@ -24544,69 +24604,6 @@ html.v-overlay-scroll-blocked {
24544
24604
  .v-color-picker-preview__eye-dropper {
24545
24605
  position: relative;
24546
24606
  margin-right: 12px;
24547
- }.v-color-picker-edit {
24548
- display: flex;
24549
- margin-top: 24px;
24550
- }
24551
-
24552
- .v-color-picker-edit__input {
24553
- width: 100%;
24554
- display: flex;
24555
- flex-wrap: wrap;
24556
- justify-content: center;
24557
- text-align: center;
24558
- }
24559
- .v-color-picker-edit__input:not(:last-child) {
24560
- margin-inline-end: 8px;
24561
- }
24562
- .v-color-picker-edit__input input {
24563
- border-radius: 4px;
24564
- margin-bottom: 8px;
24565
- min-width: 0;
24566
- outline: none;
24567
- text-align: center;
24568
- width: 100%;
24569
- height: 32px;
24570
- background: rgba(var(--v-theme-surface-variant), 0.2);
24571
- color: rgba(var(--v-theme-on-surface));
24572
- }
24573
- .v-color-picker-edit__input span {
24574
- font-size: 0.75rem;
24575
- }.v-color-picker-swatches {
24576
- overflow-y: auto;
24577
- }
24578
- .v-color-picker-swatches > div {
24579
- display: flex;
24580
- flex-wrap: wrap;
24581
- justify-content: center;
24582
- padding: 8px;
24583
- }
24584
-
24585
- .v-color-picker-swatches__swatch {
24586
- display: flex;
24587
- flex-direction: column;
24588
- margin-bottom: 10px;
24589
- }
24590
-
24591
- .v-color-picker-swatches__color {
24592
- position: relative;
24593
- height: 18px;
24594
- max-height: 18px;
24595
- width: 45px;
24596
- margin: 2px 4px;
24597
- border-radius: 2px;
24598
- -webkit-user-select: none;
24599
- user-select: none;
24600
- overflow: hidden;
24601
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24602
- cursor: pointer;
24603
- }
24604
- .v-color-picker-swatches__color > div {
24605
- display: flex;
24606
- align-items: center;
24607
- justify-content: center;
24608
- width: 100%;
24609
- height: 100%;
24610
24607
  }.v-picker.v-sheet {
24611
24608
  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));
24612
24609
  border-radius: 4px;