@vuetify/nightly 3.5.3-dev.2024-03-06 → 3.5.3-dev.2024-03-07

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.5.3-dev.2024-03-06
2
+ * Vuetify v3.5.3-dev.2024-03-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17313,47 +17313,6 @@ html.overflow-y-hidden {
17313
17313
  .v-calendar-header__title {
17314
17314
  font-size: 1.5rem;
17315
17315
  margin-inline-start: 24px;
17316
- }.v-calendar-day__row-with-label {
17317
- display: grid;
17318
- grid-template-columns: 48px 8px 1fr;
17319
- border-right: thin solid #e0e0e0;
17320
- }
17321
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17322
- position: relative;
17323
- border-right: thin solid #e0e0e0;
17324
- }
17325
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17326
- content: "";
17327
- border-bottom: thin solid #e0e0e0;
17328
- position: absolute;
17329
- width: 100%;
17330
- margin-top: -1px;
17331
- z-index: 3;
17332
- pointer-events: none;
17333
- }
17334
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17335
- font-size: 10px;
17336
- text-align: center;
17337
- position: relative;
17338
- top: -8px;
17339
- }
17340
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17341
- border-bottom: thin solid #e0e0e0;
17342
- }
17343
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17344
- border-bottom: none;
17345
- }
17346
-
17347
- .v-calendar-day__row-without-label {
17348
- display: grid;
17349
- grid-template-columns: 1fr;
17350
- border-right: thin solid #e0e0e0;
17351
- }
17352
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17353
- border-bottom: thin solid #e0e0e0;
17354
- }
17355
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17356
- border-bottom: none;
17357
17316
  }.v-calendar-month__day {
17358
17317
  position: relative;
17359
17318
  display: flex;
@@ -17468,6 +17427,144 @@ html.overflow-y-hidden {
17468
17427
  padding-bottom: 16px;
17469
17428
  font-weight: 600;
17470
17429
  letter-spacing: 0.1666666667em;
17430
+ }.v-calendar-day__row-with-label {
17431
+ display: grid;
17432
+ grid-template-columns: 48px 8px 1fr;
17433
+ border-right: thin solid #e0e0e0;
17434
+ }
17435
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17436
+ position: relative;
17437
+ border-right: thin solid #e0e0e0;
17438
+ }
17439
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17440
+ content: "";
17441
+ border-bottom: thin solid #e0e0e0;
17442
+ position: absolute;
17443
+ width: 100%;
17444
+ margin-top: -1px;
17445
+ z-index: 3;
17446
+ pointer-events: none;
17447
+ }
17448
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
17449
+ font-size: 10px;
17450
+ text-align: center;
17451
+ position: relative;
17452
+ top: -8px;
17453
+ }
17454
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
17455
+ border-bottom: thin solid #e0e0e0;
17456
+ }
17457
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17458
+ border-bottom: none;
17459
+ }
17460
+
17461
+ .v-calendar-day__row-without-label {
17462
+ display: grid;
17463
+ grid-template-columns: 1fr;
17464
+ border-right: thin solid #e0e0e0;
17465
+ }
17466
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
17467
+ border-bottom: thin solid #e0e0e0;
17468
+ }
17469
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17470
+ border-bottom: none;
17471
+ }.v-application {
17472
+ display: flex;
17473
+ background: rgb(var(--v-theme-background));
17474
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17475
+ }
17476
+
17477
+ .v-application__wrap {
17478
+ -webkit-backface-visibility: hidden;
17479
+ backface-visibility: hidden;
17480
+ display: flex;
17481
+ flex-direction: column;
17482
+ flex: 1 1 auto;
17483
+ max-width: 100%;
17484
+ min-height: 100vh;
17485
+ min-height: 100dvh;
17486
+ position: relative;
17487
+ }.v-autocomplete .v-field .v-text-field__prefix,
17488
+ .v-autocomplete .v-field .v-text-field__suffix,
17489
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17490
+ cursor: text;
17491
+ }
17492
+ .v-autocomplete .v-field .v-field__input > input {
17493
+ flex: 1 1;
17494
+ }
17495
+ .v-autocomplete .v-field input {
17496
+ min-width: 64px;
17497
+ }
17498
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17499
+ min-width: 0;
17500
+ }
17501
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17502
+ margin-inline-end: 2px;
17503
+ }
17504
+ .v-autocomplete .v-autocomplete__selection-text {
17505
+ overflow: hidden;
17506
+ text-overflow: ellipsis;
17507
+ white-space: nowrap;
17508
+ }
17509
+
17510
+ .v-autocomplete__content {
17511
+ overflow: hidden;
17512
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17513
+ border-radius: 4px;
17514
+ }
17515
+ .v-autocomplete__mask {
17516
+ background: rgb(var(--v-theme-surface-light));
17517
+ }
17518
+ .v-autocomplete__selection {
17519
+ display: inline-flex;
17520
+ align-items: center;
17521
+ height: 1.5rem;
17522
+ letter-spacing: inherit;
17523
+ line-height: inherit;
17524
+ max-width: calc(100% - 2px - 2px);
17525
+ }
17526
+ .v-autocomplete__selection:first-child {
17527
+ margin-inline-start: 0;
17528
+ }
17529
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17530
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17531
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17532
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17533
+ top: 0px;
17534
+ }
17535
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17536
+ opacity: var(--v-medium-emphasis-opacity);
17537
+ }
17538
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17539
+ opacity: 1;
17540
+ }
17541
+ .v-autocomplete--selecting-index .v-field__input > input {
17542
+ caret-color: transparent;
17543
+ }
17544
+ .v-autocomplete--single.v-text-field .v-field--focused input {
17545
+ flex: 1 1;
17546
+ position: absolute;
17547
+ left: 0;
17548
+ right: 0;
17549
+ width: 100%;
17550
+ padding-inline: inherit;
17551
+ }
17552
+ .v-autocomplete--single .v-field--active input {
17553
+ transition: none;
17554
+ }
17555
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17556
+ opacity: 0;
17557
+ }
17558
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17559
+ opacity: 0;
17560
+ }
17561
+ .v-autocomplete__menu-icon {
17562
+ margin-inline-start: 4px;
17563
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17564
+ }
17565
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17566
+ opacity: var(--v-high-emphasis-opacity);
17567
+ transform: rotate(180deg);
17471
17568
  }.v-alert {
17472
17569
  display: grid;
17473
17570
  flex: 1 1;
@@ -17678,22 +17775,6 @@ html.overflow-y-hidden {
17678
17775
  text-transform: none;
17679
17776
  word-break: normal;
17680
17777
  word-wrap: break-word;
17681
- }.v-application {
17682
- display: flex;
17683
- background: rgb(var(--v-theme-background));
17684
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17685
- }
17686
-
17687
- .v-application__wrap {
17688
- -webkit-backface-visibility: hidden;
17689
- backface-visibility: hidden;
17690
- display: flex;
17691
- flex-direction: column;
17692
- flex: 1 1 auto;
17693
- max-width: 100%;
17694
- min-height: 100vh;
17695
- min-height: 100dvh;
17696
- position: relative;
17697
17778
  }.v-avatar {
17698
17779
  flex: none;
17699
17780
  align-items: center;
@@ -17781,177 +17862,29 @@ html.overflow-y-hidden {
17781
17862
  .v-avatar .v-img {
17782
17863
  height: 100%;
17783
17864
  width: 100%;
17784
- }.v-app-bar {
17785
- display: flex;
17786
- }
17787
- .v-app-bar.v-toolbar {
17788
- background: rgb(var(--v-theme-surface));
17789
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17790
- }
17791
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17792
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17793
- }
17794
- .v-app-bar:not(.v-toolbar--absolute) {
17795
- padding-inline-end: var(--v-scrollbar-offset);
17796
- }.v-bottom-navigation {
17797
- display: flex;
17798
- max-width: 100%;
17799
- overflow: hidden;
17800
- position: absolute;
17801
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17802
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17803
- border-style: solid;
17804
- border-width: 0;
17805
- border-radius: 0;
17806
- background: rgb(var(--v-theme-surface));
17807
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17808
- }
17809
- .v-bottom-navigation--border {
17810
- border-width: thin;
17811
- box-shadow: none;
17812
- }
17813
- .v-bottom-navigation--active {
17814
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17865
+ }.v-badge {
17866
+ display: inline-block;
17867
+ line-height: 1;
17815
17868
  }
17816
17869
 
17817
- .v-bottom-navigation__content {
17818
- display: flex;
17819
- flex: none;
17870
+ .v-badge__badge {
17871
+ align-items: center;
17872
+ display: inline-flex;
17873
+ border-radius: 10px;
17820
17874
  font-size: 0.75rem;
17875
+ font-weight: 500;
17876
+ height: 1.25rem;
17821
17877
  justify-content: center;
17822
- transition: inherit;
17823
- width: 100%;
17824
- }
17825
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17826
- font-size: inherit;
17827
- height: 100%;
17828
- max-width: 168px;
17829
- min-width: 80px;
17830
- text-transform: none;
17831
- transition: inherit;
17832
- width: auto;
17833
- border-radius: 0;
17834
- }
17835
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17836
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17837
- transition: inherit;
17838
- }
17839
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17840
- font-size: 1.5rem;
17841
- }
17842
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17843
- flex-grow: 1;
17844
- }
17845
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17846
- transition: inherit;
17847
- opacity: 0;
17848
- }
17849
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17850
- transform: translateY(0.5rem);
17851
- }.v-autocomplete .v-field .v-text-field__prefix,
17852
- .v-autocomplete .v-field .v-text-field__suffix,
17853
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17854
- cursor: text;
17855
- }
17856
- .v-autocomplete .v-field .v-field__input > input {
17857
- flex: 1 1;
17858
- }
17859
- .v-autocomplete .v-field input {
17860
- min-width: 64px;
17861
- }
17862
- .v-autocomplete .v-field:not(.v-field--focused) input {
17863
- min-width: 0;
17864
- }
17865
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17866
- margin-inline-end: 2px;
17867
- }
17868
- .v-autocomplete .v-autocomplete__selection-text {
17869
- overflow: hidden;
17870
- text-overflow: ellipsis;
17871
- white-space: nowrap;
17872
- }
17873
-
17874
- .v-autocomplete__content {
17875
- overflow: hidden;
17876
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17877
- border-radius: 4px;
17878
- }
17879
- .v-autocomplete__mask {
17880
- background: rgb(var(--v-theme-surface-light));
17881
- }
17882
- .v-autocomplete__selection {
17883
- display: inline-flex;
17884
- align-items: center;
17885
- height: 1.5rem;
17886
- letter-spacing: inherit;
17887
- line-height: inherit;
17888
- max-width: calc(100% - 2px - 2px);
17889
- }
17890
- .v-autocomplete__selection:first-child {
17891
- margin-inline-start: 0;
17892
- }
17893
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17894
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17895
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17896
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17897
- top: 0px;
17898
- }
17899
- .v-autocomplete--selecting-index .v-autocomplete__selection {
17900
- opacity: var(--v-medium-emphasis-opacity);
17901
- }
17902
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17903
- opacity: 1;
17904
- }
17905
- .v-autocomplete--selecting-index .v-field__input > input {
17906
- caret-color: transparent;
17907
- }
17908
- .v-autocomplete--single.v-text-field .v-field--focused input {
17909
- flex: 1 1;
17910
- position: absolute;
17911
- left: 0;
17912
- right: 0;
17913
- width: 100%;
17914
- padding-inline: inherit;
17915
- }
17916
- .v-autocomplete--single .v-field--active input {
17917
- transition: none;
17918
- }
17919
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17920
- opacity: 0;
17921
- }
17922
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17923
- opacity: 0;
17924
- }
17925
- .v-autocomplete__menu-icon {
17926
- margin-inline-start: 4px;
17927
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17928
- }
17929
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17930
- opacity: var(--v-high-emphasis-opacity);
17931
- transform: rotate(180deg);
17932
- }.v-badge {
17933
- display: inline-block;
17934
- line-height: 1;
17935
- }
17936
-
17937
- .v-badge__badge {
17938
- align-items: center;
17939
- display: inline-flex;
17940
- border-radius: 10px;
17941
- font-size: 0.75rem;
17942
- font-weight: 500;
17943
- height: 1.25rem;
17944
- justify-content: center;
17945
- min-width: 20px;
17946
- padding: 4px 6px;
17947
- pointer-events: auto;
17948
- position: absolute;
17949
- text-align: center;
17950
- text-indent: 0;
17951
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17952
- white-space: nowrap;
17953
- background: rgb(var(--v-theme-surface-variant));
17954
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17878
+ min-width: 20px;
17879
+ padding: 4px 6px;
17880
+ pointer-events: auto;
17881
+ position: absolute;
17882
+ text-align: center;
17883
+ text-indent: 0;
17884
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17885
+ white-space: nowrap;
17886
+ background: rgb(var(--v-theme-surface-variant));
17887
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17955
17888
  }
17956
17889
  .v-badge--bordered .v-badge__badge::after {
17957
17890
  border-radius: inherit;
@@ -18000,6 +17933,18 @@ html.overflow-y-hidden {
18000
17933
  display: inline-flex;
18001
17934
  justify-content: center;
18002
17935
  margin: 0 4px;
17936
+ }.v-app-bar {
17937
+ display: flex;
17938
+ }
17939
+ .v-app-bar.v-toolbar {
17940
+ background: rgb(var(--v-theme-surface));
17941
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17942
+ }
17943
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17944
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17945
+ }
17946
+ .v-app-bar:not(.v-toolbar--absolute) {
17947
+ padding-inline-end: var(--v-scrollbar-offset);
18003
17948
  }.v-banner {
18004
17949
  display: grid;
18005
17950
  flex: 1 1;
@@ -18157,6 +18102,93 @@ html.overflow-y-hidden {
18157
18102
  }
18158
18103
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18159
18104
  align-self: flex-start;
18105
+ }.v-bottom-navigation {
18106
+ display: flex;
18107
+ max-width: 100%;
18108
+ overflow: hidden;
18109
+ position: absolute;
18110
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18111
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18112
+ border-style: solid;
18113
+ border-width: 0;
18114
+ border-radius: 0;
18115
+ background: rgb(var(--v-theme-surface));
18116
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18117
+ }
18118
+ .v-bottom-navigation--border {
18119
+ border-width: thin;
18120
+ box-shadow: none;
18121
+ }
18122
+ .v-bottom-navigation--active {
18123
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18124
+ }
18125
+
18126
+ .v-bottom-navigation__content {
18127
+ display: flex;
18128
+ flex: none;
18129
+ font-size: 0.75rem;
18130
+ justify-content: center;
18131
+ transition: inherit;
18132
+ width: 100%;
18133
+ }
18134
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18135
+ font-size: inherit;
18136
+ height: 100%;
18137
+ max-width: 168px;
18138
+ min-width: 80px;
18139
+ text-transform: none;
18140
+ transition: inherit;
18141
+ width: auto;
18142
+ border-radius: 0;
18143
+ }
18144
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18145
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18146
+ transition: inherit;
18147
+ }
18148
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18149
+ font-size: 1.5rem;
18150
+ }
18151
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18152
+ flex-grow: 1;
18153
+ }
18154
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18155
+ transition: inherit;
18156
+ opacity: 0;
18157
+ }
18158
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18159
+ transform: translateY(0.5rem);
18160
+ }.bottom-sheet-transition-enter-from {
18161
+ transform: translateY(100%);
18162
+ }
18163
+ .bottom-sheet-transition-leave-to {
18164
+ transform: translateY(100%);
18165
+ }
18166
+
18167
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18168
+ align-self: flex-end;
18169
+ border-radius: 0;
18170
+ flex: 0 1 auto;
18171
+ left: 0;
18172
+ right: 0;
18173
+ margin-inline: 0;
18174
+ margin-bottom: 0;
18175
+ transition-duration: 0.2s;
18176
+ width: 100%;
18177
+ max-width: 100%;
18178
+ overflow: visible;
18179
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18180
+ }
18181
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18182
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18183
+ border-radius: 0;
18184
+ }
18185
+ .v-bottom-sheet.v-bottom-sheet--inset {
18186
+ max-width: none;
18187
+ }
18188
+ @media (min-width: 600px) {
18189
+ .v-bottom-sheet.v-bottom-sheet--inset {
18190
+ max-width: 70%;
18191
+ }
18160
18192
  }.v-breadcrumbs {
18161
18193
  display: flex;
18162
18194
  align-items: center;
@@ -18214,38 +18246,6 @@ html.overflow-y-hidden {
18214
18246
  display: inline-block;
18215
18247
  padding: 0 8px;
18216
18248
  vertical-align: middle;
18217
- }.bottom-sheet-transition-enter-from {
18218
- transform: translateY(100%);
18219
- }
18220
- .bottom-sheet-transition-leave-to {
18221
- transform: translateY(100%);
18222
- }
18223
-
18224
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18225
- align-self: flex-end;
18226
- border-radius: 0;
18227
- flex: 0 1 auto;
18228
- left: 0;
18229
- right: 0;
18230
- margin-inline: 0;
18231
- margin-bottom: 0;
18232
- transition-duration: 0.2s;
18233
- width: 100%;
18234
- max-width: 100%;
18235
- overflow: visible;
18236
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18237
- }
18238
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18239
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18240
- border-radius: 0;
18241
- }
18242
- .v-bottom-sheet.v-bottom-sheet--inset {
18243
- max-width: none;
18244
- }
18245
- @media (min-width: 600px) {
18246
- .v-bottom-sheet.v-bottom-sheet--inset {
18247
- max-width: 70%;
18248
- }
18249
18249
  }.v-btn {
18250
18250
  align-items: center;
18251
18251
  border-radius: 4px;
@@ -18649,62 +18649,6 @@ html.overflow-y-hidden {
18649
18649
  }
18650
18650
  .v-pagination__item--is-active .v-btn__overlay {
18651
18651
  opacity: var(--v-border-opacity);
18652
- }.v-btn-group {
18653
- display: inline-flex;
18654
- flex-wrap: nowrap;
18655
- max-width: 100%;
18656
- min-width: 0;
18657
- overflow: hidden;
18658
- vertical-align: middle;
18659
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18660
- border-style: solid;
18661
- border-width: 0;
18662
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18663
- border-radius: 4px;
18664
- background: transparent;
18665
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18666
- }
18667
- .v-btn-group--border {
18668
- border-width: thin;
18669
- box-shadow: none;
18670
- }
18671
- .v-btn-group--density-default.v-btn-group {
18672
- height: 48px;
18673
- }
18674
-
18675
- .v-btn-group--density-comfortable.v-btn-group {
18676
- height: 40px;
18677
- }
18678
-
18679
- .v-btn-group--density-compact.v-btn-group {
18680
- height: 36px;
18681
- }
18682
-
18683
- .v-btn-group .v-btn {
18684
- border-radius: 0;
18685
- border-color: inherit;
18686
- }
18687
- .v-btn-group .v-btn:not(:last-child) {
18688
- border-inline-end: none;
18689
- }
18690
- .v-btn-group .v-btn:not(:first-child) {
18691
- border-inline-start: none;
18692
- }
18693
- .v-btn-group .v-btn:first-child {
18694
- border-start-start-radius: inherit;
18695
- border-end-start-radius: inherit;
18696
- }
18697
- .v-btn-group .v-btn:last-child {
18698
- border-start-end-radius: inherit;
18699
- border-end-end-radius: inherit;
18700
- }
18701
- .v-btn-group--divided .v-btn:not(:last-child) {
18702
- border-inline-end-width: thin;
18703
- border-inline-end-style: solid;
18704
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18705
- }
18706
- .v-btn-group--tile {
18707
- border-radius: 0;
18708
18652
  }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18709
18653
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18710
18654
  }
@@ -19014,6 +18958,186 @@ html.overflow-y-hidden {
19014
18958
  pointer-events: none;
19015
18959
  opacity: 0;
19016
18960
  transition: opacity 0.2s ease-in-out;
18961
+ }.v-checkbox.v-input {
18962
+ flex: 0 1 auto;
18963
+ }
18964
+ .v-checkbox .v-selection-control {
18965
+ min-height: var(--v-input-control-height);
18966
+ }.v-btn-group {
18967
+ display: inline-flex;
18968
+ flex-wrap: nowrap;
18969
+ max-width: 100%;
18970
+ min-width: 0;
18971
+ overflow: hidden;
18972
+ vertical-align: middle;
18973
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18974
+ border-style: solid;
18975
+ border-width: 0;
18976
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18977
+ border-radius: 4px;
18978
+ background: transparent;
18979
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18980
+ }
18981
+ .v-btn-group--border {
18982
+ border-width: thin;
18983
+ box-shadow: none;
18984
+ }
18985
+ .v-btn-group--density-default.v-btn-group {
18986
+ height: 48px;
18987
+ }
18988
+
18989
+ .v-btn-group--density-comfortable.v-btn-group {
18990
+ height: 40px;
18991
+ }
18992
+
18993
+ .v-btn-group--density-compact.v-btn-group {
18994
+ height: 36px;
18995
+ }
18996
+
18997
+ .v-btn-group .v-btn {
18998
+ border-radius: 0;
18999
+ border-color: inherit;
19000
+ }
19001
+ .v-btn-group .v-btn:not(:last-child) {
19002
+ border-inline-end: none;
19003
+ }
19004
+ .v-btn-group .v-btn:not(:first-child) {
19005
+ border-inline-start: none;
19006
+ }
19007
+ .v-btn-group .v-btn:first-child {
19008
+ border-start-start-radius: inherit;
19009
+ border-end-start-radius: inherit;
19010
+ }
19011
+ .v-btn-group .v-btn:last-child {
19012
+ border-start-end-radius: inherit;
19013
+ border-end-end-radius: inherit;
19014
+ }
19015
+ .v-btn-group--divided .v-btn:not(:last-child) {
19016
+ border-inline-end-width: thin;
19017
+ border-inline-end-style: solid;
19018
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19019
+ }
19020
+ .v-btn-group--tile {
19021
+ border-radius: 0;
19022
+ }.v-color-picker {
19023
+ align-self: flex-start;
19024
+ contain: content;
19025
+ }
19026
+ .v-color-picker.v-sheet {
19027
+ box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19028
+ border-radius: 4px;
19029
+ }
19030
+
19031
+ .v-color-picker__controls {
19032
+ display: flex;
19033
+ flex-direction: column;
19034
+ padding: 16px;
19035
+ }
19036
+
19037
+ .v-color-picker--flat {
19038
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19039
+ }
19040
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19041
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19042
+ }.v-chip-group {
19043
+ display: flex;
19044
+ max-width: 100%;
19045
+ min-width: 0;
19046
+ overflow-x: auto;
19047
+ padding: 4px 0;
19048
+ }
19049
+ .v-chip-group .v-chip {
19050
+ margin: 4px 8px 4px 0;
19051
+ }
19052
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19053
+ opacity: var(--v-activated-opacity);
19054
+ }
19055
+
19056
+ .v-chip-group--column .v-slide-group__content {
19057
+ white-space: normal;
19058
+ flex-wrap: wrap;
19059
+ max-width: 100%;
19060
+ }.v-combobox .v-field .v-text-field__prefix,
19061
+ .v-combobox .v-field .v-text-field__suffix,
19062
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19063
+ cursor: text;
19064
+ }
19065
+ .v-combobox .v-field .v-field__input > input {
19066
+ flex: 1 1;
19067
+ }
19068
+ .v-combobox .v-field input {
19069
+ min-width: 64px;
19070
+ }
19071
+ .v-combobox .v-field:not(.v-field--focused) input {
19072
+ min-width: 0;
19073
+ }
19074
+ .v-combobox .v-field--dirty .v-combobox__selection {
19075
+ margin-inline-end: 2px;
19076
+ }
19077
+ .v-combobox .v-combobox__selection-text {
19078
+ overflow: hidden;
19079
+ text-overflow: ellipsis;
19080
+ white-space: nowrap;
19081
+ }
19082
+
19083
+ .v-combobox__content {
19084
+ overflow: hidden;
19085
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19086
+ border-radius: 4px;
19087
+ }
19088
+ .v-combobox__mask {
19089
+ background: rgb(var(--v-theme-surface-light));
19090
+ }
19091
+ .v-combobox__selection {
19092
+ display: inline-flex;
19093
+ align-items: center;
19094
+ height: 1.5rem;
19095
+ letter-spacing: inherit;
19096
+ line-height: inherit;
19097
+ max-width: calc(100% - 2px - 2px);
19098
+ }
19099
+ .v-combobox__selection:first-child {
19100
+ margin-inline-start: 0;
19101
+ }
19102
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19103
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19104
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19105
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19106
+ top: 0px;
19107
+ }
19108
+ .v-combobox--selecting-index .v-combobox__selection {
19109
+ opacity: var(--v-medium-emphasis-opacity);
19110
+ }
19111
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19112
+ opacity: 1;
19113
+ }
19114
+ .v-combobox--selecting-index .v-field__input > input {
19115
+ caret-color: transparent;
19116
+ }
19117
+ .v-combobox--single.v-text-field .v-field--focused input {
19118
+ flex: 1 1;
19119
+ position: absolute;
19120
+ left: 0;
19121
+ right: 0;
19122
+ width: 100%;
19123
+ padding-inline: inherit;
19124
+ }
19125
+ .v-combobox--single .v-field--active input {
19126
+ transition: none;
19127
+ }
19128
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19129
+ opacity: 0;
19130
+ }
19131
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19132
+ opacity: 0;
19133
+ }
19134
+ .v-combobox__menu-icon {
19135
+ margin-inline-start: 4px;
19136
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19137
+ }
19138
+ .v-combobox--active-menu .v-combobox__menu-icon {
19139
+ opacity: var(--v-high-emphasis-opacity);
19140
+ transform: rotate(180deg);
19017
19141
  }.v-chip {
19018
19142
  align-items: center;
19019
19143
  display: inline-flex;
@@ -19421,122 +19545,16 @@ html.overflow-y-hidden {
19421
19545
 
19422
19546
  .v-chip--label {
19423
19547
  border-radius: 4px;
19424
- }.v-chip-group {
19425
- display: flex;
19426
- max-width: 100%;
19427
- min-width: 0;
19428
- overflow-x: auto;
19429
- padding: 4px 0;
19430
- }
19431
- .v-chip-group .v-chip {
19432
- margin: 4px 8px 4px 0;
19548
+ }.v-container {
19549
+ width: 100%;
19550
+ padding: 16px;
19551
+ margin-right: auto;
19552
+ margin-left: auto;
19433
19553
  }
19434
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19435
- opacity: var(--v-activated-opacity);
19436
- }
19437
-
19438
- .v-chip-group--column .v-slide-group__content {
19439
- white-space: normal;
19440
- flex-wrap: wrap;
19441
- max-width: 100%;
19442
- }.v-carousel {
19443
- overflow: hidden;
19444
- position: relative;
19445
- width: 100%;
19446
- }
19447
- .v-carousel__controls {
19448
- align-items: center;
19449
- bottom: 0;
19450
- display: flex;
19451
- height: 50px;
19452
- justify-content: center;
19453
- list-style-type: none;
19454
- position: absolute;
19455
- width: 100%;
19456
- z-index: 1;
19457
- background: rgba(var(--v-theme-surface-variant), 0.3);
19458
- color: rgb(var(--v-theme-on-surface-variant));
19459
- }
19460
- .v-carousel__controls > .v-item-group {
19461
- flex: 0 1 auto;
19462
- }
19463
- .v-carousel__controls__item {
19464
- margin: 0 8px;
19465
- }
19466
- .v-carousel__controls__item .v-icon {
19467
- opacity: 0.5;
19468
- }
19469
- .v-carousel__controls__item--active .v-icon {
19470
- opacity: 1;
19471
- vertical-align: middle;
19472
- }
19473
- .v-carousel__controls__item:hover {
19474
- background: none;
19475
- }
19476
- .v-carousel__controls__item:hover .v-icon {
19477
- opacity: 0.8;
19478
- }
19479
-
19480
- .v-carousel__progress {
19481
- margin: 0;
19482
- position: absolute;
19483
- bottom: 0;
19484
- left: 0;
19485
- right: 0;
19486
- }
19487
-
19488
- .v-carousel-item {
19489
- display: block;
19490
- height: inherit;
19491
- text-decoration: none;
19492
- }
19493
- .v-carousel-item > .v-img {
19494
- height: inherit;
19495
- }
19496
-
19497
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19498
- background: transparent;
19499
- }
19500
-
19501
- .v-carousel--vertical-delimiters .v-carousel__controls {
19502
- flex-direction: column;
19503
- height: 100% !important;
19504
- width: 50px;
19505
- }.v-checkbox.v-input {
19506
- flex: 0 1 auto;
19507
- }
19508
- .v-checkbox .v-selection-control {
19509
- min-height: var(--v-input-control-height);
19510
- }.v-color-picker {
19511
- align-self: flex-start;
19512
- contain: content;
19513
- }
19514
- .v-color-picker.v-sheet {
19515
- box-shadow: 0px 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 2px 2px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 5px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19516
- border-radius: 4px;
19517
- }
19518
-
19519
- .v-color-picker__controls {
19520
- display: flex;
19521
- flex-direction: column;
19522
- padding: 16px;
19523
- }
19524
-
19525
- .v-color-picker--flat {
19526
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19527
- }
19528
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19529
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19530
- }.v-container {
19531
- width: 100%;
19532
- padding: 16px;
19533
- margin-right: auto;
19534
- margin-left: auto;
19535
- }
19536
- @media (min-width: 960px) {
19537
- .v-container {
19538
- max-width: 900px;
19539
- }
19554
+ @media (min-width: 960px) {
19555
+ .v-container {
19556
+ max-width: 900px;
19557
+ }
19540
19558
  }
19541
19559
  @media (min-width: 1280px) {
19542
19560
  .v-container {
@@ -20199,92 +20217,31 @@ html.overflow-y-hidden {
20199
20217
  .offset-xxl-11 {
20200
20218
  margin-inline-start: 91.6666666667%;
20201
20219
  }
20202
- }.v-counter {
20203
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20204
- flex: 0 1 auto;
20205
- font-size: 12px;
20206
- transition-duration: 150ms;
20207
- }.v-combobox .v-field .v-text-field__prefix,
20208
- .v-combobox .v-field .v-text-field__suffix,
20209
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20210
- cursor: text;
20211
- }
20212
- .v-combobox .v-field .v-field__input > input {
20213
- flex: 1 1;
20214
- }
20215
- .v-combobox .v-field input {
20216
- min-width: 64px;
20217
- }
20218
- .v-combobox .v-field:not(.v-field--focused) input {
20219
- min-width: 0;
20220
- }
20221
- .v-combobox .v-field--dirty .v-combobox__selection {
20222
- margin-inline-end: 2px;
20223
- }
20224
- .v-combobox .v-combobox__selection-text {
20225
- overflow: hidden;
20226
- text-overflow: ellipsis;
20227
- white-space: nowrap;
20220
+ }.v-date-picker__input {
20221
+ padding-top: 16px;
20222
+ padding-left: 24px;
20223
+ padding-right: 24px;
20228
20224
  }
20229
20225
 
20230
- .v-combobox__content {
20226
+ .v-date-picker {
20231
20227
  overflow: hidden;
20232
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20233
- border-radius: 4px;
20234
- }
20235
- .v-combobox__mask {
20236
- background: rgb(var(--v-theme-surface-light));
20237
- }
20238
- .v-combobox__selection {
20239
- display: inline-flex;
20240
- align-items: center;
20241
- height: 1.5rem;
20242
- letter-spacing: inherit;
20243
- line-height: inherit;
20244
- max-width: calc(100% - 2px - 2px);
20245
- }
20246
- .v-combobox__selection:first-child {
20247
- margin-inline-start: 0;
20248
- }
20249
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20250
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20251
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20252
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20253
- top: 0px;
20254
- }
20255
- .v-combobox--selecting-index .v-combobox__selection {
20256
- opacity: var(--v-medium-emphasis-opacity);
20257
- }
20258
- .v-combobox--selecting-index .v-combobox__selection--selected {
20259
- opacity: 1;
20260
- }
20261
- .v-combobox--selecting-index .v-field__input > input {
20262
- caret-color: transparent;
20263
- }
20264
- .v-combobox--single.v-text-field .v-field--focused input {
20265
- flex: 1 1;
20266
- position: absolute;
20267
- left: 0;
20268
- right: 0;
20269
- width: 100%;
20270
- padding-inline: inherit;
20271
- }
20272
- .v-combobox--single .v-field--active input {
20273
- transition: none;
20228
+ width: 360px;
20274
20229
  }
20275
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
20276
- opacity: 0;
20230
+ .v-date-picker--show-week {
20231
+ width: 408px;
20277
20232
  }
20278
- .v-combobox--single .v-field--focused .v-combobox__selection {
20279
- opacity: 0;
20233
+
20234
+ .v-date-picker-month {
20235
+ padding: 0 12px 12px;
20280
20236
  }
20281
- .v-combobox__menu-icon {
20282
- margin-inline-start: 4px;
20283
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20237
+
20238
+ .v-date-picker-month__day {
20239
+ height: 48px;
20240
+ width: 48px;
20284
20241
  }
20285
- .v-combobox--active-menu .v-combobox__menu-icon {
20286
- opacity: var(--v-high-emphasis-opacity);
20287
- transform: rotate(180deg);
20242
+ .v-date-picker-month__day .v-btn {
20243
+ --v-btn-height: 28px;
20244
+ --v-btn-size: 0.85rem;
20288
20245
  }.v-date-picker-header {
20289
20246
  display: grid;
20290
20247
  grid-template-areas: "prepend content append";
@@ -20343,110 +20300,36 @@ html.overflow-y-hidden {
20343
20300
  .date-picker-header-reverse-transition-leave-to {
20344
20301
  opacity: 0;
20345
20302
  transform: translate(0, 100%);
20346
- }.v-date-picker__input {
20347
- padding-top: 16px;
20348
- padding-left: 24px;
20349
- padding-right: 24px;
20303
+ }.v-date-picker-controls {
20304
+ display: flex;
20305
+ align-items: center;
20306
+ justify-content: space-between;
20307
+ font-size: 0.875rem;
20308
+ padding-top: 4px;
20309
+ padding-bottom: 4px;
20310
+ padding-inline-start: 6px;
20311
+ padding-inline-end: 12px;
20350
20312
  }
20351
-
20352
- .v-date-picker {
20353
- overflow: hidden;
20354
- width: 360px;
20313
+ .v-date-picker-controls > .v-btn:first-child {
20314
+ text-transform: none;
20315
+ font-weight: 400;
20316
+ line-height: initial;
20317
+ letter-spacing: initial;
20355
20318
  }
20356
- .v-date-picker--show-week {
20357
- width: 408px;
20319
+ .v-date-picker-controls--variant-classic {
20320
+ padding-inline-start: 12px;
20358
20321
  }
20359
-
20360
- .v-date-picker-month {
20361
- padding: 0 12px 12px;
20322
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20323
+ opacity: 0.7;
20362
20324
  }
20363
-
20364
- .v-date-picker-month__day {
20365
- height: 48px;
20366
- width: 48px;
20325
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20326
+ cursor: pointer;
20367
20327
  }
20368
- .v-date-picker-month__day .v-btn {
20369
- --v-btn-height: 28px;
20370
- --v-btn-size: 0.85rem;
20371
- }.v-date-picker-month {
20372
- display: flex;
20373
- justify-content: center;
20374
- min-width: 328px;
20375
- --v-date-picker-month-day-diff: 4px;
20328
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20329
+ opacity: 1;
20376
20330
  }
20377
-
20378
- .v-date-picker-month__weeks {
20379
- display: grid;
20380
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20381
- row-gap: 4px;
20382
- font-size: 0.875rem;
20383
- }
20384
- .v-date-picker-month__weeks + .v-date-picker-month__days {
20385
- grid-row-gap: 0;
20386
- }
20387
-
20388
- .v-date-picker-month__weekday {
20389
- font-size: 0.875rem;
20390
- }
20391
-
20392
- .v-date-picker-month__days {
20393
- display: grid;
20394
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20395
- row-gap: 4px;
20396
- flex: 1 1;
20397
- justify-content: space-around;
20398
- }
20399
-
20400
- .v-date-picker-month__day {
20401
- align-items: center;
20402
- display: flex;
20403
- justify-content: center;
20404
- position: relative;
20405
- }
20406
- .v-date-picker-month__day--selected .v-btn {
20407
- background-color: rgb(var(--v-theme-surface-variant));
20408
- color: rgb(var(--v-theme-on-surface-variant));
20409
- }
20410
- .v-date-picker-month__day--week {
20411
- font-size: var(--v-btn-size);
20412
- }
20413
-
20414
- .v-date-picker-month__day--adjacent {
20415
- opacity: 0.5;
20416
- }
20417
-
20418
- .v-date-picker-month__day--hide-adjacent {
20419
- opacity: 0;
20420
- }.v-date-picker-controls {
20421
- display: flex;
20422
- align-items: center;
20423
- justify-content: space-between;
20424
- font-size: 0.875rem;
20425
- padding-top: 4px;
20426
- padding-bottom: 4px;
20427
- padding-inline-start: 6px;
20428
- padding-inline-end: 12px;
20429
- }
20430
- .v-date-picker-controls > .v-btn:first-child {
20431
- text-transform: none;
20432
- font-weight: 400;
20433
- line-height: initial;
20434
- letter-spacing: initial;
20435
- }
20436
- .v-date-picker-controls--variant-classic {
20437
- padding-inline-start: 12px;
20438
- }
20439
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20440
- opacity: 0.7;
20441
- }
20442
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20443
- cursor: pointer;
20444
- }
20445
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20446
- opacity: 1;
20447
- }
20448
- .v-date-picker-controls .v-btn:last-child {
20449
- margin-inline-start: 4px;
20331
+ .v-date-picker-controls .v-btn:last-child {
20332
+ margin-inline-start: 4px;
20450
20333
  }
20451
20334
  .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20452
20335
  transform: rotate(180deg);
@@ -20493,277 +20376,138 @@ html.overflow-y-hidden {
20493
20376
  text-transform: none;
20494
20377
  padding-inline-start: 8px;
20495
20378
  padding-inline-end: 8px;
20496
- }.v-date-picker-years {
20497
- height: 320px;
20498
- overflow-y: scroll;
20379
+ }.v-date-picker-month {
20380
+ display: flex;
20381
+ justify-content: center;
20382
+ min-width: 328px;
20383
+ --v-date-picker-month-day-diff: 4px;
20499
20384
  }
20500
20385
 
20501
- .v-date-picker-years__content {
20386
+ .v-date-picker-month__weeks {
20502
20387
  display: grid;
20503
- flex: 1 1;
20504
- justify-content: space-around;
20505
- grid-template-columns: repeat(3, 1fr);
20506
- gap: 8px 24px;
20507
- padding-inline: 36px;
20388
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
20389
+ row-gap: 4px;
20390
+ font-size: 0.875rem;
20508
20391
  }
20509
- .v-date-picker-years__content .v-btn {
20510
- padding-inline: 8px;
20511
- }.v-data-table-footer {
20512
- display: flex;
20513
- align-items: center;
20514
- flex-wrap: wrap;
20515
- padding: 4px;
20516
- justify-content: flex-end;
20392
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
20393
+ grid-row-gap: 0;
20517
20394
  }
20518
20395
 
20519
- .v-data-table-footer__items-per-page {
20520
- display: flex;
20521
- align-items: center;
20522
- justify-content: center;
20523
- }
20524
- .v-data-table-footer__items-per-page > span {
20525
- padding-inline-end: 8px;
20526
- }
20527
- .v-data-table-footer__items-per-page > .v-select {
20528
- width: 90px;
20396
+ .v-date-picker-month__weekday {
20397
+ font-size: 0.875rem;
20529
20398
  }
20530
20399
 
20531
- .v-data-table-footer__info {
20532
- display: flex;
20533
- justify-content: flex-end;
20534
- min-width: 116px;
20535
- padding: 0 16px;
20400
+ .v-date-picker-month__days {
20401
+ display: grid;
20402
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
20403
+ row-gap: 4px;
20404
+ flex: 1 1;
20405
+ justify-content: space-around;
20536
20406
  }
20537
20407
 
20538
- .v-data-table-footer__pagination {
20539
- display: flex;
20408
+ .v-date-picker-month__day {
20540
20409
  align-items: center;
20541
- margin-inline-start: 16px;
20410
+ display: flex;
20411
+ justify-content: center;
20412
+ position: relative;
20542
20413
  }
20543
-
20544
- .v-data-table-footer__page {
20545
- padding: 0 8px;
20546
- }.v-data-table {
20547
- width: 100%;
20414
+ .v-date-picker-month__day--selected .v-btn {
20415
+ background-color: rgb(var(--v-theme-surface-variant));
20416
+ color: rgb(var(--v-theme-on-surface-variant));
20548
20417
  }
20549
-
20550
- .v-data-table__table {
20551
- width: 100%;
20552
- border-collapse: separate;
20553
- border-spacing: 0;
20418
+ .v-date-picker-month__day--week {
20419
+ font-size: var(--v-btn-size);
20554
20420
  }
20555
20421
 
20556
- .v-data-table__tr--focus {
20557
- border: 1px dotted black;
20558
- }
20559
- .v-data-table__tr--clickable {
20560
- cursor: pointer;
20422
+ .v-date-picker-month__day--adjacent {
20423
+ opacity: 0.5;
20561
20424
  }
20562
20425
 
20563
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20564
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20565
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20566
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20567
- text-align: end;
20426
+ .v-date-picker-month__day--hide-adjacent {
20427
+ opacity: 0;
20428
+ }.v-date-picker-years {
20429
+ height: 320px;
20430
+ overflow-y: scroll;
20568
20431
  }
20569
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20570
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20571
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20572
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20573
- flex-direction: row-reverse;
20432
+
20433
+ .v-date-picker-years__content {
20434
+ display: grid;
20435
+ flex: 1 1;
20436
+ justify-content: space-around;
20437
+ grid-template-columns: repeat(3, 1fr);
20438
+ gap: 8px 24px;
20439
+ padding-inline: 36px;
20574
20440
  }
20575
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20576
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20577
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20578
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20579
- text-align: center;
20441
+ .v-date-picker-years__content .v-btn {
20442
+ padding-inline: 8px;
20443
+ }.v-counter {
20444
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20445
+ flex: 0 1 auto;
20446
+ font-size: 12px;
20447
+ transition-duration: 150ms;
20448
+ }.v-carousel {
20449
+ overflow: hidden;
20450
+ position: relative;
20451
+ width: 100%;
20580
20452
  }
20581
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20582
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20583
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20584
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20453
+ .v-carousel__controls {
20454
+ align-items: center;
20455
+ bottom: 0;
20456
+ display: flex;
20457
+ height: 50px;
20585
20458
  justify-content: center;
20459
+ list-style-type: none;
20460
+ position: absolute;
20461
+ width: 100%;
20462
+ z-index: 1;
20463
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20464
+ color: rgb(var(--v-theme-on-surface-variant));
20586
20465
  }
20587
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20588
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20589
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20590
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20591
- padding: 0 8px;
20466
+ .v-carousel__controls > .v-item-group {
20467
+ flex: 0 1 auto;
20592
20468
  }
20593
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20594
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20595
- align-items: center;
20469
+ .v-carousel__controls__item {
20470
+ margin: 0 8px;
20596
20471
  }
20597
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20598
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20599
- position: sticky;
20472
+ .v-carousel__controls__item .v-icon {
20473
+ opacity: 0.5;
20600
20474
  }
20601
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20602
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20603
- cursor: pointer;
20604
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20475
+ .v-carousel__controls__item--active .v-icon {
20476
+ opacity: 1;
20477
+ vertical-align: middle;
20605
20478
  }
20606
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20607
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20608
- opacity: 0;
20479
+ .v-carousel__controls__item:hover {
20480
+ background: none;
20609
20481
  }
20610
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20611
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20612
- opacity: 0.5;
20482
+ .v-carousel__controls__item:hover .v-icon {
20483
+ opacity: 0.8;
20613
20484
  }
20614
20485
 
20615
- .v-data-table-column--fixed,
20616
- .v-data-table__th--sticky {
20617
- background: rgb(var(--v-theme-surface));
20618
- position: sticky !important;
20486
+ .v-carousel__progress {
20487
+ margin: 0;
20488
+ position: absolute;
20489
+ bottom: 0;
20619
20490
  left: 0;
20620
- z-index: 1;
20491
+ right: 0;
20621
20492
  }
20622
20493
 
20623
- .v-data-table-column--last-fixed {
20624
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20494
+ .v-carousel-item {
20495
+ display: block;
20496
+ height: inherit;
20497
+ text-decoration: none;
20625
20498
  }
20626
-
20627
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20628
- z-index: 2;
20499
+ .v-carousel-item > .v-img {
20500
+ height: inherit;
20629
20501
  }
20630
20502
 
20631
- .v-data-table-group-header-row td {
20632
- background: rgba(var(--v-theme-surface));
20633
- color: rgba(var(--v-theme-on-surface));
20634
- }
20635
- .v-data-table-group-header-row td > span {
20636
- padding-left: 5px;
20637
- }
20638
-
20639
- .v-data-table--loading .v-data-table__td {
20640
- opacity: 0.3;
20641
- }
20642
-
20643
- .v-data-table-group-header-row__column {
20644
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20645
- }
20646
-
20647
- .v-data-table-header__content {
20648
- display: flex;
20649
- align-items: center;
20650
- }
20651
-
20652
- .v-data-table-header__sort-badge {
20653
- display: inline-flex;
20654
- justify-content: center;
20655
- align-items: center;
20656
- font-size: 0.875rem;
20657
- padding: 4px;
20658
- border-radius: 50%;
20659
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20660
- min-width: 20px;
20661
- min-height: 20px;
20662
- width: 20px;
20663
- height: 20px;
20664
- }
20665
-
20666
- .v-data-table-progress > th {
20667
- border: none !important;
20668
- height: auto !important;
20669
- padding: 0 !important;
20670
- }
20671
-
20672
- .v-data-table-progress__loader {
20673
- position: relative;
20674
- }
20675
-
20676
- .v-data-table-rows-loading,
20677
- .v-data-table-rows-no-data {
20678
- text-align: center;
20679
- }.v-dialog {
20680
- align-items: center;
20681
- justify-content: center;
20682
- margin: auto;
20683
- }
20684
- .v-dialog > .v-overlay__content {
20685
- max-height: calc(100% - 48px);
20686
- width: calc(100% - 48px);
20687
- max-width: calc(100% - 48px);
20688
- margin: 24px;
20689
- }
20690
- .v-dialog > .v-overlay__content,
20691
- .v-dialog > .v-overlay__content > form {
20692
- display: flex;
20693
- flex-direction: column;
20694
- min-height: 0;
20695
- }
20696
- .v-dialog > .v-overlay__content > .v-card,
20697
- .v-dialog > .v-overlay__content > .v-sheet,
20698
- .v-dialog > .v-overlay__content > form > .v-card,
20699
- .v-dialog > .v-overlay__content > form > .v-sheet {
20700
- --v-scrollbar-offset: 0px;
20701
- border-radius: 4px;
20702
- overflow-y: auto;
20703
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20704
- }
20705
- .v-dialog > .v-overlay__content > .v-card,
20706
- .v-dialog > .v-overlay__content > form > .v-card {
20707
- display: flex;
20708
- flex-direction: column;
20709
- }
20710
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
20711
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
20712
- padding: 14px 24px 0;
20713
- }
20714
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
20715
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
20716
- padding-top: 10px;
20717
- }
20718
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
20719
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
20720
- font-size: inherit;
20721
- letter-spacing: 0.03125em;
20722
- line-height: inherit;
20723
- padding: 16px 24px 10px;
20724
- }
20725
-
20726
- .v-dialog--fullscreen {
20727
- --v-scrollbar-offset: 0px;
20728
- }
20729
- .v-dialog--fullscreen > .v-overlay__content {
20730
- border-radius: 0;
20731
- margin: 0;
20732
- padding: 0;
20733
- width: 100%;
20734
- height: 100%;
20735
- max-width: 100%;
20736
- max-height: 100%;
20737
- overflow-y: auto;
20738
- top: 0;
20739
- left: 0;
20740
- }
20741
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
20742
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
20743
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
20744
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
20745
- min-height: 100%;
20746
- min-width: 100%;
20747
- border-radius: 0;
20503
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20504
+ background: transparent;
20748
20505
  }
20749
20506
 
20750
- .v-dialog--scrollable > .v-overlay__content,
20751
- .v-dialog--scrollable > .v-overlay__content > form {
20752
- display: flex;
20753
- }
20754
- .v-dialog--scrollable > .v-overlay__content > .v-card,
20755
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20756
- display: flex;
20757
- flex: 1 1 100%;
20507
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20758
20508
  flex-direction: column;
20759
- max-height: 100%;
20760
- max-width: 100%;
20761
- }
20762
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
20763
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
20764
- -webkit-backface-visibility: hidden;
20765
- backface-visibility: hidden;
20766
- overflow-y: auto;
20509
+ height: 100% !important;
20510
+ width: 50px;
20767
20511
  }.v-divider {
20768
20512
  display: block;
20769
20513
  flex: 1 1 100%;
@@ -21541,27 +21285,7 @@ textarea.v-field__input::placeholder {
21541
21285
  opacity: 0;
21542
21286
  }
21543
21287
 
21544
- /* endregion */.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21545
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21546
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21547
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21548
- top: 0px;
21549
- }
21550
- .v-file-input input[type=file] {
21551
- height: 100%;
21552
- left: 0;
21553
- opacity: 0;
21554
- position: absolute;
21555
- top: 0;
21556
- width: 100%;
21557
- z-index: 1;
21558
- }
21559
- .v-file-input .v-input__details {
21560
- padding-inline: 16px;
21561
- }
21562
- .v-input--plain-underlined.v-file-input .v-input__details {
21563
- padding-inline: 0;
21564
- }.v-footer {
21288
+ /* endregion */.v-footer {
21565
21289
  align-items: center;
21566
21290
  display: flex;
21567
21291
  flex: 1 1 auto;
@@ -21589,91 +21313,26 @@ textarea.v-field__input::placeholder {
21589
21313
  }
21590
21314
  .v-footer--rounded {
21591
21315
  border-radius: 4px;
21592
- }.v-icon {
21593
- --v-icon-size-multiplier: 1;
21594
- align-items: center;
21595
- display: inline-flex;
21596
- font-feature-settings: "liga";
21597
- height: 1em;
21598
- justify-content: center;
21599
- letter-spacing: normal;
21600
- line-height: 1;
21601
- position: relative;
21602
- text-indent: 0;
21603
- text-align: center;
21604
- -webkit-user-select: none;
21605
- user-select: none;
21606
- vertical-align: middle;
21607
- width: 1em;
21608
- min-width: 1em;
21609
- }
21610
- .v-icon--clickable {
21611
- cursor: pointer;
21612
- }
21613
- .v-icon--size-x-small {
21614
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
21615
- }
21616
- .v-icon--size-small {
21617
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21618
- }
21619
- .v-icon--size-default {
21620
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21621
- }
21622
- .v-icon--size-large {
21623
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21624
- }
21625
- .v-icon--size-x-large {
21626
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
21316
+ }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21317
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21318
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21319
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21320
+ top: 0px;
21627
21321
  }
21628
-
21629
- .v-icon__svg {
21630
- fill: currentColor;
21631
- width: 100%;
21322
+ .v-file-input input[type=file] {
21632
21323
  height: 100%;
21633
- }
21634
-
21635
- .v-icon--start {
21636
- margin-inline-end: 8px;
21637
- }
21638
-
21639
- .v-icon--end {
21640
- margin-inline-start: 8px;
21641
- }.v-img {
21642
- --v-theme-overlay-multiplier: 3;
21643
- z-index: 0;
21644
- }
21645
- .v-img--booting .v-responsive__sizer {
21646
- transition: none;
21647
- }
21648
- .v-img--rounded {
21649
- border-radius: 4px;
21650
- }
21651
-
21652
- .v-img__img,
21653
- .v-img__picture,
21654
- .v-img__gradient,
21655
- .v-img__placeholder,
21656
- .v-img__error {
21657
- z-index: -1;
21324
+ left: 0;
21325
+ opacity: 0;
21658
21326
  position: absolute;
21659
21327
  top: 0;
21660
- left: 0;
21661
21328
  width: 100%;
21662
- height: 100%;
21663
- }
21664
-
21665
- .v-img__img--preload {
21666
- filter: blur(4px);
21667
- }
21668
- .v-img__img--contain {
21669
- object-fit: contain;
21329
+ z-index: 1;
21670
21330
  }
21671
- .v-img__img--cover {
21672
- object-fit: cover;
21331
+ .v-file-input .v-input__details {
21332
+ padding-inline: 16px;
21673
21333
  }
21674
-
21675
- .v-img__gradient {
21676
- background-repeat: no-repeat;
21334
+ .v-input--plain-underlined.v-file-input .v-input__details {
21335
+ padding-inline: 0;
21677
21336
  }.v-input {
21678
21337
  display: grid;
21679
21338
  flex: 1 1 auto;
@@ -21816,13 +21475,271 @@ textarea.v-field__input::placeholder {
21816
21475
 
21817
21476
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21818
21477
  padding-top: calc(var(--v-input-padding-top) + 0px);
21819
- }.v-infinite-scroll--horizontal {
21820
- display: flex;
21821
- flex-direction: row;
21822
- overflow-x: auto;
21478
+ }.v-img {
21479
+ --v-theme-overlay-multiplier: 3;
21480
+ z-index: 0;
21823
21481
  }
21824
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21825
- height: 100%;
21482
+ .v-img--booting .v-responsive__sizer {
21483
+ transition: none;
21484
+ }
21485
+ .v-img--rounded {
21486
+ border-radius: 4px;
21487
+ }
21488
+
21489
+ .v-img__img,
21490
+ .v-img__picture,
21491
+ .v-img__gradient,
21492
+ .v-img__placeholder,
21493
+ .v-img__error {
21494
+ z-index: -1;
21495
+ position: absolute;
21496
+ top: 0;
21497
+ left: 0;
21498
+ width: 100%;
21499
+ height: 100%;
21500
+ }
21501
+
21502
+ .v-img__img--preload {
21503
+ filter: blur(4px);
21504
+ }
21505
+ .v-img__img--contain {
21506
+ object-fit: contain;
21507
+ }
21508
+ .v-img__img--cover {
21509
+ object-fit: cover;
21510
+ }
21511
+
21512
+ .v-img__gradient {
21513
+ background-repeat: no-repeat;
21514
+ }.v-icon {
21515
+ --v-icon-size-multiplier: 1;
21516
+ align-items: center;
21517
+ display: inline-flex;
21518
+ font-feature-settings: "liga";
21519
+ height: 1em;
21520
+ justify-content: center;
21521
+ letter-spacing: normal;
21522
+ line-height: 1;
21523
+ position: relative;
21524
+ text-indent: 0;
21525
+ text-align: center;
21526
+ -webkit-user-select: none;
21527
+ user-select: none;
21528
+ vertical-align: middle;
21529
+ width: 1em;
21530
+ min-width: 1em;
21531
+ }
21532
+ .v-icon--clickable {
21533
+ cursor: pointer;
21534
+ }
21535
+ .v-icon--size-x-small {
21536
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
21537
+ }
21538
+ .v-icon--size-small {
21539
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21540
+ }
21541
+ .v-icon--size-default {
21542
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21543
+ }
21544
+ .v-icon--size-large {
21545
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21546
+ }
21547
+ .v-icon--size-x-large {
21548
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
21549
+ }
21550
+
21551
+ .v-icon__svg {
21552
+ fill: currentColor;
21553
+ width: 100%;
21554
+ height: 100%;
21555
+ }
21556
+
21557
+ .v-icon--start {
21558
+ margin-inline-end: 8px;
21559
+ }
21560
+
21561
+ .v-icon--end {
21562
+ margin-inline-start: 8px;
21563
+ }.v-item-group {
21564
+ flex: 0 1 auto;
21565
+ max-width: 100%;
21566
+ position: relative;
21567
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21568
+ }.v-data-table-footer {
21569
+ display: flex;
21570
+ align-items: center;
21571
+ flex-wrap: wrap;
21572
+ padding: 4px;
21573
+ justify-content: flex-end;
21574
+ }
21575
+
21576
+ .v-data-table-footer__items-per-page {
21577
+ display: flex;
21578
+ align-items: center;
21579
+ justify-content: center;
21580
+ }
21581
+ .v-data-table-footer__items-per-page > span {
21582
+ padding-inline-end: 8px;
21583
+ }
21584
+ .v-data-table-footer__items-per-page > .v-select {
21585
+ width: 90px;
21586
+ }
21587
+
21588
+ .v-data-table-footer__info {
21589
+ display: flex;
21590
+ justify-content: flex-end;
21591
+ min-width: 116px;
21592
+ padding: 0 16px;
21593
+ }
21594
+
21595
+ .v-data-table-footer__pagination {
21596
+ display: flex;
21597
+ align-items: center;
21598
+ margin-inline-start: 16px;
21599
+ }
21600
+
21601
+ .v-data-table-footer__page {
21602
+ padding: 0 8px;
21603
+ }.v-data-table {
21604
+ width: 100%;
21605
+ }
21606
+
21607
+ .v-data-table__table {
21608
+ width: 100%;
21609
+ border-collapse: separate;
21610
+ border-spacing: 0;
21611
+ }
21612
+
21613
+ .v-data-table__tr--focus {
21614
+ border: 1px dotted black;
21615
+ }
21616
+ .v-data-table__tr--clickable {
21617
+ cursor: pointer;
21618
+ }
21619
+
21620
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
21621
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
21622
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
21623
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
21624
+ text-align: end;
21625
+ }
21626
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21627
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
21628
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21629
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
21630
+ flex-direction: row-reverse;
21631
+ }
21632
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
21633
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
21634
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
21635
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
21636
+ text-align: center;
21637
+ }
21638
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
21639
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
21640
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
21641
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
21642
+ justify-content: center;
21643
+ }
21644
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
21645
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
21646
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
21647
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
21648
+ padding: 0 8px;
21649
+ }
21650
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
21651
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
21652
+ align-items: center;
21653
+ }
21654
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
21655
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
21656
+ position: sticky;
21657
+ }
21658
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
21659
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
21660
+ cursor: pointer;
21661
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21662
+ }
21663
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
21664
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
21665
+ opacity: 0;
21666
+ }
21667
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
21668
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
21669
+ opacity: 0.5;
21670
+ }
21671
+
21672
+ .v-data-table-column--fixed,
21673
+ .v-data-table__th--sticky {
21674
+ background: rgb(var(--v-theme-surface));
21675
+ position: sticky !important;
21676
+ left: 0;
21677
+ z-index: 1;
21678
+ }
21679
+
21680
+ .v-data-table-column--last-fixed {
21681
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
21682
+ }
21683
+
21684
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
21685
+ z-index: 2;
21686
+ }
21687
+
21688
+ .v-data-table-group-header-row td {
21689
+ background: rgba(var(--v-theme-surface));
21690
+ color: rgba(var(--v-theme-on-surface));
21691
+ }
21692
+ .v-data-table-group-header-row td > span {
21693
+ padding-left: 5px;
21694
+ }
21695
+
21696
+ .v-data-table--loading .v-data-table__td {
21697
+ opacity: 0.3;
21698
+ }
21699
+
21700
+ .v-data-table-group-header-row__column {
21701
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
21702
+ }
21703
+
21704
+ .v-data-table-header__content {
21705
+ display: flex;
21706
+ align-items: center;
21707
+ }
21708
+
21709
+ .v-data-table-header__sort-badge {
21710
+ display: inline-flex;
21711
+ justify-content: center;
21712
+ align-items: center;
21713
+ font-size: 0.875rem;
21714
+ padding: 4px;
21715
+ border-radius: 50%;
21716
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
21717
+ min-width: 20px;
21718
+ min-height: 20px;
21719
+ width: 20px;
21720
+ height: 20px;
21721
+ }
21722
+
21723
+ .v-data-table-progress > th {
21724
+ border: none !important;
21725
+ height: auto !important;
21726
+ padding: 0 !important;
21727
+ }
21728
+
21729
+ .v-data-table-progress__loader {
21730
+ position: relative;
21731
+ }
21732
+
21733
+ .v-data-table-rows-loading,
21734
+ .v-data-table-rows-no-data {
21735
+ text-align: center;
21736
+ }.v-infinite-scroll--horizontal {
21737
+ display: flex;
21738
+ flex-direction: row;
21739
+ overflow-x: auto;
21740
+ }
21741
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21742
+ height: 100%;
21826
21743
  width: 1px;
21827
21744
  }
21828
21745
 
@@ -21841,11 +21758,8 @@ textarea.v-field__input::placeholder {
21841
21758
  display: flex;
21842
21759
  justify-content: center;
21843
21760
  padding: 8px;
21844
- }.v-item-group {
21845
- flex: 0 1 auto;
21846
- max-width: 100%;
21847
- position: relative;
21848
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21761
+ }.v-locale-provider {
21762
+ display: contents;
21849
21763
  }.v-label {
21850
21764
  align-items: center;
21851
21765
  color: inherit;
@@ -21861,21 +21775,6 @@ textarea.v-field__input::placeholder {
21861
21775
 
21862
21776
  .v-label--clickable {
21863
21777
  cursor: pointer;
21864
- }.v-layout {
21865
- --v-scrollbar-offset: 0px;
21866
- display: flex;
21867
- flex: 1 1 auto;
21868
- }
21869
- .v-layout--full-height {
21870
- --v-scrollbar-offset: inherit;
21871
- height: 100%;
21872
- }.v-layout-item {
21873
- position: absolute;
21874
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21875
- }
21876
-
21877
- .v-layout-item--absolute {
21878
- position: absolute;
21879
21778
  }.v-list {
21880
21779
  overflow: auto;
21881
21780
  padding: 8px 0;
@@ -22427,8 +22326,21 @@ textarea.v-field__input::placeholder {
22427
22326
  }
22428
22327
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22429
22328
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22430
- }.v-locale-provider {
22431
- display: contents;
22329
+ }.v-layout-item {
22330
+ position: absolute;
22331
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22332
+ }
22333
+
22334
+ .v-layout-item--absolute {
22335
+ position: absolute;
22336
+ }.v-layout {
22337
+ --v-scrollbar-offset: 0px;
22338
+ display: flex;
22339
+ flex: 1 1 auto;
22340
+ }
22341
+ .v-layout--full-height {
22342
+ --v-scrollbar-offset: inherit;
22343
+ height: 100%;
22432
22344
  }.v-main {
22433
22345
  flex: 1 0 auto;
22434
22346
  max-width: 100%;
@@ -22457,19 +22369,6 @@ textarea.v-field__input::placeholder {
22457
22369
  --v-layout-right: 0px;
22458
22370
  --v-layout-top: 0px;
22459
22371
  --v-layout-bottom: 0px;
22460
- }.v-menu > .v-overlay__content {
22461
- display: flex;
22462
- flex-direction: column;
22463
- border-radius: 4px;
22464
- }
22465
- .v-menu > .v-overlay__content > .v-card,
22466
- .v-menu > .v-overlay__content > .v-sheet,
22467
- .v-menu > .v-overlay__content > .v-list {
22468
- background: rgb(var(--v-theme-surface));
22469
- border-radius: inherit;
22470
- overflow: auto;
22471
- height: 100%;
22472
- box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22473
22372
  }.v-messages {
22474
22373
  flex: 1 1 auto;
22475
22374
  font-size: 12px;
@@ -22640,6 +22539,19 @@ textarea.v-field__input::placeholder {
22640
22539
  }
22641
22540
  .v-otp-input__loader .v-progress-linear {
22642
22541
  position: absolute;
22542
+ }.v-menu > .v-overlay__content {
22543
+ display: flex;
22544
+ flex-direction: column;
22545
+ border-radius: 4px;
22546
+ }
22547
+ .v-menu > .v-overlay__content > .v-card,
22548
+ .v-menu > .v-overlay__content > .v-sheet,
22549
+ .v-menu > .v-overlay__content > .v-list {
22550
+ background: rgb(var(--v-theme-surface));
22551
+ border-radius: inherit;
22552
+ overflow: auto;
22553
+ height: 100%;
22554
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22643
22555
  }.v-overlay-container {
22644
22556
  contain: layout;
22645
22557
  left: 0;
@@ -22711,12 +22623,6 @@ html.v-overlay-scroll-blocked {
22711
22623
  }
22712
22624
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22713
22625
  margin: 0.3rem;
22714
- }.v-parallax {
22715
- position: relative;
22716
- overflow: hidden;
22717
- }
22718
- .v-parallax--active > .v-img__img {
22719
- will-change: transform;
22720
22626
  }.v-progress-circular {
22721
22627
  align-items: center;
22722
22628
  display: inline-flex;
@@ -22819,6 +22725,12 @@ html.v-overlay-scroll-blocked {
22819
22725
  100% {
22820
22726
  transform: rotate(270deg);
22821
22727
  }
22728
+ }.v-parallax {
22729
+ position: relative;
22730
+ overflow: hidden;
22731
+ }
22732
+ .v-parallax--active > .v-img__img {
22733
+ will-change: transform;
22822
22734
  }.v-progress-linear {
22823
22735
  background: transparent;
22824
22736
  overflow: hidden;
@@ -23029,18 +22941,6 @@ html.v-overlay-scroll-blocked {
23029
22941
  0% {
23030
22942
  background-position-x: var(--v-progress-linear-height);
23031
22943
  }
23032
- }.v-radio-group > .v-input__control {
23033
- flex-direction: column;
23034
- }
23035
- .v-radio-group > .v-input__control > .v-label {
23036
- margin-inline-start: 16px;
23037
- }
23038
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23039
- padding-inline-start: 6px;
23040
- margin-top: 8px;
23041
- }
23042
- .v-radio-group .v-input__details {
23043
- padding-inline: 16px;
23044
22944
  }.v-slider .v-slider__container input {
23045
22945
  cursor: default;
23046
22946
  padding: 0;
@@ -23098,6 +22998,18 @@ html.v-overlay-scroll-blocked {
23098
22998
 
23099
22999
  .v-slider__label {
23100
23000
  margin-inline-end: 12px;
23001
+ }.v-radio-group > .v-input__control {
23002
+ flex-direction: column;
23003
+ }
23004
+ .v-radio-group > .v-input__control > .v-label {
23005
+ margin-inline-start: 16px;
23006
+ }
23007
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23008
+ padding-inline-start: 6px;
23009
+ margin-top: 8px;
23010
+ }
23011
+ .v-radio-group .v-input__details {
23012
+ padding-inline: 16px;
23101
23013
  }.v-rating {
23102
23014
  max-width: 100%;
23103
23015
  display: inline-flex;
@@ -23200,14 +23112,6 @@ html.v-overlay-scroll-blocked {
23200
23112
  .v-select--active-menu .v-select__menu-icon {
23201
23113
  opacity: var(--v-high-emphasis-opacity);
23202
23114
  transform: rotate(180deg);
23203
- }.v-selection-control-group {
23204
- grid-area: control;
23205
- display: flex;
23206
- flex-direction: column;
23207
- }
23208
- .v-selection-control-group--inline {
23209
- flex-direction: row;
23210
- flex-wrap: wrap;
23211
23115
  }.v-responsive {
23212
23116
  display: flex;
23213
23117
  flex: 1 0 auto;
@@ -23234,107 +23138,6 @@ html.v-overlay-scroll-blocked {
23234
23138
  flex: 1 0 0px;
23235
23139
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23236
23140
  pointer-events: none;
23237
- }.v-selection-control {
23238
- align-items: center;
23239
- contain: layout;
23240
- display: flex;
23241
- flex: 1 0;
23242
- grid-area: control;
23243
- position: relative;
23244
- -webkit-user-select: none;
23245
- user-select: none;
23246
- }
23247
- .v-selection-control .v-label {
23248
- white-space: normal;
23249
- word-break: break-word;
23250
- height: 100%;
23251
- }
23252
- .v-selection-control--disabled {
23253
- opacity: var(--v-disabled-opacity);
23254
- pointer-events: none;
23255
- }
23256
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23257
- opacity: 1;
23258
- }
23259
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23260
- color: rgb(var(--v-theme-error));
23261
- }
23262
- .v-selection-control--inline {
23263
- display: inline-flex;
23264
- flex: 0 0 auto;
23265
- min-width: 0;
23266
- max-width: 100%;
23267
- }
23268
- .v-selection-control--inline .v-label {
23269
- width: auto;
23270
- }
23271
- .v-selection-control--density-default {
23272
- --v-selection-control-size: 40px;
23273
- }
23274
-
23275
- .v-selection-control--density-comfortable {
23276
- --v-selection-control-size: 36px;
23277
- }
23278
-
23279
- .v-selection-control--density-compact {
23280
- --v-selection-control-size: 28px;
23281
- }
23282
-
23283
- .v-selection-control__wrapper {
23284
- width: var(--v-selection-control-size);
23285
- height: var(--v-selection-control-size);
23286
- display: inline-flex;
23287
- align-items: center;
23288
- position: relative;
23289
- justify-content: center;
23290
- flex: none;
23291
- }
23292
-
23293
- .v-selection-control__input {
23294
- width: var(--v-selection-control-size);
23295
- height: var(--v-selection-control-size);
23296
- align-items: center;
23297
- display: flex;
23298
- flex: none;
23299
- justify-content: center;
23300
- position: relative;
23301
- border-radius: 50%;
23302
- }
23303
- .v-selection-control__input input {
23304
- cursor: pointer;
23305
- position: absolute;
23306
- left: 0;
23307
- top: 0;
23308
- width: 100%;
23309
- height: 100%;
23310
- opacity: 0;
23311
- }
23312
- .v-selection-control__input::before {
23313
- content: "";
23314
- position: absolute;
23315
- top: 0;
23316
- left: 0;
23317
- width: 100%;
23318
- height: 100%;
23319
- border-radius: 100%;
23320
- background-color: currentColor;
23321
- opacity: 0;
23322
- pointer-events: none;
23323
- }
23324
- .v-selection-control__input:hover::before {
23325
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23326
- }
23327
- .v-selection-control__input > .v-icon {
23328
- opacity: var(--v-medium-emphasis-opacity);
23329
- }
23330
- .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 {
23331
- opacity: 1;
23332
- }
23333
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23334
- color: rgb(var(--v-theme-error));
23335
- }
23336
- .v-selection-control--focus-visible .v-selection-control__input::before {
23337
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23338
23141
  }.v-skeleton-loader {
23339
23142
  align-items: center;
23340
23143
  background: rgb(var(--v-theme-surface));
@@ -23558,167 +23361,115 @@ html.v-overlay-scroll-blocked {
23558
23361
  100% {
23559
23362
  transform: translateX(100%);
23560
23363
  }
23561
- }.v-slide-group {
23562
- display: flex;
23563
- overflow: hidden;
23564
- }
23565
-
23566
- .v-slide-group__next,
23567
- .v-slide-group__prev {
23568
- align-items: center;
23569
- display: flex;
23570
- flex: 0 1 52px;
23571
- justify-content: center;
23572
- min-width: 52px;
23573
- cursor: pointer;
23574
- }
23575
- .v-slide-group__next--disabled,
23576
- .v-slide-group__prev--disabled {
23577
- pointer-events: none;
23578
- opacity: var(--v-disabled-opacity);
23579
- }
23580
-
23581
- .v-slide-group__content {
23582
- display: flex;
23583
- flex: 1 0 auto;
23584
- position: relative;
23585
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23586
- white-space: nowrap;
23587
- }
23588
- .v-slide-group__content > * {
23589
- white-space: initial;
23590
- }
23591
-
23592
- .v-slide-group__container {
23593
- contain: content;
23364
+ }.v-selection-control-group {
23365
+ grid-area: control;
23594
23366
  display: flex;
23595
- flex: 1 1 auto;
23596
- overflow: hidden;
23597
- }
23598
-
23599
- .v-slide-group--vertical,
23600
- .v-slide-group--vertical .v-slide-group__container,
23601
- .v-slide-group--vertical .v-slide-group__content {
23602
- flex-direction: column;
23603
- }.v-snackbar {
23604
- justify-content: center;
23605
- z-index: 10000;
23606
- margin: 8px;
23607
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23608
- }
23609
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23610
- align-items: flex-end;
23367
+ flex-direction: column;
23611
23368
  }
23612
- .v-snackbar__wrapper {
23369
+ .v-selection-control-group--inline {
23370
+ flex-direction: row;
23371
+ flex-wrap: wrap;
23372
+ }.v-selection-control {
23613
23373
  align-items: center;
23374
+ contain: layout;
23614
23375
  display: flex;
23615
- max-width: 672px;
23616
- min-height: 48px;
23617
- min-width: 344px;
23618
- overflow: hidden;
23619
- padding: 0;
23620
- border-radius: 4px;
23376
+ flex: 1 0;
23377
+ grid-area: control;
23378
+ position: relative;
23379
+ -webkit-user-select: none;
23380
+ user-select: none;
23621
23381
  }
23622
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23623
- background: transparent;
23624
- color: inherit;
23382
+ .v-selection-control .v-label {
23383
+ white-space: normal;
23384
+ word-break: break-word;
23385
+ height: 100%;
23625
23386
  }
23626
- .v-snackbar--variant-plain {
23627
- opacity: 0.62;
23387
+ .v-selection-control--disabled {
23388
+ opacity: var(--v-disabled-opacity);
23389
+ pointer-events: none;
23628
23390
  }
23629
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23391
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23630
23392
  opacity: 1;
23631
23393
  }
23632
- .v-snackbar--variant-plain .v-snackbar__overlay {
23633
- display: none;
23634
- }
23635
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23636
- background: rgb(var(--v-theme-surface-variant));
23637
- color: rgb(var(--v-theme-on-surface-variant));
23394
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23395
+ color: rgb(var(--v-theme-error));
23638
23396
  }
23639
- .v-snackbar--variant-elevated {
23640
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23397
+ .v-selection-control--inline {
23398
+ display: inline-flex;
23399
+ flex: 0 0 auto;
23400
+ min-width: 0;
23401
+ max-width: 100%;
23641
23402
  }
23642
- .v-snackbar--variant-flat {
23643
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23403
+ .v-selection-control--inline .v-label {
23404
+ width: auto;
23644
23405
  }
23645
- .v-snackbar--variant-outlined {
23646
- border: thin solid currentColor;
23406
+ .v-selection-control--density-default {
23407
+ --v-selection-control-size: 40px;
23647
23408
  }
23648
- .v-snackbar--variant-text .v-snackbar__overlay {
23649
- background: currentColor;
23409
+
23410
+ .v-selection-control--density-comfortable {
23411
+ --v-selection-control-size: 36px;
23650
23412
  }
23651
- .v-snackbar--variant-tonal .v-snackbar__underlay {
23652
- background: currentColor;
23653
- opacity: var(--v-activated-opacity);
23654
- border-radius: inherit;
23655
- position: absolute;
23656
- top: 0;
23657
- right: 0;
23658
- bottom: 0;
23659
- left: 0;
23660
- pointer-events: none;
23413
+
23414
+ .v-selection-control--density-compact {
23415
+ --v-selection-control-size: 28px;
23661
23416
  }
23662
23417
 
23663
- .v-snackbar__content {
23664
- flex-grow: 1;
23665
- font-size: 0.875rem;
23666
- font-weight: 400;
23667
- letter-spacing: 0.0178571429em;
23668
- line-height: 1.25rem;
23669
- margin-right: auto;
23670
- padding: 14px 16px;
23671
- text-align: initial;
23418
+ .v-selection-control__wrapper {
23419
+ width: var(--v-selection-control-size);
23420
+ height: var(--v-selection-control-size);
23421
+ display: inline-flex;
23422
+ align-items: center;
23423
+ position: relative;
23424
+ justify-content: center;
23425
+ flex: none;
23672
23426
  }
23673
- .v-snackbar__actions {
23427
+
23428
+ .v-selection-control__input {
23429
+ width: var(--v-selection-control-size);
23430
+ height: var(--v-selection-control-size);
23674
23431
  align-items: center;
23675
- align-self: center;
23676
23432
  display: flex;
23677
- margin-inline-end: 8px;
23678
- }
23679
- .v-snackbar__actions > .v-btn {
23680
- padding: 0 8px;
23681
- min-width: auto;
23433
+ flex: none;
23434
+ justify-content: center;
23435
+ position: relative;
23436
+ border-radius: 50%;
23682
23437
  }
23683
- .v-snackbar__timer {
23684
- width: 100%;
23438
+ .v-selection-control__input input {
23439
+ cursor: pointer;
23685
23440
  position: absolute;
23441
+ left: 0;
23686
23442
  top: 0;
23443
+ width: 100%;
23444
+ height: 100%;
23445
+ opacity: 0;
23687
23446
  }
23688
- .v-snackbar__timer .v-progress-linear {
23689
- transition: 0.2s linear;
23690
- }
23691
- .v-snackbar--absolute {
23447
+ .v-selection-control__input::before {
23448
+ content: "";
23692
23449
  position: absolute;
23693
- z-index: 1;
23694
- }
23695
- .v-snackbar--multi-line .v-snackbar__wrapper {
23696
- min-height: 68px;
23697
- }
23698
- .v-snackbar--vertical .v-snackbar__wrapper {
23699
- flex-direction: column;
23700
- }
23701
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23702
- align-self: flex-end;
23703
- margin-bottom: 8px;
23450
+ top: 0;
23451
+ left: 0;
23452
+ width: 100%;
23453
+ height: 100%;
23454
+ border-radius: 100%;
23455
+ background-color: currentColor;
23456
+ opacity: 0;
23457
+ pointer-events: none;
23704
23458
  }
23705
-
23706
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23707
- transition-duration: 0.15s;
23708
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23459
+ .v-selection-control__input:hover::before {
23460
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23709
23461
  }
23710
- .v-snackbar-transition-enter-active {
23711
- transition-property: opacity, transform;
23462
+ .v-selection-control__input > .v-icon {
23463
+ opacity: var(--v-medium-emphasis-opacity);
23712
23464
  }
23713
- .v-snackbar-transition-enter-from {
23714
- opacity: 0;
23715
- transform: scale(0.8);
23465
+ .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 {
23466
+ opacity: 1;
23716
23467
  }
23717
- .v-snackbar-transition-leave-active {
23718
- transition-property: opacity;
23468
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23469
+ color: rgb(var(--v-theme-error));
23719
23470
  }
23720
- .v-snackbar-transition-leave-to {
23721
- opacity: 0;
23471
+ .v-selection-control--focus-visible .v-selection-control__input::before {
23472
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23722
23473
  }.v-sheet {
23723
23474
  display: block;
23724
23475
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -23842,120 +23593,25 @@ html.v-overlay-scroll-blocked {
23842
23593
  }
23843
23594
  .v-switch .v-selection-control__input {
23844
23595
  border-radius: 50%;
23845
- transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
23846
- transform: translateX(-10px);
23847
- position: absolute;
23848
- }
23849
- .v-switch .v-selection-control__input .v-icon {
23850
- position: absolute;
23851
- }
23852
- .v-switch .v-selection-control--dirty .v-selection-control__input {
23853
- transform: translateX(10px);
23854
- }
23855
- .v-switch.v-switch--indeterminate .v-selection-control__input {
23856
- transform: scale(0.8);
23857
- }
23858
- .v-switch.v-switch--indeterminate .v-switch__thumb {
23859
- transform: scale(0.75);
23860
- box-shadow: none;
23861
- }
23862
- .v-switch.v-switch--inset .v-selection-control__wrapper {
23863
- width: auto;
23864
- }.v-tabs {
23865
- display: flex;
23866
- height: var(--v-tabs-height);
23867
- }
23868
- .v-tabs--density-default {
23869
- --v-tabs-height: 48px;
23870
- }
23871
- .v-tabs--density-default.v-tabs--stacked {
23872
- --v-tabs-height: 72px;
23873
- }
23874
-
23875
- .v-tabs--density-comfortable {
23876
- --v-tabs-height: 44px;
23877
- }
23878
- .v-tabs--density-comfortable.v-tabs--stacked {
23879
- --v-tabs-height: 68px;
23880
- }
23881
-
23882
- .v-tabs--density-compact {
23883
- --v-tabs-height: 36px;
23884
- }
23885
- .v-tabs--density-compact.v-tabs--stacked {
23886
- --v-tabs-height: 60px;
23887
- }
23888
-
23889
- .v-tabs.v-slide-group--vertical {
23890
- height: auto;
23891
- flex: none;
23892
- --v-tabs-height: 48px;
23893
- }
23894
-
23895
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23896
- margin-inline-start: 42px;
23897
- }
23898
-
23899
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23900
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23901
- margin-inline-end: auto;
23902
- }
23903
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23904
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23905
- margin-inline-start: auto;
23906
- }
23907
-
23908
- .v-tabs--grow {
23909
- flex-grow: 1;
23910
- }
23911
- .v-tabs--grow .v-tab {
23912
- flex: 1 0 auto;
23913
- max-width: none;
23914
- }
23915
-
23916
- .v-tabs--align-tabs-end .v-tab:first-child {
23917
- margin-inline-start: auto;
23918
- }
23919
- .v-tabs--align-tabs-end .v-tab:last-child {
23920
- margin-inline-end: 0;
23921
- }
23922
-
23923
- @media (max-width: 1279.98px) {
23924
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23925
- margin-inline-start: 52px;
23926
- }
23927
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23928
- margin-inline-end: 52px;
23929
- }
23930
- }.v-tab.v-tab.v-btn {
23931
- height: var(--v-tabs-height);
23932
- border-radius: 0;
23933
- min-width: 90px;
23934
- }
23935
- .v-slide-group--horizontal .v-tab {
23936
- max-width: 360px;
23937
- }
23938
- .v-slide-group--vertical .v-tab {
23939
- justify-content: start;
23596
+ transition: 0.2s transform cubic-bezier(0.4, 0, 0.2, 1);
23597
+ transform: translateX(-10px);
23598
+ position: absolute;
23940
23599
  }
23941
-
23942
- .v-tab__slider {
23600
+ .v-switch .v-selection-control__input .v-icon {
23943
23601
  position: absolute;
23944
- bottom: 0;
23945
- left: 0;
23946
- height: 2px;
23947
- width: 100%;
23948
- background: currentColor;
23949
- pointer-events: none;
23950
- opacity: 0;
23951
23602
  }
23952
- .v-tab--selected .v-tab__slider {
23953
- opacity: 1;
23603
+ .v-switch .v-selection-control--dirty .v-selection-control__input {
23604
+ transform: translateX(10px);
23954
23605
  }
23955
- .v-slide-group--vertical .v-tab__slider {
23956
- top: 0;
23957
- height: 100%;
23958
- width: 2px;
23606
+ .v-switch.v-switch--indeterminate .v-selection-control__input {
23607
+ transform: scale(0.8);
23608
+ }
23609
+ .v-switch.v-switch--indeterminate .v-switch__thumb {
23610
+ transform: scale(0.75);
23611
+ box-shadow: none;
23612
+ }
23613
+ .v-switch.v-switch--inset .v-selection-control__wrapper {
23614
+ width: auto;
23959
23615
  }.v-system-bar {
23960
23616
  align-items: center;
23961
23617
  display: flex;
@@ -24109,6 +23765,101 @@ html.v-overlay-scroll-blocked {
24109
23765
  }
24110
23766
  .v-stepper--mobile .v-stepper-item__subtitle {
24111
23767
  display: none;
23768
+ }.v-tabs {
23769
+ display: flex;
23770
+ height: var(--v-tabs-height);
23771
+ }
23772
+ .v-tabs--density-default {
23773
+ --v-tabs-height: 48px;
23774
+ }
23775
+ .v-tabs--density-default.v-tabs--stacked {
23776
+ --v-tabs-height: 72px;
23777
+ }
23778
+
23779
+ .v-tabs--density-comfortable {
23780
+ --v-tabs-height: 44px;
23781
+ }
23782
+ .v-tabs--density-comfortable.v-tabs--stacked {
23783
+ --v-tabs-height: 68px;
23784
+ }
23785
+
23786
+ .v-tabs--density-compact {
23787
+ --v-tabs-height: 36px;
23788
+ }
23789
+ .v-tabs--density-compact.v-tabs--stacked {
23790
+ --v-tabs-height: 60px;
23791
+ }
23792
+
23793
+ .v-tabs.v-slide-group--vertical {
23794
+ height: auto;
23795
+ flex: none;
23796
+ --v-tabs-height: 48px;
23797
+ }
23798
+
23799
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23800
+ margin-inline-start: 42px;
23801
+ }
23802
+
23803
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23804
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23805
+ margin-inline-end: auto;
23806
+ }
23807
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23808
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23809
+ margin-inline-start: auto;
23810
+ }
23811
+
23812
+ .v-tabs--grow {
23813
+ flex-grow: 1;
23814
+ }
23815
+ .v-tabs--grow .v-tab {
23816
+ flex: 1 0 auto;
23817
+ max-width: none;
23818
+ }
23819
+
23820
+ .v-tabs--align-tabs-end .v-tab:first-child {
23821
+ margin-inline-start: auto;
23822
+ }
23823
+ .v-tabs--align-tabs-end .v-tab:last-child {
23824
+ margin-inline-end: 0;
23825
+ }
23826
+
23827
+ @media (max-width: 1279.98px) {
23828
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23829
+ margin-inline-start: 52px;
23830
+ }
23831
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23832
+ margin-inline-end: 52px;
23833
+ }
23834
+ }.v-tab.v-tab.v-btn {
23835
+ height: var(--v-tabs-height);
23836
+ border-radius: 0;
23837
+ min-width: 90px;
23838
+ }
23839
+ .v-slide-group--horizontal .v-tab {
23840
+ max-width: 360px;
23841
+ }
23842
+ .v-slide-group--vertical .v-tab {
23843
+ justify-content: start;
23844
+ }
23845
+
23846
+ .v-tab__slider {
23847
+ position: absolute;
23848
+ bottom: 0;
23849
+ left: 0;
23850
+ height: 2px;
23851
+ width: 100%;
23852
+ background: currentColor;
23853
+ pointer-events: none;
23854
+ opacity: 0;
23855
+ }
23856
+ .v-tab--selected .v-tab__slider {
23857
+ opacity: 1;
23858
+ }
23859
+ .v-slide-group--vertical .v-tab__slider {
23860
+ top: 0;
23861
+ height: 100%;
23862
+ width: 2px;
24112
23863
  }.v-table {
24113
23864
  background: rgb(var(--v-theme-surface));
24114
23865
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24247,7 +23998,74 @@ html.v-overlay-scroll-blocked {
24247
23998
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24248
23999
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24249
24000
  border-top: 0px !important;
24250
- }.v-textarea .v-field {
24001
+ }/* region BLOCK */
24002
+ .v-text-field input {
24003
+ color: inherit;
24004
+ opacity: 0;
24005
+ flex: 1;
24006
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24007
+ min-width: 0;
24008
+ }
24009
+ .v-text-field input:focus, .v-text-field input:active {
24010
+ outline: none;
24011
+ }
24012
+ .v-text-field input:invalid {
24013
+ box-shadow: none;
24014
+ }
24015
+ .v-text-field .v-field {
24016
+ cursor: text;
24017
+ }
24018
+ .v-text-field--prefixed.v-text-field .v-field__input {
24019
+ --v-field-padding-start: 6px;
24020
+ }
24021
+
24022
+ .v-text-field--suffixed.v-text-field .v-field__input {
24023
+ --v-field-padding-end: 0;
24024
+ }
24025
+
24026
+ .v-text-field .v-input__details {
24027
+ padding-inline: 16px;
24028
+ }
24029
+ .v-input--plain-underlined.v-text-field .v-input__details {
24030
+ padding-inline: 0;
24031
+ }
24032
+
24033
+ .v-text-field .v-field--no-label input,
24034
+ .v-text-field .v-field--active input {
24035
+ opacity: 1;
24036
+ }
24037
+ .v-text-field .v-field--single-line input {
24038
+ transition: none;
24039
+ }
24040
+
24041
+ /* endregion */
24042
+ /* region ELEMENTS */
24043
+ .v-text-field__prefix, .v-text-field__suffix {
24044
+ align-items: center;
24045
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24046
+ cursor: default;
24047
+ display: flex;
24048
+ opacity: 0;
24049
+ transition: inherit;
24050
+ white-space: nowrap;
24051
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24052
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24053
+ padding-bottom: var(--v-field-padding-bottom, 6px);
24054
+ }
24055
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24056
+ opacity: 1;
24057
+ }
24058
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24059
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24060
+ }
24061
+ .v-text-field__prefix {
24062
+ padding-inline-start: var(--v-field-padding-start);
24063
+ }
24064
+ .v-text-field__suffix {
24065
+ padding-inline-end: var(--v-field-padding-end);
24066
+ }
24067
+
24068
+ /* endregion */.v-textarea .v-field {
24251
24069
  --v-textarea-control-height: var(--v-input-control-height);
24252
24070
  }
24253
24071
  .v-textarea .v-field__field {
@@ -24286,97 +24104,133 @@ html.v-overlay-scroll-blocked {
24286
24104
  }
24287
24105
  .v-textarea textarea:invalid {
24288
24106
  box-shadow: none;
24289
- }/* region BLOCK */
24290
- .v-text-field input {
24291
- color: inherit;
24292
- opacity: 0;
24293
- flex: 1;
24294
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24295
- min-width: 0;
24296
- }
24297
- .v-text-field input:focus, .v-text-field input:active {
24298
- outline: none;
24107
+ }.v-toolbar {
24108
+ align-items: flex-start;
24109
+ display: flex;
24110
+ flex: none;
24111
+ flex-direction: column;
24112
+ justify-content: space-between;
24113
+ max-width: 100%;
24114
+ overflow: hidden;
24115
+ position: relative;
24116
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24117
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24118
+ width: 100%;
24119
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24120
+ border-style: solid;
24121
+ border-width: 0;
24122
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24123
+ border-radius: 0;
24124
+ background: rgb(var(--v-theme-surface-light));
24125
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24299
24126
  }
24300
- .v-text-field input:invalid {
24127
+ .v-toolbar--border {
24128
+ border-width: thin;
24301
24129
  box-shadow: none;
24302
24130
  }
24303
- .v-text-field .v-field {
24304
- cursor: text;
24131
+ .v-toolbar--absolute {
24132
+ position: absolute;
24305
24133
  }
24306
- .v-text-field--prefixed.v-text-field .v-field__input {
24307
- --v-field-padding-start: 6px;
24134
+ .v-toolbar--collapse {
24135
+ max-width: 112px;
24136
+ overflow: hidden;
24137
+ border-end-end-radius: 24px;
24138
+ }
24139
+ .v-toolbar--collapse .v-toolbar-title {
24140
+ display: none;
24141
+ }
24142
+ .v-toolbar--flat {
24143
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24144
+ }
24145
+ .v-toolbar--floating {
24146
+ display: inline-flex;
24147
+ }
24148
+ .v-toolbar--rounded {
24149
+ border-radius: 4px;
24308
24150
  }
24309
24151
 
24310
- .v-text-field--suffixed.v-text-field .v-field__input {
24311
- --v-field-padding-end: 0;
24152
+ .v-toolbar__content,
24153
+ .v-toolbar__extension {
24154
+ align-items: center;
24155
+ display: flex;
24156
+ flex: 0 0 auto;
24157
+ position: relative;
24158
+ transition: inherit;
24159
+ width: 100%;
24312
24160
  }
24313
24161
 
24314
- .v-text-field .v-input__details {
24315
- padding-inline: 16px;
24162
+ .v-toolbar__content > .v-btn:first-child {
24163
+ margin-inline-start: 10px;
24316
24164
  }
24317
- .v-input--plain-underlined.v-text-field .v-input__details {
24318
- padding-inline: 0;
24165
+ .v-toolbar__content > .v-btn:last-child {
24166
+ margin-inline-end: 10px;
24319
24167
  }
24320
-
24321
- .v-text-field .v-field--no-label input,
24322
- .v-text-field .v-field--active input {
24323
- opacity: 1;
24168
+ .v-toolbar__content > .v-toolbar-title {
24169
+ margin-inline-start: 16px;
24324
24170
  }
24325
- .v-text-field .v-field--single-line input {
24326
- transition: none;
24171
+ .v-toolbar--density-prominent .v-toolbar__content {
24172
+ align-items: flex-start;
24327
24173
  }
24328
24174
 
24329
- /* endregion */
24330
- /* region ELEMENTS */
24331
- .v-text-field__prefix, .v-text-field__suffix {
24175
+ .v-toolbar__image {
24176
+ position: absolute;
24177
+ top: 0;
24178
+ left: 0;
24179
+ width: 100%;
24180
+ height: 100%;
24181
+ display: flex;
24182
+ opacity: var(--v-toolbar-image-opacity, 1);
24183
+ transition-property: opacity;
24184
+ }
24185
+
24186
+ .v-toolbar__prepend,
24187
+ .v-toolbar__append {
24332
24188
  align-items: center;
24333
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
24334
- cursor: default;
24189
+ align-self: stretch;
24335
24190
  display: flex;
24336
- opacity: 0;
24337
- transition: inherit;
24338
- white-space: nowrap;
24339
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
24340
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
24341
- padding-bottom: var(--v-field-padding-bottom, 6px);
24342
24191
  }
24343
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
24344
- opacity: 1;
24192
+
24193
+ .v-toolbar__prepend {
24194
+ margin-inline: 10px auto;
24345
24195
  }
24346
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
24347
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
24196
+
24197
+ .v-toolbar__append {
24198
+ margin-inline: auto 10px;
24348
24199
  }
24349
- .v-text-field__prefix {
24350
- padding-inline-start: var(--v-field-padding-start);
24200
+
24201
+ .v-toolbar-title {
24202
+ flex: 1 1;
24203
+ font-size: 1.25rem;
24204
+ min-width: 0;
24205
+ font-size: 1.25rem;
24206
+ font-weight: 400;
24207
+ letter-spacing: 0;
24208
+ line-height: 1.75rem;
24209
+ text-transform: none;
24351
24210
  }
24352
- .v-text-field__suffix {
24353
- padding-inline-end: var(--v-field-padding-end);
24211
+ .v-toolbar--density-prominent .v-toolbar-title {
24212
+ align-self: flex-end;
24213
+ padding-bottom: 6px;
24214
+ font-size: 1.5rem;
24215
+ font-weight: 400;
24216
+ letter-spacing: 0;
24217
+ line-height: 2.25rem;
24218
+ text-transform: none;
24354
24219
  }
24355
24220
 
24356
- /* endregion */.v-tooltip > .v-overlay__content {
24357
- background: rgb(var(--v-theme-surface-variant));
24358
- color: rgb(var(--v-theme-on-surface-variant));
24359
- border-radius: 4px;
24360
- font-size: 0.875rem;
24361
- line-height: 1.6;
24362
- display: inline-block;
24363
- padding: 5px 16px;
24364
- text-transform: initial;
24365
- width: auto;
24366
- opacity: 1;
24367
- pointer-events: none;
24368
- transition-property: opacity, transform;
24221
+ .v-toolbar-title__placeholder {
24222
+ overflow: hidden;
24223
+ text-overflow: ellipsis;
24224
+ white-space: nowrap;
24369
24225
  }
24370
- .v-tooltip > .v-overlay__content[class*=enter-active] {
24371
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24372
- transition-duration: 150ms;
24226
+
24227
+ .v-toolbar-items {
24228
+ display: flex;
24229
+ height: inherit;
24230
+ align-self: stretch;
24373
24231
  }
24374
- .v-tooltip > .v-overlay__content[class*=leave-active] {
24375
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24376
- transition-duration: 75ms;
24377
- }.v-theme-provider {
24378
- background: rgb(var(--v-theme-background));
24379
- color: rgb(var(--v-theme-on-background));
24232
+ .v-toolbar-items > .v-btn {
24233
+ border-radius: 0;
24380
24234
  }.v-timeline .v-timeline-divider__dot {
24381
24235
  background: rgb(var(--v-theme-surface-light));
24382
24236
  }
@@ -24744,260 +24598,406 @@ html.v-overlay-scroll-blocked {
24744
24598
  .v-timeline--horizontal.v-timeline--align-start {
24745
24599
  justify-items: flex-start;
24746
24600
  }
24747
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
24748
- justify-content: flex-start;
24601
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider {
24602
+ justify-content: flex-start;
24603
+ }
24604
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
24605
+ width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
24606
+ }
24607
+ .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
24608
+ width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
24609
+ }
24610
+
24611
+ .v-timeline--vertical.v-timeline--align-start {
24612
+ align-items: flex-start;
24613
+ }
24614
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
24615
+ justify-content: flex-start;
24616
+ }
24617
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
24618
+ height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
24619
+ }
24620
+ .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
24621
+ height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
24622
+ }
24623
+
24624
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
24625
+ display: none;
24626
+ }
24627
+ .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
24628
+ --v-timeline-line-size-offset: 12px;
24629
+ }
24630
+ .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
24631
+ padding-block-start: 0;
24632
+ }
24633
+
24634
+ .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
24635
+ padding-inline-start: 0;
24636
+ }
24637
+
24638
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
24639
+ display: none;
24640
+ }
24641
+ .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
24642
+ --v-timeline-line-size-offset: 12px;
24643
+ }
24644
+ .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
24645
+ padding-block-end: 0;
24646
+ }
24647
+
24648
+ .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
24649
+ padding-inline-end: 0;
24650
+ }.v-theme-provider {
24651
+ background: rgb(var(--v-theme-background));
24652
+ color: rgb(var(--v-theme-on-background));
24653
+ }.v-virtual-scroll {
24654
+ display: block;
24655
+ flex: 1 1 auto;
24656
+ max-width: 100%;
24657
+ overflow: auto;
24658
+ position: relative;
24659
+ }
24660
+ .v-virtual-scroll__container {
24661
+ display: block;
24662
+ }.v-tooltip > .v-overlay__content {
24663
+ background: rgb(var(--v-theme-surface-variant));
24664
+ color: rgb(var(--v-theme-on-surface-variant));
24665
+ border-radius: 4px;
24666
+ font-size: 0.875rem;
24667
+ line-height: 1.6;
24668
+ display: inline-block;
24669
+ padding: 5px 16px;
24670
+ text-transform: initial;
24671
+ width: auto;
24672
+ opacity: 1;
24673
+ pointer-events: none;
24674
+ transition-property: opacity, transform;
24675
+ }
24676
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
24677
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24678
+ transition-duration: 150ms;
24679
+ }
24680
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
24681
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24682
+ transition-duration: 75ms;
24683
+ }.v-slide-group {
24684
+ display: flex;
24685
+ overflow: hidden;
24686
+ }
24687
+
24688
+ .v-slide-group__next,
24689
+ .v-slide-group__prev {
24690
+ align-items: center;
24691
+ display: flex;
24692
+ flex: 0 1 52px;
24693
+ justify-content: center;
24694
+ min-width: 52px;
24695
+ cursor: pointer;
24696
+ }
24697
+ .v-slide-group__next--disabled,
24698
+ .v-slide-group__prev--disabled {
24699
+ pointer-events: none;
24700
+ opacity: var(--v-disabled-opacity);
24701
+ }
24702
+
24703
+ .v-slide-group__content {
24704
+ display: flex;
24705
+ flex: 1 0 auto;
24706
+ position: relative;
24707
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24708
+ white-space: nowrap;
24709
+ }
24710
+ .v-slide-group__content > * {
24711
+ white-space: initial;
24712
+ }
24713
+
24714
+ .v-slide-group__container {
24715
+ contain: content;
24716
+ display: flex;
24717
+ flex: 1 1 auto;
24718
+ overflow: hidden;
24719
+ }
24720
+
24721
+ .v-slide-group--vertical,
24722
+ .v-slide-group--vertical .v-slide-group__container,
24723
+ .v-slide-group--vertical .v-slide-group__content {
24724
+ flex-direction: column;
24725
+ }.v-window {
24726
+ overflow: hidden;
24727
+ }
24728
+ .v-window__container {
24729
+ display: flex;
24730
+ flex-direction: column;
24731
+ height: inherit;
24732
+ position: relative;
24733
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
24734
+ }
24735
+ .v-window__controls {
24736
+ position: absolute;
24737
+ left: 0;
24738
+ top: 0;
24739
+ width: 100%;
24740
+ height: 100%;
24741
+ display: flex;
24742
+ align-items: center;
24743
+ justify-content: space-between;
24744
+ padding: 0 16px;
24745
+ pointer-events: none;
24746
+ }
24747
+ .v-window__controls > * {
24748
+ pointer-events: auto;
24749
+ }
24750
+ .v-window--show-arrows-on-hover {
24751
+ overflow: hidden;
24752
+ }
24753
+ .v-window--show-arrows-on-hover .v-window__left {
24754
+ transform: translateX(-200%);
24749
24755
  }
24750
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
24751
- width: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
24756
+ .v-window--show-arrows-on-hover .v-window__right {
24757
+ transform: translateX(200%);
24752
24758
  }
24753
- .v-timeline--horizontal.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
24754
- width: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
24759
+ .v-window--show-arrows-on-hover:hover .v-window__left,
24760
+ .v-window--show-arrows-on-hover:hover .v-window__right {
24761
+ transform: translateX(0);
24755
24762
  }
24756
-
24757
- .v-timeline--vertical.v-timeline--align-start {
24758
- align-items: flex-start;
24763
+ .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
24764
+ transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
24759
24765
  }
24760
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider {
24761
- justify-content: flex-start;
24766
+ .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
24767
+ position: absolute !important;
24768
+ top: 0;
24769
+ width: 100%;
24762
24770
  }
24763
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__before {
24764
- height: calc(var(--v-timeline-line-size-offset) + var(--v-timeline-dot-size) / 2 - var(--v-timeline-line-inset));
24771
+ .v-window-x-transition-enter-from {
24772
+ transform: translateX(100%);
24765
24773
  }
24766
- .v-timeline--vertical.v-timeline--align-start .v-timeline-divider .v-timeline-divider__after {
24767
- height: calc(var(--v-timeline-line-size-base) - var(--v-timeline-dot-size) / 2 + var(--v-timeline-line-size-offset) - var(--v-timeline-line-inset));
24774
+ .v-window-x-transition-leave-to {
24775
+ transform: translateX(-100%);
24768
24776
  }
24769
-
24770
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__before {
24771
- display: none;
24777
+ .v-window-x-reverse-transition-enter-from {
24778
+ transform: translateX(-100%);
24772
24779
  }
24773
- .v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider__after {
24774
- --v-timeline-line-size-offset: 12px;
24780
+ .v-window-x-reverse-transition-leave-to {
24781
+ transform: translateX(100%);
24775
24782
  }
24776
- .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
24777
- padding-block-start: 0;
24783
+ .v-window-y-transition-enter-from {
24784
+ transform: translateY(100%);
24778
24785
  }
24779
-
24780
- .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-start .v-timeline-item:first-child .v-timeline-item__opposite {
24781
- padding-inline-start: 0;
24786
+ .v-window-y-transition-leave-to {
24787
+ transform: translateY(-100%);
24782
24788
  }
24783
-
24784
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__after {
24785
- display: none;
24789
+ .v-window-y-reverse-transition-enter-from {
24790
+ transform: translateY(-100%);
24786
24791
  }
24787
- .v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider__before {
24788
- --v-timeline-line-size-offset: 12px;
24792
+ .v-window-y-reverse-transition-leave-to {
24793
+ transform: translateY(100%);
24794
+ }.v-snackbar {
24795
+ justify-content: center;
24796
+ z-index: 10000;
24797
+ margin: 8px;
24798
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24789
24799
  }
24790
- .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--vertical.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
24791
- padding-block-end: 0;
24800
+ .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
24801
+ align-items: flex-end;
24792
24802
  }
24793
-
24794
- .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
24795
- padding-inline-end: 0;
24796
- }.v-toolbar {
24797
- align-items: flex-start;
24803
+ .v-snackbar__wrapper {
24804
+ align-items: center;
24798
24805
  display: flex;
24799
- flex: none;
24800
- flex-direction: column;
24801
- justify-content: space-between;
24802
- max-width: 100%;
24806
+ max-width: 672px;
24807
+ min-height: 48px;
24808
+ min-width: 344px;
24803
24809
  overflow: hidden;
24804
- position: relative;
24805
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24806
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24807
- width: 100%;
24808
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24809
- border-style: solid;
24810
- border-width: 0;
24811
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24812
- border-radius: 0;
24813
- background: rgb(var(--v-theme-surface-light));
24814
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24810
+ padding: 0;
24811
+ border-radius: 4px;
24815
24812
  }
24816
- .v-toolbar--border {
24817
- border-width: thin;
24818
- box-shadow: none;
24813
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24814
+ background: transparent;
24815
+ color: inherit;
24819
24816
  }
24820
- .v-toolbar--absolute {
24821
- position: absolute;
24817
+ .v-snackbar--variant-plain {
24818
+ opacity: 0.62;
24822
24819
  }
24823
- .v-toolbar--collapse {
24824
- max-width: 112px;
24825
- overflow: hidden;
24826
- border-end-end-radius: 24px;
24820
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24821
+ opacity: 1;
24827
24822
  }
24828
- .v-toolbar--collapse .v-toolbar-title {
24823
+ .v-snackbar--variant-plain .v-snackbar__overlay {
24829
24824
  display: none;
24830
24825
  }
24831
- .v-toolbar--flat {
24832
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24833
- }
24834
- .v-toolbar--floating {
24835
- display: inline-flex;
24836
- }
24837
- .v-toolbar--rounded {
24838
- border-radius: 4px;
24839
- }
24840
-
24841
- .v-toolbar__content,
24842
- .v-toolbar__extension {
24843
- align-items: center;
24844
- display: flex;
24845
- flex: 0 0 auto;
24846
- position: relative;
24847
- transition: inherit;
24848
- width: 100%;
24826
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24827
+ background: rgb(var(--v-theme-surface-variant));
24828
+ color: rgb(var(--v-theme-on-surface-variant));
24849
24829
  }
24850
-
24851
- .v-toolbar__content > .v-btn:first-child {
24852
- margin-inline-start: 10px;
24830
+ .v-snackbar--variant-elevated {
24831
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24853
24832
  }
24854
- .v-toolbar__content > .v-btn:last-child {
24855
- margin-inline-end: 10px;
24833
+ .v-snackbar--variant-flat {
24834
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24856
24835
  }
24857
- .v-toolbar__content > .v-toolbar-title {
24858
- margin-inline-start: 16px;
24836
+ .v-snackbar--variant-outlined {
24837
+ border: thin solid currentColor;
24859
24838
  }
24860
- .v-toolbar--density-prominent .v-toolbar__content {
24861
- align-items: flex-start;
24839
+ .v-snackbar--variant-text .v-snackbar__overlay {
24840
+ background: currentColor;
24862
24841
  }
24863
-
24864
- .v-toolbar__image {
24842
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
24843
+ background: currentColor;
24844
+ opacity: var(--v-activated-opacity);
24845
+ border-radius: inherit;
24865
24846
  position: absolute;
24866
24847
  top: 0;
24848
+ right: 0;
24849
+ bottom: 0;
24867
24850
  left: 0;
24868
- width: 100%;
24869
- height: 100%;
24870
- display: flex;
24871
- opacity: var(--v-toolbar-image-opacity, 1);
24872
- transition-property: opacity;
24851
+ pointer-events: none;
24873
24852
  }
24874
24853
 
24875
- .v-toolbar__prepend,
24876
- .v-toolbar__append {
24854
+ .v-snackbar__content {
24855
+ flex-grow: 1;
24856
+ font-size: 0.875rem;
24857
+ font-weight: 400;
24858
+ letter-spacing: 0.0178571429em;
24859
+ line-height: 1.25rem;
24860
+ margin-right: auto;
24861
+ padding: 14px 16px;
24862
+ text-align: initial;
24863
+ }
24864
+ .v-snackbar__actions {
24877
24865
  align-items: center;
24878
- align-self: stretch;
24866
+ align-self: center;
24879
24867
  display: flex;
24868
+ margin-inline-end: 8px;
24880
24869
  }
24881
-
24882
- .v-toolbar__prepend {
24883
- margin-inline: 10px auto;
24884
- }
24885
-
24886
- .v-toolbar__append {
24887
- margin-inline: auto 10px;
24888
- }
24889
-
24890
- .v-toolbar-title {
24891
- flex: 1 1;
24892
- font-size: 1.25rem;
24893
- min-width: 0;
24894
- font-size: 1.25rem;
24895
- font-weight: 400;
24896
- letter-spacing: 0;
24897
- line-height: 1.75rem;
24898
- text-transform: none;
24870
+ .v-snackbar__actions > .v-btn {
24871
+ padding: 0 8px;
24872
+ min-width: auto;
24899
24873
  }
24900
- .v-toolbar--density-prominent .v-toolbar-title {
24901
- align-self: flex-end;
24902
- padding-bottom: 6px;
24903
- font-size: 1.5rem;
24904
- font-weight: 400;
24905
- letter-spacing: 0;
24906
- line-height: 2.25rem;
24907
- text-transform: none;
24874
+ .v-snackbar__timer {
24875
+ width: 100%;
24876
+ position: absolute;
24877
+ top: 0;
24908
24878
  }
24909
-
24910
- .v-toolbar-title__placeholder {
24911
- overflow: hidden;
24912
- text-overflow: ellipsis;
24913
- white-space: nowrap;
24879
+ .v-snackbar__timer .v-progress-linear {
24880
+ transition: 0.2s linear;
24914
24881
  }
24915
-
24916
- .v-toolbar-items {
24917
- display: flex;
24918
- height: inherit;
24919
- align-self: stretch;
24882
+ .v-snackbar--absolute {
24883
+ position: absolute;
24884
+ z-index: 1;
24920
24885
  }
24921
- .v-toolbar-items > .v-btn {
24922
- border-radius: 0;
24923
- }.v-window {
24924
- overflow: hidden;
24886
+ .v-snackbar--multi-line .v-snackbar__wrapper {
24887
+ min-height: 68px;
24925
24888
  }
24926
- .v-window__container {
24927
- display: flex;
24889
+ .v-snackbar--vertical .v-snackbar__wrapper {
24928
24890
  flex-direction: column;
24929
- height: inherit;
24930
- position: relative;
24931
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
24932
24891
  }
24933
- .v-window__controls {
24934
- position: absolute;
24935
- left: 0;
24936
- top: 0;
24937
- width: 100%;
24938
- height: 100%;
24939
- display: flex;
24940
- align-items: center;
24941
- justify-content: space-between;
24942
- padding: 0 16px;
24943
- pointer-events: none;
24892
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24893
+ align-self: flex-end;
24894
+ margin-bottom: 8px;
24944
24895
  }
24945
- .v-window__controls > * {
24946
- pointer-events: auto;
24896
+
24897
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24898
+ transition-duration: 0.15s;
24899
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24947
24900
  }
24948
- .v-window--show-arrows-on-hover {
24949
- overflow: hidden;
24901
+ .v-snackbar-transition-enter-active {
24902
+ transition-property: opacity, transform;
24950
24903
  }
24951
- .v-window--show-arrows-on-hover .v-window__left {
24952
- transform: translateX(-200%);
24904
+ .v-snackbar-transition-enter-from {
24905
+ opacity: 0;
24906
+ transform: scale(0.8);
24953
24907
  }
24954
- .v-window--show-arrows-on-hover .v-window__right {
24955
- transform: translateX(200%);
24908
+ .v-snackbar-transition-leave-active {
24909
+ transition-property: opacity;
24956
24910
  }
24957
- .v-window--show-arrows-on-hover:hover .v-window__left,
24958
- .v-window--show-arrows-on-hover:hover .v-window__right {
24959
- transform: translateX(0);
24911
+ .v-snackbar-transition-leave-to {
24912
+ opacity: 0;
24913
+ }.v-dialog {
24914
+ align-items: center;
24915
+ justify-content: center;
24916
+ margin: auto;
24960
24917
  }
24961
- .v-window-x-transition-enter-active, .v-window-x-transition-leave-active, .v-window-x-reverse-transition-enter-active, .v-window-x-reverse-transition-leave-active, .v-window-y-transition-enter-active, .v-window-y-transition-leave-active, .v-window-y-reverse-transition-enter-active, .v-window-y-reverse-transition-leave-active {
24962
- transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
24918
+ .v-dialog > .v-overlay__content {
24919
+ max-height: calc(100% - 48px);
24920
+ width: calc(100% - 48px);
24921
+ max-width: calc(100% - 48px);
24922
+ margin: 24px;
24963
24923
  }
24964
- .v-window-x-transition-leave-from, .v-window-x-transition-leave-to, .v-window-x-reverse-transition-leave-from, .v-window-x-reverse-transition-leave-to, .v-window-y-transition-leave-from, .v-window-y-transition-leave-to, .v-window-y-reverse-transition-leave-from, .v-window-y-reverse-transition-leave-to {
24965
- position: absolute !important;
24966
- top: 0;
24967
- width: 100%;
24924
+ .v-dialog > .v-overlay__content,
24925
+ .v-dialog > .v-overlay__content > form {
24926
+ display: flex;
24927
+ flex-direction: column;
24928
+ min-height: 0;
24968
24929
  }
24969
- .v-window-x-transition-enter-from {
24970
- transform: translateX(100%);
24930
+ .v-dialog > .v-overlay__content > .v-card,
24931
+ .v-dialog > .v-overlay__content > .v-sheet,
24932
+ .v-dialog > .v-overlay__content > form > .v-card,
24933
+ .v-dialog > .v-overlay__content > form > .v-sheet {
24934
+ --v-scrollbar-offset: 0px;
24935
+ border-radius: 4px;
24936
+ overflow-y: auto;
24937
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24971
24938
  }
24972
- .v-window-x-transition-leave-to {
24973
- transform: translateX(-100%);
24939
+ .v-dialog > .v-overlay__content > .v-card,
24940
+ .v-dialog > .v-overlay__content > form > .v-card {
24941
+ display: flex;
24942
+ flex-direction: column;
24974
24943
  }
24975
- .v-window-x-reverse-transition-enter-from {
24976
- transform: translateX(-100%);
24944
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
24945
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
24946
+ padding: 14px 24px 0;
24977
24947
  }
24978
- .v-window-x-reverse-transition-leave-to {
24979
- transform: translateX(100%);
24948
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
24949
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
24950
+ padding-top: 10px;
24980
24951
  }
24981
- .v-window-y-transition-enter-from {
24982
- transform: translateY(100%);
24952
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
24953
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
24954
+ font-size: inherit;
24955
+ letter-spacing: 0.03125em;
24956
+ line-height: inherit;
24957
+ padding: 16px 24px 10px;
24983
24958
  }
24984
- .v-window-y-transition-leave-to {
24985
- transform: translateY(-100%);
24959
+
24960
+ .v-dialog--fullscreen {
24961
+ --v-scrollbar-offset: 0px;
24986
24962
  }
24987
- .v-window-y-reverse-transition-enter-from {
24988
- transform: translateY(-100%);
24963
+ .v-dialog--fullscreen > .v-overlay__content {
24964
+ border-radius: 0;
24965
+ margin: 0;
24966
+ padding: 0;
24967
+ width: 100%;
24968
+ height: 100%;
24969
+ max-width: 100%;
24970
+ max-height: 100%;
24971
+ overflow-y: auto;
24972
+ top: 0;
24973
+ left: 0;
24989
24974
  }
24990
- .v-window-y-reverse-transition-leave-to {
24991
- transform: translateY(100%);
24992
- }.v-virtual-scroll {
24993
- display: block;
24994
- flex: 1 1 auto;
24975
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
24976
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
24977
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
24978
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
24979
+ min-height: 100%;
24980
+ min-width: 100%;
24981
+ border-radius: 0;
24982
+ }
24983
+
24984
+ .v-dialog--scrollable > .v-overlay__content,
24985
+ .v-dialog--scrollable > .v-overlay__content > form {
24986
+ display: flex;
24987
+ }
24988
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
24989
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
24990
+ display: flex;
24991
+ flex: 1 1 100%;
24992
+ flex-direction: column;
24993
+ max-height: 100%;
24995
24994
  max-width: 100%;
24996
- overflow: auto;
24997
- position: relative;
24998
24995
  }
24999
- .v-virtual-scroll__container {
25000
- display: block;
24996
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
24997
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
24998
+ -webkit-backface-visibility: hidden;
24999
+ backface-visibility: hidden;
25000
+ overflow-y: auto;
25001
25001
  }.v-color-picker-canvas {
25002
25002
  display: flex;
25003
25003
  position: relative;
@@ -25020,69 +25020,6 @@ html.v-overlay-scroll-blocked {
25020
25020
  }
25021
25021
  .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25022
25022
  will-change: transform;
25023
- }.v-color-picker-swatches {
25024
- overflow-y: auto;
25025
- }
25026
- .v-color-picker-swatches > div {
25027
- display: flex;
25028
- flex-wrap: wrap;
25029
- justify-content: center;
25030
- padding: 8px;
25031
- }
25032
-
25033
- .v-color-picker-swatches__swatch {
25034
- display: flex;
25035
- flex-direction: column;
25036
- margin-bottom: 10px;
25037
- }
25038
-
25039
- .v-color-picker-swatches__color {
25040
- position: relative;
25041
- height: 18px;
25042
- max-height: 18px;
25043
- width: 45px;
25044
- margin: 2px 4px;
25045
- border-radius: 2px;
25046
- -webkit-user-select: none;
25047
- user-select: none;
25048
- overflow: hidden;
25049
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25050
- cursor: pointer;
25051
- }
25052
- .v-color-picker-swatches__color > div {
25053
- display: flex;
25054
- align-items: center;
25055
- justify-content: center;
25056
- width: 100%;
25057
- height: 100%;
25058
- }.v-color-picker-edit {
25059
- display: flex;
25060
- margin-top: 24px;
25061
- }
25062
-
25063
- .v-color-picker-edit__input {
25064
- width: 100%;
25065
- display: flex;
25066
- flex-wrap: wrap;
25067
- justify-content: center;
25068
- text-align: center;
25069
- }
25070
- .v-color-picker-edit__input:not(:last-child) {
25071
- margin-inline-end: 8px;
25072
- }
25073
- .v-color-picker-edit__input input {
25074
- border-radius: 4px;
25075
- margin-bottom: 8px;
25076
- min-width: 0;
25077
- outline: none;
25078
- text-align: center;
25079
- width: 100%;
25080
- height: 32px;
25081
- background: rgba(var(--v-theme-surface-variant), 0.2);
25082
- color: rgba(var(--v-theme-on-surface));
25083
- }
25084
- .v-color-picker-edit__input span {
25085
- font-size: 0.75rem;
25086
25023
  }.v-color-picker-preview__alpha .v-slider-track__background {
25087
25024
  background-color: transparent !important;
25088
25025
  }
@@ -25152,6 +25089,69 @@ html.v-overlay-scroll-blocked {
25152
25089
  .v-color-picker-preview__eye-dropper {
25153
25090
  position: relative;
25154
25091
  margin-right: 12px;
25092
+ }.v-color-picker-edit {
25093
+ display: flex;
25094
+ margin-top: 24px;
25095
+ }
25096
+
25097
+ .v-color-picker-edit__input {
25098
+ width: 100%;
25099
+ display: flex;
25100
+ flex-wrap: wrap;
25101
+ justify-content: center;
25102
+ text-align: center;
25103
+ }
25104
+ .v-color-picker-edit__input:not(:last-child) {
25105
+ margin-inline-end: 8px;
25106
+ }
25107
+ .v-color-picker-edit__input input {
25108
+ border-radius: 4px;
25109
+ margin-bottom: 8px;
25110
+ min-width: 0;
25111
+ outline: none;
25112
+ text-align: center;
25113
+ width: 100%;
25114
+ height: 32px;
25115
+ background: rgba(var(--v-theme-surface-variant), 0.2);
25116
+ color: rgba(var(--v-theme-on-surface));
25117
+ }
25118
+ .v-color-picker-edit__input span {
25119
+ font-size: 0.75rem;
25120
+ }.v-color-picker-swatches {
25121
+ overflow-y: auto;
25122
+ }
25123
+ .v-color-picker-swatches > div {
25124
+ display: flex;
25125
+ flex-wrap: wrap;
25126
+ justify-content: center;
25127
+ padding: 8px;
25128
+ }
25129
+
25130
+ .v-color-picker-swatches__swatch {
25131
+ display: flex;
25132
+ flex-direction: column;
25133
+ margin-bottom: 10px;
25134
+ }
25135
+
25136
+ .v-color-picker-swatches__color {
25137
+ position: relative;
25138
+ height: 18px;
25139
+ max-height: 18px;
25140
+ width: 45px;
25141
+ margin: 2px 4px;
25142
+ border-radius: 2px;
25143
+ -webkit-user-select: none;
25144
+ user-select: none;
25145
+ overflow: hidden;
25146
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
25147
+ cursor: pointer;
25148
+ }
25149
+ .v-color-picker-swatches__color > div {
25150
+ display: flex;
25151
+ align-items: center;
25152
+ justify-content: center;
25153
+ width: 100%;
25154
+ height: 100%;
25155
25155
  }.v-slider-thumb {
25156
25156
  touch-action: none;
25157
25157
  color: rgb(var(--v-theme-surface-variant));