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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.5.3-dev.2024-03-03
2
+ * Vuetify v3.5.3-dev.2024-03-07
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;
@@ -17468,6 +17427,144 @@ html.overflow-y-hidden {
17468
17427
  padding-bottom: 16px;
17469
17428
  font-weight: 600;
17470
17429
  letter-spacing: 0.1666666667em;
17430
+ }.v-calendar-day__row-with-label {
17431
+ display: grid;
17432
+ grid-template-columns: 48px 8px 1fr;
17433
+ border-right: thin solid #e0e0e0;
17434
+ }
17435
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17436
+ position: relative;
17437
+ border-right: thin solid #e0e0e0;
17438
+ }
17439
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17440
+ content: "";
17441
+ border-bottom: thin solid #e0e0e0;
17442
+ position: absolute;
17443
+ width: 100%;
17444
+ margin-top: -1px;
17445
+ z-index: 3;
17446
+ pointer-events: none;
17447
+ }
17448
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
17449
+ font-size: 10px;
17450
+ text-align: center;
17451
+ position: relative;
17452
+ top: -8px;
17453
+ }
17454
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
17455
+ border-bottom: thin solid #e0e0e0;
17456
+ }
17457
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17458
+ border-bottom: none;
17459
+ }
17460
+
17461
+ .v-calendar-day__row-without-label {
17462
+ display: grid;
17463
+ grid-template-columns: 1fr;
17464
+ border-right: thin solid #e0e0e0;
17465
+ }
17466
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
17467
+ border-bottom: thin solid #e0e0e0;
17468
+ }
17469
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17470
+ border-bottom: none;
17471
+ }.v-application {
17472
+ display: flex;
17473
+ background: rgb(var(--v-theme-background));
17474
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17475
+ }
17476
+
17477
+ .v-application__wrap {
17478
+ -webkit-backface-visibility: hidden;
17479
+ backface-visibility: hidden;
17480
+ display: flex;
17481
+ flex-direction: column;
17482
+ flex: 1 1 auto;
17483
+ max-width: 100%;
17484
+ min-height: 100vh;
17485
+ min-height: 100dvh;
17486
+ position: relative;
17487
+ }.v-autocomplete .v-field .v-text-field__prefix,
17488
+ .v-autocomplete .v-field .v-text-field__suffix,
17489
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
17490
+ cursor: text;
17491
+ }
17492
+ .v-autocomplete .v-field .v-field__input > input {
17493
+ flex: 1 1;
17494
+ }
17495
+ .v-autocomplete .v-field input {
17496
+ min-width: 64px;
17497
+ }
17498
+ .v-autocomplete .v-field:not(.v-field--focused) input {
17499
+ min-width: 0;
17500
+ }
17501
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
17502
+ margin-inline-end: 2px;
17503
+ }
17504
+ .v-autocomplete .v-autocomplete__selection-text {
17505
+ overflow: hidden;
17506
+ text-overflow: ellipsis;
17507
+ white-space: nowrap;
17508
+ }
17509
+
17510
+ .v-autocomplete__content {
17511
+ overflow: hidden;
17512
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17513
+ border-radius: 4px;
17514
+ }
17515
+ .v-autocomplete__mask {
17516
+ background: rgb(var(--v-theme-surface-light));
17517
+ }
17518
+ .v-autocomplete__selection {
17519
+ display: inline-flex;
17520
+ align-items: center;
17521
+ height: 1.5rem;
17522
+ letter-spacing: inherit;
17523
+ line-height: inherit;
17524
+ max-width: calc(100% - 2px - 2px);
17525
+ }
17526
+ .v-autocomplete__selection:first-child {
17527
+ margin-inline-start: 0;
17528
+ }
17529
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
17530
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
17531
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
17532
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
17533
+ top: 0px;
17534
+ }
17535
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
17536
+ opacity: var(--v-medium-emphasis-opacity);
17537
+ }
17538
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
17539
+ opacity: 1;
17540
+ }
17541
+ .v-autocomplete--selecting-index .v-field__input > input {
17542
+ caret-color: transparent;
17543
+ }
17544
+ .v-autocomplete--single.v-text-field .v-field--focused input {
17545
+ flex: 1 1;
17546
+ position: absolute;
17547
+ left: 0;
17548
+ right: 0;
17549
+ width: 100%;
17550
+ padding-inline: inherit;
17551
+ }
17552
+ .v-autocomplete--single .v-field--active input {
17553
+ transition: none;
17554
+ }
17555
+ .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
17556
+ opacity: 0;
17557
+ }
17558
+ .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
17559
+ opacity: 0;
17560
+ }
17561
+ .v-autocomplete__menu-icon {
17562
+ margin-inline-start: 4px;
17563
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
17564
+ }
17565
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
17566
+ opacity: var(--v-high-emphasis-opacity);
17567
+ transform: rotate(180deg);
17471
17568
  }.v-alert {
17472
17569
  display: grid;
17473
17570
  flex: 1 1;
@@ -17678,34 +17775,6 @@ html.overflow-y-hidden {
17678
17775
  text-transform: none;
17679
17776
  word-break: normal;
17680
17777
  word-wrap: break-word;
17681
- }.v-app-bar {
17682
- display: flex;
17683
- }
17684
- .v-app-bar.v-toolbar {
17685
- background: rgb(var(--v-theme-surface));
17686
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17687
- }
17688
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17689
- 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));
17690
- }
17691
- .v-app-bar:not(.v-toolbar--absolute) {
17692
- padding-inline-end: var(--v-scrollbar-offset);
17693
- }.v-application {
17694
- display: flex;
17695
- background: rgb(var(--v-theme-background));
17696
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
17697
- }
17698
-
17699
- .v-application__wrap {
17700
- -webkit-backface-visibility: hidden;
17701
- backface-visibility: hidden;
17702
- display: flex;
17703
- flex-direction: column;
17704
- flex: 1 1 auto;
17705
- max-width: 100%;
17706
- min-height: 100vh;
17707
- min-height: 100dvh;
17708
- position: relative;
17709
17778
  }.v-avatar {
17710
17779
  flex: none;
17711
17780
  align-items: center;
@@ -17793,63 +17862,89 @@ html.overflow-y-hidden {
17793
17862
  .v-avatar .v-img {
17794
17863
  height: 100%;
17795
17864
  width: 100%;
17796
- }.v-breadcrumbs {
17797
- display: flex;
17798
- align-items: center;
17799
- line-height: 1.375rem;
17800
- padding: 16px 12px;
17801
- }
17802
- .v-breadcrumbs--rounded {
17803
- border-radius: 4px;
17804
- }
17805
- .v-breadcrumbs--density-default {
17806
- padding-top: 16px;
17807
- padding-bottom: 16px;
17808
- }
17809
-
17810
- .v-breadcrumbs--density-comfortable {
17811
- padding-top: 12px;
17812
- padding-bottom: 12px;
17813
- }
17814
-
17815
- .v-breadcrumbs--density-compact {
17816
- padding-top: 8px;
17817
- padding-bottom: 8px;
17865
+ }.v-badge {
17866
+ display: inline-block;
17867
+ line-height: 1;
17818
17868
  }
17819
17869
 
17820
- .v-breadcrumbs__prepend {
17870
+ .v-badge__badge {
17821
17871
  align-items: center;
17822
17872
  display: inline-flex;
17873
+ border-radius: 10px;
17874
+ font-size: 0.75rem;
17875
+ font-weight: 500;
17876
+ height: 1.25rem;
17877
+ justify-content: center;
17878
+ min-width: 20px;
17879
+ padding: 4px 6px;
17880
+ pointer-events: auto;
17881
+ position: absolute;
17882
+ text-align: center;
17883
+ text-indent: 0;
17884
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
17885
+ white-space: nowrap;
17886
+ background: rgb(var(--v-theme-surface-variant));
17887
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
17823
17888
  }
17824
-
17825
- .v-breadcrumbs-item {
17826
- align-items: center;
17827
- color: inherit;
17828
- display: inline-flex;
17829
- padding: 0 4px;
17830
- text-decoration: none;
17831
- vertical-align: middle;
17889
+ .v-badge--bordered .v-badge__badge::after {
17890
+ border-radius: inherit;
17891
+ border-style: solid;
17892
+ border-width: 2px;
17893
+ bottom: 0;
17894
+ color: rgb(var(--v-theme-background));
17895
+ content: "";
17896
+ left: 0;
17897
+ position: absolute;
17898
+ right: 0;
17899
+ top: 0;
17900
+ transform: scale(1.05);
17832
17901
  }
17833
- .v-breadcrumbs-item--disabled {
17834
- opacity: var(--v-disabled-opacity);
17835
- pointer-events: none;
17902
+ .v-badge--dot .v-badge__badge {
17903
+ border-radius: 4.5px;
17904
+ height: 9px;
17905
+ min-width: 0;
17906
+ padding: 0;
17907
+ width: 9px;
17836
17908
  }
17837
- .v-breadcrumbs-item--link {
17838
- color: inherit;
17839
- text-decoration: none;
17909
+ .v-badge--dot .v-badge__badge::after {
17910
+ border-width: 1.5px;
17840
17911
  }
17841
- .v-breadcrumbs-item--link:hover {
17842
- text-decoration: underline;
17912
+ .v-badge--inline .v-badge__badge {
17913
+ position: relative;
17914
+ vertical-align: middle;
17843
17915
  }
17844
- .v-breadcrumbs-item .v-icon {
17845
- font-size: 1rem;
17846
- margin-inline: -4px 2px;
17916
+ .v-badge__badge .v-icon {
17917
+ color: inherit;
17918
+ font-size: 0.75rem;
17919
+ margin: 0 -2px;
17920
+ }
17921
+ .v-badge__badge img,
17922
+ .v-badge__badge .v-img {
17923
+ height: 100%;
17924
+ width: 100%;
17847
17925
  }
17848
17926
 
17849
- .v-breadcrumbs-divider {
17850
- display: inline-block;
17851
- padding: 0 8px;
17852
- vertical-align: middle;
17927
+ .v-badge__wrapper {
17928
+ display: flex;
17929
+ position: relative;
17930
+ }
17931
+ .v-badge--inline .v-badge__wrapper {
17932
+ align-items: center;
17933
+ display: inline-flex;
17934
+ justify-content: center;
17935
+ margin: 0 4px;
17936
+ }.v-app-bar {
17937
+ display: flex;
17938
+ }
17939
+ .v-app-bar.v-toolbar {
17940
+ background: rgb(var(--v-theme-surface));
17941
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
17942
+ }
17943
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
17944
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
17945
+ }
17946
+ .v-app-bar:not(.v-toolbar--absolute) {
17947
+ padding-inline-end: var(--v-scrollbar-offset);
17853
17948
  }.v-banner {
17854
17949
  display: grid;
17855
17950
  flex: 1 1;
@@ -18007,246 +18102,150 @@ html.overflow-y-hidden {
18007
18102
  }
18008
18103
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18009
18104
  align-self: flex-start;
18010
- }.v-autocomplete .v-field .v-text-field__prefix,
18011
- .v-autocomplete .v-field .v-text-field__suffix,
18012
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18013
- cursor: text;
18014
- }
18015
- .v-autocomplete .v-field .v-field__input > input {
18016
- flex: 1 1;
18017
- }
18018
- .v-autocomplete .v-field input {
18019
- min-width: 64px;
18020
- }
18021
- .v-autocomplete .v-field:not(.v-field--focused) input {
18022
- min-width: 0;
18105
+ }.v-bottom-navigation {
18106
+ display: flex;
18107
+ max-width: 100%;
18108
+ overflow: hidden;
18109
+ position: absolute;
18110
+ transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18111
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18112
+ border-style: solid;
18113
+ border-width: 0;
18114
+ border-radius: 0;
18115
+ background: rgb(var(--v-theme-surface));
18116
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18023
18117
  }
18024
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18025
- margin-inline-end: 2px;
18118
+ .v-bottom-navigation--border {
18119
+ border-width: thin;
18120
+ box-shadow: none;
18026
18121
  }
18027
- .v-autocomplete .v-autocomplete__selection-text {
18028
- overflow: hidden;
18029
- text-overflow: ellipsis;
18030
- white-space: nowrap;
18122
+ .v-bottom-navigation--active {
18123
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18031
18124
  }
18032
18125
 
18033
- .v-autocomplete__content {
18034
- overflow: hidden;
18035
- 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));
18036
- border-radius: 4px;
18126
+ .v-bottom-navigation__content {
18127
+ display: flex;
18128
+ flex: none;
18129
+ font-size: 0.75rem;
18130
+ justify-content: center;
18131
+ transition: inherit;
18132
+ width: 100%;
18037
18133
  }
18038
- .v-autocomplete__mask {
18039
- background: rgb(var(--v-theme-surface-light));
18134
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18135
+ font-size: inherit;
18136
+ height: 100%;
18137
+ max-width: 168px;
18138
+ min-width: 80px;
18139
+ text-transform: none;
18140
+ transition: inherit;
18141
+ width: auto;
18142
+ border-radius: 0;
18040
18143
  }
18041
- .v-autocomplete__selection {
18042
- display: inline-flex;
18043
- align-items: center;
18044
- height: 1.5rem;
18045
- letter-spacing: inherit;
18046
- line-height: inherit;
18047
- max-width: calc(100% - 2px - 2px);
18144
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18145
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18146
+ transition: inherit;
18048
18147
  }
18049
- .v-autocomplete__selection:first-child {
18050
- margin-inline-start: 0;
18148
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18149
+ font-size: 1.5rem;
18051
18150
  }
18052
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18053
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18054
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18055
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18056
- top: 0px;
18151
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18152
+ flex-grow: 1;
18057
18153
  }
18058
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18059
- opacity: var(--v-medium-emphasis-opacity);
18154
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18155
+ transition: inherit;
18156
+ opacity: 0;
18060
18157
  }
18061
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18062
- opacity: 1;
18158
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18159
+ transform: translateY(0.5rem);
18160
+ }.bottom-sheet-transition-enter-from {
18161
+ transform: translateY(100%);
18063
18162
  }
18064
- .v-autocomplete--selecting-index .v-field__input > input {
18065
- caret-color: transparent;
18163
+ .bottom-sheet-transition-leave-to {
18164
+ transform: translateY(100%);
18066
18165
  }
18067
- .v-autocomplete--single.v-text-field .v-field--focused input {
18068
- flex: 1 1;
18069
- position: absolute;
18166
+
18167
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18168
+ align-self: flex-end;
18169
+ border-radius: 0;
18170
+ flex: 0 1 auto;
18070
18171
  left: 0;
18071
18172
  right: 0;
18173
+ margin-inline: 0;
18174
+ margin-bottom: 0;
18175
+ transition-duration: 0.2s;
18072
18176
  width: 100%;
18073
- padding-inline: inherit;
18177
+ max-width: 100%;
18178
+ overflow: visible;
18179
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18074
18180
  }
18075
- .v-autocomplete--single .v-field--active input {
18076
- transition: none;
18181
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18182
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18183
+ border-radius: 0;
18077
18184
  }
18078
- .v-autocomplete--single .v-field--dirty:not(.v-field--focused) input {
18079
- opacity: 0;
18185
+ .v-bottom-sheet.v-bottom-sheet--inset {
18186
+ max-width: none;
18080
18187
  }
18081
- .v-autocomplete--single .v-field--focused .v-autocomplete__selection {
18082
- opacity: 0;
18188
+ @media (min-width: 600px) {
18189
+ .v-bottom-sheet.v-bottom-sheet--inset {
18190
+ max-width: 70%;
18191
+ }
18192
+ }.v-breadcrumbs {
18193
+ display: flex;
18194
+ align-items: center;
18195
+ line-height: 1.375rem;
18196
+ padding: 16px 12px;
18083
18197
  }
18084
- .v-autocomplete__menu-icon {
18085
- margin-inline-start: 4px;
18086
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18198
+ .v-breadcrumbs--rounded {
18199
+ border-radius: 4px;
18087
18200
  }
18088
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18089
- opacity: var(--v-high-emphasis-opacity);
18090
- transform: rotate(180deg);
18091
- }.v-badge {
18092
- display: inline-block;
18093
- line-height: 1;
18201
+ .v-breadcrumbs--density-default {
18202
+ padding-top: 16px;
18203
+ padding-bottom: 16px;
18094
18204
  }
18095
18205
 
18096
- .v-badge__badge {
18206
+ .v-breadcrumbs--density-comfortable {
18207
+ padding-top: 12px;
18208
+ padding-bottom: 12px;
18209
+ }
18210
+
18211
+ .v-breadcrumbs--density-compact {
18212
+ padding-top: 8px;
18213
+ padding-bottom: 8px;
18214
+ }
18215
+
18216
+ .v-breadcrumbs__prepend {
18097
18217
  align-items: center;
18098
18218
  display: inline-flex;
18099
- border-radius: 10px;
18100
- font-size: 0.75rem;
18101
- font-weight: 500;
18102
- height: 1.25rem;
18103
- justify-content: center;
18104
- min-width: 20px;
18105
- padding: 4px 6px;
18106
- pointer-events: auto;
18107
- position: absolute;
18108
- text-align: center;
18109
- text-indent: 0;
18110
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18111
- white-space: nowrap;
18112
- background: rgb(var(--v-theme-surface-variant));
18113
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18114
- }
18115
- .v-badge--bordered .v-badge__badge::after {
18116
- border-radius: inherit;
18117
- border-style: solid;
18118
- border-width: 2px;
18119
- bottom: 0;
18120
- color: rgb(var(--v-theme-background));
18121
- content: "";
18122
- left: 0;
18123
- position: absolute;
18124
- right: 0;
18125
- top: 0;
18126
- transform: scale(1.05);
18127
- }
18128
- .v-badge--dot .v-badge__badge {
18129
- border-radius: 4.5px;
18130
- height: 9px;
18131
- min-width: 0;
18132
- padding: 0;
18133
- width: 9px;
18134
- }
18135
- .v-badge--dot .v-badge__badge::after {
18136
- border-width: 1.5px;
18137
- }
18138
- .v-badge--inline .v-badge__badge {
18139
- position: relative;
18140
- vertical-align: middle;
18141
- }
18142
- .v-badge__badge .v-icon {
18143
- color: inherit;
18144
- font-size: 0.75rem;
18145
- margin: 0 -2px;
18146
- }
18147
- .v-badge__badge img,
18148
- .v-badge__badge .v-img {
18149
- height: 100%;
18150
- width: 100%;
18151
18219
  }
18152
18220
 
18153
- .v-badge__wrapper {
18154
- display: flex;
18155
- position: relative;
18156
- }
18157
- .v-badge--inline .v-badge__wrapper {
18221
+ .v-breadcrumbs-item {
18158
18222
  align-items: center;
18223
+ color: inherit;
18159
18224
  display: inline-flex;
18160
- justify-content: center;
18161
- margin: 0 4px;
18162
- }.v-btn-group {
18163
- display: inline-flex;
18164
- flex-wrap: nowrap;
18165
- max-width: 100%;
18166
- min-width: 0;
18167
- overflow: hidden;
18225
+ padding: 0 4px;
18226
+ text-decoration: none;
18168
18227
  vertical-align: middle;
18169
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18170
- border-style: solid;
18171
- border-width: 0;
18172
- 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));
18173
- border-radius: 4px;
18174
- background: transparent;
18175
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18176
- }
18177
- .v-btn-group--border {
18178
- border-width: thin;
18179
- box-shadow: none;
18180
- }
18181
- .v-btn-group--density-default.v-btn-group {
18182
- height: 48px;
18183
- }
18184
-
18185
- .v-btn-group--density-comfortable.v-btn-group {
18186
- height: 40px;
18187
- }
18188
-
18189
- .v-btn-group--density-compact.v-btn-group {
18190
- height: 36px;
18191
- }
18192
-
18193
- .v-btn-group .v-btn {
18194
- border-radius: 0;
18195
- border-color: inherit;
18196
18228
  }
18197
- .v-btn-group .v-btn:not(:last-child) {
18198
- border-inline-end: none;
18199
- }
18200
- .v-btn-group .v-btn:not(:first-child) {
18201
- border-inline-start: none;
18202
- }
18203
- .v-btn-group .v-btn:first-child {
18204
- border-start-start-radius: inherit;
18205
- border-end-start-radius: inherit;
18206
- }
18207
- .v-btn-group .v-btn:last-child {
18208
- border-start-end-radius: inherit;
18209
- border-end-end-radius: inherit;
18229
+ .v-breadcrumbs-item--disabled {
18230
+ opacity: var(--v-disabled-opacity);
18231
+ pointer-events: none;
18210
18232
  }
18211
- .v-btn-group--divided .v-btn:not(:last-child) {
18212
- border-inline-end-width: thin;
18213
- border-inline-end-style: solid;
18214
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18233
+ .v-breadcrumbs-item--link {
18234
+ color: inherit;
18235
+ text-decoration: none;
18215
18236
  }
18216
- .v-btn-group--tile {
18217
- border-radius: 0;
18218
- }.bottom-sheet-transition-enter-from {
18219
- transform: translateY(100%);
18237
+ .v-breadcrumbs-item--link:hover {
18238
+ text-decoration: underline;
18220
18239
  }
18221
- .bottom-sheet-transition-leave-to {
18222
- transform: translateY(100%);
18240
+ .v-breadcrumbs-item .v-icon {
18241
+ font-size: 1rem;
18242
+ margin-inline: -4px 2px;
18223
18243
  }
18224
18244
 
18225
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18226
- align-self: flex-end;
18227
- border-radius: 0;
18228
- flex: 0 1 auto;
18229
- left: 0;
18230
- right: 0;
18231
- margin-inline: 0;
18232
- margin-bottom: 0;
18233
- transition-duration: 0.2s;
18234
- width: 100%;
18235
- max-width: 100%;
18236
- overflow: visible;
18237
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18238
- }
18239
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18240
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18241
- border-radius: 0;
18242
- }
18243
- .v-bottom-sheet.v-bottom-sheet--inset {
18244
- max-width: none;
18245
- }
18246
- @media (min-width: 600px) {
18247
- .v-bottom-sheet.v-bottom-sheet--inset {
18248
- max-width: 70%;
18249
- }
18245
+ .v-breadcrumbs-divider {
18246
+ display: inline-block;
18247
+ padding: 0 8px;
18248
+ vertical-align: middle;
18250
18249
  }.v-btn {
18251
18250
  align-items: center;
18252
18251
  border-radius: 4px;
@@ -18650,124 +18649,19 @@ html.overflow-y-hidden {
18650
18649
  }
18651
18650
  .v-pagination__item--is-active .v-btn__overlay {
18652
18651
  opacity: var(--v-border-opacity);
18653
- }.v-bottom-navigation {
18654
- display: flex;
18655
- max-width: 100%;
18656
- overflow: hidden;
18657
- position: absolute;
18658
- transition: transform, color 0.2s, 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18659
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18660
- border-style: solid;
18661
- border-width: 0;
18662
- border-radius: 0;
18663
- background: rgb(var(--v-theme-surface));
18664
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18665
- }
18666
- .v-bottom-navigation--border {
18667
- border-width: thin;
18668
- box-shadow: none;
18669
- }
18670
- .v-bottom-navigation--active {
18671
- 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));
18672
- }
18673
-
18674
- .v-bottom-navigation__content {
18675
- display: flex;
18676
- flex: none;
18677
- font-size: 0.75rem;
18678
- justify-content: center;
18679
- transition: inherit;
18680
- width: 100%;
18681
- }
18682
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18683
- font-size: inherit;
18684
- height: 100%;
18685
- max-width: 168px;
18686
- min-width: 80px;
18687
- text-transform: none;
18688
- transition: inherit;
18689
- width: auto;
18690
- border-radius: 0;
18691
- }
18692
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18693
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18694
- transition: inherit;
18695
- }
18696
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18697
- font-size: 1.5rem;
18698
- }
18699
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18700
- flex-grow: 1;
18701
- }
18702
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18703
- transition: inherit;
18704
- opacity: 0;
18705
- }
18706
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18707
- transform: translateY(0.5rem);
18708
- }.v-carousel {
18709
- overflow: hidden;
18710
- position: relative;
18711
- width: 100%;
18712
- }
18713
- .v-carousel__controls {
18714
- align-items: center;
18715
- bottom: 0;
18716
- display: flex;
18717
- height: 50px;
18718
- justify-content: center;
18719
- list-style-type: none;
18720
- position: absolute;
18721
- width: 100%;
18722
- z-index: 1;
18723
- background: rgba(var(--v-theme-surface-variant), 0.3);
18724
- color: rgb(var(--v-theme-on-surface-variant));
18725
- }
18726
- .v-carousel__controls > .v-item-group {
18727
- flex: 0 1 auto;
18728
- }
18729
- .v-carousel__controls__item {
18730
- margin: 0 8px;
18731
- }
18732
- .v-carousel__controls__item .v-icon {
18733
- opacity: 0.5;
18734
- }
18735
- .v-carousel__controls__item--active .v-icon {
18736
- opacity: 1;
18737
- vertical-align: middle;
18738
- }
18739
- .v-carousel__controls__item:hover {
18740
- background: none;
18741
- }
18742
- .v-carousel__controls__item:hover .v-icon {
18743
- opacity: 0.8;
18744
- }
18745
-
18746
- .v-carousel__progress {
18747
- margin: 0;
18748
- position: absolute;
18749
- bottom: 0;
18750
- left: 0;
18751
- right: 0;
18752
- }
18753
-
18754
- .v-carousel-item {
18755
- display: block;
18756
- height: inherit;
18757
- text-decoration: none;
18652
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
18653
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
18758
18654
  }
18759
- .v-carousel-item > .v-img {
18760
- height: inherit;
18655
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
18656
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
18761
18657
  }
18762
-
18763
- .v-carousel--hide-delimiter-background .v-carousel__controls {
18764
- background: transparent;
18658
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
18659
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18765
18660
  }
18766
-
18767
- .v-carousel--vertical-delimiters .v-carousel__controls {
18768
- flex-direction: column;
18769
- height: 100% !important;
18770
- width: 50px;
18661
+ @supports not selector(:focus-visible) {
18662
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18663
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18664
+ }
18771
18665
  }.v-card {
18772
18666
  display: block;
18773
18667
  overflow: hidden;
@@ -19069,37 +18963,62 @@ html.overflow-y-hidden {
19069
18963
  }
19070
18964
  .v-checkbox .v-selection-control {
19071
18965
  min-height: var(--v-input-control-height);
19072
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19073
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19074
- }
19075
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19076
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19077
- }
19078
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19079
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19080
- }
19081
- @supports not selector(:focus-visible) {
19082
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19083
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19084
- }
19085
- }.v-chip-group {
19086
- display: flex;
18966
+ }.v-btn-group {
18967
+ display: inline-flex;
18968
+ flex-wrap: nowrap;
19087
18969
  max-width: 100%;
19088
18970
  min-width: 0;
19089
- overflow-x: auto;
19090
- padding: 4px 0;
18971
+ overflow: hidden;
18972
+ vertical-align: middle;
18973
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18974
+ border-style: solid;
18975
+ border-width: 0;
18976
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18977
+ border-radius: 4px;
18978
+ background: transparent;
18979
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19091
18980
  }
19092
- .v-chip-group .v-chip {
19093
- margin: 4px 8px 4px 0;
18981
+ .v-btn-group--border {
18982
+ border-width: thin;
18983
+ box-shadow: none;
19094
18984
  }
19095
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19096
- opacity: var(--v-activated-opacity);
18985
+ .v-btn-group--density-default.v-btn-group {
18986
+ height: 48px;
19097
18987
  }
19098
18988
 
19099
- .v-chip-group--column .v-slide-group__content {
19100
- white-space: normal;
19101
- flex-wrap: wrap;
19102
- max-width: 100%;
18989
+ .v-btn-group--density-comfortable.v-btn-group {
18990
+ height: 40px;
18991
+ }
18992
+
18993
+ .v-btn-group--density-compact.v-btn-group {
18994
+ height: 36px;
18995
+ }
18996
+
18997
+ .v-btn-group .v-btn {
18998
+ border-radius: 0;
18999
+ border-color: inherit;
19000
+ }
19001
+ .v-btn-group .v-btn:not(:last-child) {
19002
+ border-inline-end: none;
19003
+ }
19004
+ .v-btn-group .v-btn:not(:first-child) {
19005
+ border-inline-start: none;
19006
+ }
19007
+ .v-btn-group .v-btn:first-child {
19008
+ border-start-start-radius: inherit;
19009
+ border-end-start-radius: inherit;
19010
+ }
19011
+ .v-btn-group .v-btn:last-child {
19012
+ border-start-end-radius: inherit;
19013
+ border-end-end-radius: inherit;
19014
+ }
19015
+ .v-btn-group--divided .v-btn:not(:last-child) {
19016
+ border-inline-end-width: thin;
19017
+ border-inline-end-style: solid;
19018
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19019
+ }
19020
+ .v-btn-group--tile {
19021
+ border-radius: 0;
19103
19022
  }.v-color-picker {
19104
19023
  align-self: flex-start;
19105
19024
  contain: content;
@@ -19120,6 +19039,105 @@ html.overflow-y-hidden {
19120
19039
  }
19121
19040
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
19122
19041
  box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19042
+ }.v-chip-group {
19043
+ display: flex;
19044
+ max-width: 100%;
19045
+ min-width: 0;
19046
+ overflow-x: auto;
19047
+ padding: 4px 0;
19048
+ }
19049
+ .v-chip-group .v-chip {
19050
+ margin: 4px 8px 4px 0;
19051
+ }
19052
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19053
+ opacity: var(--v-activated-opacity);
19054
+ }
19055
+
19056
+ .v-chip-group--column .v-slide-group__content {
19057
+ white-space: normal;
19058
+ flex-wrap: wrap;
19059
+ max-width: 100%;
19060
+ }.v-combobox .v-field .v-text-field__prefix,
19061
+ .v-combobox .v-field .v-text-field__suffix,
19062
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
19063
+ cursor: text;
19064
+ }
19065
+ .v-combobox .v-field .v-field__input > input {
19066
+ flex: 1 1;
19067
+ }
19068
+ .v-combobox .v-field input {
19069
+ min-width: 64px;
19070
+ }
19071
+ .v-combobox .v-field:not(.v-field--focused) input {
19072
+ min-width: 0;
19073
+ }
19074
+ .v-combobox .v-field--dirty .v-combobox__selection {
19075
+ margin-inline-end: 2px;
19076
+ }
19077
+ .v-combobox .v-combobox__selection-text {
19078
+ overflow: hidden;
19079
+ text-overflow: ellipsis;
19080
+ white-space: nowrap;
19081
+ }
19082
+
19083
+ .v-combobox__content {
19084
+ overflow: hidden;
19085
+ box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19086
+ border-radius: 4px;
19087
+ }
19088
+ .v-combobox__mask {
19089
+ background: rgb(var(--v-theme-surface-light));
19090
+ }
19091
+ .v-combobox__selection {
19092
+ display: inline-flex;
19093
+ align-items: center;
19094
+ height: 1.5rem;
19095
+ letter-spacing: inherit;
19096
+ line-height: inherit;
19097
+ max-width: calc(100% - 2px - 2px);
19098
+ }
19099
+ .v-combobox__selection:first-child {
19100
+ margin-inline-start: 0;
19101
+ }
19102
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19103
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19104
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19105
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19106
+ top: 0px;
19107
+ }
19108
+ .v-combobox--selecting-index .v-combobox__selection {
19109
+ opacity: var(--v-medium-emphasis-opacity);
19110
+ }
19111
+ .v-combobox--selecting-index .v-combobox__selection--selected {
19112
+ opacity: 1;
19113
+ }
19114
+ .v-combobox--selecting-index .v-field__input > input {
19115
+ caret-color: transparent;
19116
+ }
19117
+ .v-combobox--single.v-text-field .v-field--focused input {
19118
+ flex: 1 1;
19119
+ position: absolute;
19120
+ left: 0;
19121
+ right: 0;
19122
+ width: 100%;
19123
+ padding-inline: inherit;
19124
+ }
19125
+ .v-combobox--single .v-field--active input {
19126
+ transition: none;
19127
+ }
19128
+ .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
19129
+ opacity: 0;
19130
+ }
19131
+ .v-combobox--single .v-field--focused .v-combobox__selection {
19132
+ opacity: 0;
19133
+ }
19134
+ .v-combobox__menu-icon {
19135
+ margin-inline-start: 4px;
19136
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19137
+ }
19138
+ .v-combobox--active-menu .v-combobox__menu-icon {
19139
+ opacity: var(--v-high-emphasis-opacity);
19140
+ transform: rotate(180deg);
19123
19141
  }.v-chip {
19124
19142
  align-items: center;
19125
19143
  display: inline-flex;
@@ -20199,92 +20217,6 @@ html.overflow-y-hidden {
20199
20217
  .offset-xxl-11 {
20200
20218
  margin-inline-start: 91.6666666667%;
20201
20219
  }
20202
- }.v-counter {
20203
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20204
- flex: 0 1 auto;
20205
- font-size: 12px;
20206
- transition-duration: 150ms;
20207
- }.v-combobox .v-field .v-text-field__prefix,
20208
- .v-combobox .v-field .v-text-field__suffix,
20209
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20210
- cursor: text;
20211
- }
20212
- .v-combobox .v-field .v-field__input > input {
20213
- flex: 1 1;
20214
- }
20215
- .v-combobox .v-field input {
20216
- min-width: 64px;
20217
- }
20218
- .v-combobox .v-field:not(.v-field--focused) input {
20219
- min-width: 0;
20220
- }
20221
- .v-combobox .v-field--dirty .v-combobox__selection {
20222
- margin-inline-end: 2px;
20223
- }
20224
- .v-combobox .v-combobox__selection-text {
20225
- overflow: hidden;
20226
- text-overflow: ellipsis;
20227
- white-space: nowrap;
20228
- }
20229
-
20230
- .v-combobox__content {
20231
- overflow: hidden;
20232
- box-shadow: 0px 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 4px 5px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 10px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
20233
- border-radius: 4px;
20234
- }
20235
- .v-combobox__mask {
20236
- background: rgb(var(--v-theme-surface-light));
20237
- }
20238
- .v-combobox__selection {
20239
- display: inline-flex;
20240
- align-items: center;
20241
- height: 1.5rem;
20242
- letter-spacing: inherit;
20243
- line-height: inherit;
20244
- max-width: calc(100% - 2px - 2px);
20245
- }
20246
- .v-combobox__selection:first-child {
20247
- margin-inline-start: 0;
20248
- }
20249
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20250
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20251
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20252
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20253
- top: 0px;
20254
- }
20255
- .v-combobox--selecting-index .v-combobox__selection {
20256
- opacity: var(--v-medium-emphasis-opacity);
20257
- }
20258
- .v-combobox--selecting-index .v-combobox__selection--selected {
20259
- opacity: 1;
20260
- }
20261
- .v-combobox--selecting-index .v-field__input > input {
20262
- caret-color: transparent;
20263
- }
20264
- .v-combobox--single.v-text-field .v-field--focused input {
20265
- flex: 1 1;
20266
- position: absolute;
20267
- left: 0;
20268
- right: 0;
20269
- width: 100%;
20270
- padding-inline: inherit;
20271
- }
20272
- .v-combobox--single .v-field--active input {
20273
- transition: none;
20274
- }
20275
- .v-combobox--single .v-field--dirty:not(.v-field--focused) input {
20276
- opacity: 0;
20277
- }
20278
- .v-combobox--single .v-field--focused .v-combobox__selection {
20279
- opacity: 0;
20280
- }
20281
- .v-combobox__menu-icon {
20282
- margin-inline-start: 4px;
20283
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20284
- }
20285
- .v-combobox--active-menu .v-combobox__menu-icon {
20286
- opacity: var(--v-high-emphasis-opacity);
20287
- transform: rotate(180deg);
20288
20220
  }.v-date-picker__input {
20289
20221
  padding-top: 16px;
20290
20222
  padding-left: 24px;
@@ -20310,62 +20242,6 @@ html.overflow-y-hidden {
20310
20242
  .v-date-picker-month__day .v-btn {
20311
20243
  --v-btn-height: 28px;
20312
20244
  --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
20245
  }.v-date-picker-header {
20370
20246
  display: grid;
20371
20247
  grid-template-areas: "prepend content append";
@@ -20424,21 +20300,82 @@ html.overflow-y-hidden {
20424
20300
  .date-picker-header-reverse-transition-leave-to {
20425
20301
  opacity: 0;
20426
20302
  transform: translate(0, 100%);
20427
- }.v-date-picker-years {
20303
+ }.v-date-picker-controls {
20304
+ display: flex;
20305
+ align-items: center;
20306
+ justify-content: space-between;
20307
+ font-size: 0.875rem;
20308
+ padding-top: 4px;
20309
+ padding-bottom: 4px;
20310
+ padding-inline-start: 6px;
20311
+ padding-inline-end: 12px;
20312
+ }
20313
+ .v-date-picker-controls > .v-btn:first-child {
20314
+ text-transform: none;
20315
+ font-weight: 400;
20316
+ line-height: initial;
20317
+ letter-spacing: initial;
20318
+ }
20319
+ .v-date-picker-controls--variant-classic {
20320
+ padding-inline-start: 12px;
20321
+ }
20322
+ .v-date-picker-controls--variant-modern .v-date-picker__title:not(:hover) {
20323
+ opacity: 0.7;
20324
+ }
20325
+ .v-date-picker--month .v-date-picker-controls--variant-modern .v-date-picker__title {
20326
+ cursor: pointer;
20327
+ }
20328
+ .v-date-picker--year .v-date-picker-controls--variant-modern .v-date-picker__title {
20329
+ opacity: 1;
20330
+ }
20331
+ .v-date-picker-controls .v-btn:last-child {
20332
+ margin-inline-start: 4px;
20333
+ }
20334
+ .v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn {
20335
+ transform: rotate(180deg);
20336
+ }
20337
+
20338
+ .v-date-picker-controls__date {
20339
+ margin-inline-end: 4px;
20340
+ }
20341
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__date {
20342
+ margin: auto;
20343
+ text-align: center;
20344
+ }
20345
+
20346
+ .v-date-picker-controls__month {
20347
+ display: flex;
20348
+ }
20349
+ .v-locale--is-rtl.v-date-picker-controls__month, .v-locale--is-rtl .v-date-picker-controls__month {
20350
+ flex-direction: row-reverse;
20351
+ }
20352
+
20353
+ .v-date-picker-controls--variant-classic .v-date-picker-controls__month {
20354
+ flex: 1 0 auto;
20355
+ }
20356
+
20357
+ .v-date-picker__title {
20358
+ display: inline-block;
20359
+ }.v-date-picker-months {
20428
20360
  height: 320px;
20429
20361
  overflow-y: scroll;
20430
20362
  }
20431
20363
 
20432
- .v-date-picker-years__content {
20364
+ .v-date-picker-months__content {
20365
+ align-items: center;
20433
20366
  display: grid;
20434
20367
  flex: 1 1;
20368
+ height: inherit;
20435
20369
  justify-content: space-around;
20436
- grid-template-columns: repeat(3, 1fr);
20437
- gap: 8px 24px;
20438
- padding-inline: 36px;
20370
+ grid-template-columns: repeat(2, 1fr);
20371
+ grid-gap: 4px 24px;
20372
+ padding-inline-start: 36px;
20373
+ padding-inline-end: 36px;
20439
20374
  }
20440
- .v-date-picker-years__content .v-btn {
20441
- padding-inline: 8px;
20375
+ .v-date-picker-months__content .v-btn {
20376
+ text-transform: none;
20377
+ padding-inline-start: 8px;
20378
+ padding-inline-end: 8px;
20442
20379
  }.v-date-picker-month {
20443
20380
  display: flex;
20444
20381
  justify-content: center;
@@ -20488,194 +20425,89 @@ html.overflow-y-hidden {
20488
20425
 
20489
20426
  .v-date-picker-month__day--hide-adjacent {
20490
20427
  opacity: 0;
20491
- }.v-date-picker-months {
20428
+ }.v-date-picker-years {
20492
20429
  height: 320px;
20493
20430
  overflow-y: scroll;
20494
20431
  }
20495
20432
 
20496
- .v-date-picker-months__content {
20497
- align-items: center;
20433
+ .v-date-picker-years__content {
20498
20434
  display: grid;
20499
20435
  flex: 1 1;
20500
- height: inherit;
20501
20436
  justify-content: space-around;
20502
- grid-template-columns: repeat(2, 1fr);
20503
- grid-gap: 4px 24px;
20504
- padding-inline-start: 36px;
20505
- padding-inline-end: 36px;
20506
- }
20507
- .v-date-picker-months__content .v-btn {
20508
- text-transform: none;
20509
- padding-inline-start: 8px;
20510
- padding-inline-end: 8px;
20511
- }.v-data-table {
20512
- width: 100%;
20437
+ grid-template-columns: repeat(3, 1fr);
20438
+ gap: 8px 24px;
20439
+ padding-inline: 36px;
20513
20440
  }
20514
-
20515
- .v-data-table__table {
20441
+ .v-date-picker-years__content .v-btn {
20442
+ padding-inline: 8px;
20443
+ }.v-counter {
20444
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20445
+ flex: 0 1 auto;
20446
+ font-size: 12px;
20447
+ transition-duration: 150ms;
20448
+ }.v-carousel {
20449
+ overflow: hidden;
20450
+ position: relative;
20516
20451
  width: 100%;
20517
- border-collapse: separate;
20518
- border-spacing: 0;
20519
- }
20520
-
20521
- .v-data-table__tr--focus {
20522
- border: 1px dotted black;
20523
- }
20524
- .v-data-table__tr--clickable {
20525
- cursor: pointer;
20526
- }
20527
-
20528
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
20529
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
20530
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
20531
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
20532
- text-align: end;
20533
- }
20534
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20535
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
20536
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
20537
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
20538
- flex-direction: row-reverse;
20539
- }
20540
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
20541
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
20542
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
20543
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
20544
- text-align: center;
20545
20452
  }
20546
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20547
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
20548
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
20549
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
20453
+ .v-carousel__controls {
20454
+ align-items: center;
20455
+ bottom: 0;
20456
+ display: flex;
20457
+ height: 50px;
20550
20458
  justify-content: center;
20459
+ list-style-type: none;
20460
+ position: absolute;
20461
+ width: 100%;
20462
+ z-index: 1;
20463
+ background: rgba(var(--v-theme-surface-variant), 0.3);
20464
+ color: rgb(var(--v-theme-on-surface-variant));
20551
20465
  }
20552
- .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
20553
- .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
20554
- .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
20555
- .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
20556
- padding: 0 8px;
20466
+ .v-carousel__controls > .v-item-group {
20467
+ flex: 0 1 auto;
20557
20468
  }
20558
- .v-data-table .v-table__wrapper > table > thead > tr > th,
20559
- .v-data-table .v-table__wrapper > table tbody > tr > th {
20560
- align-items: center;
20469
+ .v-carousel__controls__item {
20470
+ margin: 0 8px;
20561
20471
  }
20562
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
20563
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
20564
- position: sticky;
20472
+ .v-carousel__controls__item .v-icon {
20473
+ opacity: 0.5;
20565
20474
  }
20566
- .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
20567
- .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
20568
- cursor: pointer;
20569
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20475
+ .v-carousel__controls__item--active .v-icon {
20476
+ opacity: 1;
20477
+ vertical-align: middle;
20570
20478
  }
20571
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
20572
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
20573
- opacity: 0;
20479
+ .v-carousel__controls__item:hover {
20480
+ background: none;
20574
20481
  }
20575
- .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
20576
- .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
20577
- opacity: 0.5;
20482
+ .v-carousel__controls__item:hover .v-icon {
20483
+ opacity: 0.8;
20578
20484
  }
20579
20485
 
20580
- .v-data-table-column--fixed,
20581
- .v-data-table__th--sticky {
20582
- background: rgb(var(--v-theme-surface));
20583
- position: sticky !important;
20486
+ .v-carousel__progress {
20487
+ margin: 0;
20488
+ position: absolute;
20489
+ bottom: 0;
20584
20490
  left: 0;
20585
- z-index: 1;
20491
+ right: 0;
20586
20492
  }
20587
20493
 
20588
- .v-data-table-column--last-fixed {
20589
- border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
20494
+ .v-carousel-item {
20495
+ display: block;
20496
+ height: inherit;
20497
+ text-decoration: none;
20590
20498
  }
20591
-
20592
- .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
20593
- z-index: 2;
20594
- }
20595
-
20596
- .v-data-table-group-header-row td {
20597
- background: rgba(var(--v-theme-surface));
20598
- color: rgba(var(--v-theme-on-surface));
20599
- }
20600
- .v-data-table-group-header-row td > span {
20601
- padding-left: 5px;
20602
- }
20603
-
20604
- .v-data-table--loading .v-data-table__td {
20605
- opacity: 0.3;
20606
- }
20607
-
20608
- .v-data-table-group-header-row__column {
20609
- padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
20610
- }
20611
-
20612
- .v-data-table-header__content {
20613
- display: flex;
20614
- align-items: center;
20615
- }
20616
-
20617
- .v-data-table-header__sort-badge {
20618
- display: inline-flex;
20619
- justify-content: center;
20620
- align-items: center;
20621
- font-size: 0.875rem;
20622
- padding: 4px;
20623
- border-radius: 50%;
20624
- background: rgba(var(--v-border-color), var(--v-border-opacity));
20625
- min-width: 20px;
20626
- min-height: 20px;
20627
- width: 20px;
20628
- height: 20px;
20629
- }
20630
-
20631
- .v-data-table-progress > th {
20632
- border: none !important;
20633
- height: auto !important;
20634
- padding: 0 !important;
20635
- }
20636
-
20637
- .v-data-table-progress__loader {
20638
- position: relative;
20639
- }
20640
-
20641
- .v-data-table-rows-loading,
20642
- .v-data-table-rows-no-data {
20643
- text-align: center;
20644
- }.v-data-table-footer {
20645
- display: flex;
20646
- align-items: center;
20647
- flex-wrap: wrap;
20648
- padding: 4px;
20649
- justify-content: flex-end;
20650
- }
20651
-
20652
- .v-data-table-footer__items-per-page {
20653
- display: flex;
20654
- align-items: center;
20655
- justify-content: center;
20656
- }
20657
- .v-data-table-footer__items-per-page > span {
20658
- padding-inline-end: 8px;
20659
- }
20660
- .v-data-table-footer__items-per-page > .v-select {
20661
- width: 90px;
20662
- }
20663
-
20664
- .v-data-table-footer__info {
20665
- display: flex;
20666
- justify-content: flex-end;
20667
- min-width: 116px;
20668
- padding: 0 16px;
20499
+ .v-carousel-item > .v-img {
20500
+ height: inherit;
20669
20501
  }
20670
20502
 
20671
- .v-data-table-footer__pagination {
20672
- display: flex;
20673
- align-items: center;
20674
- margin-inline-start: 16px;
20503
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
20504
+ background: transparent;
20675
20505
  }
20676
20506
 
20677
- .v-data-table-footer__page {
20678
- padding: 0 8px;
20507
+ .v-carousel--vertical-delimiters .v-carousel__controls {
20508
+ flex-direction: column;
20509
+ height: 100% !important;
20510
+ width: 50px;
20679
20511
  }.v-divider {
20680
20512
  display: block;
20681
20513
  flex: 1 1 100%;
@@ -20705,109 +20537,308 @@ html.overflow-y-hidden {
20705
20537
  margin-bottom: 8px;
20706
20538
  margin-top: 8px;
20707
20539
  max-height: calc(100% - 16px);
20708
- }/* region INPUT */
20709
- .v-field {
20710
- display: grid;
20711
- grid-template-areas: "prepend-inner field clear append-inner";
20712
- grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
20713
- font-size: 16px;
20714
- letter-spacing: 0.009375em;
20715
- max-width: 100%;
20716
- border-radius: 4px;
20717
- contain: layout;
20718
- flex: 1 0;
20719
- grid-area: control;
20720
- position: relative;
20721
- --v-field-padding-start: 16px;
20722
- --v-field-padding-end: 16px;
20723
- --v-field-padding-top: 8px;
20724
- --v-field-padding-bottom: 4px;
20725
- --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
20726
- --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
20540
+ }.v-expansion-panel {
20541
+ background-color: rgb(var(--v-theme-surface));
20542
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20727
20543
  }
20728
- .v-field--disabled {
20729
- opacity: var(--v-disabled-opacity);
20730
- pointer-events: none;
20544
+ .v-expansion-panel:not(:first-child)::after {
20545
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
20731
20546
  }
20732
- .v-field .v-chip {
20733
- --v-chip-height: 24px;
20547
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20548
+ color: rgba(var(--v-theme-on-surface), 0.26);
20549
+ }
20550
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
20551
+ opacity: 0.4615384615;
20734
20552
  }
20735
20553
 
20736
- /* endregion */
20737
- /* region MODIFIERS */
20738
- .v-field--prepended {
20739
- padding-inline-start: 12px;
20554
+ .v-expansion-panels {
20555
+ display: flex;
20556
+ flex-wrap: wrap;
20557
+ justify-content: center;
20558
+ list-style-type: none;
20559
+ padding: 0;
20560
+ width: 100%;
20561
+ position: relative;
20562
+ z-index: 1;
20740
20563
  }
20741
- .v-field--appended {
20742
- padding-inline-end: 12px;
20564
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20565
+ border-bottom-left-radius: 0 !important;
20566
+ border-bottom-right-radius: 0 !important;
20743
20567
  }
20744
- .v-field--variant-solo, .v-field--variant-solo-filled {
20745
- background: rgb(var(--v-theme-surface));
20746
- border-color: transparent;
20747
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20748
- 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));
20568
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20569
+ border-top-left-radius: 0 !important;
20570
+ border-top-right-radius: 0 !important;
20749
20571
  }
20750
- .v-field--variant-solo-inverted {
20751
- background: rgb(var(--v-theme-surface));
20752
- border-color: transparent;
20753
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20754
- 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));
20572
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
20573
+ border-bottom-left-radius: 0 !important;
20574
+ border-bottom-right-radius: 0 !important;
20755
20575
  }
20756
- .v-field--variant-solo-inverted.v-field--focused {
20757
- color: rgb(var(--v-theme-on-surface-variant));
20576
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
20577
+ border-top-left-radius: 0 !important;
20578
+ border-top-right-radius: 0 !important;
20758
20579
  }
20759
- .v-field--variant-filled {
20760
- border-bottom-left-radius: 0;
20761
- border-bottom-right-radius: 0;
20580
+ .v-expansion-panels--variant-accordion > :first-child {
20581
+ border-bottom-left-radius: 0 !important;
20582
+ border-bottom-right-radius: 0 !important;
20762
20583
  }
20763
- .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
20764
- --v-input-control-height: 56px;
20765
- --v-field-padding-bottom: 4px;
20584
+ .v-expansion-panels--variant-accordion > :last-child {
20585
+ border-top-left-radius: 0 !important;
20586
+ border-top-right-radius: 0 !important;
20766
20587
  }
20767
-
20768
- .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
20769
- --v-input-control-height: 48px;
20770
- --v-field-padding-bottom: 0px;
20588
+ .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
20589
+ border-bottom-left-radius: initial;
20590
+ border-bottom-right-radius: initial;
20771
20591
  }
20772
-
20773
- .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
20774
- --v-input-control-height: 40px;
20775
- --v-field-padding-bottom: 0px;
20592
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
20593
+ border-radius: 0 !important;
20594
+ }
20595
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
20596
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
20776
20597
  }
20777
20598
 
20778
- .v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
20779
- --v-field-padding-top: 0px;
20599
+ .v-expansion-panel {
20600
+ flex: 1 0 100%;
20601
+ max-width: 100%;
20602
+ position: relative;
20603
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
20604
+ transition-property: margin-top, border-radius, border, max-width;
20605
+ border-radius: 4px;
20780
20606
  }
20781
- .v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
20782
- --v-field-padding-bottom: 16px;
20607
+ .v-expansion-panel:not(:first-child)::after {
20608
+ border-top-style: solid;
20609
+ border-top-width: thin;
20610
+ content: "";
20611
+ left: 0;
20612
+ position: absolute;
20613
+ right: 0;
20614
+ top: 0;
20615
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
20783
20616
  }
20784
-
20785
- .v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
20786
- --v-field-padding-bottom: 12px;
20617
+ .v-expansion-panel--disabled .v-expansion-panel-title {
20618
+ pointer-events: none;
20787
20619
  }
20788
-
20789
- .v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
20790
- --v-field-padding-bottom: 8px;
20620
+ .v-expansion-panel--active:not(:first-child),
20621
+ .v-expansion-panel--active + .v-expansion-panel {
20622
+ margin-top: 16px;
20791
20623
  }
20792
-
20793
- .v-field--variant-plain, .v-field--variant-underlined {
20794
- border-radius: 0;
20795
- padding: 0;
20624
+ .v-expansion-panel--active:not(:first-child)::after,
20625
+ .v-expansion-panel--active + .v-expansion-panel::after {
20626
+ opacity: 0;
20796
20627
  }
20797
- .v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
20798
- --v-field-padding-start: 0px;
20799
- --v-field-padding-end: 0px;
20628
+ .v-expansion-panel--active > .v-expansion-panel-title {
20629
+ border-bottom-left-radius: 0;
20630
+ border-bottom-right-radius: 0;
20800
20631
  }
20801
- .v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
20802
- --v-input-control-height: 48px;
20803
- --v-field-padding-top: 4px;
20804
- --v-field-padding-bottom: 4px;
20632
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
20633
+ min-height: 64px;
20805
20634
  }
20806
20635
 
20807
- .v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
20808
- --v-input-control-height: 40px;
20809
- --v-field-padding-top: 2px;
20810
- --v-field-padding-bottom: 0px;
20636
+ .v-expansion-panel__shadow {
20637
+ position: absolute;
20638
+ top: 0;
20639
+ left: 0;
20640
+ width: 100%;
20641
+ height: 100%;
20642
+ 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));
20643
+ border-radius: inherit;
20644
+ z-index: -1;
20645
+ }
20646
+
20647
+ .v-expansion-panel-title {
20648
+ align-items: center;
20649
+ text-align: start;
20650
+ border-radius: inherit;
20651
+ display: flex;
20652
+ font-size: 0.9375rem;
20653
+ line-height: 1;
20654
+ min-height: 48px;
20655
+ outline: none;
20656
+ padding: 16px 24px;
20657
+ position: relative;
20658
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
20659
+ width: 100%;
20660
+ justify-content: space-between;
20661
+ }
20662
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
20663
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
20664
+ }
20665
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
20666
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20667
+ }
20668
+ @supports not selector(:focus-visible) {
20669
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
20670
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
20671
+ }
20672
+ }
20673
+ .v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
20674
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20675
+ }
20676
+ .v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
20677
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20678
+ }
20679
+ .v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
20680
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20681
+ }
20682
+ @supports not selector(:focus-visible) {
20683
+ .v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
20684
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20685
+ }
20686
+ }
20687
+ .v-expansion-panel-title--active::before {
20688
+ opacity: 0.12;
20689
+ }
20690
+
20691
+ .v-expansion-panel-title__overlay {
20692
+ position: absolute;
20693
+ top: 0;
20694
+ left: 0;
20695
+ width: 100%;
20696
+ height: 100%;
20697
+ background-color: currentColor;
20698
+ border-radius: inherit;
20699
+ opacity: 0;
20700
+ }
20701
+
20702
+ .v-expansion-panel-title__icon {
20703
+ display: inline-flex;
20704
+ margin-bottom: -4px;
20705
+ margin-top: -4px;
20706
+ -webkit-user-select: none;
20707
+ user-select: none;
20708
+ margin-inline-start: auto;
20709
+ }
20710
+
20711
+ .v-expansion-panel-text {
20712
+ display: flex;
20713
+ }
20714
+ .v-expansion-panel-text__wrapper {
20715
+ padding: 8px 24px 16px;
20716
+ flex: 1 1 auto;
20717
+ max-width: 100%;
20718
+ }
20719
+
20720
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
20721
+ margin-top: 0;
20722
+ }
20723
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
20724
+ opacity: 1;
20725
+ }
20726
+
20727
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
20728
+ max-width: calc(100% - 32px);
20729
+ }
20730
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
20731
+ max-width: calc(100% + 16px);
20732
+ }
20733
+
20734
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
20735
+ max-width: 100%;
20736
+ }
20737
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
20738
+ max-width: calc(100% - 32px);
20739
+ }/* region INPUT */
20740
+ .v-field {
20741
+ display: grid;
20742
+ grid-template-areas: "prepend-inner field clear append-inner";
20743
+ grid-template-columns: min-content minmax(0, 1fr) min-content min-content;
20744
+ font-size: 16px;
20745
+ letter-spacing: 0.009375em;
20746
+ max-width: 100%;
20747
+ border-radius: 4px;
20748
+ contain: layout;
20749
+ flex: 1 0;
20750
+ grid-area: control;
20751
+ position: relative;
20752
+ --v-field-padding-start: 16px;
20753
+ --v-field-padding-end: 16px;
20754
+ --v-field-padding-top: 8px;
20755
+ --v-field-padding-bottom: 4px;
20756
+ --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
20757
+ --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
20758
+ }
20759
+ .v-field--disabled {
20760
+ opacity: var(--v-disabled-opacity);
20761
+ pointer-events: none;
20762
+ }
20763
+ .v-field .v-chip {
20764
+ --v-chip-height: 24px;
20765
+ }
20766
+
20767
+ /* endregion */
20768
+ /* region MODIFIERS */
20769
+ .v-field--prepended {
20770
+ padding-inline-start: 12px;
20771
+ }
20772
+ .v-field--appended {
20773
+ padding-inline-end: 12px;
20774
+ }
20775
+ .v-field--variant-solo, .v-field--variant-solo-filled {
20776
+ background: rgb(var(--v-theme-surface));
20777
+ border-color: transparent;
20778
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20779
+ 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));
20780
+ }
20781
+ .v-field--variant-solo-inverted {
20782
+ background: rgb(var(--v-theme-surface));
20783
+ border-color: transparent;
20784
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
20785
+ 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));
20786
+ }
20787
+ .v-field--variant-solo-inverted.v-field--focused {
20788
+ color: rgb(var(--v-theme-on-surface-variant));
20789
+ }
20790
+ .v-field--variant-filled {
20791
+ border-bottom-left-radius: 0;
20792
+ border-bottom-right-radius: 0;
20793
+ }
20794
+ .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
20795
+ --v-input-control-height: 56px;
20796
+ --v-field-padding-bottom: 4px;
20797
+ }
20798
+
20799
+ .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
20800
+ --v-input-control-height: 48px;
20801
+ --v-field-padding-bottom: 0px;
20802
+ }
20803
+
20804
+ .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
20805
+ --v-input-control-height: 40px;
20806
+ --v-field-padding-bottom: 0px;
20807
+ }
20808
+
20809
+ .v-field--variant-outlined, .v-field--single-line, .v-field--no-label {
20810
+ --v-field-padding-top: 0px;
20811
+ }
20812
+ .v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
20813
+ --v-field-padding-bottom: 16px;
20814
+ }
20815
+
20816
+ .v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
20817
+ --v-field-padding-bottom: 12px;
20818
+ }
20819
+
20820
+ .v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
20821
+ --v-field-padding-bottom: 8px;
20822
+ }
20823
+
20824
+ .v-field--variant-plain, .v-field--variant-underlined {
20825
+ border-radius: 0;
20826
+ padding: 0;
20827
+ }
20828
+ .v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
20829
+ --v-field-padding-start: 0px;
20830
+ --v-field-padding-end: 0px;
20831
+ }
20832
+ .v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
20833
+ --v-input-control-height: 48px;
20834
+ --v-field-padding-top: 4px;
20835
+ --v-field-padding-bottom: 4px;
20836
+ }
20837
+
20838
+ .v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
20839
+ --v-input-control-height: 40px;
20840
+ --v-field-padding-top: 2px;
20841
+ --v-field-padding-bottom: 0px;
20811
20842
  }
20812
20843
 
20813
20844
  .v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
@@ -21128,420 +21159,133 @@ textarea.v-field__input::placeholder {
21128
21159
  }
21129
21160
  .v-field--variant-outlined .v-field__outline__notch::before, .v-field--variant-outlined .v-field__outline__notch::after {
21130
21161
  opacity: var(--v-field-border-opacity);
21131
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21132
- content: "";
21133
- position: absolute;
21134
- top: 0;
21135
- left: 0;
21136
- width: 100%;
21137
- height: 100%;
21138
- }
21139
- .v-field--variant-outlined .v-field__outline__notch::before {
21140
- border-width: var(--v-field-border-width) 0 0;
21141
- }
21142
- .v-field--variant-outlined .v-field__outline__notch::after {
21143
- bottom: 0;
21144
- border-width: 0 0 var(--v-field-border-width);
21145
- }
21146
- .v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
21147
- opacity: 0;
21148
- }
21149
-
21150
- .v-field--variant-outlined .v-field__outline__end {
21151
- flex: 1;
21152
- border-top-width: var(--v-field-border-width);
21153
- border-bottom-width: var(--v-field-border-width);
21154
- border-inline-end-width: var(--v-field-border-width);
21155
- border-start-start-radius: 0;
21156
- border-start-end-radius: inherit;
21157
- border-end-end-radius: inherit;
21158
- border-end-start-radius: 0;
21159
- }
21160
-
21161
- /* endregion */
21162
- /* region LOADER */
21163
- .v-field__loader {
21164
- top: calc(100% - 2px);
21165
- left: 0;
21166
- position: absolute;
21167
- right: 0;
21168
- width: 100%;
21169
- border-top-left-radius: 0;
21170
- border-top-right-radius: 0;
21171
- border-bottom-left-radius: inherit;
21172
- border-bottom-right-radius: inherit;
21173
- overflow: hidden;
21174
- }
21175
- .v-field--variant-outlined .v-field__loader {
21176
- top: calc(100% - 3px);
21177
- }
21178
-
21179
- /* endregion */
21180
- /* region OVERLAY */
21181
- .v-field__overlay {
21182
- border-radius: inherit;
21183
- pointer-events: none;
21184
- position: absolute;
21185
- top: 0;
21186
- left: 0;
21187
- width: 100%;
21188
- height: 100%;
21189
- }
21190
-
21191
- .v-field--variant-filled .v-field__overlay {
21192
- background-color: currentColor;
21193
- opacity: 0.04;
21194
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21195
- }
21196
- .v-field--variant-filled.v-field--has-background .v-field__overlay {
21197
- opacity: 0;
21198
- }
21199
- @media (hover: hover) {
21200
- .v-field--variant-filled:hover .v-field__overlay {
21201
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21202
- }
21203
- }
21204
- .v-field--variant-filled.v-field--focused .v-field__overlay {
21205
- opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21206
- }
21207
-
21208
- .v-field--variant-solo-filled .v-field__overlay {
21209
- background-color: currentColor;
21210
- opacity: 0.04;
21211
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21212
- }
21213
- @media (hover: hover) {
21214
- .v-field--variant-solo-filled:hover .v-field__overlay {
21215
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21216
- }
21217
- }
21218
- .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
21219
- opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21220
- }
21221
-
21222
- .v-field--variant-solo-inverted .v-field__overlay {
21223
- transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21224
- }
21225
- .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
21226
- opacity: 0;
21227
- }
21228
- @media (hover: hover) {
21229
- .v-field--variant-solo-inverted:hover .v-field__overlay {
21230
- opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21231
- }
21232
- }
21233
- .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
21234
- background-color: rgb(var(--v-theme-surface-variant));
21235
- opacity: 1;
21236
- }
21237
-
21238
- /* endregion */
21239
- /* region MODIFIERS */
21240
- .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
21241
- flex-direction: row-reverse;
21242
- }
21243
- .v-field--reverse .v-field__input, .v-field--reverse input {
21244
- text-align: end;
21245
- }
21246
-
21247
- .v-input--disabled .v-field--variant-filled .v-field__outline::before,
21248
- .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21249
- border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
21250
- }
21251
-
21252
- .v-field--loading .v-field__outline::after,
21253
- .v-field--loading .v-field__outline::before {
21254
- opacity: 0;
21255
- }
21256
-
21257
- /* endregion */.v-dialog {
21258
- align-items: center;
21259
- justify-content: center;
21260
- margin: auto;
21261
- }
21262
- .v-dialog > .v-overlay__content {
21263
- max-height: calc(100% - 48px);
21264
- width: calc(100% - 48px);
21265
- max-width: calc(100% - 48px);
21266
- margin: 24px;
21267
- }
21268
- .v-dialog > .v-overlay__content,
21269
- .v-dialog > .v-overlay__content > form {
21270
- display: flex;
21271
- flex-direction: column;
21272
- min-height: 0;
21273
- }
21274
- .v-dialog > .v-overlay__content > .v-card,
21275
- .v-dialog > .v-overlay__content > .v-sheet,
21276
- .v-dialog > .v-overlay__content > form > .v-card,
21277
- .v-dialog > .v-overlay__content > form > .v-sheet {
21278
- --v-scrollbar-offset: 0px;
21279
- border-radius: 4px;
21280
- overflow-y: auto;
21281
- 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));
21282
- }
21283
- .v-dialog > .v-overlay__content > .v-card,
21284
- .v-dialog > .v-overlay__content > form > .v-card {
21285
- display: flex;
21286
- flex-direction: column;
21287
- }
21288
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21289
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21290
- padding: 14px 24px 0;
21291
- }
21292
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21293
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21294
- padding-top: 10px;
21295
- }
21296
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21297
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21298
- font-size: inherit;
21299
- letter-spacing: 0.03125em;
21300
- line-height: inherit;
21301
- padding: 16px 24px 10px;
21302
- }
21303
-
21304
- .v-dialog--fullscreen {
21305
- --v-scrollbar-offset: 0px;
21306
- }
21307
- .v-dialog--fullscreen > .v-overlay__content {
21308
- border-radius: 0;
21309
- margin: 0;
21310
- padding: 0;
21311
- width: 100%;
21312
- height: 100%;
21313
- max-width: 100%;
21314
- max-height: 100%;
21315
- overflow-y: auto;
21316
- top: 0;
21317
- left: 0;
21318
- }
21319
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
21320
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21321
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21322
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21323
- min-height: 100%;
21324
- min-width: 100%;
21325
- border-radius: 0;
21326
- }
21327
-
21328
- .v-dialog--scrollable > .v-overlay__content,
21329
- .v-dialog--scrollable > .v-overlay__content > form {
21330
- display: flex;
21331
- }
21332
- .v-dialog--scrollable > .v-overlay__content > .v-card,
21333
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21334
- display: flex;
21335
- flex: 1 1 100%;
21336
- flex-direction: column;
21337
- max-height: 100%;
21338
- max-width: 100%;
21339
- }
21340
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21341
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21342
- -webkit-backface-visibility: hidden;
21343
- backface-visibility: hidden;
21344
- overflow-y: auto;
21345
- }.v-expansion-panel {
21346
- background-color: rgb(var(--v-theme-surface));
21347
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21348
- }
21349
- .v-expansion-panel:not(:first-child)::after {
21350
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21351
- }
21352
- .v-expansion-panel--disabled .v-expansion-panel-title {
21353
- color: rgba(var(--v-theme-on-surface), 0.26);
21354
- }
21355
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21356
- opacity: 0.4615384615;
21357
- }
21358
-
21359
- .v-expansion-panels {
21360
- display: flex;
21361
- flex-wrap: wrap;
21362
- justify-content: center;
21363
- list-style-type: none;
21364
- padding: 0;
21365
- width: 100%;
21366
- position: relative;
21367
- z-index: 1;
21368
- }
21369
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21370
- border-bottom-left-radius: 0 !important;
21371
- border-bottom-right-radius: 0 !important;
21372
- }
21373
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21374
- border-top-left-radius: 0 !important;
21375
- border-top-right-radius: 0 !important;
21376
- }
21377
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21378
- border-bottom-left-radius: 0 !important;
21379
- border-bottom-right-radius: 0 !important;
21380
- }
21381
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21382
- border-top-left-radius: 0 !important;
21383
- border-top-right-radius: 0 !important;
21384
- }
21385
- .v-expansion-panels--variant-accordion > :first-child {
21386
- border-bottom-left-radius: 0 !important;
21387
- border-bottom-right-radius: 0 !important;
21388
- }
21389
- .v-expansion-panels--variant-accordion > :last-child {
21390
- border-top-left-radius: 0 !important;
21391
- border-top-right-radius: 0 !important;
21392
- }
21393
- .v-expansion-panels--variant-accordion > :last-child .v-expansion-panel-title--active {
21394
- border-bottom-left-radius: initial;
21395
- border-bottom-right-radius: initial;
21396
- }
21397
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21398
- border-radius: 0 !important;
21399
- }
21400
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21401
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21402
- }
21403
-
21404
- .v-expansion-panel {
21405
- flex: 1 0 100%;
21406
- max-width: 100%;
21407
- position: relative;
21408
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21409
- transition-property: margin-top, border-radius, border, max-width;
21410
- border-radius: 4px;
21411
- }
21412
- .v-expansion-panel:not(:first-child)::after {
21413
- border-top-style: solid;
21414
- border-top-width: thin;
21162
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21415
21163
  content: "";
21416
- left: 0;
21417
21164
  position: absolute;
21418
- right: 0;
21419
21165
  top: 0;
21420
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
21166
+ left: 0;
21167
+ width: 100%;
21168
+ height: 100%;
21421
21169
  }
21422
- .v-expansion-panel--disabled .v-expansion-panel-title {
21423
- pointer-events: none;
21170
+ .v-field--variant-outlined .v-field__outline__notch::before {
21171
+ border-width: var(--v-field-border-width) 0 0;
21424
21172
  }
21425
- .v-expansion-panel--active:not(:first-child),
21426
- .v-expansion-panel--active + .v-expansion-panel {
21427
- margin-top: 16px;
21173
+ .v-field--variant-outlined .v-field__outline__notch::after {
21174
+ bottom: 0;
21175
+ border-width: 0 0 var(--v-field-border-width);
21428
21176
  }
21429
- .v-expansion-panel--active:not(:first-child)::after,
21430
- .v-expansion-panel--active + .v-expansion-panel::after {
21177
+ .v-field--active.v-field--variant-outlined .v-field__outline__notch::before {
21431
21178
  opacity: 0;
21432
21179
  }
21433
- .v-expansion-panel--active > .v-expansion-panel-title {
21434
- border-bottom-left-radius: 0;
21435
- border-bottom-right-radius: 0;
21180
+
21181
+ .v-field--variant-outlined .v-field__outline__end {
21182
+ flex: 1;
21183
+ border-top-width: var(--v-field-border-width);
21184
+ border-bottom-width: var(--v-field-border-width);
21185
+ border-inline-end-width: var(--v-field-border-width);
21186
+ border-start-start-radius: 0;
21187
+ border-start-end-radius: inherit;
21188
+ border-end-end-radius: inherit;
21189
+ border-end-start-radius: 0;
21436
21190
  }
21437
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
21438
- min-height: 64px;
21191
+
21192
+ /* endregion */
21193
+ /* region LOADER */
21194
+ .v-field__loader {
21195
+ top: calc(100% - 2px);
21196
+ left: 0;
21197
+ position: absolute;
21198
+ right: 0;
21199
+ width: 100%;
21200
+ border-top-left-radius: 0;
21201
+ border-top-right-radius: 0;
21202
+ border-bottom-left-radius: inherit;
21203
+ border-bottom-right-radius: inherit;
21204
+ overflow: hidden;
21205
+ }
21206
+ .v-field--variant-outlined .v-field__loader {
21207
+ top: calc(100% - 3px);
21439
21208
  }
21440
21209
 
21441
- .v-expansion-panel__shadow {
21210
+ /* endregion */
21211
+ /* region OVERLAY */
21212
+ .v-field__overlay {
21213
+ border-radius: inherit;
21214
+ pointer-events: none;
21442
21215
  position: absolute;
21443
21216
  top: 0;
21444
21217
  left: 0;
21445
21218
  width: 100%;
21446
21219
  height: 100%;
21447
- 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));
21448
- border-radius: inherit;
21449
- z-index: -1;
21450
21220
  }
21451
21221
 
21452
- .v-expansion-panel-title {
21453
- align-items: center;
21454
- text-align: start;
21455
- border-radius: inherit;
21456
- display: flex;
21457
- font-size: 0.9375rem;
21458
- line-height: 1;
21459
- min-height: 48px;
21460
- outline: none;
21461
- padding: 16px 24px;
21462
- position: relative;
21463
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
21464
- width: 100%;
21465
- justify-content: space-between;
21466
- }
21467
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21468
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21222
+ .v-field--variant-filled .v-field__overlay {
21223
+ background-color: currentColor;
21224
+ opacity: 0.04;
21225
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21469
21226
  }
21470
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21471
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21227
+ .v-field--variant-filled.v-field--has-background .v-field__overlay {
21228
+ opacity: 0;
21472
21229
  }
21473
- @supports not selector(:focus-visible) {
21474
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21475
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21230
+ @media (hover: hover) {
21231
+ .v-field--variant-filled:hover .v-field__overlay {
21232
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21476
21233
  }
21477
21234
  }
21478
- .v-expansion-panel-title--active > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true] > .v-expansion-panel-title__overlay {
21479
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21480
- }
21481
- .v-expansion-panel-title--active:hover > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:hover > .v-expansion-panel-title__overlay {
21482
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21235
+ .v-field--variant-filled.v-field--focused .v-field__overlay {
21236
+ opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21483
21237
  }
21484
- .v-expansion-panel-title--active:focus-visible > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-expansion-panel-title__overlay {
21485
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21238
+
21239
+ .v-field--variant-solo-filled .v-field__overlay {
21240
+ background-color: currentColor;
21241
+ opacity: 0.04;
21242
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21486
21243
  }
21487
- @supports not selector(:focus-visible) {
21488
- .v-expansion-panel-title--active:focus > .v-expansion-panel-title__overlay, .v-expansion-panel-title[aria-haspopup=menu][aria-expanded=true]:focus > .v-expansion-panel-title__overlay {
21489
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21244
+ @media (hover: hover) {
21245
+ .v-field--variant-solo-filled:hover .v-field__overlay {
21246
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21490
21247
  }
21491
21248
  }
21492
- .v-expansion-panel-title--active::before {
21493
- opacity: 0.12;
21249
+ .v-field--variant-solo-filled.v-field--focused .v-field__overlay {
21250
+ opacity: calc((0.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21494
21251
  }
21495
21252
 
21496
- .v-expansion-panel-title__overlay {
21497
- position: absolute;
21498
- top: 0;
21499
- left: 0;
21500
- width: 100%;
21501
- height: 100%;
21502
- background-color: currentColor;
21503
- border-radius: inherit;
21504
- opacity: 0;
21253
+ .v-field--variant-solo-inverted .v-field__overlay {
21254
+ transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
21505
21255
  }
21506
-
21507
- .v-expansion-panel-title__icon {
21508
- display: inline-flex;
21509
- margin-bottom: -4px;
21510
- margin-top: -4px;
21511
- -webkit-user-select: none;
21512
- user-select: none;
21513
- margin-inline-start: auto;
21256
+ .v-field--variant-solo-inverted.v-field--has-background .v-field__overlay {
21257
+ opacity: 0;
21514
21258
  }
21515
-
21516
- .v-expansion-panel-text {
21517
- display: flex;
21259
+ @media (hover: hover) {
21260
+ .v-field--variant-solo-inverted:hover .v-field__overlay {
21261
+ opacity: calc((0.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21262
+ }
21518
21263
  }
21519
- .v-expansion-panel-text__wrapper {
21520
- padding: 8px 24px 16px;
21521
- flex: 1 1 auto;
21522
- max-width: 100%;
21264
+ .v-field--variant-solo-inverted.v-field--focused .v-field__overlay {
21265
+ background-color: rgb(var(--v-theme-surface-variant));
21266
+ opacity: 1;
21523
21267
  }
21524
21268
 
21525
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
21526
- margin-top: 0;
21269
+ /* endregion */
21270
+ /* region MODIFIERS */
21271
+ .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
21272
+ flex-direction: row-reverse;
21527
21273
  }
21528
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21529
- opacity: 1;
21274
+ .v-field--reverse .v-field__input, .v-field--reverse input {
21275
+ text-align: end;
21530
21276
  }
21531
21277
 
21532
- .v-expansion-panels--variant-popout > .v-expansion-panel {
21533
- max-width: calc(100% - 32px);
21534
- }
21535
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21536
- max-width: calc(100% + 16px);
21278
+ .v-input--disabled .v-field--variant-filled .v-field__outline::before,
21279
+ .v-input--disabled .v-field--variant-underlined .v-field__outline::before {
21280
+ border-image: repeating-linear-gradient(to right, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 0px, rgba(var(--v-theme-on-surface), var(--v-disabled-opacity)) 2px, transparent 2px, transparent 4px) 1 repeat;
21537
21281
  }
21538
21282
 
21539
- .v-expansion-panels--variant-inset > .v-expansion-panel {
21540
- max-width: 100%;
21283
+ .v-field--loading .v-field__outline::after,
21284
+ .v-field--loading .v-field__outline::before {
21285
+ opacity: 0;
21541
21286
  }
21542
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21543
- max-width: calc(100% - 32px);
21544
- }.v-footer {
21287
+
21288
+ /* endregion */.v-footer {
21545
21289
  align-items: center;
21546
21290
  display: flex;
21547
21291
  flex: 1 1 auto;
@@ -21589,85 +21333,6 @@ textarea.v-field__input::placeholder {
21589
21333
  }
21590
21334
  .v-input--plain-underlined.v-file-input .v-input__details {
21591
21335
  padding-inline: 0;
21592
- }.v-infinite-scroll--horizontal {
21593
- display: flex;
21594
- flex-direction: row;
21595
- overflow-x: auto;
21596
- }
21597
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21598
- height: 100%;
21599
- width: 1px;
21600
- }
21601
-
21602
- .v-infinite-scroll--vertical {
21603
- display: flex;
21604
- flex-direction: column;
21605
- overflow-y: auto;
21606
- }
21607
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21608
- height: 1px;
21609
- width: 100%;
21610
- }
21611
-
21612
- .v-infinite-scroll__side {
21613
- align-items: center;
21614
- display: flex;
21615
- justify-content: center;
21616
- padding: 8px;
21617
- }.v-icon {
21618
- --v-icon-size-multiplier: 1;
21619
- align-items: center;
21620
- display: inline-flex;
21621
- font-feature-settings: "liga";
21622
- height: 1em;
21623
- justify-content: center;
21624
- letter-spacing: normal;
21625
- line-height: 1;
21626
- position: relative;
21627
- text-indent: 0;
21628
- text-align: center;
21629
- -webkit-user-select: none;
21630
- user-select: none;
21631
- vertical-align: middle;
21632
- width: 1em;
21633
- min-width: 1em;
21634
- }
21635
- .v-icon--clickable {
21636
- cursor: pointer;
21637
- }
21638
- .v-icon--size-x-small {
21639
- font-size: calc(var(--v-icon-size-multiplier) * 1em);
21640
- }
21641
- .v-icon--size-small {
21642
- font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21643
- }
21644
- .v-icon--size-default {
21645
- font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21646
- }
21647
- .v-icon--size-large {
21648
- font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21649
- }
21650
- .v-icon--size-x-large {
21651
- font-size: calc(var(--v-icon-size-multiplier) * 2em);
21652
- }
21653
-
21654
- .v-icon__svg {
21655
- fill: currentColor;
21656
- width: 100%;
21657
- height: 100%;
21658
- }
21659
-
21660
- .v-icon--start {
21661
- margin-inline-end: 8px;
21662
- }
21663
-
21664
- .v-icon--end {
21665
- margin-inline-start: 8px;
21666
- }.v-item-group {
21667
- flex: 0 1 auto;
21668
- max-width: 100%;
21669
- position: relative;
21670
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21671
21336
  }.v-input {
21672
21337
  display: grid;
21673
21338
  flex: 1 1 auto;
@@ -21846,21 +21511,255 @@ textarea.v-field__input::placeholder {
21846
21511
 
21847
21512
  .v-img__gradient {
21848
21513
  background-repeat: no-repeat;
21849
- }.v-layout {
21850
- --v-scrollbar-offset: 0px;
21851
- display: flex;
21852
- flex: 1 1 auto;
21514
+ }.v-icon {
21515
+ --v-icon-size-multiplier: 1;
21516
+ align-items: center;
21517
+ display: inline-flex;
21518
+ font-feature-settings: "liga";
21519
+ height: 1em;
21520
+ justify-content: center;
21521
+ letter-spacing: normal;
21522
+ line-height: 1;
21523
+ position: relative;
21524
+ text-indent: 0;
21525
+ text-align: center;
21526
+ -webkit-user-select: none;
21527
+ user-select: none;
21528
+ vertical-align: middle;
21529
+ width: 1em;
21530
+ min-width: 1em;
21853
21531
  }
21854
- .v-layout--full-height {
21855
- --v-scrollbar-offset: inherit;
21532
+ .v-icon--clickable {
21533
+ cursor: pointer;
21534
+ }
21535
+ .v-icon--size-x-small {
21536
+ font-size: calc(var(--v-icon-size-multiplier) * 1em);
21537
+ }
21538
+ .v-icon--size-small {
21539
+ font-size: calc(var(--v-icon-size-multiplier) * 1.25em);
21540
+ }
21541
+ .v-icon--size-default {
21542
+ font-size: calc(var(--v-icon-size-multiplier) * 1.5em);
21543
+ }
21544
+ .v-icon--size-large {
21545
+ font-size: calc(var(--v-icon-size-multiplier) * 1.75em);
21546
+ }
21547
+ .v-icon--size-x-large {
21548
+ font-size: calc(var(--v-icon-size-multiplier) * 2em);
21549
+ }
21550
+
21551
+ .v-icon__svg {
21552
+ fill: currentColor;
21553
+ width: 100%;
21856
21554
  height: 100%;
21857
- }.v-layout-item {
21858
- position: absolute;
21555
+ }
21556
+
21557
+ .v-icon--start {
21558
+ margin-inline-end: 8px;
21559
+ }
21560
+
21561
+ .v-icon--end {
21562
+ margin-inline-start: 8px;
21563
+ }.v-item-group {
21564
+ flex: 0 1 auto;
21565
+ max-width: 100%;
21566
+ position: relative;
21859
21567
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21568
+ }.v-data-table-footer {
21569
+ display: flex;
21570
+ align-items: center;
21571
+ flex-wrap: wrap;
21572
+ padding: 4px;
21573
+ justify-content: flex-end;
21860
21574
  }
21861
21575
 
21862
- .v-layout-item--absolute {
21863
- position: absolute;
21576
+ .v-data-table-footer__items-per-page {
21577
+ display: flex;
21578
+ align-items: center;
21579
+ justify-content: center;
21580
+ }
21581
+ .v-data-table-footer__items-per-page > span {
21582
+ padding-inline-end: 8px;
21583
+ }
21584
+ .v-data-table-footer__items-per-page > .v-select {
21585
+ width: 90px;
21586
+ }
21587
+
21588
+ .v-data-table-footer__info {
21589
+ display: flex;
21590
+ justify-content: flex-end;
21591
+ min-width: 116px;
21592
+ padding: 0 16px;
21593
+ }
21594
+
21595
+ .v-data-table-footer__pagination {
21596
+ display: flex;
21597
+ align-items: center;
21598
+ margin-inline-start: 16px;
21599
+ }
21600
+
21601
+ .v-data-table-footer__page {
21602
+ padding: 0 8px;
21603
+ }.v-data-table {
21604
+ width: 100%;
21605
+ }
21606
+
21607
+ .v-data-table__table {
21608
+ width: 100%;
21609
+ border-collapse: separate;
21610
+ border-spacing: 0;
21611
+ }
21612
+
21613
+ .v-data-table__tr--focus {
21614
+ border: 1px dotted black;
21615
+ }
21616
+ .v-data-table__tr--clickable {
21617
+ cursor: pointer;
21618
+ }
21619
+
21620
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end,
21621
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end,
21622
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end,
21623
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end {
21624
+ text-align: end;
21625
+ }
21626
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21627
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-end .v-data-table-header__content,
21628
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-end .v-data-table-header__content,
21629
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-end .v-data-table-header__content {
21630
+ flex-direction: row-reverse;
21631
+ }
21632
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center,
21633
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center,
21634
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center,
21635
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center {
21636
+ text-align: center;
21637
+ }
21638
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--align-center .v-data-table-header__content,
21639
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--align-center .v-data-table-header__content,
21640
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--align-center .v-data-table-header__content,
21641
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--align-center .v-data-table-header__content {
21642
+ justify-content: center;
21643
+ }
21644
+ .v-data-table .v-table__wrapper > table > thead > tr > td.v-data-table-column--no-padding,
21645
+ .v-data-table .v-table__wrapper > table > thead > tr th.v-data-table-column--no-padding,
21646
+ .v-data-table .v-table__wrapper > table tbody > tr > td.v-data-table-column--no-padding,
21647
+ .v-data-table .v-table__wrapper > table tbody > tr th.v-data-table-column--no-padding {
21648
+ padding: 0 8px;
21649
+ }
21650
+ .v-data-table .v-table__wrapper > table > thead > tr > th,
21651
+ .v-data-table .v-table__wrapper > table tbody > tr > th {
21652
+ align-items: center;
21653
+ }
21654
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--fixed,
21655
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--fixed {
21656
+ position: sticky;
21657
+ }
21658
+ .v-data-table .v-table__wrapper > table > thead > tr > th.v-data-table__th--sortable:hover,
21659
+ .v-data-table .v-table__wrapper > table tbody > tr > th.v-data-table__th--sortable:hover {
21660
+ cursor: pointer;
21661
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21662
+ }
21663
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,
21664
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon {
21665
+ opacity: 0;
21666
+ }
21667
+ .v-data-table .v-table__wrapper > table > thead > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,
21668
+ .v-data-table .v-table__wrapper > table tbody > tr > th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon {
21669
+ opacity: 0.5;
21670
+ }
21671
+
21672
+ .v-data-table-column--fixed,
21673
+ .v-data-table__th--sticky {
21674
+ background: rgb(var(--v-theme-surface));
21675
+ position: sticky !important;
21676
+ left: 0;
21677
+ z-index: 1;
21678
+ }
21679
+
21680
+ .v-data-table-column--last-fixed {
21681
+ border-right: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
21682
+ }
21683
+
21684
+ .v-data-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th.v-data-table-column--fixed {
21685
+ z-index: 2;
21686
+ }
21687
+
21688
+ .v-data-table-group-header-row td {
21689
+ background: rgba(var(--v-theme-surface));
21690
+ color: rgba(var(--v-theme-on-surface));
21691
+ }
21692
+ .v-data-table-group-header-row td > span {
21693
+ padding-left: 5px;
21694
+ }
21695
+
21696
+ .v-data-table--loading .v-data-table__td {
21697
+ opacity: 0.3;
21698
+ }
21699
+
21700
+ .v-data-table-group-header-row__column {
21701
+ padding-left: calc(var(--v-data-table-group-header-row-depth) * 16px) !important;
21702
+ }
21703
+
21704
+ .v-data-table-header__content {
21705
+ display: flex;
21706
+ align-items: center;
21707
+ }
21708
+
21709
+ .v-data-table-header__sort-badge {
21710
+ display: inline-flex;
21711
+ justify-content: center;
21712
+ align-items: center;
21713
+ font-size: 0.875rem;
21714
+ padding: 4px;
21715
+ border-radius: 50%;
21716
+ background: rgba(var(--v-border-color), var(--v-border-opacity));
21717
+ min-width: 20px;
21718
+ min-height: 20px;
21719
+ width: 20px;
21720
+ height: 20px;
21721
+ }
21722
+
21723
+ .v-data-table-progress > th {
21724
+ border: none !important;
21725
+ height: auto !important;
21726
+ padding: 0 !important;
21727
+ }
21728
+
21729
+ .v-data-table-progress__loader {
21730
+ position: relative;
21731
+ }
21732
+
21733
+ .v-data-table-rows-loading,
21734
+ .v-data-table-rows-no-data {
21735
+ text-align: center;
21736
+ }.v-infinite-scroll--horizontal {
21737
+ display: flex;
21738
+ flex-direction: row;
21739
+ overflow-x: auto;
21740
+ }
21741
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
21742
+ height: 100%;
21743
+ width: 1px;
21744
+ }
21745
+
21746
+ .v-infinite-scroll--vertical {
21747
+ display: flex;
21748
+ flex-direction: column;
21749
+ overflow-y: auto;
21750
+ }
21751
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
21752
+ height: 1px;
21753
+ width: 100%;
21754
+ }
21755
+
21756
+ .v-infinite-scroll__side {
21757
+ align-items: center;
21758
+ display: flex;
21759
+ justify-content: center;
21760
+ padding: 8px;
21761
+ }.v-locale-provider {
21762
+ display: contents;
21864
21763
  }.v-label {
21865
21764
  align-items: center;
21866
21765
  color: inherit;
@@ -21876,8 +21775,6 @@ textarea.v-field__input::placeholder {
21876
21775
 
21877
21776
  .v-label--clickable {
21878
21777
  cursor: pointer;
21879
- }.v-locale-provider {
21880
- display: contents;
21881
21778
  }.v-list {
21882
21779
  overflow: auto;
21883
21780
  padding: 8px 0;
@@ -22429,22 +22326,21 @@ textarea.v-field__input::placeholder {
22429
22326
  }
22430
22327
  .v-list-group__header.v-list-item--active:hover .v-list-item__overlay {
22431
22328
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22432
- }.v-messages {
22329
+ }.v-layout-item {
22330
+ position: absolute;
22331
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22332
+ }
22333
+
22334
+ .v-layout-item--absolute {
22335
+ position: absolute;
22336
+ }.v-layout {
22337
+ --v-scrollbar-offset: 0px;
22338
+ display: flex;
22433
22339
  flex: 1 1 auto;
22434
- font-size: 12px;
22435
- min-height: 14px;
22436
- min-width: 1px;
22437
- opacity: var(--v-medium-emphasis-opacity);
22438
- position: relative;
22439
22340
  }
22440
- .v-messages__message {
22441
- line-height: 12px;
22442
- word-break: break-word;
22443
- overflow-wrap: break-word;
22444
- word-wrap: break-word;
22445
- -webkit-hyphens: auto;
22446
- hyphens: auto;
22447
- transition-duration: 150ms;
22341
+ .v-layout--full-height {
22342
+ --v-scrollbar-offset: inherit;
22343
+ height: 100%;
22448
22344
  }.v-main {
22449
22345
  flex: 1 0 auto;
22450
22346
  max-width: 100%;
@@ -22473,19 +22369,22 @@ textarea.v-field__input::placeholder {
22473
22369
  --v-layout-right: 0px;
22474
22370
  --v-layout-top: 0px;
22475
22371
  --v-layout-bottom: 0px;
22476
- }.v-menu > .v-overlay__content {
22477
- display: flex;
22478
- flex-direction: column;
22479
- border-radius: 4px;
22372
+ }.v-messages {
22373
+ flex: 1 1 auto;
22374
+ font-size: 12px;
22375
+ min-height: 14px;
22376
+ min-width: 1px;
22377
+ opacity: var(--v-medium-emphasis-opacity);
22378
+ position: relative;
22480
22379
  }
22481
- .v-menu > .v-overlay__content > .v-card,
22482
- .v-menu > .v-overlay__content > .v-sheet,
22483
- .v-menu > .v-overlay__content > .v-list {
22484
- background: rgb(var(--v-theme-surface));
22485
- border-radius: inherit;
22486
- overflow: auto;
22487
- height: 100%;
22488
- 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));
22380
+ .v-messages__message {
22381
+ line-height: 12px;
22382
+ word-break: break-word;
22383
+ overflow-wrap: break-word;
22384
+ word-wrap: break-word;
22385
+ -webkit-hyphens: auto;
22386
+ hyphens: auto;
22387
+ transition-duration: 150ms;
22489
22388
  }.v-navigation-drawer {
22490
22389
  -webkit-overflow-scrolling: touch;
22491
22390
  background: rgb(var(--v-theme-surface));
@@ -22640,6 +22539,19 @@ textarea.v-field__input::placeholder {
22640
22539
  }
22641
22540
  .v-otp-input__loader .v-progress-linear {
22642
22541
  position: absolute;
22542
+ }.v-menu > .v-overlay__content {
22543
+ display: flex;
22544
+ flex-direction: column;
22545
+ border-radius: 4px;
22546
+ }
22547
+ .v-menu > .v-overlay__content > .v-card,
22548
+ .v-menu > .v-overlay__content > .v-sheet,
22549
+ .v-menu > .v-overlay__content > .v-list {
22550
+ background: rgb(var(--v-theme-surface));
22551
+ border-radius: inherit;
22552
+ overflow: auto;
22553
+ height: 100%;
22554
+ box-shadow: 0px 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22643
22555
  }.v-overlay-container {
22644
22556
  contain: layout;
22645
22557
  left: 0;
@@ -22711,12 +22623,6 @@ html.v-overlay-scroll-blocked {
22711
22623
  }
22712
22624
  .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
22713
22625
  margin: 0.3rem;
22714
- }.v-parallax {
22715
- position: relative;
22716
- overflow: hidden;
22717
- }
22718
- .v-parallax--active > .v-img__img {
22719
- will-change: transform;
22720
22626
  }.v-progress-circular {
22721
22627
  align-items: center;
22722
22628
  display: inline-flex;
@@ -22819,6 +22725,12 @@ html.v-overlay-scroll-blocked {
22819
22725
  100% {
22820
22726
  transform: rotate(270deg);
22821
22727
  }
22728
+ }.v-parallax {
22729
+ position: relative;
22730
+ overflow: hidden;
22731
+ }
22732
+ .v-parallax--active > .v-img__img {
22733
+ will-change: transform;
22822
22734
  }.v-progress-linear {
22823
22735
  background: transparent;
22824
22736
  overflow: hidden;
@@ -23029,18 +22941,6 @@ html.v-overlay-scroll-blocked {
23029
22941
  0% {
23030
22942
  background-position-x: var(--v-progress-linear-height);
23031
22943
  }
23032
- }.v-radio-group > .v-input__control {
23033
- flex-direction: column;
23034
- }
23035
- .v-radio-group > .v-input__control > .v-label {
23036
- margin-inline-start: 16px;
23037
- }
23038
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23039
- padding-inline-start: 6px;
23040
- margin-top: 8px;
23041
- }
23042
- .v-radio-group .v-input__details {
23043
- padding-inline: 16px;
23044
22944
  }.v-slider .v-slider__container input {
23045
22945
  cursor: default;
23046
22946
  padding: 0;
@@ -23098,32 +22998,18 @@ html.v-overlay-scroll-blocked {
23098
22998
 
23099
22999
  .v-slider__label {
23100
23000
  margin-inline-end: 12px;
23101
- }.v-responsive {
23102
- display: flex;
23103
- flex: 1 0 auto;
23104
- max-height: 100%;
23105
- max-width: 100%;
23106
- overflow: hidden;
23107
- position: relative;
23108
- }
23109
- .v-responsive--inline {
23110
- display: inline-flex;
23111
- flex: 0 0 auto;
23001
+ }.v-radio-group > .v-input__control {
23002
+ flex-direction: column;
23112
23003
  }
23113
-
23114
- .v-responsive__content {
23115
- flex: 1 0 0px;
23116
- max-width: 100%;
23004
+ .v-radio-group > .v-input__control > .v-label {
23005
+ margin-inline-start: 16px;
23117
23006
  }
23118
-
23119
- .v-responsive__sizer ~ .v-responsive__content {
23120
- margin-inline-start: -100%;
23007
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23008
+ padding-inline-start: 6px;
23009
+ margin-top: 8px;
23121
23010
  }
23122
-
23123
- .v-responsive__sizer {
23124
- flex: 1 0 0px;
23125
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23126
- pointer-events: none;
23011
+ .v-radio-group .v-input__details {
23012
+ padding-inline: 16px;
23127
23013
  }.v-rating {
23128
23014
  max-width: 100%;
23129
23015
  display: inline-flex;
@@ -23178,115 +23064,6 @@ html.v-overlay-scroll-blocked {
23178
23064
  opacity: 0;
23179
23065
  position: absolute;
23180
23066
  width: 0;
23181
- }.v-selection-control {
23182
- align-items: center;
23183
- contain: layout;
23184
- display: flex;
23185
- flex: 1 0;
23186
- grid-area: control;
23187
- position: relative;
23188
- -webkit-user-select: none;
23189
- user-select: none;
23190
- }
23191
- .v-selection-control .v-label {
23192
- white-space: normal;
23193
- word-break: break-word;
23194
- height: 100%;
23195
- }
23196
- .v-selection-control--disabled {
23197
- opacity: var(--v-disabled-opacity);
23198
- pointer-events: none;
23199
- }
23200
- .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23201
- opacity: 1;
23202
- }
23203
- .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23204
- color: rgb(var(--v-theme-error));
23205
- }
23206
- .v-selection-control--inline {
23207
- display: inline-flex;
23208
- flex: 0 0 auto;
23209
- min-width: 0;
23210
- max-width: 100%;
23211
- }
23212
- .v-selection-control--inline .v-label {
23213
- width: auto;
23214
- }
23215
- .v-selection-control--density-default {
23216
- --v-selection-control-size: 40px;
23217
- }
23218
-
23219
- .v-selection-control--density-comfortable {
23220
- --v-selection-control-size: 36px;
23221
- }
23222
-
23223
- .v-selection-control--density-compact {
23224
- --v-selection-control-size: 28px;
23225
- }
23226
-
23227
- .v-selection-control__wrapper {
23228
- width: var(--v-selection-control-size);
23229
- height: var(--v-selection-control-size);
23230
- display: inline-flex;
23231
- align-items: center;
23232
- position: relative;
23233
- justify-content: center;
23234
- flex: none;
23235
- }
23236
-
23237
- .v-selection-control__input {
23238
- width: var(--v-selection-control-size);
23239
- height: var(--v-selection-control-size);
23240
- align-items: center;
23241
- display: flex;
23242
- flex: none;
23243
- justify-content: center;
23244
- position: relative;
23245
- border-radius: 50%;
23246
- }
23247
- .v-selection-control__input input {
23248
- cursor: pointer;
23249
- position: absolute;
23250
- left: 0;
23251
- top: 0;
23252
- width: 100%;
23253
- height: 100%;
23254
- opacity: 0;
23255
- }
23256
- .v-selection-control__input::before {
23257
- content: "";
23258
- position: absolute;
23259
- top: 0;
23260
- left: 0;
23261
- width: 100%;
23262
- height: 100%;
23263
- border-radius: 100%;
23264
- background-color: currentColor;
23265
- opacity: 0;
23266
- pointer-events: none;
23267
- }
23268
- .v-selection-control__input:hover::before {
23269
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23270
- }
23271
- .v-selection-control__input > .v-icon {
23272
- opacity: var(--v-medium-emphasis-opacity);
23273
- }
23274
- .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
23275
- opacity: 1;
23276
- }
23277
- .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23278
- color: rgb(var(--v-theme-error));
23279
- }
23280
- .v-selection-control--focus-visible .v-selection-control__input::before {
23281
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23282
- }.v-selection-control-group {
23283
- grid-area: control;
23284
- display: flex;
23285
- flex-direction: column;
23286
- }
23287
- .v-selection-control-group--inline {
23288
- flex-direction: row;
23289
- flex-wrap: wrap;
23290
23067
  }.v-select .v-field .v-text-field__prefix,
23291
23068
  .v-select .v-field .v-text-field__suffix,
23292
23069
  .v-select .v-field .v-field__input, .v-select .v-field.v-field {
@@ -23335,6 +23112,32 @@ html.v-overlay-scroll-blocked {
23335
23112
  .v-select--active-menu .v-select__menu-icon {
23336
23113
  opacity: var(--v-high-emphasis-opacity);
23337
23114
  transform: rotate(180deg);
23115
+ }.v-responsive {
23116
+ display: flex;
23117
+ flex: 1 0 auto;
23118
+ max-height: 100%;
23119
+ max-width: 100%;
23120
+ overflow: hidden;
23121
+ position: relative;
23122
+ }
23123
+ .v-responsive--inline {
23124
+ display: inline-flex;
23125
+ flex: 0 0 auto;
23126
+ }
23127
+
23128
+ .v-responsive__content {
23129
+ flex: 1 0 0px;
23130
+ max-width: 100%;
23131
+ }
23132
+
23133
+ .v-responsive__sizer ~ .v-responsive__content {
23134
+ margin-inline-start: -100%;
23135
+ }
23136
+
23137
+ .v-responsive__sizer {
23138
+ flex: 1 0 0px;
23139
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23140
+ pointer-events: none;
23338
23141
  }.v-skeleton-loader {
23339
23142
  align-items: center;
23340
23143
  background: rgb(var(--v-theme-surface));
@@ -23558,195 +23361,143 @@ html.v-overlay-scroll-blocked {
23558
23361
  100% {
23559
23362
  transform: translateX(100%);
23560
23363
  }
23561
- }.v-sheet {
23562
- display: block;
23563
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23564
- border-style: solid;
23565
- border-width: 0;
23566
- 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));
23567
- border-radius: 0;
23568
- background: rgb(var(--v-theme-surface));
23569
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23364
+ }.v-selection-control-group {
23365
+ grid-area: control;
23366
+ display: flex;
23367
+ flex-direction: column;
23570
23368
  }
23571
- .v-sheet--border {
23572
- border-width: thin;
23573
- box-shadow: none;
23369
+ .v-selection-control-group--inline {
23370
+ flex-direction: row;
23371
+ flex-wrap: wrap;
23372
+ }.v-selection-control {
23373
+ align-items: center;
23374
+ contain: layout;
23375
+ display: flex;
23376
+ flex: 1 0;
23377
+ grid-area: control;
23378
+ position: relative;
23379
+ -webkit-user-select: none;
23380
+ user-select: none;
23574
23381
  }
23575
- .v-sheet--absolute {
23576
- position: absolute;
23382
+ .v-selection-control .v-label {
23383
+ white-space: normal;
23384
+ word-break: break-word;
23385
+ height: 100%;
23577
23386
  }
23578
- .v-sheet--fixed {
23579
- position: fixed;
23387
+ .v-selection-control--disabled {
23388
+ opacity: var(--v-disabled-opacity);
23389
+ pointer-events: none;
23580
23390
  }
23581
- .v-sheet--relative {
23582
- position: relative;
23391
+ .v-selection-control--error .v-label, .v-selection-control--disabled .v-label {
23392
+ opacity: 1;
23583
23393
  }
23584
- .v-sheet--sticky {
23585
- position: sticky;
23394
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-label {
23395
+ color: rgb(var(--v-theme-error));
23586
23396
  }
23587
- .v-sheet--rounded {
23588
- border-radius: 4px;
23589
- }.v-slide-group {
23590
- display: flex;
23591
- overflow: hidden;
23397
+ .v-selection-control--inline {
23398
+ display: inline-flex;
23399
+ flex: 0 0 auto;
23400
+ min-width: 0;
23401
+ max-width: 100%;
23592
23402
  }
23593
-
23594
- .v-slide-group__next,
23595
- .v-slide-group__prev {
23596
- align-items: center;
23597
- display: flex;
23598
- flex: 0 1 52px;
23599
- justify-content: center;
23600
- min-width: 52px;
23601
- cursor: pointer;
23403
+ .v-selection-control--inline .v-label {
23404
+ width: auto;
23602
23405
  }
23603
- .v-slide-group__next--disabled,
23604
- .v-slide-group__prev--disabled {
23605
- pointer-events: none;
23606
- opacity: var(--v-disabled-opacity);
23406
+ .v-selection-control--density-default {
23407
+ --v-selection-control-size: 40px;
23607
23408
  }
23608
23409
 
23609
- .v-slide-group__content {
23610
- display: flex;
23611
- flex: 1 0 auto;
23612
- position: relative;
23613
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
23614
- white-space: nowrap;
23615
- }
23616
- .v-slide-group__content > * {
23617
- white-space: initial;
23410
+ .v-selection-control--density-comfortable {
23411
+ --v-selection-control-size: 36px;
23618
23412
  }
23619
23413
 
23620
- .v-slide-group__container {
23621
- contain: content;
23622
- display: flex;
23623
- flex: 1 1 auto;
23624
- overflow: hidden;
23414
+ .v-selection-control--density-compact {
23415
+ --v-selection-control-size: 28px;
23625
23416
  }
23626
23417
 
23627
- .v-slide-group--vertical,
23628
- .v-slide-group--vertical .v-slide-group__container,
23629
- .v-slide-group--vertical .v-slide-group__content {
23630
- flex-direction: column;
23631
- }.v-snackbar {
23418
+ .v-selection-control__wrapper {
23419
+ width: var(--v-selection-control-size);
23420
+ height: var(--v-selection-control-size);
23421
+ display: inline-flex;
23422
+ align-items: center;
23423
+ position: relative;
23632
23424
  justify-content: center;
23633
- z-index: 10000;
23634
- margin: 8px;
23635
- margin-inline-end: calc(8px + var(--v-scrollbar-offset));
23636
- }
23637
- .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
23638
- align-items: flex-end;
23425
+ flex: none;
23639
23426
  }
23640
- .v-snackbar__wrapper {
23427
+
23428
+ .v-selection-control__input {
23429
+ width: var(--v-selection-control-size);
23430
+ height: var(--v-selection-control-size);
23641
23431
  align-items: center;
23642
23432
  display: flex;
23643
- max-width: 672px;
23644
- min-height: 48px;
23645
- min-width: 344px;
23646
- overflow: hidden;
23647
- padding: 0;
23648
- border-radius: 4px;
23649
- }
23650
- .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
23651
- background: transparent;
23652
- color: inherit;
23653
- }
23654
- .v-snackbar--variant-plain {
23655
- opacity: 0.62;
23656
- }
23657
- .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
23658
- opacity: 1;
23659
- }
23660
- .v-snackbar--variant-plain .v-snackbar__overlay {
23661
- display: none;
23662
- }
23663
- .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
23664
- background: rgb(var(--v-theme-surface-variant));
23665
- color: rgb(var(--v-theme-on-surface-variant));
23666
- }
23667
- .v-snackbar--variant-elevated {
23668
- box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23669
- }
23670
- .v-snackbar--variant-flat {
23671
- 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));
23672
- }
23673
- .v-snackbar--variant-outlined {
23674
- border: thin solid currentColor;
23433
+ flex: none;
23434
+ justify-content: center;
23435
+ position: relative;
23436
+ border-radius: 50%;
23675
23437
  }
23676
- .v-snackbar--variant-text .v-snackbar__overlay {
23677
- background: currentColor;
23438
+ .v-selection-control__input input {
23439
+ cursor: pointer;
23440
+ position: absolute;
23441
+ left: 0;
23442
+ top: 0;
23443
+ width: 100%;
23444
+ height: 100%;
23445
+ opacity: 0;
23678
23446
  }
23679
- .v-snackbar--variant-tonal .v-snackbar__underlay {
23680
- background: currentColor;
23681
- opacity: var(--v-activated-opacity);
23682
- border-radius: inherit;
23447
+ .v-selection-control__input::before {
23448
+ content: "";
23683
23449
  position: absolute;
23684
23450
  top: 0;
23685
- right: 0;
23686
- bottom: 0;
23687
23451
  left: 0;
23452
+ width: 100%;
23453
+ height: 100%;
23454
+ border-radius: 100%;
23455
+ background-color: currentColor;
23456
+ opacity: 0;
23688
23457
  pointer-events: none;
23689
23458
  }
23690
-
23691
- .v-snackbar__content {
23692
- flex-grow: 1;
23693
- font-size: 0.875rem;
23694
- font-weight: 400;
23695
- letter-spacing: 0.0178571429em;
23696
- line-height: 1.25rem;
23697
- margin-right: auto;
23698
- padding: 14px 16px;
23699
- text-align: initial;
23700
- }
23701
- .v-snackbar__actions {
23702
- align-items: center;
23703
- align-self: center;
23704
- display: flex;
23705
- margin-inline-end: 8px;
23706
- }
23707
- .v-snackbar__actions > .v-btn {
23708
- padding: 0 8px;
23709
- min-width: auto;
23710
- }
23711
- .v-snackbar__timer {
23712
- width: 100%;
23713
- position: absolute;
23714
- top: 0;
23459
+ .v-selection-control__input:hover::before {
23460
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23715
23461
  }
23716
- .v-snackbar__timer .v-progress-linear {
23717
- transition: 0.2s linear;
23462
+ .v-selection-control__input > .v-icon {
23463
+ opacity: var(--v-medium-emphasis-opacity);
23718
23464
  }
23719
- .v-snackbar--absolute {
23720
- position: absolute;
23721
- z-index: 1;
23465
+ .v-selection-control--disabled .v-selection-control__input > .v-icon, .v-selection-control--dirty .v-selection-control__input > .v-icon, .v-selection-control--error .v-selection-control__input > .v-icon {
23466
+ opacity: 1;
23722
23467
  }
23723
- .v-snackbar--multi-line .v-snackbar__wrapper {
23724
- min-height: 68px;
23468
+ .v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input > .v-icon {
23469
+ color: rgb(var(--v-theme-error));
23725
23470
  }
23726
- .v-snackbar--vertical .v-snackbar__wrapper {
23727
- flex-direction: column;
23471
+ .v-selection-control--focus-visible .v-selection-control__input::before {
23472
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
23473
+ }.v-sheet {
23474
+ display: block;
23475
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23476
+ border-style: solid;
23477
+ border-width: 0;
23478
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23479
+ border-radius: 0;
23480
+ background: rgb(var(--v-theme-surface));
23481
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
23728
23482
  }
23729
- .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
23730
- align-self: flex-end;
23731
- margin-bottom: 8px;
23483
+ .v-sheet--border {
23484
+ border-width: thin;
23485
+ box-shadow: none;
23732
23486
  }
23733
-
23734
- .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
23735
- transition-duration: 0.15s;
23736
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
23487
+ .v-sheet--absolute {
23488
+ position: absolute;
23737
23489
  }
23738
- .v-snackbar-transition-enter-active {
23739
- transition-property: opacity, transform;
23490
+ .v-sheet--fixed {
23491
+ position: fixed;
23740
23492
  }
23741
- .v-snackbar-transition-enter-from {
23742
- opacity: 0;
23743
- transform: scale(0.8);
23493
+ .v-sheet--relative {
23494
+ position: relative;
23744
23495
  }
23745
- .v-snackbar-transition-leave-active {
23746
- transition-property: opacity;
23496
+ .v-sheet--sticky {
23497
+ position: sticky;
23747
23498
  }
23748
- .v-snackbar-transition-leave-to {
23749
- opacity: 0;
23499
+ .v-sheet--rounded {
23500
+ border-radius: 4px;
23750
23501
  }.v-switch .v-label {
23751
23502
  padding-inline-start: 10px;
23752
23503
  }
@@ -23861,6 +23612,43 @@ html.v-overlay-scroll-blocked {
23861
23612
  }
23862
23613
  .v-switch.v-switch--inset .v-selection-control__wrapper {
23863
23614
  width: auto;
23615
+ }.v-system-bar {
23616
+ align-items: center;
23617
+ display: flex;
23618
+ flex: 1 1 auto;
23619
+ height: 24px;
23620
+ justify-content: flex-end;
23621
+ max-width: 100%;
23622
+ padding-inline: 8px;
23623
+ position: relative;
23624
+ text-align: end;
23625
+ width: 100%;
23626
+ 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));
23627
+ background: rgba(var(--v-theme-surface-light));
23628
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23629
+ font-size: 0.75rem;
23630
+ font-weight: 400;
23631
+ letter-spacing: 0.0333333333em;
23632
+ line-height: 1.25rem;
23633
+ text-transform: none;
23634
+ }
23635
+ .v-system-bar .v-icon {
23636
+ opacity: var(--v-medium-emphasis-opacity);
23637
+ }
23638
+ .v-system-bar--absolute {
23639
+ position: absolute;
23640
+ }
23641
+ .v-system-bar--fixed {
23642
+ position: fixed;
23643
+ }
23644
+ .v-system-bar--rounded {
23645
+ border-radius: 0;
23646
+ }
23647
+ .v-system-bar--window {
23648
+ height: 32px;
23649
+ }
23650
+ .v-system-bar:not(.v-system-bar--absolute) {
23651
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23864
23652
  }.v-stepper.v-sheet {
23865
23653
  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));
23866
23654
  border-radius: 4px;
@@ -23977,43 +23765,101 @@ html.v-overlay-scroll-blocked {
23977
23765
  }
23978
23766
  .v-stepper--mobile .v-stepper-item__subtitle {
23979
23767
  display: none;
23980
- }.v-system-bar {
23981
- align-items: center;
23768
+ }.v-tabs {
23982
23769
  display: flex;
23983
- flex: 1 1 auto;
23984
- height: 24px;
23985
- justify-content: flex-end;
23986
- max-width: 100%;
23987
- padding-inline: 8px;
23988
- position: relative;
23989
- text-align: end;
23990
- width: 100%;
23991
- 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));
23992
- background: rgba(var(--v-theme-surface-light));
23993
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
23994
- font-size: 0.75rem;
23995
- font-weight: 400;
23996
- letter-spacing: 0.0333333333em;
23997
- line-height: 1.25rem;
23998
- text-transform: none;
23770
+ height: var(--v-tabs-height);
23999
23771
  }
24000
- .v-system-bar .v-icon {
24001
- opacity: var(--v-medium-emphasis-opacity);
23772
+ .v-tabs--density-default {
23773
+ --v-tabs-height: 48px;
24002
23774
  }
24003
- .v-system-bar--absolute {
24004
- position: absolute;
23775
+ .v-tabs--density-default.v-tabs--stacked {
23776
+ --v-tabs-height: 72px;
24005
23777
  }
24006
- .v-system-bar--fixed {
24007
- position: fixed;
23778
+
23779
+ .v-tabs--density-comfortable {
23780
+ --v-tabs-height: 44px;
24008
23781
  }
24009
- .v-system-bar--rounded {
23782
+ .v-tabs--density-comfortable.v-tabs--stacked {
23783
+ --v-tabs-height: 68px;
23784
+ }
23785
+
23786
+ .v-tabs--density-compact {
23787
+ --v-tabs-height: 36px;
23788
+ }
23789
+ .v-tabs--density-compact.v-tabs--stacked {
23790
+ --v-tabs-height: 60px;
23791
+ }
23792
+
23793
+ .v-tabs.v-slide-group--vertical {
23794
+ height: auto;
23795
+ flex: none;
23796
+ --v-tabs-height: 48px;
23797
+ }
23798
+
23799
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
23800
+ margin-inline-start: 42px;
23801
+ }
23802
+
23803
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
23804
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
23805
+ margin-inline-end: auto;
23806
+ }
23807
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
23808
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
23809
+ margin-inline-start: auto;
23810
+ }
23811
+
23812
+ .v-tabs--grow {
23813
+ flex-grow: 1;
23814
+ }
23815
+ .v-tabs--grow .v-tab {
23816
+ flex: 1 0 auto;
23817
+ max-width: none;
23818
+ }
23819
+
23820
+ .v-tabs--align-tabs-end .v-tab:first-child {
23821
+ margin-inline-start: auto;
23822
+ }
23823
+ .v-tabs--align-tabs-end .v-tab:last-child {
23824
+ margin-inline-end: 0;
23825
+ }
23826
+
23827
+ @media (max-width: 1279.98px) {
23828
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
23829
+ margin-inline-start: 52px;
23830
+ }
23831
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
23832
+ margin-inline-end: 52px;
23833
+ }
23834
+ }.v-tab.v-tab.v-btn {
23835
+ height: var(--v-tabs-height);
24010
23836
  border-radius: 0;
23837
+ min-width: 90px;
24011
23838
  }
24012
- .v-system-bar--window {
24013
- height: 32px;
23839
+ .v-slide-group--horizontal .v-tab {
23840
+ max-width: 360px;
24014
23841
  }
24015
- .v-system-bar:not(.v-system-bar--absolute) {
24016
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
23842
+ .v-slide-group--vertical .v-tab {
23843
+ justify-content: start;
23844
+ }
23845
+
23846
+ .v-tab__slider {
23847
+ position: absolute;
23848
+ bottom: 0;
23849
+ left: 0;
23850
+ height: 2px;
23851
+ width: 100%;
23852
+ background: currentColor;
23853
+ pointer-events: none;
23854
+ opacity: 0;
23855
+ }
23856
+ .v-tab--selected .v-tab__slider {
23857
+ opacity: 1;
23858
+ }
23859
+ .v-slide-group--vertical .v-tab__slider {
23860
+ top: 0;
23861
+ height: 100%;
23862
+ width: 2px;
24017
23863
  }.v-table {
24018
23864
  background: rgb(var(--v-theme-surface));
24019
23865
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -24138,115 +23984,20 @@ html.v-overlay-scroll-blocked {
24138
23984
  .v-table--fixed-header > .v-table__wrapper > table > thead {
24139
23985
  position: sticky;
24140
23986
  top: 0;
24141
- z-index: 2;
24142
- }
24143
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
24144
- border-bottom: 0px !important;
24145
- }
24146
-
24147
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
24148
- position: sticky;
24149
- bottom: 0;
24150
- z-index: 1;
24151
- }
24152
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
24153
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24154
- border-top: 0px !important;
24155
- }.v-tabs {
24156
- display: flex;
24157
- height: var(--v-tabs-height);
24158
- }
24159
- .v-tabs--density-default {
24160
- --v-tabs-height: 48px;
24161
- }
24162
- .v-tabs--density-default.v-tabs--stacked {
24163
- --v-tabs-height: 72px;
24164
- }
24165
-
24166
- .v-tabs--density-comfortable {
24167
- --v-tabs-height: 44px;
24168
- }
24169
- .v-tabs--density-comfortable.v-tabs--stacked {
24170
- --v-tabs-height: 68px;
24171
- }
24172
-
24173
- .v-tabs--density-compact {
24174
- --v-tabs-height: 36px;
24175
- }
24176
- .v-tabs--density-compact.v-tabs--stacked {
24177
- --v-tabs-height: 60px;
24178
- }
24179
-
24180
- .v-tabs.v-slide-group--vertical {
24181
- height: auto;
24182
- flex: none;
24183
- --v-tabs-height: 48px;
24184
- }
24185
-
24186
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
24187
- margin-inline-start: 42px;
24188
- }
24189
-
24190
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
24191
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
24192
- margin-inline-end: auto;
24193
- }
24194
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
24195
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
24196
- margin-inline-start: auto;
24197
- }
24198
-
24199
- .v-tabs--grow {
24200
- flex-grow: 1;
24201
- }
24202
- .v-tabs--grow .v-tab {
24203
- flex: 1 0 auto;
24204
- max-width: none;
24205
- }
24206
-
24207
- .v-tabs--align-tabs-end .v-tab:first-child {
24208
- margin-inline-start: auto;
24209
- }
24210
- .v-tabs--align-tabs-end .v-tab:last-child {
24211
- margin-inline-end: 0;
24212
- }
24213
-
24214
- @media (max-width: 1279.98px) {
24215
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
24216
- margin-inline-start: 52px;
24217
- }
24218
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
24219
- margin-inline-end: 52px;
24220
- }
24221
- }.v-tab.v-tab.v-btn {
24222
- height: var(--v-tabs-height);
24223
- border-radius: 0;
24224
- min-width: 90px;
24225
- }
24226
- .v-slide-group--horizontal .v-tab {
24227
- max-width: 360px;
24228
- }
24229
- .v-slide-group--vertical .v-tab {
24230
- justify-content: start;
24231
- }
24232
-
24233
- .v-tab__slider {
24234
- position: absolute;
24235
- bottom: 0;
24236
- left: 0;
24237
- height: 2px;
24238
- width: 100%;
24239
- background: currentColor;
24240
- pointer-events: none;
24241
- opacity: 0;
23987
+ z-index: 2;
24242
23988
  }
24243
- .v-tab--selected .v-tab__slider {
24244
- opacity: 1;
23989
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
23990
+ border-bottom: 0px !important;
24245
23991
  }
24246
- .v-slide-group--vertical .v-tab__slider {
24247
- top: 0;
24248
- height: 100%;
24249
- width: 2px;
23992
+
23993
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
23994
+ position: sticky;
23995
+ bottom: 0;
23996
+ z-index: 1;
23997
+ }
23998
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
23999
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
24000
+ border-top: 0px !important;
24250
24001
  }/* region BLOCK */
24251
24002
  .v-text-field input {
24252
24003
  color: inherit;
@@ -24353,6 +24104,133 @@ html.v-overlay-scroll-blocked {
24353
24104
  }
24354
24105
  .v-textarea textarea:invalid {
24355
24106
  box-shadow: none;
24107
+ }.v-toolbar {
24108
+ align-items: flex-start;
24109
+ display: flex;
24110
+ flex: none;
24111
+ flex-direction: column;
24112
+ justify-content: space-between;
24113
+ max-width: 100%;
24114
+ overflow: hidden;
24115
+ position: relative;
24116
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24117
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24118
+ width: 100%;
24119
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24120
+ border-style: solid;
24121
+ border-width: 0;
24122
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24123
+ border-radius: 0;
24124
+ background: rgb(var(--v-theme-surface-light));
24125
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24126
+ }
24127
+ .v-toolbar--border {
24128
+ border-width: thin;
24129
+ box-shadow: none;
24130
+ }
24131
+ .v-toolbar--absolute {
24132
+ position: absolute;
24133
+ }
24134
+ .v-toolbar--collapse {
24135
+ max-width: 112px;
24136
+ overflow: hidden;
24137
+ border-end-end-radius: 24px;
24138
+ }
24139
+ .v-toolbar--collapse .v-toolbar-title {
24140
+ display: none;
24141
+ }
24142
+ .v-toolbar--flat {
24143
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24144
+ }
24145
+ .v-toolbar--floating {
24146
+ display: inline-flex;
24147
+ }
24148
+ .v-toolbar--rounded {
24149
+ border-radius: 4px;
24150
+ }
24151
+
24152
+ .v-toolbar__content,
24153
+ .v-toolbar__extension {
24154
+ align-items: center;
24155
+ display: flex;
24156
+ flex: 0 0 auto;
24157
+ position: relative;
24158
+ transition: inherit;
24159
+ width: 100%;
24160
+ }
24161
+
24162
+ .v-toolbar__content > .v-btn:first-child {
24163
+ margin-inline-start: 10px;
24164
+ }
24165
+ .v-toolbar__content > .v-btn:last-child {
24166
+ margin-inline-end: 10px;
24167
+ }
24168
+ .v-toolbar__content > .v-toolbar-title {
24169
+ margin-inline-start: 16px;
24170
+ }
24171
+ .v-toolbar--density-prominent .v-toolbar__content {
24172
+ align-items: flex-start;
24173
+ }
24174
+
24175
+ .v-toolbar__image {
24176
+ position: absolute;
24177
+ top: 0;
24178
+ left: 0;
24179
+ width: 100%;
24180
+ height: 100%;
24181
+ display: flex;
24182
+ opacity: var(--v-toolbar-image-opacity, 1);
24183
+ transition-property: opacity;
24184
+ }
24185
+
24186
+ .v-toolbar__prepend,
24187
+ .v-toolbar__append {
24188
+ align-items: center;
24189
+ align-self: stretch;
24190
+ display: flex;
24191
+ }
24192
+
24193
+ .v-toolbar__prepend {
24194
+ margin-inline: 10px auto;
24195
+ }
24196
+
24197
+ .v-toolbar__append {
24198
+ margin-inline: auto 10px;
24199
+ }
24200
+
24201
+ .v-toolbar-title {
24202
+ flex: 1 1;
24203
+ font-size: 1.25rem;
24204
+ min-width: 0;
24205
+ font-size: 1.25rem;
24206
+ font-weight: 400;
24207
+ letter-spacing: 0;
24208
+ line-height: 1.75rem;
24209
+ text-transform: none;
24210
+ }
24211
+ .v-toolbar--density-prominent .v-toolbar-title {
24212
+ align-self: flex-end;
24213
+ padding-bottom: 6px;
24214
+ font-size: 1.5rem;
24215
+ font-weight: 400;
24216
+ letter-spacing: 0;
24217
+ line-height: 2.25rem;
24218
+ text-transform: none;
24219
+ }
24220
+
24221
+ .v-toolbar-title__placeholder {
24222
+ overflow: hidden;
24223
+ text-overflow: ellipsis;
24224
+ white-space: nowrap;
24225
+ }
24226
+
24227
+ .v-toolbar-items {
24228
+ display: flex;
24229
+ height: inherit;
24230
+ align-self: stretch;
24231
+ }
24232
+ .v-toolbar-items > .v-btn {
24233
+ border-radius: 0;
24356
24234
  }.v-timeline .v-timeline-divider__dot {
24357
24235
  background: rgb(var(--v-theme-surface-light));
24358
24236
  }
@@ -24772,6 +24650,15 @@ html.v-overlay-scroll-blocked {
24772
24650
  }.v-theme-provider {
24773
24651
  background: rgb(var(--v-theme-background));
24774
24652
  color: rgb(var(--v-theme-on-background));
24653
+ }.v-virtual-scroll {
24654
+ display: block;
24655
+ flex: 1 1 auto;
24656
+ max-width: 100%;
24657
+ overflow: auto;
24658
+ position: relative;
24659
+ }
24660
+ .v-virtual-scroll__container {
24661
+ display: block;
24775
24662
  }.v-tooltip > .v-overlay__content {
24776
24663
  background: rgb(var(--v-theme-surface-variant));
24777
24664
  color: rgb(var(--v-theme-on-surface-variant));
@@ -24793,142 +24680,48 @@ html.v-overlay-scroll-blocked {
24793
24680
  .v-tooltip > .v-overlay__content[class*=leave-active] {
24794
24681
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
24795
24682
  transition-duration: 75ms;
24796
- }.v-toolbar {
24797
- align-items: flex-start;
24683
+ }.v-slide-group {
24798
24684
  display: flex;
24799
- flex: none;
24800
- flex-direction: column;
24801
- justify-content: space-between;
24802
- max-width: 100%;
24803
- overflow: hidden;
24804
- position: relative;
24805
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24806
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
24807
- width: 100%;
24808
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24809
- border-style: solid;
24810
- border-width: 0;
24811
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24812
- border-radius: 0;
24813
- background: rgb(var(--v-theme-surface-light));
24814
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
24815
- }
24816
- .v-toolbar--border {
24817
- border-width: thin;
24818
- box-shadow: none;
24819
- }
24820
- .v-toolbar--absolute {
24821
- position: absolute;
24822
- }
24823
- .v-toolbar--collapse {
24824
- max-width: 112px;
24825
24685
  overflow: hidden;
24826
- border-end-end-radius: 24px;
24827
- }
24828
- .v-toolbar--collapse .v-toolbar-title {
24829
- display: none;
24830
- }
24831
- .v-toolbar--flat {
24832
- box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24833
- }
24834
- .v-toolbar--floating {
24835
- display: inline-flex;
24836
- }
24837
- .v-toolbar--rounded {
24838
- border-radius: 4px;
24839
- }
24840
-
24841
- .v-toolbar__content,
24842
- .v-toolbar__extension {
24843
- align-items: center;
24844
- display: flex;
24845
- flex: 0 0 auto;
24846
- position: relative;
24847
- transition: inherit;
24848
- width: 100%;
24849
- }
24850
-
24851
- .v-toolbar__content > .v-btn:first-child {
24852
- margin-inline-start: 10px;
24853
- }
24854
- .v-toolbar__content > .v-btn:last-child {
24855
- margin-inline-end: 10px;
24856
- }
24857
- .v-toolbar__content > .v-toolbar-title {
24858
- margin-inline-start: 16px;
24859
- }
24860
- .v-toolbar--density-prominent .v-toolbar__content {
24861
- align-items: flex-start;
24862
- }
24863
-
24864
- .v-toolbar__image {
24865
- position: absolute;
24866
- top: 0;
24867
- left: 0;
24868
- width: 100%;
24869
- height: 100%;
24870
- display: flex;
24871
- opacity: var(--v-toolbar-image-opacity, 1);
24872
- transition-property: opacity;
24873
- }
24874
-
24875
- .v-toolbar__prepend,
24876
- .v-toolbar__append {
24877
- align-items: center;
24878
- align-self: stretch;
24879
- display: flex;
24880
- }
24881
-
24882
- .v-toolbar__prepend {
24883
- margin-inline: 10px auto;
24884
- }
24885
-
24886
- .v-toolbar__append {
24887
- margin-inline: auto 10px;
24888
24686
  }
24889
24687
 
24890
- .v-toolbar-title {
24891
- flex: 1 1;
24892
- font-size: 1.25rem;
24893
- min-width: 0;
24894
- font-size: 1.25rem;
24895
- font-weight: 400;
24896
- letter-spacing: 0;
24897
- line-height: 1.75rem;
24898
- text-transform: none;
24688
+ .v-slide-group__next,
24689
+ .v-slide-group__prev {
24690
+ align-items: center;
24691
+ display: flex;
24692
+ flex: 0 1 52px;
24693
+ justify-content: center;
24694
+ min-width: 52px;
24695
+ cursor: pointer;
24899
24696
  }
24900
- .v-toolbar--density-prominent .v-toolbar-title {
24901
- align-self: flex-end;
24902
- padding-bottom: 6px;
24903
- font-size: 1.5rem;
24904
- font-weight: 400;
24905
- letter-spacing: 0;
24906
- line-height: 2.25rem;
24907
- text-transform: none;
24697
+ .v-slide-group__next--disabled,
24698
+ .v-slide-group__prev--disabled {
24699
+ pointer-events: none;
24700
+ opacity: var(--v-disabled-opacity);
24908
24701
  }
24909
24702
 
24910
- .v-toolbar-title__placeholder {
24911
- overflow: hidden;
24912
- text-overflow: ellipsis;
24703
+ .v-slide-group__content {
24704
+ display: flex;
24705
+ flex: 1 0 auto;
24706
+ position: relative;
24707
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24913
24708
  white-space: nowrap;
24914
24709
  }
24710
+ .v-slide-group__content > * {
24711
+ white-space: initial;
24712
+ }
24915
24713
 
24916
- .v-toolbar-items {
24714
+ .v-slide-group__container {
24715
+ contain: content;
24917
24716
  display: flex;
24918
- height: inherit;
24919
- align-self: stretch;
24920
- }
24921
- .v-toolbar-items > .v-btn {
24922
- border-radius: 0;
24923
- }.v-virtual-scroll {
24924
- display: block;
24925
24717
  flex: 1 1 auto;
24926
- max-width: 100%;
24927
- overflow: auto;
24928
- position: relative;
24718
+ overflow: hidden;
24929
24719
  }
24930
- .v-virtual-scroll__container {
24931
- display: block;
24720
+
24721
+ .v-slide-group--vertical,
24722
+ .v-slide-group--vertical .v-slide-group__container,
24723
+ .v-slide-group--vertical .v-slide-group__content {
24724
+ flex-direction: column;
24932
24725
  }.v-window {
24933
24726
  overflow: hidden;
24934
24727
  }
@@ -24998,6 +24791,213 @@ html.v-overlay-scroll-blocked {
24998
24791
  }
24999
24792
  .v-window-y-reverse-transition-leave-to {
25000
24793
  transform: translateY(100%);
24794
+ }.v-snackbar {
24795
+ justify-content: center;
24796
+ z-index: 10000;
24797
+ margin: 8px;
24798
+ margin-inline-end: calc(8px + var(--v-scrollbar-offset));
24799
+ }
24800
+ .v-snackbar:not(.v-snackbar--centered):not(.v-snackbar--top) {
24801
+ align-items: flex-end;
24802
+ }
24803
+ .v-snackbar__wrapper {
24804
+ align-items: center;
24805
+ display: flex;
24806
+ max-width: 672px;
24807
+ min-height: 48px;
24808
+ min-width: 344px;
24809
+ overflow: hidden;
24810
+ padding: 0;
24811
+ border-radius: 4px;
24812
+ }
24813
+ .v-snackbar--variant-plain, .v-snackbar--variant-outlined, .v-snackbar--variant-text, .v-snackbar--variant-tonal {
24814
+ background: transparent;
24815
+ color: inherit;
24816
+ }
24817
+ .v-snackbar--variant-plain {
24818
+ opacity: 0.62;
24819
+ }
24820
+ .v-snackbar--variant-plain:focus, .v-snackbar--variant-plain:hover {
24821
+ opacity: 1;
24822
+ }
24823
+ .v-snackbar--variant-plain .v-snackbar__overlay {
24824
+ display: none;
24825
+ }
24826
+ .v-snackbar--variant-elevated, .v-snackbar--variant-flat {
24827
+ background: rgb(var(--v-theme-surface-variant));
24828
+ color: rgb(var(--v-theme-on-surface-variant));
24829
+ }
24830
+ .v-snackbar--variant-elevated {
24831
+ box-shadow: 0px 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 6px 10px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 18px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24832
+ }
24833
+ .v-snackbar--variant-flat {
24834
+ box-shadow: 0px 0px 0px 0px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 0px 0px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 0px 0px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24835
+ }
24836
+ .v-snackbar--variant-outlined {
24837
+ border: thin solid currentColor;
24838
+ }
24839
+ .v-snackbar--variant-text .v-snackbar__overlay {
24840
+ background: currentColor;
24841
+ }
24842
+ .v-snackbar--variant-tonal .v-snackbar__underlay {
24843
+ background: currentColor;
24844
+ opacity: var(--v-activated-opacity);
24845
+ border-radius: inherit;
24846
+ position: absolute;
24847
+ top: 0;
24848
+ right: 0;
24849
+ bottom: 0;
24850
+ left: 0;
24851
+ pointer-events: none;
24852
+ }
24853
+
24854
+ .v-snackbar__content {
24855
+ flex-grow: 1;
24856
+ font-size: 0.875rem;
24857
+ font-weight: 400;
24858
+ letter-spacing: 0.0178571429em;
24859
+ line-height: 1.25rem;
24860
+ margin-right: auto;
24861
+ padding: 14px 16px;
24862
+ text-align: initial;
24863
+ }
24864
+ .v-snackbar__actions {
24865
+ align-items: center;
24866
+ align-self: center;
24867
+ display: flex;
24868
+ margin-inline-end: 8px;
24869
+ }
24870
+ .v-snackbar__actions > .v-btn {
24871
+ padding: 0 8px;
24872
+ min-width: auto;
24873
+ }
24874
+ .v-snackbar__timer {
24875
+ width: 100%;
24876
+ position: absolute;
24877
+ top: 0;
24878
+ }
24879
+ .v-snackbar__timer .v-progress-linear {
24880
+ transition: 0.2s linear;
24881
+ }
24882
+ .v-snackbar--absolute {
24883
+ position: absolute;
24884
+ z-index: 1;
24885
+ }
24886
+ .v-snackbar--multi-line .v-snackbar__wrapper {
24887
+ min-height: 68px;
24888
+ }
24889
+ .v-snackbar--vertical .v-snackbar__wrapper {
24890
+ flex-direction: column;
24891
+ }
24892
+ .v-snackbar--vertical .v-snackbar__wrapper .v-snackbar__actions {
24893
+ align-self: flex-end;
24894
+ margin-bottom: 8px;
24895
+ }
24896
+
24897
+ .v-snackbar-transition-enter-active, .v-snackbar-transition-leave-active {
24898
+ transition-duration: 0.15s;
24899
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24900
+ }
24901
+ .v-snackbar-transition-enter-active {
24902
+ transition-property: opacity, transform;
24903
+ }
24904
+ .v-snackbar-transition-enter-from {
24905
+ opacity: 0;
24906
+ transform: scale(0.8);
24907
+ }
24908
+ .v-snackbar-transition-leave-active {
24909
+ transition-property: opacity;
24910
+ }
24911
+ .v-snackbar-transition-leave-to {
24912
+ opacity: 0;
24913
+ }.v-dialog {
24914
+ align-items: center;
24915
+ justify-content: center;
24916
+ margin: auto;
24917
+ }
24918
+ .v-dialog > .v-overlay__content {
24919
+ max-height: calc(100% - 48px);
24920
+ width: calc(100% - 48px);
24921
+ max-width: calc(100% - 48px);
24922
+ margin: 24px;
24923
+ }
24924
+ .v-dialog > .v-overlay__content,
24925
+ .v-dialog > .v-overlay__content > form {
24926
+ display: flex;
24927
+ flex-direction: column;
24928
+ min-height: 0;
24929
+ }
24930
+ .v-dialog > .v-overlay__content > .v-card,
24931
+ .v-dialog > .v-overlay__content > .v-sheet,
24932
+ .v-dialog > .v-overlay__content > form > .v-card,
24933
+ .v-dialog > .v-overlay__content > form > .v-sheet {
24934
+ --v-scrollbar-offset: 0px;
24935
+ border-radius: 4px;
24936
+ overflow-y: auto;
24937
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
24938
+ }
24939
+ .v-dialog > .v-overlay__content > .v-card,
24940
+ .v-dialog > .v-overlay__content > form > .v-card {
24941
+ display: flex;
24942
+ flex-direction: column;
24943
+ }
24944
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
24945
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
24946
+ padding: 14px 24px 0;
24947
+ }
24948
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
24949
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
24950
+ padding-top: 10px;
24951
+ }
24952
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
24953
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
24954
+ font-size: inherit;
24955
+ letter-spacing: 0.03125em;
24956
+ line-height: inherit;
24957
+ padding: 16px 24px 10px;
24958
+ }
24959
+
24960
+ .v-dialog--fullscreen {
24961
+ --v-scrollbar-offset: 0px;
24962
+ }
24963
+ .v-dialog--fullscreen > .v-overlay__content {
24964
+ border-radius: 0;
24965
+ margin: 0;
24966
+ padding: 0;
24967
+ width: 100%;
24968
+ height: 100%;
24969
+ max-width: 100%;
24970
+ max-height: 100%;
24971
+ overflow-y: auto;
24972
+ top: 0;
24973
+ left: 0;
24974
+ }
24975
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
24976
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
24977
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
24978
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
24979
+ min-height: 100%;
24980
+ min-width: 100%;
24981
+ border-radius: 0;
24982
+ }
24983
+
24984
+ .v-dialog--scrollable > .v-overlay__content,
24985
+ .v-dialog--scrollable > .v-overlay__content > form {
24986
+ display: flex;
24987
+ }
24988
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
24989
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
24990
+ display: flex;
24991
+ flex: 1 1 100%;
24992
+ flex-direction: column;
24993
+ max-height: 100%;
24994
+ max-width: 100%;
24995
+ }
24996
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
24997
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
24998
+ -webkit-backface-visibility: hidden;
24999
+ backface-visibility: hidden;
25000
+ overflow-y: auto;
25001
25001
  }.v-color-picker-canvas {
25002
25002
  display: flex;
25003
25003
  position: relative;