@vuetify/nightly 3.6.11-master.2024-07-06 → 3.6.11-master.2024-07-07

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.11-master.2024-07-06
2
+ * Vuetify v3.6.11-master.2024-07-07
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17728,48 +17728,6 @@ html.overflow-y-hidden {
17728
17728
  }
17729
17729
  .v-calendar-weekly .v-calendar__container.days__0 {
17730
17730
  grid-template-columns: repeat(1, 1fr);
17731
- }.v-calendar-day__row-with-label {
17732
- display: grid;
17733
- grid-template-columns: 48px 8px 1fr;
17734
- border-right: thin solid #e0e0e0;
17735
- }
17736
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17737
- position: relative;
17738
- border-right: thin solid #e0e0e0;
17739
- }
17740
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17741
- content: "";
17742
- border-bottom: thin solid #e0e0e0;
17743
- position: absolute;
17744
- width: 100%;
17745
- margin-top: -1px;
17746
- z-index: 3;
17747
- pointer-events: none;
17748
- }
17749
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
17750
- font-size: 10px;
17751
- text-align: center;
17752
- position: relative;
17753
- top: -8px;
17754
- }
17755
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
17756
- border-bottom: thin solid #e0e0e0;
17757
- }
17758
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17759
- border-bottom: none;
17760
- }
17761
-
17762
- .v-calendar-day__row-without-label {
17763
- display: grid;
17764
- grid-template-columns: 1fr;
17765
- border-right: thin solid #e0e0e0;
17766
- }
17767
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
17768
- overflow: hidden;
17769
- border-bottom: thin solid #e0e0e0;
17770
- }
17771
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17772
- border-bottom: none;
17773
17731
  }.v-calendar-month__day {
17774
17732
  position: relative;
17775
17733
  display: flex;
@@ -17838,44 +17796,48 @@ html.overflow-y-hidden {
17838
17796
  padding: 4px;
17839
17797
  text-overflow: ellipsis;
17840
17798
  white-space: nowrap;
17841
- }.v-number-input input[type=number] {
17842
- -moz-appearance: textfield;
17843
- }
17844
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17845
- -webkit-appearance: none;
17799
+ }.v-calendar-day__row-with-label {
17800
+ display: grid;
17801
+ grid-template-columns: 48px 8px 1fr;
17802
+ border-right: thin solid #e0e0e0;
17846
17803
  }
17847
- .v-number-input .v-field {
17848
- padding-inline-end: 0;
17849
- padding-inline-start: 0;
17804
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
17805
+ position: relative;
17806
+ border-right: thin solid #e0e0e0;
17850
17807
  }
17851
- .v-number-input--inset .v-divider {
17852
- height: 55%;
17853
- width: 55%;
17854
- align-self: center;
17808
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
17809
+ content: "";
17810
+ border-bottom: thin solid #e0e0e0;
17811
+ position: absolute;
17812
+ width: 100%;
17813
+ margin-top: -1px;
17814
+ z-index: 3;
17815
+ pointer-events: none;
17855
17816
  }
17856
- .v-number-input--split .v-field__input {
17817
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
17818
+ font-size: 10px;
17857
17819
  text-align: center;
17820
+ position: relative;
17821
+ top: -8px;
17858
17822
  }
17859
- .v-number-input--stacked .v-number-input__control {
17860
- flex-direction: column-reverse;
17861
- }
17862
- .v-number-input--stacked .v-number-input__control .v-btn {
17863
- flex: 1;
17823
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
17824
+ border-bottom: thin solid #e0e0e0;
17864
17825
  }
17865
- .v-number-input--hide-input .v-field {
17866
- flex: none;
17826
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17827
+ border-bottom: none;
17867
17828
  }
17868
- .v-number-input--hide-input .v-field__input {
17869
- width: 0;
17870
- padding-inline: 0;
17829
+
17830
+ .v-calendar-day__row-without-label {
17831
+ display: grid;
17832
+ grid-template-columns: 1fr;
17833
+ border-right: thin solid #e0e0e0;
17871
17834
  }
17872
- .v-number-input__control {
17873
- display: flex;
17874
- height: 100%;
17835
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
17836
+ overflow: hidden;
17837
+ border-bottom: thin solid #e0e0e0;
17875
17838
  }
17876
- .v-number-input__control .v-btn {
17877
- background-color: transparent;
17878
- border-radius: 0;
17839
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
17840
+ border-bottom: none;
17879
17841
  }.v-picker.v-sheet {
17880
17842
  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));
17881
17843
  border-radius: 4px;
@@ -17929,32 +17891,6 @@ html.overflow-y-hidden {
17929
17891
  padding-bottom: 16px;
17930
17892
  font-weight: 400;
17931
17893
  letter-spacing: 0.1666666667em;
17932
- }.v-pull-to-refresh {
17933
- overflow: hidden;
17934
- position: relative;
17935
- }
17936
- .v-pull-to-refresh__pull-down {
17937
- position: absolute;
17938
- width: 100%;
17939
- transition: top 0.3s ease-out;
17940
- }
17941
- .v-pull-to-refresh__pull-down--touching {
17942
- transition: none;
17943
- }
17944
- .v-pull-to-refresh__pull-down-default {
17945
- display: flex;
17946
- width: 100%;
17947
- height: 100%;
17948
- justify-content: center;
17949
- align-items: flex-end;
17950
- padding-bottom: 10px;
17951
- }
17952
- .v-pull-to-refresh__scroll-container {
17953
- position: relative;
17954
- transition: top 0.3s ease-out;
17955
- }
17956
- .v-pull-to-refresh__scroll-container--touching {
17957
- transition: none;
17958
17894
  }.v-stepper-vertical-item {
17959
17895
  position: relative;
17960
17896
  transition-duration: 0.2s;
@@ -18023,22 +17959,70 @@ html.overflow-y-hidden {
18023
17959
  justify-content: flex-end;
18024
17960
  padding: 24px 0 0;
18025
17961
  flex-direction: row-reverse;
18026
- }.v-treeview-item--filtered {
18027
- display: none;
17962
+ }.v-pull-to-refresh {
17963
+ overflow: hidden;
17964
+ position: relative;
18028
17965
  }
18029
-
18030
- .v-treeview {
18031
- --indent-padding: 0px;
17966
+ .v-pull-to-refresh__pull-down {
17967
+ position: absolute;
17968
+ width: 100%;
17969
+ transition: top 0.3s ease-out;
18032
17970
  }
18033
-
18034
- .v-treeview-group.v-list-group {
18035
- --list-indent-size: 16px;
17971
+ .v-pull-to-refresh__pull-down--touching {
17972
+ transition: none;
18036
17973
  }
18037
- .v-list--slim .v-treeview-group.v-list-group {
18038
- --prepend-width: 16px;
17974
+ .v-pull-to-refresh__pull-down-default {
17975
+ display: flex;
17976
+ width: 100%;
17977
+ height: 100%;
17978
+ justify-content: center;
17979
+ align-items: flex-end;
17980
+ padding-bottom: 10px;
18039
17981
  }
18040
- .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18041
- padding-inline-start: calc(12px + var(--indent-padding)) !important;
17982
+ .v-pull-to-refresh__scroll-container {
17983
+ position: relative;
17984
+ transition: top 0.3s ease-out;
17985
+ }
17986
+ .v-pull-to-refresh__scroll-container--touching {
17987
+ transition: none;
17988
+ }.v-number-input input[type=number] {
17989
+ -moz-appearance: textfield;
17990
+ }
17991
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17992
+ -webkit-appearance: none;
17993
+ }
17994
+ .v-number-input .v-field {
17995
+ padding-inline-end: 0;
17996
+ padding-inline-start: 0;
17997
+ }
17998
+ .v-number-input--inset .v-divider {
17999
+ height: 55%;
18000
+ width: 55%;
18001
+ align-self: center;
18002
+ }
18003
+ .v-number-input--split .v-field__input {
18004
+ text-align: center;
18005
+ }
18006
+ .v-number-input--stacked .v-number-input__control {
18007
+ flex-direction: column-reverse;
18008
+ }
18009
+ .v-number-input--stacked .v-number-input__control .v-btn {
18010
+ flex: 1;
18011
+ }
18012
+ .v-number-input--hide-input .v-field {
18013
+ flex: none;
18014
+ }
18015
+ .v-number-input--hide-input .v-field__input {
18016
+ width: 0;
18017
+ padding-inline: 0;
18018
+ }
18019
+ .v-number-input__control {
18020
+ display: flex;
18021
+ height: 100%;
18022
+ }
18023
+ .v-number-input__control .v-btn {
18024
+ background-color: transparent;
18025
+ border-radius: 0;
18042
18026
  }.v-time-picker.v-picker {
18043
18027
  padding: 24px;
18044
18028
  width: 328px;
@@ -18280,6 +18264,34 @@ html.overflow-y-hidden {
18280
18264
  }
18281
18265
  .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18282
18266
  text-align: center;
18267
+ }.v-treeview-item--filtered {
18268
+ display: none;
18269
+ }
18270
+
18271
+ .v-treeview {
18272
+ --indent-padding: 0px;
18273
+ }
18274
+
18275
+ .v-treeview-group.v-list-group {
18276
+ --list-indent-size: 16px;
18277
+ }
18278
+ .v-list--slim .v-treeview-group.v-list-group {
18279
+ --prepend-width: 16px;
18280
+ }
18281
+ .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18282
+ padding-inline-start: calc(12px + var(--indent-padding)) !important;
18283
+ }.v-app-bar {
18284
+ display: flex;
18285
+ }
18286
+ .v-app-bar.v-toolbar {
18287
+ background: rgb(var(--v-theme-surface));
18288
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18289
+ }
18290
+ .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18291
+ 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));
18292
+ }
18293
+ .v-app-bar:not(.v-toolbar--absolute) {
18294
+ padding-inline-end: var(--v-scrollbar-offset);
18283
18295
  }.v-application {
18284
18296
  display: flex;
18285
18297
  background: rgb(var(--v-theme-background));
@@ -18296,25 +18308,106 @@ html.overflow-y-hidden {
18296
18308
  min-height: 100vh;
18297
18309
  min-height: 100dvh;
18298
18310
  position: relative;
18299
- }.v-alert {
18300
- display: grid;
18301
- flex: 1 1;
18302
- grid-template-areas: "prepend content append close" ". content . .";
18303
- grid-template-columns: max-content auto max-content max-content;
18304
- position: relative;
18305
- padding: 16px;
18306
- overflow: hidden;
18307
- --v-border-color: currentColor;
18308
- border-radius: 4px;
18311
+ }.v-autocomplete .v-field .v-text-field__prefix,
18312
+ .v-autocomplete .v-field .v-text-field__suffix,
18313
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18314
+ cursor: text;
18309
18315
  }
18310
- .v-alert--absolute {
18311
- position: absolute;
18316
+ .v-autocomplete .v-field .v-field__input > input {
18317
+ flex: 1 1;
18312
18318
  }
18313
- .v-alert--fixed {
18314
- position: fixed;
18319
+ .v-autocomplete .v-field input {
18320
+ min-width: 64px;
18315
18321
  }
18316
- .v-alert--sticky {
18317
- position: sticky;
18322
+ .v-autocomplete .v-field:not(.v-field--focused) input {
18323
+ min-width: 0;
18324
+ }
18325
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18326
+ margin-inline-end: 2px;
18327
+ }
18328
+ .v-autocomplete .v-autocomplete__selection-text {
18329
+ overflow: hidden;
18330
+ text-overflow: ellipsis;
18331
+ white-space: nowrap;
18332
+ }
18333
+
18334
+ .v-autocomplete__content {
18335
+ overflow: hidden;
18336
+ 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));
18337
+ border-radius: 4px;
18338
+ }
18339
+ .v-autocomplete__mask {
18340
+ background: rgb(var(--v-theme-surface-light));
18341
+ }
18342
+ .v-autocomplete__selection {
18343
+ display: inline-flex;
18344
+ align-items: center;
18345
+ height: 1.5rem;
18346
+ letter-spacing: inherit;
18347
+ line-height: inherit;
18348
+ max-width: calc(100% - 2px - 2px);
18349
+ }
18350
+ .v-autocomplete__selection:first-child {
18351
+ margin-inline-start: 0;
18352
+ }
18353
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18354
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18355
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18356
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18357
+ top: 0px;
18358
+ }
18359
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
18360
+ opacity: var(--v-medium-emphasis-opacity);
18361
+ }
18362
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18363
+ opacity: 1;
18364
+ }
18365
+ .v-autocomplete--selecting-index .v-field__input > input {
18366
+ caret-color: transparent;
18367
+ }
18368
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18369
+ flex: 1 1;
18370
+ position: absolute;
18371
+ left: 0;
18372
+ right: 0;
18373
+ width: 100%;
18374
+ padding-inline: inherit;
18375
+ }
18376
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18377
+ transition: none;
18378
+ }
18379
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18380
+ opacity: 0;
18381
+ }
18382
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18383
+ opacity: 0;
18384
+ }
18385
+ .v-autocomplete__menu-icon {
18386
+ margin-inline-start: 4px;
18387
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18388
+ }
18389
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18390
+ opacity: var(--v-high-emphasis-opacity);
18391
+ transform: rotate(180deg);
18392
+ }.v-alert {
18393
+ display: grid;
18394
+ flex: 1 1;
18395
+ grid-template-areas: "prepend content append close" ". content . .";
18396
+ grid-template-columns: max-content auto max-content max-content;
18397
+ position: relative;
18398
+ padding: 16px;
18399
+ overflow: hidden;
18400
+ --v-border-color: currentColor;
18401
+ border-radius: 4px;
18402
+ }
18403
+ .v-alert--absolute {
18404
+ position: absolute;
18405
+ }
18406
+ .v-alert--fixed {
18407
+ position: fixed;
18408
+ }
18409
+ .v-alert--sticky {
18410
+ position: sticky;
18318
18411
  }
18319
18412
  .v-alert--variant-plain, .v-alert--variant-outlined, .v-alert--variant-text, .v-alert--variant-tonal {
18320
18413
  background: transparent;
@@ -18508,170 +18601,6 @@ html.overflow-y-hidden {
18508
18601
  text-transform: none;
18509
18602
  word-break: normal;
18510
18603
  word-wrap: break-word;
18511
- }.v-app-bar {
18512
- display: flex;
18513
- }
18514
- .v-app-bar.v-toolbar {
18515
- background: rgb(var(--v-theme-surface));
18516
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
18517
- }
18518
- .v-app-bar.v-toolbar:not(.v-toolbar--flat) {
18519
- 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));
18520
- }
18521
- .v-app-bar:not(.v-toolbar--absolute) {
18522
- padding-inline-end: var(--v-scrollbar-offset);
18523
- }.v-avatar {
18524
- flex: none;
18525
- align-items: center;
18526
- display: inline-flex;
18527
- justify-content: center;
18528
- line-height: normal;
18529
- overflow: hidden;
18530
- position: relative;
18531
- text-align: center;
18532
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18533
- transition-property: width, height;
18534
- vertical-align: middle;
18535
- border-radius: 50%;
18536
- }
18537
- .v-avatar.v-avatar--size-x-small {
18538
- --v-avatar-height: 24px;
18539
- }
18540
- .v-avatar.v-avatar--size-small {
18541
- --v-avatar-height: 32px;
18542
- }
18543
- .v-avatar.v-avatar--size-default {
18544
- --v-avatar-height: 40px;
18545
- }
18546
- .v-avatar.v-avatar--size-large {
18547
- --v-avatar-height: 48px;
18548
- }
18549
- .v-avatar.v-avatar--size-x-large {
18550
- --v-avatar-height: 56px;
18551
- }
18552
- .v-avatar.v-avatar--density-default {
18553
- height: calc(var(--v-avatar-height) + 0px);
18554
- width: calc(var(--v-avatar-height) + 0px);
18555
- }
18556
- .v-avatar.v-avatar--density-comfortable {
18557
- height: calc(var(--v-avatar-height) + -4px);
18558
- width: calc(var(--v-avatar-height) + -4px);
18559
- }
18560
- .v-avatar.v-avatar--density-compact {
18561
- height: calc(var(--v-avatar-height) + -8px);
18562
- width: calc(var(--v-avatar-height) + -8px);
18563
- }
18564
- .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18565
- background: transparent;
18566
- color: inherit;
18567
- }
18568
- .v-avatar--variant-plain {
18569
- opacity: 0.62;
18570
- }
18571
- .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18572
- opacity: 1;
18573
- }
18574
- .v-avatar--variant-plain .v-avatar__overlay {
18575
- display: none;
18576
- }
18577
- .v-avatar--variant-elevated, .v-avatar--variant-flat {
18578
- background: var(--v-theme-surface);
18579
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18580
- }
18581
- .v-avatar--variant-elevated {
18582
- 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));
18583
- }
18584
- .v-avatar--variant-flat {
18585
- 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));
18586
- }
18587
- .v-avatar--variant-outlined {
18588
- border: thin solid currentColor;
18589
- }
18590
- .v-avatar--variant-text .v-avatar__overlay {
18591
- background: currentColor;
18592
- }
18593
- .v-avatar--variant-tonal .v-avatar__underlay {
18594
- background: currentColor;
18595
- opacity: var(--v-activated-opacity);
18596
- border-radius: inherit;
18597
- top: 0;
18598
- right: 0;
18599
- bottom: 0;
18600
- left: 0;
18601
- pointer-events: none;
18602
- }
18603
- .v-avatar .v-avatar__underlay {
18604
- position: absolute;
18605
- }
18606
- .v-avatar--rounded {
18607
- border-radius: 4px;
18608
- }
18609
- .v-avatar--start {
18610
- margin-inline-end: 8px;
18611
- }
18612
- .v-avatar--end {
18613
- margin-inline-start: 8px;
18614
- }
18615
- .v-avatar .v-img {
18616
- height: 100%;
18617
- width: 100%;
18618
- }.v-breadcrumbs {
18619
- display: flex;
18620
- align-items: center;
18621
- line-height: 1.6;
18622
- padding: 16px 12px;
18623
- }
18624
- .v-breadcrumbs--rounded {
18625
- border-radius: 4px;
18626
- }
18627
- .v-breadcrumbs--density-default {
18628
- padding-top: 16px;
18629
- padding-bottom: 16px;
18630
- }
18631
-
18632
- .v-breadcrumbs--density-comfortable {
18633
- padding-top: 12px;
18634
- padding-bottom: 12px;
18635
- }
18636
-
18637
- .v-breadcrumbs--density-compact {
18638
- padding-top: 8px;
18639
- padding-bottom: 8px;
18640
- }
18641
-
18642
- .v-breadcrumbs__prepend {
18643
- align-items: center;
18644
- display: inline-flex;
18645
- }
18646
-
18647
- .v-breadcrumbs-item {
18648
- align-items: center;
18649
- color: inherit;
18650
- display: inline-flex;
18651
- padding: 0 4px;
18652
- text-decoration: none;
18653
- vertical-align: middle;
18654
- }
18655
- .v-breadcrumbs-item--disabled {
18656
- opacity: var(--v-disabled-opacity);
18657
- pointer-events: none;
18658
- }
18659
- .v-breadcrumbs-item--link {
18660
- color: inherit;
18661
- text-decoration: none;
18662
- }
18663
- .v-breadcrumbs-item--link:hover {
18664
- text-decoration: underline;
18665
- }
18666
- .v-breadcrumbs-item .v-icon {
18667
- font-size: 1rem;
18668
- margin-inline: -4px 2px;
18669
- }
18670
-
18671
- .v-breadcrumbs-divider {
18672
- display: inline-block;
18673
- padding: 0 8px;
18674
- vertical-align: middle;
18675
18604
  }.v-banner {
18676
18605
  display: grid;
18677
18606
  flex: 1 1;
@@ -18830,199 +18759,229 @@ html.overflow-y-hidden {
18830
18759
  }
18831
18760
  .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
18832
18761
  align-self: flex-start;
18833
- }.v-badge {
18834
- display: inline-block;
18835
- line-height: 1;
18762
+ }.bottom-sheet-transition-enter-from {
18763
+ transform: translateY(100%);
18836
18764
  }
18837
-
18838
- .v-badge__badge {
18839
- align-items: center;
18840
- display: inline-flex;
18841
- border-radius: 10px;
18842
- font-size: 0.75rem;
18843
- font-weight: 500;
18844
- height: 1.25rem;
18845
- justify-content: center;
18846
- min-width: 20px;
18847
- padding: 4px 6px;
18848
- pointer-events: auto;
18849
- position: absolute;
18850
- text-align: center;
18851
- text-indent: 0;
18852
- transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
18853
- white-space: nowrap;
18854
- background: rgb(var(--v-theme-surface-variant));
18855
- color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
18765
+ .bottom-sheet-transition-leave-to {
18766
+ transform: translateY(100%);
18856
18767
  }
18857
- .v-badge--bordered .v-badge__badge::after {
18858
- border-radius: inherit;
18859
- border-style: solid;
18860
- border-width: 2px;
18861
- bottom: 0;
18862
- color: rgb(var(--v-theme-background));
18863
- content: "";
18768
+
18769
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
18770
+ align-self: flex-end;
18771
+ border-radius: 0;
18772
+ flex: 0 1 auto;
18864
18773
  left: 0;
18865
- position: absolute;
18866
18774
  right: 0;
18867
- top: 0;
18868
- transform: scale(1.05);
18775
+ margin-inline: 0;
18776
+ margin-bottom: 0;
18777
+ transition-duration: 0.2s;
18778
+ width: 100%;
18779
+ max-width: 100%;
18780
+ overflow: visible;
18781
+ box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
18869
18782
  }
18870
- .v-badge--dot .v-badge__badge {
18871
- border-radius: 4.5px;
18872
- height: 9px;
18873
- min-width: 0;
18874
- padding: 0;
18875
- width: 9px;
18783
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
18784
+ .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
18785
+ border-radius: 0;
18876
18786
  }
18877
- .v-badge--dot .v-badge__badge::after {
18878
- border-width: 1.5px;
18787
+ .v-bottom-sheet.v-bottom-sheet--inset {
18788
+ max-width: none;
18879
18789
  }
18880
- .v-badge--inline .v-badge__badge {
18790
+ @media (min-width: 600px) {
18791
+ .v-bottom-sheet.v-bottom-sheet--inset {
18792
+ max-width: 70%;
18793
+ }
18794
+ }.v-avatar {
18795
+ flex: none;
18796
+ align-items: center;
18797
+ display: inline-flex;
18798
+ justify-content: center;
18799
+ line-height: normal;
18800
+ overflow: hidden;
18881
18801
  position: relative;
18802
+ text-align: center;
18803
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18804
+ transition-property: width, height;
18882
18805
  vertical-align: middle;
18806
+ border-radius: 50%;
18883
18807
  }
18884
- .v-badge__badge .v-icon {
18885
- color: inherit;
18886
- font-size: 0.75rem;
18887
- margin: 0 -2px;
18808
+ .v-avatar.v-avatar--size-x-small {
18809
+ --v-avatar-height: 24px;
18888
18810
  }
18889
- .v-badge__badge img,
18890
- .v-badge__badge .v-img {
18891
- height: 100%;
18892
- width: 100%;
18811
+ .v-avatar.v-avatar--size-small {
18812
+ --v-avatar-height: 32px;
18893
18813
  }
18894
-
18895
- .v-badge__wrapper {
18896
- display: flex;
18897
- position: relative;
18814
+ .v-avatar.v-avatar--size-default {
18815
+ --v-avatar-height: 40px;
18898
18816
  }
18899
- .v-badge--inline .v-badge__wrapper {
18900
- align-items: center;
18901
- display: inline-flex;
18902
- justify-content: center;
18903
- margin: 0 4px;
18904
- }.v-autocomplete .v-field .v-text-field__prefix,
18905
- .v-autocomplete .v-field .v-text-field__suffix,
18906
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
18907
- cursor: text;
18817
+ .v-avatar.v-avatar--size-large {
18818
+ --v-avatar-height: 48px;
18908
18819
  }
18909
- .v-autocomplete .v-field .v-field__input > input {
18910
- flex: 1 1;
18820
+ .v-avatar.v-avatar--size-x-large {
18821
+ --v-avatar-height: 56px;
18911
18822
  }
18912
- .v-autocomplete .v-field input {
18913
- min-width: 64px;
18823
+ .v-avatar.v-avatar--density-default {
18824
+ height: calc(var(--v-avatar-height) + 0px);
18825
+ width: calc(var(--v-avatar-height) + 0px);
18914
18826
  }
18915
- .v-autocomplete .v-field:not(.v-field--focused) input {
18916
- min-width: 0;
18827
+ .v-avatar.v-avatar--density-comfortable {
18828
+ height: calc(var(--v-avatar-height) + -4px);
18829
+ width: calc(var(--v-avatar-height) + -4px);
18917
18830
  }
18918
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
18919
- margin-inline-end: 2px;
18831
+ .v-avatar.v-avatar--density-compact {
18832
+ height: calc(var(--v-avatar-height) + -8px);
18833
+ width: calc(var(--v-avatar-height) + -8px);
18920
18834
  }
18921
- .v-autocomplete .v-autocomplete__selection-text {
18922
- overflow: hidden;
18923
- text-overflow: ellipsis;
18924
- white-space: nowrap;
18835
+ .v-avatar--variant-plain, .v-avatar--variant-outlined, .v-avatar--variant-text, .v-avatar--variant-tonal {
18836
+ background: transparent;
18837
+ color: inherit;
18925
18838
  }
18926
-
18927
- .v-autocomplete__content {
18928
- overflow: hidden;
18929
- 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));
18930
- border-radius: 4px;
18839
+ .v-avatar--variant-plain {
18840
+ opacity: 0.62;
18931
18841
  }
18932
- .v-autocomplete__mask {
18933
- background: rgb(var(--v-theme-surface-light));
18842
+ .v-avatar--variant-plain:focus, .v-avatar--variant-plain:hover {
18843
+ opacity: 1;
18934
18844
  }
18935
- .v-autocomplete__selection {
18936
- display: inline-flex;
18937
- align-items: center;
18938
- height: 1.5rem;
18939
- letter-spacing: inherit;
18940
- line-height: inherit;
18941
- max-width: calc(100% - 2px - 2px);
18845
+ .v-avatar--variant-plain .v-avatar__overlay {
18846
+ display: none;
18942
18847
  }
18943
- .v-autocomplete__selection:first-child {
18944
- margin-inline-start: 0;
18848
+ .v-avatar--variant-elevated, .v-avatar--variant-flat {
18849
+ background: var(--v-theme-surface);
18850
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
18945
18851
  }
18946
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
18947
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
18948
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
18949
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
18950
- top: 0px;
18852
+ .v-avatar--variant-elevated {
18853
+ 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));
18951
18854
  }
18952
- .v-autocomplete--selecting-index .v-autocomplete__selection {
18953
- opacity: var(--v-medium-emphasis-opacity);
18855
+ .v-avatar--variant-flat {
18856
+ 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));
18954
18857
  }
18955
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
18956
- opacity: 1;
18858
+ .v-avatar--variant-outlined {
18859
+ border: thin solid currentColor;
18957
18860
  }
18958
- .v-autocomplete--selecting-index .v-field__input > input {
18959
- caret-color: transparent;
18861
+ .v-avatar--variant-text .v-avatar__overlay {
18862
+ background: currentColor;
18960
18863
  }
18961
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
18962
- flex: 1 1;
18963
- position: absolute;
18964
- left: 0;
18864
+ .v-avatar--variant-tonal .v-avatar__underlay {
18865
+ background: currentColor;
18866
+ opacity: var(--v-activated-opacity);
18867
+ border-radius: inherit;
18868
+ top: 0;
18965
18869
  right: 0;
18966
- width: 100%;
18967
- padding-inline: inherit;
18870
+ bottom: 0;
18871
+ left: 0;
18872
+ pointer-events: none;
18968
18873
  }
18969
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
18970
- transition: none;
18874
+ .v-avatar .v-avatar__underlay {
18875
+ position: absolute;
18971
18876
  }
18972
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
18973
- opacity: 0;
18877
+ .v-avatar--rounded {
18878
+ border-radius: 4px;
18974
18879
  }
18975
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
18976
- opacity: 0;
18880
+ .v-avatar--start {
18881
+ margin-inline-end: 8px;
18977
18882
  }
18978
- .v-autocomplete__menu-icon {
18979
- margin-inline-start: 4px;
18980
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
18883
+ .v-avatar--end {
18884
+ margin-inline-start: 8px;
18981
18885
  }
18982
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
18983
- opacity: var(--v-high-emphasis-opacity);
18984
- transform: rotate(180deg);
18985
- }.v-btn {
18986
- align-items: center;
18987
- border-radius: 4px;
18988
- display: inline-grid;
18989
- grid-template-areas: "prepend content append";
18990
- grid-template-columns: max-content auto max-content;
18991
- font-weight: 500;
18992
- justify-content: center;
18993
- letter-spacing: 0.0892857143em;
18994
- line-height: normal;
18886
+ .v-avatar .v-img {
18887
+ height: 100%;
18888
+ width: 100%;
18889
+ }.v-bottom-navigation {
18890
+ display: flex;
18995
18891
  max-width: 100%;
18996
- outline: none;
18997
- position: relative;
18998
- text-decoration: none;
18999
- text-indent: 0.0892857143em;
19000
- text-transform: uppercase;
19001
- transition-property: box-shadow, transform, opacity, background;
19002
- transition-duration: 0.28s;
19003
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
19004
- -webkit-user-select: none;
19005
- user-select: none;
19006
- vertical-align: middle;
19007
- flex-shrink: 0;
18892
+ overflow: hidden;
18893
+ position: absolute;
18894
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19008
18895
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19009
18896
  border-style: solid;
19010
18897
  border-width: 0;
18898
+ border-radius: 0;
18899
+ background: rgb(var(--v-theme-surface));
18900
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19011
18901
  }
19012
- .v-btn--size-x-small {
19013
- --v-btn-size: 0.625rem;
19014
- --v-btn-height: 20px;
19015
- font-size: var(--v-btn-size);
19016
- min-width: 36px;
19017
- padding: 0 8px;
18902
+ .v-bottom-navigation--border {
18903
+ border-width: thin;
18904
+ box-shadow: none;
19018
18905
  }
19019
-
19020
- .v-btn--size-small {
19021
- --v-btn-size: 0.75rem;
19022
- --v-btn-height: 28px;
19023
- font-size: var(--v-btn-size);
19024
- min-width: 50px;
19025
- padding: 0 12px;
18906
+ .v-bottom-navigation--active {
18907
+ 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));
18908
+ }
18909
+
18910
+ .v-bottom-navigation__content {
18911
+ display: flex;
18912
+ flex: none;
18913
+ font-size: 0.75rem;
18914
+ justify-content: center;
18915
+ transition: inherit;
18916
+ width: 100%;
18917
+ }
18918
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
18919
+ font-size: inherit;
18920
+ height: 100%;
18921
+ max-width: 168px;
18922
+ min-width: 80px;
18923
+ text-transform: none;
18924
+ transition: inherit;
18925
+ width: auto;
18926
+ border-radius: 0;
18927
+ }
18928
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
18929
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18930
+ transition: inherit;
18931
+ }
18932
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
18933
+ font-size: 1.5rem;
18934
+ }
18935
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
18936
+ flex-grow: 1;
18937
+ }
18938
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
18939
+ transition: inherit;
18940
+ opacity: 0;
18941
+ }
18942
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
18943
+ transform: translateY(0.5rem);
18944
+ }.v-btn {
18945
+ align-items: center;
18946
+ border-radius: 4px;
18947
+ display: inline-grid;
18948
+ grid-template-areas: "prepend content append";
18949
+ grid-template-columns: max-content auto max-content;
18950
+ font-weight: 500;
18951
+ justify-content: center;
18952
+ letter-spacing: 0.0892857143em;
18953
+ line-height: normal;
18954
+ max-width: 100%;
18955
+ outline: none;
18956
+ position: relative;
18957
+ text-decoration: none;
18958
+ text-indent: 0.0892857143em;
18959
+ text-transform: uppercase;
18960
+ transition-property: box-shadow, transform, opacity, background;
18961
+ transition-duration: 0.28s;
18962
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
18963
+ -webkit-user-select: none;
18964
+ user-select: none;
18965
+ vertical-align: middle;
18966
+ flex-shrink: 0;
18967
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
18968
+ border-style: solid;
18969
+ border-width: 0;
18970
+ }
18971
+ .v-btn--size-x-small {
18972
+ --v-btn-size: 0.625rem;
18973
+ --v-btn-height: 20px;
18974
+ font-size: var(--v-btn-size);
18975
+ min-width: 36px;
18976
+ padding: 0 8px;
18977
+ }
18978
+
18979
+ .v-btn--size-small {
18980
+ --v-btn-size: 0.75rem;
18981
+ --v-btn-height: 28px;
18982
+ font-size: var(--v-btn-size);
18983
+ min-width: 50px;
18984
+ padding: 0 12px;
19026
18985
  }
19027
18986
 
19028
18987
  .v-btn--size-default {
@@ -19400,38 +19359,152 @@ html.overflow-y-hidden {
19400
19359
  }
19401
19360
  .v-pagination__item--is-active .v-btn__overlay {
19402
19361
  opacity: var(--v-border-opacity);
19403
- }.bottom-sheet-transition-enter-from {
19404
- transform: translateY(100%);
19362
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19363
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19405
19364
  }
19406
- .bottom-sheet-transition-leave-to {
19407
- transform: translateY(100%);
19365
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19366
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19367
+ }
19368
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19369
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19370
+ }
19371
+ @supports not selector(:focus-visible) {
19372
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19373
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19374
+ }
19375
+ }.v-badge {
19376
+ display: inline-block;
19377
+ line-height: 1;
19408
19378
  }
19409
19379
 
19410
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content {
19411
- align-self: flex-end;
19412
- border-radius: 0;
19413
- flex: 0 1 auto;
19380
+ .v-badge__badge {
19381
+ align-items: center;
19382
+ display: inline-flex;
19383
+ border-radius: 10px;
19384
+ font-size: 0.75rem;
19385
+ font-weight: 500;
19386
+ height: 1.25rem;
19387
+ justify-content: center;
19388
+ min-width: 20px;
19389
+ padding: 4px 6px;
19390
+ pointer-events: auto;
19391
+ position: absolute;
19392
+ text-align: center;
19393
+ text-indent: 0;
19394
+ transition: 0.225s cubic-bezier(0.4, 0, 0.2, 1);
19395
+ white-space: nowrap;
19396
+ background: rgb(var(--v-theme-surface-variant));
19397
+ color: rgba(var(--v-theme-on-surface-variant), var(--v-high-emphasis-opacity));
19398
+ }
19399
+ .v-badge--bordered .v-badge__badge::after {
19400
+ border-radius: inherit;
19401
+ border-style: solid;
19402
+ border-width: 2px;
19403
+ bottom: 0;
19404
+ color: rgb(var(--v-theme-background));
19405
+ content: "";
19414
19406
  left: 0;
19407
+ position: absolute;
19415
19408
  right: 0;
19416
- margin-inline: 0;
19417
- margin-bottom: 0;
19418
- transition-duration: 0.2s;
19409
+ top: 0;
19410
+ transform: scale(1.05);
19411
+ }
19412
+ .v-badge--dot .v-badge__badge {
19413
+ border-radius: 4.5px;
19414
+ height: 9px;
19415
+ min-width: 0;
19416
+ padding: 0;
19417
+ width: 9px;
19418
+ }
19419
+ .v-badge--dot .v-badge__badge::after {
19420
+ border-width: 1.5px;
19421
+ }
19422
+ .v-badge--inline .v-badge__badge {
19423
+ position: relative;
19424
+ vertical-align: middle;
19425
+ }
19426
+ .v-badge__badge .v-icon {
19427
+ color: inherit;
19428
+ font-size: 0.75rem;
19429
+ margin: 0 -2px;
19430
+ }
19431
+ .v-badge__badge img,
19432
+ .v-badge__badge .v-img {
19433
+ height: 100%;
19419
19434
  width: 100%;
19420
- max-width: 100%;
19421
- overflow: visible;
19422
- box-shadow: 0px 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
19423
19435
  }
19424
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
19425
- .v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-sheet {
19426
- border-radius: 0;
19436
+
19437
+ .v-badge__wrapper {
19438
+ display: flex;
19439
+ position: relative;
19427
19440
  }
19428
- .v-bottom-sheet.v-bottom-sheet--inset {
19429
- max-width: none;
19441
+ .v-badge--inline .v-badge__wrapper {
19442
+ align-items: center;
19443
+ display: inline-flex;
19444
+ justify-content: center;
19445
+ margin: 0 4px;
19446
+ }.v-breadcrumbs {
19447
+ display: flex;
19448
+ align-items: center;
19449
+ line-height: 1.6;
19450
+ padding: 16px 12px;
19430
19451
  }
19431
- @media (min-width: 600px) {
19432
- .v-bottom-sheet.v-bottom-sheet--inset {
19433
- max-width: 70%;
19434
- }
19452
+ .v-breadcrumbs--rounded {
19453
+ border-radius: 4px;
19454
+ }
19455
+ .v-breadcrumbs--density-default {
19456
+ padding-top: 16px;
19457
+ padding-bottom: 16px;
19458
+ }
19459
+
19460
+ .v-breadcrumbs--density-comfortable {
19461
+ padding-top: 12px;
19462
+ padding-bottom: 12px;
19463
+ }
19464
+
19465
+ .v-breadcrumbs--density-compact {
19466
+ padding-top: 8px;
19467
+ padding-bottom: 8px;
19468
+ }
19469
+
19470
+ .v-breadcrumbs__prepend {
19471
+ align-items: center;
19472
+ display: inline-flex;
19473
+ }
19474
+
19475
+ .v-breadcrumbs-item {
19476
+ align-items: center;
19477
+ color: inherit;
19478
+ display: inline-flex;
19479
+ padding: 0 4px;
19480
+ text-decoration: none;
19481
+ vertical-align: middle;
19482
+ }
19483
+ .v-breadcrumbs-item--disabled {
19484
+ opacity: var(--v-disabled-opacity);
19485
+ pointer-events: none;
19486
+ }
19487
+ .v-breadcrumbs-item--link {
19488
+ color: inherit;
19489
+ text-decoration: none;
19490
+ }
19491
+ .v-breadcrumbs-item--link:hover {
19492
+ text-decoration: underline;
19493
+ }
19494
+ .v-breadcrumbs-item .v-icon {
19495
+ font-size: 1rem;
19496
+ margin-inline: -4px 2px;
19497
+ }
19498
+
19499
+ .v-breadcrumbs-divider {
19500
+ display: inline-block;
19501
+ padding: 0 8px;
19502
+ vertical-align: middle;
19503
+ }.v-checkbox.v-input {
19504
+ flex: 0 1 auto;
19505
+ }
19506
+ .v-checkbox .v-selection-control {
19507
+ min-height: var(--v-input-control-height);
19435
19508
  }.v-card {
19436
19509
  display: block;
19437
19510
  overflow: hidden;
@@ -19731,79 +19804,10 @@ html.overflow-y-hidden {
19731
19804
  pointer-events: none;
19732
19805
  opacity: 0;
19733
19806
  transition: opacity 0.2s ease-in-out;
19734
- }.v-btn-group {
19735
- display: inline-flex;
19736
- flex-wrap: nowrap;
19737
- max-width: 100%;
19738
- min-width: 0;
19807
+ }.v-carousel {
19739
19808
  overflow: hidden;
19740
- vertical-align: middle;
19741
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19742
- border-style: solid;
19743
- border-width: 0;
19744
- 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));
19745
- border-radius: 4px;
19746
- background: transparent;
19747
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19748
- }
19749
- .v-btn-group--border {
19750
- border-width: thin;
19751
- box-shadow: none;
19752
- }
19753
- .v-btn-group--density-default.v-btn-group {
19754
- height: 48px;
19755
- }
19756
-
19757
- .v-btn-group--density-comfortable.v-btn-group {
19758
- height: 40px;
19759
- }
19760
-
19761
- .v-btn-group--density-compact.v-btn-group {
19762
- height: 36px;
19763
- }
19764
-
19765
- .v-btn-group .v-btn {
19766
- border-radius: 0;
19767
- border-color: inherit;
19768
- }
19769
- .v-btn-group .v-btn:not(:last-child) {
19770
- border-inline-end: none;
19771
- }
19772
- .v-btn-group .v-btn:not(:first-child) {
19773
- border-inline-start: none;
19774
- }
19775
- .v-btn-group .v-btn:first-child {
19776
- border-start-start-radius: inherit;
19777
- border-end-start-radius: inherit;
19778
- }
19779
- .v-btn-group .v-btn:last-child {
19780
- border-start-end-radius: inherit;
19781
- border-end-end-radius: inherit;
19782
- }
19783
- .v-btn-group--divided .v-btn:not(:last-child) {
19784
- border-inline-end-width: thin;
19785
- border-inline-end-style: solid;
19786
- border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19787
- }
19788
- .v-btn-group--tile {
19789
- border-radius: 0;
19790
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
19791
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
19792
- }
19793
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
19794
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
19795
- }
19796
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
19797
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19798
- }
19799
- @supports not selector(:focus-visible) {
19800
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
19801
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
19802
- }
19803
- }.v-carousel {
19804
- overflow: hidden;
19805
- position: relative;
19806
- width: 100%;
19809
+ position: relative;
19810
+ width: 100%;
19807
19811
  }
19808
19812
  .v-carousel__controls {
19809
19813
  align-items: center;
@@ -19863,11 +19867,80 @@ html.overflow-y-hidden {
19863
19867
  flex-direction: column;
19864
19868
  height: 100% !important;
19865
19869
  width: 50px;
19866
- }.v-checkbox.v-input {
19867
- flex: 0 1 auto;
19870
+ }.v-chip-group {
19871
+ display: flex;
19872
+ max-width: 100%;
19873
+ min-width: 0;
19874
+ overflow-x: auto;
19875
+ padding: 4px 0;
19868
19876
  }
19869
- .v-checkbox .v-selection-control {
19870
- min-height: var(--v-input-control-height);
19877
+ .v-chip-group .v-chip {
19878
+ margin: 4px 8px 4px 0;
19879
+ }
19880
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
19881
+ opacity: var(--v-activated-opacity);
19882
+ }
19883
+
19884
+ .v-chip-group--column .v-slide-group__content {
19885
+ white-space: normal;
19886
+ flex-wrap: wrap;
19887
+ max-width: 100%;
19888
+ }.v-btn-group {
19889
+ display: inline-flex;
19890
+ flex-wrap: nowrap;
19891
+ max-width: 100%;
19892
+ min-width: 0;
19893
+ overflow: hidden;
19894
+ vertical-align: middle;
19895
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19896
+ border-style: solid;
19897
+ border-width: 0;
19898
+ 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));
19899
+ border-radius: 4px;
19900
+ background: transparent;
19901
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19902
+ }
19903
+ .v-btn-group--border {
19904
+ border-width: thin;
19905
+ box-shadow: none;
19906
+ }
19907
+ .v-btn-group--density-default.v-btn-group {
19908
+ height: 48px;
19909
+ }
19910
+
19911
+ .v-btn-group--density-comfortable.v-btn-group {
19912
+ height: 40px;
19913
+ }
19914
+
19915
+ .v-btn-group--density-compact.v-btn-group {
19916
+ height: 36px;
19917
+ }
19918
+
19919
+ .v-btn-group .v-btn {
19920
+ border-radius: 0;
19921
+ border-color: inherit;
19922
+ }
19923
+ .v-btn-group .v-btn:not(:last-child) {
19924
+ border-inline-end: none;
19925
+ }
19926
+ .v-btn-group .v-btn:not(:first-child) {
19927
+ border-inline-start: none;
19928
+ }
19929
+ .v-btn-group .v-btn:first-child {
19930
+ border-start-start-radius: inherit;
19931
+ border-end-start-radius: inherit;
19932
+ }
19933
+ .v-btn-group .v-btn:last-child {
19934
+ border-start-end-radius: inherit;
19935
+ border-end-end-radius: inherit;
19936
+ }
19937
+ .v-btn-group--divided .v-btn:not(:last-child) {
19938
+ border-inline-end-width: thin;
19939
+ border-inline-end-style: solid;
19940
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
19941
+ }
19942
+ .v-btn-group--tile {
19943
+ border-radius: 0;
19871
19944
  }.v-chip {
19872
19945
  align-items: center;
19873
19946
  display: inline-flex;
@@ -20300,24 +20373,6 @@ html.overflow-y-hidden {
20300
20373
  }
20301
20374
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20302
20375
  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));
20303
- }.v-chip-group {
20304
- display: flex;
20305
- max-width: 100%;
20306
- min-width: 0;
20307
- overflow-x: auto;
20308
- padding: 4px 0;
20309
- }
20310
- .v-chip-group .v-chip {
20311
- margin: 4px 8px 4px 0;
20312
- }
20313
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20314
- opacity: var(--v-activated-opacity);
20315
- }
20316
-
20317
- .v-chip-group--column .v-slide-group__content {
20318
- white-space: normal;
20319
- flex-wrap: wrap;
20320
- max-width: 100%;
20321
20376
  }.v-container {
20322
20377
  width: 100%;
20323
20378
  padding: 16px;
@@ -20990,11 +21045,87 @@ html.overflow-y-hidden {
20990
21045
  .offset-xxl-11 {
20991
21046
  margin-inline-start: 91.6666666667%;
20992
21047
  }
20993
- }.v-counter {
20994
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20995
- flex: 0 1 auto;
20996
- font-size: 12px;
20997
- transition-duration: 150ms;
21048
+ }.v-combobox .v-field .v-text-field__prefix,
21049
+ .v-combobox .v-field .v-text-field__suffix,
21050
+ .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
21051
+ cursor: text;
21052
+ }
21053
+ .v-combobox .v-field .v-field__input > input {
21054
+ flex: 1 1;
21055
+ }
21056
+ .v-combobox .v-field input {
21057
+ min-width: 64px;
21058
+ }
21059
+ .v-combobox .v-field:not(.v-field--focused) input {
21060
+ min-width: 0;
21061
+ }
21062
+ .v-combobox .v-field--dirty .v-combobox__selection {
21063
+ margin-inline-end: 2px;
21064
+ }
21065
+ .v-combobox .v-combobox__selection-text {
21066
+ overflow: hidden;
21067
+ text-overflow: ellipsis;
21068
+ white-space: nowrap;
21069
+ }
21070
+
21071
+ .v-combobox__content {
21072
+ overflow: hidden;
21073
+ 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));
21074
+ border-radius: 4px;
21075
+ }
21076
+ .v-combobox__mask {
21077
+ background: rgb(var(--v-theme-surface-light));
21078
+ }
21079
+ .v-combobox__selection {
21080
+ display: inline-flex;
21081
+ align-items: center;
21082
+ height: 1.5rem;
21083
+ letter-spacing: inherit;
21084
+ line-height: inherit;
21085
+ max-width: calc(100% - 2px - 2px);
21086
+ }
21087
+ .v-combobox__selection:first-child {
21088
+ margin-inline-start: 0;
21089
+ }
21090
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21091
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21092
+ .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21093
+ .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21094
+ top: 0px;
21095
+ }
21096
+ .v-combobox--selecting-index .v-combobox__selection {
21097
+ opacity: var(--v-medium-emphasis-opacity);
21098
+ }
21099
+ .v-combobox--selecting-index .v-combobox__selection--selected {
21100
+ opacity: 1;
21101
+ }
21102
+ .v-combobox--selecting-index .v-field__input > input {
21103
+ caret-color: transparent;
21104
+ }
21105
+ .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
21106
+ flex: 1 1;
21107
+ position: absolute;
21108
+ left: 0;
21109
+ right: 0;
21110
+ width: 100%;
21111
+ padding-inline: inherit;
21112
+ }
21113
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
21114
+ transition: none;
21115
+ }
21116
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
21117
+ opacity: 0;
21118
+ }
21119
+ .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
21120
+ opacity: 0;
21121
+ }
21122
+ .v-combobox__menu-icon {
21123
+ margin-inline-start: 4px;
21124
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21125
+ }
21126
+ .v-combobox--active-menu .v-combobox__menu-icon {
21127
+ opacity: var(--v-high-emphasis-opacity);
21128
+ transform: rotate(180deg);
20998
21129
  }.v-data-table {
20999
21130
  width: 100%;
21000
21131
  }
@@ -21213,87 +21344,109 @@ html.overflow-y-hidden {
21213
21344
  }
21214
21345
  .v-data-table-footer__page {
21215
21346
  padding: 0 8px;
21216
- }.v-combobox .v-field .v-text-field__prefix,
21217
- .v-combobox .v-field .v-text-field__suffix,
21218
- .v-combobox .v-field .v-field__input, .v-combobox .v-field.v-field {
21219
- cursor: text;
21220
- }
21221
- .v-combobox .v-field .v-field__input > input {
21222
- flex: 1 1;
21223
- }
21224
- .v-combobox .v-field input {
21225
- min-width: 64px;
21347
+ }.v-counter {
21348
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21349
+ flex: 0 1 auto;
21350
+ font-size: 12px;
21351
+ transition-duration: 150ms;
21352
+ }.v-dialog {
21353
+ align-items: center;
21354
+ justify-content: center;
21355
+ margin: auto;
21226
21356
  }
21227
- .v-combobox .v-field:not(.v-field--focused) input {
21228
- min-width: 0;
21229
- }
21230
- .v-combobox .v-field--dirty .v-combobox__selection {
21231
- margin-inline-end: 2px;
21357
+ .v-dialog > .v-overlay__content {
21358
+ max-height: calc(100% - 48px);
21359
+ width: calc(100% - 48px);
21360
+ max-width: calc(100% - 48px);
21361
+ margin: 24px;
21232
21362
  }
21233
- .v-combobox .v-combobox__selection-text {
21234
- overflow: hidden;
21235
- text-overflow: ellipsis;
21236
- white-space: nowrap;
21363
+ .v-dialog > .v-overlay__content,
21364
+ .v-dialog > .v-overlay__content > form {
21365
+ display: flex;
21366
+ flex-direction: column;
21367
+ min-height: 0;
21237
21368
  }
21238
-
21239
- .v-combobox__content {
21240
- overflow: hidden;
21241
- 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));
21369
+ .v-dialog > .v-overlay__content > .v-card,
21370
+ .v-dialog > .v-overlay__content > .v-sheet,
21371
+ .v-dialog > .v-overlay__content > form > .v-card,
21372
+ .v-dialog > .v-overlay__content > form > .v-sheet {
21373
+ --v-scrollbar-offset: 0px;
21242
21374
  border-radius: 4px;
21375
+ overflow-y: auto;
21376
+ box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21243
21377
  }
21244
- .v-combobox__mask {
21245
- background: rgb(var(--v-theme-surface-light));
21246
- }
21247
- .v-combobox__selection {
21248
- display: inline-flex;
21249
- align-items: center;
21250
- height: 1.5rem;
21251
- letter-spacing: inherit;
21252
- line-height: inherit;
21253
- max-width: calc(100% - 2px - 2px);
21378
+ .v-dialog > .v-overlay__content > .v-card,
21379
+ .v-dialog > .v-overlay__content > form > .v-card {
21380
+ display: flex;
21381
+ flex-direction: column;
21254
21382
  }
21255
- .v-combobox__selection:first-child {
21256
- margin-inline-start: 0;
21383
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21384
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21385
+ padding: 16px 24px;
21257
21386
  }
21258
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
21259
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
21260
- .v-combobox--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
21261
- .v-combobox--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
21262
- top: 0px;
21387
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21388
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21389
+ padding-top: 0;
21263
21390
  }
21264
- .v-combobox--selecting-index .v-combobox__selection {
21265
- opacity: var(--v-medium-emphasis-opacity);
21391
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21392
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21393
+ font-size: inherit;
21394
+ letter-spacing: 0.03125em;
21395
+ line-height: inherit;
21396
+ padding: 16px 24px 24px;
21266
21397
  }
21267
- .v-combobox--selecting-index .v-combobox__selection--selected {
21268
- opacity: 1;
21398
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21399
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21400
+ justify-content: flex-end;
21269
21401
  }
21270
- .v-combobox--selecting-index .v-field__input > input {
21271
- caret-color: transparent;
21402
+
21403
+ .v-dialog--fullscreen {
21404
+ --v-scrollbar-offset: 0px;
21272
21405
  }
21273
- .v-combobox--single:not(.v-combobox--selection-slot).v-text-field input {
21274
- flex: 1 1;
21275
- position: absolute;
21276
- left: 0;
21277
- right: 0;
21406
+ .v-dialog--fullscreen > .v-overlay__content {
21407
+ border-radius: 0;
21408
+ margin: 0;
21409
+ padding: 0;
21278
21410
  width: 100%;
21279
- padding-inline: inherit;
21411
+ height: 100%;
21412
+ max-width: 100%;
21413
+ max-height: 100%;
21414
+ overflow-y: auto;
21415
+ top: 0;
21416
+ left: 0;
21280
21417
  }
21281
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--active input {
21282
- transition: none;
21418
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
21419
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21420
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21421
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21422
+ min-height: 100%;
21423
+ min-width: 100%;
21424
+ border-radius: 0;
21283
21425
  }
21284
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--dirty:not(.v-field--focused) input {
21285
- opacity: 0;
21426
+
21427
+ .v-dialog--scrollable > .v-overlay__content,
21428
+ .v-dialog--scrollable > .v-overlay__content > form {
21429
+ display: flex;
21286
21430
  }
21287
- .v-combobox--single:not(.v-combobox--selection-slot) .v-field--focused .v-combobox__selection {
21288
- opacity: 0;
21431
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
21432
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21433
+ display: flex;
21434
+ flex: 1 1 100%;
21435
+ flex-direction: column;
21436
+ max-height: 100%;
21437
+ max-width: 100%;
21289
21438
  }
21290
- .v-combobox__menu-icon {
21291
- margin-inline-start: 4px;
21292
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
21439
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21440
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21441
+ -webkit-backface-visibility: hidden;
21442
+ backface-visibility: hidden;
21443
+ overflow-y: auto;
21444
+ }.v-date-picker {
21445
+ overflow: hidden;
21446
+ width: 328px;
21293
21447
  }
21294
- .v-combobox--active-menu .v-combobox__menu-icon {
21295
- opacity: var(--v-high-emphasis-opacity);
21296
- transform: rotate(180deg);
21448
+ .v-date-picker--show-week {
21449
+ width: 368px;
21297
21450
  }.v-date-picker-controls {
21298
21451
  display: flex;
21299
21452
  align-items: center;
@@ -21350,86 +21503,6 @@ html.overflow-y-hidden {
21350
21503
 
21351
21504
  .v-date-picker__title {
21352
21505
  display: inline-block;
21353
- }.v-date-picker-month {
21354
- display: flex;
21355
- justify-content: center;
21356
- padding: 0 12px 8px;
21357
- --v-date-picker-month-day-diff: 4px;
21358
- }
21359
-
21360
- .v-date-picker-month__weeks {
21361
- display: grid;
21362
- grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21363
- column-gap: 4px;
21364
- font-size: 0.85rem;
21365
- }
21366
- .v-date-picker-month__weeks + .v-date-picker-month__days {
21367
- grid-row-gap: 0;
21368
- }
21369
-
21370
- .v-date-picker-month__weekday {
21371
- font-size: 0.85rem;
21372
- }
21373
-
21374
- .v-date-picker-month__days {
21375
- display: grid;
21376
- grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21377
- column-gap: 4px;
21378
- flex: 1 1;
21379
- justify-content: space-around;
21380
- }
21381
-
21382
- .v-date-picker-month__day {
21383
- align-items: center;
21384
- display: flex;
21385
- justify-content: center;
21386
- position: relative;
21387
- height: 40px;
21388
- width: 40px;
21389
- }
21390
- .v-date-picker-month__day--selected .v-btn {
21391
- background-color: rgb(var(--v-theme-surface-variant));
21392
- color: rgb(var(--v-theme-on-surface-variant));
21393
- }
21394
- .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21395
- --v-btn-height: 24px;
21396
- --v-btn-size: 0.85rem;
21397
- }
21398
- .v-date-picker-month__day--week {
21399
- font-size: var(--v-btn-size);
21400
- }
21401
-
21402
- .v-date-picker-month__day--adjacent {
21403
- opacity: 0.5;
21404
- }
21405
-
21406
- .v-date-picker-month__day--hide-adjacent {
21407
- opacity: 0;
21408
- }.v-date-picker {
21409
- overflow: hidden;
21410
- width: 328px;
21411
- }
21412
- .v-date-picker--show-week {
21413
- width: 368px;
21414
- }.v-date-picker-months {
21415
- height: 288px;
21416
- }
21417
-
21418
- .v-date-picker-months__content {
21419
- align-items: center;
21420
- display: grid;
21421
- flex: 1 1;
21422
- height: inherit;
21423
- justify-content: space-around;
21424
- grid-template-columns: repeat(2, 1fr);
21425
- grid-gap: 0px 24px;
21426
- padding-inline-start: 36px;
21427
- padding-inline-end: 36px;
21428
- }
21429
- .v-date-picker-months__content .v-btn {
21430
- text-transform: none;
21431
- padding-inline-start: 8px;
21432
- padding-inline-end: 8px;
21433
21506
  }.v-date-picker-header {
21434
21507
  align-items: flex-end;
21435
21508
  height: 70px;
@@ -21505,284 +21578,290 @@ html.overflow-y-hidden {
21505
21578
  }
21506
21579
  .v-date-picker-years__content .v-btn {
21507
21580
  padding-inline: 8px;
21508
- }.v-dialog {
21581
+ }.v-date-picker-months {
21582
+ height: 288px;
21583
+ }
21584
+
21585
+ .v-date-picker-months__content {
21509
21586
  align-items: center;
21587
+ display: grid;
21588
+ flex: 1 1;
21589
+ height: inherit;
21590
+ justify-content: space-around;
21591
+ grid-template-columns: repeat(2, 1fr);
21592
+ grid-gap: 0px 24px;
21593
+ padding-inline-start: 36px;
21594
+ padding-inline-end: 36px;
21595
+ }
21596
+ .v-date-picker-months__content .v-btn {
21597
+ text-transform: none;
21598
+ padding-inline-start: 8px;
21599
+ padding-inline-end: 8px;
21600
+ }.v-date-picker-month {
21601
+ display: flex;
21510
21602
  justify-content: center;
21511
- margin: auto;
21603
+ padding: 0 12px 8px;
21604
+ --v-date-picker-month-day-diff: 4px;
21512
21605
  }
21513
- .v-dialog > .v-overlay__content {
21514
- max-height: calc(100% - 48px);
21515
- width: calc(100% - 48px);
21516
- max-width: calc(100% - 48px);
21517
- margin: 24px;
21606
+
21607
+ .v-date-picker-month__weeks {
21608
+ display: grid;
21609
+ grid-template-rows: min-content min-content min-content min-content min-content min-content min-content;
21610
+ column-gap: 4px;
21611
+ font-size: 0.85rem;
21518
21612
  }
21519
- .v-dialog > .v-overlay__content,
21520
- .v-dialog > .v-overlay__content > form {
21521
- display: flex;
21522
- flex-direction: column;
21523
- min-height: 0;
21524
- }
21525
- .v-dialog > .v-overlay__content > .v-card,
21526
- .v-dialog > .v-overlay__content > .v-sheet,
21527
- .v-dialog > .v-overlay__content > form > .v-card,
21528
- .v-dialog > .v-overlay__content > form > .v-sheet {
21529
- --v-scrollbar-offset: 0px;
21530
- border-radius: 4px;
21531
- overflow-y: auto;
21532
- box-shadow: 0px 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21533
- }
21534
- .v-dialog > .v-overlay__content > .v-card,
21535
- .v-dialog > .v-overlay__content > form > .v-card {
21536
- display: flex;
21537
- flex-direction: column;
21538
- }
21539
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
21540
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
21541
- padding: 16px 24px;
21542
- }
21543
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
21544
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
21545
- padding-top: 0;
21546
- }
21547
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
21548
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
21549
- font-size: inherit;
21550
- letter-spacing: 0.03125em;
21551
- line-height: inherit;
21552
- padding: 16px 24px 24px;
21553
- }
21554
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
21555
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
21556
- justify-content: flex-end;
21613
+ .v-date-picker-month__weeks + .v-date-picker-month__days {
21614
+ grid-row-gap: 0;
21557
21615
  }
21558
21616
 
21559
- .v-dialog--fullscreen {
21560
- --v-scrollbar-offset: 0px;
21561
- }
21562
- .v-dialog--fullscreen > .v-overlay__content {
21563
- border-radius: 0;
21564
- margin: 0;
21565
- padding: 0;
21566
- width: 100%;
21567
- height: 100%;
21568
- max-width: 100%;
21569
- max-height: 100%;
21570
- overflow-y: auto;
21571
- top: 0;
21572
- left: 0;
21573
- }
21574
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
21575
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
21576
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
21577
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
21578
- min-height: 100%;
21579
- min-width: 100%;
21580
- border-radius: 0;
21617
+ .v-date-picker-month__weekday {
21618
+ font-size: 0.85rem;
21581
21619
  }
21582
21620
 
21583
- .v-dialog--scrollable > .v-overlay__content,
21584
- .v-dialog--scrollable > .v-overlay__content > form {
21585
- display: flex;
21621
+ .v-date-picker-month__days {
21622
+ display: grid;
21623
+ grid-template-columns: min-content min-content min-content min-content min-content min-content min-content;
21624
+ column-gap: 4px;
21625
+ flex: 1 1;
21626
+ justify-content: space-around;
21586
21627
  }
21587
- .v-dialog--scrollable > .v-overlay__content > .v-card,
21588
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
21628
+
21629
+ .v-date-picker-month__day {
21630
+ align-items: center;
21589
21631
  display: flex;
21590
- flex: 1 1 100%;
21591
- flex-direction: column;
21592
- max-height: 100%;
21593
- max-width: 100%;
21632
+ justify-content: center;
21633
+ position: relative;
21634
+ height: 40px;
21635
+ width: 40px;
21594
21636
  }
21595
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
21596
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
21597
- -webkit-backface-visibility: hidden;
21598
- backface-visibility: hidden;
21599
- overflow-y: auto;
21600
- }.v-divider {
21601
- display: block;
21602
- flex: 1 1 100%;
21603
- height: 0px;
21604
- max-height: 0px;
21605
- opacity: var(--v-border-opacity);
21606
- transition: inherit;
21607
- border-style: solid;
21608
- border-width: thin 0 0 0;
21637
+ .v-date-picker-month__day--selected .v-btn {
21638
+ background-color: rgb(var(--v-theme-surface-variant));
21639
+ color: rgb(var(--v-theme-on-surface-variant));
21609
21640
  }
21610
- .v-divider--vertical {
21611
- align-self: stretch;
21612
- border-width: 0 thin 0 0;
21613
- display: inline-flex;
21614
- height: auto;
21615
- margin-left: -1px;
21616
- max-height: 100%;
21617
- max-width: 0px;
21618
- vertical-align: text-bottom;
21619
- width: 0px;
21641
+ .v-date-picker-month__day .v-btn.v-date-picker-month__day-btn {
21642
+ --v-btn-height: 24px;
21643
+ --v-btn-size: 0.85rem;
21620
21644
  }
21621
- .v-divider--inset:not(.v-divider--vertical) {
21622
- max-width: calc(100% - 72px);
21623
- margin-inline-start: 72px;
21645
+ .v-date-picker-month__day--week {
21646
+ font-size: var(--v-btn-size);
21624
21647
  }
21625
- .v-divider--inset.v-divider--vertical {
21626
- margin-bottom: 8px;
21627
- margin-top: 8px;
21628
- max-height: calc(100% - 16px);
21648
+
21649
+ .v-date-picker-month__day--adjacent {
21650
+ opacity: 0.5;
21629
21651
  }
21630
21652
 
21631
- .v-divider__content {
21632
- padding: 0 16px;
21633
- text-wrap: nowrap;
21653
+ .v-date-picker-month__day--hide-adjacent {
21654
+ opacity: 0;
21655
+ }.v-expansion-panel {
21656
+ background-color: rgb(var(--v-theme-surface));
21657
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
21634
21658
  }
21635
- .v-divider__wrapper--vertical .v-divider__content {
21636
- padding: 4px 0;
21659
+ .v-expansion-panel:not(:first-child)::after {
21660
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
21661
+ }
21662
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21663
+ color: rgba(var(--v-theme-on-surface), 0.26);
21664
+ }
21665
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
21666
+ opacity: 0.4615384615;
21637
21667
  }
21638
21668
 
21639
- .v-divider__wrapper {
21669
+ .v-expansion-panels {
21640
21670
  display: flex;
21641
- align-items: center;
21671
+ flex-wrap: wrap;
21642
21672
  justify-content: center;
21643
- }
21644
- .v-divider__wrapper--vertical {
21645
- flex-direction: column;
21646
- height: 100%;
21647
- }
21648
- .v-divider__wrapper--vertical .v-divider {
21649
- margin: 0 auto;
21650
- }.v-fab {
21651
- align-items: center;
21652
- display: inline-flex;
21653
- flex: 1 1 auto;
21654
- pointer-events: none;
21673
+ list-style-type: none;
21674
+ padding: 0;
21675
+ width: 100%;
21655
21676
  position: relative;
21656
- transition-duration: 0.2s;
21657
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21658
- vertical-align: middle;
21677
+ z-index: 1;
21659
21678
  }
21660
- .v-fab .v-btn {
21661
- pointer-events: auto;
21679
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21680
+ border-bottom-left-radius: 0 !important;
21681
+ border-bottom-right-radius: 0 !important;
21662
21682
  }
21663
- .v-fab .v-btn--variant-elevated {
21664
- box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
21683
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21684
+ border-top-left-radius: 0 !important;
21685
+ border-top-right-radius: 0 !important;
21665
21686
  }
21666
- .v-fab--app, .v-fab--absolute {
21667
- display: flex;
21687
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
21688
+ border-bottom-left-radius: 0 !important;
21689
+ border-bottom-right-radius: 0 !important;
21668
21690
  }
21669
- .v-fab--start, .v-fab--left {
21670
- justify-content: flex-start;
21691
+ .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
21692
+ border-top-left-radius: 0 !important;
21693
+ border-top-right-radius: 0 !important;
21671
21694
  }
21672
- .v-fab--center {
21673
- align-items: center;
21674
- justify-content: center;
21695
+ .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
21696
+ border-bottom-left-radius: 0 !important;
21697
+ border-bottom-right-radius: 0 !important;
21675
21698
  }
21676
- .v-fab--end, .v-fab--right {
21677
- justify-content: flex-end;
21699
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
21700
+ border-top-left-radius: 0 !important;
21701
+ border-top-right-radius: 0 !important;
21678
21702
  }
21679
- .v-fab--bottom {
21680
- align-items: flex-end;
21703
+ .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
21704
+ border-bottom-left-radius: initial;
21705
+ border-bottom-right-radius: initial;
21681
21706
  }
21682
- .v-fab--top {
21683
- align-items: flex-start;
21707
+ .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
21708
+ border-radius: 0 !important;
21684
21709
  }
21685
- .v-fab--extended .v-btn {
21686
- border-radius: 9999px !important;
21710
+ .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
21711
+ transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
21687
21712
  }
21688
21713
 
21689
- .v-fab__container {
21690
- align-self: center;
21691
- display: inline-flex;
21692
- position: absolute;
21693
- vertical-align: middle;
21694
- }
21695
- .v-fab--app .v-fab__container {
21696
- margin: 12px;
21714
+ .v-expansion-panel {
21715
+ flex: 1 0 100%;
21716
+ max-width: 100%;
21717
+ position: relative;
21718
+ transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
21719
+ transition-property: margin-top, border-radius, border, max-width;
21720
+ border-radius: 4px;
21697
21721
  }
21698
- .v-fab--absolute .v-fab__container {
21722
+ .v-expansion-panel:not(:first-child)::after {
21723
+ border-top-style: solid;
21724
+ border-top-width: thin;
21725
+ content: "";
21726
+ left: 0;
21699
21727
  position: absolute;
21700
- z-index: 4;
21728
+ right: 0;
21729
+ top: 0;
21730
+ transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
21701
21731
  }
21702
- .v-fab--offset.v-fab--top .v-fab__container {
21703
- transform: translateY(-50%);
21732
+ .v-expansion-panel--disabled .v-expansion-panel-title {
21733
+ pointer-events: none;
21704
21734
  }
21705
- .v-fab--offset.v-fab--bottom .v-fab__container {
21706
- transform: translateY(50%);
21735
+ .v-expansion-panel--active:not(:first-child),
21736
+ .v-expansion-panel--active + .v-expansion-panel {
21737
+ margin-top: 16px;
21707
21738
  }
21708
- .v-fab--top .v-fab__container {
21709
- top: 0;
21739
+ .v-expansion-panel--active:not(:first-child)::after,
21740
+ .v-expansion-panel--active + .v-expansion-panel::after {
21741
+ opacity: 0;
21710
21742
  }
21711
- .v-fab--bottom .v-fab__container {
21712
- bottom: 0;
21743
+ .v-expansion-panel--active > .v-expansion-panel-title {
21744
+ border-bottom-left-radius: 0;
21745
+ border-bottom-right-radius: 0;
21713
21746
  }
21714
- .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
21715
- left: 0;
21747
+ .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
21748
+ min-height: 64px;
21716
21749
  }
21717
- .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
21718
- right: 0;
21719
- }.v-empty-state {
21720
- align-items: center;
21721
- display: flex;
21722
- flex-direction: column;
21723
- justify-content: center;
21724
- min-height: 100%;
21725
- padding: 16px;
21726
- }
21727
- .v-empty-state--start {
21728
- align-items: flex-start;
21750
+
21751
+ .v-expansion-panel__shadow {
21752
+ position: absolute;
21753
+ top: 0;
21754
+ left: 0;
21755
+ width: 100%;
21756
+ height: 100%;
21757
+ 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));
21758
+ border-radius: inherit;
21759
+ z-index: -1;
21729
21760
  }
21730
- .v-empty-state--center {
21761
+
21762
+ .v-expansion-panel-title {
21731
21763
  align-items: center;
21764
+ text-align: start;
21765
+ border-radius: inherit;
21766
+ display: flex;
21767
+ font-size: 0.9375rem;
21768
+ line-height: 1;
21769
+ min-height: 48px;
21770
+ outline: none;
21771
+ padding: 16px 24px;
21772
+ position: relative;
21773
+ transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
21774
+ width: 100%;
21775
+ justify-content: space-between;
21732
21776
  }
21733
- .v-empty-state--end {
21734
- align-items: flex-end;
21777
+ .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
21778
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
21779
+ }
21780
+ .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
21781
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21782
+ }
21783
+ @supports not selector(:focus-visible) {
21784
+ .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
21785
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
21786
+ }
21787
+ }
21788
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
21789
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
21790
+ }
21791
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
21792
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
21793
+ }
21794
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
21795
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21796
+ }
21797
+ @supports not selector(:focus-visible) {
21798
+ .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
21799
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
21800
+ }
21735
21801
  }
21736
21802
 
21737
- .v-empty-state__media {
21738
- text-align: center;
21803
+ .v-expansion-panel-title__overlay {
21804
+ position: absolute;
21805
+ top: 0;
21806
+ left: 0;
21739
21807
  width: 100%;
21808
+ height: 100%;
21809
+ background-color: currentColor;
21810
+ border-radius: inherit;
21811
+ opacity: 0;
21740
21812
  }
21741
- .v-empty-state__media .v-icon {
21742
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21813
+
21814
+ .v-expansion-panel-title__icon {
21815
+ display: inline-flex;
21816
+ margin-bottom: -4px;
21817
+ margin-top: -4px;
21818
+ -webkit-user-select: none;
21819
+ user-select: none;
21820
+ margin-inline-start: auto;
21743
21821
  }
21744
21822
 
21745
- .v-empty-state__headline {
21746
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
21747
- font-size: 3.75rem;
21748
- font-weight: 300;
21749
- line-height: 1;
21750
- text-align: center;
21751
- margin-bottom: 8px;
21823
+ .v-expansion-panel-text {
21824
+ display: flex;
21752
21825
  }
21753
- .v-empty-state--mobile .v-empty-state__headline {
21754
- font-size: 2.125rem;
21826
+ .v-expansion-panel-text__wrapper {
21827
+ padding: 8px 24px 16px;
21828
+ flex: 1 1 auto;
21829
+ max-width: 100%;
21755
21830
  }
21756
21831
 
21757
- .v-empty-state__title {
21758
- font-size: 1.25rem;
21759
- font-weight: 500;
21760
- line-height: 1.6;
21761
- margin-bottom: 4px;
21762
- text-align: center;
21832
+ .v-expansion-panels--variant-accordion > .v-expansion-panel {
21833
+ margin-top: 0;
21834
+ }
21835
+ .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
21836
+ opacity: 1;
21763
21837
  }
21764
21838
 
21765
- .v-empty-state__text {
21766
- font-size: 0.875rem;
21767
- font-weight: 400;
21768
- line-height: 1.425;
21769
- padding: 0 16px;
21770
- text-align: center;
21839
+ .v-expansion-panels--variant-popout > .v-expansion-panel {
21840
+ max-width: calc(100% - 32px);
21841
+ }
21842
+ .v-expansion-panels--variant-popout > .v-expansion-panel--active {
21843
+ max-width: calc(100% + 16px);
21771
21844
  }
21772
21845
 
21773
- .v-empty-state__content {
21774
- padding: 24px 0;
21846
+ .v-expansion-panels--variant-inset > .v-expansion-panel {
21847
+ max-width: 100%;
21848
+ }
21849
+ .v-expansion-panels--variant-inset > .v-expansion-panel--active {
21850
+ max-width: calc(100% - 32px);
21775
21851
  }
21776
21852
 
21777
- .v-empty-state__actions {
21778
- display: flex;
21779
- gap: 8px;
21780
- padding: 16px;
21853
+ .v-expansion-panels--flat > .v-expansion-panel::after {
21854
+ border-top: none;
21855
+ }
21856
+ .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
21857
+ display: none;
21781
21858
  }
21782
21859
 
21783
- .v-empty-state__action-btn.v-btn {
21784
- background-color: initial;
21785
- color: initial;
21860
+ .v-expansion-panels--tile {
21861
+ border-radius: 0;
21862
+ }
21863
+ .v-expansion-panels--tile > .v-expansion-panel {
21864
+ border-radius: 0;
21786
21865
  }/* region INPUT */
21787
21866
  .v-field {
21788
21867
  --v-theme-overlay-multiplier: 1;
@@ -22354,244 +22433,220 @@ textarea.v-field__input::placeholder {
22354
22433
  opacity: 0;
22355
22434
  }
22356
22435
 
22357
- /* endregion */.v-footer {
22436
+ /* endregion */.v-fab {
22358
22437
  align-items: center;
22359
- display: flex;
22438
+ display: inline-flex;
22360
22439
  flex: 1 1 auto;
22361
- padding: 8px 16px;
22440
+ pointer-events: none;
22362
22441
  position: relative;
22363
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22364
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22365
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22366
- border-style: solid;
22367
- border-width: 0;
22368
- 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));
22369
- border-radius: 0;
22370
- background: rgb(var(--v-theme-surface));
22371
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22372
- }
22373
- .v-footer--border {
22374
- border-width: thin;
22375
- box-shadow: none;
22442
+ transition-duration: 0.2s;
22443
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22444
+ vertical-align: middle;
22376
22445
  }
22377
- .v-footer--absolute {
22378
- position: absolute;
22446
+ .v-fab .v-btn {
22447
+ pointer-events: auto;
22379
22448
  }
22380
- .v-footer--fixed {
22381
- position: fixed;
22449
+ .v-fab .v-btn--variant-elevated {
22450
+ box-shadow: 0px 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 3px 4px 0px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 1px 8px 0px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
22382
22451
  }
22383
- .v-footer--rounded {
22384
- border-radius: 4px;
22385
- }.v-expansion-panel {
22386
- background-color: rgb(var(--v-theme-surface));
22387
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22452
+ .v-fab--app, .v-fab--absolute {
22453
+ display: flex;
22388
22454
  }
22389
- .v-expansion-panel:not(:first-child)::after {
22390
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22455
+ .v-fab--start, .v-fab--left {
22456
+ justify-content: flex-start;
22391
22457
  }
22392
- .v-expansion-panel--disabled .v-expansion-panel-title {
22393
- color: rgba(var(--v-theme-on-surface), 0.26);
22458
+ .v-fab--center {
22459
+ align-items: center;
22460
+ justify-content: center;
22394
22461
  }
22395
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
22396
- opacity: 0.4615384615;
22462
+ .v-fab--end, .v-fab--right {
22463
+ justify-content: flex-end;
22397
22464
  }
22398
-
22399
- .v-expansion-panels {
22400
- display: flex;
22401
- flex-wrap: wrap;
22402
- justify-content: center;
22403
- list-style-type: none;
22404
- padding: 0;
22405
- width: 100%;
22406
- position: relative;
22407
- z-index: 1;
22465
+ .v-fab--bottom {
22466
+ align-items: flex-end;
22408
22467
  }
22409
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22410
- border-bottom-left-radius: 0 !important;
22411
- border-bottom-right-radius: 0 !important;
22468
+ .v-fab--top {
22469
+ align-items: flex-start;
22412
22470
  }
22413
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :not(:first-child):not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22414
- border-top-left-radius: 0 !important;
22415
- border-top-right-radius: 0 !important;
22471
+ .v-fab--extended .v-btn {
22472
+ border-radius: 9999px !important;
22416
22473
  }
22417
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :first-child:not(:last-child):not(.v-expansion-panel--active):not(.v-expansion-panel--before-active) {
22418
- border-bottom-left-radius: 0 !important;
22419
- border-bottom-right-radius: 0 !important;
22474
+
22475
+ .v-fab__container {
22476
+ align-self: center;
22477
+ display: inline-flex;
22478
+ position: absolute;
22479
+ vertical-align: middle;
22420
22480
  }
22421
- .v-expansion-panels:not(.v-expansion-panels--variant-accordion) > :last-child:not(:first-child):not(.v-expansion-panel--active):not(.v-expansion-panel--after-active) {
22422
- border-top-left-radius: 0 !important;
22423
- border-top-right-radius: 0 !important;
22481
+ .v-fab--app .v-fab__container {
22482
+ margin: 12px;
22424
22483
  }
22425
- .v-expansion-panels--variant-accordion > :first-child:not(:last-child) {
22426
- border-bottom-left-radius: 0 !important;
22427
- border-bottom-right-radius: 0 !important;
22484
+ .v-fab--absolute .v-fab__container {
22485
+ position: absolute;
22486
+ z-index: 4;
22428
22487
  }
22429
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) {
22430
- border-top-left-radius: 0 !important;
22431
- border-top-right-radius: 0 !important;
22488
+ .v-fab--offset.v-fab--top .v-fab__container {
22489
+ transform: translateY(-50%);
22432
22490
  }
22433
- .v-expansion-panels--variant-accordion > :last-child:not(:first-child) .v-expansion-panel-title--active {
22434
- border-bottom-left-radius: initial;
22435
- border-bottom-right-radius: initial;
22491
+ .v-fab--offset.v-fab--bottom .v-fab__container {
22492
+ transform: translateY(50%);
22436
22493
  }
22437
- .v-expansion-panels--variant-accordion > :not(:first-child):not(:last-child) {
22438
- border-radius: 0 !important;
22494
+ .v-fab--top .v-fab__container {
22495
+ top: 0;
22439
22496
  }
22440
- .v-expansion-panels--variant-accordion .v-expansion-panel-title__overlay {
22441
- transition: 0.3s border-radius cubic-bezier(0.4, 0, 0.2, 1);
22497
+ .v-fab--bottom .v-fab__container {
22498
+ bottom: 0;
22442
22499
  }
22443
-
22444
- .v-expansion-panel {
22445
- flex: 1 0 100%;
22446
- max-width: 100%;
22447
- position: relative;
22448
- transition: 0.3s all cubic-bezier(0.4, 0, 0.2, 1);
22449
- transition-property: margin-top, border-radius, border, max-width;
22450
- border-radius: 4px;
22500
+ .v-fab--left .v-fab__container, .v-fab--start .v-fab__container {
22501
+ left: 0;
22451
22502
  }
22452
- .v-expansion-panel:not(:first-child)::after {
22453
- border-top-style: solid;
22454
- border-top-width: thin;
22455
- content: "";
22456
- left: 0;
22457
- position: absolute;
22503
+ .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22458
22504
  right: 0;
22459
- top: 0;
22460
- transition: 0.3s opacity cubic-bezier(0.4, 0, 0.2, 1);
22461
- }
22462
- .v-expansion-panel--disabled .v-expansion-panel-title {
22463
- pointer-events: none;
22464
- }
22465
- .v-expansion-panel--active:not(:first-child),
22466
- .v-expansion-panel--active + .v-expansion-panel {
22467
- margin-top: 16px;
22505
+ }.v-empty-state {
22506
+ align-items: center;
22507
+ display: flex;
22508
+ flex-direction: column;
22509
+ justify-content: center;
22510
+ min-height: 100%;
22511
+ padding: 16px;
22468
22512
  }
22469
- .v-expansion-panel--active:not(:first-child)::after,
22470
- .v-expansion-panel--active + .v-expansion-panel::after {
22471
- opacity: 0;
22513
+ .v-empty-state--start {
22514
+ align-items: flex-start;
22472
22515
  }
22473
- .v-expansion-panel--active > .v-expansion-panel-title {
22474
- border-bottom-left-radius: 0;
22475
- border-bottom-right-radius: 0;
22516
+ .v-empty-state--center {
22517
+ align-items: center;
22476
22518
  }
22477
- .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
22478
- min-height: 64px;
22519
+ .v-empty-state--end {
22520
+ align-items: flex-end;
22479
22521
  }
22480
22522
 
22481
- .v-expansion-panel__shadow {
22482
- position: absolute;
22483
- top: 0;
22484
- left: 0;
22523
+ .v-empty-state__media {
22524
+ text-align: center;
22485
22525
  width: 100%;
22486
- height: 100%;
22487
- 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));
22488
- border-radius: inherit;
22489
- z-index: -1;
22526
+ }
22527
+ .v-empty-state__media .v-icon {
22528
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22490
22529
  }
22491
22530
 
22492
- .v-expansion-panel-title {
22493
- align-items: center;
22494
- text-align: start;
22495
- border-radius: inherit;
22496
- display: flex;
22497
- font-size: 0.9375rem;
22531
+ .v-empty-state__headline {
22532
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22533
+ font-size: 3.75rem;
22534
+ font-weight: 300;
22498
22535
  line-height: 1;
22499
- min-height: 48px;
22500
- outline: none;
22501
- padding: 16px 24px;
22502
- position: relative;
22503
- transition: 0.3s min-height cubic-bezier(0.4, 0, 0.2, 1);
22504
- width: 100%;
22505
- justify-content: space-between;
22506
- }
22507
- .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
22508
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
22509
- }
22510
- .v-expansion-panel-title:focus-visible > .v-expansion-panel-title__overlay {
22511
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22512
- }
22513
- @supports not selector(:focus-visible) {
22514
- .v-expansion-panel-title:focus > .v-expansion-panel-title__overlay {
22515
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
22516
- }
22517
- }
22518
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active .v-expansion-panel-title__overlay {
22519
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
22520
- }
22521
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:hover .v-expansion-panel-title__overlay {
22522
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
22536
+ text-align: center;
22537
+ margin-bottom: 8px;
22523
22538
  }
22524
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus-visible .v-expansion-panel-title__overlay {
22525
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22539
+ .v-empty-state--mobile .v-empty-state__headline {
22540
+ font-size: 2.125rem;
22526
22541
  }
22527
- @supports not selector(:focus-visible) {
22528
- .v-expansion-panel-title--focusable.v-expansion-panel-title--active:focus .v-expansion-panel-title__overlay {
22529
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
22530
- }
22542
+
22543
+ .v-empty-state__title {
22544
+ font-size: 1.25rem;
22545
+ font-weight: 500;
22546
+ line-height: 1.6;
22547
+ margin-bottom: 4px;
22548
+ text-align: center;
22531
22549
  }
22532
22550
 
22533
- .v-expansion-panel-title__overlay {
22534
- position: absolute;
22535
- top: 0;
22536
- left: 0;
22537
- width: 100%;
22538
- height: 100%;
22539
- background-color: currentColor;
22540
- border-radius: inherit;
22541
- opacity: 0;
22551
+ .v-empty-state__text {
22552
+ font-size: 0.875rem;
22553
+ font-weight: 400;
22554
+ line-height: 1.425;
22555
+ padding: 0 16px;
22556
+ text-align: center;
22542
22557
  }
22543
22558
 
22544
- .v-expansion-panel-title__icon {
22545
- display: inline-flex;
22546
- margin-bottom: -4px;
22547
- margin-top: -4px;
22548
- -webkit-user-select: none;
22549
- user-select: none;
22550
- margin-inline-start: auto;
22559
+ .v-empty-state__content {
22560
+ padding: 24px 0;
22551
22561
  }
22552
22562
 
22553
- .v-expansion-panel-text {
22563
+ .v-empty-state__actions {
22554
22564
  display: flex;
22555
- }
22556
- .v-expansion-panel-text__wrapper {
22557
- padding: 8px 24px 16px;
22558
- flex: 1 1 auto;
22559
- max-width: 100%;
22565
+ gap: 8px;
22566
+ padding: 16px;
22560
22567
  }
22561
22568
 
22562
- .v-expansion-panels--variant-accordion > .v-expansion-panel {
22563
- margin-top: 0;
22569
+ .v-empty-state__action-btn.v-btn {
22570
+ background-color: initial;
22571
+ color: initial;
22572
+ }.v-divider {
22573
+ display: block;
22574
+ flex: 1 1 100%;
22575
+ height: 0px;
22576
+ max-height: 0px;
22577
+ opacity: var(--v-border-opacity);
22578
+ transition: inherit;
22579
+ border-style: solid;
22580
+ border-width: thin 0 0 0;
22564
22581
  }
22565
- .v-expansion-panels--variant-accordion > .v-expansion-panel::after {
22566
- opacity: 1;
22582
+ .v-divider--vertical {
22583
+ align-self: stretch;
22584
+ border-width: 0 thin 0 0;
22585
+ display: inline-flex;
22586
+ height: auto;
22587
+ margin-left: -1px;
22588
+ max-height: 100%;
22589
+ max-width: 0px;
22590
+ vertical-align: text-bottom;
22591
+ width: 0px;
22567
22592
  }
22568
-
22569
- .v-expansion-panels--variant-popout > .v-expansion-panel {
22570
- max-width: calc(100% - 32px);
22593
+ .v-divider--inset:not(.v-divider--vertical) {
22594
+ max-width: calc(100% - 72px);
22595
+ margin-inline-start: 72px;
22571
22596
  }
22572
- .v-expansion-panels--variant-popout > .v-expansion-panel--active {
22573
- max-width: calc(100% + 16px);
22597
+ .v-divider--inset.v-divider--vertical {
22598
+ margin-bottom: 8px;
22599
+ margin-top: 8px;
22600
+ max-height: calc(100% - 16px);
22574
22601
  }
22575
22602
 
22576
- .v-expansion-panels--variant-inset > .v-expansion-panel {
22577
- max-width: 100%;
22603
+ .v-divider__content {
22604
+ padding: 0 16px;
22605
+ text-wrap: nowrap;
22578
22606
  }
22579
- .v-expansion-panels--variant-inset > .v-expansion-panel--active {
22580
- max-width: calc(100% - 32px);
22607
+ .v-divider__wrapper--vertical .v-divider__content {
22608
+ padding: 4px 0;
22581
22609
  }
22582
22610
 
22583
- .v-expansion-panels--flat > .v-expansion-panel::after {
22584
- border-top: none;
22611
+ .v-divider__wrapper {
22612
+ display: flex;
22613
+ align-items: center;
22614
+ justify-content: center;
22585
22615
  }
22586
- .v-expansion-panels--flat > .v-expansion-panel .v-expansion-panel__shadow {
22587
- display: none;
22616
+ .v-divider__wrapper--vertical {
22617
+ flex-direction: column;
22618
+ height: 100%;
22588
22619
  }
22589
-
22590
- .v-expansion-panels--tile {
22620
+ .v-divider__wrapper--vertical .v-divider {
22621
+ margin: 0 auto;
22622
+ }.v-footer {
22623
+ align-items: center;
22624
+ display: flex;
22625
+ flex: 1 1 auto;
22626
+ padding: 8px 16px;
22627
+ position: relative;
22628
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22629
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
22630
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22631
+ border-style: solid;
22632
+ border-width: 0;
22633
+ 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));
22591
22634
  border-radius: 0;
22635
+ background: rgb(var(--v-theme-surface));
22636
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22592
22637
  }
22593
- .v-expansion-panels--tile > .v-expansion-panel {
22594
- border-radius: 0;
22638
+ .v-footer--border {
22639
+ border-width: thin;
22640
+ box-shadow: none;
22641
+ }
22642
+ .v-footer--absolute {
22643
+ position: absolute;
22644
+ }
22645
+ .v-footer--fixed {
22646
+ position: fixed;
22647
+ }
22648
+ .v-footer--rounded {
22649
+ border-radius: 4px;
22595
22650
  }.v-file-input--hide.v-input .v-field,
22596
22651
  .v-file-input--hide.v-input .v-input__control,
22597
22652
  .v-file-input--hide.v-input .v-input__details {
@@ -22710,36 +22765,6 @@ textarea.v-field__input::placeholder {
22710
22765
 
22711
22766
  .v-img__gradient {
22712
22767
  background-repeat: no-repeat;
22713
- }.v-infinite-scroll--horizontal {
22714
- display: flex;
22715
- flex-direction: row;
22716
- overflow-x: auto;
22717
- }
22718
- .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22719
- height: 100%;
22720
- width: 1px;
22721
- }
22722
-
22723
- .v-infinite-scroll--vertical {
22724
- display: flex;
22725
- flex-direction: column;
22726
- overflow-y: auto;
22727
- }
22728
- .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22729
- height: 1px;
22730
- width: 100%;
22731
- }
22732
-
22733
- .v-infinite-scroll__side {
22734
- align-items: center;
22735
- display: flex;
22736
- justify-content: center;
22737
- padding: 8px;
22738
- }.v-item-group {
22739
- flex: 0 1 auto;
22740
- max-width: 100%;
22741
- position: relative;
22742
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22743
22768
  }.v-input {
22744
22769
  display: grid;
22745
22770
  flex: 1 1 auto;
@@ -22882,122 +22907,66 @@ textarea.v-field__input::placeholder {
22882
22907
 
22883
22908
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
22884
22909
  padding-top: calc(var(--v-input-padding-top) + 0px);
22885
- }.v-label {
22886
- align-items: center;
22887
- color: inherit;
22888
- display: inline-flex;
22889
- font-size: 1rem;
22890
- letter-spacing: 0.009375em;
22891
- min-width: 0;
22892
- opacity: var(--v-medium-emphasis-opacity);
22893
- overflow: hidden;
22894
- text-overflow: ellipsis;
22895
- white-space: nowrap;
22896
- }
22897
-
22898
- .v-label--clickable {
22899
- cursor: pointer;
22900
- }.v-list {
22901
- overflow: auto;
22902
- padding: 8px 0;
22910
+ }.v-item-group {
22911
+ flex: 0 1 auto;
22912
+ max-width: 100%;
22903
22913
  position: relative;
22904
- outline: none;
22905
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22906
- border-style: solid;
22907
- border-width: 0;
22908
- 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));
22909
- border-radius: 0;
22910
- background: rgba(var(--v-theme-surface));
22911
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22912
- }
22913
- .v-list--border {
22914
- border-width: thin;
22915
- box-shadow: none;
22916
- }
22917
- .v-list--disabled {
22918
- pointer-events: none;
22919
- -webkit-user-select: none;
22920
- user-select: none;
22921
- }
22922
- .v-list--nav {
22923
- padding-inline: 8px;
22924
- }
22925
- .v-list--rounded {
22926
- border-radius: 4px;
22914
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22915
+ }.v-infinite-scroll--horizontal {
22916
+ display: flex;
22917
+ flex-direction: row;
22918
+ overflow-x: auto;
22927
22919
  }
22928
- .v-list--subheader {
22929
- padding-top: 0;
22920
+ .v-infinite-scroll--horizontal .v-infinite-scroll-intersect {
22921
+ height: 100%;
22922
+ width: 1px;
22930
22923
  }
22931
22924
 
22932
- .v-list-img {
22933
- border-radius: inherit;
22925
+ .v-infinite-scroll--vertical {
22934
22926
  display: flex;
22935
- height: 100%;
22936
- left: 0;
22937
- overflow: hidden;
22938
- position: absolute;
22939
- top: 0;
22927
+ flex-direction: column;
22928
+ overflow-y: auto;
22929
+ }
22930
+ .v-infinite-scroll--vertical .v-infinite-scroll-intersect {
22931
+ height: 1px;
22940
22932
  width: 100%;
22941
- z-index: -1;
22942
22933
  }
22943
22934
 
22944
- .v-list-subheader {
22935
+ .v-infinite-scroll__side {
22945
22936
  align-items: center;
22946
- background: inherit;
22947
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22948
22937
  display: flex;
22949
- font-size: 0.875rem;
22950
- font-weight: 400;
22951
- line-height: 1.375rem;
22952
- padding-inline-end: 16px;
22953
- min-height: 40px;
22954
- transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
22955
- }
22956
- .v-list-subheader__text {
22938
+ justify-content: center;
22939
+ padding: 8px;
22940
+ }.v-label {
22941
+ align-items: center;
22942
+ color: inherit;
22943
+ display: inline-flex;
22944
+ font-size: 1rem;
22945
+ letter-spacing: 0.009375em;
22946
+ min-width: 0;
22947
+ opacity: var(--v-medium-emphasis-opacity);
22957
22948
  overflow: hidden;
22958
22949
  text-overflow: ellipsis;
22959
22950
  white-space: nowrap;
22960
22951
  }
22961
- .v-list--density-default .v-list-subheader {
22962
- min-height: 40px;
22963
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22964
- }
22965
-
22966
- .v-list--density-comfortable .v-list-subheader {
22967
- min-height: 36px;
22968
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22969
- }
22970
22952
 
22971
- .v-list--density-compact .v-list-subheader {
22972
- min-height: 32px;
22973
- padding-inline-start: calc(16px + var(--indent-padding)) !important;
22974
- }
22975
-
22976
- .v-list-subheader--inset {
22977
- --indent-padding: 56px;
22978
- }
22979
- .v-list--nav .v-list-subheader {
22980
- font-size: 0.75rem;
22953
+ .v-label--clickable {
22954
+ cursor: pointer;
22955
+ }.v-layout {
22956
+ --v-scrollbar-offset: 0px;
22957
+ display: flex;
22958
+ flex: 1 1 auto;
22981
22959
  }
22982
- .v-list-subheader--sticky {
22983
- background: inherit;
22984
- left: 0;
22985
- position: sticky;
22986
- top: 0;
22987
- z-index: 1;
22960
+ .v-layout--full-height {
22961
+ --v-scrollbar-offset: inherit;
22962
+ height: 100%;
22963
+ }.v-layout-item {
22964
+ position: absolute;
22965
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22988
22966
  }
22989
22967
 
22990
- .v-list__overlay {
22991
- background-color: currentColor;
22992
- border-radius: inherit;
22993
- bottom: 0;
22994
- left: 0;
22995
- opacity: 0;
22996
- pointer-events: none;
22968
+ .v-layout-item--absolute {
22997
22969
  position: absolute;
22998
- right: 0;
22999
- top: 0;
23000
- transition: opacity 0.2s ease-in-out;
23001
22970
  }.v-list-item {
23002
22971
  align-items: center;
23003
22972
  display: grid;
@@ -23454,119 +23423,217 @@ textarea.v-field__input::placeholder {
23454
23423
  }
23455
23424
  .v-list-group__header:not(.v-treeview-item--activetable-group-activator).v-list-item--active:hover .v-list-item__overlay {
23456
23425
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
23457
- }.v-locale-provider {
23458
- display: contents;
23459
- }.v-messages {
23460
- flex: 1 1 auto;
23461
- font-size: 12px;
23462
- min-height: 14px;
23463
- min-width: 1px;
23464
- opacity: var(--v-medium-emphasis-opacity);
23465
- position: relative;
23466
- }
23467
- .v-messages__message {
23468
- line-height: 12px;
23469
- word-break: break-word;
23470
- overflow-wrap: break-word;
23471
- word-wrap: break-word;
23472
- -webkit-hyphens: auto;
23473
- hyphens: auto;
23474
- transition-duration: 150ms;
23475
- }.v-main {
23476
- flex: 1 0 auto;
23477
- max-width: 100%;
23478
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23479
- padding-left: var(--v-layout-left);
23480
- padding-right: var(--v-layout-right);
23481
- padding-top: var(--v-layout-top);
23482
- padding-bottom: var(--v-layout-bottom);
23483
- }
23484
- .v-main__scroller {
23485
- max-width: 100%;
23426
+ }.v-list {
23427
+ overflow: auto;
23428
+ padding: 8px 0;
23486
23429
  position: relative;
23487
- }
23488
- .v-main--scrollable {
23489
- display: flex;
23490
- position: absolute;
23491
- top: 0;
23492
- left: 0;
23493
- width: 100%;
23494
- height: 100%;
23495
- }
23496
- .v-main--scrollable > .v-main__scroller {
23497
- flex: 1 1 auto;
23498
- overflow-y: auto;
23499
- --v-layout-left: 0px;
23500
- --v-layout-right: 0px;
23501
- --v-layout-top: 0px;
23502
- --v-layout-bottom: 0px;
23503
- }.v-navigation-drawer {
23504
- -webkit-overflow-scrolling: touch;
23505
- background: rgb(var(--v-theme-surface));
23506
- display: flex;
23507
- flex-direction: column;
23508
- height: 100%;
23509
- max-width: 100%;
23510
- pointer-events: auto;
23511
- transition-duration: 0.2s;
23512
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23513
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23514
- position: absolute;
23430
+ outline: none;
23515
23431
  border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23516
23432
  border-style: solid;
23517
23433
  border-width: 0;
23518
23434
  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));
23519
- background: rgb(var(--v-theme-surface));
23435
+ border-radius: 0;
23436
+ background: rgba(var(--v-theme-surface));
23520
23437
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23521
23438
  }
23522
- .v-navigation-drawer--border {
23439
+ .v-list--border {
23523
23440
  border-width: thin;
23524
23441
  box-shadow: none;
23525
23442
  }
23526
- .v-navigation-drawer--rounded {
23527
- border-radius: 4px;
23443
+ .v-list--disabled {
23444
+ pointer-events: none;
23445
+ -webkit-user-select: none;
23446
+ user-select: none;
23528
23447
  }
23529
- .v-navigation-drawer--top, .v-navigation-drawer--bottom {
23530
- max-height: -webkit-fill-available;
23531
- overflow-y: auto;
23448
+ .v-list--nav {
23449
+ padding-inline: 8px;
23532
23450
  }
23533
- .v-navigation-drawer--top {
23534
- top: 0;
23535
- border-bottom-width: thin;
23451
+ .v-list--rounded {
23452
+ border-radius: 4px;
23536
23453
  }
23537
- .v-navigation-drawer--bottom {
23538
- left: 0;
23539
- border-top-width: thin;
23454
+ .v-list--subheader {
23455
+ padding-top: 0;
23540
23456
  }
23541
- .v-navigation-drawer--left {
23542
- top: 0;
23457
+
23458
+ .v-list-img {
23459
+ border-radius: inherit;
23460
+ display: flex;
23461
+ height: 100%;
23543
23462
  left: 0;
23544
- right: auto;
23545
- border-right-width: thin;
23546
- }
23547
- .v-navigation-drawer--right {
23548
- top: 0;
23549
- left: auto;
23550
- right: 0;
23551
- border-left-width: thin;
23552
- }
23553
- .v-navigation-drawer--floating {
23554
- border: none;
23555
- }
23556
- .v-navigation-drawer--temporary.v-navigation-drawer--active {
23557
- box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23558
- }
23559
- .v-navigation-drawer--sticky {
23560
- height: auto;
23561
- transition: box-shadow, transform, visibility, width, height, left, right;
23562
- }
23563
- .v-navigation-drawer .v-list {
23564
23463
  overflow: hidden;
23464
+ position: absolute;
23465
+ top: 0;
23466
+ width: 100%;
23467
+ z-index: -1;
23565
23468
  }
23566
23469
 
23567
- .v-navigation-drawer__content {
23568
- flex: 0 1 auto;
23569
- height: 100%;
23470
+ .v-list-subheader {
23471
+ align-items: center;
23472
+ background: inherit;
23473
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
23474
+ display: flex;
23475
+ font-size: 0.875rem;
23476
+ font-weight: 400;
23477
+ line-height: 1.375rem;
23478
+ padding-inline-end: 16px;
23479
+ min-height: 40px;
23480
+ transition: 0.2s min-height cubic-bezier(0.4, 0, 0.2, 1);
23481
+ }
23482
+ .v-list-subheader__text {
23483
+ overflow: hidden;
23484
+ text-overflow: ellipsis;
23485
+ white-space: nowrap;
23486
+ }
23487
+ .v-list--density-default .v-list-subheader {
23488
+ min-height: 40px;
23489
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
23490
+ }
23491
+
23492
+ .v-list--density-comfortable .v-list-subheader {
23493
+ min-height: 36px;
23494
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
23495
+ }
23496
+
23497
+ .v-list--density-compact .v-list-subheader {
23498
+ min-height: 32px;
23499
+ padding-inline-start: calc(16px + var(--indent-padding)) !important;
23500
+ }
23501
+
23502
+ .v-list-subheader--inset {
23503
+ --indent-padding: 56px;
23504
+ }
23505
+ .v-list--nav .v-list-subheader {
23506
+ font-size: 0.75rem;
23507
+ }
23508
+ .v-list-subheader--sticky {
23509
+ background: inherit;
23510
+ left: 0;
23511
+ position: sticky;
23512
+ top: 0;
23513
+ z-index: 1;
23514
+ }
23515
+
23516
+ .v-list__overlay {
23517
+ background-color: currentColor;
23518
+ border-radius: inherit;
23519
+ bottom: 0;
23520
+ left: 0;
23521
+ opacity: 0;
23522
+ pointer-events: none;
23523
+ position: absolute;
23524
+ right: 0;
23525
+ top: 0;
23526
+ transition: opacity 0.2s ease-in-out;
23527
+ }.v-locale-provider {
23528
+ display: contents;
23529
+ }.v-menu > .v-overlay__content {
23530
+ display: flex;
23531
+ flex-direction: column;
23532
+ border-radius: 4px;
23533
+ }
23534
+ .v-menu > .v-overlay__content > .v-card,
23535
+ .v-menu > .v-overlay__content > .v-sheet,
23536
+ .v-menu > .v-overlay__content > .v-list {
23537
+ background: rgb(var(--v-theme-surface));
23538
+ border-radius: inherit;
23539
+ overflow: auto;
23540
+ height: 100%;
23541
+ 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));
23542
+ }.v-main {
23543
+ flex: 1 0 auto;
23544
+ max-width: 100%;
23545
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23546
+ padding-left: var(--v-layout-left);
23547
+ padding-right: var(--v-layout-right);
23548
+ padding-top: var(--v-layout-top);
23549
+ padding-bottom: var(--v-layout-bottom);
23550
+ }
23551
+ .v-main__scroller {
23552
+ max-width: 100%;
23553
+ position: relative;
23554
+ }
23555
+ .v-main--scrollable {
23556
+ display: flex;
23557
+ position: absolute;
23558
+ top: 0;
23559
+ left: 0;
23560
+ width: 100%;
23561
+ height: 100%;
23562
+ }
23563
+ .v-main--scrollable > .v-main__scroller {
23564
+ flex: 1 1 auto;
23565
+ overflow-y: auto;
23566
+ --v-layout-left: 0px;
23567
+ --v-layout-right: 0px;
23568
+ --v-layout-top: 0px;
23569
+ --v-layout-bottom: 0px;
23570
+ }.v-navigation-drawer {
23571
+ -webkit-overflow-scrolling: touch;
23572
+ background: rgb(var(--v-theme-surface));
23573
+ display: flex;
23574
+ flex-direction: column;
23575
+ height: 100%;
23576
+ max-width: 100%;
23577
+ pointer-events: auto;
23578
+ transition-duration: 0.2s;
23579
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
23580
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
23581
+ position: absolute;
23582
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23583
+ border-style: solid;
23584
+ border-width: 0;
23585
+ 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));
23586
+ background: rgb(var(--v-theme-surface));
23587
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23588
+ }
23589
+ .v-navigation-drawer--border {
23590
+ border-width: thin;
23591
+ box-shadow: none;
23592
+ }
23593
+ .v-navigation-drawer--rounded {
23594
+ border-radius: 4px;
23595
+ }
23596
+ .v-navigation-drawer--top, .v-navigation-drawer--bottom {
23597
+ max-height: -webkit-fill-available;
23598
+ overflow-y: auto;
23599
+ }
23600
+ .v-navigation-drawer--top {
23601
+ top: 0;
23602
+ border-bottom-width: thin;
23603
+ }
23604
+ .v-navigation-drawer--bottom {
23605
+ left: 0;
23606
+ border-top-width: thin;
23607
+ }
23608
+ .v-navigation-drawer--left {
23609
+ top: 0;
23610
+ left: 0;
23611
+ right: auto;
23612
+ border-right-width: thin;
23613
+ }
23614
+ .v-navigation-drawer--right {
23615
+ top: 0;
23616
+ left: auto;
23617
+ right: 0;
23618
+ border-left-width: thin;
23619
+ }
23620
+ .v-navigation-drawer--floating {
23621
+ border: none;
23622
+ }
23623
+ .v-navigation-drawer--temporary.v-navigation-drawer--active {
23624
+ box-shadow: 0px 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0px 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0px 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, 0.12));
23625
+ }
23626
+ .v-navigation-drawer--sticky {
23627
+ height: auto;
23628
+ transition: box-shadow, transform, visibility, width, height, left, right;
23629
+ }
23630
+ .v-navigation-drawer .v-list {
23631
+ overflow: hidden;
23632
+ }
23633
+
23634
+ .v-navigation-drawer__content {
23635
+ flex: 0 1 auto;
23636
+ height: 100%;
23570
23637
  max-width: 100%;
23571
23638
  overflow-x: hidden;
23572
23639
  overflow-y: auto;
@@ -23602,19 +23669,22 @@ textarea.v-field__input::placeholder {
23602
23669
  .v-navigation-drawer__append {
23603
23670
  flex: none;
23604
23671
  overflow: hidden;
23605
- }.v-menu > .v-overlay__content {
23606
- display: flex;
23607
- flex-direction: column;
23608
- border-radius: 4px;
23672
+ }.v-messages {
23673
+ flex: 1 1 auto;
23674
+ font-size: 12px;
23675
+ min-height: 14px;
23676
+ min-width: 1px;
23677
+ opacity: var(--v-medium-emphasis-opacity);
23678
+ position: relative;
23609
23679
  }
23610
- .v-menu > .v-overlay__content > .v-card,
23611
- .v-menu > .v-overlay__content > .v-sheet,
23612
- .v-menu > .v-overlay__content > .v-list {
23613
- background: rgb(var(--v-theme-surface));
23614
- border-radius: inherit;
23615
- overflow: auto;
23616
- height: 100%;
23617
- 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));
23680
+ .v-messages__message {
23681
+ line-height: 12px;
23682
+ word-break: break-word;
23683
+ overflow-wrap: break-word;
23684
+ word-wrap: break-word;
23685
+ -webkit-hyphens: auto;
23686
+ hyphens: auto;
23687
+ transition-duration: 150ms;
23618
23688
  }.v-otp-input {
23619
23689
  border-radius: 4px;
23620
23690
  align-items: center;
@@ -23671,380 +23741,83 @@ textarea.v-field__input::placeholder {
23671
23741
  }
23672
23742
  .v-otp-input__loader .v-progress-linear {
23673
23743
  position: absolute;
23674
- }.v-pagination__list {
23675
- display: inline-flex;
23676
- list-style-type: none;
23677
- justify-content: center;
23678
- width: 100%;
23679
- }
23680
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23681
- margin: 0.3rem;
23682
- }.v-overlay-container {
23683
- contain: layout;
23684
- left: 0;
23685
- pointer-events: none;
23686
- position: absolute;
23687
- top: 0;
23688
- display: contents;
23689
- }
23690
-
23691
- .v-overlay-scroll-blocked {
23692
- padding-inline-end: var(--v-scrollbar-offset);
23693
- }
23694
- .v-overlay-scroll-blocked:not(html) {
23695
- overflow-y: hidden !important;
23696
- }
23697
- html.v-overlay-scroll-blocked {
23698
- position: fixed;
23699
- top: var(--v-body-scroll-y);
23700
- left: var(--v-body-scroll-x);
23701
- width: 100%;
23702
- height: 100%;
23703
- }
23704
-
23705
- .v-overlay {
23706
- border-radius: inherit;
23707
- display: flex;
23708
- left: 0;
23709
- pointer-events: none;
23710
- position: fixed;
23711
- top: 0;
23712
- bottom: 0;
23713
- right: 0;
23714
- }
23715
-
23716
- .v-overlay__content {
23717
- outline: none;
23718
- position: absolute;
23719
- pointer-events: auto;
23720
- contain: layout;
23721
- }
23722
-
23723
- .v-overlay__scrim {
23724
- pointer-events: auto;
23725
- background: rgb(var(--v-theme-on-surface));
23726
- border-radius: inherit;
23727
- bottom: 0;
23728
- left: 0;
23729
- opacity: var(--v-overlay-opacity, 0.32);
23730
- position: fixed;
23731
- right: 0;
23732
- top: 0;
23744
+ }.v-parallax {
23745
+ position: relative;
23746
+ overflow: hidden;
23733
23747
  }
23734
-
23735
- .v-overlay--absolute {
23736
- position: absolute;
23737
- }
23738
-
23739
- .v-overlay--contained .v-overlay__scrim {
23740
- position: absolute;
23741
- }
23742
-
23743
- .v-overlay--scroll-blocked {
23744
- padding-inline-end: var(--v-scrollbar-offset);
23745
- }.v-parallax {
23746
- position: relative;
23747
- overflow: hidden;
23748
- }
23749
- .v-parallax--active > .v-img__img {
23750
- will-change: transform;
23751
- }.v-progress-linear {
23752
- background: transparent;
23753
- overflow: hidden;
23754
- position: relative;
23755
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23756
- width: 100%;
23757
- }
23758
- .v-progress-linear--rounded {
23759
- border-radius: 9999px;
23760
- }
23761
-
23762
- .v-progress-linear__background,
23763
- .v-progress-linear__buffer {
23764
- background: currentColor;
23765
- bottom: 0;
23766
- left: 0;
23767
- opacity: var(--v-border-opacity);
23768
- position: absolute;
23769
- top: 0;
23770
- width: 100%;
23771
- transition-property: width, left, right;
23772
- transition: inherit;
23773
- }
23774
-
23775
- .v-progress-linear__content {
23776
- align-items: center;
23777
- display: flex;
23778
- height: 100%;
23779
- justify-content: center;
23780
- left: 0;
23781
- pointer-events: none;
23782
- position: absolute;
23783
- top: 0;
23784
- width: 100%;
23785
- }
23786
-
23787
- .v-progress-linear__determinate,
23788
- .v-progress-linear__indeterminate {
23789
- background: currentColor;
23790
- }
23791
-
23792
- .v-progress-linear__determinate {
23793
- height: inherit;
23794
- left: 0;
23795
- position: absolute;
23796
- transition: inherit;
23797
- transition-property: width, left, right;
23798
- }
23799
-
23800
- .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
23801
- animation-play-state: paused;
23802
- animation-duration: 2.2s;
23803
- animation-iteration-count: infinite;
23804
- bottom: 0;
23805
- height: inherit;
23806
- left: 0;
23807
- position: absolute;
23808
- right: auto;
23809
- top: 0;
23810
- width: auto;
23811
- }
23812
- .v-progress-linear__indeterminate .long {
23813
- animation-name: indeterminate-ltr;
23814
- }
23815
- .v-progress-linear__indeterminate .short {
23816
- animation-name: indeterminate-short-ltr;
23817
- }
23818
-
23819
- .v-progress-linear__stream {
23820
- animation: stream 0.25s infinite linear;
23821
- animation-play-state: paused;
23822
- bottom: 0;
23823
- left: auto;
23824
- opacity: 0.3;
23825
- pointer-events: none;
23826
- position: absolute;
23827
- transition: inherit;
23828
- transition-property: width, left, right;
23829
- }
23830
-
23831
- .v-progress-linear--reverse .v-progress-linear__background,
23832
- .v-progress-linear--reverse .v-progress-linear__determinate,
23833
- .v-progress-linear--reverse .v-progress-linear__content {
23834
- left: auto;
23835
- right: 0;
23836
- }
23837
- .v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
23838
- left: auto;
23839
- right: 0;
23840
- }
23841
- .v-progress-linear--reverse .v-progress-linear__indeterminate .long {
23842
- animation-name: indeterminate-rtl;
23843
- }
23844
- .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
23845
- animation-name: indeterminate-short-rtl;
23846
- }
23847
- .v-progress-linear--reverse .v-progress-linear__stream {
23848
- right: auto;
23849
- }
23850
-
23851
- .v-progress-linear--absolute,
23852
- .v-progress-linear--fixed {
23853
- left: 0;
23854
- z-index: 1;
23855
- }
23856
-
23857
- .v-progress-linear--absolute {
23858
- position: absolute;
23859
- }
23860
-
23861
- .v-progress-linear--fixed {
23862
- position: fixed;
23863
- }
23864
-
23865
- .v-progress-linear--rounded {
23866
- border-radius: 9999px;
23867
- }
23868
- .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
23869
- .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
23870
- border-radius: inherit;
23871
- }
23872
-
23873
- .v-progress-linear--striped .v-progress-linear__determinate {
23874
- animation: progress-linear-stripes 1s infinite linear;
23875
- background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
23876
- background-repeat: repeat;
23877
- background-size: var(--v-progress-linear-height);
23878
- }
23879
-
23880
- .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
23881
- animation-play-state: running;
23882
- }
23883
- .v-progress-linear--active .v-progress-linear__stream {
23884
- animation-play-state: running;
23885
- }
23886
-
23887
- .v-progress-linear--rounded-bar .v-progress-linear__determinate,
23888
- .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
23889
- .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
23890
- border-radius: 9999px;
23891
- }
23892
- .v-progress-linear--rounded-bar .v-progress-linear__determinate {
23893
- border-start-start-radius: 0;
23894
- border-end-start-radius: 0;
23895
- }
23896
-
23897
- @keyframes indeterminate-ltr {
23898
- 0% {
23899
- left: -90%;
23900
- right: 100%;
23901
- }
23902
- 60% {
23903
- left: -90%;
23904
- right: 100%;
23905
- }
23906
- 100% {
23907
- left: 100%;
23908
- right: -35%;
23909
- }
23910
- }
23911
- @keyframes indeterminate-rtl {
23912
- 0% {
23913
- left: 100%;
23914
- right: -90%;
23915
- }
23916
- 60% {
23917
- left: 100%;
23918
- right: -90%;
23919
- }
23920
- 100% {
23921
- left: -35%;
23922
- right: 100%;
23923
- }
23924
- }
23925
- @keyframes indeterminate-short-ltr {
23926
- 0% {
23927
- left: -200%;
23928
- right: 100%;
23929
- }
23930
- 60% {
23931
- left: 107%;
23932
- right: -8%;
23933
- }
23934
- 100% {
23935
- left: 107%;
23936
- right: -8%;
23937
- }
23938
- }
23939
- @keyframes indeterminate-short-rtl {
23940
- 0% {
23941
- left: 100%;
23942
- right: -200%;
23943
- }
23944
- 60% {
23945
- left: -8%;
23946
- right: 107%;
23947
- }
23948
- 100% {
23949
- left: -8%;
23950
- right: 107%;
23951
- }
23952
- }
23953
- @keyframes stream {
23954
- to {
23955
- transform: translateX(var(--v-progress-linear-stream-to));
23956
- }
23957
- }
23958
- @keyframes progress-linear-stripes {
23959
- 0% {
23960
- background-position-x: var(--v-progress-linear-height);
23961
- }
23962
- }.v-select .v-field .v-text-field__prefix,
23963
- .v-select .v-field .v-text-field__suffix,
23964
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
23965
- cursor: pointer;
23966
- }
23967
- .v-select .v-field .v-field__input > input {
23968
- align-self: flex-start;
23969
- opacity: 1;
23970
- flex: 0 0;
23971
- position: absolute;
23972
- width: 100%;
23973
- transition: none;
23974
- pointer-events: none;
23975
- caret-color: transparent;
23976
- }
23977
- .v-select .v-field--dirty .v-select__selection {
23978
- margin-inline-end: 2px;
23979
- }
23980
- .v-select .v-select__selection-text {
23981
- overflow: hidden;
23982
- text-overflow: ellipsis;
23983
- white-space: nowrap;
23984
- }
23985
- .v-select__content {
23986
- overflow: hidden;
23987
- 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));
23988
- border-radius: 4px;
23989
- }
23990
- .v-select__selection {
23991
- display: inline-flex;
23992
- align-items: center;
23993
- letter-spacing: inherit;
23994
- line-height: inherit;
23995
- max-width: 100%;
23996
- }
23997
- .v-select .v-select__selection:first-child {
23998
- margin-inline-start: 0;
23999
- }
24000
- .v-select--selected .v-field .v-field__input > input {
24001
- opacity: 0;
24002
- }
24003
- .v-select__menu-icon {
24004
- margin-inline-start: 4px;
24005
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23748
+ .v-parallax--active > .v-img__img {
23749
+ will-change: transform;
23750
+ }.v-overlay-container {
23751
+ contain: layout;
23752
+ left: 0;
23753
+ pointer-events: none;
23754
+ position: absolute;
23755
+ top: 0;
23756
+ display: contents;
24006
23757
  }
24007
- .v-select--active-menu .v-select__menu-icon {
24008
- opacity: var(--v-high-emphasis-opacity);
24009
- transform: rotate(180deg);
24010
- }.v-radio-group > .v-input__control {
24011
- flex-direction: column;
23758
+
23759
+ .v-overlay-scroll-blocked {
23760
+ padding-inline-end: var(--v-scrollbar-offset);
24012
23761
  }
24013
- .v-radio-group > .v-input__control > .v-label {
24014
- margin-inline-start: 16px;
23762
+ .v-overlay-scroll-blocked:not(html) {
23763
+ overflow-y: hidden !important;
24015
23764
  }
24016
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24017
- padding-inline-start: 6px;
24018
- margin-top: 8px;
23765
+ html.v-overlay-scroll-blocked {
23766
+ position: fixed;
23767
+ top: var(--v-body-scroll-y);
23768
+ left: var(--v-body-scroll-x);
23769
+ width: 100%;
23770
+ height: 100%;
24019
23771
  }
24020
- .v-radio-group .v-input__details {
24021
- padding-inline: 16px;
24022
- }.v-responsive {
23772
+
23773
+ .v-overlay {
23774
+ border-radius: inherit;
24023
23775
  display: flex;
24024
- flex: 1 0 auto;
24025
- max-height: 100%;
24026
- max-width: 100%;
24027
- overflow: hidden;
24028
- position: relative;
23776
+ left: 0;
23777
+ pointer-events: none;
23778
+ position: fixed;
23779
+ top: 0;
23780
+ bottom: 0;
23781
+ right: 0;
24029
23782
  }
24030
- .v-responsive--inline {
24031
- display: inline-flex;
24032
- flex: 0 0 auto;
23783
+
23784
+ .v-overlay__content {
23785
+ outline: none;
23786
+ position: absolute;
23787
+ pointer-events: auto;
23788
+ contain: layout;
24033
23789
  }
24034
23790
 
24035
- .v-responsive__content {
24036
- flex: 1 0 0px;
24037
- max-width: 100%;
23791
+ .v-overlay__scrim {
23792
+ pointer-events: auto;
23793
+ background: rgb(var(--v-theme-on-surface));
23794
+ border-radius: inherit;
23795
+ bottom: 0;
23796
+ left: 0;
23797
+ opacity: var(--v-overlay-opacity, 0.32);
23798
+ position: fixed;
23799
+ right: 0;
23800
+ top: 0;
24038
23801
  }
24039
23802
 
24040
- .v-responsive__sizer ~ .v-responsive__content {
24041
- margin-inline-start: -100%;
23803
+ .v-overlay--absolute {
23804
+ position: absolute;
24042
23805
  }
24043
23806
 
24044
- .v-responsive__sizer {
24045
- flex: 1 0 0px;
24046
- transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24047
- pointer-events: none;
23807
+ .v-overlay--contained .v-overlay__scrim {
23808
+ position: absolute;
23809
+ }
23810
+
23811
+ .v-overlay--scroll-blocked {
23812
+ padding-inline-end: var(--v-scrollbar-offset);
23813
+ }.v-pagination__list {
23814
+ display: inline-flex;
23815
+ list-style-type: none;
23816
+ justify-content: center;
23817
+ width: 100%;
23818
+ }
23819
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
23820
+ margin: 0.3rem;
24048
23821
  }.v-progress-circular {
24049
23822
  align-items: center;
24050
23823
  display: inline-flex;
@@ -24168,42 +23941,265 @@ html.v-overlay-scroll-blocked {
24168
23941
  align-items: center;
24169
23942
  cursor: pointer;
24170
23943
  }
24171
- .v-input--disabled .v-slider__container {
24172
- opacity: var(--v-disabled-opacity);
23944
+ .v-input--disabled .v-slider__container {
23945
+ opacity: var(--v-disabled-opacity);
23946
+ }
23947
+ .v-input--error:not(.v-input--disabled) .v-slider__container {
23948
+ color: rgb(var(--v-theme-error));
23949
+ }
23950
+
23951
+ .v-slider.v-input--horizontal {
23952
+ align-items: center;
23953
+ margin-inline: 8px 8px;
23954
+ }
23955
+ .v-slider.v-input--horizontal > .v-input__control {
23956
+ min-height: 32px;
23957
+ display: flex;
23958
+ align-items: center;
23959
+ }
23960
+
23961
+ .v-slider.v-input--vertical {
23962
+ justify-content: center;
23963
+ margin-top: 12px;
23964
+ margin-bottom: 12px;
23965
+ }
23966
+ .v-slider.v-input--vertical > .v-input__control {
23967
+ min-height: 300px;
23968
+ }
23969
+
23970
+ .v-slider.v-input--disabled {
23971
+ pointer-events: none;
23972
+ }
23973
+
23974
+ .v-slider--has-labels > .v-input__control {
23975
+ margin-bottom: 4px;
23976
+ }
23977
+
23978
+ .v-slider__label {
23979
+ margin-inline-end: 12px;
23980
+ }.v-radio-group > .v-input__control {
23981
+ flex-direction: column;
23982
+ }
23983
+ .v-radio-group > .v-input__control > .v-label {
23984
+ margin-inline-start: 16px;
23985
+ }
23986
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
23987
+ padding-inline-start: 6px;
23988
+ margin-top: 8px;
23989
+ }
23990
+ .v-radio-group .v-input__details {
23991
+ padding-inline: 16px;
23992
+ }.v-progress-linear {
23993
+ background: transparent;
23994
+ overflow: hidden;
23995
+ position: relative;
23996
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23997
+ width: 100%;
23998
+ }
23999
+ .v-progress-linear--rounded {
24000
+ border-radius: 9999px;
24001
+ }
24002
+
24003
+ .v-progress-linear__background,
24004
+ .v-progress-linear__buffer {
24005
+ background: currentColor;
24006
+ bottom: 0;
24007
+ left: 0;
24008
+ opacity: var(--v-border-opacity);
24009
+ position: absolute;
24010
+ top: 0;
24011
+ width: 100%;
24012
+ transition-property: width, left, right;
24013
+ transition: inherit;
24014
+ }
24015
+
24016
+ .v-progress-linear__content {
24017
+ align-items: center;
24018
+ display: flex;
24019
+ height: 100%;
24020
+ justify-content: center;
24021
+ left: 0;
24022
+ pointer-events: none;
24023
+ position: absolute;
24024
+ top: 0;
24025
+ width: 100%;
24026
+ }
24027
+
24028
+ .v-progress-linear__determinate,
24029
+ .v-progress-linear__indeterminate {
24030
+ background: currentColor;
24031
+ }
24032
+
24033
+ .v-progress-linear__determinate {
24034
+ height: inherit;
24035
+ left: 0;
24036
+ position: absolute;
24037
+ transition: inherit;
24038
+ transition-property: width, left, right;
24039
+ }
24040
+
24041
+ .v-progress-linear__indeterminate .long, .v-progress-linear__indeterminate .short {
24042
+ animation-play-state: paused;
24043
+ animation-duration: 2.2s;
24044
+ animation-iteration-count: infinite;
24045
+ bottom: 0;
24046
+ height: inherit;
24047
+ left: 0;
24048
+ position: absolute;
24049
+ right: auto;
24050
+ top: 0;
24051
+ width: auto;
24052
+ }
24053
+ .v-progress-linear__indeterminate .long {
24054
+ animation-name: indeterminate-ltr;
24055
+ }
24056
+ .v-progress-linear__indeterminate .short {
24057
+ animation-name: indeterminate-short-ltr;
24058
+ }
24059
+
24060
+ .v-progress-linear__stream {
24061
+ animation: stream 0.25s infinite linear;
24062
+ animation-play-state: paused;
24063
+ bottom: 0;
24064
+ left: auto;
24065
+ opacity: 0.3;
24066
+ pointer-events: none;
24067
+ position: absolute;
24068
+ transition: inherit;
24069
+ transition-property: width, left, right;
24070
+ }
24071
+
24072
+ .v-progress-linear--reverse .v-progress-linear__background,
24073
+ .v-progress-linear--reverse .v-progress-linear__determinate,
24074
+ .v-progress-linear--reverse .v-progress-linear__content {
24075
+ left: auto;
24076
+ right: 0;
24077
+ }
24078
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .long, .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
24079
+ left: auto;
24080
+ right: 0;
24081
+ }
24082
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .long {
24083
+ animation-name: indeterminate-rtl;
24084
+ }
24085
+ .v-progress-linear--reverse .v-progress-linear__indeterminate .short {
24086
+ animation-name: indeterminate-short-rtl;
24087
+ }
24088
+ .v-progress-linear--reverse .v-progress-linear__stream {
24089
+ right: auto;
24090
+ }
24091
+
24092
+ .v-progress-linear--absolute,
24093
+ .v-progress-linear--fixed {
24094
+ left: 0;
24095
+ z-index: 1;
24096
+ }
24097
+
24098
+ .v-progress-linear--absolute {
24099
+ position: absolute;
24100
+ }
24101
+
24102
+ .v-progress-linear--fixed {
24103
+ position: fixed;
24104
+ }
24105
+
24106
+ .v-progress-linear--rounded {
24107
+ border-radius: 9999px;
24108
+ }
24109
+ .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,
24110
+ .v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate {
24111
+ border-radius: inherit;
24173
24112
  }
24174
- .v-input--error:not(.v-input--disabled) .v-slider__container {
24175
- color: rgb(var(--v-theme-error));
24113
+
24114
+ .v-progress-linear--striped .v-progress-linear__determinate {
24115
+ animation: progress-linear-stripes 1s infinite linear;
24116
+ background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.25) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.25) 0, hsla(0, 0%, 100%, 0.25) 75%, transparent 0, transparent);
24117
+ background-repeat: repeat;
24118
+ background-size: var(--v-progress-linear-height);
24176
24119
  }
24177
24120
 
24178
- .v-slider.v-input--horizontal {
24179
- align-items: center;
24180
- margin-inline: 8px 8px;
24121
+ .v-progress-linear--active .v-progress-linear__indeterminate .long, .v-progress-linear--active .v-progress-linear__indeterminate .short {
24122
+ animation-play-state: running;
24181
24123
  }
24182
- .v-slider.v-input--horizontal > .v-input__control {
24183
- min-height: 32px;
24184
- display: flex;
24185
- align-items: center;
24124
+ .v-progress-linear--active .v-progress-linear__stream {
24125
+ animation-play-state: running;
24186
24126
  }
24187
24127
 
24188
- .v-slider.v-input--vertical {
24189
- justify-content: center;
24190
- margin-top: 12px;
24191
- margin-bottom: 12px;
24128
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate,
24129
+ .v-progress-linear--rounded-bar .v-progress-linear__indeterminate,
24130
+ .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
24131
+ border-radius: 9999px;
24192
24132
  }
24193
- .v-slider.v-input--vertical > .v-input__control {
24194
- min-height: 300px;
24133
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate {
24134
+ border-start-start-radius: 0;
24135
+ border-end-start-radius: 0;
24195
24136
  }
24196
24137
 
24197
- .v-slider.v-input--disabled {
24198
- pointer-events: none;
24138
+ @keyframes indeterminate-ltr {
24139
+ 0% {
24140
+ left: -90%;
24141
+ right: 100%;
24142
+ }
24143
+ 60% {
24144
+ left: -90%;
24145
+ right: 100%;
24146
+ }
24147
+ 100% {
24148
+ left: 100%;
24149
+ right: -35%;
24150
+ }
24199
24151
  }
24200
-
24201
- .v-slider--has-labels > .v-input__control {
24202
- margin-bottom: 4px;
24152
+ @keyframes indeterminate-rtl {
24153
+ 0% {
24154
+ left: 100%;
24155
+ right: -90%;
24156
+ }
24157
+ 60% {
24158
+ left: 100%;
24159
+ right: -90%;
24160
+ }
24161
+ 100% {
24162
+ left: -35%;
24163
+ right: 100%;
24164
+ }
24203
24165
  }
24204
-
24205
- .v-slider__label {
24206
- margin-inline-end: 12px;
24166
+ @keyframes indeterminate-short-ltr {
24167
+ 0% {
24168
+ left: -200%;
24169
+ right: 100%;
24170
+ }
24171
+ 60% {
24172
+ left: 107%;
24173
+ right: -8%;
24174
+ }
24175
+ 100% {
24176
+ left: 107%;
24177
+ right: -8%;
24178
+ }
24179
+ }
24180
+ @keyframes indeterminate-short-rtl {
24181
+ 0% {
24182
+ left: 100%;
24183
+ right: -200%;
24184
+ }
24185
+ 60% {
24186
+ left: -8%;
24187
+ right: 107%;
24188
+ }
24189
+ 100% {
24190
+ left: -8%;
24191
+ right: 107%;
24192
+ }
24193
+ }
24194
+ @keyframes stream {
24195
+ to {
24196
+ transform: translateX(var(--v-progress-linear-stream-to));
24197
+ }
24198
+ }
24199
+ @keyframes progress-linear-stripes {
24200
+ 0% {
24201
+ background-position-x: var(--v-progress-linear-height);
24202
+ }
24207
24203
  }.v-selection-control {
24208
24204
  align-items: center;
24209
24205
  contain: layout;
@@ -24305,6 +24301,54 @@ html.v-overlay-scroll-blocked {
24305
24301
  }
24306
24302
  .v-selection-control--focus-visible .v-selection-control__input::before {
24307
24303
  opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24304
+ }.v-select .v-field .v-text-field__prefix,
24305
+ .v-select .v-field .v-text-field__suffix,
24306
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24307
+ cursor: pointer;
24308
+ }
24309
+ .v-select .v-field .v-field__input > input {
24310
+ align-self: flex-start;
24311
+ opacity: 1;
24312
+ flex: 0 0;
24313
+ position: absolute;
24314
+ width: 100%;
24315
+ transition: none;
24316
+ pointer-events: none;
24317
+ caret-color: transparent;
24318
+ }
24319
+ .v-select .v-field--dirty .v-select__selection {
24320
+ margin-inline-end: 2px;
24321
+ }
24322
+ .v-select .v-select__selection-text {
24323
+ overflow: hidden;
24324
+ text-overflow: ellipsis;
24325
+ white-space: nowrap;
24326
+ }
24327
+ .v-select__content {
24328
+ overflow: hidden;
24329
+ 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));
24330
+ border-radius: 4px;
24331
+ }
24332
+ .v-select__selection {
24333
+ display: inline-flex;
24334
+ align-items: center;
24335
+ letter-spacing: inherit;
24336
+ line-height: inherit;
24337
+ max-width: 100%;
24338
+ }
24339
+ .v-select .v-select__selection:first-child {
24340
+ margin-inline-start: 0;
24341
+ }
24342
+ .v-select--selected .v-field .v-field__input > input {
24343
+ opacity: 0;
24344
+ }
24345
+ .v-select__menu-icon {
24346
+ margin-inline-start: 4px;
24347
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24348
+ }
24349
+ .v-select--active-menu .v-select__menu-icon {
24350
+ opacity: var(--v-high-emphasis-opacity);
24351
+ transform: rotate(180deg);
24308
24352
  }.v-rating {
24309
24353
  max-width: 100%;
24310
24354
  display: inline-flex;
@@ -24323,50 +24367,159 @@ html.v-overlay-scroll-blocked {
24323
24367
  flex-direction: column-reverse;
24324
24368
  }
24325
24369
 
24326
- .v-rating__item {
24327
- display: inline-flex;
24328
- position: relative;
24370
+ .v-rating__item {
24371
+ display: inline-flex;
24372
+ position: relative;
24373
+ }
24374
+ .v-rating__item label {
24375
+ cursor: pointer;
24376
+ }
24377
+ .v-rating__item .v-btn--variant-plain {
24378
+ opacity: 1;
24379
+ }
24380
+ .v-rating__item .v-btn {
24381
+ transition-property: transform;
24382
+ }
24383
+ .v-rating__item .v-btn .v-icon {
24384
+ transition: inherit;
24385
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24386
+ }
24387
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24388
+ transform: scale(1.25);
24389
+ }
24390
+ .v-rating__item--half {
24391
+ overflow: hidden;
24392
+ position: absolute;
24393
+ -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24394
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24395
+ z-index: 1;
24396
+ }
24397
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24398
+ opacity: 0;
24399
+ }
24400
+
24401
+ .v-rating__hidden {
24402
+ height: 0;
24403
+ opacity: 0;
24404
+ position: absolute;
24405
+ width: 0;
24406
+ }.v-responsive {
24407
+ display: flex;
24408
+ flex: 1 0 auto;
24409
+ max-height: 100%;
24410
+ max-width: 100%;
24411
+ overflow: hidden;
24412
+ position: relative;
24413
+ }
24414
+ .v-responsive--inline {
24415
+ display: inline-flex;
24416
+ flex: 0 0 auto;
24417
+ }
24418
+
24419
+ .v-responsive__content {
24420
+ flex: 1 0 0px;
24421
+ max-width: 100%;
24422
+ }
24423
+
24424
+ .v-responsive__sizer ~ .v-responsive__content {
24425
+ margin-inline-start: -100%;
24426
+ }
24427
+
24428
+ .v-responsive__sizer {
24429
+ flex: 1 0 0px;
24430
+ transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24431
+ pointer-events: none;
24432
+ }.v-selection-control-group {
24433
+ grid-area: control;
24434
+ display: flex;
24435
+ flex-direction: column;
24436
+ }
24437
+ .v-selection-control-group--inline {
24438
+ flex-direction: row;
24439
+ flex-wrap: wrap;
24440
+ }.v-slide-group {
24441
+ display: flex;
24442
+ overflow: hidden;
24443
+ }
24444
+
24445
+ .v-slide-group__next,
24446
+ .v-slide-group__prev {
24447
+ align-items: center;
24448
+ display: flex;
24449
+ flex: 0 1 52px;
24450
+ justify-content: center;
24451
+ min-width: 52px;
24452
+ cursor: pointer;
24453
+ }
24454
+ .v-slide-group__next--disabled,
24455
+ .v-slide-group__prev--disabled {
24456
+ pointer-events: none;
24457
+ opacity: var(--v-disabled-opacity);
24458
+ }
24459
+
24460
+ .v-slide-group__content {
24461
+ display: flex;
24462
+ flex: 1 0 auto;
24463
+ position: relative;
24464
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24465
+ white-space: nowrap;
24466
+ }
24467
+ .v-slide-group__content > * {
24468
+ white-space: initial;
24469
+ }
24470
+
24471
+ .v-slide-group__container {
24472
+ contain: content;
24473
+ display: flex;
24474
+ flex: 1 1 auto;
24475
+ overflow-x: auto;
24476
+ overflow-y: hidden;
24477
+ scrollbar-width: none;
24478
+ scrollbar-color: rgba(0, 0, 0, 0);
24329
24479
  }
24330
- .v-rating__item label {
24331
- cursor: pointer;
24480
+ .v-slide-group__container::-webkit-scrollbar {
24481
+ display: none;
24332
24482
  }
24333
- .v-rating__item .v-btn--variant-plain {
24334
- opacity: 1;
24483
+
24484
+ .v-slide-group--vertical {
24485
+ max-height: inherit;
24335
24486
  }
24336
- .v-rating__item .v-btn {
24337
- transition-property: transform;
24487
+ .v-slide-group--vertical,
24488
+ .v-slide-group--vertical .v-slide-group__container,
24489
+ .v-slide-group--vertical .v-slide-group__content {
24490
+ flex-direction: column;
24338
24491
  }
24339
- .v-rating__item .v-btn .v-icon {
24340
- transition: inherit;
24341
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24492
+ .v-slide-group--vertical .v-slide-group__container {
24493
+ overflow-x: hidden;
24494
+ overflow-y: auto;
24495
+ }.v-sheet {
24496
+ display: block;
24497
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24498
+ border-style: solid;
24499
+ border-width: 0;
24500
+ 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));
24501
+ border-radius: 0;
24502
+ background: rgb(var(--v-theme-surface));
24503
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24342
24504
  }
24343
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24344
- transform: scale(1.25);
24505
+ .v-sheet--border {
24506
+ border-width: thin;
24507
+ box-shadow: none;
24345
24508
  }
24346
- .v-rating__item--half {
24347
- overflow: hidden;
24509
+ .v-sheet--absolute {
24348
24510
  position: absolute;
24349
- -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24350
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24351
- z-index: 1;
24352
24511
  }
24353
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24354
- opacity: 0;
24512
+ .v-sheet--fixed {
24513
+ position: fixed;
24355
24514
  }
24356
-
24357
- .v-rating__hidden {
24358
- height: 0;
24359
- opacity: 0;
24360
- position: absolute;
24361
- width: 0;
24362
- }.v-selection-control-group {
24363
- grid-area: control;
24364
- display: flex;
24365
- flex-direction: column;
24515
+ .v-sheet--relative {
24516
+ position: relative;
24366
24517
  }
24367
- .v-selection-control-group--inline {
24368
- flex-direction: row;
24369
- flex-wrap: wrap;
24518
+ .v-sheet--sticky {
24519
+ position: sticky;
24520
+ }
24521
+ .v-sheet--rounded {
24522
+ border-radius: 4px;
24370
24523
  }.v-skeleton-loader {
24371
24524
  align-items: center;
24372
24525
  background: rgb(var(--v-theme-surface));
@@ -24728,89 +24881,172 @@ html.v-overlay-scroll-blocked {
24728
24881
  }
24729
24882
  .v-snackbar-transition-leave-to {
24730
24883
  opacity: 0;
24731
- }.v-sheet {
24732
- display: block;
24733
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24734
- border-style: solid;
24735
- border-width: 0;
24884
+ }.v-stepper.v-sheet {
24885
+ 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));
24886
+ border-radius: 4px;
24887
+ overflow: hidden;
24888
+ }
24889
+ .v-stepper.v-sheet.v-stepper--flat {
24736
24890
  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));
24737
- border-radius: 0;
24738
- background: rgb(var(--v-theme-surface));
24739
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
24740
24891
  }
24741
- .v-sheet--border {
24742
- border-width: thin;
24743
- box-shadow: none;
24892
+
24893
+ .v-stepper-header {
24894
+ 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));
24895
+ align-items: center;
24896
+ display: flex;
24897
+ position: relative;
24898
+ overflow-x: auto;
24899
+ justify-content: space-between;
24900
+ z-index: 1;
24744
24901
  }
24745
- .v-sheet--absolute {
24746
- position: absolute;
24902
+ .v-stepper-header .v-divider {
24903
+ margin: 0 -16px;
24747
24904
  }
24748
- .v-sheet--fixed {
24749
- position: fixed;
24905
+ .v-stepper-header .v-divider:last-child {
24906
+ margin-inline-end: 0;
24750
24907
  }
24751
- .v-sheet--relative {
24752
- position: relative;
24908
+ .v-stepper-header .v-divider:first-child {
24909
+ margin-inline-start: 0;
24753
24910
  }
24754
- .v-sheet--sticky {
24755
- position: sticky;
24911
+ .v-stepper--alt-labels .v-stepper-header {
24912
+ height: auto;
24756
24913
  }
24757
- .v-sheet--rounded {
24758
- border-radius: 4px;
24759
- }.v-slide-group {
24760
- display: flex;
24761
- overflow: hidden;
24914
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
24915
+ align-self: flex-start;
24916
+ margin: 35px -67px 0;
24762
24917
  }
24763
24918
 
24764
- .v-slide-group__next,
24765
- .v-slide-group__prev {
24766
- align-items: center;
24919
+ .v-stepper-window {
24920
+ margin: 1.5rem;
24921
+ }
24922
+
24923
+ .v-stepper-actions {
24767
24924
  display: flex;
24768
- flex: 0 1 52px;
24769
- justify-content: center;
24770
- min-width: 52px;
24771
- cursor: pointer;
24925
+ align-items: center;
24926
+ justify-content: space-between;
24927
+ padding: 1rem;
24772
24928
  }
24773
- .v-slide-group__next--disabled,
24774
- .v-slide-group__prev--disabled {
24929
+ .v-stepper .v-stepper-actions {
24930
+ padding: 0 1.5rem 1rem;
24931
+ }
24932
+ .v-stepper-window-item .v-stepper-actions {
24933
+ padding: 1.5rem 0 0;
24934
+ }.v-stepper-item {
24935
+ align-items: center;
24936
+ align-self: stretch;
24937
+ display: inline-flex;
24938
+ flex: none;
24939
+ outline: none;
24940
+ opacity: var(--v-medium-emphasis-opacity);
24941
+ padding: 1.5rem;
24942
+ position: relative;
24943
+ transition-duration: 0.2s;
24944
+ transition-property: opacity;
24945
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24946
+ }
24947
+ .v-stepper-item:hover > .v-stepper-item__overlay {
24948
+ opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24949
+ }
24950
+ .v-stepper-item:focus-visible > .v-stepper-item__overlay {
24951
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24952
+ }
24953
+ @supports not selector(:focus-visible) {
24954
+ .v-stepper-item:focus > .v-stepper-item__overlay {
24955
+ opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
24956
+ }
24957
+ }
24958
+ .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
24959
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
24960
+ }
24961
+ .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
24962
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
24963
+ }
24964
+ .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
24965
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24966
+ }
24967
+ @supports not selector(:focus-visible) {
24968
+ .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
24969
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
24970
+ }
24971
+ }
24972
+ .v-stepper--non-linear .v-stepper-item {
24973
+ opacity: var(--v-high-emphasis-opacity);
24974
+ }
24975
+ .v-stepper-item--selected {
24976
+ opacity: 1;
24977
+ }
24978
+ .v-stepper-item--error {
24979
+ color: rgb(var(--v-theme-error));
24980
+ }
24981
+ .v-stepper-item--disabled {
24982
+ opacity: var(--v-medium-emphasis-opacity);
24775
24983
  pointer-events: none;
24776
- opacity: var(--v-disabled-opacity);
24984
+ }
24985
+ .v-stepper--alt-labels .v-stepper-item {
24986
+ flex-direction: column;
24987
+ justify-content: flex-start;
24988
+ align-items: center;
24989
+ flex-basis: 175px;
24777
24990
  }
24778
24991
 
24779
- .v-slide-group__content {
24780
- display: flex;
24781
- flex: 1 0 auto;
24782
- position: relative;
24783
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
24784
- white-space: nowrap;
24992
+ .v-stepper-item__avatar.v-avatar {
24993
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
24994
+ color: rgb(var(--v-theme-on-surface-variant));
24995
+ font-size: 0.75rem;
24996
+ margin-inline-end: 8px;
24785
24997
  }
24786
- .v-slide-group__content > * {
24787
- white-space: initial;
24998
+ .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
24999
+ margin-inline-end: 0;
25000
+ }
25001
+ .v-stepper-item__avatar.v-avatar .v-icon {
25002
+ font-size: 0.875rem;
25003
+ }
25004
+ .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25005
+ background: rgb(var(--v-theme-surface-variant));
25006
+ }
25007
+ .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25008
+ background: rgb(var(--v-theme-error));
25009
+ }
25010
+ .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25011
+ margin-bottom: 16px;
25012
+ margin-inline-end: 0;
24788
25013
  }
24789
25014
 
24790
- .v-slide-group__container {
24791
- contain: content;
24792
- display: flex;
24793
- flex: 1 1 auto;
24794
- overflow-x: auto;
24795
- overflow-y: hidden;
24796
- scrollbar-width: none;
24797
- scrollbar-color: rgba(0, 0, 0, 0);
25015
+ .v-stepper-item__title {
25016
+ line-height: 1;
25017
+ }
25018
+ .v-stepper--mobile .v-stepper-item__title {
25019
+ display: none;
25020
+ }
25021
+
25022
+ .v-stepper-item__subtitle {
25023
+ font-size: 0.75rem;
25024
+ text-align: left;
25025
+ line-height: 1;
25026
+ opacity: var(--v-medium-emphasis-opacity);
25027
+ }
25028
+ .v-stepper--alt-labels .v-stepper-item__subtitle {
25029
+ text-align: center;
24798
25030
  }
24799
- .v-slide-group__container::-webkit-scrollbar {
25031
+ .v-stepper--mobile .v-stepper-item__subtitle {
24800
25032
  display: none;
24801
25033
  }
24802
25034
 
24803
- .v-slide-group--vertical {
24804
- max-height: inherit;
24805
- }
24806
- .v-slide-group--vertical,
24807
- .v-slide-group--vertical .v-slide-group__container,
24808
- .v-slide-group--vertical .v-slide-group__content {
24809
- flex-direction: column;
25035
+ .v-stepper-item__overlay {
25036
+ background-color: currentColor;
25037
+ border-radius: inherit;
25038
+ opacity: 0;
25039
+ transition: opacity 0.2s ease-in-out;
24810
25040
  }
24811
- .v-slide-group--vertical .v-slide-group__container {
24812
- overflow-x: hidden;
24813
- overflow-y: auto;
25041
+
25042
+ .v-stepper-item__overlay,
25043
+ .v-stepper-item__underlay {
25044
+ position: absolute;
25045
+ top: 0;
25046
+ left: 0;
25047
+ width: 100%;
25048
+ height: 100%;
25049
+ pointer-events: none;
24814
25050
  }.v-speed-dial__content {
24815
25051
  gap: 8px;
24816
25052
  }
@@ -24852,6 +25088,43 @@ html.v-overlay-scroll-blocked {
24852
25088
  }
24853
25089
  .v-speed-dial__content > *:nth-child(10) {
24854
25090
  transition-delay: 0.45s;
25091
+ }.v-system-bar {
25092
+ align-items: center;
25093
+ display: flex;
25094
+ flex: 1 1 auto;
25095
+ height: 24px;
25096
+ justify-content: flex-end;
25097
+ max-width: 100%;
25098
+ padding-inline: 8px;
25099
+ position: relative;
25100
+ text-align: end;
25101
+ width: 100%;
25102
+ 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));
25103
+ background: rgba(var(--v-theme-surface-light));
25104
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25105
+ font-size: 0.75rem;
25106
+ font-weight: 400;
25107
+ letter-spacing: 0.0333333333em;
25108
+ line-height: 1.667;
25109
+ text-transform: none;
25110
+ }
25111
+ .v-system-bar .v-icon {
25112
+ opacity: var(--v-medium-emphasis-opacity);
25113
+ }
25114
+ .v-system-bar--absolute {
25115
+ position: absolute;
25116
+ }
25117
+ .v-system-bar--fixed {
25118
+ position: fixed;
25119
+ }
25120
+ .v-system-bar--rounded {
25121
+ border-radius: 0;
25122
+ }
25123
+ .v-system-bar--window {
25124
+ height: 32px;
25125
+ }
25126
+ .v-system-bar:not(.v-system-bar--absolute) {
25127
+ padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
24855
25128
  }.v-switch .v-label {
24856
25129
  padding-inline-start: 10px;
24857
25130
  }
@@ -25032,172 +25305,101 @@ html.v-overlay-scroll-blocked {
25032
25305
  .v-switch.v-switch--loading.v-switch--inset .v-switch__thumb, .v-switch.v-switch--loading.v-switch--indeterminate .v-switch__thumb {
25033
25306
  border-width: 0;
25034
25307
  }
25035
- }.v-stepper.v-sheet {
25036
- 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));
25037
- border-radius: 4px;
25038
- overflow: hidden;
25039
- }
25040
- .v-stepper.v-sheet.v-stepper--flat {
25041
- 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));
25042
- }
25043
-
25044
- .v-stepper-header {
25045
- 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));
25046
- align-items: center;
25308
+ }.v-tabs {
25047
25309
  display: flex;
25048
- position: relative;
25049
- overflow-x: auto;
25050
- justify-content: space-between;
25051
- z-index: 1;
25052
- }
25053
- .v-stepper-header .v-divider {
25054
- margin: 0 -16px;
25055
- }
25056
- .v-stepper-header .v-divider:last-child {
25057
- margin-inline-end: 0;
25058
- }
25059
- .v-stepper-header .v-divider:first-child {
25060
- margin-inline-start: 0;
25310
+ height: var(--v-tabs-height);
25061
25311
  }
25062
- .v-stepper--alt-labels .v-stepper-header {
25063
- height: auto;
25312
+ .v-tabs--density-default {
25313
+ --v-tabs-height: 48px;
25064
25314
  }
25065
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25066
- align-self: flex-start;
25067
- margin: 35px -67px 0;
25315
+ .v-tabs--density-default.v-tabs--stacked {
25316
+ --v-tabs-height: 72px;
25068
25317
  }
25069
25318
 
25070
- .v-stepper-window {
25071
- margin: 1.5rem;
25319
+ .v-tabs--density-comfortable {
25320
+ --v-tabs-height: 44px;
25321
+ }
25322
+ .v-tabs--density-comfortable.v-tabs--stacked {
25323
+ --v-tabs-height: 68px;
25072
25324
  }
25073
25325
 
25074
- .v-stepper-actions {
25075
- display: flex;
25076
- align-items: center;
25077
- justify-content: space-between;
25078
- padding: 1rem;
25326
+ .v-tabs--density-compact {
25327
+ --v-tabs-height: 36px;
25079
25328
  }
25080
- .v-stepper .v-stepper-actions {
25081
- padding: 0 1.5rem 1rem;
25329
+ .v-tabs--density-compact.v-tabs--stacked {
25330
+ --v-tabs-height: 60px;
25082
25331
  }
25083
- .v-stepper-window-item .v-stepper-actions {
25084
- padding: 1.5rem 0 0;
25085
- }.v-stepper-item {
25086
- align-items: center;
25087
- align-self: stretch;
25088
- display: inline-flex;
25332
+
25333
+ .v-tabs.v-slide-group--vertical {
25334
+ height: auto;
25089
25335
  flex: none;
25090
- outline: none;
25091
- opacity: var(--v-medium-emphasis-opacity);
25092
- padding: 1.5rem;
25093
- position: relative;
25094
- transition-duration: 0.2s;
25095
- transition-property: opacity;
25096
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
25097
- }
25098
- .v-stepper-item:hover > .v-stepper-item__overlay {
25099
- opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
25100
- }
25101
- .v-stepper-item:focus-visible > .v-stepper-item__overlay {
25102
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25103
- }
25104
- @supports not selector(:focus-visible) {
25105
- .v-stepper-item:focus > .v-stepper-item__overlay {
25106
- opacity: calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier));
25107
- }
25108
- }
25109
- .v-stepper-item--active > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true] > .v-stepper-item__overlay {
25110
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
25111
- }
25112
- .v-stepper-item--active:hover > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover > .v-stepper-item__overlay {
25113
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
25114
- }
25115
- .v-stepper-item--active:focus-visible > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible > .v-stepper-item__overlay {
25116
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25117
- }
25118
- @supports not selector(:focus-visible) {
25119
- .v-stepper-item--active:focus > .v-stepper-item__overlay, .v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus > .v-stepper-item__overlay {
25120
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
25121
- }
25122
- }
25123
- .v-stepper--non-linear .v-stepper-item {
25124
- opacity: var(--v-high-emphasis-opacity);
25125
- }
25126
- .v-stepper-item--selected {
25127
- opacity: 1;
25128
- }
25129
- .v-stepper-item--error {
25130
- color: rgb(var(--v-theme-error));
25131
- }
25132
- .v-stepper-item--disabled {
25133
- opacity: var(--v-medium-emphasis-opacity);
25134
- pointer-events: none;
25135
- }
25136
- .v-stepper--alt-labels .v-stepper-item {
25137
- flex-direction: column;
25138
- justify-content: flex-start;
25139
- align-items: center;
25140
- flex-basis: 175px;
25336
+ --v-tabs-height: 48px;
25141
25337
  }
25142
25338
 
25143
- .v-stepper-item__avatar.v-avatar {
25144
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
25145
- color: rgb(var(--v-theme-on-surface-variant));
25146
- font-size: 0.75rem;
25147
- margin-inline-end: 8px;
25148
- }
25149
- .v-stepper--mobile .v-stepper-item__avatar.v-avatar {
25150
- margin-inline-end: 0;
25339
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25340
+ margin-inline-start: 42px;
25151
25341
  }
25152
- .v-stepper-item__avatar.v-avatar .v-icon {
25153
- font-size: 0.875rem;
25342
+
25343
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25344
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25345
+ margin-inline-end: auto;
25154
25346
  }
25155
- .v-stepper-item--selected .v-stepper-item__avatar.v-avatar, .v-stepper-item--complete .v-stepper-item__avatar.v-avatar {
25156
- background: rgb(var(--v-theme-surface-variant));
25347
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25348
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25349
+ margin-inline-start: auto;
25157
25350
  }
25158
- .v-stepper-item--error .v-stepper-item__avatar.v-avatar {
25159
- background: rgb(var(--v-theme-error));
25351
+
25352
+ .v-tabs--grow {
25353
+ flex-grow: 1;
25160
25354
  }
25161
- .v-stepper--alt-labels .v-stepper-item__avatar.v-avatar {
25162
- margin-bottom: 16px;
25163
- margin-inline-end: 0;
25355
+ .v-tabs--grow .v-tab {
25356
+ flex: 1 0 auto;
25357
+ max-width: none;
25164
25358
  }
25165
25359
 
25166
- .v-stepper-item__title {
25167
- line-height: 1;
25360
+ .v-tabs--align-tabs-end .v-tab:first-child {
25361
+ margin-inline-start: auto;
25168
25362
  }
25169
- .v-stepper--mobile .v-stepper-item__title {
25170
- display: none;
25363
+ .v-tabs--align-tabs-end .v-tab:last-child {
25364
+ margin-inline-end: 0;
25171
25365
  }
25172
25366
 
25173
- .v-stepper-item__subtitle {
25174
- font-size: 0.75rem;
25175
- text-align: left;
25176
- line-height: 1;
25177
- opacity: var(--v-medium-emphasis-opacity);
25367
+ @media (max-width: 1279.98px) {
25368
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25369
+ margin-inline-start: 52px;
25370
+ }
25371
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25372
+ margin-inline-end: 52px;
25373
+ }
25374
+ }.v-tab.v-tab.v-btn {
25375
+ height: var(--v-tabs-height);
25376
+ border-radius: 0;
25377
+ min-width: 90px;
25178
25378
  }
25179
- .v-stepper--alt-labels .v-stepper-item__subtitle {
25180
- text-align: center;
25379
+ .v-slide-group--horizontal .v-tab {
25380
+ max-width: 360px;
25181
25381
  }
25182
- .v-stepper--mobile .v-stepper-item__subtitle {
25183
- display: none;
25382
+ .v-slide-group--vertical .v-tab {
25383
+ justify-content: start;
25184
25384
  }
25185
25385
 
25186
- .v-stepper-item__overlay {
25187
- background-color: currentColor;
25188
- border-radius: inherit;
25386
+ .v-tab__slider {
25387
+ position: absolute;
25388
+ bottom: 0;
25389
+ left: 0;
25390
+ height: 2px;
25391
+ width: 100%;
25392
+ background: currentColor;
25393
+ pointer-events: none;
25189
25394
  opacity: 0;
25190
- transition: opacity 0.2s ease-in-out;
25191
25395
  }
25192
-
25193
- .v-stepper-item__overlay,
25194
- .v-stepper-item__underlay {
25195
- position: absolute;
25396
+ .v-tab--selected .v-tab__slider {
25397
+ opacity: 1;
25398
+ }
25399
+ .v-slide-group--vertical .v-tab__slider {
25196
25400
  top: 0;
25197
- left: 0;
25198
- width: 100%;
25199
25401
  height: 100%;
25200
- pointer-events: none;
25402
+ width: 2px;
25201
25403
  }.v-table {
25202
25404
  background: rgb(var(--v-theme-surface));
25203
25405
  color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
@@ -25336,138 +25538,6 @@ html.v-overlay-scroll-blocked {
25336
25538
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
25337
25539
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
25338
25540
  border-top: 0px !important;
25339
- }.v-system-bar {
25340
- align-items: center;
25341
- display: flex;
25342
- flex: 1 1 auto;
25343
- height: 24px;
25344
- justify-content: flex-end;
25345
- max-width: 100%;
25346
- padding-inline: 8px;
25347
- position: relative;
25348
- text-align: end;
25349
- width: 100%;
25350
- 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));
25351
- background: rgba(var(--v-theme-surface-light));
25352
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
25353
- font-size: 0.75rem;
25354
- font-weight: 400;
25355
- letter-spacing: 0.0333333333em;
25356
- line-height: 1.667;
25357
- text-transform: none;
25358
- }
25359
- .v-system-bar .v-icon {
25360
- opacity: var(--v-medium-emphasis-opacity);
25361
- }
25362
- .v-system-bar--absolute {
25363
- position: absolute;
25364
- }
25365
- .v-system-bar--fixed {
25366
- position: fixed;
25367
- }
25368
- .v-system-bar--rounded {
25369
- border-radius: 0;
25370
- }
25371
- .v-system-bar--window {
25372
- height: 32px;
25373
- }
25374
- .v-system-bar:not(.v-system-bar--absolute) {
25375
- padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
25376
- }.v-tabs {
25377
- display: flex;
25378
- height: var(--v-tabs-height);
25379
- }
25380
- .v-tabs--density-default {
25381
- --v-tabs-height: 48px;
25382
- }
25383
- .v-tabs--density-default.v-tabs--stacked {
25384
- --v-tabs-height: 72px;
25385
- }
25386
-
25387
- .v-tabs--density-comfortable {
25388
- --v-tabs-height: 44px;
25389
- }
25390
- .v-tabs--density-comfortable.v-tabs--stacked {
25391
- --v-tabs-height: 68px;
25392
- }
25393
-
25394
- .v-tabs--density-compact {
25395
- --v-tabs-height: 36px;
25396
- }
25397
- .v-tabs--density-compact.v-tabs--stacked {
25398
- --v-tabs-height: 60px;
25399
- }
25400
-
25401
- .v-tabs.v-slide-group--vertical {
25402
- height: auto;
25403
- flex: none;
25404
- --v-tabs-height: 48px;
25405
- }
25406
-
25407
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25408
- margin-inline-start: 42px;
25409
- }
25410
-
25411
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25412
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25413
- margin-inline-end: auto;
25414
- }
25415
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25416
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25417
- margin-inline-start: auto;
25418
- }
25419
-
25420
- .v-tabs--grow {
25421
- flex-grow: 1;
25422
- }
25423
- .v-tabs--grow .v-tab {
25424
- flex: 1 0 auto;
25425
- max-width: none;
25426
- }
25427
-
25428
- .v-tabs--align-tabs-end .v-tab:first-child {
25429
- margin-inline-start: auto;
25430
- }
25431
- .v-tabs--align-tabs-end .v-tab:last-child {
25432
- margin-inline-end: 0;
25433
- }
25434
-
25435
- @media (max-width: 1279.98px) {
25436
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25437
- margin-inline-start: 52px;
25438
- }
25439
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25440
- margin-inline-end: 52px;
25441
- }
25442
- }.v-tab.v-tab.v-btn {
25443
- height: var(--v-tabs-height);
25444
- border-radius: 0;
25445
- min-width: 90px;
25446
- }
25447
- .v-slide-group--horizontal .v-tab {
25448
- max-width: 360px;
25449
- }
25450
- .v-slide-group--vertical .v-tab {
25451
- justify-content: start;
25452
- }
25453
-
25454
- .v-tab__slider {
25455
- position: absolute;
25456
- bottom: 0;
25457
- left: 0;
25458
- height: 2px;
25459
- width: 100%;
25460
- background: currentColor;
25461
- pointer-events: none;
25462
- opacity: 0;
25463
- }
25464
- .v-tab--selected .v-tab__slider {
25465
- opacity: 1;
25466
- }
25467
- .v-slide-group--vertical .v-tab__slider {
25468
- top: 0;
25469
- height: 100%;
25470
- width: 2px;
25471
25541
  }/* region BLOCK */
25472
25542
  .v-text-field input {
25473
25543
  color: inherit;
@@ -25574,28 +25644,6 @@ html.v-overlay-scroll-blocked {
25574
25644
  }
25575
25645
  .v-textarea textarea:invalid {
25576
25646
  box-shadow: none;
25577
- }.v-tooltip > .v-overlay__content {
25578
- background: rgb(var(--v-theme-surface-variant));
25579
- color: rgb(var(--v-theme-on-surface-variant));
25580
- border-radius: 4px;
25581
- font-size: 0.875rem;
25582
- line-height: 1.6;
25583
- display: inline-block;
25584
- padding: 5px 16px;
25585
- text-transform: initial;
25586
- width: auto;
25587
- opacity: 1;
25588
- pointer-events: none;
25589
- transition-property: opacity, transform;
25590
- overflow-wrap: break-word;
25591
- }
25592
- .v-tooltip > .v-overlay__content[class*=enter-active] {
25593
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
25594
- transition-duration: 150ms;
25595
- }
25596
- .v-tooltip > .v-overlay__content[class*=leave-active] {
25597
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
25598
- transition-duration: 75ms;
25599
25647
  }.v-timeline .v-timeline-divider__dot {
25600
25648
  background: rgb(var(--v-theme-surface-light));
25601
25649
  }
@@ -26015,6 +26063,28 @@ html.v-overlay-scroll-blocked {
26015
26063
  }.v-theme-provider {
26016
26064
  background: rgb(var(--v-theme-background));
26017
26065
  color: rgb(var(--v-theme-on-background));
26066
+ }.v-tooltip > .v-overlay__content {
26067
+ background: rgb(var(--v-theme-surface-variant));
26068
+ color: rgb(var(--v-theme-on-surface-variant));
26069
+ border-radius: 4px;
26070
+ font-size: 0.875rem;
26071
+ line-height: 1.6;
26072
+ display: inline-block;
26073
+ padding: 5px 16px;
26074
+ text-transform: initial;
26075
+ width: auto;
26076
+ opacity: 1;
26077
+ pointer-events: none;
26078
+ transition-property: opacity, transform;
26079
+ overflow-wrap: break-word;
26080
+ }
26081
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
26082
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26083
+ transition-duration: 150ms;
26084
+ }
26085
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
26086
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26087
+ transition-duration: 75ms;
26018
26088
  }.v-toolbar {
26019
26089
  align-items: flex-start;
26020
26090
  display: flex;
@@ -26144,21 +26214,6 @@ html.v-overlay-scroll-blocked {
26144
26214
  }
26145
26215
  .v-toolbar-items > .v-btn {
26146
26216
  border-radius: 0;
26147
- }.v-layout {
26148
- --v-scrollbar-offset: 0px;
26149
- display: flex;
26150
- flex: 1 1 auto;
26151
- }
26152
- .v-layout--full-height {
26153
- --v-scrollbar-offset: inherit;
26154
- height: 100%;
26155
- }.v-layout-item {
26156
- position: absolute;
26157
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26158
- }
26159
-
26160
- .v-layout-item--absolute {
26161
- position: absolute;
26162
26217
  }.v-virtual-scroll {
26163
26218
  display: block;
26164
26219
  flex: 1 1 auto;
@@ -26238,61 +26293,6 @@ html.v-overlay-scroll-blocked {
26238
26293
  }
26239
26294
  .v-window-y-reverse-transition-leave-to {
26240
26295
  transform: translateY(100%);
26241
- }.v-bottom-navigation {
26242
- display: flex;
26243
- max-width: 100%;
26244
- overflow: hidden;
26245
- position: absolute;
26246
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
26247
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26248
- border-style: solid;
26249
- border-width: 0;
26250
- border-radius: 0;
26251
- background: rgb(var(--v-theme-surface));
26252
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
26253
- }
26254
- .v-bottom-navigation--border {
26255
- border-width: thin;
26256
- box-shadow: none;
26257
- }
26258
- .v-bottom-navigation--active {
26259
- 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));
26260
- }
26261
-
26262
- .v-bottom-navigation__content {
26263
- display: flex;
26264
- flex: none;
26265
- font-size: 0.75rem;
26266
- justify-content: center;
26267
- transition: inherit;
26268
- width: 100%;
26269
- }
26270
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
26271
- font-size: inherit;
26272
- height: 100%;
26273
- max-width: 168px;
26274
- min-width: 80px;
26275
- text-transform: none;
26276
- transition: inherit;
26277
- width: auto;
26278
- border-radius: 0;
26279
- }
26280
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
26281
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
26282
- transition: inherit;
26283
- }
26284
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
26285
- font-size: 1.5rem;
26286
- }
26287
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
26288
- flex-grow: 1;
26289
- }
26290
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
26291
- transition: inherit;
26292
- opacity: 0;
26293
- }
26294
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
26295
- transform: translateY(0.5rem);
26296
26296
  }.v-color-picker-edit {
26297
26297
  display: flex;
26298
26298
  margin-top: 24px;