@vuetify/nightly 3.6.5-master.2024-05-13 → 3.6.5-master.2024-05-14

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.6.5-master.2024-05-13
2
+ * Vuetify v3.6.5-master.2024-05-14
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17380,6 +17380,38 @@ html.overflow-y-hidden {
17380
17380
  font-weight: normal;
17381
17381
  padding: 0.2em 0.4rem;
17382
17382
  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));
17383
+ }.v-calendar-day {
17384
+ position: relative;
17385
+ display: flex;
17386
+ flex-direction: column;
17387
+ }
17388
+
17389
+ .v-calendar-weekly .v-calendar__container {
17390
+ display: grid;
17391
+ }
17392
+ .v-calendar-weekly .v-calendar__container.days__7 {
17393
+ grid-template-columns: repeat(7, 1fr);
17394
+ }
17395
+ .v-calendar-weekly .v-calendar__container.days__6 {
17396
+ grid-template-columns: repeat(6, 1fr);
17397
+ }
17398
+ .v-calendar-weekly .v-calendar__container.days__5 {
17399
+ grid-template-columns: repeat(5, 1fr);
17400
+ }
17401
+ .v-calendar-weekly .v-calendar__container.days__4 {
17402
+ grid-template-columns: repeat(4, 1fr);
17403
+ }
17404
+ .v-calendar-weekly .v-calendar__container.days__3 {
17405
+ grid-template-columns: repeat(3, 1fr);
17406
+ }
17407
+ .v-calendar-weekly .v-calendar__container.days__2 {
17408
+ grid-template-columns: repeat(2, 1fr);
17409
+ }
17410
+ .v-calendar-weekly .v-calendar__container.days__1 {
17411
+ grid-template-columns: repeat(1, 1fr);
17412
+ }
17413
+ .v-calendar-weekly .v-calendar__container.days__0 {
17414
+ grid-template-columns: repeat(1, 1fr);
17383
17415
  }.v-calendar {
17384
17416
  background: rgb(var(--v-theme-background));
17385
17417
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -17607,51 +17639,6 @@ html.overflow-y-hidden {
17607
17639
  }
17608
17640
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
17609
17641
  border-right: none;
17610
- }.v-calendar-header {
17611
- align-items: center;
17612
- display: flex;
17613
- min-height: 64px;
17614
- }
17615
-
17616
- .v-calendar-header__today {
17617
- margin-inline-end: 24px;
17618
- }
17619
-
17620
- .v-calendar-header__title {
17621
- font-size: 1.5rem;
17622
- margin-inline-start: 24px;
17623
- }.v-calendar-day {
17624
- position: relative;
17625
- display: flex;
17626
- flex-direction: column;
17627
- }
17628
-
17629
- .v-calendar-weekly .v-calendar__container {
17630
- display: grid;
17631
- }
17632
- .v-calendar-weekly .v-calendar__container.days__7 {
17633
- grid-template-columns: repeat(7, 1fr);
17634
- }
17635
- .v-calendar-weekly .v-calendar__container.days__6 {
17636
- grid-template-columns: repeat(6, 1fr);
17637
- }
17638
- .v-calendar-weekly .v-calendar__container.days__5 {
17639
- grid-template-columns: repeat(5, 1fr);
17640
- }
17641
- .v-calendar-weekly .v-calendar__container.days__4 {
17642
- grid-template-columns: repeat(4, 1fr);
17643
- }
17644
- .v-calendar-weekly .v-calendar__container.days__3 {
17645
- grid-template-columns: repeat(3, 1fr);
17646
- }
17647
- .v-calendar-weekly .v-calendar__container.days__2 {
17648
- grid-template-columns: repeat(2, 1fr);
17649
- }
17650
- .v-calendar-weekly .v-calendar__container.days__1 {
17651
- grid-template-columns: repeat(1, 1fr);
17652
- }
17653
- .v-calendar-weekly .v-calendar__container.days__0 {
17654
- grid-template-columns: repeat(1, 1fr);
17655
17642
  }.v-calendar-month__day {
17656
17643
  position: relative;
17657
17644
  display: flex;
@@ -17715,11 +17702,6 @@ html.overflow-y-hidden {
17715
17702
 
17716
17703
  .v-calendar-weekly__day-alldayevents-container {
17717
17704
  min-height: 24px;
17718
- }.v-calendar-internal-event {
17719
- overflow: hidden;
17720
- padding: 4px;
17721
- text-overflow: ellipsis;
17722
- white-space: nowrap;
17723
17705
  }.v-calendar-day__row-with-label {
17724
17706
  display: grid;
17725
17707
  grid-template-columns: 48px 8px 1fr;
@@ -17762,44 +17744,24 @@ html.overflow-y-hidden {
17762
17744
  }
17763
17745
  .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17764
17746
  border-bottom: none;
17765
- }.v-number-input input[type=number] {
17766
- -moz-appearance: textfield;
17767
- }
17768
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17769
- -webkit-appearance: none;
17770
- }
17771
- .v-number-input .v-field {
17772
- padding-inline-end: 0;
17773
- padding-inline-start: 0;
17774
- }
17775
- .v-number-input--inset .v-divider {
17776
- height: 55%;
17777
- width: 55%;
17778
- align-self: center;
17779
- }
17780
- .v-number-input--split .v-field__input {
17781
- text-align: center;
17782
- }
17783
- .v-number-input--stacked .v-number-input__control {
17784
- flex-direction: column-reverse;
17785
- }
17786
- .v-number-input--stacked .v-number-input__control .v-btn {
17787
- flex: 1;
17788
- }
17789
- .v-number-input--hide-input .v-field {
17790
- flex: none;
17791
- }
17792
- .v-number-input--hide-input .v-field__input {
17793
- width: 0;
17794
- padding-inline: 0;
17795
- }
17796
- .v-number-input__control {
17747
+ }.v-calendar-header {
17748
+ align-items: center;
17797
17749
  display: flex;
17798
- height: 100%;
17750
+ min-height: 64px;
17799
17751
  }
17800
- .v-number-input__control .v-btn {
17801
- background-color: transparent;
17802
- border-radius: 0;
17752
+
17753
+ .v-calendar-header__today {
17754
+ margin-inline-end: 24px;
17755
+ }
17756
+
17757
+ .v-calendar-header__title {
17758
+ font-size: 1.5rem;
17759
+ margin-inline-start: 24px;
17760
+ }.v-calendar-internal-event {
17761
+ overflow: hidden;
17762
+ padding: 4px;
17763
+ text-overflow: ellipsis;
17764
+ white-space: nowrap;
17803
17765
  }.v-picker.v-sheet {
17804
17766
  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));
17805
17767
  border-radius: 4px;
@@ -17853,6 +17815,70 @@ html.overflow-y-hidden {
17853
17815
  padding-bottom: 16px;
17854
17816
  font-weight: 400;
17855
17817
  letter-spacing: 0.1666666667em;
17818
+ }.v-number-input input[type=number] {
17819
+ -moz-appearance: textfield;
17820
+ }
17821
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17822
+ -webkit-appearance: none;
17823
+ }
17824
+ .v-number-input .v-field {
17825
+ padding-inline-end: 0;
17826
+ padding-inline-start: 0;
17827
+ }
17828
+ .v-number-input--inset .v-divider {
17829
+ height: 55%;
17830
+ width: 55%;
17831
+ align-self: center;
17832
+ }
17833
+ .v-number-input--split .v-field__input {
17834
+ text-align: center;
17835
+ }
17836
+ .v-number-input--stacked .v-number-input__control {
17837
+ flex-direction: column-reverse;
17838
+ }
17839
+ .v-number-input--stacked .v-number-input__control .v-btn {
17840
+ flex: 1;
17841
+ }
17842
+ .v-number-input--hide-input .v-field {
17843
+ flex: none;
17844
+ }
17845
+ .v-number-input--hide-input .v-field__input {
17846
+ width: 0;
17847
+ padding-inline: 0;
17848
+ }
17849
+ .v-number-input__control {
17850
+ display: flex;
17851
+ height: 100%;
17852
+ }
17853
+ .v-number-input__control .v-btn {
17854
+ background-color: transparent;
17855
+ border-radius: 0;
17856
+ }.v-pull-to-refresh {
17857
+ overflow: hidden;
17858
+ position: relative;
17859
+ }
17860
+ .v-pull-to-refresh__pull-down {
17861
+ position: absolute;
17862
+ width: 100%;
17863
+ transition: top 0.3s ease-out;
17864
+ }
17865
+ .v-pull-to-refresh__pull-down--touching {
17866
+ transition: none;
17867
+ }
17868
+ .v-pull-to-refresh__pull-down-default {
17869
+ display: flex;
17870
+ width: 100%;
17871
+ height: 100%;
17872
+ justify-content: center;
17873
+ align-items: flex-end;
17874
+ padding-bottom: 10px;
17875
+ }
17876
+ .v-pull-to-refresh__scroll-container {
17877
+ position: relative;
17878
+ transition: top 0.3s ease-out;
17879
+ }
17880
+ .v-pull-to-refresh__scroll-container--touching {
17881
+ transition: none;
17856
17882
  }.v-stepper-vertical-item {
17857
17883
  position: relative;
17858
17884
  transition-duration: 0.2s;
@@ -18052,55 +18078,6 @@ html.overflow-y-hidden {
18052
18078
 
18053
18079
  .v-picker--landscape .v-time-picker-clock__container {
18054
18080
  flex-direction: row;
18055
- }.v-pull-to-refresh {
18056
- overflow: hidden;
18057
- position: relative;
18058
- }
18059
- .v-pull-to-refresh__pull-down {
18060
- position: absolute;
18061
- width: 100%;
18062
- transition: top 0.3s ease-out;
18063
- }
18064
- .v-pull-to-refresh__pull-down--touching {
18065
- transition: none;
18066
- }
18067
- .v-pull-to-refresh__pull-down-default {
18068
- display: flex;
18069
- width: 100%;
18070
- height: 100%;
18071
- justify-content: center;
18072
- align-items: flex-end;
18073
- padding-bottom: 10px;
18074
- }
18075
- .v-pull-to-refresh__scroll-container {
18076
- position: relative;
18077
- transition: top 0.3s ease-out;
18078
- }
18079
- .v-pull-to-refresh__scroll-container--touching {
18080
- transition: none;
18081
- }.v-time-picker.v-picker {
18082
- padding: 24px;
18083
- width: 328px;
18084
- }
18085
- .v-time-picker.v-picker .v-picker-title {
18086
- padding: 0;
18087
- margin-bottom: 20px;
18088
- }.v-treeview-item--filtered {
18089
- display: none;
18090
- }
18091
-
18092
- .v-treeview {
18093
- --indent-padding: 0px;
18094
- }
18095
-
18096
- .v-treeview-group.v-list-group {
18097
- --list-indent-size: 16px;
18098
- }
18099
- .v-list--slim .v-treeview-group.v-list-group {
18100
- --prepend-width: 16px;
18101
- }
18102
- .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18103
- padding-inline-start: calc(12px + var(--indent-padding)) !important;
18104
18081
  }.v-time-picker-controls {
18105
18082
  display: flex;
18106
18083
  align-items: center;
@@ -18204,230 +18181,45 @@ html.overflow-y-hidden {
18204
18181
  }
18205
18182
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18206
18183
  text-align: center;
18207
- }.v-alert {
18208
- display: grid;
18209
- flex: 1 1;
18210
- grid-template-areas: "prepend content append close" ". content . .";
18211
- grid-template-columns: max-content auto max-content max-content;
18212
- position: relative;
18213
- padding: 16px;
18214
- overflow: hidden;
18215
- --v-border-color: currentColor;
18216
- border-radius: 4px;
18217
- }
18218
- .v-alert--absolute {
18219
- position: absolute;
18220
- }
18221
- .v-alert--fixed {
18222
- position: fixed;
18223
- }
18224
- .v-alert--sticky {
18225
- position: sticky;
18226
- }
18227
- .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18228
- background: transparent;
18229
- color: inherit;
18230
- }
18231
- .v-alert--variant-plain {
18232
- opacity: 0.62;
18233
- }
18234
- .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18235
- opacity: 1;
18184
+ }.v-time-picker.v-picker {
18185
+ padding: 24px;
18186
+ width: 328px;
18236
18187
  }
18237
- .v-alert--variant-plain .v-alert__overlay {
18188
+ .v-time-picker.v-picker .v-picker-title {
18189
+ padding: 0;
18190
+ margin-bottom: 20px;
18191
+ }.v-treeview-item--filtered {
18238
18192
  display: none;
18239
18193
  }
18240
- .v-alert--variant-elevated, .v-alert--variant-flat {
18241
- background: rgb(var(--v-theme-surface-light));
18242
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18243
- }
18244
- .v-alert--variant-elevated {
18245
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18246
- }
18247
- .v-alert--variant-flat {
18248
- 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));
18249
- }
18250
- .v-alert--variant-outlined {
18251
- border: thin solid currentColor;
18252
- }
18253
- .v-alert--variant-text .v-alert__overlay {
18254
- background: currentColor;
18255
- }
18256
- .v-alert--variant-tonal .v-alert__underlay {
18257
- background: currentColor;
18258
- opacity: var(--v-activated-opacity);
18259
- border-radius: inherit;
18260
- top: 0;
18261
- right: 0;
18262
- bottom: 0;
18263
- left: 0;
18264
- pointer-events: none;
18265
- }
18266
- .v-alert .v-alert__underlay {
18267
- position: absolute;
18268
- }
18269
- .v-alert--prominent {
18270
- grid-template-areas: "prepend content append close" "prepend content . .";
18271
- }
18272
- .v-alert.v-alert--border {
18273
- --v-border-opacity: 0.38;
18274
- }
18275
- .v-alert.v-alert--border.v-alert--border-start {
18276
- padding-inline-start: 24px;
18277
- }
18278
- .v-alert.v-alert--border.v-alert--border-end {
18279
- padding-inline-end: 24px;
18280
- }
18281
- .v-alert--variant-plain {
18282
- transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
18283
- }
18284
- .v-alert--density-default {
18285
- padding-bottom: 16px;
18286
- padding-top: 16px;
18287
- }
18288
- .v-alert--density-default.v-alert--border-top {
18289
- padding-top: 24px;
18290
- }
18291
- .v-alert--density-default.v-alert--border-bottom {
18292
- padding-bottom: 24px;
18293
- }
18294
-
18295
- .v-alert--density-comfortable {
18296
- padding-bottom: 12px;
18297
- padding-top: 12px;
18298
- }
18299
- .v-alert--density-comfortable.v-alert--border-top {
18300
- padding-top: 20px;
18301
- }
18302
- .v-alert--density-comfortable.v-alert--border-bottom {
18303
- padding-bottom: 20px;
18304
- }
18305
-
18306
- .v-alert--density-compact {
18307
- padding-bottom: 8px;
18308
- padding-top: 8px;
18309
- }
18310
- .v-alert--density-compact.v-alert--border-top {
18311
- padding-top: 16px;
18312
- }
18313
- .v-alert--density-compact.v-alert--border-bottom {
18314
- padding-bottom: 16px;
18315
- }
18316
-
18317
- .v-alert__border {
18318
- border-radius: inherit;
18319
- bottom: 0;
18320
- left: 0;
18321
- opacity: var(--v-border-opacity);
18322
- position: absolute;
18323
- pointer-events: none;
18324
- right: 0;
18325
- top: 0;
18326
- width: 100%;
18327
- border-color: currentColor;
18328
- border-style: solid;
18329
- border-width: 0;
18330
- }
18331
- .v-alert__border--border {
18332
- border-width: 8px;
18333
- box-shadow: none;
18334
- }
18335
- .v-alert--border-start .v-alert__border {
18336
- border-inline-start-width: 8px;
18337
- }
18338
- .v-alert--border-end .v-alert__border {
18339
- border-inline-end-width: 8px;
18340
- }
18341
- .v-alert--border-top .v-alert__border {
18342
- border-top-width: 8px;
18343
- }
18344
- .v-alert--border-bottom .v-alert__border {
18345
- border-bottom-width: 8px;
18346
- }
18347
-
18348
- .v-alert__close {
18349
- flex: 0 1 auto;
18350
- grid-area: close;
18351
- }
18352
-
18353
- .v-alert__content {
18354
- align-self: center;
18355
- grid-area: content;
18356
- overflow: hidden;
18357
- }
18358
18194
 
18359
- .v-alert__append,
18360
- .v-alert__close {
18361
- align-self: flex-start;
18362
- margin-inline-start: 16px;
18195
+ .v-treeview {
18196
+ --indent-padding: 0px;
18363
18197
  }
18364
18198
 
18365
- .v-alert__append {
18366
- align-self: flex-start;
18367
- grid-area: append;
18199
+ .v-treeview-group.v-list-group {
18200
+ --list-indent-size: 16px;
18368
18201
  }
18369
- .v-alert__append + .v-alert__close {
18370
- margin-inline-start: 16px;
18202
+ .v-list--slim .v-treeview-group.v-list-group {
18203
+ --prepend-width: 16px;
18371
18204
  }
18372
-
18373
- .v-alert__prepend {
18374
- align-self: flex-start;
18205
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18206
+ padding-inline-start: calc(12px + var(--indent-padding)) !important;
18207
+ }.v-application {
18375
18208
  display: flex;
18376
- align-items: center;
18377
- grid-area: prepend;
18378
- margin-inline-end: 16px;
18379
- }
18380
- .v-alert--prominent .v-alert__prepend {
18381
- align-self: center;
18382
- }
18383
-
18384
- .v-alert__underlay {
18385
- grid-area: none;
18386
- position: absolute;
18387
- }
18388
- .v-alert--border-start .v-alert__underlay {
18389
- border-top-left-radius: 0;
18390
- border-bottom-left-radius: 0;
18391
- }
18392
- .v-alert--border-end .v-alert__underlay {
18393
- border-top-right-radius: 0;
18394
- border-bottom-right-radius: 0;
18395
- }
18396
- .v-alert--border-top .v-alert__underlay {
18397
- border-top-left-radius: 0;
18398
- border-top-right-radius: 0;
18399
- }
18400
- .v-alert--border-bottom .v-alert__underlay {
18401
- border-bottom-left-radius: 0;
18402
- border-bottom-right-radius: 0;
18209
+ background: rgb(var(--v-theme-background));
18210
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18403
18211
  }
18404
18212
 
18405
- .v-alert-title {
18406
- align-items: center;
18407
- align-self: center;
18408
- display: flex;
18409
- font-size: 1.25rem;
18410
- font-weight: 500;
18411
- -webkit-hyphens: auto;
18412
- hyphens: auto;
18413
- letter-spacing: 0.0125em;
18414
- line-height: 1.75rem;
18415
- overflow-wrap: normal;
18416
- text-transform: none;
18417
- word-break: normal;
18418
- word-wrap: break-word;
18419
- }.v-app-bar {
18213
+ .v-application__wrap {
18214
+ -webkit-backface-visibility: hidden;
18215
+ backface-visibility: hidden;
18420
18216
  display: flex;
18421
- }
18422
- .v-app-bar.v-toolbar {
18423
- background: rgb(var(--v-theme-surface));
18424
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18425
- }
18426
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18427
- 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));
18428
- }
18429
- .v-app-bar:not(.v-toolbar--absolute) {
18430
- padding-inline-end: var(--v-scrollbar-offset);
18217
+ flex-direction: column;
18218
+ flex: 1 1 auto;
18219
+ max-width: 100%;
18220
+ min-height: 100vh;
18221
+ min-height: 100dvh;
18222
+ position: relative;
18431
18223
  }.v-autocomplete .v-field .v-text-field__prefix,
18432
18224
  .v-autocomplete .v-field .v-text-field__suffix,
18433
18225
  .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
@@ -18509,184 +18301,18 @@ html.overflow-y-hidden {
18509
18301
  .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18510
18302
  opacity: var(--v-high-emphasis-opacity);
18511
18303
  transform: rotate(180deg);
18512
- }.v-avatar {
18513
- flex: none;
18514
- align-items: center;
18515
- display: inline-flex;
18516
- justify-content: center;
18517
- line-height: normal;
18304
+ }.v-banner {
18305
+ display: grid;
18306
+ flex: 1 1;
18307
+ font-size: 0.875rem;
18308
+ grid-template-areas: "prepend content actions";
18309
+ grid-template-columns: max-content auto max-content;
18310
+ grid-template-rows: max-content max-content;
18311
+ line-height: 1.6;
18518
18312
  overflow: hidden;
18519
- position: relative;
18520
- text-align: center;
18521
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18522
- transition-property: width, height;
18523
- vertical-align: middle;
18524
- border-radius: 50%;
18525
- }
18526
- .v-avatar.v-avatar--size-x-small {
18527
- --v-avatar-height: 24px;
18528
- }
18529
- .v-avatar.v-avatar--size-small {
18530
- --v-avatar-height: 32px;
18531
- }
18532
- .v-avatar.v-avatar--size-default {
18533
- --v-avatar-height: 40px;
18534
- }
18535
- .v-avatar.v-avatar--size-large {
18536
- --v-avatar-height: 48px;
18537
- }
18538
- .v-avatar.v-avatar--size-x-large {
18539
- --v-avatar-height: 56px;
18540
- }
18541
- .v-avatar.v-avatar--density-default {
18542
- height: calc(var(--v-avatar-height) + 0px);
18543
- width: calc(var(--v-avatar-height) + 0px);
18544
- }
18545
- .v-avatar.v-avatar--density-comfortable {
18546
- height: calc(var(--v-avatar-height) + -4px);
18547
- width: calc(var(--v-avatar-height) + -4px);
18548
- }
18549
- .v-avatar.v-avatar--density-compact {
18550
- height: calc(var(--v-avatar-height) + -8px);
18551
- width: calc(var(--v-avatar-height) + -8px);
18552
- }
18553
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18554
- background: transparent;
18555
- color: inherit;
18556
- }
18557
- .v-avatar--variant-plain {
18558
- opacity: 0.62;
18559
- }
18560
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18561
- opacity: 1;
18562
- }
18563
- .v-avatar--variant-plain .v-avatar__overlay {
18564
- display: none;
18565
- }
18566
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18567
- background: var(--v-theme-surface);
18568
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18569
- }
18570
- .v-avatar--variant-elevated {
18571
- box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18572
- }
18573
- .v-avatar--variant-flat {
18574
- 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));
18575
- }
18576
- .v-avatar--variant-outlined {
18577
- border: thin solid currentColor;
18578
- }
18579
- .v-avatar--variant-text .v-avatar__overlay {
18580
- background: currentColor;
18581
- }
18582
- .v-avatar--variant-tonal .v-avatar__underlay {
18583
- background: currentColor;
18584
- opacity: var(--v-activated-opacity);
18585
- border-radius: inherit;
18586
- top: 0;
18587
- right: 0;
18588
- bottom: 0;
18589
- left: 0;
18590
- pointer-events: none;
18591
- }
18592
- .v-avatar .v-avatar__underlay {
18593
- position: absolute;
18594
- }
18595
- .v-avatar--rounded {
18596
- border-radius: 4px;
18597
- }
18598
- .v-avatar--start {
18599
- margin-inline-end: 8px;
18600
- }
18601
- .v-avatar--end {
18602
- margin-inline-start: 8px;
18603
- }
18604
- .v-avatar .v-img {
18605
- height: 100%;
18606
- width: 100%;
18607
- }.v-badge {
18608
- display: inline-block;
18609
- line-height: 1;
18610
- }
18611
-
18612
- .v-badge__badge {
18613
- align-items: center;
18614
- display: inline-flex;
18615
- border-radius: 10px;
18616
- font-size: 0.75rem;
18617
- font-weight: 500;
18618
- height: 1.25rem;
18619
- justify-content: center;
18620
- min-width: 20px;
18621
- padding: 4px 6px;
18622
- pointer-events: auto;
18623
- position: absolute;
18624
- text-align: center;
18625
- text-indent: 0;
18626
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18627
- white-space: nowrap;
18628
- background: rgb(var(--v-theme-surface-variant));
18629
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18630
- }
18631
- .v-badge--bordered .v-badge__badge::after {
18632
- border-radius: inherit;
18633
- border-style: solid;
18634
- border-width: 2px;
18635
- bottom: 0;
18636
- color: rgb(var(--v-theme-background));
18637
- content: "";
18638
- left: 0;
18639
- position: absolute;
18640
- right: 0;
18641
- top: 0;
18642
- transform: scale(1.05);
18643
- }
18644
- .v-badge--dot .v-badge__badge {
18645
- border-radius: 4.5px;
18646
- height: 9px;
18647
- min-width: 0;
18648
- padding: 0;
18649
- width: 9px;
18650
- }
18651
- .v-badge--dot .v-badge__badge::after {
18652
- border-width: 1.5px;
18653
- }
18654
- .v-badge--inline .v-badge__badge {
18655
- position: relative;
18656
- vertical-align: middle;
18657
- }
18658
- .v-badge__badge .v-icon {
18659
- color: inherit;
18660
- font-size: 0.75rem;
18661
- margin: 0 -2px;
18662
- }
18663
- .v-badge__badge img,
18664
- .v-badge__badge .v-img {
18665
- height: 100%;
18666
- width: 100%;
18667
- }
18668
-
18669
- .v-badge__wrapper {
18670
- display: flex;
18671
- position: relative;
18672
- }
18673
- .v-badge--inline .v-badge__wrapper {
18674
- align-items: center;
18675
- display: inline-flex;
18676
- justify-content: center;
18677
- margin: 0 4px;
18678
- }.v-banner {
18679
- display: grid;
18680
- flex: 1 1;
18681
- font-size: 0.875rem;
18682
- grid-template-areas: "prepend content actions";
18683
- grid-template-columns: max-content auto max-content;
18684
- grid-template-rows: max-content max-content;
18685
- line-height: 1.6;
18686
- overflow: hidden;
18687
- padding-inline: 16px 8px;
18688
- padding-top: 16px;
18689
- padding-bottom: 16px;
18313
+ padding-inline: 16px 8px;
18314
+ padding-top: 16px;
18315
+ padding-bottom: 16px;
18690
18316
  position: relative;
18691
18317
  width: 100%;
18692
18318
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
@@ -18832,65 +18458,566 @@ html.overflow-y-hidden {
18832
18458
  }
18833
18459
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18834
18460
  align-self: flex-start;
18835
- }.v-breadcrumbs {
18461
+ }.v-app-bar {
18836
18462
  display: flex;
18837
- align-items: center;
18838
- line-height: 1.6;
18839
- padding: 16px 12px;
18840
18463
  }
18841
- .v-breadcrumbs--rounded {
18842
- border-radius: 4px;
18464
+ .v-app-bar.v-toolbar {
18465
+ background: rgb(var(--v-theme-surface));
18466
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18843
18467
  }
18844
- .v-breadcrumbs--density-default {
18845
- padding-top: 16px;
18846
- padding-bottom: 16px;
18468
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18469
+ 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));
18847
18470
  }
18848
-
18849
- .v-breadcrumbs--density-comfortable {
18850
- padding-top: 12px;
18851
- padding-bottom: 12px;
18471
+ .v-app-bar:not(.v-toolbar--absolute) {
18472
+ padding-inline-end: var(--v-scrollbar-offset);
18473
+ }.v-bottom-navigation {
18474
+ display: flex;
18475
+ max-width: 100%;
18476
+ overflow: hidden;
18477
+ position: absolute;
18478
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18479
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18480
+ border-style: solid;
18481
+ border-width: 0;
18482
+ border-radius: 0;
18483
+ background: rgb(var(--v-theme-surface));
18484
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18852
18485
  }
18853
-
18854
- .v-breadcrumbs--density-compact {
18855
- padding-top: 8px;
18856
- padding-bottom: 8px;
18486
+ .v-bottom-navigation--border {
18487
+ border-width: thin;
18488
+ box-shadow: none;
18857
18489
  }
18858
-
18859
- .v-breadcrumbs__prepend {
18860
- align-items: center;
18861
- display: inline-flex;
18490
+ .v-bottom-navigation--active {
18491
+ 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));
18862
18492
  }
18863
18493
 
18864
- .v-breadcrumbs-item {
18865
- align-items: center;
18866
- color: inherit;
18867
- display: inline-flex;
18868
- padding: 0 4px;
18869
- text-decoration: none;
18870
- vertical-align: middle;
18494
+ .v-bottom-navigation__content {
18495
+ display: flex;
18496
+ flex: none;
18497
+ font-size: 0.75rem;
18498
+ justify-content: center;
18499
+ transition: inherit;
18500
+ width: 100%;
18871
18501
  }
18872
- .v-breadcrumbs-item--disabled {
18873
- opacity: var(--v-disabled-opacity);
18874
- pointer-events: none;
18502
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18503
+ font-size: inherit;
18504
+ height: 100%;
18505
+ max-width: 168px;
18506
+ min-width: 80px;
18507
+ text-transform: none;
18508
+ transition: inherit;
18509
+ width: auto;
18510
+ border-radius: 0;
18875
18511
  }
18876
- .v-breadcrumbs-item--link {
18877
- color: inherit;
18878
- text-decoration: none;
18512
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18513
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18514
+ transition: inherit;
18879
18515
  }
18880
- .v-breadcrumbs-item--link:hover {
18881
- text-decoration: underline;
18516
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18517
+ font-size: 1.5rem;
18882
18518
  }
18883
- .v-breadcrumbs-item .v-icon {
18884
- font-size: 1rem;
18885
- margin-inline: -4px 2px;
18519
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18520
+ flex-grow: 1;
18886
18521
  }
18887
-
18888
- .v-breadcrumbs-divider {
18889
- display: inline-block;
18890
- padding: 0 8px;
18891
- vertical-align: middle;
18892
- }.bottom-sheet-transition-enter-from {
18893
- transform: translateY(100%);
18522
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18523
+ transition: inherit;
18524
+ opacity: 0;
18525
+ }
18526
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18527
+ transform: translateY(0.5rem);
18528
+ }.v-avatar {
18529
+ flex: none;
18530
+ align-items: center;
18531
+ display: inline-flex;
18532
+ justify-content: center;
18533
+ line-height: normal;
18534
+ overflow: hidden;
18535
+ position: relative;
18536
+ text-align: center;
18537
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18538
+ transition-property: width, height;
18539
+ vertical-align: middle;
18540
+ border-radius: 50%;
18541
+ }
18542
+ .v-avatar.v-avatar--size-x-small {
18543
+ --v-avatar-height: 24px;
18544
+ }
18545
+ .v-avatar.v-avatar--size-small {
18546
+ --v-avatar-height: 32px;
18547
+ }
18548
+ .v-avatar.v-avatar--size-default {
18549
+ --v-avatar-height: 40px;
18550
+ }
18551
+ .v-avatar.v-avatar--size-large {
18552
+ --v-avatar-height: 48px;
18553
+ }
18554
+ .v-avatar.v-avatar--size-x-large {
18555
+ --v-avatar-height: 56px;
18556
+ }
18557
+ .v-avatar.v-avatar--density-default {
18558
+ height: calc(var(--v-avatar-height) + 0px);
18559
+ width: calc(var(--v-avatar-height) + 0px);
18560
+ }
18561
+ .v-avatar.v-avatar--density-comfortable {
18562
+ height: calc(var(--v-avatar-height) + -4px);
18563
+ width: calc(var(--v-avatar-height) + -4px);
18564
+ }
18565
+ .v-avatar.v-avatar--density-compact {
18566
+ height: calc(var(--v-avatar-height) + -8px);
18567
+ width: calc(var(--v-avatar-height) + -8px);
18568
+ }
18569
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18570
+ background: transparent;
18571
+ color: inherit;
18572
+ }
18573
+ .v-avatar--variant-plain {
18574
+ opacity: 0.62;
18575
+ }
18576
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18577
+ opacity: 1;
18578
+ }
18579
+ .v-avatar--variant-plain .v-avatar__overlay {
18580
+ display: none;
18581
+ }
18582
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
18583
+ background: var(--v-theme-surface);
18584
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18585
+ }
18586
+ .v-avatar--variant-elevated {
18587
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18588
+ }
18589
+ .v-avatar--variant-flat {
18590
+ 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));
18591
+ }
18592
+ .v-avatar--variant-outlined {
18593
+ border: thin solid currentColor;
18594
+ }
18595
+ .v-avatar--variant-text .v-avatar__overlay {
18596
+ background: currentColor;
18597
+ }
18598
+ .v-avatar--variant-tonal .v-avatar__underlay {
18599
+ background: currentColor;
18600
+ opacity: var(--v-activated-opacity);
18601
+ border-radius: inherit;
18602
+ top: 0;
18603
+ right: 0;
18604
+ bottom: 0;
18605
+ left: 0;
18606
+ pointer-events: none;
18607
+ }
18608
+ .v-avatar .v-avatar__underlay {
18609
+ position: absolute;
18610
+ }
18611
+ .v-avatar--rounded {
18612
+ border-radius: 4px;
18613
+ }
18614
+ .v-avatar--start {
18615
+ margin-inline-end: 8px;
18616
+ }
18617
+ .v-avatar--end {
18618
+ margin-inline-start: 8px;
18619
+ }
18620
+ .v-avatar .v-img {
18621
+ height: 100%;
18622
+ width: 100%;
18623
+ }.v-alert {
18624
+ display: grid;
18625
+ flex: 1 1;
18626
+ grid-template-areas: "prepend content append close" ". content . .";
18627
+ grid-template-columns: max-content auto max-content max-content;
18628
+ position: relative;
18629
+ padding: 16px;
18630
+ overflow: hidden;
18631
+ --v-border-color: currentColor;
18632
+ border-radius: 4px;
18633
+ }
18634
+ .v-alert--absolute {
18635
+ position: absolute;
18636
+ }
18637
+ .v-alert--fixed {
18638
+ position: fixed;
18639
+ }
18640
+ .v-alert--sticky {
18641
+ position: sticky;
18642
+ }
18643
+ .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18644
+ background: transparent;
18645
+ color: inherit;
18646
+ }
18647
+ .v-alert--variant-plain {
18648
+ opacity: 0.62;
18649
+ }
18650
+ .v-alert--variant-plain:focus, .v-alert--variant-plain:hover {
18651
+ opacity: 1;
18652
+ }
18653
+ .v-alert--variant-plain .v-alert__overlay {
18654
+ display: none;
18655
+ }
18656
+ .v-alert--variant-elevated, .v-alert--variant-flat {
18657
+ background: rgb(var(--v-theme-surface-light));
18658
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
18659
+ }
18660
+ .v-alert--variant-elevated {
18661
+ box-shadow: 0px 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 1px 1px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 3px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18662
+ }
18663
+ .v-alert--variant-flat {
18664
+ 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));
18665
+ }
18666
+ .v-alert--variant-outlined {
18667
+ border: thin solid currentColor;
18668
+ }
18669
+ .v-alert--variant-text .v-alert__overlay {
18670
+ background: currentColor;
18671
+ }
18672
+ .v-alert--variant-tonal .v-alert__underlay {
18673
+ background: currentColor;
18674
+ opacity: var(--v-activated-opacity);
18675
+ border-radius: inherit;
18676
+ top: 0;
18677
+ right: 0;
18678
+ bottom: 0;
18679
+ left: 0;
18680
+ pointer-events: none;
18681
+ }
18682
+ .v-alert .v-alert__underlay {
18683
+ position: absolute;
18684
+ }
18685
+ .v-alert--prominent {
18686
+ grid-template-areas: "prepend content append close" "prepend content . .";
18687
+ }
18688
+ .v-alert.v-alert--border {
18689
+ --v-border-opacity: 0.38;
18690
+ }
18691
+ .v-alert.v-alert--border.v-alert--border-start {
18692
+ padding-inline-start: 24px;
18693
+ }
18694
+ .v-alert.v-alert--border.v-alert--border-end {
18695
+ padding-inline-end: 24px;
18696
+ }
18697
+ .v-alert--variant-plain {
18698
+ transition: 0.2s opacity cubic-bezier(0.4, 0, 0.2, 1);
18699
+ }
18700
+ .v-alert--density-default {
18701
+ padding-bottom: 16px;
18702
+ padding-top: 16px;
18703
+ }
18704
+ .v-alert--density-default.v-alert--border-top {
18705
+ padding-top: 24px;
18706
+ }
18707
+ .v-alert--density-default.v-alert--border-bottom {
18708
+ padding-bottom: 24px;
18709
+ }
18710
+
18711
+ .v-alert--density-comfortable {
18712
+ padding-bottom: 12px;
18713
+ padding-top: 12px;
18714
+ }
18715
+ .v-alert--density-comfortable.v-alert--border-top {
18716
+ padding-top: 20px;
18717
+ }
18718
+ .v-alert--density-comfortable.v-alert--border-bottom {
18719
+ padding-bottom: 20px;
18720
+ }
18721
+
18722
+ .v-alert--density-compact {
18723
+ padding-bottom: 8px;
18724
+ padding-top: 8px;
18725
+ }
18726
+ .v-alert--density-compact.v-alert--border-top {
18727
+ padding-top: 16px;
18728
+ }
18729
+ .v-alert--density-compact.v-alert--border-bottom {
18730
+ padding-bottom: 16px;
18731
+ }
18732
+
18733
+ .v-alert__border {
18734
+ border-radius: inherit;
18735
+ bottom: 0;
18736
+ left: 0;
18737
+ opacity: var(--v-border-opacity);
18738
+ position: absolute;
18739
+ pointer-events: none;
18740
+ right: 0;
18741
+ top: 0;
18742
+ width: 100%;
18743
+ border-color: currentColor;
18744
+ border-style: solid;
18745
+ border-width: 0;
18746
+ }
18747
+ .v-alert__border--border {
18748
+ border-width: 8px;
18749
+ box-shadow: none;
18750
+ }
18751
+ .v-alert--border-start .v-alert__border {
18752
+ border-inline-start-width: 8px;
18753
+ }
18754
+ .v-alert--border-end .v-alert__border {
18755
+ border-inline-end-width: 8px;
18756
+ }
18757
+ .v-alert--border-top .v-alert__border {
18758
+ border-top-width: 8px;
18759
+ }
18760
+ .v-alert--border-bottom .v-alert__border {
18761
+ border-bottom-width: 8px;
18762
+ }
18763
+
18764
+ .v-alert__close {
18765
+ flex: 0 1 auto;
18766
+ grid-area: close;
18767
+ }
18768
+
18769
+ .v-alert__content {
18770
+ align-self: center;
18771
+ grid-area: content;
18772
+ overflow: hidden;
18773
+ }
18774
+
18775
+ .v-alert__append,
18776
+ .v-alert__close {
18777
+ align-self: flex-start;
18778
+ margin-inline-start: 16px;
18779
+ }
18780
+
18781
+ .v-alert__append {
18782
+ align-self: flex-start;
18783
+ grid-area: append;
18784
+ }
18785
+ .v-alert__append + .v-alert__close {
18786
+ margin-inline-start: 16px;
18787
+ }
18788
+
18789
+ .v-alert__prepend {
18790
+ align-self: flex-start;
18791
+ display: flex;
18792
+ align-items: center;
18793
+ grid-area: prepend;
18794
+ margin-inline-end: 16px;
18795
+ }
18796
+ .v-alert--prominent .v-alert__prepend {
18797
+ align-self: center;
18798
+ }
18799
+
18800
+ .v-alert__underlay {
18801
+ grid-area: none;
18802
+ position: absolute;
18803
+ }
18804
+ .v-alert--border-start .v-alert__underlay {
18805
+ border-top-left-radius: 0;
18806
+ border-bottom-left-radius: 0;
18807
+ }
18808
+ .v-alert--border-end .v-alert__underlay {
18809
+ border-top-right-radius: 0;
18810
+ border-bottom-right-radius: 0;
18811
+ }
18812
+ .v-alert--border-top .v-alert__underlay {
18813
+ border-top-left-radius: 0;
18814
+ border-top-right-radius: 0;
18815
+ }
18816
+ .v-alert--border-bottom .v-alert__underlay {
18817
+ border-bottom-left-radius: 0;
18818
+ border-bottom-right-radius: 0;
18819
+ }
18820
+
18821
+ .v-alert-title {
18822
+ align-items: center;
18823
+ align-self: center;
18824
+ display: flex;
18825
+ font-size: 1.25rem;
18826
+ font-weight: 500;
18827
+ -webkit-hyphens: auto;
18828
+ hyphens: auto;
18829
+ letter-spacing: 0.0125em;
18830
+ line-height: 1.75rem;
18831
+ overflow-wrap: normal;
18832
+ text-transform: none;
18833
+ word-break: normal;
18834
+ word-wrap: break-word;
18835
+ }.v-breadcrumbs {
18836
+ display: flex;
18837
+ align-items: center;
18838
+ line-height: 1.6;
18839
+ padding: 16px 12px;
18840
+ }
18841
+ .v-breadcrumbs--rounded {
18842
+ border-radius: 4px;
18843
+ }
18844
+ .v-breadcrumbs--density-default {
18845
+ padding-top: 16px;
18846
+ padding-bottom: 16px;
18847
+ }
18848
+
18849
+ .v-breadcrumbs--density-comfortable {
18850
+ padding-top: 12px;
18851
+ padding-bottom: 12px;
18852
+ }
18853
+
18854
+ .v-breadcrumbs--density-compact {
18855
+ padding-top: 8px;
18856
+ padding-bottom: 8px;
18857
+ }
18858
+
18859
+ .v-breadcrumbs__prepend {
18860
+ align-items: center;
18861
+ display: inline-flex;
18862
+ }
18863
+
18864
+ .v-breadcrumbs-item {
18865
+ align-items: center;
18866
+ color: inherit;
18867
+ display: inline-flex;
18868
+ padding: 0 4px;
18869
+ text-decoration: none;
18870
+ vertical-align: middle;
18871
+ }
18872
+ .v-breadcrumbs-item--disabled {
18873
+ opacity: var(--v-disabled-opacity);
18874
+ pointer-events: none;
18875
+ }
18876
+ .v-breadcrumbs-item--link {
18877
+ color: inherit;
18878
+ text-decoration: none;
18879
+ }
18880
+ .v-breadcrumbs-item--link:hover {
18881
+ text-decoration: underline;
18882
+ }
18883
+ .v-breadcrumbs-item .v-icon {
18884
+ font-size: 1rem;
18885
+ margin-inline: -4px 2px;
18886
+ }
18887
+
18888
+ .v-breadcrumbs-divider {
18889
+ display: inline-block;
18890
+ padding: 0 8px;
18891
+ vertical-align: middle;
18892
+ }.v-btn-group {
18893
+ display: inline-flex;
18894
+ flex-wrap: nowrap;
18895
+ max-width: 100%;
18896
+ min-width: 0;
18897
+ overflow: hidden;
18898
+ vertical-align: middle;
18899
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18900
+ border-style: solid;
18901
+ border-width: 0;
18902
+ 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));
18903
+ border-radius: 4px;
18904
+ background: transparent;
18905
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18906
+ }
18907
+ .v-btn-group--border {
18908
+ border-width: thin;
18909
+ box-shadow: none;
18910
+ }
18911
+ .v-btn-group--density-default.v-btn-group {
18912
+ height: 48px;
18913
+ }
18914
+
18915
+ .v-btn-group--density-comfortable.v-btn-group {
18916
+ height: 40px;
18917
+ }
18918
+
18919
+ .v-btn-group--density-compact.v-btn-group {
18920
+ height: 36px;
18921
+ }
18922
+
18923
+ .v-btn-group .v-btn {
18924
+ border-radius: 0;
18925
+ border-color: inherit;
18926
+ }
18927
+ .v-btn-group .v-btn:not(:last-child) {
18928
+ border-inline-end: none;
18929
+ }
18930
+ .v-btn-group .v-btn:not(:first-child) {
18931
+ border-inline-start: none;
18932
+ }
18933
+ .v-btn-group .v-btn:first-child {
18934
+ border-start-start-radius: inherit;
18935
+ border-end-start-radius: inherit;
18936
+ }
18937
+ .v-btn-group .v-btn:last-child {
18938
+ border-start-end-radius: inherit;
18939
+ border-end-end-radius: inherit;
18940
+ }
18941
+ .v-btn-group--divided .v-btn:not(:last-child) {
18942
+ border-inline-end-width: thin;
18943
+ border-inline-end-style: solid;
18944
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
18945
+ }
18946
+ .v-btn-group--tile {
18947
+ border-radius: 0;
18948
+ }.v-badge {
18949
+ display: inline-block;
18950
+ line-height: 1;
18951
+ }
18952
+
18953
+ .v-badge__badge {
18954
+ align-items: center;
18955
+ display: inline-flex;
18956
+ border-radius: 10px;
18957
+ font-size: 0.75rem;
18958
+ font-weight: 500;
18959
+ height: 1.25rem;
18960
+ justify-content: center;
18961
+ min-width: 20px;
18962
+ padding: 4px 6px;
18963
+ pointer-events: auto;
18964
+ position: absolute;
18965
+ text-align: center;
18966
+ text-indent: 0;
18967
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18968
+ white-space: nowrap;
18969
+ background: rgb(var(--v-theme-surface-variant));
18970
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18971
+ }
18972
+ .v-badge--bordered .v-badge__badge::after {
18973
+ border-radius: inherit;
18974
+ border-style: solid;
18975
+ border-width: 2px;
18976
+ bottom: 0;
18977
+ color: rgb(var(--v-theme-background));
18978
+ content: "";
18979
+ left: 0;
18980
+ position: absolute;
18981
+ right: 0;
18982
+ top: 0;
18983
+ transform: scale(1.05);
18984
+ }
18985
+ .v-badge--dot .v-badge__badge {
18986
+ border-radius: 4.5px;
18987
+ height: 9px;
18988
+ min-width: 0;
18989
+ padding: 0;
18990
+ width: 9px;
18991
+ }
18992
+ .v-badge--dot .v-badge__badge::after {
18993
+ border-width: 1.5px;
18994
+ }
18995
+ .v-badge--inline .v-badge__badge {
18996
+ position: relative;
18997
+ vertical-align: middle;
18998
+ }
18999
+ .v-badge__badge .v-icon {
19000
+ color: inherit;
19001
+ font-size: 0.75rem;
19002
+ margin: 0 -2px;
19003
+ }
19004
+ .v-badge__badge img,
19005
+ .v-badge__badge .v-img {
19006
+ height: 100%;
19007
+ width: 100%;
19008
+ }
19009
+
19010
+ .v-badge__wrapper {
19011
+ display: flex;
19012
+ position: relative;
19013
+ }
19014
+ .v-badge--inline .v-badge__wrapper {
19015
+ align-items: center;
19016
+ display: inline-flex;
19017
+ justify-content: center;
19018
+ margin: 0 4px;
19019
+ }.bottom-sheet-transition-enter-from {
19020
+ transform: translateY(100%);
18894
19021
  }
18895
19022
  .bottom-sheet-transition-leave-to {
18896
19023
  transform: translateY(100%);
@@ -18934,61 +19061,6 @@ html.overflow-y-hidden {
18934
19061
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
18935
19062
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
18936
19063
  }
18937
- }.v-bottom-navigation {
18938
- display: flex;
18939
- max-width: 100%;
18940
- overflow: hidden;
18941
- position: absolute;
18942
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
18943
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18944
- border-style: solid;
18945
- border-width: 0;
18946
- border-radius: 0;
18947
- background: rgb(var(--v-theme-surface));
18948
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18949
- }
18950
- .v-bottom-navigation--border {
18951
- border-width: thin;
18952
- box-shadow: none;
18953
- }
18954
- .v-bottom-navigation--active {
18955
- 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));
18956
- }
18957
-
18958
- .v-bottom-navigation__content {
18959
- display: flex;
18960
- flex: none;
18961
- font-size: 0.75rem;
18962
- justify-content: center;
18963
- transition: inherit;
18964
- width: 100%;
18965
- }
18966
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18967
- font-size: inherit;
18968
- height: 100%;
18969
- max-width: 168px;
18970
- min-width: 80px;
18971
- text-transform: none;
18972
- transition: inherit;
18973
- width: auto;
18974
- border-radius: 0;
18975
- }
18976
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18977
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18978
- transition: inherit;
18979
- }
18980
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18981
- font-size: 1.5rem;
18982
- }
18983
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18984
- flex-grow: 1;
18985
- }
18986
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18987
- transition: inherit;
18988
- opacity: 0;
18989
- }
18990
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18991
- transform: translateY(0.5rem);
18992
19064
  }.v-btn {
18993
19065
  align-items: center;
18994
19066
  border-radius: 4px;
@@ -19362,108 +19434,45 @@ html.overflow-y-hidden {
19362
19434
  .v-btn__content > .v-icon--start {
19363
19435
  margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
19364
19436
  }
19365
- .v-btn__content > .v-icon--end {
19366
- margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
19367
- }
19368
- .v-btn--stacked .v-btn__content {
19369
- white-space: normal;
19370
- }
19371
-
19372
- .v-btn__overlay {
19373
- background-color: currentColor;
19374
- border-radius: inherit;
19375
- opacity: 0;
19376
- transition: opacity 0.2s ease-in-out;
19377
- }
19378
-
19379
- .v-btn__overlay,
19380
- .v-btn__underlay {
19381
- position: absolute;
19382
- top: 0;
19383
- left: 0;
19384
- width: 100%;
19385
- height: 100%;
19386
- pointer-events: none;
19387
- }
19388
-
19389
- .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19390
- margin-inline-start: 0.5rem;
19391
- }
19392
-
19393
- .v-pagination .v-btn {
19394
- border-radius: 4px;
19395
- }
19396
- .v-pagination .v-btn--rounded {
19397
- border-radius: 50%;
19398
- }
19399
- .v-btn__overlay {
19400
- transition: none;
19401
- }
19402
- .v-pagination__item--is-active .v-btn__overlay {
19403
- opacity: var(--v-border-opacity);
19404
- }.v-carousel {
19405
- overflow: hidden;
19406
- position: relative;
19407
- width: 100%;
19408
- }
19409
- .v-carousel__controls {
19410
- align-items: center;
19411
- bottom: 0;
19412
- display: flex;
19413
- height: 50px;
19414
- justify-content: center;
19415
- list-style-type: none;
19416
- position: absolute;
19417
- width: 100%;
19418
- z-index: 1;
19419
- background: rgba(var(--v-theme-surface-variant), 0.3);
19420
- color: rgb(var(--v-theme-on-surface-variant));
19421
- }
19422
- .v-carousel__controls > .v-item-group {
19423
- flex: 0 1 auto;
19424
- }
19425
- .v-carousel__controls__item {
19426
- margin: 0 8px;
19427
- }
19428
- .v-carousel__controls__item .v-icon {
19429
- opacity: 0.5;
19430
- }
19431
- .v-carousel__controls__item--active .v-icon {
19432
- opacity: 1;
19433
- vertical-align: middle;
19437
+ .v-btn__content > .v-icon--end {
19438
+ margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
19434
19439
  }
19435
- .v-carousel__controls__item:hover {
19436
- background: none;
19440
+ .v-btn--stacked .v-btn__content {
19441
+ white-space: normal;
19437
19442
  }
19438
- .v-carousel__controls__item:hover .v-icon {
19439
- opacity: 0.8;
19443
+
19444
+ .v-btn__overlay {
19445
+ background-color: currentColor;
19446
+ border-radius: inherit;
19447
+ opacity: 0;
19448
+ transition: opacity 0.2s ease-in-out;
19440
19449
  }
19441
19450
 
19442
- .v-carousel__progress {
19443
- margin: 0;
19451
+ .v-btn__overlay,
19452
+ .v-btn__underlay {
19444
19453
  position: absolute;
19445
- bottom: 0;
19454
+ top: 0;
19446
19455
  left: 0;
19447
- right: 0;
19456
+ width: 100%;
19457
+ height: 100%;
19458
+ pointer-events: none;
19448
19459
  }
19449
19460
 
19450
- .v-carousel-item {
19451
- display: block;
19452
- height: inherit;
19453
- text-decoration: none;
19454
- }
19455
- .v-carousel-item > .v-img {
19456
- height: inherit;
19461
+ .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
19462
+ margin-inline-start: 0.5rem;
19457
19463
  }
19458
19464
 
19459
- .v-carousel--hide-delimiter-background .v-carousel__controls {
19460
- background: transparent;
19465
+ .v-pagination .v-btn {
19466
+ border-radius: 4px;
19461
19467
  }
19462
-
19463
- .v-carousel--vertical-delimiters .v-carousel__controls {
19464
- flex-direction: column;
19465
- height: 100% !important;
19466
- width: 50px;
19468
+ .v-pagination .v-btn--rounded {
19469
+ border-radius: 50%;
19470
+ }
19471
+ .v-btn__overlay {
19472
+ transition: none;
19473
+ }
19474
+ .v-pagination__item--is-active .v-btn__overlay {
19475
+ opacity: var(--v-border-opacity);
19467
19476
  }.v-card {
19468
19477
  display: block;
19469
19478
  overflow: hidden;
@@ -19763,62 +19772,74 @@ html.overflow-y-hidden {
19763
19772
  pointer-events: none;
19764
19773
  opacity: 0;
19765
19774
  transition: opacity 0.2s ease-in-out;
19766
- }.v-btn-group {
19767
- display: inline-flex;
19768
- flex-wrap: nowrap;
19769
- max-width: 100%;
19770
- min-width: 0;
19775
+ }.v-carousel {
19771
19776
  overflow: hidden;
19772
- vertical-align: middle;
19773
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19774
- border-style: solid;
19775
- border-width: 0;
19776
- 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));
19777
- border-radius: 4px;
19778
- background: transparent;
19779
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19777
+ position: relative;
19778
+ width: 100%;
19780
19779
  }
19781
- .v-btn-group--border {
19782
- border-width: thin;
19783
- box-shadow: none;
19780
+ .v-carousel__controls {
19781
+ align-items: center;
19782
+ bottom: 0;
19783
+ display: flex;
19784
+ height: 50px;
19785
+ justify-content: center;
19786
+ list-style-type: none;
19787
+ position: absolute;
19788
+ width: 100%;
19789
+ z-index: 1;
19790
+ background: rgba(var(--v-theme-surface-variant), 0.3);
19791
+ color: rgb(var(--v-theme-on-surface-variant));
19784
19792
  }
19785
- .v-btn-group--density-default.v-btn-group {
19786
- height: 48px;
19793
+ .v-carousel__controls > .v-item-group {
19794
+ flex: 0 1 auto;
19787
19795
  }
19788
-
19789
- .v-btn-group--density-comfortable.v-btn-group {
19790
- height: 40px;
19796
+ .v-carousel__controls__item {
19797
+ margin: 0 8px;
19791
19798
  }
19792
-
19793
- .v-btn-group--density-compact.v-btn-group {
19794
- height: 36px;
19799
+ .v-carousel__controls__item .v-icon {
19800
+ opacity: 0.5;
19795
19801
  }
19796
-
19797
- .v-btn-group .v-btn {
19798
- border-radius: 0;
19799
- border-color: inherit;
19802
+ .v-carousel__controls__item--active .v-icon {
19803
+ opacity: 1;
19804
+ vertical-align: middle;
19800
19805
  }
19801
- .v-btn-group .v-btn:not(:last-child) {
19802
- border-inline-end: none;
19806
+ .v-carousel__controls__item:hover {
19807
+ background: none;
19803
19808
  }
19804
- .v-btn-group .v-btn:not(:first-child) {
19805
- border-inline-start: none;
19809
+ .v-carousel__controls__item:hover .v-icon {
19810
+ opacity: 0.8;
19806
19811
  }
19807
- .v-btn-group .v-btn:first-child {
19808
- border-start-start-radius: inherit;
19809
- border-end-start-radius: inherit;
19812
+
19813
+ .v-carousel__progress {
19814
+ margin: 0;
19815
+ position: absolute;
19816
+ bottom: 0;
19817
+ left: 0;
19818
+ right: 0;
19810
19819
  }
19811
- .v-btn-group .v-btn:last-child {
19812
- border-start-end-radius: inherit;
19813
- border-end-end-radius: inherit;
19820
+
19821
+ .v-carousel-item {
19822
+ display: block;
19823
+ height: inherit;
19824
+ text-decoration: none;
19814
19825
  }
19815
- .v-btn-group--divided .v-btn:not(:last-child) {
19816
- border-inline-end-width: thin;
19817
- border-inline-end-style: solid;
19818
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19826
+ .v-carousel-item > .v-img {
19827
+ height: inherit;
19819
19828
  }
19820
- .v-btn-group--tile {
19821
- border-radius: 0;
19829
+
19830
+ .v-carousel--hide-delimiter-background .v-carousel__controls {
19831
+ background: transparent;
19832
+ }
19833
+
19834
+ .v-carousel--vertical-delimiters .v-carousel__controls {
19835
+ flex-direction: column;
19836
+ height: 100% !important;
19837
+ width: 50px;
19838
+ }.v-checkbox.v-input {
19839
+ flex: 0 1 auto;
19840
+ }
19841
+ .v-checkbox .v-selection-control {
19842
+ min-height: var(--v-input-control-height);
19822
19843
  }.v-chip {
19823
19844
  align-items: center;
19824
19845
  display: inline-flex;
@@ -20231,11 +20252,6 @@ html.overflow-y-hidden {
20231
20252
 
20232
20253
  .v-chip--label {
20233
20254
  border-radius: 4px;
20234
- }.v-checkbox.v-input {
20235
- flex: 0 1 auto;
20236
- }
20237
- .v-checkbox .v-selection-control {
20238
- min-height: var(--v-input-control-height);
20239
20255
  }.v-chip-group {
20240
20256
  display: flex;
20241
20257
  max-width: 100%;
@@ -20254,87 +20270,26 @@ html.overflow-y-hidden {
20254
20270
  white-space: normal;
20255
20271
  flex-wrap: wrap;
20256
20272
  max-width: 100%;
20257
- }.v-combobox .v-field .v-text-field__prefix,
20258
- .v-combobox .v-field .v-text-field__suffix,
20259
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20260
- cursor: text;
20261
- }
20262
- .v-combobox .v-field .v-field__input > input {
20263
- flex: 1 1;
20264
- }
20265
- .v-combobox .v-field input {
20266
- min-width: 64px;
20267
- }
20268
- .v-combobox .v-field:not(.v-field--focused) input {
20269
- min-width: 0;
20270
- }
20271
- .v-combobox .v-field--dirty .v-combobox__selection {
20272
- margin-inline-end: 2px;
20273
- }
20274
- .v-combobox .v-combobox__selection-text {
20275
- overflow: hidden;
20276
- text-overflow: ellipsis;
20277
- white-space: nowrap;
20273
+ }.v-color-picker {
20274
+ align-self: flex-start;
20275
+ contain: content;
20278
20276
  }
20279
-
20280
- .v-combobox__content {
20281
- overflow: hidden;
20282
- 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));
20277
+ .v-color-picker.v-sheet {
20278
+ 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));
20283
20279
  border-radius: 4px;
20284
20280
  }
20285
- .v-combobox__mask {
20286
- background: rgb(var(--v-theme-surface-light));
20287
- }
20288
- .v-combobox__selection {
20289
- display: inline-flex;
20290
- align-items: center;
20291
- height: 1.5rem;
20292
- letter-spacing: inherit;
20293
- line-height: inherit;
20294
- max-width: calc(100% - 2px - 2px);
20295
- }
20296
- .v-combobox__selection:first-child {
20297
- margin-inline-start: 0;
20298
- }
20299
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
20300
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
20301
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
20302
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
20303
- top: 0px;
20304
- }
20305
- .v-combobox--selecting-index .v-combobox__selection {
20306
- opacity: var(--v-medium-emphasis-opacity);
20307
- }
20308
- .v-combobox--selecting-index .v-combobox__selection--selected {
20309
- opacity: 1;
20310
- }
20311
- .v-combobox--selecting-index .v-field__input > input {
20312
- caret-color: transparent;
20313
- }
20314
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
20315
- flex: 1 1;
20316
- position: absolute;
20317
- left: 0;
20318
- right: 0;
20319
- width: 100%;
20320
- padding-inline: inherit;
20321
- }
20322
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
20323
- transition: none;
20324
- }
20325
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
20326
- opacity: 0;
20327
- }
20328
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
20329
- opacity: 0;
20281
+
20282
+ .v-color-picker__controls {
20283
+ display: flex;
20284
+ flex-direction: column;
20285
+ padding: 16px;
20330
20286
  }
20331
- .v-combobox__menu-icon {
20332
- margin-inline-start: 4px;
20333
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
20287
+
20288
+ .v-color-picker--flat {
20289
+ 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));
20334
20290
  }
20335
- .v-combobox--active-menu .v-combobox__menu-icon {
20336
- opacity: var(--v-high-emphasis-opacity);
20337
- transform: rotate(180deg);
20291
+ .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20292
+ 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));
20338
20293
  }.v-container {
20339
20294
  width: 100%;
20340
20295
  padding: 16px;
@@ -21007,26 +20962,87 @@ html.overflow-y-hidden {
21007
20962
  .offset-xxl-11 {
21008
20963
  margin-inline-start: 91.6666666667%;
21009
20964
  }
21010
- }.v-color-picker {
21011
- align-self: flex-start;
21012
- contain: content;
20965
+ }.v-combobox .v-field .v-text-field__prefix,
20966
+ .v-combobox .v-field .v-text-field__suffix,
20967
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
20968
+ cursor: text;
20969
+ }
20970
+ .v-combobox .v-field .v-field__input > input {
20971
+ flex: 1 1;
21013
20972
  }
21014
- .v-color-picker.v-sheet {
21015
- 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));
21016
- border-radius: 4px;
20973
+ .v-combobox .v-field input {
20974
+ min-width: 64px;
21017
20975
  }
21018
-
21019
- .v-color-picker__controls {
21020
- display: flex;
21021
- flex-direction: column;
21022
- padding: 16px;
20976
+ .v-combobox .v-field:not(.v-field--focused) input {
20977
+ min-width: 0;
20978
+ }
20979
+ .v-combobox .v-field--dirty .v-combobox__selection {
20980
+ margin-inline-end: 2px;
20981
+ }
20982
+ .v-combobox .v-combobox__selection-text {
20983
+ overflow: hidden;
20984
+ text-overflow: ellipsis;
20985
+ white-space: nowrap;
21023
20986
  }
21024
20987
 
21025
- .v-color-picker--flat {
21026
- 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));
20988
+ .v-combobox__content {
20989
+ overflow: hidden;
20990
+ 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));
20991
+ border-radius: 4px;
21027
20992
  }
21028
- .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
21029
- 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));
20993
+ .v-combobox__mask {
20994
+ background: rgb(var(--v-theme-surface-light));
20995
+ }
20996
+ .v-combobox__selection {
20997
+ display: inline-flex;
20998
+ align-items: center;
20999
+ height: 1.5rem;
21000
+ letter-spacing: inherit;
21001
+ line-height: inherit;
21002
+ max-width: calc(100% - 2px - 2px);
21003
+ }
21004
+ .v-combobox__selection:first-child {
21005
+ margin-inline-start: 0;
21006
+ }
21007
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21008
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21009
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21010
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21011
+ top: 0px;
21012
+ }
21013
+ .v-combobox--selecting-index .v-combobox__selection {
21014
+ opacity: var(--v-medium-emphasis-opacity);
21015
+ }
21016
+ .v-combobox--selecting-index .v-combobox__selection--selected {
21017
+ opacity: 1;
21018
+ }
21019
+ .v-combobox--selecting-index .v-field__input > input {
21020
+ caret-color: transparent;
21021
+ }
21022
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
21023
+ flex: 1 1;
21024
+ position: absolute;
21025
+ left: 0;
21026
+ right: 0;
21027
+ width: 100%;
21028
+ padding-inline: inherit;
21029
+ }
21030
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
21031
+ transition: none;
21032
+ }
21033
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
21034
+ opacity: 0;
21035
+ }
21036
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
21037
+ opacity: 0;
21038
+ }
21039
+ .v-combobox__menu-icon {
21040
+ margin-inline-start: 4px;
21041
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21042
+ }
21043
+ .v-combobox--active-menu .v-combobox__menu-icon {
21044
+ opacity: var(--v-high-emphasis-opacity);
21045
+ transform: rotate(180deg);
21030
21046
  }.v-counter {
21031
21047
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21032
21048
  flex: 0 1 auto;
@@ -21038,6 +21054,61 @@ html.overflow-y-hidden {
21038
21054
  }
21039
21055
  .v-date-picker--show-week {
21040
21056
  width: 368px;
21057
+ }.v-date-picker-month {
21058
+ display: flex;
21059
+ justify-content: center;
21060
+ padding: 0 12px 8px;
21061
+ --v-date-picker-month-day-diff: 4px;
21062
+ }
21063
+
21064
+ .v-date-picker-month__weeks {
21065
+ display: grid;
21066
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21067
+ column-gap: 4px;
21068
+ font-size: 0.85rem;
21069
+ }
21070
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
21071
+ grid-row-gap: 0;
21072
+ }
21073
+
21074
+ .v-date-picker-month__weekday {
21075
+ font-size: 0.85rem;
21076
+ }
21077
+
21078
+ .v-date-picker-month__days {
21079
+ display: grid;
21080
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21081
+ column-gap: 4px;
21082
+ flex: 1 1;
21083
+ justify-content: space-around;
21084
+ }
21085
+
21086
+ .v-date-picker-month__day {
21087
+ align-items: center;
21088
+ display: flex;
21089
+ justify-content: center;
21090
+ position: relative;
21091
+ height: 40px;
21092
+ width: 40px;
21093
+ }
21094
+ .v-date-picker-month__day--selected .v-btn {
21095
+ background-color: rgb(var(--v-theme-surface-variant));
21096
+ color: rgb(var(--v-theme-on-surface-variant));
21097
+ }
21098
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21099
+ --v-btn-height: 24px;
21100
+ --v-btn-size: 0.85rem;
21101
+ }
21102
+ .v-date-picker-month__day--week {
21103
+ font-size: var(--v-btn-size);
21104
+ }
21105
+
21106
+ .v-date-picker-month__day--adjacent {
21107
+ opacity: 0.5;
21108
+ }
21109
+
21110
+ .v-date-picker-month__day--hide-adjacent {
21111
+ opacity: 0;
21041
21112
  }.v-date-picker-controls {
21042
21113
  display: flex;
21043
21114
  align-items: center;
@@ -21094,6 +21165,25 @@ html.overflow-y-hidden {
21094
21165
 
21095
21166
  .v-date-picker__title {
21096
21167
  display: inline-block;
21168
+ }.v-date-picker-months {
21169
+ height: 288px;
21170
+ }
21171
+
21172
+ .v-date-picker-months__content {
21173
+ align-items: center;
21174
+ display: grid;
21175
+ flex: 1 1;
21176
+ height: inherit;
21177
+ justify-content: space-around;
21178
+ grid-template-columns: repeat(2, 1fr);
21179
+ grid-gap: 0px 24px;
21180
+ padding-inline-start: 36px;
21181
+ padding-inline-end: 36px;
21182
+ }
21183
+ .v-date-picker-months__content .v-btn {
21184
+ text-transform: none;
21185
+ padding-inline-start: 8px;
21186
+ padding-inline-end: 8px;
21097
21187
  }.v-date-picker-header {
21098
21188
  align-items: flex-end;
21099
21189
  height: 70px;
@@ -21123,126 +21213,52 @@ html.overflow-y-hidden {
21123
21213
  justify-content: space-between;
21124
21214
  }
21125
21215
  .v-date-picker-header--clickable .v-date-picker-header__content {
21126
- cursor: pointer;
21127
- }
21128
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21129
- opacity: 0.7;
21130
- }
21131
-
21132
- .date-picker-header-transition-enter-active,
21133
- .date-picker-header-reverse-transition-enter-active {
21134
- transition-duration: 0.3s;
21135
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21136
- }
21137
- .date-picker-header-transition-leave-active,
21138
- .date-picker-header-reverse-transition-leave-active {
21139
- transition-duration: 0.3s;
21140
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21141
- }
21142
-
21143
- .date-picker-header-transition-enter-from {
21144
- transform: translate(0, 100%);
21145
- }
21146
- .date-picker-header-transition-leave-to {
21147
- opacity: 0;
21148
- transform: translate(0, -100%);
21149
- }
21150
-
21151
- .date-picker-header-reverse-transition-enter-from {
21152
- transform: translate(0, -100%);
21153
- }
21154
- .date-picker-header-reverse-transition-leave-to {
21155
- opacity: 0;
21156
- transform: translate(0, 100%);
21157
- }.v-date-picker-months {
21158
- height: 288px;
21159
- }
21160
-
21161
- .v-date-picker-months__content {
21162
- align-items: center;
21163
- display: grid;
21164
- flex: 1 1;
21165
- height: inherit;
21166
- justify-content: space-around;
21167
- grid-template-columns: repeat(2, 1fr);
21168
- grid-gap: 0px 24px;
21169
- padding-inline-start: 36px;
21170
- padding-inline-end: 36px;
21171
- }
21172
- .v-date-picker-months__content .v-btn {
21173
- text-transform: none;
21174
- padding-inline-start: 8px;
21175
- padding-inline-end: 8px;
21176
- }.v-date-picker-years {
21177
- height: 288px;
21178
- overflow-y: scroll;
21179
- }
21180
-
21181
- .v-date-picker-years__content {
21182
- display: grid;
21183
- flex: 1 1;
21184
- justify-content: space-around;
21185
- grid-template-columns: repeat(3, 1fr);
21186
- gap: 8px 24px;
21187
- padding-inline: 32px;
21188
- }
21189
- .v-date-picker-years__content .v-btn {
21190
- padding-inline: 8px;
21191
- }.v-date-picker-month {
21192
- display: flex;
21193
- justify-content: center;
21194
- padding: 0 12px 8px;
21195
- --v-date-picker-month-day-diff: 4px;
21196
- }
21197
-
21198
- .v-date-picker-month__weeks {
21199
- display: grid;
21200
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21201
- column-gap: 4px;
21202
- font-size: 0.85rem;
21203
- }
21204
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21205
- grid-row-gap: 0;
21206
- }
21207
-
21208
- .v-date-picker-month__weekday {
21209
- font-size: 0.85rem;
21210
- }
21211
-
21212
- .v-date-picker-month__days {
21213
- display: grid;
21214
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21215
- column-gap: 4px;
21216
- flex: 1 1;
21217
- justify-content: space-around;
21218
- }
21219
-
21220
- .v-date-picker-month__day {
21221
- align-items: center;
21222
- display: flex;
21223
- justify-content: center;
21224
- position: relative;
21225
- height: 40px;
21226
- width: 40px;
21216
+ cursor: pointer;
21227
21217
  }
21228
- .v-date-picker-month__day--selected .v-btn {
21229
- background-color: rgb(var(--v-theme-surface-variant));
21230
- color: rgb(var(--v-theme-on-surface-variant));
21218
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21219
+ opacity: 0.7;
21231
21220
  }
21232
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21233
- --v-btn-height: 24px;
21234
- --v-btn-size: 0.85rem;
21221
+
21222
+ .date-picker-header-transition-enter-active,
21223
+ .date-picker-header-reverse-transition-enter-active {
21224
+ transition-duration: 0.3s;
21225
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21235
21226
  }
21236
- .v-date-picker-month__day--week {
21237
- font-size: var(--v-btn-size);
21227
+ .date-picker-header-transition-leave-active,
21228
+ .date-picker-header-reverse-transition-leave-active {
21229
+ transition-duration: 0.3s;
21230
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21238
21231
  }
21239
21232
 
21240
- .v-date-picker-month__day--adjacent {
21241
- opacity: 0.5;
21233
+ .date-picker-header-transition-enter-from {
21234
+ transform: translate(0, 100%);
21235
+ }
21236
+ .date-picker-header-transition-leave-to {
21237
+ opacity: 0;
21238
+ transform: translate(0, -100%);
21242
21239
  }
21243
21240
 
21244
- .v-date-picker-month__day--hide-adjacent {
21241
+ .date-picker-header-reverse-transition-enter-from {
21242
+ transform: translate(0, -100%);
21243
+ }
21244
+ .date-picker-header-reverse-transition-leave-to {
21245
21245
  opacity: 0;
21246
+ transform: translate(0, 100%);
21247
+ }.v-date-picker-years {
21248
+ height: 288px;
21249
+ overflow-y: scroll;
21250
+ }
21251
+
21252
+ .v-date-picker-years__content {
21253
+ display: grid;
21254
+ flex: 1 1;
21255
+ justify-content: space-around;
21256
+ grid-template-columns: repeat(3, 1fr);
21257
+ gap: 8px 24px;
21258
+ padding-inline: 32px;
21259
+ }
21260
+ .v-date-picker-years__content .v-btn {
21261
+ padding-inline: 8px;
21246
21262
  }.v-data-table {
21247
21263
  width: 100%;
21248
21264
  }
@@ -21456,6 +21472,73 @@ html.overflow-y-hidden {
21456
21472
  }
21457
21473
  .v-data-table-footer__page {
21458
21474
  padding: 0 8px;
21475
+ }.v-empty-state {
21476
+ align-items: center;
21477
+ display: flex;
21478
+ flex-direction: column;
21479
+ justify-content: center;
21480
+ min-height: 100%;
21481
+ padding: 16px;
21482
+ }
21483
+ .v-empty-state--start {
21484
+ align-items: flex-start;
21485
+ }
21486
+ .v-empty-state--center {
21487
+ align-items: center;
21488
+ }
21489
+ .v-empty-state--end {
21490
+ align-items: flex-end;
21491
+ }
21492
+
21493
+ .v-empty-state__media {
21494
+ text-align: center;
21495
+ width: 100%;
21496
+ }
21497
+ .v-empty-state__media .v-icon {
21498
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21499
+ }
21500
+
21501
+ .v-empty-state__headline {
21502
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21503
+ font-size: 3.75rem;
21504
+ font-weight: 300;
21505
+ line-height: 1;
21506
+ text-align: center;
21507
+ margin-bottom: 8px;
21508
+ }
21509
+ .v-empty-state--mobile .v-empty-state__headline {
21510
+ font-size: 2.125rem;
21511
+ }
21512
+
21513
+ .v-empty-state__title {
21514
+ font-size: 1.25rem;
21515
+ font-weight: 500;
21516
+ line-height: 1.6;
21517
+ margin-bottom: 4px;
21518
+ text-align: center;
21519
+ }
21520
+
21521
+ .v-empty-state__text {
21522
+ font-size: 0.875rem;
21523
+ font-weight: 400;
21524
+ line-height: 1.425;
21525
+ padding: 0 16px;
21526
+ text-align: center;
21527
+ }
21528
+
21529
+ .v-empty-state__content {
21530
+ padding: 24px 0;
21531
+ }
21532
+
21533
+ .v-empty-state__actions {
21534
+ display: flex;
21535
+ gap: 8px;
21536
+ padding: 16px;
21537
+ }
21538
+
21539
+ .v-empty-state__action-btn.v-btn {
21540
+ background-color: rgb(var(--v-theme-surface-variant));
21541
+ color: rgb(var(--v-theme-on-surface-variant));
21459
21542
  }.v-dialog {
21460
21543
  align-items: center;
21461
21544
  justify-content: center;
@@ -21548,73 +21631,6 @@ html.overflow-y-hidden {
21548
21631
  -webkit-backface-visibility: hidden;
21549
21632
  backface-visibility: hidden;
21550
21633
  overflow-y: auto;
21551
- }.v-empty-state {
21552
- align-items: center;
21553
- display: flex;
21554
- flex-direction: column;
21555
- justify-content: center;
21556
- min-height: 100%;
21557
- padding: 16px;
21558
- }
21559
- .v-empty-state--start {
21560
- align-items: flex-start;
21561
- }
21562
- .v-empty-state--center {
21563
- align-items: center;
21564
- }
21565
- .v-empty-state--end {
21566
- align-items: flex-end;
21567
- }
21568
-
21569
- .v-empty-state__media {
21570
- text-align: center;
21571
- width: 100%;
21572
- }
21573
- .v-empty-state__media .v-icon {
21574
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21575
- }
21576
-
21577
- .v-empty-state__headline {
21578
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21579
- font-size: 3.75rem;
21580
- font-weight: 300;
21581
- line-height: 1;
21582
- text-align: center;
21583
- margin-bottom: 8px;
21584
- }
21585
- .v-empty-state--mobile .v-empty-state__headline {
21586
- font-size: 2.125rem;
21587
- }
21588
-
21589
- .v-empty-state__title {
21590
- font-size: 1.25rem;
21591
- font-weight: 500;
21592
- line-height: 1.6;
21593
- margin-bottom: 4px;
21594
- text-align: center;
21595
- }
21596
-
21597
- .v-empty-state__text {
21598
- font-size: 0.875rem;
21599
- font-weight: 400;
21600
- line-height: 1.425;
21601
- padding: 0 16px;
21602
- text-align: center;
21603
- }
21604
-
21605
- .v-empty-state__content {
21606
- padding: 24px 0;
21607
- }
21608
-
21609
- .v-empty-state__actions {
21610
- display: flex;
21611
- gap: 8px;
21612
- padding: 16px;
21613
- }
21614
-
21615
- .v-empty-state__action-btn.v-btn {
21616
- background-color: rgb(var(--v-theme-surface-variant));
21617
- color: rgb(var(--v-theme-on-surface-variant));
21618
21634
  }.v-divider {
21619
21635
  display: block;
21620
21636
  flex: 1 1 100%;
@@ -21874,35 +21890,6 @@ html.overflow-y-hidden {
21874
21890
  }
21875
21891
  .v-expansion-panels--tile > .v-expansion-panel {
21876
21892
  border-radius: 0;
21877
- }.v-file-input--hide.v-input .v-field,
21878
- .v-file-input--hide.v-input .v-input__control,
21879
- .v-file-input--hide.v-input .v-input__details {
21880
- display: none;
21881
- }
21882
- .v-file-input--hide.v-input .v-input__prepend {
21883
- grid-area: control;
21884
- margin: 0 auto;
21885
- }
21886
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21887
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21888
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21889
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21890
- top: 0px;
21891
- }
21892
- .v-file-input input[type=file] {
21893
- height: 100%;
21894
- left: 0;
21895
- opacity: 0;
21896
- position: absolute;
21897
- top: 0;
21898
- width: 100%;
21899
- z-index: 1;
21900
- }
21901
- .v-file-input .v-input__details {
21902
- padding-inline: 16px;
21903
- }
21904
- .v-input--plain-underlined.v-file-input .v-input__details {
21905
- padding-inline: 0;
21906
21893
  }.v-fab {
21907
21894
  align-items: center;
21908
21895
  display: inline-flex;
@@ -21972,6 +21959,35 @@ html.overflow-y-hidden {
21972
21959
  }
21973
21960
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21974
21961
  right: 0;
21962
+ }.v-file-input--hide.v-input .v-field,
21963
+ .v-file-input--hide.v-input .v-input__control,
21964
+ .v-file-input--hide.v-input .v-input__details {
21965
+ display: none;
21966
+ }
21967
+ .v-file-input--hide.v-input .v-input__prepend {
21968
+ grid-area: control;
21969
+ margin: 0 auto;
21970
+ }
21971
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21972
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21973
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21974
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21975
+ top: 0px;
21976
+ }
21977
+ .v-file-input input[type=file] {
21978
+ height: 100%;
21979
+ left: 0;
21980
+ opacity: 0;
21981
+ position: absolute;
21982
+ top: 0;
21983
+ width: 100%;
21984
+ z-index: 1;
21985
+ }
21986
+ .v-file-input .v-input__details {
21987
+ padding-inline: 16px;
21988
+ }
21989
+ .v-input--plain-underlined.v-file-input .v-input__details {
21990
+ padding-inline: 0;
21975
21991
  }/* region INPUT */
21976
21992
  .v-field {
21977
21993
  display: grid;
@@ -22570,31 +22586,42 @@ textarea.v-field__input::placeholder {
22570
22586
  }
22571
22587
  .v-footer--rounded {
22572
22588
  border-radius: 4px;
22573
- }.v-infinite-scroll--horizontal {
22574
- display: flex;
22575
- flex-direction: row;
22576
- overflow-x: auto;
22589
+ }.v-img {
22590
+ --v-theme-overlay-multiplier: 3;
22591
+ z-index: 0;
22577
22592
  }
22578
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22593
+ .v-img--booting .v-responsive__sizer {
22594
+ transition: none;
22595
+ }
22596
+ .v-img--rounded {
22597
+ border-radius: 4px;
22598
+ }
22599
+
22600
+ .v-img__img,
22601
+ .v-img__picture,
22602
+ .v-img__gradient,
22603
+ .v-img__placeholder,
22604
+ .v-img__error {
22605
+ z-index: -1;
22606
+ position: absolute;
22607
+ top: 0;
22608
+ left: 0;
22609
+ width: 100%;
22579
22610
  height: 100%;
22580
- width: 1px;
22581
22611
  }
22582
22612
 
22583
- .v-infinite-scroll--vertical {
22584
- display: flex;
22585
- flex-direction: column;
22586
- overflow-y: auto;
22613
+ .v-img__img--preload {
22614
+ filter: blur(4px);
22587
22615
  }
22588
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22589
- height: 1px;
22590
- width: 100%;
22616
+ .v-img__img--contain {
22617
+ object-fit: contain;
22618
+ }
22619
+ .v-img__img--cover {
22620
+ object-fit: cover;
22591
22621
  }
22592
22622
 
22593
- .v-infinite-scroll__side {
22594
- align-items: center;
22595
- display: flex;
22596
- justify-content: center;
22597
- padding: 8px;
22623
+ .v-img__gradient {
22624
+ background-repeat: no-repeat;
22598
22625
  }.v-icon {
22599
22626
  --v-icon-size-multiplier: 1;
22600
22627
  align-items: center;
@@ -22648,42 +22675,36 @@ textarea.v-field__input::placeholder {
22648
22675
 
22649
22676
  .v-icon--end {
22650
22677
  margin-inline-start: 8px;
22651
- }.v-img {
22652
- --v-theme-overlay-multiplier: 3;
22653
- z-index: 0;
22654
- }
22655
- .v-img--booting .v-responsive__sizer {
22656
- transition: none;
22657
- }
22658
- .v-img--rounded {
22659
- border-radius: 4px;
22678
+ }.v-infinite-scroll--horizontal {
22679
+ display: flex;
22680
+ flex-direction: row;
22681
+ overflow-x: auto;
22660
22682
  }
22661
-
22662
- .v-img__img,
22663
- .v-img__picture,
22664
- .v-img__gradient,
22665
- .v-img__placeholder,
22666
- .v-img__error {
22667
- z-index: -1;
22668
- position: absolute;
22669
- top: 0;
22670
- left: 0;
22671
- width: 100%;
22683
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22672
22684
  height: 100%;
22685
+ width: 1px;
22673
22686
  }
22674
22687
 
22675
- .v-img__img--preload {
22676
- filter: blur(4px);
22677
- }
22678
- .v-img__img--contain {
22679
- object-fit: contain;
22688
+ .v-infinite-scroll--vertical {
22689
+ display: flex;
22690
+ flex-direction: column;
22691
+ overflow-y: auto;
22680
22692
  }
22681
- .v-img__img--cover {
22682
- object-fit: cover;
22693
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22694
+ height: 1px;
22695
+ width: 100%;
22683
22696
  }
22684
22697
 
22685
- .v-img__gradient {
22686
- background-repeat: no-repeat;
22698
+ .v-infinite-scroll__side {
22699
+ align-items: center;
22700
+ display: flex;
22701
+ justify-content: center;
22702
+ padding: 8px;
22703
+ }.v-item-group {
22704
+ flex: 0 1 auto;
22705
+ max-width: 100%;
22706
+ position: relative;
22707
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22687
22708
  }.v-input {
22688
22709
  display: grid;
22689
22710
  flex: 1 1 auto;
@@ -22826,11 +22847,6 @@ textarea.v-field__input::placeholder {
22826
22847
 
22827
22848
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22828
22849
  padding-top: calc(var(--v-input-padding-top) + 0px);
22829
- }.v-item-group {
22830
- flex: 0 1 auto;
22831
- max-width: 100%;
22832
- position: relative;
22833
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22834
22850
  }.v-label {
22835
22851
  align-items: center;
22836
22852
  color: inherit;
@@ -23420,22 +23436,19 @@ textarea.v-field__input::placeholder {
23420
23436
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23421
23437
  }.v-locale-provider {
23422
23438
  display: contents;
23423
- }.v-messages {
23424
- flex: 1 1 auto;
23425
- font-size: 12px;
23426
- min-height: 14px;
23427
- min-width: 1px;
23428
- opacity: var(--v-medium-emphasis-opacity);
23429
- position: relative;
23439
+ }.v-menu > .v-overlay__content {
23440
+ display: flex;
23441
+ flex-direction: column;
23442
+ border-radius: 4px;
23430
23443
  }
23431
- .v-messages__message {
23432
- line-height: 12px;
23433
- word-break: break-word;
23434
- overflow-wrap: break-word;
23435
- word-wrap: break-word;
23436
- -webkit-hyphens: auto;
23437
- hyphens: auto;
23438
- transition-duration: 150ms;
23444
+ .v-menu > .v-overlay__content > .v-card,
23445
+ .v-menu > .v-overlay__content > .v-sheet,
23446
+ .v-menu > .v-overlay__content > .v-list {
23447
+ background: rgb(var(--v-theme-surface));
23448
+ border-radius: inherit;
23449
+ overflow: auto;
23450
+ height: 100%;
23451
+ 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));
23439
23452
  }.v-main {
23440
23453
  flex: 1 0 auto;
23441
23454
  max-width: 100%;
@@ -23464,19 +23477,22 @@ textarea.v-field__input::placeholder {
23464
23477
  --v-layout-right: 0px;
23465
23478
  --v-layout-top: 0px;
23466
23479
  --v-layout-bottom: 0px;
23467
- }.v-menu > .v-overlay__content {
23468
- display: flex;
23469
- flex-direction: column;
23470
- border-radius: 4px;
23480
+ }.v-messages {
23481
+ flex: 1 1 auto;
23482
+ font-size: 12px;
23483
+ min-height: 14px;
23484
+ min-width: 1px;
23485
+ opacity: var(--v-medium-emphasis-opacity);
23486
+ position: relative;
23471
23487
  }
23472
- .v-menu > .v-overlay__content > .v-card,
23473
- .v-menu > .v-overlay__content > .v-sheet,
23474
- .v-menu > .v-overlay__content > .v-list {
23475
- background: rgb(var(--v-theme-surface));
23476
- border-radius: inherit;
23477
- overflow: auto;
23478
- height: 100%;
23479
- 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));
23488
+ .v-messages__message {
23489
+ line-height: 12px;
23490
+ word-break: break-word;
23491
+ overflow-wrap: break-word;
23492
+ word-wrap: break-word;
23493
+ -webkit-hyphens: auto;
23494
+ hyphens: auto;
23495
+ transition-duration: 150ms;
23480
23496
  }.v-navigation-drawer {
23481
23497
  -webkit-overflow-scrolling: touch;
23482
23498
  background: rgb(var(--v-theme-surface));
@@ -23588,169 +23604,61 @@ textarea.v-field__input::placeholder {
23588
23604
  position: relative;
23589
23605
  }
23590
23606
  .v-otp-input .v-field {
23591
- height: 100%;
23592
- }
23593
-
23594
- .v-otp-input__divider {
23595
- margin: 0 8px;
23596
- }
23597
-
23598
- .v-otp-input__content {
23599
- align-items: center;
23600
- display: flex;
23601
- gap: 0.5rem;
23602
- height: 64px;
23603
- padding: 0.5rem;
23604
- justify-content: center;
23605
- max-width: 320px;
23606
- position: relative;
23607
- border-radius: inherit;
23608
- }
23609
- .v-otp-input--divided .v-otp-input__content {
23610
- max-width: 360px;
23611
- }
23612
-
23613
- .v-otp-input__field {
23614
- color: inherit;
23615
- font-size: 1.25rem;
23616
- height: 100%;
23617
- outline: none;
23618
- text-align: center;
23619
- width: 100%;
23620
- }
23621
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23622
- -webkit-appearance: none;
23623
- margin: 0;
23624
- }
23625
- .v-otp-input__field[type=number] {
23626
- -moz-appearance: textfield;
23627
- }
23628
-
23629
- .v-otp-input__loader {
23630
- align-items: center;
23631
- display: flex;
23632
- height: 100%;
23633
- justify-content: center;
23634
- width: 100%;
23635
- }
23636
- .v-otp-input__loader .v-progress-linear {
23637
- position: absolute;
23638
- }.v-parallax {
23639
- position: relative;
23640
- overflow: hidden;
23641
- }
23642
- .v-parallax--active > .v-img__img {
23643
- will-change: transform;
23644
- }.v-pagination__list {
23645
- display: inline-flex;
23646
- list-style-type: none;
23647
- justify-content: center;
23648
- width: 100%;
23649
- }
23650
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23651
- margin: 0.3rem;
23652
- }.v-progress-circular {
23653
- align-items: center;
23654
- display: inline-flex;
23655
- justify-content: center;
23656
- position: relative;
23657
- vertical-align: middle;
23658
- }
23659
- .v-progress-circular > svg {
23660
- width: 100%;
23661
- height: 100%;
23662
- margin: auto;
23663
- position: absolute;
23664
- top: 0;
23665
- bottom: 0;
23666
- left: 0;
23667
- right: 0;
23668
- z-index: 0;
23669
- }
23670
-
23671
- .v-progress-circular__content {
23672
- align-items: center;
23673
- display: flex;
23674
- justify-content: center;
23675
- }
23676
-
23677
- .v-progress-circular__underlay {
23678
- color: rgba(var(--v-border-color), var(--v-border-opacity));
23679
- stroke: currentColor;
23680
- z-index: 1;
23681
- }
23682
-
23683
- .v-progress-circular__overlay {
23684
- stroke: currentColor;
23685
- transition: all 0.2s ease-in-out, stroke-width 0s;
23686
- z-index: 2;
23687
- }
23688
-
23689
- .v-progress-circular--size-x-small {
23690
- height: 16px;
23691
- width: 16px;
23692
- }
23693
- .v-progress-circular--size-small {
23694
- height: 24px;
23695
- width: 24px;
23696
- }
23697
- .v-progress-circular--size-default {
23698
- height: 32px;
23699
- width: 32px;
23700
- }
23701
- .v-progress-circular--size-large {
23702
- height: 48px;
23703
- width: 48px;
23607
+ height: 100%;
23704
23608
  }
23705
- .v-progress-circular--size-x-large {
23706
- height: 64px;
23707
- width: 64px;
23609
+
23610
+ .v-otp-input__divider {
23611
+ margin: 0 8px;
23708
23612
  }
23709
23613
 
23710
- .v-progress-circular--indeterminate > svg {
23711
- animation: progress-circular-rotate 1.4s linear infinite;
23712
- transform-origin: center center;
23713
- transition: all 0.2s ease-in-out;
23614
+ .v-otp-input__content {
23615
+ align-items: center;
23616
+ display: flex;
23617
+ gap: 0.5rem;
23618
+ height: 64px;
23619
+ padding: 0.5rem;
23620
+ justify-content: center;
23621
+ max-width: 320px;
23622
+ position: relative;
23623
+ border-radius: inherit;
23714
23624
  }
23715
- .v-progress-circular--indeterminate .v-progress-circular__overlay {
23716
- animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
23717
- stroke-dasharray: 25, 200;
23718
- stroke-dashoffset: 0;
23719
- stroke-linecap: round;
23720
- transform-origin: center center;
23721
- transform: rotate(-90deg);
23625
+ .v-otp-input--divided .v-otp-input__content {
23626
+ max-width: 360px;
23722
23627
  }
23723
23628
 
23724
- .v-progress-circular--disable-shrink > svg {
23725
- animation-duration: 0.7s;
23629
+ .v-otp-input__field {
23630
+ color: inherit;
23631
+ font-size: 1.25rem;
23632
+ height: 100%;
23633
+ outline: none;
23634
+ text-align: center;
23635
+ width: 100%;
23726
23636
  }
23727
- .v-progress-circular--disable-shrink .v-progress-circular__overlay {
23728
- animation: none;
23637
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
23638
+ -webkit-appearance: none;
23639
+ margin: 0;
23729
23640
  }
23730
-
23731
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
23732
- .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
23733
- animation-play-state: paused !important;
23641
+ .v-otp-input__field[type=number] {
23642
+ -moz-appearance: textfield;
23734
23643
  }
23735
23644
 
23736
- @keyframes progress-circular-dash {
23737
- 0% {
23738
- stroke-dasharray: 1, 200;
23739
- stroke-dashoffset: 0px;
23740
- }
23741
- 50% {
23742
- stroke-dasharray: 100, 200;
23743
- stroke-dashoffset: -15px;
23744
- }
23745
- 100% {
23746
- stroke-dasharray: 100, 200;
23747
- stroke-dashoffset: -124px;
23748
- }
23645
+ .v-otp-input__loader {
23646
+ align-items: center;
23647
+ display: flex;
23648
+ height: 100%;
23649
+ justify-content: center;
23650
+ width: 100%;
23749
23651
  }
23750
- @keyframes progress-circular-rotate {
23751
- 100% {
23752
- transform: rotate(270deg);
23753
- }
23652
+ .v-otp-input__loader .v-progress-linear {
23653
+ position: absolute;
23654
+ }.v-pagination__list {
23655
+ display: inline-flex;
23656
+ list-style-type: none;
23657
+ justify-content: center;
23658
+ width: 100%;
23659
+ }
23660
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23661
+ margin: 0.3rem;
23754
23662
  }.v-overlay-container {
23755
23663
  contain: layout;
23756
23664
  left: 0;
@@ -23814,63 +23722,12 @@ html.v-overlay-scroll-blocked {
23814
23722
 
23815
23723
  .v-overlay--scroll-blocked {
23816
23724
  padding-inline-end: var(--v-scrollbar-offset);
23817
- }.v-slider .v-slider__container input {
23818
- cursor: default;
23819
- padding: 0;
23820
- width: 100%;
23821
- display: none;
23822
- }
23823
- .v-slider > .v-input__append,
23824
- .v-slider > .v-input__prepend {
23825
- padding: 0;
23826
- }
23827
-
23828
- .v-slider__container {
23725
+ }.v-parallax {
23829
23726
  position: relative;
23830
- min-height: inherit;
23831
- width: 100%;
23832
- height: 100%;
23833
- display: flex;
23834
- justify-content: center;
23835
- align-items: center;
23836
- cursor: pointer;
23837
- }
23838
- .v-input--disabled .v-slider__container {
23839
- opacity: var(--v-disabled-opacity);
23840
- }
23841
- .v-input--error:not(.v-input--disabled) .v-slider__container {
23842
- color: rgb(var(--v-theme-error));
23843
- }
23844
-
23845
- .v-slider.v-input--horizontal {
23846
- align-items: center;
23847
- margin-inline: 8px 8px;
23848
- }
23849
- .v-slider.v-input--horizontal > .v-input__control {
23850
- min-height: 32px;
23851
- display: flex;
23852
- align-items: center;
23853
- }
23854
-
23855
- .v-slider.v-input--vertical {
23856
- justify-content: center;
23857
- margin-top: 12px;
23858
- margin-bottom: 12px;
23859
- }
23860
- .v-slider.v-input--vertical > .v-input__control {
23861
- min-height: 300px;
23862
- }
23863
-
23864
- .v-slider.v-input--disabled {
23865
- pointer-events: none;
23866
- }
23867
-
23868
- .v-slider--has-labels > .v-input__control {
23869
- margin-bottom: 4px;
23727
+ overflow: hidden;
23870
23728
  }
23871
-
23872
- .v-slider__label {
23873
- margin-inline-end: 12px;
23729
+ .v-parallax--active > .v-img__img {
23730
+ will-change: transform;
23874
23731
  }.v-progress-linear {
23875
23732
  background: transparent;
23876
23733
  overflow: hidden;
@@ -24045,43 +23902,202 @@ html.v-overlay-scroll-blocked {
24045
23902
  right: 100%;
24046
23903
  }
24047
23904
  }
24048
- @keyframes indeterminate-short-ltr {
23905
+ @keyframes indeterminate-short-ltr {
23906
+ 0% {
23907
+ left: -200%;
23908
+ right: 100%;
23909
+ }
23910
+ 60% {
23911
+ left: 107%;
23912
+ right: -8%;
23913
+ }
23914
+ 100% {
23915
+ left: 107%;
23916
+ right: -8%;
23917
+ }
23918
+ }
23919
+ @keyframes indeterminate-short-rtl {
23920
+ 0% {
23921
+ left: 100%;
23922
+ right: -200%;
23923
+ }
23924
+ 60% {
23925
+ left: -8%;
23926
+ right: 107%;
23927
+ }
23928
+ 100% {
23929
+ left: -8%;
23930
+ right: 107%;
23931
+ }
23932
+ }
23933
+ @keyframes stream {
23934
+ to {
23935
+ transform: translateX(var(--v-progress-linear-stream-to));
23936
+ }
23937
+ }
23938
+ @keyframes progress-linear-stripes {
23939
+ 0% {
23940
+ background-position-x: var(--v-progress-linear-height);
23941
+ }
23942
+ }.v-progress-circular {
23943
+ align-items: center;
23944
+ display: inline-flex;
23945
+ justify-content: center;
23946
+ position: relative;
23947
+ vertical-align: middle;
23948
+ }
23949
+ .v-progress-circular > svg {
23950
+ width: 100%;
23951
+ height: 100%;
23952
+ margin: auto;
23953
+ position: absolute;
23954
+ top: 0;
23955
+ bottom: 0;
23956
+ left: 0;
23957
+ right: 0;
23958
+ z-index: 0;
23959
+ }
23960
+
23961
+ .v-progress-circular__content {
23962
+ align-items: center;
23963
+ display: flex;
23964
+ justify-content: center;
23965
+ }
23966
+
23967
+ .v-progress-circular__underlay {
23968
+ color: rgba(var(--v-border-color), var(--v-border-opacity));
23969
+ stroke: currentColor;
23970
+ z-index: 1;
23971
+ }
23972
+
23973
+ .v-progress-circular__overlay {
23974
+ stroke: currentColor;
23975
+ transition: all 0.2s ease-in-out, stroke-width 0s;
23976
+ z-index: 2;
23977
+ }
23978
+
23979
+ .v-progress-circular--size-x-small {
23980
+ height: 16px;
23981
+ width: 16px;
23982
+ }
23983
+ .v-progress-circular--size-small {
23984
+ height: 24px;
23985
+ width: 24px;
23986
+ }
23987
+ .v-progress-circular--size-default {
23988
+ height: 32px;
23989
+ width: 32px;
23990
+ }
23991
+ .v-progress-circular--size-large {
23992
+ height: 48px;
23993
+ width: 48px;
23994
+ }
23995
+ .v-progress-circular--size-x-large {
23996
+ height: 64px;
23997
+ width: 64px;
23998
+ }
23999
+
24000
+ .v-progress-circular--indeterminate > svg {
24001
+ animation: progress-circular-rotate 1.4s linear infinite;
24002
+ transform-origin: center center;
24003
+ transition: all 0.2s ease-in-out;
24004
+ }
24005
+ .v-progress-circular--indeterminate .v-progress-circular__overlay {
24006
+ animation: progress-circular-dash 1.4s ease-in-out infinite, progress-circular-rotate 1.4s linear infinite;
24007
+ stroke-dasharray: 25, 200;
24008
+ stroke-dashoffset: 0;
24009
+ stroke-linecap: round;
24010
+ transform-origin: center center;
24011
+ transform: rotate(-90deg);
24012
+ }
24013
+
24014
+ .v-progress-circular--disable-shrink > svg {
24015
+ animation-duration: 0.7s;
24016
+ }
24017
+ .v-progress-circular--disable-shrink .v-progress-circular__overlay {
24018
+ animation: none;
24019
+ }
24020
+
24021
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) > svg,
24022
+ .v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay {
24023
+ animation-play-state: paused !important;
24024
+ }
24025
+
24026
+ @keyframes progress-circular-dash {
24049
24027
  0% {
24050
- left: -200%;
24051
- right: 100%;
24028
+ stroke-dasharray: 1, 200;
24029
+ stroke-dashoffset: 0px;
24052
24030
  }
24053
- 60% {
24054
- left: 107%;
24055
- right: -8%;
24031
+ 50% {
24032
+ stroke-dasharray: 100, 200;
24033
+ stroke-dashoffset: -15px;
24056
24034
  }
24057
24035
  100% {
24058
- left: 107%;
24059
- right: -8%;
24036
+ stroke-dasharray: 100, 200;
24037
+ stroke-dashoffset: -124px;
24060
24038
  }
24061
24039
  }
24062
- @keyframes indeterminate-short-rtl {
24063
- 0% {
24064
- left: 100%;
24065
- right: -200%;
24066
- }
24067
- 60% {
24068
- left: -8%;
24069
- right: 107%;
24070
- }
24040
+ @keyframes progress-circular-rotate {
24071
24041
  100% {
24072
- left: -8%;
24073
- right: 107%;
24042
+ transform: rotate(270deg);
24074
24043
  }
24044
+ }.v-slider .v-slider__container input {
24045
+ cursor: default;
24046
+ padding: 0;
24047
+ width: 100%;
24048
+ display: none;
24075
24049
  }
24076
- @keyframes stream {
24077
- to {
24078
- transform: translateX(var(--v-progress-linear-stream-to));
24079
- }
24050
+ .v-slider > .v-input__append,
24051
+ .v-slider > .v-input__prepend {
24052
+ padding: 0;
24080
24053
  }
24081
- @keyframes progress-linear-stripes {
24082
- 0% {
24083
- background-position-x: var(--v-progress-linear-height);
24084
- }
24054
+
24055
+ .v-slider__container {
24056
+ position: relative;
24057
+ min-height: inherit;
24058
+ width: 100%;
24059
+ height: 100%;
24060
+ display: flex;
24061
+ justify-content: center;
24062
+ align-items: center;
24063
+ cursor: pointer;
24064
+ }
24065
+ .v-input--disabled .v-slider__container {
24066
+ opacity: var(--v-disabled-opacity);
24067
+ }
24068
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
24069
+ color: rgb(var(--v-theme-error));
24070
+ }
24071
+
24072
+ .v-slider.v-input--horizontal {
24073
+ align-items: center;
24074
+ margin-inline: 8px 8px;
24075
+ }
24076
+ .v-slider.v-input--horizontal > .v-input__control {
24077
+ min-height: 32px;
24078
+ display: flex;
24079
+ align-items: center;
24080
+ }
24081
+
24082
+ .v-slider.v-input--vertical {
24083
+ justify-content: center;
24084
+ margin-top: 12px;
24085
+ margin-bottom: 12px;
24086
+ }
24087
+ .v-slider.v-input--vertical > .v-input__control {
24088
+ min-height: 300px;
24089
+ }
24090
+
24091
+ .v-slider.v-input--disabled {
24092
+ pointer-events: none;
24093
+ }
24094
+
24095
+ .v-slider--has-labels > .v-input__control {
24096
+ margin-bottom: 4px;
24097
+ }
24098
+
24099
+ .v-slider__label {
24100
+ margin-inline-end: 12px;
24085
24101
  }.v-radio-group > .v-input__control {
24086
24102
  flex-direction: column;
24087
24103
  }
@@ -24222,14 +24238,6 @@ html.v-overlay-scroll-blocked {
24222
24238
  .v-select--active-menu .v-select__menu-icon {
24223
24239
  opacity: var(--v-high-emphasis-opacity);
24224
24240
  transform: rotate(180deg);
24225
- }.v-selection-control-group {
24226
- grid-area: control;
24227
- display: flex;
24228
- flex-direction: column;
24229
- }
24230
- .v-selection-control-group--inline {
24231
- flex-direction: row;
24232
- flex-wrap: wrap;
24233
24241
  }.v-selection-control {
24234
24242
  align-items: center;
24235
24243
  contain: layout;
@@ -24331,6 +24339,42 @@ html.v-overlay-scroll-blocked {
24331
24339
  }
24332
24340
  .v-selection-control--focus-visible .v-selection-control__input::before {
24333
24341
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24342
+ }.v-sheet {
24343
+ display: block;
24344
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24345
+ border-style: solid;
24346
+ border-width: 0;
24347
+ 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));
24348
+ border-radius: 0;
24349
+ background: rgb(var(--v-theme-surface));
24350
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24351
+ }
24352
+ .v-sheet--border {
24353
+ border-width: thin;
24354
+ box-shadow: none;
24355
+ }
24356
+ .v-sheet--absolute {
24357
+ position: absolute;
24358
+ }
24359
+ .v-sheet--fixed {
24360
+ position: fixed;
24361
+ }
24362
+ .v-sheet--relative {
24363
+ position: relative;
24364
+ }
24365
+ .v-sheet--sticky {
24366
+ position: sticky;
24367
+ }
24368
+ .v-sheet--rounded {
24369
+ border-radius: 4px;
24370
+ }.v-selection-control-group {
24371
+ grid-area: control;
24372
+ display: flex;
24373
+ flex-direction: column;
24374
+ }
24375
+ .v-selection-control-group--inline {
24376
+ flex-direction: row;
24377
+ flex-wrap: wrap;
24334
24378
  }.v-slide-group {
24335
24379
  display: flex;
24336
24380
  overflow: hidden;
@@ -24386,34 +24430,6 @@ html.v-overlay-scroll-blocked {
24386
24430
  .v-slide-group--vertical .v-slide-group__container {
24387
24431
  overflow-x: hidden;
24388
24432
  overflow-y: auto;
24389
- }.v-sheet {
24390
- display: block;
24391
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24392
- border-style: solid;
24393
- border-width: 0;
24394
- 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));
24395
- border-radius: 0;
24396
- background: rgb(var(--v-theme-surface));
24397
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24398
- }
24399
- .v-sheet--border {
24400
- border-width: thin;
24401
- box-shadow: none;
24402
- }
24403
- .v-sheet--absolute {
24404
- position: absolute;
24405
- }
24406
- .v-sheet--fixed {
24407
- position: fixed;
24408
- }
24409
- .v-sheet--relative {
24410
- position: relative;
24411
- }
24412
- .v-sheet--sticky {
24413
- position: sticky;
24414
- }
24415
- .v-sheet--rounded {
24416
- border-radius: 4px;
24417
24433
  }.v-skeleton-loader {
24418
24434
  align-items: center;
24419
24435
  background: rgb(var(--v-theme-surface));
@@ -25016,101 +25032,144 @@ html.v-overlay-scroll-blocked {
25016
25032
  }
25017
25033
  .v-system-bar:not(.v-system-bar--absolute) {
25018
25034
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25019
- }.v-tabs {
25020
- display: flex;
25021
- height: var(--v-tabs-height);
25035
+ }.v-table {
25036
+ background: rgb(var(--v-theme-surface));
25037
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25038
+ font-size: 0.875rem;
25039
+ transition-duration: 0.28s;
25040
+ transition-property: box-shadow, opacity, background, height;
25041
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25022
25042
  }
25023
- .v-tabs--density-default {
25024
- --v-tabs-height: 48px;
25043
+ .v-table .v-table-divider {
25044
+ border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25025
25045
  }
25026
- .v-tabs--density-default.v-tabs--stacked {
25027
- --v-tabs-height: 72px;
25046
+ .v-table .v-table__wrapper > table > thead > tr > th {
25047
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25048
+ }
25049
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25050
+ .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25051
+ border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25052
+ }
25053
+ .v-table .v-table__wrapper > table > tfoot > tr > td,
25054
+ .v-table .v-table__wrapper > table > tfoot > tr > th {
25055
+ border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25056
+ }
25057
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25058
+ position: relative;
25059
+ }
25060
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25061
+ content: "";
25062
+ position: absolute;
25063
+ top: 0;
25064
+ left: 0;
25065
+ width: 100%;
25066
+ height: 100%;
25067
+ background: rgba(var(--v-border-color), var(--v-hover-opacity));
25068
+ pointer-events: none;
25069
+ }
25070
+ .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25071
+ background: rgb(var(--v-theme-surface));
25072
+ box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25073
+ z-index: 1;
25074
+ }
25075
+ .v-table.v-table--fixed-footer > tfoot > tr > th,
25076
+ .v-table.v-table--fixed-footer > tfoot > tr > td {
25077
+ background: rgb(var(--v-theme-surface));
25078
+ box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25028
25079
  }
25029
25080
 
25030
- .v-tabs--density-comfortable {
25031
- --v-tabs-height: 44px;
25081
+ .v-table {
25082
+ border-radius: inherit;
25083
+ line-height: 1.5;
25084
+ max-width: 100%;
25085
+ display: flex;
25086
+ flex-direction: column;
25087
+ }
25088
+ .v-table > .v-table__wrapper > table {
25089
+ width: 100%;
25090
+ border-spacing: 0;
25091
+ }
25092
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25093
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25094
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25095
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25096
+ .v-table > .v-table__wrapper > table > tfoot > tr > td,
25097
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25098
+ padding: 0 16px;
25099
+ transition-duration: 0.28s;
25100
+ transition-property: box-shadow, opacity, background, height;
25101
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25102
+ }
25103
+ .v-table > .v-table__wrapper > table > tbody > tr > td,
25104
+ .v-table > .v-table__wrapper > table > thead > tr > td,
25105
+ .v-table > .v-table__wrapper > table > tfoot > tr > td {
25106
+ height: var(--v-table-row-height);
25107
+ }
25108
+ .v-table > .v-table__wrapper > table > tbody > tr > th,
25109
+ .v-table > .v-table__wrapper > table > thead > tr > th,
25110
+ .v-table > .v-table__wrapper > table > tfoot > tr > th {
25111
+ height: var(--v-table-header-height);
25112
+ font-weight: 500;
25113
+ -webkit-user-select: none;
25114
+ user-select: none;
25115
+ text-align: start;
25032
25116
  }
25033
- .v-tabs--density-comfortable.v-tabs--stacked {
25034
- --v-tabs-height: 68px;
25117
+ .v-table--density-default {
25118
+ --v-table-header-height: 56px;
25119
+ --v-table-row-height: 52px;
25035
25120
  }
25036
25121
 
25037
- .v-tabs--density-compact {
25038
- --v-tabs-height: 36px;
25039
- }
25040
- .v-tabs--density-compact.v-tabs--stacked {
25041
- --v-tabs-height: 60px;
25122
+ .v-table--density-comfortable {
25123
+ --v-table-header-height: 48px;
25124
+ --v-table-row-height: 44px;
25042
25125
  }
25043
25126
 
25044
- .v-tabs.v-slide-group--vertical {
25045
- height: auto;
25046
- flex: none;
25047
- --v-tabs-height: 48px;
25127
+ .v-table--density-compact {
25128
+ --v-table-header-height: 40px;
25129
+ --v-table-row-height: 36px;
25048
25130
  }
25049
25131
 
25050
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25051
- margin-inline-start: 42px;
25132
+ .v-table__wrapper {
25133
+ border-radius: inherit;
25134
+ overflow: auto;
25135
+ flex: 1 1 auto;
25052
25136
  }
25053
25137
 
25054
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25055
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25056
- margin-inline-end: auto;
25138
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25139
+ border-top-left-radius: 0;
25057
25140
  }
25058
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25059
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25060
- margin-inline-start: auto;
25141
+ .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25142
+ border-top-right-radius: 0;
25061
25143
  }
25062
25144
 
25063
- .v-tabs--grow {
25064
- flex-grow: 1;
25145
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25146
+ border-bottom-left-radius: 0;
25065
25147
  }
25066
- .v-tabs--grow .v-tab {
25067
- flex: 1 0 auto;
25068
- max-width: none;
25148
+ .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25149
+ border-bottom-right-radius: 0;
25069
25150
  }
25070
25151
 
25071
- .v-tabs--align-tabs-end .v-tab:first-child {
25072
- margin-inline-start: auto;
25073
- }
25074
- .v-tabs--align-tabs-end .v-tab:last-child {
25075
- margin-inline-end: 0;
25152
+ .v-table--fixed-height > .v-table__wrapper {
25153
+ overflow-y: auto;
25076
25154
  }
25077
25155
 
25078
- @media (max-width: 1279.98px) {
25079
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25080
- margin-inline-start: 52px;
25081
- }
25082
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25083
- margin-inline-end: 52px;
25084
- }
25085
- }.v-tab.v-tab.v-btn {
25086
- height: var(--v-tabs-height);
25087
- border-radius: 0;
25088
- min-width: 90px;
25089
- }
25090
- .v-slide-group--horizontal .v-tab {
25091
- max-width: 360px;
25156
+ .v-table--fixed-header > .v-table__wrapper > table > thead {
25157
+ position: sticky;
25158
+ top: 0;
25159
+ z-index: 2;
25092
25160
  }
25093
- .v-slide-group--vertical .v-tab {
25094
- justify-content: start;
25161
+ .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25162
+ border-bottom: 0px !important;
25095
25163
  }
25096
25164
 
25097
- .v-tab__slider {
25098
- position: absolute;
25165
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25166
+ position: sticky;
25099
25167
  bottom: 0;
25100
- left: 0;
25101
- height: 2px;
25102
- width: 100%;
25103
- background: currentColor;
25104
- pointer-events: none;
25105
- opacity: 0;
25106
- }
25107
- .v-tab--selected .v-tab__slider {
25108
- opacity: 1;
25168
+ z-index: 1;
25109
25169
  }
25110
- .v-slide-group--vertical .v-tab__slider {
25111
- top: 0;
25112
- height: 100%;
25113
- width: 2px;
25170
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25171
+ .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25172
+ border-top: 0px !important;
25114
25173
  }.v-switch .v-label {
25115
25174
  padding-inline-start: 10px;
25116
25175
  }
@@ -25247,147 +25306,89 @@ html.v-overlay-scroll-blocked {
25247
25306
  }
25248
25307
  .v-switch.v-input--vertical .v-selection-control__wrapper {
25249
25308
  transform: rotate(-90deg);
25250
- }.v-table {
25251
- background: rgb(var(--v-theme-surface));
25252
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25253
- font-size: 0.875rem;
25254
- transition-duration: 0.28s;
25255
- transition-property: box-shadow, opacity, background, height;
25256
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25257
- }
25258
- .v-table .v-table-divider {
25259
- border-right: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25260
- }
25261
- .v-table .v-table__wrapper > table > thead > tr > th {
25262
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25263
25309
  }
25264
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > td,
25265
- .v-table .v-table__wrapper > table > tbody > tr:not(:last-child) > th {
25266
- border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25310
+
25311
+ @media (forced-colors: active) {
25312
+ .v-switch .v-switch__loader .v-progress-circular {
25313
+ color: currentColor;
25314
+ }
25315
+ .v-switch .v-switch__thumb {
25316
+ background-color: buttontext;
25317
+ }
25318
+ .v-switch .v-switch__track,
25319
+ .v-switch .v-switch__thumb {
25320
+ border: 1px solid;
25321
+ color: buttontext;
25322
+ }
25323
+ .v-switch:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25324
+ background-color: highlight;
25325
+ }
25326
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track {
25327
+ background-color: highlight;
25328
+ }
25329
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__track,
25330
+ .v-switch:not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25331
+ color: highlight;
25332
+ }
25333
+ .v-switch.v-switch--inset .v-switch__track {
25334
+ border-width: 2px;
25335
+ }
25336
+ .v-switch.v-switch--inset:not(.v-switch--loading):not(.v-input--disabled) .v-selection-control--dirty .v-switch__thumb {
25337
+ background-color: highlighttext;
25338
+ color: highlighttext;
25339
+ }
25340
+ .v-switch.v-input--disabled .v-switch__thumb {
25341
+ background-color: graytext;
25342
+ }
25343
+ .v-switch.v-input--disabled .v-switch__track,
25344
+ .v-switch.v-input--disabled .v-switch__thumb {
25345
+ color: graytext;
25346
+ }
25347
+ .v-switch.v-switch--loading .v-switch__thumb {
25348
+ background-color: canvas;
25349
+ }
25350
+ .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25351
+ border-width: 0;
25352
+ }
25353
+ }.v-textarea .v-field {
25354
+ --v-textarea-control-height: var(--v-input-control-height);
25267
25355
  }
25268
- .v-table .v-table__wrapper > table > tfoot > tr > td,
25269
- .v-table .v-table__wrapper > table > tfoot > tr > th {
25270
- border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
25356
+ .v-textarea .v-field__field {
25357
+ --v-input-control-height: var(--v-textarea-control-height);
25271
25358
  }
25272
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
25273
- position: relative;
25359
+ .v-textarea .v-field__input {
25360
+ flex: 1 1 auto;
25361
+ outline: none;
25362
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25363
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25274
25364
  }
25275
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
25276
- content: "";
25365
+ .v-textarea .v-field__input.v-textarea__sizer {
25366
+ visibility: hidden;
25277
25367
  position: absolute;
25278
25368
  top: 0;
25279
25369
  left: 0;
25280
- width: 100%;
25281
- height: 100%;
25282
- background: rgba(var(--v-border-color), var(--v-hover-opacity));
25370
+ height: 0 !important;
25371
+ min-height: 0 !important;
25283
25372
  pointer-events: none;
25284
25373
  }
25285
- .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25286
- background: rgb(var(--v-theme-surface));
25287
- box-shadow: inset 0 -1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25288
- z-index: 1;
25289
- }
25290
- .v-table.v-table--fixed-footer > tfoot > tr > th,
25291
- .v-table.v-table--fixed-footer > tfoot > tr > td {
25292
- background: rgb(var(--v-theme-surface));
25293
- box-shadow: inset 0 1px 0 rgba(var(--v-border-color), var(--v-border-opacity));
25294
- }
25295
-
25296
- .v-table {
25297
- border-radius: inherit;
25298
- line-height: 1.5;
25299
- max-width: 100%;
25300
- display: flex;
25301
- flex-direction: column;
25302
- }
25303
- .v-table > .v-table__wrapper > table {
25304
- width: 100%;
25305
- border-spacing: 0;
25306
- }
25307
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25308
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25309
- .v-table > .v-table__wrapper > table > thead > tr > td,
25310
- .v-table > .v-table__wrapper > table > thead > tr > th,
25311
- .v-table > .v-table__wrapper > table > tfoot > tr > td,
25312
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25313
- padding: 0 16px;
25314
- transition-duration: 0.28s;
25315
- transition-property: box-shadow, opacity, background, height;
25316
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25317
- }
25318
- .v-table > .v-table__wrapper > table > tbody > tr > td,
25319
- .v-table > .v-table__wrapper > table > thead > tr > td,
25320
- .v-table > .v-table__wrapper > table > tfoot > tr > td {
25321
- height: var(--v-table-row-height);
25322
- }
25323
- .v-table > .v-table__wrapper > table > tbody > tr > th,
25324
- .v-table > .v-table__wrapper > table > thead > tr > th,
25325
- .v-table > .v-table__wrapper > table > tfoot > tr > th {
25326
- height: var(--v-table-header-height);
25327
- font-weight: 500;
25328
- -webkit-user-select: none;
25329
- user-select: none;
25330
- text-align: start;
25331
- }
25332
- .v-table--density-default {
25333
- --v-table-header-height: 56px;
25334
- --v-table-row-height: 52px;
25335
- }
25336
-
25337
- .v-table--density-comfortable {
25338
- --v-table-header-height: 48px;
25339
- --v-table-row-height: 44px;
25340
- }
25341
-
25342
- .v-table--density-compact {
25343
- --v-table-header-height: 40px;
25344
- --v-table-row-height: 36px;
25345
- }
25346
-
25347
- .v-table__wrapper {
25348
- border-radius: inherit;
25349
- overflow: auto;
25350
- flex: 1 1 auto;
25351
- }
25352
-
25353
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:first-child {
25354
- border-top-left-radius: 0;
25355
- }
25356
- .v-table--has-top > .v-table__wrapper > table > tbody > tr:first-child:hover > td:last-child {
25357
- border-top-right-radius: 0;
25358
- }
25359
-
25360
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:first-child {
25361
- border-bottom-left-radius: 0;
25362
- }
25363
- .v-table--has-bottom > .v-table__wrapper > table > tbody > tr:last-child:hover > td:last-child {
25364
- border-bottom-right-radius: 0;
25365
- }
25366
-
25367
- .v-table--fixed-height > .v-table__wrapper {
25368
- overflow-y: auto;
25374
+ .v-textarea--no-resize .v-field__input {
25375
+ resize: none;
25369
25376
  }
25370
-
25371
- .v-table--fixed-header > .v-table__wrapper > table > thead {
25372
- position: sticky;
25373
- top: 0;
25374
- z-index: 2;
25377
+ .v-textarea .v-field--no-label textarea,
25378
+ .v-textarea .v-field--active textarea {
25379
+ opacity: 1;
25375
25380
  }
25376
- .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
25377
- border-bottom: 0px !important;
25381
+ .v-textarea textarea {
25382
+ opacity: 0;
25383
+ flex: 1;
25384
+ min-width: 0;
25385
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25378
25386
  }
25379
-
25380
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr {
25381
- position: sticky;
25382
- bottom: 0;
25383
- z-index: 1;
25387
+ .v-textarea textarea:focus, .v-textarea textarea:active {
25388
+ outline: none;
25384
25389
  }
25385
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25386
- .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25387
- border-top: 0px !important;
25388
- }.v-theme-provider {
25389
- background: rgb(var(--v-theme-background));
25390
- color: rgb(var(--v-theme-on-background));
25390
+ .v-textarea textarea:invalid {
25391
+ box-shadow: none;
25391
25392
  }/* region BLOCK */
25392
25393
  .v-text-field input {
25393
25394
  color: inherit;
@@ -25455,67 +25456,233 @@ html.v-overlay-scroll-blocked {
25455
25456
  padding-inline-end: var(--v-field-padding-end);
25456
25457
  }
25457
25458
 
25458
- /* endregion */.v-textarea .v-field {
25459
- --v-textarea-control-height: var(--v-input-control-height);
25459
+ /* endregion */.v-tab.v-tab.v-btn {
25460
+ height: var(--v-tabs-height);
25461
+ border-radius: 0;
25462
+ min-width: 90px;
25460
25463
  }
25461
- .v-textarea .v-field__field {
25462
- --v-input-control-height: var(--v-textarea-control-height);
25464
+ .v-slide-group--horizontal .v-tab {
25465
+ max-width: 360px;
25463
25466
  }
25464
- .v-textarea .v-field__input {
25465
- flex: 1 1 auto;
25466
- outline: none;
25467
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25468
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25467
+ .v-slide-group--vertical .v-tab {
25468
+ justify-content: start;
25469
25469
  }
25470
- .v-textarea .v-field__input.v-textarea__sizer {
25471
- visibility: hidden;
25470
+
25471
+ .v-tab__slider {
25472
25472
  position: absolute;
25473
- top: 0;
25473
+ bottom: 0;
25474
25474
  left: 0;
25475
- height: 0 !important;
25476
- min-height: 0 !important;
25475
+ height: 2px;
25476
+ width: 100%;
25477
+ background: currentColor;
25477
25478
  pointer-events: none;
25479
+ opacity: 0;
25478
25480
  }
25479
- .v-textarea--no-resize .v-field__input {
25480
- resize: none;
25481
- }
25482
- .v-textarea .v-field--no-label textarea,
25483
- .v-textarea .v-field--active textarea {
25481
+ .v-tab--selected .v-tab__slider {
25484
25482
  opacity: 1;
25485
25483
  }
25486
- .v-textarea textarea {
25487
- opacity: 0;
25488
- flex: 1;
25489
- min-width: 0;
25490
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25484
+ .v-slide-group--vertical .v-tab__slider {
25485
+ top: 0;
25486
+ height: 100%;
25487
+ width: 2px;
25488
+ }.v-tabs {
25489
+ display: flex;
25490
+ height: var(--v-tabs-height);
25491
25491
  }
25492
- .v-textarea textarea:focus, .v-textarea textarea:active {
25493
- outline: none;
25492
+ .v-tabs--density-default {
25493
+ --v-tabs-height: 48px;
25494
25494
  }
25495
- .v-textarea textarea:invalid {
25495
+ .v-tabs--density-default.v-tabs--stacked {
25496
+ --v-tabs-height: 72px;
25497
+ }
25498
+
25499
+ .v-tabs--density-comfortable {
25500
+ --v-tabs-height: 44px;
25501
+ }
25502
+ .v-tabs--density-comfortable.v-tabs--stacked {
25503
+ --v-tabs-height: 68px;
25504
+ }
25505
+
25506
+ .v-tabs--density-compact {
25507
+ --v-tabs-height: 36px;
25508
+ }
25509
+ .v-tabs--density-compact.v-tabs--stacked {
25510
+ --v-tabs-height: 60px;
25511
+ }
25512
+
25513
+ .v-tabs.v-slide-group--vertical {
25514
+ height: auto;
25515
+ flex: none;
25516
+ --v-tabs-height: 48px;
25517
+ }
25518
+
25519
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25520
+ margin-inline-start: 42px;
25521
+ }
25522
+
25523
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25524
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25525
+ margin-inline-end: auto;
25526
+ }
25527
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25528
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25529
+ margin-inline-start: auto;
25530
+ }
25531
+
25532
+ .v-tabs--grow {
25533
+ flex-grow: 1;
25534
+ }
25535
+ .v-tabs--grow .v-tab {
25536
+ flex: 1 0 auto;
25537
+ max-width: none;
25538
+ }
25539
+
25540
+ .v-tabs--align-tabs-end .v-tab:first-child {
25541
+ margin-inline-start: auto;
25542
+ }
25543
+ .v-tabs--align-tabs-end .v-tab:last-child {
25544
+ margin-inline-end: 0;
25545
+ }
25546
+
25547
+ @media (max-width: 1279.98px) {
25548
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25549
+ margin-inline-start: 52px;
25550
+ }
25551
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25552
+ margin-inline-end: 52px;
25553
+ }
25554
+ }.v-theme-provider {
25555
+ background: rgb(var(--v-theme-background));
25556
+ color: rgb(var(--v-theme-on-background));
25557
+ }.v-toolbar {
25558
+ align-items: flex-start;
25559
+ display: flex;
25560
+ flex: none;
25561
+ flex-direction: column;
25562
+ justify-content: space-between;
25563
+ max-width: 100%;
25564
+ position: relative;
25565
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25566
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25567
+ width: 100%;
25568
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25569
+ border-style: solid;
25570
+ border-width: 0;
25571
+ 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));
25572
+ border-radius: 0;
25573
+ background: rgb(var(--v-theme-surface-light));
25574
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25575
+ }
25576
+ .v-toolbar--border {
25577
+ border-width: thin;
25496
25578
  box-shadow: none;
25497
- }.v-tooltip > .v-overlay__content {
25498
- background: rgb(var(--v-theme-surface-variant));
25499
- color: rgb(var(--v-theme-on-surface-variant));
25579
+ }
25580
+ .v-toolbar--absolute {
25581
+ position: absolute;
25582
+ }
25583
+ .v-toolbar--collapse {
25584
+ max-width: 112px;
25585
+ overflow: hidden;
25586
+ border-end-end-radius: 24px;
25587
+ }
25588
+ .v-toolbar--collapse .v-toolbar-title {
25589
+ display: none;
25590
+ }
25591
+ .v-toolbar--flat {
25592
+ 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));
25593
+ }
25594
+ .v-toolbar--floating {
25595
+ display: inline-flex;
25596
+ }
25597
+ .v-toolbar--rounded {
25500
25598
  border-radius: 4px;
25501
- font-size: 0.875rem;
25502
- line-height: 1.6;
25503
- display: inline-block;
25504
- padding: 5px 16px;
25505
- text-transform: initial;
25506
- width: auto;
25507
- opacity: 1;
25508
- pointer-events: none;
25509
- transition-property: opacity, transform;
25510
- overflow-wrap: break-word;
25511
25599
  }
25512
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25513
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25514
- transition-duration: 150ms;
25600
+
25601
+ .v-toolbar__content,
25602
+ .v-toolbar__extension {
25603
+ align-items: center;
25604
+ display: flex;
25605
+ flex: 0 0 auto;
25606
+ position: relative;
25607
+ transition: inherit;
25608
+ width: 100%;
25609
+ }
25610
+
25611
+ .v-toolbar__content {
25612
+ overflow: hidden;
25613
+ }
25614
+ .v-toolbar__content > .v-btn:first-child {
25615
+ margin-inline-start: 4px;
25616
+ }
25617
+ .v-toolbar__content > .v-btn:last-child {
25618
+ margin-inline-end: 4px;
25619
+ }
25620
+ .v-toolbar__content > .v-toolbar-title {
25621
+ margin-inline-start: 20px;
25622
+ }
25623
+ .v-toolbar--density-prominent .v-toolbar__content {
25624
+ align-items: flex-start;
25625
+ }
25626
+
25627
+ .v-toolbar__image {
25628
+ position: absolute;
25629
+ top: 0;
25630
+ left: 0;
25631
+ width: 100%;
25632
+ height: 100%;
25633
+ display: flex;
25634
+ opacity: var(--v-toolbar-image-opacity, 1);
25635
+ transition-property: opacity;
25636
+ }
25637
+
25638
+ .v-toolbar__prepend,
25639
+ .v-toolbar__append {
25640
+ align-items: center;
25641
+ align-self: stretch;
25642
+ display: flex;
25643
+ }
25644
+
25645
+ .v-toolbar__prepend {
25646
+ margin-inline: 4px auto;
25647
+ }
25648
+
25649
+ .v-toolbar__append {
25650
+ margin-inline: auto 4px;
25651
+ }
25652
+
25653
+ .v-toolbar-title {
25654
+ flex: 1 1;
25655
+ font-size: 1.25rem;
25656
+ min-width: 0;
25657
+ font-size: 1.25rem;
25658
+ font-weight: 400;
25659
+ letter-spacing: 0;
25660
+ line-height: 1.75rem;
25661
+ text-transform: none;
25662
+ }
25663
+ .v-toolbar--density-prominent .v-toolbar-title {
25664
+ align-self: flex-end;
25665
+ padding-bottom: 6px;
25666
+ font-size: 1.5rem;
25667
+ font-weight: 400;
25668
+ letter-spacing: 0;
25669
+ line-height: 2.25rem;
25670
+ text-transform: none;
25671
+ }
25672
+
25673
+ .v-toolbar-title__placeholder {
25674
+ overflow: hidden;
25675
+ text-overflow: ellipsis;
25676
+ white-space: nowrap;
25677
+ }
25678
+
25679
+ .v-toolbar-items {
25680
+ display: flex;
25681
+ height: inherit;
25682
+ align-self: stretch;
25515
25683
  }
25516
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25517
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25518
- transition-duration: 75ms;
25684
+ .v-toolbar-items > .v-btn {
25685
+ border-radius: 0;
25519
25686
  }.v-timeline .v-timeline-divider__dot {
25520
25687
  background: rgb(var(--v-theme-surface-light));
25521
25688
  }
@@ -25932,135 +26099,37 @@ html.v-overlay-scroll-blocked {
25932
26099
 
25933
26100
  .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-divider, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__body, .v-timeline--horizontal.v-timeline--truncate-line-end .v-timeline-item:last-child .v-timeline-item__opposite {
25934
26101
  padding-inline-end: 0;
25935
- }.v-toolbar {
25936
- align-items: flex-start;
25937
- display: flex;
25938
- flex: none;
25939
- flex-direction: column;
25940
- justify-content: space-between;
25941
- max-width: 100%;
25942
- position: relative;
25943
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25944
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
25945
- width: 100%;
25946
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25947
- border-style: solid;
25948
- border-width: 0;
25949
- 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));
25950
- border-radius: 0;
25951
- background: rgb(var(--v-theme-surface-light));
25952
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25953
- }
25954
- .v-toolbar--border {
25955
- border-width: thin;
25956
- box-shadow: none;
25957
- }
25958
- .v-toolbar--absolute {
25959
- position: absolute;
25960
- }
25961
- .v-toolbar--collapse {
25962
- max-width: 112px;
25963
- overflow: hidden;
25964
- border-end-end-radius: 24px;
25965
- }
25966
- .v-toolbar--collapse .v-toolbar-title {
25967
- display: none;
25968
- }
25969
- .v-toolbar--flat {
25970
- 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));
25971
- }
25972
- .v-toolbar--floating {
25973
- display: inline-flex;
25974
- }
25975
- .v-toolbar--rounded {
26102
+ }.v-tooltip > .v-overlay__content {
26103
+ background: rgb(var(--v-theme-surface-variant));
26104
+ color: rgb(var(--v-theme-on-surface-variant));
25976
26105
  border-radius: 4px;
26106
+ font-size: 0.875rem;
26107
+ line-height: 1.6;
26108
+ display: inline-block;
26109
+ padding: 5px 16px;
26110
+ text-transform: initial;
26111
+ width: auto;
26112
+ opacity: 1;
26113
+ pointer-events: none;
26114
+ transition-property: opacity, transform;
26115
+ overflow-wrap: break-word;
25977
26116
  }
25978
-
25979
- .v-toolbar__content,
25980
- .v-toolbar__extension {
25981
- align-items: center;
25982
- display: flex;
25983
- flex: 0 0 auto;
25984
- position: relative;
25985
- transition: inherit;
25986
- width: 100%;
25987
- }
25988
-
25989
- .v-toolbar__content {
25990
- overflow: hidden;
25991
- }
25992
- .v-toolbar__content > .v-btn:first-child {
25993
- margin-inline-start: 4px;
25994
- }
25995
- .v-toolbar__content > .v-btn:last-child {
25996
- margin-inline-end: 4px;
25997
- }
25998
- .v-toolbar__content > .v-toolbar-title {
25999
- margin-inline-start: 20px;
26000
- }
26001
- .v-toolbar--density-prominent .v-toolbar__content {
26002
- align-items: flex-start;
26003
- }
26004
-
26005
- .v-toolbar__image {
26006
- position: absolute;
26007
- top: 0;
26008
- left: 0;
26009
- width: 100%;
26010
- height: 100%;
26011
- display: flex;
26012
- opacity: var(--v-toolbar-image-opacity, 1);
26013
- transition-property: opacity;
26014
- }
26015
-
26016
- .v-toolbar__prepend,
26017
- .v-toolbar__append {
26018
- align-items: center;
26019
- align-self: stretch;
26020
- display: flex;
26021
- }
26022
-
26023
- .v-toolbar__prepend {
26024
- margin-inline: 4px auto;
26025
- }
26026
-
26027
- .v-toolbar__append {
26028
- margin-inline: auto 4px;
26029
- }
26030
-
26031
- .v-toolbar-title {
26032
- flex: 1 1;
26033
- font-size: 1.25rem;
26034
- min-width: 0;
26035
- font-size: 1.25rem;
26036
- font-weight: 400;
26037
- letter-spacing: 0;
26038
- line-height: 1.75rem;
26039
- text-transform: none;
26040
- }
26041
- .v-toolbar--density-prominent .v-toolbar-title {
26042
- align-self: flex-end;
26043
- padding-bottom: 6px;
26044
- font-size: 1.5rem;
26045
- font-weight: 400;
26046
- letter-spacing: 0;
26047
- line-height: 2.25rem;
26048
- text-transform: none;
26049
- }
26050
-
26051
- .v-toolbar-title__placeholder {
26052
- overflow: hidden;
26053
- text-overflow: ellipsis;
26054
- white-space: nowrap;
26117
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26118
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26119
+ transition-duration: 150ms;
26055
26120
  }
26056
-
26057
- .v-toolbar-items {
26058
- display: flex;
26059
- height: inherit;
26060
- align-self: stretch;
26121
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26122
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26123
+ transition-duration: 75ms;
26124
+ }.v-virtual-scroll {
26125
+ display: block;
26126
+ flex: 1 1 auto;
26127
+ max-width: 100%;
26128
+ overflow: auto;
26129
+ position: relative;
26061
26130
  }
26062
- .v-toolbar-items > .v-btn {
26063
- border-radius: 0;
26131
+ .v-virtual-scroll__container {
26132
+ display: block;
26064
26133
  }.v-window {
26065
26134
  overflow: hidden;
26066
26135
  }
@@ -26131,31 +26200,6 @@ html.v-overlay-scroll-blocked {
26131
26200
  }
26132
26201
  .v-window-y-reverse-transition-leave-to {
26133
26202
  transform: translateY(100%);
26134
- }.v-virtual-scroll {
26135
- display: block;
26136
- flex: 1 1 auto;
26137
- max-width: 100%;
26138
- overflow: auto;
26139
- position: relative;
26140
- }
26141
- .v-virtual-scroll__container {
26142
- display: block;
26143
- }.v-application {
26144
- display: flex;
26145
- background: rgb(var(--v-theme-background));
26146
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
26147
- }
26148
-
26149
- .v-application__wrap {
26150
- -webkit-backface-visibility: hidden;
26151
- backface-visibility: hidden;
26152
- display: flex;
26153
- flex-direction: column;
26154
- flex: 1 1 auto;
26155
- max-width: 100%;
26156
- min-height: 100vh;
26157
- min-height: 100dvh;
26158
- position: relative;
26159
26203
  }.v-color-picker-canvas {
26160
26204
  display: flex;
26161
26205
  position: relative;
@@ -26206,41 +26250,6 @@ html.v-overlay-scroll-blocked {
26206
26250
  }
26207
26251
  .v-color-picker-edit__input span {
26208
26252
  font-size: 0.75rem;
26209
- }.v-color-picker-swatches {
26210
- overflow-y: auto;
26211
- }
26212
- .v-color-picker-swatches > div {
26213
- display: flex;
26214
- flex-wrap: wrap;
26215
- justify-content: center;
26216
- padding: 8px;
26217
- }
26218
-
26219
- .v-color-picker-swatches__swatch {
26220
- display: flex;
26221
- flex-direction: column;
26222
- margin-bottom: 10px;
26223
- }
26224
-
26225
- .v-color-picker-swatches__color {
26226
- position: relative;
26227
- height: 18px;
26228
- max-height: 18px;
26229
- width: 45px;
26230
- margin: 2px 4px;
26231
- border-radius: 2px;
26232
- -webkit-user-select: none;
26233
- user-select: none;
26234
- overflow: hidden;
26235
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26236
- cursor: pointer;
26237
- }
26238
- .v-color-picker-swatches__color > div {
26239
- display: flex;
26240
- align-items: center;
26241
- justify-content: center;
26242
- width: 100%;
26243
- height: 100%;
26244
26253
  }.v-color-picker-preview__alpha .v-slider-track__background {
26245
26254
  background-color: transparent !important;
26246
26255
  }
@@ -26311,6 +26320,41 @@ html.v-overlay-scroll-blocked {
26311
26320
  .v-color-picker-preview__eye-dropper {
26312
26321
  position: relative;
26313
26322
  margin-right: 12px;
26323
+ }.v-color-picker-swatches {
26324
+ overflow-y: auto;
26325
+ }
26326
+ .v-color-picker-swatches > div {
26327
+ display: flex;
26328
+ flex-wrap: wrap;
26329
+ justify-content: center;
26330
+ padding: 8px;
26331
+ }
26332
+
26333
+ .v-color-picker-swatches__swatch {
26334
+ display: flex;
26335
+ flex-direction: column;
26336
+ margin-bottom: 10px;
26337
+ }
26338
+
26339
+ .v-color-picker-swatches__color {
26340
+ position: relative;
26341
+ height: 18px;
26342
+ max-height: 18px;
26343
+ width: 45px;
26344
+ margin: 2px 4px;
26345
+ border-radius: 2px;
26346
+ -webkit-user-select: none;
26347
+ user-select: none;
26348
+ overflow: hidden;
26349
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAACRJREFUKFNjPHTo0H8GJGBnZ8eIzGekgwJk+0BsdCtRHEQbBQBbbh0dIGKknQAAAABJRU5ErkJggg==) repeat;
26350
+ cursor: pointer;
26351
+ }
26352
+ .v-color-picker-swatches__color > div {
26353
+ display: flex;
26354
+ align-items: center;
26355
+ justify-content: center;
26356
+ width: 100%;
26357
+ height: 100%;
26314
26358
  }.v-slider-thumb {
26315
26359
  touch-action: none;
26316
26360
  color: rgb(var(--v-theme-surface-variant));