@vuetify/nightly 3.4.0-dev.2023-11-09 → 3.4.0-dev.2023-12-01

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.4.0-dev.2023-11-09
2
+ * Vuetify v3.4.0-dev.2023-12-01
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17032,34 +17032,6 @@ html.overflow-y-hidden {
17032
17032
  padding-bottom: 16px;
17033
17033
  font-weight: 600;
17034
17034
  letter-spacing: 0.1666666667em;
17035
- }.v-application {
17036
- display: flex;
17037
- background: rgb(var(--v-theme-background));
17038
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17039
- }
17040
-
17041
- .v-application__wrap {
17042
- -webkit-backface-visibility: hidden;
17043
- backface-visibility: hidden;
17044
- display: flex;
17045
- flex-direction: column;
17046
- flex: 1 1 auto;
17047
- max-width: 100%;
17048
- min-height: 100vh;
17049
- min-height: 100dvh;
17050
- position: relative;
17051
- }.v-app-bar {
17052
- display: flex;
17053
- }
17054
- .v-app-bar.v-toolbar {
17055
- background: rgb(var(--v-theme-surface));
17056
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17057
- }
17058
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17059
- 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));
17060
- }
17061
- .v-app-bar:not(.v-toolbar--absolute) {
17062
- padding-inline-end: var(--v-scrollbar-offset);
17063
17035
  }.v-alert {
17064
17036
  display: grid;
17065
17037
  flex: 1 1;
@@ -17270,87 +17242,34 @@ html.overflow-y-hidden {
17270
17242
  text-transform: none;
17271
17243
  word-break: normal;
17272
17244
  word-wrap: break-word;
17273
- }.v-autocomplete .v-field .v-text-field__prefix,
17274
- .v-autocomplete .v-field .v-text-field__suffix,
17275
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17276
- cursor: text;
17277
- }
17278
- .v-autocomplete .v-field .v-field__input > input {
17279
- flex: 1 1;
17280
- }
17281
- .v-autocomplete .v-field input {
17282
- min-width: 64px;
17283
- }
17284
- .v-autocomplete .v-field:not(.v-field--focused) input {
17285
- min-width: 0;
17286
- }
17287
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17288
- margin-inline-end: 2px;
17245
+ }.v-app-bar {
17246
+ display: flex;
17289
17247
  }
17290
- .v-autocomplete .v-autocomplete__selection-text {
17291
- overflow: hidden;
17292
- text-overflow: ellipsis;
17293
- white-space: nowrap;
17248
+ .v-app-bar.v-toolbar {
17249
+ background: rgb(var(--v-theme-surface));
17250
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17294
17251
  }
17295
-
17296
- .v-autocomplete__content {
17297
- overflow: hidden;
17252
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17298
17253
  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));
17299
- border-radius: 4px;
17300
- }
17301
- .v-autocomplete__mask {
17302
- background: rgb(var(--v-theme-on-surface-variant));
17303
- }
17304
- .v-autocomplete__selection {
17305
- display: inline-flex;
17306
- align-items: center;
17307
- height: 1.5rem;
17308
- letter-spacing: inherit;
17309
- line-height: inherit;
17310
- max-width: calc(100% - 2px);
17311
- }
17312
- .v-autocomplete__selection:first-child {
17313
- margin-inline-start: 0;
17314
- }
17315
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17316
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17317
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17318
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17319
- top: 0px;
17320
- }
17321
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17322
- opacity: var(--v-medium-emphasis-opacity);
17323
- }
17324
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17325
- opacity: 1;
17326
- }
17327
- .v-autocomplete--selecting-index .v-field__input > input {
17328
- caret-color: transparent;
17329
- }
17330
- .v-autocomplete--single.v-text-field input {
17331
- flex: 1 1;
17332
- position: absolute;
17333
- left: 0;
17334
- right: 0;
17335
- width: 100%;
17336
- padding-inline: inherit;
17337
- }
17338
- .v-autocomplete--single .v-field--active input {
17339
- transition: none;
17340
- }
17341
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17342
- opacity: 0;
17343
- }
17344
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17345
- opacity: 0;
17346
17254
  }
17347
- .v-autocomplete__menu-icon {
17348
- margin-inline-start: 4px;
17349
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17255
+ .v-app-bar:not(.v-toolbar--absolute) {
17256
+ padding-inline-end: var(--v-scrollbar-offset);
17257
+ }.v-application {
17258
+ display: flex;
17259
+ background: rgb(var(--v-theme-background));
17260
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17350
17261
  }
17351
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17352
- opacity: var(--v-high-emphasis-opacity);
17353
- transform: rotate(180deg);
17262
+
17263
+ .v-application__wrap {
17264
+ -webkit-backface-visibility: hidden;
17265
+ backface-visibility: hidden;
17266
+ display: flex;
17267
+ flex-direction: column;
17268
+ flex: 1 1 auto;
17269
+ max-width: 100%;
17270
+ min-height: 100vh;
17271
+ min-height: 100dvh;
17272
+ position: relative;
17354
17273
  }.v-avatar {
17355
17274
  flex: none;
17356
17275
  align-items: center;
@@ -17438,77 +17357,6 @@ html.overflow-y-hidden {
17438
17357
  .v-avatar .v-img {
17439
17358
  height: 100%;
17440
17359
  width: 100%;
17441
- }.v-badge {
17442
- display: inline-block;
17443
- line-height: 1;
17444
- }
17445
-
17446
- .v-badge__badge {
17447
- align-items: center;
17448
- display: inline-flex;
17449
- border-radius: 10px;
17450
- font-size: 0.75rem;
17451
- font-weight: 500;
17452
- height: 1.25rem;
17453
- justify-content: center;
17454
- min-width: 20px;
17455
- padding: 4px 6px;
17456
- pointer-events: auto;
17457
- position: absolute;
17458
- text-align: center;
17459
- text-indent: 0;
17460
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17461
- white-space: nowrap;
17462
- background: rgb(var(--v-theme-surface-variant));
17463
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17464
- }
17465
- .v-badge--bordered .v-badge__badge::after {
17466
- border-radius: inherit;
17467
- border-style: solid;
17468
- border-width: 2px;
17469
- bottom: 0;
17470
- color: rgb(var(--v-theme-background));
17471
- content: "";
17472
- left: 0;
17473
- position: absolute;
17474
- right: 0;
17475
- top: 0;
17476
- transform: scale(1.05);
17477
- }
17478
- .v-badge--dot .v-badge__badge {
17479
- border-radius: 4.5px;
17480
- height: 9px;
17481
- min-width: 0;
17482
- padding: 0;
17483
- width: 9px;
17484
- }
17485
- .v-badge--dot .v-badge__badge::after {
17486
- border-width: 1.5px;
17487
- }
17488
- .v-badge--inline .v-badge__badge {
17489
- position: relative;
17490
- vertical-align: middle;
17491
- }
17492
- .v-badge__badge .v-icon {
17493
- color: inherit;
17494
- font-size: 0.75rem;
17495
- margin: 0 -2px;
17496
- }
17497
- .v-badge__badge img,
17498
- .v-badge__badge .v-img {
17499
- height: 100%;
17500
- width: 100%;
17501
- }
17502
-
17503
- .v-badge__wrapper {
17504
- display: flex;
17505
- position: relative;
17506
- }
17507
- .v-badge--inline .v-badge__wrapper {
17508
- align-items: center;
17509
- display: inline-flex;
17510
- justify-content: center;
17511
- margin: 0 4px;
17512
17360
  }.v-banner {
17513
17361
  display: grid;
17514
17362
  flex: 1 1;
@@ -17666,54 +17514,206 @@ html.overflow-y-hidden {
17666
17514
  }
17667
17515
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
17668
17516
  align-self: flex-start;
17669
- }.v-bottom-navigation {
17670
- display: flex;
17671
- max-width: 100%;
17672
- overflow: hidden;
17673
- position: absolute;
17674
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17675
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17676
- border-style: solid;
17677
- border-width: 0;
17678
- border-radius: 0;
17679
- background: rgb(var(--v-theme-surface));
17680
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17681
- }
17682
- .v-bottom-navigation--border {
17683
- border-width: thin;
17684
- box-shadow: none;
17517
+ }.v-autocomplete .v-field .v-text-field__prefix,
17518
+ .v-autocomplete .v-field .v-text-field__suffix,
17519
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17520
+ cursor: text;
17685
17521
  }
17686
- .v-bottom-navigation--active {
17687
- 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));
17522
+ .v-autocomplete .v-field .v-field__input > input {
17523
+ flex: 1 1;
17688
17524
  }
17689
-
17690
- .v-bottom-navigation__content {
17691
- display: flex;
17692
- flex: none;
17693
- font-size: 0.75rem;
17694
- justify-content: center;
17695
- transition: inherit;
17696
- width: 100%;
17525
+ .v-autocomplete .v-field input {
17526
+ min-width: 64px;
17697
17527
  }
17698
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17699
- font-size: inherit;
17700
- height: 100%;
17701
- max-width: 168px;
17702
- min-width: 80px;
17703
- text-transform: none;
17704
- transition: inherit;
17705
- width: auto;
17706
- border-radius: 0;
17528
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17529
+ min-width: 0;
17707
17530
  }
17708
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17709
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17710
- transition: inherit;
17531
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17532
+ margin-inline-end: 2px;
17711
17533
  }
17712
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17713
- font-size: 1.5rem;
17534
+ .v-autocomplete .v-autocomplete__selection-text {
17535
+ overflow: hidden;
17536
+ text-overflow: ellipsis;
17537
+ white-space: nowrap;
17714
17538
  }
17715
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17716
- flex-grow: 1;
17539
+
17540
+ .v-autocomplete__content {
17541
+ overflow: hidden;
17542
+ 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));
17543
+ border-radius: 4px;
17544
+ }
17545
+ .v-autocomplete__mask {
17546
+ background: rgb(var(--v-theme-on-surface-variant));
17547
+ }
17548
+ .v-autocomplete__selection {
17549
+ display: inline-flex;
17550
+ align-items: center;
17551
+ height: 1.5rem;
17552
+ letter-spacing: inherit;
17553
+ line-height: inherit;
17554
+ max-width: calc(100% - 2px);
17555
+ }
17556
+ .v-autocomplete__selection:first-child {
17557
+ margin-inline-start: 0;
17558
+ }
17559
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17560
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17561
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17562
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17563
+ top: 0px;
17564
+ }
17565
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17566
+ opacity: var(--v-medium-emphasis-opacity);
17567
+ }
17568
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17569
+ opacity: 1;
17570
+ }
17571
+ .v-autocomplete--selecting-index .v-field__input > input {
17572
+ caret-color: transparent;
17573
+ }
17574
+ .v-autocomplete--single.v-text-field input {
17575
+ flex: 1 1;
17576
+ position: absolute;
17577
+ left: 0;
17578
+ right: 0;
17579
+ width: 100%;
17580
+ padding-inline: inherit;
17581
+ }
17582
+ .v-autocomplete--single .v-field--active input {
17583
+ transition: none;
17584
+ }
17585
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17586
+ opacity: 0;
17587
+ }
17588
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17589
+ opacity: 0;
17590
+ }
17591
+ .v-autocomplete__menu-icon {
17592
+ margin-inline-start: 4px;
17593
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17594
+ }
17595
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17596
+ opacity: var(--v-high-emphasis-opacity);
17597
+ transform: rotate(180deg);
17598
+ }.v-badge {
17599
+ display: inline-block;
17600
+ line-height: 1;
17601
+ }
17602
+
17603
+ .v-badge__badge {
17604
+ align-items: center;
17605
+ display: inline-flex;
17606
+ border-radius: 10px;
17607
+ font-size: 0.75rem;
17608
+ font-weight: 500;
17609
+ height: 1.25rem;
17610
+ justify-content: center;
17611
+ min-width: 20px;
17612
+ padding: 4px 6px;
17613
+ pointer-events: auto;
17614
+ position: absolute;
17615
+ text-align: center;
17616
+ text-indent: 0;
17617
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17618
+ white-space: nowrap;
17619
+ background: rgb(var(--v-theme-surface-variant));
17620
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17621
+ }
17622
+ .v-badge--bordered .v-badge__badge::after {
17623
+ border-radius: inherit;
17624
+ border-style: solid;
17625
+ border-width: 2px;
17626
+ bottom: 0;
17627
+ color: rgb(var(--v-theme-background));
17628
+ content: "";
17629
+ left: 0;
17630
+ position: absolute;
17631
+ right: 0;
17632
+ top: 0;
17633
+ transform: scale(1.05);
17634
+ }
17635
+ .v-badge--dot .v-badge__badge {
17636
+ border-radius: 4.5px;
17637
+ height: 9px;
17638
+ min-width: 0;
17639
+ padding: 0;
17640
+ width: 9px;
17641
+ }
17642
+ .v-badge--dot .v-badge__badge::after {
17643
+ border-width: 1.5px;
17644
+ }
17645
+ .v-badge--inline .v-badge__badge {
17646
+ position: relative;
17647
+ vertical-align: middle;
17648
+ }
17649
+ .v-badge__badge .v-icon {
17650
+ color: inherit;
17651
+ font-size: 0.75rem;
17652
+ margin: 0 -2px;
17653
+ }
17654
+ .v-badge__badge img,
17655
+ .v-badge__badge .v-img {
17656
+ height: 100%;
17657
+ width: 100%;
17658
+ }
17659
+
17660
+ .v-badge__wrapper {
17661
+ display: flex;
17662
+ position: relative;
17663
+ }
17664
+ .v-badge--inline .v-badge__wrapper {
17665
+ align-items: center;
17666
+ display: inline-flex;
17667
+ justify-content: center;
17668
+ margin: 0 4px;
17669
+ }.v-bottom-navigation {
17670
+ display: flex;
17671
+ max-width: 100%;
17672
+ overflow: hidden;
17673
+ position: absolute;
17674
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17675
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17676
+ border-style: solid;
17677
+ border-width: 0;
17678
+ border-radius: 0;
17679
+ background: rgb(var(--v-theme-surface));
17680
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17681
+ }
17682
+ .v-bottom-navigation--border {
17683
+ border-width: thin;
17684
+ box-shadow: none;
17685
+ }
17686
+ .v-bottom-navigation--active {
17687
+ 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));
17688
+ }
17689
+
17690
+ .v-bottom-navigation__content {
17691
+ display: flex;
17692
+ flex: none;
17693
+ font-size: 0.75rem;
17694
+ justify-content: center;
17695
+ transition: inherit;
17696
+ width: 100%;
17697
+ }
17698
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17699
+ font-size: inherit;
17700
+ height: 100%;
17701
+ max-width: 168px;
17702
+ min-width: 80px;
17703
+ text-transform: none;
17704
+ transition: inherit;
17705
+ width: auto;
17706
+ border-radius: 0;
17707
+ }
17708
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17709
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17710
+ transition: inherit;
17711
+ }
17712
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17713
+ font-size: 1.5rem;
17714
+ }
17715
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17716
+ flex-grow: 1;
17717
17717
  }
17718
17718
  .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17719
17719
  transition: inherit;
@@ -17810,150 +17810,143 @@ html.overflow-y-hidden {
17810
17810
  display: inline-block;
17811
17811
  padding: 0 8px;
17812
17812
  vertical-align: middle;
17813
- }.v-btn {
17814
- align-items: center;
17815
- border-radius: 4px;
17816
- display: inline-grid;
17817
- grid-template-areas: "prepend content append";
17818
- grid-template-columns: max-content auto max-content;
17819
- font-weight: 500;
17820
- justify-content: center;
17821
- letter-spacing: 0.0892857143em;
17822
- line-height: normal;
17813
+ }.v-btn-group {
17814
+ display: inline-flex;
17815
+ flex-wrap: nowrap;
17823
17816
  max-width: 100%;
17824
- outline: none;
17825
- position: relative;
17826
- text-decoration: none;
17827
- text-indent: 0.0892857143em;
17828
- text-transform: uppercase;
17829
- transition-property: box-shadow, transform, opacity, background;
17830
- transition-duration: 0.28s;
17831
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17832
- -webkit-user-select: none;
17833
- user-select: none;
17817
+ min-width: 0;
17818
+ overflow: hidden;
17834
17819
  vertical-align: middle;
17835
- flex-shrink: 0;
17836
17820
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17837
17821
  border-style: solid;
17838
17822
  border-width: 0;
17823
+ 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));
17824
+ border-radius: 4px;
17825
+ background: transparent;
17826
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17839
17827
  }
17840
- .v-btn--size-x-small {
17841
- --v-btn-size: 0.625rem;
17842
- --v-btn-height: 20px;
17843
- font-size: var(--v-btn-size);
17844
- min-width: 36px;
17845
- padding: 0 8px;
17828
+ .v-btn-group--border {
17829
+ border-width: thin;
17830
+ box-shadow: none;
17846
17831
  }
17847
-
17848
- .v-btn--size-small {
17849
- --v-btn-size: 0.75rem;
17850
- --v-btn-height: 28px;
17851
- font-size: var(--v-btn-size);
17852
- min-width: 50px;
17853
- padding: 0 12px;
17832
+ .v-btn-group--density-default.v-btn-group {
17833
+ height: 48px;
17854
17834
  }
17855
17835
 
17856
- .v-btn--size-default {
17857
- --v-btn-size: 0.875rem;
17858
- --v-btn-height: 36px;
17859
- font-size: var(--v-btn-size);
17860
- min-width: 64px;
17861
- padding: 0 16px;
17836
+ .v-btn-group--density-comfortable.v-btn-group {
17837
+ height: 40px;
17862
17838
  }
17863
17839
 
17864
- .v-btn--size-large {
17865
- --v-btn-size: 1rem;
17866
- --v-btn-height: 44px;
17867
- font-size: var(--v-btn-size);
17868
- min-width: 78px;
17869
- padding: 0 20px;
17840
+ .v-btn-group--density-compact.v-btn-group {
17841
+ height: 36px;
17870
17842
  }
17871
17843
 
17872
- .v-btn--size-x-large {
17873
- --v-btn-size: 1.125rem;
17874
- --v-btn-height: 52px;
17875
- font-size: var(--v-btn-size);
17876
- min-width: 92px;
17877
- padding: 0 24px;
17844
+ .v-btn-group .v-btn {
17845
+ border-radius: 0;
17846
+ border-color: inherit;
17878
17847
  }
17879
-
17880
- .v-btn.v-btn--density-default {
17881
- height: calc(var(--v-btn-height) + 0px);
17848
+ .v-btn-group .v-btn:not(:last-child) {
17849
+ border-inline-end: none;
17882
17850
  }
17883
-
17884
- .v-btn.v-btn--density-comfortable {
17885
- height: calc(var(--v-btn-height) + -8px);
17851
+ .v-btn-group .v-btn:not(:first-child) {
17852
+ border-inline-start: none;
17886
17853
  }
17887
-
17888
- .v-btn.v-btn--density-compact {
17889
- height: calc(var(--v-btn-height) + -12px);
17854
+ .v-btn-group .v-btn:first-child {
17855
+ border-start-start-radius: inherit;
17856
+ border-end-start-radius: inherit;
17890
17857
  }
17891
-
17892
- .v-btn--border {
17858
+ .v-btn-group .v-btn:last-child {
17859
+ border-start-end-radius: inherit;
17860
+ border-end-end-radius: inherit;
17861
+ }
17862
+ .v-btn-group--divided .v-btn:not(:last-child) {
17863
+ border-inline-end-width: thin;
17864
+ border-inline-end-style: solid;
17865
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
17866
+ }
17867
+ .v-btn-group--tile {
17868
+ border-radius: 0;
17869
+ }.v-card {
17870
+ display: block;
17871
+ overflow: hidden;
17872
+ overflow-wrap: break-word;
17873
+ position: relative;
17874
+ padding: 0;
17875
+ text-decoration: none;
17876
+ transition-duration: 0.28s;
17877
+ transition-property: box-shadow, opacity, background;
17878
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
17879
+ z-index: 0;
17880
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17881
+ border-style: solid;
17882
+ border-width: 0;
17883
+ border-radius: 4px;
17884
+ }
17885
+ .v-card--border {
17893
17886
  border-width: thin;
17894
17887
  box-shadow: none;
17895
17888
  }
17896
- .v-btn--absolute {
17889
+ .v-card--absolute {
17897
17890
  position: absolute;
17898
17891
  }
17899
- .v-btn--fixed {
17892
+ .v-card--fixed {
17900
17893
  position: fixed;
17901
17894
  }
17902
- .v-btn:hover > .v-btn__overlay {
17895
+ .v-card:hover > .v-card__overlay {
17903
17896
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
17904
17897
  }
17905
- .v-btn:focus-visible > .v-btn__overlay {
17898
+ .v-card:focus-visible > .v-card__overlay {
17906
17899
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
17907
17900
  }
17908
17901
  @supports not selector(:focus-visible) {
17909
- .v-btn:focus > .v-btn__overlay {
17902
+ .v-card:focus > .v-card__overlay {
17910
17903
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
17911
17904
  }
17912
17905
  }
17913
- .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
17906
+ .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
17914
17907
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
17915
17908
  }
17916
- .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
17909
+ .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
17917
17910
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
17918
17911
  }
17919
- .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
17912
+ .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
17920
17913
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
17921
17914
  }
17922
17915
  @supports not selector(:focus-visible) {
17923
- .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
17916
+ .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
17924
17917
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
17925
17918
  }
17926
17919
  }
17927
- .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
17920
+ .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
17928
17921
  background: transparent;
17929
17922
  color: inherit;
17930
17923
  }
17931
- .v-btn--variant-plain {
17924
+ .v-card--variant-plain {
17932
17925
  opacity: 0.62;
17933
17926
  }
17934
- .v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
17927
+ .v-card--variant-plain:focus, .v-card--variant-plain:hover {
17935
17928
  opacity: 1;
17936
17929
  }
17937
- .v-btn--variant-plain .v-btn__overlay {
17930
+ .v-card--variant-plain .v-card__overlay {
17938
17931
  display: none;
17939
17932
  }
17940
- .v-btn--variant-elevated, .v-btn--variant-flat {
17933
+ .v-card--variant-elevated, .v-card--variant-flat {
17941
17934
  background: rgb(var(--v-theme-surface));
17942
17935
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17943
17936
  }
17944
- .v-btn--variant-elevated {
17945
- 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));
17937
+ .v-card--variant-elevated {
17938
+ 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));
17946
17939
  }
17947
- .v-btn--variant-flat {
17940
+ .v-card--variant-flat {
17948
17941
  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));
17949
17942
  }
17950
- .v-btn--variant-outlined {
17943
+ .v-card--variant-outlined {
17951
17944
  border: thin solid currentColor;
17952
17945
  }
17953
- .v-btn--variant-text .v-btn__overlay {
17946
+ .v-card--variant-text .v-card__overlay {
17954
17947
  background: currentColor;
17955
17948
  }
17956
- .v-btn--variant-tonal .v-btn__underlay {
17949
+ .v-card--variant-tonal .v-card__underlay {
17957
17950
  background: currentColor;
17958
17951
  opacity: var(--v-activated-opacity);
17959
17952
  border-radius: inherit;
@@ -17964,308 +17957,207 @@ html.overflow-y-hidden {
17964
17957
  left: 0;
17965
17958
  pointer-events: none;
17966
17959
  }
17967
- @supports selector(:focus-visible) {
17968
- .v-btn::after {
17969
- content: "";
17970
- position: absolute;
17971
- top: 0;
17972
- left: 0;
17973
- width: 100%;
17974
- height: 100%;
17975
- pointer-events: none;
17976
- border: 2px solid currentColor;
17977
- border-radius: inherit;
17978
- opacity: 0;
17979
- transition: opacity 0.2s ease-in-out;
17980
- }
17981
- .v-btn:focus-visible::after {
17982
- opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
17983
- }
17984
- }
17985
- .v-btn--icon {
17986
- border-radius: 50%;
17987
- min-width: 0;
17988
- padding: 0;
17989
- }
17990
- .v-btn--icon.v-btn--size-default {
17991
- --v-btn-size: 1rem;
17992
- }
17993
- .v-btn--icon.v-btn--density-default {
17994
- width: calc(var(--v-btn-height) + 12px);
17995
- height: calc(var(--v-btn-height) + 12px);
17996
- }
17997
- .v-btn--icon.v-btn--density-comfortable {
17998
- width: calc(var(--v-btn-height) + 0px);
17999
- height: calc(var(--v-btn-height) + 0px);
18000
- }
18001
- .v-btn--icon.v-btn--density-compact {
18002
- width: calc(var(--v-btn-height) + -8px);
18003
- height: calc(var(--v-btn-height) + -8px);
18004
- }
18005
-
18006
- .v-btn--elevated:hover, .v-btn--elevated:focus {
18007
- 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));
17960
+ .v-card--disabled {
17961
+ pointer-events: none;
17962
+ -webkit-user-select: none;
17963
+ user-select: none;
18008
17964
  }
18009
- .v-btn--elevated:active {
18010
- 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));
17965
+ .v-card--disabled > :not(.v-card__loader) {
17966
+ opacity: 0.6;
18011
17967
  }
18012
- .v-btn--flat {
17968
+ .v-card--flat {
18013
17969
  box-shadow: none;
18014
17970
  }
18015
- .v-btn--block {
18016
- display: flex;
18017
- flex: 1 0 auto;
18018
- min-width: 100%;
17971
+ .v-card--hover {
17972
+ cursor: pointer;
18019
17973
  }
18020
- .v-btn--disabled {
17974
+ .v-card--hover::before, .v-card--hover::after {
17975
+ border-radius: inherit;
17976
+ bottom: 0;
17977
+ content: "";
17978
+ display: block;
17979
+ left: 0;
18021
17980
  pointer-events: none;
18022
- opacity: 0.26;
18023
- }
18024
- .v-btn--disabled:hover {
18025
- opacity: 0.26;
17981
+ position: absolute;
17982
+ right: 0;
17983
+ top: 0;
17984
+ transition: inherit;
18026
17985
  }
18027
- .v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
18028
- box-shadow: none;
17986
+ .v-card--hover::before {
18029
17987
  opacity: 1;
18030
- color: rgba(var(--v-theme-on-surface), 0.26);
18031
- background: rgb(var(--v-theme-surface));
17988
+ z-index: -1;
17989
+ 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));
18032
17990
  }
18033
- .v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
18034
- opacity: 0.4615384615;
17991
+ .v-card--hover::after {
17992
+ z-index: 1;
17993
+ opacity: 0;
17994
+ 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));
18035
17995
  }
18036
- .v-btn--loading {
18037
- pointer-events: none;
17996
+ .v-card--hover:hover::after {
17997
+ opacity: 1;
18038
17998
  }
18039
- .v-btn--loading .v-btn__content,
18040
- .v-btn--loading .v-btn__prepend,
18041
- .v-btn--loading .v-btn__append {
17999
+ .v-card--hover:hover::before {
18042
18000
  opacity: 0;
18043
18001
  }
18044
- .v-btn--stacked {
18045
- grid-template-areas: "prepend" "content" "append";
18046
- grid-template-columns: auto;
18047
- grid-template-rows: max-content max-content max-content;
18048
- justify-items: center;
18049
- align-content: center;
18050
- }
18051
- .v-btn--stacked .v-btn__content {
18052
- flex-direction: column;
18053
- line-height: 1.25;
18002
+ .v-card--hover:hover {
18003
+ 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));
18054
18004
  }
18055
- .v-btn--stacked .v-btn__prepend,
18056
- .v-btn--stacked .v-btn__append,
18057
- .v-btn--stacked .v-btn__content > .v-icon--start,
18058
- .v-btn--stacked .v-btn__content > .v-icon--end {
18059
- margin-inline: 0;
18005
+ .v-card--link {
18006
+ cursor: pointer;
18060
18007
  }
18061
- .v-btn--stacked .v-btn__prepend,
18062
- .v-btn--stacked .v-btn__content > .v-icon--start {
18063
- margin-bottom: 4px;
18008
+
18009
+ .v-card-actions {
18010
+ align-items: center;
18011
+ display: flex;
18012
+ flex: none;
18013
+ min-height: 52px;
18014
+ padding: 0.5rem;
18064
18015
  }
18065
- .v-btn--stacked .v-btn__append,
18066
- .v-btn--stacked .v-btn__content > .v-icon--end {
18067
- margin-top: 4px;
18016
+
18017
+ .v-card-item {
18018
+ align-items: center;
18019
+ display: grid;
18020
+ flex: none;
18021
+ grid-template-areas: "prepend content append";
18022
+ grid-template-columns: max-content auto max-content;
18023
+ padding: 0.625rem 1rem;
18068
18024
  }
18069
- .v-btn--stacked.v-btn--size-x-small {
18070
- --v-btn-size: 0.625rem;
18071
- --v-btn-height: 56px;
18072
- font-size: var(--v-btn-size);
18073
- min-width: 56px;
18074
- padding: 0 12px;
18025
+ .v-card-item + .v-card-text {
18026
+ padding-top: 0;
18075
18027
  }
18076
-
18077
- .v-btn--stacked.v-btn--size-small {
18078
- --v-btn-size: 0.75rem;
18079
- --v-btn-height: 64px;
18080
- font-size: var(--v-btn-size);
18081
- min-width: 64px;
18082
- padding: 0 14px;
18028
+ .v-card-item__prepend {
18029
+ grid-area: prepend;
18030
+ padding-inline-end: 1rem;
18083
18031
  }
18084
-
18085
- .v-btn--stacked.v-btn--size-default {
18086
- --v-btn-size: 0.875rem;
18087
- --v-btn-height: 72px;
18088
- font-size: var(--v-btn-size);
18089
- min-width: 72px;
18090
- padding: 0 16px;
18032
+ .v-card-item__append {
18033
+ grid-area: append;
18034
+ padding-inline-start: 1rem;
18091
18035
  }
18092
18036
 
18093
- .v-btn--stacked.v-btn--size-large {
18094
- --v-btn-size: 1rem;
18095
- --v-btn-height: 80px;
18096
- font-size: var(--v-btn-size);
18097
- min-width: 80px;
18098
- padding: 0 18px;
18037
+ .v-card-item__content {
18038
+ align-self: center;
18039
+ grid-area: content;
18040
+ overflow: hidden;
18099
18041
  }
18100
18042
 
18101
- .v-btn--stacked.v-btn--size-x-large {
18102
- --v-btn-size: 1.125rem;
18103
- --v-btn-height: 88px;
18104
- font-size: var(--v-btn-size);
18105
- min-width: 88px;
18106
- padding: 0 20px;
18043
+ .v-card-title {
18044
+ display: block;
18045
+ flex: none;
18046
+ font-size: 1.25rem;
18047
+ font-weight: 500;
18048
+ -webkit-hyphens: auto;
18049
+ hyphens: auto;
18050
+ letter-spacing: 0.0125em;
18051
+ min-width: 0;
18052
+ overflow-wrap: normal;
18053
+ overflow: hidden;
18054
+ padding: 0.5rem 1rem;
18055
+ text-overflow: ellipsis;
18056
+ text-transform: none;
18057
+ white-space: nowrap;
18058
+ word-break: normal;
18059
+ word-wrap: break-word;
18107
18060
  }
18108
-
18109
- .v-btn--stacked.v-btn--density-default {
18110
- height: calc(var(--v-btn-height) + 0px);
18061
+ .v-card .v-card-title {
18062
+ line-height: 2rem;
18111
18063
  }
18112
-
18113
- .v-btn--stacked.v-btn--density-comfortable {
18114
- height: calc(var(--v-btn-height) + -16px);
18064
+ .v-card--density-comfortable .v-card-title {
18065
+ line-height: 1.75rem;
18115
18066
  }
18116
-
18117
- .v-btn--stacked.v-btn--density-compact {
18118
- height: calc(var(--v-btn-height) + -24px);
18067
+ .v-card--density-compact .v-card-title {
18068
+ line-height: 1.55rem;
18069
+ }
18070
+ .v-card-item .v-card-title {
18071
+ padding: 0;
18072
+ }
18073
+ .v-card-title + .v-card-text,
18074
+ .v-card-title + .v-card-actions {
18075
+ padding-top: 0;
18119
18076
  }
18120
18077
 
18121
- .v-btn--slim {
18122
- padding: 0 8px;
18078
+ .v-card-subtitle {
18079
+ display: block;
18080
+ flex: none;
18081
+ font-size: 0.875rem;
18082
+ font-weight: 400;
18083
+ letter-spacing: 0.0178571429em;
18084
+ opacity: var(--v-medium-emphasis-opacity);
18085
+ overflow: hidden;
18086
+ padding: 0 1rem;
18087
+ text-overflow: ellipsis;
18088
+ text-transform: none;
18089
+ white-space: nowrap;
18123
18090
  }
18124
- .v-btn--rounded {
18125
- border-radius: 24px;
18091
+ .v-card .v-card-subtitle {
18092
+ line-height: 1.25rem;
18126
18093
  }
18127
- .v-btn--rounded.v-btn--icon {
18128
- border-radius: 4px;
18094
+ .v-card--density-comfortable .v-card-subtitle {
18095
+ line-height: 1.125rem;
18129
18096
  }
18130
- .v-btn .v-icon {
18131
- --v-icon-size-multiplier: 0.8571428571;
18097
+ .v-card--density-compact .v-card-subtitle {
18098
+ line-height: 1rem;
18132
18099
  }
18133
- .v-btn--icon .v-icon {
18134
- --v-icon-size-multiplier: 1;
18100
+ .v-card-item .v-card-subtitle {
18101
+ padding: 0 0 0.25rem;
18135
18102
  }
18136
- .v-btn--stacked .v-icon {
18137
- --v-icon-size-multiplier: 1.1428571429;
18103
+
18104
+ .v-card-text {
18105
+ flex: 1 1 auto;
18106
+ font-size: 0.875rem;
18107
+ font-weight: 400;
18108
+ letter-spacing: 0.0178571429em;
18109
+ padding: 1rem;
18110
+ text-transform: none;
18111
+ }
18112
+ .v-card .v-card-text {
18113
+ line-height: 1.25rem;
18114
+ }
18115
+ .v-card--density-comfortable .v-card-text {
18116
+ line-height: 1.2rem;
18117
+ }
18118
+ .v-card--density-compact .v-card-text {
18119
+ line-height: 1.15rem;
18138
18120
  }
18139
18121
 
18140
- .v-btn__loader {
18141
- align-items: center;
18122
+ .v-card__image {
18142
18123
  display: flex;
18143
18124
  height: 100%;
18144
- justify-content: center;
18125
+ flex: 1 1 auto;
18145
18126
  left: 0;
18127
+ overflow: hidden;
18146
18128
  position: absolute;
18147
18129
  top: 0;
18148
18130
  width: 100%;
18131
+ z-index: -1;
18149
18132
  }
18150
18133
 
18151
- .v-btn__content,
18152
- .v-btn__prepend,
18153
- .v-btn__append {
18154
- align-items: center;
18155
- display: flex;
18156
- transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18157
- }
18158
-
18159
- .v-btn__prepend {
18160
- grid-area: prepend;
18161
- margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
18162
- }
18163
-
18164
- .v-btn__append {
18165
- grid-area: append;
18166
- margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
18134
+ .v-card__content {
18135
+ border-radius: inherit;
18136
+ overflow: hidden;
18137
+ position: relative;
18167
18138
  }
18168
18139
 
18169
- .v-btn__content {
18170
- grid-area: content;
18171
- justify-content: center;
18172
- white-space: nowrap;
18173
- }
18174
- .v-btn__content > .v-icon--start {
18175
- margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
18176
- }
18177
- .v-btn__content > .v-icon--end {
18178
- margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
18179
- }
18180
- .v-btn--stacked .v-btn__content {
18181
- white-space: normal;
18140
+ .v-card__loader {
18141
+ bottom: auto;
18142
+ top: 0;
18143
+ left: 0;
18144
+ position: absolute;
18145
+ right: 0;
18146
+ width: 100%;
18147
+ z-index: 1;
18182
18148
  }
18183
18149
 
18184
- .v-btn__overlay {
18150
+ .v-card__overlay {
18185
18151
  background-color: currentColor;
18186
18152
  border-radius: inherit;
18187
- opacity: 0;
18188
- transition: opacity 0.2s ease-in-out;
18189
- }
18190
-
18191
- .v-btn__overlay,
18192
- .v-btn__underlay {
18193
18153
  position: absolute;
18194
18154
  top: 0;
18155
+ right: 0;
18156
+ bottom: 0;
18195
18157
  left: 0;
18196
- width: 100%;
18197
- height: 100%;
18198
18158
  pointer-events: none;
18199
- }
18200
-
18201
- .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
18202
- margin-inline-start: 0.5rem;
18203
- }
18204
-
18205
- .v-pagination .v-btn {
18206
- border-radius: 4px;
18207
- }
18208
- .v-btn__overlay {
18209
- transition: none;
18210
- }
18211
- .v-pagination__item--is-active .v-btn__overlay {
18212
- opacity: var(--v-border-opacity);
18213
- }.v-btn-group {
18214
- display: inline-flex;
18215
- flex-wrap: nowrap;
18216
- max-width: 100%;
18217
- min-width: 0;
18218
- overflow: hidden;
18219
- vertical-align: middle;
18220
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18221
- border-style: solid;
18222
- border-width: 0;
18223
- 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));
18224
- border-radius: 4px;
18225
- background: transparent;
18226
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18227
- }
18228
- .v-btn-group--border {
18229
- border-width: thin;
18230
- box-shadow: none;
18231
- }
18232
- .v-btn-group--density-default.v-btn-group {
18233
- height: 48px;
18234
- }
18235
-
18236
- .v-btn-group--density-comfortable.v-btn-group {
18237
- height: 40px;
18238
- }
18239
-
18240
- .v-btn-group--density-compact.v-btn-group {
18241
- height: 36px;
18242
- }
18243
-
18244
- .v-btn-group .v-btn {
18245
- border-radius: 0;
18246
- border-color: inherit;
18247
- }
18248
- .v-btn-group .v-btn:not(:last-child) {
18249
- border-inline-end: none;
18250
- }
18251
- .v-btn-group .v-btn:not(:first-child) {
18252
- border-inline-start: none;
18253
- }
18254
- .v-btn-group .v-btn:first-child {
18255
- border-start-start-radius: inherit;
18256
- border-end-start-radius: inherit;
18257
- }
18258
- .v-btn-group .v-btn:last-child {
18259
- border-start-end-radius: inherit;
18260
- border-end-end-radius: inherit;
18261
- }
18262
- .v-btn-group--divided .v-btn:not(:last-child) {
18263
- border-inline-end-width: thin;
18264
- border-inline-end-style: solid;
18265
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18266
- }
18267
- .v-btn-group--tile {
18268
- border-radius: 0;
18159
+ opacity: 0;
18160
+ transition: opacity 0.2s ease-in-out;
18269
18161
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18270
18162
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18271
18163
  }
@@ -18279,87 +18171,150 @@ html.overflow-y-hidden {
18279
18171
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18280
18172
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18281
18173
  }
18282
- }.v-card {
18283
- display: block;
18284
- overflow: hidden;
18285
- overflow-wrap: break-word;
18174
+ }.v-btn {
18175
+ align-items: center;
18176
+ border-radius: 4px;
18177
+ display: inline-grid;
18178
+ grid-template-areas: "prepend content append";
18179
+ grid-template-columns: max-content auto max-content;
18180
+ font-weight: 500;
18181
+ justify-content: center;
18182
+ letter-spacing: 0.0892857143em;
18183
+ line-height: normal;
18184
+ max-width: 100%;
18185
+ outline: none;
18286
18186
  position: relative;
18287
- padding: 0;
18288
18187
  text-decoration: none;
18188
+ text-indent: 0.0892857143em;
18189
+ text-transform: uppercase;
18190
+ transition-property: box-shadow, transform, opacity, background;
18289
18191
  transition-duration: 0.28s;
18290
- transition-property: box-shadow, opacity, background;
18291
18192
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18292
- z-index: 0;
18193
+ -webkit-user-select: none;
18194
+ user-select: none;
18195
+ vertical-align: middle;
18196
+ flex-shrink: 0;
18293
18197
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18294
18198
  border-style: solid;
18295
18199
  border-width: 0;
18296
- border-radius: 4px;
18297
- }
18298
- .v-card--border {
18299
- border-width: thin;
18300
- box-shadow: none;
18301
- }
18302
- .v-card--absolute {
18303
- position: absolute;
18304
18200
  }
18305
- .v-card--fixed {
18201
+ .v-btn--size-x-small {
18202
+ --v-btn-size: 0.625rem;
18203
+ --v-btn-height: 20px;
18204
+ font-size: var(--v-btn-size);
18205
+ min-width: 36px;
18206
+ padding: 0 8px;
18207
+ }
18208
+
18209
+ .v-btn--size-small {
18210
+ --v-btn-size: 0.75rem;
18211
+ --v-btn-height: 28px;
18212
+ font-size: var(--v-btn-size);
18213
+ min-width: 50px;
18214
+ padding: 0 12px;
18215
+ }
18216
+
18217
+ .v-btn--size-default {
18218
+ --v-btn-size: 0.875rem;
18219
+ --v-btn-height: 36px;
18220
+ font-size: var(--v-btn-size);
18221
+ min-width: 64px;
18222
+ padding: 0 16px;
18223
+ }
18224
+
18225
+ .v-btn--size-large {
18226
+ --v-btn-size: 1rem;
18227
+ --v-btn-height: 44px;
18228
+ font-size: var(--v-btn-size);
18229
+ min-width: 78px;
18230
+ padding: 0 20px;
18231
+ }
18232
+
18233
+ .v-btn--size-x-large {
18234
+ --v-btn-size: 1.125rem;
18235
+ --v-btn-height: 52px;
18236
+ font-size: var(--v-btn-size);
18237
+ min-width: 92px;
18238
+ padding: 0 24px;
18239
+ }
18240
+
18241
+ .v-btn.v-btn--density-default {
18242
+ height: calc(var(--v-btn-height) + 0px);
18243
+ }
18244
+
18245
+ .v-btn.v-btn--density-comfortable {
18246
+ height: calc(var(--v-btn-height) + -8px);
18247
+ }
18248
+
18249
+ .v-btn.v-btn--density-compact {
18250
+ height: calc(var(--v-btn-height) + -12px);
18251
+ }
18252
+
18253
+ .v-btn--border {
18254
+ border-width: thin;
18255
+ box-shadow: none;
18256
+ }
18257
+ .v-btn--absolute {
18258
+ position: absolute;
18259
+ }
18260
+ .v-btn--fixed {
18306
18261
  position: fixed;
18307
18262
  }
18308
- .v-card:hover > .v-card__overlay {
18263
+ .v-btn:hover > .v-btn__overlay {
18309
18264
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
18310
18265
  }
18311
- .v-card:focus-visible > .v-card__overlay {
18266
+ .v-btn:focus-visible > .v-btn__overlay {
18312
18267
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18313
18268
  }
18314
18269
  @supports not selector(:focus-visible) {
18315
- .v-card:focus > .v-card__overlay {
18270
+ .v-btn:focus > .v-btn__overlay {
18316
18271
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
18317
18272
  }
18318
18273
  }
18319
- .v-card--active > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true] > .v-card__overlay {
18274
+ .v-btn--active > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true] > .v-btn__overlay {
18320
18275
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18321
18276
  }
18322
- .v-card--active:hover > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:hover > .v-card__overlay {
18277
+ .v-btn--active:hover > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:hover > .v-btn__overlay {
18323
18278
  opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18324
18279
  }
18325
- .v-card--active:focus-visible > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-card__overlay {
18280
+ .v-btn--active:focus-visible > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-btn__overlay {
18326
18281
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18327
18282
  }
18328
18283
  @supports not selector(:focus-visible) {
18329
- .v-card--active:focus > .v-card__overlay, .v-card[aria-haspopup=menu][aria-expanded=true]:focus > .v-card__overlay {
18284
+ .v-btn--active:focus > .v-btn__overlay, .v-btn[aria-haspopup=menu][aria-expanded=true]:focus > .v-btn__overlay {
18330
18285
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18331
18286
  }
18332
18287
  }
18333
- .v-card--variant-plain, .v-card--variant-outlined, .v-card--variant-text, .v-card--variant-tonal {
18288
+ .v-btn--variant-plain, .v-btn--variant-outlined, .v-btn--variant-text, .v-btn--variant-tonal {
18334
18289
  background: transparent;
18335
18290
  color: inherit;
18336
18291
  }
18337
- .v-card--variant-plain {
18292
+ .v-btn--variant-plain {
18338
18293
  opacity: 0.62;
18339
18294
  }
18340
- .v-card--variant-plain:focus, .v-card--variant-plain:hover {
18295
+ .v-btn--variant-plain:focus, .v-btn--variant-plain:hover {
18341
18296
  opacity: 1;
18342
18297
  }
18343
- .v-card--variant-plain .v-card__overlay {
18298
+ .v-btn--variant-plain .v-btn__overlay {
18344
18299
  display: none;
18345
18300
  }
18346
- .v-card--variant-elevated, .v-card--variant-flat {
18301
+ .v-btn--variant-elevated, .v-btn--variant-flat {
18347
18302
  background: rgb(var(--v-theme-surface));
18348
18303
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18349
18304
  }
18350
- .v-card--variant-elevated {
18351
- 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));
18305
+ .v-btn--variant-elevated {
18306
+ 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));
18352
18307
  }
18353
- .v-card--variant-flat {
18308
+ .v-btn--variant-flat {
18354
18309
  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));
18355
18310
  }
18356
- .v-card--variant-outlined {
18311
+ .v-btn--variant-outlined {
18357
18312
  border: thin solid currentColor;
18358
18313
  }
18359
- .v-card--variant-text .v-card__overlay {
18314
+ .v-btn--variant-text .v-btn__overlay {
18360
18315
  background: currentColor;
18361
18316
  }
18362
- .v-card--variant-tonal .v-card__underlay {
18317
+ .v-btn--variant-tonal .v-btn__underlay {
18363
18318
  background: currentColor;
18364
18319
  opacity: var(--v-activated-opacity);
18365
18320
  border-radius: inherit;
@@ -18370,207 +18325,254 @@ html.overflow-y-hidden {
18370
18325
  left: 0;
18371
18326
  pointer-events: none;
18372
18327
  }
18373
- .v-card--disabled {
18374
- pointer-events: none;
18375
- -webkit-user-select: none;
18376
- user-select: none;
18328
+ @supports selector(:focus-visible) {
18329
+ .v-btn::after {
18330
+ content: "";
18331
+ position: absolute;
18332
+ top: 0;
18333
+ left: 0;
18334
+ width: 100%;
18335
+ height: 100%;
18336
+ pointer-events: none;
18337
+ border: 2px solid currentColor;
18338
+ border-radius: inherit;
18339
+ opacity: 0;
18340
+ transition: opacity 0.2s ease-in-out;
18341
+ }
18342
+ .v-btn:focus-visible::after {
18343
+ opacity: calc(0.25 * var(--v-theme-overlay-multiplier));
18344
+ }
18377
18345
  }
18378
- .v-card--disabled > :not(.v-card__loader) {
18379
- opacity: 0.6;
18346
+ .v-btn--icon {
18347
+ border-radius: 50%;
18348
+ min-width: 0;
18349
+ padding: 0;
18380
18350
  }
18381
- .v-card--flat {
18351
+ .v-btn--icon.v-btn--size-default {
18352
+ --v-btn-size: 1rem;
18353
+ }
18354
+ .v-btn--icon.v-btn--density-default {
18355
+ width: calc(var(--v-btn-height) + 12px);
18356
+ height: calc(var(--v-btn-height) + 12px);
18357
+ }
18358
+ .v-btn--icon.v-btn--density-comfortable {
18359
+ width: calc(var(--v-btn-height) + 0px);
18360
+ height: calc(var(--v-btn-height) + 0px);
18361
+ }
18362
+ .v-btn--icon.v-btn--density-compact {
18363
+ width: calc(var(--v-btn-height) + -8px);
18364
+ height: calc(var(--v-btn-height) + -8px);
18365
+ }
18366
+
18367
+ .v-btn--elevated:hover, .v-btn--elevated:focus {
18368
+ 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));
18369
+ }
18370
+ .v-btn--elevated:active {
18371
+ 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));
18372
+ }
18373
+ .v-btn--flat {
18382
18374
  box-shadow: none;
18383
18375
  }
18384
- .v-card--hover {
18385
- cursor: pointer;
18376
+ .v-btn--block {
18377
+ display: flex;
18378
+ flex: 1 0 auto;
18379
+ min-width: 100%;
18386
18380
  }
18387
- .v-card--hover::before, .v-card--hover::after {
18388
- border-radius: inherit;
18389
- bottom: 0;
18390
- content: "";
18391
- display: block;
18392
- left: 0;
18381
+ .v-btn--disabled {
18393
18382
  pointer-events: none;
18394
- position: absolute;
18395
- right: 0;
18396
- top: 0;
18397
- transition: inherit;
18383
+ opacity: 0.26;
18398
18384
  }
18399
- .v-card--hover::before {
18385
+ .v-btn--disabled:hover {
18386
+ opacity: 0.26;
18387
+ }
18388
+ .v-btn--disabled.v-btn--variant-elevated, .v-btn--disabled.v-btn--variant-flat {
18389
+ box-shadow: none;
18400
18390
  opacity: 1;
18401
- z-index: -1;
18402
- 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));
18391
+ color: rgba(var(--v-theme-on-surface), 0.26);
18392
+ background: rgb(var(--v-theme-surface));
18403
18393
  }
18404
- .v-card--hover::after {
18405
- z-index: 1;
18406
- opacity: 0;
18407
- 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));
18394
+ .v-btn--disabled.v-btn--variant-elevated .v-btn__overlay, .v-btn--disabled.v-btn--variant-flat .v-btn__overlay {
18395
+ opacity: 0.4615384615;
18408
18396
  }
18409
- .v-card--hover:hover::after {
18410
- opacity: 1;
18397
+ .v-btn--loading {
18398
+ pointer-events: none;
18411
18399
  }
18412
- .v-card--hover:hover::before {
18400
+ .v-btn--loading .v-btn__content,
18401
+ .v-btn--loading .v-btn__prepend,
18402
+ .v-btn--loading .v-btn__append {
18413
18403
  opacity: 0;
18414
18404
  }
18415
- .v-card--hover:hover {
18416
- 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));
18417
- }
18418
- .v-card--link {
18419
- cursor: pointer;
18405
+ .v-btn--stacked {
18406
+ grid-template-areas: "prepend" "content" "append";
18407
+ grid-template-columns: auto;
18408
+ grid-template-rows: max-content max-content max-content;
18409
+ justify-items: center;
18410
+ align-content: center;
18420
18411
  }
18421
-
18422
- .v-card-actions {
18423
- align-items: center;
18424
- display: flex;
18425
- flex: none;
18426
- min-height: 52px;
18427
- padding: 0.5rem;
18412
+ .v-btn--stacked .v-btn__content {
18413
+ flex-direction: column;
18414
+ line-height: 1.25;
18428
18415
  }
18429
-
18430
- .v-card-item {
18431
- align-items: center;
18432
- display: grid;
18433
- flex: none;
18434
- grid-template-areas: "prepend content append";
18435
- grid-template-columns: max-content auto max-content;
18436
- padding: 0.625rem 1rem;
18416
+ .v-btn--stacked .v-btn__prepend,
18417
+ .v-btn--stacked .v-btn__append,
18418
+ .v-btn--stacked .v-btn__content > .v-icon--start,
18419
+ .v-btn--stacked .v-btn__content > .v-icon--end {
18420
+ margin-inline: 0;
18437
18421
  }
18438
- .v-card-item + .v-card-text {
18439
- padding-top: 0;
18422
+ .v-btn--stacked .v-btn__prepend,
18423
+ .v-btn--stacked .v-btn__content > .v-icon--start {
18424
+ margin-bottom: 4px;
18440
18425
  }
18441
- .v-card-item__prepend {
18442
- grid-area: prepend;
18443
- padding-inline-end: 1rem;
18426
+ .v-btn--stacked .v-btn__append,
18427
+ .v-btn--stacked .v-btn__content > .v-icon--end {
18428
+ margin-top: 4px;
18444
18429
  }
18445
- .v-card-item__append {
18446
- grid-area: append;
18447
- padding-inline-start: 1rem;
18430
+ .v-btn--stacked.v-btn--size-x-small {
18431
+ --v-btn-size: 0.625rem;
18432
+ --v-btn-height: 56px;
18433
+ font-size: var(--v-btn-size);
18434
+ min-width: 56px;
18435
+ padding: 0 12px;
18448
18436
  }
18449
18437
 
18450
- .v-card-item__content {
18451
- align-self: center;
18452
- grid-area: content;
18453
- overflow: hidden;
18438
+ .v-btn--stacked.v-btn--size-small {
18439
+ --v-btn-size: 0.75rem;
18440
+ --v-btn-height: 64px;
18441
+ font-size: var(--v-btn-size);
18442
+ min-width: 64px;
18443
+ padding: 0 14px;
18454
18444
  }
18455
18445
 
18456
- .v-card-title {
18457
- display: block;
18458
- flex: none;
18459
- font-size: 1.25rem;
18460
- font-weight: 500;
18461
- -webkit-hyphens: auto;
18462
- hyphens: auto;
18463
- letter-spacing: 0.0125em;
18464
- min-width: 0;
18465
- overflow-wrap: normal;
18466
- overflow: hidden;
18467
- padding: 0.5rem 1rem;
18468
- text-overflow: ellipsis;
18469
- text-transform: none;
18470
- white-space: nowrap;
18471
- word-break: normal;
18472
- word-wrap: break-word;
18473
- }
18474
- .v-card .v-card-title {
18475
- line-height: 2rem;
18476
- }
18477
- .v-card--density-comfortable .v-card-title {
18478
- line-height: 1.75rem;
18479
- }
18480
- .v-card--density-compact .v-card-title {
18481
- line-height: 1.55rem;
18446
+ .v-btn--stacked.v-btn--size-default {
18447
+ --v-btn-size: 0.875rem;
18448
+ --v-btn-height: 72px;
18449
+ font-size: var(--v-btn-size);
18450
+ min-width: 72px;
18451
+ padding: 0 16px;
18482
18452
  }
18483
- .v-card-item .v-card-title {
18484
- padding: 0;
18453
+
18454
+ .v-btn--stacked.v-btn--size-large {
18455
+ --v-btn-size: 1rem;
18456
+ --v-btn-height: 80px;
18457
+ font-size: var(--v-btn-size);
18458
+ min-width: 80px;
18459
+ padding: 0 18px;
18485
18460
  }
18486
- .v-card-title + .v-card-text,
18487
- .v-card-title + .v-card-actions {
18488
- padding-top: 0;
18461
+
18462
+ .v-btn--stacked.v-btn--size-x-large {
18463
+ --v-btn-size: 1.125rem;
18464
+ --v-btn-height: 88px;
18465
+ font-size: var(--v-btn-size);
18466
+ min-width: 88px;
18467
+ padding: 0 20px;
18489
18468
  }
18490
18469
 
18491
- .v-card-subtitle {
18492
- display: block;
18493
- flex: none;
18494
- font-size: 0.875rem;
18495
- font-weight: 400;
18496
- letter-spacing: 0.0178571429em;
18497
- opacity: var(--v-medium-emphasis-opacity);
18498
- overflow: hidden;
18499
- padding: 0 1rem;
18500
- text-overflow: ellipsis;
18501
- text-transform: none;
18502
- white-space: nowrap;
18470
+ .v-btn--stacked.v-btn--density-default {
18471
+ height: calc(var(--v-btn-height) + 0px);
18503
18472
  }
18504
- .v-card .v-card-subtitle {
18505
- line-height: 1.25rem;
18473
+
18474
+ .v-btn--stacked.v-btn--density-comfortable {
18475
+ height: calc(var(--v-btn-height) + -16px);
18506
18476
  }
18507
- .v-card--density-comfortable .v-card-subtitle {
18508
- line-height: 1.125rem;
18477
+
18478
+ .v-btn--stacked.v-btn--density-compact {
18479
+ height: calc(var(--v-btn-height) + -24px);
18509
18480
  }
18510
- .v-card--density-compact .v-card-subtitle {
18511
- line-height: 1rem;
18481
+
18482
+ .v-btn--slim {
18483
+ padding: 0 8px;
18512
18484
  }
18513
- .v-card-item .v-card-subtitle {
18514
- padding: 0 0 0.25rem;
18485
+ .v-btn--rounded {
18486
+ border-radius: 24px;
18515
18487
  }
18516
-
18517
- .v-card-text {
18518
- flex: 1 1 auto;
18519
- font-size: 0.875rem;
18520
- font-weight: 400;
18521
- letter-spacing: 0.0178571429em;
18522
- padding: 1rem;
18523
- text-transform: none;
18488
+ .v-btn--rounded.v-btn--icon {
18489
+ border-radius: 4px;
18524
18490
  }
18525
- .v-card .v-card-text {
18526
- line-height: 1.25rem;
18491
+ .v-btn .v-icon {
18492
+ --v-icon-size-multiplier: 0.8571428571;
18527
18493
  }
18528
- .v-card--density-comfortable .v-card-text {
18529
- line-height: 1.2rem;
18494
+ .v-btn--icon .v-icon {
18495
+ --v-icon-size-multiplier: 1;
18530
18496
  }
18531
- .v-card--density-compact .v-card-text {
18532
- line-height: 1.15rem;
18497
+ .v-btn--stacked .v-icon {
18498
+ --v-icon-size-multiplier: 1.1428571429;
18533
18499
  }
18534
18500
 
18535
- .v-card__image {
18501
+ .v-btn__loader {
18502
+ align-items: center;
18536
18503
  display: flex;
18537
18504
  height: 100%;
18538
- flex: 1 1 auto;
18505
+ justify-content: center;
18539
18506
  left: 0;
18540
- overflow: hidden;
18541
18507
  position: absolute;
18542
18508
  top: 0;
18543
18509
  width: 100%;
18544
- z-index: -1;
18545
18510
  }
18546
18511
 
18547
- .v-card__content {
18548
- border-radius: inherit;
18549
- overflow: hidden;
18550
- position: relative;
18512
+ .v-btn__content,
18513
+ .v-btn__prepend,
18514
+ .v-btn__append {
18515
+ align-items: center;
18516
+ display: flex;
18517
+ transition: transform, opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18551
18518
  }
18552
18519
 
18553
- .v-card__loader {
18554
- bottom: auto;
18555
- top: 0;
18556
- left: 0;
18557
- position: absolute;
18558
- right: 0;
18559
- width: 100%;
18560
- z-index: 1;
18520
+ .v-btn__prepend {
18521
+ grid-area: prepend;
18522
+ margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
18561
18523
  }
18562
18524
 
18563
- .v-card__overlay {
18525
+ .v-btn__append {
18526
+ grid-area: append;
18527
+ margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
18528
+ }
18529
+
18530
+ .v-btn__content {
18531
+ grid-area: content;
18532
+ justify-content: center;
18533
+ white-space: nowrap;
18534
+ }
18535
+ .v-btn__content > .v-icon--start {
18536
+ margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
18537
+ }
18538
+ .v-btn__content > .v-icon--end {
18539
+ margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
18540
+ }
18541
+ .v-btn--stacked .v-btn__content {
18542
+ white-space: normal;
18543
+ }
18544
+
18545
+ .v-btn__overlay {
18564
18546
  background-color: currentColor;
18565
18547
  border-radius: inherit;
18548
+ opacity: 0;
18549
+ transition: opacity 0.2s ease-in-out;
18550
+ }
18551
+
18552
+ .v-btn__overlay,
18553
+ .v-btn__underlay {
18566
18554
  position: absolute;
18567
18555
  top: 0;
18568
- right: 0;
18569
- bottom: 0;
18570
18556
  left: 0;
18557
+ width: 100%;
18558
+ height: 100%;
18571
18559
  pointer-events: none;
18572
- opacity: 0;
18573
- transition: opacity 0.2s ease-in-out;
18560
+ }
18561
+
18562
+ .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
18563
+ margin-inline-start: 0.5rem;
18564
+ }
18565
+
18566
+ .v-pagination .v-btn {
18567
+ border-radius: 4px;
18568
+ }
18569
+ .v-btn__overlay {
18570
+ transition: none;
18571
+ }
18572
+ .v-pagination__item--is-active .v-btn__overlay {
18573
+ opacity: var(--v-border-opacity);
18574
+ }.v-checkbox .v-selection-control {
18575
+ min-height: var(--v-input-control-height);
18574
18576
  }.v-carousel {
18575
18577
  overflow: hidden;
18576
18578
  position: relative;
@@ -18633,8 +18635,6 @@ html.overflow-y-hidden {
18633
18635
  flex-direction: column;
18634
18636
  height: 100% !important;
18635
18637
  width: 50px;
18636
- }.v-checkbox .v-selection-control {
18637
- min-height: var(--v-input-control-height);
18638
18638
  }.v-chip {
18639
18639
  align-items: center;
18640
18640
  cursor: default;
@@ -19043,24 +19043,6 @@ html.overflow-y-hidden {
19043
19043
 
19044
19044
  .v-chip--label {
19045
19045
  border-radius: 4px;
19046
- }.v-chip-group {
19047
- display: flex;
19048
- max-width: 100%;
19049
- min-width: 0;
19050
- overflow-x: auto;
19051
- padding: 4px 0;
19052
- flex-wrap: wrap;
19053
- }
19054
- .v-chip-group .v-chip {
19055
- margin: 4px 8px 4px 0;
19056
- }
19057
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19058
- opacity: var(--v-activated-opacity);
19059
- }
19060
-
19061
- .v-chip-group--column {
19062
- flex-wrap: wrap;
19063
- white-space: normal;
19064
19046
  }.v-combobox .v-field .v-text-field__prefix,
19065
19047
  .v-combobox .v-field .v-text-field__suffix,
19066
19048
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -19142,6 +19124,29 @@ html.overflow-y-hidden {
19142
19124
  .v-combobox--active-menu .v-combobox__menu-icon {
19143
19125
  opacity: var(--v-high-emphasis-opacity);
19144
19126
  transform: rotate(180deg);
19127
+ }.v-chip-group {
19128
+ display: flex;
19129
+ max-width: 100%;
19130
+ min-width: 0;
19131
+ overflow-x: auto;
19132
+ padding: 4px 0;
19133
+ flex-wrap: wrap;
19134
+ }
19135
+ .v-chip-group .v-chip {
19136
+ margin: 4px 8px 4px 0;
19137
+ }
19138
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19139
+ opacity: var(--v-activated-opacity);
19140
+ }
19141
+
19142
+ .v-chip-group--column {
19143
+ flex-wrap: wrap;
19144
+ white-space: normal;
19145
+ }.v-counter {
19146
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19147
+ flex: 0 1 auto;
19148
+ font-size: 12px;
19149
+ transition-duration: 150ms;
19145
19150
  }.v-container {
19146
19151
  width: 100%;
19147
19152
  padding: 16px;
@@ -19814,32 +19819,77 @@ html.overflow-y-hidden {
19814
19819
  .offset-xxl-11 {
19815
19820
  margin-inline-start: 91.6666666667%;
19816
19821
  }
19817
- }.v-counter {
19818
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
19819
- flex: 0 1 auto;
19820
- font-size: 12px;
19821
- transition-duration: 150ms;
19822
- }.v-data-table {
19823
- width: 100%;
19822
+ }.v-color-picker {
19823
+ align-self: flex-start;
19824
+ contain: content;
19824
19825
  }
19825
-
19826
- .v-data-table__table {
19827
- width: 100%;
19828
- border-collapse: separate;
19829
- border-spacing: 0;
19826
+ .v-color-picker.v-sheet {
19827
+ 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));
19828
+ border-radius: 4px;
19830
19829
  }
19831
19830
 
19832
- .v-data-table__tr--focus {
19833
- border: 1px dotted black;
19834
- }
19835
- .v-data-table__tr--clickable {
19836
- cursor: pointer;
19831
+ .v-color-picker__controls {
19832
+ display: flex;
19833
+ flex-direction: column;
19834
+ padding: 16px;
19837
19835
  }
19838
19836
 
19839
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19840
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19841
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19842
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19837
+ .v-color-picker--flat {
19838
+ 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));
19839
+ }
19840
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19841
+ 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));
19842
+ }.v-data-table-footer {
19843
+ display: flex;
19844
+ align-items: center;
19845
+ flex-wrap: wrap;
19846
+ padding: 0 8px;
19847
+ justify-content: flex-end;
19848
+ }
19849
+
19850
+ .v-data-table-footer__items-per-page {
19851
+ padding-inline-end: 24px;
19852
+ display: flex;
19853
+ align-items: center;
19854
+ justify-content: space-between;
19855
+ }
19856
+ .v-data-table-footer__items-per-page > span {
19857
+ padding-inline-end: 24px;
19858
+ }
19859
+
19860
+ .v-data-table-footer__info {
19861
+ display: flex;
19862
+ padding-inline-end: 24px;
19863
+ }
19864
+
19865
+ .v-data-table-footer__pagination {
19866
+ display: flex;
19867
+ align-items: center;
19868
+ }
19869
+
19870
+ .v-data-table-footer__page {
19871
+ padding: 0 8px;
19872
+ }.v-data-table {
19873
+ width: 100%;
19874
+ }
19875
+
19876
+ .v-data-table__table {
19877
+ width: 100%;
19878
+ border-collapse: separate;
19879
+ border-spacing: 0;
19880
+ }
19881
+
19882
+ .v-data-table__tr--focus {
19883
+ border: 1px dotted black;
19884
+ }
19885
+ .v-data-table__tr--clickable {
19886
+ cursor: pointer;
19887
+ }
19888
+
19889
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
19890
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
19891
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
19892
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
19843
19893
  text-align: end;
19844
19894
  }
19845
19895
  .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
@@ -19947,57 +19997,91 @@ html.overflow-y-hidden {
19947
19997
  .v-data-table-rows-loading,
19948
19998
  .v-data-table-rows-no-data {
19949
19999
  text-align: center;
19950
- }.v-data-table-footer {
19951
- display: flex;
20000
+ }.v-dialog {
19952
20001
  align-items: center;
19953
- flex-wrap: wrap;
19954
- padding: 0 8px;
19955
- justify-content: flex-end;
20002
+ justify-content: center;
20003
+ margin: auto;
19956
20004
  }
19957
-
19958
- .v-data-table-footer__items-per-page {
19959
- padding-inline-end: 24px;
20005
+ .v-dialog > .v-overlay__content {
20006
+ max-height: calc(100% - 48px);
20007
+ width: calc(100% - 48px);
20008
+ max-width: calc(100% - 48px);
20009
+ margin: 24px;
19960
20010
  display: flex;
19961
- align-items: center;
19962
- justify-content: space-between;
20011
+ flex-direction: column;
19963
20012
  }
19964
- .v-data-table-footer__items-per-page > span {
19965
- padding-inline-end: 24px;
20013
+ .v-dialog > .v-overlay__content > .v-card,
20014
+ .v-dialog > .v-overlay__content > .v-sheet,
20015
+ .v-dialog > .v-overlay__content > form > .v-card,
20016
+ .v-dialog > .v-overlay__content > form > .v-sheet {
20017
+ --v-scrollbar-offset: 0px;
20018
+ border-radius: 4px;
20019
+ overflow-y: auto;
20020
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
19966
20021
  }
19967
-
19968
- .v-data-table-footer__info {
20022
+ .v-dialog > .v-overlay__content > .v-card,
20023
+ .v-dialog > .v-overlay__content > form > .v-card {
19969
20024
  display: flex;
19970
- padding-inline-end: 24px;
20025
+ flex-direction: column;
19971
20026
  }
19972
-
19973
- .v-data-table-footer__pagination {
19974
- display: flex;
19975
- align-items: center;
20027
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20028
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20029
+ padding: 14px 24px 0;
19976
20030
  }
19977
-
19978
- .v-data-table-footer__page {
19979
- padding: 0 8px;
19980
- }.v-date-picker__input {
19981
- padding-top: 16px;
19982
- padding-left: 24px;
19983
- padding-right: 24px;
20031
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20032
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20033
+ padding-top: 10px;
19984
20034
  }
19985
-
19986
- .v-date-picker {
19987
- overflow: hidden;
20035
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20036
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20037
+ font-size: inherit;
20038
+ letter-spacing: 0.03125em;
20039
+ line-height: inherit;
20040
+ padding: 16px 24px 10px;
19988
20041
  }
19989
20042
 
19990
- .v-date-picker-month {
19991
- padding: 0 12px 12px;
20043
+ .v-dialog--fullscreen {
20044
+ --v-scrollbar-offset: 0px;
20045
+ }
20046
+ .v-dialog--fullscreen > .v-overlay__content {
20047
+ border-radius: 0;
20048
+ margin: 0;
20049
+ padding: 0;
20050
+ width: 100%;
20051
+ height: 100%;
20052
+ max-width: 100%;
20053
+ max-height: 100%;
20054
+ overflow-y: auto;
20055
+ top: 0;
20056
+ left: 0;
20057
+ }
20058
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
20059
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20060
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20061
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20062
+ min-height: 100%;
20063
+ min-width: 100%;
20064
+ border-radius: 0;
19992
20065
  }
19993
20066
 
19994
- .v-date-picker-month__day {
19995
- height: 48px;
19996
- width: 48px;
20067
+ .v-dialog--scrollable > .v-overlay__content,
20068
+ .v-dialog--scrollable > .v-overlay__content > form {
20069
+ display: flex;
20070
+ overflow: hidden;
19997
20071
  }
19998
- .v-date-picker-month__day .v-btn {
19999
- --v-btn-height: 28px;
20000
- --v-btn-size: 0.85rem;
20072
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20073
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20074
+ display: flex;
20075
+ flex: 1 1 100%;
20076
+ flex-direction: column;
20077
+ max-height: 100%;
20078
+ max-width: 100%;
20079
+ }
20080
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20081
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20082
+ -webkit-backface-visibility: hidden;
20083
+ backface-visibility: hidden;
20084
+ overflow-y: auto;
20001
20085
  }.v-date-picker-controls {
20002
20086
  display: flex;
20003
20087
  align-items: center;
@@ -20115,6 +20199,47 @@ html.overflow-y-hidden {
20115
20199
  .date-picker-header-reverse-transition-leave-to {
20116
20200
  opacity: 0;
20117
20201
  transform: translate(0, 100%);
20202
+ }.v-date-picker-months {
20203
+ height: 320px;
20204
+ overflow-y: scroll;
20205
+ }
20206
+
20207
+ .v-date-picker-months__content {
20208
+ align-items: center;
20209
+ display: grid;
20210
+ flex: 1 1;
20211
+ height: inherit;
20212
+ justify-content: space-around;
20213
+ grid-template-columns: repeat(2, 1fr);
20214
+ grid-gap: 4px 24px;
20215
+ padding-inline-start: 36px;
20216
+ padding-inline-end: 36px;
20217
+ }
20218
+ .v-date-picker-months__content .v-btn {
20219
+ text-transform: none;
20220
+ padding-inline-start: 8px;
20221
+ padding-inline-end: 8px;
20222
+ }.v-date-picker__input {
20223
+ padding-top: 16px;
20224
+ padding-left: 24px;
20225
+ padding-right: 24px;
20226
+ }
20227
+
20228
+ .v-date-picker {
20229
+ overflow: hidden;
20230
+ }
20231
+
20232
+ .v-date-picker-month {
20233
+ padding: 0 12px 12px;
20234
+ }
20235
+
20236
+ .v-date-picker-month__day {
20237
+ height: 48px;
20238
+ width: 48px;
20239
+ }
20240
+ .v-date-picker-month__day .v-btn {
20241
+ --v-btn-height: 28px;
20242
+ --v-btn-size: 0.85rem;
20118
20243
  }.v-date-picker-month {
20119
20244
  display: flex;
20120
20245
  justify-content: center;
@@ -20151,367 +20276,63 @@ html.overflow-y-hidden {
20151
20276
  position: relative;
20152
20277
  }
20153
20278
  .v-date-picker-month__day--selected .v-btn {
20154
- background-color: rgb(var(--v-theme-surface-variant));
20155
- color: rgb(var(--v-theme-on-surface-variant));
20156
- }
20157
- .v-date-picker-month__day--week {
20158
- font-size: var(--v-btn-size);
20159
- }
20160
-
20161
- .v-date-picker-month__day--adjacent {
20162
- opacity: 0.5;
20163
- }
20164
-
20165
- .v-date-picker-month__day--hide-adjacent {
20166
- opacity: 0;
20167
- }.v-date-picker-months {
20168
- height: 320px;
20169
- overflow-y: scroll;
20170
- }
20171
-
20172
- .v-date-picker-months__content {
20173
- align-items: center;
20174
- display: grid;
20175
- flex: 1 1;
20176
- height: inherit;
20177
- justify-content: space-around;
20178
- grid-template-columns: repeat(2, 1fr);
20179
- grid-gap: 4px 24px;
20180
- padding-inline-start: 36px;
20181
- padding-inline-end: 36px;
20182
- }
20183
- .v-date-picker-months__content .v-btn {
20184
- text-transform: none;
20185
- padding-inline-start: 8px;
20186
- padding-inline-end: 8px;
20187
- }.v-date-picker-years {
20188
- height: 320px;
20189
- overflow-y: scroll;
20190
- }
20191
-
20192
- .v-date-picker-years__content {
20193
- display: grid;
20194
- flex: 1 1;
20195
- justify-content: space-around;
20196
- grid-template-columns: repeat(3, 1fr);
20197
- gap: 8px 24px;
20198
- padding-inline: 36px;
20199
- }
20200
- .v-date-picker-years__content .v-btn {
20201
- padding-inline: 8px;
20202
- }.v-divider {
20203
- display: block;
20204
- flex: 1 1 100%;
20205
- height: 0px;
20206
- max-height: 0px;
20207
- opacity: var(--v-border-opacity);
20208
- transition: inherit;
20209
- border-style: solid;
20210
- border-width: thin 0 0 0;
20211
- }
20212
- .v-divider--vertical {
20213
- align-self: stretch;
20214
- border-width: 0 thin 0 0;
20215
- display: inline-flex;
20216
- height: inherit;
20217
- margin-left: -1px;
20218
- max-height: 100%;
20219
- max-width: 0px;
20220
- vertical-align: text-bottom;
20221
- width: 0px;
20222
- }
20223
- .v-divider--inset:not(.v-divider--vertical) {
20224
- max-width: calc(100% - 72px);
20225
- margin-inline-start: 72px;
20226
- }
20227
- .v-divider--inset.v-divider--vertical {
20228
- margin-bottom: 8px;
20229
- margin-top: 8px;
20230
- max-height: calc(100% - 16px);
20231
- }.v-dialog {
20232
- align-items: center;
20233
- justify-content: center;
20234
- margin: auto;
20235
- }
20236
- .v-dialog > .v-overlay__content {
20237
- max-height: calc(100% - 48px);
20238
- width: calc(100% - 48px);
20239
- max-width: calc(100% - 48px);
20240
- margin: 24px;
20241
- display: flex;
20242
- flex-direction: column;
20243
- }
20244
- .v-dialog > .v-overlay__content > .v-card,
20245
- .v-dialog > .v-overlay__content > .v-sheet,
20246
- .v-dialog > .v-overlay__content > form > .v-card,
20247
- .v-dialog > .v-overlay__content > form > .v-sheet {
20248
- --v-scrollbar-offset: 0px;
20249
- border-radius: 4px;
20250
- overflow-y: auto;
20251
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
20252
- }
20253
- .v-dialog > .v-overlay__content > .v-card,
20254
- .v-dialog > .v-overlay__content > form > .v-card {
20255
- display: flex;
20256
- flex-direction: column;
20257
- }
20258
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20259
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20260
- padding: 14px 24px 0;
20261
- }
20262
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20263
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20264
- padding-top: 10px;
20265
- }
20266
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20267
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20268
- font-size: inherit;
20269
- letter-spacing: 0.03125em;
20270
- line-height: inherit;
20271
- padding: 16px 24px 10px;
20272
- }
20273
-
20274
- .v-dialog--fullscreen {
20275
- --v-scrollbar-offset: 0px;
20276
- }
20277
- .v-dialog--fullscreen > .v-overlay__content {
20278
- border-radius: 0;
20279
- margin: 0;
20280
- padding: 0;
20281
- width: 100%;
20282
- height: 100%;
20283
- max-width: 100%;
20284
- max-height: 100%;
20285
- overflow-y: auto;
20286
- top: 0;
20287
- left: 0;
20288
- }
20289
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20290
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20291
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20292
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20293
- min-height: 100%;
20294
- min-width: 100%;
20295
- border-radius: 0;
20296
- }
20297
-
20298
- .v-dialog--scrollable > .v-overlay__content,
20299
- .v-dialog--scrollable > .v-overlay__content > form {
20300
- display: flex;
20301
- overflow: hidden;
20302
- }
20303
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20304
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20305
- display: flex;
20306
- flex: 1 1 100%;
20307
- flex-direction: column;
20308
- max-height: 100%;
20309
- max-width: 100%;
20310
- }
20311
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20312
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20313
- -webkit-backface-visibility: hidden;
20314
- backface-visibility: hidden;
20315
- overflow-y: auto;
20316
- }.v-expansion-panel {
20317
- background-color: rgb(var(--v-theme-surface));
20318
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20319
- }
20320
- .v-expansion-panel:not(:first-child)::after {
20321
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20322
- }
20323
- .v-expansion-panel--disabled .v-expansion-panel-title {
20324
- color: rgba(var(--v-theme-on-surface), 0.26);
20325
- }
20326
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20327
- opacity: 0.4615384615;
20328
- }
20329
-
20330
- .v-expansion-panels {
20331
- display: flex;
20332
- flex-wrap: wrap;
20333
- justify-content: center;
20334
- list-style-type: none;
20335
- padding: 0;
20336
- width: 100%;
20337
- position: relative;
20338
- z-index: 1;
20339
- }
20340
- .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) {
20341
- border-bottom-left-radius: 0 !important;
20342
- border-bottom-right-radius: 0 !important;
20343
- }
20344
- .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) {
20345
- border-top-left-radius: 0 !important;
20346
- border-top-right-radius: 0 !important;
20347
- }
20348
- .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) {
20349
- border-bottom-left-radius: 0 !important;
20350
- border-bottom-right-radius: 0 !important;
20351
- }
20352
- .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) {
20353
- border-top-left-radius: 0 !important;
20354
- border-top-right-radius: 0 !important;
20355
- }
20356
- .v-expansion-panels--variant-accordion > :first-child {
20357
- border-bottom-left-radius: 0 !important;
20358
- border-bottom-right-radius: 0 !important;
20359
- }
20360
- .v-expansion-panels--variant-accordion > :last-child {
20361
- border-top-left-radius: 0 !important;
20362
- border-top-right-radius: 0 !important;
20363
- }
20364
- .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
20365
- border-bottom-left-radius: initial;
20366
- border-bottom-right-radius: initial;
20367
- }
20368
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20369
- border-radius: 0 !important;
20370
- }
20371
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20372
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20373
- }
20374
-
20375
- .v-expansion-panel {
20376
- flex: 1 0 100%;
20377
- max-width: 100%;
20378
- position: relative;
20379
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20380
- transition-property: margin-top, border-radius, border, max-width;
20381
- border-radius: 4px;
20382
- }
20383
- .v-expansion-panel:not(:first-child)::after {
20384
- border-top-style: solid;
20385
- border-top-width: thin;
20386
- content: "";
20387
- left: 0;
20388
- position: absolute;
20389
- right: 0;
20390
- top: 0;
20391
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20392
- }
20393
- .v-expansion-panel--disabled .v-expansion-panel-title {
20394
- pointer-events: none;
20395
- }
20396
- .v-expansion-panel--active:not(:first-child),
20397
- .v-expansion-panel--active + .v-expansion-panel {
20398
- margin-top: 16px;
20399
- }
20400
- .v-expansion-panel--active:not(:first-child)::after,
20401
- .v-expansion-panel--active + .v-expansion-panel::after {
20402
- opacity: 0;
20403
- }
20404
- .v-expansion-panel--active > .v-expansion-panel-title {
20405
- border-bottom-left-radius: 0;
20406
- border-bottom-right-radius: 0;
20407
- }
20408
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20409
- min-height: 64px;
20410
- }
20411
-
20412
- .v-expansion-panel__shadow {
20413
- position: absolute;
20414
- top: 0;
20415
- left: 0;
20416
- width: 100%;
20417
- height: 100%;
20418
- 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));
20419
- border-radius: inherit;
20420
- z-index: -1;
20421
- }
20422
-
20423
- .v-expansion-panel-title {
20424
- align-items: center;
20425
- text-align: start;
20426
- border-radius: inherit;
20427
- display: flex;
20428
- font-size: 0.9375rem;
20429
- line-height: 1;
20430
- min-height: 48px;
20431
- outline: none;
20432
- padding: 16px 24px;
20433
- position: relative;
20434
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20435
- width: 100%;
20436
- justify-content: space-between;
20437
- }
20438
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
20439
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20440
- }
20441
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
20442
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20443
- }
20444
- @supports not selector(:focus-visible) {
20445
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
20446
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20447
- }
20448
- }
20449
- .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 {
20450
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20451
- }
20452
- .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 {
20453
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20454
- }
20455
- .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 {
20456
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20457
- }
20458
- @supports not selector(:focus-visible) {
20459
- .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 {
20460
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20461
- }
20462
- }
20463
- .v-expansion-panel-title--active::before {
20464
- opacity: 0.12;
20465
- }
20466
-
20467
- .v-expansion-panel-title__overlay {
20468
- position: absolute;
20469
- top: 0;
20470
- left: 0;
20471
- width: 100%;
20472
- height: 100%;
20473
- background-color: currentColor;
20474
- border-radius: inherit;
20475
- opacity: 0;
20476
- }
20477
-
20478
- .v-expansion-panel-title__icon {
20479
- display: inline-flex;
20480
- margin-bottom: -4px;
20481
- margin-top: -4px;
20482
- -webkit-user-select: none;
20483
- user-select: none;
20484
- margin-inline-start: auto;
20485
- }
20486
-
20487
- .v-expansion-panel-text {
20488
- display: flex;
20489
- }
20490
- .v-expansion-panel-text__wrapper {
20491
- padding: 8px 24px 16px;
20492
- flex: 1 1 auto;
20493
- max-width: 100%;
20279
+ background-color: rgb(var(--v-theme-surface-variant));
20280
+ color: rgb(var(--v-theme-on-surface-variant));
20281
+ }
20282
+ .v-date-picker-month__day--week {
20283
+ font-size: var(--v-btn-size);
20494
20284
  }
20495
20285
 
20496
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
20497
- margin-top: 0;
20286
+ .v-date-picker-month__day--adjacent {
20287
+ opacity: 0.5;
20498
20288
  }
20499
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
20500
- opacity: 1;
20289
+
20290
+ .v-date-picker-month__day--hide-adjacent {
20291
+ opacity: 0;
20292
+ }.v-date-picker-years {
20293
+ height: 320px;
20294
+ overflow-y: scroll;
20501
20295
  }
20502
20296
 
20503
- .v-expansion-panels--variant-popout > .v-expansion-panel {
20504
- max-width: calc(100% - 32px);
20297
+ .v-date-picker-years__content {
20298
+ display: grid;
20299
+ flex: 1 1;
20300
+ justify-content: space-around;
20301
+ grid-template-columns: repeat(3, 1fr);
20302
+ gap: 8px 24px;
20303
+ padding-inline: 36px;
20505
20304
  }
20506
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
20507
- max-width: calc(100% + 16px);
20305
+ .v-date-picker-years__content .v-btn {
20306
+ padding-inline: 8px;
20307
+ }.v-divider {
20308
+ display: block;
20309
+ flex: 1 1 100%;
20310
+ height: 0px;
20311
+ max-height: 0px;
20312
+ opacity: var(--v-border-opacity);
20313
+ transition: inherit;
20314
+ border-style: solid;
20315
+ border-width: thin 0 0 0;
20508
20316
  }
20509
-
20510
- .v-expansion-panels--variant-inset > .v-expansion-panel {
20511
- max-width: 100%;
20317
+ .v-divider--vertical {
20318
+ align-self: stretch;
20319
+ border-width: 0 thin 0 0;
20320
+ display: inline-flex;
20321
+ height: inherit;
20322
+ margin-left: -1px;
20323
+ max-height: 100%;
20324
+ max-width: 0px;
20325
+ vertical-align: text-bottom;
20326
+ width: 0px;
20512
20327
  }
20513
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20514
- max-width: calc(100% - 32px);
20328
+ .v-divider--inset:not(.v-divider--vertical) {
20329
+ max-width: calc(100% - 72px);
20330
+ margin-inline-start: 72px;
20331
+ }
20332
+ .v-divider--inset.v-divider--vertical {
20333
+ margin-bottom: 8px;
20334
+ margin-top: 8px;
20335
+ max-height: calc(100% - 16px);
20515
20336
  }/* region INPUT */
20516
20337
  .v-field {
20517
20338
  display: grid;
@@ -21054,23 +20875,205 @@ textarea.v-field__input::placeholder {
21054
20875
  opacity: 0;
21055
20876
  }
21056
20877
 
21057
- /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21058
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21059
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21060
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21061
- top: 0px;
20878
+ /* endregion */.v-expansion-panel {
20879
+ background-color: rgb(var(--v-theme-surface));
20880
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21062
20881
  }
21063
- .v-file-input input[type=file] {
21064
- height: 100%;
20882
+ .v-expansion-panel:not(:first-child)::after {
20883
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20884
+ }
20885
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20886
+ color: rgba(var(--v-theme-on-surface), 0.26);
20887
+ }
20888
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20889
+ opacity: 0.4615384615;
20890
+ }
20891
+
20892
+ .v-expansion-panels {
20893
+ display: flex;
20894
+ flex-wrap: wrap;
20895
+ justify-content: center;
20896
+ list-style-type: none;
20897
+ padding: 0;
20898
+ width: 100%;
20899
+ position: relative;
20900
+ z-index: 1;
20901
+ }
20902
+ .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) {
20903
+ border-bottom-left-radius: 0 !important;
20904
+ border-bottom-right-radius: 0 !important;
20905
+ }
20906
+ .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) {
20907
+ border-top-left-radius: 0 !important;
20908
+ border-top-right-radius: 0 !important;
20909
+ }
20910
+ .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) {
20911
+ border-bottom-left-radius: 0 !important;
20912
+ border-bottom-right-radius: 0 !important;
20913
+ }
20914
+ .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) {
20915
+ border-top-left-radius: 0 !important;
20916
+ border-top-right-radius: 0 !important;
20917
+ }
20918
+ .v-expansion-panels--variant-accordion > :first-child {
20919
+ border-bottom-left-radius: 0 !important;
20920
+ border-bottom-right-radius: 0 !important;
20921
+ }
20922
+ .v-expansion-panels--variant-accordion > :last-child {
20923
+ border-top-left-radius: 0 !important;
20924
+ border-top-right-radius: 0 !important;
20925
+ }
20926
+ .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
20927
+ border-bottom-left-radius: initial;
20928
+ border-bottom-right-radius: initial;
20929
+ }
20930
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20931
+ border-radius: 0 !important;
20932
+ }
20933
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20934
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20935
+ }
20936
+
20937
+ .v-expansion-panel {
20938
+ flex: 1 0 100%;
20939
+ max-width: 100%;
20940
+ position: relative;
20941
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20942
+ transition-property: margin-top, border-radius, border, max-width;
20943
+ border-radius: 4px;
20944
+ }
20945
+ .v-expansion-panel:not(:first-child)::after {
20946
+ border-top-style: solid;
20947
+ border-top-width: thin;
20948
+ content: "";
21065
20949
  left: 0;
20950
+ position: absolute;
20951
+ right: 0;
20952
+ top: 0;
20953
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20954
+ }
20955
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20956
+ pointer-events: none;
20957
+ }
20958
+ .v-expansion-panel--active:not(:first-child),
20959
+ .v-expansion-panel--active + .v-expansion-panel {
20960
+ margin-top: 16px;
20961
+ }
20962
+ .v-expansion-panel--active:not(:first-child)::after,
20963
+ .v-expansion-panel--active + .v-expansion-panel::after {
21066
20964
  opacity: 0;
20965
+ }
20966
+ .v-expansion-panel--active > .v-expansion-panel-title {
20967
+ border-bottom-left-radius: 0;
20968
+ border-bottom-right-radius: 0;
20969
+ }
20970
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20971
+ min-height: 64px;
20972
+ }
20973
+
20974
+ .v-expansion-panel__shadow {
21067
20975
  position: absolute;
21068
20976
  top: 0;
20977
+ left: 0;
21069
20978
  width: 100%;
21070
- z-index: 1;
20979
+ height: 100%;
20980
+ 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));
20981
+ border-radius: inherit;
20982
+ z-index: -1;
20983
+ }
20984
+
20985
+ .v-expansion-panel-title {
20986
+ align-items: center;
20987
+ text-align: start;
20988
+ border-radius: inherit;
20989
+ display: flex;
20990
+ font-size: 0.9375rem;
20991
+ line-height: 1;
20992
+ min-height: 48px;
20993
+ outline: none;
20994
+ padding: 16px 24px;
20995
+ position: relative;
20996
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20997
+ width: 100%;
20998
+ justify-content: space-between;
20999
+ }
21000
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21001
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21002
+ }
21003
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21004
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21005
+ }
21006
+ @supports not selector(:focus-visible) {
21007
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21008
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21009
+ }
21010
+ }
21011
+ .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 {
21012
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21013
+ }
21014
+ .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 {
21015
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21016
+ }
21017
+ .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 {
21018
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21019
+ }
21020
+ @supports not selector(:focus-visible) {
21021
+ .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 {
21022
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21023
+ }
21024
+ }
21025
+ .v-expansion-panel-title--active::before {
21026
+ opacity: 0.12;
21027
+ }
21028
+
21029
+ .v-expansion-panel-title__overlay {
21030
+ position: absolute;
21031
+ top: 0;
21032
+ left: 0;
21033
+ width: 100%;
21034
+ height: 100%;
21035
+ background-color: currentColor;
21036
+ border-radius: inherit;
21037
+ opacity: 0;
21038
+ }
21039
+
21040
+ .v-expansion-panel-title__icon {
21041
+ display: inline-flex;
21042
+ margin-bottom: -4px;
21043
+ margin-top: -4px;
21044
+ -webkit-user-select: none;
21045
+ user-select: none;
21046
+ margin-inline-start: auto;
21047
+ }
21048
+
21049
+ .v-expansion-panel-text {
21050
+ display: flex;
21051
+ }
21052
+ .v-expansion-panel-text__wrapper {
21053
+ padding: 8px 24px 16px;
21054
+ flex: 1 1 auto;
21055
+ max-width: 100%;
21056
+ }
21057
+
21058
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21059
+ margin-top: 0;
21060
+ }
21061
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21062
+ opacity: 1;
21063
+ }
21064
+
21065
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21066
+ max-width: calc(100% - 32px);
21067
+ }
21068
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21069
+ max-width: calc(100% + 16px);
21070
+ }
21071
+
21072
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21073
+ max-width: 100%;
21071
21074
  }
21072
- .v-file-input .v-input__details {
21073
- padding-inline: 16px;
21075
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21076
+ max-width: calc(100% - 32px);
21074
21077
  }.v-footer {
21075
21078
  align-items: center;
21076
21079
  display: flex;
@@ -21099,26 +21102,59 @@ textarea.v-field__input::placeholder {
21099
21102
  }
21100
21103
  .v-footer--rounded {
21101
21104
  border-radius: 4px;
21102
- }.v-color-picker {
21103
- align-self: flex-start;
21104
- contain: content;
21105
+ }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21106
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21107
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21108
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21109
+ top: 0px;
21105
21110
  }
21106
- .v-color-picker.v-sheet {
21107
- 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));
21111
+ .v-file-input input[type=file] {
21112
+ height: 100%;
21113
+ left: 0;
21114
+ opacity: 0;
21115
+ position: absolute;
21116
+ top: 0;
21117
+ width: 100%;
21118
+ z-index: 1;
21119
+ }
21120
+ .v-file-input .v-input__details {
21121
+ padding-inline: 16px;
21122
+ }.v-img {
21123
+ --v-theme-overlay-multiplier: 3;
21124
+ z-index: 0;
21125
+ }
21126
+ .v-img--booting .v-responsive__sizer {
21127
+ transition: none;
21128
+ }
21129
+ .v-img--rounded {
21108
21130
  border-radius: 4px;
21109
21131
  }
21110
21132
 
21111
- .v-color-picker__controls {
21112
- display: flex;
21113
- flex-direction: column;
21114
- padding: 16px;
21133
+ .v-img__img,
21134
+ .v-img__picture,
21135
+ .v-img__gradient,
21136
+ .v-img__placeholder,
21137
+ .v-img__error {
21138
+ z-index: -1;
21139
+ position: absolute;
21140
+ top: 0;
21141
+ left: 0;
21142
+ width: 100%;
21143
+ height: 100%;
21115
21144
  }
21116
21145
 
21117
- .v-color-picker--flat {
21118
- 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));
21146
+ .v-img__img--preload {
21147
+ filter: blur(4px);
21119
21148
  }
21120
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21121
- 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));
21149
+ .v-img__img--contain {
21150
+ object-fit: contain;
21151
+ }
21152
+ .v-img__img--cover {
21153
+ object-fit: cover;
21154
+ }
21155
+
21156
+ .v-img__gradient {
21157
+ background-repeat: no-repeat;
21122
21158
  }.v-icon {
21123
21159
  --v-icon-size-multiplier: 1;
21124
21160
  align-items: center;
@@ -21168,39 +21204,11 @@ textarea.v-field__input::placeholder {
21168
21204
 
21169
21205
  .v-icon--end {
21170
21206
  margin-inline-start: 8px;
21171
- }.v-img {
21172
- --v-theme-overlay-multiplier: 3;
21173
- z-index: 0;
21174
- }
21175
- .v-img--booting .v-responsive__sizer {
21176
- transition: none;
21177
- }
21178
-
21179
- .v-img__img,
21180
- .v-img__picture,
21181
- .v-img__gradient,
21182
- .v-img__placeholder,
21183
- .v-img__error {
21184
- z-index: -1;
21185
- position: absolute;
21186
- top: 0;
21187
- left: 0;
21188
- width: 100%;
21189
- height: 100%;
21190
- }
21191
-
21192
- .v-img__img--preload {
21193
- filter: blur(4px);
21194
- }
21195
- .v-img__img--contain {
21196
- object-fit: contain;
21197
- }
21198
- .v-img__img--cover {
21199
- object-fit: cover;
21200
- }
21201
-
21202
- .v-img__gradient {
21203
- background-repeat: no-repeat;
21207
+ }.v-item-group {
21208
+ flex: 0 1 auto;
21209
+ max-width: 100%;
21210
+ position: relative;
21211
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21204
21212
  }.v-infinite-scroll--horizontal {
21205
21213
  display: flex;
21206
21214
  flex-direction: row;
@@ -21371,11 +21379,21 @@ textarea.v-field__input::placeholder {
21371
21379
 
21372
21380
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21373
21381
  padding-top: calc(var(--v-input-padding-top) + 0px);
21374
- }.v-item-group {
21375
- flex: 0 1 auto;
21376
- max-width: 100%;
21377
- position: relative;
21382
+ }.v-layout {
21383
+ --v-scrollbar-offset: 0px;
21384
+ display: flex;
21385
+ flex: 1 1 auto;
21386
+ }
21387
+ .v-layout--full-height {
21388
+ --v-scrollbar-offset: inherit;
21389
+ height: 100%;
21390
+ }.v-layout-item {
21391
+ position: absolute;
21378
21392
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21393
+ }
21394
+
21395
+ .v-layout-item--absolute {
21396
+ position: absolute;
21379
21397
  }.v-label {
21380
21398
  align-items: center;
21381
21399
  color: inherit;
@@ -21391,21 +21409,6 @@ textarea.v-field__input::placeholder {
21391
21409
 
21392
21410
  .v-label--clickable {
21393
21411
  cursor: pointer;
21394
- }.v-layout {
21395
- --v-scrollbar-offset: 0px;
21396
- display: flex;
21397
- flex: 1 1 auto;
21398
- }
21399
- .v-layout--full-height {
21400
- --v-scrollbar-offset: inherit;
21401
- height: 100%;
21402
- }.v-layout-item {
21403
- position: absolute;
21404
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21405
- }
21406
-
21407
- .v-layout-item--absolute {
21408
- position: absolute;
21409
21412
  }.v-list {
21410
21413
  overflow: auto;
21411
21414
  padding: 8px 0;
@@ -21507,6 +21510,8 @@ textarea.v-field__input::placeholder {
21507
21510
  right: 0;
21508
21511
  top: 0;
21509
21512
  transition: opacity 0.2s ease-in-out;
21513
+ }.v-locale-provider {
21514
+ display: contents;
21510
21515
  }.v-list-item {
21511
21516
  align-items: center;
21512
21517
  display: grid;
@@ -21940,8 +21945,6 @@ textarea.v-field__input::placeholder {
21940
21945
  }
21941
21946
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
21942
21947
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21943
- }.v-locale-provider {
21944
- display: contents;
21945
21948
  }.v-main {
21946
21949
  flex: 1 0 auto;
21947
21950
  max-width: 100%;
@@ -22158,6 +22161,12 @@ textarea.v-field__input::placeholder {
22158
22161
  }
22159
22162
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22160
22163
  margin: 0.3rem;
22164
+ }.v-parallax {
22165
+ position: relative;
22166
+ overflow: hidden;
22167
+ }
22168
+ .v-parallax--active > .v-img__img {
22169
+ will-change: transform;
22161
22170
  }.v-overlay-container {
22162
22171
  contain: layout;
22163
22172
  left: 0;
@@ -22206,129 +22215,21 @@ html.v-overlay-scroll-blocked {
22206
22215
  bottom: 0;
22207
22216
  left: 0;
22208
22217
  opacity: 0.32;
22209
- position: fixed;
22210
- right: 0;
22211
- top: 0;
22212
- }
22213
-
22214
- .v-overlay--absolute {
22215
- position: absolute;
22216
- }
22217
-
22218
- .v-overlay--contained .v-overlay__scrim {
22219
- position: absolute;
22220
- }
22221
-
22222
- .v-overlay--scroll-blocked {
22223
- padding-inline-end: var(--v-scrollbar-offset);
22224
- }.v-progress-circular {
22225
- align-items: center;
22226
- display: inline-flex;
22227
- justify-content: center;
22228
- position: relative;
22229
- vertical-align: middle;
22230
- }
22231
- .v-progress-circular > svg {
22232
- width: 100%;
22233
- height: 100%;
22234
- margin: auto;
22235
- position: absolute;
22236
- top: 0;
22237
- bottom: 0;
22238
- left: 0;
22239
- right: 0;
22240
- z-index: 0;
22241
- }
22242
-
22243
- .v-progress-circular__content {
22244
- align-items: center;
22245
- display: flex;
22246
- justify-content: center;
22247
- }
22248
-
22249
- .v-progress-circular__underlay {
22250
- color: rgba(var(--v-border-color), var(--v-border-opacity));
22251
- stroke: currentColor;
22252
- z-index: 1;
22253
- }
22254
-
22255
- .v-progress-circular__overlay {
22256
- stroke: currentColor;
22257
- transition: all 0.2s ease-in-out, stroke-width 0s;
22258
- z-index: 2;
22259
- }
22260
-
22261
- .v-progress-circular--size-x-small {
22262
- height: 16px;
22263
- width: 16px;
22264
- }
22265
- .v-progress-circular--size-small {
22266
- height: 24px;
22267
- width: 24px;
22268
- }
22269
- .v-progress-circular--size-default {
22270
- height: 32px;
22271
- width: 32px;
22272
- }
22273
- .v-progress-circular--size-large {
22274
- height: 48px;
22275
- width: 48px;
22276
- }
22277
- .v-progress-circular--size-x-large {
22278
- height: 64px;
22279
- width: 64px;
22280
- }
22281
-
22282
- .v-progress-circular--indeterminate > svg {
22283
- animation: progress-circular-rotate 1.4s linear infinite;
22284
- transform-origin: center center;
22285
- transition: all 0.2s ease-in-out;
22286
- }
22287
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
22288
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22289
- stroke-dasharray: 25, 200;
22290
- stroke-dashoffset: 0;
22291
- stroke-linecap: round;
22292
- transform-origin: center center;
22293
- transform: rotate(-90deg);
22294
- }
22295
-
22296
- .v-progress-circular--disable-shrink > svg {
22297
- animation-duration: 0.7s;
22298
- }
22299
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22300
- animation: none;
22301
- }
22302
-
22303
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22304
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22305
- animation-play-state: paused !important;
22306
- }
22307
-
22308
- @keyframes progress-circular-dash {
22309
- 0% {
22310
- stroke-dasharray: 1, 200;
22311
- stroke-dashoffset: 0px;
22312
- }
22313
- 50% {
22314
- stroke-dasharray: 100, 200;
22315
- stroke-dashoffset: -15px;
22316
- }
22317
- 100% {
22318
- stroke-dasharray: 100, 200;
22319
- stroke-dashoffset: -124px;
22320
- }
22218
+ position: fixed;
22219
+ right: 0;
22220
+ top: 0;
22321
22221
  }
22322
- @keyframes progress-circular-rotate {
22323
- 100% {
22324
- transform: rotate(270deg);
22325
- }
22326
- }.v-parallax {
22327
- position: relative;
22328
- overflow: hidden;
22222
+
22223
+ .v-overlay--absolute {
22224
+ position: absolute;
22329
22225
  }
22330
- .v-parallax--active > .v-img__img {
22331
- will-change: transform;
22226
+
22227
+ .v-overlay--contained .v-overlay__scrim {
22228
+ position: absolute;
22229
+ }
22230
+
22231
+ .v-overlay--scroll-blocked {
22232
+ padding-inline-end: var(--v-scrollbar-offset);
22332
22233
  }.v-progress-linear {
22333
22234
  background: transparent;
22334
22235
  overflow: hidden;
@@ -22535,22 +22436,251 @@ html.v-overlay-scroll-blocked {
22535
22436
  transform: translateX(var(--v-progress-linear-stream-to));
22536
22437
  }
22537
22438
  }
22538
- @keyframes progress-linear-stripes {
22539
- 0% {
22540
- background-position-x: var(--v-progress-linear-height);
22541
- }
22542
- }.v-radio-group > .v-input__control {
22543
- flex-direction: column;
22439
+ @keyframes progress-linear-stripes {
22440
+ 0% {
22441
+ background-position-x: var(--v-progress-linear-height);
22442
+ }
22443
+ }.v-progress-circular {
22444
+ align-items: center;
22445
+ display: inline-flex;
22446
+ justify-content: center;
22447
+ position: relative;
22448
+ vertical-align: middle;
22449
+ }
22450
+ .v-progress-circular > svg {
22451
+ width: 100%;
22452
+ height: 100%;
22453
+ margin: auto;
22454
+ position: absolute;
22455
+ top: 0;
22456
+ bottom: 0;
22457
+ left: 0;
22458
+ right: 0;
22459
+ z-index: 0;
22460
+ }
22461
+
22462
+ .v-progress-circular__content {
22463
+ align-items: center;
22464
+ display: flex;
22465
+ justify-content: center;
22466
+ }
22467
+
22468
+ .v-progress-circular__underlay {
22469
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
22470
+ stroke: currentColor;
22471
+ z-index: 1;
22472
+ }
22473
+
22474
+ .v-progress-circular__overlay {
22475
+ stroke: currentColor;
22476
+ transition: all 0.2s ease-in-out, stroke-width 0s;
22477
+ z-index: 2;
22478
+ }
22479
+
22480
+ .v-progress-circular--size-x-small {
22481
+ height: 16px;
22482
+ width: 16px;
22483
+ }
22484
+ .v-progress-circular--size-small {
22485
+ height: 24px;
22486
+ width: 24px;
22487
+ }
22488
+ .v-progress-circular--size-default {
22489
+ height: 32px;
22490
+ width: 32px;
22491
+ }
22492
+ .v-progress-circular--size-large {
22493
+ height: 48px;
22494
+ width: 48px;
22495
+ }
22496
+ .v-progress-circular--size-x-large {
22497
+ height: 64px;
22498
+ width: 64px;
22499
+ }
22500
+
22501
+ .v-progress-circular--indeterminate > svg {
22502
+ animation: progress-circular-rotate 1.4s linear infinite;
22503
+ transform-origin: center center;
22504
+ transition: all 0.2s ease-in-out;
22505
+ }
22506
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
22507
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22508
+ stroke-dasharray: 25, 200;
22509
+ stroke-dashoffset: 0;
22510
+ stroke-linecap: round;
22511
+ transform-origin: center center;
22512
+ transform: rotate(-90deg);
22513
+ }
22514
+
22515
+ .v-progress-circular--disable-shrink > svg {
22516
+ animation-duration: 0.7s;
22517
+ }
22518
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22519
+ animation: none;
22520
+ }
22521
+
22522
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22523
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22524
+ animation-play-state: paused !important;
22525
+ }
22526
+
22527
+ @keyframes progress-circular-dash {
22528
+ 0% {
22529
+ stroke-dasharray: 1, 200;
22530
+ stroke-dashoffset: 0px;
22531
+ }
22532
+ 50% {
22533
+ stroke-dasharray: 100, 200;
22534
+ stroke-dashoffset: -15px;
22535
+ }
22536
+ 100% {
22537
+ stroke-dasharray: 100, 200;
22538
+ stroke-dashoffset: -124px;
22539
+ }
22540
+ }
22541
+ @keyframes progress-circular-rotate {
22542
+ 100% {
22543
+ transform: rotate(270deg);
22544
+ }
22545
+ }.v-radio-group > .v-input__control {
22546
+ flex-direction: column;
22547
+ }
22548
+ .v-radio-group > .v-input__control > .v-label {
22549
+ margin-inline-start: 16px;
22550
+ }
22551
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22552
+ padding-inline-start: 6px;
22553
+ margin-top: 8px;
22554
+ }
22555
+ .v-radio-group .v-input__details {
22556
+ padding-inline: 16px;
22557
+ }.v-responsive {
22558
+ display: flex;
22559
+ flex: 1 0 auto;
22560
+ max-height: 100%;
22561
+ max-width: 100%;
22562
+ overflow: hidden;
22563
+ position: relative;
22564
+ }
22565
+ .v-responsive--inline {
22566
+ display: inline-flex;
22567
+ flex: 0 0 auto;
22568
+ }
22569
+
22570
+ .v-responsive__content {
22571
+ flex: 1 0 0px;
22572
+ max-width: 100%;
22573
+ }
22574
+
22575
+ .v-responsive__sizer ~ .v-responsive__content {
22576
+ margin-inline-start: -100%;
22577
+ }
22578
+
22579
+ .v-responsive__sizer {
22580
+ flex: 1 0 0px;
22581
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22582
+ pointer-events: none;
22583
+ }.v-selection-control {
22584
+ align-items: center;
22585
+ contain: layout;
22586
+ display: flex;
22587
+ flex: 1 0;
22588
+ grid-area: control;
22589
+ position: relative;
22590
+ -webkit-user-select: none;
22591
+ user-select: none;
22592
+ }
22593
+ .v-selection-control .v-label {
22594
+ white-space: normal;
22595
+ word-break: break-word;
22596
+ height: 100%;
22597
+ }
22598
+ .v-selection-control--disabled {
22599
+ opacity: var(--v-disabled-opacity);
22600
+ pointer-events: none;
22601
+ }
22602
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22603
+ opacity: 1;
22604
+ }
22605
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22606
+ color: rgb(var(--v-theme-error));
22607
+ }
22608
+ .v-selection-control--inline {
22609
+ display: inline-flex;
22610
+ flex: 0 0 auto;
22611
+ min-width: 0;
22612
+ max-width: 100%;
22613
+ }
22614
+ .v-selection-control--inline .v-label {
22615
+ width: auto;
22616
+ }
22617
+ .v-selection-control--density-default {
22618
+ --v-selection-control-size: 40px;
22619
+ }
22620
+
22621
+ .v-selection-control--density-comfortable {
22622
+ --v-selection-control-size: 36px;
22623
+ }
22624
+
22625
+ .v-selection-control--density-compact {
22626
+ --v-selection-control-size: 28px;
22627
+ }
22628
+
22629
+ .v-selection-control__wrapper {
22630
+ width: var(--v-selection-control-size);
22631
+ height: var(--v-selection-control-size);
22632
+ display: inline-flex;
22633
+ align-items: center;
22634
+ position: relative;
22635
+ justify-content: center;
22636
+ flex: none;
22637
+ }
22638
+
22639
+ .v-selection-control__input {
22640
+ width: var(--v-selection-control-size);
22641
+ height: var(--v-selection-control-size);
22642
+ align-items: center;
22643
+ display: flex;
22644
+ flex: none;
22645
+ justify-content: center;
22646
+ position: relative;
22647
+ border-radius: 50%;
22648
+ }
22649
+ .v-selection-control__input input {
22650
+ cursor: pointer;
22651
+ position: absolute;
22652
+ left: 0;
22653
+ top: 0;
22654
+ width: 100%;
22655
+ height: 100%;
22656
+ opacity: 0;
22657
+ }
22658
+ .v-selection-control__input::before {
22659
+ content: "";
22660
+ position: absolute;
22661
+ top: 0;
22662
+ left: 0;
22663
+ width: 100%;
22664
+ height: 100%;
22665
+ border-radius: 100%;
22666
+ background-color: currentColor;
22667
+ opacity: 0;
22668
+ pointer-events: none;
22669
+ }
22670
+ .v-selection-control__input:hover::before {
22671
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22672
+ }
22673
+ .v-selection-control__input > .v-icon {
22674
+ opacity: var(--v-medium-emphasis-opacity);
22544
22675
  }
22545
- .v-radio-group > .v-input__control > .v-label {
22546
- margin-inline-start: 16px;
22676
+ .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 {
22677
+ opacity: 1;
22547
22678
  }
22548
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
22549
- padding-inline-start: 6px;
22550
- margin-top: 8px;
22679
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
22680
+ color: rgb(var(--v-theme-error));
22551
22681
  }
22552
- .v-radio-group .v-input__details {
22553
- padding-inline: 16px;
22682
+ .v-selection-control--focus-visible .v-selection-control__input::before {
22683
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22554
22684
  }.v-slider .v-slider__container input {
22555
22685
  cursor: default;
22556
22686
  padding: 0;
@@ -22662,32 +22792,6 @@ html.v-overlay-scroll-blocked {
22662
22792
  opacity: 0;
22663
22793
  position: absolute;
22664
22794
  width: 0;
22665
- }.v-responsive {
22666
- display: flex;
22667
- flex: 1 0 auto;
22668
- max-height: 100%;
22669
- max-width: 100%;
22670
- overflow: hidden;
22671
- position: relative;
22672
- }
22673
- .v-responsive--inline {
22674
- display: inline-flex;
22675
- flex: 0 0 auto;
22676
- }
22677
-
22678
- .v-responsive__content {
22679
- flex: 1 0 0px;
22680
- max-width: 100%;
22681
- }
22682
-
22683
- .v-responsive__sizer ~ .v-responsive__content {
22684
- margin-inline-start: -100%;
22685
- }
22686
-
22687
- .v-responsive__sizer {
22688
- flex: 1 0 0px;
22689
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22690
- pointer-events: none;
22691
22795
  }.v-select .v-field .v-text-field__prefix,
22692
22796
  .v-select .v-field .v-text-field__suffix,
22693
22797
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -22736,143 +22840,6 @@ html.v-overlay-scroll-blocked {
22736
22840
  .v-select--active-menu .v-select__menu-icon {
22737
22841
  opacity: var(--v-high-emphasis-opacity);
22738
22842
  transform: rotate(180deg);
22739
- }.v-selection-control {
22740
- align-items: center;
22741
- contain: layout;
22742
- display: flex;
22743
- flex: 1 0;
22744
- grid-area: control;
22745
- position: relative;
22746
- -webkit-user-select: none;
22747
- user-select: none;
22748
- }
22749
- .v-selection-control .v-label {
22750
- white-space: normal;
22751
- word-break: break-word;
22752
- height: 100%;
22753
- }
22754
- .v-selection-control--disabled {
22755
- opacity: var(--v-disabled-opacity);
22756
- pointer-events: none;
22757
- }
22758
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
22759
- opacity: 1;
22760
- }
22761
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
22762
- color: rgb(var(--v-theme-error));
22763
- }
22764
- .v-selection-control--inline {
22765
- display: inline-flex;
22766
- flex: 0 0 auto;
22767
- min-width: 0;
22768
- max-width: 100%;
22769
- }
22770
- .v-selection-control--inline .v-label {
22771
- width: auto;
22772
- }
22773
- .v-selection-control--density-default {
22774
- --v-selection-control-size: 40px;
22775
- }
22776
-
22777
- .v-selection-control--density-comfortable {
22778
- --v-selection-control-size: 36px;
22779
- }
22780
-
22781
- .v-selection-control--density-compact {
22782
- --v-selection-control-size: 28px;
22783
- }
22784
-
22785
- .v-selection-control__wrapper {
22786
- width: var(--v-selection-control-size);
22787
- height: var(--v-selection-control-size);
22788
- display: inline-flex;
22789
- align-items: center;
22790
- position: relative;
22791
- justify-content: center;
22792
- flex: none;
22793
- }
22794
-
22795
- .v-selection-control__input {
22796
- width: var(--v-selection-control-size);
22797
- height: var(--v-selection-control-size);
22798
- align-items: center;
22799
- display: flex;
22800
- flex: none;
22801
- justify-content: center;
22802
- position: relative;
22803
- border-radius: 50%;
22804
- }
22805
- .v-selection-control__input input {
22806
- cursor: pointer;
22807
- position: absolute;
22808
- left: 0;
22809
- top: 0;
22810
- width: 100%;
22811
- height: 100%;
22812
- opacity: 0;
22813
- }
22814
- .v-selection-control__input::before {
22815
- content: "";
22816
- position: absolute;
22817
- top: 0;
22818
- left: 0;
22819
- width: 100%;
22820
- height: 100%;
22821
- border-radius: 100%;
22822
- background-color: currentColor;
22823
- opacity: 0;
22824
- pointer-events: none;
22825
- }
22826
- .v-selection-control__input:hover::before {
22827
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22828
- }
22829
- .v-selection-control__input > .v-icon {
22830
- opacity: var(--v-medium-emphasis-opacity);
22831
- }
22832
- .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 {
22833
- opacity: 1;
22834
- }
22835
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
22836
- color: rgb(var(--v-theme-error));
22837
- }
22838
- .v-selection-control--focus-visible .v-selection-control__input::before {
22839
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22840
- }.v-selection-control-group {
22841
- grid-area: control;
22842
- display: flex;
22843
- flex-direction: column;
22844
- }
22845
- .v-selection-control-group--inline {
22846
- flex-direction: row;
22847
- flex-wrap: wrap;
22848
- }.v-sheet {
22849
- display: block;
22850
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22851
- border-style: solid;
22852
- border-width: 0;
22853
- 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));
22854
- border-radius: 0;
22855
- background: rgb(var(--v-theme-surface));
22856
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
22857
- }
22858
- .v-sheet--border {
22859
- border-width: thin;
22860
- box-shadow: none;
22861
- }
22862
- .v-sheet--absolute {
22863
- position: absolute;
22864
- }
22865
- .v-sheet--fixed {
22866
- position: fixed;
22867
- }
22868
- .v-sheet--relative {
22869
- position: relative;
22870
- }
22871
- .v-sheet--sticky {
22872
- position: sticky;
22873
- }
22874
- .v-sheet--rounded {
22875
- border-radius: 4px;
22876
22843
  }.v-skeleton-loader {
22877
22844
  align-items: center;
22878
22845
  background: rgb(var(--v-theme-surface));
@@ -23096,6 +23063,42 @@ html.v-overlay-scroll-blocked {
23096
23063
  100% {
23097
23064
  transform: translateX(100%);
23098
23065
  }
23066
+ }.v-selection-control-group {
23067
+ grid-area: control;
23068
+ display: flex;
23069
+ flex-direction: column;
23070
+ }
23071
+ .v-selection-control-group--inline {
23072
+ flex-direction: row;
23073
+ flex-wrap: wrap;
23074
+ }.v-sheet {
23075
+ display: block;
23076
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23077
+ border-style: solid;
23078
+ border-width: 0;
23079
+ 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));
23080
+ border-radius: 0;
23081
+ background: rgb(var(--v-theme-surface));
23082
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23083
+ }
23084
+ .v-sheet--border {
23085
+ border-width: thin;
23086
+ box-shadow: none;
23087
+ }
23088
+ .v-sheet--absolute {
23089
+ position: absolute;
23090
+ }
23091
+ .v-sheet--fixed {
23092
+ position: fixed;
23093
+ }
23094
+ .v-sheet--relative {
23095
+ position: relative;
23096
+ }
23097
+ .v-sheet--sticky {
23098
+ position: sticky;
23099
+ }
23100
+ .v-sheet--rounded {
23101
+ border-radius: 4px;
23099
23102
  }.v-slide-group {
23100
23103
  display: flex;
23101
23104
  overflow: hidden;
@@ -23371,8 +23374,45 @@ html.v-overlay-scroll-blocked {
23371
23374
  .v-stepper--alt-labels .v-stepper-item__subtitle {
23372
23375
  text-align: center;
23373
23376
  }
23374
- .v-stepper--mobile .v-stepper-item__subtitle {
23375
- display: none;
23377
+ .v-stepper--mobile .v-stepper-item__subtitle {
23378
+ display: none;
23379
+ }.v-system-bar {
23380
+ align-items: center;
23381
+ display: flex;
23382
+ flex: 1 1 auto;
23383
+ height: 24px;
23384
+ justify-content: flex-end;
23385
+ max-width: 100%;
23386
+ padding-inline: 8px;
23387
+ position: relative;
23388
+ text-align: end;
23389
+ width: 100%;
23390
+ 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));
23391
+ background: rgba(var(--v-theme-on-surface-variant));
23392
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23393
+ font-size: 0.75rem;
23394
+ font-weight: 400;
23395
+ letter-spacing: 0.0333333333em;
23396
+ line-height: 1.25rem;
23397
+ text-transform: none;
23398
+ }
23399
+ .v-system-bar .v-icon {
23400
+ opacity: var(--v-medium-emphasis-opacity);
23401
+ }
23402
+ .v-system-bar--absolute {
23403
+ position: absolute;
23404
+ }
23405
+ .v-system-bar--fixed {
23406
+ position: fixed;
23407
+ }
23408
+ .v-system-bar--rounded {
23409
+ border-radius: 0;
23410
+ }
23411
+ .v-system-bar--window {
23412
+ height: 32px;
23413
+ }
23414
+ .v-system-bar:not(.v-system-bar--absolute) {
23415
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23376
23416
  }.v-switch .v-label {
23377
23417
  padding-inline-start: 10px;
23378
23418
  }
@@ -23464,43 +23504,6 @@ html.v-overlay-scroll-blocked {
23464
23504
  }
23465
23505
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23466
23506
  width: auto;
23467
- }.v-system-bar {
23468
- align-items: center;
23469
- display: flex;
23470
- flex: 1 1 auto;
23471
- height: 24px;
23472
- justify-content: flex-end;
23473
- max-width: 100%;
23474
- padding-inline: 8px;
23475
- position: relative;
23476
- text-align: end;
23477
- width: 100%;
23478
- 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));
23479
- background: rgba(var(--v-theme-on-surface-variant));
23480
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23481
- font-size: 0.75rem;
23482
- font-weight: 400;
23483
- letter-spacing: 0.0333333333em;
23484
- line-height: 1.25rem;
23485
- text-transform: none;
23486
- }
23487
- .v-system-bar .v-icon {
23488
- opacity: var(--v-medium-emphasis-opacity);
23489
- }
23490
- .v-system-bar--absolute {
23491
- position: absolute;
23492
- }
23493
- .v-system-bar--fixed {
23494
- position: fixed;
23495
- }
23496
- .v-system-bar--rounded {
23497
- border-radius: 0;
23498
- }
23499
- .v-system-bar--window {
23500
- height: 32px;
23501
- }
23502
- .v-system-bar:not(.v-system-bar--absolute) {
23503
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23504
23507
  }.v-tabs {
23505
23508
  display: flex;
23506
23509
  height: var(--v-tabs-height);
@@ -23596,109 +23599,7 @@ html.v-overlay-scroll-blocked {
23596
23599
  top: 0;
23597
23600
  height: 100%;
23598
23601
  width: 2px;
23599
- }.v-textarea .v-field {
23600
- --v-textarea-control-height: var(--v-input-control-height);
23601
- }
23602
- .v-textarea .v-field__field {
23603
- --v-input-control-height: var(--v-textarea-control-height);
23604
- }
23605
- .v-textarea .v-field__input {
23606
- flex: 1 1 auto;
23607
- outline: none;
23608
- -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));
23609
- 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));
23610
- }
23611
- .v-textarea .v-field__input.v-textarea__sizer {
23612
- visibility: hidden;
23613
- position: absolute;
23614
- top: 0;
23615
- left: 0;
23616
- height: 0 !important;
23617
- min-height: 0 !important;
23618
- pointer-events: none;
23619
- }
23620
- .v-textarea--no-resize .v-field__input {
23621
- resize: none;
23622
- }
23623
- .v-textarea .v-field--no-label textarea,
23624
- .v-textarea .v-field--active textarea {
23625
- opacity: 1;
23626
- }
23627
- .v-textarea textarea {
23628
- opacity: 0;
23629
- flex: 1;
23630
- min-width: 0;
23631
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23632
- }
23633
- .v-textarea textarea:focus, .v-textarea textarea:active {
23634
- outline: none;
23635
- }
23636
- .v-textarea textarea:invalid {
23637
- box-shadow: none;
23638
- }/* region BLOCK */
23639
- .v-text-field input {
23640
- color: inherit;
23641
- opacity: 0;
23642
- flex: 1;
23643
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23644
- min-width: 0;
23645
- }
23646
- .v-text-field input:focus, .v-text-field input:active {
23647
- outline: none;
23648
- }
23649
- .v-text-field input:invalid {
23650
- box-shadow: none;
23651
- }
23652
- .v-text-field .v-field {
23653
- cursor: text;
23654
- }
23655
- .v-text-field--prefixed.v-text-field .v-field__input {
23656
- --v-field-padding-start: 6px;
23657
- }
23658
-
23659
- .v-text-field--suffixed.v-text-field .v-field__input {
23660
- --v-field-padding-end: 0;
23661
- }
23662
-
23663
- .v-text-field .v-input__details {
23664
- padding-inline: 16px;
23665
- }
23666
- .v-text-field .v-field--no-label input,
23667
- .v-text-field .v-field--active input {
23668
- opacity: 1;
23669
- }
23670
- .v-text-field .v-field--single-line input {
23671
- transition: none;
23672
- }
23673
-
23674
- /* endregion */
23675
- /* region ELEMENTS */
23676
- .v-text-field__prefix, .v-text-field__suffix {
23677
- align-items: center;
23678
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23679
- cursor: default;
23680
- display: flex;
23681
- opacity: 0;
23682
- transition: inherit;
23683
- white-space: nowrap;
23684
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23685
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23686
- padding-bottom: var(--v-field-padding-bottom, 6px);
23687
- }
23688
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23689
- opacity: 1;
23690
- }
23691
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23692
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23693
- }
23694
- .v-text-field__prefix {
23695
- padding-inline-start: var(--v-field-padding-start);
23696
- }
23697
- .v-text-field__suffix {
23698
- padding-inline-end: var(--v-field-padding-end);
23699
- }
23700
-
23701
- /* endregion */.v-table {
23602
+ }.v-table {
23702
23603
  background: rgb(var(--v-theme-surface));
23703
23604
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23704
23605
  transition-duration: 0.28s;
@@ -23824,34 +23725,157 @@ html.v-overlay-scroll-blocked {
23824
23725
  .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
23825
23726
  border-bottom-left-radius: 0;
23826
23727
  }
23827
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
23828
- border-bottom-right-radius: 0;
23728
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
23729
+ border-bottom-right-radius: 0;
23730
+ }
23731
+
23732
+ .v-table--fixed-height > .v-table__wrapper {
23733
+ overflow-y: auto;
23734
+ }
23735
+
23736
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
23737
+ position: sticky;
23738
+ top: 0;
23739
+ z-index: 2;
23740
+ }
23741
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23742
+ border-bottom: 0px !important;
23743
+ }
23744
+
23745
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
23746
+ position: sticky;
23747
+ bottom: 0;
23748
+ z-index: 1;
23749
+ }
23750
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23751
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23752
+ border-top: 0px !important;
23753
+ }/* region BLOCK */
23754
+ .v-text-field input {
23755
+ color: inherit;
23756
+ opacity: 0;
23757
+ flex: 1;
23758
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23759
+ min-width: 0;
23760
+ }
23761
+ .v-text-field input:focus, .v-text-field input:active {
23762
+ outline: none;
23763
+ }
23764
+ .v-text-field input:invalid {
23765
+ box-shadow: none;
23766
+ }
23767
+ .v-text-field .v-field {
23768
+ cursor: text;
23769
+ }
23770
+ .v-text-field--prefixed.v-text-field .v-field__input {
23771
+ --v-field-padding-start: 6px;
23772
+ }
23773
+
23774
+ .v-text-field--suffixed.v-text-field .v-field__input {
23775
+ --v-field-padding-end: 0;
23776
+ }
23777
+
23778
+ .v-text-field .v-input__details {
23779
+ padding-inline: 16px;
23780
+ }
23781
+ .v-text-field .v-field--no-label input,
23782
+ .v-text-field .v-field--active input {
23783
+ opacity: 1;
23784
+ }
23785
+ .v-text-field .v-field--single-line input {
23786
+ transition: none;
23787
+ }
23788
+
23789
+ /* endregion */
23790
+ /* region ELEMENTS */
23791
+ .v-text-field__prefix, .v-text-field__suffix {
23792
+ align-items: center;
23793
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23794
+ cursor: default;
23795
+ display: flex;
23796
+ opacity: 0;
23797
+ transition: inherit;
23798
+ white-space: nowrap;
23799
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
23800
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
23801
+ padding-bottom: var(--v-field-padding-bottom, 6px);
23802
+ }
23803
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
23804
+ opacity: 1;
23805
+ }
23806
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
23807
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
23808
+ }
23809
+ .v-text-field__prefix {
23810
+ padding-inline-start: var(--v-field-padding-start);
23811
+ }
23812
+ .v-text-field__suffix {
23813
+ padding-inline-end: var(--v-field-padding-end);
23814
+ }
23815
+
23816
+ /* endregion */.v-theme-provider {
23817
+ background: rgb(var(--v-theme-background));
23818
+ color: rgb(var(--v-theme-on-background));
23819
+ }.v-textarea .v-field {
23820
+ --v-textarea-control-height: var(--v-input-control-height);
23821
+ }
23822
+ .v-textarea .v-field__field {
23823
+ --v-input-control-height: var(--v-textarea-control-height);
23824
+ }
23825
+ .v-textarea .v-field__input {
23826
+ flex: 1 1 auto;
23827
+ outline: none;
23828
+ -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));
23829
+ 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));
23830
+ }
23831
+ .v-textarea .v-field__input.v-textarea__sizer {
23832
+ visibility: hidden;
23833
+ position: absolute;
23834
+ top: 0;
23835
+ left: 0;
23836
+ height: 0 !important;
23837
+ min-height: 0 !important;
23838
+ pointer-events: none;
23839
+ }
23840
+ .v-textarea--no-resize .v-field__input {
23841
+ resize: none;
23842
+ }
23843
+ .v-textarea .v-field--no-label textarea,
23844
+ .v-textarea .v-field--active textarea {
23845
+ opacity: 1;
23829
23846
  }
23830
-
23831
- .v-table--fixed-height > .v-table__wrapper {
23832
- overflow-y: auto;
23847
+ .v-textarea textarea {
23848
+ opacity: 0;
23849
+ flex: 1;
23850
+ min-width: 0;
23851
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
23833
23852
  }
23834
-
23835
- .v-table--fixed-header > .v-table__wrapper > table > thead {
23836
- position: sticky;
23837
- top: 0;
23838
- z-index: 2;
23853
+ .v-textarea textarea:focus, .v-textarea textarea:active {
23854
+ outline: none;
23839
23855
  }
23840
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23841
- border-bottom: 0px !important;
23856
+ .v-textarea textarea:invalid {
23857
+ box-shadow: none;
23858
+ }.v-tooltip > .v-overlay__content {
23859
+ background: rgb(var(--v-theme-surface-variant));
23860
+ color: rgb(var(--v-theme-on-surface-variant));
23861
+ border-radius: 4px;
23862
+ font-size: 0.875rem;
23863
+ line-height: 1.6;
23864
+ display: inline-block;
23865
+ padding: 5px 16px;
23866
+ text-transform: initial;
23867
+ width: auto;
23868
+ opacity: 1;
23869
+ pointer-events: none;
23870
+ transition-property: opacity, transform;
23842
23871
  }
23843
-
23844
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
23845
- position: sticky;
23846
- bottom: 0;
23847
- z-index: 1;
23872
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
23873
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23874
+ transition-duration: 150ms;
23848
23875
  }
23849
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23850
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
23851
- border-top: 0px !important;
23852
- }.v-theme-provider {
23853
- background: rgb(var(--v-theme-background));
23854
- color: rgb(var(--v-theme-on-background));
23876
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
23877
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
23878
+ transition-duration: 75ms;
23855
23879
  }.v-timeline .v-timeline-divider__dot {
23856
23880
  background: rgb(var(--v-theme-on-surface-variant));
23857
23881
  }
@@ -24395,27 +24419,6 @@ html.v-overlay-scroll-blocked {
24395
24419
  }
24396
24420
  .v-toolbar-items > .v-btn {
24397
24421
  border-radius: 0;
24398
- }.v-tooltip > .v-overlay__content {
24399
- background: rgb(var(--v-theme-surface-variant));
24400
- color: rgb(var(--v-theme-on-surface-variant));
24401
- border-radius: 4px;
24402
- font-size: 0.875rem;
24403
- line-height: 1.6;
24404
- display: inline-block;
24405
- padding: 5px 16px;
24406
- text-transform: initial;
24407
- width: auto;
24408
- opacity: 1;
24409
- pointer-events: none;
24410
- transition-property: opacity, transform;
24411
- }
24412
- .v-tooltip > .v-overlay__content[class*=enter-active] {
24413
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24414
- transition-duration: 150ms;
24415
- }
24416
- .v-tooltip > .v-overlay__content[class*=leave-active] {
24417
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24418
- transition-duration: 75ms;
24419
24422
  }.v-virtual-scroll {
24420
24423
  display: block;
24421
24424
  flex: 1 1 auto;
@@ -24544,75 +24547,6 @@ html.v-overlay-scroll-blocked {
24544
24547
  }
24545
24548
  .v-color-picker-edit__input span {
24546
24549
  font-size: 0.75rem;
24547
- }.v-color-picker-preview__alpha .v-slider-track__background {
24548
- background-color: transparent !important;
24549
- }
24550
- .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
24551
- background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
24552
- }
24553
-
24554
- .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
24555
- background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
24556
- }
24557
-
24558
- .v-color-picker-preview__alpha .v-slider-track__background::after {
24559
- content: "";
24560
- z-index: -1;
24561
- left: 0;
24562
- top: 0;
24563
- width: 100%;
24564
- height: 100%;
24565
- position: absolute;
24566
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24567
- border-radius: inherit;
24568
- }
24569
-
24570
- .v-color-picker-preview__sliders {
24571
- display: flex;
24572
- flex: 1 0 auto;
24573
- flex-direction: column;
24574
- }
24575
-
24576
- .v-color-picker-preview__dot {
24577
- position: relative;
24578
- height: 30px;
24579
- width: 30px;
24580
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24581
- border-radius: 50%;
24582
- overflow: hidden;
24583
- margin-inline-end: 24px;
24584
- }
24585
- .v-color-picker-preview__dot > div {
24586
- width: 100%;
24587
- height: 100%;
24588
- }
24589
-
24590
- .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
24591
- background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
24592
- }
24593
-
24594
- .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
24595
- background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
24596
- }
24597
-
24598
- .v-color-picker-preview__track {
24599
- position: relative;
24600
- width: 100%;
24601
- margin: 0 !important;
24602
- }
24603
- .v-color-picker-preview__track .v-slider-track__fill {
24604
- display: none;
24605
- }
24606
-
24607
- .v-color-picker-preview {
24608
- align-items: center;
24609
- display: flex;
24610
- margin-bottom: 0;
24611
- }
24612
-
24613
- .v-color-picker-preview__eye-dropper {
24614
- position: relative;
24615
- margin-right: 12px;
24616
24550
  }.v-color-picker-swatches {
24617
24551
  overflow-y: auto;
24618
24552
  }
@@ -24635,173 +24569,88 @@ html.v-overlay-scroll-blocked {
24635
24569
  max-height: 18px;
24636
24570
  width: 45px;
24637
24571
  margin: 2px 4px;
24638
- border-radius: 2px;
24639
- -webkit-user-select: none;
24640
- user-select: none;
24641
- overflow: hidden;
24642
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24643
- cursor: pointer;
24644
- }
24645
- .v-color-picker-swatches__color > div {
24646
- display: flex;
24647
- align-items: center;
24648
- justify-content: center;
24649
- width: 100%;
24650
- height: 100%;
24651
- }.v-slider-thumb {
24652
- touch-action: none;
24653
- color: rgb(var(--v-theme-surface-variant));
24654
- }
24655
- .v-input--error:not(.v-input--disabled) .v-slider-thumb {
24656
- color: inherit;
24657
- }
24658
-
24659
- .v-slider-thumb__label {
24660
- background: rgba(var(--v-theme-surface-variant), 0.7);
24661
- color: rgb(var(--v-theme-on-surface-variant));
24662
- }
24663
- .v-slider-thumb__label::before {
24664
- color: rgba(var(--v-theme-surface-variant), 0.7);
24665
- }
24666
-
24667
- .v-slider-thumb {
24668
- outline: none;
24669
- position: absolute;
24670
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
24671
- }
24672
-
24673
- .v-slider-thumb__surface {
24674
- cursor: pointer;
24675
- width: var(--v-slider-thumb-size);
24676
- height: var(--v-slider-thumb-size);
24677
- border-radius: 50%;
24678
- -webkit-user-select: none;
24679
- user-select: none;
24680
- background-color: currentColor;
24681
- }
24682
- .v-slider-thumb__surface::before {
24683
- transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
24684
- content: "";
24685
- color: inherit;
24686
- top: 0;
24687
- left: 0;
24688
- width: 100%;
24689
- height: 100%;
24690
- border-radius: 50%;
24691
- background: currentColor;
24692
- position: absolute;
24693
- pointer-events: none;
24694
- opacity: 0;
24695
- }
24696
- .v-slider-thumb__surface::after {
24697
- content: "";
24698
- width: 42px;
24699
- height: 42px;
24700
- position: absolute;
24701
- top: 50%;
24702
- left: 50%;
24703
- transform: translate(-50%, -50%);
24704
- }
24705
-
24706
- .v-slider-thumb__label-container {
24707
- position: absolute;
24708
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
24709
- }
24710
-
24711
- .v-slider-thumb__label {
24712
- display: flex;
24713
- align-items: center;
24714
- justify-content: center;
24715
- font-size: 0.75rem;
24716
- min-width: 35px;
24717
- height: 25px;
24718
- border-radius: 4px;
24719
- padding: 6px;
24720
- position: absolute;
24721
- -webkit-user-select: none;
24722
- user-select: none;
24723
- transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
24724
- }
24725
- .v-slider-thumb__label::before {
24726
- content: "";
24727
- width: 0;
24728
- height: 0;
24729
- position: absolute;
24730
- }
24731
-
24732
- .v-slider-thumb__ripple {
24733
- position: absolute;
24734
- left: calc(var(--v-slider-thumb-size) / -2);
24735
- top: calc(var(--v-slider-thumb-size) / -2);
24736
- width: calc(var(--v-slider-thumb-size) * 2);
24737
- height: calc(var(--v-slider-thumb-size) * 2);
24738
- background: inherit;
24739
- }
24740
-
24741
- .v-slider.v-input--horizontal .v-slider-thumb {
24742
- top: 50%;
24743
- transform: translateY(-50%);
24744
- inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
24745
- }
24746
- .v-slider.v-input--horizontal .v-slider-thumb__label-container {
24747
- left: calc(var(--v-slider-thumb-size) / 2);
24748
- top: 0;
24572
+ border-radius: 2px;
24573
+ -webkit-user-select: none;
24574
+ user-select: none;
24575
+ overflow: hidden;
24576
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24577
+ cursor: pointer;
24749
24578
  }
24750
- .v-slider.v-input--horizontal .v-slider-thumb__label {
24751
- bottom: calc(var(--v-slider-thumb-size) / 2);
24579
+ .v-color-picker-swatches__color > div {
24580
+ display: flex;
24581
+ align-items: center;
24582
+ justify-content: center;
24583
+ width: 100%;
24584
+ height: 100%;
24585
+ }.v-color-picker-preview__alpha .v-slider-track__background {
24586
+ background-color: transparent !important;
24752
24587
  }
24753
- .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
24754
- transform: translateX(-50%);
24588
+ .v-locale--is-ltr.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__alpha .v-slider-track__background {
24589
+ background-image: linear-gradient(to right, transparent, var(--v-color-picker-color-hsv));
24755
24590
  }
24756
24591
 
24757
- .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
24758
- transform: translateX(50%);
24592
+ .v-locale--is-rtl.v-color-picker-preview__alpha .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__alpha .v-slider-track__background {
24593
+ background-image: linear-gradient(to left, transparent, var(--v-color-picker-color-hsv));
24759
24594
  }
24760
24595
 
24761
- .v-slider.v-input--horizontal .v-slider-thumb__label::before {
24762
- border-left: 6px solid transparent;
24763
- border-right: 6px solid transparent;
24764
- border-top: 6px solid currentColor;
24765
- bottom: -6px;
24596
+ .v-color-picker-preview__alpha .v-slider-track__background::after {
24597
+ content: "";
24598
+ z-index: -1;
24599
+ left: 0;
24600
+ top: 0;
24601
+ width: 100%;
24602
+ height: 100%;
24603
+ position: absolute;
24604
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24605
+ border-radius: inherit;
24766
24606
  }
24767
24607
 
24768
- .v-slider.v-input--vertical .v-slider-thumb {
24769
- top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
24608
+ .v-color-picker-preview__sliders {
24609
+ display: flex;
24610
+ flex: 1 0 auto;
24611
+ flex-direction: column;
24770
24612
  }
24771
- .v-slider.v-input--vertical .v-slider-thumb__label-container {
24772
- top: calc(var(--v-slider-thumb-size) / 2);
24773
- right: 0;
24613
+
24614
+ .v-color-picker-preview__dot {
24615
+ position: relative;
24616
+ height: 30px;
24617
+ width: 30px;
24618
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
24619
+ border-radius: 50%;
24620
+ overflow: hidden;
24621
+ margin-inline-end: 24px;
24774
24622
  }
24775
- .v-slider.v-input--vertical .v-slider-thumb__label {
24776
- top: -12.5px;
24777
- left: calc(var(--v-slider-thumb-size) / 2);
24623
+ .v-color-picker-preview__dot > div {
24624
+ width: 100%;
24625
+ height: 100%;
24778
24626
  }
24779
- .v-slider.v-input--vertical .v-slider-thumb__label::before {
24780
- border-right: 6px solid currentColor;
24781
- border-top: 6px solid transparent;
24782
- border-bottom: 6px solid transparent;
24783
- left: -6px;
24627
+
24628
+ .v-locale--is-ltr.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-ltr .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
24629
+ background: linear-gradient(to right, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
24784
24630
  }
24785
24631
 
24786
- .v-slider-thumb--focused .v-slider-thumb__surface::before {
24787
- transform: scale(2);
24788
- opacity: var(--v-focus-opacity);
24632
+ .v-locale--is-rtl.v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background, .v-locale--is-rtl .v-color-picker-preview__hue:not(.v-input--is-disabled) .v-slider-track__background {
24633
+ background: linear-gradient(to left, #F00 0%, #FF0 16.66%, #0F0 33.33%, #0FF 50%, #00F 66.66%, #F0F 83.33%, #F00 100%);
24789
24634
  }
24790
24635
 
24791
- .v-slider-thumb--pressed {
24792
- transition: none;
24636
+ .v-color-picker-preview__track {
24637
+ position: relative;
24638
+ width: 100%;
24639
+ margin: 0 !important;
24793
24640
  }
24794
- .v-slider-thumb--pressed .v-slider-thumb__surface::before {
24795
- opacity: var(--v-pressed-opacity);
24641
+ .v-color-picker-preview__track .v-slider-track__fill {
24642
+ display: none;
24796
24643
  }
24797
24644
 
24798
- @media (hover: hover) {
24799
- .v-slider-thumb:hover .v-slider-thumb__surface::before {
24800
- transform: scale(2);
24801
- }
24802
- .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
24803
- opacity: var(--v-hover-opacity);
24804
- }
24645
+ .v-color-picker-preview {
24646
+ align-items: center;
24647
+ display: flex;
24648
+ margin-bottom: 0;
24649
+ }
24650
+
24651
+ .v-color-picker-preview__eye-dropper {
24652
+ position: relative;
24653
+ margin-right: 12px;
24805
24654
  }.v-slider-track__background {
24806
24655
  background-color: rgb(var(--v-theme-surface-variant));
24807
24656
  }
@@ -24965,4 +24814,158 @@ html.v-overlay-scroll-blocked {
24965
24814
 
24966
24815
  .v-slider-track__background--opacity {
24967
24816
  opacity: 0.38;
24817
+ }.v-slider-thumb {
24818
+ touch-action: none;
24819
+ color: rgb(var(--v-theme-surface-variant));
24820
+ }
24821
+ .v-input--error:not(.v-input--disabled) .v-slider-thumb {
24822
+ color: inherit;
24823
+ }
24824
+
24825
+ .v-slider-thumb__label {
24826
+ background: rgba(var(--v-theme-surface-variant), 0.7);
24827
+ color: rgb(var(--v-theme-on-surface-variant));
24828
+ }
24829
+ .v-slider-thumb__label::before {
24830
+ color: rgba(var(--v-theme-surface-variant), 0.7);
24831
+ }
24832
+
24833
+ .v-slider-thumb {
24834
+ outline: none;
24835
+ position: absolute;
24836
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
24837
+ }
24838
+
24839
+ .v-slider-thumb__surface {
24840
+ cursor: pointer;
24841
+ width: var(--v-slider-thumb-size);
24842
+ height: var(--v-slider-thumb-size);
24843
+ border-radius: 50%;
24844
+ -webkit-user-select: none;
24845
+ user-select: none;
24846
+ background-color: currentColor;
24847
+ }
24848
+ .v-slider-thumb__surface::before {
24849
+ transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
24850
+ content: "";
24851
+ color: inherit;
24852
+ top: 0;
24853
+ left: 0;
24854
+ width: 100%;
24855
+ height: 100%;
24856
+ border-radius: 50%;
24857
+ background: currentColor;
24858
+ position: absolute;
24859
+ pointer-events: none;
24860
+ opacity: 0;
24861
+ }
24862
+ .v-slider-thumb__surface::after {
24863
+ content: "";
24864
+ width: 42px;
24865
+ height: 42px;
24866
+ position: absolute;
24867
+ top: 50%;
24868
+ left: 50%;
24869
+ transform: translate(-50%, -50%);
24870
+ }
24871
+
24872
+ .v-slider-thumb__label-container {
24873
+ position: absolute;
24874
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
24875
+ }
24876
+
24877
+ .v-slider-thumb__label {
24878
+ display: flex;
24879
+ align-items: center;
24880
+ justify-content: center;
24881
+ font-size: 0.75rem;
24882
+ min-width: 35px;
24883
+ height: 25px;
24884
+ border-radius: 4px;
24885
+ padding: 6px;
24886
+ position: absolute;
24887
+ -webkit-user-select: none;
24888
+ user-select: none;
24889
+ transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
24890
+ }
24891
+ .v-slider-thumb__label::before {
24892
+ content: "";
24893
+ width: 0;
24894
+ height: 0;
24895
+ position: absolute;
24896
+ }
24897
+
24898
+ .v-slider-thumb__ripple {
24899
+ position: absolute;
24900
+ left: calc(var(--v-slider-thumb-size) / -2);
24901
+ top: calc(var(--v-slider-thumb-size) / -2);
24902
+ width: calc(var(--v-slider-thumb-size) * 2);
24903
+ height: calc(var(--v-slider-thumb-size) * 2);
24904
+ background: inherit;
24905
+ }
24906
+
24907
+ .v-slider.v-input--horizontal .v-slider-thumb {
24908
+ top: 50%;
24909
+ transform: translateY(-50%);
24910
+ inset-inline-start: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
24911
+ }
24912
+ .v-slider.v-input--horizontal .v-slider-thumb__label-container {
24913
+ left: calc(var(--v-slider-thumb-size) / 2);
24914
+ top: 0;
24915
+ }
24916
+ .v-slider.v-input--horizontal .v-slider-thumb__label {
24917
+ bottom: calc(var(--v-slider-thumb-size) / 2);
24918
+ }
24919
+ .v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label {
24920
+ transform: translateX(-50%);
24921
+ }
24922
+
24923
+ .v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label, .v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label {
24924
+ transform: translateX(50%);
24925
+ }
24926
+
24927
+ .v-slider.v-input--horizontal .v-slider-thumb__label::before {
24928
+ border-left: 6px solid transparent;
24929
+ border-right: 6px solid transparent;
24930
+ border-top: 6px solid currentColor;
24931
+ bottom: -6px;
24932
+ }
24933
+
24934
+ .v-slider.v-input--vertical .v-slider-thumb {
24935
+ top: calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2);
24936
+ }
24937
+ .v-slider.v-input--vertical .v-slider-thumb__label-container {
24938
+ top: calc(var(--v-slider-thumb-size) / 2);
24939
+ right: 0;
24940
+ }
24941
+ .v-slider.v-input--vertical .v-slider-thumb__label {
24942
+ top: -12.5px;
24943
+ left: calc(var(--v-slider-thumb-size) / 2);
24944
+ }
24945
+ .v-slider.v-input--vertical .v-slider-thumb__label::before {
24946
+ border-right: 6px solid currentColor;
24947
+ border-top: 6px solid transparent;
24948
+ border-bottom: 6px solid transparent;
24949
+ left: -6px;
24950
+ }
24951
+
24952
+ .v-slider-thumb--focused .v-slider-thumb__surface::before {
24953
+ transform: scale(2);
24954
+ opacity: var(--v-focus-opacity);
24955
+ }
24956
+
24957
+ .v-slider-thumb--pressed {
24958
+ transition: none;
24959
+ }
24960
+ .v-slider-thumb--pressed .v-slider-thumb__surface::before {
24961
+ opacity: var(--v-pressed-opacity);
24962
+ }
24963
+
24964
+ @media (hover: hover) {
24965
+ .v-slider-thumb:hover .v-slider-thumb__surface::before {
24966
+ transform: scale(2);
24967
+ }
24968
+ .v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface::before {
24969
+ opacity: var(--v-hover-opacity);
24970
+ }
24968
24971
  }