@progress/kendo-theme-bootstrap 5.6.0 → 5.6.1-dev.0

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;
@@ -22239,8 +22251,8 @@ kendo-label > .k-label {
22239
22251
  }
22240
22252
 
22241
22253
  .k-dialog-buttongroup {
22242
- border-bottom-right-radius: 0.25rem;
22243
- border-bottom-left-radius: 0.25rem;
22254
+ border-bottom-right-radius: 0.375rem;
22255
+ border-bottom-left-radius: 0.375rem;
22244
22256
  padding: 0.5rem 0.5rem;
22245
22257
  border-width: 1px 0 0;
22246
22258
  border-style: solid;
@@ -22285,7 +22297,7 @@ kendo-drawer .k-drawer-wrapper {
22285
22297
  border-style: solid;
22286
22298
  box-sizing: border-box;
22287
22299
  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";
22300
+ 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
22301
  font-size: 1rem;
22290
22302
  line-height: 1.5;
22291
22303
  display: flex;
@@ -22598,13 +22610,13 @@ kendo-drawer .k-drawer-wrapper {
22598
22610
  }
22599
22611
 
22600
22612
  .k-notification {
22601
- border-radius: 0.25rem;
22613
+ border-radius: 0.375rem;
22602
22614
  padding: 1rem 1rem;
22603
22615
  border-width: 1px;
22604
22616
  border-style: solid;
22605
22617
  box-sizing: border-box;
22606
22618
  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";
22619
+ 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
22620
  font-size: 0.875rem;
22609
22621
  line-height: 1.5;
22610
22622
  cursor: default;
@@ -22737,12 +22749,12 @@ kendo-card-footer {
22737
22749
  }
22738
22750
 
22739
22751
  .k-card {
22740
- border-radius: 0.25rem;
22752
+ border-radius: 0.375rem;
22741
22753
  border-width: 1px;
22742
22754
  border-style: solid;
22743
22755
  box-sizing: border-box;
22744
22756
  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";
22757
+ 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
22758
  font-size: 1rem;
22747
22759
  line-height: 1.5;
22748
22760
  display: flex;
@@ -22760,7 +22772,7 @@ kendo-card-footer {
22760
22772
  }
22761
22773
 
22762
22774
  .k-card > .k-card-inner {
22763
- border-radius: calc(0.25rem - 1px);
22775
+ border-radius: calc(0.375rem - 1px);
22764
22776
  display: flex;
22765
22777
  flex-direction: inherit;
22766
22778
  overflow: hidden;
@@ -23006,17 +23018,17 @@ kendo-card-footer {
23006
23018
  }
23007
23019
 
23008
23020
  .k-card-group .k-card.k-first {
23009
- border-top-left-radius: 0.25rem;
23010
- border-bottom-left-radius: 0.25rem;
23021
+ border-top-left-radius: 0.375rem;
23022
+ border-bottom-left-radius: 0.375rem;
23011
23023
  }
23012
23024
 
23013
23025
  .k-card-group .k-card.k-last {
23014
- border-top-right-radius: 0.25rem;
23015
- border-bottom-right-radius: 0.25rem;
23026
+ border-top-right-radius: 0.375rem;
23027
+ border-bottom-right-radius: 0.375rem;
23016
23028
  }
23017
23029
 
23018
23030
  .k-card-group .k-card.k-only {
23019
- border-radius: 0.25rem;
23031
+ border-radius: 0.375rem;
23020
23032
  }
23021
23033
 
23022
23034
  .k-card-with-callout {
@@ -23238,14 +23250,14 @@ kendo-card-footer {
23238
23250
  }
23239
23251
 
23240
23252
  .k-popover {
23241
- border-radius: 0.3rem;
23253
+ border-radius: 0.5rem;
23242
23254
  padding: 0;
23243
23255
  border-width: 1px;
23244
23256
  border-style: solid;
23245
23257
  box-sizing: border-box;
23246
23258
  outline: 0;
23247
23259
  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";
23260
+ 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
23261
  line-height: 1.5;
23250
23262
  display: flex;
23251
23263
  flex-flow: column nowrap;
@@ -23261,8 +23273,8 @@ kendo-card-footer {
23261
23273
  }
23262
23274
 
23263
23275
  .k-popover-header {
23264
- border-top-left-radius: 0.3rem;
23265
- border-top-right-radius: 0.3rem;
23276
+ border-top-left-radius: 0.5rem;
23277
+ border-top-right-radius: 0.5rem;
23266
23278
  padding: 1rem 1rem;
23267
23279
  border-width: 0 0 1px;
23268
23280
  border-style: solid;
@@ -23379,7 +23391,7 @@ kendo-card-footer {
23379
23391
  box-sizing: border-box;
23380
23392
  font-size: 1rem;
23381
23393
  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";
23394
+ 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
23395
  letter-spacing: 0.2px;
23384
23396
  display: flex;
23385
23397
  flex-flow: row nowrap;
@@ -23729,7 +23741,7 @@ kendo-card-footer {
23729
23741
  border-style: solid;
23730
23742
  box-sizing: border-box;
23731
23743
  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";
23744
+ 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
23745
  font-size: 1rem;
23734
23746
  line-height: 1.5;
23735
23747
  display: flex;
@@ -23777,7 +23789,7 @@ kendo-card-footer {
23777
23789
 
23778
23790
  .k-breadcrumb-link,
23779
23791
  .k-breadcrumb-root-link {
23780
- border-radius: 0.25rem;
23792
+ border-radius: 0.375rem;
23781
23793
  padding: 0.5rem 0.75rem;
23782
23794
  color: inherit;
23783
23795
  text-decoration: none;
@@ -23889,7 +23901,7 @@ kendo-card-footer {
23889
23901
  border-style: solid;
23890
23902
  box-sizing: border-box;
23891
23903
  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";
23904
+ 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
23905
  font-size: 1rem;
23894
23906
  line-height: 1.5;
23895
23907
  white-space: nowrap;
@@ -24260,7 +24272,7 @@ kendo-card-footer {
24260
24272
  outline: 0;
24261
24273
  font-size: 1rem;
24262
24274
  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";
24275
+ 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
24276
  display: block;
24265
24277
  position: relative;
24266
24278
  -webkit-touch-callout: none;
@@ -24592,7 +24604,7 @@ kendo-card-footer {
24592
24604
  border-color: transparent;
24593
24605
  box-sizing: border-box;
24594
24606
  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";
24607
+ 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
24608
  font-size: 1rem;
24597
24609
  line-height: 1.5;
24598
24610
  color: inherit;
@@ -24980,7 +24992,7 @@ kendo-card-footer {
24980
24992
  outline: 0;
24981
24993
  font-size: 1rem;
24982
24994
  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";
24995
+ 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
24996
  position: relative;
24985
24997
  color: inherit;
24986
24998
  background: none;
@@ -25097,7 +25109,7 @@ kendo-card-footer {
25097
25109
  box-sizing: border-box;
25098
25110
  overflow: hidden;
25099
25111
  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";
25112
+ 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
25113
  font-size: 1rem;
25102
25114
  line-height: 1.5;
25103
25115
  display: flex;
@@ -25190,7 +25202,7 @@ kendo-card-footer {
25190
25202
  border-style: solid;
25191
25203
  box-sizing: border-box;
25192
25204
  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";
25205
+ 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
25206
  font-size: 1rem;
25195
25207
  line-height: 1.5;
25196
25208
  list-style: none;
@@ -25515,7 +25527,7 @@ kendo-card-footer {
25515
25527
  border-style: solid;
25516
25528
  box-sizing: border-box;
25517
25529
  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";
25530
+ 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
25531
  font-size: 1rem;
25520
25532
  line-height: 1.5;
25521
25533
  display: block;
@@ -25753,7 +25765,7 @@ kendo-card-footer {
25753
25765
  }
25754
25766
 
25755
25767
  .k-layout-item-hint {
25756
- border-radius: 0.25rem;
25768
+ border-radius: 0.375rem;
25757
25769
  border-width: 1px;
25758
25770
  border-style: solid;
25759
25771
  position: relative;
@@ -25793,7 +25805,7 @@ kendo-card-footer {
25793
25805
  border-style: solid;
25794
25806
  box-sizing: border-box;
25795
25807
  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";
25808
+ 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
25809
  font-size: 1rem;
25798
25810
  line-height: 1.5;
25799
25811
  display: block;
@@ -25818,7 +25830,7 @@ kendo-card-footer {
25818
25830
  border: 0;
25819
25831
  box-sizing: border-box;
25820
25832
  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";
25833
+ 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
25834
  font-size: 1rem;
25823
25835
  line-height: 1.5;
25824
25836
  display: flex;
@@ -26316,7 +26328,7 @@ kendo-card-footer {
26316
26328
  border-style: solid;
26317
26329
  box-sizing: border-box;
26318
26330
  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";
26331
+ 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
26332
  font-size: 1rem;
26321
26333
  line-height: 1.5;
26322
26334
  display: flex;
@@ -26779,7 +26791,7 @@ kendo-card-footer {
26779
26791
  }
26780
26792
 
26781
26793
  .k-group-indicator {
26782
- border-radius: 0.25rem;
26794
+ border-radius: 0.375rem;
26783
26795
  margin: 0;
26784
26796
  padding: 0.375rem 0.75rem;
26785
26797
  border-width: 1px;
@@ -27744,7 +27756,7 @@ div.k-grid-norecords {
27744
27756
  }
27745
27757
 
27746
27758
  .k-grouping-header .k-group-indicator {
27747
- border-radius: 0.25rem;
27759
+ border-radius: 0.375rem;
27748
27760
  }
27749
27761
 
27750
27762
  .k-grid {
@@ -28165,7 +28177,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28165
28177
  border-style: solid;
28166
28178
  box-sizing: border-box;
28167
28179
  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";
28180
+ 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
28181
  font-size: 1rem;
28170
28182
  line-height: 1.5;
28171
28183
  flex-flow: column nowrap;
@@ -28310,7 +28322,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28310
28322
  border-style: solid;
28311
28323
  box-sizing: border-box;
28312
28324
  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";
28325
+ 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
28326
  font-size: 1rem;
28315
28327
  line-height: 1.5;
28316
28328
  display: flex;
@@ -28851,7 +28863,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28851
28863
  }
28852
28864
 
28853
28865
  .k-spreadsheet-filter {
28854
- border-radius: 0.25rem;
28866
+ border-radius: 0.375rem;
28855
28867
  line-height: 1;
28856
28868
  position: absolute;
28857
28869
  cursor: pointer;
@@ -29060,7 +29072,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29060
29072
  }
29061
29073
 
29062
29074
  .k-spreadsheet-insert-image-dialog {
29063
- border-radius: 0.25rem;
29075
+ border-radius: 0.375rem;
29064
29076
  border-style: dashed;
29065
29077
  border-width: 2px;
29066
29078
  }
@@ -29133,7 +29145,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29133
29145
  height: 6px;
29134
29146
  border-style: solid;
29135
29147
  border-width: 1px;
29136
- border-radius: 0.375rem;
29148
+ border-radius: 0.5625rem;
29137
29149
  position: absolute;
29138
29150
  transform: translate(-50%, -50%);
29139
29151
  }
@@ -29187,7 +29199,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29187
29199
  }
29188
29200
 
29189
29201
  .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;
29202
+ border-radius: 0.375rem;
29191
29203
  }
29192
29204
 
29193
29205
  .k-rtl .k-spreadsheet .k-dirty,
@@ -29408,7 +29420,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29408
29420
  border-style: solid;
29409
29421
  box-sizing: content-box;
29410
29422
  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";
29423
+ 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
29424
  line-height: 1.5;
29413
29425
  text-align: left;
29414
29426
  vertical-align: top;
@@ -29683,7 +29695,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29683
29695
  .k-calculated-field {
29684
29696
  padding: 1rem 1rem;
29685
29697
  border-width: 1px;
29686
- border-radius: 0.25rem;
29698
+ border-radius: 0.375rem;
29687
29699
  border-style: solid;
29688
29700
  box-sizing: border-box;
29689
29701
  display: flex;
@@ -30453,7 +30465,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30453
30465
  border-width: 1px;
30454
30466
  border-style: solid;
30455
30467
  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";
30468
+ 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
30469
  font-size: 1rem;
30458
30470
  line-height: 1.5;
30459
30471
  display: flex;
@@ -30686,7 +30698,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30686
30698
  .k-taskboard {
30687
30699
  box-sizing: border-box;
30688
30700
  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";
30701
+ 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
30702
  line-height: 1.5;
30691
30703
  display: flex;
30692
30704
  flex-direction: column;
@@ -30726,7 +30738,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30726
30738
  .k-taskboard-column {
30727
30739
  width: 320px;
30728
30740
  border-width: 1px;
30729
- border-radius: 0.125rem;
30741
+ border-radius: 0.1875rem;
30730
30742
  border-style: solid;
30731
30743
  outline: none;
30732
30744
  display: flex;
@@ -30825,7 +30837,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30825
30837
  }
30826
30838
 
30827
30839
  .k-taskboard-card {
30828
- border-radius: 0.25rem;
30840
+ border-radius: 0.375rem;
30829
30841
  border-width: 1px;
30830
30842
  }
30831
30843
 
@@ -30858,7 +30870,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30858
30870
  }
30859
30871
 
30860
30872
  .k-taskboard-drag-placeholder {
30861
- border-radius: 0.25rem;
30873
+ border-radius: 0.375rem;
30862
30874
  border-width: 1px;
30863
30875
  border-style: solid;
30864
30876
  position: relative;
@@ -30963,7 +30975,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30963
30975
  border-style: solid;
30964
30976
  box-sizing: border-box;
30965
30977
  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";
30978
+ 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
30979
  font-size: 1rem;
30968
30980
  line-height: 1.5;
30969
30981
  display: flex;
@@ -31013,7 +31025,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31013
31025
  }
31014
31026
 
31015
31027
  .k-editor-inline {
31016
- border-radius: 0.25rem;
31028
+ border-radius: 0.375rem;
31017
31029
  padding: 0.25rem 0.5rem;
31018
31030
  border: 1px solid transparent;
31019
31031
  word-wrap: break-word;
@@ -31411,7 +31423,7 @@ td.k-editor-content {
31411
31423
  white-space: nowrap;
31412
31424
  overflow: hidden;
31413
31425
  cursor: pointer;
31414
- border-radius: 0.25rem;
31426
+ border-radius: 0.375rem;
31415
31427
  }
31416
31428
 
31417
31429
  .k-filebrowser .k-tile .k-i-file,
@@ -31687,7 +31699,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31687
31699
  border-style: solid;
31688
31700
  box-sizing: border-box;
31689
31701
  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";
31702
+ 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
31703
  font-size: 1rem;
31692
31704
  line-height: 1.5;
31693
31705
  -webkit-touch-callout: none;
@@ -31862,7 +31874,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31862
31874
  border-style: solid;
31863
31875
  box-sizing: border-box;
31864
31876
  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";
31877
+ 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
31878
  font-size: 1rem;
31867
31879
  line-height: 1.5;
31868
31880
  display: flex;
@@ -32355,7 +32367,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32355
32367
  }
32356
32368
 
32357
32369
  .k-task-single {
32358
- border-radius: 0.25rem;
32370
+ border-radius: 0.375rem;
32359
32371
  border-width: 1px;
32360
32372
  border-style: solid;
32361
32373
  box-sizing: border-box;
@@ -32398,7 +32410,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32398
32410
  }
32399
32411
 
32400
32412
  .k-task-complete {
32401
- border-radius: 0.25rem;
32413
+ border-radius: 0.375rem;
32402
32414
  width: 20%;
32403
32415
  position: absolute;
32404
32416
  z-index: 1;
@@ -32933,7 +32945,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32933
32945
  border-style: solid;
32934
32946
  box-sizing: border-box;
32935
32947
  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";
32948
+ 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
32949
  font-size: 1rem;
32938
32950
  line-height: 1.5;
32939
32951
  display: flex;
@@ -33307,12 +33319,12 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
33307
33319
 
33308
33320
  kendo-scheduler .k-event,
33309
33321
  .k-event {
33310
- border-radius: 0.25rem;
33322
+ border-radius: 0.375rem;
33311
33323
  min-height: 25px;
33312
33324
  box-sizing: border-box;
33313
33325
  border-width: 0;
33314
33326
  border-style: solid;
33315
- border-radius: 0.25rem;
33327
+ border-radius: 0.375rem;
33316
33328
  text-align: left;
33317
33329
  outline: 0;
33318
33330
  cursor: default;
@@ -33785,7 +33797,7 @@ kendo-scheduler .k-recurrence-editor {
33785
33797
 
33786
33798
  .k-scheduler-tooltip .k-tooltip-event {
33787
33799
  padding: 0.25rem 0.5rem;
33788
- border-radius: 0.25rem;
33800
+ border-radius: 0.375rem;
33789
33801
  box-sizing: border-box;
33790
33802
  display: flex;
33791
33803
  flex-direction: row;
@@ -34143,7 +34155,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34143
34155
  border-style: solid;
34144
34156
  box-sizing: border-box;
34145
34157
  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";
34158
+ 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
34159
  font-size: 1rem;
34148
34160
  line-height: 1.5;
34149
34161
  display: flex;
@@ -34735,7 +34747,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34735
34747
  border-style: solid;
34736
34748
  box-sizing: border-box;
34737
34749
  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";
34750
+ 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
34751
  font-size: 1rem;
34740
34752
  line-height: 1.5;
34741
34753
  display: block;
@@ -34840,7 +34852,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34840
34852
  .k-timeline {
34841
34853
  box-sizing: border-box;
34842
34854
  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";
34855
+ 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
34856
  font-size: 1rem;
34845
34857
  line-height: 1.5;
34846
34858
  display: block;
@@ -34868,7 +34880,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34868
34880
  display: inline-block;
34869
34881
  text-align: center;
34870
34882
  padding: 0.375rem 0.75rem;
34871
- border-radius: 0.25rem;
34883
+ border-radius: 0.375rem;
34872
34884
  line-height: 1.5;
34873
34885
  min-width: 80px;
34874
34886
  max-width: calc(80px + 2 * 40px);
@@ -34925,7 +34937,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34925
34937
  }
34926
34938
 
34927
34939
  .k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
34928
- border-radius: 0.25rem;
34940
+ border-radius: 0.375rem;
34929
34941
  }
34930
34942
 
34931
34943
  .k-timeline-card .k-timeline-card-callout.k-callout-w, .k-timeline-card .k-timeline-card-callout.k-callout-e {
@@ -34962,7 +34974,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34962
34974
  height: 100%;
34963
34975
  width: 6px;
34964
34976
  transform: translateX(-50%);
34965
- border-radius: 0.375rem;
34977
+ border-radius: 0.5625rem;
34966
34978
  }
34967
34979
 
34968
34980
  .k-timeline-vertical .k-timeline-flag-wrap {
@@ -35004,7 +35016,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
35004
35016
  }
35005
35017
 
35006
35018
  .k-timeline-vertical .k-timeline-card .k-card .k-card-header {
35007
- border-radius: 0.25rem;
35019
+ border-radius: 0.375rem;
35008
35020
  }
35009
35021
 
35010
35022
  .k-timeline-vertical .k-timeline-card .k-card .k-card-title {
@@ -35309,7 +35321,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
35309
35321
  border-style: solid;
35310
35322
  box-sizing: border-box;
35311
35323
  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";
35324
+ 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
35325
  font-size: 1rem;
35314
35326
  line-height: 1.5;
35315
35327
  display: flex;
@@ -35534,7 +35546,7 @@ kendo-scrollview.k-scrollview,
35534
35546
  border-style: solid;
35535
35547
  box-sizing: border-box;
35536
35548
  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";
35549
+ 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
35550
  font-size: 1rem;
35539
35551
  line-height: 1.5;
35540
35552
  position: relative;
@@ -35851,7 +35863,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35851
35863
  border-style: solid;
35852
35864
  box-sizing: border-box;
35853
35865
  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";
35866
+ 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
35867
  font-size: 1rem;
35856
35868
  line-height: 1.5;
35857
35869
  -webkit-touch-callout: none;
@@ -35895,7 +35907,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35895
35907
  }
35896
35908
 
35897
35909
  .k-chart-tooltip {
35898
- border-radius: 0.25rem;
35910
+ border-radius: 0.375rem;
35899
35911
  font-size: 0.929rem;
35900
35912
  line-height: 1.5;
35901
35913
  padding: 0.25rem 0.5rem;
@@ -36001,7 +36013,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36001
36013
  }
36002
36014
 
36003
36015
  .k-navigator-hint .k-scroll {
36004
- border-radius: 0.25rem;
36016
+ border-radius: 0.375rem;
36005
36017
  position: absolute;
36006
36018
  height: 4px;
36007
36019
  }
@@ -36080,7 +36092,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36080
36092
  border-width: 1px;
36081
36093
  border-style: solid;
36082
36094
  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";
36095
+ 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
36096
  font-size: 1rem;
36085
36097
  line-height: 1.5;
36086
36098
  display: block;
@@ -36208,7 +36220,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36208
36220
  }
36209
36221
 
36210
36222
  .k-var--border-radius {
36211
- margin-top: 0.25rem;
36223
+ margin-top: 0.375rem;
36212
36224
  }
36213
36225
 
36214
36226
  .k-var--normal-background {
@@ -36538,7 +36550,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36538
36550
  border-style: solid;
36539
36551
  font-size: 1rem;
36540
36552
  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";
36553
+ 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
36554
  }
36543
36555
 
36544
36556
  .k-map *,
@@ -36682,7 +36694,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36682
36694
  padding: 1.5rem 1.5rem;
36683
36695
  box-sizing: border-box;
36684
36696
  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";
36697
+ 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
36698
  line-height: 1.5;
36687
36699
  overflow: auto;
36688
36700
  }
@@ -36713,7 +36725,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36713
36725
  }
36714
36726
 
36715
36727
  .k-orgchart-node-group-container {
36716
- border-radius: 0.25rem;
36728
+ border-radius: 0.375rem;
36717
36729
  padding: 1.5rem 1.5rem;
36718
36730
  border-width: 1px;
36719
36731
  border-style: solid;