@omnia/runtime 8.0.51-dev → 8.0.52-dev

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.
Files changed (17) hide show
  1. package/dist/bundles/omnia.fx.ux.autocomplete_5d79340e-c1ce-4006-b88b-ad101d2e031e.css +8 -11
  2. package/dist/bundles/omnia.fx.ux.vuetify.breadcrumbs_e485693c-04ad-4085-a38a-1dd720269ed4.css +1 -2
  3. package/dist/bundles/omnia.fx.ux.vuetify.combobox_0edad567-65c0-433f-a871-a59e460d70f0.css +8 -11
  4. package/dist/bundles/omnia.fx.ux.vuetify.common_798d6494-70cc-47eb-9054-30b047beab19.css +33 -36
  5. package/dist/bundles/omnia.fx.ux.vuetify.datatable_188aee53-149a-4bc0-9039-59ffd918df2c.css +16 -3
  6. package/dist/bundles/omnia.fx.ux.vuetify.datepicker_0ab2c44b-d945-40f8-8042-0800a52d7c86.css +50 -84
  7. package/dist/bundles/omnia.fx.ux.vuetify.dialog_0bf6198c-32c6-4cec-90bd-7988a979c9b0.css +4 -1
  8. package/dist/bundles/omnia.fx.ux.vuetify.select_6d5f3edc-0fc0-4765-804b-b6583381f25d.css +0 -4
  9. package/dist/bundles/omnia.fx.ux.vuetify.selection_df97a94b-b41b-45e0-883c-6e577a1634a1.css +1 -2
  10. package/dist/bundles/omnia.fx.ux.vuetify.shared_8769dc42-712d-4ce2-8d32-4b8604b92ae6.css +1306 -510
  11. package/dist/bundles/omnia.fx.ux.vuetify.slider_969bbd01-9190-41fe-8af8-60cf35045f84.css +2 -12
  12. package/dist/bundles/omnia.fx.ux.vuetify.snackbar_1f46e84f-1223-4080-ab9f-40d1489b71e6.css +9 -0
  13. package/dist/bundles/omnia.fx.ux.vuetify.textinput_181ff5d3-896f-4471-b516-3a347fe9e35d.css +2 -30
  14. package/dist/bundles/omnia.fx.ux.vuetify.timeline_b474da31-7ff2-4f5b-a309-19cb2d300b64.css +11 -46
  15. package/dist/bundles/omnia.vuetify.colorpicker_4f861c0d-75fb-49ce-913e-17cbafad5ed2.css +8 -15
  16. package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_public_manifests.json +1 -1
  17. package/package.json +5 -5
@@ -249,7 +249,6 @@
249
249
  transform: rotate(270deg);
250
250
  }
251
251
  }
252
- /** if false, disabled buttons will be greyed out */
253
252
  .v-btn {
254
253
  align-items: center;
255
254
  border-radius: 4px;
@@ -495,8 +494,7 @@
495
494
  .v-btn--stacked .v-btn__append,
496
495
  .v-btn--stacked .v-btn__content > .v-icon--start,
497
496
  .v-btn--stacked .v-btn__content > .v-icon--end {
498
- margin-inline-start: 0;
499
- margin-inline-end: 0;
497
+ margin-inline: 0;
500
498
  }
501
499
  .v-btn--stacked .v-btn__prepend,
502
500
  .v-btn--stacked .v-btn__content > .v-icon--start {
@@ -558,6 +556,9 @@
558
556
  height: calc(var(--v-btn-height) + -24px);
559
557
  }
560
558
 
559
+ .v-btn--slim {
560
+ padding: 0 8px;
561
+ }
561
562
  .v-btn--rounded {
562
563
  border-radius: 24px;
563
564
  }
@@ -595,14 +596,12 @@
595
596
 
596
597
  .v-btn__prepend {
597
598
  grid-area: prepend;
598
- margin-inline-start: calc(var(--v-btn-height) / -9);
599
- margin-inline-end: calc(var(--v-btn-height) / 4.5);
599
+ margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
600
600
  }
601
601
 
602
602
  .v-btn__append {
603
603
  grid-area: append;
604
- margin-inline-start: calc(var(--v-btn-height) / 4.5);
605
- margin-inline-end: calc(var(--v-btn-height) / -9);
604
+ margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
606
605
  }
607
606
 
608
607
  .v-btn__content {
@@ -611,12 +610,10 @@
611
610
  white-space: nowrap;
612
611
  }
613
612
  .v-btn__content > .v-icon--start {
614
- margin-inline-start: calc(var(--v-btn-height) / -9);
615
- margin-inline-end: calc(var(--v-btn-height) / 4.5);
613
+ margin-inline: calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5);
616
614
  }
617
615
  .v-btn__content > .v-icon--end {
618
- margin-inline-start: calc(var(--v-btn-height) / 4.5);
619
- margin-inline-end: calc(var(--v-btn-height) / -9);
616
+ margin-inline: calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9);
620
617
  }
621
618
  .v-btn--stacked .v-btn__content {
622
619
  white-space: normal;
@@ -639,17 +636,10 @@
639
636
  pointer-events: none;
640
637
  }
641
638
 
642
- .v-card-actions .v-btn {
643
- padding: 0 8px;
644
- }
645
639
  .v-card-actions .v-btn ~ .v-btn:not(.v-btn-toggle .v-btn) {
646
640
  margin-inline-start: 0.5rem;
647
641
  }
648
642
 
649
- .v-banner-actions .v-btn {
650
- padding: 0 8px;
651
- }
652
-
653
643
  .v-pagination .v-btn {
654
644
  border-radius: 4px;
655
645
  }
@@ -659,10 +649,6 @@
659
649
  .v-pagination__item--is-active .v-btn__overlay {
660
650
  opacity: var(--v-border-opacity);
661
651
  }
662
-
663
- .v-snackbar-actions .v-btn {
664
- padding: 0 8px;
665
- }
666
652
  .v-btn-toggle > .v-btn.v-btn--active:not(.v-btn--disabled) > .v-btn__overlay {
667
653
  opacity: calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier));
668
654
  }
@@ -677,7 +663,6 @@
677
663
  opacity: calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier));
678
664
  }
679
665
  }
680
- /** if false, disabled buttons will be greyed out */
681
666
  .v-btn-group {
682
667
  display: inline-flex;
683
668
  flex-wrap: nowrap;
@@ -875,14 +860,9 @@
875
860
  .v-progress-linear--rounded-bar .v-progress-linear__stream + .v-progress-linear__background {
876
861
  border-radius: 9999px;
877
862
  }
878
- .v-locale--is-ltr.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-ltr .v-progress-linear--rounded-bar .v-progress-linear__determinate {
879
- border-top-left-radius: 0;
880
- border-bottom-left-radius: 0;
881
- }
882
-
883
- .v-locale--is-rtl.v-progress-linear--rounded-bar .v-progress-linear__determinate, .v-locale--is-rtl .v-progress-linear--rounded-bar .v-progress-linear__determinate {
884
- border-top-right-radius: 0;
885
- border-bottom-right-radius: 0;
863
+ .v-progress-linear--rounded-bar .v-progress-linear__determinate {
864
+ border-start-start-radius: 0;
865
+ border-end-start-radius: 0;
886
866
  }
887
867
 
888
868
  @keyframes indeterminate-ltr {
@@ -1210,8 +1190,7 @@
1210
1190
  flex-wrap: nowrap;
1211
1191
  }
1212
1192
  .v-skeleton-loader__table-row > .v-skeleton-loader__text.v-skeleton-loader__bone {
1213
- margin-inline-start: 8px;
1214
- margin-inline-end: 8px;
1193
+ margin-inline: 8px;
1215
1194
  }
1216
1195
  .v-skeleton-loader__table-row + .v-skeleton-loader__divider {
1217
1196
  margin: 0 16px;
@@ -1510,92 +1489,48 @@
1510
1489
  max-width: 100%;
1511
1490
  }
1512
1491
 
1513
- .v-locale--is-ltr.offset-1, .v-locale--is-ltr .offset-1 {
1514
- margin-left: 8.3333333333%;
1515
- }
1516
-
1517
- .v-locale--is-rtl.offset-1, .v-locale--is-rtl .offset-1 {
1518
- margin-right: 8.3333333333%;
1492
+ .offset-1 {
1493
+ margin-inline-start: 8.3333333333%;
1519
1494
  }
1520
1495
 
1521
- .v-locale--is-ltr.offset-2, .v-locale--is-ltr .offset-2 {
1522
- margin-left: 16.6666666667%;
1496
+ .offset-2 {
1497
+ margin-inline-start: 16.6666666667%;
1523
1498
  }
1524
1499
 
1525
- .v-locale--is-rtl.offset-2, .v-locale--is-rtl .offset-2 {
1526
- margin-right: 16.6666666667%;
1500
+ .offset-3 {
1501
+ margin-inline-start: 25%;
1527
1502
  }
1528
1503
 
1529
- .v-locale--is-ltr.offset-3, .v-locale--is-ltr .offset-3 {
1530
- margin-left: 25%;
1504
+ .offset-4 {
1505
+ margin-inline-start: 33.3333333333%;
1531
1506
  }
1532
1507
 
1533
- .v-locale--is-rtl.offset-3, .v-locale--is-rtl .offset-3 {
1534
- margin-right: 25%;
1508
+ .offset-5 {
1509
+ margin-inline-start: 41.6666666667%;
1535
1510
  }
1536
1511
 
1537
- .v-locale--is-ltr.offset-4, .v-locale--is-ltr .offset-4 {
1538
- margin-left: 33.3333333333%;
1512
+ .offset-6 {
1513
+ margin-inline-start: 50%;
1539
1514
  }
1540
1515
 
1541
- .v-locale--is-rtl.offset-4, .v-locale--is-rtl .offset-4 {
1542
- margin-right: 33.3333333333%;
1516
+ .offset-7 {
1517
+ margin-inline-start: 58.3333333333%;
1543
1518
  }
1544
1519
 
1545
- .v-locale--is-ltr.offset-5, .v-locale--is-ltr .offset-5 {
1546
- margin-left: 41.6666666667%;
1520
+ .offset-8 {
1521
+ margin-inline-start: 66.6666666667%;
1547
1522
  }
1548
1523
 
1549
- .v-locale--is-rtl.offset-5, .v-locale--is-rtl .offset-5 {
1550
- margin-right: 41.6666666667%;
1524
+ .offset-9 {
1525
+ margin-inline-start: 75%;
1551
1526
  }
1552
1527
 
1553
- .v-locale--is-ltr.offset-6, .v-locale--is-ltr .offset-6 {
1554
- margin-left: 50%;
1528
+ .offset-10 {
1529
+ margin-inline-start: 83.3333333333%;
1555
1530
  }
1556
1531
 
1557
- .v-locale--is-rtl.offset-6, .v-locale--is-rtl .offset-6 {
1558
- margin-right: 50%;
1559
- }
1560
-
1561
- .v-locale--is-ltr.offset-7, .v-locale--is-ltr .offset-7 {
1562
- margin-left: 58.3333333333%;
1563
- }
1564
-
1565
- .v-locale--is-rtl.offset-7, .v-locale--is-rtl .offset-7 {
1566
- margin-right: 58.3333333333%;
1567
- }
1568
-
1569
- .v-locale--is-ltr.offset-8, .v-locale--is-ltr .offset-8 {
1570
- margin-left: 66.6666666667%;
1571
- }
1572
-
1573
- .v-locale--is-rtl.offset-8, .v-locale--is-rtl .offset-8 {
1574
- margin-right: 66.6666666667%;
1575
- }
1576
-
1577
- .v-locale--is-ltr.offset-9, .v-locale--is-ltr .offset-9 {
1578
- margin-left: 75%;
1579
- }
1580
-
1581
- .v-locale--is-rtl.offset-9, .v-locale--is-rtl .offset-9 {
1582
- margin-right: 75%;
1583
- }
1584
-
1585
- .v-locale--is-ltr.offset-10, .v-locale--is-ltr .offset-10 {
1586
- margin-left: 83.3333333333%;
1587
- }
1588
-
1589
- .v-locale--is-rtl.offset-10, .v-locale--is-rtl .offset-10 {
1590
- margin-right: 83.3333333333%;
1591
- }
1592
-
1593
- .v-locale--is-ltr.offset-11, .v-locale--is-ltr .offset-11 {
1594
- margin-left: 91.6666666667%;
1595
- }
1596
-
1597
- .v-locale--is-rtl.offset-11, .v-locale--is-rtl .offset-11 {
1598
- margin-right: 91.6666666667%;
1532
+ .offset-11 {
1533
+ margin-inline-start: 91.6666666667%;
1599
1534
  }
1600
1535
 
1601
1536
  @media (min-width: 600px) {
@@ -1657,77 +1592,41 @@
1657
1592
  flex: 0 0 100%;
1658
1593
  max-width: 100%;
1659
1594
  }
1660
- .v-locale--is-ltr.offset-sm-0, .v-locale--is-ltr .offset-sm-0 {
1661
- margin-left: 0;
1662
- }
1663
- .v-locale--is-rtl.offset-sm-0, .v-locale--is-rtl .offset-sm-0 {
1664
- margin-right: 0;
1665
- }
1666
- .v-locale--is-ltr.offset-sm-1, .v-locale--is-ltr .offset-sm-1 {
1667
- margin-left: 8.3333333333%;
1668
- }
1669
- .v-locale--is-rtl.offset-sm-1, .v-locale--is-rtl .offset-sm-1 {
1670
- margin-right: 8.3333333333%;
1671
- }
1672
- .v-locale--is-ltr.offset-sm-2, .v-locale--is-ltr .offset-sm-2 {
1673
- margin-left: 16.6666666667%;
1674
- }
1675
- .v-locale--is-rtl.offset-sm-2, .v-locale--is-rtl .offset-sm-2 {
1676
- margin-right: 16.6666666667%;
1595
+ .offset-sm-0 {
1596
+ margin-inline-start: 0;
1677
1597
  }
1678
- .v-locale--is-ltr.offset-sm-3, .v-locale--is-ltr .offset-sm-3 {
1679
- margin-left: 25%;
1598
+ .offset-sm-1 {
1599
+ margin-inline-start: 8.3333333333%;
1680
1600
  }
1681
- .v-locale--is-rtl.offset-sm-3, .v-locale--is-rtl .offset-sm-3 {
1682
- margin-right: 25%;
1601
+ .offset-sm-2 {
1602
+ margin-inline-start: 16.6666666667%;
1683
1603
  }
1684
- .v-locale--is-ltr.offset-sm-4, .v-locale--is-ltr .offset-sm-4 {
1685
- margin-left: 33.3333333333%;
1604
+ .offset-sm-3 {
1605
+ margin-inline-start: 25%;
1686
1606
  }
1687
- .v-locale--is-rtl.offset-sm-4, .v-locale--is-rtl .offset-sm-4 {
1688
- margin-right: 33.3333333333%;
1607
+ .offset-sm-4 {
1608
+ margin-inline-start: 33.3333333333%;
1689
1609
  }
1690
- .v-locale--is-ltr.offset-sm-5, .v-locale--is-ltr .offset-sm-5 {
1691
- margin-left: 41.6666666667%;
1610
+ .offset-sm-5 {
1611
+ margin-inline-start: 41.6666666667%;
1692
1612
  }
1693
- .v-locale--is-rtl.offset-sm-5, .v-locale--is-rtl .offset-sm-5 {
1694
- margin-right: 41.6666666667%;
1613
+ .offset-sm-6 {
1614
+ margin-inline-start: 50%;
1695
1615
  }
1696
- .v-locale--is-ltr.offset-sm-6, .v-locale--is-ltr .offset-sm-6 {
1697
- margin-left: 50%;
1616
+ .offset-sm-7 {
1617
+ margin-inline-start: 58.3333333333%;
1698
1618
  }
1699
- .v-locale--is-rtl.offset-sm-6, .v-locale--is-rtl .offset-sm-6 {
1700
- margin-right: 50%;
1619
+ .offset-sm-8 {
1620
+ margin-inline-start: 66.6666666667%;
1701
1621
  }
1702
- .v-locale--is-ltr.offset-sm-7, .v-locale--is-ltr .offset-sm-7 {
1703
- margin-left: 58.3333333333%;
1622
+ .offset-sm-9 {
1623
+ margin-inline-start: 75%;
1704
1624
  }
1705
- .v-locale--is-rtl.offset-sm-7, .v-locale--is-rtl .offset-sm-7 {
1706
- margin-right: 58.3333333333%;
1625
+ .offset-sm-10 {
1626
+ margin-inline-start: 83.3333333333%;
1707
1627
  }
1708
- .v-locale--is-ltr.offset-sm-8, .v-locale--is-ltr .offset-sm-8 {
1709
- margin-left: 66.6666666667%;
1710
- }
1711
- .v-locale--is-rtl.offset-sm-8, .v-locale--is-rtl .offset-sm-8 {
1712
- margin-right: 66.6666666667%;
1713
- }
1714
- .v-locale--is-ltr.offset-sm-9, .v-locale--is-ltr .offset-sm-9 {
1715
- margin-left: 75%;
1716
- }
1717
- .v-locale--is-rtl.offset-sm-9, .v-locale--is-rtl .offset-sm-9 {
1718
- margin-right: 75%;
1719
- }
1720
- .v-locale--is-ltr.offset-sm-10, .v-locale--is-ltr .offset-sm-10 {
1721
- margin-left: 83.3333333333%;
1722
- }
1723
- .v-locale--is-rtl.offset-sm-10, .v-locale--is-rtl .offset-sm-10 {
1724
- margin-right: 83.3333333333%;
1725
- }
1726
- .v-locale--is-ltr.offset-sm-11, .v-locale--is-ltr .offset-sm-11 {
1727
- margin-left: 91.6666666667%;
1728
- }
1729
- .v-locale--is-rtl.offset-sm-11, .v-locale--is-rtl .offset-sm-11 {
1730
- margin-right: 91.6666666667%;
1628
+ .offset-sm-11 {
1629
+ margin-inline-start: 91.6666666667%;
1731
1630
  }
1732
1631
  }
1733
1632
  @media (min-width: 960px) {
@@ -1789,77 +1688,41 @@
1789
1688
  flex: 0 0 100%;
1790
1689
  max-width: 100%;
1791
1690
  }
1792
- .v-locale--is-ltr.offset-md-0, .v-locale--is-ltr .offset-md-0 {
1793
- margin-left: 0;
1794
- }
1795
- .v-locale--is-rtl.offset-md-0, .v-locale--is-rtl .offset-md-0 {
1796
- margin-right: 0;
1797
- }
1798
- .v-locale--is-ltr.offset-md-1, .v-locale--is-ltr .offset-md-1 {
1799
- margin-left: 8.3333333333%;
1800
- }
1801
- .v-locale--is-rtl.offset-md-1, .v-locale--is-rtl .offset-md-1 {
1802
- margin-right: 8.3333333333%;
1803
- }
1804
- .v-locale--is-ltr.offset-md-2, .v-locale--is-ltr .offset-md-2 {
1805
- margin-left: 16.6666666667%;
1691
+ .offset-md-0 {
1692
+ margin-inline-start: 0;
1806
1693
  }
1807
- .v-locale--is-rtl.offset-md-2, .v-locale--is-rtl .offset-md-2 {
1808
- margin-right: 16.6666666667%;
1694
+ .offset-md-1 {
1695
+ margin-inline-start: 8.3333333333%;
1809
1696
  }
1810
- .v-locale--is-ltr.offset-md-3, .v-locale--is-ltr .offset-md-3 {
1811
- margin-left: 25%;
1697
+ .offset-md-2 {
1698
+ margin-inline-start: 16.6666666667%;
1812
1699
  }
1813
- .v-locale--is-rtl.offset-md-3, .v-locale--is-rtl .offset-md-3 {
1814
- margin-right: 25%;
1700
+ .offset-md-3 {
1701
+ margin-inline-start: 25%;
1815
1702
  }
1816
- .v-locale--is-ltr.offset-md-4, .v-locale--is-ltr .offset-md-4 {
1817
- margin-left: 33.3333333333%;
1703
+ .offset-md-4 {
1704
+ margin-inline-start: 33.3333333333%;
1818
1705
  }
1819
- .v-locale--is-rtl.offset-md-4, .v-locale--is-rtl .offset-md-4 {
1820
- margin-right: 33.3333333333%;
1706
+ .offset-md-5 {
1707
+ margin-inline-start: 41.6666666667%;
1821
1708
  }
1822
- .v-locale--is-ltr.offset-md-5, .v-locale--is-ltr .offset-md-5 {
1823
- margin-left: 41.6666666667%;
1709
+ .offset-md-6 {
1710
+ margin-inline-start: 50%;
1824
1711
  }
1825
- .v-locale--is-rtl.offset-md-5, .v-locale--is-rtl .offset-md-5 {
1826
- margin-right: 41.6666666667%;
1712
+ .offset-md-7 {
1713
+ margin-inline-start: 58.3333333333%;
1827
1714
  }
1828
- .v-locale--is-ltr.offset-md-6, .v-locale--is-ltr .offset-md-6 {
1829
- margin-left: 50%;
1715
+ .offset-md-8 {
1716
+ margin-inline-start: 66.6666666667%;
1830
1717
  }
1831
- .v-locale--is-rtl.offset-md-6, .v-locale--is-rtl .offset-md-6 {
1832
- margin-right: 50%;
1718
+ .offset-md-9 {
1719
+ margin-inline-start: 75%;
1833
1720
  }
1834
- .v-locale--is-ltr.offset-md-7, .v-locale--is-ltr .offset-md-7 {
1835
- margin-left: 58.3333333333%;
1721
+ .offset-md-10 {
1722
+ margin-inline-start: 83.3333333333%;
1836
1723
  }
1837
- .v-locale--is-rtl.offset-md-7, .v-locale--is-rtl .offset-md-7 {
1838
- margin-right: 58.3333333333%;
1839
- }
1840
- .v-locale--is-ltr.offset-md-8, .v-locale--is-ltr .offset-md-8 {
1841
- margin-left: 66.6666666667%;
1842
- }
1843
- .v-locale--is-rtl.offset-md-8, .v-locale--is-rtl .offset-md-8 {
1844
- margin-right: 66.6666666667%;
1845
- }
1846
- .v-locale--is-ltr.offset-md-9, .v-locale--is-ltr .offset-md-9 {
1847
- margin-left: 75%;
1848
- }
1849
- .v-locale--is-rtl.offset-md-9, .v-locale--is-rtl .offset-md-9 {
1850
- margin-right: 75%;
1851
- }
1852
- .v-locale--is-ltr.offset-md-10, .v-locale--is-ltr .offset-md-10 {
1853
- margin-left: 83.3333333333%;
1854
- }
1855
- .v-locale--is-rtl.offset-md-10, .v-locale--is-rtl .offset-md-10 {
1856
- margin-right: 83.3333333333%;
1857
- }
1858
- .v-locale--is-ltr.offset-md-11, .v-locale--is-ltr .offset-md-11 {
1859
- margin-left: 91.6666666667%;
1860
- }
1861
- .v-locale--is-rtl.offset-md-11, .v-locale--is-rtl .offset-md-11 {
1862
- margin-right: 91.6666666667%;
1724
+ .offset-md-11 {
1725
+ margin-inline-start: 91.6666666667%;
1863
1726
  }
1864
1727
  }
1865
1728
  @media (min-width: 1280px) {
@@ -1921,77 +1784,41 @@
1921
1784
  flex: 0 0 100%;
1922
1785
  max-width: 100%;
1923
1786
  }
1924
- .v-locale--is-ltr.offset-lg-0, .v-locale--is-ltr .offset-lg-0 {
1925
- margin-left: 0;
1926
- }
1927
- .v-locale--is-rtl.offset-lg-0, .v-locale--is-rtl .offset-lg-0 {
1928
- margin-right: 0;
1929
- }
1930
- .v-locale--is-ltr.offset-lg-1, .v-locale--is-ltr .offset-lg-1 {
1931
- margin-left: 8.3333333333%;
1932
- }
1933
- .v-locale--is-rtl.offset-lg-1, .v-locale--is-rtl .offset-lg-1 {
1934
- margin-right: 8.3333333333%;
1787
+ .offset-lg-0 {
1788
+ margin-inline-start: 0;
1935
1789
  }
1936
- .v-locale--is-ltr.offset-lg-2, .v-locale--is-ltr .offset-lg-2 {
1937
- margin-left: 16.6666666667%;
1790
+ .offset-lg-1 {
1791
+ margin-inline-start: 8.3333333333%;
1938
1792
  }
1939
- .v-locale--is-rtl.offset-lg-2, .v-locale--is-rtl .offset-lg-2 {
1940
- margin-right: 16.6666666667%;
1793
+ .offset-lg-2 {
1794
+ margin-inline-start: 16.6666666667%;
1941
1795
  }
1942
- .v-locale--is-ltr.offset-lg-3, .v-locale--is-ltr .offset-lg-3 {
1943
- margin-left: 25%;
1796
+ .offset-lg-3 {
1797
+ margin-inline-start: 25%;
1944
1798
  }
1945
- .v-locale--is-rtl.offset-lg-3, .v-locale--is-rtl .offset-lg-3 {
1946
- margin-right: 25%;
1799
+ .offset-lg-4 {
1800
+ margin-inline-start: 33.3333333333%;
1947
1801
  }
1948
- .v-locale--is-ltr.offset-lg-4, .v-locale--is-ltr .offset-lg-4 {
1949
- margin-left: 33.3333333333%;
1802
+ .offset-lg-5 {
1803
+ margin-inline-start: 41.6666666667%;
1950
1804
  }
1951
- .v-locale--is-rtl.offset-lg-4, .v-locale--is-rtl .offset-lg-4 {
1952
- margin-right: 33.3333333333%;
1805
+ .offset-lg-6 {
1806
+ margin-inline-start: 50%;
1953
1807
  }
1954
- .v-locale--is-ltr.offset-lg-5, .v-locale--is-ltr .offset-lg-5 {
1955
- margin-left: 41.6666666667%;
1808
+ .offset-lg-7 {
1809
+ margin-inline-start: 58.3333333333%;
1956
1810
  }
1957
- .v-locale--is-rtl.offset-lg-5, .v-locale--is-rtl .offset-lg-5 {
1958
- margin-right: 41.6666666667%;
1811
+ .offset-lg-8 {
1812
+ margin-inline-start: 66.6666666667%;
1959
1813
  }
1960
- .v-locale--is-ltr.offset-lg-6, .v-locale--is-ltr .offset-lg-6 {
1961
- margin-left: 50%;
1814
+ .offset-lg-9 {
1815
+ margin-inline-start: 75%;
1962
1816
  }
1963
- .v-locale--is-rtl.offset-lg-6, .v-locale--is-rtl .offset-lg-6 {
1964
- margin-right: 50%;
1817
+ .offset-lg-10 {
1818
+ margin-inline-start: 83.3333333333%;
1965
1819
  }
1966
- .v-locale--is-ltr.offset-lg-7, .v-locale--is-ltr .offset-lg-7 {
1967
- margin-left: 58.3333333333%;
1968
- }
1969
- .v-locale--is-rtl.offset-lg-7, .v-locale--is-rtl .offset-lg-7 {
1970
- margin-right: 58.3333333333%;
1971
- }
1972
- .v-locale--is-ltr.offset-lg-8, .v-locale--is-ltr .offset-lg-8 {
1973
- margin-left: 66.6666666667%;
1974
- }
1975
- .v-locale--is-rtl.offset-lg-8, .v-locale--is-rtl .offset-lg-8 {
1976
- margin-right: 66.6666666667%;
1977
- }
1978
- .v-locale--is-ltr.offset-lg-9, .v-locale--is-ltr .offset-lg-9 {
1979
- margin-left: 75%;
1980
- }
1981
- .v-locale--is-rtl.offset-lg-9, .v-locale--is-rtl .offset-lg-9 {
1982
- margin-right: 75%;
1983
- }
1984
- .v-locale--is-ltr.offset-lg-10, .v-locale--is-ltr .offset-lg-10 {
1985
- margin-left: 83.3333333333%;
1986
- }
1987
- .v-locale--is-rtl.offset-lg-10, .v-locale--is-rtl .offset-lg-10 {
1988
- margin-right: 83.3333333333%;
1989
- }
1990
- .v-locale--is-ltr.offset-lg-11, .v-locale--is-ltr .offset-lg-11 {
1991
- margin-left: 91.6666666667%;
1992
- }
1993
- .v-locale--is-rtl.offset-lg-11, .v-locale--is-rtl .offset-lg-11 {
1994
- margin-right: 91.6666666667%;
1820
+ .offset-lg-11 {
1821
+ margin-inline-start: 91.6666666667%;
1995
1822
  }
1996
1823
  }
1997
1824
  @media (min-width: 1920px) {
@@ -2053,77 +1880,41 @@
2053
1880
  flex: 0 0 100%;
2054
1881
  max-width: 100%;
2055
1882
  }
2056
- .v-locale--is-ltr.offset-xl-0, .v-locale--is-ltr .offset-xl-0 {
2057
- margin-left: 0;
2058
- }
2059
- .v-locale--is-rtl.offset-xl-0, .v-locale--is-rtl .offset-xl-0 {
2060
- margin-right: 0;
2061
- }
2062
- .v-locale--is-ltr.offset-xl-1, .v-locale--is-ltr .offset-xl-1 {
2063
- margin-left: 8.3333333333%;
1883
+ .offset-xl-0 {
1884
+ margin-inline-start: 0;
2064
1885
  }
2065
- .v-locale--is-rtl.offset-xl-1, .v-locale--is-rtl .offset-xl-1 {
2066
- margin-right: 8.3333333333%;
1886
+ .offset-xl-1 {
1887
+ margin-inline-start: 8.3333333333%;
2067
1888
  }
2068
- .v-locale--is-ltr.offset-xl-2, .v-locale--is-ltr .offset-xl-2 {
2069
- margin-left: 16.6666666667%;
1889
+ .offset-xl-2 {
1890
+ margin-inline-start: 16.6666666667%;
2070
1891
  }
2071
- .v-locale--is-rtl.offset-xl-2, .v-locale--is-rtl .offset-xl-2 {
2072
- margin-right: 16.6666666667%;
1892
+ .offset-xl-3 {
1893
+ margin-inline-start: 25%;
2073
1894
  }
2074
- .v-locale--is-ltr.offset-xl-3, .v-locale--is-ltr .offset-xl-3 {
2075
- margin-left: 25%;
1895
+ .offset-xl-4 {
1896
+ margin-inline-start: 33.3333333333%;
2076
1897
  }
2077
- .v-locale--is-rtl.offset-xl-3, .v-locale--is-rtl .offset-xl-3 {
2078
- margin-right: 25%;
1898
+ .offset-xl-5 {
1899
+ margin-inline-start: 41.6666666667%;
2079
1900
  }
2080
- .v-locale--is-ltr.offset-xl-4, .v-locale--is-ltr .offset-xl-4 {
2081
- margin-left: 33.3333333333%;
1901
+ .offset-xl-6 {
1902
+ margin-inline-start: 50%;
2082
1903
  }
2083
- .v-locale--is-rtl.offset-xl-4, .v-locale--is-rtl .offset-xl-4 {
2084
- margin-right: 33.3333333333%;
1904
+ .offset-xl-7 {
1905
+ margin-inline-start: 58.3333333333%;
2085
1906
  }
2086
- .v-locale--is-ltr.offset-xl-5, .v-locale--is-ltr .offset-xl-5 {
2087
- margin-left: 41.6666666667%;
1907
+ .offset-xl-8 {
1908
+ margin-inline-start: 66.6666666667%;
2088
1909
  }
2089
- .v-locale--is-rtl.offset-xl-5, .v-locale--is-rtl .offset-xl-5 {
2090
- margin-right: 41.6666666667%;
1910
+ .offset-xl-9 {
1911
+ margin-inline-start: 75%;
2091
1912
  }
2092
- .v-locale--is-ltr.offset-xl-6, .v-locale--is-ltr .offset-xl-6 {
2093
- margin-left: 50%;
1913
+ .offset-xl-10 {
1914
+ margin-inline-start: 83.3333333333%;
2094
1915
  }
2095
- .v-locale--is-rtl.offset-xl-6, .v-locale--is-rtl .offset-xl-6 {
2096
- margin-right: 50%;
2097
- }
2098
- .v-locale--is-ltr.offset-xl-7, .v-locale--is-ltr .offset-xl-7 {
2099
- margin-left: 58.3333333333%;
2100
- }
2101
- .v-locale--is-rtl.offset-xl-7, .v-locale--is-rtl .offset-xl-7 {
2102
- margin-right: 58.3333333333%;
2103
- }
2104
- .v-locale--is-ltr.offset-xl-8, .v-locale--is-ltr .offset-xl-8 {
2105
- margin-left: 66.6666666667%;
2106
- }
2107
- .v-locale--is-rtl.offset-xl-8, .v-locale--is-rtl .offset-xl-8 {
2108
- margin-right: 66.6666666667%;
2109
- }
2110
- .v-locale--is-ltr.offset-xl-9, .v-locale--is-ltr .offset-xl-9 {
2111
- margin-left: 75%;
2112
- }
2113
- .v-locale--is-rtl.offset-xl-9, .v-locale--is-rtl .offset-xl-9 {
2114
- margin-right: 75%;
2115
- }
2116
- .v-locale--is-ltr.offset-xl-10, .v-locale--is-ltr .offset-xl-10 {
2117
- margin-left: 83.3333333333%;
2118
- }
2119
- .v-locale--is-rtl.offset-xl-10, .v-locale--is-rtl .offset-xl-10 {
2120
- margin-right: 83.3333333333%;
2121
- }
2122
- .v-locale--is-ltr.offset-xl-11, .v-locale--is-ltr .offset-xl-11 {
2123
- margin-left: 91.6666666667%;
2124
- }
2125
- .v-locale--is-rtl.offset-xl-11, .v-locale--is-rtl .offset-xl-11 {
2126
- margin-right: 91.6666666667%;
1916
+ .offset-xl-11 {
1917
+ margin-inline-start: 91.6666666667%;
2127
1918
  }
2128
1919
  }
2129
1920
  @media (min-width: 2560px) {
@@ -2185,77 +1976,41 @@
2185
1976
  flex: 0 0 100%;
2186
1977
  max-width: 100%;
2187
1978
  }
2188
- .v-locale--is-ltr.offset-xxl-0, .v-locale--is-ltr .offset-xxl-0 {
2189
- margin-left: 0;
2190
- }
2191
- .v-locale--is-rtl.offset-xxl-0, .v-locale--is-rtl .offset-xxl-0 {
2192
- margin-right: 0;
2193
- }
2194
- .v-locale--is-ltr.offset-xxl-1, .v-locale--is-ltr .offset-xxl-1 {
2195
- margin-left: 8.3333333333%;
2196
- }
2197
- .v-locale--is-rtl.offset-xxl-1, .v-locale--is-rtl .offset-xxl-1 {
2198
- margin-right: 8.3333333333%;
2199
- }
2200
- .v-locale--is-ltr.offset-xxl-2, .v-locale--is-ltr .offset-xxl-2 {
2201
- margin-left: 16.6666666667%;
2202
- }
2203
- .v-locale--is-rtl.offset-xxl-2, .v-locale--is-rtl .offset-xxl-2 {
2204
- margin-right: 16.6666666667%;
2205
- }
2206
- .v-locale--is-ltr.offset-xxl-3, .v-locale--is-ltr .offset-xxl-3 {
2207
- margin-left: 25%;
2208
- }
2209
- .v-locale--is-rtl.offset-xxl-3, .v-locale--is-rtl .offset-xxl-3 {
2210
- margin-right: 25%;
2211
- }
2212
- .v-locale--is-ltr.offset-xxl-4, .v-locale--is-ltr .offset-xxl-4 {
2213
- margin-left: 33.3333333333%;
2214
- }
2215
- .v-locale--is-rtl.offset-xxl-4, .v-locale--is-rtl .offset-xxl-4 {
2216
- margin-right: 33.3333333333%;
2217
- }
2218
- .v-locale--is-ltr.offset-xxl-5, .v-locale--is-ltr .offset-xxl-5 {
2219
- margin-left: 41.6666666667%;
2220
- }
2221
- .v-locale--is-rtl.offset-xxl-5, .v-locale--is-rtl .offset-xxl-5 {
2222
- margin-right: 41.6666666667%;
2223
- }
2224
- .v-locale--is-ltr.offset-xxl-6, .v-locale--is-ltr .offset-xxl-6 {
2225
- margin-left: 50%;
1979
+ .offset-xxl-0 {
1980
+ margin-inline-start: 0;
2226
1981
  }
2227
- .v-locale--is-rtl.offset-xxl-6, .v-locale--is-rtl .offset-xxl-6 {
2228
- margin-right: 50%;
1982
+ .offset-xxl-1 {
1983
+ margin-inline-start: 8.3333333333%;
2229
1984
  }
2230
- .v-locale--is-ltr.offset-xxl-7, .v-locale--is-ltr .offset-xxl-7 {
2231
- margin-left: 58.3333333333%;
1985
+ .offset-xxl-2 {
1986
+ margin-inline-start: 16.6666666667%;
2232
1987
  }
2233
- .v-locale--is-rtl.offset-xxl-7, .v-locale--is-rtl .offset-xxl-7 {
2234
- margin-right: 58.3333333333%;
1988
+ .offset-xxl-3 {
1989
+ margin-inline-start: 25%;
2235
1990
  }
2236
- .v-locale--is-ltr.offset-xxl-8, .v-locale--is-ltr .offset-xxl-8 {
2237
- margin-left: 66.6666666667%;
1991
+ .offset-xxl-4 {
1992
+ margin-inline-start: 33.3333333333%;
2238
1993
  }
2239
- .v-locale--is-rtl.offset-xxl-8, .v-locale--is-rtl .offset-xxl-8 {
2240
- margin-right: 66.6666666667%;
1994
+ .offset-xxl-5 {
1995
+ margin-inline-start: 41.6666666667%;
2241
1996
  }
2242
- .v-locale--is-ltr.offset-xxl-9, .v-locale--is-ltr .offset-xxl-9 {
2243
- margin-left: 75%;
1997
+ .offset-xxl-6 {
1998
+ margin-inline-start: 50%;
2244
1999
  }
2245
- .v-locale--is-rtl.offset-xxl-9, .v-locale--is-rtl .offset-xxl-9 {
2246
- margin-right: 75%;
2000
+ .offset-xxl-7 {
2001
+ margin-inline-start: 58.3333333333%;
2247
2002
  }
2248
- .v-locale--is-ltr.offset-xxl-10, .v-locale--is-ltr .offset-xxl-10 {
2249
- margin-left: 83.3333333333%;
2003
+ .offset-xxl-8 {
2004
+ margin-inline-start: 66.6666666667%;
2250
2005
  }
2251
- .v-locale--is-rtl.offset-xxl-10, .v-locale--is-rtl .offset-xxl-10 {
2252
- margin-right: 83.3333333333%;
2006
+ .offset-xxl-9 {
2007
+ margin-inline-start: 75%;
2253
2008
  }
2254
- .v-locale--is-ltr.offset-xxl-11, .v-locale--is-ltr .offset-xxl-11 {
2255
- margin-left: 91.6666666667%;
2009
+ .offset-xxl-10 {
2010
+ margin-inline-start: 83.3333333333%;
2256
2011
  }
2257
- .v-locale--is-rtl.offset-xxl-11, .v-locale--is-rtl .offset-xxl-11 {
2258
- margin-right: 91.6666666667%;
2012
+ .offset-xxl-11 {
2013
+ margin-inline-start: 91.6666666667%;
2259
2014
  }
2260
2015
  }
2261
2016
  .v-window {
@@ -2569,36 +2324,23 @@ html.v-overlay-scroll-blocked {
2569
2324
  font-size: 1rem;
2570
2325
  font-weight: 400;
2571
2326
  line-height: 1.5;
2572
- --v-input-chips-margin-top: 2px;
2573
2327
  }
2574
2328
  .v-input--disabled {
2575
2329
  pointer-events: none;
2576
2330
  }
2577
2331
  .v-input--density-default {
2578
2332
  --v-input-control-height: 56px;
2579
- --v-input-padding-top: 15px;
2333
+ --v-input-padding-top: 16px;
2580
2334
  }
2581
2335
 
2582
2336
  .v-input--density-comfortable {
2583
2337
  --v-input-control-height: 48px;
2584
- --v-input-padding-top: 11px;
2338
+ --v-input-padding-top: 12px;
2585
2339
  }
2586
2340
 
2587
2341
  .v-input--density-compact {
2588
2342
  --v-input-control-height: 40px;
2589
- --v-input-padding-top: 7px;
2590
- }
2591
-
2592
- .v-input--density-default {
2593
- --v-input-chips-margin-bottom: 0px;
2594
- }
2595
-
2596
- .v-input--density-comfortable {
2597
- --v-input-chips-margin-bottom: 2px;
2598
- }
2599
-
2600
- .v-input--density-compact {
2601
- --v-input-chips-margin-bottom: 4px;
2343
+ --v-input-padding-top: 8px;
2602
2344
  }
2603
2345
 
2604
2346
  .v-input--vertical {
@@ -2695,6 +2437,33 @@ html.v-overlay-scroll-blocked {
2695
2437
  display: flex;
2696
2438
  grid-area: control;
2697
2439
  }
2440
+
2441
+ .v-input--hide-spin-buttons input::-webkit-outer-spin-button,
2442
+ .v-input--hide-spin-buttons input::-webkit-inner-spin-button {
2443
+ -webkit-appearance: none;
2444
+ margin: 0;
2445
+ }
2446
+ .v-input--hide-spin-buttons input[type=number] {
2447
+ -moz-appearance: textfield;
2448
+ }
2449
+ .v-input--plain-underlined .v-input__details {
2450
+ padding: 0;
2451
+ }
2452
+ .v-input--plain-underlined .v-input__prepend,
2453
+ .v-input--plain-underlined .v-input__append {
2454
+ align-items: flex-start;
2455
+ }
2456
+ .v-input--density-default.v-input--plain-underlined .v-input__prepend, .v-input--density-default.v-input--plain-underlined .v-input__append {
2457
+ padding-top: calc(var(--v-input-padding-top) + 4px);
2458
+ }
2459
+
2460
+ .v-input--density-comfortable.v-input--plain-underlined .v-input__prepend, .v-input--density-comfortable.v-input--plain-underlined .v-input__append {
2461
+ padding-top: calc(var(--v-input-padding-top) + 2px);
2462
+ }
2463
+
2464
+ .v-input--density-compact.v-input--plain-underlined .v-input__prepend, .v-input--density-compact.v-input--plain-underlined .v-input__append {
2465
+ padding-top: calc(var(--v-input-padding-top) + 0px);
2466
+ }
2698
2467
  .v-counter {
2699
2468
  color: rgba(var(--v-theme-on-surface), var(--v-medium-emphasis-opacity));
2700
2469
  flex: 0 1 auto;
@@ -2723,8 +2492,18 @@ html.v-overlay-scroll-blocked {
2723
2492
  .v-table .v-table__wrapper > table > tfoot > tr > th {
2724
2493
  border-top: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
2725
2494
  }
2726
- .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover td {
2495
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr > td {
2496
+ position: relative;
2497
+ }
2498
+ .v-table.v-table--hover > .v-table__wrapper > table > tbody > tr:hover > td::after {
2499
+ content: "";
2500
+ position: absolute;
2501
+ top: 0;
2502
+ left: 0;
2503
+ width: 100%;
2504
+ height: 100%;
2727
2505
  background: rgba(var(--v-border-color), var(--v-hover-opacity));
2506
+ pointer-events: none;
2728
2507
  }
2729
2508
  .v-table.v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
2730
2509
  background: rgb(var(--v-theme-surface));
@@ -2827,7 +2606,7 @@ html.v-overlay-scroll-blocked {
2827
2606
  .v-table--fixed-header > .v-table__wrapper > table > thead {
2828
2607
  position: sticky;
2829
2608
  top: 0;
2830
- z-index: 1;
2609
+ z-index: 2;
2831
2610
  }
2832
2611
  .v-table--fixed-header > .v-table__wrapper > table > thead > tr > th {
2833
2612
  border-bottom: 0px !important;
@@ -2857,10 +2636,10 @@ html.v-overlay-scroll-blocked {
2857
2636
  position: relative;
2858
2637
  --v-field-padding-start: 16px;
2859
2638
  --v-field-padding-end: 16px;
2860
- --v-field-padding-top: 10px;
2861
- --v-field-padding-bottom: 5px;
2862
- --v-field-input-padding-top: calc(var(--v-field-padding-top, 10px) + var(--v-input-padding-top, 0));
2863
- --v-field-input-padding-bottom: var(--v-field-padding-bottom, 5px);
2639
+ --v-field-padding-top: 8px;
2640
+ --v-field-padding-bottom: 4px;
2641
+ --v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
2642
+ --v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px);
2864
2643
  }
2865
2644
  .v-field--disabled {
2866
2645
  opacity: var(--v-disabled-opacity);
@@ -2899,12 +2678,12 @@ html.v-overlay-scroll-blocked {
2899
2678
  }
2900
2679
  .v-input--density-default .v-field--variant-solo, .v-input--density-default .v-field--variant-solo-inverted, .v-input--density-default .v-field--variant-solo-filled, .v-input--density-default .v-field--variant-filled {
2901
2680
  --v-input-control-height: 56px;
2902
- --v-field-padding-bottom: 5px;
2681
+ --v-field-padding-bottom: 4px;
2903
2682
  }
2904
2683
 
2905
2684
  .v-input--density-comfortable .v-field--variant-solo, .v-input--density-comfortable .v-field--variant-solo-inverted, .v-input--density-comfortable .v-field--variant-solo-filled, .v-input--density-comfortable .v-field--variant-filled {
2906
2685
  --v-input-control-height: 48px;
2907
- --v-field-padding-bottom: 1px;
2686
+ --v-field-padding-bottom: 0px;
2908
2687
  }
2909
2688
 
2910
2689
  .v-input--density-compact .v-field--variant-solo, .v-input--density-compact .v-field--variant-solo-inverted, .v-input--density-compact .v-field--variant-solo-filled, .v-input--density-compact .v-field--variant-filled {
@@ -2916,15 +2695,15 @@ html.v-overlay-scroll-blocked {
2916
2695
  --v-field-padding-top: 0px;
2917
2696
  }
2918
2697
  .v-input--density-default .v-field--variant-outlined, .v-input--density-default .v-field--single-line, .v-input--density-default .v-field--no-label {
2919
- --v-field-padding-bottom: 15px;
2698
+ --v-field-padding-bottom: 16px;
2920
2699
  }
2921
2700
 
2922
2701
  .v-input--density-comfortable .v-field--variant-outlined, .v-input--density-comfortable .v-field--single-line, .v-input--density-comfortable .v-field--no-label {
2923
- --v-field-padding-bottom: 11px;
2702
+ --v-field-padding-bottom: 12px;
2924
2703
  }
2925
2704
 
2926
2705
  .v-input--density-compact .v-field--variant-outlined, .v-input--density-compact .v-field--single-line, .v-input--density-compact .v-field--no-label {
2927
- --v-field-padding-bottom: 7px;
2706
+ --v-field-padding-bottom: 8px;
2928
2707
  }
2929
2708
 
2930
2709
  .v-field--variant-plain, .v-field--variant-underlined {
@@ -2934,20 +2713,22 @@ html.v-overlay-scroll-blocked {
2934
2713
  .v-field--variant-plain.v-field, .v-field--variant-underlined.v-field {
2935
2714
  --v-field-padding-start: 0px;
2936
2715
  --v-field-padding-end: 0px;
2937
- --v-field-padding-top: var(--v-field-padding-top--plain-underlined, 6px);
2938
2716
  }
2939
2717
  .v-input--density-default .v-field--variant-plain, .v-input--density-default .v-field--variant-underlined {
2940
2718
  --v-input-control-height: 48px;
2941
- --v-field-padding-bottom: 5px;
2719
+ --v-field-padding-top: 4px;
2720
+ --v-field-padding-bottom: 4px;
2942
2721
  }
2943
2722
 
2944
2723
  .v-input--density-comfortable .v-field--variant-plain, .v-input--density-comfortable .v-field--variant-underlined {
2945
2724
  --v-input-control-height: 40px;
2946
- --v-field-padding-bottom: 1px;
2725
+ --v-field-padding-top: 2px;
2726
+ --v-field-padding-bottom: 0px;
2947
2727
  }
2948
2728
 
2949
2729
  .v-input--density-compact .v-field--variant-plain, .v-input--density-compact .v-field--variant-underlined {
2950
2730
  --v-input-control-height: 32px;
2731
+ --v-field-padding-top: 0px;
2951
2732
  --v-field-padding-bottom: 0px;
2952
2733
  }
2953
2734
 
@@ -2967,20 +2748,33 @@ html.v-overlay-scroll-blocked {
2967
2748
  /* endregion */
2968
2749
  /* region ELEMENTS */
2969
2750
  .v-field__input {
2751
+ align-items: center;
2970
2752
  color: inherit;
2753
+ column-gap: 2px;
2971
2754
  display: flex;
2972
2755
  flex-wrap: wrap;
2973
2756
  letter-spacing: 0.009375em;
2974
2757
  opacity: var(--v-high-emphasis-opacity);
2975
- min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px);
2758
+ min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));
2976
2759
  min-width: 0;
2977
- padding-inline-start: var(--v-field-padding-start);
2978
- padding-inline-end: var(--v-field-padding-end);
2760
+ padding-inline: var(--v-field-padding-start) var(--v-field-padding-end);
2979
2761
  padding-top: var(--v-field-input-padding-top);
2980
2762
  padding-bottom: var(--v-field-input-padding-bottom);
2981
2763
  position: relative;
2982
2764
  width: 100%;
2983
2765
  }
2766
+ .v-input--density-default .v-field__input {
2767
+ row-gap: 8px;
2768
+ }
2769
+
2770
+ .v-input--density-comfortable .v-field__input {
2771
+ row-gap: 6px;
2772
+ }
2773
+
2774
+ .v-input--density-compact .v-field__input {
2775
+ row-gap: 4px;
2776
+ }
2777
+
2984
2778
  .v-field__input input {
2985
2779
  letter-spacing: inherit;
2986
2780
  }
@@ -3027,7 +2821,7 @@ textarea.v-field__input::placeholder {
3027
2821
  .v-field__prepend-inner {
3028
2822
  display: flex;
3029
2823
  align-items: flex-start;
3030
- padding-top: var(--v-input-padding-top, 10px);
2824
+ padding-top: var(--v-input-padding-top, 8px);
3031
2825
  }
3032
2826
  .v-field--center-affix .v-field__append-inner,
3033
2827
  .v-field--center-affix .v-field__clearable,
@@ -3043,8 +2837,8 @@ textarea.v-field__input::placeholder {
3043
2837
  .v-field.v-field--variant-plain .v-field__clearable,
3044
2838
  .v-field.v-field--variant-plain .v-field__prepend-inner {
3045
2839
  align-items: flex-start;
3046
- padding-top: calc(var(--v-field-padding-top, 10px) + var(--v-input-padding-top, 0));
3047
- padding-bottom: var(--v-field-padding-bottom, 5px);
2840
+ padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0));
2841
+ padding-bottom: var(--v-field-padding-bottom, 4px);
3048
2842
  }
3049
2843
 
3050
2844
  .v-field--focused .v-field__prepend-inner,
@@ -3074,8 +2868,7 @@ textarea.v-field__input::placeholder {
3074
2868
  cursor: pointer;
3075
2869
  opacity: 0;
3076
2870
  overflow: hidden;
3077
- margin-inline-start: 4px;
3078
- margin-inline-end: 4px;
2871
+ margin-inline: 4px;
3079
2872
  transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
3080
2873
  transition-property: opacity, transform, width;
3081
2874
  }
@@ -3227,6 +3020,10 @@ textarea.v-field__input::placeholder {
3227
3020
  border-top-width: var(--v-field-border-width);
3228
3021
  border-bottom-width: var(--v-field-border-width);
3229
3022
  border-inline-start-width: var(--v-field-border-width);
3023
+ border-start-start-radius: inherit;
3024
+ border-start-end-radius: 0;
3025
+ border-end-end-radius: 0;
3026
+ border-end-start-radius: inherit;
3230
3027
  }
3231
3028
  .v-field--rounded.v-field--variant-outlined .v-field__outline__start,
3232
3029
  [class^=rounded-].v-field--variant-outlined .v-field__outline__start,
@@ -3234,20 +3031,6 @@ textarea.v-field__input::placeholder {
3234
3031
  flex-basis: calc(var(--v-input-control-height) / 2 + 2px);
3235
3032
  }
3236
3033
 
3237
- .v-locale--is-ltr.v-field--variant-outlined .v-field__outline__start, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__start {
3238
- border-top-left-radius: inherit;
3239
- border-top-right-radius: 0;
3240
- border-bottom-right-radius: 0;
3241
- border-bottom-left-radius: inherit;
3242
- }
3243
-
3244
- .v-locale--is-rtl.v-field--variant-outlined .v-field__outline__start, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__start {
3245
- border-top-left-radius: 0;
3246
- border-top-right-radius: inherit;
3247
- border-bottom-right-radius: inherit;
3248
- border-bottom-left-radius: 0;
3249
- }
3250
-
3251
3034
  .v-field--variant-outlined .v-field__outline__notch {
3252
3035
  flex: none;
3253
3036
  position: relative;
@@ -3278,19 +3061,10 @@ textarea.v-field__input::placeholder {
3278
3061
  border-top-width: var(--v-field-border-width);
3279
3062
  border-bottom-width: var(--v-field-border-width);
3280
3063
  border-inline-end-width: var(--v-field-border-width);
3281
- }
3282
- .v-locale--is-ltr.v-field--variant-outlined .v-field__outline__end, .v-locale--is-ltr .v-field--variant-outlined .v-field__outline__end {
3283
- border-top-left-radius: 0;
3284
- border-top-right-radius: inherit;
3285
- border-bottom-right-radius: inherit;
3286
- border-bottom-left-radius: 0;
3287
- }
3288
-
3289
- .v-locale--is-rtl.v-field--variant-outlined .v-field__outline__end, .v-locale--is-rtl .v-field--variant-outlined .v-field__outline__end {
3290
- border-top-left-radius: inherit;
3291
- border-top-right-radius: 0;
3292
- border-bottom-right-radius: 0;
3293
- border-bottom-left-radius: inherit;
3064
+ border-start-start-radius: 0;
3065
+ border-start-end-radius: inherit;
3066
+ border-end-end-radius: inherit;
3067
+ border-end-start-radius: 0;
3294
3068
  }
3295
3069
 
3296
3070
  /* endregion */
@@ -3375,12 +3149,8 @@ textarea.v-field__input::placeholder {
3375
3149
  .v-field--reverse .v-field__field, .v-field--reverse .v-field__input {
3376
3150
  flex-direction: row-reverse;
3377
3151
  }
3378
- .v-locale--is-ltr.v-field--reverse .v-field__input, .v-locale--is-ltr.v-field--reverse input, .v-locale--is-ltr .v-field--reverse .v-field__input, .v-locale--is-ltr .v-field--reverse input {
3379
- text-align: right;
3380
- }
3381
-
3382
- .v-locale--is-rtl.v-field--reverse .v-field__input, .v-locale--is-rtl.v-field--reverse input, .v-locale--is-rtl .v-field--reverse .v-field__input, .v-locale--is-rtl .v-field--reverse input {
3383
- text-align: left;
3152
+ .v-field--reverse .v-field__input, .v-field--reverse input {
3153
+ text-align: end;
3384
3154
  }
3385
3155
 
3386
3156
  .v-input--disabled .v-field--variant-filled .v-field__outline::before,
@@ -7077,6 +6847,222 @@ html.overflow-y-hidden {
7077
6847
  order: 13 !important;
7078
6848
  }
7079
6849
 
6850
+ .ga-0 {
6851
+ gap: 0px !important;
6852
+ }
6853
+
6854
+ .ga-1 {
6855
+ gap: 4px !important;
6856
+ }
6857
+
6858
+ .ga-2 {
6859
+ gap: 8px !important;
6860
+ }
6861
+
6862
+ .ga-3 {
6863
+ gap: 12px !important;
6864
+ }
6865
+
6866
+ .ga-4 {
6867
+ gap: 16px !important;
6868
+ }
6869
+
6870
+ .ga-5 {
6871
+ gap: 20px !important;
6872
+ }
6873
+
6874
+ .ga-6 {
6875
+ gap: 24px !important;
6876
+ }
6877
+
6878
+ .ga-7 {
6879
+ gap: 28px !important;
6880
+ }
6881
+
6882
+ .ga-8 {
6883
+ gap: 32px !important;
6884
+ }
6885
+
6886
+ .ga-9 {
6887
+ gap: 36px !important;
6888
+ }
6889
+
6890
+ .ga-10 {
6891
+ gap: 40px !important;
6892
+ }
6893
+
6894
+ .ga-11 {
6895
+ gap: 44px !important;
6896
+ }
6897
+
6898
+ .ga-12 {
6899
+ gap: 48px !important;
6900
+ }
6901
+
6902
+ .ga-13 {
6903
+ gap: 52px !important;
6904
+ }
6905
+
6906
+ .ga-14 {
6907
+ gap: 56px !important;
6908
+ }
6909
+
6910
+ .ga-15 {
6911
+ gap: 60px !important;
6912
+ }
6913
+
6914
+ .ga-16 {
6915
+ gap: 64px !important;
6916
+ }
6917
+
6918
+ .ga-auto {
6919
+ gap: auto !important;
6920
+ }
6921
+
6922
+ .gr-0 {
6923
+ row-gap: 0px !important;
6924
+ }
6925
+
6926
+ .gr-1 {
6927
+ row-gap: 4px !important;
6928
+ }
6929
+
6930
+ .gr-2 {
6931
+ row-gap: 8px !important;
6932
+ }
6933
+
6934
+ .gr-3 {
6935
+ row-gap: 12px !important;
6936
+ }
6937
+
6938
+ .gr-4 {
6939
+ row-gap: 16px !important;
6940
+ }
6941
+
6942
+ .gr-5 {
6943
+ row-gap: 20px !important;
6944
+ }
6945
+
6946
+ .gr-6 {
6947
+ row-gap: 24px !important;
6948
+ }
6949
+
6950
+ .gr-7 {
6951
+ row-gap: 28px !important;
6952
+ }
6953
+
6954
+ .gr-8 {
6955
+ row-gap: 32px !important;
6956
+ }
6957
+
6958
+ .gr-9 {
6959
+ row-gap: 36px !important;
6960
+ }
6961
+
6962
+ .gr-10 {
6963
+ row-gap: 40px !important;
6964
+ }
6965
+
6966
+ .gr-11 {
6967
+ row-gap: 44px !important;
6968
+ }
6969
+
6970
+ .gr-12 {
6971
+ row-gap: 48px !important;
6972
+ }
6973
+
6974
+ .gr-13 {
6975
+ row-gap: 52px !important;
6976
+ }
6977
+
6978
+ .gr-14 {
6979
+ row-gap: 56px !important;
6980
+ }
6981
+
6982
+ .gr-15 {
6983
+ row-gap: 60px !important;
6984
+ }
6985
+
6986
+ .gr-16 {
6987
+ row-gap: 64px !important;
6988
+ }
6989
+
6990
+ .gr-auto {
6991
+ row-gap: auto !important;
6992
+ }
6993
+
6994
+ .gc-0 {
6995
+ column-gap: 0px !important;
6996
+ }
6997
+
6998
+ .gc-1 {
6999
+ column-gap: 4px !important;
7000
+ }
7001
+
7002
+ .gc-2 {
7003
+ column-gap: 8px !important;
7004
+ }
7005
+
7006
+ .gc-3 {
7007
+ column-gap: 12px !important;
7008
+ }
7009
+
7010
+ .gc-4 {
7011
+ column-gap: 16px !important;
7012
+ }
7013
+
7014
+ .gc-5 {
7015
+ column-gap: 20px !important;
7016
+ }
7017
+
7018
+ .gc-6 {
7019
+ column-gap: 24px !important;
7020
+ }
7021
+
7022
+ .gc-7 {
7023
+ column-gap: 28px !important;
7024
+ }
7025
+
7026
+ .gc-8 {
7027
+ column-gap: 32px !important;
7028
+ }
7029
+
7030
+ .gc-9 {
7031
+ column-gap: 36px !important;
7032
+ }
7033
+
7034
+ .gc-10 {
7035
+ column-gap: 40px !important;
7036
+ }
7037
+
7038
+ .gc-11 {
7039
+ column-gap: 44px !important;
7040
+ }
7041
+
7042
+ .gc-12 {
7043
+ column-gap: 48px !important;
7044
+ }
7045
+
7046
+ .gc-13 {
7047
+ column-gap: 52px !important;
7048
+ }
7049
+
7050
+ .gc-14 {
7051
+ column-gap: 56px !important;
7052
+ }
7053
+
7054
+ .gc-15 {
7055
+ column-gap: 60px !important;
7056
+ }
7057
+
7058
+ .gc-16 {
7059
+ column-gap: 64px !important;
7060
+ }
7061
+
7062
+ .gc-auto {
7063
+ column-gap: auto !important;
7064
+ }
7065
+
7080
7066
  .ma-0 {
7081
7067
  margin: 0px !important;
7082
7068
  }
@@ -10269,65 +10255,227 @@ html.overflow-y-hidden {
10269
10255
  .align-self-sm-auto {
10270
10256
  align-self: auto !important;
10271
10257
  }
10272
- .align-self-sm-start {
10273
- align-self: flex-start !important;
10258
+ .align-self-sm-start {
10259
+ align-self: flex-start !important;
10260
+ }
10261
+ .align-self-sm-end {
10262
+ align-self: flex-end !important;
10263
+ }
10264
+ .align-self-sm-center {
10265
+ align-self: center !important;
10266
+ }
10267
+ .align-self-sm-baseline {
10268
+ align-self: baseline !important;
10269
+ }
10270
+ .align-self-sm-stretch {
10271
+ align-self: stretch !important;
10272
+ }
10273
+ .order-sm-first {
10274
+ order: -1 !important;
10275
+ }
10276
+ .order-sm-0 {
10277
+ order: 0 !important;
10278
+ }
10279
+ .order-sm-1 {
10280
+ order: 1 !important;
10281
+ }
10282
+ .order-sm-2 {
10283
+ order: 2 !important;
10284
+ }
10285
+ .order-sm-3 {
10286
+ order: 3 !important;
10287
+ }
10288
+ .order-sm-4 {
10289
+ order: 4 !important;
10290
+ }
10291
+ .order-sm-5 {
10292
+ order: 5 !important;
10293
+ }
10294
+ .order-sm-6 {
10295
+ order: 6 !important;
10296
+ }
10297
+ .order-sm-7 {
10298
+ order: 7 !important;
10299
+ }
10300
+ .order-sm-8 {
10301
+ order: 8 !important;
10302
+ }
10303
+ .order-sm-9 {
10304
+ order: 9 !important;
10305
+ }
10306
+ .order-sm-10 {
10307
+ order: 10 !important;
10308
+ }
10309
+ .order-sm-11 {
10310
+ order: 11 !important;
10311
+ }
10312
+ .order-sm-12 {
10313
+ order: 12 !important;
10314
+ }
10315
+ .order-sm-last {
10316
+ order: 13 !important;
10317
+ }
10318
+ .ga-sm-0 {
10319
+ gap: 0px !important;
10320
+ }
10321
+ .ga-sm-1 {
10322
+ gap: 4px !important;
10323
+ }
10324
+ .ga-sm-2 {
10325
+ gap: 8px !important;
10326
+ }
10327
+ .ga-sm-3 {
10328
+ gap: 12px !important;
10329
+ }
10330
+ .ga-sm-4 {
10331
+ gap: 16px !important;
10332
+ }
10333
+ .ga-sm-5 {
10334
+ gap: 20px !important;
10335
+ }
10336
+ .ga-sm-6 {
10337
+ gap: 24px !important;
10338
+ }
10339
+ .ga-sm-7 {
10340
+ gap: 28px !important;
10341
+ }
10342
+ .ga-sm-8 {
10343
+ gap: 32px !important;
10344
+ }
10345
+ .ga-sm-9 {
10346
+ gap: 36px !important;
10347
+ }
10348
+ .ga-sm-10 {
10349
+ gap: 40px !important;
10350
+ }
10351
+ .ga-sm-11 {
10352
+ gap: 44px !important;
10353
+ }
10354
+ .ga-sm-12 {
10355
+ gap: 48px !important;
10356
+ }
10357
+ .ga-sm-13 {
10358
+ gap: 52px !important;
10359
+ }
10360
+ .ga-sm-14 {
10361
+ gap: 56px !important;
10362
+ }
10363
+ .ga-sm-15 {
10364
+ gap: 60px !important;
10365
+ }
10366
+ .ga-sm-16 {
10367
+ gap: 64px !important;
10368
+ }
10369
+ .ga-sm-auto {
10370
+ gap: auto !important;
10371
+ }
10372
+ .gr-sm-0 {
10373
+ row-gap: 0px !important;
10374
+ }
10375
+ .gr-sm-1 {
10376
+ row-gap: 4px !important;
10377
+ }
10378
+ .gr-sm-2 {
10379
+ row-gap: 8px !important;
10380
+ }
10381
+ .gr-sm-3 {
10382
+ row-gap: 12px !important;
10383
+ }
10384
+ .gr-sm-4 {
10385
+ row-gap: 16px !important;
10386
+ }
10387
+ .gr-sm-5 {
10388
+ row-gap: 20px !important;
10389
+ }
10390
+ .gr-sm-6 {
10391
+ row-gap: 24px !important;
10392
+ }
10393
+ .gr-sm-7 {
10394
+ row-gap: 28px !important;
10395
+ }
10396
+ .gr-sm-8 {
10397
+ row-gap: 32px !important;
10398
+ }
10399
+ .gr-sm-9 {
10400
+ row-gap: 36px !important;
10401
+ }
10402
+ .gr-sm-10 {
10403
+ row-gap: 40px !important;
10404
+ }
10405
+ .gr-sm-11 {
10406
+ row-gap: 44px !important;
10407
+ }
10408
+ .gr-sm-12 {
10409
+ row-gap: 48px !important;
10410
+ }
10411
+ .gr-sm-13 {
10412
+ row-gap: 52px !important;
10413
+ }
10414
+ .gr-sm-14 {
10415
+ row-gap: 56px !important;
10416
+ }
10417
+ .gr-sm-15 {
10418
+ row-gap: 60px !important;
10419
+ }
10420
+ .gr-sm-16 {
10421
+ row-gap: 64px !important;
10274
10422
  }
10275
- .align-self-sm-end {
10276
- align-self: flex-end !important;
10423
+ .gr-sm-auto {
10424
+ row-gap: auto !important;
10277
10425
  }
10278
- .align-self-sm-center {
10279
- align-self: center !important;
10426
+ .gc-sm-0 {
10427
+ column-gap: 0px !important;
10280
10428
  }
10281
- .align-self-sm-baseline {
10282
- align-self: baseline !important;
10429
+ .gc-sm-1 {
10430
+ column-gap: 4px !important;
10283
10431
  }
10284
- .align-self-sm-stretch {
10285
- align-self: stretch !important;
10432
+ .gc-sm-2 {
10433
+ column-gap: 8px !important;
10286
10434
  }
10287
- .order-sm-first {
10288
- order: -1 !important;
10435
+ .gc-sm-3 {
10436
+ column-gap: 12px !important;
10289
10437
  }
10290
- .order-sm-0 {
10291
- order: 0 !important;
10438
+ .gc-sm-4 {
10439
+ column-gap: 16px !important;
10292
10440
  }
10293
- .order-sm-1 {
10294
- order: 1 !important;
10441
+ .gc-sm-5 {
10442
+ column-gap: 20px !important;
10295
10443
  }
10296
- .order-sm-2 {
10297
- order: 2 !important;
10444
+ .gc-sm-6 {
10445
+ column-gap: 24px !important;
10298
10446
  }
10299
- .order-sm-3 {
10300
- order: 3 !important;
10447
+ .gc-sm-7 {
10448
+ column-gap: 28px !important;
10301
10449
  }
10302
- .order-sm-4 {
10303
- order: 4 !important;
10450
+ .gc-sm-8 {
10451
+ column-gap: 32px !important;
10304
10452
  }
10305
- .order-sm-5 {
10306
- order: 5 !important;
10453
+ .gc-sm-9 {
10454
+ column-gap: 36px !important;
10307
10455
  }
10308
- .order-sm-6 {
10309
- order: 6 !important;
10456
+ .gc-sm-10 {
10457
+ column-gap: 40px !important;
10310
10458
  }
10311
- .order-sm-7 {
10312
- order: 7 !important;
10459
+ .gc-sm-11 {
10460
+ column-gap: 44px !important;
10313
10461
  }
10314
- .order-sm-8 {
10315
- order: 8 !important;
10462
+ .gc-sm-12 {
10463
+ column-gap: 48px !important;
10316
10464
  }
10317
- .order-sm-9 {
10318
- order: 9 !important;
10465
+ .gc-sm-13 {
10466
+ column-gap: 52px !important;
10319
10467
  }
10320
- .order-sm-10 {
10321
- order: 10 !important;
10468
+ .gc-sm-14 {
10469
+ column-gap: 56px !important;
10322
10470
  }
10323
- .order-sm-11 {
10324
- order: 11 !important;
10471
+ .gc-sm-15 {
10472
+ column-gap: 60px !important;
10325
10473
  }
10326
- .order-sm-12 {
10327
- order: 12 !important;
10474
+ .gc-sm-16 {
10475
+ column-gap: 64px !important;
10328
10476
  }
10329
- .order-sm-last {
10330
- order: 13 !important;
10477
+ .gc-sm-auto {
10478
+ column-gap: auto !important;
10331
10479
  }
10332
10480
  .ma-sm-0 {
10333
10481
  margin: 0px !important;
@@ -12157,6 +12305,168 @@ html.overflow-y-hidden {
12157
12305
  .order-md-last {
12158
12306
  order: 13 !important;
12159
12307
  }
12308
+ .ga-md-0 {
12309
+ gap: 0px !important;
12310
+ }
12311
+ .ga-md-1 {
12312
+ gap: 4px !important;
12313
+ }
12314
+ .ga-md-2 {
12315
+ gap: 8px !important;
12316
+ }
12317
+ .ga-md-3 {
12318
+ gap: 12px !important;
12319
+ }
12320
+ .ga-md-4 {
12321
+ gap: 16px !important;
12322
+ }
12323
+ .ga-md-5 {
12324
+ gap: 20px !important;
12325
+ }
12326
+ .ga-md-6 {
12327
+ gap: 24px !important;
12328
+ }
12329
+ .ga-md-7 {
12330
+ gap: 28px !important;
12331
+ }
12332
+ .ga-md-8 {
12333
+ gap: 32px !important;
12334
+ }
12335
+ .ga-md-9 {
12336
+ gap: 36px !important;
12337
+ }
12338
+ .ga-md-10 {
12339
+ gap: 40px !important;
12340
+ }
12341
+ .ga-md-11 {
12342
+ gap: 44px !important;
12343
+ }
12344
+ .ga-md-12 {
12345
+ gap: 48px !important;
12346
+ }
12347
+ .ga-md-13 {
12348
+ gap: 52px !important;
12349
+ }
12350
+ .ga-md-14 {
12351
+ gap: 56px !important;
12352
+ }
12353
+ .ga-md-15 {
12354
+ gap: 60px !important;
12355
+ }
12356
+ .ga-md-16 {
12357
+ gap: 64px !important;
12358
+ }
12359
+ .ga-md-auto {
12360
+ gap: auto !important;
12361
+ }
12362
+ .gr-md-0 {
12363
+ row-gap: 0px !important;
12364
+ }
12365
+ .gr-md-1 {
12366
+ row-gap: 4px !important;
12367
+ }
12368
+ .gr-md-2 {
12369
+ row-gap: 8px !important;
12370
+ }
12371
+ .gr-md-3 {
12372
+ row-gap: 12px !important;
12373
+ }
12374
+ .gr-md-4 {
12375
+ row-gap: 16px !important;
12376
+ }
12377
+ .gr-md-5 {
12378
+ row-gap: 20px !important;
12379
+ }
12380
+ .gr-md-6 {
12381
+ row-gap: 24px !important;
12382
+ }
12383
+ .gr-md-7 {
12384
+ row-gap: 28px !important;
12385
+ }
12386
+ .gr-md-8 {
12387
+ row-gap: 32px !important;
12388
+ }
12389
+ .gr-md-9 {
12390
+ row-gap: 36px !important;
12391
+ }
12392
+ .gr-md-10 {
12393
+ row-gap: 40px !important;
12394
+ }
12395
+ .gr-md-11 {
12396
+ row-gap: 44px !important;
12397
+ }
12398
+ .gr-md-12 {
12399
+ row-gap: 48px !important;
12400
+ }
12401
+ .gr-md-13 {
12402
+ row-gap: 52px !important;
12403
+ }
12404
+ .gr-md-14 {
12405
+ row-gap: 56px !important;
12406
+ }
12407
+ .gr-md-15 {
12408
+ row-gap: 60px !important;
12409
+ }
12410
+ .gr-md-16 {
12411
+ row-gap: 64px !important;
12412
+ }
12413
+ .gr-md-auto {
12414
+ row-gap: auto !important;
12415
+ }
12416
+ .gc-md-0 {
12417
+ column-gap: 0px !important;
12418
+ }
12419
+ .gc-md-1 {
12420
+ column-gap: 4px !important;
12421
+ }
12422
+ .gc-md-2 {
12423
+ column-gap: 8px !important;
12424
+ }
12425
+ .gc-md-3 {
12426
+ column-gap: 12px !important;
12427
+ }
12428
+ .gc-md-4 {
12429
+ column-gap: 16px !important;
12430
+ }
12431
+ .gc-md-5 {
12432
+ column-gap: 20px !important;
12433
+ }
12434
+ .gc-md-6 {
12435
+ column-gap: 24px !important;
12436
+ }
12437
+ .gc-md-7 {
12438
+ column-gap: 28px !important;
12439
+ }
12440
+ .gc-md-8 {
12441
+ column-gap: 32px !important;
12442
+ }
12443
+ .gc-md-9 {
12444
+ column-gap: 36px !important;
12445
+ }
12446
+ .gc-md-10 {
12447
+ column-gap: 40px !important;
12448
+ }
12449
+ .gc-md-11 {
12450
+ column-gap: 44px !important;
12451
+ }
12452
+ .gc-md-12 {
12453
+ column-gap: 48px !important;
12454
+ }
12455
+ .gc-md-13 {
12456
+ column-gap: 52px !important;
12457
+ }
12458
+ .gc-md-14 {
12459
+ column-gap: 56px !important;
12460
+ }
12461
+ .gc-md-15 {
12462
+ column-gap: 60px !important;
12463
+ }
12464
+ .gc-md-16 {
12465
+ column-gap: 64px !important;
12466
+ }
12467
+ .gc-md-auto {
12468
+ column-gap: auto !important;
12469
+ }
12160
12470
  .ma-md-0 {
12161
12471
  margin: 0px !important;
12162
12472
  }
@@ -13985,6 +14295,168 @@ html.overflow-y-hidden {
13985
14295
  .order-lg-last {
13986
14296
  order: 13 !important;
13987
14297
  }
14298
+ .ga-lg-0 {
14299
+ gap: 0px !important;
14300
+ }
14301
+ .ga-lg-1 {
14302
+ gap: 4px !important;
14303
+ }
14304
+ .ga-lg-2 {
14305
+ gap: 8px !important;
14306
+ }
14307
+ .ga-lg-3 {
14308
+ gap: 12px !important;
14309
+ }
14310
+ .ga-lg-4 {
14311
+ gap: 16px !important;
14312
+ }
14313
+ .ga-lg-5 {
14314
+ gap: 20px !important;
14315
+ }
14316
+ .ga-lg-6 {
14317
+ gap: 24px !important;
14318
+ }
14319
+ .ga-lg-7 {
14320
+ gap: 28px !important;
14321
+ }
14322
+ .ga-lg-8 {
14323
+ gap: 32px !important;
14324
+ }
14325
+ .ga-lg-9 {
14326
+ gap: 36px !important;
14327
+ }
14328
+ .ga-lg-10 {
14329
+ gap: 40px !important;
14330
+ }
14331
+ .ga-lg-11 {
14332
+ gap: 44px !important;
14333
+ }
14334
+ .ga-lg-12 {
14335
+ gap: 48px !important;
14336
+ }
14337
+ .ga-lg-13 {
14338
+ gap: 52px !important;
14339
+ }
14340
+ .ga-lg-14 {
14341
+ gap: 56px !important;
14342
+ }
14343
+ .ga-lg-15 {
14344
+ gap: 60px !important;
14345
+ }
14346
+ .ga-lg-16 {
14347
+ gap: 64px !important;
14348
+ }
14349
+ .ga-lg-auto {
14350
+ gap: auto !important;
14351
+ }
14352
+ .gr-lg-0 {
14353
+ row-gap: 0px !important;
14354
+ }
14355
+ .gr-lg-1 {
14356
+ row-gap: 4px !important;
14357
+ }
14358
+ .gr-lg-2 {
14359
+ row-gap: 8px !important;
14360
+ }
14361
+ .gr-lg-3 {
14362
+ row-gap: 12px !important;
14363
+ }
14364
+ .gr-lg-4 {
14365
+ row-gap: 16px !important;
14366
+ }
14367
+ .gr-lg-5 {
14368
+ row-gap: 20px !important;
14369
+ }
14370
+ .gr-lg-6 {
14371
+ row-gap: 24px !important;
14372
+ }
14373
+ .gr-lg-7 {
14374
+ row-gap: 28px !important;
14375
+ }
14376
+ .gr-lg-8 {
14377
+ row-gap: 32px !important;
14378
+ }
14379
+ .gr-lg-9 {
14380
+ row-gap: 36px !important;
14381
+ }
14382
+ .gr-lg-10 {
14383
+ row-gap: 40px !important;
14384
+ }
14385
+ .gr-lg-11 {
14386
+ row-gap: 44px !important;
14387
+ }
14388
+ .gr-lg-12 {
14389
+ row-gap: 48px !important;
14390
+ }
14391
+ .gr-lg-13 {
14392
+ row-gap: 52px !important;
14393
+ }
14394
+ .gr-lg-14 {
14395
+ row-gap: 56px !important;
14396
+ }
14397
+ .gr-lg-15 {
14398
+ row-gap: 60px !important;
14399
+ }
14400
+ .gr-lg-16 {
14401
+ row-gap: 64px !important;
14402
+ }
14403
+ .gr-lg-auto {
14404
+ row-gap: auto !important;
14405
+ }
14406
+ .gc-lg-0 {
14407
+ column-gap: 0px !important;
14408
+ }
14409
+ .gc-lg-1 {
14410
+ column-gap: 4px !important;
14411
+ }
14412
+ .gc-lg-2 {
14413
+ column-gap: 8px !important;
14414
+ }
14415
+ .gc-lg-3 {
14416
+ column-gap: 12px !important;
14417
+ }
14418
+ .gc-lg-4 {
14419
+ column-gap: 16px !important;
14420
+ }
14421
+ .gc-lg-5 {
14422
+ column-gap: 20px !important;
14423
+ }
14424
+ .gc-lg-6 {
14425
+ column-gap: 24px !important;
14426
+ }
14427
+ .gc-lg-7 {
14428
+ column-gap: 28px !important;
14429
+ }
14430
+ .gc-lg-8 {
14431
+ column-gap: 32px !important;
14432
+ }
14433
+ .gc-lg-9 {
14434
+ column-gap: 36px !important;
14435
+ }
14436
+ .gc-lg-10 {
14437
+ column-gap: 40px !important;
14438
+ }
14439
+ .gc-lg-11 {
14440
+ column-gap: 44px !important;
14441
+ }
14442
+ .gc-lg-12 {
14443
+ column-gap: 48px !important;
14444
+ }
14445
+ .gc-lg-13 {
14446
+ column-gap: 52px !important;
14447
+ }
14448
+ .gc-lg-14 {
14449
+ column-gap: 56px !important;
14450
+ }
14451
+ .gc-lg-15 {
14452
+ column-gap: 60px !important;
14453
+ }
14454
+ .gc-lg-16 {
14455
+ column-gap: 64px !important;
14456
+ }
14457
+ .gc-lg-auto {
14458
+ column-gap: auto !important;
14459
+ }
13988
14460
  .ma-lg-0 {
13989
14461
  margin: 0px !important;
13990
14462
  }
@@ -15813,6 +16285,168 @@ html.overflow-y-hidden {
15813
16285
  .order-xl-last {
15814
16286
  order: 13 !important;
15815
16287
  }
16288
+ .ga-xl-0 {
16289
+ gap: 0px !important;
16290
+ }
16291
+ .ga-xl-1 {
16292
+ gap: 4px !important;
16293
+ }
16294
+ .ga-xl-2 {
16295
+ gap: 8px !important;
16296
+ }
16297
+ .ga-xl-3 {
16298
+ gap: 12px !important;
16299
+ }
16300
+ .ga-xl-4 {
16301
+ gap: 16px !important;
16302
+ }
16303
+ .ga-xl-5 {
16304
+ gap: 20px !important;
16305
+ }
16306
+ .ga-xl-6 {
16307
+ gap: 24px !important;
16308
+ }
16309
+ .ga-xl-7 {
16310
+ gap: 28px !important;
16311
+ }
16312
+ .ga-xl-8 {
16313
+ gap: 32px !important;
16314
+ }
16315
+ .ga-xl-9 {
16316
+ gap: 36px !important;
16317
+ }
16318
+ .ga-xl-10 {
16319
+ gap: 40px !important;
16320
+ }
16321
+ .ga-xl-11 {
16322
+ gap: 44px !important;
16323
+ }
16324
+ .ga-xl-12 {
16325
+ gap: 48px !important;
16326
+ }
16327
+ .ga-xl-13 {
16328
+ gap: 52px !important;
16329
+ }
16330
+ .ga-xl-14 {
16331
+ gap: 56px !important;
16332
+ }
16333
+ .ga-xl-15 {
16334
+ gap: 60px !important;
16335
+ }
16336
+ .ga-xl-16 {
16337
+ gap: 64px !important;
16338
+ }
16339
+ .ga-xl-auto {
16340
+ gap: auto !important;
16341
+ }
16342
+ .gr-xl-0 {
16343
+ row-gap: 0px !important;
16344
+ }
16345
+ .gr-xl-1 {
16346
+ row-gap: 4px !important;
16347
+ }
16348
+ .gr-xl-2 {
16349
+ row-gap: 8px !important;
16350
+ }
16351
+ .gr-xl-3 {
16352
+ row-gap: 12px !important;
16353
+ }
16354
+ .gr-xl-4 {
16355
+ row-gap: 16px !important;
16356
+ }
16357
+ .gr-xl-5 {
16358
+ row-gap: 20px !important;
16359
+ }
16360
+ .gr-xl-6 {
16361
+ row-gap: 24px !important;
16362
+ }
16363
+ .gr-xl-7 {
16364
+ row-gap: 28px !important;
16365
+ }
16366
+ .gr-xl-8 {
16367
+ row-gap: 32px !important;
16368
+ }
16369
+ .gr-xl-9 {
16370
+ row-gap: 36px !important;
16371
+ }
16372
+ .gr-xl-10 {
16373
+ row-gap: 40px !important;
16374
+ }
16375
+ .gr-xl-11 {
16376
+ row-gap: 44px !important;
16377
+ }
16378
+ .gr-xl-12 {
16379
+ row-gap: 48px !important;
16380
+ }
16381
+ .gr-xl-13 {
16382
+ row-gap: 52px !important;
16383
+ }
16384
+ .gr-xl-14 {
16385
+ row-gap: 56px !important;
16386
+ }
16387
+ .gr-xl-15 {
16388
+ row-gap: 60px !important;
16389
+ }
16390
+ .gr-xl-16 {
16391
+ row-gap: 64px !important;
16392
+ }
16393
+ .gr-xl-auto {
16394
+ row-gap: auto !important;
16395
+ }
16396
+ .gc-xl-0 {
16397
+ column-gap: 0px !important;
16398
+ }
16399
+ .gc-xl-1 {
16400
+ column-gap: 4px !important;
16401
+ }
16402
+ .gc-xl-2 {
16403
+ column-gap: 8px !important;
16404
+ }
16405
+ .gc-xl-3 {
16406
+ column-gap: 12px !important;
16407
+ }
16408
+ .gc-xl-4 {
16409
+ column-gap: 16px !important;
16410
+ }
16411
+ .gc-xl-5 {
16412
+ column-gap: 20px !important;
16413
+ }
16414
+ .gc-xl-6 {
16415
+ column-gap: 24px !important;
16416
+ }
16417
+ .gc-xl-7 {
16418
+ column-gap: 28px !important;
16419
+ }
16420
+ .gc-xl-8 {
16421
+ column-gap: 32px !important;
16422
+ }
16423
+ .gc-xl-9 {
16424
+ column-gap: 36px !important;
16425
+ }
16426
+ .gc-xl-10 {
16427
+ column-gap: 40px !important;
16428
+ }
16429
+ .gc-xl-11 {
16430
+ column-gap: 44px !important;
16431
+ }
16432
+ .gc-xl-12 {
16433
+ column-gap: 48px !important;
16434
+ }
16435
+ .gc-xl-13 {
16436
+ column-gap: 52px !important;
16437
+ }
16438
+ .gc-xl-14 {
16439
+ column-gap: 56px !important;
16440
+ }
16441
+ .gc-xl-15 {
16442
+ column-gap: 60px !important;
16443
+ }
16444
+ .gc-xl-16 {
16445
+ column-gap: 64px !important;
16446
+ }
16447
+ .gc-xl-auto {
16448
+ column-gap: auto !important;
16449
+ }
15816
16450
  .ma-xl-0 {
15817
16451
  margin: 0px !important;
15818
16452
  }
@@ -17641,6 +18275,168 @@ html.overflow-y-hidden {
17641
18275
  .order-xxl-last {
17642
18276
  order: 13 !important;
17643
18277
  }
18278
+ .ga-xxl-0 {
18279
+ gap: 0px !important;
18280
+ }
18281
+ .ga-xxl-1 {
18282
+ gap: 4px !important;
18283
+ }
18284
+ .ga-xxl-2 {
18285
+ gap: 8px !important;
18286
+ }
18287
+ .ga-xxl-3 {
18288
+ gap: 12px !important;
18289
+ }
18290
+ .ga-xxl-4 {
18291
+ gap: 16px !important;
18292
+ }
18293
+ .ga-xxl-5 {
18294
+ gap: 20px !important;
18295
+ }
18296
+ .ga-xxl-6 {
18297
+ gap: 24px !important;
18298
+ }
18299
+ .ga-xxl-7 {
18300
+ gap: 28px !important;
18301
+ }
18302
+ .ga-xxl-8 {
18303
+ gap: 32px !important;
18304
+ }
18305
+ .ga-xxl-9 {
18306
+ gap: 36px !important;
18307
+ }
18308
+ .ga-xxl-10 {
18309
+ gap: 40px !important;
18310
+ }
18311
+ .ga-xxl-11 {
18312
+ gap: 44px !important;
18313
+ }
18314
+ .ga-xxl-12 {
18315
+ gap: 48px !important;
18316
+ }
18317
+ .ga-xxl-13 {
18318
+ gap: 52px !important;
18319
+ }
18320
+ .ga-xxl-14 {
18321
+ gap: 56px !important;
18322
+ }
18323
+ .ga-xxl-15 {
18324
+ gap: 60px !important;
18325
+ }
18326
+ .ga-xxl-16 {
18327
+ gap: 64px !important;
18328
+ }
18329
+ .ga-xxl-auto {
18330
+ gap: auto !important;
18331
+ }
18332
+ .gr-xxl-0 {
18333
+ row-gap: 0px !important;
18334
+ }
18335
+ .gr-xxl-1 {
18336
+ row-gap: 4px !important;
18337
+ }
18338
+ .gr-xxl-2 {
18339
+ row-gap: 8px !important;
18340
+ }
18341
+ .gr-xxl-3 {
18342
+ row-gap: 12px !important;
18343
+ }
18344
+ .gr-xxl-4 {
18345
+ row-gap: 16px !important;
18346
+ }
18347
+ .gr-xxl-5 {
18348
+ row-gap: 20px !important;
18349
+ }
18350
+ .gr-xxl-6 {
18351
+ row-gap: 24px !important;
18352
+ }
18353
+ .gr-xxl-7 {
18354
+ row-gap: 28px !important;
18355
+ }
18356
+ .gr-xxl-8 {
18357
+ row-gap: 32px !important;
18358
+ }
18359
+ .gr-xxl-9 {
18360
+ row-gap: 36px !important;
18361
+ }
18362
+ .gr-xxl-10 {
18363
+ row-gap: 40px !important;
18364
+ }
18365
+ .gr-xxl-11 {
18366
+ row-gap: 44px !important;
18367
+ }
18368
+ .gr-xxl-12 {
18369
+ row-gap: 48px !important;
18370
+ }
18371
+ .gr-xxl-13 {
18372
+ row-gap: 52px !important;
18373
+ }
18374
+ .gr-xxl-14 {
18375
+ row-gap: 56px !important;
18376
+ }
18377
+ .gr-xxl-15 {
18378
+ row-gap: 60px !important;
18379
+ }
18380
+ .gr-xxl-16 {
18381
+ row-gap: 64px !important;
18382
+ }
18383
+ .gr-xxl-auto {
18384
+ row-gap: auto !important;
18385
+ }
18386
+ .gc-xxl-0 {
18387
+ column-gap: 0px !important;
18388
+ }
18389
+ .gc-xxl-1 {
18390
+ column-gap: 4px !important;
18391
+ }
18392
+ .gc-xxl-2 {
18393
+ column-gap: 8px !important;
18394
+ }
18395
+ .gc-xxl-3 {
18396
+ column-gap: 12px !important;
18397
+ }
18398
+ .gc-xxl-4 {
18399
+ column-gap: 16px !important;
18400
+ }
18401
+ .gc-xxl-5 {
18402
+ column-gap: 20px !important;
18403
+ }
18404
+ .gc-xxl-6 {
18405
+ column-gap: 24px !important;
18406
+ }
18407
+ .gc-xxl-7 {
18408
+ column-gap: 28px !important;
18409
+ }
18410
+ .gc-xxl-8 {
18411
+ column-gap: 32px !important;
18412
+ }
18413
+ .gc-xxl-9 {
18414
+ column-gap: 36px !important;
18415
+ }
18416
+ .gc-xxl-10 {
18417
+ column-gap: 40px !important;
18418
+ }
18419
+ .gc-xxl-11 {
18420
+ column-gap: 44px !important;
18421
+ }
18422
+ .gc-xxl-12 {
18423
+ column-gap: 48px !important;
18424
+ }
18425
+ .gc-xxl-13 {
18426
+ column-gap: 52px !important;
18427
+ }
18428
+ .gc-xxl-14 {
18429
+ column-gap: 56px !important;
18430
+ }
18431
+ .gc-xxl-15 {
18432
+ column-gap: 60px !important;
18433
+ }
18434
+ .gc-xxl-16 {
18435
+ column-gap: 64px !important;
18436
+ }
18437
+ .gc-xxl-auto {
18438
+ column-gap: auto !important;
18439
+ }
17644
18440
  .ma-xxl-0 {
17645
18441
  margin: 0px !important;
17646
18442
  }