@clayui/css 3.124.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 (40) hide show
  1. package/lib/css/atlas.css +116 -16
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +115 -15
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +382 -277
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/gallery.svg +7 -0
  8. package/lib/images/icons/icons.svg +1 -1
  9. package/package.json +2 -2
  10. package/src/images/icons/gallery.svg +7 -0
  11. package/src/scss/_license-text.scss +1 -1
  12. package/src/scss/atlas/variables/_globals.scss +17 -1
  13. package/src/scss/cadmin/components/_multi-step-nav.scss +77 -8
  14. package/src/scss/cadmin/variables/_dropdowns.scss +15 -6
  15. package/src/scss/cadmin/variables/_globals.scss +23 -11
  16. package/src/scss/cadmin/variables/_menubar.scss +0 -1
  17. package/src/scss/cadmin/variables/_multi-step-nav.scss +28 -2
  18. package/src/scss/cadmin/variables/_stickers.scss +110 -0
  19. package/src/scss/cadmin/variables/_toggle-switch.scss +2 -3
  20. package/src/scss/components/_multi-step-nav.scss +70 -8
  21. package/src/scss/functions/_global-functions.scss +8 -2
  22. package/src/scss/functions/_lx-icons-generated.scss +2 -0
  23. package/src/scss/mixins/_buttons.scss +4 -29
  24. package/src/scss/mixins/_cards.scss +1 -26
  25. package/src/scss/mixins/_close.scss +2 -27
  26. package/src/scss/mixins/_custom-forms.scss +3 -28
  27. package/src/scss/mixins/_dropdown-menu.scss +18 -24
  28. package/src/scss/mixins/_forms.scss +4 -79
  29. package/src/scss/mixins/_links.scss +6 -31
  30. package/src/scss/mixins/_modals.scss +1 -26
  31. package/src/scss/mixins/_popovers.scss +1 -26
  32. package/src/scss/mixins/_sidebar.scss +3 -28
  33. package/src/scss/mixins/_slideout.scss +1 -26
  34. package/src/scss/mixins/_toggle-switch.scss +6 -31
  35. package/src/scss/variables/_dropdowns.scss +15 -6
  36. package/src/scss/variables/_globals.scss +16 -0
  37. package/src/scss/variables/_menubar.scss +0 -1
  38. package/src/scss/variables/_multi-step-nav.scss +28 -2
  39. package/src/scss/variables/_stickers.scss +110 -0
  40. package/src/scss/variables/_toggle-switch.scss +2 -3
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.124.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.124.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
  }
@@ -637,7 +637,7 @@ html:not(#__):not(#___) .cadmin .c-kbd-dark {
637
637
  color: #fff;
638
638
  }
639
639
  html:not(#__):not(#___) .cadmin code {
640
- color: #e83e8c;
640
+ color: #e60000;
641
641
  font-size: 87.5%;
642
642
  word-wrap: break-word;
643
643
  }
@@ -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
 
@@ -5209,6 +5209,56 @@ html:not(#__):not(#___) .cadmin .sticker-dark {
5209
5209
  background-color: #fff;
5210
5210
  color: #272833;
5211
5211
  }
5212
+ html:not(#__):not(#___) .cadmin .sticker-outline-0 {
5213
+ background-color: #f1f2f5;
5214
+ border: 1px solid #272833;
5215
+ color: #272833;
5216
+ }
5217
+ html:not(#__):not(#___) .cadmin .sticker-outline-1 {
5218
+ background-color: #f2e5ff;
5219
+ border: 1px solid #aa33ff;
5220
+ color: #aa33ff;
5221
+ }
5222
+ html:not(#__):not(#___) .cadmin .sticker-outline-2 {
5223
+ background-color: #fff8e5;
5224
+ border: 1px solid #b38900;
5225
+ color: #b38900;
5226
+ }
5227
+ html:not(#__):not(#___) .cadmin .sticker-outline-3 {
5228
+ background-color: #f1fce9;
5229
+ border: 1px solid #458613;
5230
+ color: #458613;
5231
+ }
5232
+ html:not(#__):not(#___) .cadmin .sticker-outline-4 {
5233
+ background-color: #ffe5e5;
5234
+ border: 1px solid #e60000;
5235
+ color: #e60000;
5236
+ }
5237
+ html:not(#__):not(#___) .cadmin .sticker-outline-5 {
5238
+ background-color: #fff0e5;
5239
+ border: 1px solid #cc4e00;
5240
+ color: #cc4e00;
5241
+ }
5242
+ html:not(#__):not(#___) .cadmin .sticker-outline-6 {
5243
+ background-color: #eafbf8;
5244
+ border: 1px solid #1b7e6e;
5245
+ color: #1b7e6e;
5246
+ }
5247
+ html:not(#__):not(#___) .cadmin .sticker-outline-7 {
5248
+ background-color: #e5f6ff;
5249
+ border: 1px solid #0077b3;
5250
+ color: #0077b3;
5251
+ }
5252
+ html:not(#__):not(#___) .cadmin .sticker-outline-8 {
5253
+ background-color: #ffe5f4;
5254
+ border: 1px solid #e50082;
5255
+ color: #800048;
5256
+ }
5257
+ html:not(#__):not(#___) .cadmin .sticker-outline-9 {
5258
+ background-color: #fff;
5259
+ border: 1px solid #393a4a;
5260
+ color: #393a4a;
5261
+ }
5212
5262
  html:not(#__):not(#___) .cadmin .sticker-circle {
5213
5263
  border-radius: 5000px;
5214
5264
  }
@@ -5886,7 +5936,7 @@ html:not(#__):not(#___) .cadmin .card-interactive:hover, html:not(#__):not(#___)
5886
5936
  text-decoration: none;
5887
5937
  }
5888
5938
  html:not(#__):not(#___) .cadmin .card-interactive.focus, html:not(#__):not(#___) .cadmin .card-interactive:focus-visible,
5889
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive {
5939
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive:focus {
5890
5940
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #719aff;
5891
5941
  }
5892
5942
  html:not(#__):not(#___) .cadmin .card-interactive:active, html:not(#__):not(#___) .cadmin .card-interactive.active {
@@ -5927,7 +5977,7 @@ html:not(#__):not(#___) .cadmin .card-interactive label {
5927
5977
  cursor: pointer;
5928
5978
  }
5929
5979
  html:not(#__):not(#___) .cadmin .card-interactive-primary.focus, html:not(#__):not(#___) .cadmin .card-interactive-primary:focus-visible,
5930
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-primary {
5980
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-primary:focus {
5931
5981
  background-color: #f7f8f9;
5932
5982
  }
5933
5983
  html:not(#__):not(#___) .cadmin .card-interactive-primary:active, html:not(#__):not(#___) .cadmin .card-interactive-primary.active {
@@ -5952,7 +6002,7 @@ html:not(#__):not(#___) .cadmin .card-interactive-secondary:hover, html:not(#__)
5952
6002
  color: #272833;
5953
6003
  }
5954
6004
  html:not(#__):not(#___) .cadmin .card-interactive-secondary.focus, html:not(#__):not(#___) .cadmin .card-interactive-secondary:focus-visible,
5955
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-secondary {
6005
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-secondary:focus {
5956
6006
  border-color: transparent;
5957
6007
  box-shadow: 0 0 0 2px #719aff;
5958
6008
  }
@@ -6177,7 +6227,8 @@ html:not(#__):not(#___) .cadmin .dropdown-item:hover, html:not(#__):not(#___) .c
6177
6227
  color: #272833;
6178
6228
  text-decoration: none;
6179
6229
  }
6180
- 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 {
6181
6232
  background-color: #f0f5ff;
6182
6233
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
6183
6234
  color: #272833;
@@ -6215,7 +6266,9 @@ html:not(#__):not(#___) .cadmin .dropdown-item.active .custom-control-label {
6215
6266
  html:not(#__):not(#___) .cadmin .dropdown-item.active .c-kbd-inline {
6216
6267
  color: #272833;
6217
6268
  }
6218
- 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 {
6219
6272
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
6220
6273
  }
6221
6274
 
@@ -6247,6 +6300,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item .c-inner {
6247
6300
  width: auto;
6248
6301
  }
6249
6302
  html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row {
6303
+ align-items: center;
6250
6304
  padding-left: calc(16px - 4px);
6251
6305
  padding-right: calc(16px - 4px);
6252
6306
  }
@@ -6255,6 +6309,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row > .autofit-col {
6255
6309
  padding-right: 4px;
6256
6310
  }
6257
6311
  html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row {
6312
+ align-items: center;
6258
6313
  margin-left: -4px;
6259
6314
  margin-right: -4px;
6260
6315
  width: auto;
@@ -6273,6 +6328,17 @@ html:not(#__):not(#___) .cadmin .dropdown-item .form-check-label {
6273
6328
  html:not(#__):not(#___) .cadmin .dropdown-item .custom-control-label {
6274
6329
  font-weight: 400;
6275
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
+ }
6276
6342
  html:not(#__):not(#___) .cadmin .dropdown-item .form-check {
6277
6343
  margin-bottom: 0;
6278
6344
  }
@@ -6416,10 +6482,6 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-it
6416
6482
  margin-top: -5px;
6417
6483
  width: auto;
6418
6484
  }
6419
- html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item.autofit-row {
6420
- padding-left: 24px;
6421
- padding-right: 8px;
6422
- }
6423
6485
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll {
6424
6486
  font-size: 16px;
6425
6487
  height: 32px;
@@ -6433,7 +6495,8 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-it
6433
6495
  background-image: none;
6434
6496
  color: #272833;
6435
6497
  }
6436
- 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 {
6437
6500
  background-color: #f0f5ff;
6438
6501
  background-image: none;
6439
6502
  color: #272833;
@@ -6496,11 +6559,9 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-di
6496
6559
  }
6497
6560
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-start .dropdown-item-indicator-start {
6498
6561
  left: 8px;
6499
- top: 8px;
6500
6562
  }
6501
6563
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
6502
6564
  right: 8px;
6503
- top: 8px;
6504
6565
  }
6505
6566
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
6506
6567
  max-height: 432px;
@@ -6635,6 +6696,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
6635
6696
  width: 16px;
6636
6697
  }
6637
6698
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start .lexicon-icon {
6699
+ font-size: 16px;
6638
6700
  margin-top: 0;
6639
6701
  }
6640
6702
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start {
@@ -6649,7 +6711,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:hover, html:
6649
6711
  text-decoration: inherit;
6650
6712
  }
6651
6713
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start.focus, html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:focus-visible,
6652
- 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 {
6653
6715
  color: inherit;
6654
6716
  text-decoration: inherit;
6655
6717
  }
@@ -6690,6 +6752,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
6690
6752
  width: 16px;
6691
6753
  }
6692
6754
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end .lexicon-icon {
6755
+ font-size: 16px;
6693
6756
  margin-top: 0;
6694
6757
  }
6695
6758
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end {
@@ -6704,7 +6767,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:hover, html:no
6704
6767
  text-decoration: inherit;
6705
6768
  }
6706
6769
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end.focus, html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:focus-visible,
6707
- 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 {
6708
6771
  color: inherit;
6709
6772
  text-decoration: inherit;
6710
6773
  }
@@ -6977,7 +7040,7 @@ html:not(#__):not(#___) .cadmin .form-control::placeholder {
6977
7040
  opacity: 1;
6978
7041
  }
6979
7042
  html:not(#__):not(#___) .cadmin .form-control.focus, html:not(#__):not(#___) .cadmin .form-control:focus-visible,
6980
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control {
7043
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control:focus {
6981
7044
  background-color: #f0f5ff;
6982
7045
  border-color: #80acff;
6983
7046
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -7180,7 +7243,7 @@ html:not(#__):not(#___) .cadmin .form-control-inset {
7180
7243
  width: 50px;
7181
7244
  }
7182
7245
  html:not(#__):not(#___) .cadmin .form-control-inset.focus, html:not(#__):not(#___) .cadmin .form-control-inset:focus-visible,
7183
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-inset {
7246
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-inset:focus {
7184
7247
  outline: 0;
7185
7248
  }
7186
7249
  html:not(#__):not(#___) .cadmin .form-control-inset:disabled, html:not(#__):not(#___) .cadmin .form-control-inset.disabled {
@@ -7205,7 +7268,7 @@ html:not(#__):not(#___) .cadmin select.form-control {
7205
7268
  color: #272833;
7206
7269
  }
7207
7270
  html:not(#__):not(#___) .cadmin select.form-control.focus, html:not(#__):not(#___) .cadmin select.form-control:focus-visible,
7208
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control {
7271
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control:focus {
7209
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");
7210
7273
  }
7211
7274
  html:not(#__):not(#___) .cadmin select.form-control:disabled, html:not(#__):not(#___) .cadmin select.form-control.disabled {
@@ -7255,11 +7318,11 @@ html:not(#__):not(#___) .cadmin select.form-control[size] {
7255
7318
  color: #272833;
7256
7319
  }
7257
7320
  html:not(#__):not(#___) .cadmin select.form-control[size].focus, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible,
7258
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] {
7321
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus {
7259
7322
  background-image: none;
7260
7323
  }
7261
7324
  html:not(#__):not(#___) .cadmin select.form-control[size].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible > option:checked,
7262
- 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 {
7263
7326
  background-image: linear-gradient(#ffa700, #ffa700);
7264
7327
  filter: invert(100%);
7265
7328
  }
@@ -7275,7 +7338,7 @@ html:not(#__):not(#___) .cadmin select.form-control[size] option:checked {
7275
7338
  }
7276
7339
  @-moz-document url-prefix() {
7277
7340
  html:not(#__):not(#___) .cadmin select.form-control[size].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible > option:checked,
7278
- 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 {
7279
7342
  background-image: linear-gradient(#004ad7, #004ad7);
7280
7343
  filter: invert(0);
7281
7344
  }
@@ -7293,11 +7356,11 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] {
7293
7356
  color: #272833;
7294
7357
  }
7295
7358
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible,
7296
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] {
7359
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus {
7297
7360
  background-image: none;
7298
7361
  }
7299
7362
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible > option:checked,
7300
- 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 {
7301
7364
  background-image: linear-gradient(#ffa700, #ffa700);
7302
7365
  filter: invert(100%);
7303
7366
  }
@@ -7313,7 +7376,7 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] option:checked {
7313
7376
  }
7314
7377
  @-moz-document url-prefix() {
7315
7378
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible > option:checked,
7316
- 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 {
7317
7380
  background-image: linear-gradient(#004ad7, #004ad7);
7318
7381
  filter: invert(0);
7319
7382
  }
@@ -7330,7 +7393,7 @@ html:not(#__):not(#___) .cadmin .form-control-select-secondary:hover, html:not(#
7330
7393
  color: #6b6c7e;
7331
7394
  }
7332
7395
  html:not(#__):not(#___) .cadmin .form-control-select-secondary.focus, html:not(#__):not(#___) .cadmin .form-control-select-secondary:focus-visible,
7333
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-select-secondary {
7396
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-select-secondary:focus {
7334
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");
7335
7398
  color: #272833;
7336
7399
  }
@@ -7444,7 +7507,7 @@ html:not(#__):not(#___) .cadmin .form-control[readonly] {
7444
7507
  opacity: 1;
7445
7508
  }
7446
7509
  html:not(#__):not(#___) .cadmin .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .form-control[readonly]:focus-visible,
7447
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control[readonly] {
7510
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control[readonly]:focus {
7448
7511
  border-color: #80acff;
7449
7512
  box-shadow: none;
7450
7513
  }
@@ -7463,7 +7526,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .form-control-plaintex
7463
7526
  }
7464
7527
 
7465
7528
  html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly].focus, html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly]:focus-visible,
7466
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-plaintext[readonly] {
7529
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-plaintext[readonly]:focus {
7467
7530
  border-color: #80acff;
7468
7531
  box-shadow: none;
7469
7532
  }
@@ -7668,7 +7731,7 @@ html:not(#__):not(#___) .cadmin .c-link:hover, html:not(#__):not(#___) .cadmin .
7668
7731
  text-decoration: none;
7669
7732
  }
7670
7733
  html:not(#__):not(#___) .cadmin .c-link.focus, html:not(#__):not(#___) .cadmin .c-link:focus-visible,
7671
- html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link {
7734
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link:focus {
7672
7735
  border-radius: 1px;
7673
7736
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7674
7737
  outline: 0;
@@ -7680,7 +7743,7 @@ html:not(#__):not(#___) .cadmin .c-link.text-secondary:hover, html:not(#__):not(
7680
7743
  color: #000 !important;
7681
7744
  }
7682
7745
  html:not(#__):not(#___) .cadmin .c-link.text-secondary.focus, html:not(#__):not(#___) .cadmin .c-link.text-secondary:focus-visible,
7683
- html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link.text-secondary {
7746
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link.text-secondary:focus {
7684
7747
  color: #000 !important;
7685
7748
  }
7686
7749
  html:not(#__):not(#___) .cadmin .c-link.text-tertiary {
@@ -7707,7 +7770,7 @@ html:not(#__):not(#___) .cadmin .component-link:hover, html:not(#__):not(#___) .
7707
7770
  color: #484955;
7708
7771
  }
7709
7772
  html:not(#__):not(#___) .cadmin .component-link.focus, html:not(#__):not(#___) .cadmin .component-link:focus-visible,
7710
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link {
7773
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link:focus {
7711
7774
  color: #484955;
7712
7775
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7713
7776
  outline: 0;
@@ -7733,7 +7796,7 @@ html:not(#__):not(#___) .cadmin .link-primary:hover, html:not(#__):not(#___) .ca
7733
7796
  color: #0041be;
7734
7797
  }
7735
7798
  html:not(#__):not(#___) .cadmin .link-primary.focus, html:not(#__):not(#___) .cadmin .link-primary:focus-visible,
7736
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary {
7799
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary:focus {
7737
7800
  color: #0041be;
7738
7801
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7739
7802
  outline: 0;
@@ -7756,7 +7819,7 @@ html:not(#__):not(#___) .cadmin .link-secondary:hover, html:not(#__):not(#___) .
7756
7819
  color: #272833;
7757
7820
  }
7758
7821
  html:not(#__):not(#___) .cadmin .link-secondary.focus, html:not(#__):not(#___) .cadmin .link-secondary:focus-visible,
7759
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary {
7822
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary:focus {
7760
7823
  color: #272833;
7761
7824
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7762
7825
  outline: 0;
@@ -7796,7 +7859,7 @@ html:not(#__):not(#___) .cadmin .link-outline:hover, html:not(#__):not(#___) .ca
7796
7859
  text-decoration: none;
7797
7860
  }
7798
7861
  html:not(#__):not(#___) .cadmin .link-outline.focus, html:not(#__):not(#___) .cadmin .link-outline:focus-visible,
7799
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline {
7862
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline:focus {
7800
7863
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7801
7864
  outline: 0;
7802
7865
  }
@@ -7824,7 +7887,7 @@ html:not(#__):not(#___) .cadmin .link-outline-primary:hover, html:not(#__):not(#
7824
7887
  color: #0b5fff;
7825
7888
  }
7826
7889
  html:not(#__):not(#___) .cadmin .link-outline-primary.focus, html:not(#__):not(#___) .cadmin .link-outline-primary:focus-visible,
7827
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-primary {
7890
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-primary:focus {
7828
7891
  background-color: #f0f5ff;
7829
7892
  color: #0b5fff;
7830
7893
  }
@@ -7855,7 +7918,7 @@ html:not(#__):not(#___) .cadmin .link-outline-secondary:hover, html:not(#__):not
7855
7918
  color: #272833;
7856
7919
  }
7857
7920
  html:not(#__):not(#___) .cadmin .link-outline-secondary.focus, html:not(#__):not(#___) .cadmin .link-outline-secondary:focus-visible,
7858
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-secondary {
7921
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-secondary:focus {
7859
7922
  background-color: rgba(39, 40, 51, 0.03);
7860
7923
  color: #272833;
7861
7924
  }
@@ -7932,7 +7995,7 @@ html:not(#__):not(#___) .cadmin .component-title a[href].hover {
7932
7995
  color: #060608;
7933
7996
  }
7934
7997
  html:not(#__):not(#___) .cadmin .component-title[href].focus, html:not(#__):not(#___) .cadmin .component-title[href]:focus-visible,
7935
- 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,
7936
7999
  html:not(#__):not(#___) .cadmin .component-title a[href].focus,
7937
8000
  html:not(#__):not(#___) .cadmin .component-title a[href]:focus-visible {
7938
8001
  color: #060608;
@@ -7967,7 +8030,7 @@ html:not(#__):not(#___) .cadmin .component-subtitle a[href].hover {
7967
8030
  color: #272833;
7968
8031
  }
7969
8032
  html:not(#__):not(#___) .cadmin .component-subtitle[href].focus, html:not(#__):not(#___) .cadmin .component-subtitle[href]:focus-visible,
7970
- 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,
7971
8034
  html:not(#__):not(#___) .cadmin .component-subtitle a[href].focus,
7972
8035
  html:not(#__):not(#___) .cadmin .component-subtitle a[href]:focus-visible {
7973
8036
  color: #272833;
@@ -8005,7 +8068,7 @@ html:not(#__):not(#___) .cadmin .component-action:hover, html:not(#__):not(#___)
8005
8068
  color: #272833;
8006
8069
  }
8007
8070
  html:not(#__):not(#___) .cadmin .component-action.focus, html:not(#__):not(#___) .cadmin .component-action:focus-visible,
8008
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action {
8071
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action:focus {
8009
8072
  background-color: rgba(39, 40, 51, 0.03);
8010
8073
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8011
8074
  color: #272833;
@@ -8266,28 +8329,28 @@ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover::-we
8266
8329
  background-color: #f0f5ff;
8267
8330
  }
8268
8331
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible,
8269
- 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 {
8270
8333
  outline: 0;
8271
8334
  }
8272
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,
8273
- 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 {
8274
8337
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8275
8338
  }
8276
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,
8277
- 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 {
8278
8341
  visibility: visible;
8279
8342
  opacity: 1;
8280
8343
  }
8281
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,
8282
- 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 {
8283
8346
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8284
8347
  }
8285
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,
8286
- 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 {
8287
8350
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8288
8351
  }
8289
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,
8290
- 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 {
8291
8354
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8292
8355
  }
8293
8356
 
@@ -8353,7 +8416,7 @@ html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset {
8353
8416
  width: 100%;
8354
8417
  }
8355
8418
  html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset.focus, html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset:focus-visible,
8356
- 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 {
8357
8420
  background-color: transparent;
8358
8421
  box-shadow: none;
8359
8422
  }
@@ -8414,7 +8477,7 @@ html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close:hover {
8414
8477
  background-color: rgba(39, 40, 51, 0.03);
8415
8478
  }
8416
8479
  html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close.focus, html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close:focus-visible,
8417
- 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 {
8418
8481
  background-color: rgba(39, 40, 51, 0.03);
8419
8482
  }
8420
8483
 
@@ -8496,12 +8559,12 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .clay-color-pointer {
8496
8559
  }
8497
8560
 
8498
8561
  html:not(#__):not(#___) .cadmin .clay-color-pointer.focus, html:not(#__):not(#___) .cadmin .clay-color-pointer:focus-visible,
8499
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer {
8562
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:focus {
8500
8563
  box-shadow: 0 0 0 2px #5791ff;
8501
8564
  outline: 0;
8502
8565
  }
8503
8566
  html:not(#__):not(#___) .cadmin .clay-color-pointer:active:focus-visible,
8504
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer {
8567
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:active:focus {
8505
8568
  box-shadow: 0 0 0 2px #5791ff;
8506
8569
  }
8507
8570
  html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
@@ -8696,24 +8759,24 @@ html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-contr
8696
8759
  opacity: 1;
8697
8760
  }
8698
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,
8699
- 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 {
8700
8763
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8701
8764
  }
8702
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,
8703
- 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 {
8704
8767
  visibility: visible;
8705
8768
  opacity: 1;
8706
8769
  }
8707
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,
8708
- 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 {
8709
8772
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8710
8773
  }
8711
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,
8712
- 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 {
8713
8776
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8714
8777
  }
8715
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,
8716
- 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 {
8717
8780
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8718
8781
  }
8719
8782
 
@@ -8758,7 +8821,7 @@ html:not(#__):not(#___) .cadmin .clay-color-slider-hue .clay-range-input .form-c
8758
8821
  opacity: 1;
8759
8822
  }
8760
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,
8761
- 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 {
8762
8825
  visibility: visible;
8763
8826
  opacity: 1;
8764
8827
  }
@@ -8810,7 +8873,7 @@ html:not(#__):not(#___) .cadmin .clay-color-slider-alpha .clay-range-input .form
8810
8873
  opacity: 1;
8811
8874
  }
8812
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,
8813
- 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 {
8814
8877
  visibility: visible;
8815
8878
  opacity: 1;
8816
8879
  }
@@ -8991,7 +9054,7 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
8991
9054
  z-index: 1;
8992
9055
  }
8993
9056
  html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::before,
8994
- 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 {
8995
9058
  border-color: #6b6c7e;
8996
9059
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8997
9060
  }
@@ -9140,11 +9203,11 @@ html:not(#__):not(#___) .cadmin .clay-time .btn {
9140
9203
  width: 24px;
9141
9204
  }
9142
9205
  html:not(#__):not(#___) .cadmin .clay-time .btn.focus, html:not(#__):not(#___) .cadmin .clay-time .btn:focus-visible,
9143
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn {
9206
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:focus {
9144
9207
  box-shadow: 0 0 0 1px #5791ff;
9145
9208
  }
9146
9209
  html:not(#__):not(#___) .cadmin .clay-time .btn:active:focus-visible,
9147
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn {
9210
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:active:focus {
9148
9211
  box-shadow: 0 0 0 1px #5791ff;
9149
9212
  }
9150
9213
  html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
@@ -9174,7 +9237,7 @@ html:not(#__):not(#___) .cadmin .clay-time .form-control-inset::-moz-selection,
9174
9237
  background-color: transparent;
9175
9238
  }
9176
9239
  html:not(#__):not(#___) .cadmin .clay-time .form-control-inset.focus, html:not(#__):not(#___) .cadmin .clay-time .form-control-inset:focus-visible,
9177
- 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 {
9178
9241
  background-color: #b3d8fd;
9179
9242
  }
9180
9243
  html:not(#__):not(#___) .cadmin .clay-time .input-group-text {
@@ -9300,7 +9363,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:hover {
9300
9363
  color: #272833;
9301
9364
  }
9302
9365
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.focus, html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:focus-visible,
9303
- 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 {
9304
9367
  background-color: #f1f2f5;
9305
9368
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9306
9369
  color: #272833;
@@ -9309,7 +9372,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
9309
9372
  background-color: #f1f2f5;
9310
9373
  }
9311
9374
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus-visible,
9312
- 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 {
9313
9376
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9314
9377
  }
9315
9378
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
@@ -9361,7 +9424,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:hover, html
9361
9424
  color: #272833;
9362
9425
  }
9363
9426
  html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control.focus, html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:focus-visible,
9364
- 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 {
9365
9428
  background-color: #f1f2f5;
9366
9429
  color: #272833;
9367
9430
  }
@@ -9392,7 +9455,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:hover, htm
9392
9455
  color: #272833;
9393
9456
  }
9394
9457
  html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.focus, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:focus-visible,
9395
- 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 {
9396
9459
  background-color: #f1f2f5;
9397
9460
  color: #272833;
9398
9461
  }
@@ -9570,7 +9633,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:hover {
9570
9633
  color: #272833;
9571
9634
  }
9572
9635
  html:not(#__):not(#___) .cadmin .date-picker-date.focus, html:not(#__):not(#___) .cadmin .date-picker-date:focus-visible,
9573
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date {
9636
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:focus {
9574
9637
  background-color: #f1f2f5;
9575
9638
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9576
9639
  color: #272833;
@@ -9581,7 +9644,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:active {
9581
9644
  color: #fff;
9582
9645
  }
9583
9646
  html:not(#__):not(#___) .cadmin .date-picker-date:active:focus-visible,
9584
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date {
9647
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:active:focus {
9585
9648
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9586
9649
  }
9587
9650
  html:not(#__):not(#___) .cadmin .date-picker-date.active {
@@ -9701,7 +9764,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control {
9701
9764
  color: #272833;
9702
9765
  }
9703
9766
  html:not(#__):not(#___) .cadmin .has-error .form-control.focus, html:not(#__):not(#___) .cadmin .has-error .form-control:focus-visible,
9704
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control {
9767
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control:focus {
9705
9768
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9706
9769
  }
9707
9770
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
@@ -9709,7 +9772,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
9709
9772
  border-color: #e7e7ed;
9710
9773
  }
9711
9774
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-error .form-control[readonly]:focus-visible,
9712
- 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 {
9713
9776
  border-color: #80acff;
9714
9777
  }
9715
9778
  html:not(#__):not(#___) .cadmin .has-error .form-feedback-item {
@@ -9761,7 +9824,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control {
9761
9824
  color: #272833;
9762
9825
  }
9763
9826
  html:not(#__):not(#___) .cadmin .has-warning .form-control.focus, html:not(#__):not(#___) .cadmin .has-warning .form-control:focus-visible,
9764
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control {
9827
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control:focus {
9765
9828
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9766
9829
  }
9767
9830
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
@@ -9769,7 +9832,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
9769
9832
  border-color: #e7e7ed;
9770
9833
  }
9771
9834
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly]:focus-visible,
9772
- 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 {
9773
9836
  border-color: #80acff;
9774
9837
  }
9775
9838
  html:not(#__):not(#___) .cadmin .has-warning .form-feedback-item {
@@ -9821,7 +9884,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control {
9821
9884
  color: #272833;
9822
9885
  }
9823
9886
  html:not(#__):not(#___) .cadmin .has-success .form-control.focus, html:not(#__):not(#___) .cadmin .has-success .form-control:focus-visible,
9824
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control {
9887
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control:focus {
9825
9888
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9826
9889
  }
9827
9890
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
@@ -9829,7 +9892,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
9829
9892
  border-color: #e7e7ed;
9830
9893
  }
9831
9894
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-success .form-control[readonly]:focus-visible,
9832
- 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 {
9833
9896
  border-color: #80acff;
9834
9897
  }
9835
9898
  html:not(#__):not(#___) .cadmin .has-success .form-feedback-item {
@@ -10226,11 +10289,11 @@ html:not(#__):not(#___) .cadmin .input-group-inset {
10226
10289
  width: 1%;
10227
10290
  }
10228
10291
  html:not(#__):not(#___) .cadmin .input-group-inset.focus, html:not(#__):not(#___) .cadmin .input-group-inset:focus-visible,
10229
- html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset {
10292
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset:focus {
10230
10293
  box-shadow: none;
10231
10294
  }
10232
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,
10233
- 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 {
10234
10297
  background-color: #f0f5ff;
10235
10298
  border-color: #80acff;
10236
10299
  }
@@ -10247,7 +10310,7 @@ html:not(#__):not(#___) .cadmin .input-group-inset[readonly] ~ .input-group-inse
10247
10310
  border-color: #e7e7ed;
10248
10311
  }
10249
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,
10250
- 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 {
10251
10314
  border-color: #80acff;
10252
10315
  }
10253
10316
 
@@ -10504,7 +10567,7 @@ html:not(#__):not(#___) .cadmin .list-group-title a[href].hover {
10504
10567
  color: #272833;
10505
10568
  }
10506
10569
  html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not(#___) .cadmin .list-group-title[href]:focus-visible,
10507
- 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,
10508
10571
  html:not(#__):not(#___) .cadmin .list-group-title a[href].focus,
10509
10572
  html:not(#__):not(#___) .cadmin .list-group-title a[href]:focus-visible {
10510
10573
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -10538,7 +10601,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].hover {
10538
10601
  color: #272833;
10539
10602
  }
10540
10603
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus-visible,
10541
- 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,
10542
10605
  html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].focus,
10543
10606
  html:not(#__):not(#___) .cadmin .list-group-subtitle a[href]:focus-visible {
10544
10607
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -10572,7 +10635,7 @@ html:not(#__):not(#___) .cadmin .list-group-text a[href].hover {
10572
10635
  color: #272833;
10573
10636
  }
10574
10637
  html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(#___) .cadmin .list-group-text[href]:focus-visible,
10575
- 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,
10576
10639
  html:not(#__):not(#___) .cadmin .list-group-text a[href].focus,
10577
10640
  html:not(#__):not(#___) .cadmin .list-group-text a[href]:focus-visible {
10578
10641
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -10607,7 +10670,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext a[href].hover {
10607
10670
  color: #272833;
10608
10671
  }
10609
10672
  html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus-visible,
10610
- 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,
10611
10674
  html:not(#__):not(#___) .cadmin .list-group-subtext a[href].focus,
10612
10675
  html:not(#__):not(#___) .cadmin .list-group-subtext a[href]:focus-visible {
10613
10676
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -11486,6 +11549,9 @@ html:not(#__):not(#___) .cadmin .multi-step-item {
11486
11549
  margin-bottom: 10px;
11487
11550
  position: relative;
11488
11551
  }
11552
+ html:not(#__):not(#___) .cadmin .multi-step-item:last-child .multi-step-divider {
11553
+ display: none;
11554
+ }
11489
11555
  html:not(#__):not(#___) .cadmin .multi-step-item.active .multi-step-icon {
11490
11556
  background-color: #0b5fff;
11491
11557
  background-position: center;
@@ -11542,9 +11608,11 @@ html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon {
11542
11608
  cursor: not-allowed;
11543
11609
  opacity: 1;
11544
11610
  }
11545
- html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon:focus {
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 {
11546
11613
  box-shadow: none;
11547
11614
  }
11615
+
11548
11616
  html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-indicator-label {
11549
11617
  color: #a7a9bc;
11550
11618
  }
@@ -11614,6 +11682,7 @@ html:not(#__):not(#___) .cadmin .multi-step-icon {
11614
11682
  padding-left: 0;
11615
11683
  padding-right: 0;
11616
11684
  padding-top: 0;
11685
+ position: relative;
11617
11686
  transition: box-shadow 0.15s ease-in-out;
11618
11687
  width: 32px;
11619
11688
  }
@@ -11631,13 +11700,13 @@ html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
11631
11700
  color: #6b6c7e;
11632
11701
  text-decoration: none;
11633
11702
  }
11634
- html:not(#__):not(#___) .cadmin .multi-step-icon:focus {
11635
- 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 {
11636
11705
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11637
- color: #6b6c7e;
11638
11706
  outline: 0;
11639
11707
  text-decoration: none;
11640
11708
  }
11709
+
11641
11710
  html:not(#__):not(#___) .cadmin .multi-step-icon[data-multi-step-icon]:before {
11642
11711
  content: attr(data-multi-step-icon);
11643
11712
  height: 32px;
@@ -11665,6 +11734,27 @@ html:not(#__):not(#___) .cadmin .multi-step-item-fixed-width .multi-step-item-ex
11665
11734
  flex-grow: 0;
11666
11735
  width: 150px;
11667
11736
  }
11737
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center {
11738
+ padding: 0;
11739
+ text-align: center;
11740
+ }
11741
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center .multi-step-item {
11742
+ flex-grow: 1;
11743
+ width: 75px;
11744
+ }
11745
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center .multi-step-divider {
11746
+ left: 50%;
11747
+ margin-left: 1rem;
11748
+ width: calc(100% - 32px);
11749
+ }
11750
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center .multi-step-indicator {
11751
+ left: 50%;
11752
+ transform: translateX(-50%);
11753
+ }
11754
+ html:not(#__):not(#___) .cadmin .multi-step-nav-center .multi-step-title {
11755
+ margin-left: 12.5%;
11756
+ max-width: 75%;
11757
+ }
11668
11758
  @media (max-width: 767.98px) {
11669
11759
  html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm {
11670
11760
  flex-wrap: nowrap;
@@ -11682,6 +11772,23 @@ html:not(#__):not(#___) .cadmin .multi-step-item-fixed-width .multi-step-item-ex
11682
11772
  max-width: none;
11683
11773
  transform: none;
11684
11774
  }
11775
+ html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm.multi-step-nav-center .multi-step-item {
11776
+ flex-grow: 0;
11777
+ width: auto;
11778
+ }
11779
+ html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm.multi-step-nav-center .multi-step-item-expand {
11780
+ flex-grow: 1;
11781
+ width: 75px;
11782
+ }
11783
+ html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm.multi-step-nav-center .multi-step-divider {
11784
+ left: auto;
11785
+ margin-left: 32px;
11786
+ width: auto;
11787
+ }
11788
+ html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm.multi-step-nav-center .multi-step-indicator {
11789
+ left: auto;
11790
+ transform: none;
11791
+ }
11685
11792
  html:not(#__):not(#___) .cadmin .multi-step-nav-collapse-sm .active.multi-step-item {
11686
11793
  position: static;
11687
11794
  }
@@ -11738,7 +11845,7 @@ html:not(#__):not(#___) .cadmin .nav-link:hover, html:not(#__):not(#___) .cadmin
11738
11845
  text-decoration: none;
11739
11846
  }
11740
11847
  html:not(#__):not(#___) .cadmin .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-link:focus-visible,
11741
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link {
11848
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link:focus {
11742
11849
  text-decoration: none;
11743
11850
  z-index: 1;
11744
11851
  }
@@ -11760,11 +11867,11 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled {
11760
11867
  width: 100%;
11761
11868
  }
11762
11869
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:focus-visible,
11763
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled {
11870
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled:focus {
11764
11871
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11765
11872
  }
11766
11873
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:active:focus-visible,
11767
- 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 {
11768
11875
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11769
11876
  }
11770
11877
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
@@ -11787,7 +11894,7 @@ html:not(#__):not(#___) .cadmin .nav-btn {
11787
11894
  width: auto;
11788
11895
  }
11789
11896
  html:not(#__):not(#___) .cadmin .nav-btn.focus, html:not(#__):not(#___) .cadmin .nav-btn:focus-visible,
11790
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-btn {
11897
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-btn:focus {
11791
11898
  z-index: 1;
11792
11899
  }
11793
11900
  html:not(#__):not(#___) .cadmin .nav-btn:disabled, html:not(#__):not(#___) .cadmin .nav-btn.disabled {
@@ -12147,7 +12254,7 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:hover, html:not(#__):not(#__
12147
12254
  border-color: transparent;
12148
12255
  }
12149
12256
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus-visible,
12150
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link {
12257
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link:focus {
12151
12258
  border-color: transparent;
12152
12259
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
12153
12260
  outline: 0;
@@ -12261,13 +12368,13 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:hover::before, html:n
12261
12368
  width: 2px;
12262
12369
  }
12263
12370
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:focus-visible,
12264
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link {
12371
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link:focus {
12265
12372
  box-shadow: none;
12266
12373
  color: #272833;
12267
12374
  outline: 0;
12268
12375
  }
12269
12376
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:focus-visible::after,
12270
- 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 {
12271
12378
  bottom: 0;
12272
12379
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12273
12380
  content: "";
@@ -12291,7 +12398,7 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active::before {
12291
12398
  width: 6px;
12292
12399
  }
12293
12400
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active:focus-visible::before,
12294
- 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 {
12295
12402
  display: none;
12296
12403
  }
12297
12404
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.disabled {
@@ -12299,7 +12406,6 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled, html:not(#_
12299
12406
  color: #a7a9bc;
12300
12407
  box-shadow: none;
12301
12408
  font-weight: 400;
12302
- letter-spacing: 0.016rem;
12303
12409
  }
12304
12410
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.disabled::before {
12305
12411
  content: none;
@@ -12320,7 +12426,7 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:h
12320
12426
  width: 2px;
12321
12427
  }
12322
12428
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:focus-visible::before,
12323
- 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 {
12324
12430
  display: none;
12325
12431
  }
12326
12432
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon {
@@ -12458,12 +12564,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12458
12564
  width: 3px;
12459
12565
  }
12460
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,
12461
- 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 {
12462
12568
  color: #272833;
12463
12569
  outline: 0;
12464
12570
  }
12465
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,
12466
- 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 {
12467
12573
  border-radius: 4px;
12468
12574
  bottom: 0;
12469
12575
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -12554,11 +12660,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12554
12660
  box-shadow: none;
12555
12661
  }
12556
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,
12557
- 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 {
12558
12664
  background-color: transparent;
12559
12665
  }
12560
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,
12561
- 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 {
12562
12668
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12563
12669
  }
12564
12670
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
@@ -12708,12 +12814,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12708
12814
  width: 3px;
12709
12815
  }
12710
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,
12711
- 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 {
12712
12818
  color: #272833;
12713
12819
  outline: 0;
12714
12820
  }
12715
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,
12716
- 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 {
12717
12823
  border-radius: 4px;
12718
12824
  bottom: 0;
12719
12825
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -12803,11 +12909,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12803
12909
  box-shadow: none;
12804
12910
  }
12805
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,
12806
- 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 {
12807
12913
  background-color: transparent;
12808
12914
  }
12809
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,
12810
- 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 {
12811
12917
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12812
12918
  }
12813
12919
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
@@ -13890,7 +13996,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navba
13890
13996
  }
13891
13997
 
13892
13998
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus-visible,
13893
- 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 {
13894
14000
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
13895
14001
  }
13896
14002
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
@@ -13911,7 +14017,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navba
13911
14017
  }
13912
14018
 
13913
14019
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus-visible,
13914
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand {
14020
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand:focus {
13915
14021
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
13916
14022
  }
13917
14023
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
@@ -13936,7 +14042,7 @@ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:hove
13936
14042
  background-color: rgba(39, 40, 51, 0.03);
13937
14043
  }
13938
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,
13939
- 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 {
13940
14046
  color: #272833;
13941
14047
  background-color: rgba(39, 40, 51, 0.03);
13942
14048
  }
@@ -13964,7 +14070,7 @@ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand {
13964
14070
  font-weight: 600;
13965
14071
  }
13966
14072
  html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand:focus-visible,
13967
- 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 {
13968
14074
  color: #272833;
13969
14075
  background-color: rgba(39, 40, 51, 0.03);
13970
14076
  }
@@ -14007,7 +14113,7 @@ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:ho
14007
14113
  background-color: rgba(39, 40, 51, 0.03);
14008
14114
  }
14009
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,
14010
- 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 {
14011
14117
  color: #272833;
14012
14118
  background-color: rgba(39, 40, 51, 0.03);
14013
14119
  }
@@ -14036,7 +14142,7 @@ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand {
14036
14142
  font-weight: 600;
14037
14143
  }
14038
14144
  html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand:focus-visible,
14039
- 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 {
14040
14146
  color: #272833;
14041
14147
  background-color: rgba(39, 40, 51, 0.03);
14042
14148
  }
@@ -14244,7 +14350,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
14244
14350
  font-size: inherit;
14245
14351
  }
14246
14352
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus-visible,
14247
- 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 {
14248
14354
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14249
14355
  }
14250
14356
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
@@ -14257,7 +14363,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
14257
14363
  font-size: inherit;
14258
14364
  }
14259
14365
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus-visible,
14260
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand {
14366
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand:focus {
14261
14367
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14262
14368
  }
14263
14369
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
@@ -14318,7 +14424,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:hove
14318
14424
  color: #272833;
14319
14425
  }
14320
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,
14321
- 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 {
14322
14428
  color: #272833;
14323
14429
  }
14324
14430
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:active {
@@ -14341,7 +14447,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand {
14341
14447
  font-weight: 600;
14342
14448
  }
14343
14449
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:focus-visible,
14344
- 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 {
14345
14451
  color: #272833;
14346
14452
  }
14347
14453
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:active {
@@ -14373,7 +14479,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-overlay {
14373
14479
  color: #272833;
14374
14480
  }
14375
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,
14376
- 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 {
14377
14483
  color: #272833;
14378
14484
  }
14379
14485
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -14410,7 +14516,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:
14410
14516
  color: #fff;
14411
14517
  }
14412
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,
14413
- 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 {
14414
14520
  color: #fff;
14415
14521
  }
14416
14522
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:active {
@@ -14437,7 +14543,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:hover, h
14437
14543
  color: rgba(255, 255, 255, 0.9);
14438
14544
  }
14439
14545
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:focus-visible,
14440
- 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 {
14441
14547
  color: #fff;
14442
14548
  }
14443
14549
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:active {
@@ -14469,7 +14575,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-overlay {
14469
14575
  color: #fff;
14470
14576
  }
14471
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,
14472
- 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 {
14473
14579
  color: #fff;
14474
14580
  }
14475
14581
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
@@ -14562,7 +14668,7 @@ html:not(#__):not(#___) .cadmin .page-link:hover::before, html:not(#__):not(#___
14562
14668
  height: 3px;
14563
14669
  }
14564
14670
  html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus-visible,
14565
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link {
14671
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:focus {
14566
14672
  border-color: transparent;
14567
14673
  box-shadow: none;
14568
14674
  color: #272833;
@@ -14570,7 +14676,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link {
14570
14676
  z-index: 4;
14571
14677
  }
14572
14678
  html:not(#__):not(#___) .cadmin .page-link.focus::after, html:not(#__):not(#___) .cadmin .page-link:focus-visible::after,
14573
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link::after {
14679
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:focus::after {
14574
14680
  border-radius: 4px;
14575
14681
  bottom: 0;
14576
14682
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -14616,7 +14722,7 @@ html:not(#__):not(#___) .cadmin .page-link:disabled::before, html:not(#__):not(#
14616
14722
  content: none;
14617
14723
  }
14618
14724
  html:not(#__):not(#___) .cadmin .page-link:disabled:focus-visible::after,
14619
- 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 {
14620
14726
  content: none;
14621
14727
  }
14622
14728
 
@@ -14673,7 +14779,7 @@ html:not(#__):not(#___) .cadmin .page-item.disabled .page-link::before {
14673
14779
  content: none;
14674
14780
  }
14675
14781
  html:not(#__):not(#___) .cadmin .page-item.disabled .page-link.focus::after, html:not(#__):not(#___) .cadmin .page-item.disabled .page-link:focus-visible::after,
14676
- 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 {
14677
14783
  content: none;
14678
14784
  }
14679
14785
  html:not(#__):not(#___) .cadmin .page-item:first-child .page-link,
@@ -14736,7 +14842,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.hover {
14736
14842
  color: #272833;
14737
14843
  }
14738
14844
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:focus-visible,
14739
- 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,
14740
14846
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus,
14741
14847
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visible {
14742
14848
  border-color: transparent;
@@ -14745,7 +14851,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visibl
14745
14851
  outline: 0;
14746
14852
  }
14747
14853
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:focus-visible::after,
14748
- 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,
14749
14855
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus::after,
14750
14856
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visible::after {
14751
14857
  border-radius: 4px;
@@ -14790,7 +14896,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled::be
14790
14896
  content: none;
14791
14897
  }
14792
14898
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:disabled:focus-visible::after,
14793
- 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,
14794
14900
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:disabled:focus-visible::after,
14795
14901
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled:focus-visible::after {
14796
14902
  content: none;
@@ -14845,7 +14951,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button::be
14845
14951
  content: none;
14846
14952
  }
14847
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,
14848
- 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,
14849
14955
  html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button.focus::after,
14850
14956
  html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button:focus-visible::after {
14851
14957
  content: none;
@@ -15034,7 +15140,7 @@ html:not(#__):not(#___) .cadmin .panel-header-link:hover, html:not(#__):not(#___
15034
15140
  text-decoration: none;
15035
15141
  }
15036
15142
  html:not(#__):not(#___) .cadmin .panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-header-link:focus-visible,
15037
- html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link {
15143
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link:focus {
15038
15144
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
15039
15145
  outline: 0;
15040
15146
  z-index: 1;
@@ -15252,7 +15358,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link
15252
15358
  border-radius: 1px;
15253
15359
  }
15254
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,
15255
- 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 {
15256
15362
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
15257
15363
  }
15258
15364
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
@@ -15322,7 +15428,7 @@ html:not(#__):not(#___) .cadmin .popover .inline-scroller {
15322
15428
  max-height: 238px;
15323
15429
  }
15324
15430
  html:not(#__):not(#___) .cadmin .popover.focus, html:not(#__):not(#___) .cadmin .popover:focus-visible,
15325
- html:not(#__):not(#___) .c-prefers-focus .cadmin .popover {
15431
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .popover:focus {
15326
15432
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
15327
15433
  outline: 0;
15328
15434
  }
@@ -15989,7 +16095,7 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle:hover, html:not(#__):not(#___)
15989
16095
  text-decoration: none;
15990
16096
  }
15991
16097
  html:not(#__):not(#___) .cadmin a.sheet-subtitle.focus, html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus-visible,
15992
- html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle {
16098
+ html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle:focus {
15993
16099
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
15994
16100
  outline: 0;
15995
16101
  }
@@ -16324,7 +16430,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd a[href] {
16324
16430
  color: #272833;
16325
16431
  }
16326
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,
16327
- 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 {
16328
16434
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
16329
16435
  }
16330
16436
  html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
@@ -16409,7 +16515,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:hover, html:
16409
16515
  color: #fff;
16410
16516
  }
16411
16517
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus-visible,
16412
- 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 {
16413
16519
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16414
16520
  outline: 0;
16415
16521
  }
@@ -16472,7 +16578,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover, ht
16472
16578
  color: #fff;
16473
16579
  }
16474
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,
16475
- 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 {
16476
16582
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16477
16583
  outline: 0;
16478
16584
  }
@@ -16696,7 +16802,7 @@ html:not(#__):not(#___) .cadmin .table thead th a[href]:hover, html:not(#__):not
16696
16802
  color: #272833;
16697
16803
  }
16698
16804
  html:not(#__):not(#___) .cadmin .table thead th a[href].focus, html:not(#__):not(#___) .cadmin .table thead th a[href]:focus-visible,
16699
- 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 {
16700
16806
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16701
16807
  outline: 0;
16702
16808
  }
@@ -16799,7 +16905,7 @@ html:not(#__):not(#___) .cadmin .table .component-drag {
16799
16905
  width: 16px;
16800
16906
  }
16801
16907
  html:not(#__):not(#___) .cadmin .table .component-drag.focus, html:not(#__):not(#___) .cadmin .table .component-drag:focus-visible,
16802
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag {
16908
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag:focus {
16803
16909
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
16804
16910
  }
16805
16911
  html:not(#__):not(#___) .cadmin .table .custom-control,
@@ -16979,7 +17085,7 @@ html:not(#__):not(#___) .cadmin .table-title a:hover, html:not(#__):not(#___) .c
16979
17085
  color: #272833;
16980
17086
  }
16981
17087
  html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .cadmin .table-title a:focus-visible,
16982
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a {
17088
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a:focus {
16983
17089
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16984
17090
  outline: 0;
16985
17091
  }
@@ -17003,7 +17109,7 @@ html:not(#__):not(#___) .cadmin .table-link:hover, html:not(#__):not(#___) .cadm
17003
17109
  color: #272833;
17004
17110
  }
17005
17111
  html:not(#__):not(#___) .cadmin .table-link.focus, html:not(#__):not(#___) .cadmin .table-link:focus-visible,
17006
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link {
17112
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link:focus {
17007
17113
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17008
17114
  outline: 0;
17009
17115
  }
@@ -17034,7 +17140,7 @@ html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___
17034
17140
  text-decoration: none;
17035
17141
  }
17036
17142
  html:not(#__):not(#___) .cadmin .table-action-link.focus, html:not(#__):not(#___) .cadmin .table-action-link:focus-visible,
17037
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link {
17143
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link:focus {
17038
17144
  background-color: rgba(0, 0, 0, 0.02);
17039
17145
  color: #272833;
17040
17146
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -17299,7 +17405,7 @@ html:not(#__):not(#___) .cadmin .table-list-title a:hover, html:not(#__):not(#__
17299
17405
  color: #272833;
17300
17406
  }
17301
17407
  html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#___) .cadmin .table-list-title a:focus-visible,
17302
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a {
17408
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a:focus {
17303
17409
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17304
17410
  outline: 0;
17305
17411
  }
@@ -17323,7 +17429,7 @@ html:not(#__):not(#___) .cadmin .table-list-link:hover, html:not(#__):not(#___)
17323
17429
  color: #272833;
17324
17430
  }
17325
17431
  html:not(#__):not(#___) .cadmin .table-list-link.focus, html:not(#__):not(#___) .cadmin .table-list-link:focus-visible,
17326
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link {
17432
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link:focus {
17327
17433
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17328
17434
  outline: 0;
17329
17435
  }
@@ -17353,7 +17459,7 @@ html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not
17353
17459
  text-decoration: none;
17354
17460
  }
17355
17461
  html:not(#__):not(#___) .cadmin .table-list-action-link.focus, html:not(#__):not(#___) .cadmin .table-list-action-link:focus-visible,
17356
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link {
17462
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link:focus {
17357
17463
  background-color: rgba(0, 0, 0, 0.02);
17358
17464
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17359
17465
  color: #272833;
@@ -17618,7 +17724,7 @@ html:not(#__):not(#___) .cadmin .table-drag .c-dragging::after {
17618
17724
  top: 0;
17619
17725
  }
17620
17726
  html:not(#__):not(#___) .cadmin .table-drag .c-droppable::before {
17621
- background-image: linear-gradient(#ffb46e 50%, rgba(255, 255, 255, 0) 0%);
17727
+ background-image: linear-gradient(#cc4e00 50%, rgba(255, 255, 255, 0) 0%);
17622
17728
  background-position: right;
17623
17729
  background-repeat: repeat-y;
17624
17730
  background-size: 5px 6px;
@@ -17962,7 +18068,7 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary .tbar-link-monospaced {
17962
18068
  width: 48px;
17963
18069
  }
17964
18070
  html:not(#__):not(#___) .cadmin .subnav-tbar-primary .component-label .close.focus, html:not(#__):not(#___) .cadmin .subnav-tbar-primary .component-label .close:focus-visible,
17965
- 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 {
17966
18072
  color: inherit;
17967
18073
  }
17968
18074
 
@@ -18060,11 +18166,11 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced {
18060
18166
  width: 40px;
18061
18167
  }
18062
18168
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:focus-visible,
18063
- 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 {
18064
18170
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18065
18171
  }
18066
18172
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus-visible,
18067
- 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 {
18068
18174
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18069
18175
  }
18070
18176
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
@@ -18091,7 +18197,7 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:hover {
18091
18197
  color: #272833;
18092
18198
  }
18093
18199
  html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:focus-visible,
18094
- 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 {
18095
18201
  color: #272833;
18096
18202
  }
18097
18203
  html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:active {
@@ -18128,7 +18234,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:hover {
18128
18234
  color: #fff;
18129
18235
  }
18130
18236
  html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:focus-visible,
18131
- 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 {
18132
18238
  color: #fff;
18133
18239
  }
18134
18240
  html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:active {
@@ -18164,7 +18270,7 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:hover {
18164
18270
  color: #fff;
18165
18271
  }
18166
18272
  html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:focus-visible,
18167
- 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 {
18168
18274
  color: #fff;
18169
18275
  }
18170
18276
  html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:active {
@@ -18603,7 +18709,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .butto
18603
18709
  opacity: 0;
18604
18710
  }
18605
18711
  html:not(#__):not(#___) .cadmin .toggle-switch-check:focus-visible ~ .toggle-switch-bar::before,
18606
- 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 {
18607
18713
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
18608
18714
  }
18609
18715
  html:not(#__):not(#___) .cadmin .toggle-switch-check[disabled] ~ .toggle-switch-bar, html:not(#__):not(#___) .cadmin .toggle-switch-check:disabled ~ .toggle-switch-bar {
@@ -18747,7 +18853,7 @@ html:not(#__):not(#___) .cadmin .simple-toggle-switch-reverse .toggle-switch-lab
18747
18853
  margin-right: 8px;
18748
18854
  }
18749
18855
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .simple-toggle-switch .toggle-switch-label, html:not(#__):not(#___) .cadmin .simple-toggle-switch.toggle-switch-sm .toggle-switch-label {
18750
- max-width: calc(100% - 38px);
18856
+ max-width: calc(100% - 34px);
18751
18857
  }
18752
18858
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check {
18753
18859
  height: 16px;
@@ -18769,10 +18875,9 @@ html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle
18769
18875
  }
18770
18876
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle {
18771
18877
  min-width: 30px;
18772
- max-width: 30px;
18773
18878
  }
18774
18879
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
18775
- margin-left: 38px;
18880
+ margin-left: 34px;
18776
18881
  }
18777
18882
  html:not(#__):not(#___) .cadmin .toggle-switch-sm .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
18778
18883
  font-size: 8px;
@@ -19079,11 +19184,11 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
19079
19184
  width: 24px;
19080
19185
  }
19081
19186
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus, html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:focus-visible,
19082
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced {
19187
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:focus {
19083
19188
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19084
19189
  }
19085
19190
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:active:focus-visible,
19086
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced {
19191
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:active:focus {
19087
19192
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19088
19193
  }
19089
19194
  html:not(#__):not(#___) .cadmin .treeview .custom-control {
@@ -19107,7 +19212,7 @@ html:not(#__):not(#___) .cadmin .treeview .component-action:hover {
19107
19212
  color: #6b6c7e;
19108
19213
  }
19109
19214
  html:not(#__):not(#___) .cadmin .treeview .component-action.focus, html:not(#__):not(#___) .cadmin .treeview .component-action:focus-visible,
19110
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .component-action {
19215
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .component-action:focus {
19111
19216
  color: #6b6c7e;
19112
19217
  }
19113
19218
  html:not(#__):not(#___) .cadmin .treeview .component-action:active {
@@ -19237,7 +19342,7 @@ html:not(#__):not(#___) .cadmin .treeview-link:hover, html:not(#__):not(#___) .c
19237
19342
  text-decoration: none;
19238
19343
  }
19239
19344
  html:not(#__):not(#___) .cadmin .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-link:focus-visible,
19240
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link {
19345
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link:focus {
19241
19346
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19242
19347
  outline: 0;
19243
19348
  }
@@ -19295,7 +19400,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:hover, html:not(#
19295
19400
  box-shadow: inset 0 0 0 1px #9b92a5;
19296
19401
  }
19297
19402
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:focus-visible,
19298
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19403
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link:focus {
19299
19404
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19300
19405
  }
19301
19406
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
@@ -19304,7 +19409,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
19304
19409
  color: #393a4a;
19305
19410
  }
19306
19411
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active:focus-visible,
19307
- 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 {
19308
19413
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19309
19414
  }
19310
19415
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
@@ -19313,7 +19418,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
19313
19418
  color: #393a4a;
19314
19419
  }
19315
19420
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active:focus-visible,
19316
- 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 {
19317
19422
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19318
19423
  }
19319
19424
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.disabled {
@@ -19321,7 +19426,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:no
19321
19426
  color: rgba(107, 108, 126, 0.5);
19322
19427
  }
19323
19428
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link[aria-expanded=true]:focus-visible,
19324
- 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 {
19325
19430
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19326
19431
  }
19327
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 {
@@ -19338,7 +19443,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:hover, html:not(#_
19338
19443
  box-shadow: inset 0 0 0 1px #9b92a5;
19339
19444
  }
19340
19445
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:focus-visible,
19341
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19446
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link:focus {
19342
19447
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19343
19448
  }
19344
19449
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
@@ -19347,7 +19452,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
19347
19452
  color: #f0f5ff;
19348
19453
  }
19349
19454
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active:focus-visible,
19350
- 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 {
19351
19456
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19352
19457
  }
19353
19458
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
@@ -19356,7 +19461,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
19356
19461
  color: #f0f5ff;
19357
19462
  }
19358
19463
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active:focus-visible,
19359
- 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 {
19360
19465
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19361
19466
  }
19362
19467
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.disabled {
@@ -19364,7 +19469,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not
19364
19469
  color: rgba(167, 169, 188, 0.5);
19365
19470
  }
19366
19471
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link[aria-expanded=true]:focus-visible,
19367
- 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 {
19368
19473
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19369
19474
  }
19370
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 {
@@ -19422,7 +19527,7 @@ html:not(#__):not(#___) .cadmin .close:hover {
19422
19527
  text-decoration: none;
19423
19528
  }
19424
19529
  html:not(#__):not(#___) .cadmin .close.focus, html:not(#__):not(#___) .cadmin .close:focus-visible,
19425
- html:not(#__):not(#___) .c-prefers-focus .cadmin .close {
19530
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .close:focus {
19426
19531
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
19427
19532
  opacity: 1;
19428
19533
  outline: 0;
@@ -23119,84 +23224,84 @@ html:not(#__):not(#___) .cadmin .align-text-top {
23119
23224
  vertical-align: text-top !important;
23120
23225
  }
23121
23226
  html:not(#__):not(#___) .cadmin .bg-blue {
23122
- background-color: #4b9fff !important;
23227
+ background-color: #006eff !important;
23123
23228
  }
23124
23229
  html:not(#__):not(#___) .cadmin a.bg-blue:hover, html:not(#__):not(#___) .cadmin a.bg-blue:focus,
23125
23230
  html:not(#__):not(#___) .cadmin button.bg-blue:hover,
23126
23231
  html:not(#__):not(#___) .cadmin button.bg-blue:focus {
23127
- background-color: #1884ff !important;
23232
+ background-color: #0058cc !important;
23128
23233
  }
23129
23234
  html:not(#__):not(#___) .cadmin .bg-indigo {
23130
- background-color: #7785ff !important;
23235
+ background-color: #4d5fff !important;
23131
23236
  }
23132
23237
  html:not(#__):not(#___) .cadmin a.bg-indigo:hover, html:not(#__):not(#___) .cadmin a.bg-indigo:focus,
23133
23238
  html:not(#__):not(#___) .cadmin button.bg-indigo:hover,
23134
23239
  html:not(#__):not(#___) .cadmin button.bg-indigo:focus {
23135
- background-color: #4457ff !important;
23240
+ background-color: #1a31ff !important;
23136
23241
  }
23137
23242
  html:not(#__):not(#___) .cadmin .bg-purple {
23138
- background-color: #af78ff !important;
23243
+ background-color: #aa33ff !important;
23139
23244
  }
23140
23245
  html:not(#__):not(#___) .cadmin a.bg-purple:hover, html:not(#__):not(#___) .cadmin a.bg-purple:focus,
23141
23246
  html:not(#__):not(#___) .cadmin button.bg-purple:hover,
23142
23247
  html:not(#__):not(#___) .cadmin button.bg-purple:focus {
23143
- background-color: #9145ff !important;
23248
+ background-color: #9500ff !important;
23144
23249
  }
23145
23250
  html:not(#__):not(#___) .cadmin .bg-pink {
23146
- background-color: #ff73c3 !important;
23251
+ background-color: #e50082 !important;
23147
23252
  }
23148
23253
  html:not(#__):not(#___) .cadmin a.bg-pink:hover, html:not(#__):not(#___) .cadmin a.bg-pink:focus,
23149
23254
  html:not(#__):not(#___) .cadmin button.bg-pink:hover,
23150
23255
  html:not(#__):not(#___) .cadmin button.bg-pink:focus {
23151
- background-color: #ff40ad !important;
23256
+ background-color: #b20065 !important;
23152
23257
  }
23153
23258
  html:not(#__):not(#___) .cadmin .bg-red {
23154
- background-color: #ff5f5f !important;
23259
+ background-color: #e60000 !important;
23155
23260
  }
23156
23261
  html:not(#__):not(#___) .cadmin a.bg-red:hover, html:not(#__):not(#___) .cadmin a.bg-red:focus,
23157
23262
  html:not(#__):not(#___) .cadmin button.bg-red:hover,
23158
23263
  html:not(#__):not(#___) .cadmin button.bg-red:focus {
23159
- background-color: #ff2c2c !important;
23264
+ background-color: #b30000 !important;
23160
23265
  }
23161
23266
  html:not(#__):not(#___) .cadmin .bg-orange {
23162
- background-color: #ffb46e !important;
23267
+ background-color: #cc4e00 !important;
23163
23268
  }
23164
23269
  html:not(#__):not(#___) .cadmin a.bg-orange:hover, html:not(#__):not(#___) .cadmin a.bg-orange:focus,
23165
23270
  html:not(#__):not(#___) .cadmin button.bg-orange:hover,
23166
23271
  html:not(#__):not(#___) .cadmin button.bg-orange:focus {
23167
- background-color: #ff9a3b !important;
23272
+ background-color: #993b00 !important;
23168
23273
  }
23169
23274
  html:not(#__):not(#___) .cadmin .bg-yellow {
23170
- background-color: #ffd76e !important;
23275
+ background-color: #ffbb00 !important;
23171
23276
  }
23172
23277
  html:not(#__):not(#___) .cadmin a.bg-yellow:hover, html:not(#__):not(#___) .cadmin a.bg-yellow:focus,
23173
23278
  html:not(#__):not(#___) .cadmin button.bg-yellow:hover,
23174
23279
  html:not(#__):not(#___) .cadmin button.bg-yellow:focus {
23175
- background-color: #ffc93b !important;
23280
+ background-color: #cc9600 !important;
23176
23281
  }
23177
23282
  html:not(#__):not(#___) .cadmin .bg-green {
23178
- background-color: #9be169 !important;
23283
+ background-color: #458613 !important;
23179
23284
  }
23180
23285
  html:not(#__):not(#___) .cadmin a.bg-green:hover, html:not(#__):not(#___) .cadmin a.bg-green:focus,
23181
23286
  html:not(#__):not(#___) .cadmin button.bg-green:hover,
23182
23287
  html:not(#__):not(#___) .cadmin button.bg-green:focus {
23183
- background-color: #7fd93f !important;
23288
+ background-color: #2e590d !important;
23184
23289
  }
23185
23290
  html:not(#__):not(#___) .cadmin .bg-teal {
23186
- background-color: #50d2a0 !important;
23291
+ background-color: #1b7e6e !important;
23187
23292
  }
23188
23293
  html:not(#__):not(#___) .cadmin a.bg-teal:hover, html:not(#__):not(#___) .cadmin a.bg-teal:focus,
23189
23294
  html:not(#__):not(#___) .cadmin button.bg-teal:hover,
23190
23295
  html:not(#__):not(#___) .cadmin button.bg-teal:focus {
23191
- background-color: #31be88 !important;
23296
+ background-color: #125449 !important;
23192
23297
  }
23193
23298
  html:not(#__):not(#___) .cadmin .bg-cyan {
23194
- background-color: #5fc8ff !important;
23299
+ background-color: #0077b3 !important;
23195
23300
  }
23196
23301
  html:not(#__):not(#___) .cadmin a.bg-cyan:hover, html:not(#__):not(#___) .cadmin a.bg-cyan:focus,
23197
23302
  html:not(#__):not(#___) .cadmin button.bg-cyan:hover,
23198
23303
  html:not(#__):not(#___) .cadmin button.bg-cyan:focus {
23199
- background-color: #2cb6ff !important;
23304
+ background-color: #005580 !important;
23200
23305
  }
23201
23306
  html:not(#__):not(#___) .cadmin .bg-primary {
23202
23307
  background-color: #0b5fff !important;
@@ -27632,64 +27737,64 @@ html:not(#__):not(#___) .cadmin .text-white {
27632
27737
  color: #fff !important;
27633
27738
  }
27634
27739
  html:not(#__):not(#___) .cadmin .text-blue {
27635
- color: #4b9fff !important;
27740
+ color: #006eff !important;
27636
27741
  }
27637
27742
  html:not(#__):not(#___) .cadmin a.text-blue:hover, html:not(#__):not(#___) .cadmin a.text-blue:focus {
27638
- color: #0076fe !important;
27743
+ color: #004db3 !important;
27639
27744
  }
27640
27745
  html:not(#__):not(#___) .cadmin .text-indigo {
27641
- color: #7785ff !important;
27746
+ color: #4d5fff !important;
27642
27747
  }
27643
27748
  html:not(#__):not(#___) .cadmin a.text-indigo:hover, html:not(#__):not(#___) .cadmin a.text-indigo:focus {
27644
- color: #2b40ff !important;
27749
+ color: #011aff !important;
27645
27750
  }
27646
27751
  html:not(#__):not(#___) .cadmin .text-purple {
27647
- color: #af78ff !important;
27752
+ color: #aa33ff !important;
27648
27753
  }
27649
27754
  html:not(#__):not(#___) .cadmin a.text-purple:hover, html:not(#__):not(#___) .cadmin a.text-purple:focus {
27650
- color: #822cff !important;
27755
+ color: #8600e6 !important;
27651
27756
  }
27652
27757
  html:not(#__):not(#___) .cadmin .text-pink {
27653
- color: #ff73c3 !important;
27758
+ color: #e50082 !important;
27654
27759
  }
27655
27760
  html:not(#__):not(#___) .cadmin a.text-pink:hover, html:not(#__):not(#___) .cadmin a.text-pink:focus {
27656
- color: #ff27a2 !important;
27761
+ color: #990057 !important;
27657
27762
  }
27658
27763
  html:not(#__):not(#___) .cadmin .text-red {
27659
- color: #ff5f5f !important;
27764
+ color: #e60000 !important;
27660
27765
  }
27661
27766
  html:not(#__):not(#___) .cadmin a.text-red:hover, html:not(#__):not(#___) .cadmin a.text-red:focus {
27662
- color: #ff1313 !important;
27767
+ color: #9a0000 !important;
27663
27768
  }
27664
27769
  html:not(#__):not(#___) .cadmin .text-orange {
27665
- color: #ffb46e !important;
27770
+ color: #cc4e00 !important;
27666
27771
  }
27667
27772
  html:not(#__):not(#___) .cadmin a.text-orange:hover, html:not(#__):not(#___) .cadmin a.text-orange:focus {
27668
- color: #ff8c22 !important;
27773
+ color: #803100 !important;
27669
27774
  }
27670
27775
  html:not(#__):not(#___) .cadmin .text-yellow {
27671
- color: #ffd76e !important;
27776
+ color: #ffbb00 !important;
27672
27777
  }
27673
27778
  html:not(#__):not(#___) .cadmin a.text-yellow:hover, html:not(#__):not(#___) .cadmin a.text-yellow:focus {
27674
- color: #ffc222 !important;
27779
+ color: #b38300 !important;
27675
27780
  }
27676
27781
  html:not(#__):not(#___) .cadmin .text-green {
27677
- color: #9be169 !important;
27782
+ color: #458613 !important;
27678
27783
  }
27679
27784
  html:not(#__):not(#___) .cadmin a.text-green:hover, html:not(#__):not(#___) .cadmin a.text-green:focus {
27680
- color: #71d32a !important;
27785
+ color: #23430a !important;
27681
27786
  }
27682
27787
  html:not(#__):not(#___) .cadmin .text-teal {
27683
- color: #50d2a0 !important;
27788
+ color: #1b7e6e !important;
27684
27789
  }
27685
27790
  html:not(#__):not(#___) .cadmin a.text-teal:hover, html:not(#__):not(#___) .cadmin a.text-teal:focus {
27686
- color: #2caa79 !important;
27791
+ color: #0e3f37 !important;
27687
27792
  }
27688
27793
  html:not(#__):not(#___) .cadmin .text-cyan {
27689
- color: #5fc8ff !important;
27794
+ color: #0077b3 !important;
27690
27795
  }
27691
27796
  html:not(#__):not(#___) .cadmin a.text-cyan:hover, html:not(#__):not(#___) .cadmin a.text-cyan:focus {
27692
- color: #13aeff !important;
27797
+ color: #004467 !important;
27693
27798
  }
27694
27799
  html:not(#__):not(#___) .cadmin .text-primary {
27695
27800
  color: #0b5fff !important;