@clayui/css 3.126.0 → 3.128.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 (37) hide show
  1. package/lib/css/atlas.css +224 -58
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +176 -74
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/bootstrap.css +0 -0
  6. package/lib/css/bootstrap.css.map +1 -1
  7. package/lib/css/cadmin.css +423 -272
  8. package/lib/css/cadmin.css.map +1 -1
  9. package/lib/images/icons/icons.svg +1 -1
  10. package/package.json +2 -2
  11. package/src/scss/_license-text.scss +1 -1
  12. package/src/scss/atlas/variables/_globals.scss +8 -0
  13. package/src/scss/cadmin/components/_grid.scss +3 -1
  14. package/src/scss/cadmin/components/_multi-step-nav.scss +4 -2
  15. package/src/scss/cadmin/variables/_dropdowns.scss +18 -6
  16. package/src/scss/cadmin/variables/_globals.scss +4 -0
  17. package/src/scss/cadmin/variables/_multi-step-nav.scss +2 -2
  18. package/src/scss/components/_grid.scss +3 -1
  19. package/src/scss/components/_multi-step-nav.scss +4 -2
  20. package/src/scss/functions/_global-functions.scss +8 -2
  21. package/src/scss/mixins/_alerts.scss +104 -48
  22. package/src/scss/mixins/_badges.scss +75 -33
  23. package/src/scss/mixins/_buttons.scss +503 -250
  24. package/src/scss/mixins/_cards.scss +619 -302
  25. package/src/scss/mixins/_close.scss +42 -49
  26. package/src/scss/mixins/_custom-forms.scss +864 -606
  27. package/src/scss/mixins/_dropdown-menu.scss +476 -239
  28. package/src/scss/mixins/_forms.scss +4 -79
  29. package/src/scss/mixins/_links.scss +565 -308
  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 +18 -6
  36. package/src/scss/variables/_globals.scss +8 -0
  37. package/src/scss/variables/_multi-step-nav.scss +2 -2
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.126.0
3
+ * Clay 3.128.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.126.0
19
+ * Clay 3.128.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,10 +270,11 @@ 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
  }
277
+
277
278
  html:not(#__):not(#___) .cadmin pre,
278
279
  html:not(#__):not(#___) .cadmin code,
279
280
  html:not(#__):not(#___) .cadmin kbd,
@@ -921,10 +922,11 @@ html:not(#__):not(#___) .cadmin .btn:hover {
921
922
  text-decoration: none;
922
923
  }
923
924
  html:not(#__):not(#___) .cadmin .btn.focus, html:not(#__):not(#___) .cadmin .btn:focus-visible,
924
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn {
925
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn:focus {
925
926
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
926
927
  outline: 0;
927
928
  }
929
+
928
930
  html:not(#__):not(#___) .cadmin .btn:active {
929
931
  box-shadow: [];
930
932
  }
@@ -936,9 +938,10 @@ html:not(#__):not(#___) .cadmin .btn:disabled, html:not(#__):not(#___) .cadmin .
936
938
  opacity: 0.4;
937
939
  }
938
940
  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 {
941
+ 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
942
  box-shadow: none;
941
943
  }
944
+
942
945
  html:not(#__):not(#___) .cadmin .btn:disabled:active, html:not(#__):not(#___) .cadmin .btn.disabled:active {
943
946
  pointer-events: none;
944
947
  }
@@ -1145,11 +1148,12 @@ html:not(#__):not(#___) .cadmin .btn-primary:hover {
1145
1148
  color: #fff;
1146
1149
  }
1147
1150
  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 {
1151
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-primary:focus {
1149
1152
  background-color: #0053f0;
1150
1153
  border-color: transparent;
1151
1154
  color: #fff;
1152
1155
  }
1156
+
1153
1157
  html:not(#__):not(#___) .cadmin .btn-primary:active {
1154
1158
  background-color: #004ad7;
1155
1159
  border-color: transparent;
@@ -1181,11 +1185,12 @@ html:not(#__):not(#___) .cadmin .btn-secondary:hover {
1181
1185
  color: #272833;
1182
1186
  }
1183
1187
  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 {
1188
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-secondary:focus {
1185
1189
  background-color: #f7f8f9;
1186
1190
  border-color: #cdced9;
1187
1191
  color: #272833;
1188
1192
  }
1193
+
1189
1194
  html:not(#__):not(#___) .cadmin .btn-secondary:active {
1190
1195
  background-color: #f1f2f5;
1191
1196
  border-color: #cdced9;
@@ -1217,11 +1222,12 @@ html:not(#__):not(#___) .cadmin .btn-success:hover {
1217
1222
  color: #fff;
1218
1223
  }
1219
1224
  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 {
1225
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-success:focus {
1221
1226
  background-color: #226a33;
1222
1227
  border-color: transparent;
1223
1228
  color: #fff;
1224
1229
  }
1230
+
1225
1231
  html:not(#__):not(#___) .cadmin .btn-success:active {
1226
1232
  background-color: #1c5629;
1227
1233
  border-color: transparent;
@@ -1253,11 +1259,12 @@ html:not(#__):not(#___) .cadmin .btn-info:hover {
1253
1259
  color: #fff;
1254
1260
  }
1255
1261
  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 {
1262
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-info:focus {
1257
1263
  background-color: #294f98;
1258
1264
  border-color: transparent;
1259
1265
  color: #fff;
1260
1266
  }
1267
+
1261
1268
  html:not(#__):not(#___) .cadmin .btn-info:active {
1262
1269
  background-color: #234584;
1263
1270
  border-color: transparent;
@@ -1289,11 +1296,12 @@ html:not(#__):not(#___) .cadmin .btn-warning:hover {
1289
1296
  color: #fff;
1290
1297
  }
1291
1298
  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 {
1299
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-warning:focus {
1293
1300
  background-color: #9f4500;
1294
1301
  border-color: transparent;
1295
1302
  color: #fff;
1296
1303
  }
1304
+
1297
1305
  html:not(#__):not(#___) .cadmin .btn-warning:active {
1298
1306
  background-color: #863a00;
1299
1307
  border-color: transparent;
@@ -1325,11 +1333,12 @@ html:not(#__):not(#___) .cadmin .btn-danger:hover {
1325
1333
  color: #fff;
1326
1334
  }
1327
1335
  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 {
1336
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-danger:focus {
1329
1337
  background-color: #c31212;
1330
1338
  border-color: transparent;
1331
1339
  color: #fff;
1332
1340
  }
1341
+
1333
1342
  html:not(#__):not(#___) .cadmin .btn-danger:active {
1334
1343
  background-color: #ab1010;
1335
1344
  border-color: transparent;
@@ -1361,11 +1370,12 @@ html:not(#__):not(#___) .cadmin .btn-light:hover {
1361
1370
  color: #272833;
1362
1371
  }
1363
1372
  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 {
1373
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-light:focus {
1365
1374
  background-color: #e2e4ea;
1366
1375
  border-color: transparent;
1367
1376
  color: #272833;
1368
1377
  }
1378
+
1369
1379
  html:not(#__):not(#___) .cadmin .btn-light:active {
1370
1380
  background-color: #d3d6e0;
1371
1381
  border-color: transparent;
@@ -1397,11 +1407,12 @@ html:not(#__):not(#___) .cadmin .btn-dark:hover {
1397
1407
  color: #fff;
1398
1408
  }
1399
1409
  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 {
1410
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-dark:focus {
1401
1411
  background-color: #1c1c24;
1402
1412
  border-color: transparent;
1403
1413
  color: #fff;
1404
1414
  }
1415
+
1405
1416
  html:not(#__):not(#___) .cadmin .btn-dark:active {
1406
1417
  background-color: #111116;
1407
1418
  border-color: transparent;
@@ -1434,17 +1445,14 @@ html:not(#__):not(#___) .cadmin .btn-link:hover {
1434
1445
  text-decoration: underline;
1435
1446
  }
1436
1447
  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 {
1448
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link:focus {
1438
1449
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
1439
1450
  text-decoration: none;
1440
1451
  }
1452
+
1441
1453
  html:not(#__):not(#___) .cadmin .btn-link:active {
1442
1454
  box-shadow: [none];
1443
1455
  }
1444
- html:not(#__):not(#___) .cadmin .btn-link:active:focus-visible,
1445
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link {
1446
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
1447
- }
1448
1456
  html:not(#__):not(#___) .cadmin .btn-link.active {
1449
1457
  box-shadow: [none];
1450
1458
  }
@@ -1466,10 +1474,11 @@ html:not(#__):not(#___) .cadmin .btn-beta:hover {
1466
1474
  color: #294f98;
1467
1475
  }
1468
1476
  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 {
1477
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta:focus {
1470
1478
  background-color: #f1f2f5;
1471
1479
  color: #294f98;
1472
1480
  }
1481
+
1473
1482
  html:not(#__):not(#___) .cadmin .btn-translucent {
1474
1483
  border-radius: 800px;
1475
1484
  }
@@ -1483,10 +1492,11 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-primary:hover {
1483
1492
  color: #0053f0;
1484
1493
  }
1485
1494
  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 {
1495
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-primary:focus {
1487
1496
  background-color: rgba(0, 83, 240, 0.06);
1488
1497
  color: #0053f0;
1489
1498
  }
1499
+
1490
1500
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-primary:active {
1491
1501
  background-color: rgba(0, 83, 240, 0.08);
1492
1502
  color: #0053f0;
@@ -1509,10 +1519,11 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-info:hover, html:not(#__):n
1509
1519
  color: #294f98;
1510
1520
  }
1511
1521
  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 {
1522
+ 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
1523
  background-color: rgba(41, 79, 152, 0.06);
1514
1524
  color: #294f98;
1515
1525
  }
1526
+
1516
1527
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .btn-beta:active {
1517
1528
  background-color: rgba(41, 79, 152, 0.08);
1518
1529
  color: #294f98;
@@ -1535,10 +1546,11 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-success:hover {
1535
1546
  color: #226a33;
1536
1547
  }
1537
1548
  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 {
1549
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-success:focus {
1539
1550
  background-color: rgba(34, 106, 51, 0.06);
1540
1551
  color: #226a33;
1541
1552
  }
1553
+
1542
1554
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-success:active {
1543
1555
  background-color: rgba(34, 106, 51, 0.08);
1544
1556
  color: #226a33;
@@ -1561,10 +1573,11 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-warning:hover {
1561
1573
  color: #9f4500;
1562
1574
  }
1563
1575
  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 {
1576
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-warning:focus {
1565
1577
  background-color: rgba(159, 69, 0, 0.06);
1566
1578
  color: #9f4500;
1567
1579
  }
1580
+
1568
1581
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-warning:active {
1569
1582
  background-color: rgba(159, 69, 0, 0.08);
1570
1583
  color: #9f4500;
@@ -1587,10 +1600,11 @@ html:not(#__):not(#___) .cadmin .btn-translucent.btn-danger:hover {
1587
1600
  color: #c31212;
1588
1601
  }
1589
1602
  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 {
1603
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-translucent.btn-danger:focus {
1591
1604
  background-color: rgba(195, 18, 18, 0.06);
1592
1605
  color: #c31212;
1593
1606
  }
1607
+
1594
1608
  html:not(#__):not(#___) .cadmin .btn-translucent.btn-danger:active {
1595
1609
  background-color: rgba(195, 18, 18, 0.08);
1596
1610
  color: #c31212;
@@ -1613,11 +1627,12 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-primary:hover, ht
1613
1627
  color: #80acff;
1614
1628
  }
1615
1629
  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 {
1630
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-primary:focus,
1631
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-primary:focus {
1618
1632
  background-color: rgba(179, 205, 255, 0.06);
1619
1633
  color: #80acff;
1620
1634
  }
1635
+
1621
1636
  html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-primary:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-primary:active {
1622
1637
  background-color: rgba(179, 205, 255, 0.08);
1623
1638
  color: #80acff;
@@ -1640,12 +1655,13 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-info:hover, html:
1640
1655
  color: #89a7e0;
1641
1656
  }
1642
1657
  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 {
1658
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-info:focus,
1659
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-info:focus,
1660
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-beta-dark:focus {
1646
1661
  background-color: rgba(238, 242, 250, 0.06);
1647
1662
  color: #89a7e0;
1648
1663
  }
1664
+
1649
1665
  html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-info:active, html:not(#__):not(#___) .cadmin .btn-beta-dark:active {
1650
1666
  background-color: rgba(238, 242, 250, 0.08);
1651
1667
  color: #89a7e0;
@@ -1668,11 +1684,12 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-success:hover, ht
1668
1684
  color: #5aca75;
1669
1685
  }
1670
1686
  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 {
1687
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-success:focus,
1688
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-success:focus {
1673
1689
  background-color: rgba(237, 249, 240, 0.06);
1674
1690
  color: #5aca75;
1675
1691
  }
1692
+
1676
1693
  html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-success:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-success:active {
1677
1694
  background-color: rgba(237, 249, 240, 0.08);
1678
1695
  color: #5aca75;
@@ -1695,11 +1712,12 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-warning:hover, ht
1695
1712
  color: #ff8f39;
1696
1713
  }
1697
1714
  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 {
1715
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-warning:focus,
1716
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-warning:focus {
1700
1717
  background-color: rgba(255, 244, 236, 0.06);
1701
1718
  color: #ff8f39;
1702
1719
  }
1720
+
1703
1721
  html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-warning:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-warning:active {
1704
1722
  background-color: rgba(255, 244, 236, 0.08);
1705
1723
  color: #ff8f39;
@@ -1722,11 +1740,12 @@ html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-danger:hover, htm
1722
1740
  color: #f48989;
1723
1741
  }
1724
1742
  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 {
1743
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark.btn-translucent.btn-danger:focus,
1744
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-dark .btn-translucent.btn-danger:focus {
1727
1745
  background-color: rgba(254, 239, 239, 0.06);
1728
1746
  color: #f48989;
1729
1747
  }
1748
+
1730
1749
  html:not(#__):not(#___) .cadmin .clay-dark.btn-translucent.btn-danger:active, html:not(#__):not(#___) .cadmin .clay-dark .btn-translucent.btn-danger:active {
1731
1750
  background-color: rgba(254, 239, 239, 0.08);
1732
1751
  color: #f48989;
@@ -1749,10 +1768,11 @@ html:not(#__):not(#___) .cadmin .btn-outline-primary:hover {
1749
1768
  color: #0b5fff;
1750
1769
  }
1751
1770
  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 {
1771
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-primary:focus {
1753
1772
  background-color: #f0f5ff;
1754
1773
  color: #0b5fff;
1755
1774
  }
1775
+
1756
1776
  html:not(#__):not(#___) .cadmin .btn-outline-primary:active {
1757
1777
  background-color: #e6edf8;
1758
1778
  border-color: #0b5fff;
@@ -1781,11 +1801,12 @@ html:not(#__):not(#___) .cadmin .btn-outline-secondary:hover {
1781
1801
  color: #272833;
1782
1802
  }
1783
1803
  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 {
1804
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-secondary:focus {
1785
1805
  background-color: rgba(39, 40, 51, 0.03);
1786
1806
  border-color: transparent;
1787
1807
  color: #272833;
1788
1808
  }
1809
+
1789
1810
  html:not(#__):not(#___) .cadmin .btn-outline-secondary:active {
1790
1811
  background-color: rgba(39, 40, 51, 0.06);
1791
1812
  border-color: transparent;
@@ -1816,10 +1837,11 @@ html:not(#__):not(#___) .cadmin .btn-outline-success:hover {
1816
1837
  color: #fff;
1817
1838
  }
1818
1839
  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 {
1840
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-success:focus {
1820
1841
  background-color: #226a33;
1821
1842
  color: #fff;
1822
1843
  }
1844
+
1823
1845
  html:not(#__):not(#___) .cadmin .btn-outline-success:active {
1824
1846
  background-color: #1c5629;
1825
1847
  border-color: #287d3c;
@@ -1850,10 +1872,11 @@ html:not(#__):not(#___) .cadmin .btn-outline-info:hover {
1850
1872
  color: #fff;
1851
1873
  }
1852
1874
  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 {
1875
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-info:focus {
1854
1876
  background-color: #294f98;
1855
1877
  color: #fff;
1856
1878
  }
1879
+
1857
1880
  html:not(#__):not(#___) .cadmin .btn-outline-info:active {
1858
1881
  background-color: #234584;
1859
1882
  border-color: #2e5aac;
@@ -1884,10 +1907,11 @@ html:not(#__):not(#___) .cadmin .btn-outline-warning:hover {
1884
1907
  color: #fff;
1885
1908
  }
1886
1909
  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 {
1910
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-warning:focus {
1888
1911
  background-color: #9f4500;
1889
1912
  color: #fff;
1890
1913
  }
1914
+
1891
1915
  html:not(#__):not(#___) .cadmin .btn-outline-warning:active {
1892
1916
  background-color: #863a00;
1893
1917
  border-color: #b95000;
@@ -1918,10 +1942,11 @@ html:not(#__):not(#___) .cadmin .btn-outline-danger:hover {
1918
1942
  color: #fff;
1919
1943
  }
1920
1944
  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 {
1945
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-danger:focus {
1922
1946
  background-color: #c31212;
1923
1947
  color: #fff;
1924
1948
  }
1949
+
1925
1950
  html:not(#__):not(#___) .cadmin .btn-outline-danger:active {
1926
1951
  background-color: #ab1010;
1927
1952
  border-color: #da1414;
@@ -1952,24 +1977,31 @@ html:not(#__):not(#___) .cadmin .btn-outline-light:hover {
1952
1977
  color: #272833;
1953
1978
  }
1954
1979
  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 {
1980
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light:focus {
1956
1981
  background-color: #e2e4ea;
1957
1982
  color: #272833;
1958
1983
  }
1984
+
1959
1985
  html:not(#__):not(#___) .cadmin .btn-outline-light:active {
1960
1986
  background-color: #d3d6e0;
1961
1987
  border-color: #f1f2f5;
1962
1988
  color: #272833;
1963
1989
  }
1964
1990
  html:not(#__):not(#___) .cadmin .btn-outline-light:active:focus-visible,
1965
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light {
1991
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light:active:focus {
1966
1992
  box-shadow: , 0 0 0 3.2px rgba(241, 242, 245, 0.5);
1967
1993
  }
1994
+
1968
1995
  html:not(#__):not(#___) .cadmin .btn-outline-light.active {
1969
1996
  background-color: #d3d6e0;
1970
1997
  border-color: #f1f2f5;
1971
1998
  color: #272833;
1972
1999
  }
2000
+ html:not(#__):not(#___) .cadmin .btn-outline-light.active:focus-visible,
2001
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-light.active:focus {
2002
+ box-shadow: , 0 0 0 3.2px rgba(241, 242, 245, 0.5);
2003
+ }
2004
+
1973
2005
  html:not(#__):not(#___) .cadmin .btn-outline-light:disabled, html:not(#__):not(#___) .cadmin .btn-outline-light.disabled {
1974
2006
  background-color: transparent;
1975
2007
  border-color: #f1f2f5;
@@ -1990,24 +2022,31 @@ html:not(#__):not(#___) .cadmin .btn-outline-dark:hover {
1990
2022
  color: #fff;
1991
2023
  }
1992
2024
  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 {
2025
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark:focus {
1994
2026
  background-color: #1c1c24;
1995
2027
  color: #fff;
1996
2028
  }
2029
+
1997
2030
  html:not(#__):not(#___) .cadmin .btn-outline-dark:active {
1998
2031
  background-color: #111116;
1999
2032
  border-color: #272833;
2000
2033
  color: #fff;
2001
2034
  }
2002
2035
  html:not(#__):not(#___) .cadmin .btn-outline-dark:active:focus-visible,
2003
- html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark {
2036
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark:active:focus {
2004
2037
  box-shadow: , 0 0 0 3.2px rgba(39, 40, 51, 0.5);
2005
2038
  }
2039
+
2006
2040
  html:not(#__):not(#___) .cadmin .btn-outline-dark.active {
2007
2041
  background-color: #111116;
2008
2042
  border-color: #272833;
2009
2043
  color: #fff;
2010
2044
  }
2045
+ html:not(#__):not(#___) .cadmin .btn-outline-dark.active:focus-visible,
2046
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-dark.active:focus {
2047
+ box-shadow: , 0 0 0 3.2px rgba(39, 40, 51, 0.5);
2048
+ }
2049
+
2011
2050
  html:not(#__):not(#___) .cadmin .btn-outline-dark:disabled, html:not(#__):not(#___) .cadmin .btn-outline-dark.disabled {
2012
2051
  background-color: transparent;
2013
2052
  border-color: #272833;
@@ -2025,9 +2064,10 @@ html:not(#__):not(#___) .cadmin .btn-outline-borderless:hover {
2025
2064
  border-color: transparent;
2026
2065
  }
2027
2066
  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 {
2067
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-outline-borderless:focus {
2029
2068
  border-color: transparent;
2030
2069
  }
2070
+
2031
2071
  html:not(#__):not(#___) .cadmin .btn-outline-borderless:disabled, html:not(#__):not(#___) .cadmin .btn-outline-borderless.disabled {
2032
2072
  border-color: transparent;
2033
2073
  }
@@ -2097,6 +2137,8 @@ html:not(#__):not(#___) .cadmin .container {
2097
2137
  padding-left: 12px;
2098
2138
  padding-right: 12px;
2099
2139
  width: 100%;
2140
+ max-width: 1392px;
2141
+ max-width: 1872px;
2100
2142
  }
2101
2143
  @media (min-width: 576px) {
2102
2144
  html:not(#__):not(#___) .cadmin .container {
@@ -2118,7 +2160,7 @@ html:not(#__):not(#___) .cadmin .container {
2118
2160
  max-width: 1248px;
2119
2161
  }
2120
2162
  }
2121
- html:not(#__):not(#___) .cadmin .container-xl, html:not(#__):not(#___) .cadmin .container-lg, html:not(#__):not(#___) .cadmin .container-md, html:not(#__):not(#___) .cadmin .container-sm, html:not(#__):not(#___) .cadmin .container-fluid {
2163
+ html:not(#__):not(#___) .cadmin .container-xxxl, html:not(#__):not(#___) .cadmin .container-xxl, html:not(#__):not(#___) .cadmin .container-xl, html:not(#__):not(#___) .cadmin .container-lg, html:not(#__):not(#___) .cadmin .container-md, html:not(#__):not(#___) .cadmin .container-sm, html:not(#__):not(#___) .cadmin .container-fluid {
2122
2164
  margin-left: auto;
2123
2165
  margin-right: auto;
2124
2166
  padding-left: 12px;
@@ -3241,6 +3283,12 @@ html:not(#__):not(#___) .cadmin .container-fluid-max-lg {
3241
3283
  html:not(#__):not(#___) .cadmin .container-fluid-max-xl {
3242
3284
  max-width: 1248px;
3243
3285
  }
3286
+ html:not(#__):not(#___) .cadmin .container-fluid-max-xxl {
3287
+ max-width: 1392px;
3288
+ }
3289
+ html:not(#__):not(#___) .cadmin .container-fluid-max-xxxl {
3290
+ max-width: 1872px;
3291
+ }
3244
3292
  html:not(#__):not(#___) .cadmin .container-no-gutters {
3245
3293
  padding-left: 0;
3246
3294
  padding-right: 0;
@@ -3407,11 +3455,6 @@ html:not(#__):not(#___) .cadmin .alert .lead {
3407
3455
  font-weight: 600;
3408
3456
  margin-right: 5px;
3409
3457
  }
3410
- html:not(#__):not(#___) .cadmin .alert .component-title {
3411
- font-size: 14px;
3412
- margin-bottom: 4px;
3413
- margin-top: 0;
3414
- }
3415
3458
  html:not(#__):not(#___) .cadmin .alert .component-subtitle {
3416
3459
  font-size: 12px;
3417
3460
  font-weight: 400;
@@ -3433,11 +3476,12 @@ html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled.hover {
3433
3476
  text-decoration: none;
3434
3477
  }
3435
3478
  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,
3479
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .alert-link, html:not(#__):not(#___) .c-prefers-focus .cadmin .alert-link.btn-unstyled:focus,
3437
3480
  html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled.focus,
3438
3481
  html:not(#__):not(#___) .cadmin .alert-link.btn-unstyled:focus-visible {
3439
3482
  text-decoration: none;
3440
3483
  }
3484
+
3441
3485
  html:not(#__):not(#___) .cadmin .alert-indicator {
3442
3486
  font-size: 16px;
3443
3487
  line-height: 1;
@@ -4058,10 +4102,11 @@ html:not(#__):not(#___) .cadmin .badge[href]:hover, html:not(#__):not(#___) .cad
4058
4102
  text-decoration: none;
4059
4103
  }
4060
4104
  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 {
4105
+ 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
4106
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4063
4107
  outline: 0;
4064
4108
  }
4109
+
4065
4110
  html:not(#__):not(#___) .cadmin .badge a {
4066
4111
  color: #fff;
4067
4112
  text-decoration: underline;
@@ -4070,9 +4115,10 @@ html:not(#__):not(#___) .cadmin .badge a:hover, html:not(#__):not(#___) .cadmin
4070
4115
  text-decoration: none;
4071
4116
  }
4072
4117
  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 {
4118
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .badge a:focus {
4074
4119
  text-decoration: none;
4075
4120
  }
4121
+
4076
4122
  html:not(#__):not(#___) .cadmin .badge > .c-inner {
4077
4123
  margin: -1.5px -4px;
4078
4124
  max-width: none;
@@ -4107,7 +4153,7 @@ html:not(#__):not(#___) .cadmin .badge-item .close:hover {
4107
4153
  opacity: 1;
4108
4154
  }
4109
4155
  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 {
4156
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .badge-item .close:focus {
4111
4157
  opacity: 1;
4112
4158
  }
4113
4159
 
@@ -4145,10 +4191,11 @@ html:not(#__):not(#___) .cadmin [href].badge-primary:hover, html:not(#__):not(#_
4145
4191
  color: #fff;
4146
4192
  }
4147
4193
  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 {
4194
+ 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
4195
  background-color: #0b5fff;
4150
4196
  color: #fff;
4151
4197
  }
4198
+
4152
4199
  html:not(#__):not(#___) .cadmin .badge-secondary {
4153
4200
  background-color: #e7e7ed;
4154
4201
  color: #272833;
@@ -4158,10 +4205,11 @@ html:not(#__):not(#___) .cadmin [href].badge-secondary:hover, html:not(#__):not(
4158
4205
  color: #272833;
4159
4206
  }
4160
4207
  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 {
4208
+ 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
4209
  background-color: #e7e7ed;
4163
4210
  color: #272833;
4164
4211
  }
4212
+
4165
4213
  html:not(#__):not(#___) .cadmin .badge-secondary a {
4166
4214
  color: #272833;
4167
4215
  }
@@ -4174,10 +4222,11 @@ html:not(#__):not(#___) .cadmin [href].badge-success:hover, html:not(#__):not(#_
4174
4222
  color: #fff;
4175
4223
  }
4176
4224
  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 {
4225
+ 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
4226
  background-color: #287d3c;
4179
4227
  color: #fff;
4180
4228
  }
4229
+
4181
4230
  html:not(#__):not(#___) .cadmin .badge-info {
4182
4231
  background-color: #2e5aac;
4183
4232
  color: #fff;
@@ -4187,10 +4236,11 @@ html:not(#__):not(#___) .cadmin [href].badge-info:hover, html:not(#__):not(#___)
4187
4236
  color: #fff;
4188
4237
  }
4189
4238
  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 {
4239
+ 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
4240
  background-color: #2e5aac;
4192
4241
  color: #fff;
4193
4242
  }
4243
+
4194
4244
  html:not(#__):not(#___) .cadmin .badge-warning {
4195
4245
  background-color: #b95000;
4196
4246
  color: #fff;
@@ -4200,10 +4250,11 @@ html:not(#__):not(#___) .cadmin [href].badge-warning:hover, html:not(#__):not(#_
4200
4250
  color: #fff;
4201
4251
  }
4202
4252
  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 {
4253
+ 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
4254
  background-color: #b95000;
4205
4255
  color: #fff;
4206
4256
  }
4257
+
4207
4258
  html:not(#__):not(#___) .cadmin .badge-danger {
4208
4259
  background-color: #da1414;
4209
4260
  color: #fff;
@@ -4213,10 +4264,11 @@ html:not(#__):not(#___) .cadmin [href].badge-danger:hover, html:not(#__):not(#__
4213
4264
  color: #fff;
4214
4265
  }
4215
4266
  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 {
4267
+ 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
4268
  background-color: #da1414;
4218
4269
  color: #fff;
4219
4270
  }
4271
+
4220
4272
  html:not(#__):not(#___) .cadmin .badge-light {
4221
4273
  background-color: #f1f2f5;
4222
4274
  color: #272833;
@@ -4226,10 +4278,11 @@ html:not(#__):not(#___) .cadmin [href].badge-light:hover, html:not(#__):not(#___
4226
4278
  color: #272833;
4227
4279
  }
4228
4280
  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 {
4281
+ 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
4282
  background-color: #f1f2f5;
4231
4283
  color: #272833;
4232
4284
  }
4285
+
4233
4286
  html:not(#__):not(#___) .cadmin .badge-light a {
4234
4287
  color: #272833;
4235
4288
  }
@@ -4242,10 +4295,11 @@ html:not(#__):not(#___) .cadmin [href].badge-dark:hover, html:not(#__):not(#___)
4242
4295
  color: #fff;
4243
4296
  }
4244
4297
  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 {
4298
+ 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
4299
  background-color: #272833;
4247
4300
  color: #fff;
4248
4301
  }
4302
+
4249
4303
  html:not(#__):not(#___) .cadmin .badge-translucent.badge-primary {
4250
4304
  background-color: rgba(0, 83, 240, 0.04);
4251
4305
  border-color: transparent;
@@ -4327,12 +4381,13 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link:hover, html:not(#__):not(#___)
4327
4381
  text-decoration: underline;
4328
4382
  }
4329
4383
  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 {
4384
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-link:focus {
4331
4385
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4332
4386
  color: #6b6c7e;
4333
4387
  outline: 0;
4334
4388
  text-decoration: underline;
4335
4389
  }
4390
+
4336
4391
  html:not(#__):not(#___) .cadmin .breadcrumb-link > .breadcrumb-text-truncate {
4337
4392
  text-decoration: none;
4338
4393
  }
@@ -4391,9 +4446,10 @@ html:not(#__):not(#___) .cadmin .breadcrumb-item .dropdown-toggle:hover {
4391
4446
  text-decoration: none;
4392
4447
  }
4393
4448
  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 {
4449
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-item .dropdown-toggle:focus {
4395
4450
  text-decoration: none;
4396
4451
  }
4452
+
4397
4453
  html:not(#__):not(#___) .cadmin .breadcrumb-text-truncate {
4398
4454
  display: inline-block;
4399
4455
  max-width: 286px;
@@ -4617,10 +4673,11 @@ html:not(#__):not(#___) .cadmin .label[href]:hover, html:not(#__):not(#___) .cad
4617
4673
  text-decoration: underline;
4618
4674
  }
4619
4675
  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 {
4676
+ 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
4677
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4622
4678
  text-decoration: underline;
4623
4679
  }
4680
+
4624
4681
  html:not(#__):not(#___) .cadmin .label a,
4625
4682
  html:not(#__):not(#___) .cadmin .label .btn-unstyled {
4626
4683
  color: inherit;
@@ -4634,12 +4691,13 @@ html:not(#__):not(#___) .cadmin .label .btn-unstyled.hover {
4634
4691
  text-decoration: underline;
4635
4692
  }
4636
4693
  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,
4694
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label a, html:not(#__):not(#___) .c-prefers-focus .cadmin .label .btn-unstyled:focus,
4638
4695
  html:not(#__):not(#___) .cadmin .label .btn-unstyled.focus,
4639
4696
  html:not(#__):not(#___) .cadmin .label .btn-unstyled:focus-visible {
4640
4697
  color: inherit;
4641
4698
  text-decoration: underline;
4642
4699
  }
4700
+
4643
4701
  html:not(#__):not(#___) .cadmin .label .sticker {
4644
4702
  border-radius: 100px;
4645
4703
  height: 0.875em;
@@ -4687,7 +4745,7 @@ html:not(#__):not(#___) .cadmin .label-item .close:hover {
4687
4745
  opacity: 1;
4688
4746
  }
4689
4747
  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 {
4748
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-item .close:focus {
4691
4749
  opacity: 1;
4692
4750
  }
4693
4751
 
@@ -4760,9 +4818,10 @@ html:not(#__):not(#___) .cadmin [href].label-primary:hover, html:not(#__):not(#_
4760
4818
  color: #004ad7;
4761
4819
  }
4762
4820
  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 {
4821
+ 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
4822
  color: #004ad7;
4765
4823
  }
4824
+
4766
4825
  html:not(#__):not(#___) .cadmin .label-primary a:hover, html:not(#__):not(#___) .cadmin .label-primary a.hover,
4767
4826
  html:not(#__):not(#___) .cadmin .label-primary .btn-unstyled:hover,
4768
4827
  html:not(#__):not(#___) .cadmin .label-primary .btn-unstyled.hover {
@@ -4772,7 +4831,7 @@ html:not(#__):not(#___) .cadmin .label-primary .close:hover {
4772
4831
  color: #004ad7;
4773
4832
  }
4774
4833
  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 {
4834
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-primary .close:focus {
4776
4835
  color: #004ad7;
4777
4836
  }
4778
4837
 
@@ -4786,9 +4845,10 @@ html:not(#__):not(#___) .cadmin [href].label-secondary:hover, html:not(#__):not(
4786
4845
  color: #272833;
4787
4846
  }
4788
4847
  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 {
4848
+ 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
4849
  color: #272833;
4791
4850
  }
4851
+
4792
4852
  html:not(#__):not(#___) .cadmin .label-secondary a:hover, html:not(#__):not(#___) .cadmin .label-secondary a.hover,
4793
4853
  html:not(#__):not(#___) .cadmin .label-secondary .btn-unstyled:hover,
4794
4854
  html:not(#__):not(#___) .cadmin .label-secondary .btn-unstyled.hover {
@@ -4798,7 +4858,7 @@ html:not(#__):not(#___) .cadmin .label-secondary .close:hover {
4798
4858
  color: #272833;
4799
4859
  }
4800
4860
  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 {
4861
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-secondary .close:focus {
4802
4862
  color: #272833;
4803
4863
  }
4804
4864
 
@@ -4812,9 +4872,10 @@ html:not(#__):not(#___) .cadmin [href].label-success:hover, html:not(#__):not(#_
4812
4872
  color: #1c5629;
4813
4873
  }
4814
4874
  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 {
4875
+ 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
4876
  color: #1c5629;
4817
4877
  }
4878
+
4818
4879
  html:not(#__):not(#___) .cadmin .label-success a:hover, html:not(#__):not(#___) .cadmin .label-success a.hover,
4819
4880
  html:not(#__):not(#___) .cadmin .label-success .btn-unstyled:hover,
4820
4881
  html:not(#__):not(#___) .cadmin .label-success .btn-unstyled.hover {
@@ -4824,7 +4885,7 @@ html:not(#__):not(#___) .cadmin .label-success .close:hover {
4824
4885
  color: #1c5629;
4825
4886
  }
4826
4887
  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 {
4888
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-success .close:focus {
4828
4889
  color: #1c5629;
4829
4890
  }
4830
4891
 
@@ -4838,9 +4899,10 @@ html:not(#__):not(#___) .cadmin [href].label-info:hover, html:not(#__):not(#___)
4838
4899
  color: #234584;
4839
4900
  }
4840
4901
  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 {
4902
+ 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
4903
  color: #234584;
4843
4904
  }
4905
+
4844
4906
  html:not(#__):not(#___) .cadmin .label-info a:hover, html:not(#__):not(#___) .cadmin .label-info a.hover,
4845
4907
  html:not(#__):not(#___) .cadmin .label-info .btn-unstyled:hover,
4846
4908
  html:not(#__):not(#___) .cadmin .label-info .btn-unstyled.hover {
@@ -4850,7 +4912,7 @@ html:not(#__):not(#___) .cadmin .label-info .close:hover {
4850
4912
  color: #234584;
4851
4913
  }
4852
4914
  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 {
4915
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-info .close:focus {
4854
4916
  color: #234584;
4855
4917
  }
4856
4918
 
@@ -4864,9 +4926,10 @@ html:not(#__):not(#___) .cadmin [href].label-warning:hover, html:not(#__):not(#_
4864
4926
  color: #863a00;
4865
4927
  }
4866
4928
  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 {
4929
+ 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
4930
  color: #863a00;
4869
4931
  }
4932
+
4870
4933
  html:not(#__):not(#___) .cadmin .label-warning a:hover, html:not(#__):not(#___) .cadmin .label-warning a.hover,
4871
4934
  html:not(#__):not(#___) .cadmin .label-warning .btn-unstyled:hover,
4872
4935
  html:not(#__):not(#___) .cadmin .label-warning .btn-unstyled.hover {
@@ -4876,7 +4939,7 @@ html:not(#__):not(#___) .cadmin .label-warning .close:hover {
4876
4939
  color: #863a00;
4877
4940
  }
4878
4941
  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 {
4942
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-warning .close:focus {
4880
4943
  color: #863a00;
4881
4944
  }
4882
4945
 
@@ -4890,9 +4953,10 @@ html:not(#__):not(#___) .cadmin [href].label-danger:hover, html:not(#__):not(#__
4890
4953
  color: #ab1010;
4891
4954
  }
4892
4955
  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 {
4956
+ 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
4957
  color: #ab1010;
4895
4958
  }
4959
+
4896
4960
  html:not(#__):not(#___) .cadmin .label-danger a:hover, html:not(#__):not(#___) .cadmin .label-danger a.hover,
4897
4961
  html:not(#__):not(#___) .cadmin .label-danger .btn-unstyled:hover,
4898
4962
  html:not(#__):not(#___) .cadmin .label-danger .btn-unstyled.hover {
@@ -4902,7 +4966,7 @@ html:not(#__):not(#___) .cadmin .label-danger .close:hover {
4902
4966
  color: #ab1010;
4903
4967
  }
4904
4968
  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 {
4969
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-danger .close:focus {
4906
4970
  color: #ab1010;
4907
4971
  }
4908
4972
 
@@ -4916,9 +4980,10 @@ html:not(#__):not(#___) .cadmin [href].label-dark:hover, html:not(#__):not(#___)
4916
4980
  color: #393a4a;
4917
4981
  }
4918
4982
  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 {
4983
+ 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
4984
  color: #393a4a;
4921
4985
  }
4986
+
4922
4987
  html:not(#__):not(#___) .cadmin .label-dark a:hover, html:not(#__):not(#___) .cadmin .label-dark a.hover,
4923
4988
  html:not(#__):not(#___) .cadmin .label-dark .btn-unstyled:hover,
4924
4989
  html:not(#__):not(#___) .cadmin .label-dark .btn-unstyled.hover {
@@ -4928,7 +4993,7 @@ html:not(#__):not(#___) .cadmin .label-dark .close:hover {
4928
4993
  color: #393a4a;
4929
4994
  }
4930
4995
  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 {
4996
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-dark .close:focus {
4932
4997
  color: #393a4a;
4933
4998
  }
4934
4999
 
@@ -4942,9 +5007,10 @@ html:not(#__):not(#___) .cadmin [href].label-light:hover, html:not(#__):not(#___
4942
5007
  color: #d3d6e0;
4943
5008
  }
4944
5009
  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 {
5010
+ 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
5011
  color: #d3d6e0;
4947
5012
  }
5013
+
4948
5014
  html:not(#__):not(#___) .cadmin .label-light a:hover, html:not(#__):not(#___) .cadmin .label-light a.hover,
4949
5015
  html:not(#__):not(#___) .cadmin .label-light .btn-unstyled:hover,
4950
5016
  html:not(#__):not(#___) .cadmin .label-light .btn-unstyled.hover {
@@ -4954,7 +5020,7 @@ html:not(#__):not(#___) .cadmin .label-light .close:hover {
4954
5020
  color: #d3d6e0;
4955
5021
  }
4956
5022
  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 {
5023
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .label-light .close:focus {
4958
5024
  color: #d3d6e0;
4959
5025
  }
4960
5026
 
@@ -5936,9 +6002,10 @@ html:not(#__):not(#___) .cadmin .card-interactive:hover, html:not(#__):not(#___)
5936
6002
  text-decoration: none;
5937
6003
  }
5938
6004
  html:not(#__):not(#___) .cadmin .card-interactive.focus, html:not(#__):not(#___) .cadmin .card-interactive:focus-visible,
5939
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive {
6005
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive:focus {
5940
6006
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #719aff;
5941
6007
  }
6008
+
5942
6009
  html:not(#__):not(#___) .cadmin .card-interactive:active, html:not(#__):not(#___) .cadmin .card-interactive.active {
5943
6010
  background-color: #f1f2f5;
5944
6011
  }
@@ -5977,9 +6044,10 @@ html:not(#__):not(#___) .cadmin .card-interactive label {
5977
6044
  cursor: pointer;
5978
6045
  }
5979
6046
  html:not(#__):not(#___) .cadmin .card-interactive-primary.focus, html:not(#__):not(#___) .cadmin .card-interactive-primary:focus-visible,
5980
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-primary {
6047
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-primary:focus {
5981
6048
  background-color: #f7f8f9;
5982
6049
  }
6050
+
5983
6051
  html:not(#__):not(#___) .cadmin .card-interactive-primary:active, html:not(#__):not(#___) .cadmin .card-interactive-primary.active {
5984
6052
  background-color: #f1f2f5;
5985
6053
  }
@@ -6002,10 +6070,11 @@ html:not(#__):not(#___) .cadmin .card-interactive-secondary:hover, html:not(#__)
6002
6070
  color: #272833;
6003
6071
  }
6004
6072
  html:not(#__):not(#___) .cadmin .card-interactive-secondary.focus, html:not(#__):not(#___) .cadmin .card-interactive-secondary:focus-visible,
6005
- html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-secondary {
6073
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .card-interactive-secondary:focus {
6006
6074
  border-color: transparent;
6007
6075
  box-shadow: 0 0 0 2px #719aff;
6008
6076
  }
6077
+
6009
6078
  html:not(#__):not(#___) .cadmin .card-interactive-secondary:active, html:not(#__):not(#___) .cadmin .card-interactive-secondary.active {
6010
6079
  background-color: #fff;
6011
6080
  }
@@ -6227,13 +6296,15 @@ html:not(#__):not(#___) .cadmin .dropdown-item:hover, html:not(#__):not(#___) .c
6227
6296
  color: #272833;
6228
6297
  text-decoration: none;
6229
6298
  }
6230
- html:not(#__):not(#___) .cadmin .dropdown-item.focus, html:not(#__):not(#___) .cadmin .dropdown-item:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item:focus {
6299
+ html:not(#__):not(#___) .cadmin .dropdown-item.focus, html:not(#__):not(#___) .cadmin .dropdown-item:focus-visible,
6300
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item:focus {
6231
6301
  background-color: #f0f5ff;
6232
6302
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
6233
6303
  color: #272833;
6234
6304
  outline: 0;
6235
6305
  text-decoration: none;
6236
6306
  }
6307
+
6237
6308
  html:not(#__):not(#___) .cadmin .dropdown-item:active {
6238
6309
  background-color: #f0f5ff;
6239
6310
  color: #272833;
@@ -6265,7 +6336,9 @@ html:not(#__):not(#___) .cadmin .dropdown-item.active .custom-control-label {
6265
6336
  html:not(#__):not(#___) .cadmin .dropdown-item.active .c-kbd-inline {
6266
6337
  color: #272833;
6267
6338
  }
6268
- html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus, html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
6339
+ html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus-visible,
6340
+ 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,
6341
+ html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active, html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
6269
6342
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
6270
6343
  }
6271
6344
 
@@ -6297,6 +6370,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item .c-inner {
6297
6370
  width: auto;
6298
6371
  }
6299
6372
  html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row {
6373
+ align-items: center;
6300
6374
  padding-left: calc(16px - 4px);
6301
6375
  padding-right: calc(16px - 4px);
6302
6376
  }
@@ -6305,6 +6379,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item.autofit-row > .autofit-col {
6305
6379
  padding-right: 4px;
6306
6380
  }
6307
6381
  html:not(#__):not(#___) .cadmin .dropdown-item .autofit-row {
6382
+ align-items: center;
6308
6383
  margin-left: -4px;
6309
6384
  margin-right: -4px;
6310
6385
  width: auto;
@@ -6323,6 +6398,17 @@ html:not(#__):not(#___) .cadmin .dropdown-item .form-check-label {
6323
6398
  html:not(#__):not(#___) .cadmin .dropdown-item .custom-control-label {
6324
6399
  font-weight: 400;
6325
6400
  }
6401
+ html:not(#__):not(#___) .cadmin .dropdown-item .inline-item {
6402
+ line-height: 1;
6403
+ }
6404
+ html:not(#__):not(#___) .cadmin .dropdown-item .inline-item .lexicon-icon {
6405
+ font-size: 16px;
6406
+ margin-top: 0;
6407
+ }
6408
+ html:not(#__):not(#___) .cadmin .dropdown-item .label {
6409
+ margin-bottom: 0;
6410
+ margin-top: 5px;
6411
+ }
6326
6412
  html:not(#__):not(#___) .cadmin .dropdown-item .form-check {
6327
6413
  margin-bottom: 0;
6328
6414
  }
@@ -6466,10 +6552,6 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-it
6466
6552
  margin-top: -5px;
6467
6553
  width: auto;
6468
6554
  }
6469
- html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item.autofit-row {
6470
- padding-left: 24px;
6471
- padding-right: 8px;
6472
- }
6473
6555
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll {
6474
6556
  font-size: 16px;
6475
6557
  height: 32px;
@@ -6483,11 +6565,13 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-it
6483
6565
  background-image: none;
6484
6566
  color: #272833;
6485
6567
  }
6486
- html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll.focus, html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus {
6568
+ 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,
6569
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:focus {
6487
6570
  background-color: #f0f5ff;
6488
6571
  background-image: none;
6489
6572
  color: #272833;
6490
6573
  }
6574
+
6491
6575
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-item-scroll:active {
6492
6576
  background-color: #f0f5ff;
6493
6577
  background-image: none;
@@ -6546,11 +6630,12 @@ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .dropdown-di
6546
6630
  }
6547
6631
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-start .dropdown-item-indicator-start {
6548
6632
  left: 8px;
6549
- top: 8px;
6550
6633
  }
6551
6634
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu.dropdown-menu-indicator-end .dropdown-item-indicator-end {
6552
6635
  right: 8px;
6553
- top: 8px;
6636
+ }
6637
+ html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu .inline-scroller {
6638
+ max-height: 224px;
6554
6639
  }
6555
6640
  html:not(#__):not(#___) .cadmin .dropdown-menu-select.dropdown-menu-height-lg .inline-scroller {
6556
6641
  max-height: 432px;
@@ -6685,6 +6770,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start {
6685
6770
  width: 16px;
6686
6771
  }
6687
6772
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-start .lexicon-icon {
6773
+ font-size: 16px;
6688
6774
  margin-top: 0;
6689
6775
  }
6690
6776
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start {
@@ -6699,10 +6785,11 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:hover, html:
6699
6785
  text-decoration: inherit;
6700
6786
  }
6701
6787
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start.focus, html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start:focus-visible,
6702
- html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-start {
6788
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-start:focus {
6703
6789
  color: inherit;
6704
6790
  text-decoration: inherit;
6705
6791
  }
6792
+
6706
6793
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-start > .c-inner {
6707
6794
  margin-left: -28px;
6708
6795
  }
@@ -6740,6 +6827,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end {
6740
6827
  width: 16px;
6741
6828
  }
6742
6829
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-end .lexicon-icon {
6830
+ font-size: 16px;
6743
6831
  margin-top: 0;
6744
6832
  }
6745
6833
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end {
@@ -6754,10 +6842,11 @@ html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:hover, html:no
6754
6842
  text-decoration: inherit;
6755
6843
  }
6756
6844
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end.focus, html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end:focus-visible,
6757
- html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-end {
6845
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .dropdown-item-indicator-text-end:focus {
6758
6846
  color: inherit;
6759
6847
  text-decoration: inherit;
6760
6848
  }
6849
+
6761
6850
  html:not(#__):not(#___) .cadmin .dropdown-item-indicator-text-end > .c-inner {
6762
6851
  margin-right: -28px;
6763
6852
  }
@@ -7027,7 +7116,7 @@ html:not(#__):not(#___) .cadmin .form-control::placeholder {
7027
7116
  opacity: 1;
7028
7117
  }
7029
7118
  html:not(#__):not(#___) .cadmin .form-control.focus, html:not(#__):not(#___) .cadmin .form-control:focus-visible,
7030
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control {
7119
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control:focus {
7031
7120
  background-color: #f0f5ff;
7032
7121
  border-color: #80acff;
7033
7122
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -7230,7 +7319,7 @@ html:not(#__):not(#___) .cadmin .form-control-inset {
7230
7319
  width: 50px;
7231
7320
  }
7232
7321
  html:not(#__):not(#___) .cadmin .form-control-inset.focus, html:not(#__):not(#___) .cadmin .form-control-inset:focus-visible,
7233
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-inset {
7322
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-inset:focus {
7234
7323
  outline: 0;
7235
7324
  }
7236
7325
  html:not(#__):not(#___) .cadmin .form-control-inset:disabled, html:not(#__):not(#___) .cadmin .form-control-inset.disabled {
@@ -7255,7 +7344,7 @@ html:not(#__):not(#___) .cadmin select.form-control {
7255
7344
  color: #272833;
7256
7345
  }
7257
7346
  html:not(#__):not(#___) .cadmin select.form-control.focus, html:not(#__):not(#___) .cadmin select.form-control:focus-visible,
7258
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control {
7347
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control:focus {
7259
7348
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%236b6c7e'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%236b6c7e'/%3E%3C/svg%3E");
7260
7349
  }
7261
7350
  html:not(#__):not(#___) .cadmin select.form-control:disabled, html:not(#__):not(#___) .cadmin select.form-control.disabled {
@@ -7305,11 +7394,11 @@ html:not(#__):not(#___) .cadmin select.form-control[size] {
7305
7394
  color: #272833;
7306
7395
  }
7307
7396
  html:not(#__):not(#___) .cadmin select.form-control[size].focus, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible,
7308
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] {
7397
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus {
7309
7398
  background-image: none;
7310
7399
  }
7311
7400
  html:not(#__):not(#___) .cadmin select.form-control[size].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible > option:checked,
7312
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] > option:checked {
7401
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus > option:checked {
7313
7402
  background-image: linear-gradient(#ffa700, #ffa700);
7314
7403
  filter: invert(100%);
7315
7404
  }
@@ -7325,7 +7414,7 @@ html:not(#__):not(#___) .cadmin select.form-control[size] option:checked {
7325
7414
  }
7326
7415
  @-moz-document url-prefix() {
7327
7416
  html:not(#__):not(#___) .cadmin select.form-control[size].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[size]:focus-visible > option:checked,
7328
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size] > option:checked {
7417
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[size]:focus > option:checked {
7329
7418
  background-image: linear-gradient(#004ad7, #004ad7);
7330
7419
  filter: invert(0);
7331
7420
  }
@@ -7343,11 +7432,11 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] {
7343
7432
  color: #272833;
7344
7433
  }
7345
7434
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible,
7346
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] {
7435
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus {
7347
7436
  background-image: none;
7348
7437
  }
7349
7438
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible > option:checked,
7350
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] > option:checked {
7439
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus > option:checked {
7351
7440
  background-image: linear-gradient(#ffa700, #ffa700);
7352
7441
  filter: invert(100%);
7353
7442
  }
@@ -7363,7 +7452,7 @@ html:not(#__):not(#___) .cadmin select.form-control[multiple] option:checked {
7363
7452
  }
7364
7453
  @-moz-document url-prefix() {
7365
7454
  html:not(#__):not(#___) .cadmin select.form-control[multiple].focus > option:checked, html:not(#__):not(#___) .cadmin select.form-control[multiple]:focus-visible > option:checked,
7366
- html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple] > option:checked {
7455
+ html:not(#__):not(#___) .c-prefers-focus .cadmin select.form-control[multiple]:focus > option:checked {
7367
7456
  background-image: linear-gradient(#004ad7, #004ad7);
7368
7457
  filter: invert(0);
7369
7458
  }
@@ -7380,7 +7469,7 @@ html:not(#__):not(#___) .cadmin .form-control-select-secondary:hover, html:not(#
7380
7469
  color: #6b6c7e;
7381
7470
  }
7382
7471
  html:not(#__):not(#___) .cadmin .form-control-select-secondary.focus, html:not(#__):not(#___) .cadmin .form-control-select-secondary:focus-visible,
7383
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-select-secondary {
7472
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-select-secondary:focus {
7384
7473
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23272833'/%3E%3C/svg%3E");
7385
7474
  color: #272833;
7386
7475
  }
@@ -7494,7 +7583,7 @@ html:not(#__):not(#___) .cadmin .form-control[readonly] {
7494
7583
  opacity: 1;
7495
7584
  }
7496
7585
  html:not(#__):not(#___) .cadmin .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .form-control[readonly]:focus-visible,
7497
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control[readonly] {
7586
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control[readonly]:focus {
7498
7587
  border-color: #80acff;
7499
7588
  box-shadow: none;
7500
7589
  }
@@ -7513,7 +7602,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .form-control-plaintex
7513
7602
  }
7514
7603
 
7515
7604
  html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly].focus, html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly]:focus-visible,
7516
- html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-plaintext[readonly] {
7605
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control-plaintext[readonly]:focus {
7517
7606
  border-color: #80acff;
7518
7607
  box-shadow: none;
7519
7608
  }
@@ -7718,11 +7807,12 @@ html:not(#__):not(#___) .cadmin .c-link:hover, html:not(#__):not(#___) .cadmin .
7718
7807
  text-decoration: none;
7719
7808
  }
7720
7809
  html:not(#__):not(#___) .cadmin .c-link.focus, html:not(#__):not(#___) .cadmin .c-link:focus-visible,
7721
- html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link {
7810
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link:focus {
7722
7811
  border-radius: 1px;
7723
7812
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7724
7813
  outline: 0;
7725
7814
  }
7815
+
7726
7816
  html:not(#__):not(#___) .cadmin .c-link.text-secondary {
7727
7817
  color: #272833 !important;
7728
7818
  }
@@ -7730,9 +7820,10 @@ html:not(#__):not(#___) .cadmin .c-link.text-secondary:hover, html:not(#__):not(
7730
7820
  color: #000 !important;
7731
7821
  }
7732
7822
  html:not(#__):not(#___) .cadmin .c-link.text-secondary.focus, html:not(#__):not(#___) .cadmin .c-link.text-secondary:focus-visible,
7733
- html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link.text-secondary {
7823
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link.text-secondary:focus {
7734
7824
  color: #000 !important;
7735
7825
  }
7826
+
7736
7827
  html:not(#__):not(#___) .cadmin .c-link.text-tertiary {
7737
7828
  color: #272833 !important;
7738
7829
  }
@@ -7757,11 +7848,12 @@ html:not(#__):not(#___) .cadmin .component-link:hover, html:not(#__):not(#___) .
7757
7848
  color: #484955;
7758
7849
  }
7759
7850
  html:not(#__):not(#___) .cadmin .component-link.focus, html:not(#__):not(#___) .cadmin .component-link:focus-visible,
7760
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link {
7851
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link:focus {
7761
7852
  color: #484955;
7762
7853
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7763
7854
  outline: 0;
7764
7855
  }
7856
+
7765
7857
  html:not(#__):not(#___) .cadmin .single-link {
7766
7858
  font-weight: 600;
7767
7859
  }
@@ -7783,11 +7875,12 @@ html:not(#__):not(#___) .cadmin .link-primary:hover, html:not(#__):not(#___) .ca
7783
7875
  color: #0041be;
7784
7876
  }
7785
7877
  html:not(#__):not(#___) .cadmin .link-primary.focus, html:not(#__):not(#___) .cadmin .link-primary:focus-visible,
7786
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary {
7878
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary:focus {
7787
7879
  color: #0041be;
7788
7880
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7789
7881
  outline: 0;
7790
7882
  }
7883
+
7791
7884
  html:not(#__):not(#___) .cadmin .link-secondary {
7792
7885
  border-radius: 1px;
7793
7886
  color: #6b6c7e;
@@ -7806,11 +7899,12 @@ html:not(#__):not(#___) .cadmin .link-secondary:hover, html:not(#__):not(#___) .
7806
7899
  color: #272833;
7807
7900
  }
7808
7901
  html:not(#__):not(#___) .cadmin .link-secondary.focus, html:not(#__):not(#___) .cadmin .link-secondary:focus-visible,
7809
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary {
7902
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary:focus {
7810
7903
  color: #272833;
7811
7904
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7812
7905
  outline: 0;
7813
7906
  }
7907
+
7814
7908
  html:not(#__):not(#___) .cadmin button.link-outline {
7815
7909
  cursor: pointer;
7816
7910
  }
@@ -7846,10 +7940,11 @@ html:not(#__):not(#___) .cadmin .link-outline:hover, html:not(#__):not(#___) .ca
7846
7940
  text-decoration: none;
7847
7941
  }
7848
7942
  html:not(#__):not(#___) .cadmin .link-outline.focus, html:not(#__):not(#___) .cadmin .link-outline:focus-visible,
7849
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline {
7943
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline:focus {
7850
7944
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7851
7945
  outline: 0;
7852
7946
  }
7947
+
7853
7948
  html:not(#__):not(#___) .cadmin .link-outline:disabled, html:not(#__):not(#___) .cadmin .link-outline.disabled {
7854
7949
  box-shadow: none;
7855
7950
  }
@@ -7874,10 +7969,11 @@ html:not(#__):not(#___) .cadmin .link-outline-primary:hover, html:not(#__):not(#
7874
7969
  color: #0b5fff;
7875
7970
  }
7876
7971
  html:not(#__):not(#___) .cadmin .link-outline-primary.focus, html:not(#__):not(#___) .cadmin .link-outline-primary:focus-visible,
7877
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-primary {
7972
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-primary:focus {
7878
7973
  background-color: #f0f5ff;
7879
7974
  color: #0b5fff;
7880
7975
  }
7976
+
7881
7977
  html:not(#__):not(#___) .cadmin .link-outline-primary:active {
7882
7978
  background-color: #e6edf8;
7883
7979
  color: #0b5fff;
@@ -7905,10 +8001,11 @@ html:not(#__):not(#___) .cadmin .link-outline-secondary:hover, html:not(#__):not
7905
8001
  color: #272833;
7906
8002
  }
7907
8003
  html:not(#__):not(#___) .cadmin .link-outline-secondary.focus, html:not(#__):not(#___) .cadmin .link-outline-secondary:focus-visible,
7908
- html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-secondary {
8004
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline-secondary:focus {
7909
8005
  background-color: rgba(39, 40, 51, 0.03);
7910
8006
  color: #272833;
7911
8007
  }
8008
+
7912
8009
  html:not(#__):not(#___) .cadmin .link-outline-secondary:active {
7913
8010
  background-color: rgba(39, 40, 51, 0.06);
7914
8011
  color: #272833;
@@ -7982,13 +8079,14 @@ html:not(#__):not(#___) .cadmin .component-title a[href].hover {
7982
8079
  color: #060608;
7983
8080
  }
7984
8081
  html:not(#__):not(#___) .cadmin .component-title[href].focus, html:not(#__):not(#___) .cadmin .component-title[href]:focus-visible,
7985
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title a[href],
8082
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title a[href]:focus,
7986
8083
  html:not(#__):not(#___) .cadmin .component-title a[href].focus,
7987
8084
  html:not(#__):not(#___) .cadmin .component-title a[href]:focus-visible {
7988
8085
  color: #060608;
7989
8086
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7990
8087
  outline: 0;
7991
8088
  }
8089
+
7992
8090
  html:not(#__):not(#___) .cadmin .component-subtitle {
7993
8091
  color: #6b6c7e;
7994
8092
  font-weight: 600;
@@ -8017,13 +8115,14 @@ html:not(#__):not(#___) .cadmin .component-subtitle a[href].hover {
8017
8115
  color: #272833;
8018
8116
  }
8019
8117
  html:not(#__):not(#___) .cadmin .component-subtitle[href].focus, html:not(#__):not(#___) .cadmin .component-subtitle[href]:focus-visible,
8020
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle a[href],
8118
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle a[href]:focus,
8021
8119
  html:not(#__):not(#___) .cadmin .component-subtitle a[href].focus,
8022
8120
  html:not(#__):not(#___) .cadmin .component-subtitle a[href]:focus-visible {
8023
8121
  color: #272833;
8024
8122
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8025
8123
  outline: 0;
8026
8124
  }
8125
+
8027
8126
  html:not(#__):not(#___) .cadmin .component-action {
8028
8127
  align-items: center;
8029
8128
  background-color: transparent;
@@ -8055,12 +8154,13 @@ html:not(#__):not(#___) .cadmin .component-action:hover, html:not(#__):not(#___)
8055
8154
  color: #272833;
8056
8155
  }
8057
8156
  html:not(#__):not(#___) .cadmin .component-action.focus, html:not(#__):not(#___) .cadmin .component-action:focus-visible,
8058
- html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action {
8157
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action:focus {
8059
8158
  background-color: rgba(39, 40, 51, 0.03);
8060
8159
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8061
8160
  color: #272833;
8062
8161
  outline: 0;
8063
8162
  }
8163
+
8064
8164
  html:not(#__):not(#___) .cadmin .component-action:active {
8065
8165
  background-color: rgba(39, 40, 51, 0.06);
8066
8166
  color: #272833;
@@ -8316,28 +8416,28 @@ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover::-we
8316
8416
  background-color: #f0f5ff;
8317
8417
  }
8318
8418
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible,
8319
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input {
8419
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus {
8320
8420
  outline: 0;
8321
8421
  }
8322
8422
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb,
8323
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range-progress .clay-range-thumb {
8423
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb {
8324
8424
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8325
8425
  }
8326
8426
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8327
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range-progress .tooltip {
8427
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8328
8428
  visibility: visible;
8329
8429
  opacity: 1;
8330
8430
  }
8331
8431
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-moz-range-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-moz-range-thumb,
8332
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-moz-range-thumb {
8432
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus::-moz-range-thumb {
8333
8433
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8334
8434
  }
8335
8435
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-ms-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-ms-thumb,
8336
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-ms-thumb {
8436
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus::-ms-thumb {
8337
8437
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8338
8438
  }
8339
8439
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-webkit-slider-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb,
8340
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-webkit-slider-thumb {
8440
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input .form-control-range:focus::-webkit-slider-thumb {
8341
8441
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8342
8442
  }
8343
8443
 
@@ -8403,7 +8503,7 @@ html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset {
8403
8503
  width: 100%;
8404
8504
  }
8405
8505
  html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset.focus, html:not(#__):not(#___) .cadmin .clay-reorder .form-control-inset:focus-visible,
8406
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-reorder .form-control-inset {
8506
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-reorder .form-control-inset:focus {
8407
8507
  background-color: transparent;
8408
8508
  box-shadow: none;
8409
8509
  }
@@ -8464,7 +8564,7 @@ html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close:hover {
8464
8564
  background-color: rgba(39, 40, 51, 0.03);
8465
8565
  }
8466
8566
  html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close.focus, html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu .close:focus-visible,
8467
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-dropdown-menu .close {
8567
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-dropdown-menu .close:focus {
8468
8568
  background-color: rgba(39, 40, 51, 0.03);
8469
8569
  }
8470
8570
 
@@ -8546,14 +8646,11 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .clay-color-pointer {
8546
8646
  }
8547
8647
 
8548
8648
  html:not(#__):not(#___) .cadmin .clay-color-pointer.focus, html:not(#__):not(#___) .cadmin .clay-color-pointer:focus-visible,
8549
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer {
8649
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer:focus {
8550
8650
  box-shadow: 0 0 0 2px #5791ff;
8551
8651
  outline: 0;
8552
8652
  }
8553
- html:not(#__):not(#___) .cadmin .clay-color-pointer:active:focus-visible,
8554
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer {
8555
- box-shadow: 0 0 0 2px #5791ff;
8556
- }
8653
+
8557
8654
  html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
8558
8655
  margin-bottom: 0;
8559
8656
  margin-left: 0;
@@ -8746,24 +8843,24 @@ html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-contr
8746
8843
  opacity: 1;
8747
8844
  }
8748
8845
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb,
8749
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input ~ .clay-range-progress .clay-range-thumb {
8846
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb {
8750
8847
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8751
8848
  }
8752
8849
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8753
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input ~ .clay-range-progress .tooltip {
8850
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8754
8851
  visibility: visible;
8755
8852
  opacity: 1;
8756
8853
  }
8757
8854
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus::-moz-range-thumb, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible::-moz-range-thumb,
8758
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input::-moz-range-thumb {
8855
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus::-moz-range-thumb {
8759
8856
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8760
8857
  }
8761
8858
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus::-ms-thumb, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible::-ms-thumb,
8762
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input::-ms-thumb {
8859
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus::-ms-thumb {
8763
8860
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8764
8861
  }
8765
8862
  html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range.focus::-webkit-slider-thumb, html:not(#__):not(#___) .cadmin .clay-color-slider .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb,
8766
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input::-webkit-slider-thumb {
8863
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider .clay-range-input .form-control-range:focus::-webkit-slider-thumb {
8767
8864
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8768
8865
  }
8769
8866
 
@@ -8808,7 +8905,7 @@ html:not(#__):not(#___) .cadmin .clay-color-slider-hue .clay-range-input .form-c
8808
8905
  opacity: 1;
8809
8906
  }
8810
8907
  html:not(#__):not(#___) .cadmin .clay-color-slider-hue .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-color-slider-hue .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8811
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider-hue .clay-range-input ~ .clay-range-progress .tooltip {
8908
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider-hue .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8812
8909
  visibility: visible;
8813
8910
  opacity: 1;
8814
8911
  }
@@ -8860,7 +8957,7 @@ html:not(#__):not(#___) .cadmin .clay-color-slider-alpha .clay-range-input .form
8860
8957
  opacity: 1;
8861
8958
  }
8862
8959
  html:not(#__):not(#___) .cadmin .clay-color-slider-alpha .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-color-slider-alpha .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8863
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider-alpha .clay-range-input ~ .clay-range-progress .tooltip {
8960
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-slider-alpha .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
8864
8961
  visibility: visible;
8865
8962
  opacity: 1;
8866
8963
  }
@@ -9041,10 +9138,11 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
9041
9138
  z-index: 1;
9042
9139
  }
9043
9140
  html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::before,
9044
- html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input ~ .custom-control-label::before {
9141
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input:focus ~ .custom-control-label::before {
9045
9142
  border-color: #6b6c7e;
9046
9143
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9047
9144
  }
9145
+
9048
9146
  html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
9049
9147
  background-color: #fff;
9050
9148
  border-color: #6b6c7e;
@@ -9062,11 +9160,6 @@ html:not(#__):not(#___) .cadmin .custom-control-input[disabled] ~ .custom-contro
9062
9160
  border-color: #e7e7ed;
9063
9161
  box-shadow: none;
9064
9162
  }
9065
- html:not(#__):not(#___) .cadmin .custom-control-input:checked ~ .custom-control-label::before {
9066
- background-color: #0b5fff;
9067
- border-color: #0b5fff;
9068
- color: #fff;
9069
- }
9070
9163
  html:not(#__):not(#___) .cadmin .custom-control-input[readonly] ~ .custom-control-label {
9071
9164
  color: #272833;
9072
9165
  }
@@ -9097,10 +9190,6 @@ html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked ~
9097
9190
  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'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%23fff'/%3E%3C/svg%3E");
9098
9191
  background-size: 100%;
9099
9192
  }
9100
- html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
9101
- 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'%20d='M220.9%20377.2c-8%200-15.8-3.2-21.5-8.9l-91-91c-28.1-28.1%2014.8-71%2042.9-42.9l68.2%2068.2%20139.8-157.2c26.4-30%2072%2010.1%2045.6%2040.1L243.7%20366.9c-5.5%206.3-13.4%2010-21.8%2010.3h-1z'%20fill='%23fff'/%3E%3C/svg%3E");
9102
- background-size: 100%;
9103
- }
9104
9193
  html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked[disabled] ~ .custom-control-label::before, html:not(#__):not(#___) .cadmin .custom-checkbox .custom-control-input:checked:disabled ~ .custom-control-label::before {
9105
9194
  background-color: #b3cdff;
9106
9195
  }
@@ -9152,10 +9241,6 @@ html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked ~ .c
9152
9241
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Ccircle%20class='lexicon-icon-outline'%20cx='256'%20cy='256'%20r='256'%20fill='%23fff'/%3E%3C/svg%3E");
9153
9242
  background-size: 50%;
9154
9243
  }
9155
- html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
9156
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Ccircle%20class='lexicon-icon-outline'%20cx='256'%20cy='256'%20r='256'%20fill='%23fff'/%3E%3C/svg%3E");
9157
- background-size: 50%;
9158
- }
9159
9244
  html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked[disabled] ~ .custom-control-label::before, html:not(#__):not(#___) .cadmin .custom-radio .custom-control-input:checked:disabled ~ .custom-control-label::before {
9160
9245
  background-color: #b3cdff;
9161
9246
  border-color: #b3cdff;
@@ -9190,13 +9275,10 @@ html:not(#__):not(#___) .cadmin .clay-time .btn {
9190
9275
  width: 24px;
9191
9276
  }
9192
9277
  html:not(#__):not(#___) .cadmin .clay-time .btn.focus, html:not(#__):not(#___) .cadmin .clay-time .btn:focus-visible,
9193
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn {
9194
- box-shadow: 0 0 0 1px #5791ff;
9195
- }
9196
- html:not(#__):not(#___) .cadmin .clay-time .btn:active:focus-visible,
9197
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn {
9278
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn:focus {
9198
9279
  box-shadow: 0 0 0 1px #5791ff;
9199
9280
  }
9281
+
9200
9282
  html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
9201
9283
  margin-bottom: 0;
9202
9284
  margin-left: 0;
@@ -9224,7 +9306,7 @@ html:not(#__):not(#___) .cadmin .clay-time .form-control-inset::-moz-selection,
9224
9306
  background-color: transparent;
9225
9307
  }
9226
9308
  html:not(#__):not(#___) .cadmin .clay-time .form-control-inset.focus, html:not(#__):not(#___) .cadmin .clay-time .form-control-inset:focus-visible,
9227
- html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .form-control-inset {
9309
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .form-control-inset:focus {
9228
9310
  background-color: #b3d8fd;
9229
9311
  }
9230
9312
  html:not(#__):not(#___) .cadmin .clay-time .input-group-text {
@@ -9350,18 +9432,15 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:hover {
9350
9432
  color: #272833;
9351
9433
  }
9352
9434
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.focus, html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:focus-visible,
9353
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn {
9435
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn:focus {
9354
9436
  background-color: #f1f2f5;
9355
9437
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9356
9438
  color: #272833;
9357
9439
  }
9440
+
9358
9441
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
9359
9442
  background-color: #f1f2f5;
9360
9443
  }
9361
- html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus-visible,
9362
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn {
9363
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9364
- }
9365
9444
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
9366
9445
  background-color: #f1f2f5;
9367
9446
  }
@@ -9411,7 +9490,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:hover, html
9411
9490
  color: #272833;
9412
9491
  }
9413
9492
  html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control.focus, html:not(#__):not(#___) .cadmin .date-picker-nav select.form-control:focus-visible,
9414
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav select.form-control {
9493
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav select.form-control:focus {
9415
9494
  background-color: #f1f2f5;
9416
9495
  color: #272833;
9417
9496
  }
@@ -9442,7 +9521,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:hover, htm
9442
9521
  color: #272833;
9443
9522
  }
9444
9523
  html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select.focus, html:not(#__):not(#___) .cadmin .date-picker-nav .form-control-select:focus-visible,
9445
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .form-control-select {
9524
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .form-control-select:focus {
9446
9525
  background-color: #f1f2f5;
9447
9526
  color: #272833;
9448
9527
  }
@@ -9620,20 +9699,17 @@ html:not(#__):not(#___) .cadmin .date-picker-date:hover {
9620
9699
  color: #272833;
9621
9700
  }
9622
9701
  html:not(#__):not(#___) .cadmin .date-picker-date.focus, html:not(#__):not(#___) .cadmin .date-picker-date:focus-visible,
9623
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date {
9702
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date:focus {
9624
9703
  background-color: #f1f2f5;
9625
9704
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9626
9705
  color: #272833;
9627
9706
  outline: 0;
9628
9707
  }
9708
+
9629
9709
  html:not(#__):not(#___) .cadmin .date-picker-date:active {
9630
9710
  background-color: #0b5fff;
9631
9711
  color: #fff;
9632
9712
  }
9633
- html:not(#__):not(#___) .cadmin .date-picker-date:active:focus-visible,
9634
- html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date {
9635
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9636
- }
9637
9713
  html:not(#__):not(#___) .cadmin .date-picker-date.active {
9638
9714
  background-color: #0b5fff;
9639
9715
  color: #fff;
@@ -9751,7 +9827,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control {
9751
9827
  color: #272833;
9752
9828
  }
9753
9829
  html:not(#__):not(#___) .cadmin .has-error .form-control.focus, html:not(#__):not(#___) .cadmin .has-error .form-control:focus-visible,
9754
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control {
9830
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control:focus {
9755
9831
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9756
9832
  }
9757
9833
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
@@ -9759,7 +9835,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
9759
9835
  border-color: #e7e7ed;
9760
9836
  }
9761
9837
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-error .form-control[readonly]:focus-visible,
9762
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control[readonly] {
9838
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control[readonly]:focus {
9763
9839
  border-color: #80acff;
9764
9840
  }
9765
9841
  html:not(#__):not(#___) .cadmin .has-error .form-feedback-item {
@@ -9811,7 +9887,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control {
9811
9887
  color: #272833;
9812
9888
  }
9813
9889
  html:not(#__):not(#___) .cadmin .has-warning .form-control.focus, html:not(#__):not(#___) .cadmin .has-warning .form-control:focus-visible,
9814
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control {
9890
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control:focus {
9815
9891
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9816
9892
  }
9817
9893
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
@@ -9819,7 +9895,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
9819
9895
  border-color: #e7e7ed;
9820
9896
  }
9821
9897
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly]:focus-visible,
9822
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control[readonly] {
9898
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control[readonly]:focus {
9823
9899
  border-color: #80acff;
9824
9900
  }
9825
9901
  html:not(#__):not(#___) .cadmin .has-warning .form-feedback-item {
@@ -9871,7 +9947,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control {
9871
9947
  color: #272833;
9872
9948
  }
9873
9949
  html:not(#__):not(#___) .cadmin .has-success .form-control.focus, html:not(#__):not(#___) .cadmin .has-success .form-control:focus-visible,
9874
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control {
9950
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control:focus {
9875
9951
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9876
9952
  }
9877
9953
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
@@ -9879,7 +9955,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
9879
9955
  border-color: #e7e7ed;
9880
9956
  }
9881
9957
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly].focus, html:not(#__):not(#___) .cadmin .has-success .form-control[readonly]:focus-visible,
9882
- html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control[readonly] {
9958
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control[readonly]:focus {
9883
9959
  border-color: #80acff;
9884
9960
  }
9885
9961
  html:not(#__):not(#___) .cadmin .has-success .form-feedback-item {
@@ -10276,11 +10352,11 @@ html:not(#__):not(#___) .cadmin .input-group-inset {
10276
10352
  width: 1%;
10277
10353
  }
10278
10354
  html:not(#__):not(#___) .cadmin .input-group-inset.focus, html:not(#__):not(#___) .cadmin .input-group-inset:focus-visible,
10279
- html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset {
10355
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset:focus {
10280
10356
  box-shadow: none;
10281
10357
  }
10282
10358
  html:not(#__):not(#___) .cadmin .input-group-inset.focus ~ .input-group-inset-item, html:not(#__):not(#___) .cadmin .input-group-inset:focus-visible ~ .input-group-inset-item,
10283
- html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset ~ .input-group-inset-item {
10359
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset:focus ~ .input-group-inset-item {
10284
10360
  background-color: #f0f5ff;
10285
10361
  border-color: #80acff;
10286
10362
  }
@@ -10297,7 +10373,7 @@ html:not(#__):not(#___) .cadmin .input-group-inset[readonly] ~ .input-group-inse
10297
10373
  border-color: #e7e7ed;
10298
10374
  }
10299
10375
  html:not(#__):not(#___) .cadmin .input-group-inset[readonly].focus ~ .input-group-inset-item, html:not(#__):not(#___) .cadmin .input-group-inset[readonly]:focus-visible ~ .input-group-inset-item,
10300
- html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset[readonly] ~ .input-group-inset-item {
10376
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .input-group-inset[readonly]:focus ~ .input-group-inset-item {
10301
10377
  border-color: #80acff;
10302
10378
  }
10303
10379
 
@@ -10554,12 +10630,13 @@ html:not(#__):not(#___) .cadmin .list-group-title a[href].hover {
10554
10630
  color: #272833;
10555
10631
  }
10556
10632
  html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not(#___) .cadmin .list-group-title[href]:focus-visible,
10557
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title a[href],
10633
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title a[href]:focus,
10558
10634
  html:not(#__):not(#___) .cadmin .list-group-title a[href].focus,
10559
10635
  html:not(#__):not(#___) .cadmin .list-group-title a[href]:focus-visible {
10560
10636
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10561
10637
  outline: 0;
10562
10638
  }
10639
+
10563
10640
  html:not(#__):not(#___) .cadmin .list-group-subtitle {
10564
10641
  color: #6b6c7e;
10565
10642
  margin-bottom: 0;
@@ -10588,12 +10665,13 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].hover {
10588
10665
  color: #272833;
10589
10666
  }
10590
10667
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus-visible,
10591
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle a[href],
10668
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle a[href]:focus,
10592
10669
  html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].focus,
10593
10670
  html:not(#__):not(#___) .cadmin .list-group-subtitle a[href]:focus-visible {
10594
10671
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10595
10672
  outline: 0;
10596
10673
  }
10674
+
10597
10675
  html:not(#__):not(#___) .cadmin .list-group-text {
10598
10676
  color: #6b6c7e;
10599
10677
  margin-bottom: 0;
@@ -10622,12 +10700,13 @@ html:not(#__):not(#___) .cadmin .list-group-text a[href].hover {
10622
10700
  color: #272833;
10623
10701
  }
10624
10702
  html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(#___) .cadmin .list-group-text[href]:focus-visible,
10625
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text a[href],
10703
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text a[href]:focus,
10626
10704
  html:not(#__):not(#___) .cadmin .list-group-text a[href].focus,
10627
10705
  html:not(#__):not(#___) .cadmin .list-group-text a[href]:focus-visible {
10628
10706
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10629
10707
  outline: 0;
10630
10708
  }
10709
+
10631
10710
  html:not(#__):not(#___) .cadmin .list-group-subtext {
10632
10711
  color: #6b6c7e;
10633
10712
  margin-bottom: 0;
@@ -10657,12 +10736,13 @@ html:not(#__):not(#___) .cadmin .list-group-subtext a[href].hover {
10657
10736
  color: #272833;
10658
10737
  }
10659
10738
  html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus-visible,
10660
- html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext a[href],
10739
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext a[href]:focus,
10661
10740
  html:not(#__):not(#___) .cadmin .list-group-subtext a[href].focus,
10662
10741
  html:not(#__):not(#___) .cadmin .list-group-subtext a[href]:focus-visible {
10663
10742
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10664
10743
  outline: 0;
10665
10744
  }
10745
+
10666
10746
  html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
10667
10747
  background-color: #f0f5ff;
10668
10748
  }
@@ -11595,7 +11675,8 @@ html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon {
11595
11675
  cursor: not-allowed;
11596
11676
  opacity: 1;
11597
11677
  }
11598
- html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-icon:focus-visible {
11678
+ 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,
11679
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .multi-step-item.disabled .multi-step-icon:focus {
11599
11680
  box-shadow: none;
11600
11681
  }
11601
11682
 
@@ -11686,10 +11767,9 @@ html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
11686
11767
  color: #6b6c7e;
11687
11768
  text-decoration: none;
11688
11769
  }
11689
- html:not(#__):not(#___) .cadmin .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-icon:focus-visible {
11690
- background-color: #f1f2f5;
11770
+ html:not(#__):not(#___) .cadmin .multi-step-icon.focus, html:not(#__):not(#___) .cadmin .multi-step-icon:focus-visible,
11771
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .multi-step-icon:focus {
11691
11772
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11692
- color: #6b6c7e;
11693
11773
  outline: 0;
11694
11774
  text-decoration: none;
11695
11775
  }
@@ -11832,10 +11912,11 @@ html:not(#__):not(#___) .cadmin .nav-link:hover, html:not(#__):not(#___) .cadmin
11832
11912
  text-decoration: none;
11833
11913
  }
11834
11914
  html:not(#__):not(#___) .cadmin .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-link:focus-visible,
11835
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link {
11915
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link:focus {
11836
11916
  text-decoration: none;
11837
11917
  z-index: 1;
11838
11918
  }
11919
+
11839
11920
  html:not(#__):not(#___) .cadmin .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-link.disabled {
11840
11921
  color: #a7a9bc;
11841
11922
  box-shadow: none;
@@ -11854,13 +11935,10 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled {
11854
11935
  width: 100%;
11855
11936
  }
11856
11937
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:focus-visible,
11857
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled {
11858
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11859
- }
11860
- html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:active:focus-visible,
11861
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled {
11938
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled:focus {
11862
11939
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11863
11940
  }
11941
+
11864
11942
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
11865
11943
  opacity: 1;
11866
11944
  }
@@ -11881,9 +11959,10 @@ html:not(#__):not(#___) .cadmin .nav-btn {
11881
11959
  width: auto;
11882
11960
  }
11883
11961
  html:not(#__):not(#___) .cadmin .nav-btn.focus, html:not(#__):not(#___) .cadmin .nav-btn:focus-visible,
11884
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-btn {
11962
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-btn:focus {
11885
11963
  z-index: 1;
11886
11964
  }
11965
+
11887
11966
  html:not(#__):not(#___) .cadmin .nav-btn:disabled, html:not(#__):not(#___) .cadmin .nav-btn.disabled {
11888
11967
  opacity: 1;
11889
11968
  }
@@ -12241,11 +12320,12 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:hover, html:not(#__):not(#__
12241
12320
  border-color: transparent;
12242
12321
  }
12243
12322
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus-visible,
12244
- html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link {
12323
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link:focus {
12245
12324
  border-color: transparent;
12246
12325
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
12247
12326
  outline: 0;
12248
12327
  }
12328
+
12249
12329
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
12250
12330
  background-color: #fff;
12251
12331
  border-color: #cdced9 #cdced9 #fff;
@@ -12355,13 +12435,13 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:hover::before, html:n
12355
12435
  width: 2px;
12356
12436
  }
12357
12437
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:focus-visible,
12358
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link {
12438
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link:focus {
12359
12439
  box-shadow: none;
12360
12440
  color: #272833;
12361
12441
  outline: 0;
12362
12442
  }
12363
12443
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:focus-visible::after,
12364
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::after {
12444
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link:focus::after {
12365
12445
  bottom: 0;
12366
12446
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12367
12447
  content: "";
@@ -12372,6 +12452,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::aft
12372
12452
  right: 0;
12373
12453
  top: 0;
12374
12454
  }
12455
+
12375
12456
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:active {
12376
12457
  color: #272833;
12377
12458
  }
@@ -12385,7 +12466,7 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active::before {
12385
12466
  width: 6px;
12386
12467
  }
12387
12468
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.active:focus-visible::before,
12388
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::before {
12469
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link.active:focus::before {
12389
12470
  display: none;
12390
12471
  }
12391
12472
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.disabled {
@@ -12413,9 +12494,10 @@ html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:h
12413
12494
  width: 2px;
12414
12495
  }
12415
12496
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link[aria-expanded=true]:focus-visible::before,
12416
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show:focus-visible::before {
12497
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link[aria-expanded=true]::before, html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-primary .nav-link.show:focus::before, html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.show:focus-visible::before {
12417
12498
  display: none;
12418
12499
  }
12500
+
12419
12501
  html:not(#__):not(#___) .cadmin .menubar-primary .nav-link.collapse-icon {
12420
12502
  font-size: 12px;
12421
12503
  font-weight: 600;
@@ -12551,12 +12633,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12551
12633
  width: 3px;
12552
12634
  }
12553
12635
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible,
12554
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
12636
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
12555
12637
  color: #272833;
12556
12638
  outline: 0;
12557
12639
  }
12558
12640
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after,
12559
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link::after {
12641
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
12560
12642
  border-radius: 4px;
12561
12643
  bottom: 0;
12562
12644
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -12568,6 +12650,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.men
12568
12650
  right: 0;
12569
12651
  top: 0;
12570
12652
  }
12653
+
12571
12654
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
12572
12655
  color: #272833;
12573
12656
  }
@@ -12647,13 +12730,14 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12647
12730
  box-shadow: none;
12648
12731
  }
12649
12732
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible,
12650
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
12733
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
12651
12734
  background-color: transparent;
12652
12735
  }
12653
12736
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after,
12654
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link::after {
12737
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
12655
12738
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12656
12739
  }
12740
+
12657
12741
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
12658
12742
  color: #272833;
12659
12743
  }
@@ -12801,12 +12885,12 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12801
12885
  width: 3px;
12802
12886
  }
12803
12887
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible,
12804
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
12888
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
12805
12889
  color: #272833;
12806
12890
  outline: 0;
12807
12891
  }
12808
12892
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after,
12809
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link::after {
12893
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
12810
12894
  border-radius: 4px;
12811
12895
  bottom: 0;
12812
12896
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -12817,6 +12901,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.men
12817
12901
  right: 0;
12818
12902
  top: 0;
12819
12903
  }
12904
+
12820
12905
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
12821
12906
  color: #272833;
12822
12907
  }
@@ -12896,13 +12981,14 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12896
12981
  box-shadow: none;
12897
12982
  }
12898
12983
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible,
12899
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
12984
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
12900
12985
  background-color: transparent;
12901
12986
  }
12902
12987
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after,
12903
- html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link::after {
12988
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
12904
12989
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12905
12990
  }
12991
+
12906
12992
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
12907
12993
  color: #272833;
12908
12994
  }
@@ -12957,7 +13043,7 @@ html:not(#__):not(#___) .cadmin .navbar {
12957
13043
  padding: 8px 16px;
12958
13044
  position: relative;
12959
13045
  }
12960
- html:not(#__):not(#___) .cadmin .navbar > .container-xl, html:not(#__):not(#___) .cadmin .navbar > .container-lg, html:not(#__):not(#___) .cadmin .navbar > .container-md, html:not(#__):not(#___) .cadmin .navbar > .container-sm, html:not(#__):not(#___) .cadmin .navbar .container,
13046
+ html:not(#__):not(#___) .cadmin .navbar > .container-xxxl, html:not(#__):not(#___) .cadmin .navbar > .container-xxl, html:not(#__):not(#___) .cadmin .navbar > .container-xl, html:not(#__):not(#___) .cadmin .navbar > .container-lg, html:not(#__):not(#___) .cadmin .navbar > .container-md, html:not(#__):not(#___) .cadmin .navbar > .container-sm, html:not(#__):not(#___) .cadmin .navbar .container,
12961
13047
  html:not(#__):not(#___) .cadmin .navbar .container-fluid {
12962
13048
  align-items: inherit;
12963
13049
  background-color: inherit;
@@ -13983,9 +14069,10 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navba
13983
14069
  }
13984
14070
 
13985
14071
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus-visible,
13986
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-nav .nav-link {
14072
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-nav .nav-link:focus {
13987
14073
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
13988
14074
  }
14075
+
13989
14076
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
13990
14077
  box-shadow: none;
13991
14078
  }
@@ -14004,9 +14091,10 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navba
14004
14091
  }
14005
14092
 
14006
14093
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus-visible,
14007
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand {
14094
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand:focus {
14008
14095
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14009
14096
  }
14097
+
14010
14098
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
14011
14099
  box-shadow: none;
14012
14100
  }
@@ -14029,10 +14117,11 @@ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:hove
14029
14117
  background-color: rgba(39, 40, 51, 0.03);
14030
14118
  }
14031
14119
  html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:focus-visible,
14032
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-nav .nav-link {
14120
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-nav .nav-link:focus {
14033
14121
  color: #272833;
14034
14122
  background-color: rgba(39, 40, 51, 0.03);
14035
14123
  }
14124
+
14036
14125
  html:not(#__):not(#___) .cadmin .management-bar-light .navbar-nav .nav-link:active {
14037
14126
  background-color: rgba(39, 40, 51, 0.06);
14038
14127
  color: #272833;
@@ -14057,10 +14146,11 @@ html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand {
14057
14146
  font-weight: 600;
14058
14147
  }
14059
14148
  html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand:focus-visible,
14060
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-brand {
14149
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-light .navbar-brand:focus {
14061
14150
  color: #272833;
14062
14151
  background-color: rgba(39, 40, 51, 0.03);
14063
14152
  }
14153
+
14064
14154
  html:not(#__):not(#___) .cadmin .management-bar-light .navbar-brand:active {
14065
14155
  background-color: rgba(39, 40, 51, 0.06);
14066
14156
  color: #272833;
@@ -14100,10 +14190,11 @@ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:ho
14100
14190
  background-color: rgba(39, 40, 51, 0.03);
14101
14191
  }
14102
14192
  html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:focus-visible,
14103
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar-nav .nav-link {
14193
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar-nav .nav-link:focus {
14104
14194
  color: #272833;
14105
14195
  background-color: rgba(39, 40, 51, 0.03);
14106
14196
  }
14197
+
14107
14198
  html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-nav .nav-link:active {
14108
14199
  background-color: rgba(39, 40, 51, 0.06);
14109
14200
  color: #272833;
@@ -14129,10 +14220,11 @@ html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand {
14129
14220
  font-weight: 600;
14130
14221
  }
14131
14222
  html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand:focus-visible,
14132
- html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar-brand {
14223
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar-primary .navbar-brand:focus {
14133
14224
  color: #272833;
14134
14225
  background-color: rgba(39, 40, 51, 0.03);
14135
14226
  }
14227
+
14136
14228
  html:not(#__):not(#___) .cadmin .management-bar-primary .navbar-brand:active {
14137
14229
  background-color: rgba(39, 40, 51, 0.06);
14138
14230
  color: #272833;
@@ -14337,9 +14429,10 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
14337
14429
  font-size: inherit;
14338
14430
  }
14339
14431
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus-visible,
14340
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-nav .nav-link {
14432
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-nav .nav-link:focus {
14341
14433
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14342
14434
  }
14435
+
14343
14436
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
14344
14437
  box-shadow: none;
14345
14438
  }
@@ -14350,9 +14443,10 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
14350
14443
  font-size: inherit;
14351
14444
  }
14352
14445
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus-visible,
14353
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand {
14446
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand:focus {
14354
14447
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14355
14448
  }
14449
+
14356
14450
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
14357
14451
  box-shadow: none;
14358
14452
  }
@@ -14411,9 +14505,10 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:hove
14411
14505
  color: #272833;
14412
14506
  }
14413
14507
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:focus-visible,
14414
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-nav .nav-link {
14508
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-nav .nav-link:focus {
14415
14509
  color: #272833;
14416
14510
  }
14511
+
14417
14512
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-nav .nav-link:active {
14418
14513
  color: #272833;
14419
14514
  }
@@ -14434,9 +14529,10 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand {
14434
14529
  font-weight: 600;
14435
14530
  }
14436
14531
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:focus-visible,
14437
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-brand {
14532
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light .navbar-brand:focus {
14438
14533
  color: #272833;
14439
14534
  }
14535
+
14440
14536
  html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-brand:active {
14441
14537
  color: #272833;
14442
14538
  }
@@ -14466,9 +14562,10 @@ html:not(#__):not(#___) .cadmin .navigation-bar-light .navbar-overlay {
14466
14562
  color: #272833;
14467
14563
  }
14468
14564
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus-visible,
14469
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
14565
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
14470
14566
  color: #272833;
14471
14567
  }
14568
+
14472
14569
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
14473
14570
  color: #272833;
14474
14571
  }
@@ -14503,9 +14600,10 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:
14503
14600
  color: #fff;
14504
14601
  }
14505
14602
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:focus-visible,
14506
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-nav .nav-link {
14603
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-nav .nav-link:focus {
14507
14604
  color: #fff;
14508
14605
  }
14606
+
14509
14607
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-nav .nav-link:active {
14510
14608
  color: #fff;
14511
14609
  }
@@ -14530,9 +14628,10 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:hover, h
14530
14628
  color: rgba(255, 255, 255, 0.9);
14531
14629
  }
14532
14630
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:focus-visible,
14533
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-brand {
14631
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary .navbar-brand:focus {
14534
14632
  color: #fff;
14535
14633
  }
14634
+
14536
14635
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-brand:active {
14537
14636
  color: #fff;
14538
14637
  }
@@ -14562,9 +14661,10 @@ html:not(#__):not(#___) .cadmin .navigation-bar-secondary .navbar-overlay {
14562
14661
  color: #fff;
14563
14662
  }
14564
14663
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item.focus, html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus-visible,
14565
- html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item {
14664
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:focus {
14566
14665
  color: #fff;
14567
14666
  }
14667
+
14568
14668
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary.navbar-expand-md .navbar-collapse .navbar-nav .dropdown-item:active {
14569
14669
  color: #fff;
14570
14670
  }
@@ -14655,7 +14755,7 @@ html:not(#__):not(#___) .cadmin .page-link:hover::before, html:not(#__):not(#___
14655
14755
  height: 3px;
14656
14756
  }
14657
14757
  html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus-visible,
14658
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link {
14758
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:focus {
14659
14759
  border-color: transparent;
14660
14760
  box-shadow: none;
14661
14761
  color: #272833;
@@ -14663,7 +14763,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link {
14663
14763
  z-index: 4;
14664
14764
  }
14665
14765
  html:not(#__):not(#___) .cadmin .page-link.focus::after, html:not(#__):not(#___) .cadmin .page-link:focus-visible::after,
14666
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link::after {
14766
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:focus::after {
14667
14767
  border-radius: 4px;
14668
14768
  bottom: 0;
14669
14769
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
@@ -14675,6 +14775,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link::after {
14675
14775
  right: 0;
14676
14776
  top: 0;
14677
14777
  }
14778
+
14678
14779
  html:not(#__):not(#___) .cadmin .page-link:active {
14679
14780
  background-color: rgba(11, 95, 255, 0.06);
14680
14781
  border-color: transparent;
@@ -14709,7 +14810,7 @@ html:not(#__):not(#___) .cadmin .page-link:disabled::before, html:not(#__):not(#
14709
14810
  content: none;
14710
14811
  }
14711
14812
  html:not(#__):not(#___) .cadmin .page-link:disabled:focus-visible::after,
14712
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link::after, html:not(#__):not(#___) .cadmin .page-link.disabled:focus-visible::after {
14813
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link:disabled::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link.disabled:focus::after, html:not(#__):not(#___) .cadmin .page-link.disabled:focus-visible::after {
14713
14814
  content: none;
14714
14815
  }
14715
14816
 
@@ -14766,9 +14867,10 @@ html:not(#__):not(#___) .cadmin .page-item.disabled .page-link::before {
14766
14867
  content: none;
14767
14868
  }
14768
14869
  html:not(#__):not(#___) .cadmin .page-item.disabled .page-link.focus::after, html:not(#__):not(#___) .cadmin .page-item.disabled .page-link:focus-visible::after,
14769
- html:not(#__):not(#___) .c-prefers-focus .cadmin .page-item.disabled .page-link::after {
14870
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .page-item.disabled .page-link:focus::after {
14770
14871
  content: none;
14771
14872
  }
14873
+
14772
14874
  html:not(#__):not(#___) .cadmin .page-item:first-child .page-link,
14773
14875
  html:not(#__):not(#___) .cadmin .page-link-first {
14774
14876
  border-radius: 4px;
@@ -14829,7 +14931,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.hover {
14829
14931
  color: #272833;
14830
14932
  }
14831
14933
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:focus-visible,
14832
- html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button,
14934
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button:focus,
14833
14935
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus,
14834
14936
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visible {
14835
14937
  border-color: transparent;
@@ -14838,7 +14940,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visibl
14838
14940
  outline: 0;
14839
14941
  }
14840
14942
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:focus-visible::after,
14841
- html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button::after,
14943
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button:focus::after,
14842
14944
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus::after,
14843
14945
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visible::after {
14844
14946
  border-radius: 4px;
@@ -14852,6 +14954,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visibl
14852
14954
  right: 0;
14853
14955
  top: 0;
14854
14956
  }
14957
+
14855
14958
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:active,
14856
14959
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:active {
14857
14960
  background-color: rgba(11, 95, 255, 0.06);
@@ -14883,7 +14986,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled::be
14883
14986
  content: none;
14884
14987
  }
14885
14988
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:disabled:focus-visible::after,
14886
- html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.disabled:focus-visible::after,
14989
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a:disabled::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a.disabled::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button:disabled::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > button.disabled:focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.disabled:focus-visible::after,
14887
14990
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:disabled:focus-visible::after,
14888
14991
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.disabled:focus-visible::after {
14889
14992
  content: none;
@@ -14938,11 +15041,12 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button::be
14938
15041
  content: none;
14939
15042
  }
14940
15043
  html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > a.focus::after, html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > a:focus-visible::after,
14941
- html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page.disabled > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page.disabled > button::after,
15044
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page.disabled > a::after, html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page.disabled > button:focus::after,
14942
15045
  html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button.focus::after,
14943
15046
  html:not(#__):not(#___) .cadmin .pagination-items-per-page.disabled > button:focus-visible::after {
14944
15047
  content: none;
14945
15048
  }
15049
+
14946
15050
  @media (max-width: 767.98px) {
14947
15051
  html:not(#__):not(#___) .cadmin .pagination-items-per-page + .pagination-results {
14948
15052
  margin-left: auto;
@@ -15127,11 +15231,12 @@ html:not(#__):not(#___) .cadmin .panel-header-link:hover, html:not(#__):not(#___
15127
15231
  text-decoration: none;
15128
15232
  }
15129
15233
  html:not(#__):not(#___) .cadmin .panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-header-link:focus-visible,
15130
- html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link {
15234
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link:focus {
15131
15235
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
15132
15236
  outline: 0;
15133
15237
  z-index: 1;
15134
15238
  }
15239
+
15135
15240
  html:not(#__):not(#___) .cadmin .panel-header-link .collapse-icon {
15136
15241
  padding-right: 45px;
15137
15242
  }
@@ -15345,9 +15450,10 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link
15345
15450
  border-radius: 1px;
15346
15451
  }
15347
15452
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link:focus-visible,
15348
- html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-unstyled .panel-header.panel-header-link {
15453
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
15349
15454
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
15350
15455
  }
15456
+
15351
15457
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
15352
15458
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
15353
15459
  right: 0;
@@ -15415,7 +15521,7 @@ html:not(#__):not(#___) .cadmin .popover .inline-scroller {
15415
15521
  max-height: 238px;
15416
15522
  }
15417
15523
  html:not(#__):not(#___) .cadmin .popover.focus, html:not(#__):not(#___) .cadmin .popover:focus-visible,
15418
- html:not(#__):not(#___) .c-prefers-focus .cadmin .popover {
15524
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .popover:focus {
15419
15525
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
15420
15526
  outline: 0;
15421
15527
  }
@@ -16082,10 +16188,11 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle:hover, html:not(#__):not(#___)
16082
16188
  text-decoration: none;
16083
16189
  }
16084
16190
  html:not(#__):not(#___) .cadmin a.sheet-subtitle.focus, html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus-visible,
16085
- html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle {
16191
+ html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle:focus {
16086
16192
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
16087
16193
  outline: 0;
16088
16194
  }
16195
+
16089
16196
  html:not(#__):not(#___) .cadmin .sheet-tertiary-title {
16090
16197
  color: #1c1c24;
16091
16198
  display: block;
@@ -16417,9 +16524,10 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd a[href] {
16417
16524
  color: #272833;
16418
16525
  }
16419
16526
  html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus-visible,
16420
- html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link {
16527
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
16421
16528
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
16422
16529
  }
16530
+
16423
16531
  html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
16424
16532
  background-color: #fff;
16425
16533
  border-color: #cdced9;
@@ -16502,10 +16610,11 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:hover, html:
16502
16610
  color: #fff;
16503
16611
  }
16504
16612
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus-visible,
16505
- html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark .nav-nested .nav-link {
16613
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark .nav-nested .nav-link:focus {
16506
16614
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16507
16615
  outline: 0;
16508
16616
  }
16617
+
16509
16618
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:active {
16510
16619
  color: #fff;
16511
16620
  }
@@ -16565,10 +16674,11 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover, ht
16565
16674
  color: #fff;
16566
16675
  }
16567
16676
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus-visible,
16568
- html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
16677
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
16569
16678
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16570
16679
  outline: 0;
16571
16680
  }
16681
+
16572
16682
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
16573
16683
  color: #fff;
16574
16684
  }
@@ -16789,10 +16899,11 @@ html:not(#__):not(#___) .cadmin .table thead th a[href]:hover, html:not(#__):not
16789
16899
  color: #272833;
16790
16900
  }
16791
16901
  html:not(#__):not(#___) .cadmin .table thead th a[href].focus, html:not(#__):not(#___) .cadmin .table thead th a[href]:focus-visible,
16792
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href] {
16902
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href]:focus {
16793
16903
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16794
16904
  outline: 0;
16795
16905
  }
16906
+
16796
16907
  html:not(#__):not(#___) .cadmin .table thead .autofit-col {
16797
16908
  padding-left: 0.125rem;
16798
16909
  padding-right: 0.125rem;
@@ -16892,9 +17003,10 @@ html:not(#__):not(#___) .cadmin .table .component-drag {
16892
17003
  width: 16px;
16893
17004
  }
16894
17005
  html:not(#__):not(#___) .cadmin .table .component-drag.focus, html:not(#__):not(#___) .cadmin .table .component-drag:focus-visible,
16895
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag {
17006
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag:focus {
16896
17007
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
16897
17008
  }
17009
+
16898
17010
  html:not(#__):not(#___) .cadmin .table .custom-control,
16899
17011
  html:not(#__):not(#___) .cadmin .table .form-check {
16900
17012
  margin-bottom: 0;
@@ -17072,10 +17184,11 @@ html:not(#__):not(#___) .cadmin .table-title a:hover, html:not(#__):not(#___) .c
17072
17184
  color: #272833;
17073
17185
  }
17074
17186
  html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .cadmin .table-title a:focus-visible,
17075
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a {
17187
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a:focus {
17076
17188
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17077
17189
  outline: 0;
17078
17190
  }
17191
+
17079
17192
  html:not(#__):not(#___) .cadmin .table-link {
17080
17193
  border-radius: 1px;
17081
17194
  color: #272833;
@@ -17096,10 +17209,11 @@ html:not(#__):not(#___) .cadmin .table-link:hover, html:not(#__):not(#___) .cadm
17096
17209
  color: #272833;
17097
17210
  }
17098
17211
  html:not(#__):not(#___) .cadmin .table-link.focus, html:not(#__):not(#___) .cadmin .table-link:focus-visible,
17099
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link {
17212
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link:focus {
17100
17213
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17101
17214
  outline: 0;
17102
17215
  }
17216
+
17103
17217
  html:not(#__):not(#___) .cadmin .table-action-link {
17104
17218
  align-items: center;
17105
17219
  border-radius: 4px;
@@ -17127,12 +17241,13 @@ html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___
17127
17241
  text-decoration: none;
17128
17242
  }
17129
17243
  html:not(#__):not(#___) .cadmin .table-action-link.focus, html:not(#__):not(#___) .cadmin .table-action-link:focus-visible,
17130
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link {
17244
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link:focus {
17131
17245
  background-color: rgba(0, 0, 0, 0.02);
17132
17246
  color: #272833;
17133
17247
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17134
17248
  outline: 0;
17135
17249
  }
17250
+
17136
17251
  html:not(#__):not(#___) .cadmin .table-action-link:active {
17137
17252
  background-color: rgba(0, 0, 0, 0.04);
17138
17253
  }
@@ -17392,10 +17507,11 @@ html:not(#__):not(#___) .cadmin .table-list-title a:hover, html:not(#__):not(#__
17392
17507
  color: #272833;
17393
17508
  }
17394
17509
  html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#___) .cadmin .table-list-title a:focus-visible,
17395
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a {
17510
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a:focus {
17396
17511
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17397
17512
  outline: 0;
17398
17513
  }
17514
+
17399
17515
  html:not(#__):not(#___) .cadmin .table-list-link {
17400
17516
  border-radius: 1px;
17401
17517
  color: #272833;
@@ -17416,10 +17532,11 @@ html:not(#__):not(#___) .cadmin .table-list-link:hover, html:not(#__):not(#___)
17416
17532
  color: #272833;
17417
17533
  }
17418
17534
  html:not(#__):not(#___) .cadmin .table-list-link.focus, html:not(#__):not(#___) .cadmin .table-list-link:focus-visible,
17419
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link {
17535
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link:focus {
17420
17536
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17421
17537
  outline: 0;
17422
17538
  }
17539
+
17423
17540
  html:not(#__):not(#___) .cadmin .table-list-action-link {
17424
17541
  align-items: center;
17425
17542
  color: #6b6c7e;
@@ -17446,12 +17563,13 @@ html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not
17446
17563
  text-decoration: none;
17447
17564
  }
17448
17565
  html:not(#__):not(#___) .cadmin .table-list-action-link.focus, html:not(#__):not(#___) .cadmin .table-list-action-link:focus-visible,
17449
- html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link {
17566
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link:focus {
17450
17567
  background-color: rgba(0, 0, 0, 0.02);
17451
17568
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17452
17569
  color: #272833;
17453
17570
  outline: 0;
17454
17571
  }
17572
+
17455
17573
  html:not(#__):not(#___) .cadmin .table-list-action-link:active {
17456
17574
  background-color: rgba(0, 0, 0, 0.04);
17457
17575
  }
@@ -18055,7 +18173,7 @@ html:not(#__):not(#___) .cadmin .subnav-tbar-primary .tbar-link-monospaced {
18055
18173
  width: 48px;
18056
18174
  }
18057
18175
  html:not(#__):not(#___) .cadmin .subnav-tbar-primary .component-label .close.focus, html:not(#__):not(#___) .cadmin .subnav-tbar-primary .component-label .close:focus-visible,
18058
- html:not(#__):not(#___) .c-prefers-focus .cadmin .subnav-tbar-primary .component-label .close {
18176
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .subnav-tbar-primary .component-label .close:focus {
18059
18177
  color: inherit;
18060
18178
  }
18061
18179
 
@@ -18153,13 +18271,20 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced {
18153
18271
  width: 40px;
18154
18272
  }
18155
18273
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:focus-visible,
18156
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced {
18274
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced:focus {
18157
18275
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18158
18276
  }
18277
+
18159
18278
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus-visible,
18160
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced {
18279
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus {
18161
18280
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18162
18281
  }
18282
+
18283
+ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.active:focus-visible,
18284
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced.active:focus {
18285
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18286
+ }
18287
+
18163
18288
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
18164
18289
  margin-bottom: 0;
18165
18290
  margin-left: 0;
@@ -18184,9 +18309,10 @@ html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:hover {
18184
18309
  color: #272833;
18185
18310
  }
18186
18311
  html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:focus-visible,
18187
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-light .tbar-btn-monospaced {
18312
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-light .tbar-btn-monospaced:focus {
18188
18313
  color: #272833;
18189
18314
  }
18315
+
18190
18316
  html:not(#__):not(#___) .cadmin .tbar-light .tbar-btn-monospaced:active {
18191
18317
  background-color: #f1f2f5;
18192
18318
  color: #272833;
@@ -18221,9 +18347,10 @@ html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:hover {
18221
18347
  color: #fff;
18222
18348
  }
18223
18349
  html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:focus-visible,
18224
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-l2 .tbar-btn-monospaced {
18350
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-l2 .tbar-btn-monospaced:focus {
18225
18351
  color: #fff;
18226
18352
  }
18353
+
18227
18354
  html:not(#__):not(#___) .cadmin .tbar-dark-l2 .tbar-btn-monospaced:active {
18228
18355
  background-color: rgba(255, 255, 255, 0.06);
18229
18356
  color: #fff;
@@ -18257,9 +18384,10 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:hover {
18257
18384
  color: #fff;
18258
18385
  }
18259
18386
  html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:focus-visible,
18260
- html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-d1 .tbar-btn-monospaced {
18387
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-dark-d1 .tbar-btn-monospaced:focus {
18261
18388
  color: #fff;
18262
18389
  }
18390
+
18263
18391
  html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:active {
18264
18392
  background-color: rgba(255, 255, 255, 0.06);
18265
18393
  color: #fff;
@@ -18268,6 +18396,16 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.active {
18268
18396
  background-color: rgba(255, 255, 255, 0.06);
18269
18397
  color: #fff;
18270
18398
  }
18399
+ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.active::after {
18400
+ background-color: #80acff;
18401
+ bottom: 0;
18402
+ content: "";
18403
+ display: block;
18404
+ left: 0;
18405
+ position: absolute;
18406
+ top: 0;
18407
+ width: 4px;
18408
+ }
18271
18409
  html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced:disabled, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.disabled {
18272
18410
  color: inherit;
18273
18411
  }
@@ -18275,6 +18413,16 @@ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded
18275
18413
  background-color: rgba(255, 255, 255, 0.06);
18276
18414
  color: #fff;
18277
18415
  }
18416
+ html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced[aria-expanded=true]::after, html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-btn-monospaced.show::after {
18417
+ background-color: #80acff;
18418
+ bottom: 0;
18419
+ content: "";
18420
+ display: block;
18421
+ left: 0;
18422
+ position: absolute;
18423
+ top: 0;
18424
+ width: 4px;
18425
+ }
18278
18426
  html:not(#__):not(#___) .cadmin .tbar-dark-d1 .tbar-label {
18279
18427
  border-width: 1px;
18280
18428
  }
@@ -18696,7 +18844,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .butto
18696
18844
  opacity: 0;
18697
18845
  }
18698
18846
  html:not(#__):not(#___) .cadmin .toggle-switch-check:focus-visible ~ .toggle-switch-bar::before,
18699
- html:not(#__):not(#___) .c-prefers-focus .cadmin .toggle-switch-check ~ .toggle-switch-bar::before {
18847
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .toggle-switch-check:focus ~ .toggle-switch-bar::before {
18700
18848
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
18701
18849
  }
18702
18850
  html:not(#__):not(#___) .cadmin .toggle-switch-check[disabled] ~ .toggle-switch-bar, html:not(#__):not(#___) .cadmin .toggle-switch-check:disabled ~ .toggle-switch-bar {
@@ -19171,13 +19319,10 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
19171
19319
  width: 24px;
19172
19320
  }
19173
19321
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus, html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:focus-visible,
19174
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced {
19175
- box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19176
- }
19177
- html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:active:focus-visible,
19178
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced {
19322
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced:focus {
19179
19323
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19180
19324
  }
19325
+
19181
19326
  html:not(#__):not(#___) .cadmin .treeview .custom-control {
19182
19327
  margin-left: 4px;
19183
19328
  margin-right: 4px;
@@ -19199,9 +19344,10 @@ html:not(#__):not(#___) .cadmin .treeview .component-action:hover {
19199
19344
  color: #6b6c7e;
19200
19345
  }
19201
19346
  html:not(#__):not(#___) .cadmin .treeview .component-action.focus, html:not(#__):not(#___) .cadmin .treeview .component-action:focus-visible,
19202
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .component-action {
19347
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .component-action:focus {
19203
19348
  color: #6b6c7e;
19204
19349
  }
19350
+
19205
19351
  html:not(#__):not(#___) .cadmin .treeview .component-action:active {
19206
19352
  background-color: transparent;
19207
19353
  }
@@ -19329,10 +19475,11 @@ html:not(#__):not(#___) .cadmin .treeview-link:hover, html:not(#__):not(#___) .c
19329
19475
  text-decoration: none;
19330
19476
  }
19331
19477
  html:not(#__):not(#___) .cadmin .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-link:focus-visible,
19332
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link {
19478
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link:focus {
19333
19479
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19334
19480
  outline: 0;
19335
19481
  }
19482
+
19336
19483
  html:not(#__):not(#___) .cadmin .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-link.disabled {
19337
19484
  cursor: not-allowed;
19338
19485
  }
@@ -19387,16 +19534,17 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:hover, html:not(#
19387
19534
  box-shadow: inset 0 0 0 1px #9b92a5;
19388
19535
  }
19389
19536
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:focus-visible,
19390
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19537
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link:focus {
19391
19538
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19392
19539
  }
19540
+
19393
19541
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
19394
19542
  background-color: #f0f5ff;
19395
19543
  box-shadow: inset 0 0 0 1px #0b5fff;
19396
19544
  color: #393a4a;
19397
19545
  }
19398
19546
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active:focus-visible,
19399
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19547
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link:active:focus {
19400
19548
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19401
19549
  }
19402
19550
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
@@ -19405,7 +19553,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
19405
19553
  color: #393a4a;
19406
19554
  }
19407
19555
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active:focus-visible,
19408
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19556
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link.active:focus {
19409
19557
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19410
19558
  }
19411
19559
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.disabled {
@@ -19413,9 +19561,10 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:no
19413
19561
  color: rgba(107, 108, 126, 0.5);
19414
19562
  }
19415
19563
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link[aria-expanded=true]:focus-visible,
19416
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.show:focus-visible {
19564
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link[aria-expanded=true], html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link.show:focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.show:focus-visible {
19417
19565
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19418
19566
  }
19567
+
19419
19568
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover.hover {
19420
19569
  background-color: transparent;
19421
19570
  color: #6b6c7e;
@@ -19430,16 +19579,17 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:hover, html:not(#_
19430
19579
  box-shadow: inset 0 0 0 1px #9b92a5;
19431
19580
  }
19432
19581
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:focus-visible,
19433
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19582
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link:focus {
19434
19583
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19435
19584
  }
19585
+
19436
19586
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
19437
19587
  background-color: #393a4a;
19438
19588
  box-shadow: inset 0 0 0 1px #0b5fff;
19439
19589
  color: #f0f5ff;
19440
19590
  }
19441
19591
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active:focus-visible,
19442
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19592
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link:active:focus {
19443
19593
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19444
19594
  }
19445
19595
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
@@ -19448,7 +19598,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
19448
19598
  color: #f0f5ff;
19449
19599
  }
19450
19600
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active:focus-visible,
19451
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19601
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link.active:focus {
19452
19602
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19453
19603
  }
19454
19604
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.disabled {
@@ -19456,9 +19606,10 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not
19456
19606
  color: rgba(167, 169, 188, 0.5);
19457
19607
  }
19458
19608
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link[aria-expanded=true]:focus-visible,
19459
- html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.show:focus-visible {
19609
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link[aria-expanded=true], html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link.show:focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.show:focus-visible {
19460
19610
  box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19461
19611
  }
19612
+
19462
19613
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover.hover {
19463
19614
  background-color: transparent;
19464
19615
  color: #a7a9bc;
@@ -19514,7 +19665,7 @@ html:not(#__):not(#___) .cadmin .close:hover {
19514
19665
  text-decoration: none;
19515
19666
  }
19516
19667
  html:not(#__):not(#___) .cadmin .close.focus, html:not(#__):not(#___) .cadmin .close:focus-visible,
19517
- html:not(#__):not(#___) .c-prefers-focus .cadmin .close {
19668
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .close:focus {
19518
19669
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
19519
19670
  opacity: 1;
19520
19671
  outline: 0;