@progress/kendo-theme-bootstrap 5.5.1-dev.2 → 5.6.1-dev.1

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
@@ -139,7 +139,7 @@ kendo-sortable {
139
139
 
140
140
  .k-block,
141
141
  .k-panel {
142
- border-radius: 0.25rem;
142
+ border-radius: 0.375rem;
143
143
  border-color: #dee2e6;
144
144
  color: #212529;
145
145
  background-color: #ffffff;
@@ -151,8 +151,8 @@ kendo-sortable {
151
151
 
152
152
  .k-block > .k-header,
153
153
  .k-panel > .k-header {
154
- border-top-left-radius: 0.25rem;
155
- border-top-right-radius: 0.25rem;
154
+ border-top-left-radius: 0.375rem;
155
+ border-top-right-radius: 0.375rem;
156
156
  border-color: #dee2e6;
157
157
  color: #212529;
158
158
  background-color: #f8f9fa;
@@ -907,13 +907,13 @@ kendo-sortable {
907
907
  }
908
908
 
909
909
  .k-drag-clue {
910
- border-radius: 0.25rem;
910
+ border-radius: 0.375rem;
911
911
  padding: 0.375rem 0.75rem;
912
912
  border-width: 1px;
913
913
  border-style: solid;
914
914
  box-sizing: border-box;
915
915
  font-size: 1rem;
916
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
916
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
917
917
  line-height: 1.5;
918
918
  display: inline-flex;
919
919
  flex-flow: row nowrap;
@@ -1296,7 +1296,7 @@ kendo-sortable {
1296
1296
  .k-body,
1297
1297
  .k-typography {
1298
1298
  font-size: 1rem;
1299
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1299
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1300
1300
  line-height: 1.5;
1301
1301
  font-weight: 400;
1302
1302
  margin: 0;
@@ -1351,7 +1351,7 @@ kendo-sortable {
1351
1351
 
1352
1352
  .k-paragraph {
1353
1353
  font-size: 1rem;
1354
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1354
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
1355
1355
  line-height: 1.5;
1356
1356
  font-weight: 400;
1357
1357
  margin: 0 0 1rem;
@@ -1558,11 +1558,11 @@ kendo-sortable {
1558
1558
  }
1559
1559
 
1560
1560
  .k-rounded {
1561
- border-radius: 0.25rem;
1561
+ border-radius: 0.375rem;
1562
1562
  }
1563
1563
 
1564
1564
  .\!k-rounded {
1565
- border-radius: 0.25rem !important;
1565
+ border-radius: 0.375rem !important;
1566
1566
  }
1567
1567
 
1568
1568
  .k-rounded-0 {
@@ -1574,27 +1574,27 @@ kendo-sortable {
1574
1574
  }
1575
1575
 
1576
1576
  .k-rounded-sm {
1577
- border-radius: 0.125rem;
1577
+ border-radius: 0.1875rem;
1578
1578
  }
1579
1579
 
1580
1580
  .\!k-rounded-sm {
1581
- border-radius: 0.125rem !important;
1581
+ border-radius: 0.1875rem !important;
1582
1582
  }
1583
1583
 
1584
1584
  .k-rounded-md {
1585
- border-radius: 0.25rem;
1585
+ border-radius: 0.375rem;
1586
1586
  }
1587
1587
 
1588
1588
  .\!k-rounded-md {
1589
- border-radius: 0.25rem !important;
1589
+ border-radius: 0.375rem !important;
1590
1590
  }
1591
1591
 
1592
1592
  .k-rounded-lg {
1593
- border-radius: 0.375rem;
1593
+ border-radius: 0.5625rem;
1594
1594
  }
1595
1595
 
1596
1596
  .\!k-rounded-lg {
1597
- border-radius: 0.375rem !important;
1597
+ border-radius: 0.5625rem !important;
1598
1598
  }
1599
1599
 
1600
1600
  .k-rounded-full {
@@ -1606,13 +1606,13 @@ kendo-sortable {
1606
1606
  }
1607
1607
 
1608
1608
  .k-rounded-top {
1609
- border-top-left-radius: 0.25rem;
1610
- border-top-right-radius: 0.25rem;
1609
+ border-top-left-radius: 0.375rem;
1610
+ border-top-right-radius: 0.375rem;
1611
1611
  }
1612
1612
 
1613
1613
  .\!k-rounded-top {
1614
- border-top-left-radius: 0.25rem !important;
1615
- border-top-right-radius: 0.25rem !important;
1614
+ border-top-left-radius: 0.375rem !important;
1615
+ border-top-right-radius: 0.375rem !important;
1616
1616
  }
1617
1617
 
1618
1618
  .k-rounded-top-0 {
@@ -1626,33 +1626,33 @@ kendo-sortable {
1626
1626
  }
1627
1627
 
1628
1628
  .k-rounded-top-sm {
1629
- border-top-left-radius: 0.125rem;
1630
- border-top-right-radius: 0.125rem;
1629
+ border-top-left-radius: 0.1875rem;
1630
+ border-top-right-radius: 0.1875rem;
1631
1631
  }
1632
1632
 
1633
1633
  .\!k-rounded-top-sm {
1634
- border-top-left-radius: 0.125rem !important;
1635
- border-top-right-radius: 0.125rem !important;
1634
+ border-top-left-radius: 0.1875rem !important;
1635
+ border-top-right-radius: 0.1875rem !important;
1636
1636
  }
1637
1637
 
1638
1638
  .k-rounded-top-md {
1639
- border-top-left-radius: 0.25rem;
1640
- border-top-right-radius: 0.25rem;
1639
+ border-top-left-radius: 0.375rem;
1640
+ border-top-right-radius: 0.375rem;
1641
1641
  }
1642
1642
 
1643
1643
  .\!k-rounded-top-md {
1644
- border-top-left-radius: 0.25rem !important;
1645
- border-top-right-radius: 0.25rem !important;
1644
+ border-top-left-radius: 0.375rem !important;
1645
+ border-top-right-radius: 0.375rem !important;
1646
1646
  }
1647
1647
 
1648
1648
  .k-rounded-top-lg {
1649
- border-top-left-radius: 0.375rem;
1650
- border-top-right-radius: 0.375rem;
1649
+ border-top-left-radius: 0.5625rem;
1650
+ border-top-right-radius: 0.5625rem;
1651
1651
  }
1652
1652
 
1653
1653
  .\!k-rounded-top-lg {
1654
- border-top-left-radius: 0.375rem !important;
1655
- border-top-right-radius: 0.375rem !important;
1654
+ border-top-left-radius: 0.5625rem !important;
1655
+ border-top-right-radius: 0.5625rem !important;
1656
1656
  }
1657
1657
 
1658
1658
  .k-rounded-top-full {
@@ -1666,13 +1666,13 @@ kendo-sortable {
1666
1666
  }
1667
1667
 
1668
1668
  .k-rounded-right {
1669
- border-top-right-radius: 0.25rem;
1670
- border-bottom-right-radius: 0.25rem;
1669
+ border-top-right-radius: 0.375rem;
1670
+ border-bottom-right-radius: 0.375rem;
1671
1671
  }
1672
1672
 
1673
1673
  .\!k-rounded-right {
1674
- border-top-right-radius: 0.25rem !important;
1675
- border-bottom-right-radius: 0.25rem !important;
1674
+ border-top-right-radius: 0.375rem !important;
1675
+ border-bottom-right-radius: 0.375rem !important;
1676
1676
  }
1677
1677
 
1678
1678
  .k-rounded-right-0 {
@@ -1686,33 +1686,33 @@ kendo-sortable {
1686
1686
  }
1687
1687
 
1688
1688
  .k-rounded-right-sm {
1689
- border-top-right-radius: 0.125rem;
1690
- border-bottom-right-radius: 0.125rem;
1689
+ border-top-right-radius: 0.1875rem;
1690
+ border-bottom-right-radius: 0.1875rem;
1691
1691
  }
1692
1692
 
1693
1693
  .\!k-rounded-right-sm {
1694
- border-top-right-radius: 0.125rem !important;
1695
- border-bottom-right-radius: 0.125rem !important;
1694
+ border-top-right-radius: 0.1875rem !important;
1695
+ border-bottom-right-radius: 0.1875rem !important;
1696
1696
  }
1697
1697
 
1698
1698
  .k-rounded-right-md {
1699
- border-top-right-radius: 0.25rem;
1700
- border-bottom-right-radius: 0.25rem;
1699
+ border-top-right-radius: 0.375rem;
1700
+ border-bottom-right-radius: 0.375rem;
1701
1701
  }
1702
1702
 
1703
1703
  .\!k-rounded-right-md {
1704
- border-top-right-radius: 0.25rem !important;
1705
- border-bottom-right-radius: 0.25rem !important;
1704
+ border-top-right-radius: 0.375rem !important;
1705
+ border-bottom-right-radius: 0.375rem !important;
1706
1706
  }
1707
1707
 
1708
1708
  .k-rounded-right-lg {
1709
- border-top-right-radius: 0.375rem;
1710
- border-bottom-right-radius: 0.375rem;
1709
+ border-top-right-radius: 0.5625rem;
1710
+ border-bottom-right-radius: 0.5625rem;
1711
1711
  }
1712
1712
 
1713
1713
  .\!k-rounded-right-lg {
1714
- border-top-right-radius: 0.375rem !important;
1715
- border-bottom-right-radius: 0.375rem !important;
1714
+ border-top-right-radius: 0.5625rem !important;
1715
+ border-bottom-right-radius: 0.5625rem !important;
1716
1716
  }
1717
1717
 
1718
1718
  .k-rounded-right-full {
@@ -1726,13 +1726,13 @@ kendo-sortable {
1726
1726
  }
1727
1727
 
1728
1728
  .k-rounded-bottom {
1729
- border-bottom-left-radius: 0.25rem;
1730
- border-bottom-right-radius: 0.25rem;
1729
+ border-bottom-left-radius: 0.375rem;
1730
+ border-bottom-right-radius: 0.375rem;
1731
1731
  }
1732
1732
 
1733
1733
  .\!k-rounded-bottom {
1734
- border-bottom-left-radius: 0.25rem !important;
1735
- border-bottom-right-radius: 0.25rem !important;
1734
+ border-bottom-left-radius: 0.375rem !important;
1735
+ border-bottom-right-radius: 0.375rem !important;
1736
1736
  }
1737
1737
 
1738
1738
  .k-rounded-bottom-0 {
@@ -1746,33 +1746,33 @@ kendo-sortable {
1746
1746
  }
1747
1747
 
1748
1748
  .k-rounded-bottom-sm {
1749
- border-bottom-left-radius: 0.125rem;
1750
- border-bottom-right-radius: 0.125rem;
1749
+ border-bottom-left-radius: 0.1875rem;
1750
+ border-bottom-right-radius: 0.1875rem;
1751
1751
  }
1752
1752
 
1753
1753
  .\!k-rounded-bottom-sm {
1754
- border-bottom-left-radius: 0.125rem !important;
1755
- border-bottom-right-radius: 0.125rem !important;
1754
+ border-bottom-left-radius: 0.1875rem !important;
1755
+ border-bottom-right-radius: 0.1875rem !important;
1756
1756
  }
1757
1757
 
1758
1758
  .k-rounded-bottom-md {
1759
- border-bottom-left-radius: 0.25rem;
1760
- border-bottom-right-radius: 0.25rem;
1759
+ border-bottom-left-radius: 0.375rem;
1760
+ border-bottom-right-radius: 0.375rem;
1761
1761
  }
1762
1762
 
1763
1763
  .\!k-rounded-bottom-md {
1764
- border-bottom-left-radius: 0.25rem !important;
1765
- border-bottom-right-radius: 0.25rem !important;
1764
+ border-bottom-left-radius: 0.375rem !important;
1765
+ border-bottom-right-radius: 0.375rem !important;
1766
1766
  }
1767
1767
 
1768
1768
  .k-rounded-bottom-lg {
1769
- border-bottom-left-radius: 0.375rem;
1770
- border-bottom-right-radius: 0.375rem;
1769
+ border-bottom-left-radius: 0.5625rem;
1770
+ border-bottom-right-radius: 0.5625rem;
1771
1771
  }
1772
1772
 
1773
1773
  .\!k-rounded-bottom-lg {
1774
- border-bottom-left-radius: 0.375rem !important;
1775
- border-bottom-right-radius: 0.375rem !important;
1774
+ border-bottom-left-radius: 0.5625rem !important;
1775
+ border-bottom-right-radius: 0.5625rem !important;
1776
1776
  }
1777
1777
 
1778
1778
  .k-rounded-bottom-full {
@@ -1786,13 +1786,13 @@ kendo-sortable {
1786
1786
  }
1787
1787
 
1788
1788
  .k-rounded-left {
1789
- border-bottom-left-radius: 0.25rem;
1790
- border-top-left-radius: 0.25rem;
1789
+ border-bottom-left-radius: 0.375rem;
1790
+ border-top-left-radius: 0.375rem;
1791
1791
  }
1792
1792
 
1793
1793
  .\!k-rounded-left {
1794
- border-bottom-left-radius: 0.25rem !important;
1795
- border-top-left-radius: 0.25rem !important;
1794
+ border-bottom-left-radius: 0.375rem !important;
1795
+ border-top-left-radius: 0.375rem !important;
1796
1796
  }
1797
1797
 
1798
1798
  .k-rounded-left-0 {
@@ -1806,33 +1806,33 @@ kendo-sortable {
1806
1806
  }
1807
1807
 
1808
1808
  .k-rounded-left-sm {
1809
- border-bottom-left-radius: 0.125rem;
1810
- border-top-left-radius: 0.125rem;
1809
+ border-bottom-left-radius: 0.1875rem;
1810
+ border-top-left-radius: 0.1875rem;
1811
1811
  }
1812
1812
 
1813
1813
  .\!k-rounded-left-sm {
1814
- border-bottom-left-radius: 0.125rem !important;
1815
- border-top-left-radius: 0.125rem !important;
1814
+ border-bottom-left-radius: 0.1875rem !important;
1815
+ border-top-left-radius: 0.1875rem !important;
1816
1816
  }
1817
1817
 
1818
1818
  .k-rounded-left-md {
1819
- border-bottom-left-radius: 0.25rem;
1820
- border-top-left-radius: 0.25rem;
1819
+ border-bottom-left-radius: 0.375rem;
1820
+ border-top-left-radius: 0.375rem;
1821
1821
  }
1822
1822
 
1823
1823
  .\!k-rounded-left-md {
1824
- border-bottom-left-radius: 0.25rem !important;
1825
- border-top-left-radius: 0.25rem !important;
1824
+ border-bottom-left-radius: 0.375rem !important;
1825
+ border-top-left-radius: 0.375rem !important;
1826
1826
  }
1827
1827
 
1828
1828
  .k-rounded-left-lg {
1829
- border-bottom-left-radius: 0.375rem;
1830
- border-top-left-radius: 0.375rem;
1829
+ border-bottom-left-radius: 0.5625rem;
1830
+ border-top-left-radius: 0.5625rem;
1831
1831
  }
1832
1832
 
1833
1833
  .\!k-rounded-left-lg {
1834
- border-bottom-left-radius: 0.375rem !important;
1835
- border-top-left-radius: 0.375rem !important;
1834
+ border-bottom-left-radius: 0.5625rem !important;
1835
+ border-top-left-radius: 0.5625rem !important;
1836
1836
  }
1837
1837
 
1838
1838
  .k-rounded-left-full {
@@ -1846,11 +1846,11 @@ kendo-sortable {
1846
1846
  }
1847
1847
 
1848
1848
  .k-rounded-top-left {
1849
- border-top-left-radius: 0.25rem;
1849
+ border-top-left-radius: 0.375rem;
1850
1850
  }
1851
1851
 
1852
1852
  .\!k-rounded-top-left {
1853
- border-top-left-radius: 0.25rem !important;
1853
+ border-top-left-radius: 0.375rem !important;
1854
1854
  }
1855
1855
 
1856
1856
  .k-rounded-top-left-0 {
@@ -1862,27 +1862,27 @@ kendo-sortable {
1862
1862
  }
1863
1863
 
1864
1864
  .k-rounded-top-left-sm {
1865
- border-top-left-radius: 0.125rem;
1865
+ border-top-left-radius: 0.1875rem;
1866
1866
  }
1867
1867
 
1868
1868
  .\!k-rounded-top-left-sm {
1869
- border-top-left-radius: 0.125rem !important;
1869
+ border-top-left-radius: 0.1875rem !important;
1870
1870
  }
1871
1871
 
1872
1872
  .k-rounded-top-left-md {
1873
- border-top-left-radius: 0.25rem;
1873
+ border-top-left-radius: 0.375rem;
1874
1874
  }
1875
1875
 
1876
1876
  .\!k-rounded-top-left-md {
1877
- border-top-left-radius: 0.25rem !important;
1877
+ border-top-left-radius: 0.375rem !important;
1878
1878
  }
1879
1879
 
1880
1880
  .k-rounded-top-left-lg {
1881
- border-top-left-radius: 0.375rem;
1881
+ border-top-left-radius: 0.5625rem;
1882
1882
  }
1883
1883
 
1884
1884
  .\!k-rounded-top-left-lg {
1885
- border-top-left-radius: 0.375rem !important;
1885
+ border-top-left-radius: 0.5625rem !important;
1886
1886
  }
1887
1887
 
1888
1888
  .k-rounded-top-left-full {
@@ -1894,11 +1894,11 @@ kendo-sortable {
1894
1894
  }
1895
1895
 
1896
1896
  .k-rounded-top-right {
1897
- border-top-right-radius: 0.25rem;
1897
+ border-top-right-radius: 0.375rem;
1898
1898
  }
1899
1899
 
1900
1900
  .\!k-rounded-top-right {
1901
- border-top-right-radius: 0.25rem !important;
1901
+ border-top-right-radius: 0.375rem !important;
1902
1902
  }
1903
1903
 
1904
1904
  .k-rounded-top-right-0 {
@@ -1910,27 +1910,27 @@ kendo-sortable {
1910
1910
  }
1911
1911
 
1912
1912
  .k-rounded-top-right-sm {
1913
- border-top-right-radius: 0.125rem;
1913
+ border-top-right-radius: 0.1875rem;
1914
1914
  }
1915
1915
 
1916
1916
  .\!k-rounded-top-right-sm {
1917
- border-top-right-radius: 0.125rem !important;
1917
+ border-top-right-radius: 0.1875rem !important;
1918
1918
  }
1919
1919
 
1920
1920
  .k-rounded-top-right-md {
1921
- border-top-right-radius: 0.25rem;
1921
+ border-top-right-radius: 0.375rem;
1922
1922
  }
1923
1923
 
1924
1924
  .\!k-rounded-top-right-md {
1925
- border-top-right-radius: 0.25rem !important;
1925
+ border-top-right-radius: 0.375rem !important;
1926
1926
  }
1927
1927
 
1928
1928
  .k-rounded-top-right-lg {
1929
- border-top-right-radius: 0.375rem;
1929
+ border-top-right-radius: 0.5625rem;
1930
1930
  }
1931
1931
 
1932
1932
  .\!k-rounded-top-right-lg {
1933
- border-top-right-radius: 0.375rem !important;
1933
+ border-top-right-radius: 0.5625rem !important;
1934
1934
  }
1935
1935
 
1936
1936
  .k-rounded-top-right-full {
@@ -1942,11 +1942,11 @@ kendo-sortable {
1942
1942
  }
1943
1943
 
1944
1944
  .k-rounded-bottom-left {
1945
- border-bottom-left-radius: 0.25rem;
1945
+ border-bottom-left-radius: 0.375rem;
1946
1946
  }
1947
1947
 
1948
1948
  .\!k-rounded-bottom-left {
1949
- border-bottom-left-radius: 0.25rem !important;
1949
+ border-bottom-left-radius: 0.375rem !important;
1950
1950
  }
1951
1951
 
1952
1952
  .k-rounded-bottom-left-0 {
@@ -1958,27 +1958,27 @@ kendo-sortable {
1958
1958
  }
1959
1959
 
1960
1960
  .k-rounded-bottom-left-sm {
1961
- border-bottom-left-radius: 0.125rem;
1961
+ border-bottom-left-radius: 0.1875rem;
1962
1962
  }
1963
1963
 
1964
1964
  .\!k-rounded-bottom-left-sm {
1965
- border-bottom-left-radius: 0.125rem !important;
1965
+ border-bottom-left-radius: 0.1875rem !important;
1966
1966
  }
1967
1967
 
1968
1968
  .k-rounded-bottom-left-md {
1969
- border-bottom-left-radius: 0.25rem;
1969
+ border-bottom-left-radius: 0.375rem;
1970
1970
  }
1971
1971
 
1972
1972
  .\!k-rounded-bottom-left-md {
1973
- border-bottom-left-radius: 0.25rem !important;
1973
+ border-bottom-left-radius: 0.375rem !important;
1974
1974
  }
1975
1975
 
1976
1976
  .k-rounded-bottom-left-lg {
1977
- border-bottom-left-radius: 0.375rem;
1977
+ border-bottom-left-radius: 0.5625rem;
1978
1978
  }
1979
1979
 
1980
1980
  .\!k-rounded-bottom-left-lg {
1981
- border-bottom-left-radius: 0.375rem !important;
1981
+ border-bottom-left-radius: 0.5625rem !important;
1982
1982
  }
1983
1983
 
1984
1984
  .k-rounded-bottom-left-full {
@@ -1990,11 +1990,11 @@ kendo-sortable {
1990
1990
  }
1991
1991
 
1992
1992
  .k-rounded-bottom-right {
1993
- border-bottom-right-radius: 0.25rem;
1993
+ border-bottom-right-radius: 0.375rem;
1994
1994
  }
1995
1995
 
1996
1996
  .\!k-rounded-bottom-right {
1997
- border-bottom-right-radius: 0.25rem !important;
1997
+ border-bottom-right-radius: 0.375rem !important;
1998
1998
  }
1999
1999
 
2000
2000
  .k-rounded-bottom-right-0 {
@@ -2006,27 +2006,27 @@ kendo-sortable {
2006
2006
  }
2007
2007
 
2008
2008
  .k-rounded-bottom-right-sm {
2009
- border-bottom-right-radius: 0.125rem;
2009
+ border-bottom-right-radius: 0.1875rem;
2010
2010
  }
2011
2011
 
2012
2012
  .\!k-rounded-bottom-right-sm {
2013
- border-bottom-right-radius: 0.125rem !important;
2013
+ border-bottom-right-radius: 0.1875rem !important;
2014
2014
  }
2015
2015
 
2016
2016
  .k-rounded-bottom-right-md {
2017
- border-bottom-right-radius: 0.25rem;
2017
+ border-bottom-right-radius: 0.375rem;
2018
2018
  }
2019
2019
 
2020
2020
  .\!k-rounded-bottom-right-md {
2021
- border-bottom-right-radius: 0.25rem !important;
2021
+ border-bottom-right-radius: 0.375rem !important;
2022
2022
  }
2023
2023
 
2024
2024
  .k-rounded-bottom-right-lg {
2025
- border-bottom-right-radius: 0.375rem;
2025
+ border-bottom-right-radius: 0.5625rem;
2026
2026
  }
2027
2027
 
2028
2028
  .\!k-rounded-bottom-right-lg {
2029
- border-bottom-right-radius: 0.375rem !important;
2029
+ border-bottom-right-radius: 0.5625rem !important;
2030
2030
  }
2031
2031
 
2032
2032
  .k-rounded-bottom-right-full {
@@ -11664,7 +11664,7 @@ kendo-sortable {
11664
11664
  }
11665
11665
 
11666
11666
  .k-popup {
11667
- border-radius: 0.25rem;
11667
+ border-radius: 0.375rem;
11668
11668
  margin: 0;
11669
11669
  padding: 0;
11670
11670
  border-width: 1px;
@@ -11682,7 +11682,7 @@ kendo-sortable {
11682
11682
  }
11683
11683
 
11684
11684
  .k-animation-container {
11685
- border-radius: 0 0 0.25rem 0.25rem;
11685
+ border-radius: 0 0 0.375rem 0.375rem;
11686
11686
  }
11687
11687
 
11688
11688
  .k-animation-container-shown {
@@ -11724,7 +11724,7 @@ kendo-sortable {
11724
11724
  }
11725
11725
 
11726
11726
  .k-animation-container {
11727
- border-radius: 0 0 0.25rem 0.25rem;
11727
+ border-radius: 0 0 0.375rem 0.375rem;
11728
11728
  }
11729
11729
 
11730
11730
  .k-ripple-target {
@@ -11858,15 +11858,15 @@ a.k-badge:hover,
11858
11858
  }
11859
11859
 
11860
11860
  .k-badge-rounded.k-badge-sm {
11861
- border-radius: 0.125rem;
11861
+ border-radius: 0.1875rem;
11862
11862
  }
11863
11863
 
11864
11864
  .k-badge-rounded.k-badge-md {
11865
- border-radius: 0.25rem;
11865
+ border-radius: 0.375rem;
11866
11866
  }
11867
11867
 
11868
11868
  .k-badge-rounded.k-badge-lg {
11869
- border-radius: 0.375rem;
11869
+ border-radius: 0.5625rem;
11870
11870
  }
11871
11871
 
11872
11872
  .k-badge-pill {
@@ -12133,7 +12133,7 @@ kendo-badge-container {
12133
12133
  border-style: solid;
12134
12134
  color: inherit;
12135
12135
  background: none;
12136
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
12136
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
12137
12137
  text-align: center;
12138
12138
  text-decoration: none;
12139
12139
  white-space: nowrap;
@@ -13373,7 +13373,7 @@ kendo-badge-container {
13373
13373
  border-width: 1px;
13374
13374
  border-style: solid;
13375
13375
  outline: 0;
13376
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
13376
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
13377
13377
  font-size: 1rem;
13378
13378
  line-height: 1.5;
13379
13379
  font-weight: normal;
@@ -14661,7 +14661,7 @@ textarea.k-input-inner {
14661
14661
  .k-avatar-text,
14662
14662
  .k-avatar-initials {
14663
14663
  font-size: 1rem;
14664
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
14664
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
14665
14665
  line-height: 1.5;
14666
14666
  }
14667
14667
 
@@ -14817,7 +14817,7 @@ textarea.k-input-inner {
14817
14817
  border-width: 1px;
14818
14818
  border-style: solid;
14819
14819
  outline: 0;
14820
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
14820
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
14821
14821
  font-size: 1rem;
14822
14822
  line-height: 1.25;
14823
14823
  display: inline-flex;
@@ -15186,7 +15186,7 @@ textarea.k-input-inner {
15186
15186
  width: 100%;
15187
15187
  height: 100%;
15188
15188
  border-width: 1px;
15189
- border-radius: 0.25rem;
15189
+ border-radius: 0.375rem;
15190
15190
  box-sizing: border-box;
15191
15191
  border-style: solid;
15192
15192
  display: inline-flex;
@@ -15592,7 +15592,7 @@ textarea.k-input-inner {
15592
15592
  .k-loader-container-panel {
15593
15593
  border-width: 1px;
15594
15594
  border-style: solid;
15595
- border-radius: 0.25rem;
15595
+ border-radius: 0.375rem;
15596
15596
  }
15597
15597
 
15598
15598
  .k-loader-container-sm .k-loader-container-inner {
@@ -15685,7 +15685,7 @@ textarea.k-input-inner {
15685
15685
  }
15686
15686
 
15687
15687
  .k-skeleton-text {
15688
- border-radius: 0.25rem;
15688
+ border-radius: 0.375rem;
15689
15689
  transform: scale(1, 0.6);
15690
15690
  }
15691
15691
 
@@ -15758,7 +15758,7 @@ textarea.k-input-inner {
15758
15758
  border-style: solid;
15759
15759
  box-sizing: border-box;
15760
15760
  outline: 0;
15761
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
15761
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
15762
15762
  font-size: 1rem;
15763
15763
  line-height: 1.5;
15764
15764
  display: flex;
@@ -16098,7 +16098,7 @@ textarea.k-input-inner {
16098
16098
  }
16099
16099
 
16100
16100
  .k-context-menu-popup .k-context-menu {
16101
- border-radius: 0.25rem;
16101
+ border-radius: 0.375rem;
16102
16102
  }
16103
16103
 
16104
16104
  .k-context-menu-popup .k-header {
@@ -16178,7 +16178,7 @@ textarea.k-input-inner {
16178
16178
  border-style: solid;
16179
16179
  box-sizing: border-box;
16180
16180
  outline: 0;
16181
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
16181
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
16182
16182
  font-size: 1rem;
16183
16183
  line-height: 1.5;
16184
16184
  list-style: none;
@@ -16895,7 +16895,7 @@ kendo-label > .k-label {
16895
16895
  }
16896
16896
 
16897
16897
  .k-tooltip {
16898
- border-radius: 0.25rem;
16898
+ border-radius: 0.375rem;
16899
16899
  margin: 0;
16900
16900
  padding: 0.25rem 0.5rem;
16901
16901
  border-width: 0px;
@@ -16903,7 +16903,7 @@ kendo-label > .k-label {
16903
16903
  box-sizing: border-box;
16904
16904
  background-repeat: repeat-x;
16905
16905
  outline: 0;
16906
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
16906
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
16907
16907
  font-size: 0.875rem;
16908
16908
  line-height: 1.5;
16909
16909
  display: flex;
@@ -17132,7 +17132,7 @@ kendo-label > .k-label {
17132
17132
  height: 200px;
17133
17133
  border-width: 0;
17134
17134
  outline: 0;
17135
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
17135
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
17136
17136
  font-size: 1rem;
17137
17137
  line-height: 1.5;
17138
17138
  vertical-align: top;
@@ -17249,13 +17249,13 @@ kendo-label > .k-label {
17249
17249
  }
17250
17250
 
17251
17251
  .k-progressbar {
17252
- border-radius: 0.25rem;
17252
+ border-radius: 0.375rem;
17253
17253
  --kendo-progressbar-progress: 0;
17254
17254
  border-width: 0px;
17255
17255
  border-style: solid;
17256
17256
  box-sizing: border-box;
17257
17257
  outline: 0;
17258
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
17258
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
17259
17259
  font-size: 0.75rem;
17260
17260
  line-height: 1;
17261
17261
  display: inline-grid;
@@ -17800,7 +17800,7 @@ kendo-label > .k-label {
17800
17800
  border: 0;
17801
17801
  box-sizing: border-box;
17802
17802
  outline: 0;
17803
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
17803
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
17804
17804
  font-size: 1rem;
17805
17805
  line-height: 1.5;
17806
17806
  background: none;
@@ -18327,7 +18327,7 @@ kendo-label > .k-label {
18327
18327
 
18328
18328
  .k-slider .k-slider-track,
18329
18329
  .k-slider .k-slider-selection {
18330
- border-radius: 0.25rem;
18330
+ border-radius: 0.375rem;
18331
18331
  }
18332
18332
 
18333
18333
  .k-slider .k-slider-track {
@@ -18380,7 +18380,7 @@ kendo-label > .k-label {
18380
18380
  border-style: solid;
18381
18381
  box-sizing: border-box;
18382
18382
  outline: 0;
18383
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
18383
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
18384
18384
  font-size: 1rem;
18385
18385
  line-height: 1.5;
18386
18386
  position: relative;
@@ -18443,14 +18443,14 @@ kendo-label > .k-label {
18443
18443
  }
18444
18444
 
18445
18445
  .k-calendar-td {
18446
- border-radius: 0.25rem;
18446
+ border-radius: 0.375rem;
18447
18447
  inline-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
18448
18448
  block-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
18449
18449
  border-color: transparent;
18450
18450
  }
18451
18451
 
18452
18452
  .k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
18453
- border-radius: 0.25rem;
18453
+ border-radius: 0.375rem;
18454
18454
  padding: 0.5rem 0.5rem;
18455
18455
  padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.5rem);
18456
18456
  padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.5rem);
@@ -18494,7 +18494,8 @@ kendo-label > .k-label {
18494
18494
  }
18495
18495
 
18496
18496
  .k-calendar-header .k-today,
18497
- .k-calendar-header .k-nav-today {
18497
+ .k-calendar-header .k-nav-today,
18498
+ .k-calendar-header .k-calendar-nav-today {
18498
18499
  text-decoration: none;
18499
18500
  cursor: pointer;
18500
18501
  outline: none;
@@ -18843,10 +18844,14 @@ kendo-label > .k-label {
18843
18844
  .k-rtl .k-calendar .k-nav-next,
18844
18845
  .k-rtl .k-calendar .k-prev-view,
18845
18846
  .k-rtl .k-calendar .k-next-view,
18847
+ .k-rtl .k-calendar .k-calendar-nav-prev,
18848
+ .k-rtl .k-calendar .k-calendar-nav-next,
18846
18849
  .k-calendar[dir="rtl"] .k-nav-prev,
18847
18850
  .k-calendar[dir="rtl"] .k-nav-next,
18848
18851
  .k-calendar[dir="rtl"] .k-prev-view,
18849
- .k-calendar[dir="rtl"] .k-next-view {
18852
+ .k-calendar[dir="rtl"] .k-next-view,
18853
+ .k-calendar[dir="rtl"] .k-calendar-nav-prev,
18854
+ .k-calendar[dir="rtl"] .k-calendar-nav-next {
18850
18855
  transform: scaleX(-1);
18851
18856
  }
18852
18857
 
@@ -18892,11 +18897,18 @@ kendo-label > .k-label {
18892
18897
  box-shadow: none;
18893
18898
  }
18894
18899
 
18895
- .k-calendar .k-nav-today {
18900
+ .k-calendar .k-nav-today,
18901
+ .k-calendar .k-calendar-nav-today {
18896
18902
  color: #0d6efd;
18897
18903
  }
18898
18904
 
18899
- .k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus {
18905
+ .k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus,
18906
+ .k-calendar .k-calendar-nav-today:hover,
18907
+ .k-calendar .k-calendar-nav-today.k-hover,
18908
+ .k-calendar .k-calendar-nav-today.k-state-hover,
18909
+ .k-calendar .k-calendar-nav-today:focus,
18910
+ .k-calendar .k-calendar-nav-today.k-focus,
18911
+ .k-calendar .k-calendar-nav-today.k-state-focus {
18900
18912
  color: #0a58ca;
18901
18913
  }
18902
18914
 
@@ -19068,7 +19080,7 @@ kendo-label > .k-label {
19068
19080
  border-style: solid;
19069
19081
  box-sizing: border-box;
19070
19082
  outline: 0;
19071
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19083
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19072
19084
  font-size: 1rem;
19073
19085
  line-height: 1.5;
19074
19086
  position: relative;
@@ -19366,7 +19378,7 @@ kendo-label > .k-label {
19366
19378
  width: 335px;
19367
19379
  box-sizing: border-box;
19368
19380
  font-size: 1rem;
19369
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19381
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19370
19382
  line-height: 1.5;
19371
19383
  display: flex;
19372
19384
  flex-flow: column nowrap;
@@ -19427,7 +19439,7 @@ kendo-label > .k-label {
19427
19439
  box-sizing: border-box;
19428
19440
  outline: 0;
19429
19441
  font-size: 1rem;
19430
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19442
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19431
19443
  line-height: 0;
19432
19444
  display: inline-flex;
19433
19445
  position: relative;
@@ -19480,7 +19492,7 @@ kendo-label > .k-label {
19480
19492
  }
19481
19493
 
19482
19494
  .k-colorgradient {
19483
- border-radius: 0.25rem;
19495
+ border-radius: 0.375rem;
19484
19496
  width: 328px;
19485
19497
  padding: 1rem 1rem;
19486
19498
  border-style: solid;
@@ -19488,7 +19500,7 @@ kendo-label > .k-label {
19488
19500
  box-sizing: border-box;
19489
19501
  outline: 0;
19490
19502
  font-size: 1rem;
19491
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19503
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19492
19504
  line-height: 1.5;
19493
19505
  display: flex;
19494
19506
  flex-direction: column;
@@ -19509,7 +19521,7 @@ kendo-label > .k-label {
19509
19521
  }
19510
19522
 
19511
19523
  .k-colorgradient-canvas .k-hsv-rectangle {
19512
- border-radius: 0.25rem;
19524
+ border-radius: 0.375rem;
19513
19525
  position: relative;
19514
19526
  flex: 1 1 auto;
19515
19527
  user-select: none;
@@ -19517,7 +19529,7 @@ kendo-label > .k-label {
19517
19529
  }
19518
19530
 
19519
19531
  .k-colorgradient-canvas .k-hsv-gradient {
19520
- border-radius: 0.25rem;
19532
+ border-radius: 0.375rem;
19521
19533
  height: 180px;
19522
19534
  }
19523
19535
 
@@ -19714,14 +19726,14 @@ kendo-label > .k-label {
19714
19726
  }
19715
19727
 
19716
19728
  .k-coloreditor {
19717
- border-radius: 0.25rem;
19729
+ border-radius: 0.375rem;
19718
19730
  min-width: 328px;
19719
19731
  border-width: 1px;
19720
19732
  border-style: solid;
19721
19733
  box-sizing: border-box;
19722
19734
  outline: 0;
19723
19735
  font-size: 1rem;
19724
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19736
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19725
19737
  line-height: 1.5;
19726
19738
  display: inline-flex;
19727
19739
  flex-direction: column;
@@ -19899,7 +19911,7 @@ kendo-label > .k-label {
19899
19911
  background: none;
19900
19912
  box-sizing: border-box;
19901
19913
  outline: 0;
19902
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19914
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
19903
19915
  font-size: 1rem;
19904
19916
  line-height: 1.5;
19905
19917
  display: block;
@@ -20124,7 +20136,7 @@ kendo-label > .k-label {
20124
20136
  box-sizing: border-box;
20125
20137
  outline: 0;
20126
20138
  background: none;
20127
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
20139
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
20128
20140
  font-size: 1rem;
20129
20141
  line-height: 1.5;
20130
20142
  display: inline-flex;
@@ -20512,7 +20524,7 @@ kendo-label > .k-label {
20512
20524
  border-style: solid;
20513
20525
  box-sizing: border-box;
20514
20526
  font-size: 1rem;
20515
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
20527
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
20516
20528
  line-height: 1.5;
20517
20529
  flex: 1 1 auto;
20518
20530
  display: flex;
@@ -20562,7 +20574,7 @@ kendo-label > .k-label {
20562
20574
  border-style: solid;
20563
20575
  box-sizing: border-box;
20564
20576
  outline: 0;
20565
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
20577
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
20566
20578
  font-size: 1rem;
20567
20579
  line-height: 1.5;
20568
20580
  position: relative;
@@ -21083,7 +21095,7 @@ kendo-label > .k-label {
21083
21095
  border-style: solid;
21084
21096
  box-sizing: border-box;
21085
21097
  outline: 0;
21086
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21098
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21087
21099
  font-size: 1rem;
21088
21100
  line-height: 1.5;
21089
21101
  list-style: none;
@@ -21237,7 +21249,7 @@ kendo-label > .k-label {
21237
21249
  background-color: transparent;
21238
21250
  font-size: 1rem;
21239
21251
  line-height: 1.5;
21240
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21252
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21241
21253
  text-align: center;
21242
21254
  white-space: nowrap;
21243
21255
  display: inline-flex;
@@ -21843,7 +21855,7 @@ kendo-label > .k-label {
21843
21855
  border-color: transparent;
21844
21856
  box-sizing: border-box;
21845
21857
  font-size: 1rem;
21846
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21858
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
21847
21859
  line-height: 1.5;
21848
21860
  overflow-x: hidden;
21849
21861
  overflow-y: auto;
@@ -22028,13 +22040,13 @@ kendo-label > .k-label {
22028
22040
  }
22029
22041
 
22030
22042
  .k-window {
22031
- border-radius: 0.25rem;
22043
+ border-radius: 0.375rem;
22032
22044
  padding: 0;
22033
22045
  border-width: 1px;
22034
22046
  border-style: solid;
22035
22047
  box-sizing: border-box;
22036
22048
  outline: 0;
22037
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
22049
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
22038
22050
  font-size: 1rem;
22039
22051
  line-height: 1.5;
22040
22052
  display: inline-flex;
@@ -22064,8 +22076,8 @@ kendo-label > .k-label {
22064
22076
  }
22065
22077
 
22066
22078
  .k-window-titlebar {
22067
- border-top-left-radius: 0.25rem;
22068
- border-top-right-radius: 0.25rem;
22079
+ border-top-left-radius: 0.375rem;
22080
+ border-top-right-radius: 0.375rem;
22069
22081
  padding: 1rem 1rem;
22070
22082
  border-width: 0 0 1px;
22071
22083
  border-style: solid;
@@ -22157,8 +22169,8 @@ kendo-label > .k-label {
22157
22169
 
22158
22170
  .k-window-buttons,
22159
22171
  .k-window-buttongroup {
22160
- border-bottom-right-radius: 0.25rem;
22161
- border-bottom-left-radius: 0.25rem;
22172
+ border-bottom-right-radius: 0.375rem;
22173
+ border-bottom-left-radius: 0.375rem;
22162
22174
  padding: 0.5rem 0.5rem;
22163
22175
  border-width: 1px 0 0;
22164
22176
  border-style: solid;
@@ -22234,13 +22246,9 @@ kendo-label > .k-label {
22234
22246
  width: 100%;
22235
22247
  }
22236
22248
 
22237
- .k-dialog-close {
22238
- align-self: flex-end;
22239
- }
22240
-
22241
22249
  .k-dialog-buttongroup {
22242
- border-bottom-right-radius: 0.25rem;
22243
- border-bottom-left-radius: 0.25rem;
22250
+ border-bottom-right-radius: 0.375rem;
22251
+ border-bottom-left-radius: 0.375rem;
22244
22252
  padding: 0.5rem 0.5rem;
22245
22253
  border-width: 1px 0 0;
22246
22254
  border-style: solid;
@@ -22285,7 +22293,7 @@ kendo-drawer .k-drawer-wrapper {
22285
22293
  border-style: solid;
22286
22294
  box-sizing: border-box;
22287
22295
  outline: 0;
22288
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
22296
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
22289
22297
  font-size: 1rem;
22290
22298
  line-height: 1.5;
22291
22299
  display: flex;
@@ -22598,13 +22606,13 @@ kendo-drawer .k-drawer-wrapper {
22598
22606
  }
22599
22607
 
22600
22608
  .k-notification {
22601
- border-radius: 0.25rem;
22609
+ border-radius: 0.375rem;
22602
22610
  padding: 1rem 1rem;
22603
22611
  border-width: 1px;
22604
22612
  border-style: solid;
22605
22613
  box-sizing: border-box;
22606
22614
  outline: 0;
22607
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
22615
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
22608
22616
  font-size: 0.875rem;
22609
22617
  line-height: 1.5;
22610
22618
  cursor: default;
@@ -22737,12 +22745,12 @@ kendo-card-footer {
22737
22745
  }
22738
22746
 
22739
22747
  .k-card {
22740
- border-radius: 0.25rem;
22748
+ border-radius: 0.375rem;
22741
22749
  border-width: 1px;
22742
22750
  border-style: solid;
22743
22751
  box-sizing: border-box;
22744
22752
  outline: 0;
22745
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
22753
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
22746
22754
  font-size: 1rem;
22747
22755
  line-height: 1.5;
22748
22756
  display: flex;
@@ -22760,7 +22768,7 @@ kendo-card-footer {
22760
22768
  }
22761
22769
 
22762
22770
  .k-card > .k-card-inner {
22763
- border-radius: calc(0.25rem - 1px);
22771
+ border-radius: calc(0.375rem - 1px);
22764
22772
  display: flex;
22765
22773
  flex-direction: inherit;
22766
22774
  overflow: hidden;
@@ -23006,17 +23014,17 @@ kendo-card-footer {
23006
23014
  }
23007
23015
 
23008
23016
  .k-card-group .k-card.k-first {
23009
- border-top-left-radius: 0.25rem;
23010
- border-bottom-left-radius: 0.25rem;
23017
+ border-top-left-radius: 0.375rem;
23018
+ border-bottom-left-radius: 0.375rem;
23011
23019
  }
23012
23020
 
23013
23021
  .k-card-group .k-card.k-last {
23014
- border-top-right-radius: 0.25rem;
23015
- border-bottom-right-radius: 0.25rem;
23022
+ border-top-right-radius: 0.375rem;
23023
+ border-bottom-right-radius: 0.375rem;
23016
23024
  }
23017
23025
 
23018
23026
  .k-card-group .k-card.k-only {
23019
- border-radius: 0.25rem;
23027
+ border-radius: 0.375rem;
23020
23028
  }
23021
23029
 
23022
23030
  .k-card-with-callout {
@@ -23238,14 +23246,14 @@ kendo-card-footer {
23238
23246
  }
23239
23247
 
23240
23248
  .k-popover {
23241
- border-radius: 0.3rem;
23249
+ border-radius: 0.5rem;
23242
23250
  padding: 0;
23243
23251
  border-width: 1px;
23244
23252
  border-style: solid;
23245
23253
  box-sizing: border-box;
23246
23254
  outline: 0;
23247
23255
  font-size: 1rem;
23248
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
23256
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
23249
23257
  line-height: 1.5;
23250
23258
  display: flex;
23251
23259
  flex-flow: column nowrap;
@@ -23261,8 +23269,8 @@ kendo-card-footer {
23261
23269
  }
23262
23270
 
23263
23271
  .k-popover-header {
23264
- border-top-left-radius: 0.3rem;
23265
- border-top-right-radius: 0.3rem;
23272
+ border-top-left-radius: 0.5rem;
23273
+ border-top-right-radius: 0.5rem;
23266
23274
  padding: 1rem 1rem;
23267
23275
  border-width: 0 0 1px;
23268
23276
  border-style: solid;
@@ -23379,7 +23387,7 @@ kendo-card-footer {
23379
23387
  box-sizing: border-box;
23380
23388
  font-size: 1rem;
23381
23389
  line-height: normal;
23382
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
23390
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
23383
23391
  letter-spacing: 0.2px;
23384
23392
  display: flex;
23385
23393
  flex-flow: row nowrap;
@@ -23729,7 +23737,7 @@ kendo-card-footer {
23729
23737
  border-style: solid;
23730
23738
  box-sizing: border-box;
23731
23739
  outline: 0;
23732
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
23740
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
23733
23741
  font-size: 1rem;
23734
23742
  line-height: 1.5;
23735
23743
  display: flex;
@@ -23777,7 +23785,7 @@ kendo-card-footer {
23777
23785
 
23778
23786
  .k-breadcrumb-link,
23779
23787
  .k-breadcrumb-root-link {
23780
- border-radius: 0.25rem;
23788
+ border-radius: 0.375rem;
23781
23789
  padding: 0.5rem 0.75rem;
23782
23790
  color: inherit;
23783
23791
  text-decoration: none;
@@ -23883,13 +23891,14 @@ kendo-card-footer {
23883
23891
  filter: none;
23884
23892
  }
23885
23893
 
23886
- .k-pager-wrap {
23894
+ .k-pager-wrap,
23895
+ .k-pager {
23887
23896
  padding: 0.5rem 0.5rem;
23888
23897
  border-width: 1px;
23889
23898
  border-style: solid;
23890
23899
  box-sizing: border-box;
23891
23900
  outline: 0;
23892
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
23901
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
23893
23902
  font-size: 1rem;
23894
23903
  line-height: 1.5;
23895
23904
  white-space: nowrap;
@@ -23905,18 +23914,25 @@ kendo-card-footer {
23905
23914
 
23906
23915
  .k-pager-wrap *,
23907
23916
  .k-pager-wrap *::before,
23908
- .k-pager-wrap *::after {
23917
+ .k-pager-wrap *::after,
23918
+ .k-pager *,
23919
+ .k-pager *::before,
23920
+ .k-pager *::after {
23909
23921
  box-sizing: border-box;
23910
23922
  }
23911
23923
 
23912
- .k-pager-wrap .k-link {
23924
+ .k-pager-wrap .k-link,
23925
+ .k-pager .k-link {
23913
23926
  text-decoration: none;
23914
23927
  outline: 0;
23915
23928
  font: inherit;
23916
23929
  background-color: inherit;
23917
23930
  }
23918
23931
 
23919
- .k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus {
23932
+ .k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus,
23933
+ .k-pager .k-link:focus,
23934
+ .k-pager .k-link.k-state-focus,
23935
+ .k-pager .k-link.k-focus {
23920
23936
  z-index: 3;
23921
23937
  }
23922
23938
 
@@ -23942,7 +23958,46 @@ kendo-card-footer {
23942
23958
  [dir="rtl"] .k-pager-wrap .k-i-seek-w,
23943
23959
  [dir="rtl"] .k-pager-wrap .k-i-arrow-w,
23944
23960
  [dir="rtl"] .k-pager-wrap .k-i-arrow-e,
23945
- [dir="rtl"] .k-pager-wrap .k-i-seek-e {
23961
+ [dir="rtl"] .k-pager-wrap .k-i-seek-e, .k-rtl
23962
+ .k-pager .k-i-arrow-end-left,
23963
+ .k-rtl
23964
+ .k-pager .k-i-arrow-60-left,
23965
+ .k-rtl
23966
+ .k-pager .k-i-arrow-60-right,
23967
+ .k-rtl
23968
+ .k-pager .k-i-arrow-end-right,
23969
+ .k-rtl
23970
+ .k-pager .k-i-seek-w,
23971
+ .k-rtl
23972
+ .k-pager .k-i-arrow-w,
23973
+ .k-rtl
23974
+ .k-pager .k-i-arrow-e,
23975
+ .k-rtl
23976
+ .k-pager .k-i-seek-e,
23977
+ .k-pager[dir="rtl"] .k-i-arrow-end-left,
23978
+ .k-pager[dir="rtl"] .k-i-arrow-60-left,
23979
+ .k-pager[dir="rtl"] .k-i-arrow-60-right,
23980
+ .k-pager[dir="rtl"] .k-i-arrow-end-right,
23981
+ .k-pager[dir="rtl"] .k-i-seek-w,
23982
+ .k-pager[dir="rtl"] .k-i-arrow-w,
23983
+ .k-pager[dir="rtl"] .k-i-arrow-e,
23984
+ .k-pager[dir="rtl"] .k-i-seek-e,
23985
+ [dir="rtl"]
23986
+ .k-pager .k-i-arrow-end-left,
23987
+ [dir="rtl"]
23988
+ .k-pager .k-i-arrow-60-left,
23989
+ [dir="rtl"]
23990
+ .k-pager .k-i-arrow-60-right,
23991
+ [dir="rtl"]
23992
+ .k-pager .k-i-arrow-end-right,
23993
+ [dir="rtl"]
23994
+ .k-pager .k-i-seek-w,
23995
+ [dir="rtl"]
23996
+ .k-pager .k-i-arrow-w,
23997
+ [dir="rtl"]
23998
+ .k-pager .k-i-arrow-e,
23999
+ [dir="rtl"]
24000
+ .k-pager .k-i-seek-e {
23946
24001
  transform: scaleX(-1);
23947
24002
  }
23948
24003
 
@@ -24143,13 +24198,19 @@ kendo-card-footer {
24143
24198
  border-style: solid;
24144
24199
  }
24145
24200
 
24146
- .k-pager-wrap {
24201
+ .k-pager-wrap,
24202
+ .k-pager {
24147
24203
  border-color: #dee2e6;
24148
24204
  color: #212529;
24149
24205
  background-color: #f8f9fa;
24150
24206
  }
24151
24207
 
24152
- .k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap.k-focus {
24208
+ .k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap.k-focus,
24209
+ .k-pager:focus,
24210
+ .k-pager.k-focus,
24211
+ .k-pager.k-state-focus,
24212
+ .k-pager.k-state-focused,
24213
+ .k-pager.k-focus {
24153
24214
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
24154
24215
  }
24155
24216
 
@@ -24260,7 +24321,7 @@ kendo-card-footer {
24260
24321
  outline: 0;
24261
24322
  font-size: 1rem;
24262
24323
  line-height: 1.5;
24263
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
24324
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
24264
24325
  display: block;
24265
24326
  position: relative;
24266
24327
  -webkit-touch-callout: none;
@@ -24293,14 +24354,6 @@ kendo-card-footer {
24293
24354
  overflow: hidden;
24294
24355
  }
24295
24356
 
24296
- .k-stepper .k-step-disabled {
24297
- pointer-events: none;
24298
- }
24299
-
24300
- .k-stepper .k-step-disabled .k-step-link {
24301
- cursor: default;
24302
- }
24303
-
24304
24357
  .k-stepper .k-step-indicator {
24305
24358
  border-radius: 50%;
24306
24359
  margin: 3px;
@@ -24337,6 +24390,7 @@ kendo-card-footer {
24337
24390
  }
24338
24391
 
24339
24392
  .k-stepper .k-step-focus .k-step-indicator::after,
24393
+ .k-stepper .k-step.k-focus .k-step-indicator::after,
24340
24394
  .k-stepper .k-step-link:focus .k-step-indicator::after {
24341
24395
  display: block;
24342
24396
  }
@@ -24377,9 +24431,19 @@ kendo-card-footer {
24377
24431
  font-size: 0.875rem;
24378
24432
  }
24379
24433
 
24434
+ .k-stepper .k-step-disabled,
24435
+ .k-stepper .k-step.k-disabled {
24436
+ opacity: 1;
24437
+ pointer-events: none;
24438
+ }
24439
+
24440
+ .k-stepper .k-step-disabled .k-step-link,
24441
+ .k-stepper .k-step.k-disabled .k-step-link {
24442
+ cursor: default;
24443
+ }
24444
+
24380
24445
  .k-stepper .k-step-disabled .k-step-label-optional,
24381
- .k-stepper.k-state-disabled .k-step-label-optional,
24382
- .k-stepper.k-disabled .k-step-label-optional {
24446
+ .k-stepper .k-step.k-disabled .k-step-label-optional {
24383
24447
  color: inherit;
24384
24448
  }
24385
24449
 
@@ -24493,11 +24557,20 @@ kendo-card-footer {
24493
24557
  color: #212529;
24494
24558
  }
24495
24559
 
24496
- .k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
24560
+ .k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
24497
24561
  background-color: #ebebeb;
24498
24562
  }
24499
24563
 
24500
- .k-stepper .k-step.k-step-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
24564
+ .k-stepper .k-step.k-step-focus .k-step-label:only-child, .k-stepper .k-step.k-focus .k-step-label:only-child,
24565
+ .k-stepper .k-step .k-step-link:focus .k-step-label:only-child {
24566
+ box-shadow: inset 0 0 0 2px #dee2e6;
24567
+ }
24568
+
24569
+ .k-stepper .k-step.k-step-disabled .k-step-indicator, .k-stepper .k-step.k-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
24570
+ color: #adb5bd;
24571
+ }
24572
+
24573
+ .k-stepper .k-step.k-step-disabled .k-step-label, .k-stepper .k-step.k-disabled .k-step-label, .k-stepper .k-step:disabled .k-step-label {
24501
24574
  color: #adb5bd;
24502
24575
  }
24503
24576
 
@@ -24523,11 +24596,11 @@ kendo-card-footer {
24523
24596
  background-color: #0d6efd;
24524
24597
  }
24525
24598
 
24526
- .k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
24599
+ .k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
24527
24600
  background-color: #0c65e9;
24528
24601
  }
24529
24602
 
24530
- .k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
24603
+ .k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done.k-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
24531
24604
  border-color: #6ea8fe;
24532
24605
  color: white;
24533
24606
  background-color: #6ea8fe;
@@ -24539,11 +24612,11 @@ kendo-card-footer {
24539
24612
  background-color: #0d6efd;
24540
24613
  }
24541
24614
 
24542
- .k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
24615
+ .k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
24543
24616
  background-color: #0c65e9;
24544
24617
  }
24545
24618
 
24546
- .k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
24619
+ .k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current.k-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
24547
24620
  border-color: #6ea8fe;
24548
24621
  color: white;
24549
24622
  background-color: #6ea8fe;
@@ -24561,19 +24634,10 @@ kendo-card-footer {
24561
24634
  color: #dc3545;
24562
24635
  }
24563
24636
 
24564
- .k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
24637
+ .k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
24565
24638
  color: #dc3545;
24566
24639
  }
24567
24640
 
24568
- .k-stepper .k-step-disabled .k-step-label {
24569
- color: #adb5bd;
24570
- }
24571
-
24572
- .k-stepper .k-step-focus .k-step-label:only-child,
24573
- .k-stepper .k-step-link:focus .k-step-label:only-child {
24574
- box-shadow: inset 0 0 0 2px #dee2e6;
24575
- }
24576
-
24577
24641
  .k-stepper .k-step-label-optional {
24578
24642
  color: #6c757d;
24579
24643
  }
@@ -24592,7 +24656,7 @@ kendo-card-footer {
24592
24656
  border-color: transparent;
24593
24657
  box-sizing: border-box;
24594
24658
  outline: 0;
24595
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
24659
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
24596
24660
  font-size: 1rem;
24597
24661
  line-height: 1.5;
24598
24662
  color: inherit;
@@ -24980,7 +25044,7 @@ kendo-card-footer {
24980
25044
  outline: 0;
24981
25045
  font-size: 1rem;
24982
25046
  line-height: 1.5;
24983
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25047
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
24984
25048
  position: relative;
24985
25049
  color: inherit;
24986
25050
  background: none;
@@ -25097,7 +25161,7 @@ kendo-card-footer {
25097
25161
  box-sizing: border-box;
25098
25162
  overflow: hidden;
25099
25163
  outline: 0;
25100
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25164
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25101
25165
  font-size: 1rem;
25102
25166
  line-height: 1.5;
25103
25167
  display: flex;
@@ -25190,7 +25254,7 @@ kendo-card-footer {
25190
25254
  border-style: solid;
25191
25255
  box-sizing: border-box;
25192
25256
  outline: 0;
25193
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25257
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25194
25258
  font-size: 1rem;
25195
25259
  line-height: 1.5;
25196
25260
  list-style: none;
@@ -25515,7 +25579,7 @@ kendo-card-footer {
25515
25579
  border-style: solid;
25516
25580
  box-sizing: border-box;
25517
25581
  outline: 0;
25518
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25582
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25519
25583
  font-size: 1rem;
25520
25584
  line-height: 1.5;
25521
25585
  display: block;
@@ -25753,7 +25817,7 @@ kendo-card-footer {
25753
25817
  }
25754
25818
 
25755
25819
  .k-layout-item-hint {
25756
- border-radius: 0.25rem;
25820
+ border-radius: 0.375rem;
25757
25821
  border-width: 1px;
25758
25822
  border-style: solid;
25759
25823
  position: relative;
@@ -25793,7 +25857,7 @@ kendo-card-footer {
25793
25857
  border-style: solid;
25794
25858
  box-sizing: border-box;
25795
25859
  outline: 0;
25796
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25860
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25797
25861
  font-size: 1rem;
25798
25862
  line-height: 1.5;
25799
25863
  display: block;
@@ -25818,7 +25882,7 @@ kendo-card-footer {
25818
25882
  border: 0;
25819
25883
  box-sizing: border-box;
25820
25884
  outline: 0;
25821
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25885
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
25822
25886
  font-size: 1rem;
25823
25887
  line-height: 1.5;
25824
25888
  display: flex;
@@ -26184,11 +26248,13 @@ kendo-card-footer {
26184
26248
  overflow-y: auto;
26185
26249
  }
26186
26250
 
26187
- .k-pane-wrapper .k-pager-wrap.k-pager-sm {
26251
+ .k-pane-wrapper .k-pager-wrap.k-pager-sm,
26252
+ .k-pane-wrapper .k-pager.k-pager-sm {
26188
26253
  justify-content: center;
26189
26254
  }
26190
26255
 
26191
- .k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
26256
+ .k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh,
26257
+ .k-pane-wrapper .k-pager.k-pager-sm .k-pager-refresh {
26192
26258
  display: none;
26193
26259
  }
26194
26260
 
@@ -26316,7 +26382,7 @@ kendo-card-footer {
26316
26382
  border-style: solid;
26317
26383
  box-sizing: border-box;
26318
26384
  outline: 0;
26319
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
26385
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
26320
26386
  font-size: 1rem;
26321
26387
  line-height: 1.5;
26322
26388
  display: flex;
@@ -26779,7 +26845,7 @@ kendo-card-footer {
26779
26845
  }
26780
26846
 
26781
26847
  .k-group-indicator {
26782
- border-radius: 0.25rem;
26848
+ border-radius: 0.375rem;
26783
26849
  margin: 0;
26784
26850
  padding: 0.375rem 0.75rem;
26785
26851
  border-width: 1px;
@@ -27744,7 +27810,7 @@ div.k-grid-norecords {
27744
27810
  }
27745
27811
 
27746
27812
  .k-grouping-header .k-group-indicator {
27747
- border-radius: 0.25rem;
27813
+ border-radius: 0.375rem;
27748
27814
  }
27749
27815
 
27750
27816
  .k-grid {
@@ -28165,7 +28231,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28165
28231
  border-style: solid;
28166
28232
  box-sizing: border-box;
28167
28233
  outline: 0;
28168
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28234
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28169
28235
  font-size: 1rem;
28170
28236
  line-height: 1.5;
28171
28237
  flex-flow: column nowrap;
@@ -28310,7 +28376,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28310
28376
  border-style: solid;
28311
28377
  box-sizing: border-box;
28312
28378
  outline: 0;
28313
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28379
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
28314
28380
  font-size: 1rem;
28315
28381
  line-height: 1.5;
28316
28382
  display: flex;
@@ -28851,7 +28917,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28851
28917
  }
28852
28918
 
28853
28919
  .k-spreadsheet-filter {
28854
- border-radius: 0.25rem;
28920
+ border-radius: 0.375rem;
28855
28921
  line-height: 1;
28856
28922
  position: absolute;
28857
28923
  cursor: pointer;
@@ -29060,7 +29126,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29060
29126
  }
29061
29127
 
29062
29128
  .k-spreadsheet-insert-image-dialog {
29063
- border-radius: 0.25rem;
29129
+ border-radius: 0.375rem;
29064
29130
  border-style: dashed;
29065
29131
  border-width: 2px;
29066
29132
  }
@@ -29133,7 +29199,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29133
29199
  height: 6px;
29134
29200
  border-style: solid;
29135
29201
  border-width: 1px;
29136
- border-radius: 0.375rem;
29202
+ border-radius: 0.5625rem;
29137
29203
  position: absolute;
29138
29204
  transform: translate(-50%, -50%);
29139
29205
  }
@@ -29187,7 +29253,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29187
29253
  }
29188
29254
 
29189
29255
  .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-hover {
29190
- border-radius: 0.25rem;
29256
+ border-radius: 0.375rem;
29191
29257
  }
29192
29258
 
29193
29259
  .k-rtl .k-spreadsheet .k-dirty,
@@ -29408,7 +29474,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29408
29474
  border-style: solid;
29409
29475
  box-sizing: content-box;
29410
29476
  font-size: 1rem;
29411
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
29477
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
29412
29478
  line-height: 1.5;
29413
29479
  text-align: left;
29414
29480
  vertical-align: top;
@@ -29683,7 +29749,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29683
29749
  .k-calculated-field {
29684
29750
  padding: 1rem 1rem;
29685
29751
  border-width: 1px;
29686
- border-radius: 0.25rem;
29752
+ border-radius: 0.375rem;
29687
29753
  border-style: solid;
29688
29754
  box-sizing: border-box;
29689
29755
  display: flex;
@@ -30453,7 +30519,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30453
30519
  border-width: 1px;
30454
30520
  border-style: solid;
30455
30521
  box-sizing: border-box;
30456
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
30522
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
30457
30523
  font-size: 1rem;
30458
30524
  line-height: 1.5;
30459
30525
  display: flex;
@@ -30686,7 +30752,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30686
30752
  .k-taskboard {
30687
30753
  box-sizing: border-box;
30688
30754
  font-size: 1rem;
30689
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
30755
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
30690
30756
  line-height: 1.5;
30691
30757
  display: flex;
30692
30758
  flex-direction: column;
@@ -30726,7 +30792,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30726
30792
  .k-taskboard-column {
30727
30793
  width: 320px;
30728
30794
  border-width: 1px;
30729
- border-radius: 0.125rem;
30795
+ border-radius: 0.1875rem;
30730
30796
  border-style: solid;
30731
30797
  outline: none;
30732
30798
  display: flex;
@@ -30825,7 +30891,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30825
30891
  }
30826
30892
 
30827
30893
  .k-taskboard-card {
30828
- border-radius: 0.25rem;
30894
+ border-radius: 0.375rem;
30829
30895
  border-width: 1px;
30830
30896
  }
30831
30897
 
@@ -30858,7 +30924,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30858
30924
  }
30859
30925
 
30860
30926
  .k-taskboard-drag-placeholder {
30861
- border-radius: 0.25rem;
30927
+ border-radius: 0.375rem;
30862
30928
  border-width: 1px;
30863
30929
  border-style: solid;
30864
30930
  position: relative;
@@ -30963,7 +31029,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30963
31029
  border-style: solid;
30964
31030
  box-sizing: border-box;
30965
31031
  outline: 0;
30966
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31032
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
30967
31033
  font-size: 1rem;
30968
31034
  line-height: 1.5;
30969
31035
  display: flex;
@@ -31013,7 +31079,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31013
31079
  }
31014
31080
 
31015
31081
  .k-editor-inline {
31016
- border-radius: 0.25rem;
31082
+ border-radius: 0.375rem;
31017
31083
  padding: 0.25rem 0.5rem;
31018
31084
  border: 1px solid transparent;
31019
31085
  word-wrap: break-word;
@@ -31411,7 +31477,7 @@ td.k-editor-content {
31411
31477
  white-space: nowrap;
31412
31478
  overflow: hidden;
31413
31479
  cursor: pointer;
31414
- border-radius: 0.25rem;
31480
+ border-radius: 0.375rem;
31415
31481
  }
31416
31482
 
31417
31483
  .k-filebrowser .k-tile .k-i-file,
@@ -31687,7 +31753,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31687
31753
  border-style: solid;
31688
31754
  box-sizing: border-box;
31689
31755
  outline: 0;
31690
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31756
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31691
31757
  font-size: 1rem;
31692
31758
  line-height: 1.5;
31693
31759
  -webkit-touch-callout: none;
@@ -31862,7 +31928,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31862
31928
  border-style: solid;
31863
31929
  box-sizing: border-box;
31864
31930
  outline: 0;
31865
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31931
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31866
31932
  font-size: 1rem;
31867
31933
  line-height: 1.5;
31868
31934
  display: flex;
@@ -32355,7 +32421,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32355
32421
  }
32356
32422
 
32357
32423
  .k-task-single {
32358
- border-radius: 0.25rem;
32424
+ border-radius: 0.375rem;
32359
32425
  border-width: 1px;
32360
32426
  border-style: solid;
32361
32427
  box-sizing: border-box;
@@ -32398,7 +32464,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32398
32464
  }
32399
32465
 
32400
32466
  .k-task-complete {
32401
- border-radius: 0.25rem;
32467
+ border-radius: 0.375rem;
32402
32468
  width: 20%;
32403
32469
  position: absolute;
32404
32470
  z-index: 1;
@@ -32933,7 +32999,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32933
32999
  border-style: solid;
32934
33000
  box-sizing: border-box;
32935
33001
  outline: 0;
32936
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
33002
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
32937
33003
  font-size: 1rem;
32938
33004
  line-height: 1.5;
32939
33005
  display: flex;
@@ -33307,12 +33373,12 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
33307
33373
 
33308
33374
  kendo-scheduler .k-event,
33309
33375
  .k-event {
33310
- border-radius: 0.25rem;
33376
+ border-radius: 0.375rem;
33311
33377
  min-height: 25px;
33312
33378
  box-sizing: border-box;
33313
33379
  border-width: 0;
33314
33380
  border-style: solid;
33315
- border-radius: 0.25rem;
33381
+ border-radius: 0.375rem;
33316
33382
  text-align: left;
33317
33383
  outline: 0;
33318
33384
  cursor: default;
@@ -33785,7 +33851,7 @@ kendo-scheduler .k-recurrence-editor {
33785
33851
 
33786
33852
  .k-scheduler-tooltip .k-tooltip-event {
33787
33853
  padding: 0.25rem 0.5rem;
33788
- border-radius: 0.25rem;
33854
+ border-radius: 0.375rem;
33789
33855
  box-sizing: border-box;
33790
33856
  display: flex;
33791
33857
  flex-direction: row;
@@ -34143,7 +34209,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34143
34209
  border-style: solid;
34144
34210
  box-sizing: border-box;
34145
34211
  outline: 0;
34146
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
34212
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
34147
34213
  font-size: 1rem;
34148
34214
  line-height: 1.5;
34149
34215
  display: flex;
@@ -34735,7 +34801,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34735
34801
  border-style: solid;
34736
34802
  box-sizing: border-box;
34737
34803
  outline: 0;
34738
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
34804
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
34739
34805
  font-size: 1rem;
34740
34806
  line-height: 1.5;
34741
34807
  display: block;
@@ -34840,7 +34906,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34840
34906
  .k-timeline {
34841
34907
  box-sizing: border-box;
34842
34908
  outline: 0;
34843
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
34909
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
34844
34910
  font-size: 1rem;
34845
34911
  line-height: 1.5;
34846
34912
  display: block;
@@ -34868,7 +34934,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34868
34934
  display: inline-block;
34869
34935
  text-align: center;
34870
34936
  padding: 0.375rem 0.75rem;
34871
- border-radius: 0.25rem;
34937
+ border-radius: 0.375rem;
34872
34938
  line-height: 1.5;
34873
34939
  min-width: 80px;
34874
34940
  max-width: calc(80px + 2 * 40px);
@@ -34925,7 +34991,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34925
34991
  }
34926
34992
 
34927
34993
  .k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
34928
- border-radius: 0.25rem;
34994
+ border-radius: 0.375rem;
34929
34995
  }
34930
34996
 
34931
34997
  .k-timeline-card .k-timeline-card-callout.k-callout-w, .k-timeline-card .k-timeline-card-callout.k-callout-e {
@@ -34962,7 +35028,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34962
35028
  height: 100%;
34963
35029
  width: 6px;
34964
35030
  transform: translateX(-50%);
34965
- border-radius: 0.375rem;
35031
+ border-radius: 0.5625rem;
34966
35032
  }
34967
35033
 
34968
35034
  .k-timeline-vertical .k-timeline-flag-wrap {
@@ -35004,7 +35070,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
35004
35070
  }
35005
35071
 
35006
35072
  .k-timeline-vertical .k-timeline-card .k-card .k-card-header {
35007
- border-radius: 0.25rem;
35073
+ border-radius: 0.375rem;
35008
35074
  }
35009
35075
 
35010
35076
  .k-timeline-vertical .k-timeline-card .k-card .k-card-title {
@@ -35309,7 +35375,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
35309
35375
  border-style: solid;
35310
35376
  box-sizing: border-box;
35311
35377
  outline: 0;
35312
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
35378
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
35313
35379
  font-size: 1rem;
35314
35380
  line-height: 1.5;
35315
35381
  display: flex;
@@ -35328,7 +35394,8 @@ kendo-scheduler .k-event .k-event-actions:first-child,
35328
35394
  z-index: 2;
35329
35395
  }
35330
35396
 
35331
- .k-pdf-viewer .k-toolbar .k-pager-wrap {
35397
+ .k-pdf-viewer .k-toolbar .k-pager-wrap,
35398
+ .k-pdf-viewer .k-toolbar .k-pager {
35332
35399
  padding: 0;
35333
35400
  border-width: 0;
35334
35401
  color: inherit;
@@ -35534,7 +35601,7 @@ kendo-scrollview.k-scrollview,
35534
35601
  border-style: solid;
35535
35602
  box-sizing: border-box;
35536
35603
  outline: 0;
35537
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
35604
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
35538
35605
  font-size: 1rem;
35539
35606
  line-height: 1.5;
35540
35607
  position: relative;
@@ -35851,7 +35918,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35851
35918
  border-style: solid;
35852
35919
  box-sizing: border-box;
35853
35920
  outline: 0;
35854
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
35921
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
35855
35922
  font-size: 1rem;
35856
35923
  line-height: 1.5;
35857
35924
  -webkit-touch-callout: none;
@@ -35895,7 +35962,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35895
35962
  }
35896
35963
 
35897
35964
  .k-chart-tooltip {
35898
- border-radius: 0.25rem;
35965
+ border-radius: 0.375rem;
35899
35966
  font-size: 0.929rem;
35900
35967
  line-height: 1.5;
35901
35968
  padding: 0.25rem 0.5rem;
@@ -36001,7 +36068,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36001
36068
  }
36002
36069
 
36003
36070
  .k-navigator-hint .k-scroll {
36004
- border-radius: 0.25rem;
36071
+ border-radius: 0.375rem;
36005
36072
  position: absolute;
36006
36073
  height: 4px;
36007
36074
  }
@@ -36080,7 +36147,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36080
36147
  border-width: 1px;
36081
36148
  border-style: solid;
36082
36149
  outline: 0;
36083
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
36150
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
36084
36151
  font-size: 1rem;
36085
36152
  line-height: 1.5;
36086
36153
  display: block;
@@ -36208,7 +36275,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36208
36275
  }
36209
36276
 
36210
36277
  .k-var--border-radius {
36211
- margin-top: 0.25rem;
36278
+ margin-top: 0.375rem;
36212
36279
  }
36213
36280
 
36214
36281
  .k-var--normal-background {
@@ -36538,7 +36605,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36538
36605
  border-style: solid;
36539
36606
  font-size: 1rem;
36540
36607
  line-height: 1.5;
36541
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
36608
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
36542
36609
  }
36543
36610
 
36544
36611
  .k-map *,
@@ -36682,7 +36749,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36682
36749
  padding: 1.5rem 1.5rem;
36683
36750
  box-sizing: border-box;
36684
36751
  font-size: 1rem;
36685
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
36752
+ font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
36686
36753
  line-height: 1.5;
36687
36754
  overflow: auto;
36688
36755
  }
@@ -36713,7 +36780,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36713
36780
  }
36714
36781
 
36715
36782
  .k-orgchart-node-group-container {
36716
- border-radius: 0.25rem;
36783
+ border-radius: 0.375rem;
36717
36784
  padding: 1.5rem 1.5rem;
36718
36785
  border-width: 1px;
36719
36786
  border-style: solid;