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

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-02-25
2
+ * Vuetify v3.5.3-dev.2024-03-06
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17268,47 +17268,6 @@ html.overflow-y-hidden {
17268
17268
  }
17269
17269
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17270
17270
  border-right: none;
17271
- }.v-calendar-day__row-with-label {
17272
- display: grid;
17273
- grid-template-columns: 48px 8px 1fr;
17274
- border-right: thin solid #e0e0e0;
17275
- }
17276
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17277
- position: relative;
17278
- border-right: thin solid #e0e0e0;
17279
- }
17280
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17281
- content: "";
17282
- border-bottom: thin solid #e0e0e0;
17283
- position: absolute;
17284
- width: 100%;
17285
- margin-top: -1px;
17286
- z-index: 3;
17287
- pointer-events: none;
17288
- }
17289
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17290
- font-size: 10px;
17291
- text-align: center;
17292
- position: relative;
17293
- top: -8px;
17294
- }
17295
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17296
- border-bottom: thin solid #e0e0e0;
17297
- }
17298
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17299
- border-bottom: none;
17300
- }
17301
-
17302
- .v-calendar-day__row-without-label {
17303
- display: grid;
17304
- grid-template-columns: 1fr;
17305
- border-right: thin solid #e0e0e0;
17306
- }
17307
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17308
- border-bottom: thin solid #e0e0e0;
17309
- }
17310
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17311
- border-bottom: none;
17312
17271
  }.v-calendar-day {
17313
17272
  position: relative;
17314
17273
  display: flex;
@@ -17354,6 +17313,47 @@ html.overflow-y-hidden {
17354
17313
  .v-calendar-header__title {
17355
17314
  font-size: 1.5rem;
17356
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
17357
  }.v-calendar-month__day {
17358
17358
  position: relative;
17359
17359
  display: flex;
@@ -17468,34 +17468,6 @@ html.overflow-y-hidden {
17468
17468
  padding-bottom: 16px;
17469
17469
  font-weight: 600;
17470
17470
  letter-spacing: 0.1666666667em;
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-app-bar {
17488
- display: flex;
17489
- }
17490
- .v-app-bar.v-toolbar {
17491
- background: rgb(var(--v-theme-surface));
17492
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17493
- }
17494
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17495
- 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));
17496
- }
17497
- .v-app-bar:not(.v-toolbar--absolute) {
17498
- padding-inline-end: var(--v-scrollbar-offset);
17499
17471
  }.v-alert {
17500
17472
  display: grid;
17501
17473
  flex: 1 1;
@@ -17706,61 +17678,22 @@ html.overflow-y-hidden {
17706
17678
  text-transform: none;
17707
17679
  word-break: normal;
17708
17680
  word-wrap: break-word;
17709
- }.v-bottom-navigation {
17681
+ }.v-application {
17710
17682
  display: flex;
17711
- max-width: 100%;
17712
- overflow: hidden;
17713
- position: absolute;
17714
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17715
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
17716
- border-style: solid;
17717
- border-width: 0;
17718
- border-radius: 0;
17719
- background: rgb(var(--v-theme-surface));
17720
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17721
- }
17722
- .v-bottom-navigation--border {
17723
- border-width: thin;
17724
- box-shadow: none;
17725
- }
17726
- .v-bottom-navigation--active {
17727
- 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));
17683
+ background: rgb(var(--v-theme-background));
17684
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17728
17685
  }
17729
17686
 
17730
- .v-bottom-navigation__content {
17687
+ .v-application__wrap {
17688
+ -webkit-backface-visibility: hidden;
17689
+ backface-visibility: hidden;
17731
17690
  display: flex;
17732
- flex: none;
17733
- font-size: 0.75rem;
17734
- justify-content: center;
17735
- transition: inherit;
17736
- width: 100%;
17737
- }
17738
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
17739
- font-size: inherit;
17740
- height: 100%;
17741
- max-width: 168px;
17742
- min-width: 80px;
17743
- text-transform: none;
17744
- transition: inherit;
17745
- width: auto;
17746
- border-radius: 0;
17747
- }
17748
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
17749
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17750
- transition: inherit;
17751
- }
17752
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
17753
- font-size: 1.5rem;
17754
- }
17755
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
17756
- flex-grow: 1;
17757
- }
17758
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
17759
- transition: inherit;
17760
- opacity: 0;
17761
- }
17762
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
17763
- transform: translateY(0.5rem);
17691
+ flex-direction: column;
17692
+ flex: 1 1 auto;
17693
+ max-width: 100%;
17694
+ min-height: 100vh;
17695
+ min-height: 100dvh;
17696
+ position: relative;
17764
17697
  }.v-avatar {
17765
17698
  flex: none;
17766
17699
  align-items: center;
@@ -17848,69 +17781,217 @@ html.overflow-y-hidden {
17848
17781
  .v-avatar .v-img {
17849
17782
  height: 100%;
17850
17783
  width: 100%;
17851
- }.v-badge {
17852
- display: inline-block;
17853
- line-height: 1;
17854
- }
17855
-
17856
- .v-badge__badge {
17857
- align-items: center;
17858
- display: inline-flex;
17859
- border-radius: 10px;
17860
- font-size: 0.75rem;
17861
- font-weight: 500;
17862
- height: 1.25rem;
17863
- justify-content: center;
17864
- min-width: 20px;
17865
- padding: 4px 6px;
17866
- pointer-events: auto;
17867
- position: absolute;
17868
- text-align: center;
17869
- text-indent: 0;
17870
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17871
- white-space: nowrap;
17872
- background: rgb(var(--v-theme-surface-variant));
17873
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17874
- }
17875
- .v-badge--bordered .v-badge__badge::after {
17876
- border-radius: inherit;
17877
- border-style: solid;
17878
- border-width: 2px;
17879
- bottom: 0;
17880
- color: rgb(var(--v-theme-background));
17881
- content: "";
17882
- left: 0;
17883
- position: absolute;
17884
- right: 0;
17885
- top: 0;
17886
- transform: scale(1.05);
17784
+ }.v-app-bar {
17785
+ display: flex;
17887
17786
  }
17888
- .v-badge--dot .v-badge__badge {
17889
- border-radius: 4.5px;
17890
- height: 9px;
17891
- min-width: 0;
17892
- padding: 0;
17893
- width: 9px;
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));
17894
17790
  }
17895
- .v-badge--dot .v-badge__badge::after {
17896
- border-width: 1.5px;
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));
17897
17793
  }
17898
- .v-badge--inline .v-badge__badge {
17899
- position: relative;
17900
- vertical-align: middle;
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));
17901
17808
  }
17902
- .v-badge__badge .v-icon {
17903
- color: inherit;
17904
- font-size: 0.75rem;
17905
- margin: 0 -2px;
17809
+ .v-bottom-navigation--border {
17810
+ border-width: thin;
17811
+ box-shadow: none;
17906
17812
  }
17907
- .v-badge__badge img,
17908
- .v-badge__badge .v-img {
17909
- height: 100%;
17910
- width: 100%;
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));
17911
17815
  }
17912
17816
 
17913
- .v-badge__wrapper {
17817
+ .v-bottom-navigation__content {
17818
+ display: flex;
17819
+ flex: none;
17820
+ font-size: 0.75rem;
17821
+ 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));
17955
+ }
17956
+ .v-badge--bordered .v-badge__badge::after {
17957
+ border-radius: inherit;
17958
+ border-style: solid;
17959
+ border-width: 2px;
17960
+ bottom: 0;
17961
+ color: rgb(var(--v-theme-background));
17962
+ content: "";
17963
+ left: 0;
17964
+ position: absolute;
17965
+ right: 0;
17966
+ top: 0;
17967
+ transform: scale(1.05);
17968
+ }
17969
+ .v-badge--dot .v-badge__badge {
17970
+ border-radius: 4.5px;
17971
+ height: 9px;
17972
+ min-width: 0;
17973
+ padding: 0;
17974
+ width: 9px;
17975
+ }
17976
+ .v-badge--dot .v-badge__badge::after {
17977
+ border-width: 1.5px;
17978
+ }
17979
+ .v-badge--inline .v-badge__badge {
17980
+ position: relative;
17981
+ vertical-align: middle;
17982
+ }
17983
+ .v-badge__badge .v-icon {
17984
+ color: inherit;
17985
+ font-size: 0.75rem;
17986
+ margin: 0 -2px;
17987
+ }
17988
+ .v-badge__badge img,
17989
+ .v-badge__badge .v-img {
17990
+ height: 100%;
17991
+ width: 100%;
17992
+ }
17993
+
17994
+ .v-badge__wrapper {
17914
17995
  display: flex;
17915
17996
  position: relative;
17916
17997
  }
@@ -18076,87 +18157,63 @@ html.overflow-y-hidden {
18076
18157
  }
18077
18158
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18078
18159
  align-self: flex-start;
18079
- }.v-autocomplete .v-field .v-text-field__prefix,
18080
- .v-autocomplete .v-field .v-text-field__suffix,
18081
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18082
- cursor: text;
18083
- }
18084
- .v-autocomplete .v-field .v-field__input > input {
18085
- flex: 1 1;
18086
- }
18087
- .v-autocomplete .v-field input {
18088
- min-width: 64px;
18089
- }
18090
- .v-autocomplete .v-field:not(.v-field--focused) input {
18091
- min-width: 0;
18160
+ }.v-breadcrumbs {
18161
+ display: flex;
18162
+ align-items: center;
18163
+ line-height: 1.375rem;
18164
+ padding: 16px 12px;
18092
18165
  }
18093
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18094
- margin-inline-end: 2px;
18166
+ .v-breadcrumbs--rounded {
18167
+ border-radius: 4px;
18095
18168
  }
18096
- .v-autocomplete .v-autocomplete__selection-text {
18097
- overflow: hidden;
18098
- text-overflow: ellipsis;
18099
- white-space: nowrap;
18169
+ .v-breadcrumbs--density-default {
18170
+ padding-top: 16px;
18171
+ padding-bottom: 16px;
18100
18172
  }
18101
18173
 
18102
- .v-autocomplete__content {
18103
- overflow: hidden;
18104
- 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));
18105
- border-radius: 4px;
18174
+ .v-breadcrumbs--density-comfortable {
18175
+ padding-top: 12px;
18176
+ padding-bottom: 12px;
18106
18177
  }
18107
- .v-autocomplete__mask {
18108
- background: rgb(var(--v-theme-surface-light));
18178
+
18179
+ .v-breadcrumbs--density-compact {
18180
+ padding-top: 8px;
18181
+ padding-bottom: 8px;
18109
18182
  }
18110
- .v-autocomplete__selection {
18111
- display: inline-flex;
18183
+
18184
+ .v-breadcrumbs__prepend {
18112
18185
  align-items: center;
18113
- height: 1.5rem;
18114
- letter-spacing: inherit;
18115
- line-height: inherit;
18116
- max-width: calc(100% - 2px - 2px);
18117
- }
18118
- .v-autocomplete__selection:first-child {
18119
- margin-inline-start: 0;
18120
- }
18121
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18122
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18123
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18124
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18125
- top: 0px;
18126
- }
18127
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18128
- opacity: var(--v-medium-emphasis-opacity);
18129
- }
18130
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18131
- opacity: 1;
18132
- }
18133
- .v-autocomplete--selecting-index .v-field__input > input {
18134
- caret-color: transparent;
18186
+ display: inline-flex;
18135
18187
  }
18136
- .v-autocomplete--single.v-text-field .v-field--focused input {
18137
- flex: 1 1;
18138
- position: absolute;
18139
- left: 0;
18140
- right: 0;
18141
- width: 100%;
18142
- padding-inline: inherit;
18188
+
18189
+ .v-breadcrumbs-item {
18190
+ align-items: center;
18191
+ color: inherit;
18192
+ display: inline-flex;
18193
+ padding: 0 4px;
18194
+ text-decoration: none;
18195
+ vertical-align: middle;
18143
18196
  }
18144
- .v-autocomplete--single .v-field--active input {
18145
- transition: none;
18197
+ .v-breadcrumbs-item--disabled {
18198
+ opacity: var(--v-disabled-opacity);
18199
+ pointer-events: none;
18146
18200
  }
18147
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18148
- opacity: 0;
18201
+ .v-breadcrumbs-item--link {
18202
+ color: inherit;
18203
+ text-decoration: none;
18149
18204
  }
18150
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
18151
- opacity: 0;
18205
+ .v-breadcrumbs-item--link:hover {
18206
+ text-decoration: underline;
18152
18207
  }
18153
- .v-autocomplete__menu-icon {
18154
- margin-inline-start: 4px;
18155
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18208
+ .v-breadcrumbs-item .v-icon {
18209
+ font-size: 1rem;
18210
+ margin-inline: -4px 2px;
18156
18211
  }
18157
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18158
- opacity: var(--v-high-emphasis-opacity);
18159
- transform: rotate(180deg);
18212
+
18213
+ .v-breadcrumbs-divider {
18214
+ display: inline-block;
18215
+ padding: 0 8px;
18216
+ vertical-align: middle;
18160
18217
  }.bottom-sheet-transition-enter-from {
18161
18218
  transform: translateY(100%);
18162
18219
  }
@@ -18189,19 +18246,6 @@ html.overflow-y-hidden {
18189
18246
  .v-bottom-sheet.v-bottom-sheet--inset {
18190
18247
  max-width: 70%;
18191
18248
  }
18192
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18193
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18194
- }
18195
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18196
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18197
- }
18198
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18199
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18200
- }
18201
- @supports not selector(:focus-visible) {
18202
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18203
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18204
- }
18205
18249
  }.v-btn {
18206
18250
  align-items: center;
18207
18251
  border-radius: 4px;
@@ -18605,63 +18649,75 @@ html.overflow-y-hidden {
18605
18649
  }
18606
18650
  .v-pagination__item--is-active .v-btn__overlay {
18607
18651
  opacity: var(--v-border-opacity);
18608
- }.v-breadcrumbs {
18609
- display: flex;
18610
- align-items: center;
18611
- line-height: 1.375rem;
18612
- padding: 16px 12px;
18613
- }
18614
- .v-breadcrumbs--rounded {
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));
18615
18663
  border-radius: 4px;
18664
+ background: transparent;
18665
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18616
18666
  }
18617
- .v-breadcrumbs--density-default {
18618
- padding-top: 16px;
18619
- padding-bottom: 16px;
18667
+ .v-btn-group--border {
18668
+ border-width: thin;
18669
+ box-shadow: none;
18620
18670
  }
18621
-
18622
- .v-breadcrumbs--density-comfortable {
18623
- padding-top: 12px;
18624
- padding-bottom: 12px;
18671
+ .v-btn-group--density-default.v-btn-group {
18672
+ height: 48px;
18625
18673
  }
18626
18674
 
18627
- .v-breadcrumbs--density-compact {
18628
- padding-top: 8px;
18629
- padding-bottom: 8px;
18675
+ .v-btn-group--density-comfortable.v-btn-group {
18676
+ height: 40px;
18630
18677
  }
18631
18678
 
18632
- .v-breadcrumbs__prepend {
18633
- align-items: center;
18634
- display: inline-flex;
18679
+ .v-btn-group--density-compact.v-btn-group {
18680
+ height: 36px;
18635
18681
  }
18636
18682
 
18637
- .v-breadcrumbs-item {
18638
- align-items: center;
18639
- color: inherit;
18640
- display: inline-flex;
18641
- padding: 0 4px;
18642
- text-decoration: none;
18643
- vertical-align: middle;
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;
18644
18700
  }
18645
- .v-breadcrumbs-item--disabled {
18646
- opacity: var(--v-disabled-opacity);
18647
- pointer-events: none;
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));
18648
18705
  }
18649
- .v-breadcrumbs-item--link {
18650
- color: inherit;
18651
- text-decoration: none;
18706
+ .v-btn-group--tile {
18707
+ border-radius: 0;
18708
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18709
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18652
18710
  }
18653
- .v-breadcrumbs-item--link:hover {
18654
- text-decoration: underline;
18711
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18712
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18655
18713
  }
18656
- .v-breadcrumbs-item .v-icon {
18657
- font-size: 1rem;
18658
- margin-inline: -4px 2px;
18714
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18715
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18659
18716
  }
18660
-
18661
- .v-breadcrumbs-divider {
18662
- display: inline-block;
18663
- padding: 0 8px;
18664
- vertical-align: middle;
18717
+ @supports not selector(:focus-visible) {
18718
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18719
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18720
+ }
18665
18721
  }.v-card {
18666
18722
  display: block;
18667
18723
  overflow: hidden;
@@ -18958,148 +19014,6 @@ html.overflow-y-hidden {
18958
19014
  pointer-events: none;
18959
19015
  opacity: 0;
18960
19016
  transition: opacity 0.2s ease-in-out;
18961
- }.v-carousel {
18962
- overflow: hidden;
18963
- position: relative;
18964
- width: 100%;
18965
- }
18966
- .v-carousel__controls {
18967
- align-items: center;
18968
- bottom: 0;
18969
- display: flex;
18970
- height: 50px;
18971
- justify-content: center;
18972
- list-style-type: none;
18973
- position: absolute;
18974
- width: 100%;
18975
- z-index: 1;
18976
- background: rgba(var(--v-theme-surface-variant), 0.3);
18977
- color: rgb(var(--v-theme-on-surface-variant));
18978
- }
18979
- .v-carousel__controls > .v-item-group {
18980
- flex: 0 1 auto;
18981
- }
18982
- .v-carousel__controls__item {
18983
- margin: 0 8px;
18984
- }
18985
- .v-carousel__controls__item .v-icon {
18986
- opacity: 0.5;
18987
- }
18988
- .v-carousel__controls__item--active .v-icon {
18989
- opacity: 1;
18990
- vertical-align: middle;
18991
- }
18992
- .v-carousel__controls__item:hover {
18993
- background: none;
18994
- }
18995
- .v-carousel__controls__item:hover .v-icon {
18996
- opacity: 0.8;
18997
- }
18998
-
18999
- .v-carousel__progress {
19000
- margin: 0;
19001
- position: absolute;
19002
- bottom: 0;
19003
- left: 0;
19004
- right: 0;
19005
- }
19006
-
19007
- .v-carousel-item {
19008
- display: block;
19009
- height: inherit;
19010
- text-decoration: none;
19011
- }
19012
- .v-carousel-item > .v-img {
19013
- height: inherit;
19014
- }
19015
-
19016
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19017
- background: transparent;
19018
- }
19019
-
19020
- .v-carousel--vertical-delimiters .v-carousel__controls {
19021
- flex-direction: column;
19022
- height: 100% !important;
19023
- width: 50px;
19024
- }.v-btn-group {
19025
- display: inline-flex;
19026
- flex-wrap: nowrap;
19027
- max-width: 100%;
19028
- min-width: 0;
19029
- overflow: hidden;
19030
- vertical-align: middle;
19031
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19032
- border-style: solid;
19033
- border-width: 0;
19034
- 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));
19035
- border-radius: 4px;
19036
- background: transparent;
19037
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19038
- }
19039
- .v-btn-group--border {
19040
- border-width: thin;
19041
- box-shadow: none;
19042
- }
19043
- .v-btn-group--density-default.v-btn-group {
19044
- height: 48px;
19045
- }
19046
-
19047
- .v-btn-group--density-comfortable.v-btn-group {
19048
- height: 40px;
19049
- }
19050
-
19051
- .v-btn-group--density-compact.v-btn-group {
19052
- height: 36px;
19053
- }
19054
-
19055
- .v-btn-group .v-btn {
19056
- border-radius: 0;
19057
- border-color: inherit;
19058
- }
19059
- .v-btn-group .v-btn:not(:last-child) {
19060
- border-inline-end: none;
19061
- }
19062
- .v-btn-group .v-btn:not(:first-child) {
19063
- border-inline-start: none;
19064
- }
19065
- .v-btn-group .v-btn:first-child {
19066
- border-start-start-radius: inherit;
19067
- border-end-start-radius: inherit;
19068
- }
19069
- .v-btn-group .v-btn:last-child {
19070
- border-start-end-radius: inherit;
19071
- border-end-end-radius: inherit;
19072
- }
19073
- .v-btn-group--divided .v-btn:not(:last-child) {
19074
- border-inline-end-width: thin;
19075
- border-inline-end-style: solid;
19076
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19077
- }
19078
- .v-btn-group--tile {
19079
- border-radius: 0;
19080
- }.v-checkbox.v-input {
19081
- flex: 0 1 auto;
19082
- }
19083
- .v-checkbox .v-selection-control {
19084
- min-height: var(--v-input-control-height);
19085
- }.v-chip-group {
19086
- display: flex;
19087
- max-width: 100%;
19088
- min-width: 0;
19089
- overflow-x: auto;
19090
- padding: 4px 0;
19091
- }
19092
- .v-chip-group .v-chip {
19093
- margin: 4px 8px 4px 0;
19094
- }
19095
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19096
- opacity: var(--v-activated-opacity);
19097
- }
19098
-
19099
- .v-chip-group--column .v-slide-group__content {
19100
- white-space: normal;
19101
- flex-wrap: wrap;
19102
- max-width: 100%;
19103
19017
  }.v-chip {
19104
19018
  align-items: center;
19105
19019
  display: inline-flex;
@@ -19507,6 +19421,92 @@ html.overflow-y-hidden {
19507
19421
 
19508
19422
  .v-chip--label {
19509
19423
  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;
19433
+ }
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
19510
  }.v-color-picker {
19511
19511
  align-self: flex-start;
19512
19512
  contain: content;
@@ -20199,6 +20199,11 @@ html.overflow-y-hidden {
20199
20199
  .offset-xxl-11 {
20200
20200
  margin-inline-start: 91.6666666667%;
20201
20201
  }
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;
20202
20207
  }.v-combobox .v-field .v-text-field__prefix,
20203
20208
  .v-combobox .v-field .v-text-field__suffix,
20204
20209
  .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
@@ -20280,92 +20285,6 @@ html.overflow-y-hidden {
20280
20285
  .v-combobox--active-menu .v-combobox__menu-icon {
20281
20286
  opacity: var(--v-high-emphasis-opacity);
20282
20287
  transform: rotate(180deg);
20283
- }.v-counter {
20284
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20285
- flex: 0 1 auto;
20286
- font-size: 12px;
20287
- transition-duration: 150ms;
20288
- }.v-date-picker__input {
20289
- padding-top: 16px;
20290
- padding-left: 24px;
20291
- padding-right: 24px;
20292
- }
20293
-
20294
- .v-date-picker {
20295
- overflow: hidden;
20296
- width: 360px;
20297
- }
20298
- .v-date-picker--show-week {
20299
- width: 408px;
20300
- }
20301
-
20302
- .v-date-picker-month {
20303
- padding: 0 12px 12px;
20304
- }
20305
-
20306
- .v-date-picker-month__day {
20307
- height: 48px;
20308
- width: 48px;
20309
- }
20310
- .v-date-picker-month__day .v-btn {
20311
- --v-btn-height: 28px;
20312
- --v-btn-size: 0.85rem;
20313
- }.v-date-picker-controls {
20314
- display: flex;
20315
- align-items: center;
20316
- justify-content: space-between;
20317
- font-size: 0.875rem;
20318
- padding-top: 4px;
20319
- padding-bottom: 4px;
20320
- padding-inline-start: 6px;
20321
- padding-inline-end: 12px;
20322
- }
20323
- .v-date-picker-controls > .v-btn:first-child {
20324
- text-transform: none;
20325
- font-weight: 400;
20326
- line-height: initial;
20327
- letter-spacing: initial;
20328
- }
20329
- .v-date-picker-controls--variant-classic {
20330
- padding-inline-start: 12px;
20331
- }
20332
- .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20333
- opacity: 0.7;
20334
- }
20335
- .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20336
- cursor: pointer;
20337
- }
20338
- .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20339
- opacity: 1;
20340
- }
20341
- .v-date-picker-controls .v-btn:last-child {
20342
- margin-inline-start: 4px;
20343
- }
20344
- .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20345
- transform: rotate(180deg);
20346
- }
20347
-
20348
- .v-date-picker-controls__date {
20349
- margin-inline-end: 4px;
20350
- }
20351
- .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20352
- margin: auto;
20353
- text-align: center;
20354
- }
20355
-
20356
- .v-date-picker-controls__month {
20357
- display: flex;
20358
- }
20359
- .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20360
- flex-direction: row-reverse;
20361
- }
20362
-
20363
- .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20364
- flex: 1 0 auto;
20365
- }
20366
-
20367
- .v-date-picker__title {
20368
- display: inline-block;
20369
20288
  }.v-date-picker-header {
20370
20289
  display: grid;
20371
20290
  grid-template-areas: "prepend content append";
@@ -20424,21 +20343,31 @@ html.overflow-y-hidden {
20424
20343
  .date-picker-header-reverse-transition-leave-to {
20425
20344
  opacity: 0;
20426
20345
  transform: translate(0, 100%);
20427
- }.v-date-picker-years {
20428
- height: 320px;
20429
- overflow-y: scroll;
20346
+ }.v-date-picker__input {
20347
+ padding-top: 16px;
20348
+ padding-left: 24px;
20349
+ padding-right: 24px;
20430
20350
  }
20431
20351
 
20432
- .v-date-picker-years__content {
20433
- display: grid;
20434
- flex: 1 1;
20435
- justify-content: space-around;
20436
- grid-template-columns: repeat(3, 1fr);
20437
- gap: 8px 24px;
20438
- padding-inline: 36px;
20352
+ .v-date-picker {
20353
+ overflow: hidden;
20354
+ width: 360px;
20439
20355
  }
20440
- .v-date-picker-years__content .v-btn {
20441
- padding-inline: 8px;
20356
+ .v-date-picker--show-week {
20357
+ width: 408px;
20358
+ }
20359
+
20360
+ .v-date-picker-month {
20361
+ padding: 0 12px 12px;
20362
+ }
20363
+
20364
+ .v-date-picker-month__day {
20365
+ height: 48px;
20366
+ width: 48px;
20367
+ }
20368
+ .v-date-picker-month__day .v-btn {
20369
+ --v-btn-height: 28px;
20370
+ --v-btn-size: 0.85rem;
20442
20371
  }.v-date-picker-month {
20443
20372
  display: flex;
20444
20373
  justify-content: center;
@@ -20488,6 +20417,62 @@ html.overflow-y-hidden {
20488
20417
 
20489
20418
  .v-date-picker-month__day--hide-adjacent {
20490
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;
20450
+ }
20451
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20452
+ transform: rotate(180deg);
20453
+ }
20454
+
20455
+ .v-date-picker-controls__date {
20456
+ margin-inline-end: 4px;
20457
+ }
20458
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20459
+ margin: auto;
20460
+ text-align: center;
20461
+ }
20462
+
20463
+ .v-date-picker-controls__month {
20464
+ display: flex;
20465
+ }
20466
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20467
+ flex-direction: row-reverse;
20468
+ }
20469
+
20470
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20471
+ flex: 1 0 auto;
20472
+ }
20473
+
20474
+ .v-date-picker__title {
20475
+ display: inline-block;
20491
20476
  }.v-date-picker-months {
20492
20477
  height: 320px;
20493
20478
  overflow-y: scroll;
@@ -20508,6 +20493,56 @@ html.overflow-y-hidden {
20508
20493
  text-transform: none;
20509
20494
  padding-inline-start: 8px;
20510
20495
  padding-inline-end: 8px;
20496
+ }.v-date-picker-years {
20497
+ height: 320px;
20498
+ overflow-y: scroll;
20499
+ }
20500
+
20501
+ .v-date-picker-years__content {
20502
+ 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;
20508
+ }
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;
20517
+ }
20518
+
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;
20529
+ }
20530
+
20531
+ .v-data-table-footer__info {
20532
+ display: flex;
20533
+ justify-content: flex-end;
20534
+ min-width: 116px;
20535
+ padding: 0 16px;
20536
+ }
20537
+
20538
+ .v-data-table-footer__pagination {
20539
+ display: flex;
20540
+ align-items: center;
20541
+ margin-inline-start: 16px;
20542
+ }
20543
+
20544
+ .v-data-table-footer__page {
20545
+ padding: 0 8px;
20511
20546
  }.v-data-table {
20512
20547
  width: 100%;
20513
20548
  }
@@ -20633,49 +20668,102 @@ html.overflow-y-hidden {
20633
20668
  height: auto !important;
20634
20669
  padding: 0 !important;
20635
20670
  }
20636
-
20637
- .v-data-table-progress__loader {
20638
- position: relative;
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));
20639
20704
  }
20640
-
20641
- .v-data-table-rows-loading,
20642
- .v-data-table-rows-no-data {
20643
- text-align: center;
20644
- }.v-data-table-footer {
20705
+ .v-dialog > .v-overlay__content > .v-card,
20706
+ .v-dialog > .v-overlay__content > form > .v-card {
20645
20707
  display: flex;
20646
- align-items: center;
20647
- flex-wrap: wrap;
20648
- padding: 4px;
20649
- justify-content: flex-end;
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;
20650
20724
  }
20651
20725
 
20652
- .v-data-table-footer__items-per-page {
20653
- display: flex;
20654
- align-items: center;
20655
- justify-content: center;
20726
+ .v-dialog--fullscreen {
20727
+ --v-scrollbar-offset: 0px;
20656
20728
  }
20657
- .v-data-table-footer__items-per-page > span {
20658
- padding-inline-end: 8px;
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;
20659
20740
  }
20660
- .v-data-table-footer__items-per-page > .v-select {
20661
- width: 90px;
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;
20662
20748
  }
20663
20749
 
20664
- .v-data-table-footer__info {
20750
+ .v-dialog--scrollable > .v-overlay__content,
20751
+ .v-dialog--scrollable > .v-overlay__content > form {
20665
20752
  display: flex;
20666
- justify-content: flex-end;
20667
- min-width: 116px;
20668
- padding: 0 16px;
20669
20753
  }
20670
-
20671
- .v-data-table-footer__pagination {
20754
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
20755
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
20672
20756
  display: flex;
20673
- align-items: center;
20674
- margin-inline-start: 16px;
20757
+ flex: 1 1 100%;
20758
+ flex-direction: column;
20759
+ max-height: 100%;
20760
+ max-width: 100%;
20675
20761
  }
20676
-
20677
- .v-data-table-footer__page {
20678
- padding: 0 8px;
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;
20679
20767
  }.v-divider {
20680
20768
  display: block;
20681
20769
  flex: 1 1 100%;
@@ -20904,26 +20992,6 @@ html.overflow-y-hidden {
20904
20992
  }
20905
20993
  .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20906
20994
  max-width: calc(100% - 32px);
20907
- }.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20908
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20909
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20910
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20911
- top: 0px;
20912
- }
20913
- .v-file-input input[type=file] {
20914
- height: 100%;
20915
- left: 0;
20916
- opacity: 0;
20917
- position: absolute;
20918
- top: 0;
20919
- width: 100%;
20920
- z-index: 1;
20921
- }
20922
- .v-file-input .v-input__details {
20923
- padding-inline: 16px;
20924
- }
20925
- .v-input--plain-underlined.v-file-input .v-input__details {
20926
- padding-inline: 0;
20927
20995
  }/* region INPUT */
20928
20996
  .v-field {
20929
20997
  display: grid;
@@ -21473,94 +21541,26 @@ textarea.v-field__input::placeholder {
21473
21541
  opacity: 0;
21474
21542
  }
21475
21543
 
21476
- /* endregion */.v-dialog {
21477
- align-items: center;
21478
- justify-content: center;
21479
- margin: auto;
21480
- }
21481
- .v-dialog > .v-overlay__content {
21482
- max-height: calc(100% - 48px);
21483
- width: calc(100% - 48px);
21484
- max-width: calc(100% - 48px);
21485
- margin: 24px;
21486
- }
21487
- .v-dialog > .v-overlay__content,
21488
- .v-dialog > .v-overlay__content > form {
21489
- display: flex;
21490
- flex-direction: column;
21491
- min-height: 0;
21492
- }
21493
- .v-dialog > .v-overlay__content > .v-card,
21494
- .v-dialog > .v-overlay__content > .v-sheet,
21495
- .v-dialog > .v-overlay__content > form > .v-card,
21496
- .v-dialog > .v-overlay__content > form > .v-sheet {
21497
- --v-scrollbar-offset: 0px;
21498
- border-radius: 4px;
21499
- overflow-y: auto;
21500
- 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));
21501
- }
21502
- .v-dialog > .v-overlay__content > .v-card,
21503
- .v-dialog > .v-overlay__content > form > .v-card {
21504
- display: flex;
21505
- flex-direction: column;
21506
- }
21507
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21508
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21509
- padding: 14px 24px 0;
21510
- }
21511
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21512
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21513
- padding-top: 10px;
21514
- }
21515
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21516
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21517
- font-size: inherit;
21518
- letter-spacing: 0.03125em;
21519
- line-height: inherit;
21520
- padding: 16px 24px 10px;
21521
- }
21522
-
21523
- .v-dialog--fullscreen {
21524
- --v-scrollbar-offset: 0px;
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;
21525
21549
  }
21526
- .v-dialog--fullscreen > .v-overlay__content {
21527
- border-radius: 0;
21528
- margin: 0;
21529
- padding: 0;
21530
- width: 100%;
21550
+ .v-file-input input[type=file] {
21531
21551
  height: 100%;
21532
- max-width: 100%;
21533
- max-height: 100%;
21534
- overflow-y: auto;
21535
- top: 0;
21536
21552
  left: 0;
21553
+ opacity: 0;
21554
+ position: absolute;
21555
+ top: 0;
21556
+ width: 100%;
21557
+ z-index: 1;
21537
21558
  }
21538
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
21539
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21540
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21541
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21542
- min-height: 100%;
21543
- min-width: 100%;
21544
- border-radius: 0;
21545
- }
21546
-
21547
- .v-dialog--scrollable > .v-overlay__content,
21548
- .v-dialog--scrollable > .v-overlay__content > form {
21549
- display: flex;
21550
- }
21551
- .v-dialog--scrollable > .v-overlay__content > .v-card,
21552
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21553
- display: flex;
21554
- flex: 1 1 100%;
21555
- flex-direction: column;
21556
- max-height: 100%;
21557
- max-width: 100%;
21559
+ .v-file-input .v-input__details {
21560
+ padding-inline: 16px;
21558
21561
  }
21559
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21560
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21561
- -webkit-backface-visibility: hidden;
21562
- backface-visibility: hidden;
21563
- overflow-y: auto;
21562
+ .v-input--plain-underlined.v-file-input .v-input__details {
21563
+ padding-inline: 0;
21564
21564
  }.v-footer {
21565
21565
  align-items: center;
21566
21566
  display: flex;
@@ -21589,42 +21589,6 @@ textarea.v-field__input::placeholder {
21589
21589
  }
21590
21590
  .v-footer--rounded {
21591
21591
  border-radius: 4px;
21592
- }.v-img {
21593
- --v-theme-overlay-multiplier: 3;
21594
- z-index: 0;
21595
- }
21596
- .v-img--booting .v-responsive__sizer {
21597
- transition: none;
21598
- }
21599
- .v-img--rounded {
21600
- border-radius: 4px;
21601
- }
21602
-
21603
- .v-img__img,
21604
- .v-img__picture,
21605
- .v-img__gradient,
21606
- .v-img__placeholder,
21607
- .v-img__error {
21608
- z-index: -1;
21609
- position: absolute;
21610
- top: 0;
21611
- left: 0;
21612
- width: 100%;
21613
- height: 100%;
21614
- }
21615
-
21616
- .v-img__img--preload {
21617
- filter: blur(4px);
21618
- }
21619
- .v-img__img--contain {
21620
- object-fit: contain;
21621
- }
21622
- .v-img__img--cover {
21623
- object-fit: cover;
21624
- }
21625
-
21626
- .v-img__gradient {
21627
- background-repeat: no-repeat;
21628
21592
  }.v-icon {
21629
21593
  --v-icon-size-multiplier: 1;
21630
21594
  align-items: center;
@@ -21672,38 +21636,44 @@ textarea.v-field__input::placeholder {
21672
21636
  margin-inline-end: 8px;
21673
21637
  }
21674
21638
 
21675
- .v-icon--end {
21676
- margin-inline-start: 8px;
21677
- }.v-infinite-scroll--horizontal {
21678
- display: flex;
21679
- flex-direction: row;
21680
- overflow-x: auto;
21681
- }
21682
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
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;
21658
+ position: absolute;
21659
+ top: 0;
21660
+ left: 0;
21661
+ width: 100%;
21683
21662
  height: 100%;
21684
- width: 1px;
21685
21663
  }
21686
21664
 
21687
- .v-infinite-scroll--vertical {
21688
- display: flex;
21689
- flex-direction: column;
21690
- overflow-y: auto;
21665
+ .v-img__img--preload {
21666
+ filter: blur(4px);
21691
21667
  }
21692
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21693
- height: 1px;
21694
- width: 100%;
21668
+ .v-img__img--contain {
21669
+ object-fit: contain;
21670
+ }
21671
+ .v-img__img--cover {
21672
+ object-fit: cover;
21695
21673
  }
21696
21674
 
21697
- .v-infinite-scroll__side {
21698
- align-items: center;
21699
- display: flex;
21700
- justify-content: center;
21701
- padding: 8px;
21702
- }.v-item-group {
21703
- flex: 0 1 auto;
21704
- max-width: 100%;
21705
- position: relative;
21706
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21675
+ .v-img__gradient {
21676
+ background-repeat: no-repeat;
21707
21677
  }.v-input {
21708
21678
  display: grid;
21709
21679
  flex: 1 1 auto;
@@ -21846,21 +21816,36 @@ textarea.v-field__input::placeholder {
21846
21816
 
21847
21817
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
21848
21818
  padding-top: calc(var(--v-input-padding-top) + 0px);
21849
- }.v-layout {
21850
- --v-scrollbar-offset: 0px;
21819
+ }.v-infinite-scroll--horizontal {
21851
21820
  display: flex;
21852
- flex: 1 1 auto;
21821
+ flex-direction: row;
21822
+ overflow-x: auto;
21853
21823
  }
21854
- .v-layout--full-height {
21855
- --v-scrollbar-offset: inherit;
21824
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21856
21825
  height: 100%;
21857
- }.v-layout-item {
21858
- position: absolute;
21859
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21826
+ width: 1px;
21860
21827
  }
21861
21828
 
21862
- .v-layout-item--absolute {
21863
- position: absolute;
21829
+ .v-infinite-scroll--vertical {
21830
+ display: flex;
21831
+ flex-direction: column;
21832
+ overflow-y: auto;
21833
+ }
21834
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21835
+ height: 1px;
21836
+ width: 100%;
21837
+ }
21838
+
21839
+ .v-infinite-scroll__side {
21840
+ align-items: center;
21841
+ display: flex;
21842
+ justify-content: center;
21843
+ 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);
21864
21849
  }.v-label {
21865
21850
  align-items: center;
21866
21851
  color: inherit;
@@ -21876,22 +21861,21 @@ textarea.v-field__input::placeholder {
21876
21861
 
21877
21862
  .v-label--clickable {
21878
21863
  cursor: pointer;
21879
- }.v-messages {
21864
+ }.v-layout {
21865
+ --v-scrollbar-offset: 0px;
21866
+ display: flex;
21880
21867
  flex: 1 1 auto;
21881
- font-size: 12px;
21882
- min-height: 14px;
21883
- min-width: 1px;
21884
- opacity: var(--v-medium-emphasis-opacity);
21885
- position: relative;
21886
21868
  }
21887
- .v-messages__message {
21888
- line-height: 12px;
21889
- word-break: break-word;
21890
- overflow-wrap: break-word;
21891
- word-wrap: break-word;
21892
- -webkit-hyphens: auto;
21893
- hyphens: auto;
21894
- transition-duration: 150ms;
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;
21895
21879
  }.v-list {
21896
21880
  overflow: auto;
21897
21881
  padding: 8px 0;
@@ -22445,19 +22429,6 @@ textarea.v-field__input::placeholder {
22445
22429
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22446
22430
  }.v-locale-provider {
22447
22431
  display: contents;
22448
- }.v-menu > .v-overlay__content {
22449
- display: flex;
22450
- flex-direction: column;
22451
- border-radius: 4px;
22452
- }
22453
- .v-menu > .v-overlay__content > .v-card,
22454
- .v-menu > .v-overlay__content > .v-sheet,
22455
- .v-menu > .v-overlay__content > .v-list {
22456
- background: rgb(var(--v-theme-surface));
22457
- border-radius: inherit;
22458
- overflow: auto;
22459
- height: 100%;
22460
- 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));
22461
22432
  }.v-main {
22462
22433
  flex: 1 0 auto;
22463
22434
  max-width: 100%;
@@ -22486,6 +22457,35 @@ textarea.v-field__input::placeholder {
22486
22457
  --v-layout-right: 0px;
22487
22458
  --v-layout-top: 0px;
22488
22459
  --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
+ }.v-messages {
22474
+ flex: 1 1 auto;
22475
+ font-size: 12px;
22476
+ min-height: 14px;
22477
+ min-width: 1px;
22478
+ opacity: var(--v-medium-emphasis-opacity);
22479
+ position: relative;
22480
+ }
22481
+ .v-messages__message {
22482
+ line-height: 12px;
22483
+ word-break: break-word;
22484
+ overflow-wrap: break-word;
22485
+ word-wrap: break-word;
22486
+ -webkit-hyphens: auto;
22487
+ hyphens: auto;
22488
+ transition-duration: 150ms;
22489
22489
  }.v-navigation-drawer {
22490
22490
  -webkit-overflow-scrolling: touch;
22491
22491
  background: rgb(var(--v-theme-surface));
@@ -22640,6 +22640,69 @@ textarea.v-field__input::placeholder {
22640
22640
  }
22641
22641
  .v-otp-input__loader .v-progress-linear {
22642
22642
  position: absolute;
22643
+ }.v-overlay-container {
22644
+ contain: layout;
22645
+ left: 0;
22646
+ pointer-events: none;
22647
+ position: absolute;
22648
+ top: 0;
22649
+ display: contents;
22650
+ }
22651
+
22652
+ .v-overlay-scroll-blocked {
22653
+ padding-inline-end: var(--v-scrollbar-offset);
22654
+ }
22655
+ .v-overlay-scroll-blocked:not(html) {
22656
+ overflow-y: hidden !important;
22657
+ }
22658
+ html.v-overlay-scroll-blocked {
22659
+ position: fixed;
22660
+ top: var(--v-body-scroll-y);
22661
+ left: var(--v-body-scroll-x);
22662
+ width: 100%;
22663
+ height: 100%;
22664
+ }
22665
+
22666
+ .v-overlay {
22667
+ border-radius: inherit;
22668
+ display: flex;
22669
+ left: 0;
22670
+ pointer-events: none;
22671
+ position: fixed;
22672
+ top: 0;
22673
+ bottom: 0;
22674
+ right: 0;
22675
+ }
22676
+
22677
+ .v-overlay__content {
22678
+ outline: none;
22679
+ position: absolute;
22680
+ pointer-events: auto;
22681
+ contain: layout;
22682
+ }
22683
+
22684
+ .v-overlay__scrim {
22685
+ pointer-events: auto;
22686
+ background: rgb(var(--v-theme-on-surface));
22687
+ border-radius: inherit;
22688
+ bottom: 0;
22689
+ left: 0;
22690
+ opacity: var(--v-overlay-opacity, 0.32);
22691
+ position: fixed;
22692
+ right: 0;
22693
+ top: 0;
22694
+ }
22695
+
22696
+ .v-overlay--absolute {
22697
+ position: absolute;
22698
+ }
22699
+
22700
+ .v-overlay--contained .v-overlay__scrim {
22701
+ position: absolute;
22702
+ }
22703
+
22704
+ .v-overlay--scroll-blocked {
22705
+ padding-inline-end: var(--v-scrollbar-offset);
22643
22706
  }.v-pagination__list {
22644
22707
  display: inline-flex;
22645
22708
  list-style-type: none;
@@ -22648,75 +22711,114 @@ textarea.v-field__input::placeholder {
22648
22711
  }
22649
22712
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22650
22713
  margin: 0.3rem;
22651
- }.v-overlay-container {
22652
- contain: layout;
22653
- left: 0;
22654
- pointer-events: none;
22714
+ }.v-parallax {
22715
+ position: relative;
22716
+ overflow: hidden;
22717
+ }
22718
+ .v-parallax--active > .v-img__img {
22719
+ will-change: transform;
22720
+ }.v-progress-circular {
22721
+ align-items: center;
22722
+ display: inline-flex;
22723
+ justify-content: center;
22724
+ position: relative;
22725
+ vertical-align: middle;
22726
+ }
22727
+ .v-progress-circular > svg {
22728
+ width: 100%;
22729
+ height: 100%;
22730
+ margin: auto;
22655
22731
  position: absolute;
22656
22732
  top: 0;
22657
- display: contents;
22733
+ bottom: 0;
22734
+ left: 0;
22735
+ right: 0;
22736
+ z-index: 0;
22737
+ }
22738
+
22739
+ .v-progress-circular__content {
22740
+ align-items: center;
22741
+ display: flex;
22742
+ justify-content: center;
22743
+ }
22744
+
22745
+ .v-progress-circular__underlay {
22746
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
22747
+ stroke: currentColor;
22748
+ z-index: 1;
22749
+ }
22750
+
22751
+ .v-progress-circular__overlay {
22752
+ stroke: currentColor;
22753
+ transition: all 0.2s ease-in-out, stroke-width 0s;
22754
+ z-index: 2;
22658
22755
  }
22659
22756
 
22660
- .v-overlay-scroll-blocked {
22661
- padding-inline-end: var(--v-scrollbar-offset);
22757
+ .v-progress-circular--size-x-small {
22758
+ height: 16px;
22759
+ width: 16px;
22662
22760
  }
22663
- .v-overlay-scroll-blocked:not(html) {
22664
- overflow-y: hidden !important;
22761
+ .v-progress-circular--size-small {
22762
+ height: 24px;
22763
+ width: 24px;
22665
22764
  }
22666
- html.v-overlay-scroll-blocked {
22667
- position: fixed;
22668
- top: var(--v-body-scroll-y);
22669
- left: var(--v-body-scroll-x);
22670
- width: 100%;
22671
- height: 100%;
22765
+ .v-progress-circular--size-default {
22766
+ height: 32px;
22767
+ width: 32px;
22672
22768
  }
22673
-
22674
- .v-overlay {
22675
- border-radius: inherit;
22676
- display: flex;
22677
- left: 0;
22678
- pointer-events: none;
22679
- position: fixed;
22680
- top: 0;
22681
- bottom: 0;
22682
- right: 0;
22769
+ .v-progress-circular--size-large {
22770
+ height: 48px;
22771
+ width: 48px;
22683
22772
  }
22684
-
22685
- .v-overlay__content {
22686
- outline: none;
22687
- position: absolute;
22688
- pointer-events: auto;
22689
- contain: layout;
22773
+ .v-progress-circular--size-x-large {
22774
+ height: 64px;
22775
+ width: 64px;
22690
22776
  }
22691
22777
 
22692
- .v-overlay__scrim {
22693
- pointer-events: auto;
22694
- background: rgb(var(--v-theme-on-surface));
22695
- border-radius: inherit;
22696
- bottom: 0;
22697
- left: 0;
22698
- opacity: var(--v-overlay-opacity, 0.32);
22699
- position: fixed;
22700
- right: 0;
22701
- top: 0;
22778
+ .v-progress-circular--indeterminate > svg {
22779
+ animation: progress-circular-rotate 1.4s linear infinite;
22780
+ transform-origin: center center;
22781
+ transition: all 0.2s ease-in-out;
22782
+ }
22783
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
22784
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
22785
+ stroke-dasharray: 25, 200;
22786
+ stroke-dashoffset: 0;
22787
+ stroke-linecap: round;
22788
+ transform-origin: center center;
22789
+ transform: rotate(-90deg);
22702
22790
  }
22703
22791
 
22704
- .v-overlay--absolute {
22705
- position: absolute;
22792
+ .v-progress-circular--disable-shrink > svg {
22793
+ animation-duration: 0.7s;
22794
+ }
22795
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
22796
+ animation: none;
22706
22797
  }
22707
22798
 
22708
- .v-overlay--contained .v-overlay__scrim {
22709
- position: absolute;
22799
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
22800
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
22801
+ animation-play-state: paused !important;
22710
22802
  }
22711
22803
 
22712
- .v-overlay--scroll-blocked {
22713
- padding-inline-end: var(--v-scrollbar-offset);
22714
- }.v-parallax {
22715
- position: relative;
22716
- overflow: hidden;
22804
+ @keyframes progress-circular-dash {
22805
+ 0% {
22806
+ stroke-dasharray: 1, 200;
22807
+ stroke-dashoffset: 0px;
22808
+ }
22809
+ 50% {
22810
+ stroke-dasharray: 100, 200;
22811
+ stroke-dashoffset: -15px;
22812
+ }
22813
+ 100% {
22814
+ stroke-dasharray: 100, 200;
22815
+ stroke-dashoffset: -124px;
22816
+ }
22717
22817
  }
22718
- .v-parallax--active > .v-img__img {
22719
- will-change: transform;
22818
+ @keyframes progress-circular-rotate {
22819
+ 100% {
22820
+ transform: rotate(270deg);
22821
+ }
22720
22822
  }.v-progress-linear {
22721
22823
  background: transparent;
22722
22824
  overflow: hidden;
@@ -22927,6 +23029,18 @@ html.v-overlay-scroll-blocked {
22927
23029
  0% {
22928
23030
  background-position-x: var(--v-progress-linear-height);
22929
23031
  }
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;
22930
23044
  }.v-slider .v-slider__container input {
22931
23045
  cursor: default;
22932
23046
  padding: 0;
@@ -22984,108 +23098,6 @@ html.v-overlay-scroll-blocked {
22984
23098
 
22985
23099
  .v-slider__label {
22986
23100
  margin-inline-end: 12px;
22987
- }.v-progress-circular {
22988
- align-items: center;
22989
- display: inline-flex;
22990
- justify-content: center;
22991
- position: relative;
22992
- vertical-align: middle;
22993
- }
22994
- .v-progress-circular > svg {
22995
- width: 100%;
22996
- height: 100%;
22997
- margin: auto;
22998
- position: absolute;
22999
- top: 0;
23000
- bottom: 0;
23001
- left: 0;
23002
- right: 0;
23003
- z-index: 0;
23004
- }
23005
-
23006
- .v-progress-circular__content {
23007
- align-items: center;
23008
- display: flex;
23009
- justify-content: center;
23010
- }
23011
-
23012
- .v-progress-circular__underlay {
23013
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23014
- stroke: currentColor;
23015
- z-index: 1;
23016
- }
23017
-
23018
- .v-progress-circular__overlay {
23019
- stroke: currentColor;
23020
- transition: all 0.2s ease-in-out, stroke-width 0s;
23021
- z-index: 2;
23022
- }
23023
-
23024
- .v-progress-circular--size-x-small {
23025
- height: 16px;
23026
- width: 16px;
23027
- }
23028
- .v-progress-circular--size-small {
23029
- height: 24px;
23030
- width: 24px;
23031
- }
23032
- .v-progress-circular--size-default {
23033
- height: 32px;
23034
- width: 32px;
23035
- }
23036
- .v-progress-circular--size-large {
23037
- height: 48px;
23038
- width: 48px;
23039
- }
23040
- .v-progress-circular--size-x-large {
23041
- height: 64px;
23042
- width: 64px;
23043
- }
23044
-
23045
- .v-progress-circular--indeterminate > svg {
23046
- animation: progress-circular-rotate 1.4s linear infinite;
23047
- transform-origin: center center;
23048
- transition: all 0.2s ease-in-out;
23049
- }
23050
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23051
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23052
- stroke-dasharray: 25, 200;
23053
- stroke-dashoffset: 0;
23054
- stroke-linecap: round;
23055
- transform-origin: center center;
23056
- transform: rotate(-90deg);
23057
- }
23058
-
23059
- .v-progress-circular--disable-shrink > svg {
23060
- animation-duration: 0.7s;
23061
- }
23062
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23063
- animation: none;
23064
- }
23065
-
23066
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23067
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23068
- animation-play-state: paused !important;
23069
- }
23070
-
23071
- @keyframes progress-circular-dash {
23072
- 0% {
23073
- stroke-dasharray: 1, 200;
23074
- stroke-dashoffset: 0px;
23075
- }
23076
- 50% {
23077
- stroke-dasharray: 100, 200;
23078
- stroke-dashoffset: -15px;
23079
- }
23080
- 100% {
23081
- stroke-dasharray: 100, 200;
23082
- stroke-dashoffset: -124px;
23083
- }
23084
- }
23085
- @keyframes progress-circular-rotate {
23086
- 100% {
23087
- transform: rotate(270deg);
23088
- }
23089
23101
  }.v-rating {
23090
23102
  max-width: 100%;
23091
23103
  display: inline-flex;
@@ -23136,48 +23148,10 @@ html.v-overlay-scroll-blocked {
23136
23148
  }
23137
23149
 
23138
23150
  .v-rating__hidden {
23139
- height: 0;
23140
- opacity: 0;
23141
- position: absolute;
23142
- width: 0;
23143
- }.v-responsive {
23144
- display: flex;
23145
- flex: 1 0 auto;
23146
- max-height: 100%;
23147
- max-width: 100%;
23148
- overflow: hidden;
23149
- position: relative;
23150
- }
23151
- .v-responsive--inline {
23152
- display: inline-flex;
23153
- flex: 0 0 auto;
23154
- }
23155
-
23156
- .v-responsive__content {
23157
- flex: 1 0 0px;
23158
- max-width: 100%;
23159
- }
23160
-
23161
- .v-responsive__sizer ~ .v-responsive__content {
23162
- margin-inline-start: -100%;
23163
- }
23164
-
23165
- .v-responsive__sizer {
23166
- flex: 1 0 0px;
23167
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23168
- pointer-events: none;
23169
- }.v-radio-group > .v-input__control {
23170
- flex-direction: column;
23171
- }
23172
- .v-radio-group > .v-input__control > .v-label {
23173
- margin-inline-start: 16px;
23174
- }
23175
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23176
- padding-inline-start: 6px;
23177
- margin-top: 8px;
23178
- }
23179
- .v-radio-group .v-input__details {
23180
- padding-inline: 16px;
23151
+ height: 0;
23152
+ opacity: 0;
23153
+ position: absolute;
23154
+ width: 0;
23181
23155
  }.v-select .v-field .v-text-field__prefix,
23182
23156
  .v-select .v-field .v-text-field__suffix,
23183
23157
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23226,6 +23200,40 @@ html.v-overlay-scroll-blocked {
23226
23200
  .v-select--active-menu .v-select__menu-icon {
23227
23201
  opacity: var(--v-high-emphasis-opacity);
23228
23202
  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
+ }.v-responsive {
23212
+ display: flex;
23213
+ flex: 1 0 auto;
23214
+ max-height: 100%;
23215
+ max-width: 100%;
23216
+ overflow: hidden;
23217
+ position: relative;
23218
+ }
23219
+ .v-responsive--inline {
23220
+ display: inline-flex;
23221
+ flex: 0 0 auto;
23222
+ }
23223
+
23224
+ .v-responsive__content {
23225
+ flex: 1 0 0px;
23226
+ max-width: 100%;
23227
+ }
23228
+
23229
+ .v-responsive__sizer ~ .v-responsive__content {
23230
+ margin-inline-start: -100%;
23231
+ }
23232
+
23233
+ .v-responsive__sizer {
23234
+ flex: 1 0 0px;
23235
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23236
+ pointer-events: none;
23229
23237
  }.v-selection-control {
23230
23238
  align-items: center;
23231
23239
  contain: layout;
@@ -23327,42 +23335,6 @@ html.v-overlay-scroll-blocked {
23327
23335
  }
23328
23336
  .v-selection-control--focus-visible .v-selection-control__input::before {
23329
23337
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23330
- }.v-sheet {
23331
- display: block;
23332
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23333
- border-style: solid;
23334
- border-width: 0;
23335
- 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));
23336
- border-radius: 0;
23337
- background: rgb(var(--v-theme-surface));
23338
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23339
- }
23340
- .v-sheet--border {
23341
- border-width: thin;
23342
- box-shadow: none;
23343
- }
23344
- .v-sheet--absolute {
23345
- position: absolute;
23346
- }
23347
- .v-sheet--fixed {
23348
- position: fixed;
23349
- }
23350
- .v-sheet--relative {
23351
- position: relative;
23352
- }
23353
- .v-sheet--sticky {
23354
- position: sticky;
23355
- }
23356
- .v-sheet--rounded {
23357
- border-radius: 4px;
23358
- }.v-selection-control-group {
23359
- grid-area: control;
23360
- display: flex;
23361
- flex-direction: column;
23362
- }
23363
- .v-selection-control-group--inline {
23364
- flex-direction: row;
23365
- flex-wrap: wrap;
23366
23338
  }.v-skeleton-loader {
23367
23339
  align-items: center;
23368
23340
  background: rgb(var(--v-theme-surface));
@@ -23586,6 +23558,48 @@ html.v-overlay-scroll-blocked {
23586
23558
  100% {
23587
23559
  transform: translateX(100%);
23588
23560
  }
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;
23594
+ 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;
23589
23603
  }.v-snackbar {
23590
23604
  justify-content: center;
23591
23605
  z-index: 10000;
@@ -23674,195 +23688,65 @@ html.v-overlay-scroll-blocked {
23674
23688
  .v-snackbar__timer .v-progress-linear {
23675
23689
  transition: 0.2s linear;
23676
23690
  }
23677
- .v-snackbar--absolute {
23678
- position: absolute;
23679
- z-index: 1;
23680
- }
23681
- .v-snackbar--multi-line .v-snackbar__wrapper {
23682
- min-height: 68px;
23683
- }
23684
- .v-snackbar--vertical .v-snackbar__wrapper {
23685
- flex-direction: column;
23686
- }
23687
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23688
- align-self: flex-end;
23689
- margin-bottom: 8px;
23690
- }
23691
-
23692
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23693
- transition-duration: 0.15s;
23694
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23695
- }
23696
- .v-snackbar-transition-enter-active {
23697
- transition-property: opacity, transform;
23698
- }
23699
- .v-snackbar-transition-enter-from {
23700
- opacity: 0;
23701
- transform: scale(0.8);
23702
- }
23703
- .v-snackbar-transition-leave-active {
23704
- transition-property: opacity;
23705
- }
23706
- .v-snackbar-transition-leave-to {
23707
- opacity: 0;
23708
- }.v-slide-group {
23709
- display: flex;
23710
- overflow: hidden;
23711
- }
23712
-
23713
- .v-slide-group__next,
23714
- .v-slide-group__prev {
23715
- align-items: center;
23716
- display: flex;
23717
- flex: 0 1 52px;
23718
- justify-content: center;
23719
- min-width: 52px;
23720
- cursor: pointer;
23721
- }
23722
- .v-slide-group__next--disabled,
23723
- .v-slide-group__prev--disabled {
23724
- pointer-events: none;
23725
- opacity: var(--v-disabled-opacity);
23726
- }
23727
-
23728
- .v-slide-group__content {
23729
- display: flex;
23730
- flex: 1 0 auto;
23731
- position: relative;
23732
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23733
- white-space: nowrap;
23734
- }
23735
- .v-slide-group__content > * {
23736
- white-space: initial;
23737
- }
23738
-
23739
- .v-slide-group__container {
23740
- contain: content;
23741
- display: flex;
23742
- flex: 1 1 auto;
23743
- overflow: hidden;
23744
- }
23745
-
23746
- .v-slide-group--vertical,
23747
- .v-slide-group--vertical .v-slide-group__container,
23748
- .v-slide-group--vertical .v-slide-group__content {
23749
- flex-direction: column;
23750
- }.v-stepper.v-sheet {
23751
- 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));
23752
- border-radius: 4px;
23753
- overflow: hidden;
23754
- }
23755
- .v-stepper.v-sheet.v-stepper--flat {
23756
- 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));
23757
- }
23758
-
23759
- .v-stepper-header {
23760
- 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));
23761
- align-items: center;
23762
- display: flex;
23763
- position: relative;
23764
- overflow-x: auto;
23765
- justify-content: space-between;
23766
- z-index: 1;
23767
- }
23768
- .v-stepper-header .v-divider {
23769
- margin: 0 -16px;
23770
- }
23771
- .v-stepper-header .v-divider:last-child {
23772
- margin-inline-end: 0;
23773
- }
23774
- .v-stepper-header .v-divider:first-child {
23775
- margin-inline-start: 0;
23776
- }
23777
- .v-stepper--alt-labels .v-stepper-header {
23778
- height: auto;
23779
- }
23780
- .v-stepper--alt-labels .v-stepper-header .v-divider {
23781
- align-self: flex-start;
23782
- margin: 35px -67px 0;
23783
- }
23784
-
23785
- .v-stepper-window {
23786
- margin: 1.5rem;
23787
- }
23788
-
23789
- .v-stepper-actions {
23790
- display: flex;
23791
- align-items: center;
23792
- justify-content: space-between;
23793
- padding: 1rem;
23794
- }
23795
- .v-stepper .v-stepper-actions {
23796
- padding: 0 1.5rem 1rem;
23797
- }
23798
- .v-stepper-window-item .v-stepper-actions {
23799
- padding: 1.5rem 0 0;
23800
- }.v-stepper-item {
23801
- align-items: center;
23802
- align-self: stretch;
23803
- display: inline-flex;
23804
- flex: none;
23805
- opacity: var(--v-medium-emphasis-opacity);
23806
- padding: 1.5rem;
23807
- transition-duration: 0.2s;
23808
- transition-property: opacity;
23809
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23810
- }
23811
- .v-stepper-item--selected {
23812
- opacity: 1;
23813
- }
23814
- .v-stepper-item--error {
23815
- color: rgb(var(--v-theme-error));
23816
- }
23817
- .v-stepper-item--disabled {
23818
- opacity: var(--v-medium-emphasis-opacity);
23819
- pointer-events: none;
23691
+ .v-snackbar--absolute {
23692
+ position: absolute;
23693
+ z-index: 1;
23820
23694
  }
23821
- .v-stepper--alt-labels .v-stepper-item {
23695
+ .v-snackbar--multi-line .v-snackbar__wrapper {
23696
+ min-height: 68px;
23697
+ }
23698
+ .v-snackbar--vertical .v-snackbar__wrapper {
23822
23699
  flex-direction: column;
23823
- justify-content: flex-start;
23824
- align-items: center;
23825
- flex-basis: 175px;
23700
+ }
23701
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23702
+ align-self: flex-end;
23703
+ margin-bottom: 8px;
23826
23704
  }
23827
23705
 
23828
- .v-stepper-item__avatar.v-avatar {
23829
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
23830
- color: rgb(var(--v-theme-on-surface-variant));
23831
- font-size: 0.75rem;
23832
- margin-inline-end: 8px;
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);
23833
23709
  }
23834
- .v-stepper-item__avatar.v-avatar .v-icon {
23835
- font-size: 0.875rem;
23710
+ .v-snackbar-transition-enter-active {
23711
+ transition-property: opacity, transform;
23836
23712
  }
23837
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
23838
- background: rgb(var(--v-theme-surface-variant));
23713
+ .v-snackbar-transition-enter-from {
23714
+ opacity: 0;
23715
+ transform: scale(0.8);
23839
23716
  }
23840
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
23841
- background: rgb(var(--v-theme-error));
23717
+ .v-snackbar-transition-leave-active {
23718
+ transition-property: opacity;
23842
23719
  }
23843
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
23844
- margin-bottom: 16px;
23845
- margin-inline-end: 0;
23720
+ .v-snackbar-transition-leave-to {
23721
+ opacity: 0;
23722
+ }.v-sheet {
23723
+ display: block;
23724
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23725
+ border-style: solid;
23726
+ border-width: 0;
23727
+ 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));
23728
+ border-radius: 0;
23729
+ background: rgb(var(--v-theme-surface));
23730
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23846
23731
  }
23847
-
23848
- .v-stepper-item__title {
23849
- line-height: 1;
23732
+ .v-sheet--border {
23733
+ border-width: thin;
23734
+ box-shadow: none;
23850
23735
  }
23851
- .v-stepper--mobile .v-stepper-item__title {
23852
- display: none;
23736
+ .v-sheet--absolute {
23737
+ position: absolute;
23853
23738
  }
23854
-
23855
- .v-stepper-item__subtitle {
23856
- font-size: 0.75rem;
23857
- text-align: left;
23858
- line-height: 1;
23859
- opacity: var(--v-medium-emphasis-opacity);
23739
+ .v-sheet--fixed {
23740
+ position: fixed;
23860
23741
  }
23861
- .v-stepper--alt-labels .v-stepper-item__subtitle {
23862
- text-align: center;
23742
+ .v-sheet--relative {
23743
+ position: relative;
23863
23744
  }
23864
- .v-stepper--mobile .v-stepper-item__subtitle {
23865
- display: none;
23745
+ .v-sheet--sticky {
23746
+ position: sticky;
23747
+ }
23748
+ .v-sheet--rounded {
23749
+ border-radius: 4px;
23866
23750
  }.v-switch .v-label {
23867
23751
  padding-inline-start: 10px;
23868
23752
  }
@@ -23977,35 +23861,6 @@ html.v-overlay-scroll-blocked {
23977
23861
  }
23978
23862
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23979
23863
  width: auto;
23980
- }.v-tab.v-tab.v-btn {
23981
- height: var(--v-tabs-height);
23982
- border-radius: 0;
23983
- min-width: 90px;
23984
- }
23985
- .v-slide-group--horizontal .v-tab {
23986
- max-width: 360px;
23987
- }
23988
- .v-slide-group--vertical .v-tab {
23989
- justify-content: start;
23990
- }
23991
-
23992
- .v-tab__slider {
23993
- position: absolute;
23994
- bottom: 0;
23995
- left: 0;
23996
- height: 2px;
23997
- width: 100%;
23998
- background: currentColor;
23999
- pointer-events: none;
24000
- opacity: 0;
24001
- }
24002
- .v-tab--selected .v-tab__slider {
24003
- opacity: 1;
24004
- }
24005
- .v-slide-group--vertical .v-tab__slider {
24006
- top: 0;
24007
- height: 100%;
24008
- width: 2px;
24009
23864
  }.v-tabs {
24010
23865
  display: flex;
24011
23866
  height: var(--v-tabs-height);
@@ -24072,6 +23927,35 @@ html.v-overlay-scroll-blocked {
24072
23927
  .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24073
23928
  margin-inline-end: 52px;
24074
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;
23940
+ }
23941
+
23942
+ .v-tab__slider {
23943
+ 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
+ }
23952
+ .v-tab--selected .v-tab__slider {
23953
+ opacity: 1;
23954
+ }
23955
+ .v-slide-group--vertical .v-tab__slider {
23956
+ top: 0;
23957
+ height: 100%;
23958
+ width: 2px;
24075
23959
  }.v-system-bar {
24076
23960
  align-items: center;
24077
23961
  display: flex;
@@ -24104,11 +23988,127 @@ html.v-overlay-scroll-blocked {
24104
23988
  .v-system-bar--rounded {
24105
23989
  border-radius: 0;
24106
23990
  }
24107
- .v-system-bar--window {
24108
- height: 32px;
23991
+ .v-system-bar--window {
23992
+ height: 32px;
23993
+ }
23994
+ .v-system-bar:not(.v-system-bar--absolute) {
23995
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23996
+ }.v-stepper.v-sheet {
23997
+ 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));
23998
+ border-radius: 4px;
23999
+ overflow: hidden;
24000
+ }
24001
+ .v-stepper.v-sheet.v-stepper--flat {
24002
+ 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));
24003
+ }
24004
+
24005
+ .v-stepper-header {
24006
+ 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));
24007
+ align-items: center;
24008
+ display: flex;
24009
+ position: relative;
24010
+ overflow-x: auto;
24011
+ justify-content: space-between;
24012
+ z-index: 1;
24013
+ }
24014
+ .v-stepper-header .v-divider {
24015
+ margin: 0 -16px;
24016
+ }
24017
+ .v-stepper-header .v-divider:last-child {
24018
+ margin-inline-end: 0;
24019
+ }
24020
+ .v-stepper-header .v-divider:first-child {
24021
+ margin-inline-start: 0;
24022
+ }
24023
+ .v-stepper--alt-labels .v-stepper-header {
24024
+ height: auto;
24025
+ }
24026
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24027
+ align-self: flex-start;
24028
+ margin: 35px -67px 0;
24029
+ }
24030
+
24031
+ .v-stepper-window {
24032
+ margin: 1.5rem;
24033
+ }
24034
+
24035
+ .v-stepper-actions {
24036
+ display: flex;
24037
+ align-items: center;
24038
+ justify-content: space-between;
24039
+ padding: 1rem;
24040
+ }
24041
+ .v-stepper .v-stepper-actions {
24042
+ padding: 0 1.5rem 1rem;
24043
+ }
24044
+ .v-stepper-window-item .v-stepper-actions {
24045
+ padding: 1.5rem 0 0;
24046
+ }.v-stepper-item {
24047
+ align-items: center;
24048
+ align-self: stretch;
24049
+ display: inline-flex;
24050
+ flex: none;
24051
+ opacity: var(--v-medium-emphasis-opacity);
24052
+ padding: 1.5rem;
24053
+ transition-duration: 0.2s;
24054
+ transition-property: opacity;
24055
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24056
+ }
24057
+ .v-stepper-item--selected {
24058
+ opacity: 1;
24059
+ }
24060
+ .v-stepper-item--error {
24061
+ color: rgb(var(--v-theme-error));
24062
+ }
24063
+ .v-stepper-item--disabled {
24064
+ opacity: var(--v-medium-emphasis-opacity);
24065
+ pointer-events: none;
24066
+ }
24067
+ .v-stepper--alt-labels .v-stepper-item {
24068
+ flex-direction: column;
24069
+ justify-content: flex-start;
24070
+ align-items: center;
24071
+ flex-basis: 175px;
24072
+ }
24073
+
24074
+ .v-stepper-item__avatar.v-avatar {
24075
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24076
+ color: rgb(var(--v-theme-on-surface-variant));
24077
+ font-size: 0.75rem;
24078
+ margin-inline-end: 8px;
24079
+ }
24080
+ .v-stepper-item__avatar.v-avatar .v-icon {
24081
+ font-size: 0.875rem;
24082
+ }
24083
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
24084
+ background: rgb(var(--v-theme-surface-variant));
24085
+ }
24086
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
24087
+ background: rgb(var(--v-theme-error));
24088
+ }
24089
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
24090
+ margin-bottom: 16px;
24091
+ margin-inline-end: 0;
24092
+ }
24093
+
24094
+ .v-stepper-item__title {
24095
+ line-height: 1;
24096
+ }
24097
+ .v-stepper--mobile .v-stepper-item__title {
24098
+ display: none;
24099
+ }
24100
+
24101
+ .v-stepper-item__subtitle {
24102
+ font-size: 0.75rem;
24103
+ text-align: left;
24104
+ line-height: 1;
24105
+ opacity: var(--v-medium-emphasis-opacity);
24106
+ }
24107
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
24108
+ text-align: center;
24109
24109
  }
24110
- .v-system-bar:not(.v-system-bar--absolute) {
24111
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24110
+ .v-stepper--mobile .v-stepper-item__subtitle {
24111
+ display: none;
24112
24112
  }.v-table {
24113
24113
  background: rgb(var(--v-theme-surface));
24114
24114
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24247,6 +24247,45 @@ html.v-overlay-scroll-blocked {
24247
24247
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24248
24248
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24249
24249
  border-top: 0px !important;
24250
+ }.v-textarea .v-field {
24251
+ --v-textarea-control-height: var(--v-input-control-height);
24252
+ }
24253
+ .v-textarea .v-field__field {
24254
+ --v-input-control-height: var(--v-textarea-control-height);
24255
+ }
24256
+ .v-textarea .v-field__input {
24257
+ flex: 1 1 auto;
24258
+ outline: none;
24259
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24260
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24261
+ }
24262
+ .v-textarea .v-field__input.v-textarea__sizer {
24263
+ visibility: hidden;
24264
+ position: absolute;
24265
+ top: 0;
24266
+ left: 0;
24267
+ height: 0 !important;
24268
+ min-height: 0 !important;
24269
+ pointer-events: none;
24270
+ }
24271
+ .v-textarea--no-resize .v-field__input {
24272
+ resize: none;
24273
+ }
24274
+ .v-textarea .v-field--no-label textarea,
24275
+ .v-textarea .v-field--active textarea {
24276
+ opacity: 1;
24277
+ }
24278
+ .v-textarea textarea {
24279
+ opacity: 0;
24280
+ flex: 1;
24281
+ min-width: 0;
24282
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24283
+ }
24284
+ .v-textarea textarea:focus, .v-textarea textarea:active {
24285
+ outline: none;
24286
+ }
24287
+ .v-textarea textarea:invalid {
24288
+ box-shadow: none;
24250
24289
  }/* region BLOCK */
24251
24290
  .v-text-field input {
24252
24291
  color: inherit;
@@ -24314,45 +24353,30 @@ html.v-overlay-scroll-blocked {
24314
24353
  padding-inline-end: var(--v-field-padding-end);
24315
24354
  }
24316
24355
 
24317
- /* endregion */.v-textarea .v-field {
24318
- --v-textarea-control-height: var(--v-input-control-height);
24319
- }
24320
- .v-textarea .v-field__field {
24321
- --v-input-control-height: var(--v-textarea-control-height);
24322
- }
24323
- .v-textarea .v-field__input {
24324
- flex: 1 1 auto;
24325
- outline: none;
24326
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24327
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
24328
- }
24329
- .v-textarea .v-field__input.v-textarea__sizer {
24330
- visibility: hidden;
24331
- position: absolute;
24332
- top: 0;
24333
- left: 0;
24334
- height: 0 !important;
24335
- min-height: 0 !important;
24336
- pointer-events: none;
24337
- }
24338
- .v-textarea--no-resize .v-field__input {
24339
- resize: none;
24340
- }
24341
- .v-textarea .v-field--no-label textarea,
24342
- .v-textarea .v-field--active textarea {
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;
24343
24366
  opacity: 1;
24367
+ pointer-events: none;
24368
+ transition-property: opacity, transform;
24344
24369
  }
24345
- .v-textarea textarea {
24346
- opacity: 0;
24347
- flex: 1;
24348
- min-width: 0;
24349
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
24350
- }
24351
- .v-textarea textarea:focus, .v-textarea textarea:active {
24352
- outline: none;
24370
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
24371
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24372
+ transition-duration: 150ms;
24353
24373
  }
24354
- .v-textarea textarea:invalid {
24355
- box-shadow: none;
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));
24356
24380
  }.v-timeline .v-timeline-divider__dot {
24357
24381
  background: rgb(var(--v-theme-surface-light));
24358
24382
  }
@@ -24769,30 +24793,6 @@ html.v-overlay-scroll-blocked {
24769
24793
 
24770
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 {
24771
24795
  padding-inline-end: 0;
24772
- }.v-theme-provider {
24773
- background: rgb(var(--v-theme-background));
24774
- color: rgb(var(--v-theme-on-background));
24775
- }.v-tooltip > .v-overlay__content {
24776
- background: rgb(var(--v-theme-surface-variant));
24777
- color: rgb(var(--v-theme-on-surface-variant));
24778
- border-radius: 4px;
24779
- font-size: 0.875rem;
24780
- line-height: 1.6;
24781
- display: inline-block;
24782
- padding: 5px 16px;
24783
- text-transform: initial;
24784
- width: auto;
24785
- opacity: 1;
24786
- pointer-events: none;
24787
- transition-property: opacity, transform;
24788
- }
24789
- .v-tooltip > .v-overlay__content[class*=enter-active] {
24790
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24791
- transition-duration: 150ms;
24792
- }
24793
- .v-tooltip > .v-overlay__content[class*=leave-active] {
24794
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24795
- transition-duration: 75ms;
24796
24796
  }.v-toolbar {
24797
24797
  align-items: flex-start;
24798
24798
  display: flex;
@@ -24920,15 +24920,6 @@ html.v-overlay-scroll-blocked {
24920
24920
  }
24921
24921
  .v-toolbar-items > .v-btn {
24922
24922
  border-radius: 0;
24923
- }.v-virtual-scroll {
24924
- display: block;
24925
- flex: 1 1 auto;
24926
- max-width: 100%;
24927
- overflow: auto;
24928
- position: relative;
24929
- }
24930
- .v-virtual-scroll__container {
24931
- display: block;
24932
24923
  }.v-window {
24933
24924
  overflow: hidden;
24934
24925
  }
@@ -24998,6 +24989,72 @@ html.v-overlay-scroll-blocked {
24998
24989
  }
24999
24990
  .v-window-y-reverse-transition-leave-to {
25000
24991
  transform: translateY(100%);
24992
+ }.v-virtual-scroll {
24993
+ display: block;
24994
+ flex: 1 1 auto;
24995
+ max-width: 100%;
24996
+ overflow: auto;
24997
+ position: relative;
24998
+ }
24999
+ .v-virtual-scroll__container {
25000
+ display: block;
25001
+ }.v-color-picker-canvas {
25002
+ display: flex;
25003
+ position: relative;
25004
+ overflow: hidden;
25005
+ contain: content;
25006
+ touch-action: none;
25007
+ }
25008
+ .v-color-picker-canvas__dot {
25009
+ position: absolute;
25010
+ top: 0;
25011
+ left: 0;
25012
+ width: 15px;
25013
+ height: 15px;
25014
+ background: transparent;
25015
+ border-radius: 50%;
25016
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25017
+ }
25018
+ .v-color-picker-canvas__dot--disabled {
25019
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25020
+ }
25021
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
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%;
25001
25058
  }.v-color-picker-edit {
25002
25059
  display: flex;
25003
25060
  margin-top: 24px;
@@ -25026,28 +25083,6 @@ html.v-overlay-scroll-blocked {
25026
25083
  }
25027
25084
  .v-color-picker-edit__input span {
25028
25085
  font-size: 0.75rem;
25029
- }.v-color-picker-canvas {
25030
- display: flex;
25031
- position: relative;
25032
- overflow: hidden;
25033
- contain: content;
25034
- touch-action: none;
25035
- }
25036
- .v-color-picker-canvas__dot {
25037
- position: absolute;
25038
- top: 0;
25039
- left: 0;
25040
- width: 15px;
25041
- height: 15px;
25042
- background: transparent;
25043
- border-radius: 50%;
25044
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25045
- }
25046
- .v-color-picker-canvas__dot--disabled {
25047
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
25048
- }
25049
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
25050
- will-change: transform;
25051
25086
  }.v-color-picker-preview__alpha .v-slider-track__background {
25052
25087
  background-color: transparent !important;
25053
25088
  }
@@ -25117,41 +25152,6 @@ html.v-overlay-scroll-blocked {
25117
25152
  .v-color-picker-preview__eye-dropper {
25118
25153
  position: relative;
25119
25154
  margin-right: 12px;
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));