@clayui/css 3.127.0 → 3.130.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.
Files changed (49) hide show
  1. package/lib/css/atlas.css +254 -72
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +205 -94
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +238 -74
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/icons.svg +1 -1
  8. package/lib/images/icons/send.svg +9 -0
  9. package/lib/images/icons/speed.svg +10 -0
  10. package/lib/images/icons/voice.svg +9 -0
  11. package/package.json +2 -2
  12. package/src/images/icons/send.svg +9 -0
  13. package/src/images/icons/speed.svg +10 -0
  14. package/src/images/icons/voice.svg +9 -0
  15. package/src/scss/_license-text.scss +1 -1
  16. package/src/scss/atlas/variables/_forms.scss +1 -0
  17. package/src/scss/atlas/variables/_globals.scss +2 -0
  18. package/src/scss/cadmin/components/_dropdowns.scss +10 -0
  19. package/src/scss/cadmin/components/_forms.scss +16 -14
  20. package/src/scss/cadmin/components/_grid.scss +3 -1
  21. package/src/scss/cadmin/components/_input-groups.scss +12 -1
  22. package/src/scss/cadmin/components/_type.scss +5 -1
  23. package/src/scss/cadmin/components/_utilities-functional-important.scss +11 -0
  24. package/src/scss/cadmin/variables/_custom-forms.scss +1 -1
  25. package/src/scss/cadmin/variables/_dropdowns.scss +3 -0
  26. package/src/scss/cadmin/variables/_forms.scss +15 -0
  27. package/src/scss/cadmin/variables/_globals.scss +2 -0
  28. package/src/scss/cadmin/variables/_utilities.scss +16 -0
  29. package/src/scss/components/_dropdowns.scss +10 -0
  30. package/src/scss/components/_forms.scss +16 -14
  31. package/src/scss/components/_grid.scss +3 -1
  32. package/src/scss/components/_input-groups.scss +12 -1
  33. package/src/scss/components/_type.scss +5 -1
  34. package/src/scss/components/_utilities-functional-important.scss +8 -0
  35. package/src/scss/functions/_lx-icons-generated.scss +6 -0
  36. package/src/scss/mixins/_alerts.scss +104 -48
  37. package/src/scss/mixins/_badges.scss +75 -33
  38. package/src/scss/mixins/_buttons.scss +503 -225
  39. package/src/scss/mixins/_cards.scss +619 -277
  40. package/src/scss/mixins/_close.scss +42 -24
  41. package/src/scss/mixins/_custom-forms.scss +864 -581
  42. package/src/scss/mixins/_dropdown-menu.scss +466 -223
  43. package/src/scss/mixins/_forms.scss +0 -13
  44. package/src/scss/mixins/_links.scss +564 -282
  45. package/src/scss/variables/_custom-forms.scss +1 -1
  46. package/src/scss/variables/_dropdowns.scss +3 -0
  47. package/src/scss/variables/_forms.scss +10 -0
  48. package/src/scss/variables/_globals.scss +2 -0
  49. package/src/scss/variables/_utilities.scss +16 -0
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.127.0
3
+ * Clay 3.130.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -145,6 +145,7 @@ a.focus, a:focus-visible, .c-prefers-focus a:focus {
145
145
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
146
146
  outline: 0;
147
147
  }
148
+
148
149
  pre,
149
150
  code,
150
151
  kbd,
@@ -381,7 +382,7 @@ mark.clay-dark,
381
382
  background-color: #828e9a;
382
383
  color: #fff;
383
384
  }
384
- .list-unstyled {
385
+ .dropdown-section-grid, .list-unstyled {
385
386
  list-style: none;
386
387
  padding-left: 0;
387
388
  }
@@ -1190,9 +1191,7 @@ button.collapse-icon .c-inner,
1190
1191
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
1191
1192
  outline: 0;
1192
1193
  }
1193
- .btn:active:focus-visible, .c-prefers-focus .btn:active:focus {
1194
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
1195
- }
1194
+
1196
1195
  .btn:disabled, .btn.disabled {
1197
1196
  cursor: not-allowed;
1198
1197
  opacity: 0.65;
@@ -1200,6 +1199,7 @@ button.collapse-icon .c-inner,
1200
1199
  .btn:disabled:focus-visible, .c-prefers-focus .btn:disabled:focus, .btn.disabled:focus-visible, .c-prefers-focus .btn.disabled:focus {
1201
1200
  box-shadow: none;
1202
1201
  }
1202
+
1203
1203
  .btn:disabled:active, .btn.disabled:active {
1204
1204
  pointer-events: none;
1205
1205
  }
@@ -1401,6 +1401,7 @@ input[type=button].btn-block {
1401
1401
  border-color: #0062cc;
1402
1402
  color: #fff;
1403
1403
  }
1404
+
1404
1405
  .btn-primary:active {
1405
1406
  background-color: #0062cc;
1406
1407
  border-color: #005cbf;
@@ -1436,6 +1437,7 @@ input[type=button].btn-block {
1436
1437
  border-color: #545b62;
1437
1438
  color: #fff;
1438
1439
  }
1440
+
1439
1441
  .btn-secondary:active {
1440
1442
  background-color: #545b62;
1441
1443
  border-color: #4e555b;
@@ -1471,6 +1473,7 @@ input[type=button].btn-block {
1471
1473
  border-color: #1e7e34;
1472
1474
  color: #fff;
1473
1475
  }
1476
+
1474
1477
  .btn-success:active {
1475
1478
  background-color: #1e7e34;
1476
1479
  border-color: #1c7430;
@@ -1506,6 +1509,7 @@ input[type=button].btn-block {
1506
1509
  border-color: #117a8b;
1507
1510
  color: #fff;
1508
1511
  }
1512
+
1509
1513
  .btn-info:active {
1510
1514
  background-color: #117a8b;
1511
1515
  border-color: #10707f;
@@ -1541,6 +1545,7 @@ input[type=button].btn-block {
1541
1545
  border-color: #d39e00;
1542
1546
  color: #212529;
1543
1547
  }
1548
+
1544
1549
  .btn-warning:active {
1545
1550
  background-color: #d39e00;
1546
1551
  border-color: #c69500;
@@ -1576,6 +1581,7 @@ input[type=button].btn-block {
1576
1581
  border-color: #bd2130;
1577
1582
  color: #fff;
1578
1583
  }
1584
+
1579
1585
  .btn-danger:active {
1580
1586
  background-color: #bd2130;
1581
1587
  border-color: #b21f2d;
@@ -1611,6 +1617,7 @@ input[type=button].btn-block {
1611
1617
  border-color: #dae0e5;
1612
1618
  color: #212529;
1613
1619
  }
1620
+
1614
1621
  .btn-light:active {
1615
1622
  background-color: #dae0e5;
1616
1623
  border-color: #d3d9df;
@@ -1646,6 +1653,7 @@ input[type=button].btn-block {
1646
1653
  border-color: #1d2124;
1647
1654
  color: #fff;
1648
1655
  }
1656
+
1649
1657
  .btn-dark:active {
1650
1658
  background-color: #1d2124;
1651
1659
  border-color: #171a1d;
@@ -1680,9 +1688,7 @@ input[type=button].btn-block {
1680
1688
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
1681
1689
  text-decoration: none;
1682
1690
  }
1683
- .btn-link:active:focus-visible, .c-prefers-focus .btn-link:active:focus {
1684
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
1685
- }
1691
+
1686
1692
  .btn-link:disabled, .btn-link.disabled {
1687
1693
  box-shadow: none;
1688
1694
  color: #6c757d;
@@ -1704,6 +1710,7 @@ input[type=button].btn-block {
1704
1710
  background-color: rgba(0, 105, 217, 0.06);
1705
1711
  color: #0069d9;
1706
1712
  }
1713
+
1707
1714
  .btn-translucent.btn-primary:active {
1708
1715
  background-color: rgba(0, 105, 217, 0.08);
1709
1716
  color: #0069d9;
@@ -1729,6 +1736,7 @@ input[type=button].btn-block {
1729
1736
  background-color: rgba(130, 142, 154, 0.06);
1730
1737
  color: #6c757d;
1731
1738
  }
1739
+
1732
1740
  .btn-translucent.btn-secondary:active {
1733
1741
  background-color: rgba(130, 142, 154, 0.08);
1734
1742
  color: #6c757d;
@@ -1754,6 +1762,7 @@ input[type=button].btn-block {
1754
1762
  background-color: rgba(19, 132, 150, 0.06);
1755
1763
  color: #138496;
1756
1764
  }
1765
+
1757
1766
  .btn-translucent.btn-info:active, .btn-beta:active {
1758
1767
  background-color: rgba(19, 132, 150, 0.08);
1759
1768
  color: #138496;
@@ -1779,6 +1788,7 @@ input[type=button].btn-block {
1779
1788
  background-color: rgba(33, 136, 56, 0.06);
1780
1789
  color: #218838;
1781
1790
  }
1791
+
1782
1792
  .btn-translucent.btn-success:active {
1783
1793
  background-color: rgba(33, 136, 56, 0.08);
1784
1794
  color: #218838;
@@ -1804,6 +1814,7 @@ input[type=button].btn-block {
1804
1814
  background-color: rgba(224, 168, 0, 0.06);
1805
1815
  color: #e0a800;
1806
1816
  }
1817
+
1807
1818
  .btn-translucent.btn-warning:active {
1808
1819
  background-color: rgba(224, 168, 0, 0.08);
1809
1820
  color: #e0a800;
@@ -1829,6 +1840,7 @@ input[type=button].btn-block {
1829
1840
  background-color: rgba(200, 35, 51, 0.06);
1830
1841
  color: #c82333;
1831
1842
  }
1843
+
1832
1844
  .btn-translucent.btn-danger:active {
1833
1845
  background-color: rgba(200, 35, 51, 0.08);
1834
1846
  color: #c82333;
@@ -1854,6 +1866,7 @@ input[type=button].btn-block {
1854
1866
  background-color: rgba(168, 210, 255, 0.06);
1855
1867
  color: #75b8ff;
1856
1868
  }
1869
+
1857
1870
  .clay-dark.btn-translucent.btn-primary:active, .clay-dark .btn-translucent.btn-primary:active {
1858
1871
  background-color: rgba(168, 210, 255, 0.08);
1859
1872
  color: #75b8ff;
@@ -1879,6 +1892,7 @@ input[type=button].btn-block {
1879
1892
  background-color: rgba(135, 226, 240, 0.06);
1880
1893
  color: #5ad7ea;
1881
1894
  }
1895
+
1882
1896
  .clay-dark.btn-translucent.btn-info:active, .clay-dark .btn-translucent.btn-info:active, .btn-beta-dark:active {
1883
1897
  background-color: rgba(135, 226, 240, 0.08);
1884
1898
  color: #5ad7ea;
@@ -1904,6 +1918,7 @@ input[type=button].btn-block {
1904
1918
  background-color: rgba(146, 229, 165, 0.06);
1905
1919
  color: #69db83;
1906
1920
  }
1921
+
1907
1922
  .clay-dark.btn-translucent.btn-success:active, .clay-dark .btn-translucent.btn-success:active {
1908
1923
  background-color: rgba(146, 229, 165, 0.08);
1909
1924
  color: #69db83;
@@ -1929,6 +1944,7 @@ input[type=button].btn-block {
1929
1944
  background-color: rgba(255, 235, 175, 0.06);
1930
1945
  color: #ffde7c;
1931
1946
  }
1947
+
1932
1948
  .clay-dark.btn-translucent.btn-warning:active, .clay-dark .btn-translucent.btn-warning:active {
1933
1949
  background-color: rgba(255, 235, 175, 0.08);
1934
1950
  color: #ffde7c;
@@ -1954,6 +1970,7 @@ input[type=button].btn-block {
1954
1970
  background-color: rgba(245, 196, 201, 0.06);
1955
1971
  color: #ed99a1;
1956
1972
  }
1973
+
1957
1974
  .clay-dark.btn-translucent.btn-danger:active, .clay-dark .btn-translucent.btn-danger:active {
1958
1975
  background-color: rgba(245, 196, 201, 0.08);
1959
1976
  color: #ed99a1;
@@ -1978,14 +1995,12 @@ input[type=button].btn-block {
1978
1995
  .btn-outline-primary.focus, .btn-outline-primary:focus-visible, .c-prefers-focus .btn-outline-primary:focus {
1979
1996
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
1980
1997
  }
1998
+
1981
1999
  .btn-outline-primary:active {
1982
2000
  background-color: #007bff;
1983
2001
  border-color: #007bff;
1984
2002
  color: #fff;
1985
2003
  }
1986
- .btn-outline-primary:active:focus-visible, .c-prefers-focus .btn-outline-primary:active:focus {
1987
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
1988
- }
1989
2004
  .btn-outline-primary.active {
1990
2005
  background-color: #007bff;
1991
2006
  border-color: #007bff;
@@ -2012,14 +2027,12 @@ input[type=button].btn-block {
2012
2027
  .btn-outline-secondary.focus, .btn-outline-secondary:focus-visible, .c-prefers-focus .btn-outline-secondary:focus {
2013
2028
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
2014
2029
  }
2030
+
2015
2031
  .btn-outline-secondary:active {
2016
2032
  background-color: #6c757d;
2017
2033
  border-color: #6c757d;
2018
2034
  color: #fff;
2019
2035
  }
2020
- .btn-outline-secondary:active:focus-visible, .c-prefers-focus .btn-outline-secondary:active:focus {
2021
- box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
2022
- }
2023
2036
  .btn-outline-secondary.active {
2024
2037
  background-color: #6c757d;
2025
2038
  border-color: #6c757d;
@@ -2046,14 +2059,12 @@ input[type=button].btn-block {
2046
2059
  .btn-outline-success.focus, .btn-outline-success:focus-visible, .c-prefers-focus .btn-outline-success:focus {
2047
2060
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
2048
2061
  }
2062
+
2049
2063
  .btn-outline-success:active {
2050
2064
  background-color: #28a745;
2051
2065
  border-color: #28a745;
2052
2066
  color: #fff;
2053
2067
  }
2054
- .btn-outline-success:active:focus-visible, .c-prefers-focus .btn-outline-success:active:focus {
2055
- box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
2056
- }
2057
2068
  .btn-outline-success.active {
2058
2069
  background-color: #28a745;
2059
2070
  border-color: #28a745;
@@ -2080,14 +2091,12 @@ input[type=button].btn-block {
2080
2091
  .btn-outline-info.focus, .btn-outline-info:focus-visible, .c-prefers-focus .btn-outline-info:focus {
2081
2092
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
2082
2093
  }
2094
+
2083
2095
  .btn-outline-info:active {
2084
2096
  background-color: #17a2b8;
2085
2097
  border-color: #17a2b8;
2086
2098
  color: #fff;
2087
2099
  }
2088
- .btn-outline-info:active:focus-visible, .c-prefers-focus .btn-outline-info:active:focus {
2089
- box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
2090
- }
2091
2100
  .btn-outline-info.active {
2092
2101
  background-color: #17a2b8;
2093
2102
  border-color: #17a2b8;
@@ -2114,14 +2123,12 @@ input[type=button].btn-block {
2114
2123
  .btn-outline-warning.focus, .btn-outline-warning:focus-visible, .c-prefers-focus .btn-outline-warning:focus {
2115
2124
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
2116
2125
  }
2126
+
2117
2127
  .btn-outline-warning:active {
2118
2128
  background-color: #ffc107;
2119
2129
  border-color: #ffc107;
2120
2130
  color: #212529;
2121
2131
  }
2122
- .btn-outline-warning:active:focus-visible, .c-prefers-focus .btn-outline-warning:active:focus {
2123
- box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
2124
- }
2125
2132
  .btn-outline-warning.active {
2126
2133
  background-color: #ffc107;
2127
2134
  border-color: #ffc107;
@@ -2148,14 +2155,12 @@ input[type=button].btn-block {
2148
2155
  .btn-outline-danger.focus, .btn-outline-danger:focus-visible, .c-prefers-focus .btn-outline-danger:focus {
2149
2156
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
2150
2157
  }
2158
+
2151
2159
  .btn-outline-danger:active {
2152
2160
  background-color: #dc3545;
2153
2161
  border-color: #dc3545;
2154
2162
  color: #fff;
2155
2163
  }
2156
- .btn-outline-danger:active:focus-visible, .c-prefers-focus .btn-outline-danger:active:focus {
2157
- box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
2158
- }
2159
2164
  .btn-outline-danger.active {
2160
2165
  background-color: #dc3545;
2161
2166
  border-color: #dc3545;
@@ -2182,14 +2187,12 @@ input[type=button].btn-block {
2182
2187
  .btn-outline-light.focus, .btn-outline-light:focus-visible, .c-prefers-focus .btn-outline-light:focus {
2183
2188
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
2184
2189
  }
2190
+
2185
2191
  .btn-outline-light:active {
2186
2192
  background-color: #f8f9fa;
2187
2193
  border-color: #f8f9fa;
2188
2194
  color: #212529;
2189
2195
  }
2190
- .btn-outline-light:active:focus-visible, .c-prefers-focus .btn-outline-light:active:focus {
2191
- box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
2192
- }
2193
2196
  .btn-outline-light.active {
2194
2197
  background-color: #f8f9fa;
2195
2198
  border-color: #f8f9fa;
@@ -2216,14 +2219,12 @@ input[type=button].btn-block {
2216
2219
  .btn-outline-dark.focus, .btn-outline-dark:focus-visible, .c-prefers-focus .btn-outline-dark:focus {
2217
2220
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
2218
2221
  }
2222
+
2219
2223
  .btn-outline-dark:active {
2220
2224
  background-color: #343a40;
2221
2225
  border-color: #343a40;
2222
2226
  color: #fff;
2223
2227
  }
2224
- .btn-outline-dark:active:focus-visible, .c-prefers-focus .btn-outline-dark:active:focus {
2225
- box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
2226
- }
2227
2228
  .btn-outline-dark.active {
2228
2229
  background-color: #343a40;
2229
2230
  border-color: #343a40;
@@ -2247,6 +2248,7 @@ input[type=button].btn-block {
2247
2248
  .btn-outline-borderless.focus, .btn-outline-borderless:focus-visible, .c-prefers-focus .btn-outline-borderless:focus {
2248
2249
  border-color: transparent;
2249
2250
  }
2251
+
2250
2252
  .btn-outline-borderless:disabled, .btn-outline-borderless.disabled {
2251
2253
  border-color: transparent;
2252
2254
  }
@@ -2326,6 +2328,8 @@ input[type=button].btn-block {
2326
2328
  padding-left: calc(30px * 0.5);
2327
2329
  padding-right: calc(30px * 0.5);
2328
2330
  width: 100%;
2331
+ max-width: 1392px;
2332
+ max-width: 1872px;
2329
2333
  }
2330
2334
  @media (min-width: 576px) {
2331
2335
  .container {
@@ -2348,7 +2352,7 @@ input[type=button].btn-block {
2348
2352
  }
2349
2353
  }
2350
2354
 
2351
- .container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
2355
+ .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container-fluid {
2352
2356
  margin-left: auto;
2353
2357
  margin-right: auto;
2354
2358
  padding-left: calc(30px * 0.5);
@@ -3467,6 +3471,12 @@ input[type=button].btn-block {
3467
3471
  .container-fluid-max-xl {
3468
3472
  max-width: 1140px;
3469
3473
  }
3474
+ .container-fluid-max-xxl {
3475
+ max-width: 1392px;
3476
+ }
3477
+ .container-fluid-max-xxxl {
3478
+ max-width: 1872px;
3479
+ }
3470
3480
 
3471
3481
  .container-no-gutters {
3472
3482
  padding-left: 0;
@@ -3654,6 +3664,7 @@ input[type=button].btn-block {
3654
3664
  .c-prefers-focus .alert-link.btn-unstyled:focus {
3655
3665
  text-decoration: underline;
3656
3666
  }
3667
+
3657
3668
  .alert-indicator {
3658
3669
  font-size: 1.25rem;
3659
3670
  line-height: 1;
@@ -4193,6 +4204,7 @@ input[type=button].btn-block {
4193
4204
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
4194
4205
  outline: 0;
4195
4206
  }
4207
+
4196
4208
  .badge a {
4197
4209
  color: #fff;
4198
4210
  text-decoration: underline;
@@ -4203,6 +4215,7 @@ input[type=button].btn-block {
4203
4215
  .badge a.focus, .badge a:focus-visible, .c-prefers-focus .badge a:focus {
4204
4216
  text-decoration: none;
4205
4217
  }
4218
+
4206
4219
  .badge > .c-inner {
4207
4220
  margin-bottom: -0.25em;
4208
4221
  margin-left: -0.4em;
@@ -4321,6 +4334,7 @@ input[type=button].btn-block {
4321
4334
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
4322
4335
  color: #fff;
4323
4336
  }
4337
+
4324
4338
  .badge-secondary {
4325
4339
  background-color: #6c757d;
4326
4340
  color: #fff;
@@ -4334,6 +4348,7 @@ input[type=button].btn-block {
4334
4348
  color: #fff;
4335
4349
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
4336
4350
  }
4351
+
4337
4352
  .badge-success {
4338
4353
  background-color: #28a745;
4339
4354
  color: #fff;
@@ -4347,6 +4362,7 @@ input[type=button].btn-block {
4347
4362
  color: #fff;
4348
4363
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
4349
4364
  }
4365
+
4350
4366
  .badge-info {
4351
4367
  background-color: #17a2b8;
4352
4368
  color: #fff;
@@ -4360,6 +4376,7 @@ input[type=button].btn-block {
4360
4376
  color: #fff;
4361
4377
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
4362
4378
  }
4379
+
4363
4380
  .badge-warning {
4364
4381
  background-color: #ffc107;
4365
4382
  color: #212529;
@@ -4373,6 +4390,7 @@ input[type=button].btn-block {
4373
4390
  color: #212529;
4374
4391
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
4375
4392
  }
4393
+
4376
4394
  .badge-danger {
4377
4395
  background-color: #dc3545;
4378
4396
  color: #fff;
@@ -4386,6 +4404,7 @@ input[type=button].btn-block {
4386
4404
  color: #fff;
4387
4405
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
4388
4406
  }
4407
+
4389
4408
  .badge-light {
4390
4409
  background-color: #f8f9fa;
4391
4410
  color: #212529;
@@ -4399,6 +4418,7 @@ input[type=button].btn-block {
4399
4418
  color: #212529;
4400
4419
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
4401
4420
  }
4421
+
4402
4422
  .badge-dark {
4403
4423
  background-color: #343a40;
4404
4424
  color: #fff;
@@ -4412,6 +4432,7 @@ input[type=button].btn-block {
4412
4432
  color: #fff;
4413
4433
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
4414
4434
  }
4435
+
4415
4436
  .badge-translucent.badge-primary {
4416
4437
  background-color: rgba(0, 105, 217, 0.04);
4417
4438
  border-color: transparent;
@@ -4485,6 +4506,7 @@ input[type=button].btn-block {
4485
4506
  color: #0056b3;
4486
4507
  text-decoration: underline;
4487
4508
  }
4509
+
4488
4510
  .breadcrumb-toggle {
4489
4511
  color: #007bff;
4490
4512
  }
@@ -4537,6 +4559,7 @@ input[type=button].btn-block {
4537
4559
  .breadcrumb-item .dropdown-toggle.focus, .breadcrumb-item .dropdown-toggle:focus-visible, .c-prefers-focus .breadcrumb-item .dropdown-toggle:focus {
4538
4560
  text-decoration: none;
4539
4561
  }
4562
+
4540
4563
  .breadcrumb-text-truncate {
4541
4564
  display: inline-block;
4542
4565
  max-width: 17.875rem;
@@ -4797,6 +4820,7 @@ input[type=button].btn-block {
4797
4820
  color: inherit;
4798
4821
  text-decoration: none;
4799
4822
  }
4823
+
4800
4824
  .label .sticker {
4801
4825
  border-radius: 100px;
4802
4826
  height: 0.875em;
@@ -4931,6 +4955,7 @@ input[type=button].btn-block {
4931
4955
  [href].focus.label-primary, [href].label-primary:focus-visible, .c-prefers-focus [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus-visible, .c-prefers-focus [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus-visible, .c-prefers-focus [tabindex].label-primary:focus {
4932
4956
  color: #0062cc;
4933
4957
  }
4958
+
4934
4959
  .label-primary a:hover, .label-primary a.hover,
4935
4960
  .label-primary .btn-unstyled:hover,
4936
4961
  .label-primary .btn-unstyled.hover {
@@ -4955,6 +4980,7 @@ input[type=button].btn-block {
4955
4980
  [href].focus.label-secondary, [href].label-secondary:focus-visible, .c-prefers-focus [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus-visible, .c-prefers-focus [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus-visible, .c-prefers-focus [tabindex].label-secondary:focus {
4956
4981
  color: #545b62;
4957
4982
  }
4983
+
4958
4984
  .label-secondary a:hover, .label-secondary a.hover,
4959
4985
  .label-secondary .btn-unstyled:hover,
4960
4986
  .label-secondary .btn-unstyled.hover {
@@ -4979,6 +5005,7 @@ input[type=button].btn-block {
4979
5005
  [href].focus.label-success, [href].label-success:focus-visible, .c-prefers-focus [href].label-success:focus, [type].focus.label-success, [type].label-success:focus-visible, .c-prefers-focus [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus-visible, .c-prefers-focus [tabindex].label-success:focus {
4980
5006
  color: #1e7e34;
4981
5007
  }
5008
+
4982
5009
  .label-success a:hover, .label-success a.hover,
4983
5010
  .label-success .btn-unstyled:hover,
4984
5011
  .label-success .btn-unstyled.hover {
@@ -5003,6 +5030,7 @@ input[type=button].btn-block {
5003
5030
  [href].focus.label-info, [href].label-info:focus-visible, .c-prefers-focus [href].label-info:focus, [type].focus.label-info, [type].label-info:focus-visible, .c-prefers-focus [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus-visible, .c-prefers-focus [tabindex].label-info:focus {
5004
5031
  color: #117a8b;
5005
5032
  }
5033
+
5006
5034
  .label-info a:hover, .label-info a.hover,
5007
5035
  .label-info .btn-unstyled:hover,
5008
5036
  .label-info .btn-unstyled.hover {
@@ -5027,6 +5055,7 @@ input[type=button].btn-block {
5027
5055
  [href].focus.label-warning, [href].label-warning:focus-visible, .c-prefers-focus [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus-visible, .c-prefers-focus [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus-visible, .c-prefers-focus [tabindex].label-warning:focus {
5028
5056
  color: #d39e00;
5029
5057
  }
5058
+
5030
5059
  .label-warning a:hover, .label-warning a.hover,
5031
5060
  .label-warning .btn-unstyled:hover,
5032
5061
  .label-warning .btn-unstyled.hover {
@@ -5051,6 +5080,7 @@ input[type=button].btn-block {
5051
5080
  [href].focus.label-danger, [href].label-danger:focus-visible, .c-prefers-focus [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus-visible, .c-prefers-focus [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus-visible, .c-prefers-focus [tabindex].label-danger:focus {
5052
5081
  color: #bd2130;
5053
5082
  }
5083
+
5054
5084
  .label-danger a:hover, .label-danger a.hover,
5055
5085
  .label-danger .btn-unstyled:hover,
5056
5086
  .label-danger .btn-unstyled.hover {
@@ -5075,6 +5105,7 @@ input[type=button].btn-block {
5075
5105
  [href].focus.label-dark, [href].label-dark:focus-visible, .c-prefers-focus [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus-visible, .c-prefers-focus [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus-visible, .c-prefers-focus [tabindex].label-dark:focus {
5076
5106
  color: #1d2124;
5077
5107
  }
5108
+
5078
5109
  .label-dark a:hover, .label-dark a.hover,
5079
5110
  .label-dark .btn-unstyled:hover,
5080
5111
  .label-dark .btn-unstyled.hover {
@@ -5099,6 +5130,7 @@ input[type=button].btn-block {
5099
5130
  [href].focus.label-light, [href].label-light:focus-visible, .c-prefers-focus [href].label-light:focus, [type].focus.label-light, [type].label-light:focus-visible, .c-prefers-focus [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus-visible, .c-prefers-focus [tabindex].label-light:focus {
5100
5131
  color: #dae0e5;
5101
5132
  }
5133
+
5102
5134
  .label-light a:hover, .label-light a.hover,
5103
5135
  .label-light .btn-unstyled:hover,
5104
5136
  .label-light .btn-unstyled.hover {
@@ -5646,6 +5678,7 @@ input[type=button].btn-block {
5646
5678
  .card-text:last-child {
5647
5679
  margin-bottom: 0;
5648
5680
  }
5681
+
5649
5682
  .card-link {
5650
5683
  color: #007bff;
5651
5684
  }
@@ -6110,9 +6143,6 @@ input[type=button].btn-block {
6110
6143
  .form-check-card .custom-control .custom-control-input:checked ~ .card {
6111
6144
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
6112
6145
  }
6113
- .form-check-card .custom-control .custom-control-input:checked ~ .card {
6114
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
6115
- }
6116
6146
  .form-check-card .form-check-input:checked ~ .card {
6117
6147
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
6118
6148
  }
@@ -6148,6 +6178,7 @@ input[type=button].btn-block {
6148
6178
  top: auto;
6149
6179
  transform: none;
6150
6180
  }
6181
+
6151
6182
  .form-check-bottom-right .form-check-input {
6152
6183
  bottom: 1rem;
6153
6184
  left: auto;
@@ -6171,6 +6202,7 @@ input[type=button].btn-block {
6171
6202
  top: auto;
6172
6203
  transform: none;
6173
6204
  }
6205
+
6174
6206
  .form-check-middle-left .form-check-input {
6175
6207
  left: 1rem;
6176
6208
  margin-top: 0;
@@ -6191,6 +6223,7 @@ input[type=button].btn-block {
6191
6223
  top: 50%;
6192
6224
  transform: translateY(-50%);
6193
6225
  }
6226
+
6194
6227
  .form-check-middle-right .form-check-input {
6195
6228
  left: auto;
6196
6229
  margin-top: 0;
@@ -6214,6 +6247,7 @@ input[type=button].btn-block {
6214
6247
  top: 50%;
6215
6248
  transform: translateY(-50%);
6216
6249
  }
6250
+
6217
6251
  .form-check-top-left .form-check-input {
6218
6252
  left: 1rem;
6219
6253
  opacity: 1;
@@ -6231,6 +6265,7 @@ input[type=button].btn-block {
6231
6265
  top: 1rem;
6232
6266
  transform: none;
6233
6267
  }
6268
+
6234
6269
  .form-check-top-right .form-check-input {
6235
6270
  left: auto;
6236
6271
  opacity: 1;
@@ -6251,6 +6286,7 @@ input[type=button].btn-block {
6251
6286
  top: 1rem;
6252
6287
  transform: none;
6253
6288
  }
6289
+
6254
6290
  .card-page.card-page-equal-height .card-page-item,
6255
6291
  .card-page.card-page-equal-height .card-page-item-asset,
6256
6292
  .card-page.card-page-equal-height .card-page-item-directory {
@@ -6396,6 +6432,7 @@ input[type=button].btn-block {
6396
6432
  border-color: #80bdff;
6397
6433
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
6398
6434
  }
6435
+
6399
6436
  .card-interactive:active, .card-interactive.active {
6400
6437
  background-color: #e9ecef;
6401
6438
  }
@@ -6437,6 +6474,7 @@ input[type=button].btn-block {
6437
6474
  .card-interactive-primary.focus, .card-interactive-primary:focus-visible, .c-prefers-focus .card-interactive-primary:focus {
6438
6475
  background-color: #f8f9fa;
6439
6476
  }
6477
+
6440
6478
  .card-interactive-primary:active, .card-interactive-primary.active {
6441
6479
  background-color: #e9ecef;
6442
6480
  }
@@ -6670,6 +6708,7 @@ input[type=button].btn-block {
6670
6708
  color: #16181b;
6671
6709
  text-decoration: none;
6672
6710
  }
6711
+
6673
6712
  .dropdown-item:active {
6674
6713
  background-color: #007bff;
6675
6714
  color: #fff;
@@ -6785,6 +6824,14 @@ input[type=button].btn-block {
6785
6824
  .dropdown-section .custom-control {
6786
6825
  margin-bottom: 0;
6787
6826
  }
6827
+ .dropdown-section-grid {
6828
+ display: grid;
6829
+ gap: 0.5rem 0.75rem;
6830
+ grid-template-columns: repeat(9, 1fr);
6831
+ margin-bottom: 0;
6832
+ padding: 0.25rem 1.5rem;
6833
+ }
6834
+
6788
6835
  .dropdown-footer {
6789
6836
  box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
6790
6837
  padding: 0.5rem 1.5rem 0;
@@ -6908,6 +6955,7 @@ input[type=button].btn-block {
6908
6955
  background-image: none;
6909
6956
  color: #16181b;
6910
6957
  }
6958
+
6911
6959
  .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
6912
6960
  background-color: #007bff;
6913
6961
  background-image: none;
@@ -6970,6 +7018,10 @@ input[type=button].btn-block {
6970
7018
  .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
6971
7019
  right: 0.5rem;
6972
7020
  }
7021
+ .dropdown-menu-select.dropdown-menu .inline-scroller {
7022
+ max-height: 224px;
7023
+ }
7024
+
6973
7025
  .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
6974
7026
  max-height: 432px;
6975
7027
  }
@@ -7155,6 +7207,7 @@ input[type=button].btn-block {
7155
7207
  color: inherit;
7156
7208
  text-decoration: inherit;
7157
7209
  }
7210
+
7158
7211
  .dropdown-item-indicator-text-start > .c-inner {
7159
7212
  margin-left: -2rem;
7160
7213
  }
@@ -7211,6 +7264,7 @@ input[type=button].btn-block {
7211
7264
  color: inherit;
7212
7265
  text-decoration: inherit;
7213
7266
  }
7267
+
7214
7268
  .dropdown-item-indicator-text-end > .c-inner {
7215
7269
  margin-right: -2rem;
7216
7270
  }
@@ -7224,6 +7278,7 @@ input[type=button].btn-block {
7224
7278
  transform: none !important;
7225
7279
  will-change: auto !important;
7226
7280
  }
7281
+
7227
7282
  .dropdown-menu-top-right {
7228
7283
  bottom: 100% !important;
7229
7284
  left: auto !important;
@@ -7234,6 +7289,7 @@ input[type=button].btn-block {
7234
7289
  transform: none !important;
7235
7290
  will-change: auto !important;
7236
7291
  }
7292
+
7237
7293
  .dropdown-menu-top-center {
7238
7294
  bottom: 100% !important;
7239
7295
  left: 50% !important;
@@ -7244,6 +7300,7 @@ input[type=button].btn-block {
7244
7300
  transform: translateX(-50%) !important;
7245
7301
  will-change: auto !important;
7246
7302
  }
7303
+
7247
7304
  .dropdown-menu-center {
7248
7305
  bottom: auto !important;
7249
7306
  left: 50% !important;
@@ -7252,6 +7309,7 @@ input[type=button].btn-block {
7252
7309
  transform: translateX(-50%) !important;
7253
7310
  will-change: auto !important;
7254
7311
  }
7312
+
7255
7313
  .dropdown-menu-left-side {
7256
7314
  bottom: auto !important;
7257
7315
  left: auto !important;
@@ -7262,6 +7320,7 @@ input[type=button].btn-block {
7262
7320
  transform: none !important;
7263
7321
  will-change: auto !important;
7264
7322
  }
7323
+
7265
7324
  .dropdown-menu-left-side-bottom {
7266
7325
  bottom: 0 !important;
7267
7326
  left: auto !important;
@@ -7272,6 +7331,7 @@ input[type=button].btn-block {
7272
7331
  transform: none !important;
7273
7332
  will-change: auto !important;
7274
7333
  }
7334
+
7275
7335
  .dropdown-menu-left-side-middle {
7276
7336
  bottom: auto !important;
7277
7337
  left: auto !important;
@@ -7282,6 +7342,7 @@ input[type=button].btn-block {
7282
7342
  transform: translate(0, -50%) !important;
7283
7343
  will-change: auto !important;
7284
7344
  }
7345
+
7285
7346
  .dropdown-menu-right-side {
7286
7347
  bottom: auto !important;
7287
7348
  left: 100% !important;
@@ -7292,6 +7353,7 @@ input[type=button].btn-block {
7292
7353
  transform: none !important;
7293
7354
  will-change: auto !important;
7294
7355
  }
7356
+
7295
7357
  .dropdown-menu-right-side-bottom {
7296
7358
  bottom: 0 !important;
7297
7359
  left: 100% !important;
@@ -7302,6 +7364,7 @@ input[type=button].btn-block {
7302
7364
  transform: none !important;
7303
7365
  will-change: auto !important;
7304
7366
  }
7367
+
7305
7368
  .dropdown-menu-right-side-middle {
7306
7369
  bottom: auto !important;
7307
7370
  left: 100% !important;
@@ -7312,6 +7375,7 @@ input[type=button].btn-block {
7312
7375
  transform: translate(0, -50%) !important;
7313
7376
  will-change: auto !important;
7314
7377
  }
7378
+
7315
7379
  .dropdown-full .dropdown-menu,
7316
7380
  .dropdown-wide .dropdown-menu {
7317
7381
  max-width: none;
@@ -7345,6 +7409,7 @@ input[type=button].btn-block {
7345
7409
  .dropdown-menu-width-shrink {
7346
7410
  min-width: 0;
7347
7411
  }
7412
+
7348
7413
  .dropdown-menu-width-full {
7349
7414
  left: 12px !important;
7350
7415
  right: 12px !important;
@@ -7385,6 +7450,7 @@ input[type=button].btn-block {
7385
7450
  max-width: none;
7386
7451
  width: 100%;
7387
7452
  }
7453
+
7388
7454
  .nav-item.dropdown-full {
7389
7455
  position: static;
7390
7456
  }
@@ -7876,7 +7942,6 @@ select.form-control {
7876
7942
  background-size: 8px 10px;
7877
7943
  cursor: pointer;
7878
7944
  padding-right: 1.75rem;
7879
- color: #495057;
7880
7945
  }
7881
7946
  select.form-control:disabled > option, select.form-control.disabled > option {
7882
7947
  cursor: not-allowed;
@@ -7918,7 +7983,6 @@ select.form-control[size] {
7918
7983
  padding-left: 0.5rem;
7919
7984
  padding-right: 0.5rem;
7920
7985
  scrollbar-width: thin;
7921
- color: #495057;
7922
7986
  }
7923
7987
  select.form-control[size].focus, select.form-control[size]:focus-visible, .c-prefers-focus select.form-control[size]:focus {
7924
7988
  background-image: none;
@@ -7933,7 +7997,6 @@ select.form-control[multiple] {
7933
7997
  padding-left: 0.5rem;
7934
7998
  padding-right: 0.5rem;
7935
7999
  scrollbar-width: thin;
7936
- color: #495057;
7937
8000
  }
7938
8001
  select.form-control[multiple].focus, select.form-control[multiple]:focus-visible, .c-prefers-focus select.form-control[multiple]:focus {
7939
8002
  background-image: none;
@@ -7941,6 +8004,11 @@ select.form-control[multiple].focus, select.form-control[multiple]:focus-visible
7941
8004
  select.form-control[multiple] option {
7942
8005
  padding: 0.25rem;
7943
8006
  }
8007
+ .form-control-shrink {
8008
+ max-width: 100%;
8009
+ white-space: nowrap;
8010
+ width: min-content;
8011
+ }
7944
8012
  textarea.form-control,
7945
8013
  textarea.form-control-plaintext,
7946
8014
  .form-control.form-control-textarea {
@@ -8337,6 +8405,7 @@ textarea.form-control-lg,
8337
8405
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
8338
8406
  outline: 0;
8339
8407
  }
8408
+
8340
8409
  .c-link.text-secondary {
8341
8410
  color: #212529 !important;
8342
8411
  }
@@ -8346,6 +8415,7 @@ textarea.form-control-lg,
8346
8415
  .c-link.text-secondary.focus, .c-link.text-secondary:focus-visible, .c-prefers-focus .c-link.text-secondary:focus {
8347
8416
  color: #000 !important;
8348
8417
  }
8418
+
8349
8419
  .c-link.text-tertiary {
8350
8420
  color: #212529 !important;
8351
8421
  }
@@ -8414,6 +8484,7 @@ button.link-outline {
8414
8484
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
8415
8485
  outline: 0;
8416
8486
  }
8487
+
8417
8488
  .link-outline:disabled, .link-outline.disabled {
8418
8489
  box-shadow: none;
8419
8490
  }
@@ -8572,6 +8643,7 @@ button.link-outline {
8572
8643
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
8573
8644
  outline: 0;
8574
8645
  }
8646
+
8575
8647
  .component-action:active {
8576
8648
  background-color: #6c757d;
8577
8649
  color: #fff;
@@ -9016,9 +9088,7 @@ button.link-outline {
9016
9088
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
9017
9089
  color: #000;
9018
9090
  }
9019
- .clay-color-dropdown-menu .component-action:active:focus-visible, .c-prefers-focus .clay-color-dropdown-menu .component-action:active:focus {
9020
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
9021
- }
9091
+
9022
9092
  .clay-color-dropdown-menu .form-control {
9023
9093
  font-size: 0.875rem;
9024
9094
  height: 2rem;
@@ -9092,9 +9162,7 @@ button.link-outline {
9092
9162
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
9093
9163
  outline: 0;
9094
9164
  }
9095
- .clay-color-pointer:active:focus-visible, .c-prefers-focus .clay-color-pointer:active:focus {
9096
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
9097
- }
9165
+
9098
9166
  .clay-color-pointer .c-inner {
9099
9167
  margin-bottom: 0;
9100
9168
  margin-left: 0;
@@ -9114,6 +9182,7 @@ button.link-outline {
9114
9182
  font-weight: 500;
9115
9183
  max-width: calc(100% - 2rem);
9116
9184
  }
9185
+
9117
9186
  .clay-color-footer {
9118
9187
  margin-bottom: 1rem;
9119
9188
  }
@@ -9570,6 +9639,7 @@ label.custom-control-label {
9570
9639
  border-color: #80bdff;
9571
9640
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
9572
9641
  }
9642
+
9573
9643
  .custom-control-input:active ~ .custom-control-label::before {
9574
9644
  background-color: #027cff;
9575
9645
  border-color: #027cff;
@@ -9590,10 +9660,8 @@ label.custom-control-label {
9590
9660
  border-color: #007bff;
9591
9661
  color: #fff;
9592
9662
  }
9593
- .custom-control-input:checked ~ .custom-control-label::before {
9594
- background-color: #007bff;
9595
- border-color: #007bff;
9596
- color: #fff;
9663
+ .custom-control-input:checked[disabled], .custom-control-input:checked:disabled {
9664
+ cursor: not-allowed;
9597
9665
  }
9598
9666
  .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-control-input:checked:disabled ~ .custom-control-label::before {
9599
9667
  background-color: #e9ecef;
@@ -9603,15 +9671,13 @@ label.custom-control-label {
9603
9671
  background-color: #fff;
9604
9672
  border-color: #adb5bd;
9605
9673
  }
9674
+
9606
9675
  .custom-checkbox .custom-control-input ~ .custom-control-label::before {
9607
9676
  border-radius: 0.25rem;
9608
9677
  }
9609
9678
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
9610
9679
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E");
9611
9680
  }
9612
- .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
9613
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='8'%20height='8'%20viewBox='0%200%208%208'%3E%3Cpath%20fill='%23fff'%20d='M6.564.75l-3.59%203.612-1.538-1.55L0%204.26l2.974%202.99L8%202.193z'/%3E%3C/svg%3E");
9614
- }
9615
9681
  .custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
9616
9682
  background-color: rgba(0, 123, 255, 0.5);
9617
9683
  }
@@ -9638,20 +9704,19 @@ label.custom-control-label {
9638
9704
  .custom-checkbox .custom-control-input:indeterminate[readonly] ~ .custom-control-label::after {
9639
9705
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='4'%20viewBox='0%200%204%204'%3E%3Cpath%20stroke='%23343a40'%20d='M0%202h4'/%3E%3C/svg%3E");
9640
9706
  }
9707
+
9641
9708
  .custom-radio .custom-control-input ~ .custom-control-label::before {
9642
9709
  border-radius: 50%;
9643
9710
  }
9644
9711
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
9645
9712
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='-4%20-4%208%208'%3E%3Ccircle%20r='3'%20fill='%23fff'/%3E%3C/svg%3E");
9646
9713
  }
9647
- .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
9648
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='-4%20-4%208%208'%3E%3Ccircle%20r='3'%20fill='%23fff'/%3E%3C/svg%3E");
9649
- }
9650
9714
  .custom-radio .custom-control-input:checked[disabled] ~ .custom-control-label::before, .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
9651
9715
  background-color: rgba(0, 123, 255, 0.5);
9652
9716
  }
9717
+
9653
9718
  .custom-control-outside label {
9654
- display: block;
9719
+ display: inline-block;
9655
9720
  padding-left: calc( 1rem + 0.5rem );
9656
9721
  }
9657
9722
  .custom-control-outside .custom-control-label-text {
@@ -9660,6 +9725,7 @@ label.custom-control-label {
9660
9725
  .custom-control-outside .custom-control-input ~ .custom-control-label::before {
9661
9726
  position: absolute;
9662
9727
  }
9728
+
9663
9729
  .custom-control-inline {
9664
9730
  display: inline-flex;
9665
9731
  }
@@ -10167,9 +10233,7 @@ label.custom-control-label {
10167
10233
  .date-picker-nav .nav-btn.focus, .date-picker-nav .nav-btn:focus-visible, .c-prefers-focus .date-picker-nav .nav-btn:focus {
10168
10234
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
10169
10235
  }
10170
- .date-picker-nav .nav-btn:active:focus-visible, .c-prefers-focus .date-picker-nav .nav-btn:active:focus {
10171
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
10172
- }
10236
+
10173
10237
  .date-picker-nav .nav-btn:disabled, .date-picker-nav .nav-btn.disabled {
10174
10238
  background-color: transparent;
10175
10239
  box-shadow: none;
@@ -10191,24 +10255,16 @@ label.custom-control-label {
10191
10255
  min-width: 1.5rem;
10192
10256
  }
10193
10257
  }
10194
- .date-picker-nav select.form-control {
10195
- color: #495057;
10196
- }
10197
10258
  @media (max-width: 575.98px) {
10198
10259
  .date-picker-nav select.form-control {
10199
10260
  font-size: 0.75rem;
10200
10261
  height: 1.5rem;
10201
- color: #495057;
10202
10262
  }
10203
10263
  }
10204
- .date-picker-nav .form-control-select {
10205
- color: #495057;
10206
- }
10207
10264
  @media (max-width: 575.98px) {
10208
10265
  .date-picker-nav .form-control-select {
10209
10266
  font-size: 0.75rem;
10210
10267
  height: 1.5rem;
10211
- color: #495057;
10212
10268
  }
10213
10269
  }
10214
10270
  .date-picker-nav-item {
@@ -10394,13 +10450,11 @@ label.custom-control-label {
10394
10450
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
10395
10451
  outline: 0;
10396
10452
  }
10453
+
10397
10454
  .date-picker-date:active {
10398
10455
  background-color: #007bff;
10399
10456
  color: #fff;
10400
10457
  }
10401
- .date-picker-date:active:focus-visible, .c-prefers-focus .date-picker-date:active:focus {
10402
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
10403
- }
10404
10458
  .date-picker-date.active {
10405
10459
  background-color: #007bff;
10406
10460
  color: #fff;
@@ -10420,6 +10474,7 @@ label.custom-control-label {
10420
10474
  .previous-month-date.focus, .previous-month-date:focus-visible, .c-prefers-focus .previous-month-date:focus {
10421
10475
  opacity: 1;
10422
10476
  }
10477
+
10423
10478
  .previous-month-date:active {
10424
10479
  background-color: #75b8ff;
10425
10480
  color: #e5f2ff;
@@ -10438,6 +10493,7 @@ label.custom-control-label {
10438
10493
  .next-month-date.focus, .next-month-date:focus-visible, .c-prefers-focus .next-month-date:focus {
10439
10494
  opacity: 1;
10440
10495
  }
10496
+
10441
10497
  .next-month-date:active {
10442
10498
  background-color: #75b8ff;
10443
10499
  color: #e5f2ff;
@@ -10712,15 +10768,12 @@ label.custom-control-label {
10712
10768
  }
10713
10769
  .has-error select.form-control {
10714
10770
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23dc3545' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
10715
- color: #495057;
10716
10771
  }
10717
10772
  .has-error select.form-control[size] {
10718
10773
  background-image: none;
10719
- color: #495057;
10720
10774
  }
10721
10775
  .has-error select.form-control[multiple] {
10722
10776
  background-image: none;
10723
- color: #495057;
10724
10777
  }
10725
10778
  .has-error .input-group-item.focus {
10726
10779
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
@@ -10756,15 +10809,12 @@ label.custom-control-label {
10756
10809
  }
10757
10810
  .has-warning select.form-control {
10758
10811
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffc107' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
10759
- color: #495057;
10760
10812
  }
10761
10813
  .has-warning select.form-control[size] {
10762
10814
  background-image: none;
10763
- color: #495057;
10764
10815
  }
10765
10816
  .has-warning select.form-control[multiple] {
10766
10817
  background-image: none;
10767
- color: #495057;
10768
10818
  }
10769
10819
  .has-warning .input-group-item.focus {
10770
10820
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
@@ -10800,15 +10850,12 @@ label.custom-control-label {
10800
10850
  }
10801
10851
  .has-success select.form-control {
10802
10852
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%2328a745' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
10803
- color: #495057;
10804
10853
  }
10805
10854
  .has-success select.form-control[size] {
10806
10855
  background-image: none;
10807
- color: #495057;
10808
10856
  }
10809
10857
  .has-success select.form-control[multiple] {
10810
10858
  background-image: none;
10811
- color: #495057;
10812
10859
  }
10813
10860
  .has-success .input-group-item.focus {
10814
10861
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
@@ -11364,7 +11411,8 @@ label.custom-control-label {
11364
11411
  .input-group .input-group-inset-item .btn .c-inner .lexicon-icon {
11365
11412
  margin-top: 0;
11366
11413
  }
11367
- .input-group .input-group-inset-item .btn-monospaced {
11414
+ .input-group .input-group-inset-item .btn-monospaced,
11415
+ .input-group .input-group-inset-item .input-group-inset-icon {
11368
11416
  font-size: 1rem;
11369
11417
  height: 2rem;
11370
11418
  margin-bottom: -0.0625rem;
@@ -11378,6 +11426,14 @@ label.custom-control-label {
11378
11426
  .input-group .input-group-inset-item .form-file .btn {
11379
11427
  height: 100%;
11380
11428
  }
11429
+ .input-group .input-group-inset-icon {
11430
+ align-items: center;
11431
+ display: flex;
11432
+ justify-content: center;
11433
+ }
11434
+ .input-group .input-group-inset-icon .lexicon-icon {
11435
+ margin-top: 0;
11436
+ }
11381
11437
  .input-group .input-group-item .input-group-inset-before.form-control {
11382
11438
  border-bottom-left-radius: 0;
11383
11439
  border-top-left-radius: 0;
@@ -11654,6 +11710,7 @@ label.custom-control-label {
11654
11710
  line-height: 1.2;
11655
11711
  margin-bottom: 0;
11656
11712
  }
11713
+
11657
11714
  .list-group-title {
11658
11715
  font-size: 1.125rem;
11659
11716
  font-weight: 500;
@@ -12674,6 +12731,7 @@ label.custom-control-label {
12674
12731
  overflow-wrap: break-word;
12675
12732
  word-wrap: break-word;
12676
12733
  }
12734
+
12677
12735
  .multi-step-item-expand {
12678
12736
  flex-grow: 1;
12679
12737
  width: 75px;
@@ -12907,6 +12965,7 @@ label.custom-control-label {
12907
12965
  text-decoration: none;
12908
12966
  z-index: 1;
12909
12967
  }
12968
+
12910
12969
  .nav-link:disabled, .nav-link.disabled {
12911
12970
  color: #6c757d;
12912
12971
  cursor: not-allowed;
@@ -12945,6 +13004,7 @@ label.custom-control-label {
12945
13004
  .nav-btn.focus, .nav-btn:focus-visible, .c-prefers-focus .nav-btn:focus {
12946
13005
  z-index: 1;
12947
13006
  }
13007
+
12948
13008
  .nav-btn:disabled, .nav-btn.disabled {
12949
13009
  opacity: 1;
12950
13010
  }
@@ -13206,6 +13266,7 @@ label.custom-control-label {
13206
13266
  .nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus-visible, .c-prefers-focus .nav-tabs .nav-link:focus {
13207
13267
  border-color: #e9ecef #e9ecef #dee2e6;
13208
13268
  }
13269
+
13209
13270
  .nav-tabs .nav-link:active {
13210
13271
  background-color: #fff;
13211
13272
  border-color: #dee2e6 #dee2e6 #fff;
@@ -13342,6 +13403,7 @@ label.custom-control-label {
13342
13403
  right: 0;
13343
13404
  top: 0;
13344
13405
  }
13406
+
13345
13407
  .menubar-primary .nav-link:active {
13346
13408
  color: rgba(0, 0, 0, 0.9);
13347
13409
  }
@@ -13384,6 +13446,7 @@ label.custom-control-label {
13384
13446
  .menubar-primary .nav-link[aria-expanded=true]:focus-visible::before, .c-prefers-focus .menubar-primary .nav-link[aria-expanded=true]:focus::before, .menubar-primary .nav-link.show:focus-visible::before, .c-prefers-focus .menubar-primary .nav-link.show:focus::before {
13385
13447
  display: none;
13386
13448
  }
13449
+
13387
13450
  .menubar-primary .nav-link.collapse-icon {
13388
13451
  font-size: 0.75rem;
13389
13452
  font-weight: 500;
@@ -13707,7 +13770,7 @@ label.custom-control-label {
13707
13770
  padding: 0.5rem 1rem;
13708
13771
  position: relative;
13709
13772
  }
13710
- .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
13773
+ .navbar > .container-xxxl, .navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
13711
13774
  .navbar .container-fluid {
13712
13775
  align-items: inherit;
13713
13776
  background-color: inherit;
@@ -17507,6 +17570,7 @@ label.custom-control-label {
17507
17570
  outline: 0;
17508
17571
  z-index: 4;
17509
17572
  }
17573
+
17510
17574
  .page-link:active {
17511
17575
  background-color: #007bff;
17512
17576
  border-color: #007bff;
@@ -17616,6 +17680,7 @@ label.custom-control-label {
17616
17680
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
17617
17681
  outline: 0;
17618
17682
  }
17683
+
17619
17684
  .pagination-items-per-page > a:active,
17620
17685
  .pagination-items-per-page > button:active {
17621
17686
  background-color: #007bff;
@@ -17839,6 +17904,7 @@ label.custom-control-label {
17839
17904
  .panel-header-link.focus, .panel-header-link:focus-visible, .c-prefers-focus .panel-header-link:focus {
17840
17905
  z-index: 1;
17841
17906
  }
17907
+
17842
17908
  .panel-header-link.panel-header.collapsed {
17843
17909
  border-color: transparent;
17844
17910
  transition: border-color 0.75s ease;
@@ -19077,6 +19143,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
19077
19143
  overflow-wrap: break-word;
19078
19144
  word-wrap: break-word;
19079
19145
  }
19146
+
19080
19147
  .sidebar-footer {
19081
19148
  padding-bottom: 1rem;
19082
19149
  padding-left: 1rem;
@@ -19158,10 +19225,12 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
19158
19225
  margin-bottom: 0.25rem;
19159
19226
  text-transform: uppercase;
19160
19227
  }
19228
+
19161
19229
  .sidebar-dd {
19162
19230
  font-size: 0.875rem;
19163
19231
  margin-bottom: 0.75rem;
19164
19232
  }
19233
+
19165
19234
  .sidebar-sm {
19166
19235
  font-size: 0.875rem;
19167
19236
  }
@@ -19270,6 +19339,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
19270
19339
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
19271
19340
  outline: 0;
19272
19341
  }
19342
+
19273
19343
  .sidebar-dark .nav-nested .nav-link:active {
19274
19344
  color: #fff;
19275
19345
  }
@@ -19332,6 +19402,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
19332
19402
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
19333
19403
  outline: 0;
19334
19404
  }
19405
+
19335
19406
  .sidebar-dark-l2 .nav-nested .nav-link:active {
19336
19407
  color: #fff;
19337
19408
  }
@@ -19637,6 +19708,7 @@ caption {
19637
19708
  .table .component-drag.focus, .table .component-drag:focus-visible, .c-prefers-focus .table .component-drag:focus {
19638
19709
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
19639
19710
  }
19711
+
19640
19712
  .table .custom-control,
19641
19713
  .table .form-check {
19642
19714
  margin-bottom: 0;
@@ -20979,9 +21051,7 @@ td.table-focus {
20979
21051
  .tbar-stacked .tbar-btn-monospaced.focus, .tbar-stacked .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:focus {
20980
21052
  box-shadow: inset 0 0 0 0.125rem #57a8ff, inset 0 0 0 0.25rem #fff;
20981
21053
  }
20982
- .tbar-stacked .tbar-btn-monospaced:active:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:active:focus {
20983
- box-shadow: inset 0 0 0 0.125rem #57a8ff, inset 0 0 0 0.25rem #fff;
20984
- }
21054
+
20985
21055
  .tbar-stacked .tbar-btn-monospaced .c-inner {
20986
21056
  margin-bottom: 0;
20987
21057
  margin-left: 0;
@@ -21008,6 +21078,7 @@ td.table-focus {
21008
21078
  .tbar-light .tbar-btn-monospaced.focus, .tbar-light .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-light .tbar-btn-monospaced:focus {
21009
21079
  color: #343a40;
21010
21080
  }
21081
+
21011
21082
  .tbar-light .tbar-btn-monospaced:active {
21012
21083
  background-color: #e9ecef;
21013
21084
  color: #343a40;
@@ -21044,6 +21115,7 @@ td.table-focus {
21044
21115
  .tbar-dark-l2 .tbar-btn-monospaced.focus, .tbar-dark-l2 .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-dark-l2 .tbar-btn-monospaced:focus {
21045
21116
  color: #fff;
21046
21117
  }
21118
+
21047
21119
  .tbar-dark-l2 .tbar-btn-monospaced:active {
21048
21120
  background-color: rgba(255, 255, 255, 0.06);
21049
21121
  color: #fff;
@@ -21079,6 +21151,7 @@ td.table-focus {
21079
21151
  .tbar-dark-d1 .tbar-btn-monospaced.focus, .tbar-dark-d1 .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-dark-d1 .tbar-btn-monospaced:focus {
21080
21152
  color: #fff;
21081
21153
  }
21154
+
21082
21155
  .tbar-dark-d1 .tbar-btn-monospaced:active {
21083
21156
  background-color: rgba(255, 255, 255, 0.06);
21084
21157
  color: #fff;
@@ -21087,6 +21160,16 @@ td.table-focus {
21087
21160
  background-color: rgba(255, 255, 255, 0.06);
21088
21161
  color: #fff;
21089
21162
  }
21163
+ .tbar-dark-d1 .tbar-btn-monospaced.active::after {
21164
+ background-color: #75b8ff;
21165
+ bottom: 0;
21166
+ content: "";
21167
+ display: block;
21168
+ left: 0;
21169
+ position: absolute;
21170
+ top: 0;
21171
+ width: 0.25rem;
21172
+ }
21090
21173
  .tbar-dark-d1 .tbar-btn-monospaced:disabled, .tbar-dark-d1 .tbar-btn-monospaced.disabled {
21091
21174
  color: inherit;
21092
21175
  }
@@ -21094,6 +21177,16 @@ td.table-focus {
21094
21177
  background-color: rgba(255, 255, 255, 0.06);
21095
21178
  color: #fff;
21096
21179
  }
21180
+ .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded=true]::after, .tbar-dark-d1 .tbar-btn-monospaced.show::after {
21181
+ background-color: #75b8ff;
21182
+ bottom: 0;
21183
+ content: "";
21184
+ display: block;
21185
+ left: 0;
21186
+ position: absolute;
21187
+ top: 0;
21188
+ width: 0.25rem;
21189
+ }
21097
21190
  .tbar-dark-d1 .tbar-label {
21098
21191
  border-width: 0.0625rem;
21099
21192
  }
@@ -22019,9 +22112,7 @@ td.table-focus {
22019
22112
  .treeview .btn-monospaced.focus, .treeview .btn-monospaced:focus-visible, .c-prefers-focus .treeview .btn-monospaced:focus {
22020
22113
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
22021
22114
  }
22022
- .treeview .btn-monospaced:active:focus-visible, .c-prefers-focus .treeview .btn-monospaced:active:focus {
22023
- box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
22024
- }
22115
+
22025
22116
  .treeview .custom-control {
22026
22117
  margin-left: 4px;
22027
22118
  margin-right: 4px;
@@ -22045,6 +22136,7 @@ td.table-focus {
22045
22136
  .treeview .component-action.focus, .treeview .component-action:focus-visible, .c-prefers-focus .treeview .component-action:focus {
22046
22137
  color: #6c757d;
22047
22138
  }
22139
+
22048
22140
  .treeview .component-action:active {
22049
22141
  background-color: transparent;
22050
22142
  }
@@ -22178,6 +22270,7 @@ td.table-focus {
22178
22270
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
22179
22271
  outline: 0;
22180
22272
  }
22273
+
22181
22274
  .treeview-link:disabled, .treeview-link.disabled {
22182
22275
  cursor: not-allowed;
22183
22276
  }
@@ -22236,6 +22329,7 @@ td.table-focus {
22236
22329
  .treeview-light .treeview-link.focus, .treeview-light .treeview-link:focus-visible, .c-prefers-focus .treeview-light .treeview-link:focus {
22237
22330
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
22238
22331
  }
22332
+
22239
22333
  .treeview-light .treeview-link:active {
22240
22334
  background-color: #e5f2ff;
22241
22335
  box-shadow: inset 0 0 0 1px #007bff;
@@ -22259,6 +22353,7 @@ td.table-focus {
22259
22353
  .treeview-light .treeview-link[aria-expanded=true]:focus-visible, .c-prefers-focus .treeview-light .treeview-link[aria-expanded=true]:focus, .treeview-light .treeview-link.show:focus-visible, .c-prefers-focus .treeview-light .treeview-link.show:focus {
22260
22354
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
22261
22355
  }
22356
+
22262
22357
  .treeview-light .treeview-link.treeview-no-hover:hover, .treeview-light .treeview-link.treeview-no-hover.hover {
22263
22358
  background-color: transparent;
22264
22359
  color: #6c757d;
@@ -22279,6 +22374,7 @@ td.table-focus {
22279
22374
  .treeview-dark .treeview-link.focus, .treeview-dark .treeview-link:focus-visible, .c-prefers-focus .treeview-dark .treeview-link:focus {
22280
22375
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
22281
22376
  }
22377
+
22282
22378
  .treeview-dark .treeview-link:active {
22283
22379
  background-color: #828e9a;
22284
22380
  box-shadow: inset 0 0 0 1px #007bff;
@@ -22302,6 +22398,7 @@ td.table-focus {
22302
22398
  .treeview-dark .treeview-link[aria-expanded=true]:focus-visible, .c-prefers-focus .treeview-dark .treeview-link[aria-expanded=true]:focus, .treeview-dark .treeview-link.show:focus-visible, .c-prefers-focus .treeview-dark .treeview-link.show:focus {
22303
22399
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
22304
22400
  }
22401
+
22305
22402
  .treeview-dark .treeview-link.treeview-no-hover:hover, .treeview-dark .treeview-link.treeview-no-hover.hover {
22306
22403
  background-color: transparent;
22307
22404
  color: #a9afb5;
@@ -31528,13 +31625,27 @@ a.text-dark:hover, a.text-dark:focus {
31528
31625
  scroll-behavior: auto;
31529
31626
  transition: none;
31530
31627
  }
31628
+ .c-prefers-reduced-motion .loading-animation-squares::before {
31629
+ background-color: transparent;
31630
+ display: block;
31631
+ font-size: inherit;
31632
+ opacity: inherit;
31633
+ transform: none;
31634
+ }
31635
+ .c-prefers-reduced-motion .loading-animation-squares::after {
31636
+ font-size: inherit;
31637
+ left: auto;
31638
+ position: relative;
31639
+ top: auto;
31640
+ transform: none;
31641
+ }
31531
31642
 
31532
31643
  @keyframes loading-animation-circle {
31533
31644
  100% {
31534
31645
  transform: rotate(360deg);
31535
31646
  }
31536
31647
  }
31537
- .loading-animation {
31648
+ .loading-animation, .c-prefers-reduced-motion .loading-animation-squares {
31538
31649
  display: block;
31539
31650
  height: 1em;
31540
31651
  margin-left: auto;
@@ -31545,7 +31656,7 @@ a.text-dark:hover, a.text-dark:focus {
31545
31656
  vertical-align: middle;
31546
31657
  width: 1em;
31547
31658
  }
31548
- .loading-animation::before {
31659
+ .loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
31549
31660
  animation: loading-animation-circle 1s linear infinite;
31550
31661
  border-radius: 50%;
31551
31662
  box-shadow: -0.03125em -0.375em 0 0 currentColor;
@@ -31559,15 +31670,15 @@ a.text-dark:hover, a.text-dark:focus {
31559
31670
  width: 0.25em;
31560
31671
  }
31561
31672
  @media (prefers-reduced-motion: reduce) {
31562
- .loading-animation::before {
31673
+ .loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
31563
31674
  animation: none;
31564
31675
  }
31565
31676
  }
31566
- .c-prefers-reduced-motion .loading-animation::before {
31677
+ .c-prefers-reduced-motion .loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
31567
31678
  animation: none;
31568
31679
  }
31569
31680
 
31570
- .loading-animation::after {
31681
+ .loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
31571
31682
  animation: loading-animation-circle 1s linear infinite;
31572
31683
  background-color: currentColor;
31573
31684
  border-radius: 50%;
@@ -31581,11 +31692,11 @@ a.text-dark:hover, a.text-dark:focus {
31581
31692
  width: 1em;
31582
31693
  }
31583
31694
  @media (prefers-reduced-motion: reduce) {
31584
- .loading-animation::after {
31695
+ .loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
31585
31696
  animation: none;
31586
31697
  }
31587
31698
  }
31588
- .c-prefers-reduced-motion .loading-animation::after {
31699
+ .c-prefers-reduced-motion .loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
31589
31700
  animation: none;
31590
31701
  }
31591
31702