@vuetify/nightly 3.7.0-beta.1-dev.2024-08-15 → 3.7.0-master.2024-08-16

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.7.0-beta.1-dev.2024-08-15
2
+ * Vuetify v3.7.0-master.2024-08-16
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -17978,118 +17978,6 @@ html.overflow-y-hidden {
17978
17978
  }
17979
17979
  .v-kbd {
17980
17980
  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));
17981
- }.v-number-input input[type=number] {
17982
- -moz-appearance: textfield;
17983
- }
17984
- .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
17985
- -webkit-appearance: none;
17986
- }
17987
- .v-number-input .v-field {
17988
- padding-inline-end: 0;
17989
- padding-inline-start: 0;
17990
- }
17991
- .v-number-input--inset .v-divider {
17992
- height: 55%;
17993
- width: 55%;
17994
- align-self: center;
17995
- }
17996
- .v-number-input--split .v-field__input {
17997
- text-align: center;
17998
- }
17999
- .v-number-input--stacked .v-number-input__control {
18000
- flex-direction: column-reverse;
18001
- }
18002
- .v-number-input--stacked .v-number-input__control .v-btn {
18003
- flex: 1;
18004
- }
18005
- .v-number-input--hide-input .v-field {
18006
- flex: none;
18007
- }
18008
- .v-number-input--hide-input .v-field__input {
18009
- width: 0;
18010
- padding-inline: 0;
18011
- }
18012
- .v-number-input__control {
18013
- display: flex;
18014
- height: 100%;
18015
- }
18016
- .v-number-input__control .v-btn {
18017
- background-color: transparent;
18018
- border-radius: 0;
18019
- }.v-calendar-day {
18020
- position: relative;
18021
- display: flex;
18022
- flex-direction: column;
18023
- }
18024
-
18025
- .v-calendar-weekly .v-calendar__container {
18026
- display: grid;
18027
- }
18028
- .v-calendar-weekly .v-calendar__container.days__7 {
18029
- grid-template-columns: repeat(7, 1fr);
18030
- }
18031
- .v-calendar-weekly .v-calendar__container.days__6 {
18032
- grid-template-columns: repeat(6, 1fr);
18033
- }
18034
- .v-calendar-weekly .v-calendar__container.days__5 {
18035
- grid-template-columns: repeat(5, 1fr);
18036
- }
18037
- .v-calendar-weekly .v-calendar__container.days__4 {
18038
- grid-template-columns: repeat(4, 1fr);
18039
- }
18040
- .v-calendar-weekly .v-calendar__container.days__3 {
18041
- grid-template-columns: repeat(3, 1fr);
18042
- }
18043
- .v-calendar-weekly .v-calendar__container.days__2 {
18044
- grid-template-columns: repeat(2, 1fr);
18045
- }
18046
- .v-calendar-weekly .v-calendar__container.days__1 {
18047
- grid-template-columns: repeat(1, 1fr);
18048
- }
18049
- .v-calendar-weekly .v-calendar__container.days__0 {
18050
- grid-template-columns: repeat(1, 1fr);
18051
- }.v-calendar-day__row-with-label {
18052
- display: grid;
18053
- grid-template-columns: 48px 8px 1fr;
18054
- border-right: thin solid #e0e0e0;
18055
- }
18056
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
18057
- position: relative;
18058
- border-right: thin solid #e0e0e0;
18059
- }
18060
- .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
18061
- content: "";
18062
- border-bottom: thin solid #e0e0e0;
18063
- position: absolute;
18064
- width: 100%;
18065
- margin-top: -1px;
18066
- z-index: 3;
18067
- pointer-events: none;
18068
- }
18069
- .v-calendar-day__row-with-label .v-calendar-day__row-label {
18070
- font-size: 10px;
18071
- text-align: center;
18072
- position: relative;
18073
- top: -8px;
18074
- }
18075
- .v-calendar-day__row-with-label .v-calendar-day__row-content {
18076
- border-bottom: thin solid #e0e0e0;
18077
- }
18078
- .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18079
- border-bottom: none;
18080
- }
18081
-
18082
- .v-calendar-day__row-without-label {
18083
- display: grid;
18084
- grid-template-columns: 1fr;
18085
- border-right: thin solid #e0e0e0;
18086
- }
18087
- .v-calendar-day__row-without-label .v-calendar-day__row-content {
18088
- overflow: hidden;
18089
- border-bottom: thin solid #e0e0e0;
18090
- }
18091
- .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18092
- border-bottom: none;
18093
17981
  }.v-calendar {
18094
17982
  background: rgb(var(--v-theme-background));
18095
17983
  color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
@@ -18317,82 +18205,98 @@ html.overflow-y-hidden {
18317
18205
  }
18318
18206
  .v-calendar-month__days.days-with-weeknumbers__7 > .v-calendar-month__day:nth-child(8n) {
18319
18207
  border-right: none;
18320
- }.v-calendar-month__day {
18208
+ }.v-calendar-header {
18209
+ align-items: center;
18210
+ display: flex;
18211
+ min-height: 64px;
18212
+ }
18213
+
18214
+ .v-calendar-header__today {
18215
+ margin-inline-end: 24px;
18216
+ }
18217
+
18218
+ .v-calendar-header__title {
18219
+ font-size: 1.5rem;
18220
+ margin-inline-start: 24px;
18221
+ }.v-calendar-day {
18321
18222
  position: relative;
18322
18223
  display: flex;
18323
18224
  flex-direction: column;
18324
- min-width: 0;
18325
- min-height: 150px;
18326
- border-right: thin solid #e0e0e0;
18327
- border-bottom: thin solid #e0e0e0;
18328
- flex: 1 1 auto;
18329
- border-inline-end: thin solid #e0e0e0;
18330
18225
  }
18331
18226
 
18332
- .v-calendar-weekly__day {
18333
- flex: 1;
18334
- width: 0;
18227
+ .v-calendar-weekly .v-calendar__container {
18228
+ display: grid;
18229
+ }
18230
+ .v-calendar-weekly .v-calendar__container.days__7 {
18231
+ grid-template-columns: repeat(7, 1fr);
18232
+ }
18233
+ .v-calendar-weekly .v-calendar__container.days__6 {
18234
+ grid-template-columns: repeat(6, 1fr);
18235
+ }
18236
+ .v-calendar-weekly .v-calendar__container.days__5 {
18237
+ grid-template-columns: repeat(5, 1fr);
18238
+ }
18239
+ .v-calendar-weekly .v-calendar__container.days__4 {
18240
+ grid-template-columns: repeat(4, 1fr);
18241
+ }
18242
+ .v-calendar-weekly .v-calendar__container.days__3 {
18243
+ grid-template-columns: repeat(3, 1fr);
18244
+ }
18245
+ .v-calendar-weekly .v-calendar__container.days__2 {
18246
+ grid-template-columns: repeat(2, 1fr);
18247
+ }
18248
+ .v-calendar-weekly .v-calendar__container.days__1 {
18249
+ grid-template-columns: repeat(1, 1fr);
18250
+ }
18251
+ .v-calendar-weekly .v-calendar__container.days__0 {
18252
+ grid-template-columns: repeat(1, 1fr);
18253
+ }.v-calendar-internal-event {
18335
18254
  overflow: hidden;
18336
- -webkit-user-select: none;
18337
- user-select: none;
18255
+ padding: 4px;
18256
+ text-overflow: ellipsis;
18257
+ white-space: nowrap;
18258
+ }.v-calendar-day__row-with-label {
18259
+ display: grid;
18260
+ grid-template-columns: 48px 8px 1fr;
18261
+ border-right: thin solid #e0e0e0;
18262
+ }
18263
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline {
18338
18264
  position: relative;
18339
- padding: 0px 0px 0px 0px;
18340
- min-width: 0;
18341
- min-height: 150px;
18342
18265
  border-right: thin solid #e0e0e0;
18343
- border-bottom: thin solid #e0e0e0;
18344
- flex: 1 1 auto;
18345
- border-inline-end: thin solid #e0e0e0;
18346
- text-align: center;
18347
18266
  }
18348
- .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
18349
- color: currentColor;
18267
+ .v-calendar-day__row-with-label .v-calendar-day__row-hairline:after {
18268
+ content: "";
18269
+ border-bottom: thin solid #e0e0e0;
18270
+ position: absolute;
18271
+ width: 100%;
18272
+ margin-top: -1px;
18273
+ z-index: 3;
18274
+ pointer-events: none;
18350
18275
  }
18351
-
18352
- .v-calendar-weekly__day-label {
18353
- text-decoration: none;
18354
- -webkit-user-select: none;
18355
- user-select: none;
18356
- cursor: pointer;
18357
- box-shadow: none;
18276
+ .v-calendar-day__row-with-label .v-calendar-day__row-label {
18277
+ font-size: 10px;
18358
18278
  text-align: center;
18279
+ position: relative;
18280
+ top: -8px;
18359
18281
  }
18360
- .v-calendar-weekly__day-label .v-btn {
18361
- font-size: 12px;
18362
- text-transform: none !important;
18363
- }
18364
- .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
18365
- background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
18366
- color: rgb(var(--v-theme-on-surface-variant));
18282
+ .v-calendar-day__row-with-label .v-calendar-day__row-content {
18283
+ border-bottom: thin solid #e0e0e0;
18367
18284
  }
18368
-
18369
- .v-calendar-weekly__day-month {
18370
- position: absolute;
18371
- text-decoration: none;
18372
- -webkit-user-select: none;
18373
- user-select: none;
18374
- box-shadow: none;
18375
- top: 0;
18376
- left: 36px;
18377
- height: 32px;
18378
- line-height: 32px;
18285
+ .v-calendar-day__row-with-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18286
+ border-bottom: none;
18379
18287
  }
18380
18288
 
18381
- .v-calendar-weekly__day-alldayevents-container {
18382
- min-height: 24px;
18383
- }.v-calendar-header {
18384
- align-items: center;
18385
- display: flex;
18386
- min-height: 64px;
18289
+ .v-calendar-day__row-without-label {
18290
+ display: grid;
18291
+ grid-template-columns: 1fr;
18292
+ border-right: thin solid #e0e0e0;
18387
18293
  }
18388
-
18389
- .v-calendar-header__today {
18390
- margin-inline-end: 24px;
18294
+ .v-calendar-day__row-without-label .v-calendar-day__row-content {
18295
+ overflow: hidden;
18296
+ border-bottom: thin solid #e0e0e0;
18391
18297
  }
18392
-
18393
- .v-calendar-header__title {
18394
- font-size: 1.5rem;
18395
- margin-inline-start: 24px;
18298
+ .v-calendar-day__row-without-label .v-calendar-day__row-content.v-calendar-day__row-content-through {
18299
+ border-bottom: none;
18396
18300
  }.v-picker.v-sheet {
18397
18301
  display: grid;
18398
18302
  grid-auto-rows: min-content;
@@ -18450,37 +18354,69 @@ html.overflow-y-hidden {
18450
18354
  padding-bottom: 16px;
18451
18355
  font-weight: 400;
18452
18356
  letter-spacing: 0.1666666667em;
18453
- }.v-pull-to-refresh {
18454
- overflow: hidden;
18357
+ }.v-calendar-month__day {
18455
18358
  position: relative;
18456
- }
18457
- .v-pull-to-refresh__pull-down {
18458
- position: absolute;
18459
- width: 100%;
18460
- transition: top 0.3s ease-out;
18461
- }
18462
- .v-pull-to-refresh__pull-down--touching {
18463
- transition: none;
18464
- }
18465
- .v-pull-to-refresh__pull-down-default {
18466
18359
  display: flex;
18467
- width: 100%;
18468
- height: 100%;
18469
- justify-content: center;
18470
- align-items: flex-end;
18471
- padding-bottom: 10px;
18360
+ flex-direction: column;
18361
+ min-width: 0;
18362
+ min-height: 150px;
18363
+ border-right: thin solid #e0e0e0;
18364
+ border-bottom: thin solid #e0e0e0;
18365
+ flex: 1 1 auto;
18366
+ border-inline-end: thin solid #e0e0e0;
18472
18367
  }
18473
- .v-pull-to-refresh__scroll-container {
18368
+
18369
+ .v-calendar-weekly__day {
18370
+ flex: 1;
18371
+ width: 0;
18372
+ overflow: hidden;
18373
+ -webkit-user-select: none;
18374
+ user-select: none;
18474
18375
  position: relative;
18475
- transition: top 0.3s ease-out;
18376
+ padding: 0px 0px 0px 0px;
18377
+ min-width: 0;
18378
+ min-height: 150px;
18379
+ border-right: thin solid #e0e0e0;
18380
+ border-bottom: thin solid #e0e0e0;
18381
+ flex: 1 1 auto;
18382
+ border-inline-end: thin solid #e0e0e0;
18383
+ text-align: center;
18476
18384
  }
18477
- .v-pull-to-refresh__scroll-container--touching {
18478
- transition: none;
18479
- }.v-calendar-internal-event {
18480
- overflow: hidden;
18481
- padding: 4px;
18482
- text-overflow: ellipsis;
18483
- white-space: nowrap;
18385
+ .v-calendar-weekly__day.v-present .v-calendar-weekly__day-month {
18386
+ color: currentColor;
18387
+ }
18388
+
18389
+ .v-calendar-weekly__day-label {
18390
+ text-decoration: none;
18391
+ -webkit-user-select: none;
18392
+ user-select: none;
18393
+ cursor: pointer;
18394
+ box-shadow: none;
18395
+ text-align: center;
18396
+ }
18397
+ .v-calendar-weekly__day-label .v-btn {
18398
+ font-size: 12px;
18399
+ text-transform: none !important;
18400
+ }
18401
+ .v-calendar-weekly__day-label .v-btn.v-calendar-weekly__day-label__today {
18402
+ background: rgba(var(--v-theme-surface-variant), var(--v-medium-emphasis-opacity));
18403
+ color: rgb(var(--v-theme-on-surface-variant));
18404
+ }
18405
+
18406
+ .v-calendar-weekly__day-month {
18407
+ position: absolute;
18408
+ text-decoration: none;
18409
+ -webkit-user-select: none;
18410
+ user-select: none;
18411
+ box-shadow: none;
18412
+ top: 0;
18413
+ left: 36px;
18414
+ height: 32px;
18415
+ line-height: 32px;
18416
+ }
18417
+
18418
+ .v-calendar-weekly__day-alldayevents-container {
18419
+ min-height: 24px;
18484
18420
  }.v-stepper-vertical-item {
18485
18421
  position: relative;
18486
18422
  transition-duration: 0.2s;
@@ -18556,6 +18492,147 @@ html.overflow-y-hidden {
18556
18492
  .v-time-picker.v-picker .v-picker-title {
18557
18493
  padding: 0;
18558
18494
  margin-bottom: 20px;
18495
+ }.v-number-input input[type=number] {
18496
+ -moz-appearance: textfield;
18497
+ }
18498
+ .v-number-input input[type=number]::-webkit-outer-spin-button, .v-number-input input[type=number]::-webkit-inner-spin-button {
18499
+ -webkit-appearance: none;
18500
+ }
18501
+ .v-number-input .v-field {
18502
+ padding-inline-end: 0;
18503
+ padding-inline-start: 0;
18504
+ }
18505
+ .v-number-input--inset .v-divider {
18506
+ height: 55%;
18507
+ width: 55%;
18508
+ align-self: center;
18509
+ }
18510
+ .v-number-input--split .v-field__input {
18511
+ text-align: center;
18512
+ }
18513
+ .v-number-input--stacked .v-number-input__control {
18514
+ flex-direction: column-reverse;
18515
+ }
18516
+ .v-number-input--stacked .v-number-input__control .v-btn {
18517
+ flex: 1;
18518
+ }
18519
+ .v-number-input--hide-input .v-field {
18520
+ flex: none;
18521
+ }
18522
+ .v-number-input--hide-input .v-field__input {
18523
+ width: 0;
18524
+ padding-inline: 0;
18525
+ }
18526
+ .v-number-input__control {
18527
+ display: flex;
18528
+ height: 100%;
18529
+ }
18530
+ .v-number-input__control .v-btn {
18531
+ background-color: transparent;
18532
+ border-radius: 0;
18533
+ }.v-time-picker-controls {
18534
+ display: flex;
18535
+ align-items: center;
18536
+ justify-content: center;
18537
+ font-size: 0.875rem;
18538
+ padding-top: 4px;
18539
+ padding-bottom: 4px;
18540
+ margin-bottom: 36px;
18541
+ }
18542
+ .v-time-picker-controls__text {
18543
+ padding-bottom: 12px;
18544
+ }
18545
+ .v-time-picker-controls__time {
18546
+ display: flex;
18547
+ white-space: nowrap;
18548
+ direction: ltr;
18549
+ justify-content: center;
18550
+ }
18551
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18552
+ width: 96px;
18553
+ height: 80px;
18554
+ font-size: 56px;
18555
+ }
18556
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18557
+ background: rgb(var(--v-theme-primary));
18558
+ }
18559
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18560
+ width: 96px;
18561
+ height: 80px;
18562
+ }
18563
+ .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18564
+ width: 64px;
18565
+ height: 80px;
18566
+ font-size: 40px;
18567
+ }
18568
+ .v-time-picker-controls__time__separator {
18569
+ font-size: 56px;
18570
+ height: 80px;
18571
+ width: 24px;
18572
+ text-align: center;
18573
+ }
18574
+ .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18575
+ height: 80px;
18576
+ font-size: 56px;
18577
+ }
18578
+
18579
+ .v-time-picker-controls__ampm {
18580
+ margin-left: 12px;
18581
+ align-self: flex-end;
18582
+ display: flex;
18583
+ flex-direction: column;
18584
+ font-size: 18px;
18585
+ text-transform: uppercase;
18586
+ }
18587
+ .v-time-picker-controls__ampm--readonly {
18588
+ pointer-events: none;
18589
+ }
18590
+ .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
18591
+ opacity: 0.6;
18592
+ }
18593
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
18594
+ font-size: 18px;
18595
+ padding: 0 8px;
18596
+ min-width: 52px;
18597
+ height: 40px;
18598
+ }
18599
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
18600
+ border-radius: 4px 4px 0 0;
18601
+ border: 1px solid;
18602
+ }
18603
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
18604
+ border-radius: 0 0 4px 4px;
18605
+ border: 1px solid;
18606
+ border-top: none;
18607
+ }
18608
+ .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
18609
+ background: rgb(var(--v-theme-primary));
18610
+ }
18611
+
18612
+ .v-picker__title--landscape .v-time-picker-controls {
18613
+ flex-direction: column;
18614
+ justify-content: center;
18615
+ height: 100%;
18616
+ }
18617
+ .v-picker__title--landscape .v-time-picker-controls__time {
18618
+ text-align: right;
18619
+ }
18620
+ .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
18621
+ .v-picker__title--landscape .v-time-picker-controls__time span {
18622
+ height: 55px;
18623
+ font-size: 55px;
18624
+ }
18625
+ .v-picker__title--landscape .v-time-picker-controls__ampm {
18626
+ margin: 16px 0 0;
18627
+ align-self: initial;
18628
+ text-align: center;
18629
+ }
18630
+
18631
+ .v-picker--time .v-picker__title--landscape {
18632
+ padding: 0;
18633
+ }
18634
+ .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18635
+ text-align: center;
18559
18636
  }.v-time-picker-clock {
18560
18637
  background: rgb(var(--v-theme-background));
18561
18638
  color: rgb(var(--v-theme-on-background));
@@ -18687,6 +18764,32 @@ html.overflow-y-hidden {
18687
18764
 
18688
18765
  .v-picker--landscape .v-time-picker-clock__container {
18689
18766
  flex-direction: row;
18767
+ }.v-pull-to-refresh {
18768
+ overflow: hidden;
18769
+ position: relative;
18770
+ }
18771
+ .v-pull-to-refresh__pull-down {
18772
+ position: absolute;
18773
+ width: 100%;
18774
+ transition: top 0.3s ease-out;
18775
+ }
18776
+ .v-pull-to-refresh__pull-down--touching {
18777
+ transition: none;
18778
+ }
18779
+ .v-pull-to-refresh__pull-down-default {
18780
+ display: flex;
18781
+ width: 100%;
18782
+ height: 100%;
18783
+ justify-content: center;
18784
+ align-items: flex-end;
18785
+ padding-bottom: 10px;
18786
+ }
18787
+ .v-pull-to-refresh__scroll-container {
18788
+ position: relative;
18789
+ transition: top 0.3s ease-out;
18790
+ }
18791
+ .v-pull-to-refresh__scroll-container--touching {
18792
+ transition: none;
18690
18793
  }.v-treeview-item.v-treeview-item--filtered {
18691
18794
  display: none;
18692
18795
  }
@@ -18703,113 +18806,10 @@ html.overflow-y-hidden {
18703
18806
  }
18704
18807
  .v-treeview-group.v-list-group .v-list-group__items .v-list-item {
18705
18808
  padding-inline-start: calc(12px + var(--indent-padding)) !important;
18706
- }.v-time-picker-controls {
18809
+ }.v-application {
18707
18810
  display: flex;
18708
- align-items: center;
18709
- justify-content: center;
18710
- font-size: 0.875rem;
18711
- padding-top: 4px;
18712
- padding-bottom: 4px;
18713
- margin-bottom: 36px;
18714
- }
18715
- .v-time-picker-controls__text {
18716
- padding-bottom: 12px;
18717
- }
18718
- .v-time-picker-controls__time {
18719
- display: flex;
18720
- white-space: nowrap;
18721
- direction: ltr;
18722
- justify-content: center;
18723
- }
18724
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn {
18725
- width: 96px;
18726
- height: 80px;
18727
- font-size: 56px;
18728
- }
18729
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn__active {
18730
- background: rgb(var(--v-theme-primary));
18731
- }
18732
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-ampm__btn {
18733
- width: 96px;
18734
- height: 80px;
18735
- }
18736
- .v-time-picker-controls__time__btn.v-btn--density-default.v-btn.v-time-picker-controls__time--with-seconds__btn {
18737
- width: 64px;
18738
- height: 80px;
18739
- font-size: 40px;
18740
- }
18741
- .v-time-picker-controls__time__separator {
18742
- font-size: 56px;
18743
- height: 80px;
18744
- width: 24px;
18745
- text-align: center;
18746
- }
18747
- .v-time-picker-controls__time__separator.v-time-picker-controls--with-seconds__time__separator {
18748
- height: 80px;
18749
- font-size: 56px;
18750
- }
18751
-
18752
- .v-time-picker-controls__ampm {
18753
- margin-left: 12px;
18754
- align-self: flex-end;
18755
- display: flex;
18756
- flex-direction: column;
18757
- font-size: 18px;
18758
- text-transform: uppercase;
18759
- }
18760
- .v-time-picker-controls__ampm--readonly {
18761
- pointer-events: none;
18762
- }
18763
- .v-time-picker-controls__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
18764
- opacity: 0.6;
18765
- }
18766
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default {
18767
- font-size: 18px;
18768
- padding: 0 8px;
18769
- min-width: 52px;
18770
- height: 40px;
18771
- }
18772
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__am {
18773
- border-radius: 4px 4px 0 0;
18774
- border: 1px solid;
18775
- }
18776
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default.v-time-picker-controls__ampm__pm {
18777
- border-radius: 0 0 4px 4px;
18778
- border: 1px solid;
18779
- border-top: none;
18780
- }
18781
- .v-time-picker-controls__ampm__btn.v-btn.v-btn--density-default__active {
18782
- background: rgb(var(--v-theme-primary));
18783
- }
18784
-
18785
- .v-picker__title--landscape .v-time-picker-controls {
18786
- flex-direction: column;
18787
- justify-content: center;
18788
- height: 100%;
18789
- }
18790
- .v-picker__title--landscape .v-time-picker-controls__time {
18791
- text-align: right;
18792
- }
18793
- .v-picker__title--landscape .v-time-picker-controls__time .v-picker__title__btn,
18794
- .v-picker__title--landscape .v-time-picker-controls__time span {
18795
- height: 55px;
18796
- font-size: 55px;
18797
- }
18798
- .v-picker__title--landscape .v-time-picker-controls__ampm {
18799
- margin: 16px 0 0;
18800
- align-self: initial;
18801
- text-align: center;
18802
- }
18803
-
18804
- .v-picker--time .v-picker__title--landscape {
18805
- padding: 0;
18806
- }
18807
- .v-picker--time .v-picker__title--landscape .v-time-picker-controls__time {
18808
- text-align: center;
18809
- }.v-application {
18810
- display: flex;
18811
- background: rgb(var(--v-theme-background));
18812
- color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18811
+ background: rgb(var(--v-theme-background));
18812
+ color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
18813
18813
  }
18814
18814
 
18815
18815
  .v-application__wrap {
@@ -19156,211 +19156,257 @@ html.overflow-y-hidden {
19156
19156
  .v-avatar .v-img {
19157
19157
  height: 100%;
19158
19158
  width: 100%;
19159
- }.v-autocomplete .v-field .v-text-field__prefix,
19160
- .v-autocomplete .v-field .v-text-field__suffix,
19161
- .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
19162
- cursor: text;
19163
- }
19164
- .v-autocomplete .v-field .v-field__input > input {
19159
+ }.v-banner {
19160
+ display: grid;
19165
19161
  flex: 1 1;
19162
+ font-size: 0.875rem;
19163
+ grid-template-areas: "prepend content actions";
19164
+ grid-template-columns: max-content auto max-content;
19165
+ grid-template-rows: max-content max-content;
19166
+ line-height: 1.6;
19167
+ overflow: hidden;
19168
+ padding-inline: 16px 8px;
19169
+ padding-top: 16px;
19170
+ padding-bottom: 16px;
19171
+ position: relative;
19172
+ width: 100%;
19166
19173
  }
19167
- .v-autocomplete .v-field input {
19168
- min-width: 64px;
19169
- }
19170
- .v-autocomplete .v-field:not(.v-field--focused) input {
19171
- min-width: 0;
19174
+ .v-banner {
19175
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19176
+ border-style: solid;
19177
+ border-width: 0 0 thin 0;
19172
19178
  }
19173
- .v-autocomplete .v-field--dirty .v-autocomplete__selection {
19174
- margin-inline-end: 2px;
19179
+ .v-banner--border {
19180
+ border-width: thin;
19181
+ box-shadow: none;
19175
19182
  }
19176
- .v-autocomplete .v-autocomplete__selection-text {
19177
- overflow: hidden;
19178
- text-overflow: ellipsis;
19179
- white-space: nowrap;
19183
+ .v-banner {
19184
+ 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));
19180
19185
  }
19181
-
19182
- .v-autocomplete__content {
19183
- overflow: hidden;
19186
+ .v-banner--absolute {
19187
+ position: absolute;
19184
19188
  }
19185
- .v-autocomplete__content {
19186
- 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));
19189
+ .v-banner--fixed {
19190
+ position: fixed;
19187
19191
  }
19188
- .v-autocomplete__content {
19189
- border-radius: 4px;
19192
+ .v-banner--sticky {
19193
+ position: sticky;
19190
19194
  }
19191
- .v-autocomplete__mask {
19192
- background: rgb(var(--v-theme-surface-light));
19195
+ .v-banner {
19196
+ border-radius: 0;
19193
19197
  }
19194
- .v-autocomplete__selection {
19195
- display: inline-flex;
19196
- align-items: center;
19197
- height: 1.5rem;
19198
- letter-spacing: inherit;
19199
- line-height: inherit;
19200
- max-width: calc(100% - 2px - 2px);
19198
+ .v-banner {
19199
+ background: rgb(var(--v-theme-surface));
19200
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19201
19201
  }
19202
- .v-autocomplete__selection:first-child {
19203
- margin-inline-start: 0;
19202
+ .v-banner--rounded {
19203
+ border-radius: 4px;
19204
19204
  }
19205
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19206
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19207
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19208
- .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19209
- top: 0px;
19205
+ .v-banner--stacked:not(.v-banner--one-line) {
19206
+ grid-template-areas: "prepend content" ". actions";
19210
19207
  }
19211
- .v-autocomplete--selecting-index .v-autocomplete__selection {
19212
- opacity: var(--v-medium-emphasis-opacity);
19208
+ .v-banner--stacked .v-banner-text {
19209
+ padding-inline-end: 36px;
19213
19210
  }
19214
- .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
19215
- opacity: 1;
19211
+ .v-banner--density-default .v-banner-actions {
19212
+ margin-bottom: -8px;
19216
19213
  }
19217
- .v-autocomplete--selecting-index .v-field__input > input {
19218
- caret-color: transparent;
19214
+ .v-banner--density-default.v-banner--one-line {
19215
+ padding-top: 8px;
19216
+ padding-bottom: 8px;
19219
19217
  }
19220
- .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
19221
- flex: 1 1;
19222
- position: absolute;
19223
- left: 0;
19224
- right: 0;
19225
- width: 100%;
19226
- padding-inline: inherit;
19218
+ .v-banner--density-default.v-banner--one-line .v-banner-actions {
19219
+ margin-bottom: 0;
19227
19220
  }
19228
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
19229
- transition: none;
19221
+ .v-banner--density-default.v-banner--one-line {
19222
+ padding-top: 10px;
19230
19223
  }
19231
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
19232
- opacity: 0;
19224
+ .v-banner--density-default.v-banner--two-line {
19225
+ padding-top: 16px;
19226
+ padding-bottom: 16px;
19233
19227
  }
19234
- .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
19235
- opacity: 0;
19228
+ .v-banner--density-default.v-banner--three-line {
19229
+ padding-top: 24px;
19230
+ padding-bottom: 16px;
19236
19231
  }
19237
- .v-autocomplete__menu-icon {
19238
- margin-inline-start: 4px;
19239
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19232
+ .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
19233
+ margin-top: 20px;
19240
19234
  }
19241
- .v-autocomplete--active-menu .v-autocomplete__menu-icon {
19242
- opacity: var(--v-high-emphasis-opacity);
19243
- transform: rotate(180deg);
19244
- }.v-breadcrumbs {
19245
- display: flex;
19246
- align-items: center;
19247
- line-height: 1.6;
19248
- padding: 16px 12px;
19235
+
19236
+ .v-banner--density-comfortable .v-banner-actions {
19237
+ margin-bottom: -4px;
19249
19238
  }
19250
- .v-breadcrumbs--rounded {
19251
- border-radius: 4px;
19239
+ .v-banner--density-comfortable.v-banner--one-line {
19240
+ padding-top: 4px;
19241
+ padding-bottom: 4px;
19252
19242
  }
19253
- .v-breadcrumbs--density-default {
19254
- padding-top: 16px;
19255
- padding-bottom: 16px;
19243
+ .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
19244
+ margin-bottom: 0;
19256
19245
  }
19257
-
19258
- .v-breadcrumbs--density-comfortable {
19246
+ .v-banner--density-comfortable.v-banner--two-line {
19259
19247
  padding-top: 12px;
19260
19248
  padding-bottom: 12px;
19261
19249
  }
19250
+ .v-banner--density-comfortable.v-banner--three-line {
19251
+ padding-top: 20px;
19252
+ padding-bottom: 12px;
19253
+ }
19254
+ .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
19255
+ margin-top: 16px;
19256
+ }
19262
19257
 
19263
- .v-breadcrumbs--density-compact {
19258
+ .v-banner--density-compact .v-banner-actions {
19259
+ margin-bottom: 0px;
19260
+ }
19261
+ .v-banner--density-compact.v-banner--one-line {
19262
+ padding-top: 0px;
19263
+ padding-bottom: 0px;
19264
+ }
19265
+ .v-banner--density-compact.v-banner--one-line .v-banner-actions {
19266
+ margin-bottom: 0;
19267
+ }
19268
+ .v-banner--density-compact.v-banner--two-line {
19264
19269
  padding-top: 8px;
19265
19270
  padding-bottom: 8px;
19266
19271
  }
19267
-
19268
- .v-breadcrumbs__prepend {
19269
- align-items: center;
19270
- display: inline-flex;
19272
+ .v-banner--density-compact.v-banner--three-line {
19273
+ padding-top: 16px;
19274
+ padding-bottom: 8px;
19275
+ }
19276
+ .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
19277
+ margin-top: 12px;
19271
19278
  }
19272
19279
 
19273
- .v-breadcrumbs-item {
19274
- align-items: center;
19275
- color: inherit;
19276
- display: inline-flex;
19277
- padding: 0 4px;
19278
- text-decoration: none;
19279
- vertical-align: middle;
19280
+ .v-banner--sticky {
19281
+ top: 0;
19282
+ z-index: 1;
19280
19283
  }
19281
- .v-breadcrumbs-item--disabled {
19282
- opacity: var(--v-disabled-opacity);
19283
- pointer-events: none;
19284
+
19285
+ .v-banner__content {
19286
+ align-items: center;
19287
+ display: flex;
19288
+ grid-area: content;
19284
19289
  }
19285
- .v-breadcrumbs-item--link {
19286
- color: inherit;
19287
- text-decoration: none;
19290
+
19291
+ .v-banner__prepend {
19292
+ align-self: flex-start;
19293
+ grid-area: prepend;
19294
+ margin-inline-end: 24px;
19288
19295
  }
19289
- .v-breadcrumbs-item--link:hover {
19290
- text-decoration: underline;
19296
+
19297
+ .v-banner-actions {
19298
+ align-self: flex-end;
19299
+ display: flex;
19300
+ flex: 0 1;
19301
+ grid-area: actions;
19302
+ justify-content: flex-end;
19291
19303
  }
19292
- .v-breadcrumbs-item .v-icon {
19293
- font-size: 1rem;
19294
- margin-inline: -4px 2px;
19304
+ .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
19305
+ margin-top: 20px;
19295
19306
  }
19296
19307
 
19297
- .v-breadcrumbs-divider {
19298
- display: inline-block;
19299
- padding: 0 8px;
19300
- vertical-align: middle;
19301
- }.v-bottom-navigation {
19302
- display: flex;
19303
- max-width: 100%;
19308
+ .v-banner-text {
19309
+ -webkit-box-orient: vertical;
19310
+ display: -webkit-box;
19311
+ padding-inline-end: 90px;
19304
19312
  overflow: hidden;
19305
- position: absolute;
19306
- transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19307
19313
  }
19308
- .v-bottom-navigation {
19309
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19310
- border-style: solid;
19311
- border-width: 0;
19314
+ .v-banner--one-line .v-banner-text {
19315
+ -webkit-line-clamp: 1;
19312
19316
  }
19313
- .v-bottom-navigation--border {
19314
- border-width: thin;
19315
- box-shadow: none;
19317
+ .v-banner--two-line .v-banner-text {
19318
+ -webkit-line-clamp: 2;
19316
19319
  }
19317
- .v-bottom-navigation {
19318
- border-radius: 0;
19320
+ .v-banner--three-line .v-banner-text {
19321
+ -webkit-line-clamp: 3;
19319
19322
  }
19320
- .v-bottom-navigation {
19321
- background: rgb(var(--v-theme-surface));
19322
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19323
+ .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
19324
+ align-self: flex-start;
19325
+ }.v-autocomplete .v-field .v-text-field__prefix,
19326
+ .v-autocomplete .v-field .v-text-field__suffix,
19327
+ .v-autocomplete .v-field .v-field__input, .v-autocomplete .v-field.v-field {
19328
+ cursor: text;
19323
19329
  }
19324
- .v-bottom-navigation--active {
19325
- 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));
19330
+ .v-autocomplete .v-field .v-field__input > input {
19331
+ flex: 1 1;
19332
+ }
19333
+ .v-autocomplete .v-field input {
19334
+ min-width: 64px;
19335
+ }
19336
+ .v-autocomplete .v-field:not(.v-field--focused) input {
19337
+ min-width: 0;
19338
+ }
19339
+ .v-autocomplete .v-field--dirty .v-autocomplete__selection {
19340
+ margin-inline-end: 2px;
19341
+ }
19342
+ .v-autocomplete .v-autocomplete__selection-text {
19343
+ overflow: hidden;
19344
+ text-overflow: ellipsis;
19345
+ white-space: nowrap;
19326
19346
  }
19327
19347
 
19328
- .v-bottom-navigation__content {
19329
- display: flex;
19330
- flex: none;
19331
- font-size: 0.75rem;
19332
- justify-content: center;
19333
- transition: inherit;
19334
- width: 100%;
19348
+ .v-autocomplete__content {
19349
+ overflow: hidden;
19335
19350
  }
19336
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19337
- font-size: inherit;
19338
- height: 100%;
19339
- max-width: 168px;
19340
- min-width: 80px;
19341
- text-transform: none;
19342
- transition: inherit;
19343
- width: auto;
19351
+ .v-autocomplete__content {
19352
+ 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));
19344
19353
  }
19345
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19346
- border-radius: 0;
19354
+ .v-autocomplete__content {
19355
+ border-radius: 4px;
19347
19356
  }
19348
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19349
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19350
- transition: inherit;
19357
+ .v-autocomplete__mask {
19358
+ background: rgb(var(--v-theme-surface-light));
19351
19359
  }
19352
- .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19353
- font-size: 1.5rem;
19360
+ .v-autocomplete__selection {
19361
+ display: inline-flex;
19362
+ align-items: center;
19363
+ height: 1.5rem;
19364
+ letter-spacing: inherit;
19365
+ line-height: inherit;
19366
+ max-width: calc(100% - 2px - 2px);
19354
19367
  }
19355
- .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19356
- flex-grow: 1;
19368
+ .v-autocomplete__selection:first-child {
19369
+ margin-inline-start: 0;
19357
19370
  }
19358
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19359
- transition: inherit;
19371
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
19372
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
19373
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
19374
+ .v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
19375
+ top: 0px;
19376
+ }
19377
+ .v-autocomplete--selecting-index .v-autocomplete__selection {
19378
+ opacity: var(--v-medium-emphasis-opacity);
19379
+ }
19380
+ .v-autocomplete--selecting-index .v-autocomplete__selection--selected {
19381
+ opacity: 1;
19382
+ }
19383
+ .v-autocomplete--selecting-index .v-field__input > input {
19384
+ caret-color: transparent;
19385
+ }
19386
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input {
19387
+ flex: 1 1;
19388
+ position: absolute;
19389
+ left: 0;
19390
+ right: 0;
19391
+ width: 100%;
19392
+ padding-inline: inherit;
19393
+ }
19394
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input {
19395
+ transition: none;
19396
+ }
19397
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input {
19360
19398
  opacity: 0;
19361
19399
  }
19362
- .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19363
- transform: translateY(0.5rem);
19400
+ .v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection {
19401
+ opacity: 0;
19402
+ }
19403
+ .v-autocomplete__menu-icon {
19404
+ margin-inline-start: 4px;
19405
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
19406
+ }
19407
+ .v-autocomplete--active-menu .v-autocomplete__menu-icon {
19408
+ opacity: var(--v-high-emphasis-opacity);
19409
+ transform: rotate(180deg);
19364
19410
  }.v-badge {
19365
19411
  display: inline-block;
19366
19412
  line-height: 1;
@@ -19434,6 +19480,69 @@ html.overflow-y-hidden {
19434
19480
  display: inline-flex;
19435
19481
  justify-content: center;
19436
19482
  margin: 0 4px;
19483
+ }.v-bottom-navigation {
19484
+ display: flex;
19485
+ max-width: 100%;
19486
+ overflow: hidden;
19487
+ position: absolute;
19488
+ transition: transform, color, 0.2s, 0.1s cubic-bezier(0.4, 0, 0.2, 1);
19489
+ }
19490
+ .v-bottom-navigation {
19491
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19492
+ border-style: solid;
19493
+ border-width: 0;
19494
+ }
19495
+ .v-bottom-navigation--border {
19496
+ border-width: thin;
19497
+ box-shadow: none;
19498
+ }
19499
+ .v-bottom-navigation {
19500
+ border-radius: 0;
19501
+ }
19502
+ .v-bottom-navigation {
19503
+ background: rgb(var(--v-theme-surface));
19504
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19505
+ }
19506
+ .v-bottom-navigation--active {
19507
+ 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));
19508
+ }
19509
+
19510
+ .v-bottom-navigation__content {
19511
+ display: flex;
19512
+ flex: none;
19513
+ font-size: 0.75rem;
19514
+ justify-content: center;
19515
+ transition: inherit;
19516
+ width: 100%;
19517
+ }
19518
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19519
+ font-size: inherit;
19520
+ height: 100%;
19521
+ max-width: 168px;
19522
+ min-width: 80px;
19523
+ text-transform: none;
19524
+ transition: inherit;
19525
+ width: auto;
19526
+ }
19527
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn {
19528
+ border-radius: 0;
19529
+ }
19530
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__content,
19531
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19532
+ transition: inherit;
19533
+ }
19534
+ .v-bottom-navigation .v-bottom-navigation__content > .v-btn .v-btn__icon {
19535
+ font-size: 1.5rem;
19536
+ }
19537
+ .v-bottom-navigation--grow .v-bottom-navigation__content > .v-btn {
19538
+ flex-grow: 1;
19539
+ }
19540
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content > span {
19541
+ transition: inherit;
19542
+ opacity: 0;
19543
+ }
19544
+ .v-bottom-navigation--shift .v-bottom-navigation__content .v-btn:not(.v-btn--selected) .v-btn__content {
19545
+ transform: translateY(0.5rem);
19437
19546
  }.bottom-sheet-transition-enter-from {
19438
19547
  transform: translateY(100%);
19439
19548
  }
@@ -19468,172 +19577,63 @@ html.overflow-y-hidden {
19468
19577
  .v-bottom-sheet.v-bottom-sheet--inset {
19469
19578
  max-width: 70%;
19470
19579
  }
19471
- }.v-banner {
19472
- display: grid;
19473
- flex: 1 1;
19474
- font-size: 0.875rem;
19475
- grid-template-areas: "prepend content actions";
19476
- grid-template-columns: max-content auto max-content;
19477
- grid-template-rows: max-content max-content;
19580
+ }.v-breadcrumbs {
19581
+ display: flex;
19582
+ align-items: center;
19478
19583
  line-height: 1.6;
19479
- overflow: hidden;
19480
- padding-inline: 16px 8px;
19481
- padding-top: 16px;
19482
- padding-bottom: 16px;
19483
- position: relative;
19484
- width: 100%;
19485
- }
19486
- .v-banner {
19487
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
19488
- border-style: solid;
19489
- border-width: 0 0 thin 0;
19490
- }
19491
- .v-banner--border {
19492
- border-width: thin;
19493
- box-shadow: none;
19494
- }
19495
- .v-banner {
19496
- 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));
19497
- }
19498
- .v-banner--absolute {
19499
- position: absolute;
19500
- }
19501
- .v-banner--fixed {
19502
- position: fixed;
19503
- }
19504
- .v-banner--sticky {
19505
- position: sticky;
19506
- }
19507
- .v-banner {
19508
- border-radius: 0;
19509
- }
19510
- .v-banner {
19511
- background: rgb(var(--v-theme-surface));
19512
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
19584
+ padding: 16px 12px;
19513
19585
  }
19514
- .v-banner--rounded {
19586
+ .v-breadcrumbs--rounded {
19515
19587
  border-radius: 4px;
19516
19588
  }
19517
- .v-banner--stacked:not(.v-banner--one-line) {
19518
- grid-template-areas: "prepend content" ". actions";
19519
- }
19520
- .v-banner--stacked .v-banner-text {
19521
- padding-inline-end: 36px;
19522
- }
19523
- .v-banner--density-default .v-banner-actions {
19524
- margin-bottom: -8px;
19525
- }
19526
- .v-banner--density-default.v-banner--one-line {
19527
- padding-top: 8px;
19528
- padding-bottom: 8px;
19529
- }
19530
- .v-banner--density-default.v-banner--one-line .v-banner-actions {
19531
- margin-bottom: 0;
19532
- }
19533
- .v-banner--density-default.v-banner--one-line {
19534
- padding-top: 10px;
19535
- }
19536
- .v-banner--density-default.v-banner--two-line {
19589
+ .v-breadcrumbs--density-default {
19537
19590
  padding-top: 16px;
19538
19591
  padding-bottom: 16px;
19539
19592
  }
19540
- .v-banner--density-default.v-banner--three-line {
19541
- padding-top: 24px;
19542
- padding-bottom: 16px;
19543
- }
19544
- .v-banner--density-default:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-default.v-banner--two-line .v-banner-actions, .v-banner--density-default.v-banner--three-line .v-banner-actions {
19545
- margin-top: 20px;
19546
- }
19547
19593
 
19548
- .v-banner--density-comfortable .v-banner-actions {
19549
- margin-bottom: -4px;
19550
- }
19551
- .v-banner--density-comfortable.v-banner--one-line {
19552
- padding-top: 4px;
19553
- padding-bottom: 4px;
19554
- }
19555
- .v-banner--density-comfortable.v-banner--one-line .v-banner-actions {
19556
- margin-bottom: 0;
19557
- }
19558
- .v-banner--density-comfortable.v-banner--two-line {
19594
+ .v-breadcrumbs--density-comfortable {
19559
19595
  padding-top: 12px;
19560
19596
  padding-bottom: 12px;
19561
19597
  }
19562
- .v-banner--density-comfortable.v-banner--three-line {
19563
- padding-top: 20px;
19564
- padding-bottom: 12px;
19565
- }
19566
- .v-banner--density-comfortable:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-comfortable.v-banner--two-line .v-banner-actions, .v-banner--density-comfortable.v-banner--three-line .v-banner-actions {
19567
- margin-top: 16px;
19568
- }
19569
19598
 
19570
- .v-banner--density-compact .v-banner-actions {
19571
- margin-bottom: 0px;
19572
- }
19573
- .v-banner--density-compact.v-banner--one-line {
19574
- padding-top: 0px;
19575
- padding-bottom: 0px;
19576
- }
19577
- .v-banner--density-compact.v-banner--one-line .v-banner-actions {
19578
- margin-bottom: 0;
19579
- }
19580
- .v-banner--density-compact.v-banner--two-line {
19599
+ .v-breadcrumbs--density-compact {
19581
19600
  padding-top: 8px;
19582
19601
  padding-bottom: 8px;
19583
19602
  }
19584
- .v-banner--density-compact.v-banner--three-line {
19585
- padding-top: 16px;
19586
- padding-bottom: 8px;
19587
- }
19588
- .v-banner--density-compact:not(.v-banner--one-line) .v-banner-actions, .v-banner--density-compact.v-banner--two-line .v-banner-actions, .v-banner--density-compact.v-banner--three-line .v-banner-actions {
19589
- margin-top: 12px;
19590
- }
19591
-
19592
- .v-banner--sticky {
19593
- top: 0;
19594
- z-index: 1;
19595
- }
19596
19603
 
19597
- .v-banner__content {
19604
+ .v-breadcrumbs__prepend {
19598
19605
  align-items: center;
19599
- display: flex;
19600
- grid-area: content;
19601
- }
19602
-
19603
- .v-banner__prepend {
19604
- align-self: flex-start;
19605
- grid-area: prepend;
19606
- margin-inline-end: 24px;
19606
+ display: inline-flex;
19607
19607
  }
19608
19608
 
19609
- .v-banner-actions {
19610
- align-self: flex-end;
19611
- display: flex;
19612
- flex: 0 1;
19613
- grid-area: actions;
19614
- justify-content: flex-end;
19615
- }
19616
- .v-banner--two-line .v-banner-actions, .v-banner--three-line .v-banner-actions {
19617
- margin-top: 20px;
19609
+ .v-breadcrumbs-item {
19610
+ align-items: center;
19611
+ color: inherit;
19612
+ display: inline-flex;
19613
+ padding: 0 4px;
19614
+ text-decoration: none;
19615
+ vertical-align: middle;
19618
19616
  }
19619
-
19620
- .v-banner-text {
19621
- -webkit-box-orient: vertical;
19622
- display: -webkit-box;
19623
- padding-inline-end: 90px;
19624
- overflow: hidden;
19617
+ .v-breadcrumbs-item--disabled {
19618
+ opacity: var(--v-disabled-opacity);
19619
+ pointer-events: none;
19625
19620
  }
19626
- .v-banner--one-line .v-banner-text {
19627
- -webkit-line-clamp: 1;
19621
+ .v-breadcrumbs-item--link {
19622
+ color: inherit;
19623
+ text-decoration: none;
19628
19624
  }
19629
- .v-banner--two-line .v-banner-text {
19630
- -webkit-line-clamp: 2;
19625
+ .v-breadcrumbs-item--link:hover {
19626
+ text-decoration: underline;
19631
19627
  }
19632
- .v-banner--three-line .v-banner-text {
19633
- -webkit-line-clamp: 3;
19628
+ .v-breadcrumbs-item .v-icon {
19629
+ font-size: 1rem;
19630
+ margin-inline: -4px 2px;
19634
19631
  }
19635
- .v-banner--two-line .v-banner-text, .v-banner--three-line .v-banner-text {
19636
- align-self: flex-start;
19632
+
19633
+ .v-breadcrumbs-divider {
19634
+ display: inline-block;
19635
+ padding: 0 8px;
19636
+ vertical-align: middle;
19637
19637
  }.v-btn-group {
19638
19638
  display: inline-flex;
19639
19639
  flex-wrap: nowrap;
@@ -20111,10 +20111,6 @@ html.overflow-y-hidden {
20111
20111
  height: 100%;
20112
20112
  }
20113
20113
 
20114
- .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
20115
- margin-inline-start: 0.5rem;
20116
- }
20117
-
20118
20114
  .v-pagination .v-btn {
20119
20115
  border-radius: 4px;
20120
20116
  }
@@ -20126,11 +20122,19 @@ html.overflow-y-hidden {
20126
20122
  }
20127
20123
  .v-pagination__item--is-active .v-btn__overlay {
20128
20124
  opacity: var(--v-border-opacity);
20129
- }.v-checkbox.v-input {
20130
- flex: 0 1 auto;
20125
+ }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20126
+ opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20131
20127
  }
20132
- .v-checkbox .v-selection-control {
20133
- min-height: var(--v-input-control-height);
20128
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20129
+ opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20130
+ }
20131
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20132
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20133
+ }
20134
+ @supports not selector(:focus-visible) {
20135
+ .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20136
+ opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20137
+ }
20134
20138
  }.v-card {
20135
20139
  display: block;
20136
20140
  overflow: hidden;
@@ -20287,6 +20291,7 @@ html.overflow-y-hidden {
20287
20291
  flex: none;
20288
20292
  min-height: 52px;
20289
20293
  padding: 0.5rem;
20294
+ gap: 0.5rem;
20290
20295
  }
20291
20296
 
20292
20297
  .v-card-item {
@@ -20438,19 +20443,6 @@ html.overflow-y-hidden {
20438
20443
  pointer-events: none;
20439
20444
  opacity: 0;
20440
20445
  transition: opacity 0.2s ease-in-out;
20441
- }.v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
20442
- opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
20443
- }
20444
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):hover > .v-btn__overlay {
20445
- opacity: calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier));
20446
- }
20447
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus-visible > .v-btn__overlay {
20448
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20449
- }
20450
- @supports not selector(:focus-visible) {
20451
- .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled):focus > .v-btn__overlay {
20452
- opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
20453
- }
20454
20446
  }.v-chip {
20455
20447
  align-items: center;
20456
20448
  display: inline-flex;
@@ -20869,6 +20861,24 @@ html.overflow-y-hidden {
20869
20861
 
20870
20862
  .v-chip--label {
20871
20863
  border-radius: 4px;
20864
+ }.v-chip-group {
20865
+ display: flex;
20866
+ max-width: 100%;
20867
+ min-width: 0;
20868
+ overflow-x: auto;
20869
+ padding: 4px 0;
20870
+ }
20871
+ .v-chip-group .v-chip {
20872
+ margin: 4px 8px 4px 0;
20873
+ }
20874
+ .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20875
+ opacity: var(--v-activated-opacity);
20876
+ }
20877
+
20878
+ .v-chip-group--column .v-slide-group__content {
20879
+ white-space: normal;
20880
+ flex-wrap: wrap;
20881
+ max-width: 100%;
20872
20882
  }.v-carousel {
20873
20883
  overflow: hidden;
20874
20884
  position: relative;
@@ -20934,24 +20944,11 @@ html.overflow-y-hidden {
20934
20944
  flex-direction: column;
20935
20945
  height: 100% !important;
20936
20946
  width: 50px;
20937
- }.v-chip-group {
20938
- display: flex;
20939
- max-width: 100%;
20940
- min-width: 0;
20941
- overflow-x: auto;
20942
- padding: 4px 0;
20943
- }
20944
- .v-chip-group .v-chip {
20945
- margin: 4px 8px 4px 0;
20946
- }
20947
- .v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay {
20948
- opacity: var(--v-activated-opacity);
20947
+ }.v-checkbox.v-input {
20948
+ flex: 0 1 auto;
20949
20949
  }
20950
-
20951
- .v-chip-group--column .v-slide-group__content {
20952
- white-space: normal;
20953
- flex-wrap: wrap;
20954
- max-width: 100%;
20950
+ .v-checkbox .v-selection-control {
20951
+ min-height: var(--v-input-control-height);
20955
20952
  }.v-color-picker {
20956
20953
  align-self: flex-start;
20957
20954
  contain: content;
@@ -20974,6 +20971,11 @@ html.overflow-y-hidden {
20974
20971
  }
20975
20972
  .v-color-picker--flat .v-color-picker__track:not(.v-input--is-disabled) .v-slider__thumb {
20976
20973
  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));
20974
+ }.v-counter {
20975
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
20976
+ flex: 0 1 auto;
20977
+ font-size: 12px;
20978
+ transition-duration: 150ms;
20977
20979
  }.v-container {
20978
20980
  width: 100%;
20979
20981
  padding: 16px;
@@ -21955,66 +21957,6 @@ html.overflow-y-hidden {
21955
21957
  }
21956
21958
  .v-date-picker--show-week {
21957
21959
  width: 368px;
21958
- }.v-date-picker-header {
21959
- align-items: flex-end;
21960
- height: 70px;
21961
- display: grid;
21962
- grid-template-areas: "prepend content append";
21963
- grid-template-columns: min-content minmax(0, 1fr) min-content;
21964
- overflow: hidden;
21965
- padding-inline: 24px 12px;
21966
- padding-bottom: 12px;
21967
- }
21968
-
21969
- .v-date-picker-header__append {
21970
- grid-area: append;
21971
- }
21972
-
21973
- .v-date-picker-header__prepend {
21974
- grid-area: prepend;
21975
- padding-inline-start: 8px;
21976
- }
21977
-
21978
- .v-date-picker-header__content {
21979
- align-items: center;
21980
- display: inline-flex;
21981
- font-size: 32px;
21982
- line-height: 40px;
21983
- grid-area: content;
21984
- justify-content: space-between;
21985
- }
21986
- .v-date-picker-header--clickable .v-date-picker-header__content {
21987
- cursor: pointer;
21988
- }
21989
- .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
21990
- opacity: 0.7;
21991
- }
21992
-
21993
- .date-picker-header-transition-enter-active,
21994
- .date-picker-header-reverse-transition-enter-active {
21995
- transition-duration: 0.3s;
21996
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
21997
- }
21998
- .date-picker-header-transition-leave-active,
21999
- .date-picker-header-reverse-transition-leave-active {
22000
- transition-duration: 0.3s;
22001
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22002
- }
22003
-
22004
- .date-picker-header-transition-enter-from {
22005
- transform: translate(0, 100%);
22006
- }
22007
- .date-picker-header-transition-leave-to {
22008
- opacity: 0;
22009
- transform: translate(0, -100%);
22010
- }
22011
-
22012
- .date-picker-header-reverse-transition-enter-from {
22013
- transform: translate(0, -100%);
22014
- }
22015
- .date-picker-header-reverse-transition-leave-to {
22016
- opacity: 0;
22017
- transform: translate(0, 100%);
22018
21960
  }.v-date-picker-controls {
22019
21961
  display: flex;
22020
21962
  align-items: center;
@@ -22071,6 +22013,81 @@ html.overflow-y-hidden {
22071
22013
 
22072
22014
  .v-date-picker__title {
22073
22015
  display: inline-block;
22016
+ }.v-date-picker-header {
22017
+ align-items: flex-end;
22018
+ height: 70px;
22019
+ display: grid;
22020
+ grid-template-areas: "prepend content append";
22021
+ grid-template-columns: min-content minmax(0, 1fr) min-content;
22022
+ overflow: hidden;
22023
+ padding-inline: 24px 12px;
22024
+ padding-bottom: 12px;
22025
+ }
22026
+
22027
+ .v-date-picker-header__append {
22028
+ grid-area: append;
22029
+ }
22030
+
22031
+ .v-date-picker-header__prepend {
22032
+ grid-area: prepend;
22033
+ padding-inline-start: 8px;
22034
+ }
22035
+
22036
+ .v-date-picker-header__content {
22037
+ align-items: center;
22038
+ display: inline-flex;
22039
+ font-size: 32px;
22040
+ line-height: 40px;
22041
+ grid-area: content;
22042
+ justify-content: space-between;
22043
+ }
22044
+ .v-date-picker-header--clickable .v-date-picker-header__content {
22045
+ cursor: pointer;
22046
+ }
22047
+ .v-date-picker-header--clickable .v-date-picker-header__content:not(:hover) {
22048
+ opacity: 0.7;
22049
+ }
22050
+
22051
+ .date-picker-header-transition-enter-active,
22052
+ .date-picker-header-reverse-transition-enter-active {
22053
+ transition-duration: 0.3s;
22054
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22055
+ }
22056
+ .date-picker-header-transition-leave-active,
22057
+ .date-picker-header-reverse-transition-leave-active {
22058
+ transition-duration: 0.3s;
22059
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22060
+ }
22061
+
22062
+ .date-picker-header-transition-enter-from {
22063
+ transform: translate(0, 100%);
22064
+ }
22065
+ .date-picker-header-transition-leave-to {
22066
+ opacity: 0;
22067
+ transform: translate(0, -100%);
22068
+ }
22069
+
22070
+ .date-picker-header-reverse-transition-enter-from {
22071
+ transform: translate(0, -100%);
22072
+ }
22073
+ .date-picker-header-reverse-transition-leave-to {
22074
+ opacity: 0;
22075
+ transform: translate(0, 100%);
22076
+ }.v-date-picker-years {
22077
+ height: 288px;
22078
+ overflow-y: scroll;
22079
+ }
22080
+
22081
+ .v-date-picker-years__content {
22082
+ display: grid;
22083
+ flex: 1 1;
22084
+ justify-content: space-around;
22085
+ grid-template-columns: repeat(3, 1fr);
22086
+ gap: 8px 24px;
22087
+ padding-inline: 32px;
22088
+ }
22089
+ .v-date-picker-years__content .v-btn {
22090
+ padding-inline: 8px;
22074
22091
  }.v-date-picker-month {
22075
22092
  display: flex;
22076
22093
  justify-content: center;
@@ -22126,21 +22143,6 @@ html.overflow-y-hidden {
22126
22143
 
22127
22144
  .v-date-picker-month__day--hide-adjacent {
22128
22145
  opacity: 0;
22129
- }.v-date-picker-years {
22130
- height: 288px;
22131
- overflow-y: scroll;
22132
- }
22133
-
22134
- .v-date-picker-years__content {
22135
- display: grid;
22136
- flex: 1 1;
22137
- justify-content: space-around;
22138
- grid-template-columns: repeat(3, 1fr);
22139
- gap: 8px 24px;
22140
- padding-inline: 32px;
22141
- }
22142
- .v-date-picker-years__content .v-btn {
22143
- padding-inline: 8px;
22144
22146
  }.v-date-picker-months {
22145
22147
  height: 288px;
22146
22148
  }
@@ -22160,90 +22162,249 @@ html.overflow-y-hidden {
22160
22162
  text-transform: none;
22161
22163
  padding-inline-start: 8px;
22162
22164
  padding-inline-end: 8px;
22163
- }.v-counter {
22164
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22165
- flex: 0 1 auto;
22166
- font-size: 12px;
22167
- transition-duration: 150ms;
22168
- }.v-divider {
22169
- display: block;
22170
- flex: 1 1 100%;
22171
- height: 0px;
22172
- max-height: 0px;
22173
- opacity: var(--v-border-opacity);
22174
- transition: inherit;
22175
- }
22176
- .v-divider {
22177
- border-style: solid;
22178
- border-width: thin 0 0 0;
22179
- }
22180
- .v-divider--vertical {
22181
- align-self: stretch;
22182
- border-width: 0 thin 0 0;
22183
- display: inline-flex;
22184
- height: auto;
22185
- margin-left: -1px;
22186
- max-height: 100%;
22187
- max-width: 0px;
22188
- vertical-align: text-bottom;
22189
- width: 0px;
22165
+ }.v-dialog {
22166
+ align-items: center;
22167
+ justify-content: center;
22168
+ margin: auto;
22190
22169
  }
22191
- .v-divider--inset:not(.v-divider--vertical) {
22192
- max-width: calc(100% - 72px);
22193
- margin-inline-start: 72px;
22170
+ .v-dialog > .v-overlay__content {
22171
+ max-height: calc(100% - 48px);
22172
+ width: calc(100% - 48px);
22173
+ max-width: calc(100% - 48px);
22174
+ margin: 24px;
22194
22175
  }
22195
- .v-divider--inset.v-divider--vertical {
22196
- margin-bottom: 8px;
22197
- margin-top: 8px;
22198
- max-height: calc(100% - 16px);
22176
+ .v-dialog > .v-overlay__content,
22177
+ .v-dialog > .v-overlay__content > form {
22178
+ display: flex;
22179
+ flex-direction: column;
22180
+ min-height: 0;
22199
22181
  }
22200
-
22201
- .v-divider__content {
22202
- padding: 0 16px;
22203
- text-wrap: nowrap;
22182
+ .v-dialog > .v-overlay__content > .v-card,
22183
+ .v-dialog > .v-overlay__content > .v-sheet,
22184
+ .v-dialog > .v-overlay__content > form > .v-card,
22185
+ .v-dialog > .v-overlay__content > form > .v-sheet {
22186
+ --v-scrollbar-offset: 0px;
22187
+ border-radius: 4px;
22188
+ overflow-y: auto;
22204
22189
  }
22205
- .v-divider__wrapper--vertical .v-divider__content {
22206
- padding: 4px 0;
22190
+ .v-dialog > .v-overlay__content > .v-card,
22191
+ .v-dialog > .v-overlay__content > .v-sheet,
22192
+ .v-dialog > .v-overlay__content > form > .v-card,
22193
+ .v-dialog > .v-overlay__content > form > .v-sheet {
22194
+ 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));
22207
22195
  }
22208
-
22209
- .v-divider__wrapper {
22196
+ .v-dialog > .v-overlay__content > .v-card,
22197
+ .v-dialog > .v-overlay__content > form > .v-card {
22210
22198
  display: flex;
22211
- align-items: center;
22212
- justify-content: center;
22213
- }
22214
- .v-divider__wrapper--vertical {
22215
22199
  flex-direction: column;
22216
- height: 100%;
22217
22200
  }
22218
- .v-divider__wrapper--vertical .v-divider {
22219
- margin: 0 auto;
22220
- }.v-expansion-panel {
22221
- background-color: rgb(var(--v-theme-surface));
22222
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22201
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item,
22202
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
22203
+ padding: 16px 24px;
22223
22204
  }
22224
- .v-expansion-panel:not(:first-child)::after {
22225
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22205
+ .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
22206
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
22207
+ padding-top: 0;
22226
22208
  }
22227
- .v-expansion-panel--disabled .v-expansion-panel-title {
22228
- color: rgba(var(--v-theme-on-surface), 0.26);
22209
+ .v-dialog > .v-overlay__content > .v-card > .v-card-text,
22210
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
22211
+ font-size: inherit;
22212
+ letter-spacing: 0.03125em;
22213
+ line-height: inherit;
22214
+ padding: 16px 24px 24px;
22229
22215
  }
22230
- .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
22231
- opacity: 0.4615384615;
22216
+ .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
22217
+ .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
22218
+ justify-content: flex-end;
22232
22219
  }
22233
22220
 
22234
- .v-expansion-panels {
22235
- display: flex;
22236
- flex-wrap: wrap;
22237
- justify-content: center;
22238
- list-style-type: none;
22221
+ .v-dialog--fullscreen {
22222
+ --v-scrollbar-offset: 0px;
22223
+ }
22224
+ .v-dialog--fullscreen > .v-overlay__content {
22225
+ border-radius: 0;
22226
+ margin: 0;
22239
22227
  padding: 0;
22240
22228
  width: 100%;
22241
- position: relative;
22242
- z-index: 1;
22243
- }
22244
- .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) {
22245
- border-bottom-left-radius: 0 !important;
22246
- border-bottom-right-radius: 0 !important;
22229
+ height: 100%;
22230
+ max-width: 100%;
22231
+ max-height: 100%;
22232
+ overflow-y: auto;
22233
+ top: 0;
22234
+ left: 0;
22235
+ }
22236
+ .v-dialog--fullscreen > .v-overlay__content > .v-card,
22237
+ .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
22238
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
22239
+ .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
22240
+ min-height: 100%;
22241
+ min-width: 100%;
22242
+ border-radius: 0;
22243
+ }
22244
+
22245
+ .v-dialog--scrollable > .v-overlay__content,
22246
+ .v-dialog--scrollable > .v-overlay__content > form {
22247
+ display: flex;
22248
+ }
22249
+ .v-dialog--scrollable > .v-overlay__content > .v-card,
22250
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22251
+ display: flex;
22252
+ flex: 1 1 100%;
22253
+ flex-direction: column;
22254
+ max-height: 100%;
22255
+ max-width: 100%;
22256
+ }
22257
+ .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
22258
+ .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
22259
+ -webkit-backface-visibility: hidden;
22260
+ backface-visibility: hidden;
22261
+ overflow-y: auto;
22262
+ }.v-empty-state {
22263
+ align-items: center;
22264
+ display: flex;
22265
+ flex-direction: column;
22266
+ justify-content: center;
22267
+ min-height: 100%;
22268
+ padding: 16px;
22269
+ }
22270
+ .v-empty-state--start {
22271
+ align-items: flex-start;
22272
+ }
22273
+ .v-empty-state--center {
22274
+ align-items: center;
22275
+ }
22276
+ .v-empty-state--end {
22277
+ align-items: flex-end;
22278
+ }
22279
+
22280
+ .v-empty-state__media {
22281
+ text-align: center;
22282
+ width: 100%;
22283
+ }
22284
+ .v-empty-state__media .v-icon {
22285
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22286
+ }
22287
+
22288
+ .v-empty-state__headline {
22289
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22290
+ font-size: 3.75rem;
22291
+ font-weight: 300;
22292
+ line-height: 1;
22293
+ text-align: center;
22294
+ margin-bottom: 8px;
22295
+ }
22296
+ .v-empty-state--mobile .v-empty-state__headline {
22297
+ font-size: 2.125rem;
22298
+ }
22299
+
22300
+ .v-empty-state__title {
22301
+ font-size: 1.25rem;
22302
+ font-weight: 500;
22303
+ line-height: 1.6;
22304
+ margin-bottom: 4px;
22305
+ text-align: center;
22306
+ }
22307
+
22308
+ .v-empty-state__text {
22309
+ font-size: 0.875rem;
22310
+ font-weight: 400;
22311
+ line-height: 1.425;
22312
+ padding: 0 16px;
22313
+ text-align: center;
22314
+ }
22315
+
22316
+ .v-empty-state__content {
22317
+ padding: 24px 0;
22318
+ }
22319
+
22320
+ .v-empty-state__actions {
22321
+ display: flex;
22322
+ gap: 8px;
22323
+ padding: 16px;
22324
+ }
22325
+
22326
+ .v-empty-state__action-btn.v-btn {
22327
+ background-color: initial;
22328
+ color: initial;
22329
+ }.v-divider {
22330
+ display: block;
22331
+ flex: 1 1 100%;
22332
+ height: 0px;
22333
+ max-height: 0px;
22334
+ opacity: var(--v-border-opacity);
22335
+ transition: inherit;
22336
+ }
22337
+ .v-divider {
22338
+ border-style: solid;
22339
+ border-width: thin 0 0 0;
22340
+ }
22341
+ .v-divider--vertical {
22342
+ align-self: stretch;
22343
+ border-width: 0 thin 0 0;
22344
+ display: inline-flex;
22345
+ height: auto;
22346
+ margin-left: -1px;
22347
+ max-height: 100%;
22348
+ max-width: 0px;
22349
+ vertical-align: text-bottom;
22350
+ width: 0px;
22351
+ }
22352
+ .v-divider--inset:not(.v-divider--vertical) {
22353
+ max-width: calc(100% - 72px);
22354
+ margin-inline-start: 72px;
22355
+ }
22356
+ .v-divider--inset.v-divider--vertical {
22357
+ margin-bottom: 8px;
22358
+ margin-top: 8px;
22359
+ max-height: calc(100% - 16px);
22360
+ }
22361
+
22362
+ .v-divider__content {
22363
+ padding: 0 16px;
22364
+ text-wrap: nowrap;
22365
+ }
22366
+ .v-divider__wrapper--vertical .v-divider__content {
22367
+ padding: 4px 0;
22368
+ }
22369
+
22370
+ .v-divider__wrapper {
22371
+ display: flex;
22372
+ align-items: center;
22373
+ justify-content: center;
22374
+ }
22375
+ .v-divider__wrapper--vertical {
22376
+ flex-direction: column;
22377
+ height: 100%;
22378
+ }
22379
+ .v-divider__wrapper--vertical .v-divider {
22380
+ margin: 0 auto;
22381
+ }.v-expansion-panel {
22382
+ background-color: rgb(var(--v-theme-surface));
22383
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22384
+ }
22385
+ .v-expansion-panel:not(:first-child)::after {
22386
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22387
+ }
22388
+ .v-expansion-panel--disabled .v-expansion-panel-title {
22389
+ color: rgba(var(--v-theme-on-surface), 0.26);
22390
+ }
22391
+ .v-expansion-panel--disabled .v-expansion-panel-title .v-expansion-panel-title__overlay {
22392
+ opacity: 0.4615384615;
22393
+ }
22394
+
22395
+ .v-expansion-panels {
22396
+ display: flex;
22397
+ flex-wrap: wrap;
22398
+ justify-content: center;
22399
+ list-style-type: none;
22400
+ padding: 0;
22401
+ width: 100%;
22402
+ position: relative;
22403
+ z-index: 1;
22404
+ }
22405
+ .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) {
22406
+ border-bottom-left-radius: 0 !important;
22407
+ border-bottom-right-radius: 0 !important;
22247
22408
  }
22248
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--after-active) {
22249
22410
  border-top-left-radius: 0 !important;
@@ -22433,207 +22594,43 @@ html.overflow-y-hidden {
22433
22594
  }
22434
22595
  .v-expansion-panels--tile > .v-expansion-panel {
22435
22596
  border-radius: 0;
22436
- }.v-dialog {
22597
+ }.v-fab {
22437
22598
  align-items: center;
22438
- justify-content: center;
22439
- margin: auto;
22599
+ display: inline-flex;
22600
+ flex: 1 1 auto;
22601
+ pointer-events: none;
22602
+ position: relative;
22603
+ transition-duration: 0.2s;
22604
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22605
+ vertical-align: middle;
22440
22606
  }
22441
- .v-dialog > .v-overlay__content {
22442
- max-height: calc(100% - 48px);
22443
- width: calc(100% - 48px);
22444
- max-width: calc(100% - 48px);
22445
- margin: 24px;
22607
+ .v-fab .v-btn {
22608
+ pointer-events: auto;
22446
22609
  }
22447
- .v-dialog > .v-overlay__content,
22448
- .v-dialog > .v-overlay__content > form {
22449
- display: flex;
22450
- flex-direction: column;
22451
- min-height: 0;
22610
+ .v-fab .v-btn--variant-elevated {
22611
+ 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));
22452
22612
  }
22453
- .v-dialog > .v-overlay__content > .v-card,
22454
- .v-dialog > .v-overlay__content > .v-sheet,
22455
- .v-dialog > .v-overlay__content > form > .v-card,
22456
- .v-dialog > .v-overlay__content > form > .v-sheet {
22457
- --v-scrollbar-offset: 0px;
22458
- border-radius: 4px;
22459
- overflow-y: auto;
22613
+ .v-fab--app, .v-fab--absolute {
22614
+ display: flex;
22460
22615
  }
22461
- .v-dialog > .v-overlay__content > .v-card,
22462
- .v-dialog > .v-overlay__content > .v-sheet,
22463
- .v-dialog > .v-overlay__content > form > .v-card,
22464
- .v-dialog > .v-overlay__content > form > .v-sheet {
22465
- 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));
22616
+ .v-fab--start, .v-fab--left {
22617
+ justify-content: flex-start;
22466
22618
  }
22467
- .v-dialog > .v-overlay__content > .v-card,
22468
- .v-dialog > .v-overlay__content > form > .v-card {
22469
- display: flex;
22470
- flex-direction: column;
22619
+ .v-fab--center {
22620
+ align-items: center;
22621
+ justify-content: center;
22471
22622
  }
22472
- .v-dialog > .v-overlay__content > .v-card > .v-card-item,
22473
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item {
22474
- padding: 16px 24px;
22623
+ .v-fab--end, .v-fab--right {
22624
+ justify-content: flex-end;
22475
22625
  }
22476
- .v-dialog > .v-overlay__content > .v-card > .v-card-item + .v-card-text,
22477
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-item + .v-card-text {
22478
- padding-top: 0;
22626
+ .v-fab--bottom {
22627
+ align-items: flex-end;
22479
22628
  }
22480
- .v-dialog > .v-overlay__content > .v-card > .v-card-text,
22481
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-text {
22482
- font-size: inherit;
22483
- letter-spacing: 0.03125em;
22484
- line-height: inherit;
22485
- padding: 16px 24px 24px;
22629
+ .v-fab--top {
22630
+ align-items: flex-start;
22486
22631
  }
22487
- .v-dialog > .v-overlay__content > .v-card > .v-card-actions,
22488
- .v-dialog > .v-overlay__content > form > .v-card > .v-card-actions {
22489
- justify-content: flex-end;
22490
- }
22491
-
22492
- .v-dialog--fullscreen {
22493
- --v-scrollbar-offset: 0px;
22494
- }
22495
- .v-dialog--fullscreen > .v-overlay__content {
22496
- border-radius: 0;
22497
- margin: 0;
22498
- padding: 0;
22499
- width: 100%;
22500
- height: 100%;
22501
- max-width: 100%;
22502
- max-height: 100%;
22503
- overflow-y: auto;
22504
- top: 0;
22505
- left: 0;
22506
- }
22507
- .v-dialog--fullscreen > .v-overlay__content > .v-card,
22508
- .v-dialog--fullscreen > .v-overlay__content > .v-sheet,
22509
- .v-dialog--fullscreen > .v-overlay__content > form > .v-card,
22510
- .v-dialog--fullscreen > .v-overlay__content > form > .v-sheet {
22511
- min-height: 100%;
22512
- min-width: 100%;
22513
- border-radius: 0;
22514
- }
22515
-
22516
- .v-dialog--scrollable > .v-overlay__content,
22517
- .v-dialog--scrollable > .v-overlay__content > form {
22518
- display: flex;
22519
- }
22520
- .v-dialog--scrollable > .v-overlay__content > .v-card,
22521
- .v-dialog--scrollable > .v-overlay__content > form > .v-card {
22522
- display: flex;
22523
- flex: 1 1 100%;
22524
- flex-direction: column;
22525
- max-height: 100%;
22526
- max-width: 100%;
22527
- }
22528
- .v-dialog--scrollable > .v-overlay__content > .v-card > .v-card-text,
22529
- .v-dialog--scrollable > .v-overlay__content > form > .v-card > .v-card-text {
22530
- -webkit-backface-visibility: hidden;
22531
- backface-visibility: hidden;
22532
- overflow-y: auto;
22533
- }.v-empty-state {
22534
- align-items: center;
22535
- display: flex;
22536
- flex-direction: column;
22537
- justify-content: center;
22538
- min-height: 100%;
22539
- padding: 16px;
22540
- }
22541
- .v-empty-state--start {
22542
- align-items: flex-start;
22543
- }
22544
- .v-empty-state--center {
22545
- align-items: center;
22546
- }
22547
- .v-empty-state--end {
22548
- align-items: flex-end;
22549
- }
22550
-
22551
- .v-empty-state__media {
22552
- text-align: center;
22553
- width: 100%;
22554
- }
22555
- .v-empty-state__media .v-icon {
22556
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22557
- }
22558
-
22559
- .v-empty-state__headline {
22560
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
22561
- font-size: 3.75rem;
22562
- font-weight: 300;
22563
- line-height: 1;
22564
- text-align: center;
22565
- margin-bottom: 8px;
22566
- }
22567
- .v-empty-state--mobile .v-empty-state__headline {
22568
- font-size: 2.125rem;
22569
- }
22570
-
22571
- .v-empty-state__title {
22572
- font-size: 1.25rem;
22573
- font-weight: 500;
22574
- line-height: 1.6;
22575
- margin-bottom: 4px;
22576
- text-align: center;
22577
- }
22578
-
22579
- .v-empty-state__text {
22580
- font-size: 0.875rem;
22581
- font-weight: 400;
22582
- line-height: 1.425;
22583
- padding: 0 16px;
22584
- text-align: center;
22585
- }
22586
-
22587
- .v-empty-state__content {
22588
- padding: 24px 0;
22589
- }
22590
-
22591
- .v-empty-state__actions {
22592
- display: flex;
22593
- gap: 8px;
22594
- padding: 16px;
22595
- }
22596
-
22597
- .v-empty-state__action-btn.v-btn {
22598
- background-color: initial;
22599
- color: initial;
22600
- }.v-fab {
22601
- align-items: center;
22602
- display: inline-flex;
22603
- flex: 1 1 auto;
22604
- pointer-events: none;
22605
- position: relative;
22606
- transition-duration: 0.2s;
22607
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22608
- vertical-align: middle;
22609
- }
22610
- .v-fab .v-btn {
22611
- pointer-events: auto;
22612
- }
22613
- .v-fab .v-btn--variant-elevated {
22614
- 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));
22615
- }
22616
- .v-fab--app, .v-fab--absolute {
22617
- display: flex;
22618
- }
22619
- .v-fab--start, .v-fab--left {
22620
- justify-content: flex-start;
22621
- }
22622
- .v-fab--center {
22623
- align-items: center;
22624
- justify-content: center;
22625
- }
22626
- .v-fab--end, .v-fab--right {
22627
- justify-content: flex-end;
22628
- }
22629
- .v-fab--bottom {
22630
- align-items: flex-end;
22631
- }
22632
- .v-fab--top {
22633
- align-items: flex-start;
22634
- }
22635
- .v-fab--extended .v-btn {
22636
- border-radius: 9999px !important;
22632
+ .v-fab--extended .v-btn {
22633
+ border-radius: 9999px !important;
22637
22634
  }
22638
22635
 
22639
22636
  .v-fab__container {
@@ -22666,71 +22663,6 @@ html.overflow-y-hidden {
22666
22663
  }
22667
22664
  .v-fab--right .v-fab__container, .v-fab--end .v-fab__container {
22668
22665
  right: 0;
22669
- }.v-file-input--hide.v-input .v-field,
22670
- .v-file-input--hide.v-input .v-input__control,
22671
- .v-file-input--hide.v-input .v-input__details {
22672
- display: none;
22673
- }
22674
- .v-file-input--hide.v-input .v-input__prepend {
22675
- grid-area: control;
22676
- margin: 0 auto;
22677
- }
22678
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
22679
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
22680
- .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
22681
- .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
22682
- top: 0px;
22683
- }
22684
- .v-file-input input[type=file] {
22685
- height: 100%;
22686
- left: 0;
22687
- opacity: 0;
22688
- position: absolute;
22689
- top: 0;
22690
- width: 100%;
22691
- z-index: 1;
22692
- }
22693
- .v-file-input .v-input__details {
22694
- padding-inline: 16px;
22695
- }
22696
- .v-input--plain-underlined.v-file-input .v-input__details {
22697
- padding-inline: 0;
22698
- }.v-footer {
22699
- align-items: center;
22700
- display: flex;
22701
- flex: 1 1 auto;
22702
- padding: 8px 16px;
22703
- position: relative;
22704
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
22705
- transition-property: height, width, transform, max-width, left, right, top, bottom;
22706
- }
22707
- .v-footer {
22708
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
22709
- border-style: solid;
22710
- border-width: 0;
22711
- }
22712
- .v-footer--border {
22713
- border-width: thin;
22714
- box-shadow: none;
22715
- }
22716
- .v-footer {
22717
- 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));
22718
- }
22719
- .v-footer--absolute {
22720
- position: absolute;
22721
- }
22722
- .v-footer--fixed {
22723
- position: fixed;
22724
- }
22725
- .v-footer {
22726
- border-radius: 0;
22727
- }
22728
- .v-footer {
22729
- background: rgb(var(--v-theme-surface));
22730
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
22731
- }
22732
- .v-footer--rounded {
22733
- border-radius: 4px;
22734
22666
  }/* region INPUT */
22735
22667
  .v-field {
22736
22668
  display: grid;
@@ -23314,74 +23246,52 @@ textarea.v-field__input::placeholder {
23314
23246
  opacity: 0;
23315
23247
  }
23316
23248
 
23317
- /* endregion */.v-img {
23318
- --v-theme-overlay-multiplier: 3;
23319
- z-index: 0;
23249
+ /* endregion */.v-file-input--hide.v-input .v-field,
23250
+ .v-file-input--hide.v-input .v-input__control,
23251
+ .v-file-input--hide.v-input .v-input__details {
23252
+ display: none;
23320
23253
  }
23321
- .v-img.v-img--absolute {
23254
+ .v-file-input--hide.v-input .v-input__prepend {
23255
+ grid-area: control;
23256
+ margin: 0 auto;
23257
+ }
23258
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,
23259
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,
23260
+ .v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,
23261
+ .v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating {
23262
+ top: 0px;
23263
+ }
23264
+ .v-file-input input[type=file] {
23322
23265
  height: 100%;
23323
23266
  left: 0;
23324
- overflow: hidden;
23267
+ opacity: 0;
23325
23268
  position: absolute;
23326
23269
  top: 0;
23327
23270
  width: 100%;
23328
- z-index: -1;
23271
+ z-index: 1;
23329
23272
  }
23330
- .v-img--booting .v-responsive__sizer {
23331
- transition: none;
23273
+ .v-file-input .v-input__details {
23274
+ padding-inline: 16px;
23332
23275
  }
23333
- .v-img--rounded {
23334
- border-radius: 4px;
23335
- }
23336
-
23337
- .v-img__img,
23338
- .v-img__picture,
23339
- .v-img__gradient,
23340
- .v-img__placeholder,
23341
- .v-img__error {
23342
- z-index: -1;
23343
- }
23344
- .v-img__img,
23345
- .v-img__picture,
23346
- .v-img__gradient,
23347
- .v-img__placeholder,
23348
- .v-img__error {
23349
- position: absolute;
23350
- top: 0;
23351
- left: 0;
23352
- width: 100%;
23353
- height: 100%;
23354
- }
23355
-
23356
- .v-img__img--preload {
23357
- filter: blur(4px);
23358
- }
23359
- .v-img__img--contain {
23360
- object-fit: contain;
23361
- }
23362
- .v-img__img--cover {
23363
- object-fit: cover;
23364
- }
23365
-
23366
- .v-img__gradient {
23367
- background-repeat: no-repeat;
23368
- }.v-icon {
23369
- --v-icon-size-multiplier: 1;
23370
- align-items: center;
23371
- display: inline-flex;
23372
- font-feature-settings: "liga";
23373
- height: 1em;
23374
- justify-content: center;
23375
- letter-spacing: normal;
23376
- line-height: 1;
23377
- position: relative;
23378
- text-indent: 0;
23379
- text-align: center;
23380
- -webkit-user-select: none;
23381
- user-select: none;
23382
- vertical-align: middle;
23383
- width: 1em;
23384
- min-width: 1em;
23276
+ .v-input--plain-underlined.v-file-input .v-input__details {
23277
+ padding-inline: 0;
23278
+ }.v-icon {
23279
+ --v-icon-size-multiplier: 1;
23280
+ align-items: center;
23281
+ display: inline-flex;
23282
+ font-feature-settings: "liga";
23283
+ height: 1em;
23284
+ justify-content: center;
23285
+ letter-spacing: normal;
23286
+ line-height: 1;
23287
+ position: relative;
23288
+ text-indent: 0;
23289
+ text-align: center;
23290
+ -webkit-user-select: none;
23291
+ user-select: none;
23292
+ vertical-align: middle;
23293
+ width: 1em;
23294
+ min-width: 1em;
23385
23295
  }
23386
23296
  .v-icon--clickable {
23387
23297
  cursor: pointer;
@@ -23418,6 +23328,98 @@ textarea.v-field__input::placeholder {
23418
23328
 
23419
23329
  .v-icon--end {
23420
23330
  margin-inline-start: 8px;
23331
+ }.v-footer {
23332
+ align-items: center;
23333
+ display: flex;
23334
+ flex: 1 1 auto;
23335
+ padding: 8px 16px;
23336
+ position: relative;
23337
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23338
+ transition-property: height, width, transform, max-width, left, right, top, bottom;
23339
+ }
23340
+ .v-footer {
23341
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
23342
+ border-style: solid;
23343
+ border-width: 0;
23344
+ }
23345
+ .v-footer--border {
23346
+ border-width: thin;
23347
+ box-shadow: none;
23348
+ }
23349
+ .v-footer {
23350
+ 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));
23351
+ }
23352
+ .v-footer--absolute {
23353
+ position: absolute;
23354
+ }
23355
+ .v-footer--fixed {
23356
+ position: fixed;
23357
+ }
23358
+ .v-footer {
23359
+ border-radius: 0;
23360
+ }
23361
+ .v-footer {
23362
+ background: rgb(var(--v-theme-surface));
23363
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
23364
+ }
23365
+ .v-footer--rounded {
23366
+ border-radius: 4px;
23367
+ }.v-img {
23368
+ --v-theme-overlay-multiplier: 3;
23369
+ z-index: 0;
23370
+ }
23371
+ .v-img.v-img--absolute {
23372
+ height: 100%;
23373
+ left: 0;
23374
+ overflow: hidden;
23375
+ position: absolute;
23376
+ top: 0;
23377
+ width: 100%;
23378
+ z-index: -1;
23379
+ }
23380
+ .v-img--booting .v-responsive__sizer {
23381
+ transition: none;
23382
+ }
23383
+ .v-img--rounded {
23384
+ border-radius: 4px;
23385
+ }
23386
+
23387
+ .v-img__img,
23388
+ .v-img__picture,
23389
+ .v-img__gradient,
23390
+ .v-img__placeholder,
23391
+ .v-img__error {
23392
+ z-index: -1;
23393
+ }
23394
+ .v-img__img,
23395
+ .v-img__picture,
23396
+ .v-img__gradient,
23397
+ .v-img__placeholder,
23398
+ .v-img__error {
23399
+ position: absolute;
23400
+ top: 0;
23401
+ left: 0;
23402
+ width: 100%;
23403
+ height: 100%;
23404
+ }
23405
+
23406
+ .v-img__img--preload {
23407
+ filter: blur(4px);
23408
+ }
23409
+ .v-img__img--contain {
23410
+ object-fit: contain;
23411
+ }
23412
+ .v-img__img--cover {
23413
+ object-fit: cover;
23414
+ }
23415
+
23416
+ .v-img__gradient {
23417
+ background-repeat: no-repeat;
23418
+ }.v-item-group {
23419
+ flex: 0 1 auto;
23420
+ max-width: 100%;
23421
+ position: relative;
23422
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23421
23423
  }.v-infinite-scroll--horizontal {
23422
23424
  display: flex;
23423
23425
  flex-direction: row;
@@ -23443,11 +23445,6 @@ textarea.v-field__input::placeholder {
23443
23445
  display: flex;
23444
23446
  justify-content: center;
23445
23447
  padding: 8px;
23446
- }.v-item-group {
23447
- flex: 0 1 auto;
23448
- max-width: 100%;
23449
- position: relative;
23450
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23451
23448
  }.v-input {
23452
23449
  display: grid;
23453
23450
  flex: 1 1 auto;
@@ -23590,23 +23587,6 @@ textarea.v-field__input::placeholder {
23590
23587
 
23591
23588
  .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
23592
23589
  padding-top: calc(var(--v-input-padding-top) + 0px);
23593
- }.v-layout-item {
23594
- position: absolute;
23595
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23596
- }
23597
-
23598
- .v-layout-item--absolute {
23599
- position: absolute;
23600
- }.v-layout {
23601
- --v-scrollbar-offset: 0px;
23602
- display: flex;
23603
- flex: 1 1 auto;
23604
- }
23605
- .v-layout--full-height {
23606
- --v-scrollbar-offset: inherit;
23607
- height: 100%;
23608
- }.v-locale-provider {
23609
- display: contents;
23610
23590
  }.v-label {
23611
23591
  align-items: center;
23612
23592
  color: inherit;
@@ -23622,6 +23602,58 @@ textarea.v-field__input::placeholder {
23622
23602
 
23623
23603
  .v-label--clickable {
23624
23604
  cursor: pointer;
23605
+ }.v-menu > .v-overlay__content {
23606
+ display: flex;
23607
+ flex-direction: column;
23608
+ }
23609
+ .v-menu > .v-overlay__content {
23610
+ border-radius: 4px;
23611
+ }
23612
+ .v-menu > .v-overlay__content > .v-card,
23613
+ .v-menu > .v-overlay__content > .v-sheet,
23614
+ .v-menu > .v-overlay__content > .v-list {
23615
+ background: rgb(var(--v-theme-surface));
23616
+ border-radius: inherit;
23617
+ overflow: auto;
23618
+ height: 100%;
23619
+ }
23620
+ .v-menu > .v-overlay__content > .v-card,
23621
+ .v-menu > .v-overlay__content > .v-sheet,
23622
+ .v-menu > .v-overlay__content > .v-list {
23623
+ 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));
23624
+ }.v-locale-provider {
23625
+ display: contents;
23626
+ }.v-layout {
23627
+ --v-scrollbar-offset: 0px;
23628
+ display: flex;
23629
+ flex: 1 1 auto;
23630
+ }
23631
+ .v-layout--full-height {
23632
+ --v-scrollbar-offset: inherit;
23633
+ height: 100%;
23634
+ }.v-layout-item {
23635
+ position: absolute;
23636
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
23637
+ }
23638
+
23639
+ .v-layout-item--absolute {
23640
+ position: absolute;
23641
+ }.v-messages {
23642
+ flex: 1 1 auto;
23643
+ font-size: 12px;
23644
+ min-height: 14px;
23645
+ min-width: 1px;
23646
+ opacity: var(--v-medium-emphasis-opacity);
23647
+ position: relative;
23648
+ }
23649
+ .v-messages__message {
23650
+ line-height: 12px;
23651
+ word-break: break-word;
23652
+ overflow-wrap: break-word;
23653
+ word-wrap: break-word;
23654
+ -webkit-hyphens: auto;
23655
+ hyphens: auto;
23656
+ transition-duration: 150ms;
23625
23657
  }.v-list {
23626
23658
  overflow: auto;
23627
23659
  padding: 8px 0;
@@ -24197,92 +24229,27 @@ textarea.v-field__input::placeholder {
24197
24229
  }
24198
24230
  .v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay {
24199
24231
  opacity: calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier));
24200
- }.v-menu > .v-overlay__content {
24232
+ }.v-navigation-drawer {
24233
+ -webkit-overflow-scrolling: touch;
24234
+ background: rgb(var(--v-theme-surface));
24201
24235
  display: flex;
24202
24236
  flex-direction: column;
24203
- }
24204
- .v-menu > .v-overlay__content {
24205
- border-radius: 4px;
24206
- }
24207
- .v-menu > .v-overlay__content > .v-card,
24208
- .v-menu > .v-overlay__content > .v-sheet,
24209
- .v-menu > .v-overlay__content > .v-list {
24210
- background: rgb(var(--v-theme-surface));
24211
- border-radius: inherit;
24212
- overflow: auto;
24213
24237
  height: 100%;
24214
- }
24215
- .v-menu > .v-overlay__content > .v-card,
24216
- .v-menu > .v-overlay__content > .v-sheet,
24217
- .v-menu > .v-overlay__content > .v-list {
24218
- 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));
24219
- }.v-main {
24220
- flex: 1 0 auto;
24221
24238
  max-width: 100%;
24222
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24223
- padding-left: var(--v-layout-left);
24224
- padding-right: var(--v-layout-right);
24225
- padding-top: var(--v-layout-top);
24226
- padding-bottom: var(--v-layout-bottom);
24239
+ pointer-events: auto;
24240
+ transition-duration: 0.2s;
24241
+ transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
24242
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24243
+ position: absolute;
24227
24244
  }
24228
- .v-main__scroller {
24229
- max-width: 100%;
24230
- position: relative;
24245
+ .v-navigation-drawer {
24246
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24247
+ border-style: solid;
24248
+ border-width: 0;
24231
24249
  }
24232
- .v-main--scrollable {
24233
- display: flex;
24234
- }
24235
- .v-main--scrollable {
24236
- position: absolute;
24237
- top: 0;
24238
- left: 0;
24239
- width: 100%;
24240
- height: 100%;
24241
- }
24242
- .v-main--scrollable > .v-main__scroller {
24243
- flex: 1 1 auto;
24244
- overflow-y: auto;
24245
- --v-layout-left: 0px;
24246
- --v-layout-right: 0px;
24247
- --v-layout-top: 0px;
24248
- --v-layout-bottom: 0px;
24249
- }.v-messages {
24250
- flex: 1 1 auto;
24251
- font-size: 12px;
24252
- min-height: 14px;
24253
- min-width: 1px;
24254
- opacity: var(--v-medium-emphasis-opacity);
24255
- position: relative;
24256
- }
24257
- .v-messages__message {
24258
- line-height: 12px;
24259
- word-break: break-word;
24260
- overflow-wrap: break-word;
24261
- word-wrap: break-word;
24262
- -webkit-hyphens: auto;
24263
- hyphens: auto;
24264
- transition-duration: 150ms;
24265
- }.v-navigation-drawer {
24266
- -webkit-overflow-scrolling: touch;
24267
- background: rgb(var(--v-theme-surface));
24268
- display: flex;
24269
- flex-direction: column;
24270
- height: 100%;
24271
- max-width: 100%;
24272
- pointer-events: auto;
24273
- transition-duration: 0.2s;
24274
- transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom;
24275
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
24276
- position: absolute;
24277
- }
24278
- .v-navigation-drawer {
24279
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
24280
- border-style: solid;
24281
- border-width: 0;
24282
- }
24283
- .v-navigation-drawer--border {
24284
- border-width: thin;
24285
- box-shadow: none;
24250
+ .v-navigation-drawer--border {
24251
+ border-width: thin;
24252
+ box-shadow: none;
24286
24253
  }
24287
24254
  .v-navigation-drawer {
24288
24255
  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));
@@ -24370,14 +24337,94 @@ textarea.v-field__input::placeholder {
24370
24337
  .v-navigation-drawer__append {
24371
24338
  flex: none;
24372
24339
  overflow: hidden;
24373
- }.v-pagination__list {
24374
- display: inline-flex;
24375
- list-style-type: none;
24340
+ }.v-main {
24341
+ flex: 1 0 auto;
24342
+ max-width: 100%;
24343
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24344
+ padding-left: var(--v-layout-left);
24345
+ padding-right: var(--v-layout-right);
24346
+ padding-top: var(--v-layout-top);
24347
+ padding-bottom: var(--v-layout-bottom);
24348
+ }
24349
+ .v-main__scroller {
24350
+ max-width: 100%;
24351
+ position: relative;
24352
+ }
24353
+ .v-main--scrollable {
24354
+ display: flex;
24355
+ }
24356
+ .v-main--scrollable {
24357
+ position: absolute;
24358
+ top: 0;
24359
+ left: 0;
24360
+ width: 100%;
24361
+ height: 100%;
24362
+ }
24363
+ .v-main--scrollable > .v-main__scroller {
24364
+ flex: 1 1 auto;
24365
+ overflow-y: auto;
24366
+ --v-layout-left: 0px;
24367
+ --v-layout-right: 0px;
24368
+ --v-layout-top: 0px;
24369
+ --v-layout-bottom: 0px;
24370
+ }.v-otp-input {
24371
+ align-items: center;
24372
+ display: flex;
24373
+ justify-content: center;
24374
+ padding: 0.5rem 0;
24375
+ position: relative;
24376
+ }
24377
+ .v-otp-input {
24378
+ border-radius: 4px;
24379
+ }
24380
+ .v-otp-input .v-field {
24381
+ height: 100%;
24382
+ }
24383
+
24384
+ .v-otp-input__divider {
24385
+ margin: 0 8px;
24386
+ }
24387
+
24388
+ .v-otp-input__content {
24389
+ align-items: center;
24390
+ display: flex;
24391
+ gap: 0.5rem;
24392
+ height: 64px;
24393
+ padding: 0.5rem;
24376
24394
  justify-content: center;
24395
+ max-width: 320px;
24396
+ position: relative;
24397
+ border-radius: inherit;
24398
+ }
24399
+ .v-otp-input--divided .v-otp-input__content {
24400
+ max-width: 360px;
24401
+ }
24402
+
24403
+ .v-otp-input__field {
24404
+ color: inherit;
24405
+ font-size: 1.25rem;
24406
+ height: 100%;
24407
+ outline: none;
24408
+ text-align: center;
24377
24409
  width: 100%;
24378
24410
  }
24379
- .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
24380
- margin: 0.3rem;
24411
+ .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24412
+ -webkit-appearance: none;
24413
+ margin: 0;
24414
+ }
24415
+ .v-otp-input__field[type=number] {
24416
+ -moz-appearance: textfield;
24417
+ }
24418
+
24419
+ .v-otp-input__loader {
24420
+ align-items: center;
24421
+ display: flex;
24422
+ height: 100%;
24423
+ justify-content: center;
24424
+ width: 100%;
24425
+ }
24426
+ .v-otp-input__loader .v-progress-linear {
24427
+ position: absolute;
24381
24428
  }.v-overlay-container {
24382
24429
  contain: layout;
24383
24430
  left: 0;
@@ -24441,64 +24488,6 @@ html.v-overlay-scroll-blocked {
24441
24488
 
24442
24489
  .v-overlay--scroll-blocked {
24443
24490
  padding-inline-end: var(--v-scrollbar-offset);
24444
- }.v-otp-input {
24445
- align-items: center;
24446
- display: flex;
24447
- justify-content: center;
24448
- padding: 0.5rem 0;
24449
- position: relative;
24450
- }
24451
- .v-otp-input {
24452
- border-radius: 4px;
24453
- }
24454
- .v-otp-input .v-field {
24455
- height: 100%;
24456
- }
24457
-
24458
- .v-otp-input__divider {
24459
- margin: 0 8px;
24460
- }
24461
-
24462
- .v-otp-input__content {
24463
- align-items: center;
24464
- display: flex;
24465
- gap: 0.5rem;
24466
- height: 64px;
24467
- padding: 0.5rem;
24468
- justify-content: center;
24469
- max-width: 320px;
24470
- position: relative;
24471
- border-radius: inherit;
24472
- }
24473
- .v-otp-input--divided .v-otp-input__content {
24474
- max-width: 360px;
24475
- }
24476
-
24477
- .v-otp-input__field {
24478
- color: inherit;
24479
- font-size: 1.25rem;
24480
- height: 100%;
24481
- outline: none;
24482
- text-align: center;
24483
- width: 100%;
24484
- }
24485
- .v-otp-input__field[type=number]::-webkit-outer-spin-button, .v-otp-input__field[type=number]::-webkit-inner-spin-button {
24486
- -webkit-appearance: none;
24487
- margin: 0;
24488
- }
24489
- .v-otp-input__field[type=number] {
24490
- -moz-appearance: textfield;
24491
- }
24492
-
24493
- .v-otp-input__loader {
24494
- align-items: center;
24495
- display: flex;
24496
- height: 100%;
24497
- justify-content: center;
24498
- width: 100%;
24499
- }
24500
- .v-otp-input__loader .v-progress-linear {
24501
- position: absolute;
24502
24491
  }.v-progress-circular {
24503
24492
  align-items: center;
24504
24493
  display: inline-flex;
@@ -24607,6 +24596,26 @@ html.v-overlay-scroll-blocked {
24607
24596
  }
24608
24597
  .v-parallax--active > .v-img__img {
24609
24598
  will-change: transform;
24599
+ }.v-pagination__list {
24600
+ display: inline-flex;
24601
+ list-style-type: none;
24602
+ justify-content: center;
24603
+ width: 100%;
24604
+ }
24605
+ .v-pagination__item, .v-pagination__first, .v-pagination__prev, .v-pagination__next, .v-pagination__last {
24606
+ margin: 0.3rem;
24607
+ }.v-radio-group > .v-input__control {
24608
+ flex-direction: column;
24609
+ }
24610
+ .v-radio-group > .v-input__control > .v-label {
24611
+ margin-inline-start: 16px;
24612
+ }
24613
+ .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24614
+ padding-inline-start: 6px;
24615
+ margin-top: 8px;
24616
+ }
24617
+ .v-radio-group .v-input__details {
24618
+ padding-inline: 16px;
24610
24619
  }.v-progress-linear {
24611
24620
  background: transparent;
24612
24621
  overflow: hidden;
@@ -24835,70 +24844,59 @@ html.v-overlay-scroll-blocked {
24835
24844
  0% {
24836
24845
  background-position-x: var(--v-progress-linear-height);
24837
24846
  }
24838
- }.v-radio-group > .v-input__control {
24847
+ }.v-rating {
24848
+ max-width: 100%;
24849
+ display: inline-flex;
24850
+ white-space: nowrap;
24851
+ }
24852
+ .v-rating--readonly {
24853
+ pointer-events: none;
24854
+ }
24855
+
24856
+ .v-rating__wrapper {
24857
+ align-items: center;
24858
+ display: inline-flex;
24839
24859
  flex-direction: column;
24840
24860
  }
24841
- .v-radio-group > .v-input__control > .v-label {
24842
- margin-inline-start: 16px;
24861
+ .v-rating__wrapper--bottom {
24862
+ flex-direction: column-reverse;
24843
24863
  }
24844
- .v-radio-group > .v-input__control > .v-label + .v-selection-control-group {
24845
- padding-inline-start: 6px;
24846
- margin-top: 8px;
24864
+
24865
+ .v-rating__item {
24866
+ display: inline-flex;
24867
+ position: relative;
24847
24868
  }
24848
- .v-radio-group .v-input__details {
24849
- padding-inline: 16px;
24850
- }.v-select .v-field .v-text-field__prefix,
24851
- .v-select .v-field .v-text-field__suffix,
24852
- .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24869
+ .v-rating__item label {
24853
24870
  cursor: pointer;
24854
24871
  }
24855
- .v-select .v-field .v-field__input > input {
24856
- align-self: flex-start;
24872
+ .v-rating__item .v-btn--variant-plain {
24857
24873
  opacity: 1;
24858
- flex: 0 0;
24859
- position: absolute;
24860
- width: 100%;
24861
- transition: none;
24862
- pointer-events: none;
24863
- caret-color: transparent;
24864
24874
  }
24865
- .v-select .v-field--dirty .v-select__selection {
24866
- margin-inline-end: 2px;
24867
- }
24868
- .v-select .v-select__selection-text {
24869
- overflow: hidden;
24870
- text-overflow: ellipsis;
24871
- white-space: nowrap;
24872
- }
24873
- .v-select__content {
24874
- overflow: hidden;
24875
- }
24876
- .v-select__content {
24877
- 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));
24875
+ .v-rating__item .v-btn {
24876
+ transition-property: transform;
24878
24877
  }
24879
- .v-select__content {
24880
- border-radius: 4px;
24878
+ .v-rating__item .v-btn .v-icon {
24879
+ transition: inherit;
24880
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24881
24881
  }
24882
- .v-select__selection {
24883
- display: inline-flex;
24884
- align-items: center;
24885
- letter-spacing: inherit;
24886
- line-height: inherit;
24887
- max-width: 100%;
24882
+ .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24883
+ transform: scale(1.25);
24888
24884
  }
24889
- .v-select .v-select__selection:first-child {
24890
- margin-inline-start: 0;
24885
+ .v-rating__item--half {
24886
+ overflow: hidden;
24887
+ position: absolute;
24888
+ clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
24889
+ z-index: 1;
24891
24890
  }
24892
- .v-select--selected .v-field .v-field__input > input {
24891
+ .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24893
24892
  opacity: 0;
24894
24893
  }
24895
- .v-select__menu-icon {
24896
- margin-inline-start: 4px;
24897
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
24898
- }
24899
- .v-select--active-menu .v-select__menu-icon {
24900
- opacity: var(--v-high-emphasis-opacity);
24901
- transform: rotate(180deg);
24894
+
24895
+ .v-rating__hidden {
24896
+ height: 0;
24897
+ opacity: 0;
24898
+ position: absolute;
24899
+ width: 0;
24902
24900
  }.v-slider .v-slider__container input {
24903
24901
  cursor: default;
24904
24902
  padding: 0;
@@ -24956,59 +24954,58 @@ html.v-overlay-scroll-blocked {
24956
24954
 
24957
24955
  .v-slider__label {
24958
24956
  margin-inline-end: 12px;
24959
- }.v-rating {
24960
- max-width: 100%;
24961
- display: inline-flex;
24962
- white-space: nowrap;
24957
+ }.v-select .v-field .v-text-field__prefix,
24958
+ .v-select .v-field .v-text-field__suffix,
24959
+ .v-select .v-field .v-field__input, .v-select .v-field.v-field {
24960
+ cursor: pointer;
24963
24961
  }
24964
- .v-rating--readonly {
24962
+ .v-select .v-field .v-field__input > input {
24963
+ align-self: flex-start;
24964
+ opacity: 1;
24965
+ flex: 0 0;
24966
+ position: absolute;
24967
+ width: 100%;
24968
+ transition: none;
24965
24969
  pointer-events: none;
24970
+ caret-color: transparent;
24966
24971
  }
24967
-
24968
- .v-rating__wrapper {
24969
- align-items: center;
24970
- display: inline-flex;
24971
- flex-direction: column;
24972
- }
24973
- .v-rating__wrapper--bottom {
24974
- flex-direction: column-reverse;
24975
- }
24976
-
24977
- .v-rating__item {
24978
- display: inline-flex;
24979
- position: relative;
24972
+ .v-select .v-field--dirty .v-select__selection {
24973
+ margin-inline-end: 2px;
24980
24974
  }
24981
- .v-rating__item label {
24982
- cursor: pointer;
24975
+ .v-select .v-select__selection-text {
24976
+ overflow: hidden;
24977
+ text-overflow: ellipsis;
24978
+ white-space: nowrap;
24983
24979
  }
24984
- .v-rating__item .v-btn--variant-plain {
24985
- opacity: 1;
24980
+ .v-select__content {
24981
+ overflow: hidden;
24986
24982
  }
24987
- .v-rating__item .v-btn {
24988
- transition-property: transform;
24983
+ .v-select__content {
24984
+ 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));
24989
24985
  }
24990
- .v-rating__item .v-btn .v-icon {
24991
- transition: inherit;
24992
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
24986
+ .v-select__content {
24987
+ border-radius: 4px;
24993
24988
  }
24994
- .v-rating--hover .v-rating__item:hover:not(.v-rating__item--focused) .v-btn {
24995
- transform: scale(1.25);
24989
+ .v-select__selection {
24990
+ display: inline-flex;
24991
+ align-items: center;
24992
+ letter-spacing: inherit;
24993
+ line-height: inherit;
24994
+ max-width: 100%;
24996
24995
  }
24997
- .v-rating__item--half {
24998
- overflow: hidden;
24999
- position: absolute;
25000
- clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
25001
- z-index: 1;
24996
+ .v-select .v-select__selection:first-child {
24997
+ margin-inline-start: 0;
25002
24998
  }
25003
- .v-rating__item--half .v-btn__overlay, .v-rating__item--half:hover .v-btn__overlay {
24999
+ .v-select--selected .v-field .v-field__input > input {
25004
25000
  opacity: 0;
25005
25001
  }
25006
-
25007
- .v-rating__hidden {
25008
- height: 0;
25009
- opacity: 0;
25010
- position: absolute;
25011
- width: 0;
25002
+ .v-select__menu-icon {
25003
+ margin-inline-start: 4px;
25004
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25005
+ }
25006
+ .v-select--active-menu .v-select__menu-icon {
25007
+ opacity: var(--v-high-emphasis-opacity);
25008
+ transform: rotate(180deg);
25012
25009
  }.v-selection-control {
25013
25010
  align-items: center;
25014
25011
  contain: layout;
@@ -25138,61 +25135,50 @@ html.v-overlay-scroll-blocked {
25138
25135
  flex: 1 0 0px;
25139
25136
  transition: padding-bottom 0.2s cubic-bezier(0.4, 0, 0.2, 1);
25140
25137
  pointer-events: none;
25141
- }.v-slide-group {
25138
+ }.v-selection-control-group {
25139
+ grid-area: control;
25142
25140
  display: flex;
25143
- overflow: hidden;
25141
+ flex-direction: column;
25144
25142
  }
25145
-
25146
- .v-slide-group__next,
25147
- .v-slide-group__prev {
25148
- align-items: center;
25149
- display: flex;
25150
- flex: 0 1 52px;
25151
- justify-content: center;
25152
- min-width: 52px;
25153
- cursor: pointer;
25143
+ .v-selection-control-group--inline {
25144
+ flex-direction: row;
25145
+ flex-wrap: wrap;
25146
+ }.v-sheet {
25147
+ display: block;
25154
25148
  }
25155
- .v-slide-group__next--disabled,
25156
- .v-slide-group__prev--disabled {
25157
- pointer-events: none;
25158
- opacity: var(--v-disabled-opacity);
25149
+ .v-sheet {
25150
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25151
+ border-style: solid;
25152
+ border-width: 0;
25159
25153
  }
25160
-
25161
- .v-slide-group__content {
25162
- display: flex;
25163
- flex: 1 0 auto;
25164
- position: relative;
25165
- transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
25166
- white-space: nowrap;
25154
+ .v-sheet--border {
25155
+ border-width: thin;
25156
+ box-shadow: none;
25167
25157
  }
25168
- .v-slide-group__content > * {
25169
- white-space: initial;
25158
+ .v-sheet {
25159
+ 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));
25170
25160
  }
25171
-
25172
- .v-slide-group__container {
25173
- contain: content;
25174
- display: flex;
25175
- flex: 1 1 auto;
25176
- overflow-x: auto;
25177
- overflow-y: hidden;
25178
- scrollbar-width: none;
25179
- scrollbar-color: rgba(0, 0, 0, 0);
25161
+ .v-sheet--absolute {
25162
+ position: absolute;
25180
25163
  }
25181
- .v-slide-group__container::-webkit-scrollbar {
25182
- display: none;
25164
+ .v-sheet--fixed {
25165
+ position: fixed;
25183
25166
  }
25184
-
25185
- .v-slide-group--vertical {
25186
- max-height: inherit;
25167
+ .v-sheet--relative {
25168
+ position: relative;
25187
25169
  }
25188
- .v-slide-group--vertical,
25189
- .v-slide-group--vertical .v-slide-group__container,
25190
- .v-slide-group--vertical .v-slide-group__content {
25191
- flex-direction: column;
25170
+ .v-sheet--sticky {
25171
+ position: sticky;
25192
25172
  }
25193
- .v-slide-group--vertical .v-slide-group__container {
25194
- overflow-x: hidden;
25195
- overflow-y: auto;
25173
+ .v-sheet {
25174
+ border-radius: 0;
25175
+ }
25176
+ .v-sheet {
25177
+ background: rgb(var(--v-theme-surface));
25178
+ color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25179
+ }
25180
+ .v-sheet--rounded {
25181
+ border-radius: 4px;
25196
25182
  }.v-skeleton-loader {
25197
25183
  align-items: center;
25198
25184
  background: rgb(var(--v-theme-surface));
@@ -25418,50 +25404,61 @@ html.v-overlay-scroll-blocked {
25418
25404
  100% {
25419
25405
  transform: translateX(100%);
25420
25406
  }
25421
- }.v-selection-control-group {
25422
- grid-area: control;
25407
+ }.v-slide-group {
25423
25408
  display: flex;
25424
- flex-direction: column;
25425
- }
25426
- .v-selection-control-group--inline {
25427
- flex-direction: row;
25428
- flex-wrap: wrap;
25429
- }.v-sheet {
25430
- display: block;
25409
+ overflow: hidden;
25431
25410
  }
25432
- .v-sheet {
25433
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
25434
- border-style: solid;
25435
- border-width: 0;
25411
+
25412
+ .v-slide-group__next,
25413
+ .v-slide-group__prev {
25414
+ align-items: center;
25415
+ display: flex;
25416
+ flex: 0 1 52px;
25417
+ justify-content: center;
25418
+ min-width: 52px;
25419
+ cursor: pointer;
25436
25420
  }
25437
- .v-sheet--border {
25438
- border-width: thin;
25439
- box-shadow: none;
25421
+ .v-slide-group__next--disabled,
25422
+ .v-slide-group__prev--disabled {
25423
+ pointer-events: none;
25424
+ opacity: var(--v-disabled-opacity);
25440
25425
  }
25441
- .v-sheet {
25442
- 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));
25426
+
25427
+ .v-slide-group__content {
25428
+ display: flex;
25429
+ flex: 1 0 auto;
25430
+ position: relative;
25431
+ transition: 0.2s all cubic-bezier(0.4, 0, 0.2, 1);
25432
+ white-space: nowrap;
25443
25433
  }
25444
- .v-sheet--absolute {
25445
- position: absolute;
25434
+ .v-slide-group__content > * {
25435
+ white-space: initial;
25446
25436
  }
25447
- .v-sheet--fixed {
25448
- position: fixed;
25449
- }
25450
- .v-sheet--relative {
25451
- position: relative;
25437
+
25438
+ .v-slide-group__container {
25439
+ contain: content;
25440
+ display: flex;
25441
+ flex: 1 1 auto;
25442
+ overflow-x: auto;
25443
+ overflow-y: hidden;
25444
+ scrollbar-width: none;
25445
+ scrollbar-color: rgba(0, 0, 0, 0);
25452
25446
  }
25453
- .v-sheet--sticky {
25454
- position: sticky;
25447
+ .v-slide-group__container::-webkit-scrollbar {
25448
+ display: none;
25455
25449
  }
25456
- .v-sheet {
25457
- border-radius: 0;
25450
+
25451
+ .v-slide-group--vertical {
25452
+ max-height: inherit;
25458
25453
  }
25459
- .v-sheet {
25460
- background: rgb(var(--v-theme-surface));
25461
- color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
25454
+ .v-slide-group--vertical,
25455
+ .v-slide-group--vertical .v-slide-group__container,
25456
+ .v-slide-group--vertical .v-slide-group__content {
25457
+ flex-direction: column;
25462
25458
  }
25463
- .v-sheet--rounded {
25464
- border-radius: 4px;
25459
+ .v-slide-group--vertical .v-slide-group__container {
25460
+ overflow-x: hidden;
25461
+ overflow-y: auto;
25465
25462
  }.v-snackbar {
25466
25463
  justify-content: center;
25467
25464
  z-index: 10000;
@@ -25643,157 +25640,6 @@ html.v-overlay-scroll-blocked {
25643
25640
  }
25644
25641
  .v-speed-dial__content > *:nth-child(10) {
25645
25642
  transition-delay: 0.45s;
25646
- }.v-stepper.v-sheet {
25647
- overflow: hidden;
25648
- }
25649
- .v-stepper.v-sheet {
25650
- 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));
25651
- }
25652
- .v-stepper.v-sheet {
25653
- border-radius: 4px;
25654
- }
25655
- .v-stepper.v-sheet.v-stepper--flat {
25656
- 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));
25657
- }
25658
-
25659
- .v-stepper-header {
25660
- align-items: center;
25661
- display: flex;
25662
- position: relative;
25663
- overflow-x: auto;
25664
- justify-content: space-between;
25665
- z-index: 1;
25666
- }
25667
- .v-stepper-header {
25668
- 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));
25669
- }
25670
- .v-stepper-header .v-divider {
25671
- margin: 0 -16px;
25672
- }
25673
- .v-stepper-header .v-divider:last-child {
25674
- margin-inline-end: 0;
25675
- }
25676
- .v-stepper-header .v-divider:first-child {
25677
- margin-inline-start: 0;
25678
- }
25679
- .v-stepper--alt-labels .v-stepper-header {
25680
- height: auto;
25681
- }
25682
- .v-stepper--alt-labels .v-stepper-header .v-divider {
25683
- align-self: flex-start;
25684
- margin: 35px -67px 0;
25685
- }
25686
-
25687
- .v-stepper-window {
25688
- margin: 1.5rem;
25689
- }
25690
-
25691
- .v-stepper-actions {
25692
- display: flex;
25693
- align-items: center;
25694
- justify-content: space-between;
25695
- padding: 1rem;
25696
- }
25697
- .v-stepper .v-stepper-actions {
25698
- padding: 0 1.5rem 1rem;
25699
- }
25700
- .v-stepper-window-item .v-stepper-actions {
25701
- padding: 1.5rem 0 0;
25702
- }.v-tab.v-tab.v-btn {
25703
- height: var(--v-tabs-height);
25704
- border-radius: 0;
25705
- min-width: 90px;
25706
- }
25707
- .v-slide-group--horizontal .v-tab {
25708
- max-width: 360px;
25709
- }
25710
- .v-slide-group--vertical .v-tab {
25711
- justify-content: start;
25712
- }
25713
-
25714
- .v-tab__slider {
25715
- position: absolute;
25716
- bottom: 0;
25717
- left: 0;
25718
- height: 2px;
25719
- width: 100%;
25720
- background: currentColor;
25721
- pointer-events: none;
25722
- opacity: 0;
25723
- }
25724
- .v-tab--selected .v-tab__slider {
25725
- opacity: 1;
25726
- }
25727
- .v-slide-group--vertical .v-tab__slider {
25728
- top: 0;
25729
- height: 100%;
25730
- width: 2px;
25731
- }.v-tabs {
25732
- display: flex;
25733
- height: var(--v-tabs-height);
25734
- }
25735
- .v-tabs--density-default {
25736
- --v-tabs-height: 48px;
25737
- }
25738
- .v-tabs--density-default.v-tabs--stacked {
25739
- --v-tabs-height: 72px;
25740
- }
25741
-
25742
- .v-tabs--density-comfortable {
25743
- --v-tabs-height: 44px;
25744
- }
25745
- .v-tabs--density-comfortable.v-tabs--stacked {
25746
- --v-tabs-height: 68px;
25747
- }
25748
-
25749
- .v-tabs--density-compact {
25750
- --v-tabs-height: 36px;
25751
- }
25752
- .v-tabs--density-compact.v-tabs--stacked {
25753
- --v-tabs-height: 60px;
25754
- }
25755
-
25756
- .v-tabs.v-slide-group--vertical {
25757
- height: auto;
25758
- flex: none;
25759
- --v-tabs-height: 48px;
25760
- }
25761
-
25762
- .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
25763
- margin-inline-start: 42px;
25764
- }
25765
-
25766
- .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
25767
- .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
25768
- margin-inline-end: auto;
25769
- }
25770
- .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
25771
- .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
25772
- margin-inline-start: auto;
25773
- }
25774
-
25775
- .v-tabs--grow {
25776
- flex-grow: 1;
25777
- }
25778
- .v-tabs--grow .v-tab {
25779
- flex: 1 0 auto;
25780
- max-width: none;
25781
- }
25782
-
25783
- .v-tabs--align-tabs-end .v-tab:first-child {
25784
- margin-inline-start: auto;
25785
- }
25786
- .v-tabs--align-tabs-end .v-tab:last-child {
25787
- margin-inline-end: 0;
25788
- }
25789
-
25790
- @media (max-width: 1279.98px) {
25791
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
25792
- margin-inline-start: 52px;
25793
- }
25794
- .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
25795
- margin-inline-end: 52px;
25796
- }
25797
25643
  }.v-stepper-item {
25798
25644
  align-items: center;
25799
25645
  align-self: stretch;
@@ -25913,112 +25759,62 @@ html.v-overlay-scroll-blocked {
25913
25759
  left: 0;
25914
25760
  width: 100%;
25915
25761
  height: 100%;
25916
- }/* region BLOCK */
25917
- .v-text-field input {
25918
- color: inherit;
25919
- opacity: 0;
25920
- flex: 1;
25921
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25922
- min-width: 0;
25923
- }
25924
- .v-text-field input:focus, .v-text-field input:active {
25925
- outline: none;
25762
+ }.v-stepper.v-sheet {
25763
+ overflow: hidden;
25926
25764
  }
25927
- .v-text-field input:invalid {
25928
- box-shadow: none;
25765
+ .v-stepper.v-sheet {
25766
+ 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));
25929
25767
  }
25930
- .v-text-field .v-field {
25931
- cursor: text;
25768
+ .v-stepper.v-sheet {
25769
+ border-radius: 4px;
25932
25770
  }
25933
- .v-text-field--prefixed.v-text-field .v-field__input {
25934
- --v-field-padding-start: 6px;
25771
+ .v-stepper.v-sheet.v-stepper--flat {
25772
+ 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));
25935
25773
  }
25936
25774
 
25937
- .v-text-field--suffixed.v-text-field .v-field__input {
25938
- --v-field-padding-end: 0;
25775
+ .v-stepper-header {
25776
+ align-items: center;
25777
+ display: flex;
25778
+ position: relative;
25779
+ overflow-x: auto;
25780
+ justify-content: space-between;
25781
+ z-index: 1;
25939
25782
  }
25940
-
25941
- .v-text-field .v-input__details {
25942
- padding-inline: 16px;
25783
+ .v-stepper-header {
25784
+ 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));
25943
25785
  }
25944
- .v-input--plain-underlined.v-text-field .v-input__details {
25945
- padding-inline: 0;
25786
+ .v-stepper-header .v-divider {
25787
+ margin: 0 -16px;
25946
25788
  }
25947
-
25948
- .v-text-field .v-field--no-label input,
25949
- .v-text-field .v-field--active input {
25950
- opacity: 1;
25789
+ .v-stepper-header .v-divider:last-child {
25790
+ margin-inline-end: 0;
25951
25791
  }
25952
- .v-text-field .v-field--single-line input {
25953
- transition: none;
25792
+ .v-stepper-header .v-divider:first-child {
25793
+ margin-inline-start: 0;
25794
+ }
25795
+ .v-stepper--alt-labels .v-stepper-header {
25796
+ height: auto;
25797
+ }
25798
+ .v-stepper--alt-labels .v-stepper-header .v-divider {
25799
+ align-self: flex-start;
25800
+ margin: 35px -67px 0;
25954
25801
  }
25955
25802
 
25956
- /* endregion */
25957
- /* region ELEMENTS */
25958
- .v-text-field__prefix, .v-text-field__suffix {
25959
- align-items: center;
25960
- color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
25961
- cursor: default;
25803
+ .v-stepper-window {
25804
+ margin: 1.5rem;
25805
+ }
25806
+
25807
+ .v-stepper-actions {
25962
25808
  display: flex;
25963
- opacity: 0;
25964
- transition: inherit;
25965
- white-space: nowrap;
25966
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
25967
- padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
25968
- padding-bottom: var(--v-field-padding-bottom, 6px);
25969
- }
25970
- .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
25971
- opacity: 1;
25972
- }
25973
- .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
25974
- color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
25975
- }
25976
- .v-text-field__prefix {
25977
- padding-inline-start: var(--v-field-padding-start);
25978
- }
25979
- .v-text-field__suffix {
25980
- padding-inline-end: var(--v-field-padding-end);
25981
- }
25982
-
25983
- /* endregion */.v-textarea .v-field {
25984
- --v-textarea-control-height: var(--v-input-control-height);
25985
- }
25986
- .v-textarea .v-field__field {
25987
- --v-input-control-height: var(--v-textarea-control-height);
25988
- }
25989
- .v-textarea .v-field__input {
25990
- flex: 1 1 auto;
25991
- outline: none;
25992
- -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25993
- mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
25994
- }
25995
- .v-textarea .v-field__input.v-textarea__sizer {
25996
- visibility: hidden;
25997
- position: absolute;
25998
- top: 0;
25999
- left: 0;
26000
- height: 0 !important;
26001
- min-height: 0 !important;
26002
- pointer-events: none;
26003
- }
26004
- .v-textarea--no-resize .v-field__input {
26005
- resize: none;
26006
- }
26007
- .v-textarea .v-field--no-label textarea,
26008
- .v-textarea .v-field--active textarea {
26009
- opacity: 1;
26010
- }
26011
- .v-textarea textarea {
26012
- opacity: 0;
26013
- flex: 1;
26014
- min-width: 0;
26015
- transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
25809
+ align-items: center;
25810
+ justify-content: space-between;
25811
+ padding: 1rem;
26016
25812
  }
26017
- .v-textarea textarea:focus, .v-textarea textarea:active {
26018
- outline: none;
25813
+ .v-stepper .v-stepper-actions {
25814
+ padding: 0 1.5rem 1rem;
26019
25815
  }
26020
- .v-textarea textarea:invalid {
26021
- box-shadow: none;
25816
+ .v-stepper-window-item .v-stepper-actions {
25817
+ padding: 1.5rem 0 0;
26022
25818
  }.v-switch .v-label {
26023
25819
  padding-inline-start: 10px;
26024
25820
  }
@@ -26343,6 +26139,115 @@ html.v-overlay-scroll-blocked {
26343
26139
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > td,
26344
26140
  .v-table--fixed-footer > .v-table__wrapper > table > tfoot > tr > th {
26345
26141
  border-top: 0px !important;
26142
+ }/* region BLOCK */
26143
+ .v-text-field input {
26144
+ color: inherit;
26145
+ opacity: 0;
26146
+ flex: 1;
26147
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26148
+ min-width: 0;
26149
+ }
26150
+ .v-text-field input:focus, .v-text-field input:active {
26151
+ outline: none;
26152
+ }
26153
+ .v-text-field input:invalid {
26154
+ box-shadow: none;
26155
+ }
26156
+ .v-text-field .v-field {
26157
+ cursor: text;
26158
+ }
26159
+ .v-text-field--prefixed.v-text-field .v-field__input {
26160
+ --v-field-padding-start: 6px;
26161
+ }
26162
+
26163
+ .v-text-field--suffixed.v-text-field .v-field__input {
26164
+ --v-field-padding-end: 0;
26165
+ }
26166
+
26167
+ .v-text-field .v-input__details {
26168
+ padding-inline: 16px;
26169
+ }
26170
+ .v-input--plain-underlined.v-text-field .v-input__details {
26171
+ padding-inline: 0;
26172
+ }
26173
+
26174
+ .v-text-field .v-field--no-label input,
26175
+ .v-text-field .v-field--active input {
26176
+ opacity: 1;
26177
+ }
26178
+ .v-text-field .v-field--single-line input {
26179
+ transition: none;
26180
+ }
26181
+
26182
+ /* endregion */
26183
+ /* region ELEMENTS */
26184
+ .v-text-field__prefix, .v-text-field__suffix {
26185
+ align-items: center;
26186
+ color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
26187
+ cursor: default;
26188
+ display: flex;
26189
+ opacity: 0;
26190
+ transition: inherit;
26191
+ white-space: nowrap;
26192
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
26193
+ padding-top: calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));
26194
+ padding-bottom: var(--v-field-padding-bottom, 6px);
26195
+ }
26196
+ .v-field--active .v-text-field__prefix, .v-field--active .v-text-field__suffix {
26197
+ opacity: 1;
26198
+ }
26199
+ .v-field--disabled .v-text-field__prefix, .v-field--disabled .v-text-field__suffix {
26200
+ color: rgba(var(--v-theme-on-surface), var(--v-disabled-opacity));
26201
+ }
26202
+ .v-text-field__prefix {
26203
+ padding-inline-start: var(--v-field-padding-start);
26204
+ }
26205
+ .v-text-field__suffix {
26206
+ padding-inline-end: var(--v-field-padding-end);
26207
+ }
26208
+
26209
+ /* endregion */.v-textarea .v-field {
26210
+ --v-textarea-control-height: var(--v-input-control-height);
26211
+ }
26212
+ .v-textarea .v-field__field {
26213
+ --v-input-control-height: var(--v-textarea-control-height);
26214
+ }
26215
+ .v-textarea .v-field__input {
26216
+ flex: 1 1 auto;
26217
+ outline: none;
26218
+ -webkit-mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
26219
+ mask-image: linear-gradient(to bottom, transparent, transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px), black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px));
26220
+ }
26221
+ .v-textarea .v-field__input.v-textarea__sizer {
26222
+ visibility: hidden;
26223
+ position: absolute;
26224
+ top: 0;
26225
+ left: 0;
26226
+ height: 0 !important;
26227
+ min-height: 0 !important;
26228
+ pointer-events: none;
26229
+ }
26230
+ .v-textarea--no-resize .v-field__input {
26231
+ resize: none;
26232
+ }
26233
+ .v-textarea .v-field--no-label textarea,
26234
+ .v-textarea .v-field--active textarea {
26235
+ opacity: 1;
26236
+ }
26237
+ .v-textarea textarea {
26238
+ opacity: 0;
26239
+ flex: 1;
26240
+ min-width: 0;
26241
+ transition: 0.15s opacity cubic-bezier(0.4, 0, 0.2, 1);
26242
+ }
26243
+ .v-textarea textarea:focus, .v-textarea textarea:active {
26244
+ outline: none;
26245
+ }
26246
+ .v-textarea textarea:invalid {
26247
+ box-shadow: none;
26248
+ }.v-theme-provider {
26249
+ background: rgb(var(--v-theme-background));
26250
+ color: rgb(var(--v-theme-on-background));
26346
26251
  }.v-system-bar {
26347
26252
  align-items: center;
26348
26253
  display: flex;
@@ -26386,174 +26291,101 @@ html.v-overlay-scroll-blocked {
26386
26291
  }
26387
26292
  .v-system-bar:not(.v-system-bar--absolute) {
26388
26293
  padding-inline-end: calc(var(--v-scrollbar-offset) + 8px);
26389
- }.v-theme-provider {
26390
- background: rgb(var(--v-theme-background));
26391
- color: rgb(var(--v-theme-on-background));
26392
- }.v-toolbar {
26393
- align-items: flex-start;
26394
- display: flex;
26395
- flex: none;
26396
- flex-direction: column;
26397
- justify-content: space-between;
26398
- max-width: 100%;
26399
- position: relative;
26400
- transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26401
- transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26402
- width: 100%;
26403
- }
26404
- .v-toolbar {
26405
- border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26406
- border-style: solid;
26407
- border-width: 0;
26408
- }
26409
- .v-toolbar--border {
26410
- border-width: thin;
26411
- box-shadow: none;
26412
- }
26413
- .v-toolbar {
26414
- 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));
26415
- }
26416
- .v-toolbar {
26294
+ }.v-tab.v-tab.v-btn {
26295
+ height: var(--v-tabs-height);
26417
26296
  border-radius: 0;
26297
+ min-width: 90px;
26418
26298
  }
26419
- .v-toolbar {
26420
- background: rgb(var(--v-theme-surface-light));
26421
- color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26422
- }
26423
- .v-toolbar--absolute {
26424
- position: absolute;
26425
- }
26426
- .v-toolbar--collapse {
26427
- max-width: 112px;
26428
- overflow: hidden;
26429
- border-end-end-radius: 24px;
26430
- }
26431
- .v-toolbar--collapse .v-toolbar-title {
26432
- display: none;
26433
- }
26434
- .v-toolbar--flat {
26435
- 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));
26436
- }
26437
- .v-toolbar--floating {
26438
- display: inline-flex;
26299
+ .v-slide-group--horizontal .v-tab {
26300
+ max-width: 360px;
26439
26301
  }
26440
- .v-toolbar--rounded {
26441
- border-radius: 4px;
26302
+ .v-slide-group--vertical .v-tab {
26303
+ justify-content: start;
26442
26304
  }
26443
26305
 
26444
- .v-toolbar__content,
26445
- .v-toolbar__extension {
26446
- align-items: center;
26447
- display: flex;
26448
- flex: 0 0 auto;
26449
- position: relative;
26450
- transition: inherit;
26306
+ .v-tab__slider {
26307
+ position: absolute;
26308
+ bottom: 0;
26309
+ left: 0;
26310
+ height: 2px;
26451
26311
  width: 100%;
26312
+ background: currentColor;
26313
+ pointer-events: none;
26314
+ opacity: 0;
26452
26315
  }
26453
-
26454
- .v-toolbar__content {
26455
- overflow: hidden;
26456
- }
26457
- .v-toolbar__content > .v-btn:first-child {
26458
- margin-inline-start: 4px;
26316
+ .v-tab--selected .v-tab__slider {
26317
+ opacity: 1;
26459
26318
  }
26460
- .v-toolbar__content > .v-btn:last-child {
26461
- margin-inline-end: 4px;
26319
+ .v-slide-group--vertical .v-tab__slider {
26320
+ top: 0;
26321
+ height: 100%;
26322
+ width: 2px;
26323
+ }.v-tabs {
26324
+ display: flex;
26325
+ height: var(--v-tabs-height);
26462
26326
  }
26463
- .v-toolbar__content > .v-toolbar-title {
26464
- margin-inline-start: 20px;
26327
+ .v-tabs--density-default {
26328
+ --v-tabs-height: 48px;
26465
26329
  }
26466
- .v-toolbar--density-prominent .v-toolbar__content {
26467
- align-items: flex-start;
26330
+ .v-tabs--density-default.v-tabs--stacked {
26331
+ --v-tabs-height: 72px;
26468
26332
  }
26469
26333
 
26470
- .v-toolbar__image {
26471
- display: flex;
26472
- opacity: var(--v-toolbar-image-opacity, 1);
26473
- transition-property: opacity;
26334
+ .v-tabs--density-comfortable {
26335
+ --v-tabs-height: 44px;
26474
26336
  }
26475
- .v-toolbar__image {
26476
- position: absolute;
26477
- top: 0;
26478
- left: 0;
26479
- width: 100%;
26480
- height: 100%;
26337
+ .v-tabs--density-comfortable.v-tabs--stacked {
26338
+ --v-tabs-height: 68px;
26481
26339
  }
26482
26340
 
26483
- .v-toolbar__prepend,
26484
- .v-toolbar__append {
26485
- align-items: center;
26486
- align-self: stretch;
26487
- display: flex;
26341
+ .v-tabs--density-compact {
26342
+ --v-tabs-height: 36px;
26488
26343
  }
26489
-
26490
- .v-toolbar__prepend {
26491
- margin-inline: 4px auto;
26344
+ .v-tabs--density-compact.v-tabs--stacked {
26345
+ --v-tabs-height: 60px;
26492
26346
  }
26493
26347
 
26494
- .v-toolbar__append {
26495
- margin-inline: auto 4px;
26348
+ .v-tabs.v-slide-group--vertical {
26349
+ height: auto;
26350
+ flex: none;
26351
+ --v-tabs-height: 48px;
26496
26352
  }
26497
26353
 
26498
- .v-toolbar-title {
26499
- flex: 1 1;
26500
- font-size: 1.25rem;
26501
- min-width: 0;
26502
- }
26503
- .v-toolbar-title {
26504
- font-size: 1.25rem;
26505
- font-weight: 400;
26506
- letter-spacing: 0;
26507
- line-height: 1.75rem;
26508
- text-transform: none;
26509
- }
26510
- .v-toolbar--density-prominent .v-toolbar-title {
26511
- align-self: flex-end;
26512
- padding-bottom: 6px;
26513
- }
26514
- .v-toolbar--density-prominent .v-toolbar-title {
26515
- font-size: 1.5rem;
26516
- font-weight: 400;
26517
- letter-spacing: 0;
26518
- line-height: 2.25rem;
26519
- text-transform: none;
26354
+ .v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child {
26355
+ margin-inline-start: 42px;
26520
26356
  }
26521
26357
 
26522
- .v-toolbar-title__placeholder {
26523
- overflow: hidden;
26524
- text-overflow: ellipsis;
26525
- white-space: nowrap;
26358
+ .v-tabs--fixed-tabs .v-slide-group__content > *:last-child,
26359
+ .v-tabs--align-tabs-center .v-slide-group__content > *:last-child {
26360
+ margin-inline-end: auto;
26361
+ }
26362
+ .v-tabs--fixed-tabs .v-slide-group__content > *:first-child,
26363
+ .v-tabs--align-tabs-center .v-slide-group__content > *:first-child {
26364
+ margin-inline-start: auto;
26526
26365
  }
26527
26366
 
26528
- .v-toolbar-items {
26529
- display: flex;
26530
- height: inherit;
26531
- align-self: stretch;
26367
+ .v-tabs--grow {
26368
+ flex-grow: 1;
26532
26369
  }
26533
- .v-toolbar-items > .v-btn {
26534
- border-radius: 0;
26535
- }.v-tooltip > .v-overlay__content {
26536
- background: rgb(var(--v-theme-surface-variant));
26537
- color: rgb(var(--v-theme-on-surface-variant));
26538
- border-radius: 4px;
26539
- font-size: 0.875rem;
26540
- line-height: 1.6;
26541
- display: inline-block;
26542
- padding: 5px 16px;
26543
- text-transform: initial;
26544
- width: auto;
26545
- opacity: 1;
26546
- pointer-events: none;
26547
- transition-property: opacity, transform;
26548
- overflow-wrap: break-word;
26370
+ .v-tabs--grow .v-tab {
26371
+ flex: 1 0 auto;
26372
+ max-width: none;
26549
26373
  }
26550
- .v-tooltip > .v-overlay__content[class*=enter-active] {
26551
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
26552
- transition-duration: 150ms;
26374
+
26375
+ .v-tabs--align-tabs-end .v-tab:first-child {
26376
+ margin-inline-start: auto;
26553
26377
  }
26554
- .v-tooltip > .v-overlay__content[class*=leave-active] {
26555
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
26556
- transition-duration: 75ms;
26378
+ .v-tabs--align-tabs-end .v-tab:last-child {
26379
+ margin-inline-end: 0;
26380
+ }
26381
+
26382
+ @media (max-width: 1279.98px) {
26383
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child {
26384
+ margin-inline-start: 52px;
26385
+ }
26386
+ .v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child {
26387
+ margin-inline-end: 52px;
26388
+ }
26557
26389
  }.v-timeline .v-timeline-divider__dot {
26558
26390
  background: rgb(var(--v-theme-surface-light));
26559
26391
  }
@@ -27042,6 +26874,149 @@ html.v-overlay-scroll-blocked {
27042
26874
  }
27043
26875
  .v-window-y-reverse-transition-leave-to {
27044
26876
  transform: translateY(100%);
26877
+ }.v-toolbar {
26878
+ align-items: flex-start;
26879
+ display: flex;
26880
+ flex: none;
26881
+ flex-direction: column;
26882
+ justify-content: space-between;
26883
+ max-width: 100%;
26884
+ position: relative;
26885
+ transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
26886
+ transition-property: height, width, transform, max-width, left, right, top, bottom, box-shadow;
26887
+ width: 100%;
26888
+ }
26889
+ .v-toolbar {
26890
+ border-color: rgba(var(--v-border-color), var(--v-border-opacity));
26891
+ border-style: solid;
26892
+ border-width: 0;
26893
+ }
26894
+ .v-toolbar--border {
26895
+ border-width: thin;
26896
+ box-shadow: none;
26897
+ }
26898
+ .v-toolbar {
26899
+ 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));
26900
+ }
26901
+ .v-toolbar {
26902
+ border-radius: 0;
26903
+ }
26904
+ .v-toolbar {
26905
+ background: rgb(var(--v-theme-surface-light));
26906
+ color: rgba(var(--v-theme-on-surface-light), var(--v-high-emphasis-opacity));
26907
+ }
26908
+ .v-toolbar--absolute {
26909
+ position: absolute;
26910
+ }
26911
+ .v-toolbar--collapse {
26912
+ max-width: 112px;
26913
+ overflow: hidden;
26914
+ border-end-end-radius: 24px;
26915
+ }
26916
+ .v-toolbar--collapse .v-toolbar-title {
26917
+ display: none;
26918
+ }
26919
+ .v-toolbar--flat {
26920
+ 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));
26921
+ }
26922
+ .v-toolbar--floating {
26923
+ display: inline-flex;
26924
+ }
26925
+ .v-toolbar--rounded {
26926
+ border-radius: 4px;
26927
+ }
26928
+
26929
+ .v-toolbar__content,
26930
+ .v-toolbar__extension {
26931
+ align-items: center;
26932
+ display: flex;
26933
+ flex: 0 0 auto;
26934
+ position: relative;
26935
+ transition: inherit;
26936
+ width: 100%;
26937
+ }
26938
+
26939
+ .v-toolbar__content {
26940
+ overflow: hidden;
26941
+ }
26942
+ .v-toolbar__content > .v-btn:first-child {
26943
+ margin-inline-start: 4px;
26944
+ }
26945
+ .v-toolbar__content > .v-btn:last-child {
26946
+ margin-inline-end: 4px;
26947
+ }
26948
+ .v-toolbar__content > .v-toolbar-title {
26949
+ margin-inline-start: 20px;
26950
+ }
26951
+ .v-toolbar--density-prominent .v-toolbar__content {
26952
+ align-items: flex-start;
26953
+ }
26954
+
26955
+ .v-toolbar__image {
26956
+ display: flex;
26957
+ opacity: var(--v-toolbar-image-opacity, 1);
26958
+ transition-property: opacity;
26959
+ }
26960
+ .v-toolbar__image {
26961
+ position: absolute;
26962
+ top: 0;
26963
+ left: 0;
26964
+ width: 100%;
26965
+ height: 100%;
26966
+ }
26967
+
26968
+ .v-toolbar__prepend,
26969
+ .v-toolbar__append {
26970
+ align-items: center;
26971
+ align-self: stretch;
26972
+ display: flex;
26973
+ }
26974
+
26975
+ .v-toolbar__prepend {
26976
+ margin-inline: 4px auto;
26977
+ }
26978
+
26979
+ .v-toolbar__append {
26980
+ margin-inline: auto 4px;
26981
+ }
26982
+
26983
+ .v-toolbar-title {
26984
+ flex: 1 1;
26985
+ font-size: 1.25rem;
26986
+ min-width: 0;
26987
+ }
26988
+ .v-toolbar-title {
26989
+ font-size: 1.25rem;
26990
+ font-weight: 400;
26991
+ letter-spacing: 0;
26992
+ line-height: 1.75rem;
26993
+ text-transform: none;
26994
+ }
26995
+ .v-toolbar--density-prominent .v-toolbar-title {
26996
+ align-self: flex-end;
26997
+ padding-bottom: 6px;
26998
+ }
26999
+ .v-toolbar--density-prominent .v-toolbar-title {
27000
+ font-size: 1.5rem;
27001
+ font-weight: 400;
27002
+ letter-spacing: 0;
27003
+ line-height: 2.25rem;
27004
+ text-transform: none;
27005
+ }
27006
+
27007
+ .v-toolbar-title__placeholder {
27008
+ overflow: hidden;
27009
+ text-overflow: ellipsis;
27010
+ white-space: nowrap;
27011
+ }
27012
+
27013
+ .v-toolbar-items {
27014
+ display: flex;
27015
+ height: inherit;
27016
+ align-self: stretch;
27017
+ }
27018
+ .v-toolbar-items > .v-btn {
27019
+ border-radius: 0;
27045
27020
  }.v-virtual-scroll {
27046
27021
  display: block;
27047
27022
  flex: 1 1 auto;
@@ -27051,6 +27026,50 @@ html.v-overlay-scroll-blocked {
27051
27026
  }
27052
27027
  .v-virtual-scroll__container {
27053
27028
  display: block;
27029
+ }.v-tooltip > .v-overlay__content {
27030
+ background: rgb(var(--v-theme-surface-variant));
27031
+ color: rgb(var(--v-theme-on-surface-variant));
27032
+ border-radius: 4px;
27033
+ font-size: 0.875rem;
27034
+ line-height: 1.6;
27035
+ display: inline-block;
27036
+ padding: 5px 16px;
27037
+ text-transform: initial;
27038
+ width: auto;
27039
+ opacity: 1;
27040
+ pointer-events: none;
27041
+ transition-property: opacity, transform;
27042
+ overflow-wrap: break-word;
27043
+ }
27044
+ .v-tooltip > .v-overlay__content[class*=enter-active] {
27045
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
27046
+ transition-duration: 150ms;
27047
+ }
27048
+ .v-tooltip > .v-overlay__content[class*=leave-active] {
27049
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
27050
+ transition-duration: 75ms;
27051
+ }.v-color-picker-canvas {
27052
+ display: flex;
27053
+ position: relative;
27054
+ overflow: hidden;
27055
+ contain: content;
27056
+ touch-action: none;
27057
+ }
27058
+ .v-color-picker-canvas__dot {
27059
+ position: absolute;
27060
+ top: 0;
27061
+ left: 0;
27062
+ width: 15px;
27063
+ height: 15px;
27064
+ background: transparent;
27065
+ border-radius: 50%;
27066
+ box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27067
+ }
27068
+ .v-color-picker-canvas__dot--disabled {
27069
+ box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27070
+ }
27071
+ .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
27072
+ will-change: transform;
27054
27073
  }.v-color-picker-preview__alpha .v-slider-track__background {
27055
27074
  background-color: transparent !important;
27056
27075
  }
@@ -27121,28 +27140,6 @@ html.v-overlay-scroll-blocked {
27121
27140
  .v-color-picker-preview__eye-dropper {
27122
27141
  position: relative;
27123
27142
  margin-right: 12px;
27124
- }.v-color-picker-canvas {
27125
- display: flex;
27126
- position: relative;
27127
- overflow: hidden;
27128
- contain: content;
27129
- touch-action: none;
27130
- }
27131
- .v-color-picker-canvas__dot {
27132
- position: absolute;
27133
- top: 0;
27134
- left: 0;
27135
- width: 15px;
27136
- height: 15px;
27137
- background: transparent;
27138
- border-radius: 50%;
27139
- box-shadow: 0px 0px 0px 1.5px rgb(255, 255, 255), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27140
- }
27141
- .v-color-picker-canvas__dot--disabled {
27142
- box-shadow: 0px 0px 0px 1.5px rgba(255, 255, 255, 0.7), inset 0px 0px 1px 1.5px rgba(0, 0, 0, 0.3);
27143
- }
27144
- .v-color-picker-canvas:hover .v-color-picker-canvas__dot {
27145
- will-change: transform;
27146
27143
  }.v-color-picker-swatches {
27147
27144
  overflow-y: auto;
27148
27145
  }