@clayui/css 3.90.0 → 3.92.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 (71) hide show
  1. package/lib/css/atlas.css +564 -280
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +268 -82
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +453 -197
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/icons.svg +1 -1
  8. package/package.json +2 -2
  9. package/src/scss/_components.scss +1 -0
  10. package/src/scss/_license-text.scss +1 -1
  11. package/src/scss/_variables.scss +1 -0
  12. package/src/scss/atlas/variables/_cards.scss +3 -4
  13. package/src/scss/atlas/variables/_clay-color.scss +1 -1
  14. package/src/scss/atlas/variables/_globals.scss +2 -2
  15. package/src/scss/atlas/variables/_navbar.scss +34 -0
  16. package/src/scss/atlas/variables/_navigation-bar.scss +1 -1
  17. package/src/scss/atlas/variables/_navs.scss +12 -37
  18. package/src/scss/atlas/variables/_panels.scss +1 -1
  19. package/src/scss/atlas/variables/_popovers.scss +2 -1
  20. package/src/scss/atlas/variables/_sheets.scss +1 -1
  21. package/src/scss/atlas/variables/_sidebar.scss +1 -1
  22. package/src/scss/atlas/variables/_time.scss +1 -1
  23. package/src/scss/cadmin/_variables.scss +1 -0
  24. package/src/scss/cadmin/components/_badges.scss +5 -1
  25. package/src/scss/cadmin/components/_multi-step-nav.scss +39 -0
  26. package/src/scss/cadmin/components/_navbar.scss +1 -43
  27. package/src/scss/cadmin/components/_navs.scss +8 -16
  28. package/src/scss/cadmin/components/_resizer.scss +11 -0
  29. package/src/scss/cadmin/components/_treeview.scss +18 -16
  30. package/src/scss/cadmin/components/_utilities-functional-important.scss +6 -0
  31. package/src/scss/cadmin/variables/_badges.scss +5 -0
  32. package/src/scss/cadmin/variables/_buttons.scss +14 -1
  33. package/src/scss/cadmin/variables/_clay-color.scss +1 -1
  34. package/src/scss/cadmin/variables/_date-picker.scss +8 -0
  35. package/src/scss/cadmin/variables/_globals.scss +2 -2
  36. package/src/scss/cadmin/variables/_multi-step-nav.scss +23 -0
  37. package/src/scss/cadmin/variables/_navbar.scss +47 -0
  38. package/src/scss/cadmin/variables/_navigation-bar.scss +1 -1
  39. package/src/scss/cadmin/variables/_navs.scss +14 -110
  40. package/src/scss/cadmin/variables/_panels.scss +1 -1
  41. package/src/scss/cadmin/variables/_resizer.scss +21 -0
  42. package/src/scss/cadmin/variables/_sheets.scss +1 -1
  43. package/src/scss/cadmin/variables/_sidebar.scss +1 -1
  44. package/src/scss/cadmin/variables/_slideout.scss +7 -0
  45. package/src/scss/cadmin/variables/_tbar.scss +2 -4
  46. package/src/scss/cadmin/variables/_time.scss +1 -1
  47. package/src/scss/cadmin/variables/_treeview.scss +22 -8
  48. package/src/scss/cadmin/variables/_utilities.scss +12 -1
  49. package/src/scss/cadmin.scss +1 -0
  50. package/src/scss/components/_badges.scss +5 -1
  51. package/src/scss/components/_multi-step-nav.scss +42 -0
  52. package/src/scss/components/_navbar.scss +1 -40
  53. package/src/scss/components/_navs.scss +9 -26
  54. package/src/scss/components/_resizer.scss +11 -0
  55. package/src/scss/components/_treeview.scss +18 -12
  56. package/src/scss/components/_utilities-functional-important.scss +6 -0
  57. package/src/scss/mixins/_globals.scss +6 -0
  58. package/src/scss/mixins/_nav.scss +16 -0
  59. package/src/scss/mixins/_slideout.scss +32 -1
  60. package/src/scss/mixins/_transition.scss +6 -0
  61. package/src/scss/variables/_badges.scss +5 -0
  62. package/src/scss/variables/_buttons.scss +14 -1
  63. package/src/scss/variables/_date-picker.scss +2 -2
  64. package/src/scss/variables/_multi-step-nav.scss +23 -0
  65. package/src/scss/variables/_navbar.scss +46 -0
  66. package/src/scss/variables/_navs.scss +37 -100
  67. package/src/scss/variables/_resizer.scss +22 -0
  68. package/src/scss/variables/_slideout.scss +8 -0
  69. package/src/scss/variables/_tbar.scss +2 -2
  70. package/src/scss/variables/_treeview.scss +22 -8
  71. package/src/scss/variables/_utilities.scss +11 -0
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.90.0
3
+ * Clay 3.92.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.90.0
19
+ * Clay 3.92.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>
@@ -919,19 +919,23 @@ html:not(#__):not(#___) .cadmin .btn {
919
919
  transition: none;
920
920
  }
921
921
  }
922
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .btn {
923
+ transition: none;
924
+ }
925
+
922
926
  html:not(#__):not(#___) .cadmin .btn:hover {
923
927
  color: #272833;
924
928
  text-decoration: none;
925
929
  }
926
930
  html:not(#__):not(#___) .cadmin .btn:focus, html:not(#__):not(#___) .cadmin .btn.focus {
927
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
931
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
928
932
  outline: 0;
929
933
  }
930
934
  html:not(#__):not(#___) .cadmin .btn:active {
931
935
  box-shadow: [];
932
936
  }
933
937
  html:not(#__):not(#___) .cadmin .btn:active:focus {
934
- box-shadow: [0 0 0 2px #fff, 0 0 0 4px #80acff];
938
+ box-shadow: [0 0 0 2px #fff, 0 0 0 4px #528eff];
935
939
  }
936
940
  html:not(#__):not(#___) .cadmin .btn.active {
937
941
  box-shadow: [];
@@ -994,7 +998,7 @@ html:not(#__):not(#___) .cadmin .btn-xs .c-inner {
994
998
  }
995
999
  html:not(#__):not(#___) .cadmin .btn-xs .inline-item {
996
1000
  font-size: inherit;
997
- margin-top: -3px;
1001
+ margin-top: -0.16em;
998
1002
  }
999
1003
  html:not(#__):not(#___) .cadmin .btn-xs .inline-item-before {
1000
1004
  margin-right: 0.25rem;
@@ -1459,14 +1463,14 @@ html:not(#__):not(#___) .cadmin .btn-link:hover {
1459
1463
  text-decoration: underline;
1460
1464
  }
1461
1465
  html:not(#__):not(#___) .cadmin .btn-link:focus, html:not(#__):not(#___) .cadmin .focus.btn-link {
1462
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
1466
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
1463
1467
  text-decoration: none;
1464
1468
  }
1465
1469
  html:not(#__):not(#___) .cadmin .btn-link:active {
1466
1470
  box-shadow: [none];
1467
1471
  }
1468
1472
  html:not(#__):not(#___) .cadmin .btn-link:active:focus {
1469
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
1473
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
1470
1474
  }
1471
1475
  html:not(#__):not(#___) .cadmin .active.btn-link {
1472
1476
  box-shadow: [none];
@@ -1479,6 +1483,19 @@ html:not(#__):not(#___) .cadmin .btn-link:disabled, html:not(#__):not(#___) .cad
1479
1483
  html:not(#__):not(#___) .cadmin [aria-expanded=true].btn-link, html:not(#__):not(#___) .cadmin .show.btn-link {
1480
1484
  box-shadow: [none];
1481
1485
  }
1486
+ html:not(#__):not(#___) .cadmin .btn-beta {
1487
+ background-color: #f7f8f9;
1488
+ color: #294f98;
1489
+ text-transform: uppercase;
1490
+ }
1491
+ html:not(#__):not(#___) .cadmin .btn-beta:hover {
1492
+ background-color: #f1f2f5;
1493
+ color: #294f98;
1494
+ }
1495
+ html:not(#__):not(#___) .cadmin .btn-beta:focus, html:not(#__):not(#___) .cadmin .focus.btn-beta {
1496
+ background-color: #f1f2f5;
1497
+ color: #294f98;
1498
+ }
1482
1499
  html:not(#__):not(#___) .cadmin .btn-outline-primary {
1483
1500
  border-color: #0b5fff;
1484
1501
  color: #0b5fff;
@@ -1770,6 +1787,23 @@ html:not(#__):not(#___) .cadmin .btn .loading-animation {
1770
1787
  font-size: 1em;
1771
1788
  margin-top: -0.1em;
1772
1789
  }
1790
+ html:not(#__):not(#___) .cadmin .c-horizontal-resizer {
1791
+ background-color: transparent;
1792
+ bottom: 0;
1793
+ cursor: ew-resize;
1794
+ margin-right: -0.25rem;
1795
+ position: absolute;
1796
+ right: 0;
1797
+ top: 0;
1798
+ width: 0.5rem;
1799
+ z-index: 10;
1800
+ }
1801
+ html:not(#__):not(#___) .cadmin .c-horizontal-resizer:hover {
1802
+ background-color: #528eff;
1803
+ }
1804
+ html:not(#__):not(#___) .cadmin .c-horizontal-resizer:focus {
1805
+ background-color: #528eff;
1806
+ }
1773
1807
  html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
1774
1808
  transition: opacity 0.15s linear;
1775
1809
  }
@@ -1778,6 +1812,10 @@ html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
1778
1812
  transition: none;
1779
1813
  }
1780
1814
  }
1815
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .fade, .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin.fade {
1816
+ transition: none;
1817
+ }
1818
+
1781
1819
  html:not(#__):not(#___) .cadmin .fade:not(.show), html:not(#__):not(#___) .cadmin.fade:not(.show) {
1782
1820
  opacity: 0;
1783
1821
  }
@@ -1795,6 +1833,10 @@ html:not(#__):not(#___) .cadmin .collapsing, html:not(#__):not(#___) .cadmin.col
1795
1833
  transition: none;
1796
1834
  }
1797
1835
  }
1836
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .collapsing, .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin.collapsing {
1837
+ transition: none;
1838
+ }
1839
+
1798
1840
  html:not(#__):not(#___) .cadmin .container {
1799
1841
  margin-left: auto;
1800
1842
  margin-right: auto;
@@ -3755,6 +3797,10 @@ html:not(#__):not(#___) .cadmin .badge {
3755
3797
  transition: none;
3756
3798
  }
3757
3799
  }
3800
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .badge {
3801
+ transition: none;
3802
+ }
3803
+
3758
3804
  html:not(#__):not(#___) .cadmin .badge:empty {
3759
3805
  display: none;
3760
3806
  }
@@ -3762,7 +3808,7 @@ html:not(#__):not(#___) .cadmin .badge[href]:hover, html:not(#__):not(#___) .cad
3762
3808
  text-decoration: none;
3763
3809
  }
3764
3810
  html:not(#__):not(#___) .cadmin .badge[href].focus, html:not(#__):not(#___) .cadmin .badge[href]:focus, html:not(#__):not(#___) .cadmin .badge[type].focus, html:not(#__):not(#___) .cadmin .badge[type]:focus {
3765
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
3811
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
3766
3812
  outline: 0;
3767
3813
  }
3768
3814
  html:not(#__):not(#___) .cadmin .badge a {
@@ -3938,6 +3984,11 @@ html:not(#__):not(#___) .cadmin [href].focus.badge-dark, html:not(#__):not(#___)
3938
3984
  background-color: #272833;
3939
3985
  color: #fff;
3940
3986
  }
3987
+ html:not(#__):not(#___) .cadmin .badge-beta {
3988
+ background-color: #f7f8f9;
3989
+ color: #294f98;
3990
+ text-transform: uppercase;
3991
+ }
3941
3992
  html:not(#__):not(#___) .cadmin .breadcrumb {
3942
3993
  background-color: transparent;
3943
3994
  border-radius: 4px;
@@ -3960,12 +4011,16 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link {
3960
4011
  transition: none;
3961
4012
  }
3962
4013
  }
4014
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .breadcrumb-link {
4015
+ transition: none;
4016
+ }
4017
+
3963
4018
  html:not(#__):not(#___) .cadmin .breadcrumb-link:hover, html:not(#__):not(#___) .cadmin .breadcrumb-link.hover {
3964
4019
  color: #6b6c7e;
3965
4020
  text-decoration: underline;
3966
4021
  }
3967
4022
  html:not(#__):not(#___) .cadmin .breadcrumb-link.focus, html:not(#__):not(#___) .cadmin .breadcrumb-link:focus {
3968
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
4023
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
3969
4024
  color: #6b6c7e;
3970
4025
  outline: 0;
3971
4026
  text-decoration: underline;
@@ -4223,6 +4278,10 @@ html:not(#__):not(#___) .cadmin .label {
4223
4278
  transition: none;
4224
4279
  }
4225
4280
  }
4281
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .label {
4282
+ transition: none;
4283
+ }
4284
+
4226
4285
  html:not(#__):not(#___) .cadmin .label:disabled, html:not(#__):not(#___) .cadmin .label.disabled {
4227
4286
  box-shadow: none;
4228
4287
  }
@@ -4234,7 +4293,7 @@ html:not(#__):not(#___) .cadmin .label[href]:hover, html:not(#__):not(#___) .cad
4234
4293
  text-decoration: underline;
4235
4294
  }
4236
4295
  html:not(#__):not(#___) .cadmin .label[href].focus, html:not(#__):not(#___) .cadmin .label[href]:focus, html:not(#__):not(#___) .cadmin .label[type].focus, html:not(#__):not(#___) .cadmin .label[type]:focus, html:not(#__):not(#___) .cadmin .label[tabindex].focus, html:not(#__):not(#___) .cadmin .label[tabindex]:focus {
4237
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
4296
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
4238
4297
  text-decoration: underline;
4239
4298
  }
4240
4299
  html:not(#__):not(#___) .cadmin .label a,
@@ -5466,6 +5525,10 @@ html:not(#__):not(#___) .cadmin .card-interactive {
5466
5525
  transition: none;
5467
5526
  }
5468
5527
  }
5528
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .card-interactive {
5529
+ transition: none;
5530
+ }
5531
+
5469
5532
  html:not(#__):not(#___) .cadmin .card-interactive:hover, html:not(#__):not(#___) .cadmin .card-interactive.hover {
5470
5533
  background-color: #f7f8f9;
5471
5534
  text-decoration: none;
@@ -5491,6 +5554,10 @@ html:not(#__):not(#___) .cadmin .card-interactive::after {
5491
5554
  transition: none;
5492
5555
  }
5493
5556
  }
5557
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .card-interactive::after {
5558
+ transition: none;
5559
+ }
5560
+
5494
5561
  html:not(#__):not(#___) .cadmin .card-interactive:hover::after, html:not(#__):not(#___) .cadmin .card-interactive.hover::after {
5495
5562
  height: 4px;
5496
5563
  }
@@ -5757,7 +5824,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item:hover, html:not(#__):not(#___) .c
5757
5824
  }
5758
5825
  html:not(#__):not(#___) .cadmin .dropdown-item:focus, html:not(#__):not(#___) .cadmin .dropdown-item.focus {
5759
5826
  background-color: #f0f5ff;
5760
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
5827
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
5761
5828
  color: #272833;
5762
5829
  outline: 0;
5763
5830
  text-decoration: none;
@@ -5794,7 +5861,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item.active .c-kbd-inline {
5794
5861
  color: #272833;
5795
5862
  }
5796
5863
  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 {
5797
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
5864
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
5798
5865
  }
5799
5866
  html:not(#__):not(#___) .cadmin .dropdown-item:disabled, html:not(#__):not(#___) .cadmin .dropdown-item.disabled {
5800
5867
  background-color: transparent;
@@ -6421,6 +6488,10 @@ html:not(#__):not(#___) .cadmin .form-control {
6421
6488
  transition: none;
6422
6489
  }
6423
6490
  }
6491
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .form-control {
6492
+ transition: none;
6493
+ }
6494
+
6424
6495
  html:not(#__):not(#___) .cadmin .form-control::placeholder {
6425
6496
  color: #6b6c7e;
6426
6497
  opacity: 1;
@@ -6428,7 +6499,7 @@ html:not(#__):not(#___) .cadmin .form-control::placeholder {
6428
6499
  html:not(#__):not(#___) .cadmin .form-control:focus, html:not(#__):not(#___) .cadmin .form-control.focus {
6429
6500
  background-color: #f0f5ff;
6430
6501
  border-color: #80acff;
6431
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
6502
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
6432
6503
  color: #272833;
6433
6504
  outline: 0;
6434
6505
  }
@@ -6788,7 +6859,7 @@ html:not(#__):not(#___) .cadmin .form-control[type=range]:focus {
6788
6859
  box-shadow: none;
6789
6860
  }
6790
6861
  html:not(#__):not(#___) .cadmin .form-control[type=range]:focus::-webkit-slider-thumb {
6791
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
6862
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
6792
6863
  }
6793
6864
  html:not(#__):not(#___) .cadmin .form-control[type=range]::-webkit-slider-thumb {
6794
6865
  border-radius: 100px;
@@ -6869,6 +6940,10 @@ html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly] {
6869
6940
  transition: none;
6870
6941
  }
6871
6942
  }
6943
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly] {
6944
+ transition: none;
6945
+ }
6946
+
6872
6947
  html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly]:focus, html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly].focus {
6873
6948
  border-color: #80acff;
6874
6949
  box-shadow: none;
@@ -7065,12 +7140,16 @@ html:not(#__):not(#___) .cadmin .c-link {
7065
7140
  transition: none;
7066
7141
  }
7067
7142
  }
7143
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .c-link {
7144
+ transition: none;
7145
+ }
7146
+
7068
7147
  html:not(#__):not(#___) .cadmin .c-link:hover, html:not(#__):not(#___) .cadmin .c-link.hover {
7069
7148
  text-decoration: none;
7070
7149
  }
7071
7150
  html:not(#__):not(#___) .cadmin .c-link.focus, html:not(#__):not(#___) .cadmin .c-link:focus {
7072
7151
  border-radius: 1px;
7073
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7152
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7074
7153
  outline: 0;
7075
7154
  }
7076
7155
  html:not(#__):not(#___) .cadmin .c-link.text-secondary {
@@ -7098,12 +7177,16 @@ html:not(#__):not(#___) .cadmin .component-link {
7098
7177
  transition: none;
7099
7178
  }
7100
7179
  }
7180
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-link {
7181
+ transition: none;
7182
+ }
7183
+
7101
7184
  html:not(#__):not(#___) .cadmin .component-link:hover, html:not(#__):not(#___) .cadmin .component-link.hover {
7102
7185
  color: #484955;
7103
7186
  }
7104
7187
  html:not(#__):not(#___) .cadmin .component-link.focus, html:not(#__):not(#___) .cadmin .component-link:focus {
7105
7188
  color: #484955;
7106
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7189
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7107
7190
  outline: 0;
7108
7191
  }
7109
7192
  html:not(#__):not(#___) .cadmin .single-link {
@@ -7119,12 +7202,16 @@ html:not(#__):not(#___) .cadmin .link-primary {
7119
7202
  transition: none;
7120
7203
  }
7121
7204
  }
7205
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .link-primary {
7206
+ transition: none;
7207
+ }
7208
+
7122
7209
  html:not(#__):not(#___) .cadmin .link-primary:hover, html:not(#__):not(#___) .cadmin .link-primary.hover {
7123
7210
  color: #0041be;
7124
7211
  }
7125
7212
  html:not(#__):not(#___) .cadmin .link-primary.focus, html:not(#__):not(#___) .cadmin .link-primary:focus {
7126
7213
  color: #0041be;
7127
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7214
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7128
7215
  outline: 0;
7129
7216
  }
7130
7217
  html:not(#__):not(#___) .cadmin .link-secondary {
@@ -7137,12 +7224,16 @@ html:not(#__):not(#___) .cadmin .link-secondary {
7137
7224
  transition: none;
7138
7225
  }
7139
7226
  }
7227
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .link-secondary {
7228
+ transition: none;
7229
+ }
7230
+
7140
7231
  html:not(#__):not(#___) .cadmin .link-secondary:hover, html:not(#__):not(#___) .cadmin .link-secondary.hover {
7141
7232
  color: #272833;
7142
7233
  }
7143
7234
  html:not(#__):not(#___) .cadmin .link-secondary.focus, html:not(#__):not(#___) .cadmin .link-secondary:focus {
7144
7235
  color: #272833;
7145
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7236
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7146
7237
  outline: 0;
7147
7238
  }
7148
7239
  html:not(#__):not(#___) .cadmin button.link-outline {
@@ -7172,11 +7263,15 @@ html:not(#__):not(#___) .cadmin .link-outline {
7172
7263
  transition: none;
7173
7264
  }
7174
7265
  }
7266
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .link-outline {
7267
+ transition: none;
7268
+ }
7269
+
7175
7270
  html:not(#__):not(#___) .cadmin .link-outline:hover, html:not(#__):not(#___) .cadmin .link-outline.hover {
7176
7271
  text-decoration: none;
7177
7272
  }
7178
7273
  html:not(#__):not(#___) .cadmin .link-outline.focus, html:not(#__):not(#___) .cadmin .link-outline:focus {
7179
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7274
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7180
7275
  outline: 0;
7181
7276
  }
7182
7277
  html:not(#__):not(#___) .cadmin .link-outline:disabled, html:not(#__):not(#___) .cadmin .link-outline.disabled {
@@ -7299,6 +7394,11 @@ html:not(#__):not(#___) .cadmin .component-title [href] {
7299
7394
  transition: none;
7300
7395
  }
7301
7396
  }
7397
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-title[href],
7398
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-title [href] {
7399
+ transition: none;
7400
+ }
7401
+
7302
7402
  html:not(#__):not(#___) .cadmin .component-title[href]:hover, html:not(#__):not(#___) .cadmin .component-title[href].hover,
7303
7403
  html:not(#__):not(#___) .cadmin .component-title [href]:hover,
7304
7404
  html:not(#__):not(#___) .cadmin .component-title [href].hover {
@@ -7308,7 +7408,7 @@ html:not(#__):not(#___) .cadmin .component-title[href].focus, html:not(#__):not(
7308
7408
  html:not(#__):not(#___) .cadmin .component-title [href].focus,
7309
7409
  html:not(#__):not(#___) .cadmin .component-title [href]:focus {
7310
7410
  color: #060608;
7311
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7411
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7312
7412
  outline: 0;
7313
7413
  }
7314
7414
  html:not(#__):not(#___) .cadmin .component-subtitle {
@@ -7329,6 +7429,11 @@ html:not(#__):not(#___) .cadmin .component-subtitle [href] {
7329
7429
  transition: none;
7330
7430
  }
7331
7431
  }
7432
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-subtitle[href],
7433
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-subtitle [href] {
7434
+ transition: none;
7435
+ }
7436
+
7332
7437
  html:not(#__):not(#___) .cadmin .component-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .component-subtitle[href].hover,
7333
7438
  html:not(#__):not(#___) .cadmin .component-subtitle [href]:hover,
7334
7439
  html:not(#__):not(#___) .cadmin .component-subtitle [href].hover {
@@ -7338,7 +7443,7 @@ html:not(#__):not(#___) .cadmin .component-subtitle[href].focus, html:not(#__):n
7338
7443
  html:not(#__):not(#___) .cadmin .component-subtitle [href].focus,
7339
7444
  html:not(#__):not(#___) .cadmin .component-subtitle [href]:focus {
7340
7445
  color: #272833;
7341
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7446
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7342
7447
  outline: 0;
7343
7448
  }
7344
7449
  html:not(#__):not(#___) .cadmin .component-action {
@@ -7363,13 +7468,17 @@ html:not(#__):not(#___) .cadmin .component-action {
7363
7468
  transition: none;
7364
7469
  }
7365
7470
  }
7471
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .component-action {
7472
+ transition: none;
7473
+ }
7474
+
7366
7475
  html:not(#__):not(#___) .cadmin .component-action:hover, html:not(#__):not(#___) .cadmin .component-action.hover {
7367
7476
  background-color: rgba(39, 40, 51, 0.03);
7368
7477
  color: #272833;
7369
7478
  }
7370
7479
  html:not(#__):not(#___) .cadmin .component-action.focus, html:not(#__):not(#___) .cadmin .component-action:focus {
7371
7480
  background-color: rgba(39, 40, 51, 0.03);
7372
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7481
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7373
7482
  color: #272833;
7374
7483
  outline: 0;
7375
7484
  }
@@ -7464,6 +7573,10 @@ html:not(#__):not(#___) .cadmin .clay-range-input .tooltip {
7464
7573
  transition: none;
7465
7574
  }
7466
7575
  }
7576
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .clay-range-input .tooltip {
7577
+ transition: none;
7578
+ }
7579
+
7467
7580
  html:not(#__):not(#___) .cadmin .clay-range-input .tooltip-inner {
7468
7581
  padding: 8px 12px;
7469
7582
  }
@@ -7767,13 +7880,13 @@ html:not(#__):not(#___) .cadmin .clay-color-btn {
7767
7880
  width: 24px;
7768
7881
  }
7769
7882
  html:not(#__):not(#___) .cadmin .clay-color-btn:active {
7770
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7883
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7771
7884
  }
7772
7885
  html:not(#__):not(#___) .cadmin .clay-color-btn.active {
7773
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7886
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7774
7887
  }
7775
7888
  html:not(#__):not(#___) .cadmin .clay-color-btn[aria-expanded=true], html:not(#__):not(#___) .cadmin .clay-color-btn.show {
7776
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7889
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7777
7890
  }
7778
7891
  html:not(#__):not(#___) .cadmin .clay-color-btn .c-inner {
7779
7892
  margin-bottom: 0;
@@ -7804,12 +7917,16 @@ html:not(#__):not(#___) .cadmin .clay-color-pointer {
7804
7917
  transition: none;
7805
7918
  }
7806
7919
  }
7920
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .clay-color-pointer {
7921
+ transition: none;
7922
+ }
7923
+
7807
7924
  html:not(#__):not(#___) .cadmin .clay-color-pointer:focus, html:not(#__):not(#___) .cadmin .clay-color-pointer.focus {
7808
- box-shadow: 0 0 0 2px #80acff;
7925
+ box-shadow: 0 0 0 2px #528eff;
7809
7926
  outline: 0;
7810
7927
  }
7811
7928
  html:not(#__):not(#___) .cadmin .clay-color-pointer:active:focus {
7812
- box-shadow: 0 0 0 2px #80acff;
7929
+ box-shadow: 0 0 0 2px #528eff;
7813
7930
  }
7814
7931
  html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
7815
7932
  margin-bottom: 0;
@@ -7935,7 +8052,7 @@ html:not(#__):not(#___) .cadmin .form-file-input::-webkit-file-upload-button {
7935
8052
  }
7936
8053
  html:not(#__):not(#___) .cadmin .form-file-input:focus + .input-group {
7937
8054
  border-radius: 1px;
7938
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8055
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7939
8056
  }
7940
8057
  html:not(#__):not(#___) .cadmin .form-file-input:disabled {
7941
8058
  cursor: not-allowed;
@@ -7993,6 +8110,10 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
7993
8110
  transition: none;
7994
8111
  }
7995
8112
  }
8113
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .custom-control-label::before {
8114
+ transition: none;
8115
+ }
8116
+
7996
8117
  html:not(#__):not(#___) .cadmin .custom-control-label::after {
7997
8118
  background: no-repeat 50%/50% 50%;
7998
8119
  content: "";
@@ -8040,6 +8161,10 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
8040
8161
  transition: none;
8041
8162
  }
8042
8163
  }
8164
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .custom-control-label::before {
8165
+ transition: none;
8166
+ }
8167
+
8043
8168
  html:not(#__):not(#___) .cadmin .custom-control-label::after {
8044
8169
  background: no-repeat 50%/50% 50%;
8045
8170
  content: "";
@@ -8063,12 +8188,12 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
8063
8188
  }
8064
8189
  html:not(#__):not(#___) .cadmin .custom-control-input:focus ~ .custom-control-label::before {
8065
8190
  border-color: #cdced9;
8066
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8191
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8067
8192
  }
8068
8193
  html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
8069
8194
  background-color: #fff;
8070
8195
  border-color: #cdced9;
8071
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff, 0 0 0 4px #80acff;
8196
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff, 0 0 0 4px #528eff;
8072
8197
  color: #fff;
8073
8198
  }
8074
8199
  html:not(#__):not(#___) .cadmin .custom-control-input[disabled], html:not(#__):not(#___) .cadmin .custom-control-input:disabled {
@@ -8201,10 +8326,10 @@ html:not(#__):not(#___) .cadmin .clay-time .btn {
8201
8326
  width: 24px;
8202
8327
  }
8203
8328
  html:not(#__):not(#___) .cadmin .clay-time .btn:focus, html:not(#__):not(#___) .cadmin .clay-time .btn.focus {
8204
- box-shadow: 0 0 0 1px #80acff;
8329
+ box-shadow: 0 0 0 1px #528eff;
8205
8330
  }
8206
8331
  html:not(#__):not(#___) .cadmin .clay-time .btn:active:focus {
8207
- box-shadow: 0 0 0 1px #80acff;
8332
+ box-shadow: 0 0 0 1px #528eff;
8208
8333
  }
8209
8334
  html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
8210
8335
  margin-bottom: 0;
@@ -8330,20 +8455,24 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn {
8330
8455
  transition: none;
8331
8456
  }
8332
8457
  }
8458
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn {
8459
+ transition: none;
8460
+ }
8461
+
8333
8462
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:hover {
8334
8463
  background-color: #f1f2f5;
8335
8464
  color: #272833;
8336
8465
  }
8337
8466
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:focus, html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.focus {
8338
8467
  background-color: #f1f2f5;
8339
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8468
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8340
8469
  color: #272833;
8341
8470
  }
8342
8471
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
8343
8472
  background-color: #f1f2f5;
8344
8473
  }
8345
8474
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus {
8346
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8475
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8347
8476
  }
8348
8477
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
8349
8478
  background-color: #f1f2f5;
@@ -8450,6 +8579,10 @@ html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
8450
8579
  transition: none;
8451
8580
  }
8452
8581
  }
8582
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
8583
+ transition: none;
8584
+ }
8585
+
8453
8586
  html:not(#__):not(#___) .cadmin .date-picker-calendar-item:disabled, html:not(#__):not(#___) .cadmin .date-picker-calendar-item.disabled {
8454
8587
  cursor: not-allowed;
8455
8588
  }
@@ -8510,7 +8643,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:hover {
8510
8643
  }
8511
8644
  html:not(#__):not(#___) .cadmin .date-picker-date:focus, html:not(#__):not(#___) .cadmin .date-picker-date.focus {
8512
8645
  background-color: #f1f2f5;
8513
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8646
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8514
8647
  color: #272833;
8515
8648
  outline: 0;
8516
8649
  }
@@ -8519,7 +8652,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:active {
8519
8652
  color: #fff;
8520
8653
  }
8521
8654
  html:not(#__):not(#___) .cadmin .date-picker-date:active:focus {
8522
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8655
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8523
8656
  }
8524
8657
  html:not(#__):not(#___) .cadmin .date-picker-date.active {
8525
8658
  background-color: #0b5fff;
@@ -8537,9 +8670,33 @@ html:not(#__):not(#___) .cadmin .date-picker-date[aria-expanded=true], html:not(
8537
8670
  html:not(#__):not(#___) .cadmin .previous-month-date {
8538
8671
  color: #a7a9bc;
8539
8672
  }
8673
+ html:not(#__):not(#___) .cadmin .previous-month-date:active {
8674
+ background-color: #b3cdff;
8675
+ color: #f0f5ff;
8676
+ }
8677
+ html:not(#__):not(#___) .cadmin .previous-month-date.active {
8678
+ background-color: #b3cdff;
8679
+ color: #f0f5ff;
8680
+ }
8681
+ html:not(#__):not(#___) .cadmin .previous-month-date[aria-expanded=true], html:not(#__):not(#___) .cadmin .previous-month-date.show {
8682
+ background-color: #b3cdff;
8683
+ color: #f0f5ff;
8684
+ }
8540
8685
  html:not(#__):not(#___) .cadmin .next-month-date {
8541
8686
  color: #a7a9bc;
8542
8687
  }
8688
+ html:not(#__):not(#___) .cadmin .next-month-date:active {
8689
+ background-color: #b3cdff;
8690
+ color: #f0f5ff;
8691
+ }
8692
+ html:not(#__):not(#___) .cadmin .next-month-date.active {
8693
+ background-color: #b3cdff;
8694
+ color: #f0f5ff;
8695
+ }
8696
+ html:not(#__):not(#___) .cadmin .next-month-date[aria-expanded=true], html:not(#__):not(#___) .cadmin .next-month-date.show {
8697
+ background-color: #b3cdff;
8698
+ color: #f0f5ff;
8699
+ }
8543
8700
  html:not(#__):not(#___) .cadmin .clay-dual-listbox {
8544
8701
  display: flex;
8545
8702
  flex-direction: row;
@@ -8614,7 +8771,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control {
8614
8771
  color: #272833;
8615
8772
  }
8616
8773
  html:not(#__):not(#___) .cadmin .has-error .form-control:focus, html:not(#__):not(#___) .cadmin .has-error .form-control.focus {
8617
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8774
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8618
8775
  }
8619
8776
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
8620
8777
  background-color: #fff;
@@ -8639,7 +8796,7 @@ html:not(#__):not(#___) .cadmin .has-error select.form-control[multiple] {
8639
8796
  color: #272833;
8640
8797
  }
8641
8798
  html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus {
8642
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8799
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8643
8800
  }
8644
8801
  html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus .input-group-inset {
8645
8802
  background-color: #feefef;
@@ -8672,7 +8829,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control {
8672
8829
  color: #272833;
8673
8830
  }
8674
8831
  html:not(#__):not(#___) .cadmin .has-warning .form-control:focus, html:not(#__):not(#___) .cadmin .has-warning .form-control.focus {
8675
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8832
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8676
8833
  }
8677
8834
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
8678
8835
  background-color: #fff;
@@ -8697,7 +8854,7 @@ html:not(#__):not(#___) .cadmin .has-warning select.form-control[multiple] {
8697
8854
  color: #272833;
8698
8855
  }
8699
8856
  html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus {
8700
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8857
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8701
8858
  }
8702
8859
  html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus .input-group-inset {
8703
8860
  background-color: #fff4ec;
@@ -8730,7 +8887,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control {
8730
8887
  color: #272833;
8731
8888
  }
8732
8889
  html:not(#__):not(#___) .cadmin .has-success .form-control:focus, html:not(#__):not(#___) .cadmin .has-success .form-control.focus {
8733
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8890
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8734
8891
  }
8735
8892
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
8736
8893
  background-color: #fff;
@@ -8755,7 +8912,7 @@ html:not(#__):not(#___) .cadmin .has-success select.form-control[multiple] {
8755
8912
  color: #272833;
8756
8913
  }
8757
8914
  html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus {
8758
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8915
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8759
8916
  }
8760
8917
  html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus .input-group-inset {
8761
8918
  background-color: #edf9f0;
@@ -8850,7 +9007,7 @@ html:not(#__):not(#___) .cadmin .input-group-item {
8850
9007
  }
8851
9008
  html:not(#__):not(#___) .cadmin .input-group-item.focus {
8852
9009
  border-radius: 4px;
8853
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9010
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8854
9011
  }
8855
9012
  html:not(#__):not(#___) .cadmin .input-group-item.focus.input-group-prepend {
8856
9013
  border-bottom-right-radius: 0;
@@ -9370,6 +9527,11 @@ html:not(#__):not(#___) .cadmin .list-group-title [href] {
9370
9527
  transition: none;
9371
9528
  }
9372
9529
  }
9530
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-title[href],
9531
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-title [href] {
9532
+ transition: none;
9533
+ }
9534
+
9373
9535
  html:not(#__):not(#___) .cadmin .list-group-title[href]:hover, html:not(#__):not(#___) .cadmin .list-group-title[href].hover,
9374
9536
  html:not(#__):not(#___) .cadmin .list-group-title [href]:hover,
9375
9537
  html:not(#__):not(#___) .cadmin .list-group-title [href].hover {
@@ -9378,7 +9540,7 @@ html:not(#__):not(#___) .cadmin .list-group-title [href].hover {
9378
9540
  html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not(#___) .cadmin .list-group-title[href]:focus,
9379
9541
  html:not(#__):not(#___) .cadmin .list-group-title [href].focus,
9380
9542
  html:not(#__):not(#___) .cadmin .list-group-title [href]:focus {
9381
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9543
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9382
9544
  outline: 0;
9383
9545
  }
9384
9546
  html:not(#__):not(#___) .cadmin .list-group-subtitle {
@@ -9399,6 +9561,11 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
9399
9561
  transition: none;
9400
9562
  }
9401
9563
  }
9564
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-subtitle[href],
9565
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
9566
+ transition: none;
9567
+ }
9568
+
9402
9569
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .list-group-subtitle[href].hover,
9403
9570
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:hover,
9404
9571
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href].hover {
@@ -9407,7 +9574,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href].hover {
9407
9574
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus,
9408
9575
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href].focus,
9409
9576
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:focus {
9410
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9577
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9411
9578
  outline: 0;
9412
9579
  }
9413
9580
  html:not(#__):not(#___) .cadmin .list-group-text {
@@ -9428,6 +9595,11 @@ html:not(#__):not(#___) .cadmin .list-group-text [href] {
9428
9595
  transition: none;
9429
9596
  }
9430
9597
  }
9598
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-text[href],
9599
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-text [href] {
9600
+ transition: none;
9601
+ }
9602
+
9431
9603
  html:not(#__):not(#___) .cadmin .list-group-text[href]:hover, html:not(#__):not(#___) .cadmin .list-group-text[href].hover,
9432
9604
  html:not(#__):not(#___) .cadmin .list-group-text [href]:hover,
9433
9605
  html:not(#__):not(#___) .cadmin .list-group-text [href].hover {
@@ -9436,7 +9608,7 @@ html:not(#__):not(#___) .cadmin .list-group-text [href].hover {
9436
9608
  html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(#___) .cadmin .list-group-text[href]:focus,
9437
9609
  html:not(#__):not(#___) .cadmin .list-group-text [href].focus,
9438
9610
  html:not(#__):not(#___) .cadmin .list-group-text [href]:focus {
9439
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9611
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9440
9612
  outline: 0;
9441
9613
  }
9442
9614
  html:not(#__):not(#___) .cadmin .list-group-subtext {
@@ -9458,6 +9630,11 @@ html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
9458
9630
  transition: none;
9459
9631
  }
9460
9632
  }
9633
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-subtext[href],
9634
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
9635
+ transition: none;
9636
+ }
9637
+
9461
9638
  html:not(#__):not(#___) .cadmin .list-group-subtext[href]:hover, html:not(#__):not(#___) .cadmin .list-group-subtext[href].hover,
9462
9639
  html:not(#__):not(#___) .cadmin .list-group-subtext [href]:hover,
9463
9640
  html:not(#__):not(#___) .cadmin .list-group-subtext [href].hover {
@@ -9466,7 +9643,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext [href].hover {
9466
9643
  html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus,
9467
9644
  html:not(#__):not(#___) .cadmin .list-group-subtext [href].focus,
9468
9645
  html:not(#__):not(#___) .cadmin .list-group-subtext [href]:focus {
9469
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9646
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9470
9647
  outline: 0;
9471
9648
  }
9472
9649
  html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
@@ -9821,6 +9998,10 @@ html:not(#__):not(#___) .cadmin .modal.fade .modal-dialog, html:not(#__):not(#__
9821
9998
  transition: none;
9822
9999
  }
9823
10000
  }
10001
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .modal.fade .modal-dialog, .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin.modal.fade .modal-dialog {
10002
+ transition: none;
10003
+ }
10004
+
9824
10005
  html:not(#__):not(#___) .cadmin .modal.show, html:not(#__):not(#___) .cadmin.modal.show {
9825
10006
  display: block;
9826
10007
  }
@@ -10283,6 +10464,18 @@ html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-icon:activ
10283
10464
  html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-divider {
10284
10465
  background-color: #6b6c7e;
10285
10466
  }
10467
+ html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon {
10468
+ background-color: #da1414;
10469
+ 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='M300.4%20256%20467%2089.4c29.6-29.6-14.8-74.1-44.4-44.4L256%20211.6%2089.4%2045C59.8%2015.3%2015.3%2059.8%2045%2089.4L211.6%20256%2045%20422.6c-29.7%2029.7%2014.7%2074.1%2044.4%2044.4L256%20300.4%20422.6%20467c29.7%2029.7%2074.1-14.7%2044.4-44.4L300.4%20256z'%20fill='%23fff'/%3E%3C/svg%3E");
10470
+ color: #fff;
10471
+ text-indent: -100px;
10472
+ }
10473
+ html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon[data-multi-step-icon]::before {
10474
+ content: none;
10475
+ }
10476
+ html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon .lexicon-icon {
10477
+ display: none;
10478
+ }
10286
10479
  html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-title {
10287
10480
  color: #a7a9bc;
10288
10481
  }
@@ -10374,7 +10567,7 @@ html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
10374
10567
  }
10375
10568
  html:not(#__):not(#___) .cadmin .multi-step-icon:focus {
10376
10569
  background-color: #f1f2f5;
10377
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10570
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10378
10571
  color: #6b6c7e;
10379
10572
  outline: 0;
10380
10573
  text-decoration: none;
@@ -10500,10 +10693,10 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled {
10500
10693
  width: 100%;
10501
10694
  }
10502
10695
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:focus, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus {
10503
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10696
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10504
10697
  }
10505
10698
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:active:focus {
10506
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10699
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10507
10700
  }
10508
10701
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
10509
10702
  opacity: 1;
@@ -10778,7 +10971,13 @@ html:not(#__):not(#___) .cadmin .nav-nested-margins > li .nav > li {
10778
10971
  margin-left: 16px;
10779
10972
  }
10780
10973
  html:not(#__):not(#___) .cadmin .nav-tabs {
10781
- border-bottom: 1px solid transparent;
10974
+ background-color: #f7f8f9;
10975
+ border-color: #cdced9;
10976
+ border-style: solid;
10977
+ border-width: 1px 0;
10978
+ padding-left: 24px;
10979
+ padding-right: 24px;
10980
+ padding-top: 7px;
10782
10981
  font-size: 14px;
10783
10982
  }
10784
10983
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
@@ -10798,23 +10997,27 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
10798
10997
  transition: none;
10799
10998
  }
10800
10999
  }
11000
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
11001
+ transition: none;
11002
+ }
11003
+
10801
11004
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:hover, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.hover {
10802
11005
  border-color: transparent;
10803
11006
  }
10804
11007
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus {
10805
11008
  border-color: transparent;
10806
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
11009
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10807
11010
  outline: 0;
10808
11011
  }
10809
11012
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
10810
11013
  background-color: #fff;
10811
- border-color: transparent transparent #fff;
11014
+ border-color: #cdced9 #cdced9 #fff;
10812
11015
  color: #272833;
10813
11016
  }
10814
11017
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.active {
10815
11018
  background-color: #fff;
10816
11019
  color: #272833;
10817
- border-color: transparent transparent #fff;
11020
+ border-color: #cdced9 #cdced9 #fff;
10818
11021
  }
10819
11022
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.disabled {
10820
11023
  background-color: transparent;
@@ -10823,9 +11026,9 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:disabled, html:not(#__):not(
10823
11026
  color: #a7a9bc;
10824
11027
  }
10825
11028
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.show {
10826
- background-color: transparent;
11029
+ background-color: #fff;
10827
11030
  color: #272833;
10828
- border-color: transparent transparent transparent transparent;
11031
+ border-color: #cdced9 #cdced9 #fff;
10829
11032
  }
10830
11033
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link > .c-inner {
10831
11034
  margin-bottom: -4.5px;
@@ -10863,51 +11066,6 @@ html:not(#__):not(#___) .cadmin .dropdown-item[data-toggle=tab].active .dropdown
10863
11066
  html:not(#__):not(#___) .cadmin .dropdown-item[data-toggle=tab].active .dropdown-item-indicator-end {
10864
11067
  display: block;
10865
11068
  }
10866
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link {
10867
- border-radius: 1px;
10868
- color: #6b6c7e;
10869
- font-weight: 600;
10870
- line-height: 1;
10871
- padding-bottom: 9px;
10872
- padding-top: 9px;
10873
- transition: box-shadow 0.15s ease-in-out;
10874
- }
10875
- @media (prefers-reduced-motion: reduce) {
10876
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link {
10877
- transition: none;
10878
- }
10879
- }
10880
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link::after {
10881
- bottom: 0;
10882
- display: block;
10883
- position: absolute;
10884
- left: 0;
10885
- right: 0;
10886
- width: auto;
10887
- }
10888
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-underline .nav-link:focus {
10889
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10890
- outline: 0;
10891
- }
10892
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active {
10893
- color: #272833;
10894
- }
10895
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link.active::after {
10896
- background-color: #528eff;
10897
- content: "";
10898
- height: 2px;
10899
- }
10900
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link:disabled, html:not(#__):not(#___) .cadmin .nav-underline .nav-link.disabled {
10901
- box-shadow: none;
10902
- color: #a7a9bc;
10903
- }
10904
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link[aria-expanded=true], html:not(#__):not(#___) .cadmin .nav-underline .nav-link.show {
10905
- color: #272833;
10906
- }
10907
- html:not(#__):not(#___) .cadmin .nav-underline .nav-link > .c-inner {
10908
- margin-bottom: -9px;
10909
- margin-top: -9px;
10910
- }
10911
11069
  html:not(#__):not(#___) .cadmin .menubar {
10912
11070
  position: relative;
10913
11071
  }
@@ -10997,13 +11155,17 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
10997
11155
  transition: none;
10998
11156
  }
10999
11157
  }
11158
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
11159
+ transition: none;
11160
+ }
11161
+
11000
11162
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.hover {
11001
11163
  background-color: rgba(11, 95, 255, 0.04);
11002
11164
  color: #272833;
11003
11165
  }
11004
11166
  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 {
11005
11167
  background-color: rgba(11, 95, 255, 0.04);
11006
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
11168
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
11007
11169
  color: #272833;
11008
11170
  outline: 0;
11009
11171
  }
@@ -11046,6 +11208,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
11046
11208
  transition: none;
11047
11209
  }
11048
11210
  }
11211
+ @media (max-width: 767.98px) {
11212
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
11213
+ transition: none;
11214
+ }
11215
+ }
11049
11216
  @media (max-width: 767.98px) {
11050
11217
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
11051
11218
  border-radius: 0;
@@ -11181,13 +11348,17 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
11181
11348
  transition: none;
11182
11349
  }
11183
11350
  }
11351
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
11352
+ transition: none;
11353
+ }
11354
+
11184
11355
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover {
11185
11356
  background-color: rgba(11, 95, 255, 0.04);
11186
11357
  color: #272833;
11187
11358
  }
11188
11359
  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 {
11189
11360
  background-color: rgba(11, 95, 255, 0.04);
11190
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
11361
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
11191
11362
  color: #272833;
11192
11363
  outline: 0;
11193
11364
  }
@@ -11230,6 +11401,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
11230
11401
  transition: none;
11231
11402
  }
11232
11403
  }
11404
+ @media (max-width: 991.98px) {
11405
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
11406
+ transition: none;
11407
+ }
11408
+ }
11233
11409
  @media (max-width: 991.98px) {
11234
11410
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
11235
11411
  border-radius: 0;
@@ -12078,80 +12254,30 @@ html:not(#__):not(#___) .cadmin .navbar-dark .navbar-text a {
12078
12254
  html:not(#__):not(#___) .cadmin .navbar-dark .navbar-text a:hover, html:not(#__):not(#___) .cadmin .navbar-dark .navbar-text a:focus {
12079
12255
  color: #fff;
12080
12256
  }
12081
- html:not(#__):not(#___) .cadmin .navbar-underline .navbar-toggler-link:after {
12257
+ html:not(#__):not(#___) .cadmin .navbar-underline .navbar-toggler-link::after {
12082
12258
  background-color: #80acff;
12083
12259
  bottom: -8px;
12084
12260
  content: "";
12085
12261
  display: block;
12086
- height: 2px;
12262
+ height: 0.25rem;
12087
12263
  left: 0;
12088
12264
  position: absolute;
12089
12265
  right: 0;
12090
12266
  width: auto;
12091
12267
  }
12092
- @media (min-width: 576px) {
12093
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-sm .navbar-nav .nav-link.active:after {
12094
- background-color: #80acff;
12095
- bottom: -8px;
12096
- content: "";
12097
- display: block;
12098
- height: 2px;
12099
- left: 0;
12100
- position: absolute;
12101
- right: 0;
12102
- width: auto;
12103
- }
12104
- }
12105
12268
  @media (min-width: 768px) {
12106
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-md .navbar-nav .nav-link.active:after {
12269
+ html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
12107
12270
  background-color: #80acff;
12108
12271
  bottom: -8px;
12109
12272
  content: "";
12110
12273
  display: block;
12111
- height: 2px;
12274
+ height: 0.25rem;
12112
12275
  left: 0;
12113
12276
  position: absolute;
12114
12277
  right: 0;
12115
12278
  width: auto;
12116
12279
  }
12117
12280
  }
12118
- @media (min-width: 992px) {
12119
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-lg .navbar-nav .nav-link.active:after {
12120
- background-color: #80acff;
12121
- bottom: -8px;
12122
- content: "";
12123
- display: block;
12124
- height: 2px;
12125
- left: 0;
12126
- position: absolute;
12127
- right: 0;
12128
- width: auto;
12129
- }
12130
- }
12131
- @media (min-width: 1280px) {
12132
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand-xl .navbar-nav .nav-link.active:after {
12133
- background-color: #80acff;
12134
- bottom: -8px;
12135
- content: "";
12136
- display: block;
12137
- height: 2px;
12138
- left: 0;
12139
- position: absolute;
12140
- right: 0;
12141
- width: auto;
12142
- }
12143
- }
12144
- html:not(#__):not(#___) .cadmin .navbar-underline.navbar-expand .navbar-nav .nav-link.active:after {
12145
- background-color: #80acff;
12146
- bottom: -8px;
12147
- content: "";
12148
- display: block;
12149
- height: 2px;
12150
- left: 0;
12151
- position: absolute;
12152
- right: 0;
12153
- width: auto;
12154
- }
12155
12281
  html:not(#__):not(#___) .cadmin .management-bar {
12156
12282
  border-width: 0px 0px 1px 0px;
12157
12283
  font-size: 14px;
@@ -12352,8 +12478,12 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link {
12352
12478
  transition: none;
12353
12479
  }
12354
12480
  }
12481
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link {
12482
+ transition: none;
12483
+ }
12484
+
12355
12485
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus {
12356
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12486
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12357
12487
  }
12358
12488
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
12359
12489
  box-shadow: none;
@@ -12368,8 +12498,12 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-brand {
12368
12498
  transition: none;
12369
12499
  }
12370
12500
  }
12501
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .management-bar .navbar-brand {
12502
+ transition: none;
12503
+ }
12504
+
12371
12505
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus {
12372
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12506
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12373
12507
  }
12374
12508
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
12375
12509
  box-shadow: none;
@@ -12691,25 +12825,25 @@ html:not(#__):not(#___) .cadmin .navigation-bar .dropdown-menu {
12691
12825
  margin-top: 0;
12692
12826
  }
12693
12827
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
12694
- border-radius: 0;
12828
+ border-radius: 4px;
12695
12829
  border-width: 0;
12696
12830
  outline: 0;
12697
12831
  font-size: inherit;
12698
12832
  }
12699
12833
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus {
12700
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12834
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12701
12835
  }
12702
12836
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
12703
12837
  box-shadow: none;
12704
12838
  }
12705
12839
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
12706
- border-radius: 0;
12840
+ border-radius: 4px;
12707
12841
  border-width: 0;
12708
12842
  outline: 0;
12709
12843
  font-size: inherit;
12710
12844
  }
12711
12845
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus {
12712
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12846
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12713
12847
  }
12714
12848
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
12715
12849
  box-shadow: none;
@@ -12972,6 +13106,10 @@ html:not(#__):not(#___) .cadmin .page-link {
12972
13106
  transition: none;
12973
13107
  }
12974
13108
  }
13109
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .page-link {
13110
+ transition: none;
13111
+ }
13112
+
12975
13113
  html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmin .page-link.hover {
12976
13114
  background-color: rgba(39, 40, 41, 0.04);
12977
13115
  border-color: transparent;
@@ -12982,7 +13120,7 @@ html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmi
12982
13120
  html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus {
12983
13121
  background-color: rgba(39, 40, 41, 0.04);
12984
13122
  border-color: transparent;
12985
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
13123
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12986
13124
  color: #272833;
12987
13125
  outline: 0;
12988
13126
  z-index: 4;
@@ -13083,6 +13221,11 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button {
13083
13221
  transition: none;
13084
13222
  }
13085
13223
  }
13224
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .pagination-items-per-page > a,
13225
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .pagination-items-per-page > button {
13226
+ transition: none;
13227
+ }
13228
+
13086
13229
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:hover, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.hover,
13087
13230
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:hover,
13088
13231
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.hover {
@@ -13094,7 +13237,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus, html:not(#
13094
13237
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus,
13095
13238
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus {
13096
13239
  border-color: transparent;
13097
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
13240
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
13098
13241
  color: #272833;
13099
13242
  outline: 0;
13100
13243
  }
@@ -13325,12 +13468,16 @@ html:not(#__):not(#___) .cadmin .panel-header-link {
13325
13468
  transition: none;
13326
13469
  }
13327
13470
  }
13471
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .panel-header-link {
13472
+ transition: none;
13473
+ }
13474
+
13328
13475
  html:not(#__):not(#___) .cadmin .panel-header-link:hover, html:not(#__):not(#___) .cadmin .panel-header-link.hover {
13329
13476
  color: inherit;
13330
13477
  text-decoration: none;
13331
13478
  }
13332
13479
  html:not(#__):not(#___) .cadmin .panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-header-link:focus {
13333
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
13480
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
13334
13481
  outline: 0;
13335
13482
  z-index: 1;
13336
13483
  }
@@ -13546,7 +13693,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link
13546
13693
  border-radius: 1px;
13547
13694
  }
13548
13695
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
13549
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
13696
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
13550
13697
  }
13551
13698
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
13552
13699
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
@@ -13941,6 +14088,10 @@ html:not(#__):not(#___) .cadmin .progress-bar {
13941
14088
  transition: none;
13942
14089
  }
13943
14090
  }
14091
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .progress-bar {
14092
+ transition: none;
14093
+ }
14094
+
13944
14095
  html:not(#__):not(#___) .cadmin .progress-bar-striped {
13945
14096
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
13946
14097
  background-size: 8px 8px;
@@ -14261,11 +14412,15 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle {
14261
14412
  transition: none;
14262
14413
  }
14263
14414
  }
14415
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin a.sheet-subtitle {
14416
+ transition: none;
14417
+ }
14418
+
14264
14419
  html:not(#__):not(#___) .cadmin a.sheet-subtitle:hover, html:not(#__):not(#___) .cadmin a.sheet-subtitle.hover {
14265
14420
  text-decoration: none;
14266
14421
  }
14267
14422
  html:not(#__):not(#___) .cadmin a.sheet-subtitle.focus, html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus {
14268
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
14423
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
14269
14424
  outline: 0;
14270
14425
  }
14271
14426
  html:not(#__):not(#___) .cadmin .sheet-tertiary-title {
@@ -14445,7 +14600,7 @@ html:not(#__):not(#___) .cadmin .sidebar, html:not(#__):not(#___) .cadmin.sideba
14445
14600
  -webkit-overflow-scrolling: touch;
14446
14601
  }
14447
14602
  html:not(#__):not(#___) .cadmin .sidebar:focus, html:not(#__):not(#___) .cadmin .sidebar.focus, html:not(#__):not(#___) .cadmin.sidebar:focus, html:not(#__):not(#___) .cadmin.sidebar.focus {
14448
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
14603
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
14449
14604
  }
14450
14605
  html:not(#__):not(#___) .cadmin .sidebar .container-fluid, html:not(#__):not(#___) .cadmin.sidebar .container-fluid {
14451
14606
  padding-left: 16px;
@@ -14575,7 +14730,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd [href] {
14575
14730
  color: #272833;
14576
14731
  }
14577
14732
  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 {
14578
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
14733
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
14579
14734
  }
14580
14735
  html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
14581
14736
  background-color: #fff;
@@ -14651,11 +14806,15 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link {
14651
14806
  transition: none;
14652
14807
  }
14653
14808
  }
14809
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link {
14810
+ transition: none;
14811
+ }
14812
+
14654
14813
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:hover, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.hover {
14655
14814
  color: #fff;
14656
14815
  }
14657
14816
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus {
14658
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
14817
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14659
14818
  outline: 0;
14660
14819
  }
14661
14820
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:active {
@@ -14709,11 +14868,15 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
14709
14868
  transition: none;
14710
14869
  }
14711
14870
  }
14871
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
14872
+ transition: none;
14873
+ }
14874
+
14712
14875
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.hover {
14713
14876
  color: #fff;
14714
14877
  }
14715
14878
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
14716
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
14879
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14717
14880
  outline: 0;
14718
14881
  }
14719
14882
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
@@ -14741,6 +14904,10 @@ html:not(#__):not(#___) .cadmin .c-slideout-transition-in {
14741
14904
  transition: none;
14742
14905
  }
14743
14906
  }
14907
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .c-slideout-transition-in {
14908
+ transition: none;
14909
+ }
14910
+
14744
14911
  html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
14745
14912
  transition: all 0.2s ease-in;
14746
14913
  }
@@ -14749,6 +14916,10 @@ html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
14749
14916
  transition: none;
14750
14917
  }
14751
14918
  }
14919
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
14920
+ transition: none;
14921
+ }
14922
+
14752
14923
  html:not(#__):not(#___) .cadmin .c-slideout-fixed {
14753
14924
  position: fixed;
14754
14925
  }
@@ -14775,6 +14946,9 @@ html:not(#__):not(#___) .cadmin .c-slideout .sidebar.c-slideout-show {
14775
14946
  html:not(#__):not(#___) .cadmin .c-slideout .sidebar.c-slideout-transition {
14776
14947
  display: block;
14777
14948
  }
14949
+ html:not(#__):not(#___) .cadmin .c-slideout .sidebar.c-slideout-transition .c-horizontal-resizer {
14950
+ display: none;
14951
+ }
14778
14952
  html:not(#__):not(#___) .cadmin .c-slideout .tbar-stacked {
14779
14953
  display: none;
14780
14954
  flex-shrink: 0;
@@ -14847,6 +15021,10 @@ html:not(#__):not(#___) .cadmin .c-slideout-end .tbar-stacked {
14847
15021
  html:not(#__):not(#___) .cadmin .c-slideout-end .tbar-stacked.c-slideout-show {
14848
15022
  right: 0;
14849
15023
  }
15024
+ html:not(#__):not(#___) .cadmin .c-slideout-end .c-horizontal-resizer {
15025
+ left: 0;
15026
+ right: auto;
15027
+ }
14850
15028
  @media (max-width: 767.98px) {
14851
15029
  html:not(#__):not(#___) .cadmin .c-slideout-end.c-slideout-tbar-shown .sidebar {
14852
15030
  right: -280px;
@@ -14909,11 +15087,15 @@ html:not(#__):not(#___) .cadmin .table thead th [href] {
14909
15087
  transition: none;
14910
15088
  }
14911
15089
  }
15090
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table thead th [href] {
15091
+ transition: none;
15092
+ }
15093
+
14912
15094
  html:not(#__):not(#___) .cadmin .table thead th [href]:hover, html:not(#__):not(#___) .cadmin .table thead th [href].hover {
14913
15095
  color: #272833;
14914
15096
  }
14915
15097
  html:not(#__):not(#___) .cadmin .table thead th [href].focus, html:not(#__):not(#___) .cadmin .table thead th [href]:focus {
14916
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15098
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14917
15099
  outline: 0;
14918
15100
  }
14919
15101
  html:not(#__):not(#___) .cadmin .table th:first-child,
@@ -15131,11 +15313,15 @@ html:not(#__):not(#___) .cadmin .table-title a {
15131
15313
  transition: none;
15132
15314
  }
15133
15315
  }
15316
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-title a {
15317
+ transition: none;
15318
+ }
15319
+
15134
15320
  html:not(#__):not(#___) .cadmin .table-title a:hover, html:not(#__):not(#___) .cadmin .table-title a.hover {
15135
15321
  color: #272833;
15136
15322
  }
15137
15323
  html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .cadmin .table-title a:focus {
15138
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15324
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15139
15325
  outline: 0;
15140
15326
  }
15141
15327
  html:not(#__):not(#___) .cadmin .table-link {
@@ -15150,11 +15336,15 @@ html:not(#__):not(#___) .cadmin .table-link {
15150
15336
  transition: none;
15151
15337
  }
15152
15338
  }
15339
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-link {
15340
+ transition: none;
15341
+ }
15342
+
15153
15343
  html:not(#__):not(#___) .cadmin .table-link:hover, html:not(#__):not(#___) .cadmin .table-link.hover {
15154
15344
  color: #272833;
15155
15345
  }
15156
15346
  html:not(#__):not(#___) .cadmin .table-link.focus, html:not(#__):not(#___) .cadmin .table-link:focus {
15157
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15347
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15158
15348
  outline: 0;
15159
15349
  }
15160
15350
  html:not(#__):not(#___) .cadmin .table-action-link {
@@ -15174,6 +15364,10 @@ html:not(#__):not(#___) .cadmin .table-action-link {
15174
15364
  transition: none;
15175
15365
  }
15176
15366
  }
15367
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-action-link {
15368
+ transition: none;
15369
+ }
15370
+
15177
15371
  html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___) .cadmin .table-action-link.hover {
15178
15372
  background-color: rgba(0, 0, 0, 0.02);
15179
15373
  color: #272833;
@@ -15182,7 +15376,7 @@ html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___
15182
15376
  html:not(#__):not(#___) .cadmin .table-action-link.focus, html:not(#__):not(#___) .cadmin .table-action-link:focus {
15183
15377
  background-color: rgba(0, 0, 0, 0.02);
15184
15378
  color: #272833;
15185
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15379
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15186
15380
  outline: 0;
15187
15381
  }
15188
15382
  html:not(#__):not(#___) .cadmin .table-action-link:active {
@@ -15459,11 +15653,15 @@ html:not(#__):not(#___) .cadmin .table-list-title a {
15459
15653
  transition: none;
15460
15654
  }
15461
15655
  }
15656
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-list-title a {
15657
+ transition: none;
15658
+ }
15659
+
15462
15660
  html:not(#__):not(#___) .cadmin .table-list-title a:hover, html:not(#__):not(#___) .cadmin .table-list-title a.hover {
15463
15661
  color: #272833;
15464
15662
  }
15465
15663
  html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#___) .cadmin .table-list-title a:focus {
15466
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15664
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15467
15665
  outline: 0;
15468
15666
  }
15469
15667
  html:not(#__):not(#___) .cadmin .table-list-link {
@@ -15478,11 +15676,15 @@ html:not(#__):not(#___) .cadmin .table-list-link {
15478
15676
  transition: none;
15479
15677
  }
15480
15678
  }
15679
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-list-link {
15680
+ transition: none;
15681
+ }
15682
+
15481
15683
  html:not(#__):not(#___) .cadmin .table-list-link:hover, html:not(#__):not(#___) .cadmin .table-list-link.hover {
15482
15684
  color: #272833;
15483
15685
  }
15484
15686
  html:not(#__):not(#___) .cadmin .table-list-link.focus, html:not(#__):not(#___) .cadmin .table-list-link:focus {
15485
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15687
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15486
15688
  outline: 0;
15487
15689
  }
15488
15690
  html:not(#__):not(#___) .cadmin .table-list-action-link {
@@ -15501,6 +15703,10 @@ html:not(#__):not(#___) .cadmin .table-list-action-link {
15501
15703
  transition: none;
15502
15704
  }
15503
15705
  }
15706
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .table-list-action-link {
15707
+ transition: none;
15708
+ }
15709
+
15504
15710
  html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not(#___) .cadmin .table-list-action-link.hover {
15505
15711
  background-color: rgba(0, 0, 0, 0.02);
15506
15712
  color: #272833;
@@ -15508,7 +15714,7 @@ html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not
15508
15714
  }
15509
15715
  html:not(#__):not(#___) .cadmin .table-list-action-link.focus, html:not(#__):not(#___) .cadmin .table-list-action-link:focus {
15510
15716
  background-color: rgba(0, 0, 0, 0.02);
15511
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15717
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15512
15718
  color: #272833;
15513
15719
  outline: 0;
15514
15720
  }
@@ -16177,10 +16383,10 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced {
16177
16383
  width: 40px;
16178
16384
  }
16179
16385
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:focus, html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus {
16180
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
16386
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
16181
16387
  }
16182
16388
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus {
16183
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
16389
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
16184
16390
  }
16185
16391
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
16186
16392
  margin-bottom: 0;
@@ -16624,6 +16830,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::befor
16624
16830
  transition: none;
16625
16831
  }
16626
16832
  }
16833
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::before {
16834
+ transition: none;
16835
+ }
16836
+
16627
16837
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after {
16628
16838
  background-color: #fff;
16629
16839
  border-color: #fff;
@@ -16645,6 +16855,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after
16645
16855
  transition: none;
16646
16856
  }
16647
16857
  }
16858
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after {
16859
+ transition: none;
16860
+ }
16861
+
16648
16862
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
16649
16863
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
16650
16864
  }
@@ -16653,6 +16867,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
16653
16867
  transition: none;
16654
16868
  }
16655
16869
  }
16870
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
16871
+ transition: none;
16872
+ }
16873
+
16656
16874
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
16657
16875
  content: attr(data-label-off);
16658
16876
  margin-left: 56px;
@@ -16664,6 +16882,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
16664
16882
  transition: none;
16665
16883
  }
16666
16884
  }
16885
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
16886
+ transition: none;
16887
+ }
16888
+
16667
16889
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
16668
16890
  color: #fff;
16669
16891
  left: 4px;
@@ -16681,6 +16903,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
16681
16903
  transition: none;
16682
16904
  }
16683
16905
  }
16906
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
16907
+ transition: none;
16908
+ }
16909
+
16684
16910
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon-on {
16685
16911
  left: 4px;
16686
16912
  opacity: 0;
@@ -16695,7 +16921,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .butto
16695
16921
  opacity: 0;
16696
16922
  }
16697
16923
  html:not(#__):not(#___) .cadmin .toggle-switch-check:focus ~ .toggle-switch-bar::before {
16698
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
16924
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16699
16925
  }
16700
16926
  html:not(#__):not(#___) .cadmin .toggle-switch-check[disabled] ~ .toggle-switch-bar, html:not(#__):not(#___) .cadmin .toggle-switch-check:disabled ~ .toggle-switch-bar {
16701
16927
  cursor: not-allowed;
@@ -17106,6 +17332,7 @@ html:not(#__):not(#___) .cadmin .treeview {
17106
17332
  padding: 2px 0;
17107
17333
  }
17108
17334
  html:not(#__):not(#___) .cadmin .treeview .btn {
17335
+ color: inherit;
17109
17336
  font-size: 12px;
17110
17337
  line-height: 1;
17111
17338
  padding: 6px 8px;
@@ -17120,10 +17347,10 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
17120
17347
  width: 24px;
17121
17348
  }
17122
17349
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:focus, html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus {
17123
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17350
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17124
17351
  }
17125
17352
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:active:focus {
17126
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17353
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17127
17354
  }
17128
17355
  html:not(#__):not(#___) .cadmin .treeview .custom-control {
17129
17356
  margin-left: 4px;
@@ -17184,6 +17411,10 @@ html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover:hover
17184
17411
  transition: none;
17185
17412
  }
17186
17413
  }
17414
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover:hover .component-expander, .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover.hover .component-expander {
17415
+ transition: none;
17416
+ }
17417
+
17187
17418
  html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .treeview-link:focus .component-expander, html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .treeview-link.focus .component-expander {
17188
17419
  opacity: 1;
17189
17420
  transition: none;
@@ -17197,6 +17428,10 @@ html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .comp
17197
17428
  transition: none;
17198
17429
  }
17199
17430
  }
17431
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .component-expander {
17432
+ transition: none;
17433
+ }
17434
+
17200
17435
  html:not(#__):not(#___) .cadmin .treeview .quick-action-item {
17201
17436
  margin: 0 2px;
17202
17437
  min-height: 0;
@@ -17225,6 +17460,25 @@ html:not(#__):not(#___) .cadmin .treeview-item {
17225
17460
  overflow-wrap: break-word;
17226
17461
  word-wrap: break-word;
17227
17462
  }
17463
+ html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-top {
17464
+ background-color: transparent;
17465
+ display: block;
17466
+ height: 2px;
17467
+ margin-top: -2px;
17468
+ outline: none;
17469
+ width: 100%;
17470
+ }
17471
+ html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-bottom {
17472
+ background-color: transparent;
17473
+ display: block;
17474
+ height: 2px;
17475
+ margin-bottom: -2px;
17476
+ outline: none;
17477
+ width: 100%;
17478
+ }
17479
+ html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-over {
17480
+ background-color: #528eff;
17481
+ }
17228
17482
  html:not(#__):not(#___) .cadmin .treeview-link {
17229
17483
  background-color: transparent;
17230
17484
  cursor: pointer;
@@ -17247,21 +17501,15 @@ html:not(#__):not(#___) .cadmin .treeview-link:hover, html:not(#__):not(#___) .c
17247
17501
  text-decoration: none;
17248
17502
  }
17249
17503
  html:not(#__):not(#___) .cadmin .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-link:focus {
17250
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17504
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17251
17505
  outline: 0;
17252
17506
  }
17253
17507
  html:not(#__):not(#___) .cadmin .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-link.disabled {
17254
17508
  cursor: not-allowed;
17255
17509
  }
17256
- html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-bottom {
17257
- box-shadow: 0 2px 0 0 #80acff;
17258
- }
17259
17510
  html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-middle {
17260
17511
  background-color: #f0f5ff;
17261
- border-color: #80acff;
17262
- }
17263
- html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-top {
17264
- box-shadow: 0 -2px 0 0 #80acff;
17512
+ border-color: #528eff;
17265
17513
  }
17266
17514
  html:not(#__):not(#___) .cadmin .treeview-link.show .component-expander .component-expanded-d-none, html:not(#__):not(#___) .cadmin .treeview-link[aria-expanded=true] .component-expander .component-expanded-d-none {
17267
17515
  display: none;
@@ -17283,7 +17531,7 @@ html:not(#__):not(#___) .cadmin .treeview-item-dragging .treeview-link {
17283
17531
  }
17284
17532
  html:not(#__):not(#___) .cadmin .treeview-dragging {
17285
17533
  background-color: #fff;
17286
- border-color: #80acff;
17534
+ border-color: #528eff;
17287
17535
  border-radius: 3px;
17288
17536
  border-style: solid;
17289
17537
  border-width: 1px;
@@ -17394,13 +17642,17 @@ html:not(#__):not(#___) .cadmin .close::-ms-expand {
17394
17642
  transition: none;
17395
17643
  }
17396
17644
  }
17645
+ .c-prefers-reduced-motion html:not(#__):not(#___) .cadmin .close {
17646
+ transition: none;
17647
+ }
17648
+
17397
17649
  html:not(#__):not(#___) .cadmin .close:hover {
17398
17650
  color: #272833;
17399
17651
  opacity: 1;
17400
17652
  text-decoration: none;
17401
17653
  }
17402
17654
  html:not(#__):not(#___) .cadmin .close:focus {
17403
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
17655
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
17404
17656
  opacity: 1;
17405
17657
  outline: 0;
17406
17658
  }
@@ -17415,8 +17667,8 @@ html:not(#__):not(#___) .cadmin .close .lexicon-icon {
17415
17667
  margin-top: 0;
17416
17668
  }
17417
17669
  html:not(#__):not(#___) .cadmin .c-focus-inset:focus:not(:disabled):not(.disabled):not([disabled]), html:not(#__):not(#___) .cadmin .c-focus-inset.focus:not(:disabled):not(.disabled):not([disabled]) {
17418
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17419
- border-color: #80acff;
17670
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17671
+ border-color: #528eff;
17420
17672
  outline: 0;
17421
17673
  }
17422
17674
  html:not(#__):not(#___) .cadmin .autofit-row {
@@ -17627,7 +17879,7 @@ html:not(#__):not(#___) .cadmin .inline-scroller:focus {
17627
17879
  outline: 0;
17628
17880
  }
17629
17881
  html:not(#__):not(#___) .cadmin .inline-scroller:focus-visible {
17630
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
17882
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
17631
17883
  }
17632
17884
  html:not(#__):not(#___) .cadmin .inline-item {
17633
17885
  align-items: center;
@@ -25599,6 +25851,10 @@ html:not(#__):not(#___) .cadmin .visible {
25599
25851
  html:not(#__):not(#___) .cadmin .invisible {
25600
25852
  visibility: hidden !important;
25601
25853
  }
25854
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion {
25855
+ scroll-behavior: auto;
25856
+ transition: none;
25857
+ }
25602
25858
  @keyframes cadmin-loading-animation-circle {
25603
25859
  100% {
25604
25860
  transform: rotate(360deg);