@clayui/css 3.126.0 → 3.127.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 (33) hide show
  1. package/lib/css/atlas.css +18 -11
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +18 -11
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/bootstrap.css +0 -0
  6. package/lib/css/bootstrap.css.map +1 -1
  7. package/lib/css/cadmin.css +244 -231
  8. package/lib/css/cadmin.css.map +1 -1
  9. package/lib/images/icons/icons.svg +1 -1
  10. package/package.json +2 -2
  11. package/src/scss/_license-text.scss +1 -1
  12. package/src/scss/atlas/variables/_globals.scss +6 -0
  13. package/src/scss/cadmin/components/_multi-step-nav.scss +4 -2
  14. package/src/scss/cadmin/variables/_dropdowns.scss +15 -6
  15. package/src/scss/cadmin/variables/_globals.scss +2 -0
  16. package/src/scss/cadmin/variables/_multi-step-nav.scss +2 -2
  17. package/src/scss/components/_multi-step-nav.scss +4 -2
  18. package/src/scss/functions/_global-functions.scss +8 -2
  19. package/src/scss/mixins/_buttons.scss +4 -29
  20. package/src/scss/mixins/_cards.scss +1 -26
  21. package/src/scss/mixins/_close.scss +2 -27
  22. package/src/scss/mixins/_custom-forms.scss +3 -28
  23. package/src/scss/mixins/_dropdown-menu.scss +18 -24
  24. package/src/scss/mixins/_forms.scss +4 -79
  25. package/src/scss/mixins/_links.scss +6 -31
  26. package/src/scss/mixins/_modals.scss +1 -26
  27. package/src/scss/mixins/_popovers.scss +1 -26
  28. package/src/scss/mixins/_sidebar.scss +3 -28
  29. package/src/scss/mixins/_slideout.scss +1 -26
  30. package/src/scss/mixins/_toggle-switch.scss +6 -31
  31. package/src/scss/variables/_dropdowns.scss +15 -6
  32. package/src/scss/variables/_globals.scss +6 -0
  33. package/src/scss/variables/_multi-step-nav.scss +2 -2
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.126.0
3
+ * Clay 3.127.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>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.126.0
19
+ * Clay 3.127.0
20
20
  *
21
21
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
22
22
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -270,7 +270,7 @@ html:not(#__):not(#___) .cadmin a:hover, html:not(#__):not(#___) .cadmin a.hover
270
270
  text-decoration: underline;
271
271
  }
272
272
  html:not(#__):not(#___) .cadmin a.focus, html:not(#__):not(#___) .cadmin a:focus-visible,
273
- html:not(#__):not(#___) .c-prefers-focus .cadmin a {
273
+ html:not(#__):not(#___) .c-prefers-focus .cadmin a:focus {
274
274
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
275
275
  outline: 0;
276
276
  }
@@ -921,7 +921,7 @@ html:not(#__):not(#___) .cadmin .btn:hover {
921
921
  text-decoration: none;
922
922
  }
923
923
  html:not(#__):not(#___) .cadmin .btn.focus, html:not(#__):not(#___) .cadmin .btn:focus-visible,
924
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn {
924
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn:focus {
925
925
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
926
926
  outline: 0;
927
927
  }
@@ -936,7 +936,7 @@ html:not(#__):not(#___) .cadmin .btn:disabled, html:not(#__):not(#___) .cadmin .
936
936
  opacity: 0.4;
937
937
  }
938
938
  html:not(#__):not(#___) .cadmin .btn:disabled:focus-visible,
939
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn, html:not(#__):not(#___) .cadmin .btn.disabled:focus-visible {
939
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn:disabled, html:not(#__):not(#___) .c-prefers-focus .cadmin .btn.disabled:focus, html:not(#__):not(#___) .cadmin .btn.disabled:focus-visible {
940
940
  box-shadow: none;
941
941
  }
942
942
  html:not(#__):not(#___) .cadmin .btn:disabled:active, html:not(#__):not(#___) .cadmin .btn.disabled:active {
@@ -1145,7 +1145,7 @@ html:not(#__):not(#___) .cadmin .btn-primary:hover {
1145
1145
  color: #fff;
1146
1146
  }
1147
1147
  html:not(#__):not(#___) .cadmin .btn-primary.focus, html:not(#__):not(#___) .cadmin .btn-primary:focus-visible,
1148
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-primary {
1148
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-primary:focus {
1149
1149
  background-color: #0053f0;
1150
1150
  border-color: transparent;
1151
1151
  color: #fff;
@@ -1181,7 +1181,7 @@ html:not(#__):not(#___) .cadmin .btn-secondary:hover {
1181
1181
  color: #272833;
1182
1182
  }
1183
1183
  html:not(#__):not(#___) .cadmin .btn-secondary.focus, html:not(#__):not(#___) .cadmin .btn-secondary:focus-visible,
1184
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-secondary {
1184
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-secondary:focus {
1185
1185
  background-color: #f7f8f9;
1186
1186
  border-color: #cdced9;
1187
1187
  color: #272833;
@@ -1217,7 +1217,7 @@ html:not(#__):not(#___) .cadmin .btn-success:hover {
1217
1217
  color: #fff;
1218
1218
  }
1219
1219
  html:not(#__):not(#___) .cadmin .btn-success.focus, html:not(#__):not(#___) .cadmin .btn-success:focus-visible,
1220
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-success {
1220
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-success:focus {
1221
1221
  background-color: #226a33;
1222
1222
  border-color: transparent;
1223
1223
  color: #fff;
@@ -1253,7 +1253,7 @@ html:not(#__):not(#___) .cadmin .btn-info:hover {
1253
1253
  color: #fff;
1254
1254
  }
1255
1255
  html:not(#__):not(#___) .cadmin .btn-info.focus, html:not(#__):not(#___) .cadmin .btn-info:focus-visible,
1256
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-info {
1256
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-info:focus {
1257
1257
  background-color: #294f98;
1258
1258
  border-color: transparent;
1259
1259
  color: #fff;
@@ -1289,7 +1289,7 @@ html:not(#__):not(#___) .cadmin .btn-warning:hover {
1289
1289
  color: #fff;
1290
1290
  }
1291
1291
  html:not(#__):not(#___) .cadmin .btn-warning.focus, html:not(#__):not(#___) .cadmin .btn-warning:focus-visible,
1292
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-warning {
1292
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-warning:focus {
1293
1293
  background-color: #9f4500;
1294
1294
  border-color: transparent;
1295
1295
  color: #fff;
@@ -1325,7 +1325,7 @@ html:not(#__):not(#___) .cadmin .btn-danger:hover {
1325
1325
  color: #fff;
1326
1326
  }
1327
1327
  html:not(#__):not(#___) .cadmin .btn-danger.focus, html:not(#__):not(#___) .cadmin .btn-danger:focus-visible,
1328
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-danger {
1328
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-danger:focus {
1329
1329
  background-color: #c31212;
1330
1330
  border-color: transparent;
1331
1331
  color: #fff;
@@ -1361,7 +1361,7 @@ html:not(#__):not(#___) .cadmin .btn-light:hover {
1361
1361
  color: #272833;
1362
1362
  }
1363
1363
  html:not(#__):not(#___) .cadmin .btn-light.focus, html:not(#__):not(#___) .cadmin .btn-light:focus-visible,
1364
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-light {
1364
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-light:focus {
1365
1365
  background-color: #e2e4ea;
1366
1366
  border-color: transparent;
1367
1367
  color: #272833;
@@ -1397,7 +1397,7 @@ html:not(#__):not(#___) .cadmin .btn-dark:hover {
1397
1397
  color: #fff;
1398
1398
  }
1399
1399
  html:not(#__):not(#___) .cadmin .btn-dark.focus, html:not(#__):not(#___) .cadmin .btn-dark:focus-visible,
1400
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-dark {
1400
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-dark:focus {
1401
1401
  background-color: #1c1c24;
1402
1402
  border-color: transparent;
1403
1403
  color: #fff;
@@ -1434,7 +1434,7 @@ html:not(#__):not(#___) .cadmin .btn-link:hover {
1434
1434
  text-decoration: underline;
1435
1435
  }
1436
1436
  html:not(#__):not(#___) .cadmin .btn-link.focus, html:not(#__):not(#___) .cadmin .btn-link:focus-visible,
1437
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link {
1437
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link:focus {
1438
1438
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
1439
1439
  text-decoration: none;
1440
1440
  }
@@ -1442,7 +1442,7 @@ html:not(#__):not(#___) .cadmin .btn-link:active {
1442
1442
  box-shadow: [none];
1443
1443
  }
1444
1444
  html:not(#__):not(#___) .cadmin .btn-link:active:focus-visible,
1445
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link {
1445
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link:active:focus {
1446
1446
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
1447
1447
  }
1448
1448
  html:not(#__):not(#___) .cadmin .btn-link.active {
@@ -1466,7 +1466,7 @@ html:not(#__):not(#___) .cadmin .btn-beta:hover {
1466
1466
  color: #294f98;
1467
1467
  }
1468
1468
  html:not(#__):not(#___) .cadmin .focus.btn-beta, html:not(#__):not(#___) .cadmin .btn-beta:focus-visible,
1469
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta {
1469
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta:focus {
1470
1470
  background-color: #f1f2f5;
1471
1471
  color: #294f98;
1472
1472
  }
@@ -1483,7 +1483,7 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-primary:hover {
1483
1483
  color: #0053f0;
1484
1484
  }
1485
1485
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-primary.focus, html:not(#__):not(#___) .cadmin .btn-translucent.btn-primary:focus-visible,
1486
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-primary {
1486
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-primary:focus {
1487
1487
  background-color: rgba(0, 83, 240, 0.06);
1488
1488
  color: #0053f0;
1489
1489
  }
@@ -1509,7 +1509,7 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-info:hover, html:not(#__):n
1509
1509
  color: #294f98;
1510
1510
  }
1511
1511
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-info.focus, html:not(#__):not(#___) .cadmin .btn-translucent.btn-info:focus-visible,
1512
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-info, html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta, html:not(#__):not(#___) .cadmin .btn-beta.focus, html:not(#__):not(#___) .cadmin .btn-beta:focus-visible {
1512
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-info, html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta:focus, html:not(#__):not(#___) .cadmin .btn-beta.focus, html:not(#__):not(#___) .cadmin .btn-beta:focus-visible {
1513
1513
  background-color: rgba(41, 79, 152, 0.06);
1514
1514
  color: #294f98;
1515
1515
  }
@@ -1535,7 +1535,7 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-success:hover {
1535
1535
  color: #226a33;
1536
1536
  }
1537
1537
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-success.focus, html:not(#__):not(#___) .cadmin .btn-translucent.btn-success:focus-visible,
1538
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-success {
1538
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-success:focus {
1539
1539
  background-color: rgba(34, 106, 51, 0.06);
1540
1540
  color: #226a33;
1541
1541
  }
@@ -1561,7 +1561,7 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-warning:hover {
1561
1561
  color: #9f4500;
1562
1562
  }
1563
1563
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-warning.focus, html:not(#__):not(#___) .cadmin .btn-translucent.btn-warning:focus-visible,
1564
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-warning {
1564
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-warning:focus {
1565
1565
  background-color: rgba(159, 69, 0, 0.06);
1566
1566
  color: #9f4500;
1567
1567
  }
@@ -1587,7 +1587,7 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-danger:hover {
1587
1587
  color: #c31212;
1588
1588
  }
1589
1589
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-danger.focus, html:not(#__):not(#___) .cadmin .btn-translucent.btn-danger:focus-visible,
1590
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-danger {
1590
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-danger:focus {
1591
1591
  background-color: rgba(195, 18, 18, 0.06);
1592
1592
  color: #c31212;
1593
1593
  }
@@ -1613,8 +1613,8 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-primary:hover, ht
1613
1613
  color: #80acff;
1614
1614
  }
1615
1615
  html:not(#__):not(#___) .cadmin .focus.clay-dark.btn-translucent.btn-primary, html:not(#__):not(#___) .cadmin .clay-dark .focus.btn-translucent.btn-primary, html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-primary:focus-visible, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-primary:focus-visible,
1616
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-primary,
1617
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-primary {
1616
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-primary:focus,
1617
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-primary:focus {
1618
1618
  background-color: rgba(179, 205, 255, 0.06);
1619
1619
  color: #80acff;
1620
1620
  }
@@ -1640,9 +1640,9 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-info:hover, html:
1640
1640
  color: #89a7e0;
1641
1641
  }
1642
1642
  html:not(#__):not(#___) .cadmin .focus.clay-dark.btn-translucent.btn-info, html:not(#__):not(#___) .cadmin .clay-dark .focus.btn-translucent.btn-info, html:not(#__):not(#___) .cadmin .focus.btn-beta-dark, html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-info:focus-visible, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-info:focus-visible, html:not(#__):not(#___) .cadmin .btn-beta-dark:focus-visible,
1643
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-info,
1644
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-info,
1645
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta-dark {
1643
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-info:focus,
1644
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-info:focus,
1645
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta-dark:focus {
1646
1646
  background-color: rgba(238, 242, 250, 0.06);
1647
1647
  color: #89a7e0;
1648
1648
  }
@@ -1668,8 +1668,8 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-success:hover, ht
1668
1668
  color: #5aca75;
1669
1669
  }
1670
1670
  html:not(#__):not(#___) .cadmin .focus.clay-dark.btn-translucent.btn-success, html:not(#__):not(#___) .cadmin .clay-dark .focus.btn-translucent.btn-success, html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-success:focus-visible, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-success:focus-visible,
1671
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-success,
1672
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-success {
1671
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-success:focus,
1672
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-success:focus {
1673
1673
  background-color: rgba(237, 249, 240, 0.06);
1674
1674
  color: #5aca75;
1675
1675
  }
@@ -1695,8 +1695,8 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-warning:hover, ht
1695
1695
  color: #ff8f39;
1696
1696
  }
1697
1697
  html:not(#__):not(#___) .cadmin .focus.clay-dark.btn-translucent.btn-warning, html:not(#__):not(#___) .cadmin .clay-dark .focus.btn-translucent.btn-warning, html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-warning:focus-visible, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-warning:focus-visible,
1698
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-warning,
1699
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-warning {
1698
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-warning:focus,
1699
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-warning:focus {
1700
1700
  background-color: rgba(255, 244, 236, 0.06);
1701
1701
  color: #ff8f39;
1702
1702
  }
@@ -1722,8 +1722,8 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-danger:hover, htm
1722
1722
  color: #f48989;
1723
1723
  }
1724
1724
  html:not(#__):not(#___) .cadmin .focus.clay-dark.btn-translucent.btn-danger, html:not(#__):not(#___) .cadmin .clay-dark .focus.btn-translucent.btn-danger, html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-danger:focus-visible, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-danger:focus-visible,
1725
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-danger,
1726
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-danger {
1725
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-danger:focus,
1726
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-danger:focus {
1727
1727
  background-color: rgba(254, 239, 239, 0.06);
1728
1728
  color: #f48989;
1729
1729
  }
@@ -1749,7 +1749,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-primary:hover {
1749
1749
  color: #0b5fff;
1750
1750
  }
1751
1751
  html:not(#__):not(#___) .cadmin .btn-outline-primary.focus, html:not(#__):not(#___) .cadmin .btn-outline-primary:focus-visible,
1752
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-primary {
1752
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-primary:focus {
1753
1753
  background-color: #f0f5ff;
1754
1754
  color: #0b5fff;
1755
1755
  }
@@ -1781,7 +1781,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-secondary:hover {
1781
1781
  color: #272833;
1782
1782
  }
1783
1783
  html:not(#__):not(#___) .cadmin .btn-outline-secondary.focus, html:not(#__):not(#___) .cadmin .btn-outline-secondary:focus-visible,
1784
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-secondary {
1784
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-secondary:focus {
1785
1785
  background-color: rgba(39, 40, 51, 0.03);
1786
1786
  border-color: transparent;
1787
1787
  color: #272833;
@@ -1816,7 +1816,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-success:hover {
1816
1816
  color: #fff;
1817
1817
  }
1818
1818
  html:not(#__):not(#___) .cadmin .btn-outline-success.focus, html:not(#__):not(#___) .cadmin .btn-outline-success:focus-visible,
1819
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-success {
1819
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-success:focus {
1820
1820
  background-color: #226a33;
1821
1821
  color: #fff;
1822
1822
  }
@@ -1850,7 +1850,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-info:hover {
1850
1850
  color: #fff;
1851
1851
  }
1852
1852
  html:not(#__):not(#___) .cadmin .btn-outline-info.focus, html:not(#__):not(#___) .cadmin .btn-outline-info:focus-visible,
1853
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-info {
1853
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-info:focus {
1854
1854
  background-color: #294f98;
1855
1855
  color: #fff;
1856
1856
  }
@@ -1884,7 +1884,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-warning:hover {
1884
1884
  color: #fff;
1885
1885
  }
1886
1886
  html:not(#__):not(#___) .cadmin .btn-outline-warning.focus, html:not(#__):not(#___) .cadmin .btn-outline-warning:focus-visible,
1887
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-warning {
1887
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-warning:focus {
1888
1888
  background-color: #9f4500;
1889
1889
  color: #fff;
1890
1890
  }
@@ -1918,7 +1918,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-danger:hover {
1918
1918
  color: #fff;
1919
1919
  }
1920
1920
  html:not(#__):not(#___) .cadmin .btn-outline-danger.focus, html:not(#__):not(#___) .cadmin .btn-outline-danger:focus-visible,
1921
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-danger {
1921
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-danger:focus {
1922
1922
  background-color: #c31212;
1923
1923
  color: #fff;
1924
1924
  }
@@ -1952,7 +1952,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-light:hover {
1952
1952
  color: #272833;
1953
1953
  }
1954
1954
  html:not(#__):not(#___) .cadmin .btn-outline-light.focus, html:not(#__):not(#___) .cadmin .btn-outline-light:focus-visible,
1955
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light {
1955
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light:focus {
1956
1956
  background-color: #e2e4ea;
1957
1957
  color: #272833;
1958
1958
  }
@@ -1962,7 +1962,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-light:active {
1962
1962
  color: #272833;
1963
1963
  }
1964
1964
  html:not(#__):not(#___) .cadmin .btn-outline-light:active:focus-visible,
1965
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light {
1965
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light:active:focus {
1966
1966
  box-shadow: , 0 0 0 3.2px rgba(241, 242, 245, 0.5);
1967
1967
  }
1968
1968
  html:not(#__):not(#___) .cadmin .btn-outline-light.active {
@@ -1990,7 +1990,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-dark:hover {
1990
1990
  color: #fff;
1991
1991
  }
1992
1992
  html:not(#__):not(#___) .cadmin .btn-outline-dark.focus, html:not(#__):not(#___) .cadmin .btn-outline-dark:focus-visible,
1993
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark {
1993
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark:focus {
1994
1994
  background-color: #1c1c24;
1995
1995
  color: #fff;
1996
1996
  }
@@ -2000,7 +2000,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-dark:active {
2000
2000
  color: #fff;
2001
2001
  }
2002
2002
  html:not(#__):not(#___) .cadmin .btn-outline-dark:active:focus-visible,
2003
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark {
2003
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark:active:focus {
2004
2004
  box-shadow: , 0 0 0 3.2px rgba(39, 40, 51, 0.5);
2005
2005
  }
2006
2006
  html:not(#__):not(#___) .cadmin .btn-outline-dark.active {
@@ -2025,7 +2025,7 @@ html:not(#__):not(#___) .cadmin .btn-outline-borderless:hover {
2025
2025
  border-color: transparent;
2026
2026
  }
2027
2027
  html:not(#__):not(#___) .cadmin .btn-outline-borderless.focus, html:not(#__):not(#___) .cadmin .btn-outline-borderless:focus-visible,
2028
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-borderless {
2028
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-borderless:focus {
2029
2029
  border-color: transparent;
2030
2030
  }
2031
2031
  html:not(#__):not(#___) .cadmin .btn-outline-borderless:disabled, html:not(#__):not(#___) .cadmin .btn-outline-borderless.disabled {
@@ -3433,7 +3433,7 @@ html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled.hover {
3433
3433
  text-decoration: none;
3434
3434
  }
3435
3435
  html:not(#__):not(#___) .cadmin .alert-link.focus, html:not(#__):not(#___) .cadmin .alert-link:focus-visible,
3436
- html:not(#__):not(#___) .c-prefers-focus .cadmin .alert-link, html:not(#__):not(#___) .c-prefers-focus .cadmin .alert-link.btn-unstyled,
3436
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .alert-link, html:not(#__):not(#___) .c-prefers-focus .cadmin .alert-link.btn-unstyled:focus,
3437
3437
  html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled.focus,
3438
3438
  html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled:focus-visible {
3439
3439
  text-decoration: none;
@@ -4058,7 +4058,7 @@ html:not(#__):not(#___) .cadmin .badge[href]:hover, html:not(#__):not(#___) .cad
4058
4058
  text-decoration: none;
4059
4059
  }
4060
4060
  html:not(#__):not(#___) .cadmin .badge[href].focus, html:not(#__):not(#___) .cadmin .badge[href]:focus-visible,
4061
- html:not(#__):not(#___) .c-prefers-focus .cadmin .badge[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .badge[type], html:not(#__):not(#___) .cadmin .badge[type].focus, html:not(#__):not(#___) .cadmin .badge[type]:focus-visible {
4061
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .badge[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .badge[type]:focus, html:not(#__):not(#___) .cadmin .badge[type].focus, html:not(#__):not(#___) .cadmin .badge[type]:focus-visible {
4062
4062
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4063
4063
  outline: 0;
4064
4064
  }
@@ -4070,7 +4070,7 @@ html:not(#__):not(#___) .cadmin .badge a:hover, html:not(#__):not(#___) .cadmin
4070
4070
  text-decoration: none;
4071
4071
  }
4072
4072
  html:not(#__):not(#___) .cadmin .badge a.focus, html:not(#__):not(#___) .cadmin .badge a:focus-visible,
4073
- html:not(#__):not(#___) .c-prefers-focus .cadmin .badge a {
4073
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .badge a:focus {
4074
4074
  text-decoration: none;
4075
4075
  }
4076
4076
  html:not(#__):not(#___) .cadmin .badge > .c-inner {
@@ -4107,7 +4107,7 @@ html:not(#__):not(#___) .cadmin .badge-item .close:hover {
4107
4107
  opacity: 1;
4108
4108
  }
4109
4109
  html:not(#__):not(#___) .cadmin .badge-item .close.focus, html:not(#__):not(#___) .cadmin .badge-item .close:focus-visible,
4110
- html:not(#__):not(#___) .c-prefers-focus .cadmin .badge-item .close {
4110
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .badge-item .close:focus {
4111
4111
  opacity: 1;
4112
4112
  }
4113
4113
 
@@ -4145,7 +4145,7 @@ html:not(#__):not(#___) .cadmin [href].badge-primary:hover, html:not(#__):not(#_
4145
4145
  color: #fff;
4146
4146
  }
4147
4147
  html:not(#__):not(#___) .cadmin [href].focus.badge-primary, html:not(#__):not(#___) .cadmin [href].badge-primary:focus-visible,
4148
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-primary, html:not(#__):not(#___) .cadmin [type].focus.badge-primary, html:not(#__):not(#___) .cadmin [type].badge-primary:focus-visible {
4148
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-primary:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-primary, html:not(#__):not(#___) .cadmin [type].badge-primary:focus-visible {
4149
4149
  background-color: #0b5fff;
4150
4150
  color: #fff;
4151
4151
  }
@@ -4158,7 +4158,7 @@ html:not(#__):not(#___) .cadmin [href].badge-secondary:hover, html:not(#__):not(
4158
4158
  color: #272833;
4159
4159
  }
4160
4160
  html:not(#__):not(#___) .cadmin [href].focus.badge-secondary, html:not(#__):not(#___) .cadmin [href].badge-secondary:focus-visible,
4161
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-secondary, html:not(#__):not(#___) .cadmin [type].focus.badge-secondary, html:not(#__):not(#___) .cadmin [type].badge-secondary:focus-visible {
4161
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-secondary:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-secondary, html:not(#__):not(#___) .cadmin [type].badge-secondary:focus-visible {
4162
4162
  background-color: #e7e7ed;
4163
4163
  color: #272833;
4164
4164
  }
@@ -4174,7 +4174,7 @@ html:not(#__):not(#___) .cadmin [href].badge-success:hover, html:not(#__):not(#_
4174
4174
  color: #fff;
4175
4175
  }
4176
4176
  html:not(#__):not(#___) .cadmin [href].focus.badge-success, html:not(#__):not(#___) .cadmin [href].badge-success:focus-visible,
4177
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-success, html:not(#__):not(#___) .cadmin [type].focus.badge-success, html:not(#__):not(#___) .cadmin [type].badge-success:focus-visible {
4177
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-success:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-success, html:not(#__):not(#___) .cadmin [type].badge-success:focus-visible {
4178
4178
  background-color: #287d3c;
4179
4179
  color: #fff;
4180
4180
  }
@@ -4187,7 +4187,7 @@ html:not(#__):not(#___) .cadmin [href].badge-info:hover, html:not(#__):not(#___)
4187
4187
  color: #fff;
4188
4188
  }
4189
4189
  html:not(#__):not(#___) .cadmin [href].focus.badge-info, html:not(#__):not(#___) .cadmin [href].badge-info:focus-visible,
4190
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-info, html:not(#__):not(#___) .cadmin [type].focus.badge-info, html:not(#__):not(#___) .cadmin [type].badge-info:focus-visible {
4190
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-info:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-info, html:not(#__):not(#___) .cadmin [type].badge-info:focus-visible {
4191
4191
  background-color: #2e5aac;
4192
4192
  color: #fff;
4193
4193
  }
@@ -4200,7 +4200,7 @@ html:not(#__):not(#___) .cadmin [href].badge-warning:hover, html:not(#__):not(#_
4200
4200
  color: #fff;
4201
4201
  }
4202
4202
  html:not(#__):not(#___) .cadmin [href].focus.badge-warning, html:not(#__):not(#___) .cadmin [href].badge-warning:focus-visible,
4203
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-warning, html:not(#__):not(#___) .cadmin [type].focus.badge-warning, html:not(#__):not(#___) .cadmin [type].badge-warning:focus-visible {
4203
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-warning:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-warning, html:not(#__):not(#___) .cadmin [type].badge-warning:focus-visible {
4204
4204
  background-color: #b95000;
4205
4205
  color: #fff;
4206
4206
  }
@@ -4213,7 +4213,7 @@ html:not(#__):not(#___) .cadmin [href].badge-danger:hover, html:not(#__):not(#__
4213
4213
  color: #fff;
4214
4214
  }
4215
4215
  html:not(#__):not(#___) .cadmin [href].focus.badge-danger, html:not(#__):not(#___) .cadmin [href].badge-danger:focus-visible,
4216
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-danger, html:not(#__):not(#___) .cadmin [type].focus.badge-danger, html:not(#__):not(#___) .cadmin [type].badge-danger:focus-visible {
4216
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-danger:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-danger, html:not(#__):not(#___) .cadmin [type].badge-danger:focus-visible {
4217
4217
  background-color: #da1414;
4218
4218
  color: #fff;
4219
4219
  }
@@ -4226,7 +4226,7 @@ html:not(#__):not(#___) .cadmin [href].badge-light:hover, html:not(#__):not(#___
4226
4226
  color: #272833;
4227
4227
  }
4228
4228
  html:not(#__):not(#___) .cadmin [href].focus.badge-light, html:not(#__):not(#___) .cadmin [href].badge-light:focus-visible,
4229
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-light, html:not(#__):not(#___) .cadmin [type].focus.badge-light, html:not(#__):not(#___) .cadmin [type].badge-light:focus-visible {
4229
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-light:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-light, html:not(#__):not(#___) .cadmin [type].badge-light:focus-visible {
4230
4230
  background-color: #f1f2f5;
4231
4231
  color: #272833;
4232
4232
  }
@@ -4242,7 +4242,7 @@ html:not(#__):not(#___) .cadmin [href].badge-dark:hover, html:not(#__):not(#___)
4242
4242
  color: #fff;
4243
4243
  }
4244
4244
  html:not(#__):not(#___) .cadmin [href].focus.badge-dark, html:not(#__):not(#___) .cadmin [href].badge-dark:focus-visible,
4245
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-dark, html:not(#__):not(#___) .cadmin [type].focus.badge-dark, html:not(#__):not(#___) .cadmin [type].badge-dark:focus-visible {
4245
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].badge-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].badge-dark:focus, html:not(#__):not(#___) .cadmin [type].focus.badge-dark, html:not(#__):not(#___) .cadmin [type].badge-dark:focus-visible {
4246
4246
  background-color: #272833;
4247
4247
  color: #fff;
4248
4248
  }
@@ -4327,7 +4327,7 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link:hover, html:not(#__):not(#___)
4327
4327
  text-decoration: underline;
4328
4328
  }
4329
4329
  html:not(#__):not(#___) .cadmin .breadcrumb-link.focus, html:not(#__):not(#___) .cadmin .breadcrumb-link:focus-visible,
4330
- html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-link {
4330
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-link:focus {
4331
4331
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4332
4332
  color: #6b6c7e;
4333
4333
  outline: 0;
@@ -4391,7 +4391,7 @@ html:not(#__):not(#___) .cadmin .breadcrumb-item .dropdown-toggle:hover {
4391
4391
  text-decoration: none;
4392
4392
  }
4393
4393
  html:not(#__):not(#___) .cadmin .breadcrumb-item .dropdown-toggle.focus, html:not(#__):not(#___) .cadmin .breadcrumb-item .dropdown-toggle:focus-visible,
4394
- html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-item .dropdown-toggle {
4394
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-item .dropdown-toggle:focus {
4395
4395
  text-decoration: none;
4396
4396
  }
4397
4397
  html:not(#__):not(#___) .cadmin .breadcrumb-text-truncate {
@@ -4617,7 +4617,7 @@ html:not(#__):not(#___) .cadmin .label[href]:hover, html:not(#__):not(#___) .cad
4617
4617
  text-decoration: underline;
4618
4618
  }
4619
4619
  html:not(#__):not(#___) .cadmin .label[href].focus, html:not(#__):not(#___) .cadmin .label[href]:focus-visible,
4620
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .label[type], html:not(#__):not(#___) .c-prefers-focus .cadmin .label[tabindex], html:not(#__):not(#___) .cadmin .label[type].focus, html:not(#__):not(#___) .cadmin .label[type]:focus-visible, html:not(#__):not(#___) .cadmin .label[tabindex].focus, html:not(#__):not(#___) .cadmin .label[tabindex]:focus-visible {
4620
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .label[type], html:not(#__):not(#___) .c-prefers-focus .cadmin .label[tabindex]:focus, html:not(#__):not(#___) .cadmin .label[type].focus, html:not(#__):not(#___) .cadmin .label[type]:focus-visible, html:not(#__):not(#___) .cadmin .label[tabindex].focus, html:not(#__):not(#___) .cadmin .label[tabindex]:focus-visible {
4621
4621
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4622
4622
  text-decoration: underline;
4623
4623
  }
@@ -4634,7 +4634,7 @@ html:not(#__):not(#___) .cadmin .label .btn-unstyled.hover {
4634
4634
  text-decoration: underline;
4635
4635
  }
4636
4636
  html:not(#__):not(#___) .cadmin .label a.focus, html:not(#__):not(#___) .cadmin .label a:focus-visible,
4637
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label a, html:not(#__):not(#___) .c-prefers-focus .cadmin .label .btn-unstyled,
4637
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label a, html:not(#__):not(#___) .c-prefers-focus .cadmin .label .btn-unstyled:focus,
4638
4638
  html:not(#__):not(#___) .cadmin .label .btn-unstyled.focus,
4639
4639
  html:not(#__):not(#___) .cadmin .label .btn-unstyled:focus-visible {
4640
4640
  color: inherit;
@@ -4687,7 +4687,7 @@ html:not(#__):not(#___) .cadmin .label-item .close:hover {
4687
4687
  opacity: 1;
4688
4688
  }
4689
4689
  html:not(#__):not(#___) .cadmin .label-item .close.focus, html:not(#__):not(#___) .cadmin .label-item .close:focus-visible,
4690
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-item .close {
4690
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-item .close:focus {
4691
4691
  opacity: 1;
4692
4692
  }
4693
4693
 
@@ -4760,7 +4760,7 @@ html:not(#__):not(#___) .cadmin [href].label-primary:hover, html:not(#__):not(#_
4760
4760
  color: #004ad7;
4761
4761
  }
4762
4762
  html:not(#__):not(#___) .cadmin [href].focus.label-primary, html:not(#__):not(#___) .cadmin [href].label-primary:focus-visible,
4763
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-primary, html:not(#__):not(#___) .cadmin [type].focus.label-primary, html:not(#__):not(#___) .cadmin [type].label-primary:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-primary, html:not(#__):not(#___) .cadmin [tabindex].label-primary:focus-visible {
4763
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-primary, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-primary:focus, html:not(#__):not(#___) .cadmin [type].focus.label-primary, html:not(#__):not(#___) .cadmin [type].label-primary:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-primary, html:not(#__):not(#___) .cadmin [tabindex].label-primary:focus-visible {
4764
4764
  color: #004ad7;
4765
4765
  }
4766
4766
  html:not(#__):not(#___) .cadmin .label-primary a:hover, html:not(#__):not(#___) .cadmin .label-primary a.hover,
@@ -4772,7 +4772,7 @@ html:not(#__):not(#___) .cadmin .label-primary .close:hover {
4772
4772
  color: #004ad7;
4773
4773
  }
4774
4774
  html:not(#__):not(#___) .cadmin .label-primary .close.focus, html:not(#__):not(#___) .cadmin .label-primary .close:focus-visible,
4775
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-primary .close {
4775
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-primary .close:focus {
4776
4776
  color: #004ad7;
4777
4777
  }
4778
4778
 
@@ -4786,7 +4786,7 @@ html:not(#__):not(#___) .cadmin [href].label-secondary:hover, html:not(#__):not(
4786
4786
  color: #272833;
4787
4787
  }
4788
4788
  html:not(#__):not(#___) .cadmin [href].focus.label-secondary, html:not(#__):not(#___) .cadmin [href].label-secondary:focus-visible,
4789
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-secondary, html:not(#__):not(#___) .cadmin [type].focus.label-secondary, html:not(#__):not(#___) .cadmin [type].label-secondary:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-secondary, html:not(#__):not(#___) .cadmin [tabindex].label-secondary:focus-visible {
4789
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-secondary, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-secondary:focus, html:not(#__):not(#___) .cadmin [type].focus.label-secondary, html:not(#__):not(#___) .cadmin [type].label-secondary:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-secondary, html:not(#__):not(#___) .cadmin [tabindex].label-secondary:focus-visible {
4790
4790
  color: #272833;
4791
4791
  }
4792
4792
  html:not(#__):not(#___) .cadmin .label-secondary a:hover, html:not(#__):not(#___) .cadmin .label-secondary a.hover,
@@ -4798,7 +4798,7 @@ html:not(#__):not(#___) .cadmin .label-secondary .close:hover {
4798
4798
  color: #272833;
4799
4799
  }
4800
4800
  html:not(#__):not(#___) .cadmin .label-secondary .close.focus, html:not(#__):not(#___) .cadmin .label-secondary .close:focus-visible,
4801
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-secondary .close {
4801
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-secondary .close:focus {
4802
4802
  color: #272833;
4803
4803
  }
4804
4804
 
@@ -4812,7 +4812,7 @@ html:not(#__):not(#___) .cadmin [href].label-success:hover, html:not(#__):not(#_
4812
4812
  color: #1c5629;
4813
4813
  }
4814
4814
  html:not(#__):not(#___) .cadmin [href].focus.label-success, html:not(#__):not(#___) .cadmin [href].label-success:focus-visible,
4815
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-success, html:not(#__):not(#___) .cadmin [type].focus.label-success, html:not(#__):not(#___) .cadmin [type].label-success:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-success, html:not(#__):not(#___) .cadmin [tabindex].label-success:focus-visible {
4815
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-success, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-success:focus, html:not(#__):not(#___) .cadmin [type].focus.label-success, html:not(#__):not(#___) .cadmin [type].label-success:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-success, html:not(#__):not(#___) .cadmin [tabindex].label-success:focus-visible {
4816
4816
  color: #1c5629;
4817
4817
  }
4818
4818
  html:not(#__):not(#___) .cadmin .label-success a:hover, html:not(#__):not(#___) .cadmin .label-success a.hover,
@@ -4824,7 +4824,7 @@ html:not(#__):not(#___) .cadmin .label-success .close:hover {
4824
4824
  color: #1c5629;
4825
4825
  }
4826
4826
  html:not(#__):not(#___) .cadmin .label-success .close.focus, html:not(#__):not(#___) .cadmin .label-success .close:focus-visible,
4827
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-success .close {
4827
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-success .close:focus {
4828
4828
  color: #1c5629;
4829
4829
  }
4830
4830
 
@@ -4838,7 +4838,7 @@ html:not(#__):not(#___) .cadmin [href].label-info:hover, html:not(#__):not(#___)
4838
4838
  color: #234584;
4839
4839
  }
4840
4840
  html:not(#__):not(#___) .cadmin [href].focus.label-info, html:not(#__):not(#___) .cadmin [href].label-info:focus-visible,
4841
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-info, html:not(#__):not(#___) .cadmin [type].focus.label-info, html:not(#__):not(#___) .cadmin [type].label-info:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-info, html:not(#__):not(#___) .cadmin [tabindex].label-info:focus-visible {
4841
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-info, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-info:focus, html:not(#__):not(#___) .cadmin [type].focus.label-info, html:not(#__):not(#___) .cadmin [type].label-info:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-info, html:not(#__):not(#___) .cadmin [tabindex].label-info:focus-visible {
4842
4842
  color: #234584;
4843
4843
  }
4844
4844
  html:not(#__):not(#___) .cadmin .label-info a:hover, html:not(#__):not(#___) .cadmin .label-info a.hover,
@@ -4850,7 +4850,7 @@ html:not(#__):not(#___) .cadmin .label-info .close:hover {
4850
4850
  color: #234584;
4851
4851
  }
4852
4852
  html:not(#__):not(#___) .cadmin .label-info .close.focus, html:not(#__):not(#___) .cadmin .label-info .close:focus-visible,
4853
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-info .close {
4853
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-info .close:focus {
4854
4854
  color: #234584;
4855
4855
  }
4856
4856
 
@@ -4864,7 +4864,7 @@ html:not(#__):not(#___) .cadmin [href].label-warning:hover, html:not(#__):not(#_
4864
4864
  color: #863a00;
4865
4865
  }
4866
4866
  html:not(#__):not(#___) .cadmin [href].focus.label-warning, html:not(#__):not(#___) .cadmin [href].label-warning:focus-visible,
4867
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-warning, html:not(#__):not(#___) .cadmin [type].focus.label-warning, html:not(#__):not(#___) .cadmin [type].label-warning:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-warning, html:not(#__):not(#___) .cadmin [tabindex].label-warning:focus-visible {
4867
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-warning, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-warning:focus, html:not(#__):not(#___) .cadmin [type].focus.label-warning, html:not(#__):not(#___) .cadmin [type].label-warning:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-warning, html:not(#__):not(#___) .cadmin [tabindex].label-warning:focus-visible {
4868
4868
  color: #863a00;
4869
4869
  }
4870
4870
  html:not(#__):not(#___) .cadmin .label-warning a:hover, html:not(#__):not(#___) .cadmin .label-warning a.hover,
@@ -4876,7 +4876,7 @@ html:not(#__):not(#___) .cadmin .label-warning .close:hover {
4876
4876
  color: #863a00;
4877
4877
  }
4878
4878
  html:not(#__):not(#___) .cadmin .label-warning .close.focus, html:not(#__):not(#___) .cadmin .label-warning .close:focus-visible,
4879
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-warning .close {
4879
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-warning .close:focus {
4880
4880
  color: #863a00;
4881
4881
  }
4882
4882
 
@@ -4890,7 +4890,7 @@ html:not(#__):not(#___) .cadmin [href].label-danger:hover, html:not(#__):not(#__
4890
4890
  color: #ab1010;
4891
4891
  }
4892
4892
  html:not(#__):not(#___) .cadmin [href].focus.label-danger, html:not(#__):not(#___) .cadmin [href].label-danger:focus-visible,
4893
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-danger, html:not(#__):not(#___) .cadmin [type].focus.label-danger, html:not(#__):not(#___) .cadmin [type].label-danger:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-danger, html:not(#__):not(#___) .cadmin [tabindex].label-danger:focus-visible {
4893
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-danger, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-danger:focus, html:not(#__):not(#___) .cadmin [type].focus.label-danger, html:not(#__):not(#___) .cadmin [type].label-danger:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-danger, html:not(#__):not(#___) .cadmin [tabindex].label-danger:focus-visible {
4894
4894
  color: #ab1010;
4895
4895
  }
4896
4896
  html:not(#__):not(#___) .cadmin .label-danger a:hover, html:not(#__):not(#___) .cadmin .label-danger a.hover,
@@ -4902,7 +4902,7 @@ html:not(#__):not(#___) .cadmin .label-danger .close:hover {
4902
4902
  color: #ab1010;
4903
4903
  }
4904
4904
  html:not(#__):not(#___) .cadmin .label-danger .close.focus, html:not(#__):not(#___) .cadmin .label-danger .close:focus-visible,
4905
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-danger .close {
4905
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-danger .close:focus {
4906
4906
  color: #ab1010;
4907
4907
  }
4908
4908
 
@@ -4916,7 +4916,7 @@ html:not(#__):not(#___) .cadmin [href].label-dark:hover, html:not(#__):not(#___)
4916
4916
  color: #393a4a;
4917
4917
  }
4918
4918
  html:not(#__):not(#___) .cadmin [href].focus.label-dark, html:not(#__):not(#___) .cadmin [href].label-dark:focus-visible,
4919
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-dark, html:not(#__):not(#___) .cadmin [type].focus.label-dark, html:not(#__):not(#___) .cadmin [type].label-dark:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-dark, html:not(#__):not(#___) .cadmin [tabindex].label-dark:focus-visible {
4919
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-dark, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-dark:focus, html:not(#__):not(#___) .cadmin [type].focus.label-dark, html:not(#__):not(#___) .cadmin [type].label-dark:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-dark, html:not(#__):not(#___) .cadmin [tabindex].label-dark:focus-visible {
4920
4920
  color: #393a4a;
4921
4921
  }
4922
4922
  html:not(#__):not(#___) .cadmin .label-dark a:hover, html:not(#__):not(#___) .cadmin .label-dark a.hover,
@@ -4928,7 +4928,7 @@ html:not(#__):not(#___) .cadmin .label-dark .close:hover {
4928
4928
  color: #393a4a;
4929
4929
  }
4930
4930
  html:not(#__):not(#___) .cadmin .label-dark .close.focus, html:not(#__):not(#___) .cadmin .label-dark .close:focus-visible,
4931
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-dark .close {
4931
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-dark .close:focus {
4932
4932
  color: #393a4a;
4933
4933
  }
4934
4934
 
@@ -4942,7 +4942,7 @@ html:not(#__):not(#___) .cadmin [href].label-light:hover, html:not(#__):not(#___
4942
4942
  color: #d3d6e0;
4943
4943
  }
4944
4944
  html:not(#__):not(#___) .cadmin [href].focus.label-light, html:not(#__):not(#___) .cadmin [href].label-light:focus-visible,
4945
- html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-light, html:not(#__):not(#___) .cadmin [type].focus.label-light, html:not(#__):not(#___) .cadmin [type].label-light:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-light, html:not(#__):not(#___) .cadmin [tabindex].label-light:focus-visible {
4945
+ html:not(#__):not(#___) .c-prefers-focus .cadmin [href].label-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [type].label-light, html:not(#__):not(#___) .c-prefers-focus .cadmin [tabindex].label-light:focus, html:not(#__):not(#___) .cadmin [type].focus.label-light, html:not(#__):not(#___) .cadmin [type].label-light:focus-visible, html:not(#__):not(#___) .cadmin [tabindex].focus.label-light, html:not(#__):not(#___) .cadmin [tabindex].label-light:focus-visible {
4946
4946
  color: #d3d6e0;
4947
4947
  }
4948
4948
  html:not(#__):not(#___) .cadmin .label-light a:hover, html:not(#__):not(#___) .cadmin .label-light a.hover,
@@ -4954,7 +4954,7 @@ html:not(#__):not(#___) .cadmin .label-light .close:hover {
4954
4954
  color: #d3d6e0;
4955
4955
  }
4956
4956
  html:not(#__):not(#___) .cadmin .label-light .close.focus, html:not(#__):not(#___) .cadmin .label-light .close:focus-visible,
4957
- html:not(#__):not(#___) .c-prefers-focus .cadmin .label-light .close {
4957
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-light .close:focus {
4958
4958
  color: #d3d6e0;
4959
4959
  }
4960
4960
 
@@ -5936,7 +5936,7 @@ html:not(#__):not(#___) .cadmin .card-interactive:hover, html:not(#__):not(#___)
5936
5936
  text-decoration: none;
5937
5937
  }
5938
5938
  html:not(#__):not(#___) .cadmin .card-interactive.focus, html:not(#__):not(#___) .cadmin .card-interactive:focus-visible,
5939
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive {
5939
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive:focus {
5940
5940
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #719aff;
5941
5941
  }
5942
5942
  html:not(#__):not(#___) .cadmin .card-interactive:active, html:not(#__):not(#___) .cadmin .card-interactive.active {
@@ -5977,7 +5977,7 @@ html:not(#__):not(#___) .cadmin .card-interactive label {
5977
5977
  cursor: pointer;
5978
5978
  }
5979
5979
  html:not(#__):not(#___) .cadmin .card-interactive-primary.focus, html:not(#__):not(#___) .cadmin .card-interactive-primary:focus-visible,
5980
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-primary {
5980
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-primary:focus {
5981
5981
  background-color: #f7f8f9;
5982
5982
  }
5983
5983
  html:not(#__):not(#___) .cadmin .card-interactive-primary:active, html:not(#__):not(#___) .cadmin .card-interactive-primary.active {
@@ -6002,7 +6002,7 @@ html:not(#__):not(#___) .cadmin .card-interactive-secondary:hover, html:not(#__)
6002
6002
  color: #272833;
6003
6003
  }
6004
6004
  html:not(#__):not(#___) .cadmin .card-interactive-secondary.focus, html:not(#__):not(#___) .cadmin .card-interactive-secondary:focus-visible,
6005
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-secondary {
6005
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-secondary:focus {
6006
6006
  border-color: transparent;
6007
6007
  box-shadow: 0 0 0 2px #719aff;
6008
6008
  }
@@ -6227,7 +6227,8 @@ html:not(#__):not(#___) .cadmin .dropdown-item:hover, html:not(#__):not(#___) .c
6227
6227
  color: #272833;
6228
6228
  text-decoration: none;
6229
6229
  }
6230
- html:not(#__):not(#___) .cadmin .dropdown-item.focus, html:not(#__):not(#___) .cadmin .dropdown-item:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item:focus {
6230
+ html:not(#__):not(#___) .cadmin .dropdown-item.focus, html:not(#__):not(#___) .cadmin .dropdown-item:focus-visible,
6231
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item:focus {
6231
6232
  background-color: #f0f5ff;
6232
6233
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
6233
6234
  color: #272833;
@@ -6265,7 +6266,9 @@ html:not(#__):not(#___) .cadmin .dropdown-item.active .custom-control-label {
6265
6266
  html:not(#__):not(#___) .cadmin .dropdown-item.active .c-kbd-inline {
6266
6267
  color: #272833;
6267
6268
  }
6268
- html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus, html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
6269
+ html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus-visible,
6270
+ html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active, html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus, html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus-visible,
6271
+ html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active, html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
6269
6272
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
6270
6273
  }
6271
6274
 
@@ -6297,6 +6300,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item .c-inner {
6297
6300
  width: auto;
6298
6301
  }
6299
6302
  html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row {
6303
+ align-items: center;
6300
6304
  padding-left: calc(16px - 4px);
6301
6305
  padding-right: calc(16px - 4px);
6302
6306
  }
@@ -6305,6 +6309,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row > .autofit-col {
6305
6309
  padding-right: 4px;
6306
6310
  }
6307
6311
  html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row {
6312
+ align-items: center;
6308
6313
  margin-left: -4px;
6309
6314
  margin-right: -4px;
6310
6315
  width: auto;
@@ -6323,6 +6328,17 @@ html:not(#__):not(#___) .cadmin .dropdown-item .form-check-label {
6323
6328
  html:not(#__):not(#___) .cadmin .dropdown-item .custom-control-label {
6324
6329
  font-weight: 400;
6325
6330
  }
6331
+ html:not(#__):not(#___) .cadmin .dropdown-item .inline-item {
6332
+ line-height: 1;
6333
+ }
6334
+ html:not(#__):not(#___) .cadmin .dropdown-item .inline-item .lexicon-icon {
6335
+ font-size: 16px;
6336
+ margin-top: 0;
6337
+ }
6338
+ html:not(#__):not(#___) .cadmin .dropdown-item .label {
6339
+ margin-bottom: 0;
6340
+ margin-top: 5px;
6341
+ }
6326
6342
  html:not(#__):not(#___) .cadmin .dropdown-item .form-check {
6327
6343
  margin-bottom: 0;
6328
6344
  }
@@ -6466,10 +6482,6 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-it
6466
6482
  margin-top: -5px;
6467
6483
  width: auto;
6468
6484
  }
6469
- html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item.autofit-row {
6470
- padding-left: 24px;
6471
- padding-right: 8px;
6472
- }
6473
6485
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll {
6474
6486
  font-size: 16px;
6475
6487
  height: 32px;
@@ -6483,7 +6495,8 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-it
6483
6495
  background-image: none;
6484
6496
  color: #272833;
6485
6497
  }
6486
- html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.focus, html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus {
6498
+ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.focus, html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus-visible,
6499
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus {
6487
6500
  background-color: #f0f5ff;
6488
6501
  background-image: none;
6489
6502
  color: #272833;
@@ -6546,11 +6559,9 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-di
6546
6559
  }
6547
6560
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-start .dropdown-item-indicator-start {
6548
6561
  left: 8px;
6549
- top: 8px;
6550
6562
  }
6551
6563
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
6552
6564
  right: 8px;
6553
- top: 8px;
6554
6565
  }
6555
6566
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
6556
6567
  max-height: 432px;
@@ -6685,6 +6696,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
6685
6696
  width: 16px;
6686
6697
  }
6687
6698
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start .lexicon-icon {
6699
+ font-size: 16px;
6688
6700
  margin-top: 0;
6689
6701
  }
6690
6702
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start {
@@ -6699,7 +6711,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:hover, html:
6699
6711
  text-decoration: inherit;
6700
6712
  }
6701
6713
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start.focus, html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:focus-visible,
6702
- html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-start {
6714
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-start:focus {
6703
6715
  color: inherit;
6704
6716
  text-decoration: inherit;
6705
6717
  }
@@ -6740,6 +6752,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
6740
6752
  width: 16px;
6741
6753
  }
6742
6754
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end .lexicon-icon {
6755
+ font-size: 16px;
6743
6756
  margin-top: 0;
6744
6757
  }
6745
6758
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end {
@@ -6754,7 +6767,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:hover, html:no
6754
6767
  text-decoration: inherit;
6755
6768
  }
6756
6769
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end.focus, html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:focus-visible,
6757
- html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-end {
6770
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-end:focus {
6758
6771
  color: inherit;
6759
6772
  text-decoration: inherit;
6760
6773
  }
@@ -7027,7 +7040,7 @@ html:not(#__):not(#___) .cadmin .form-control::placeholder {
7027
7040
  opacity: 1;
7028
7041
  }
7029
7042
  html:not(#__):not(#___) .cadmin .form-control.focus, html:not(#__):not(#___) .cadmin .form-control:focus-visible,
7030
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control {
7043
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control:focus {
7031
7044
  background-color: #f0f5ff;
7032
7045
  border-color: #80acff;
7033
7046
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -7230,7 +7243,7 @@ html:not(#__):not(#___) .cadmin .form-control-inset {
7230
7243
  width: 50px;
7231
7244
  }
7232
7245
  html:not(#__):not(#___) .cadmin .form-control-inset.focus, html:not(#__):not(#___) .cadmin .form-control-inset:focus-visible,
7233
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-inset {
7246
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-inset:focus {
7234
7247
  outline: 0;
7235
7248
  }
7236
7249
  html:not(#__):not(#___) .cadmin .form-control-inset:disabled, html:not(#__):not(#___) .cadmin .form-control-inset.disabled {
@@ -7255,7 +7268,7 @@ html:not(#__):not(#___) .cadmin select.form-control {
7255
7268
  color: #272833;
7256
7269
  }
7257
7270
  html:not(#__):not(#___) .cadmin select.form-control.focus, html:not(#__):not(#___) .cadmin select.form-control:focus-visible,
7258
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control {
7271
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control:focus {
7259
7272
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%236b6c7e'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%236b6c7e'/%3E%3C/svg%3E");
7260
7273
  }
7261
7274
  html:not(#__):not(#___) .cadmin select.form-control:disabled, html:not(#__):not(#___) .cadmin select.form-control.disabled {
@@ -7305,11 +7318,11 @@ html:not(#__):not(#___) .cadmin select.form-control[size] {
7305
7318
  color: #272833;
7306
7319
  }
7307
7320
  html:not(#__):not(#___) .cadmin select.form-control[size].focus, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible,
7308
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] {
7321
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus {
7309
7322
  background-image: none;
7310
7323
  }
7311
7324
  html:not(#__):not(#___) .cadmin select.form-control[size].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible > option:checked,
7312
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] > option:checked {
7325
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus > option:checked {
7313
7326
  background-image: linear-gradient(#ffa700, #ffa700);
7314
7327
  filter: invert(100%);
7315
7328
  }
@@ -7325,7 +7338,7 @@ html:not(#__):not(#___) .cadmin select.form-control[size] option:checked {
7325
7338
  }
7326
7339
  @-moz-document url-prefix() {
7327
7340
  html:not(#__):not(#___) .cadmin select.form-control[size].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible > option:checked,
7328
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] > option:checked {
7341
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus > option:checked {
7329
7342
  background-image: linear-gradient(#004ad7, #004ad7);
7330
7343
  filter: invert(0);
7331
7344
  }
@@ -7343,11 +7356,11 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] {
7343
7356
  color: #272833;
7344
7357
  }
7345
7358
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible,
7346
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] {
7359
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus {
7347
7360
  background-image: none;
7348
7361
  }
7349
7362
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible > option:checked,
7350
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] > option:checked {
7363
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus > option:checked {
7351
7364
  background-image: linear-gradient(#ffa700, #ffa700);
7352
7365
  filter: invert(100%);
7353
7366
  }
@@ -7363,7 +7376,7 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] option:checked {
7363
7376
  }
7364
7377
  @-moz-document url-prefix() {
7365
7378
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible > option:checked,
7366
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] > option:checked {
7379
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus > option:checked {
7367
7380
  background-image: linear-gradient(#004ad7, #004ad7);
7368
7381
  filter: invert(0);
7369
7382
  }
@@ -7380,7 +7393,7 @@ html:not(#__):not(#___) .cadmin .form-control-select-secondary:hover, html:not(#
7380
7393
  color: #6b6c7e;
7381
7394
  }
7382
7395
  html:not(#__):not(#___) .cadmin .form-control-select-secondary.focus, html:not(#__):not(#___) .cadmin .form-control-select-secondary:focus-visible,
7383
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-select-secondary {
7396
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-select-secondary:focus {
7384
7397
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23272833'/%3E%3C/svg%3E");
7385
7398
  color: #272833;
7386
7399
  }
@@ -7494,7 +7507,7 @@ html:not(#__):not(#___) .cadmin .form-control[readonly] {
7494
7507
  opacity: 1;
7495
7508
  }
7496
7509
  html:not(#__):not(#___) .cadmin .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .form-control[readonly]:focus-visible,
7497
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control[readonly] {
7510
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control[readonly]:focus {
7498
7511
  border-color: #80acff;
7499
7512
  box-shadow: none;
7500
7513
  }
@@ -7513,7 +7526,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .form-control-plaintex
7513
7526
  }
7514
7527
 
7515
7528
  html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly].focus, html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly]:focus-visible,
7516
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-plaintext[readonly] {
7529
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-plaintext[readonly]:focus {
7517
7530
  border-color: #80acff;
7518
7531
  box-shadow: none;
7519
7532
  }
@@ -7718,7 +7731,7 @@ html:not(#__):not(#___) .cadmin .c-link:hover, html:not(#__):not(#___) .cadmin .
7718
7731
  text-decoration: none;
7719
7732
  }
7720
7733
  html:not(#__):not(#___) .cadmin .c-link.focus, html:not(#__):not(#___) .cadmin .c-link:focus-visible,
7721
- html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link {
7734
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link:focus {
7722
7735
  border-radius: 1px;
7723
7736
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7724
7737
  outline: 0;
@@ -7730,7 +7743,7 @@ html:not(#__):not(#___) .cadmin .c-link.text-secondary:hover, html:not(#__):not(
7730
7743
  color: #000 !important;
7731
7744
  }
7732
7745
  html:not(#__):not(#___) .cadmin .c-link.text-secondary.focus, html:not(#__):not(#___) .cadmin .c-link.text-secondary:focus-visible,
7733
- html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link.text-secondary {
7746
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link.text-secondary:focus {
7734
7747
  color: #000 !important;
7735
7748
  }
7736
7749
  html:not(#__):not(#___) .cadmin .c-link.text-tertiary {
@@ -7757,7 +7770,7 @@ html:not(#__):not(#___) .cadmin .component-link:hover, html:not(#__):not(#___) .
7757
7770
  color: #484955;
7758
7771
  }
7759
7772
  html:not(#__):not(#___) .cadmin .component-link.focus, html:not(#__):not(#___) .cadmin .component-link:focus-visible,
7760
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link {
7773
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link:focus {
7761
7774
  color: #484955;
7762
7775
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7763
7776
  outline: 0;
@@ -7783,7 +7796,7 @@ html:not(#__):not(#___) .cadmin .link-primary:hover, html:not(#__):not(#___) .ca
7783
7796
  color: #0041be;
7784
7797
  }
7785
7798
  html:not(#__):not(#___) .cadmin .link-primary.focus, html:not(#__):not(#___) .cadmin .link-primary:focus-visible,
7786
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary {
7799
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary:focus {
7787
7800
  color: #0041be;
7788
7801
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7789
7802
  outline: 0;
@@ -7806,7 +7819,7 @@ html:not(#__):not(#___) .cadmin .link-secondary:hover, html:not(#__):not(#___) .
7806
7819
  color: #272833;
7807
7820
  }
7808
7821
  html:not(#__):not(#___) .cadmin .link-secondary.focus, html:not(#__):not(#___) .cadmin .link-secondary:focus-visible,
7809
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary {
7822
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary:focus {
7810
7823
  color: #272833;
7811
7824
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7812
7825
  outline: 0;
@@ -7846,7 +7859,7 @@ html:not(#__):not(#___) .cadmin .link-outline:hover, html:not(#__):not(#___) .ca
7846
7859
  text-decoration: none;
7847
7860
  }
7848
7861
  html:not(#__):not(#___) .cadmin .link-outline.focus, html:not(#__):not(#___) .cadmin .link-outline:focus-visible,
7849
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline {
7862
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline:focus {
7850
7863
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7851
7864
  outline: 0;
7852
7865
  }
@@ -7874,7 +7887,7 @@ html:not(#__):not(#___) .cadmin .link-outline-primary:hover, html:not(#__):not(#
7874
7887
  color: #0b5fff;
7875
7888
  }
7876
7889
  html:not(#__):not(#___) .cadmin .link-outline-primary.focus, html:not(#__):not(#___) .cadmin .link-outline-primary:focus-visible,
7877
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-primary {
7890
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-primary:focus {
7878
7891
  background-color: #f0f5ff;
7879
7892
  color: #0b5fff;
7880
7893
  }
@@ -7905,7 +7918,7 @@ html:not(#__):not(#___) .cadmin .link-outline-secondary:hover, html:not(#__):not
7905
7918
  color: #272833;
7906
7919
  }
7907
7920
  html:not(#__):not(#___) .cadmin .link-outline-secondary.focus, html:not(#__):not(#___) .cadmin .link-outline-secondary:focus-visible,
7908
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-secondary {
7921
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-secondary:focus {
7909
7922
  background-color: rgba(39, 40, 51, 0.03);
7910
7923
  color: #272833;
7911
7924
  }
@@ -7982,7 +7995,7 @@ html:not(#__):not(#___) .cadmin .component-title a[href].hover {
7982
7995
  color: #060608;
7983
7996
  }
7984
7997
  html:not(#__):not(#___) .cadmin .component-title[href].focus, html:not(#__):not(#___) .cadmin .component-title[href]:focus-visible,
7985
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title a[href],
7998
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title a[href]:focus,
7986
7999
  html:not(#__):not(#___) .cadmin .component-title a[href].focus,
7987
8000
  html:not(#__):not(#___) .cadmin .component-title a[href]:focus-visible {
7988
8001
  color: #060608;
@@ -8017,7 +8030,7 @@ html:not(#__):not(#___) .cadmin .component-subtitle a[href].hover {
8017
8030
  color: #272833;
8018
8031
  }
8019
8032
  html:not(#__):not(#___) .cadmin .component-subtitle[href].focus, html:not(#__):not(#___) .cadmin .component-subtitle[href]:focus-visible,
8020
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle a[href],
8033
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle a[href]:focus,
8021
8034
  html:not(#__):not(#___) .cadmin .component-subtitle a[href].focus,
8022
8035
  html:not(#__):not(#___) .cadmin .component-subtitle a[href]:focus-visible {
8023
8036
  color: #272833;
@@ -8055,7 +8068,7 @@ html:not(#__):not(#___) .cadmin .component-action:hover, html:not(#__):not(#___)
8055
8068
  color: #272833;
8056
8069
  }
8057
8070
  html:not(#__):not(#___) .cadmin .component-action.focus, html:not(#__):not(#___) .cadmin .component-action:focus-visible,
8058
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action {
8071
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action:focus {
8059
8072
  background-color: rgba(39, 40, 51, 0.03);
8060
8073
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8061
8074
  color: #272833;
@@ -8316,28 +8329,28 @@ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover::-we
8316
8329
  background-color: #f0f5ff;
8317
8330
  }
8318
8331
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible,
8319
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input {
8332
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus {
8320
8333
  outline: 0;
8321
8334
  }
8322
8335
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb,
8323
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range-progress .clay-range-thumb {
8336
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb {
8324
8337
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8325
8338
  }
8326
8339
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8327
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range-progress .tooltip {
8340
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8328
8341
  visibility: visible;
8329
8342
  opacity: 1;
8330
8343
  }
8331
8344
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-moz-range-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-moz-range-thumb,
8332
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-moz-range-thumb {
8345
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus::-moz-range-thumb {
8333
8346
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8334
8347
  }
8335
8348
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-ms-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-ms-thumb,
8336
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-ms-thumb {
8349
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus::-ms-thumb {
8337
8350
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8338
8351
  }
8339
8352
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-webkit-slider-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb,
8340
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-webkit-slider-thumb {
8353
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus::-webkit-slider-thumb {
8341
8354
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8342
8355
  }
8343
8356
 
@@ -8403,7 +8416,7 @@ html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset {
8403
8416
  width: 100%;
8404
8417
  }
8405
8418
  html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset.focus, html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset:focus-visible,
8406
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-reorder .form-control-inset {
8419
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-reorder .form-control-inset:focus {
8407
8420
  background-color: transparent;
8408
8421
  box-shadow: none;
8409
8422
  }
@@ -8464,7 +8477,7 @@ html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close:hover {
8464
8477
  background-color: rgba(39, 40, 51, 0.03);
8465
8478
  }
8466
8479
  html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close.focus, html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close:focus-visible,
8467
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-dropdown-menu .close {
8480
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-dropdown-menu .close:focus {
8468
8481
  background-color: rgba(39, 40, 51, 0.03);
8469
8482
  }
8470
8483
 
@@ -8546,12 +8559,12 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .clay-color-pointer {
8546
8559
  }
8547
8560
 
8548
8561
  html:not(#__):not(#___) .cadmin .clay-color-pointer.focus, html:not(#__):not(#___) .cadmin .clay-color-pointer:focus-visible,
8549
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer {
8562
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:focus {
8550
8563
  box-shadow: 0 0 0 2px #5791ff;
8551
8564
  outline: 0;
8552
8565
  }
8553
8566
  html:not(#__):not(#___) .cadmin .clay-color-pointer:active:focus-visible,
8554
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer {
8567
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:active:focus {
8555
8568
  box-shadow: 0 0 0 2px #5791ff;
8556
8569
  }
8557
8570
  html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
@@ -8746,24 +8759,24 @@ html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-contr
8746
8759
  opacity: 1;
8747
8760
  }
8748
8761
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb,
8749
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input ~ .clay-range-progress .clay-range-thumb {
8762
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb {
8750
8763
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8751
8764
  }
8752
8765
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8753
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input ~ .clay-range-progress .tooltip {
8766
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8754
8767
  visibility: visible;
8755
8768
  opacity: 1;
8756
8769
  }
8757
8770
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus::-moz-range-thumb, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible::-moz-range-thumb,
8758
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input::-moz-range-thumb {
8771
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus::-moz-range-thumb {
8759
8772
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8760
8773
  }
8761
8774
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus::-ms-thumb, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible::-ms-thumb,
8762
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input::-ms-thumb {
8775
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus::-ms-thumb {
8763
8776
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8764
8777
  }
8765
8778
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus::-webkit-slider-thumb, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb,
8766
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input::-webkit-slider-thumb {
8779
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus::-webkit-slider-thumb {
8767
8780
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8768
8781
  }
8769
8782
 
@@ -8808,7 +8821,7 @@ html:not(#__):not(#___) .cadmin .clay-color-slider-hue .clay-range-input .form-c
8808
8821
  opacity: 1;
8809
8822
  }
8810
8823
  html:not(#__):not(#___) .cadmin .clay-color-slider-hue .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-color-slider-hue .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8811
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider-hue .clay-range-input ~ .clay-range-progress .tooltip {
8824
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider-hue .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8812
8825
  visibility: visible;
8813
8826
  opacity: 1;
8814
8827
  }
@@ -8860,7 +8873,7 @@ html:not(#__):not(#___) .cadmin .clay-color-slider-alpha .clay-range-input .form
8860
8873
  opacity: 1;
8861
8874
  }
8862
8875
  html:not(#__):not(#___) .cadmin .clay-color-slider-alpha .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-color-slider-alpha .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8863
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider-alpha .clay-range-input ~ .clay-range-progress .tooltip {
8876
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider-alpha .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8864
8877
  visibility: visible;
8865
8878
  opacity: 1;
8866
8879
  }
@@ -9041,7 +9054,7 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
9041
9054
  z-index: 1;
9042
9055
  }
9043
9056
  html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::before,
9044
- html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input ~ .custom-control-label::before {
9057
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input:focus ~ .custom-control-label::before {
9045
9058
  border-color: #6b6c7e;
9046
9059
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9047
9060
  }
@@ -9190,11 +9203,11 @@ html:not(#__):not(#___) .cadmin .clay-time .btn {
9190
9203
  width: 24px;
9191
9204
  }
9192
9205
  html:not(#__):not(#___) .cadmin .clay-time .btn.focus, html:not(#__):not(#___) .cadmin .clay-time .btn:focus-visible,
9193
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn {
9206
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:focus {
9194
9207
  box-shadow: 0 0 0 1px #5791ff;
9195
9208
  }
9196
9209
  html:not(#__):not(#___) .cadmin .clay-time .btn:active:focus-visible,
9197
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn {
9210
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:active:focus {
9198
9211
  box-shadow: 0 0 0 1px #5791ff;
9199
9212
  }
9200
9213
  html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
@@ -9224,7 +9237,7 @@ html:not(#__):not(#___) .cadmin .clay-time .form-control-inset::-moz-selection,
9224
9237
  background-color: transparent;
9225
9238
  }
9226
9239
  html:not(#__):not(#___) .cadmin .clay-time .form-control-inset.focus, html:not(#__):not(#___) .cadmin .clay-time .form-control-inset:focus-visible,
9227
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .form-control-inset {
9240
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .form-control-inset:focus {
9228
9241
  background-color: #b3d8fd;
9229
9242
  }
9230
9243
  html:not(#__):not(#___) .cadmin .clay-time .input-group-text {
@@ -9350,7 +9363,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:hover {
9350
9363
  color: #272833;
9351
9364
  }
9352
9365
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.focus, html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:focus-visible,
9353
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn {
9366
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn:focus {
9354
9367
  background-color: #f1f2f5;
9355
9368
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9356
9369
  color: #272833;
@@ -9359,7 +9372,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
9359
9372
  background-color: #f1f2f5;
9360
9373
  }
9361
9374
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus-visible,
9362
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn {
9375
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn:active:focus {
9363
9376
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9364
9377
  }
9365
9378
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
@@ -9411,7 +9424,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:hover, html
9411
9424
  color: #272833;
9412
9425
  }
9413
9426
  html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control.focus, html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:focus-visible,
9414
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav select.form-control {
9427
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav select.form-control:focus {
9415
9428
  background-color: #f1f2f5;
9416
9429
  color: #272833;
9417
9430
  }
@@ -9442,7 +9455,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:hover, htm
9442
9455
  color: #272833;
9443
9456
  }
9444
9457
  html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.focus, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:focus-visible,
9445
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .form-control-select {
9458
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .form-control-select:focus {
9446
9459
  background-color: #f1f2f5;
9447
9460
  color: #272833;
9448
9461
  }
@@ -9620,7 +9633,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:hover {
9620
9633
  color: #272833;
9621
9634
  }
9622
9635
  html:not(#__):not(#___) .cadmin .date-picker-date.focus, html:not(#__):not(#___) .cadmin .date-picker-date:focus-visible,
9623
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date {
9636
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:focus {
9624
9637
  background-color: #f1f2f5;
9625
9638
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9626
9639
  color: #272833;
@@ -9631,7 +9644,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:active {
9631
9644
  color: #fff;
9632
9645
  }
9633
9646
  html:not(#__):not(#___) .cadmin .date-picker-date:active:focus-visible,
9634
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date {
9647
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:active:focus {
9635
9648
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9636
9649
  }
9637
9650
  html:not(#__):not(#___) .cadmin .date-picker-date.active {
@@ -9751,7 +9764,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control {
9751
9764
  color: #272833;
9752
9765
  }
9753
9766
  html:not(#__):not(#___) .cadmin .has-error .form-control.focus, html:not(#__):not(#___) .cadmin .has-error .form-control:focus-visible,
9754
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control {
9767
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control:focus {
9755
9768
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9756
9769
  }
9757
9770
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
@@ -9759,7 +9772,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
9759
9772
  border-color: #e7e7ed;
9760
9773
  }
9761
9774
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-error .form-control[readonly]:focus-visible,
9762
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control[readonly] {
9775
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control[readonly]:focus {
9763
9776
  border-color: #80acff;
9764
9777
  }
9765
9778
  html:not(#__):not(#___) .cadmin .has-error .form-feedback-item {
@@ -9811,7 +9824,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control {
9811
9824
  color: #272833;
9812
9825
  }
9813
9826
  html:not(#__):not(#___) .cadmin .has-warning .form-control.focus, html:not(#__):not(#___) .cadmin .has-warning .form-control:focus-visible,
9814
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control {
9827
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control:focus {
9815
9828
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9816
9829
  }
9817
9830
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
@@ -9819,7 +9832,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
9819
9832
  border-color: #e7e7ed;
9820
9833
  }
9821
9834
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly]:focus-visible,
9822
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control[readonly] {
9835
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control[readonly]:focus {
9823
9836
  border-color: #80acff;
9824
9837
  }
9825
9838
  html:not(#__):not(#___) .cadmin .has-warning .form-feedback-item {
@@ -9871,7 +9884,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control {
9871
9884
  color: #272833;
9872
9885
  }
9873
9886
  html:not(#__):not(#___) .cadmin .has-success .form-control.focus, html:not(#__):not(#___) .cadmin .has-success .form-control:focus-visible,
9874
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control {
9887
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control:focus {
9875
9888
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9876
9889
  }
9877
9890
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
@@ -9879,7 +9892,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
9879
9892
  border-color: #e7e7ed;
9880
9893
  }
9881
9894
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-success .form-control[readonly]:focus-visible,
9882
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control[readonly] {
9895
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control[readonly]:focus {
9883
9896
  border-color: #80acff;
9884
9897
  }
9885
9898
  html:not(#__):not(#___) .cadmin .has-success .form-feedback-item {
@@ -10276,11 +10289,11 @@ html:not(#__):not(#___) .cadmin .input-group-inset {
10276
10289
  width: 1%;
10277
10290
  }
10278
10291
  html:not(#__):not(#___) .cadmin .input-group-inset.focus, html:not(#__):not(#___) .cadmin .input-group-inset:focus-visible,
10279
- html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset {
10292
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset:focus {
10280
10293
  box-shadow: none;
10281
10294
  }
10282
10295
  html:not(#__):not(#___) .cadmin .input-group-inset.focus ~ .input-group-inset-item, html:not(#__):not(#___) .cadmin .input-group-inset:focus-visible ~ .input-group-inset-item,
10283
- html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset ~ .input-group-inset-item {
10296
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset:focus ~ .input-group-inset-item {
10284
10297
  background-color: #f0f5ff;
10285
10298
  border-color: #80acff;
10286
10299
  }
@@ -10297,7 +10310,7 @@ html:not(#__):not(#___) .cadmin .input-group-inset[readonly] ~ .input-group-inse
10297
10310
  border-color: #e7e7ed;
10298
10311
  }
10299
10312
  html:not(#__):not(#___) .cadmin .input-group-inset[readonly].focus ~ .input-group-inset-item, html:not(#__):not(#___) .cadmin .input-group-inset[readonly]:focus-visible ~ .input-group-inset-item,
10300
- html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset[readonly] ~ .input-group-inset-item {
10313
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset[readonly]:focus ~ .input-group-inset-item {
10301
10314
  border-color: #80acff;
10302
10315
  }
10303
10316
 
@@ -10554,7 +10567,7 @@ html:not(#__):not(#___) .cadmin .list-group-title a[href].hover {
10554
10567
  color: #272833;
10555
10568
  }
10556
10569
  html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not(#___) .cadmin .list-group-title[href]:focus-visible,
10557
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title a[href],
10570
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title a[href]:focus,
10558
10571
  html:not(#__):not(#___) .cadmin .list-group-title a[href].focus,
10559
10572
  html:not(#__):not(#___) .cadmin .list-group-title a[href]:focus-visible {
10560
10573
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -10588,7 +10601,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].hover {
10588
10601
  color: #272833;
10589
10602
  }
10590
10603
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus-visible,
10591
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle a[href],
10604
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle a[href]:focus,
10592
10605
  html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].focus,
10593
10606
  html:not(#__):not(#___) .cadmin .list-group-subtitle a[href]:focus-visible {
10594
10607
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -10622,7 +10635,7 @@ html:not(#__):not(#___) .cadmin .list-group-text a[href].hover {
10622
10635
  color: #272833;
10623
10636
  }
10624
10637
  html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(#___) .cadmin .list-group-text[href]:focus-visible,
10625
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text a[href],
10638
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text a[href]:focus,
10626
10639
  html:not(#__):not(#___) .cadmin .list-group-text a[href].focus,
10627
10640
  html:not(#__):not(#___) .cadmin .list-group-text a[href]:focus-visible {
10628
10641
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -10657,7 +10670,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext a[href].hover {
10657
10670
  color: #272833;
10658
10671
  }
10659
10672
  html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus-visible,
10660
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext a[href],
10673
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext a[href]:focus,
10661
10674
  html:not(#__):not(#___) .cadmin .list-group-subtext a[href].focus,
10662
10675
  html:not(#__):not(#___) .cadmin .list-group-subtext a[href]:focus-visible {
10663
10676
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -11595,7 +11608,8 @@ html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon {
11595
11608
  cursor: not-allowed;
11596
11609
  opacity: 1;
11597
11610
  }
11598
- html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon:focus-visible {
11611
+ html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon:focus-visible,
11612
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .multi-step-item.disabled .multi-step-icon:focus {
11599
11613
  box-shadow: none;
11600
11614
  }
11601
11615
 
@@ -11686,10 +11700,9 @@ html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
11686
11700
  color: #6b6c7e;
11687
11701
  text-decoration: none;
11688
11702
  }
11689
- html:not(#__):not(#___) .cadmin .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-icon:focus-visible {
11690
- background-color: #f1f2f5;
11703
+ html:not(#__):not(#___) .cadmin .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-icon:focus-visible,
11704
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .multi-step-icon:focus {
11691
11705
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11692
- color: #6b6c7e;
11693
11706
  outline: 0;
11694
11707
  text-decoration: none;
11695
11708
  }
@@ -11832,7 +11845,7 @@ html:not(#__):not(#___) .cadmin .nav-link:hover, html:not(#__):not(#___) .cadmin
11832
11845
  text-decoration: none;
11833
11846
  }
11834
11847
  html:not(#__):not(#___) .cadmin .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-link:focus-visible,
11835
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link {
11848
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link:focus {
11836
11849
  text-decoration: none;
11837
11850
  z-index: 1;
11838
11851
  }
@@ -11854,11 +11867,11 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled {
11854
11867
  width: 100%;
11855
11868
  }
11856
11869
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:focus-visible,
11857
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled {
11870
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled:focus {
11858
11871
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11859
11872
  }
11860
11873
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:active:focus-visible,
11861
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled {
11874
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled:active:focus {
11862
11875
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11863
11876
  }
11864
11877
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
@@ -11881,7 +11894,7 @@ html:not(#__):not(#___) .cadmin .nav-btn {
11881
11894
  width: auto;
11882
11895
  }
11883
11896
  html:not(#__):not(#___) .cadmin .nav-btn.focus, html:not(#__):not(#___) .cadmin .nav-btn:focus-visible,
11884
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-btn {
11897
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-btn:focus {
11885
11898
  z-index: 1;
11886
11899
  }
11887
11900
  html:not(#__):not(#___) .cadmin .nav-btn:disabled, html:not(#__):not(#___) .cadmin .nav-btn.disabled {
@@ -12241,7 +12254,7 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:hover, html:not(#__):not(#__
12241
12254
  border-color: transparent;
12242
12255
  }
12243
12256
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus-visible,
12244
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link {
12257
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link:focus {
12245
12258
  border-color: transparent;
12246
12259
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
12247
12260
  outline: 0;
@@ -12355,13 +12368,13 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:hover::before, html:n
12355
12368
  width: 2px;
12356
12369
  }
12357
12370
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:focus-visible,
12358
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link {
12371
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link:focus {
12359
12372
  box-shadow: none;
12360
12373
  color: #272833;
12361
12374
  outline: 0;
12362
12375
  }
12363
12376
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:focus-visible::after,
12364
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::after {
12377
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link:focus::after {
12365
12378
  bottom: 0;
12366
12379
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12367
12380
  content: "";
@@ -12385,7 +12398,7 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active::before {
12385
12398
  width: 6px;
12386
12399
  }
12387
12400
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active:focus-visible::before,
12388
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::before {
12401
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link.active:focus::before {
12389
12402
  display: none;
12390
12403
  }
12391
12404
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.disabled {
@@ -12413,7 +12426,7 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:h
12413
12426
  width: 2px;
12414
12427
  }
12415
12428
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:focus-visible::before,
12416
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show:focus-visible::before {
12429
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link[aria-expanded=true]::before, html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link.show:focus::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show:focus-visible::before {
12417
12430
  display: none;
12418
12431
  }
12419
12432
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon {
@@ -12551,12 +12564,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12551
12564
  width: 3px;
12552
12565
  }
12553
12566
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible,
12554
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
12567
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
12555
12568
  color: #272833;
12556
12569
  outline: 0;
12557
12570
  }
12558
12571
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after,
12559
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link::after {
12572
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
12560
12573
  border-radius: 4px;
12561
12574
  bottom: 0;
12562
12575
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -12647,11 +12660,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12647
12660
  box-shadow: none;
12648
12661
  }
12649
12662
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible,
12650
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
12663
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
12651
12664
  background-color: transparent;
12652
12665
  }
12653
12666
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after,
12654
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link::after {
12667
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
12655
12668
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12656
12669
  }
12657
12670
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
@@ -12801,12 +12814,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12801
12814
  width: 3px;
12802
12815
  }
12803
12816
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible,
12804
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
12817
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
12805
12818
  color: #272833;
12806
12819
  outline: 0;
12807
12820
  }
12808
12821
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after,
12809
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link::after {
12822
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
12810
12823
  border-radius: 4px;
12811
12824
  bottom: 0;
12812
12825
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -12896,11 +12909,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12896
12909
  box-shadow: none;
12897
12910
  }
12898
12911
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible,
12899
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
12912
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
12900
12913
  background-color: transparent;
12901
12914
  }
12902
12915
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after,
12903
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link::after {
12916
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
12904
12917
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12905
12918
  }
12906
12919
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
@@ -13983,7 +13996,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navba
13983
13996
  }
13984
13997
 
13985
13998
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus-visible,
13986
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-nav .nav-link {
13999
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-nav .nav-link:focus {
13987
14000
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
13988
14001
  }
13989
14002
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
@@ -14004,7 +14017,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navba
14004
14017
  }
14005
14018
 
14006
14019
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus-visible,
14007
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand {
14020
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand:focus {
14008
14021
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14009
14022
  }
14010
14023
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
@@ -14029,7 +14042,7 @@ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:hove
14029
14042
  background-color: rgba(39, 40, 51, 0.03);
14030
14043
  }
14031
14044
  html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:focus-visible,
14032
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-nav .nav-link {
14045
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-nav .nav-link:focus {
14033
14046
  color: #272833;
14034
14047
  background-color: rgba(39, 40, 51, 0.03);
14035
14048
  }
@@ -14057,7 +14070,7 @@ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand {
14057
14070
  font-weight: 600;
14058
14071
  }
14059
14072
  html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand:focus-visible,
14060
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-brand {
14073
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-brand:focus {
14061
14074
  color: #272833;
14062
14075
  background-color: rgba(39, 40, 51, 0.03);
14063
14076
  }
@@ -14100,7 +14113,7 @@ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:ho
14100
14113
  background-color: rgba(39, 40, 51, 0.03);
14101
14114
  }
14102
14115
  html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:focus-visible,
14103
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar-nav .nav-link {
14116
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar-nav .nav-link:focus {
14104
14117
  color: #272833;
14105
14118
  background-color: rgba(39, 40, 51, 0.03);
14106
14119
  }
@@ -14129,7 +14142,7 @@ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand {
14129
14142
  font-weight: 600;
14130
14143
  }
14131
14144
  html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand:focus-visible,
14132
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar-brand {
14145
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar-brand:focus {
14133
14146
  color: #272833;
14134
14147
  background-color: rgba(39, 40, 51, 0.03);
14135
14148
  }
@@ -14337,7 +14350,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
14337
14350
  font-size: inherit;
14338
14351
  }
14339
14352
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus-visible,
14340
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-nav .nav-link {
14353
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-nav .nav-link:focus {
14341
14354
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14342
14355
  }
14343
14356
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
@@ -14350,7 +14363,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
14350
14363
  font-size: inherit;
14351
14364
  }
14352
14365
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus-visible,
14353
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand {
14366
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand:focus {
14354
14367
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14355
14368
  }
14356
14369
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
@@ -14411,7 +14424,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:hove
14411
14424
  color: #272833;
14412
14425
  }
14413
14426
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:focus-visible,
14414
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-nav .nav-link {
14427
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-nav .nav-link:focus {
14415
14428
  color: #272833;
14416
14429
  }
14417
14430
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:active {
@@ -14434,7 +14447,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand {
14434
14447
  font-weight: 600;
14435
14448
  }
14436
14449
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:focus-visible,
14437
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-brand {
14450
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-brand:focus {
14438
14451
  color: #272833;
14439
14452
  }
14440
14453
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:active {
@@ -14466,7 +14479,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-overlay {
14466
14479
  color: #272833;
14467
14480
  }
14468
14481
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus-visible,
14469
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
14482
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
14470
14483
  color: #272833;
14471
14484
  }
14472
14485
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -14503,7 +14516,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:
14503
14516
  color: #fff;
14504
14517
  }
14505
14518
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:focus-visible,
14506
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-nav .nav-link {
14519
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-nav .nav-link:focus {
14507
14520
  color: #fff;
14508
14521
  }
14509
14522
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:active {
@@ -14530,7 +14543,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:hover, h
14530
14543
  color: rgba(255, 255, 255, 0.9);
14531
14544
  }
14532
14545
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:focus-visible,
14533
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-brand {
14546
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-brand:focus {
14534
14547
  color: #fff;
14535
14548
  }
14536
14549
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:active {
@@ -14562,7 +14575,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-overlay {
14562
14575
  color: #fff;
14563
14576
  }
14564
14577
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus-visible,
14565
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
14578
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
14566
14579
  color: #fff;
14567
14580
  }
14568
14581
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -14655,7 +14668,7 @@ html:not(#__):not(#___) .cadmin .page-link:hover::before, html:not(#__):not(#___
14655
14668
  height: 3px;
14656
14669
  }
14657
14670
  html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus-visible,
14658
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link {
14671
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:focus {
14659
14672
  border-color: transparent;
14660
14673
  box-shadow: none;
14661
14674
  color: #272833;
@@ -14663,7 +14676,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link {
14663
14676
  z-index: 4;
14664
14677
  }
14665
14678
  html:not(#__):not(#___) .cadmin .page-link.focus::after, html:not(#__):not(#___) .cadmin .page-link:focus-visible::after,
14666
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link::after {
14679
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:focus::after {
14667
14680
  border-radius: 4px;
14668
14681
  bottom: 0;
14669
14682
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -14709,7 +14722,7 @@ html:not(#__):not(#___) .cadmin .page-link:disabled::before, html:not(#__):not(#
14709
14722
  content: none;
14710
14723
  }
14711
14724
  html:not(#__):not(#___) .cadmin .page-link:disabled:focus-visible::after,
14712
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link::after, html:not(#__):not(#___) .cadmin .page-link.disabled:focus-visible::after {
14725
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:disabled::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link.disabled:focus::after, html:not(#__):not(#___) .cadmin .page-link.disabled:focus-visible::after {
14713
14726
  content: none;
14714
14727
  }
14715
14728
 
@@ -14766,7 +14779,7 @@ html:not(#__):not(#___) .cadmin .page-item.disabled .page-link::before {
14766
14779
  content: none;
14767
14780
  }
14768
14781
  html:not(#__):not(#___) .cadmin .page-item.disabled .page-link.focus::after, html:not(#__):not(#___) .cadmin .page-item.disabled .page-link:focus-visible::after,
14769
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-item.disabled .page-link::after {
14782
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-item.disabled .page-link:focus::after {
14770
14783
  content: none;
14771
14784
  }
14772
14785
  html:not(#__):not(#___) .cadmin .page-item:first-child .page-link,
@@ -14829,7 +14842,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.hover {
14829
14842
  color: #272833;
14830
14843
  }
14831
14844
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:focus-visible,
14832
- html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button,
14845
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button:focus,
14833
14846
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus,
14834
14847
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visible {
14835
14848
  border-color: transparent;
@@ -14838,7 +14851,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visibl
14838
14851
  outline: 0;
14839
14852
  }
14840
14853
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:focus-visible::after,
14841
- html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button::after,
14854
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button:focus::after,
14842
14855
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus::after,
14843
14856
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visible::after {
14844
14857
  border-radius: 4px;
@@ -14883,7 +14896,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled::be
14883
14896
  content: none;
14884
14897
  }
14885
14898
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:disabled:focus-visible::after,
14886
- html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.disabled:focus-visible::after,
14899
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a:disabled::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a.disabled::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button:disabled::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button.disabled:focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.disabled:focus-visible::after,
14887
14900
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:disabled:focus-visible::after,
14888
14901
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled:focus-visible::after {
14889
14902
  content: none;
@@ -14938,7 +14951,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button::be
14938
14951
  content: none;
14939
14952
  }
14940
14953
  html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > a.focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > a:focus-visible::after,
14941
- html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page.disabled > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page.disabled > button::after,
14954
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page.disabled > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page.disabled > button:focus::after,
14942
14955
  html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button.focus::after,
14943
14956
  html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button:focus-visible::after {
14944
14957
  content: none;
@@ -15127,7 +15140,7 @@ html:not(#__):not(#___) .cadmin .panel-header-link:hover, html:not(#__):not(#___
15127
15140
  text-decoration: none;
15128
15141
  }
15129
15142
  html:not(#__):not(#___) .cadmin .panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-header-link:focus-visible,
15130
- html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link {
15143
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link:focus {
15131
15144
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
15132
15145
  outline: 0;
15133
15146
  z-index: 1;
@@ -15345,7 +15358,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link
15345
15358
  border-radius: 1px;
15346
15359
  }
15347
15360
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link:focus-visible,
15348
- html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-unstyled .panel-header.panel-header-link {
15361
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
15349
15362
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
15350
15363
  }
15351
15364
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
@@ -15415,7 +15428,7 @@ html:not(#__):not(#___) .cadmin .popover .inline-scroller {
15415
15428
  max-height: 238px;
15416
15429
  }
15417
15430
  html:not(#__):not(#___) .cadmin .popover.focus, html:not(#__):not(#___) .cadmin .popover:focus-visible,
15418
- html:not(#__):not(#___) .c-prefers-focus .cadmin .popover {
15431
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .popover:focus {
15419
15432
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
15420
15433
  outline: 0;
15421
15434
  }
@@ -16082,7 +16095,7 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle:hover, html:not(#__):not(#___)
16082
16095
  text-decoration: none;
16083
16096
  }
16084
16097
  html:not(#__):not(#___) .cadmin a.sheet-subtitle.focus, html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus-visible,
16085
- html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle {
16098
+ html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle:focus {
16086
16099
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
16087
16100
  outline: 0;
16088
16101
  }
@@ -16417,7 +16430,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd a[href] {
16417
16430
  color: #272833;
16418
16431
  }
16419
16432
  html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus-visible,
16420
- html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link {
16433
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
16421
16434
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
16422
16435
  }
16423
16436
  html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
@@ -16502,7 +16515,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:hover, html:
16502
16515
  color: #fff;
16503
16516
  }
16504
16517
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus-visible,
16505
- html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark .nav-nested .nav-link {
16518
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark .nav-nested .nav-link:focus {
16506
16519
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16507
16520
  outline: 0;
16508
16521
  }
@@ -16565,7 +16578,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover, ht
16565
16578
  color: #fff;
16566
16579
  }
16567
16580
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus-visible,
16568
- html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
16581
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
16569
16582
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16570
16583
  outline: 0;
16571
16584
  }
@@ -16789,7 +16802,7 @@ html:not(#__):not(#___) .cadmin .table thead th a[href]:hover, html:not(#__):not
16789
16802
  color: #272833;
16790
16803
  }
16791
16804
  html:not(#__):not(#___) .cadmin .table thead th a[href].focus, html:not(#__):not(#___) .cadmin .table thead th a[href]:focus-visible,
16792
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href] {
16805
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href]:focus {
16793
16806
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16794
16807
  outline: 0;
16795
16808
  }
@@ -16892,7 +16905,7 @@ html:not(#__):not(#___) .cadmin .table .component-drag {
16892
16905
  width: 16px;
16893
16906
  }
16894
16907
  html:not(#__):not(#___) .cadmin .table .component-drag.focus, html:not(#__):not(#___) .cadmin .table .component-drag:focus-visible,
16895
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag {
16908
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag:focus {
16896
16909
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
16897
16910
  }
16898
16911
  html:not(#__):not(#___) .cadmin .table .custom-control,
@@ -17072,7 +17085,7 @@ html:not(#__):not(#___) .cadmin .table-title a:hover, html:not(#__):not(#___) .c
17072
17085
  color: #272833;
17073
17086
  }
17074
17087
  html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .cadmin .table-title a:focus-visible,
17075
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a {
17088
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a:focus {
17076
17089
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17077
17090
  outline: 0;
17078
17091
  }
@@ -17096,7 +17109,7 @@ html:not(#__):not(#___) .cadmin .table-link:hover, html:not(#__):not(#___) .cadm
17096
17109
  color: #272833;
17097
17110
  }
17098
17111
  html:not(#__):not(#___) .cadmin .table-link.focus, html:not(#__):not(#___) .cadmin .table-link:focus-visible,
17099
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link {
17112
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link:focus {
17100
17113
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17101
17114
  outline: 0;
17102
17115
  }
@@ -17127,7 +17140,7 @@ html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___
17127
17140
  text-decoration: none;
17128
17141
  }
17129
17142
  html:not(#__):not(#___) .cadmin .table-action-link.focus, html:not(#__):not(#___) .cadmin .table-action-link:focus-visible,
17130
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link {
17143
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link:focus {
17131
17144
  background-color: rgba(0, 0, 0, 0.02);
17132
17145
  color: #272833;
17133
17146
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -17392,7 +17405,7 @@ html:not(#__):not(#___) .cadmin .table-list-title a:hover, html:not(#__):not(#__
17392
17405
  color: #272833;
17393
17406
  }
17394
17407
  html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#___) .cadmin .table-list-title a:focus-visible,
17395
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a {
17408
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a:focus {
17396
17409
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17397
17410
  outline: 0;
17398
17411
  }
@@ -17416,7 +17429,7 @@ html:not(#__):not(#___) .cadmin .table-list-link:hover, html:not(#__):not(#___)
17416
17429
  color: #272833;
17417
17430
  }
17418
17431
  html:not(#__):not(#___) .cadmin .table-list-link.focus, html:not(#__):not(#___) .cadmin .table-list-link:focus-visible,
17419
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link {
17432
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link:focus {
17420
17433
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17421
17434
  outline: 0;
17422
17435
  }
@@ -17446,7 +17459,7 @@ html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not
17446
17459
  text-decoration: none;
17447
17460
  }
17448
17461
  html:not(#__):not(#___) .cadmin .table-list-action-link.focus, html:not(#__):not(#___) .cadmin .table-list-action-link:focus-visible,
17449
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link {
17462
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link:focus {
17450
17463
  background-color: rgba(0, 0, 0, 0.02);
17451
17464
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17452
17465
  color: #272833;
@@ -18055,7 +18068,7 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary .tbar-link-monospaced {
18055
18068
  width: 48px;
18056
18069
  }
18057
18070
  html:not(#__):not(#___) .cadmin .subnav-tbar-primary .component-label .close.focus, html:not(#__):not(#___) .cadmin .subnav-tbar-primary .component-label .close:focus-visible,
18058
- html:not(#__):not(#___) .c-prefers-focus .cadmin .subnav-tbar-primary .component-label .close {
18071
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .subnav-tbar-primary .component-label .close:focus {
18059
18072
  color: inherit;
18060
18073
  }
18061
18074
 
@@ -18153,11 +18166,11 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced {
18153
18166
  width: 40px;
18154
18167
  }
18155
18168
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:focus-visible,
18156
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced {
18169
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced:focus {
18157
18170
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18158
18171
  }
18159
18172
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus-visible,
18160
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced {
18173
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus {
18161
18174
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18162
18175
  }
18163
18176
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
@@ -18184,7 +18197,7 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:hover {
18184
18197
  color: #272833;
18185
18198
  }
18186
18199
  html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:focus-visible,
18187
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-light .tbar-btn-monospaced {
18200
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-light .tbar-btn-monospaced:focus {
18188
18201
  color: #272833;
18189
18202
  }
18190
18203
  html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:active {
@@ -18221,7 +18234,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:hover {
18221
18234
  color: #fff;
18222
18235
  }
18223
18236
  html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:focus-visible,
18224
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-l2 .tbar-btn-monospaced {
18237
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-l2 .tbar-btn-monospaced:focus {
18225
18238
  color: #fff;
18226
18239
  }
18227
18240
  html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:active {
@@ -18257,7 +18270,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:hover {
18257
18270
  color: #fff;
18258
18271
  }
18259
18272
  html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:focus-visible,
18260
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-d1 .tbar-btn-monospaced {
18273
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-d1 .tbar-btn-monospaced:focus {
18261
18274
  color: #fff;
18262
18275
  }
18263
18276
  html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:active {
@@ -18696,7 +18709,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .butto
18696
18709
  opacity: 0;
18697
18710
  }
18698
18711
  html:not(#__):not(#___) .cadmin .toggle-switch-check:focus-visible ~ .toggle-switch-bar::before,
18699
- html:not(#__):not(#___) .c-prefers-focus .cadmin .toggle-switch-check ~ .toggle-switch-bar::before {
18712
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .toggle-switch-check:focus ~ .toggle-switch-bar::before {
18700
18713
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
18701
18714
  }
18702
18715
  html:not(#__):not(#___) .cadmin .toggle-switch-check[disabled] ~ .toggle-switch-bar, html:not(#__):not(#___) .cadmin .toggle-switch-check:disabled ~ .toggle-switch-bar {
@@ -19171,11 +19184,11 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
19171
19184
  width: 24px;
19172
19185
  }
19173
19186
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus, html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:focus-visible,
19174
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced {
19187
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:focus {
19175
19188
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19176
19189
  }
19177
19190
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:active:focus-visible,
19178
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced {
19191
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:active:focus {
19179
19192
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19180
19193
  }
19181
19194
  html:not(#__):not(#___) .cadmin .treeview .custom-control {
@@ -19199,7 +19212,7 @@ html:not(#__):not(#___) .cadmin .treeview .component-action:hover {
19199
19212
  color: #6b6c7e;
19200
19213
  }
19201
19214
  html:not(#__):not(#___) .cadmin .treeview .component-action.focus, html:not(#__):not(#___) .cadmin .treeview .component-action:focus-visible,
19202
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .component-action {
19215
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .component-action:focus {
19203
19216
  color: #6b6c7e;
19204
19217
  }
19205
19218
  html:not(#__):not(#___) .cadmin .treeview .component-action:active {
@@ -19329,7 +19342,7 @@ html:not(#__):not(#___) .cadmin .treeview-link:hover, html:not(#__):not(#___) .c
19329
19342
  text-decoration: none;
19330
19343
  }
19331
19344
  html:not(#__):not(#___) .cadmin .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-link:focus-visible,
19332
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link {
19345
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link:focus {
19333
19346
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19334
19347
  outline: 0;
19335
19348
  }
@@ -19387,7 +19400,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:hover, html:not(#
19387
19400
  box-shadow: inset 0 0 0 1px #9b92a5;
19388
19401
  }
19389
19402
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:focus-visible,
19390
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19403
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link:focus {
19391
19404
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19392
19405
  }
19393
19406
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
@@ -19396,7 +19409,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
19396
19409
  color: #393a4a;
19397
19410
  }
19398
19411
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active:focus-visible,
19399
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19412
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link:active:focus {
19400
19413
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19401
19414
  }
19402
19415
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
@@ -19405,7 +19418,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
19405
19418
  color: #393a4a;
19406
19419
  }
19407
19420
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active:focus-visible,
19408
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19421
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link.active:focus {
19409
19422
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19410
19423
  }
19411
19424
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.disabled {
@@ -19413,7 +19426,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:no
19413
19426
  color: rgba(107, 108, 126, 0.5);
19414
19427
  }
19415
19428
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link[aria-expanded=true]:focus-visible,
19416
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.show:focus-visible {
19429
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link[aria-expanded=true], html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link.show:focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.show:focus-visible {
19417
19430
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19418
19431
  }
19419
19432
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover.hover {
@@ -19430,7 +19443,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:hover, html:not(#_
19430
19443
  box-shadow: inset 0 0 0 1px #9b92a5;
19431
19444
  }
19432
19445
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:focus-visible,
19433
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19446
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link:focus {
19434
19447
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19435
19448
  }
19436
19449
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
@@ -19439,7 +19452,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
19439
19452
  color: #f0f5ff;
19440
19453
  }
19441
19454
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active:focus-visible,
19442
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19455
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link:active:focus {
19443
19456
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19444
19457
  }
19445
19458
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
@@ -19448,7 +19461,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
19448
19461
  color: #f0f5ff;
19449
19462
  }
19450
19463
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active:focus-visible,
19451
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19464
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link.active:focus {
19452
19465
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19453
19466
  }
19454
19467
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.disabled {
@@ -19456,7 +19469,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not
19456
19469
  color: rgba(167, 169, 188, 0.5);
19457
19470
  }
19458
19471
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link[aria-expanded=true]:focus-visible,
19459
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.show:focus-visible {
19472
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link[aria-expanded=true], html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link.show:focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.show:focus-visible {
19460
19473
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19461
19474
  }
19462
19475
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover.hover {
@@ -19514,7 +19527,7 @@ html:not(#__):not(#___) .cadmin .close:hover {
19514
19527
  text-decoration: none;
19515
19528
  }
19516
19529
  html:not(#__):not(#___) .cadmin .close.focus, html:not(#__):not(#___) .cadmin .close:focus-visible,
19517
- html:not(#__):not(#___) .c-prefers-focus .cadmin .close {
19530
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .close:focus {
19518
19531
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
19519
19532
  opacity: 1;
19520
19533
  outline: 0;