@progress/kendo-theme-fluent 6.2.1-dev.0 → 6.2.1-dev.8

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.
package/dist/all.css CHANGED
@@ -1,83 +1,3 @@
1
- .k-text-primary {
2
- color: var(--kendo-text-primary, var(--kendo-primary-130, inherit));
3
- }
4
-
5
- .\!k-text-primary {
6
- color: var(--kendo-text-primary, var(--kendo-primary-130, inherit)) !important;
7
- }
8
-
9
- .k-bg-primary {
10
- background-color: var(--kendo-bg-primary, var(--kendo-primary-130, inherit));
11
- }
12
-
13
- .\!k-bg-primary {
14
- background-color: var(--kendo-bg-primary, var(--kendo-primary-130, inherit)) !important;
15
- }
16
-
17
- .k-text-info {
18
- color: var(--kendo-text-info, var(--kendo-info-190, inherit));
19
- }
20
-
21
- .\!k-text-info {
22
- color: var(--kendo-text-info, var(--kendo-info-190, inherit)) !important;
23
- }
24
-
25
- .k-bg-info {
26
- background-color: var(--kendo-bg-info, var(--kendo-info-190, inherit));
27
- }
28
-
29
- .\!k-bg-info {
30
- background-color: var(--kendo-bg-info, var(--kendo-info-190, inherit)) !important;
31
- }
32
-
33
- .k-text-success {
34
- color: var(--kendo-text-success, var(--kendo-success-190, inherit));
35
- }
36
-
37
- .\!k-text-success {
38
- color: var(--kendo-text-success, var(--kendo-success-190, inherit)) !important;
39
- }
40
-
41
- .k-bg-success {
42
- background-color: var(--kendo-bg-success, var(--kendo-success-190, inherit));
43
- }
44
-
45
- .\!k-bg-success {
46
- background-color: var(--kendo-bg-success, var(--kendo-success-190, inherit)) !important;
47
- }
48
-
49
- .k-text-warning {
50
- color: var(--kendo-text-warning, var(--kendo-neutral-160, inherit));
51
- }
52
-
53
- .\!k-text-warning {
54
- color: var(--kendo-text-warning, var(--kendo-neutral-160, inherit)) !important;
55
- }
56
-
57
- .k-bg-warning {
58
- background-color: var(--kendo-bg-warning, var(--kendo-neutral-160, inherit));
59
- }
60
-
61
- .\!k-bg-warning {
62
- background-color: var(--kendo-bg-warning, var(--kendo-neutral-160, inherit)) !important;
63
- }
64
-
65
- .k-text-error {
66
- color: var(--kendo-text-error, var(--kendo-error-190, inherit));
67
- }
68
-
69
- .\!k-text-error {
70
- color: var(--kendo-text-error, var(--kendo-error-190, inherit)) !important;
71
- }
72
-
73
- .k-bg-error {
74
- background-color: var(--kendo-bg-error, var(--kendo-error-190, inherit));
75
- }
76
-
77
- .\!k-bg-error {
78
- background-color: var(--kendo-bg-error, var(--kendo-error-190, inherit)) !important;
79
- }
80
-
81
1
  .k-theme-test-class,
82
2
  .k-common-test-class {
83
3
  opacity: 0;
@@ -1133,6 +1053,22 @@ hr.k-separator {
1133
1053
  aspect-ratio: 16 / 9 !important;
1134
1054
  }
1135
1055
 
1056
+ .k-box-sizing-border {
1057
+ box-sizing: border-box;
1058
+ }
1059
+
1060
+ .\!k-box-sizing-border {
1061
+ box-sizing: border-box !important;
1062
+ }
1063
+
1064
+ .k-box-sizing-content {
1065
+ box-sizing: content-box;
1066
+ }
1067
+
1068
+ .\!k-box-sizing-content {
1069
+ box-sizing: content-box !important;
1070
+ }
1071
+
1136
1072
  .k-clear-left {
1137
1073
  clear: left;
1138
1074
  }
@@ -1165,6 +1101,110 @@ hr.k-separator {
1165
1101
  clear: none !important;
1166
1102
  }
1167
1103
 
1104
+ .k-columns-1 {
1105
+ columns: 1;
1106
+ }
1107
+
1108
+ .\!k-columns-1 {
1109
+ columns: 1 !important;
1110
+ }
1111
+
1112
+ .k-columns-2 {
1113
+ columns: 2;
1114
+ }
1115
+
1116
+ .\!k-columns-2 {
1117
+ columns: 2 !important;
1118
+ }
1119
+
1120
+ .k-columns-3 {
1121
+ columns: 3;
1122
+ }
1123
+
1124
+ .\!k-columns-3 {
1125
+ columns: 3 !important;
1126
+ }
1127
+
1128
+ .k-columns-4 {
1129
+ columns: 4;
1130
+ }
1131
+
1132
+ .\!k-columns-4 {
1133
+ columns: 4 !important;
1134
+ }
1135
+
1136
+ .k-columns-5 {
1137
+ columns: 5;
1138
+ }
1139
+
1140
+ .\!k-columns-5 {
1141
+ columns: 5 !important;
1142
+ }
1143
+
1144
+ .k-columns-6 {
1145
+ columns: 6;
1146
+ }
1147
+
1148
+ .\!k-columns-6 {
1149
+ columns: 6 !important;
1150
+ }
1151
+
1152
+ .k-columns-7 {
1153
+ columns: 7;
1154
+ }
1155
+
1156
+ .\!k-columns-7 {
1157
+ columns: 7 !important;
1158
+ }
1159
+
1160
+ .k-columns-8 {
1161
+ columns: 8;
1162
+ }
1163
+
1164
+ .\!k-columns-8 {
1165
+ columns: 8 !important;
1166
+ }
1167
+
1168
+ .k-columns-9 {
1169
+ columns: 9;
1170
+ }
1171
+
1172
+ .\!k-columns-9 {
1173
+ columns: 9 !important;
1174
+ }
1175
+
1176
+ .k-columns-10 {
1177
+ columns: 10;
1178
+ }
1179
+
1180
+ .\!k-columns-10 {
1181
+ columns: 10 !important;
1182
+ }
1183
+
1184
+ .k-columns-11 {
1185
+ columns: 11;
1186
+ }
1187
+
1188
+ .\!k-columns-11 {
1189
+ columns: 11 !important;
1190
+ }
1191
+
1192
+ .k-columns-12 {
1193
+ columns: 12;
1194
+ }
1195
+
1196
+ .\!k-columns-12 {
1197
+ columns: 12 !important;
1198
+ }
1199
+
1200
+ .k-columns-auto {
1201
+ columns: auto;
1202
+ }
1203
+
1204
+ .\!k-columns-auto {
1205
+ columns: auto !important;
1206
+ }
1207
+
1168
1208
  .k-d-none {
1169
1209
  display: none;
1170
1210
  }
@@ -1173,6 +1213,14 @@ hr.k-separator {
1173
1213
  display: none !important;
1174
1214
  }
1175
1215
 
1216
+ .k-d-contents {
1217
+ display: contents;
1218
+ }
1219
+
1220
+ .\!k-d-contents {
1221
+ display: contents !important;
1222
+ }
1223
+
1176
1224
  .k-d-block {
1177
1225
  display: block;
1178
1226
  }
@@ -1245,6 +1293,22 @@ hr.k-separator {
1245
1293
  display: inline-table !important;
1246
1294
  }
1247
1295
 
1296
+ .k-d-table-row {
1297
+ display: table-row;
1298
+ }
1299
+
1300
+ .\!k-d-table-row {
1301
+ display: table-row !important;
1302
+ }
1303
+
1304
+ .k-d-table-cell {
1305
+ display: table-cell;
1306
+ }
1307
+
1308
+ .\!k-d-table-cell {
1309
+ display: table-cell !important;
1310
+ }
1311
+
1248
1312
  .k-d-list-item {
1249
1313
  display: list-item;
1250
1314
  }
@@ -1261,6 +1325,14 @@ hr.k-separator {
1261
1325
  display: none !important;
1262
1326
  }
1263
1327
 
1328
+ .k-display-contents {
1329
+ display: contents;
1330
+ }
1331
+
1332
+ .\!k-display-contents {
1333
+ display: contents !important;
1334
+ }
1335
+
1264
1336
  .k-display-block {
1265
1337
  display: block;
1266
1338
  }
@@ -1333,6 +1405,22 @@ hr.k-separator {
1333
1405
  display: inline-table !important;
1334
1406
  }
1335
1407
 
1408
+ .k-display-table-row {
1409
+ display: table-row;
1410
+ }
1411
+
1412
+ .\!k-display-table-row {
1413
+ display: table-row !important;
1414
+ }
1415
+
1416
+ .k-display-table-cell {
1417
+ display: table-cell;
1418
+ }
1419
+
1420
+ .\!k-display-table-cell {
1421
+ display: table-cell !important;
1422
+ }
1423
+
1336
1424
  .k-display-list-item {
1337
1425
  display: list-item;
1338
1426
  }
@@ -1365,6 +1453,126 @@ hr.k-separator {
1365
1453
  float: none !important;
1366
1454
  }
1367
1455
 
1456
+ .k-object-fit-contain {
1457
+ object-fit: contain;
1458
+ }
1459
+
1460
+ .\!k-object-fit-contain {
1461
+ object-fit: contain !important;
1462
+ }
1463
+
1464
+ .k-object-fit-cover {
1465
+ object-fit: cover;
1466
+ }
1467
+
1468
+ .\!k-object-fit-cover {
1469
+ object-fit: cover !important;
1470
+ }
1471
+
1472
+ .k-object-fit-fill {
1473
+ object-fit: fill;
1474
+ }
1475
+
1476
+ .\!k-object-fit-fill {
1477
+ object-fit: fill !important;
1478
+ }
1479
+
1480
+ .k-object-fit-scale-down {
1481
+ object-fit: scale-down;
1482
+ }
1483
+
1484
+ .\!k-object-fit-scale-down {
1485
+ object-fit: scale-down !important;
1486
+ }
1487
+
1488
+ .k-object-fit-initial {
1489
+ object-fit: initial;
1490
+ }
1491
+
1492
+ .\!k-object-fit-initial {
1493
+ object-fit: initial !important;
1494
+ }
1495
+
1496
+ .k-object-fit-none {
1497
+ object-fit: none;
1498
+ }
1499
+
1500
+ .\!k-object-fit-none {
1501
+ object-fit: none !important;
1502
+ }
1503
+
1504
+ .k-object-position-center {
1505
+ object-position: center;
1506
+ }
1507
+
1508
+ .\!k-object-position-center {
1509
+ object-position: center !important;
1510
+ }
1511
+
1512
+ .k-object-position-top {
1513
+ object-position: top;
1514
+ }
1515
+
1516
+ .\!k-object-position-top {
1517
+ object-position: top !important;
1518
+ }
1519
+
1520
+ .k-object-position-right {
1521
+ object-position: right;
1522
+ }
1523
+
1524
+ .\!k-object-position-right {
1525
+ object-position: right !important;
1526
+ }
1527
+
1528
+ .k-object-position-bottom {
1529
+ object-position: bottom;
1530
+ }
1531
+
1532
+ .\!k-object-position-bottom {
1533
+ object-position: bottom !important;
1534
+ }
1535
+
1536
+ .k-object-position-left {
1537
+ object-position: left;
1538
+ }
1539
+
1540
+ .\!k-object-position-left {
1541
+ object-position: left !important;
1542
+ }
1543
+
1544
+ .k-object-position-top-left {
1545
+ object-position: top left;
1546
+ }
1547
+
1548
+ .\!k-object-position-top-left {
1549
+ object-position: top left !important;
1550
+ }
1551
+
1552
+ .k-object-position-top-right {
1553
+ object-position: top right;
1554
+ }
1555
+
1556
+ .\!k-object-position-top-right {
1557
+ object-position: top right !important;
1558
+ }
1559
+
1560
+ .k-object-position-bottom-left {
1561
+ object-position: bottom left;
1562
+ }
1563
+
1564
+ .\!k-object-position-bottom-left {
1565
+ object-position: bottom left !important;
1566
+ }
1567
+
1568
+ .k-object-position-bottom-right {
1569
+ object-position: bottom right;
1570
+ }
1571
+
1572
+ .\!k-object-position-bottom-right {
1573
+ object-position: bottom right !important;
1574
+ }
1575
+
1368
1576
  .k-overflow-auto {
1369
1577
  overflow: auto;
1370
1578
  }
@@ -1406,211 +1614,355 @@ hr.k-separator {
1406
1614
  }
1407
1615
 
1408
1616
  .k-overflow-x-auto {
1409
- overflow: auto;
1617
+ overflow-x: auto;
1410
1618
  }
1411
1619
 
1412
1620
  .\!k-overflow-x-auto {
1413
- overflow: auto !important;
1621
+ overflow-x: auto !important;
1414
1622
  }
1415
1623
 
1416
1624
  .k-overflow-x-hidden {
1417
- overflow: hidden;
1625
+ overflow-x: hidden;
1418
1626
  }
1419
1627
 
1420
1628
  .\!k-overflow-x-hidden {
1421
- overflow: hidden !important;
1629
+ overflow-x: hidden !important;
1422
1630
  }
1423
1631
 
1424
1632
  .k-overflow-x-visible {
1425
- overflow: visible;
1633
+ overflow-x: visible;
1426
1634
  }
1427
1635
 
1428
1636
  .\!k-overflow-x-visible {
1429
- overflow: visible !important;
1637
+ overflow-x: visible !important;
1430
1638
  }
1431
1639
 
1432
1640
  .k-overflow-x-scroll {
1433
- overflow: scroll;
1641
+ overflow-x: scroll;
1434
1642
  }
1435
1643
 
1436
1644
  .\!k-overflow-x-scroll {
1437
- overflow: scroll !important;
1645
+ overflow-x: scroll !important;
1438
1646
  }
1439
1647
 
1440
1648
  .k-overflow-x-clip {
1441
- overflow: clip;
1649
+ overflow-x: clip;
1442
1650
  }
1443
1651
 
1444
1652
  .\!k-overflow-x-clip {
1445
- overflow: clip !important;
1653
+ overflow-x: clip !important;
1446
1654
  }
1447
1655
 
1448
1656
  .k-overflow-y-auto {
1449
- overflow: auto;
1657
+ overflow-y: auto;
1450
1658
  }
1451
1659
 
1452
1660
  .\!k-overflow-y-auto {
1453
- overflow: auto !important;
1661
+ overflow-y: auto !important;
1454
1662
  }
1455
1663
 
1456
1664
  .k-overflow-y-hidden {
1457
- overflow: hidden;
1665
+ overflow-y: hidden;
1458
1666
  }
1459
1667
 
1460
1668
  .\!k-overflow-y-hidden {
1461
- overflow: hidden !important;
1669
+ overflow-y: hidden !important;
1462
1670
  }
1463
1671
 
1464
1672
  .k-overflow-y-visible {
1465
- overflow: visible;
1673
+ overflow-y: visible;
1466
1674
  }
1467
1675
 
1468
1676
  .\!k-overflow-y-visible {
1469
- overflow: visible !important;
1677
+ overflow-y: visible !important;
1470
1678
  }
1471
1679
 
1472
1680
  .k-overflow-y-scroll {
1473
- overflow: scroll;
1681
+ overflow-y: scroll;
1474
1682
  }
1475
1683
 
1476
1684
  .\!k-overflow-y-scroll {
1477
- overflow: scroll !important;
1685
+ overflow-y: scroll !important;
1478
1686
  }
1479
1687
 
1480
1688
  .k-overflow-y-clip {
1481
- overflow: clip;
1689
+ overflow-y: clip;
1482
1690
  }
1483
1691
 
1484
1692
  .\!k-overflow-y-clip {
1485
- overflow: clip !important;
1693
+ overflow-y: clip !important;
1486
1694
  }
1487
1695
 
1488
- .k-pos-static, .k-static {
1489
- position: static;
1696
+ .k-top-0 {
1697
+ top: 0;
1490
1698
  }
1491
1699
 
1492
- .\!k-pos-static, .\!k-static {
1493
- position: static !important;
1700
+ .\!k-top-0 {
1701
+ top: 0 !important;
1494
1702
  }
1495
1703
 
1496
- .k-pos-relative, .k-relative {
1497
- position: relative;
1704
+ .k-top-1px {
1705
+ top: 1px;
1498
1706
  }
1499
1707
 
1500
- .\!k-pos-relative, .\!k-relative {
1501
- position: relative !important;
1708
+ .\!k-top-1px {
1709
+ top: 1px !important;
1502
1710
  }
1503
1711
 
1504
- .k-pos-absolute, .k-absolute {
1505
- position: absolute;
1712
+ .k-top-0\.5 {
1713
+ top: 0.125rem;
1506
1714
  }
1507
1715
 
1508
- .\!k-pos-absolute, .\!k-absolute {
1509
- position: absolute !important;
1716
+ .\!k-top-0\.5 {
1717
+ top: 0.125rem !important;
1510
1718
  }
1511
1719
 
1512
- .k-pos-fixed, .k-fixed {
1513
- position: fixed;
1720
+ .k-top-1 {
1721
+ top: 0.25rem;
1514
1722
  }
1515
1723
 
1516
- .\!k-pos-fixed, .\!k-fixed {
1517
- position: fixed !important;
1724
+ .\!k-top-1 {
1725
+ top: 0.25rem !important;
1518
1726
  }
1519
1727
 
1520
- .k-pos-sticky, .k-sticky {
1521
- position: sticky;
1728
+ .k-top-1\.5 {
1729
+ top: 0.375rem;
1522
1730
  }
1523
1731
 
1524
- .\!k-pos-sticky, .\!k-sticky {
1525
- position: sticky !important;
1732
+ .\!k-top-1\.5 {
1733
+ top: 0.375rem !important;
1526
1734
  }
1527
1735
 
1528
- .k-inset-0 {
1529
- inset: 0;
1736
+ .k-top-2 {
1737
+ top: 0.5rem;
1530
1738
  }
1531
1739
 
1532
- .\!k-inset-0 {
1533
- inset: 0 !important;
1740
+ .\!k-top-2 {
1741
+ top: 0.5rem !important;
1534
1742
  }
1535
1743
 
1536
- .k-inset-1 {
1537
- inset: 1px;
1744
+ .k-top-2\.5 {
1745
+ top: 0.625rem;
1538
1746
  }
1539
1747
 
1540
- .\!k-inset-1 {
1541
- inset: 1px !important;
1748
+ .\!k-top-2\.5 {
1749
+ top: 0.625rem !important;
1542
1750
  }
1543
1751
 
1544
- .k-inset--1 {
1545
- inset: -1px;
1752
+ .k-top-3 {
1753
+ top: 0.75rem;
1546
1754
  }
1547
1755
 
1548
- .\!k-inset--1 {
1549
- inset: -1px !important;
1756
+ .\!k-top-3 {
1757
+ top: 0.75rem !important;
1550
1758
  }
1551
1759
 
1552
- .k-inset-x-0 {
1553
- inset-inline: 0;
1760
+ .k-top-3\.5 {
1761
+ top: 0.875rem;
1554
1762
  }
1555
1763
 
1556
- .\!k-inset-x-0 {
1557
- inset-inline: 0 !important;
1764
+ .\!k-top-3\.5 {
1765
+ top: 0.875rem !important;
1558
1766
  }
1559
1767
 
1560
- .k-inset-x-1 {
1561
- inset-inline: 1px;
1768
+ .k-top-4 {
1769
+ top: 1rem;
1562
1770
  }
1563
1771
 
1564
- .\!k-inset-x-1 {
1565
- inset-inline: 1px !important;
1772
+ .\!k-top-4 {
1773
+ top: 1rem !important;
1566
1774
  }
1567
1775
 
1568
- .k-inset-x--1 {
1569
- inset-inline: -1px;
1776
+ .k-top-4\.5 {
1777
+ top: 1.125rem;
1570
1778
  }
1571
1779
 
1572
- .\!k-inset-x--1 {
1573
- inset-inline: -1px !important;
1780
+ .\!k-top-4\.5 {
1781
+ top: 1.125rem !important;
1574
1782
  }
1575
1783
 
1576
- .k-inset-y-0 {
1577
- inset-block: 0;
1784
+ .k-top-5 {
1785
+ top: 1.25rem;
1578
1786
  }
1579
1787
 
1580
- .\!k-inset-y-0 {
1581
- inset-block: 0 !important;
1788
+ .\!k-top-5 {
1789
+ top: 1.25rem !important;
1582
1790
  }
1583
1791
 
1584
- .k-inset-y-1 {
1585
- inset-block: 1px;
1792
+ .k-top-5\.5 {
1793
+ top: 1.375rem;
1586
1794
  }
1587
1795
 
1588
- .\!k-inset-y-1 {
1589
- inset-block: 1px !important;
1796
+ .\!k-top-5\.5 {
1797
+ top: 1.375rem !important;
1590
1798
  }
1591
1799
 
1592
- .k-inset-y--1 {
1593
- inset-block: -1px;
1800
+ .k-top-6 {
1801
+ top: 1.5rem;
1594
1802
  }
1595
1803
 
1596
- .\!k-inset-y--1 {
1597
- inset-block: -1px !important;
1804
+ .\!k-top-6 {
1805
+ top: 1.5rem !important;
1598
1806
  }
1599
1807
 
1600
- .k-top-0 {
1601
- top: 0;
1808
+ .k-top-6\.5 {
1809
+ top: 1.625rem;
1602
1810
  }
1603
1811
 
1604
- .\!k-top-0 {
1605
- top: 0 !important;
1812
+ .\!k-top-6\.5 {
1813
+ top: 1.625rem !important;
1606
1814
  }
1607
1815
 
1608
- .k-top-1 {
1609
- top: 1px;
1816
+ .k-top-7 {
1817
+ top: 1.75rem;
1610
1818
  }
1611
1819
 
1612
- .\!k-top-1 {
1613
- top: 1px !important;
1820
+ .\!k-top-7 {
1821
+ top: 1.75rem !important;
1822
+ }
1823
+
1824
+ .k-top-7\.5 {
1825
+ top: 1.875rem;
1826
+ }
1827
+
1828
+ .\!k-top-7\.5 {
1829
+ top: 1.875rem !important;
1830
+ }
1831
+
1832
+ .k-top-8 {
1833
+ top: 2rem;
1834
+ }
1835
+
1836
+ .\!k-top-8 {
1837
+ top: 2rem !important;
1838
+ }
1839
+
1840
+ .k-top-9 {
1841
+ top: 2.25rem;
1842
+ }
1843
+
1844
+ .\!k-top-9 {
1845
+ top: 2.25rem !important;
1846
+ }
1847
+
1848
+ .k-top-10 {
1849
+ top: 2.5rem;
1850
+ }
1851
+
1852
+ .\!k-top-10 {
1853
+ top: 2.5rem !important;
1854
+ }
1855
+
1856
+ .k-top-11 {
1857
+ top: 2.75rem;
1858
+ }
1859
+
1860
+ .\!k-top-11 {
1861
+ top: 2.75rem !important;
1862
+ }
1863
+
1864
+ .k-top-12 {
1865
+ top: 3rem;
1866
+ }
1867
+
1868
+ .\!k-top-12 {
1869
+ top: 3rem !important;
1870
+ }
1871
+
1872
+ .k-top-13 {
1873
+ top: 3.25rem;
1874
+ }
1875
+
1876
+ .\!k-top-13 {
1877
+ top: 3.25rem !important;
1878
+ }
1879
+
1880
+ .k-top-14 {
1881
+ top: 3.5rem;
1882
+ }
1883
+
1884
+ .\!k-top-14 {
1885
+ top: 3.5rem !important;
1886
+ }
1887
+
1888
+ .k-top-15 {
1889
+ top: 3.75rem;
1890
+ }
1891
+
1892
+ .\!k-top-15 {
1893
+ top: 3.75rem !important;
1894
+ }
1895
+
1896
+ .k-top-16 {
1897
+ top: 4rem;
1898
+ }
1899
+
1900
+ .\!k-top-16 {
1901
+ top: 4rem !important;
1902
+ }
1903
+
1904
+ .k-top-17 {
1905
+ top: 4.25rem;
1906
+ }
1907
+
1908
+ .\!k-top-17 {
1909
+ top: 4.25rem !important;
1910
+ }
1911
+
1912
+ .k-top-18 {
1913
+ top: 4.5rem;
1914
+ }
1915
+
1916
+ .\!k-top-18 {
1917
+ top: 4.5rem !important;
1918
+ }
1919
+
1920
+ .k-top-19 {
1921
+ top: 4.75rem;
1922
+ }
1923
+
1924
+ .\!k-top-19 {
1925
+ top: 4.75rem !important;
1926
+ }
1927
+
1928
+ .k-top-20 {
1929
+ top: 5rem;
1930
+ }
1931
+
1932
+ .\!k-top-20 {
1933
+ top: 5rem !important;
1934
+ }
1935
+
1936
+ .k-top-21 {
1937
+ top: 5.25rem;
1938
+ }
1939
+
1940
+ .\!k-top-21 {
1941
+ top: 5.25rem !important;
1942
+ }
1943
+
1944
+ .k-top-22 {
1945
+ top: 5.5rem;
1946
+ }
1947
+
1948
+ .\!k-top-22 {
1949
+ top: 5.5rem !important;
1950
+ }
1951
+
1952
+ .k-top-23 {
1953
+ top: 5.75rem;
1954
+ }
1955
+
1956
+ .\!k-top-23 {
1957
+ top: 5.75rem !important;
1958
+ }
1959
+
1960
+ .k-top-24 {
1961
+ top: 6rem;
1962
+ }
1963
+
1964
+ .\!k-top-24 {
1965
+ top: 6rem !important;
1614
1966
  }
1615
1967
 
1616
1968
  .k-top--1 {
@@ -1629,14 +1981,270 @@ hr.k-separator {
1629
1981
  right: 0 !important;
1630
1982
  }
1631
1983
 
1632
- .k-right-1 {
1984
+ .k-right-1px {
1633
1985
  right: 1px;
1634
1986
  }
1635
1987
 
1636
- .\!k-right-1 {
1988
+ .\!k-right-1px {
1637
1989
  right: 1px !important;
1638
1990
  }
1639
1991
 
1992
+ .k-right-0\.5 {
1993
+ right: 0.125rem;
1994
+ }
1995
+
1996
+ .\!k-right-0\.5 {
1997
+ right: 0.125rem !important;
1998
+ }
1999
+
2000
+ .k-right-1 {
2001
+ right: 0.25rem;
2002
+ }
2003
+
2004
+ .\!k-right-1 {
2005
+ right: 0.25rem !important;
2006
+ }
2007
+
2008
+ .k-right-1\.5 {
2009
+ right: 0.375rem;
2010
+ }
2011
+
2012
+ .\!k-right-1\.5 {
2013
+ right: 0.375rem !important;
2014
+ }
2015
+
2016
+ .k-right-2 {
2017
+ right: 0.5rem;
2018
+ }
2019
+
2020
+ .\!k-right-2 {
2021
+ right: 0.5rem !important;
2022
+ }
2023
+
2024
+ .k-right-2\.5 {
2025
+ right: 0.625rem;
2026
+ }
2027
+
2028
+ .\!k-right-2\.5 {
2029
+ right: 0.625rem !important;
2030
+ }
2031
+
2032
+ .k-right-3 {
2033
+ right: 0.75rem;
2034
+ }
2035
+
2036
+ .\!k-right-3 {
2037
+ right: 0.75rem !important;
2038
+ }
2039
+
2040
+ .k-right-3\.5 {
2041
+ right: 0.875rem;
2042
+ }
2043
+
2044
+ .\!k-right-3\.5 {
2045
+ right: 0.875rem !important;
2046
+ }
2047
+
2048
+ .k-right-4 {
2049
+ right: 1rem;
2050
+ }
2051
+
2052
+ .\!k-right-4 {
2053
+ right: 1rem !important;
2054
+ }
2055
+
2056
+ .k-right-4\.5 {
2057
+ right: 1.125rem;
2058
+ }
2059
+
2060
+ .\!k-right-4\.5 {
2061
+ right: 1.125rem !important;
2062
+ }
2063
+
2064
+ .k-right-5 {
2065
+ right: 1.25rem;
2066
+ }
2067
+
2068
+ .\!k-right-5 {
2069
+ right: 1.25rem !important;
2070
+ }
2071
+
2072
+ .k-right-5\.5 {
2073
+ right: 1.375rem;
2074
+ }
2075
+
2076
+ .\!k-right-5\.5 {
2077
+ right: 1.375rem !important;
2078
+ }
2079
+
2080
+ .k-right-6 {
2081
+ right: 1.5rem;
2082
+ }
2083
+
2084
+ .\!k-right-6 {
2085
+ right: 1.5rem !important;
2086
+ }
2087
+
2088
+ .k-right-6\.5 {
2089
+ right: 1.625rem;
2090
+ }
2091
+
2092
+ .\!k-right-6\.5 {
2093
+ right: 1.625rem !important;
2094
+ }
2095
+
2096
+ .k-right-7 {
2097
+ right: 1.75rem;
2098
+ }
2099
+
2100
+ .\!k-right-7 {
2101
+ right: 1.75rem !important;
2102
+ }
2103
+
2104
+ .k-right-7\.5 {
2105
+ right: 1.875rem;
2106
+ }
2107
+
2108
+ .\!k-right-7\.5 {
2109
+ right: 1.875rem !important;
2110
+ }
2111
+
2112
+ .k-right-8 {
2113
+ right: 2rem;
2114
+ }
2115
+
2116
+ .\!k-right-8 {
2117
+ right: 2rem !important;
2118
+ }
2119
+
2120
+ .k-right-9 {
2121
+ right: 2.25rem;
2122
+ }
2123
+
2124
+ .\!k-right-9 {
2125
+ right: 2.25rem !important;
2126
+ }
2127
+
2128
+ .k-right-10 {
2129
+ right: 2.5rem;
2130
+ }
2131
+
2132
+ .\!k-right-10 {
2133
+ right: 2.5rem !important;
2134
+ }
2135
+
2136
+ .k-right-11 {
2137
+ right: 2.75rem;
2138
+ }
2139
+
2140
+ .\!k-right-11 {
2141
+ right: 2.75rem !important;
2142
+ }
2143
+
2144
+ .k-right-12 {
2145
+ right: 3rem;
2146
+ }
2147
+
2148
+ .\!k-right-12 {
2149
+ right: 3rem !important;
2150
+ }
2151
+
2152
+ .k-right-13 {
2153
+ right: 3.25rem;
2154
+ }
2155
+
2156
+ .\!k-right-13 {
2157
+ right: 3.25rem !important;
2158
+ }
2159
+
2160
+ .k-right-14 {
2161
+ right: 3.5rem;
2162
+ }
2163
+
2164
+ .\!k-right-14 {
2165
+ right: 3.5rem !important;
2166
+ }
2167
+
2168
+ .k-right-15 {
2169
+ right: 3.75rem;
2170
+ }
2171
+
2172
+ .\!k-right-15 {
2173
+ right: 3.75rem !important;
2174
+ }
2175
+
2176
+ .k-right-16 {
2177
+ right: 4rem;
2178
+ }
2179
+
2180
+ .\!k-right-16 {
2181
+ right: 4rem !important;
2182
+ }
2183
+
2184
+ .k-right-17 {
2185
+ right: 4.25rem;
2186
+ }
2187
+
2188
+ .\!k-right-17 {
2189
+ right: 4.25rem !important;
2190
+ }
2191
+
2192
+ .k-right-18 {
2193
+ right: 4.5rem;
2194
+ }
2195
+
2196
+ .\!k-right-18 {
2197
+ right: 4.5rem !important;
2198
+ }
2199
+
2200
+ .k-right-19 {
2201
+ right: 4.75rem;
2202
+ }
2203
+
2204
+ .\!k-right-19 {
2205
+ right: 4.75rem !important;
2206
+ }
2207
+
2208
+ .k-right-20 {
2209
+ right: 5rem;
2210
+ }
2211
+
2212
+ .\!k-right-20 {
2213
+ right: 5rem !important;
2214
+ }
2215
+
2216
+ .k-right-21 {
2217
+ right: 5.25rem;
2218
+ }
2219
+
2220
+ .\!k-right-21 {
2221
+ right: 5.25rem !important;
2222
+ }
2223
+
2224
+ .k-right-22 {
2225
+ right: 5.5rem;
2226
+ }
2227
+
2228
+ .\!k-right-22 {
2229
+ right: 5.5rem !important;
2230
+ }
2231
+
2232
+ .k-right-23 {
2233
+ right: 5.75rem;
2234
+ }
2235
+
2236
+ .\!k-right-23 {
2237
+ right: 5.75rem !important;
2238
+ }
2239
+
2240
+ .k-right-24 {
2241
+ right: 6rem;
2242
+ }
2243
+
2244
+ .\!k-right-24 {
2245
+ right: 6rem !important;
2246
+ }
2247
+
1640
2248
  .k-right--1 {
1641
2249
  right: -1px;
1642
2250
  }
@@ -1653,14 +2261,270 @@ hr.k-separator {
1653
2261
  bottom: 0 !important;
1654
2262
  }
1655
2263
 
1656
- .k-bottom-1 {
2264
+ .k-bottom-1px {
1657
2265
  bottom: 1px;
1658
2266
  }
1659
2267
 
1660
- .\!k-bottom-1 {
2268
+ .\!k-bottom-1px {
1661
2269
  bottom: 1px !important;
1662
2270
  }
1663
2271
 
2272
+ .k-bottom-0\.5 {
2273
+ bottom: 0.125rem;
2274
+ }
2275
+
2276
+ .\!k-bottom-0\.5 {
2277
+ bottom: 0.125rem !important;
2278
+ }
2279
+
2280
+ .k-bottom-1 {
2281
+ bottom: 0.25rem;
2282
+ }
2283
+
2284
+ .\!k-bottom-1 {
2285
+ bottom: 0.25rem !important;
2286
+ }
2287
+
2288
+ .k-bottom-1\.5 {
2289
+ bottom: 0.375rem;
2290
+ }
2291
+
2292
+ .\!k-bottom-1\.5 {
2293
+ bottom: 0.375rem !important;
2294
+ }
2295
+
2296
+ .k-bottom-2 {
2297
+ bottom: 0.5rem;
2298
+ }
2299
+
2300
+ .\!k-bottom-2 {
2301
+ bottom: 0.5rem !important;
2302
+ }
2303
+
2304
+ .k-bottom-2\.5 {
2305
+ bottom: 0.625rem;
2306
+ }
2307
+
2308
+ .\!k-bottom-2\.5 {
2309
+ bottom: 0.625rem !important;
2310
+ }
2311
+
2312
+ .k-bottom-3 {
2313
+ bottom: 0.75rem;
2314
+ }
2315
+
2316
+ .\!k-bottom-3 {
2317
+ bottom: 0.75rem !important;
2318
+ }
2319
+
2320
+ .k-bottom-3\.5 {
2321
+ bottom: 0.875rem;
2322
+ }
2323
+
2324
+ .\!k-bottom-3\.5 {
2325
+ bottom: 0.875rem !important;
2326
+ }
2327
+
2328
+ .k-bottom-4 {
2329
+ bottom: 1rem;
2330
+ }
2331
+
2332
+ .\!k-bottom-4 {
2333
+ bottom: 1rem !important;
2334
+ }
2335
+
2336
+ .k-bottom-4\.5 {
2337
+ bottom: 1.125rem;
2338
+ }
2339
+
2340
+ .\!k-bottom-4\.5 {
2341
+ bottom: 1.125rem !important;
2342
+ }
2343
+
2344
+ .k-bottom-5 {
2345
+ bottom: 1.25rem;
2346
+ }
2347
+
2348
+ .\!k-bottom-5 {
2349
+ bottom: 1.25rem !important;
2350
+ }
2351
+
2352
+ .k-bottom-5\.5 {
2353
+ bottom: 1.375rem;
2354
+ }
2355
+
2356
+ .\!k-bottom-5\.5 {
2357
+ bottom: 1.375rem !important;
2358
+ }
2359
+
2360
+ .k-bottom-6 {
2361
+ bottom: 1.5rem;
2362
+ }
2363
+
2364
+ .\!k-bottom-6 {
2365
+ bottom: 1.5rem !important;
2366
+ }
2367
+
2368
+ .k-bottom-6\.5 {
2369
+ bottom: 1.625rem;
2370
+ }
2371
+
2372
+ .\!k-bottom-6\.5 {
2373
+ bottom: 1.625rem !important;
2374
+ }
2375
+
2376
+ .k-bottom-7 {
2377
+ bottom: 1.75rem;
2378
+ }
2379
+
2380
+ .\!k-bottom-7 {
2381
+ bottom: 1.75rem !important;
2382
+ }
2383
+
2384
+ .k-bottom-7\.5 {
2385
+ bottom: 1.875rem;
2386
+ }
2387
+
2388
+ .\!k-bottom-7\.5 {
2389
+ bottom: 1.875rem !important;
2390
+ }
2391
+
2392
+ .k-bottom-8 {
2393
+ bottom: 2rem;
2394
+ }
2395
+
2396
+ .\!k-bottom-8 {
2397
+ bottom: 2rem !important;
2398
+ }
2399
+
2400
+ .k-bottom-9 {
2401
+ bottom: 2.25rem;
2402
+ }
2403
+
2404
+ .\!k-bottom-9 {
2405
+ bottom: 2.25rem !important;
2406
+ }
2407
+
2408
+ .k-bottom-10 {
2409
+ bottom: 2.5rem;
2410
+ }
2411
+
2412
+ .\!k-bottom-10 {
2413
+ bottom: 2.5rem !important;
2414
+ }
2415
+
2416
+ .k-bottom-11 {
2417
+ bottom: 2.75rem;
2418
+ }
2419
+
2420
+ .\!k-bottom-11 {
2421
+ bottom: 2.75rem !important;
2422
+ }
2423
+
2424
+ .k-bottom-12 {
2425
+ bottom: 3rem;
2426
+ }
2427
+
2428
+ .\!k-bottom-12 {
2429
+ bottom: 3rem !important;
2430
+ }
2431
+
2432
+ .k-bottom-13 {
2433
+ bottom: 3.25rem;
2434
+ }
2435
+
2436
+ .\!k-bottom-13 {
2437
+ bottom: 3.25rem !important;
2438
+ }
2439
+
2440
+ .k-bottom-14 {
2441
+ bottom: 3.5rem;
2442
+ }
2443
+
2444
+ .\!k-bottom-14 {
2445
+ bottom: 3.5rem !important;
2446
+ }
2447
+
2448
+ .k-bottom-15 {
2449
+ bottom: 3.75rem;
2450
+ }
2451
+
2452
+ .\!k-bottom-15 {
2453
+ bottom: 3.75rem !important;
2454
+ }
2455
+
2456
+ .k-bottom-16 {
2457
+ bottom: 4rem;
2458
+ }
2459
+
2460
+ .\!k-bottom-16 {
2461
+ bottom: 4rem !important;
2462
+ }
2463
+
2464
+ .k-bottom-17 {
2465
+ bottom: 4.25rem;
2466
+ }
2467
+
2468
+ .\!k-bottom-17 {
2469
+ bottom: 4.25rem !important;
2470
+ }
2471
+
2472
+ .k-bottom-18 {
2473
+ bottom: 4.5rem;
2474
+ }
2475
+
2476
+ .\!k-bottom-18 {
2477
+ bottom: 4.5rem !important;
2478
+ }
2479
+
2480
+ .k-bottom-19 {
2481
+ bottom: 4.75rem;
2482
+ }
2483
+
2484
+ .\!k-bottom-19 {
2485
+ bottom: 4.75rem !important;
2486
+ }
2487
+
2488
+ .k-bottom-20 {
2489
+ bottom: 5rem;
2490
+ }
2491
+
2492
+ .\!k-bottom-20 {
2493
+ bottom: 5rem !important;
2494
+ }
2495
+
2496
+ .k-bottom-21 {
2497
+ bottom: 5.25rem;
2498
+ }
2499
+
2500
+ .\!k-bottom-21 {
2501
+ bottom: 5.25rem !important;
2502
+ }
2503
+
2504
+ .k-bottom-22 {
2505
+ bottom: 5.5rem;
2506
+ }
2507
+
2508
+ .\!k-bottom-22 {
2509
+ bottom: 5.5rem !important;
2510
+ }
2511
+
2512
+ .k-bottom-23 {
2513
+ bottom: 5.75rem;
2514
+ }
2515
+
2516
+ .\!k-bottom-23 {
2517
+ bottom: 5.75rem !important;
2518
+ }
2519
+
2520
+ .k-bottom-24 {
2521
+ bottom: 6rem;
2522
+ }
2523
+
2524
+ .\!k-bottom-24 {
2525
+ bottom: 6rem !important;
2526
+ }
2527
+
1664
2528
  .k-bottom--1 {
1665
2529
  bottom: -1px;
1666
2530
  }
@@ -1677,14 +2541,270 @@ hr.k-separator {
1677
2541
  left: 0 !important;
1678
2542
  }
1679
2543
 
1680
- .k-left-1 {
2544
+ .k-left-1px {
1681
2545
  left: 1px;
1682
2546
  }
1683
2547
 
1684
- .\!k-left-1 {
2548
+ .\!k-left-1px {
1685
2549
  left: 1px !important;
1686
2550
  }
1687
2551
 
2552
+ .k-left-0\.5 {
2553
+ left: 0.125rem;
2554
+ }
2555
+
2556
+ .\!k-left-0\.5 {
2557
+ left: 0.125rem !important;
2558
+ }
2559
+
2560
+ .k-left-1 {
2561
+ left: 0.25rem;
2562
+ }
2563
+
2564
+ .\!k-left-1 {
2565
+ left: 0.25rem !important;
2566
+ }
2567
+
2568
+ .k-left-1\.5 {
2569
+ left: 0.375rem;
2570
+ }
2571
+
2572
+ .\!k-left-1\.5 {
2573
+ left: 0.375rem !important;
2574
+ }
2575
+
2576
+ .k-left-2 {
2577
+ left: 0.5rem;
2578
+ }
2579
+
2580
+ .\!k-left-2 {
2581
+ left: 0.5rem !important;
2582
+ }
2583
+
2584
+ .k-left-2\.5 {
2585
+ left: 0.625rem;
2586
+ }
2587
+
2588
+ .\!k-left-2\.5 {
2589
+ left: 0.625rem !important;
2590
+ }
2591
+
2592
+ .k-left-3 {
2593
+ left: 0.75rem;
2594
+ }
2595
+
2596
+ .\!k-left-3 {
2597
+ left: 0.75rem !important;
2598
+ }
2599
+
2600
+ .k-left-3\.5 {
2601
+ left: 0.875rem;
2602
+ }
2603
+
2604
+ .\!k-left-3\.5 {
2605
+ left: 0.875rem !important;
2606
+ }
2607
+
2608
+ .k-left-4 {
2609
+ left: 1rem;
2610
+ }
2611
+
2612
+ .\!k-left-4 {
2613
+ left: 1rem !important;
2614
+ }
2615
+
2616
+ .k-left-4\.5 {
2617
+ left: 1.125rem;
2618
+ }
2619
+
2620
+ .\!k-left-4\.5 {
2621
+ left: 1.125rem !important;
2622
+ }
2623
+
2624
+ .k-left-5 {
2625
+ left: 1.25rem;
2626
+ }
2627
+
2628
+ .\!k-left-5 {
2629
+ left: 1.25rem !important;
2630
+ }
2631
+
2632
+ .k-left-5\.5 {
2633
+ left: 1.375rem;
2634
+ }
2635
+
2636
+ .\!k-left-5\.5 {
2637
+ left: 1.375rem !important;
2638
+ }
2639
+
2640
+ .k-left-6 {
2641
+ left: 1.5rem;
2642
+ }
2643
+
2644
+ .\!k-left-6 {
2645
+ left: 1.5rem !important;
2646
+ }
2647
+
2648
+ .k-left-6\.5 {
2649
+ left: 1.625rem;
2650
+ }
2651
+
2652
+ .\!k-left-6\.5 {
2653
+ left: 1.625rem !important;
2654
+ }
2655
+
2656
+ .k-left-7 {
2657
+ left: 1.75rem;
2658
+ }
2659
+
2660
+ .\!k-left-7 {
2661
+ left: 1.75rem !important;
2662
+ }
2663
+
2664
+ .k-left-7\.5 {
2665
+ left: 1.875rem;
2666
+ }
2667
+
2668
+ .\!k-left-7\.5 {
2669
+ left: 1.875rem !important;
2670
+ }
2671
+
2672
+ .k-left-8 {
2673
+ left: 2rem;
2674
+ }
2675
+
2676
+ .\!k-left-8 {
2677
+ left: 2rem !important;
2678
+ }
2679
+
2680
+ .k-left-9 {
2681
+ left: 2.25rem;
2682
+ }
2683
+
2684
+ .\!k-left-9 {
2685
+ left: 2.25rem !important;
2686
+ }
2687
+
2688
+ .k-left-10 {
2689
+ left: 2.5rem;
2690
+ }
2691
+
2692
+ .\!k-left-10 {
2693
+ left: 2.5rem !important;
2694
+ }
2695
+
2696
+ .k-left-11 {
2697
+ left: 2.75rem;
2698
+ }
2699
+
2700
+ .\!k-left-11 {
2701
+ left: 2.75rem !important;
2702
+ }
2703
+
2704
+ .k-left-12 {
2705
+ left: 3rem;
2706
+ }
2707
+
2708
+ .\!k-left-12 {
2709
+ left: 3rem !important;
2710
+ }
2711
+
2712
+ .k-left-13 {
2713
+ left: 3.25rem;
2714
+ }
2715
+
2716
+ .\!k-left-13 {
2717
+ left: 3.25rem !important;
2718
+ }
2719
+
2720
+ .k-left-14 {
2721
+ left: 3.5rem;
2722
+ }
2723
+
2724
+ .\!k-left-14 {
2725
+ left: 3.5rem !important;
2726
+ }
2727
+
2728
+ .k-left-15 {
2729
+ left: 3.75rem;
2730
+ }
2731
+
2732
+ .\!k-left-15 {
2733
+ left: 3.75rem !important;
2734
+ }
2735
+
2736
+ .k-left-16 {
2737
+ left: 4rem;
2738
+ }
2739
+
2740
+ .\!k-left-16 {
2741
+ left: 4rem !important;
2742
+ }
2743
+
2744
+ .k-left-17 {
2745
+ left: 4.25rem;
2746
+ }
2747
+
2748
+ .\!k-left-17 {
2749
+ left: 4.25rem !important;
2750
+ }
2751
+
2752
+ .k-left-18 {
2753
+ left: 4.5rem;
2754
+ }
2755
+
2756
+ .\!k-left-18 {
2757
+ left: 4.5rem !important;
2758
+ }
2759
+
2760
+ .k-left-19 {
2761
+ left: 4.75rem;
2762
+ }
2763
+
2764
+ .\!k-left-19 {
2765
+ left: 4.75rem !important;
2766
+ }
2767
+
2768
+ .k-left-20 {
2769
+ left: 5rem;
2770
+ }
2771
+
2772
+ .\!k-left-20 {
2773
+ left: 5rem !important;
2774
+ }
2775
+
2776
+ .k-left-21 {
2777
+ left: 5.25rem;
2778
+ }
2779
+
2780
+ .\!k-left-21 {
2781
+ left: 5.25rem !important;
2782
+ }
2783
+
2784
+ .k-left-22 {
2785
+ left: 5.5rem;
2786
+ }
2787
+
2788
+ .\!k-left-22 {
2789
+ left: 5.5rem !important;
2790
+ }
2791
+
2792
+ .k-left-23 {
2793
+ left: 5.75rem;
2794
+ }
2795
+
2796
+ .\!k-left-23 {
2797
+ left: 5.75rem !important;
2798
+ }
2799
+
2800
+ .k-left-24 {
2801
+ left: 6rem;
2802
+ }
2803
+
2804
+ .\!k-left-24 {
2805
+ left: 6rem !important;
2806
+ }
2807
+
1688
2808
  .k-left--1 {
1689
2809
  left: -1px;
1690
2810
  }
@@ -1693,6 +2813,98 @@ hr.k-separator {
1693
2813
  left: -1px !important;
1694
2814
  }
1695
2815
 
2816
+ .k-top,
2817
+ .k-pos-top {
2818
+ top: 0;
2819
+ }
2820
+
2821
+ .k-right,
2822
+ .k-pos-right {
2823
+ right: 0;
2824
+ }
2825
+
2826
+ .k-bottom,
2827
+ .k-pos-bottom {
2828
+ bottom: 0;
2829
+ }
2830
+
2831
+ .k-left,
2832
+ .k-pos-left {
2833
+ left: 0;
2834
+ }
2835
+
2836
+ .k-inset-0 {
2837
+ inset: 0;
2838
+ }
2839
+
2840
+ .\!k-inset-0 {
2841
+ inset: 0 !important;
2842
+ }
2843
+
2844
+ .k-inset-1 {
2845
+ inset: 1px;
2846
+ }
2847
+
2848
+ .\!k-inset-1 {
2849
+ inset: 1px !important;
2850
+ }
2851
+
2852
+ .k-inset--1 {
2853
+ inset: -1px;
2854
+ }
2855
+
2856
+ .\!k-inset--1 {
2857
+ inset: -1px !important;
2858
+ }
2859
+
2860
+ .k-inset-x-0 {
2861
+ inset-inline: 0;
2862
+ }
2863
+
2864
+ .\!k-inset-x-0 {
2865
+ inset-inline: 0 !important;
2866
+ }
2867
+
2868
+ .k-inset-x-1 {
2869
+ inset-inline: 1px;
2870
+ }
2871
+
2872
+ .\!k-inset-x-1 {
2873
+ inset-inline: 1px !important;
2874
+ }
2875
+
2876
+ .k-inset-x--1 {
2877
+ inset-inline: -1px;
2878
+ }
2879
+
2880
+ .\!k-inset-x--1 {
2881
+ inset-inline: -1px !important;
2882
+ }
2883
+
2884
+ .k-inset-y-0 {
2885
+ inset-block: 0;
2886
+ }
2887
+
2888
+ .\!k-inset-y-0 {
2889
+ inset-block: 0 !important;
2890
+ }
2891
+
2892
+ .k-inset-y-1 {
2893
+ inset-block: 1px;
2894
+ }
2895
+
2896
+ .\!k-inset-y-1 {
2897
+ inset-block: 1px !important;
2898
+ }
2899
+
2900
+ .k-inset-y--1 {
2901
+ inset-block: -1px;
2902
+ }
2903
+
2904
+ .\!k-inset-y--1 {
2905
+ inset-block: -1px !important;
2906
+ }
2907
+
1696
2908
  .k-top-left-0 {
1697
2909
  top: 0;
1698
2910
  left: 0;
@@ -1873,24 +3085,44 @@ hr.k-separator {
1873
3085
  transform: translateX(-50%);
1874
3086
  }
1875
3087
 
1876
- .k-top,
1877
- .k-pos-top {
1878
- top: 0;
3088
+ .k-pos-static, .k-static {
3089
+ position: static;
1879
3090
  }
1880
3091
 
1881
- .k-right,
1882
- .k-pos-right {
1883
- right: 0;
3092
+ .\!k-pos-static, .\!k-static {
3093
+ position: static !important;
1884
3094
  }
1885
3095
 
1886
- .k-bottom,
1887
- .k-pos-bottom {
1888
- bottom: 0;
3096
+ .k-pos-relative, .k-relative {
3097
+ position: relative;
1889
3098
  }
1890
3099
 
1891
- .k-left,
1892
- .k-pos-left {
1893
- left: 0;
3100
+ .\!k-pos-relative, .\!k-relative {
3101
+ position: relative !important;
3102
+ }
3103
+
3104
+ .k-pos-absolute, .k-absolute {
3105
+ position: absolute;
3106
+ }
3107
+
3108
+ .\!k-pos-absolute, .\!k-absolute {
3109
+ position: absolute !important;
3110
+ }
3111
+
3112
+ .k-pos-fixed, .k-fixed {
3113
+ position: fixed;
3114
+ }
3115
+
3116
+ .\!k-pos-fixed, .\!k-fixed {
3117
+ position: fixed !important;
3118
+ }
3119
+
3120
+ .k-pos-sticky, .k-sticky {
3121
+ position: sticky;
3122
+ }
3123
+
3124
+ .\!k-pos-sticky, .\!k-sticky {
3125
+ position: sticky !important;
1894
3126
  }
1895
3127
 
1896
3128
  .k-visibility-visible, .k-visible {
@@ -1901,14 +3133,22 @@ hr.k-separator {
1901
3133
  visibility: visible !important;
1902
3134
  }
1903
3135
 
1904
- .k-visibility-hidden, .k-invisible {
3136
+ .k-visibility-invisible {
1905
3137
  visibility: hidden;
1906
3138
  }
1907
3139
 
1908
- .\!k-visibility-hidden, .\!k-invisible {
3140
+ .\!k-visibility-invisible {
1909
3141
  visibility: hidden !important;
1910
3142
  }
1911
3143
 
3144
+ .k-visibility-collapse {
3145
+ visibility: collapse;
3146
+ }
3147
+
3148
+ .\!k-visibility-collapse {
3149
+ visibility: collapse !important;
3150
+ }
3151
+
1912
3152
  .k-z-0 {
1913
3153
  z-index: 0;
1914
3154
  }
@@ -4493,6 +5733,14 @@ hr.k-separator {
4493
5733
  grid-auto-flow: column !important;
4494
5734
  }
4495
5735
 
5736
+ .k-grid-flow-dense {
5737
+ grid-auto-flow: dense;
5738
+ }
5739
+
5740
+ .\!k-grid-flow-dense {
5741
+ grid-auto-flow: dense !important;
5742
+ }
5743
+
4496
5744
  .k-grid-flow-row-dense {
4497
5745
  grid-auto-flow: row dense;
4498
5746
  }
@@ -4653,6 +5901,110 @@ hr.k-separator {
4653
5901
  grid-column-start: 13 !important;
4654
5902
  }
4655
5903
 
5904
+ .k-col-start--1 {
5905
+ grid-column-start: -1;
5906
+ }
5907
+
5908
+ .\!k-col-start--1 {
5909
+ grid-column-start: -1 !important;
5910
+ }
5911
+
5912
+ .k-col-start--2 {
5913
+ grid-column-start: -2;
5914
+ }
5915
+
5916
+ .\!k-col-start--2 {
5917
+ grid-column-start: -2 !important;
5918
+ }
5919
+
5920
+ .k-col-start--3 {
5921
+ grid-column-start: -3;
5922
+ }
5923
+
5924
+ .\!k-col-start--3 {
5925
+ grid-column-start: -3 !important;
5926
+ }
5927
+
5928
+ .k-col-start--4 {
5929
+ grid-column-start: -4;
5930
+ }
5931
+
5932
+ .\!k-col-start--4 {
5933
+ grid-column-start: -4 !important;
5934
+ }
5935
+
5936
+ .k-col-start--5 {
5937
+ grid-column-start: -5;
5938
+ }
5939
+
5940
+ .\!k-col-start--5 {
5941
+ grid-column-start: -5 !important;
5942
+ }
5943
+
5944
+ .k-col-start--6 {
5945
+ grid-column-start: -6;
5946
+ }
5947
+
5948
+ .\!k-col-start--6 {
5949
+ grid-column-start: -6 !important;
5950
+ }
5951
+
5952
+ .k-col-start--7 {
5953
+ grid-column-start: -7;
5954
+ }
5955
+
5956
+ .\!k-col-start--7 {
5957
+ grid-column-start: -7 !important;
5958
+ }
5959
+
5960
+ .k-col-start--8 {
5961
+ grid-column-start: -8;
5962
+ }
5963
+
5964
+ .\!k-col-start--8 {
5965
+ grid-column-start: -8 !important;
5966
+ }
5967
+
5968
+ .k-col-start--9 {
5969
+ grid-column-start: -9;
5970
+ }
5971
+
5972
+ .\!k-col-start--9 {
5973
+ grid-column-start: -9 !important;
5974
+ }
5975
+
5976
+ .k-col-start--10 {
5977
+ grid-column-start: -10;
5978
+ }
5979
+
5980
+ .\!k-col-start--10 {
5981
+ grid-column-start: -10 !important;
5982
+ }
5983
+
5984
+ .k-col-start--11 {
5985
+ grid-column-start: -11;
5986
+ }
5987
+
5988
+ .\!k-col-start--11 {
5989
+ grid-column-start: -11 !important;
5990
+ }
5991
+
5992
+ .k-col-start--12 {
5993
+ grid-column-start: -12;
5994
+ }
5995
+
5996
+ .\!k-col-start--12 {
5997
+ grid-column-start: -12 !important;
5998
+ }
5999
+
6000
+ .k-col-start--13 {
6001
+ grid-column-start: -13;
6002
+ }
6003
+
6004
+ .\!k-col-start--13 {
6005
+ grid-column-start: -13 !important;
6006
+ }
6007
+
4656
6008
  .k-col-start-auto {
4657
6009
  grid-column-start: auto;
4658
6010
  }
@@ -4765,6 +6117,110 @@ hr.k-separator {
4765
6117
  grid-column-end: 13 !important;
4766
6118
  }
4767
6119
 
6120
+ .k-col-end--1 {
6121
+ grid-column-end: -1;
6122
+ }
6123
+
6124
+ .\!k-col-end--1 {
6125
+ grid-column-end: -1 !important;
6126
+ }
6127
+
6128
+ .k-col-end--2 {
6129
+ grid-column-end: -2;
6130
+ }
6131
+
6132
+ .\!k-col-end--2 {
6133
+ grid-column-end: -2 !important;
6134
+ }
6135
+
6136
+ .k-col-end--3 {
6137
+ grid-column-end: -3;
6138
+ }
6139
+
6140
+ .\!k-col-end--3 {
6141
+ grid-column-end: -3 !important;
6142
+ }
6143
+
6144
+ .k-col-end--4 {
6145
+ grid-column-end: -4;
6146
+ }
6147
+
6148
+ .\!k-col-end--4 {
6149
+ grid-column-end: -4 !important;
6150
+ }
6151
+
6152
+ .k-col-end--5 {
6153
+ grid-column-end: -5;
6154
+ }
6155
+
6156
+ .\!k-col-end--5 {
6157
+ grid-column-end: -5 !important;
6158
+ }
6159
+
6160
+ .k-col-end--6 {
6161
+ grid-column-end: -6;
6162
+ }
6163
+
6164
+ .\!k-col-end--6 {
6165
+ grid-column-end: -6 !important;
6166
+ }
6167
+
6168
+ .k-col-end--7 {
6169
+ grid-column-end: -7;
6170
+ }
6171
+
6172
+ .\!k-col-end--7 {
6173
+ grid-column-end: -7 !important;
6174
+ }
6175
+
6176
+ .k-col-end--8 {
6177
+ grid-column-end: -8;
6178
+ }
6179
+
6180
+ .\!k-col-end--8 {
6181
+ grid-column-end: -8 !important;
6182
+ }
6183
+
6184
+ .k-col-end--9 {
6185
+ grid-column-end: -9;
6186
+ }
6187
+
6188
+ .\!k-col-end--9 {
6189
+ grid-column-end: -9 !important;
6190
+ }
6191
+
6192
+ .k-col-end--10 {
6193
+ grid-column-end: -10;
6194
+ }
6195
+
6196
+ .\!k-col-end--10 {
6197
+ grid-column-end: -10 !important;
6198
+ }
6199
+
6200
+ .k-col-end--11 {
6201
+ grid-column-end: -11;
6202
+ }
6203
+
6204
+ .\!k-col-end--11 {
6205
+ grid-column-end: -11 !important;
6206
+ }
6207
+
6208
+ .k-col-end--12 {
6209
+ grid-column-end: -12;
6210
+ }
6211
+
6212
+ .\!k-col-end--12 {
6213
+ grid-column-end: -12 !important;
6214
+ }
6215
+
6216
+ .k-col-end--13 {
6217
+ grid-column-end: -13;
6218
+ }
6219
+
6220
+ .\!k-col-end--13 {
6221
+ grid-column-end: -13 !important;
6222
+ }
6223
+
4768
6224
  .k-col-end-auto {
4769
6225
  grid-column-end: auto;
4770
6226
  }
@@ -5101,6 +6557,110 @@ hr.k-separator {
5101
6557
  grid-row-start: 13 !important;
5102
6558
  }
5103
6559
 
6560
+ .k-row-start--1 {
6561
+ grid-row-start: -1;
6562
+ }
6563
+
6564
+ .\!k-row-start--1 {
6565
+ grid-row-start: -1 !important;
6566
+ }
6567
+
6568
+ .k-row-start--2 {
6569
+ grid-row-start: -2;
6570
+ }
6571
+
6572
+ .\!k-row-start--2 {
6573
+ grid-row-start: -2 !important;
6574
+ }
6575
+
6576
+ .k-row-start--3 {
6577
+ grid-row-start: -3;
6578
+ }
6579
+
6580
+ .\!k-row-start--3 {
6581
+ grid-row-start: -3 !important;
6582
+ }
6583
+
6584
+ .k-row-start--4 {
6585
+ grid-row-start: -4;
6586
+ }
6587
+
6588
+ .\!k-row-start--4 {
6589
+ grid-row-start: -4 !important;
6590
+ }
6591
+
6592
+ .k-row-start--5 {
6593
+ grid-row-start: -5;
6594
+ }
6595
+
6596
+ .\!k-row-start--5 {
6597
+ grid-row-start: -5 !important;
6598
+ }
6599
+
6600
+ .k-row-start--6 {
6601
+ grid-row-start: -6;
6602
+ }
6603
+
6604
+ .\!k-row-start--6 {
6605
+ grid-row-start: -6 !important;
6606
+ }
6607
+
6608
+ .k-row-start--7 {
6609
+ grid-row-start: -7;
6610
+ }
6611
+
6612
+ .\!k-row-start--7 {
6613
+ grid-row-start: -7 !important;
6614
+ }
6615
+
6616
+ .k-row-start--8 {
6617
+ grid-row-start: -8;
6618
+ }
6619
+
6620
+ .\!k-row-start--8 {
6621
+ grid-row-start: -8 !important;
6622
+ }
6623
+
6624
+ .k-row-start--9 {
6625
+ grid-row-start: -9;
6626
+ }
6627
+
6628
+ .\!k-row-start--9 {
6629
+ grid-row-start: -9 !important;
6630
+ }
6631
+
6632
+ .k-row-start--10 {
6633
+ grid-row-start: -10;
6634
+ }
6635
+
6636
+ .\!k-row-start--10 {
6637
+ grid-row-start: -10 !important;
6638
+ }
6639
+
6640
+ .k-row-start--11 {
6641
+ grid-row-start: -11;
6642
+ }
6643
+
6644
+ .\!k-row-start--11 {
6645
+ grid-row-start: -11 !important;
6646
+ }
6647
+
6648
+ .k-row-start--12 {
6649
+ grid-row-start: -12;
6650
+ }
6651
+
6652
+ .\!k-row-start--12 {
6653
+ grid-row-start: -12 !important;
6654
+ }
6655
+
6656
+ .k-row-start--13 {
6657
+ grid-row-start: -13;
6658
+ }
6659
+
6660
+ .\!k-row-start--13 {
6661
+ grid-row-start: -13 !important;
6662
+ }
6663
+
5104
6664
  .k-row-start-auto {
5105
6665
  grid-row-start: auto;
5106
6666
  }
@@ -5213,6 +6773,110 @@ hr.k-separator {
5213
6773
  grid-row-end: 13 !important;
5214
6774
  }
5215
6775
 
6776
+ .k-row-end--1 {
6777
+ grid-row-end: -1;
6778
+ }
6779
+
6780
+ .\!k-row-end--1 {
6781
+ grid-row-end: -1 !important;
6782
+ }
6783
+
6784
+ .k-row-end--2 {
6785
+ grid-row-end: -2;
6786
+ }
6787
+
6788
+ .\!k-row-end--2 {
6789
+ grid-row-end: -2 !important;
6790
+ }
6791
+
6792
+ .k-row-end--3 {
6793
+ grid-row-end: -3;
6794
+ }
6795
+
6796
+ .\!k-row-end--3 {
6797
+ grid-row-end: -3 !important;
6798
+ }
6799
+
6800
+ .k-row-end--4 {
6801
+ grid-row-end: -4;
6802
+ }
6803
+
6804
+ .\!k-row-end--4 {
6805
+ grid-row-end: -4 !important;
6806
+ }
6807
+
6808
+ .k-row-end--5 {
6809
+ grid-row-end: -5;
6810
+ }
6811
+
6812
+ .\!k-row-end--5 {
6813
+ grid-row-end: -5 !important;
6814
+ }
6815
+
6816
+ .k-row-end--6 {
6817
+ grid-row-end: -6;
6818
+ }
6819
+
6820
+ .\!k-row-end--6 {
6821
+ grid-row-end: -6 !important;
6822
+ }
6823
+
6824
+ .k-row-end--7 {
6825
+ grid-row-end: -7;
6826
+ }
6827
+
6828
+ .\!k-row-end--7 {
6829
+ grid-row-end: -7 !important;
6830
+ }
6831
+
6832
+ .k-row-end--8 {
6833
+ grid-row-end: -8;
6834
+ }
6835
+
6836
+ .\!k-row-end--8 {
6837
+ grid-row-end: -8 !important;
6838
+ }
6839
+
6840
+ .k-row-end--9 {
6841
+ grid-row-end: -9;
6842
+ }
6843
+
6844
+ .\!k-row-end--9 {
6845
+ grid-row-end: -9 !important;
6846
+ }
6847
+
6848
+ .k-row-end--10 {
6849
+ grid-row-end: -10;
6850
+ }
6851
+
6852
+ .\!k-row-end--10 {
6853
+ grid-row-end: -10 !important;
6854
+ }
6855
+
6856
+ .k-row-end--11 {
6857
+ grid-row-end: -11;
6858
+ }
6859
+
6860
+ .\!k-row-end--11 {
6861
+ grid-row-end: -11 !important;
6862
+ }
6863
+
6864
+ .k-row-end--12 {
6865
+ grid-row-end: -12;
6866
+ }
6867
+
6868
+ .\!k-row-end--12 {
6869
+ grid-row-end: -12 !important;
6870
+ }
6871
+
6872
+ .k-row-end--13 {
6873
+ grid-row-end: -13;
6874
+ }
6875
+
6876
+ .\!k-row-end--13 {
6877
+ grid-row-end: -13 !important;
6878
+ }
6879
+
5216
6880
  .k-row-end-auto {
5217
6881
  grid-row-end: auto;
5218
6882
  }
@@ -6645,6 +8309,270 @@ hr.k-separator {
6645
8309
  margin: 6rem !important;
6646
8310
  }
6647
8311
 
8312
+ .k-m--1px {
8313
+ margin: -1px;
8314
+ }
8315
+
8316
+ .\!k-m--1px {
8317
+ margin: -1px !important;
8318
+ }
8319
+
8320
+ .k-m--0\.5 {
8321
+ margin: -0.125rem;
8322
+ }
8323
+
8324
+ .\!k-m--0\.5 {
8325
+ margin: -0.125rem !important;
8326
+ }
8327
+
8328
+ .k-m--1 {
8329
+ margin: -0.25rem;
8330
+ }
8331
+
8332
+ .\!k-m--1 {
8333
+ margin: -0.25rem !important;
8334
+ }
8335
+
8336
+ .k-m--1\.5 {
8337
+ margin: -0.375rem;
8338
+ }
8339
+
8340
+ .\!k-m--1\.5 {
8341
+ margin: -0.375rem !important;
8342
+ }
8343
+
8344
+ .k-m--2 {
8345
+ margin: -0.5rem;
8346
+ }
8347
+
8348
+ .\!k-m--2 {
8349
+ margin: -0.5rem !important;
8350
+ }
8351
+
8352
+ .k-m--2\.5 {
8353
+ margin: -0.625rem;
8354
+ }
8355
+
8356
+ .\!k-m--2\.5 {
8357
+ margin: -0.625rem !important;
8358
+ }
8359
+
8360
+ .k-m--3 {
8361
+ margin: -0.75rem;
8362
+ }
8363
+
8364
+ .\!k-m--3 {
8365
+ margin: -0.75rem !important;
8366
+ }
8367
+
8368
+ .k-m--3\.5 {
8369
+ margin: -0.875rem;
8370
+ }
8371
+
8372
+ .\!k-m--3\.5 {
8373
+ margin: -0.875rem !important;
8374
+ }
8375
+
8376
+ .k-m--4 {
8377
+ margin: -1rem;
8378
+ }
8379
+
8380
+ .\!k-m--4 {
8381
+ margin: -1rem !important;
8382
+ }
8383
+
8384
+ .k-m--4\.5 {
8385
+ margin: -1.125rem;
8386
+ }
8387
+
8388
+ .\!k-m--4\.5 {
8389
+ margin: -1.125rem !important;
8390
+ }
8391
+
8392
+ .k-m--5 {
8393
+ margin: -1.25rem;
8394
+ }
8395
+
8396
+ .\!k-m--5 {
8397
+ margin: -1.25rem !important;
8398
+ }
8399
+
8400
+ .k-m--5\.5 {
8401
+ margin: -1.375rem;
8402
+ }
8403
+
8404
+ .\!k-m--5\.5 {
8405
+ margin: -1.375rem !important;
8406
+ }
8407
+
8408
+ .k-m--6 {
8409
+ margin: -1.5rem;
8410
+ }
8411
+
8412
+ .\!k-m--6 {
8413
+ margin: -1.5rem !important;
8414
+ }
8415
+
8416
+ .k-m--6\.5 {
8417
+ margin: -1.625rem;
8418
+ }
8419
+
8420
+ .\!k-m--6\.5 {
8421
+ margin: -1.625rem !important;
8422
+ }
8423
+
8424
+ .k-m--7 {
8425
+ margin: -1.75rem;
8426
+ }
8427
+
8428
+ .\!k-m--7 {
8429
+ margin: -1.75rem !important;
8430
+ }
8431
+
8432
+ .k-m--7\.5 {
8433
+ margin: -1.875rem;
8434
+ }
8435
+
8436
+ .\!k-m--7\.5 {
8437
+ margin: -1.875rem !important;
8438
+ }
8439
+
8440
+ .k-m--8 {
8441
+ margin: -2rem;
8442
+ }
8443
+
8444
+ .\!k-m--8 {
8445
+ margin: -2rem !important;
8446
+ }
8447
+
8448
+ .k-m--9 {
8449
+ margin: -2.25rem;
8450
+ }
8451
+
8452
+ .\!k-m--9 {
8453
+ margin: -2.25rem !important;
8454
+ }
8455
+
8456
+ .k-m--10 {
8457
+ margin: -2.5rem;
8458
+ }
8459
+
8460
+ .\!k-m--10 {
8461
+ margin: -2.5rem !important;
8462
+ }
8463
+
8464
+ .k-m--11 {
8465
+ margin: -2.75rem;
8466
+ }
8467
+
8468
+ .\!k-m--11 {
8469
+ margin: -2.75rem !important;
8470
+ }
8471
+
8472
+ .k-m--12 {
8473
+ margin: -3rem;
8474
+ }
8475
+
8476
+ .\!k-m--12 {
8477
+ margin: -3rem !important;
8478
+ }
8479
+
8480
+ .k-m--13 {
8481
+ margin: -3.25rem;
8482
+ }
8483
+
8484
+ .\!k-m--13 {
8485
+ margin: -3.25rem !important;
8486
+ }
8487
+
8488
+ .k-m--14 {
8489
+ margin: -3.5rem;
8490
+ }
8491
+
8492
+ .\!k-m--14 {
8493
+ margin: -3.5rem !important;
8494
+ }
8495
+
8496
+ .k-m--15 {
8497
+ margin: -3.75rem;
8498
+ }
8499
+
8500
+ .\!k-m--15 {
8501
+ margin: -3.75rem !important;
8502
+ }
8503
+
8504
+ .k-m--16 {
8505
+ margin: -4rem;
8506
+ }
8507
+
8508
+ .\!k-m--16 {
8509
+ margin: -4rem !important;
8510
+ }
8511
+
8512
+ .k-m--17 {
8513
+ margin: -4.25rem;
8514
+ }
8515
+
8516
+ .\!k-m--17 {
8517
+ margin: -4.25rem !important;
8518
+ }
8519
+
8520
+ .k-m--18 {
8521
+ margin: -4.5rem;
8522
+ }
8523
+
8524
+ .\!k-m--18 {
8525
+ margin: -4.5rem !important;
8526
+ }
8527
+
8528
+ .k-m--19 {
8529
+ margin: -4.75rem;
8530
+ }
8531
+
8532
+ .\!k-m--19 {
8533
+ margin: -4.75rem !important;
8534
+ }
8535
+
8536
+ .k-m--20 {
8537
+ margin: -5rem;
8538
+ }
8539
+
8540
+ .\!k-m--20 {
8541
+ margin: -5rem !important;
8542
+ }
8543
+
8544
+ .k-m--21 {
8545
+ margin: -5.25rem;
8546
+ }
8547
+
8548
+ .\!k-m--21 {
8549
+ margin: -5.25rem !important;
8550
+ }
8551
+
8552
+ .k-m--22 {
8553
+ margin: -5.5rem;
8554
+ }
8555
+
8556
+ .\!k-m--22 {
8557
+ margin: -5.5rem !important;
8558
+ }
8559
+
8560
+ .k-m--23 {
8561
+ margin: -5.75rem;
8562
+ }
8563
+
8564
+ .\!k-m--23 {
8565
+ margin: -5.75rem !important;
8566
+ }
8567
+
8568
+ .k-m--24 {
8569
+ margin: -6rem;
8570
+ }
8571
+
8572
+ .\!k-m--24 {
8573
+ margin: -6rem !important;
8574
+ }
8575
+
6648
8576
  .k-m-xs {
6649
8577
  margin: 0.25rem;
6650
8578
  }
@@ -6701,6 +8629,14 @@ hr.k-separator {
6701
8629
  margin: 1px !important;
6702
8630
  }
6703
8631
 
8632
+ .k-m-auto {
8633
+ margin: auto;
8634
+ }
8635
+
8636
+ .\!k-m-auto {
8637
+ margin: auto !important;
8638
+ }
8639
+
6704
8640
  .k-mt-0 {
6705
8641
  margin-top: 0;
6706
8642
  }
@@ -6973,6 +8909,270 @@ hr.k-separator {
6973
8909
  margin-top: 6rem !important;
6974
8910
  }
6975
8911
 
8912
+ .k-mt--1px {
8913
+ margin-top: -1px;
8914
+ }
8915
+
8916
+ .\!k-mt--1px {
8917
+ margin-top: -1px !important;
8918
+ }
8919
+
8920
+ .k-mt--0\.5 {
8921
+ margin-top: -0.125rem;
8922
+ }
8923
+
8924
+ .\!k-mt--0\.5 {
8925
+ margin-top: -0.125rem !important;
8926
+ }
8927
+
8928
+ .k-mt--1 {
8929
+ margin-top: -0.25rem;
8930
+ }
8931
+
8932
+ .\!k-mt--1 {
8933
+ margin-top: -0.25rem !important;
8934
+ }
8935
+
8936
+ .k-mt--1\.5 {
8937
+ margin-top: -0.375rem;
8938
+ }
8939
+
8940
+ .\!k-mt--1\.5 {
8941
+ margin-top: -0.375rem !important;
8942
+ }
8943
+
8944
+ .k-mt--2 {
8945
+ margin-top: -0.5rem;
8946
+ }
8947
+
8948
+ .\!k-mt--2 {
8949
+ margin-top: -0.5rem !important;
8950
+ }
8951
+
8952
+ .k-mt--2\.5 {
8953
+ margin-top: -0.625rem;
8954
+ }
8955
+
8956
+ .\!k-mt--2\.5 {
8957
+ margin-top: -0.625rem !important;
8958
+ }
8959
+
8960
+ .k-mt--3 {
8961
+ margin-top: -0.75rem;
8962
+ }
8963
+
8964
+ .\!k-mt--3 {
8965
+ margin-top: -0.75rem !important;
8966
+ }
8967
+
8968
+ .k-mt--3\.5 {
8969
+ margin-top: -0.875rem;
8970
+ }
8971
+
8972
+ .\!k-mt--3\.5 {
8973
+ margin-top: -0.875rem !important;
8974
+ }
8975
+
8976
+ .k-mt--4 {
8977
+ margin-top: -1rem;
8978
+ }
8979
+
8980
+ .\!k-mt--4 {
8981
+ margin-top: -1rem !important;
8982
+ }
8983
+
8984
+ .k-mt--4\.5 {
8985
+ margin-top: -1.125rem;
8986
+ }
8987
+
8988
+ .\!k-mt--4\.5 {
8989
+ margin-top: -1.125rem !important;
8990
+ }
8991
+
8992
+ .k-mt--5 {
8993
+ margin-top: -1.25rem;
8994
+ }
8995
+
8996
+ .\!k-mt--5 {
8997
+ margin-top: -1.25rem !important;
8998
+ }
8999
+
9000
+ .k-mt--5\.5 {
9001
+ margin-top: -1.375rem;
9002
+ }
9003
+
9004
+ .\!k-mt--5\.5 {
9005
+ margin-top: -1.375rem !important;
9006
+ }
9007
+
9008
+ .k-mt--6 {
9009
+ margin-top: -1.5rem;
9010
+ }
9011
+
9012
+ .\!k-mt--6 {
9013
+ margin-top: -1.5rem !important;
9014
+ }
9015
+
9016
+ .k-mt--6\.5 {
9017
+ margin-top: -1.625rem;
9018
+ }
9019
+
9020
+ .\!k-mt--6\.5 {
9021
+ margin-top: -1.625rem !important;
9022
+ }
9023
+
9024
+ .k-mt--7 {
9025
+ margin-top: -1.75rem;
9026
+ }
9027
+
9028
+ .\!k-mt--7 {
9029
+ margin-top: -1.75rem !important;
9030
+ }
9031
+
9032
+ .k-mt--7\.5 {
9033
+ margin-top: -1.875rem;
9034
+ }
9035
+
9036
+ .\!k-mt--7\.5 {
9037
+ margin-top: -1.875rem !important;
9038
+ }
9039
+
9040
+ .k-mt--8 {
9041
+ margin-top: -2rem;
9042
+ }
9043
+
9044
+ .\!k-mt--8 {
9045
+ margin-top: -2rem !important;
9046
+ }
9047
+
9048
+ .k-mt--9 {
9049
+ margin-top: -2.25rem;
9050
+ }
9051
+
9052
+ .\!k-mt--9 {
9053
+ margin-top: -2.25rem !important;
9054
+ }
9055
+
9056
+ .k-mt--10 {
9057
+ margin-top: -2.5rem;
9058
+ }
9059
+
9060
+ .\!k-mt--10 {
9061
+ margin-top: -2.5rem !important;
9062
+ }
9063
+
9064
+ .k-mt--11 {
9065
+ margin-top: -2.75rem;
9066
+ }
9067
+
9068
+ .\!k-mt--11 {
9069
+ margin-top: -2.75rem !important;
9070
+ }
9071
+
9072
+ .k-mt--12 {
9073
+ margin-top: -3rem;
9074
+ }
9075
+
9076
+ .\!k-mt--12 {
9077
+ margin-top: -3rem !important;
9078
+ }
9079
+
9080
+ .k-mt--13 {
9081
+ margin-top: -3.25rem;
9082
+ }
9083
+
9084
+ .\!k-mt--13 {
9085
+ margin-top: -3.25rem !important;
9086
+ }
9087
+
9088
+ .k-mt--14 {
9089
+ margin-top: -3.5rem;
9090
+ }
9091
+
9092
+ .\!k-mt--14 {
9093
+ margin-top: -3.5rem !important;
9094
+ }
9095
+
9096
+ .k-mt--15 {
9097
+ margin-top: -3.75rem;
9098
+ }
9099
+
9100
+ .\!k-mt--15 {
9101
+ margin-top: -3.75rem !important;
9102
+ }
9103
+
9104
+ .k-mt--16 {
9105
+ margin-top: -4rem;
9106
+ }
9107
+
9108
+ .\!k-mt--16 {
9109
+ margin-top: -4rem !important;
9110
+ }
9111
+
9112
+ .k-mt--17 {
9113
+ margin-top: -4.25rem;
9114
+ }
9115
+
9116
+ .\!k-mt--17 {
9117
+ margin-top: -4.25rem !important;
9118
+ }
9119
+
9120
+ .k-mt--18 {
9121
+ margin-top: -4.5rem;
9122
+ }
9123
+
9124
+ .\!k-mt--18 {
9125
+ margin-top: -4.5rem !important;
9126
+ }
9127
+
9128
+ .k-mt--19 {
9129
+ margin-top: -4.75rem;
9130
+ }
9131
+
9132
+ .\!k-mt--19 {
9133
+ margin-top: -4.75rem !important;
9134
+ }
9135
+
9136
+ .k-mt--20 {
9137
+ margin-top: -5rem;
9138
+ }
9139
+
9140
+ .\!k-mt--20 {
9141
+ margin-top: -5rem !important;
9142
+ }
9143
+
9144
+ .k-mt--21 {
9145
+ margin-top: -5.25rem;
9146
+ }
9147
+
9148
+ .\!k-mt--21 {
9149
+ margin-top: -5.25rem !important;
9150
+ }
9151
+
9152
+ .k-mt--22 {
9153
+ margin-top: -5.5rem;
9154
+ }
9155
+
9156
+ .\!k-mt--22 {
9157
+ margin-top: -5.5rem !important;
9158
+ }
9159
+
9160
+ .k-mt--23 {
9161
+ margin-top: -5.75rem;
9162
+ }
9163
+
9164
+ .\!k-mt--23 {
9165
+ margin-top: -5.75rem !important;
9166
+ }
9167
+
9168
+ .k-mt--24 {
9169
+ margin-top: -6rem;
9170
+ }
9171
+
9172
+ .\!k-mt--24 {
9173
+ margin-top: -6rem !important;
9174
+ }
9175
+
6976
9176
  .k-mt-xs {
6977
9177
  margin-top: 0.25rem;
6978
9178
  }
@@ -7029,6 +9229,14 @@ hr.k-separator {
7029
9229
  margin-top: 1px !important;
7030
9230
  }
7031
9231
 
9232
+ .k-mt-auto {
9233
+ margin-top: auto;
9234
+ }
9235
+
9236
+ .\!k-mt-auto {
9237
+ margin-top: auto !important;
9238
+ }
9239
+
7032
9240
  .k-mr-0 {
7033
9241
  margin-right: 0;
7034
9242
  }
@@ -7301,6 +9509,270 @@ hr.k-separator {
7301
9509
  margin-right: 6rem !important;
7302
9510
  }
7303
9511
 
9512
+ .k-mr--1px {
9513
+ margin-right: -1px;
9514
+ }
9515
+
9516
+ .\!k-mr--1px {
9517
+ margin-right: -1px !important;
9518
+ }
9519
+
9520
+ .k-mr--0\.5 {
9521
+ margin-right: -0.125rem;
9522
+ }
9523
+
9524
+ .\!k-mr--0\.5 {
9525
+ margin-right: -0.125rem !important;
9526
+ }
9527
+
9528
+ .k-mr--1 {
9529
+ margin-right: -0.25rem;
9530
+ }
9531
+
9532
+ .\!k-mr--1 {
9533
+ margin-right: -0.25rem !important;
9534
+ }
9535
+
9536
+ .k-mr--1\.5 {
9537
+ margin-right: -0.375rem;
9538
+ }
9539
+
9540
+ .\!k-mr--1\.5 {
9541
+ margin-right: -0.375rem !important;
9542
+ }
9543
+
9544
+ .k-mr--2 {
9545
+ margin-right: -0.5rem;
9546
+ }
9547
+
9548
+ .\!k-mr--2 {
9549
+ margin-right: -0.5rem !important;
9550
+ }
9551
+
9552
+ .k-mr--2\.5 {
9553
+ margin-right: -0.625rem;
9554
+ }
9555
+
9556
+ .\!k-mr--2\.5 {
9557
+ margin-right: -0.625rem !important;
9558
+ }
9559
+
9560
+ .k-mr--3 {
9561
+ margin-right: -0.75rem;
9562
+ }
9563
+
9564
+ .\!k-mr--3 {
9565
+ margin-right: -0.75rem !important;
9566
+ }
9567
+
9568
+ .k-mr--3\.5 {
9569
+ margin-right: -0.875rem;
9570
+ }
9571
+
9572
+ .\!k-mr--3\.5 {
9573
+ margin-right: -0.875rem !important;
9574
+ }
9575
+
9576
+ .k-mr--4 {
9577
+ margin-right: -1rem;
9578
+ }
9579
+
9580
+ .\!k-mr--4 {
9581
+ margin-right: -1rem !important;
9582
+ }
9583
+
9584
+ .k-mr--4\.5 {
9585
+ margin-right: -1.125rem;
9586
+ }
9587
+
9588
+ .\!k-mr--4\.5 {
9589
+ margin-right: -1.125rem !important;
9590
+ }
9591
+
9592
+ .k-mr--5 {
9593
+ margin-right: -1.25rem;
9594
+ }
9595
+
9596
+ .\!k-mr--5 {
9597
+ margin-right: -1.25rem !important;
9598
+ }
9599
+
9600
+ .k-mr--5\.5 {
9601
+ margin-right: -1.375rem;
9602
+ }
9603
+
9604
+ .\!k-mr--5\.5 {
9605
+ margin-right: -1.375rem !important;
9606
+ }
9607
+
9608
+ .k-mr--6 {
9609
+ margin-right: -1.5rem;
9610
+ }
9611
+
9612
+ .\!k-mr--6 {
9613
+ margin-right: -1.5rem !important;
9614
+ }
9615
+
9616
+ .k-mr--6\.5 {
9617
+ margin-right: -1.625rem;
9618
+ }
9619
+
9620
+ .\!k-mr--6\.5 {
9621
+ margin-right: -1.625rem !important;
9622
+ }
9623
+
9624
+ .k-mr--7 {
9625
+ margin-right: -1.75rem;
9626
+ }
9627
+
9628
+ .\!k-mr--7 {
9629
+ margin-right: -1.75rem !important;
9630
+ }
9631
+
9632
+ .k-mr--7\.5 {
9633
+ margin-right: -1.875rem;
9634
+ }
9635
+
9636
+ .\!k-mr--7\.5 {
9637
+ margin-right: -1.875rem !important;
9638
+ }
9639
+
9640
+ .k-mr--8 {
9641
+ margin-right: -2rem;
9642
+ }
9643
+
9644
+ .\!k-mr--8 {
9645
+ margin-right: -2rem !important;
9646
+ }
9647
+
9648
+ .k-mr--9 {
9649
+ margin-right: -2.25rem;
9650
+ }
9651
+
9652
+ .\!k-mr--9 {
9653
+ margin-right: -2.25rem !important;
9654
+ }
9655
+
9656
+ .k-mr--10 {
9657
+ margin-right: -2.5rem;
9658
+ }
9659
+
9660
+ .\!k-mr--10 {
9661
+ margin-right: -2.5rem !important;
9662
+ }
9663
+
9664
+ .k-mr--11 {
9665
+ margin-right: -2.75rem;
9666
+ }
9667
+
9668
+ .\!k-mr--11 {
9669
+ margin-right: -2.75rem !important;
9670
+ }
9671
+
9672
+ .k-mr--12 {
9673
+ margin-right: -3rem;
9674
+ }
9675
+
9676
+ .\!k-mr--12 {
9677
+ margin-right: -3rem !important;
9678
+ }
9679
+
9680
+ .k-mr--13 {
9681
+ margin-right: -3.25rem;
9682
+ }
9683
+
9684
+ .\!k-mr--13 {
9685
+ margin-right: -3.25rem !important;
9686
+ }
9687
+
9688
+ .k-mr--14 {
9689
+ margin-right: -3.5rem;
9690
+ }
9691
+
9692
+ .\!k-mr--14 {
9693
+ margin-right: -3.5rem !important;
9694
+ }
9695
+
9696
+ .k-mr--15 {
9697
+ margin-right: -3.75rem;
9698
+ }
9699
+
9700
+ .\!k-mr--15 {
9701
+ margin-right: -3.75rem !important;
9702
+ }
9703
+
9704
+ .k-mr--16 {
9705
+ margin-right: -4rem;
9706
+ }
9707
+
9708
+ .\!k-mr--16 {
9709
+ margin-right: -4rem !important;
9710
+ }
9711
+
9712
+ .k-mr--17 {
9713
+ margin-right: -4.25rem;
9714
+ }
9715
+
9716
+ .\!k-mr--17 {
9717
+ margin-right: -4.25rem !important;
9718
+ }
9719
+
9720
+ .k-mr--18 {
9721
+ margin-right: -4.5rem;
9722
+ }
9723
+
9724
+ .\!k-mr--18 {
9725
+ margin-right: -4.5rem !important;
9726
+ }
9727
+
9728
+ .k-mr--19 {
9729
+ margin-right: -4.75rem;
9730
+ }
9731
+
9732
+ .\!k-mr--19 {
9733
+ margin-right: -4.75rem !important;
9734
+ }
9735
+
9736
+ .k-mr--20 {
9737
+ margin-right: -5rem;
9738
+ }
9739
+
9740
+ .\!k-mr--20 {
9741
+ margin-right: -5rem !important;
9742
+ }
9743
+
9744
+ .k-mr--21 {
9745
+ margin-right: -5.25rem;
9746
+ }
9747
+
9748
+ .\!k-mr--21 {
9749
+ margin-right: -5.25rem !important;
9750
+ }
9751
+
9752
+ .k-mr--22 {
9753
+ margin-right: -5.5rem;
9754
+ }
9755
+
9756
+ .\!k-mr--22 {
9757
+ margin-right: -5.5rem !important;
9758
+ }
9759
+
9760
+ .k-mr--23 {
9761
+ margin-right: -5.75rem;
9762
+ }
9763
+
9764
+ .\!k-mr--23 {
9765
+ margin-right: -5.75rem !important;
9766
+ }
9767
+
9768
+ .k-mr--24 {
9769
+ margin-right: -6rem;
9770
+ }
9771
+
9772
+ .\!k-mr--24 {
9773
+ margin-right: -6rem !important;
9774
+ }
9775
+
7304
9776
  .k-mr-xs {
7305
9777
  margin-right: 0.25rem;
7306
9778
  }
@@ -7357,6 +9829,14 @@ hr.k-separator {
7357
9829
  margin-right: 1px !important;
7358
9830
  }
7359
9831
 
9832
+ .k-mr-auto {
9833
+ margin-right: auto;
9834
+ }
9835
+
9836
+ .\!k-mr-auto {
9837
+ margin-right: auto !important;
9838
+ }
9839
+
7360
9840
  .k-mb-0 {
7361
9841
  margin-bottom: 0;
7362
9842
  }
@@ -7629,6 +10109,270 @@ hr.k-separator {
7629
10109
  margin-bottom: 6rem !important;
7630
10110
  }
7631
10111
 
10112
+ .k-mb--1px {
10113
+ margin-bottom: -1px;
10114
+ }
10115
+
10116
+ .\!k-mb--1px {
10117
+ margin-bottom: -1px !important;
10118
+ }
10119
+
10120
+ .k-mb--0\.5 {
10121
+ margin-bottom: -0.125rem;
10122
+ }
10123
+
10124
+ .\!k-mb--0\.5 {
10125
+ margin-bottom: -0.125rem !important;
10126
+ }
10127
+
10128
+ .k-mb--1 {
10129
+ margin-bottom: -0.25rem;
10130
+ }
10131
+
10132
+ .\!k-mb--1 {
10133
+ margin-bottom: -0.25rem !important;
10134
+ }
10135
+
10136
+ .k-mb--1\.5 {
10137
+ margin-bottom: -0.375rem;
10138
+ }
10139
+
10140
+ .\!k-mb--1\.5 {
10141
+ margin-bottom: -0.375rem !important;
10142
+ }
10143
+
10144
+ .k-mb--2 {
10145
+ margin-bottom: -0.5rem;
10146
+ }
10147
+
10148
+ .\!k-mb--2 {
10149
+ margin-bottom: -0.5rem !important;
10150
+ }
10151
+
10152
+ .k-mb--2\.5 {
10153
+ margin-bottom: -0.625rem;
10154
+ }
10155
+
10156
+ .\!k-mb--2\.5 {
10157
+ margin-bottom: -0.625rem !important;
10158
+ }
10159
+
10160
+ .k-mb--3 {
10161
+ margin-bottom: -0.75rem;
10162
+ }
10163
+
10164
+ .\!k-mb--3 {
10165
+ margin-bottom: -0.75rem !important;
10166
+ }
10167
+
10168
+ .k-mb--3\.5 {
10169
+ margin-bottom: -0.875rem;
10170
+ }
10171
+
10172
+ .\!k-mb--3\.5 {
10173
+ margin-bottom: -0.875rem !important;
10174
+ }
10175
+
10176
+ .k-mb--4 {
10177
+ margin-bottom: -1rem;
10178
+ }
10179
+
10180
+ .\!k-mb--4 {
10181
+ margin-bottom: -1rem !important;
10182
+ }
10183
+
10184
+ .k-mb--4\.5 {
10185
+ margin-bottom: -1.125rem;
10186
+ }
10187
+
10188
+ .\!k-mb--4\.5 {
10189
+ margin-bottom: -1.125rem !important;
10190
+ }
10191
+
10192
+ .k-mb--5 {
10193
+ margin-bottom: -1.25rem;
10194
+ }
10195
+
10196
+ .\!k-mb--5 {
10197
+ margin-bottom: -1.25rem !important;
10198
+ }
10199
+
10200
+ .k-mb--5\.5 {
10201
+ margin-bottom: -1.375rem;
10202
+ }
10203
+
10204
+ .\!k-mb--5\.5 {
10205
+ margin-bottom: -1.375rem !important;
10206
+ }
10207
+
10208
+ .k-mb--6 {
10209
+ margin-bottom: -1.5rem;
10210
+ }
10211
+
10212
+ .\!k-mb--6 {
10213
+ margin-bottom: -1.5rem !important;
10214
+ }
10215
+
10216
+ .k-mb--6\.5 {
10217
+ margin-bottom: -1.625rem;
10218
+ }
10219
+
10220
+ .\!k-mb--6\.5 {
10221
+ margin-bottom: -1.625rem !important;
10222
+ }
10223
+
10224
+ .k-mb--7 {
10225
+ margin-bottom: -1.75rem;
10226
+ }
10227
+
10228
+ .\!k-mb--7 {
10229
+ margin-bottom: -1.75rem !important;
10230
+ }
10231
+
10232
+ .k-mb--7\.5 {
10233
+ margin-bottom: -1.875rem;
10234
+ }
10235
+
10236
+ .\!k-mb--7\.5 {
10237
+ margin-bottom: -1.875rem !important;
10238
+ }
10239
+
10240
+ .k-mb--8 {
10241
+ margin-bottom: -2rem;
10242
+ }
10243
+
10244
+ .\!k-mb--8 {
10245
+ margin-bottom: -2rem !important;
10246
+ }
10247
+
10248
+ .k-mb--9 {
10249
+ margin-bottom: -2.25rem;
10250
+ }
10251
+
10252
+ .\!k-mb--9 {
10253
+ margin-bottom: -2.25rem !important;
10254
+ }
10255
+
10256
+ .k-mb--10 {
10257
+ margin-bottom: -2.5rem;
10258
+ }
10259
+
10260
+ .\!k-mb--10 {
10261
+ margin-bottom: -2.5rem !important;
10262
+ }
10263
+
10264
+ .k-mb--11 {
10265
+ margin-bottom: -2.75rem;
10266
+ }
10267
+
10268
+ .\!k-mb--11 {
10269
+ margin-bottom: -2.75rem !important;
10270
+ }
10271
+
10272
+ .k-mb--12 {
10273
+ margin-bottom: -3rem;
10274
+ }
10275
+
10276
+ .\!k-mb--12 {
10277
+ margin-bottom: -3rem !important;
10278
+ }
10279
+
10280
+ .k-mb--13 {
10281
+ margin-bottom: -3.25rem;
10282
+ }
10283
+
10284
+ .\!k-mb--13 {
10285
+ margin-bottom: -3.25rem !important;
10286
+ }
10287
+
10288
+ .k-mb--14 {
10289
+ margin-bottom: -3.5rem;
10290
+ }
10291
+
10292
+ .\!k-mb--14 {
10293
+ margin-bottom: -3.5rem !important;
10294
+ }
10295
+
10296
+ .k-mb--15 {
10297
+ margin-bottom: -3.75rem;
10298
+ }
10299
+
10300
+ .\!k-mb--15 {
10301
+ margin-bottom: -3.75rem !important;
10302
+ }
10303
+
10304
+ .k-mb--16 {
10305
+ margin-bottom: -4rem;
10306
+ }
10307
+
10308
+ .\!k-mb--16 {
10309
+ margin-bottom: -4rem !important;
10310
+ }
10311
+
10312
+ .k-mb--17 {
10313
+ margin-bottom: -4.25rem;
10314
+ }
10315
+
10316
+ .\!k-mb--17 {
10317
+ margin-bottom: -4.25rem !important;
10318
+ }
10319
+
10320
+ .k-mb--18 {
10321
+ margin-bottom: -4.5rem;
10322
+ }
10323
+
10324
+ .\!k-mb--18 {
10325
+ margin-bottom: -4.5rem !important;
10326
+ }
10327
+
10328
+ .k-mb--19 {
10329
+ margin-bottom: -4.75rem;
10330
+ }
10331
+
10332
+ .\!k-mb--19 {
10333
+ margin-bottom: -4.75rem !important;
10334
+ }
10335
+
10336
+ .k-mb--20 {
10337
+ margin-bottom: -5rem;
10338
+ }
10339
+
10340
+ .\!k-mb--20 {
10341
+ margin-bottom: -5rem !important;
10342
+ }
10343
+
10344
+ .k-mb--21 {
10345
+ margin-bottom: -5.25rem;
10346
+ }
10347
+
10348
+ .\!k-mb--21 {
10349
+ margin-bottom: -5.25rem !important;
10350
+ }
10351
+
10352
+ .k-mb--22 {
10353
+ margin-bottom: -5.5rem;
10354
+ }
10355
+
10356
+ .\!k-mb--22 {
10357
+ margin-bottom: -5.5rem !important;
10358
+ }
10359
+
10360
+ .k-mb--23 {
10361
+ margin-bottom: -5.75rem;
10362
+ }
10363
+
10364
+ .\!k-mb--23 {
10365
+ margin-bottom: -5.75rem !important;
10366
+ }
10367
+
10368
+ .k-mb--24 {
10369
+ margin-bottom: -6rem;
10370
+ }
10371
+
10372
+ .\!k-mb--24 {
10373
+ margin-bottom: -6rem !important;
10374
+ }
10375
+
7632
10376
  .k-mb-xs {
7633
10377
  margin-bottom: 0.25rem;
7634
10378
  }
@@ -7685,6 +10429,14 @@ hr.k-separator {
7685
10429
  margin-bottom: 1px !important;
7686
10430
  }
7687
10431
 
10432
+ .k-mb-auto {
10433
+ margin-bottom: auto;
10434
+ }
10435
+
10436
+ .\!k-mb-auto {
10437
+ margin-bottom: auto !important;
10438
+ }
10439
+
7688
10440
  .k-ml-0 {
7689
10441
  margin-left: 0;
7690
10442
  }
@@ -7957,6 +10709,270 @@ hr.k-separator {
7957
10709
  margin-left: 6rem !important;
7958
10710
  }
7959
10711
 
10712
+ .k-ml--1px {
10713
+ margin-left: -1px;
10714
+ }
10715
+
10716
+ .\!k-ml--1px {
10717
+ margin-left: -1px !important;
10718
+ }
10719
+
10720
+ .k-ml--0\.5 {
10721
+ margin-left: -0.125rem;
10722
+ }
10723
+
10724
+ .\!k-ml--0\.5 {
10725
+ margin-left: -0.125rem !important;
10726
+ }
10727
+
10728
+ .k-ml--1 {
10729
+ margin-left: -0.25rem;
10730
+ }
10731
+
10732
+ .\!k-ml--1 {
10733
+ margin-left: -0.25rem !important;
10734
+ }
10735
+
10736
+ .k-ml--1\.5 {
10737
+ margin-left: -0.375rem;
10738
+ }
10739
+
10740
+ .\!k-ml--1\.5 {
10741
+ margin-left: -0.375rem !important;
10742
+ }
10743
+
10744
+ .k-ml--2 {
10745
+ margin-left: -0.5rem;
10746
+ }
10747
+
10748
+ .\!k-ml--2 {
10749
+ margin-left: -0.5rem !important;
10750
+ }
10751
+
10752
+ .k-ml--2\.5 {
10753
+ margin-left: -0.625rem;
10754
+ }
10755
+
10756
+ .\!k-ml--2\.5 {
10757
+ margin-left: -0.625rem !important;
10758
+ }
10759
+
10760
+ .k-ml--3 {
10761
+ margin-left: -0.75rem;
10762
+ }
10763
+
10764
+ .\!k-ml--3 {
10765
+ margin-left: -0.75rem !important;
10766
+ }
10767
+
10768
+ .k-ml--3\.5 {
10769
+ margin-left: -0.875rem;
10770
+ }
10771
+
10772
+ .\!k-ml--3\.5 {
10773
+ margin-left: -0.875rem !important;
10774
+ }
10775
+
10776
+ .k-ml--4 {
10777
+ margin-left: -1rem;
10778
+ }
10779
+
10780
+ .\!k-ml--4 {
10781
+ margin-left: -1rem !important;
10782
+ }
10783
+
10784
+ .k-ml--4\.5 {
10785
+ margin-left: -1.125rem;
10786
+ }
10787
+
10788
+ .\!k-ml--4\.5 {
10789
+ margin-left: -1.125rem !important;
10790
+ }
10791
+
10792
+ .k-ml--5 {
10793
+ margin-left: -1.25rem;
10794
+ }
10795
+
10796
+ .\!k-ml--5 {
10797
+ margin-left: -1.25rem !important;
10798
+ }
10799
+
10800
+ .k-ml--5\.5 {
10801
+ margin-left: -1.375rem;
10802
+ }
10803
+
10804
+ .\!k-ml--5\.5 {
10805
+ margin-left: -1.375rem !important;
10806
+ }
10807
+
10808
+ .k-ml--6 {
10809
+ margin-left: -1.5rem;
10810
+ }
10811
+
10812
+ .\!k-ml--6 {
10813
+ margin-left: -1.5rem !important;
10814
+ }
10815
+
10816
+ .k-ml--6\.5 {
10817
+ margin-left: -1.625rem;
10818
+ }
10819
+
10820
+ .\!k-ml--6\.5 {
10821
+ margin-left: -1.625rem !important;
10822
+ }
10823
+
10824
+ .k-ml--7 {
10825
+ margin-left: -1.75rem;
10826
+ }
10827
+
10828
+ .\!k-ml--7 {
10829
+ margin-left: -1.75rem !important;
10830
+ }
10831
+
10832
+ .k-ml--7\.5 {
10833
+ margin-left: -1.875rem;
10834
+ }
10835
+
10836
+ .\!k-ml--7\.5 {
10837
+ margin-left: -1.875rem !important;
10838
+ }
10839
+
10840
+ .k-ml--8 {
10841
+ margin-left: -2rem;
10842
+ }
10843
+
10844
+ .\!k-ml--8 {
10845
+ margin-left: -2rem !important;
10846
+ }
10847
+
10848
+ .k-ml--9 {
10849
+ margin-left: -2.25rem;
10850
+ }
10851
+
10852
+ .\!k-ml--9 {
10853
+ margin-left: -2.25rem !important;
10854
+ }
10855
+
10856
+ .k-ml--10 {
10857
+ margin-left: -2.5rem;
10858
+ }
10859
+
10860
+ .\!k-ml--10 {
10861
+ margin-left: -2.5rem !important;
10862
+ }
10863
+
10864
+ .k-ml--11 {
10865
+ margin-left: -2.75rem;
10866
+ }
10867
+
10868
+ .\!k-ml--11 {
10869
+ margin-left: -2.75rem !important;
10870
+ }
10871
+
10872
+ .k-ml--12 {
10873
+ margin-left: -3rem;
10874
+ }
10875
+
10876
+ .\!k-ml--12 {
10877
+ margin-left: -3rem !important;
10878
+ }
10879
+
10880
+ .k-ml--13 {
10881
+ margin-left: -3.25rem;
10882
+ }
10883
+
10884
+ .\!k-ml--13 {
10885
+ margin-left: -3.25rem !important;
10886
+ }
10887
+
10888
+ .k-ml--14 {
10889
+ margin-left: -3.5rem;
10890
+ }
10891
+
10892
+ .\!k-ml--14 {
10893
+ margin-left: -3.5rem !important;
10894
+ }
10895
+
10896
+ .k-ml--15 {
10897
+ margin-left: -3.75rem;
10898
+ }
10899
+
10900
+ .\!k-ml--15 {
10901
+ margin-left: -3.75rem !important;
10902
+ }
10903
+
10904
+ .k-ml--16 {
10905
+ margin-left: -4rem;
10906
+ }
10907
+
10908
+ .\!k-ml--16 {
10909
+ margin-left: -4rem !important;
10910
+ }
10911
+
10912
+ .k-ml--17 {
10913
+ margin-left: -4.25rem;
10914
+ }
10915
+
10916
+ .\!k-ml--17 {
10917
+ margin-left: -4.25rem !important;
10918
+ }
10919
+
10920
+ .k-ml--18 {
10921
+ margin-left: -4.5rem;
10922
+ }
10923
+
10924
+ .\!k-ml--18 {
10925
+ margin-left: -4.5rem !important;
10926
+ }
10927
+
10928
+ .k-ml--19 {
10929
+ margin-left: -4.75rem;
10930
+ }
10931
+
10932
+ .\!k-ml--19 {
10933
+ margin-left: -4.75rem !important;
10934
+ }
10935
+
10936
+ .k-ml--20 {
10937
+ margin-left: -5rem;
10938
+ }
10939
+
10940
+ .\!k-ml--20 {
10941
+ margin-left: -5rem !important;
10942
+ }
10943
+
10944
+ .k-ml--21 {
10945
+ margin-left: -5.25rem;
10946
+ }
10947
+
10948
+ .\!k-ml--21 {
10949
+ margin-left: -5.25rem !important;
10950
+ }
10951
+
10952
+ .k-ml--22 {
10953
+ margin-left: -5.5rem;
10954
+ }
10955
+
10956
+ .\!k-ml--22 {
10957
+ margin-left: -5.5rem !important;
10958
+ }
10959
+
10960
+ .k-ml--23 {
10961
+ margin-left: -5.75rem;
10962
+ }
10963
+
10964
+ .\!k-ml--23 {
10965
+ margin-left: -5.75rem !important;
10966
+ }
10967
+
10968
+ .k-ml--24 {
10969
+ margin-left: -6rem;
10970
+ }
10971
+
10972
+ .\!k-ml--24 {
10973
+ margin-left: -6rem !important;
10974
+ }
10975
+
7960
10976
  .k-ml-xs {
7961
10977
  margin-left: 0.25rem;
7962
10978
  }
@@ -8013,6 +11029,14 @@ hr.k-separator {
8013
11029
  margin-left: 1px !important;
8014
11030
  }
8015
11031
 
11032
+ .k-ml-auto {
11033
+ margin-left: auto;
11034
+ }
11035
+
11036
+ .\!k-ml-auto {
11037
+ margin-left: auto !important;
11038
+ }
11039
+
8016
11040
  .k-mx-0 {
8017
11041
  margin-inline: 0;
8018
11042
  }
@@ -8285,6 +11309,270 @@ hr.k-separator {
8285
11309
  margin-inline: 6rem !important;
8286
11310
  }
8287
11311
 
11312
+ .k-mx--1px {
11313
+ margin-inline: -1px;
11314
+ }
11315
+
11316
+ .\!k-mx--1px {
11317
+ margin-inline: -1px !important;
11318
+ }
11319
+
11320
+ .k-mx--0\.5 {
11321
+ margin-inline: -0.125rem;
11322
+ }
11323
+
11324
+ .\!k-mx--0\.5 {
11325
+ margin-inline: -0.125rem !important;
11326
+ }
11327
+
11328
+ .k-mx--1 {
11329
+ margin-inline: -0.25rem;
11330
+ }
11331
+
11332
+ .\!k-mx--1 {
11333
+ margin-inline: -0.25rem !important;
11334
+ }
11335
+
11336
+ .k-mx--1\.5 {
11337
+ margin-inline: -0.375rem;
11338
+ }
11339
+
11340
+ .\!k-mx--1\.5 {
11341
+ margin-inline: -0.375rem !important;
11342
+ }
11343
+
11344
+ .k-mx--2 {
11345
+ margin-inline: -0.5rem;
11346
+ }
11347
+
11348
+ .\!k-mx--2 {
11349
+ margin-inline: -0.5rem !important;
11350
+ }
11351
+
11352
+ .k-mx--2\.5 {
11353
+ margin-inline: -0.625rem;
11354
+ }
11355
+
11356
+ .\!k-mx--2\.5 {
11357
+ margin-inline: -0.625rem !important;
11358
+ }
11359
+
11360
+ .k-mx--3 {
11361
+ margin-inline: -0.75rem;
11362
+ }
11363
+
11364
+ .\!k-mx--3 {
11365
+ margin-inline: -0.75rem !important;
11366
+ }
11367
+
11368
+ .k-mx--3\.5 {
11369
+ margin-inline: -0.875rem;
11370
+ }
11371
+
11372
+ .\!k-mx--3\.5 {
11373
+ margin-inline: -0.875rem !important;
11374
+ }
11375
+
11376
+ .k-mx--4 {
11377
+ margin-inline: -1rem;
11378
+ }
11379
+
11380
+ .\!k-mx--4 {
11381
+ margin-inline: -1rem !important;
11382
+ }
11383
+
11384
+ .k-mx--4\.5 {
11385
+ margin-inline: -1.125rem;
11386
+ }
11387
+
11388
+ .\!k-mx--4\.5 {
11389
+ margin-inline: -1.125rem !important;
11390
+ }
11391
+
11392
+ .k-mx--5 {
11393
+ margin-inline: -1.25rem;
11394
+ }
11395
+
11396
+ .\!k-mx--5 {
11397
+ margin-inline: -1.25rem !important;
11398
+ }
11399
+
11400
+ .k-mx--5\.5 {
11401
+ margin-inline: -1.375rem;
11402
+ }
11403
+
11404
+ .\!k-mx--5\.5 {
11405
+ margin-inline: -1.375rem !important;
11406
+ }
11407
+
11408
+ .k-mx--6 {
11409
+ margin-inline: -1.5rem;
11410
+ }
11411
+
11412
+ .\!k-mx--6 {
11413
+ margin-inline: -1.5rem !important;
11414
+ }
11415
+
11416
+ .k-mx--6\.5 {
11417
+ margin-inline: -1.625rem;
11418
+ }
11419
+
11420
+ .\!k-mx--6\.5 {
11421
+ margin-inline: -1.625rem !important;
11422
+ }
11423
+
11424
+ .k-mx--7 {
11425
+ margin-inline: -1.75rem;
11426
+ }
11427
+
11428
+ .\!k-mx--7 {
11429
+ margin-inline: -1.75rem !important;
11430
+ }
11431
+
11432
+ .k-mx--7\.5 {
11433
+ margin-inline: -1.875rem;
11434
+ }
11435
+
11436
+ .\!k-mx--7\.5 {
11437
+ margin-inline: -1.875rem !important;
11438
+ }
11439
+
11440
+ .k-mx--8 {
11441
+ margin-inline: -2rem;
11442
+ }
11443
+
11444
+ .\!k-mx--8 {
11445
+ margin-inline: -2rem !important;
11446
+ }
11447
+
11448
+ .k-mx--9 {
11449
+ margin-inline: -2.25rem;
11450
+ }
11451
+
11452
+ .\!k-mx--9 {
11453
+ margin-inline: -2.25rem !important;
11454
+ }
11455
+
11456
+ .k-mx--10 {
11457
+ margin-inline: -2.5rem;
11458
+ }
11459
+
11460
+ .\!k-mx--10 {
11461
+ margin-inline: -2.5rem !important;
11462
+ }
11463
+
11464
+ .k-mx--11 {
11465
+ margin-inline: -2.75rem;
11466
+ }
11467
+
11468
+ .\!k-mx--11 {
11469
+ margin-inline: -2.75rem !important;
11470
+ }
11471
+
11472
+ .k-mx--12 {
11473
+ margin-inline: -3rem;
11474
+ }
11475
+
11476
+ .\!k-mx--12 {
11477
+ margin-inline: -3rem !important;
11478
+ }
11479
+
11480
+ .k-mx--13 {
11481
+ margin-inline: -3.25rem;
11482
+ }
11483
+
11484
+ .\!k-mx--13 {
11485
+ margin-inline: -3.25rem !important;
11486
+ }
11487
+
11488
+ .k-mx--14 {
11489
+ margin-inline: -3.5rem;
11490
+ }
11491
+
11492
+ .\!k-mx--14 {
11493
+ margin-inline: -3.5rem !important;
11494
+ }
11495
+
11496
+ .k-mx--15 {
11497
+ margin-inline: -3.75rem;
11498
+ }
11499
+
11500
+ .\!k-mx--15 {
11501
+ margin-inline: -3.75rem !important;
11502
+ }
11503
+
11504
+ .k-mx--16 {
11505
+ margin-inline: -4rem;
11506
+ }
11507
+
11508
+ .\!k-mx--16 {
11509
+ margin-inline: -4rem !important;
11510
+ }
11511
+
11512
+ .k-mx--17 {
11513
+ margin-inline: -4.25rem;
11514
+ }
11515
+
11516
+ .\!k-mx--17 {
11517
+ margin-inline: -4.25rem !important;
11518
+ }
11519
+
11520
+ .k-mx--18 {
11521
+ margin-inline: -4.5rem;
11522
+ }
11523
+
11524
+ .\!k-mx--18 {
11525
+ margin-inline: -4.5rem !important;
11526
+ }
11527
+
11528
+ .k-mx--19 {
11529
+ margin-inline: -4.75rem;
11530
+ }
11531
+
11532
+ .\!k-mx--19 {
11533
+ margin-inline: -4.75rem !important;
11534
+ }
11535
+
11536
+ .k-mx--20 {
11537
+ margin-inline: -5rem;
11538
+ }
11539
+
11540
+ .\!k-mx--20 {
11541
+ margin-inline: -5rem !important;
11542
+ }
11543
+
11544
+ .k-mx--21 {
11545
+ margin-inline: -5.25rem;
11546
+ }
11547
+
11548
+ .\!k-mx--21 {
11549
+ margin-inline: -5.25rem !important;
11550
+ }
11551
+
11552
+ .k-mx--22 {
11553
+ margin-inline: -5.5rem;
11554
+ }
11555
+
11556
+ .\!k-mx--22 {
11557
+ margin-inline: -5.5rem !important;
11558
+ }
11559
+
11560
+ .k-mx--23 {
11561
+ margin-inline: -5.75rem;
11562
+ }
11563
+
11564
+ .\!k-mx--23 {
11565
+ margin-inline: -5.75rem !important;
11566
+ }
11567
+
11568
+ .k-mx--24 {
11569
+ margin-inline: -6rem;
11570
+ }
11571
+
11572
+ .\!k-mx--24 {
11573
+ margin-inline: -6rem !important;
11574
+ }
11575
+
8288
11576
  .k-mx-xs {
8289
11577
  margin-inline: 0.25rem;
8290
11578
  }
@@ -8341,6 +11629,14 @@ hr.k-separator {
8341
11629
  margin-inline: 1px !important;
8342
11630
  }
8343
11631
 
11632
+ .k-mx-auto {
11633
+ margin-inline: auto;
11634
+ }
11635
+
11636
+ .\!k-mx-auto {
11637
+ margin-inline: auto !important;
11638
+ }
11639
+
8344
11640
  .k-my-0 {
8345
11641
  margin-block: 0;
8346
11642
  }
@@ -8613,6 +11909,270 @@ hr.k-separator {
8613
11909
  margin-block: 6rem !important;
8614
11910
  }
8615
11911
 
11912
+ .k-my--1px {
11913
+ margin-block: -1px;
11914
+ }
11915
+
11916
+ .\!k-my--1px {
11917
+ margin-block: -1px !important;
11918
+ }
11919
+
11920
+ .k-my--0\.5 {
11921
+ margin-block: -0.125rem;
11922
+ }
11923
+
11924
+ .\!k-my--0\.5 {
11925
+ margin-block: -0.125rem !important;
11926
+ }
11927
+
11928
+ .k-my--1 {
11929
+ margin-block: -0.25rem;
11930
+ }
11931
+
11932
+ .\!k-my--1 {
11933
+ margin-block: -0.25rem !important;
11934
+ }
11935
+
11936
+ .k-my--1\.5 {
11937
+ margin-block: -0.375rem;
11938
+ }
11939
+
11940
+ .\!k-my--1\.5 {
11941
+ margin-block: -0.375rem !important;
11942
+ }
11943
+
11944
+ .k-my--2 {
11945
+ margin-block: -0.5rem;
11946
+ }
11947
+
11948
+ .\!k-my--2 {
11949
+ margin-block: -0.5rem !important;
11950
+ }
11951
+
11952
+ .k-my--2\.5 {
11953
+ margin-block: -0.625rem;
11954
+ }
11955
+
11956
+ .\!k-my--2\.5 {
11957
+ margin-block: -0.625rem !important;
11958
+ }
11959
+
11960
+ .k-my--3 {
11961
+ margin-block: -0.75rem;
11962
+ }
11963
+
11964
+ .\!k-my--3 {
11965
+ margin-block: -0.75rem !important;
11966
+ }
11967
+
11968
+ .k-my--3\.5 {
11969
+ margin-block: -0.875rem;
11970
+ }
11971
+
11972
+ .\!k-my--3\.5 {
11973
+ margin-block: -0.875rem !important;
11974
+ }
11975
+
11976
+ .k-my--4 {
11977
+ margin-block: -1rem;
11978
+ }
11979
+
11980
+ .\!k-my--4 {
11981
+ margin-block: -1rem !important;
11982
+ }
11983
+
11984
+ .k-my--4\.5 {
11985
+ margin-block: -1.125rem;
11986
+ }
11987
+
11988
+ .\!k-my--4\.5 {
11989
+ margin-block: -1.125rem !important;
11990
+ }
11991
+
11992
+ .k-my--5 {
11993
+ margin-block: -1.25rem;
11994
+ }
11995
+
11996
+ .\!k-my--5 {
11997
+ margin-block: -1.25rem !important;
11998
+ }
11999
+
12000
+ .k-my--5\.5 {
12001
+ margin-block: -1.375rem;
12002
+ }
12003
+
12004
+ .\!k-my--5\.5 {
12005
+ margin-block: -1.375rem !important;
12006
+ }
12007
+
12008
+ .k-my--6 {
12009
+ margin-block: -1.5rem;
12010
+ }
12011
+
12012
+ .\!k-my--6 {
12013
+ margin-block: -1.5rem !important;
12014
+ }
12015
+
12016
+ .k-my--6\.5 {
12017
+ margin-block: -1.625rem;
12018
+ }
12019
+
12020
+ .\!k-my--6\.5 {
12021
+ margin-block: -1.625rem !important;
12022
+ }
12023
+
12024
+ .k-my--7 {
12025
+ margin-block: -1.75rem;
12026
+ }
12027
+
12028
+ .\!k-my--7 {
12029
+ margin-block: -1.75rem !important;
12030
+ }
12031
+
12032
+ .k-my--7\.5 {
12033
+ margin-block: -1.875rem;
12034
+ }
12035
+
12036
+ .\!k-my--7\.5 {
12037
+ margin-block: -1.875rem !important;
12038
+ }
12039
+
12040
+ .k-my--8 {
12041
+ margin-block: -2rem;
12042
+ }
12043
+
12044
+ .\!k-my--8 {
12045
+ margin-block: -2rem !important;
12046
+ }
12047
+
12048
+ .k-my--9 {
12049
+ margin-block: -2.25rem;
12050
+ }
12051
+
12052
+ .\!k-my--9 {
12053
+ margin-block: -2.25rem !important;
12054
+ }
12055
+
12056
+ .k-my--10 {
12057
+ margin-block: -2.5rem;
12058
+ }
12059
+
12060
+ .\!k-my--10 {
12061
+ margin-block: -2.5rem !important;
12062
+ }
12063
+
12064
+ .k-my--11 {
12065
+ margin-block: -2.75rem;
12066
+ }
12067
+
12068
+ .\!k-my--11 {
12069
+ margin-block: -2.75rem !important;
12070
+ }
12071
+
12072
+ .k-my--12 {
12073
+ margin-block: -3rem;
12074
+ }
12075
+
12076
+ .\!k-my--12 {
12077
+ margin-block: -3rem !important;
12078
+ }
12079
+
12080
+ .k-my--13 {
12081
+ margin-block: -3.25rem;
12082
+ }
12083
+
12084
+ .\!k-my--13 {
12085
+ margin-block: -3.25rem !important;
12086
+ }
12087
+
12088
+ .k-my--14 {
12089
+ margin-block: -3.5rem;
12090
+ }
12091
+
12092
+ .\!k-my--14 {
12093
+ margin-block: -3.5rem !important;
12094
+ }
12095
+
12096
+ .k-my--15 {
12097
+ margin-block: -3.75rem;
12098
+ }
12099
+
12100
+ .\!k-my--15 {
12101
+ margin-block: -3.75rem !important;
12102
+ }
12103
+
12104
+ .k-my--16 {
12105
+ margin-block: -4rem;
12106
+ }
12107
+
12108
+ .\!k-my--16 {
12109
+ margin-block: -4rem !important;
12110
+ }
12111
+
12112
+ .k-my--17 {
12113
+ margin-block: -4.25rem;
12114
+ }
12115
+
12116
+ .\!k-my--17 {
12117
+ margin-block: -4.25rem !important;
12118
+ }
12119
+
12120
+ .k-my--18 {
12121
+ margin-block: -4.5rem;
12122
+ }
12123
+
12124
+ .\!k-my--18 {
12125
+ margin-block: -4.5rem !important;
12126
+ }
12127
+
12128
+ .k-my--19 {
12129
+ margin-block: -4.75rem;
12130
+ }
12131
+
12132
+ .\!k-my--19 {
12133
+ margin-block: -4.75rem !important;
12134
+ }
12135
+
12136
+ .k-my--20 {
12137
+ margin-block: -5rem;
12138
+ }
12139
+
12140
+ .\!k-my--20 {
12141
+ margin-block: -5rem !important;
12142
+ }
12143
+
12144
+ .k-my--21 {
12145
+ margin-block: -5.25rem;
12146
+ }
12147
+
12148
+ .\!k-my--21 {
12149
+ margin-block: -5.25rem !important;
12150
+ }
12151
+
12152
+ .k-my--22 {
12153
+ margin-block: -5.5rem;
12154
+ }
12155
+
12156
+ .\!k-my--22 {
12157
+ margin-block: -5.5rem !important;
12158
+ }
12159
+
12160
+ .k-my--23 {
12161
+ margin-block: -5.75rem;
12162
+ }
12163
+
12164
+ .\!k-my--23 {
12165
+ margin-block: -5.75rem !important;
12166
+ }
12167
+
12168
+ .k-my--24 {
12169
+ margin-block: -6rem;
12170
+ }
12171
+
12172
+ .\!k-my--24 {
12173
+ margin-block: -6rem !important;
12174
+ }
12175
+
8616
12176
  .k-my-xs {
8617
12177
  margin-block: 0.25rem;
8618
12178
  }
@@ -8669,6 +12229,14 @@ hr.k-separator {
8669
12229
  margin-block: 1px !important;
8670
12230
  }
8671
12231
 
12232
+ .k-my-auto {
12233
+ margin-block: auto;
12234
+ }
12235
+
12236
+ .\!k-my-auto {
12237
+ margin-block: auto !important;
12238
+ }
12239
+
8672
12240
  .k-p-0 {
8673
12241
  padding: 0;
8674
12242
  }
@@ -12481,6 +16049,30 @@ hr.k-separator {
12481
16049
  font-weight: 900 !important;
12482
16050
  }
12483
16051
 
16052
+ .k-list-none {
16053
+ list-style-type: none;
16054
+ }
16055
+
16056
+ .\!k-list-none {
16057
+ list-style-type: none !important;
16058
+ }
16059
+
16060
+ .k-list-disc {
16061
+ list-style-type: disc;
16062
+ }
16063
+
16064
+ .\!k-list-disc {
16065
+ list-style-type: disc !important;
16066
+ }
16067
+
16068
+ .k-list-decimal {
16069
+ list-style-type: decimal;
16070
+ }
16071
+
16072
+ .\!k-list-decimal {
16073
+ list-style-type: decimal !important;
16074
+ }
16075
+
12484
16076
  .k-text-left {
12485
16077
  text-align: left;
12486
16078
  }
@@ -12513,6 +16105,22 @@ hr.k-separator {
12513
16105
  text-align: justify !important;
12514
16106
  }
12515
16107
 
16108
+ .k-text-start {
16109
+ text-align: start;
16110
+ }
16111
+
16112
+ .\!k-text-start {
16113
+ text-align: start !important;
16114
+ }
16115
+
16116
+ .k-text-end {
16117
+ text-align: end;
16118
+ }
16119
+
16120
+ .\!k-text-end {
16121
+ text-align: end !important;
16122
+ }
16123
+
12516
16124
  .k-text-inherit {
12517
16125
  color: inherit;
12518
16126
  }
@@ -12593,6 +16201,38 @@ hr.k-separator {
12593
16201
  color: white !important;
12594
16202
  }
12595
16203
 
16204
+ .k-text-underline {
16205
+ text-decoration: underline;
16206
+ }
16207
+
16208
+ .\!k-text-underline {
16209
+ text-decoration: underline !important;
16210
+ }
16211
+
16212
+ .k-text-overline {
16213
+ text-decoration: overline;
16214
+ }
16215
+
16216
+ .\!k-text-overline {
16217
+ text-decoration: overline !important;
16218
+ }
16219
+
16220
+ .k-text-line-through {
16221
+ text-decoration: line-through;
16222
+ }
16223
+
16224
+ .\!k-text-line-through {
16225
+ text-decoration: line-through !important;
16226
+ }
16227
+
16228
+ .k-text-no-underline {
16229
+ text-decoration: none;
16230
+ }
16231
+
16232
+ .\!k-text-no-underline {
16233
+ text-decoration: none !important;
16234
+ }
16235
+
12596
16236
  .k-text-clip {
12597
16237
  text-overflow: clip;
12598
16238
  }
@@ -12653,6 +16293,70 @@ hr.k-separator {
12653
16293
  text-transform: none !important;
12654
16294
  }
12655
16295
 
16296
+ .k-align-baseline {
16297
+ vertical-align: baseline;
16298
+ }
16299
+
16300
+ .\!k-align-baseline {
16301
+ vertical-align: baseline !important;
16302
+ }
16303
+
16304
+ .k-align-top {
16305
+ vertical-align: top;
16306
+ }
16307
+
16308
+ .\!k-align-top {
16309
+ vertical-align: top !important;
16310
+ }
16311
+
16312
+ .k-align-middle {
16313
+ vertical-align: middle;
16314
+ }
16315
+
16316
+ .\!k-align-middle {
16317
+ vertical-align: middle !important;
16318
+ }
16319
+
16320
+ .k-align-bottom {
16321
+ vertical-align: bottom;
16322
+ }
16323
+
16324
+ .\!k-align-bottom {
16325
+ vertical-align: bottom !important;
16326
+ }
16327
+
16328
+ .k-align-text-top {
16329
+ vertical-align: text-top;
16330
+ }
16331
+
16332
+ .\!k-align-text-top {
16333
+ vertical-align: text-top !important;
16334
+ }
16335
+
16336
+ .k-align-text-bottom {
16337
+ vertical-align: text-bottom;
16338
+ }
16339
+
16340
+ .\!k-align-text-bottom {
16341
+ vertical-align: text-bottom !important;
16342
+ }
16343
+
16344
+ .k-align-sub {
16345
+ vertical-align: sub;
16346
+ }
16347
+
16348
+ .\!k-align-sub {
16349
+ vertical-align: sub !important;
16350
+ }
16351
+
16352
+ .k-align-super {
16353
+ vertical-align: super;
16354
+ }
16355
+
16356
+ .\!k-align-super {
16357
+ vertical-align: super !important;
16358
+ }
16359
+
12656
16360
  .k-white-space-normal {
12657
16361
  white-space: normal;
12658
16362
  }
@@ -12749,6 +16453,40 @@ hr.k-separator {
12749
16453
  white-space: break-spaces !important;
12750
16454
  }
12751
16455
 
16456
+ .k-bg-clip-border {
16457
+ background-clip: border-box;
16458
+ }
16459
+
16460
+ .\!k-bg-clip-border {
16461
+ background-clip: border-box !important;
16462
+ }
16463
+
16464
+ .k-bg-clip-padding {
16465
+ background-clip: padding-box;
16466
+ }
16467
+
16468
+ .\!k-bg-clip-padding {
16469
+ background-clip: padding-box !important;
16470
+ }
16471
+
16472
+ .k-bg-clip-content {
16473
+ background-clip: content-box;
16474
+ }
16475
+
16476
+ .\!k-bg-clip-content {
16477
+ background-clip: content-box !important;
16478
+ }
16479
+
16480
+ .k-bg-clip-text {
16481
+ -webkit-background-clip: text;
16482
+ background-clip: text;
16483
+ }
16484
+
16485
+ .\!k-bg-clip-text {
16486
+ -webkit-background-clip: text !important;
16487
+ background-clip: text !important;
16488
+ }
16489
+
12752
16490
  .k-bg-inherit {
12753
16491
  background-color: inherit;
12754
16492
  }
@@ -13653,6 +17391,22 @@ hr.k-separator {
13653
17391
  border-style: double !important;
13654
17392
  }
13655
17393
 
17394
+ .k-border-inset {
17395
+ border-style: inset;
17396
+ }
17397
+
17398
+ .\!k-border-inset {
17399
+ border-style: inset !important;
17400
+ }
17401
+
17402
+ .k-border-outset {
17403
+ border-style: outset;
17404
+ }
17405
+
17406
+ .\!k-border-outset {
17407
+ border-style: outset !important;
17408
+ }
17409
+
13656
17410
  .k-border-hidden {
13657
17411
  border-style: hidden;
13658
17412
  }
@@ -13701,6 +17455,22 @@ hr.k-separator {
13701
17455
  border-top-style: double !important;
13702
17456
  }
13703
17457
 
17458
+ .k-border-t-inset {
17459
+ border-top-style: inset;
17460
+ }
17461
+
17462
+ .\!k-border-t-inset {
17463
+ border-top-style: inset !important;
17464
+ }
17465
+
17466
+ .k-border-t-outset {
17467
+ border-top-style: outset;
17468
+ }
17469
+
17470
+ .\!k-border-t-outset {
17471
+ border-top-style: outset !important;
17472
+ }
17473
+
13704
17474
  .k-border-t-hidden {
13705
17475
  border-top-style: hidden;
13706
17476
  }
@@ -13749,6 +17519,22 @@ hr.k-separator {
13749
17519
  border-right-style: double !important;
13750
17520
  }
13751
17521
 
17522
+ .k-border-r-inset {
17523
+ border-right-style: inset;
17524
+ }
17525
+
17526
+ .\!k-border-r-inset {
17527
+ border-right-style: inset !important;
17528
+ }
17529
+
17530
+ .k-border-r-outset {
17531
+ border-right-style: outset;
17532
+ }
17533
+
17534
+ .\!k-border-r-outset {
17535
+ border-right-style: outset !important;
17536
+ }
17537
+
13752
17538
  .k-border-r-hidden {
13753
17539
  border-right-style: hidden;
13754
17540
  }
@@ -13797,6 +17583,22 @@ hr.k-separator {
13797
17583
  border-bottom-style: double !important;
13798
17584
  }
13799
17585
 
17586
+ .k-border-b-inset {
17587
+ border-bottom-style: inset;
17588
+ }
17589
+
17590
+ .\!k-border-b-inset {
17591
+ border-bottom-style: inset !important;
17592
+ }
17593
+
17594
+ .k-border-b-outset {
17595
+ border-bottom-style: outset;
17596
+ }
17597
+
17598
+ .\!k-border-b-outset {
17599
+ border-bottom-style: outset !important;
17600
+ }
17601
+
13800
17602
  .k-border-b-hidden {
13801
17603
  border-bottom-style: hidden;
13802
17604
  }
@@ -13845,6 +17647,22 @@ hr.k-separator {
13845
17647
  border-left-style: double !important;
13846
17648
  }
13847
17649
 
17650
+ .k-border-l-inset {
17651
+ border-left-style: inset;
17652
+ }
17653
+
17654
+ .\!k-border-l-inset {
17655
+ border-left-style: inset !important;
17656
+ }
17657
+
17658
+ .k-border-l-outset {
17659
+ border-left-style: outset;
17660
+ }
17661
+
17662
+ .\!k-border-l-outset {
17663
+ border-left-style: outset !important;
17664
+ }
17665
+
13848
17666
  .k-border-l-hidden {
13849
17667
  border-left-style: hidden;
13850
17668
  }
@@ -13893,6 +17711,22 @@ hr.k-separator {
13893
17711
  border-inline-style: double !important;
13894
17712
  }
13895
17713
 
17714
+ .k-border-x-inset {
17715
+ border-inline-style: inset;
17716
+ }
17717
+
17718
+ .\!k-border-x-inset {
17719
+ border-inline-style: inset !important;
17720
+ }
17721
+
17722
+ .k-border-x-outset {
17723
+ border-inline-style: outset;
17724
+ }
17725
+
17726
+ .\!k-border-x-outset {
17727
+ border-inline-style: outset !important;
17728
+ }
17729
+
13896
17730
  .k-border-x-hidden {
13897
17731
  border-inline-style: hidden;
13898
17732
  }
@@ -13941,6 +17775,22 @@ hr.k-separator {
13941
17775
  border-block-style: double !important;
13942
17776
  }
13943
17777
 
17778
+ .k-border-y-inset {
17779
+ border-block-style: inset;
17780
+ }
17781
+
17782
+ .\!k-border-y-inset {
17783
+ border-block-style: inset !important;
17784
+ }
17785
+
17786
+ .k-border-y-outset {
17787
+ border-block-style: outset;
17788
+ }
17789
+
17790
+ .\!k-border-y-outset {
17791
+ border-block-style: outset !important;
17792
+ }
17793
+
13944
17794
  .k-border-y-hidden {
13945
17795
  border-block-style: hidden;
13946
17796
  }
@@ -14397,6 +18247,46 @@ hr.k-separator {
14397
18247
  border-left-width: 8px !important;
14398
18248
  }
14399
18249
 
18250
+ .k-outline-inherit {
18251
+ outline-color: inherit;
18252
+ }
18253
+
18254
+ .\!k-outline-inherit {
18255
+ outline-color: inherit !important;
18256
+ }
18257
+
18258
+ .k-outline-current {
18259
+ outline-color: currentColor;
18260
+ }
18261
+
18262
+ .\!k-outline-current {
18263
+ outline-color: currentColor !important;
18264
+ }
18265
+
18266
+ .k-outline-transparent {
18267
+ outline-color: transparent;
18268
+ }
18269
+
18270
+ .\!k-outline-transparent {
18271
+ outline-color: transparent !important;
18272
+ }
18273
+
18274
+ .k-outline-black {
18275
+ outline-color: black;
18276
+ }
18277
+
18278
+ .\!k-outline-black {
18279
+ outline-color: black !important;
18280
+ }
18281
+
18282
+ .k-outline-white {
18283
+ outline-color: white;
18284
+ }
18285
+
18286
+ .\!k-outline-white {
18287
+ outline-color: white !important;
18288
+ }
18289
+
14400
18290
  .k-outline-offset-0 {
14401
18291
  outline-offset: 0;
14402
18292
  }
@@ -14469,22 +18359,6 @@ hr.k-separator {
14469
18359
  outline-style: double !important;
14470
18360
  }
14471
18361
 
14472
- .k-outline-groove {
14473
- outline-style: groove;
14474
- }
14475
-
14476
- .\!k-outline-groove {
14477
- outline-style: groove !important;
14478
- }
14479
-
14480
- .k-outline-ridge {
14481
- outline-style: ridge;
14482
- }
14483
-
14484
- .\!k-outline-ridge {
14485
- outline-style: ridge !important;
14486
- }
14487
-
14488
18362
  .k-outline-inset {
14489
18363
  outline-style: inset;
14490
18364
  }
@@ -14549,6 +18423,152 @@ hr.k-separator {
14549
18423
  outline-width: 8px !important;
14550
18424
  }
14551
18425
 
18426
+ .k-opacity-0 {
18427
+ opacity: 0;
18428
+ }
18429
+
18430
+ .\!k-opacity-0 {
18431
+ opacity: 0 !important;
18432
+ }
18433
+
18434
+ .k-opacity-5 {
18435
+ opacity: 0.05;
18436
+ }
18437
+
18438
+ .\!k-opacity-5 {
18439
+ opacity: 0.05 !important;
18440
+ }
18441
+
18442
+ .k-opacity-10 {
18443
+ opacity: 0.1;
18444
+ }
18445
+
18446
+ .\!k-opacity-10 {
18447
+ opacity: 0.1 !important;
18448
+ }
18449
+
18450
+ .k-opacity-20 {
18451
+ opacity: 0.2;
18452
+ }
18453
+
18454
+ .\!k-opacity-20 {
18455
+ opacity: 0.2 !important;
18456
+ }
18457
+
18458
+ .k-opacity-30 {
18459
+ opacity: 0.3;
18460
+ }
18461
+
18462
+ .\!k-opacity-30 {
18463
+ opacity: 0.3 !important;
18464
+ }
18465
+
18466
+ .k-opacity-40 {
18467
+ opacity: 0.4;
18468
+ }
18469
+
18470
+ .\!k-opacity-40 {
18471
+ opacity: 0.4 !important;
18472
+ }
18473
+
18474
+ .k-opacity-50 {
18475
+ opacity: 0.5;
18476
+ }
18477
+
18478
+ .\!k-opacity-50 {
18479
+ opacity: 0.5 !important;
18480
+ }
18481
+
18482
+ .k-opacity-60 {
18483
+ opacity: 0.6;
18484
+ }
18485
+
18486
+ .\!k-opacity-60 {
18487
+ opacity: 0.6 !important;
18488
+ }
18489
+
18490
+ .k-opacity-70 {
18491
+ opacity: 0.7;
18492
+ }
18493
+
18494
+ .\!k-opacity-70 {
18495
+ opacity: 0.7 !important;
18496
+ }
18497
+
18498
+ .k-opacity-80 {
18499
+ opacity: 0.8;
18500
+ }
18501
+
18502
+ .\!k-opacity-80 {
18503
+ opacity: 0.8 !important;
18504
+ }
18505
+
18506
+ .k-opacity-90 {
18507
+ opacity: 0.9;
18508
+ }
18509
+
18510
+ .\!k-opacity-90 {
18511
+ opacity: 0.9 !important;
18512
+ }
18513
+
18514
+ .k-opacity-100 {
18515
+ opacity: 1;
18516
+ }
18517
+
18518
+ .\!k-opacity-100 {
18519
+ opacity: 1 !important;
18520
+ }
18521
+
18522
+ .k-backdrop-blur {
18523
+ -webkit-backdrop-filter: blur(8px);
18524
+ backdrop-filter: blur(8px);
18525
+ }
18526
+
18527
+ .\!k-backdrop-blur {
18528
+ -webkit-backdrop-filter: blur(8px) !important;
18529
+ backdrop-filter: blur(8px) !important;
18530
+ }
18531
+
18532
+ .k-backdrop-blur-none {
18533
+ -webkit-backdrop-filter: blur(0);
18534
+ backdrop-filter: blur(0);
18535
+ }
18536
+
18537
+ .\!k-backdrop-blur-none {
18538
+ -webkit-backdrop-filter: blur(0) !important;
18539
+ backdrop-filter: blur(0) !important;
18540
+ }
18541
+
18542
+ .k-backdrop-blur-sm {
18543
+ -webkit-backdrop-filter: blur(4px);
18544
+ backdrop-filter: blur(4px);
18545
+ }
18546
+
18547
+ .\!k-backdrop-blur-sm {
18548
+ -webkit-backdrop-filter: blur(4px) !important;
18549
+ backdrop-filter: blur(4px) !important;
18550
+ }
18551
+
18552
+ .k-backdrop-blur-md {
18553
+ -webkit-backdrop-filter: blur(6px);
18554
+ backdrop-filter: blur(6px);
18555
+ }
18556
+
18557
+ .\!k-backdrop-blur-md {
18558
+ -webkit-backdrop-filter: blur(6px) !important;
18559
+ backdrop-filter: blur(6px) !important;
18560
+ }
18561
+
18562
+ .k-backdrop-blur-lg {
18563
+ -webkit-backdrop-filter: blur(12px);
18564
+ backdrop-filter: blur(12px);
18565
+ }
18566
+
18567
+ .\!k-backdrop-blur-lg {
18568
+ -webkit-backdrop-filter: blur(12px) !important;
18569
+ backdrop-filter: blur(12px) !important;
18570
+ }
18571
+
14552
18572
  .k-border-collapse {
14553
18573
  border-collapse: collapse;
14554
18574
  }
@@ -20647,6 +24667,102 @@ hr.k-separator {
20647
24667
  will-change: transform !important;
20648
24668
  }
20649
24669
 
24670
+ .k-fill-none {
24671
+ fill: none;
24672
+ }
24673
+
24674
+ .\!k-fill-none {
24675
+ fill: none !important;
24676
+ }
24677
+
24678
+ .k-fill-inherit {
24679
+ fill: inherit;
24680
+ }
24681
+
24682
+ .\!k-fill-inherit {
24683
+ fill: inherit !important;
24684
+ }
24685
+
24686
+ .k-fill-current {
24687
+ fill: currentColor;
24688
+ }
24689
+
24690
+ .\!k-fill-current {
24691
+ fill: currentColor !important;
24692
+ }
24693
+
24694
+ .k-fill-transparent {
24695
+ fill: transparent;
24696
+ }
24697
+
24698
+ .\!k-fill-transparent {
24699
+ fill: transparent !important;
24700
+ }
24701
+
24702
+ .k-fill-black {
24703
+ fill: black;
24704
+ }
24705
+
24706
+ .\!k-fill-black {
24707
+ fill: black !important;
24708
+ }
24709
+
24710
+ .k-fill-white {
24711
+ fill: white;
24712
+ }
24713
+
24714
+ .\!k-fill-white {
24715
+ fill: white !important;
24716
+ }
24717
+
24718
+ .k-stroke-none {
24719
+ stroke: none;
24720
+ }
24721
+
24722
+ .\!k-stroke-none {
24723
+ stroke: none !important;
24724
+ }
24725
+
24726
+ .k-stroke-inherit {
24727
+ stroke: inherit;
24728
+ }
24729
+
24730
+ .\!k-stroke-inherit {
24731
+ stroke: inherit !important;
24732
+ }
24733
+
24734
+ .k-stroke-current {
24735
+ stroke: currentColor;
24736
+ }
24737
+
24738
+ .\!k-stroke-current {
24739
+ stroke: currentColor !important;
24740
+ }
24741
+
24742
+ .k-stroke-transparent {
24743
+ stroke: transparent;
24744
+ }
24745
+
24746
+ .\!k-stroke-transparent {
24747
+ stroke: transparent !important;
24748
+ }
24749
+
24750
+ .k-stroke-black {
24751
+ stroke: black;
24752
+ }
24753
+
24754
+ .\!k-stroke-black {
24755
+ stroke: black !important;
24756
+ }
24757
+
24758
+ .k-stroke-white {
24759
+ stroke: white;
24760
+ }
24761
+
24762
+ .\!k-stroke-white {
24763
+ stroke: white !important;
24764
+ }
24765
+
20650
24766
  .k-drag-clue {
20651
24767
  border-radius: var(--kendo-drag-clue-border-radius, var(--kendo-border-radius-md, 0));
20652
24768
  padding-inline: var(--kendo-drag-clue-padding-x, 0.75rem);
@@ -21097,6 +25213,96 @@ hr.k-separator {
21097
25213
  --kendo-invalid-shadow: none;
21098
25214
  }
21099
25215
 
25216
+ .k-text-primary,
25217
+ .k-color-primary {
25218
+ color: var(--kendo-text-primary, var(--kendo-primary-130, inherit));
25219
+ }
25220
+
25221
+ .\!k-text-primary,
25222
+ .\!k-color-primary {
25223
+ color: var(--kendo-text-primary, var(--kendo-primary-130, inherit)) !important;
25224
+ }
25225
+
25226
+ .k-bg-primary {
25227
+ background-color: var(--kendo-bg-primary, var(--kendo-primary-130, inherit));
25228
+ }
25229
+
25230
+ .\!k-bg-primary {
25231
+ background-color: var(--kendo-bg-primary, var(--kendo-primary-130, inherit)) !important;
25232
+ }
25233
+
25234
+ .k-text-info,
25235
+ .k-color-info {
25236
+ color: var(--kendo-text-info, var(--kendo-info-190, inherit));
25237
+ }
25238
+
25239
+ .\!k-text-info,
25240
+ .\!k-color-info {
25241
+ color: var(--kendo-text-info, var(--kendo-info-190, inherit)) !important;
25242
+ }
25243
+
25244
+ .k-bg-info {
25245
+ background-color: var(--kendo-bg-info, var(--kendo-info-190, inherit));
25246
+ }
25247
+
25248
+ .\!k-bg-info {
25249
+ background-color: var(--kendo-bg-info, var(--kendo-info-190, inherit)) !important;
25250
+ }
25251
+
25252
+ .k-text-success,
25253
+ .k-color-success {
25254
+ color: var(--kendo-text-success, var(--kendo-success-190, inherit));
25255
+ }
25256
+
25257
+ .\!k-text-success,
25258
+ .\!k-color-success {
25259
+ color: var(--kendo-text-success, var(--kendo-success-190, inherit)) !important;
25260
+ }
25261
+
25262
+ .k-bg-success {
25263
+ background-color: var(--kendo-bg-success, var(--kendo-success-190, inherit));
25264
+ }
25265
+
25266
+ .\!k-bg-success {
25267
+ background-color: var(--kendo-bg-success, var(--kendo-success-190, inherit)) !important;
25268
+ }
25269
+
25270
+ .k-text-warning,
25271
+ .k-color-warning {
25272
+ color: var(--kendo-text-warning, var(--kendo-neutral-160, inherit));
25273
+ }
25274
+
25275
+ .\!k-text-warning,
25276
+ .\!k-color-warning {
25277
+ color: var(--kendo-text-warning, var(--kendo-neutral-160, inherit)) !important;
25278
+ }
25279
+
25280
+ .k-bg-warning {
25281
+ background-color: var(--kendo-bg-warning, var(--kendo-neutral-160, inherit));
25282
+ }
25283
+
25284
+ .\!k-bg-warning {
25285
+ background-color: var(--kendo-bg-warning, var(--kendo-neutral-160, inherit)) !important;
25286
+ }
25287
+
25288
+ .k-text-error,
25289
+ .k-color-error {
25290
+ color: var(--kendo-text-error, var(--kendo-error-190, inherit));
25291
+ }
25292
+
25293
+ .\!k-text-error,
25294
+ .\!k-color-error {
25295
+ color: var(--kendo-text-error, var(--kendo-error-190, inherit)) !important;
25296
+ }
25297
+
25298
+ .k-bg-error {
25299
+ background-color: var(--kendo-bg-error, var(--kendo-error-190, inherit));
25300
+ }
25301
+
25302
+ .\!k-bg-error {
25303
+ background-color: var(--kendo-bg-error, var(--kendo-error-190, inherit)) !important;
25304
+ }
25305
+
21100
25306
  .k-body p {
21101
25307
  margin: var(--kendo-paragraph-margin, 0 0 var(--kendo-font-size, inherit));
21102
25308
  }
@@ -44479,7 +48685,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
44479
48685
  display: flex;
44480
48686
  flex-flow: column nowrap;
44481
48687
  position: relative;
44482
- z-index: 1;
44483
48688
  -webkit-touch-callout: none;
44484
48689
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
44485
48690
  }