@progress/kendo-theme-bootstrap 5.5.1-dev.1 → 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 {
@@ -11350,6 +11350,7 @@ kendo-sortable {
11350
11350
 
11351
11351
  .k-list-md {
11352
11352
  font-size: 1rem;
11353
+ line-height: 1.5;
11353
11354
  }
11354
11355
 
11355
11356
  .k-list-md .k-list-group-sticky-header {
@@ -11366,6 +11367,7 @@ kendo-sortable {
11366
11367
 
11367
11368
  .k-list-lg {
11368
11369
  font-size: 1rem;
11370
+ line-height: 1.5;
11369
11371
  }
11370
11372
 
11371
11373
  .k-list-lg .k-list-group-sticky-header {
@@ -11662,7 +11664,7 @@ kendo-sortable {
11662
11664
  }
11663
11665
 
11664
11666
  .k-popup {
11665
- border-radius: 0.25rem;
11667
+ border-radius: 0.375rem;
11666
11668
  margin: 0;
11667
11669
  padding: 0;
11668
11670
  border-width: 1px;
@@ -11680,7 +11682,7 @@ kendo-sortable {
11680
11682
  }
11681
11683
 
11682
11684
  .k-animation-container {
11683
- border-radius: 0 0 0.25rem 0.25rem;
11685
+ border-radius: 0 0 0.375rem 0.375rem;
11684
11686
  }
11685
11687
 
11686
11688
  .k-animation-container-shown {
@@ -11722,7 +11724,7 @@ kendo-sortable {
11722
11724
  }
11723
11725
 
11724
11726
  .k-animation-container {
11725
- border-radius: 0 0 0.25rem 0.25rem;
11727
+ border-radius: 0 0 0.375rem 0.375rem;
11726
11728
  }
11727
11729
 
11728
11730
  .k-ripple-target {
@@ -11856,15 +11858,15 @@ a.k-badge:hover,
11856
11858
  }
11857
11859
 
11858
11860
  .k-badge-rounded.k-badge-sm {
11859
- border-radius: 0.125rem;
11861
+ border-radius: 0.1875rem;
11860
11862
  }
11861
11863
 
11862
11864
  .k-badge-rounded.k-badge-md {
11863
- border-radius: 0.25rem;
11865
+ border-radius: 0.375rem;
11864
11866
  }
11865
11867
 
11866
11868
  .k-badge-rounded.k-badge-lg {
11867
- border-radius: 0.375rem;
11869
+ border-radius: 0.5625rem;
11868
11870
  }
11869
11871
 
11870
11872
  .k-badge-pill {
@@ -12131,7 +12133,7 @@ kendo-badge-container {
12131
12133
  border-style: solid;
12132
12134
  color: inherit;
12133
12135
  background: none;
12134
- 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";
12135
12137
  text-align: center;
12136
12138
  text-decoration: none;
12137
12139
  white-space: nowrap;
@@ -13371,7 +13373,7 @@ kendo-badge-container {
13371
13373
  border-width: 1px;
13372
13374
  border-style: solid;
13373
13375
  outline: 0;
13374
- 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";
13375
13377
  font-size: 1rem;
13376
13378
  line-height: 1.5;
13377
13379
  font-weight: normal;
@@ -14659,7 +14661,7 @@ textarea.k-input-inner {
14659
14661
  .k-avatar-text,
14660
14662
  .k-avatar-initials {
14661
14663
  font-size: 1rem;
14662
- 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";
14663
14665
  line-height: 1.5;
14664
14666
  }
14665
14667
 
@@ -14815,7 +14817,7 @@ textarea.k-input-inner {
14815
14817
  border-width: 1px;
14816
14818
  border-style: solid;
14817
14819
  outline: 0;
14818
- 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";
14819
14821
  font-size: 1rem;
14820
14822
  line-height: 1.25;
14821
14823
  display: inline-flex;
@@ -15184,7 +15186,7 @@ textarea.k-input-inner {
15184
15186
  width: 100%;
15185
15187
  height: 100%;
15186
15188
  border-width: 1px;
15187
- border-radius: 0.25rem;
15189
+ border-radius: 0.375rem;
15188
15190
  box-sizing: border-box;
15189
15191
  border-style: solid;
15190
15192
  display: inline-flex;
@@ -15590,7 +15592,7 @@ textarea.k-input-inner {
15590
15592
  .k-loader-container-panel {
15591
15593
  border-width: 1px;
15592
15594
  border-style: solid;
15593
- border-radius: 0.25rem;
15595
+ border-radius: 0.375rem;
15594
15596
  }
15595
15597
 
15596
15598
  .k-loader-container-sm .k-loader-container-inner {
@@ -15683,7 +15685,7 @@ textarea.k-input-inner {
15683
15685
  }
15684
15686
 
15685
15687
  .k-skeleton-text {
15686
- border-radius: 0.25rem;
15688
+ border-radius: 0.375rem;
15687
15689
  transform: scale(1, 0.6);
15688
15690
  }
15689
15691
 
@@ -15756,7 +15758,7 @@ textarea.k-input-inner {
15756
15758
  border-style: solid;
15757
15759
  box-sizing: border-box;
15758
15760
  outline: 0;
15759
- 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";
15760
15762
  font-size: 1rem;
15761
15763
  line-height: 1.5;
15762
15764
  display: flex;
@@ -16096,7 +16098,7 @@ textarea.k-input-inner {
16096
16098
  }
16097
16099
 
16098
16100
  .k-context-menu-popup .k-context-menu {
16099
- border-radius: 0.25rem;
16101
+ border-radius: 0.375rem;
16100
16102
  }
16101
16103
 
16102
16104
  .k-context-menu-popup .k-header {
@@ -16176,7 +16178,7 @@ textarea.k-input-inner {
16176
16178
  border-style: solid;
16177
16179
  box-sizing: border-box;
16178
16180
  outline: 0;
16179
- 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";
16180
16182
  font-size: 1rem;
16181
16183
  line-height: 1.5;
16182
16184
  list-style: none;
@@ -16893,7 +16895,7 @@ kendo-label > .k-label {
16893
16895
  }
16894
16896
 
16895
16897
  .k-tooltip {
16896
- border-radius: 0.25rem;
16898
+ border-radius: 0.375rem;
16897
16899
  margin: 0;
16898
16900
  padding: 0.25rem 0.5rem;
16899
16901
  border-width: 0px;
@@ -16901,7 +16903,7 @@ kendo-label > .k-label {
16901
16903
  box-sizing: border-box;
16902
16904
  background-repeat: repeat-x;
16903
16905
  outline: 0;
16904
- 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";
16905
16907
  font-size: 0.875rem;
16906
16908
  line-height: 1.5;
16907
16909
  display: flex;
@@ -17130,7 +17132,7 @@ kendo-label > .k-label {
17130
17132
  height: 200px;
17131
17133
  border-width: 0;
17132
17134
  outline: 0;
17133
- 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";
17134
17136
  font-size: 1rem;
17135
17137
  line-height: 1.5;
17136
17138
  vertical-align: top;
@@ -17247,13 +17249,13 @@ kendo-label > .k-label {
17247
17249
  }
17248
17250
 
17249
17251
  .k-progressbar {
17250
- border-radius: 0.25rem;
17252
+ border-radius: 0.375rem;
17251
17253
  --kendo-progressbar-progress: 0;
17252
17254
  border-width: 0px;
17253
17255
  border-style: solid;
17254
17256
  box-sizing: border-box;
17255
17257
  outline: 0;
17256
- 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";
17257
17259
  font-size: 0.75rem;
17258
17260
  line-height: 1;
17259
17261
  display: inline-grid;
@@ -17475,6 +17477,45 @@ kendo-label > .k-label {
17475
17477
  -ms-grid-row-align: start;
17476
17478
  }
17477
17479
 
17480
+ .k-circular-progressbar {
17481
+ display: inline-block;
17482
+ text-align: left;
17483
+ position: relative;
17484
+ }
17485
+
17486
+ .k-circular-progressbar-surface {
17487
+ height: 100%;
17488
+ }
17489
+
17490
+ .k-circular-progressbar-surface > div {
17491
+ width: 100%;
17492
+ height: 100%;
17493
+ }
17494
+
17495
+ .k-circular-progressbar-surface svg {
17496
+ width: 100%;
17497
+ height: 100%;
17498
+ }
17499
+
17500
+ .k-circular-progressbar-scale {
17501
+ fill: none;
17502
+ }
17503
+
17504
+ .k-circular-progressbar-arc {
17505
+ transform-box: fill-box;
17506
+ transform-origin: center center;
17507
+ transform: rotate(-90deg);
17508
+ stroke-linecap: round;
17509
+ fill: none;
17510
+ }
17511
+
17512
+ .k-circular-progressbar-label {
17513
+ position: absolute;
17514
+ text-align: center;
17515
+ padding: 0;
17516
+ margin: 0;
17517
+ }
17518
+
17478
17519
  @keyframes progressbar-indeterminate-animation {
17479
17520
  from {
17480
17521
  background-position: 0 0;
@@ -17507,6 +17548,15 @@ kendo-label > .k-label {
17507
17548
  animation: progressbar-indeterminate-animation 1s linear infinite;
17508
17549
  }
17509
17550
 
17551
+ .k-circular-progressbar-scale {
17552
+ stroke: #e9ecef;
17553
+ }
17554
+
17555
+ .k-circular-progressbar-arc {
17556
+ stroke: #0d6efd;
17557
+ transition: stroke .5s ease;
17558
+ }
17559
+
17510
17560
  .k-radio {
17511
17561
  border-radius: 50%;
17512
17562
  margin: 0;
@@ -17750,7 +17800,7 @@ kendo-label > .k-label {
17750
17800
  border: 0;
17751
17801
  box-sizing: border-box;
17752
17802
  outline: 0;
17753
- 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";
17754
17804
  font-size: 1rem;
17755
17805
  line-height: 1.5;
17756
17806
  background: none;
@@ -18277,7 +18327,7 @@ kendo-label > .k-label {
18277
18327
 
18278
18328
  .k-slider .k-slider-track,
18279
18329
  .k-slider .k-slider-selection {
18280
- border-radius: 0.25rem;
18330
+ border-radius: 0.375rem;
18281
18331
  }
18282
18332
 
18283
18333
  .k-slider .k-slider-track {
@@ -18324,11 +18374,13 @@ kendo-label > .k-label {
18324
18374
  }
18325
18375
 
18326
18376
  .k-calendar {
18377
+ inline-size: var(--INTERNAL--kendo-calendar-width, min-content);
18378
+ block-size: var(--INTERNAL--kendo-calendar-height, min-content);
18327
18379
  border-width: 1px;
18328
18380
  border-style: solid;
18329
18381
  box-sizing: border-box;
18330
18382
  outline: 0;
18331
- 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";
18332
18384
  font-size: 1rem;
18333
18385
  line-height: 1.5;
18334
18386
  position: relative;
@@ -18344,14 +18396,8 @@ kendo-label > .k-label {
18344
18396
  border: 0;
18345
18397
  }
18346
18398
 
18347
- .k-calendar .k-link {
18348
- white-space: normal;
18349
- position: relative;
18350
- overflow: hidden;
18351
- }
18352
-
18353
18399
  .k-calendar-table {
18354
- margin: 0;
18400
+ margin: 0 auto;
18355
18401
  border-width: 0;
18356
18402
  border-color: inherit;
18357
18403
  border-spacing: 0;
@@ -18359,8 +18405,7 @@ kendo-label > .k-label {
18359
18405
  table-layout: fixed;
18360
18406
  text-align: center;
18361
18407
  outline: 0;
18362
- display: inline-table;
18363
- vertical-align: top;
18408
+ display: table;
18364
18409
  position: relative;
18365
18410
  z-index: 1;
18366
18411
  }
@@ -18398,10 +18443,29 @@ kendo-label > .k-label {
18398
18443
  }
18399
18444
 
18400
18445
  .k-calendar-td {
18401
- border-radius: 0.25rem;
18446
+ border-radius: 0.375rem;
18447
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
18448
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, min-content);
18402
18449
  border-color: transparent;
18403
18450
  }
18404
18451
 
18452
+ .k-calendar .k-calendar-cell-inner, .k-calendar .k-link {
18453
+ border-radius: 0.375rem;
18454
+ padding: 0.5rem 0.5rem;
18455
+ padding-inline: var(--INTERNAL--kendo-calendar-cell-padding-x, 0.5rem);
18456
+ padding-block: var(--INTERNAL--kendo-calendar-cell-padding-y, 0.5rem);
18457
+ width: 100%;
18458
+ height: 100%;
18459
+ box-sizing: border-box;
18460
+ display: flex;
18461
+ flex-direction: row;
18462
+ align-items: center;
18463
+ justify-content: center;
18464
+ white-space: normal;
18465
+ position: relative;
18466
+ overflow: hidden;
18467
+ }
18468
+
18405
18469
  .k-calendar .k-header {
18406
18470
  padding: 0.25rem 0.25rem;
18407
18471
  border-bottom-width: 1px;
@@ -18430,7 +18494,8 @@ kendo-label > .k-label {
18430
18494
  }
18431
18495
 
18432
18496
  .k-calendar-header .k-today,
18433
- .k-calendar-header .k-nav-today {
18497
+ .k-calendar-header .k-nav-today,
18498
+ .k-calendar-header .k-calendar-nav-today {
18434
18499
  text-decoration: none;
18435
18500
  cursor: pointer;
18436
18501
  outline: none;
@@ -18454,6 +18519,7 @@ kendo-label > .k-label {
18454
18519
  margin: auto;
18455
18520
  padding: 0 0.25rem;
18456
18521
  width: 266px;
18522
+ inline-size: var(--INTERNAL--kendo-calendar-view-width, 266px);
18457
18523
  min-height: 266px;
18458
18524
  box-sizing: content-box;
18459
18525
  gap: 1rem;
@@ -18462,58 +18528,45 @@ kendo-label > .k-label {
18462
18528
  overflow: hidden;
18463
18529
  }
18464
18530
 
18465
- .k-calendar-view .k-link {
18466
- border-radius: 0.25rem;
18467
- padding: 0.5rem 0.5rem;
18468
- box-sizing: border-box;
18469
- display: flex;
18470
- flex-direction: row;
18471
- align-items: center;
18472
- justify-content: center;
18473
- }
18474
-
18475
18531
  .k-week-number .k-calendar-view {
18476
18532
  width: 304px;
18477
18533
  }
18478
18534
 
18535
+ .k-month-calendar .k-calendar-td,
18479
18536
  .k-calendar-monthview .k-calendar-td {
18480
18537
  width: 38px;
18481
18538
  height: 38px;
18539
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, 38px);
18540
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, 38px);
18482
18541
  }
18483
18542
 
18484
- .k-calendar-monthview .k-link {
18485
- width: 38px;
18486
- height: 38px;
18487
- }
18488
-
18543
+ .k-year-calendar .k-calendar-td,
18489
18544
  .k-calendar-yearview .k-calendar-td {
18490
- width: auto;
18491
- height: auto;
18492
- }
18493
-
18494
- .k-calendar-yearview .k-link {
18495
18545
  width: 66.5px;
18496
18546
  height: 66.5px;
18547
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, 66.5px);
18548
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, 66.5px);
18497
18549
  }
18498
18550
 
18551
+ .k-decade-calendar .k-calendar-td,
18499
18552
  .k-calendar-decadeview .k-calendar-td {
18500
- width: auto;
18501
- height: auto;
18502
- }
18503
-
18504
- .k-calendar-decadeview .k-link {
18505
18553
  width: 66.5px;
18506
18554
  height: 66.5px;
18555
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, 66.5px);
18556
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, 66.5px);
18507
18557
  }
18508
18558
 
18559
+ .k-century-calendar .k-calendar-td,
18509
18560
  .k-calendar-centuryview .k-calendar-td {
18510
- width: auto;
18511
- height: auto;
18561
+ width: 66.5px;
18562
+ height: 66.5px;
18563
+ inline-size: var(--INTERNAL--kendo-calendar-cell-size, 66.5px);
18564
+ block-size: var(--INTERNAL--kendo-calendar-cell-size, 66.5px);
18512
18565
  }
18513
18566
 
18567
+ .k-century-calendar .k-calendar-cell-inner, .k-century-calendar .k-link,
18568
+ .k-calendar-centuryview .k-calendar-cell-inner,
18514
18569
  .k-calendar-centuryview .k-link {
18515
- width: 66.5px;
18516
- height: 66.5px;
18517
18570
  text-align: left;
18518
18571
  }
18519
18572
 
@@ -18551,6 +18604,90 @@ kendo-label > .k-label {
18551
18604
  right: 0;
18552
18605
  }
18553
18606
 
18607
+ .k-calendar-sm {
18608
+ --INTERNAL--kendo-calendar-view-width: 256px;
18609
+ --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-sm-cell-padding-x, 0.125rem );
18610
+ --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-sm-cell-padding-y, 0.125rem );
18611
+ font-size: 1rem;
18612
+ line-height: 1.5;
18613
+ }
18614
+
18615
+ .k-calendar-sm.k-month-calendar,
18616
+ .k-calendar-sm .k-calendar-monthview {
18617
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-month-cell-size, 32px );
18618
+ }
18619
+
18620
+ .k-calendar-sm.k-year-calendar,
18621
+ .k-calendar-sm .k-calendar-yearview {
18622
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-year-cell-size, 56px );
18623
+ }
18624
+
18625
+ .k-calendar-sm.k-decade-calendar,
18626
+ .k-calendar-sm .k-calendar-decadeview {
18627
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-decade-cell-size, 56px );
18628
+ }
18629
+
18630
+ .k-calendar-sm.k-century-calendar,
18631
+ .k-calendar-sm .k-calendar-centuryview {
18632
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-sm-century-cell-size, 56px );
18633
+ }
18634
+
18635
+ .k-calendar-md {
18636
+ --INTERNAL--kendo-calendar-view-width: 288px;
18637
+ --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-md-cell-padding-x, 0.25rem );
18638
+ --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-md-cell-padding-y, 0.25rem );
18639
+ font-size: 1rem;
18640
+ line-height: 1.5;
18641
+ }
18642
+
18643
+ .k-calendar-md.k-month-calendar,
18644
+ .k-calendar-md .k-calendar-monthview {
18645
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-month-cell-size, 36px );
18646
+ }
18647
+
18648
+ .k-calendar-md.k-year-calendar,
18649
+ .k-calendar-md .k-calendar-yearview {
18650
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-year-cell-size, 63px );
18651
+ }
18652
+
18653
+ .k-calendar-md.k-decade-calendar,
18654
+ .k-calendar-md .k-calendar-decadeview {
18655
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-decade-cell-size, 63px );
18656
+ }
18657
+
18658
+ .k-calendar-md.k-century-calendar,
18659
+ .k-calendar-md .k-calendar-centuryview {
18660
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-md-century-cell-size, 63px );
18661
+ }
18662
+
18663
+ .k-calendar-lg {
18664
+ --INTERNAL--kendo-calendar-view-width: 320px;
18665
+ --INTERNAL--kendo-calendar-cell-padding-x: var( --kendo-calendar-lg-cell-padding-x, 0.25rem );
18666
+ --INTERNAL--kendo-calendar-cell-padding-y: var( --kendo-calendar-lg-cell-padding-y, 0.25rem );
18667
+ font-size: 1.25rem;
18668
+ line-height: 2;
18669
+ }
18670
+
18671
+ .k-calendar-lg.k-month-calendar,
18672
+ .k-calendar-lg .k-calendar-monthview {
18673
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-month-cell-size, 40px );
18674
+ }
18675
+
18676
+ .k-calendar-lg.k-year-calendar,
18677
+ .k-calendar-lg .k-calendar-yearview {
18678
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-year-cell-size, 70px );
18679
+ }
18680
+
18681
+ .k-calendar-lg.k-decade-calendar,
18682
+ .k-calendar-lg .k-calendar-decadeview {
18683
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-decade-cell-size, 70px );
18684
+ }
18685
+
18686
+ .k-calendar-lg.k-century-calendar,
18687
+ .k-calendar-lg .k-calendar-centuryview {
18688
+ --INTERNAL--kendo-calendar-cell-size: var( --kendo-calendar-lg-century-cell-size, 70px );
18689
+ }
18690
+
18554
18691
  .k-calendar-infinite {
18555
18692
  box-sizing: content-box;
18556
18693
  display: inline-flex;
@@ -18707,10 +18844,14 @@ kendo-label > .k-label {
18707
18844
  .k-rtl .k-calendar .k-nav-next,
18708
18845
  .k-rtl .k-calendar .k-prev-view,
18709
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,
18710
18849
  .k-calendar[dir="rtl"] .k-nav-prev,
18711
18850
  .k-calendar[dir="rtl"] .k-nav-next,
18712
18851
  .k-calendar[dir="rtl"] .k-prev-view,
18713
- .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 {
18714
18855
  transform: scaleX(-1);
18715
18856
  }
18716
18857
 
@@ -18756,11 +18897,18 @@ kendo-label > .k-label {
18756
18897
  box-shadow: none;
18757
18898
  }
18758
18899
 
18759
- .k-calendar .k-nav-today {
18900
+ .k-calendar .k-nav-today,
18901
+ .k-calendar .k-calendar-nav-today {
18760
18902
  color: #0d6efd;
18761
18903
  }
18762
18904
 
18763
- .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-state-focus, .k-calendar .k-nav-today.k-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 {
18764
18912
  color: #0a58ca;
18765
18913
  }
18766
18914
 
@@ -18771,12 +18919,13 @@ kendo-label > .k-label {
18771
18919
  color: #6c757d;
18772
18920
  }
18773
18921
 
18774
- .k-calendar .k-calendar-view .k-today .k-link {
18922
+ .k-calendar .k-calendar-view .k-today .k-calendar-cell-inner, .k-calendar .k-calendar-view .k-today .k-link {
18775
18923
  box-shadow: inset 0 0 0 1px #0d6efd;
18776
18924
  }
18777
18925
 
18778
- .k-calendar .k-calendar-view .k-today.k-state-focused .k-link,
18779
- .k-calendar .k-calendar-view .k-today.k-focus .k-link {
18926
+ .k-calendar .k-calendar-view .k-today.k-focus .k-calendar-cell-inner, .k-calendar .k-calendar-view .k-today.k-focus .k-link,
18927
+ .k-calendar .k-calendar-view .k-today.k-state-focused .k-calendar-cell-inner,
18928
+ .k-calendar .k-calendar-view .k-today.k-state-focused .k-link {
18780
18929
  box-shadow: inset 0 0 0 1px #0d6efd, inset 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
18781
18930
  }
18782
18931
 
@@ -18794,45 +18943,49 @@ kendo-label > .k-label {
18794
18943
  visibility: hidden;
18795
18944
  }
18796
18945
 
18797
- .k-calendar .k-calendar-td:hover .k-link,
18798
- .k-calendar .k-calendar-td.k-state-hover .k-link,
18799
- .k-calendar .k-calendar-td.k-hover .k-link {
18946
+ .k-calendar .k-calendar-td:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td:hover .k-link,
18947
+ .k-calendar .k-calendar-td.k-hover .k-calendar-cell-inner,
18948
+ .k-calendar .k-calendar-td.k-hover .k-link,
18949
+ .k-calendar .k-calendar-td.k-state-hover .k-calendar-cell-inner,
18950
+ .k-calendar .k-calendar-td.k-state-hover .k-link {
18800
18951
  border-color: #d6d9dc;
18801
18952
  color: #212529;
18802
18953
  background-color: #e9ecef;
18803
18954
  }
18804
18955
 
18805
- .k-calendar .k-calendar-td.k-state-selected .k-link,
18806
- .k-calendar .k-calendar-td.k-selected .k-link {
18956
+ .k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link,
18957
+ .k-calendar .k-calendar-td.k-state-selected .k-calendar-cell-inner,
18958
+ .k-calendar .k-calendar-td.k-state-selected .k-link {
18807
18959
  border-color: #0c65e9;
18808
18960
  color: white;
18809
18961
  background-color: #0d6efd;
18810
18962
  }
18811
18963
 
18812
- .k-calendar .k-calendar-td.k-state-selected:hover .k-link,
18813
- .k-calendar .k-calendar-td.k-selected:hover .k-link,
18814
- .k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link,
18964
+ .k-calendar .k-calendar-td.k-selected:hover .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:hover .k-link,
18965
+ .k-calendar .k-calendar-td.k-selected.k-hover .k-calendar-cell-inner,
18815
18966
  .k-calendar .k-calendar-td.k-selected.k-hover .k-link,
18816
- .k-calendar .k-calendar-td.k-selected:hover .k-link,
18817
- .k-calendar .k-calendar-td.k-selected.k-hover .k-link {
18967
+ .k-calendar .k-calendar-td.k-state-selected:hover .k-calendar-cell-inner,
18968
+ .k-calendar .k-calendar-td.k-state-selected:hover .k-link {
18818
18969
  border-color: #e4e5e6;
18819
18970
  color: white;
18820
18971
  background-color: #0c6af3;
18821
18972
  }
18822
18973
 
18823
- .k-calendar .k-calendar-td.k-state-focused .k-link,
18974
+ .k-calendar .k-calendar-td:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td:focus .k-link,
18975
+ .k-calendar .k-calendar-td.k-focus .k-calendar-cell-inner,
18824
18976
  .k-calendar .k-calendar-td.k-focus .k-link,
18977
+ .k-calendar .k-calendar-td.k-state-focus .k-calendar-cell-inner,
18825
18978
  .k-calendar .k-calendar-td.k-state-focus .k-link,
18826
- .k-calendar .k-calendar-td.k-focus .k-link {
18979
+ .k-calendar .k-calendar-td.k-state-focused .k-calendar-cell-inner,
18980
+ .k-calendar .k-calendar-td.k-state-focused .k-link {
18827
18981
  box-shadow: inset 0 0 0 0.25rem rgba(228, 231, 235, 0.5);
18828
18982
  }
18829
18983
 
18830
- .k-calendar .k-calendar-td.k-state-selected.k-state-focused .k-link,
18831
- .k-calendar .k-calendar-td.k-selected.k-focused .k-link,
18832
- .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link,
18984
+ .k-calendar .k-calendar-td.k-selected:focus .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected:focus .k-link,
18985
+ .k-calendar .k-calendar-td.k-selected.k-focus .k-calendar-cell-inner,
18833
18986
  .k-calendar .k-calendar-td.k-selected.k-focus .k-link,
18834
- .k-calendar .k-calendar-td.k-selected:focus .k-link,
18835
- .k-calendar .k-calendar-td.k-selected.k-focus .k-link {
18987
+ .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-calendar-cell-inner,
18988
+ .k-calendar .k-calendar-td.k-state-selected.k-state-focus .k-link {
18836
18989
  box-shadow: inset 0 0 0 2px rgba(2, 82, 201, 0.5);
18837
18990
  }
18838
18991
 
@@ -18843,8 +18996,8 @@ kendo-label > .k-label {
18843
18996
  }
18844
18997
 
18845
18998
  .k-calendar .k-calendar-navigation li:hover,
18846
- .k-calendar .k-calendar-navigation li.k-state-hover,
18847
- .k-calendar .k-calendar-navigation li.k-hover {
18999
+ .k-calendar .k-calendar-navigation li.k-hover,
19000
+ .k-calendar .k-calendar-navigation li.k-state-hover {
18848
19001
  color: #0a58ca;
18849
19002
  }
18850
19003
 
@@ -18871,13 +19024,6 @@ kendo-label > .k-label {
18871
19024
  .k-calendar .k-range-start,
18872
19025
  .k-calendar .k-range-end,
18873
19026
  .k-calendar .k-range-mid {
18874
- background-image: linear-gradient(transparent 1px, rgba(13, 110, 253, 0.25) 1px, rgba(13, 110, 253, 0.25) calc(100% - 1px), transparent calc(100% - 1px));
18875
- }
18876
-
18877
- .k-ie .k-calendar .k-range-start, .k-ie
18878
- .k-calendar .k-range-end, .k-ie
18879
- .k-calendar .k-range-mid {
18880
- background-image: none;
18881
19027
  background-color: rgba(13, 110, 253, 0.25);
18882
19028
  }
18883
19029
 
@@ -18886,15 +19032,19 @@ kendo-label > .k-label {
18886
19032
  background-color: transparent;
18887
19033
  }
18888
19034
 
18889
- .k-calendar .k-range-start .k-link,
19035
+ .k-calendar .k-range-start .k-calendar-cell-inner, .k-calendar .k-range-start .k-link,
19036
+ .k-calendar .k-range-end .k-calendar-cell-inner,
18890
19037
  .k-calendar .k-range-end .k-link {
18891
19038
  background-color: #0d6efd;
18892
19039
  }
18893
19040
 
19041
+ .k-calendar .k-range-start.k-active .k-calendar-cell-inner, .k-calendar .k-range-start.k-active .k-link,
19042
+ .k-calendar .k-range-start.k-state-active .k-calendar-cell-inner,
18894
19043
  .k-calendar .k-range-start.k-state-active .k-link,
18895
- .k-calendar .k-range-start.k-active .k-link,
18896
- .k-calendar .k-range-end.k-state-active .k-link,
18897
- .k-calendar .k-range-end.k-active .k-link {
19044
+ .k-calendar .k-range-end.k-active .k-calendar-cell-inner,
19045
+ .k-calendar .k-range-end.k-active .k-link,
19046
+ .k-calendar .k-range-end.k-state-active .k-calendar-cell-inner,
19047
+ .k-calendar .k-range-end.k-state-active .k-link {
18898
19048
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
18899
19049
  }
18900
19050
 
@@ -18908,8 +19058,8 @@ kendo-label > .k-label {
18908
19058
  content: "";
18909
19059
  display: block;
18910
19060
  position: absolute;
18911
- top: 1px;
18912
- bottom: 1px;
19061
+ top: 0;
19062
+ bottom: 0;
18913
19063
  width: 5px;
18914
19064
  }
18915
19065
 
@@ -18930,7 +19080,7 @@ kendo-label > .k-label {
18930
19080
  border-style: solid;
18931
19081
  box-sizing: border-box;
18932
19082
  outline: 0;
18933
- 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";
18934
19084
  font-size: 1rem;
18935
19085
  line-height: 1.5;
18936
19086
  position: relative;
@@ -19122,6 +19272,63 @@ kendo-label > .k-label {
19122
19272
  top: calc( 0.65625rem);
19123
19273
  }
19124
19274
 
19275
+ .k-timeselector-sm {
19276
+ font-size: 0.875rem;
19277
+ line-height: 1.4285714286;
19278
+ }
19279
+
19280
+ .k-timeselector-sm .k-time-highlight,
19281
+ .k-timeselector-sm .k-time-list-highlight {
19282
+ height: calc( 1.25rem + 0.5rem);
19283
+ }
19284
+
19285
+ .k-timeselector-sm .k-time-separator {
19286
+ height: calc( 1.25rem + 0.5rem);
19287
+ }
19288
+
19289
+ .k-timeselector-sm .k-time-list-item,
19290
+ .k-timeselector-sm .k-time-list .k-item {
19291
+ padding: 0.25rem 1rem;
19292
+ }
19293
+
19294
+ .k-timeselector-md {
19295
+ font-size: 1rem;
19296
+ line-height: 1.5;
19297
+ }
19298
+
19299
+ .k-timeselector-md .k-time-highlight,
19300
+ .k-timeselector-md .k-time-list-highlight {
19301
+ height: calc( 1.5rem + 0.5rem);
19302
+ }
19303
+
19304
+ .k-timeselector-md .k-time-separator {
19305
+ height: calc( 1.5rem + 0.5rem);
19306
+ }
19307
+
19308
+ .k-timeselector-md .k-time-list-item,
19309
+ .k-timeselector-md .k-time-list .k-item {
19310
+ padding: 0.25rem 1rem;
19311
+ }
19312
+
19313
+ .k-timeselector-lg {
19314
+ font-size: 1rem;
19315
+ line-height: 1.5;
19316
+ }
19317
+
19318
+ .k-timeselector-lg .k-time-highlight,
19319
+ .k-timeselector-lg .k-time-list-highlight {
19320
+ height: calc( 1.5rem + 1rem);
19321
+ }
19322
+
19323
+ .k-timeselector-lg .k-time-separator {
19324
+ height: calc( 1.5rem + 1rem);
19325
+ }
19326
+
19327
+ .k-timeselector-lg .k-time-list-item,
19328
+ .k-timeselector-lg .k-time-list .k-item {
19329
+ padding: 0.5rem 1rem;
19330
+ }
19331
+
19125
19332
  .k-timeselector {
19126
19333
  border-color: #dee2e6;
19127
19334
  color: #212529;
@@ -19171,7 +19378,7 @@ kendo-label > .k-label {
19171
19378
  width: 335px;
19172
19379
  box-sizing: border-box;
19173
19380
  font-size: 1rem;
19174
- 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";
19175
19382
  line-height: 1.5;
19176
19383
  display: flex;
19177
19384
  flex-flow: column nowrap;
@@ -19232,7 +19439,7 @@ kendo-label > .k-label {
19232
19439
  box-sizing: border-box;
19233
19440
  outline: 0;
19234
19441
  font-size: 1rem;
19235
- 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";
19236
19443
  line-height: 0;
19237
19444
  display: inline-flex;
19238
19445
  position: relative;
@@ -19285,7 +19492,7 @@ kendo-label > .k-label {
19285
19492
  }
19286
19493
 
19287
19494
  .k-colorgradient {
19288
- border-radius: 0.25rem;
19495
+ border-radius: 0.375rem;
19289
19496
  width: 328px;
19290
19497
  padding: 1rem 1rem;
19291
19498
  border-style: solid;
@@ -19293,7 +19500,7 @@ kendo-label > .k-label {
19293
19500
  box-sizing: border-box;
19294
19501
  outline: 0;
19295
19502
  font-size: 1rem;
19296
- 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";
19297
19504
  line-height: 1.5;
19298
19505
  display: flex;
19299
19506
  flex-direction: column;
@@ -19314,7 +19521,7 @@ kendo-label > .k-label {
19314
19521
  }
19315
19522
 
19316
19523
  .k-colorgradient-canvas .k-hsv-rectangle {
19317
- border-radius: 0.25rem;
19524
+ border-radius: 0.375rem;
19318
19525
  position: relative;
19319
19526
  flex: 1 1 auto;
19320
19527
  user-select: none;
@@ -19322,7 +19529,7 @@ kendo-label > .k-label {
19322
19529
  }
19323
19530
 
19324
19531
  .k-colorgradient-canvas .k-hsv-gradient {
19325
- border-radius: 0.25rem;
19532
+ border-radius: 0.375rem;
19326
19533
  height: 180px;
19327
19534
  }
19328
19535
 
@@ -19519,14 +19726,14 @@ kendo-label > .k-label {
19519
19726
  }
19520
19727
 
19521
19728
  .k-coloreditor {
19522
- border-radius: 0.25rem;
19729
+ border-radius: 0.375rem;
19523
19730
  min-width: 328px;
19524
19731
  border-width: 1px;
19525
19732
  border-style: solid;
19526
19733
  box-sizing: border-box;
19527
19734
  outline: 0;
19528
19735
  font-size: 1rem;
19529
- 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";
19530
19737
  line-height: 1.5;
19531
19738
  display: inline-flex;
19532
19739
  flex-direction: column;
@@ -19704,7 +19911,7 @@ kendo-label > .k-label {
19704
19911
  background: none;
19705
19912
  box-sizing: border-box;
19706
19913
  outline: 0;
19707
- 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";
19708
19915
  font-size: 1rem;
19709
19916
  line-height: 1.5;
19710
19917
  display: block;
@@ -19929,7 +20136,7 @@ kendo-label > .k-label {
19929
20136
  box-sizing: border-box;
19930
20137
  outline: 0;
19931
20138
  background: none;
19932
- 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";
19933
20140
  font-size: 1rem;
19934
20141
  line-height: 1.5;
19935
20142
  display: inline-flex;
@@ -20317,7 +20524,7 @@ kendo-label > .k-label {
20317
20524
  border-style: solid;
20318
20525
  box-sizing: border-box;
20319
20526
  font-size: 1rem;
20320
- 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";
20321
20528
  line-height: 1.5;
20322
20529
  flex: 1 1 auto;
20323
20530
  display: flex;
@@ -20367,7 +20574,7 @@ kendo-label > .k-label {
20367
20574
  border-style: solid;
20368
20575
  box-sizing: border-box;
20369
20576
  outline: 0;
20370
- 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";
20371
20578
  font-size: 1rem;
20372
20579
  line-height: 1.5;
20373
20580
  position: relative;
@@ -20888,7 +21095,7 @@ kendo-label > .k-label {
20888
21095
  border-style: solid;
20889
21096
  box-sizing: border-box;
20890
21097
  outline: 0;
20891
- 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";
20892
21099
  font-size: 1rem;
20893
21100
  line-height: 1.5;
20894
21101
  list-style: none;
@@ -21042,7 +21249,7 @@ kendo-label > .k-label {
21042
21249
  background-color: transparent;
21043
21250
  font-size: 1rem;
21044
21251
  line-height: 1.5;
21045
- 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";
21046
21253
  text-align: center;
21047
21254
  white-space: nowrap;
21048
21255
  display: inline-flex;
@@ -21648,7 +21855,7 @@ kendo-label > .k-label {
21648
21855
  border-color: transparent;
21649
21856
  box-sizing: border-box;
21650
21857
  font-size: 1rem;
21651
- 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";
21652
21859
  line-height: 1.5;
21653
21860
  overflow-x: hidden;
21654
21861
  overflow-y: auto;
@@ -21662,12 +21869,41 @@ kendo-label > .k-label {
21662
21869
  box-sizing: border-box;
21663
21870
  }
21664
21871
 
21665
- .k-actionsheet-header {
21872
+ .k-actionsheet-fullscreen {
21873
+ max-height: 100%;
21874
+ height: 100%;
21875
+ }
21876
+
21877
+ .k-actionsheet-header, .k-actionsheet-titlebar {
21666
21878
  padding: 0.5rem 1rem;
21667
21879
  border-width: 0;
21668
21880
  border-style: solid;
21669
21881
  border-color: transparent;
21670
21882
  box-sizing: border-box;
21883
+ flex: none;
21884
+ }
21885
+
21886
+ .k-actionsheet-titlebar {
21887
+ display: flex;
21888
+ flex-flow: row nowrap;
21889
+ align-items: center;
21890
+ }
21891
+
21892
+ .k-actionsheet-title {
21893
+ flex: 1;
21894
+ }
21895
+
21896
+ .k-actionsheet-actions {
21897
+ flex: none;
21898
+ }
21899
+
21900
+ .k-actionsheet-content {
21901
+ flex: 1;
21902
+ overflow: auto;
21903
+ }
21904
+
21905
+ .k-actionsheet-footer {
21906
+ flex: none;
21671
21907
  }
21672
21908
 
21673
21909
  .k-actionsheet-items {
@@ -21757,6 +21993,33 @@ kendo-label > .k-label {
21757
21993
  transform: none;
21758
21994
  }
21759
21995
 
21996
+ .k-adaptive-actionsheet {
21997
+ max-width: 100%;
21998
+ width: 100%;
21999
+ display: flex;
22000
+ flex-flow: column nowrap;
22001
+ }
22002
+
22003
+ .k-adaptive-actionsheet .k-calendar {
22004
+ margin-inline: auto;
22005
+ border-width: 0;
22006
+ display: flex;
22007
+ }
22008
+
22009
+ .k-adaptive-actionsheet .k-timeselector {
22010
+ height: 100%;
22011
+ border-width: 0;
22012
+ overflow: hidden;
22013
+ }
22014
+
22015
+ .k-adaptive-actionsheet .k-timeselector .k-time-part {
22016
+ display: contents;
22017
+ }
22018
+
22019
+ .k-adaptive-actionsheet .k-timeselector .k-time-list-wrapper {
22020
+ height: 100%;
22021
+ }
22022
+
21760
22023
  .k-actionsheet {
21761
22024
  border-color: #dee2e6;
21762
22025
  color: #212529;
@@ -21777,13 +22040,13 @@ kendo-label > .k-label {
21777
22040
  }
21778
22041
 
21779
22042
  .k-window {
21780
- border-radius: 0.25rem;
22043
+ border-radius: 0.375rem;
21781
22044
  padding: 0;
21782
22045
  border-width: 1px;
21783
22046
  border-style: solid;
21784
22047
  box-sizing: border-box;
21785
22048
  outline: 0;
21786
- 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";
21787
22050
  font-size: 1rem;
21788
22051
  line-height: 1.5;
21789
22052
  display: inline-flex;
@@ -21813,8 +22076,8 @@ kendo-label > .k-label {
21813
22076
  }
21814
22077
 
21815
22078
  .k-window-titlebar {
21816
- border-top-left-radius: 0.25rem;
21817
- border-top-right-radius: 0.25rem;
22079
+ border-top-left-radius: 0.375rem;
22080
+ border-top-right-radius: 0.375rem;
21818
22081
  padding: 1rem 1rem;
21819
22082
  border-width: 0 0 1px;
21820
22083
  border-style: solid;
@@ -21906,8 +22169,8 @@ kendo-label > .k-label {
21906
22169
 
21907
22170
  .k-window-buttons,
21908
22171
  .k-window-buttongroup {
21909
- border-bottom-right-radius: 0.25rem;
21910
- border-bottom-left-radius: 0.25rem;
22172
+ border-bottom-right-radius: 0.375rem;
22173
+ border-bottom-left-radius: 0.375rem;
21911
22174
  padding: 0.5rem 0.5rem;
21912
22175
  border-width: 1px 0 0;
21913
22176
  border-style: solid;
@@ -21988,8 +22251,8 @@ kendo-label > .k-label {
21988
22251
  }
21989
22252
 
21990
22253
  .k-dialog-buttongroup {
21991
- border-bottom-right-radius: 0.25rem;
21992
- border-bottom-left-radius: 0.25rem;
22254
+ border-bottom-right-radius: 0.375rem;
22255
+ border-bottom-left-radius: 0.375rem;
21993
22256
  padding: 0.5rem 0.5rem;
21994
22257
  border-width: 1px 0 0;
21995
22258
  border-style: solid;
@@ -22034,7 +22297,7 @@ kendo-drawer .k-drawer-wrapper {
22034
22297
  border-style: solid;
22035
22298
  box-sizing: border-box;
22036
22299
  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";
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";
22038
22301
  font-size: 1rem;
22039
22302
  line-height: 1.5;
22040
22303
  display: flex;
@@ -22347,13 +22610,13 @@ kendo-drawer .k-drawer-wrapper {
22347
22610
  }
22348
22611
 
22349
22612
  .k-notification {
22350
- border-radius: 0.25rem;
22613
+ border-radius: 0.375rem;
22351
22614
  padding: 1rem 1rem;
22352
22615
  border-width: 1px;
22353
22616
  border-style: solid;
22354
22617
  box-sizing: border-box;
22355
22618
  outline: 0;
22356
- 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";
22357
22620
  font-size: 0.875rem;
22358
22621
  line-height: 1.5;
22359
22622
  cursor: default;
@@ -22486,12 +22749,12 @@ kendo-card-footer {
22486
22749
  }
22487
22750
 
22488
22751
  .k-card {
22489
- border-radius: 0.25rem;
22752
+ border-radius: 0.375rem;
22490
22753
  border-width: 1px;
22491
22754
  border-style: solid;
22492
22755
  box-sizing: border-box;
22493
22756
  outline: 0;
22494
- 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";
22495
22758
  font-size: 1rem;
22496
22759
  line-height: 1.5;
22497
22760
  display: flex;
@@ -22509,7 +22772,7 @@ kendo-card-footer {
22509
22772
  }
22510
22773
 
22511
22774
  .k-card > .k-card-inner {
22512
- border-radius: calc(0.25rem - 1px);
22775
+ border-radius: calc(0.375rem - 1px);
22513
22776
  display: flex;
22514
22777
  flex-direction: inherit;
22515
22778
  overflow: hidden;
@@ -22755,17 +23018,17 @@ kendo-card-footer {
22755
23018
  }
22756
23019
 
22757
23020
  .k-card-group .k-card.k-first {
22758
- border-top-left-radius: 0.25rem;
22759
- border-bottom-left-radius: 0.25rem;
23021
+ border-top-left-radius: 0.375rem;
23022
+ border-bottom-left-radius: 0.375rem;
22760
23023
  }
22761
23024
 
22762
23025
  .k-card-group .k-card.k-last {
22763
- border-top-right-radius: 0.25rem;
22764
- border-bottom-right-radius: 0.25rem;
23026
+ border-top-right-radius: 0.375rem;
23027
+ border-bottom-right-radius: 0.375rem;
22765
23028
  }
22766
23029
 
22767
23030
  .k-card-group .k-card.k-only {
22768
- border-radius: 0.25rem;
23031
+ border-radius: 0.375rem;
22769
23032
  }
22770
23033
 
22771
23034
  .k-card-with-callout {
@@ -22987,14 +23250,14 @@ kendo-card-footer {
22987
23250
  }
22988
23251
 
22989
23252
  .k-popover {
22990
- border-radius: 0.3rem;
23253
+ border-radius: 0.5rem;
22991
23254
  padding: 0;
22992
23255
  border-width: 1px;
22993
23256
  border-style: solid;
22994
23257
  box-sizing: border-box;
22995
23258
  outline: 0;
22996
23259
  font-size: 1rem;
22997
- 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";
22998
23261
  line-height: 1.5;
22999
23262
  display: flex;
23000
23263
  flex-flow: column nowrap;
@@ -23010,8 +23273,8 @@ kendo-card-footer {
23010
23273
  }
23011
23274
 
23012
23275
  .k-popover-header {
23013
- border-top-left-radius: 0.3rem;
23014
- border-top-right-radius: 0.3rem;
23276
+ border-top-left-radius: 0.5rem;
23277
+ border-top-right-radius: 0.5rem;
23015
23278
  padding: 1rem 1rem;
23016
23279
  border-width: 0 0 1px;
23017
23280
  border-style: solid;
@@ -23128,7 +23391,7 @@ kendo-card-footer {
23128
23391
  box-sizing: border-box;
23129
23392
  font-size: 1rem;
23130
23393
  line-height: normal;
23131
- 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";
23132
23395
  letter-spacing: 0.2px;
23133
23396
  display: flex;
23134
23397
  flex-flow: row nowrap;
@@ -23478,7 +23741,7 @@ kendo-card-footer {
23478
23741
  border-style: solid;
23479
23742
  box-sizing: border-box;
23480
23743
  outline: 0;
23481
- 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";
23482
23745
  font-size: 1rem;
23483
23746
  line-height: 1.5;
23484
23747
  display: flex;
@@ -23526,7 +23789,7 @@ kendo-card-footer {
23526
23789
 
23527
23790
  .k-breadcrumb-link,
23528
23791
  .k-breadcrumb-root-link {
23529
- border-radius: 0.25rem;
23792
+ border-radius: 0.375rem;
23530
23793
  padding: 0.5rem 0.75rem;
23531
23794
  color: inherit;
23532
23795
  text-decoration: none;
@@ -23638,7 +23901,7 @@ kendo-card-footer {
23638
23901
  border-style: solid;
23639
23902
  box-sizing: border-box;
23640
23903
  outline: 0;
23641
- 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";
23642
23905
  font-size: 1rem;
23643
23906
  line-height: 1.5;
23644
23907
  white-space: nowrap;
@@ -24009,7 +24272,7 @@ kendo-card-footer {
24009
24272
  outline: 0;
24010
24273
  font-size: 1rem;
24011
24274
  line-height: 1.5;
24012
- 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";
24013
24276
  display: block;
24014
24277
  position: relative;
24015
24278
  -webkit-touch-callout: none;
@@ -24341,7 +24604,7 @@ kendo-card-footer {
24341
24604
  border-color: transparent;
24342
24605
  box-sizing: border-box;
24343
24606
  outline: 0;
24344
- 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";
24345
24608
  font-size: 1rem;
24346
24609
  line-height: 1.5;
24347
24610
  color: inherit;
@@ -24729,7 +24992,7 @@ kendo-card-footer {
24729
24992
  outline: 0;
24730
24993
  font-size: 1rem;
24731
24994
  line-height: 1.5;
24732
- 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";
24733
24996
  position: relative;
24734
24997
  color: inherit;
24735
24998
  background: none;
@@ -24846,7 +25109,7 @@ kendo-card-footer {
24846
25109
  box-sizing: border-box;
24847
25110
  overflow: hidden;
24848
25111
  outline: 0;
24849
- 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";
24850
25113
  font-size: 1rem;
24851
25114
  line-height: 1.5;
24852
25115
  display: flex;
@@ -24939,7 +25202,7 @@ kendo-card-footer {
24939
25202
  border-style: solid;
24940
25203
  box-sizing: border-box;
24941
25204
  outline: 0;
24942
- 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";
24943
25206
  font-size: 1rem;
24944
25207
  line-height: 1.5;
24945
25208
  list-style: none;
@@ -25264,7 +25527,7 @@ kendo-card-footer {
25264
25527
  border-style: solid;
25265
25528
  box-sizing: border-box;
25266
25529
  outline: 0;
25267
- 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";
25268
25531
  font-size: 1rem;
25269
25532
  line-height: 1.5;
25270
25533
  display: block;
@@ -25502,7 +25765,7 @@ kendo-card-footer {
25502
25765
  }
25503
25766
 
25504
25767
  .k-layout-item-hint {
25505
- border-radius: 0.25rem;
25768
+ border-radius: 0.375rem;
25506
25769
  border-width: 1px;
25507
25770
  border-style: solid;
25508
25771
  position: relative;
@@ -25542,7 +25805,7 @@ kendo-card-footer {
25542
25805
  border-style: solid;
25543
25806
  box-sizing: border-box;
25544
25807
  outline: 0;
25545
- 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";
25546
25809
  font-size: 1rem;
25547
25810
  line-height: 1.5;
25548
25811
  display: block;
@@ -25567,7 +25830,7 @@ kendo-card-footer {
25567
25830
  border: 0;
25568
25831
  box-sizing: border-box;
25569
25832
  outline: 0;
25570
- 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";
25571
25834
  font-size: 1rem;
25572
25835
  line-height: 1.5;
25573
25836
  display: flex;
@@ -26065,7 +26328,7 @@ kendo-card-footer {
26065
26328
  border-style: solid;
26066
26329
  box-sizing: border-box;
26067
26330
  outline: 0;
26068
- 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";
26069
26332
  font-size: 1rem;
26070
26333
  line-height: 1.5;
26071
26334
  display: flex;
@@ -26528,7 +26791,7 @@ kendo-card-footer {
26528
26791
  }
26529
26792
 
26530
26793
  .k-group-indicator {
26531
- border-radius: 0.25rem;
26794
+ border-radius: 0.375rem;
26532
26795
  margin: 0;
26533
26796
  padding: 0.375rem 0.75rem;
26534
26797
  border-width: 1px;
@@ -27493,7 +27756,7 @@ div.k-grid-norecords {
27493
27756
  }
27494
27757
 
27495
27758
  .k-grouping-header .k-group-indicator {
27496
- border-radius: 0.25rem;
27759
+ border-radius: 0.375rem;
27497
27760
  }
27498
27761
 
27499
27762
  .k-grid {
@@ -27914,7 +28177,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
27914
28177
  border-style: solid;
27915
28178
  box-sizing: border-box;
27916
28179
  outline: 0;
27917
- 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";
27918
28181
  font-size: 1rem;
27919
28182
  line-height: 1.5;
27920
28183
  flex-flow: column nowrap;
@@ -28059,7 +28322,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28059
28322
  border-style: solid;
28060
28323
  box-sizing: border-box;
28061
28324
  outline: 0;
28062
- 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";
28063
28326
  font-size: 1rem;
28064
28327
  line-height: 1.5;
28065
28328
  display: flex;
@@ -28600,7 +28863,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28600
28863
  }
28601
28864
 
28602
28865
  .k-spreadsheet-filter {
28603
- border-radius: 0.25rem;
28866
+ border-radius: 0.375rem;
28604
28867
  line-height: 1;
28605
28868
  position: absolute;
28606
28869
  cursor: pointer;
@@ -28809,7 +29072,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28809
29072
  }
28810
29073
 
28811
29074
  .k-spreadsheet-insert-image-dialog {
28812
- border-radius: 0.25rem;
29075
+ border-radius: 0.375rem;
28813
29076
  border-style: dashed;
28814
29077
  border-width: 2px;
28815
29078
  }
@@ -28882,7 +29145,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28882
29145
  height: 6px;
28883
29146
  border-style: solid;
28884
29147
  border-width: 1px;
28885
- border-radius: 0.375rem;
29148
+ border-radius: 0.5625rem;
28886
29149
  position: absolute;
28887
29150
  transform: translate(-50%, -50%);
28888
29151
  }
@@ -28936,7 +29199,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
28936
29199
  }
28937
29200
 
28938
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 {
28939
- border-radius: 0.25rem;
29202
+ border-radius: 0.375rem;
28940
29203
  }
28941
29204
 
28942
29205
  .k-rtl .k-spreadsheet .k-dirty,
@@ -29157,7 +29420,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29157
29420
  border-style: solid;
29158
29421
  box-sizing: content-box;
29159
29422
  font-size: 1rem;
29160
- 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";
29161
29424
  line-height: 1.5;
29162
29425
  text-align: left;
29163
29426
  vertical-align: top;
@@ -29432,7 +29695,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
29432
29695
  .k-calculated-field {
29433
29696
  padding: 1rem 1rem;
29434
29697
  border-width: 1px;
29435
- border-radius: 0.25rem;
29698
+ border-radius: 0.375rem;
29436
29699
  border-style: solid;
29437
29700
  box-sizing: border-box;
29438
29701
  display: flex;
@@ -30202,7 +30465,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30202
30465
  border-width: 1px;
30203
30466
  border-style: solid;
30204
30467
  box-sizing: border-box;
30205
- 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";
30206
30469
  font-size: 1rem;
30207
30470
  line-height: 1.5;
30208
30471
  display: flex;
@@ -30435,7 +30698,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30435
30698
  .k-taskboard {
30436
30699
  box-sizing: border-box;
30437
30700
  font-size: 1rem;
30438
- 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";
30439
30702
  line-height: 1.5;
30440
30703
  display: flex;
30441
30704
  flex-direction: column;
@@ -30475,7 +30738,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30475
30738
  .k-taskboard-column {
30476
30739
  width: 320px;
30477
30740
  border-width: 1px;
30478
- border-radius: 0.125rem;
30741
+ border-radius: 0.1875rem;
30479
30742
  border-style: solid;
30480
30743
  outline: none;
30481
30744
  display: flex;
@@ -30574,7 +30837,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30574
30837
  }
30575
30838
 
30576
30839
  .k-taskboard-card {
30577
- border-radius: 0.25rem;
30840
+ border-radius: 0.375rem;
30578
30841
  border-width: 1px;
30579
30842
  }
30580
30843
 
@@ -30607,7 +30870,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30607
30870
  }
30608
30871
 
30609
30872
  .k-taskboard-drag-placeholder {
30610
- border-radius: 0.25rem;
30873
+ border-radius: 0.375rem;
30611
30874
  border-width: 1px;
30612
30875
  border-style: solid;
30613
30876
  position: relative;
@@ -30712,7 +30975,7 @@ kendo-grid tr.k-hover .k-grid-content-sticky.k-selected {
30712
30975
  border-style: solid;
30713
30976
  box-sizing: border-box;
30714
30977
  outline: 0;
30715
- 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";
30716
30979
  font-size: 1rem;
30717
30980
  line-height: 1.5;
30718
30981
  display: flex;
@@ -30762,7 +31025,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
30762
31025
  }
30763
31026
 
30764
31027
  .k-editor-inline {
30765
- border-radius: 0.25rem;
31028
+ border-radius: 0.375rem;
30766
31029
  padding: 0.25rem 0.5rem;
30767
31030
  border: 1px solid transparent;
30768
31031
  word-wrap: break-word;
@@ -31160,7 +31423,7 @@ td.k-editor-content {
31160
31423
  white-space: nowrap;
31161
31424
  overflow: hidden;
31162
31425
  cursor: pointer;
31163
- border-radius: 0.25rem;
31426
+ border-radius: 0.375rem;
31164
31427
  }
31165
31428
 
31166
31429
  .k-filebrowser .k-tile .k-i-file,
@@ -31436,7 +31699,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31436
31699
  border-style: solid;
31437
31700
  box-sizing: border-box;
31438
31701
  outline: 0;
31439
- 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";
31440
31703
  font-size: 1rem;
31441
31704
  line-height: 1.5;
31442
31705
  -webkit-touch-callout: none;
@@ -31611,7 +31874,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
31611
31874
  border-style: solid;
31612
31875
  box-sizing: border-box;
31613
31876
  outline: 0;
31614
- 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";
31615
31878
  font-size: 1rem;
31616
31879
  line-height: 1.5;
31617
31880
  display: flex;
@@ -32104,7 +32367,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32104
32367
  }
32105
32368
 
32106
32369
  .k-task-single {
32107
- border-radius: 0.25rem;
32370
+ border-radius: 0.375rem;
32108
32371
  border-width: 1px;
32109
32372
  border-style: solid;
32110
32373
  box-sizing: border-box;
@@ -32147,7 +32410,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32147
32410
  }
32148
32411
 
32149
32412
  .k-task-complete {
32150
- border-radius: 0.25rem;
32413
+ border-radius: 0.375rem;
32151
32414
  width: 20%;
32152
32415
  position: absolute;
32153
32416
  z-index: 1;
@@ -32682,7 +32945,7 @@ kendo-editor.k-readonly .k-editor-content.k-focus {
32682
32945
  border-style: solid;
32683
32946
  box-sizing: border-box;
32684
32947
  outline: 0;
32685
- 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";
32686
32949
  font-size: 1rem;
32687
32950
  line-height: 1.5;
32688
32951
  display: flex;
@@ -33056,12 +33319,12 @@ kendo-scheduler.k-scheduler.k-readonly-scheduler .k-event-delete {
33056
33319
 
33057
33320
  kendo-scheduler .k-event,
33058
33321
  .k-event {
33059
- border-radius: 0.25rem;
33322
+ border-radius: 0.375rem;
33060
33323
  min-height: 25px;
33061
33324
  box-sizing: border-box;
33062
33325
  border-width: 0;
33063
33326
  border-style: solid;
33064
- border-radius: 0.25rem;
33327
+ border-radius: 0.375rem;
33065
33328
  text-align: left;
33066
33329
  outline: 0;
33067
33330
  cursor: default;
@@ -33534,7 +33797,7 @@ kendo-scheduler .k-recurrence-editor {
33534
33797
 
33535
33798
  .k-scheduler-tooltip .k-tooltip-event {
33536
33799
  padding: 0.25rem 0.5rem;
33537
- border-radius: 0.25rem;
33800
+ border-radius: 0.375rem;
33538
33801
  box-sizing: border-box;
33539
33802
  display: flex;
33540
33803
  flex-direction: row;
@@ -33892,7 +34155,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
33892
34155
  border-style: solid;
33893
34156
  box-sizing: border-box;
33894
34157
  outline: 0;
33895
- 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";
33896
34159
  font-size: 1rem;
33897
34160
  line-height: 1.5;
33898
34161
  display: flex;
@@ -34484,7 +34747,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34484
34747
  border-style: solid;
34485
34748
  box-sizing: border-box;
34486
34749
  outline: 0;
34487
- 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";
34488
34751
  font-size: 1rem;
34489
34752
  line-height: 1.5;
34490
34753
  display: block;
@@ -34589,7 +34852,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34589
34852
  .k-timeline {
34590
34853
  box-sizing: border-box;
34591
34854
  outline: 0;
34592
- 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";
34593
34856
  font-size: 1rem;
34594
34857
  line-height: 1.5;
34595
34858
  display: block;
@@ -34617,7 +34880,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34617
34880
  display: inline-block;
34618
34881
  text-align: center;
34619
34882
  padding: 0.375rem 0.75rem;
34620
- border-radius: 0.25rem;
34883
+ border-radius: 0.375rem;
34621
34884
  line-height: 1.5;
34622
34885
  min-width: 80px;
34623
34886
  max-width: calc(80px + 2 * 40px);
@@ -34674,7 +34937,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34674
34937
  }
34675
34938
 
34676
34939
  .k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
34677
- border-radius: 0.25rem;
34940
+ border-radius: 0.375rem;
34678
34941
  }
34679
34942
 
34680
34943
  .k-timeline-card .k-timeline-card-callout.k-callout-w, .k-timeline-card .k-timeline-card-callout.k-callout-e {
@@ -34711,7 +34974,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34711
34974
  height: 100%;
34712
34975
  width: 6px;
34713
34976
  transform: translateX(-50%);
34714
- border-radius: 0.375rem;
34977
+ border-radius: 0.5625rem;
34715
34978
  }
34716
34979
 
34717
34980
  .k-timeline-vertical .k-timeline-flag-wrap {
@@ -34753,7 +35016,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
34753
35016
  }
34754
35017
 
34755
35018
  .k-timeline-vertical .k-timeline-card .k-card .k-card-header {
34756
- border-radius: 0.25rem;
35019
+ border-radius: 0.375rem;
34757
35020
  }
34758
35021
 
34759
35022
  .k-timeline-vertical .k-timeline-card .k-card .k-card-title {
@@ -35058,7 +35321,7 @@ kendo-scheduler .k-event .k-event-actions:first-child,
35058
35321
  border-style: solid;
35059
35322
  box-sizing: border-box;
35060
35323
  outline: 0;
35061
- 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";
35062
35325
  font-size: 1rem;
35063
35326
  line-height: 1.5;
35064
35327
  display: flex;
@@ -35283,7 +35546,7 @@ kendo-scrollview.k-scrollview,
35283
35546
  border-style: solid;
35284
35547
  box-sizing: border-box;
35285
35548
  outline: 0;
35286
- 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";
35287
35550
  font-size: 1rem;
35288
35551
  line-height: 1.5;
35289
35552
  position: relative;
@@ -35600,7 +35863,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35600
35863
  border-style: solid;
35601
35864
  box-sizing: border-box;
35602
35865
  outline: 0;
35603
- 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";
35604
35867
  font-size: 1rem;
35605
35868
  line-height: 1.5;
35606
35869
  -webkit-touch-callout: none;
@@ -35644,7 +35907,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35644
35907
  }
35645
35908
 
35646
35909
  .k-chart-tooltip {
35647
- border-radius: 0.25rem;
35910
+ border-radius: 0.375rem;
35648
35911
  font-size: 0.929rem;
35649
35912
  line-height: 1.5;
35650
35913
  padding: 0.25rem 0.5rem;
@@ -35750,7 +36013,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35750
36013
  }
35751
36014
 
35752
36015
  .k-navigator-hint .k-scroll {
35753
- border-radius: 0.25rem;
36016
+ border-radius: 0.375rem;
35754
36017
  position: absolute;
35755
36018
  height: 4px;
35756
36019
  }
@@ -35829,7 +36092,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35829
36092
  border-width: 1px;
35830
36093
  border-style: solid;
35831
36094
  outline: 0;
35832
- 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";
35833
36096
  font-size: 1rem;
35834
36097
  line-height: 1.5;
35835
36098
  display: block;
@@ -35957,7 +36220,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
35957
36220
  }
35958
36221
 
35959
36222
  .k-var--border-radius {
35960
- margin-top: 0.25rem;
36223
+ margin-top: 0.375rem;
35961
36224
  }
35962
36225
 
35963
36226
  .k-var--normal-background {
@@ -36287,7 +36550,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36287
36550
  border-style: solid;
36288
36551
  font-size: 1rem;
36289
36552
  line-height: 1.5;
36290
- 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";
36291
36554
  }
36292
36555
 
36293
36556
  .k-map *,
@@ -36431,7 +36694,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36431
36694
  padding: 1.5rem 1.5rem;
36432
36695
  box-sizing: border-box;
36433
36696
  font-size: 1rem;
36434
- 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";
36435
36698
  line-height: 1.5;
36436
36699
  overflow: auto;
36437
36700
  }
@@ -36462,7 +36725,7 @@ kendo-scrollview.k-scrollview-wrap.k-scrollview-light .k-scrollview-nav-wrap,
36462
36725
  }
36463
36726
 
36464
36727
  .k-orgchart-node-group-container {
36465
- border-radius: 0.25rem;
36728
+ border-radius: 0.375rem;
36466
36729
  padding: 1.5rem 1.5rem;
36467
36730
  border-width: 1px;
36468
36731
  border-style: solid;