@clayui/css 3.91.0 → 3.93.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 (83) hide show
  1. package/lib/css/atlas.css +623 -178
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +330 -15
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +471 -93
  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/_license-text.scss +1 -1
  10. package/src/scss/atlas/variables/_cards.scss +3 -4
  11. package/src/scss/atlas/variables/_clay-color.scss +1 -1
  12. package/src/scss/atlas/variables/_globals.scss +2 -2
  13. package/src/scss/atlas/variables/_navs.scss +6 -10
  14. package/src/scss/atlas/variables/_panels.scss +1 -1
  15. package/src/scss/atlas/variables/_popovers.scss +2 -1
  16. package/src/scss/atlas/variables/_sheets.scss +1 -1
  17. package/src/scss/atlas/variables/_sidebar.scss +1 -1
  18. package/src/scss/atlas/variables/_time.scss +1 -1
  19. package/src/scss/cadmin/components/_badges.scss +5 -1
  20. package/src/scss/cadmin/components/_drilldown.scss +1 -1
  21. package/src/scss/cadmin/components/_forms.scss +1 -1
  22. package/src/scss/cadmin/components/_input-groups.scss +2 -1
  23. package/src/scss/cadmin/components/_multi-step-nav.scss +42 -1
  24. package/src/scss/cadmin/components/_side-navigation.scss +2 -2
  25. package/src/scss/cadmin/components/_treeview.scss +18 -16
  26. package/src/scss/cadmin/components/_utilities-functional-important.scss +6 -0
  27. package/src/scss/cadmin/variables/_badges.scss +5 -0
  28. package/src/scss/cadmin/variables/_buttons.scss +14 -1
  29. package/src/scss/cadmin/variables/_clay-color.scss +1 -1
  30. package/src/scss/cadmin/variables/_date-picker.scss +8 -0
  31. package/src/scss/cadmin/variables/_globals.scss +2 -2
  32. package/src/scss/cadmin/variables/_multi-step-nav.scss +23 -0
  33. package/src/scss/cadmin/variables/_navs.scss +1 -2
  34. package/src/scss/cadmin/variables/_panels.scss +1 -1
  35. package/src/scss/cadmin/variables/_resizer.scss +2 -2
  36. package/src/scss/cadmin/variables/_sheets.scss +1 -1
  37. package/src/scss/cadmin/variables/_sidebar.scss +1 -1
  38. package/src/scss/cadmin/variables/_tbar.scss +2 -4
  39. package/src/scss/cadmin/variables/_time.scss +1 -1
  40. package/src/scss/cadmin/variables/_treeview.scss +21 -8
  41. package/src/scss/cadmin/variables/_utilities.scss +12 -1
  42. package/src/scss/components/_alerts.scss +24 -22
  43. package/src/scss/components/_aspect-ratio.scss +33 -31
  44. package/src/scss/components/_badges.scss +28 -22
  45. package/src/scss/components/_buttons.scss +105 -97
  46. package/src/scss/components/_drilldown.scss +1 -1
  47. package/src/scss/components/_dropdowns.scss +10 -8
  48. package/src/scss/components/_forms.scss +12 -9
  49. package/src/scss/components/_input-groups.scss +2 -1
  50. package/src/scss/components/_labels.scss +48 -44
  51. package/src/scss/components/_list-group.scss +13 -11
  52. package/src/scss/components/_loaders.scss +22 -18
  53. package/src/scss/components/_modals.scss +4 -2
  54. package/src/scss/components/_multi-step-nav.scss +45 -1
  55. package/src/scss/components/_navs.scss +10 -20
  56. package/src/scss/components/_popovers.scss +33 -27
  57. package/src/scss/components/_progress-bars.scss +39 -33
  58. package/src/scss/components/_sheets.scss +39 -0
  59. package/src/scss/components/_side-navigation.scss +2 -2
  60. package/src/scss/components/_sidebar.scss +12 -10
  61. package/src/scss/components/_spinners.scss +20 -0
  62. package/src/scss/components/_stickers.scss +50 -46
  63. package/src/scss/components/_tables.scss +32 -30
  64. package/src/scss/components/_treeview.scss +18 -12
  65. package/src/scss/components/_utilities-functional-important.scss +81 -63
  66. package/src/scss/functions/_global-functions.scss +25 -1
  67. package/src/scss/mixins/_alerts.scss +11 -9
  68. package/src/scss/mixins/_buttons.scss +60 -0
  69. package/src/scss/mixins/_dropdown-menu.scss +36 -0
  70. package/src/scss/mixins/_globals.scss +34 -0
  71. package/src/scss/mixins/_links.scss +9 -7
  72. package/src/scss/mixins/_nav.scss +16 -0
  73. package/src/scss/mixins/_transition.scss +12 -0
  74. package/src/scss/variables/_badges.scss +5 -0
  75. package/src/scss/variables/_buttons.scss +14 -1
  76. package/src/scss/variables/_date-picker.scss +2 -2
  77. package/src/scss/variables/_multi-step-nav.scss +23 -0
  78. package/src/scss/variables/_navs.scss +38 -5
  79. package/src/scss/variables/_resizer.scss +2 -2
  80. package/src/scss/variables/_sheets.scss +17 -0
  81. package/src/scss/variables/_tbar.scss +2 -2
  82. package/src/scss/variables/_treeview.scss +21 -8
  83. package/src/scss/variables/_utilities.scss +11 -0
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.91.0
3
+ * Clay 3.93.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.91.0
19
+ * Clay 3.93.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
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .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;
@@ -1782,10 +1799,10 @@ html:not(#__):not(#___) .cadmin .c-horizontal-resizer {
1782
1799
  z-index: 10;
1783
1800
  }
1784
1801
  html:not(#__):not(#___) .cadmin .c-horizontal-resizer:hover {
1785
- background-color: #80acff;
1802
+ background-color: #528eff;
1786
1803
  }
1787
1804
  html:not(#__):not(#___) .cadmin .c-horizontal-resizer:focus {
1788
- background-color: #80acff;
1805
+ background-color: #528eff;
1789
1806
  }
1790
1807
  html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
1791
1808
  transition: opacity 0.15s linear;
@@ -1795,6 +1812,10 @@ html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
1795
1812
  transition: none;
1796
1813
  }
1797
1814
  }
1815
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .fade, html:not(#__):not(#___) .cadmin.fade {
1816
+ transition: none;
1817
+ }
1818
+
1798
1819
  html:not(#__):not(#___) .cadmin .fade:not(.show), html:not(#__):not(#___) .cadmin.fade:not(.show) {
1799
1820
  opacity: 0;
1800
1821
  }
@@ -1812,6 +1833,10 @@ html:not(#__):not(#___) .cadmin .collapsing, html:not(#__):not(#___) .cadmin.col
1812
1833
  transition: none;
1813
1834
  }
1814
1835
  }
1836
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .collapsing, html:not(#__):not(#___) .cadmin.collapsing {
1837
+ transition: none;
1838
+ }
1839
+
1815
1840
  html:not(#__):not(#___) .cadmin .container {
1816
1841
  margin-left: auto;
1817
1842
  margin-right: auto;
@@ -3772,6 +3797,10 @@ html:not(#__):not(#___) .cadmin .badge {
3772
3797
  transition: none;
3773
3798
  }
3774
3799
  }
3800
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .badge {
3801
+ transition: none;
3802
+ }
3803
+
3775
3804
  html:not(#__):not(#___) .cadmin .badge:empty {
3776
3805
  display: none;
3777
3806
  }
@@ -3779,7 +3808,7 @@ html:not(#__):not(#___) .cadmin .badge[href]:hover, html:not(#__):not(#___) .cad
3779
3808
  text-decoration: none;
3780
3809
  }
3781
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 {
3782
- 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;
3783
3812
  outline: 0;
3784
3813
  }
3785
3814
  html:not(#__):not(#___) .cadmin .badge a {
@@ -3955,6 +3984,11 @@ html:not(#__):not(#___) .cadmin [href].focus.badge-dark, html:not(#__):not(#___)
3955
3984
  background-color: #272833;
3956
3985
  color: #fff;
3957
3986
  }
3987
+ html:not(#__):not(#___) .cadmin .badge-beta {
3988
+ background-color: #f7f8f9;
3989
+ color: #294f98;
3990
+ text-transform: uppercase;
3991
+ }
3958
3992
  html:not(#__):not(#___) .cadmin .breadcrumb {
3959
3993
  background-color: transparent;
3960
3994
  border-radius: 4px;
@@ -3977,12 +4011,16 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link {
3977
4011
  transition: none;
3978
4012
  }
3979
4013
  }
4014
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .breadcrumb-link {
4015
+ transition: none;
4016
+ }
4017
+
3980
4018
  html:not(#__):not(#___) .cadmin .breadcrumb-link:hover, html:not(#__):not(#___) .cadmin .breadcrumb-link.hover {
3981
4019
  color: #6b6c7e;
3982
4020
  text-decoration: underline;
3983
4021
  }
3984
4022
  html:not(#__):not(#___) .cadmin .breadcrumb-link.focus, html:not(#__):not(#___) .cadmin .breadcrumb-link:focus {
3985
- 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;
3986
4024
  color: #6b6c7e;
3987
4025
  outline: 0;
3988
4026
  text-decoration: underline;
@@ -4240,6 +4278,10 @@ html:not(#__):not(#___) .cadmin .label {
4240
4278
  transition: none;
4241
4279
  }
4242
4280
  }
4281
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .label {
4282
+ transition: none;
4283
+ }
4284
+
4243
4285
  html:not(#__):not(#___) .cadmin .label:disabled, html:not(#__):not(#___) .cadmin .label.disabled {
4244
4286
  box-shadow: none;
4245
4287
  }
@@ -4251,7 +4293,7 @@ html:not(#__):not(#___) .cadmin .label[href]:hover, html:not(#__):not(#___) .cad
4251
4293
  text-decoration: underline;
4252
4294
  }
4253
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 {
4254
- 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;
4255
4297
  text-decoration: underline;
4256
4298
  }
4257
4299
  html:not(#__):not(#___) .cadmin .label a,
@@ -5483,6 +5525,10 @@ html:not(#__):not(#___) .cadmin .card-interactive {
5483
5525
  transition: none;
5484
5526
  }
5485
5527
  }
5528
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .card-interactive {
5529
+ transition: none;
5530
+ }
5531
+
5486
5532
  html:not(#__):not(#___) .cadmin .card-interactive:hover, html:not(#__):not(#___) .cadmin .card-interactive.hover {
5487
5533
  background-color: #f7f8f9;
5488
5534
  text-decoration: none;
@@ -5508,6 +5554,10 @@ html:not(#__):not(#___) .cadmin .card-interactive::after {
5508
5554
  transition: none;
5509
5555
  }
5510
5556
  }
5557
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .card-interactive::after {
5558
+ transition: none;
5559
+ }
5560
+
5511
5561
  html:not(#__):not(#___) .cadmin .card-interactive:hover::after, html:not(#__):not(#___) .cadmin .card-interactive.hover::after {
5512
5562
  height: 4px;
5513
5563
  }
@@ -5774,7 +5824,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item:hover, html:not(#__):not(#___) .c
5774
5824
  }
5775
5825
  html:not(#__):not(#___) .cadmin .dropdown-item:focus, html:not(#__):not(#___) .cadmin .dropdown-item.focus {
5776
5826
  background-color: #f0f5ff;
5777
- 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;
5778
5828
  color: #272833;
5779
5829
  outline: 0;
5780
5830
  text-decoration: none;
@@ -5811,7 +5861,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item.active .c-kbd-inline {
5811
5861
  color: #272833;
5812
5862
  }
5813
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 {
5814
- 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;
5815
5865
  }
5816
5866
  html:not(#__):not(#___) .cadmin .dropdown-item:disabled, html:not(#__):not(#___) .cadmin .dropdown-item.disabled {
5817
5867
  background-color: transparent;
@@ -6438,6 +6488,10 @@ html:not(#__):not(#___) .cadmin .form-control {
6438
6488
  transition: none;
6439
6489
  }
6440
6490
  }
6491
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .form-control {
6492
+ transition: none;
6493
+ }
6494
+
6441
6495
  html:not(#__):not(#___) .cadmin .form-control::placeholder {
6442
6496
  color: #6b6c7e;
6443
6497
  opacity: 1;
@@ -6445,7 +6499,7 @@ html:not(#__):not(#___) .cadmin .form-control::placeholder {
6445
6499
  html:not(#__):not(#___) .cadmin .form-control:focus, html:not(#__):not(#___) .cadmin .form-control.focus {
6446
6500
  background-color: #f0f5ff;
6447
6501
  border-color: #80acff;
6448
- 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;
6449
6503
  color: #272833;
6450
6504
  outline: 0;
6451
6505
  }
@@ -6805,12 +6859,21 @@ html:not(#__):not(#___) .cadmin .form-control[type=range]:focus {
6805
6859
  box-shadow: none;
6806
6860
  }
6807
6861
  html:not(#__):not(#___) .cadmin .form-control[type=range]:focus::-webkit-slider-thumb {
6808
- 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;
6809
6863
  }
6810
6864
  html:not(#__):not(#___) .cadmin .form-control[type=range]::-webkit-slider-thumb {
6811
6865
  border-radius: 100px;
6812
6866
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
6813
6867
  }
6868
+ @media (prefers-reduced-motion: reduce) {
6869
+ html:not(#__):not(#___) .cadmin .form-control[type=range]::-webkit-slider-thumb {
6870
+ transition: none;
6871
+ }
6872
+ }
6873
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .form-control[type=range]::-webkit-slider-thumb {
6874
+ transition: none;
6875
+ }
6876
+
6814
6877
  html:not(#__):not(#___) .cadmin .form-control-range {
6815
6878
  display: block;
6816
6879
  width: 100%;
@@ -6886,6 +6949,10 @@ html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly] {
6886
6949
  transition: none;
6887
6950
  }
6888
6951
  }
6952
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .form-control-plaintext[readonly] {
6953
+ transition: none;
6954
+ }
6955
+
6889
6956
  html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly]:focus, html:not(#__):not(#___) .cadmin .form-control-plaintext[readonly].focus {
6890
6957
  border-color: #80acff;
6891
6958
  box-shadow: none;
@@ -7082,12 +7149,16 @@ html:not(#__):not(#___) .cadmin .c-link {
7082
7149
  transition: none;
7083
7150
  }
7084
7151
  }
7152
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .c-link {
7153
+ transition: none;
7154
+ }
7155
+
7085
7156
  html:not(#__):not(#___) .cadmin .c-link:hover, html:not(#__):not(#___) .cadmin .c-link.hover {
7086
7157
  text-decoration: none;
7087
7158
  }
7088
7159
  html:not(#__):not(#___) .cadmin .c-link.focus, html:not(#__):not(#___) .cadmin .c-link:focus {
7089
7160
  border-radius: 1px;
7090
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7161
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7091
7162
  outline: 0;
7092
7163
  }
7093
7164
  html:not(#__):not(#___) .cadmin .c-link.text-secondary {
@@ -7115,12 +7186,16 @@ html:not(#__):not(#___) .cadmin .component-link {
7115
7186
  transition: none;
7116
7187
  }
7117
7188
  }
7189
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .component-link {
7190
+ transition: none;
7191
+ }
7192
+
7118
7193
  html:not(#__):not(#___) .cadmin .component-link:hover, html:not(#__):not(#___) .cadmin .component-link.hover {
7119
7194
  color: #484955;
7120
7195
  }
7121
7196
  html:not(#__):not(#___) .cadmin .component-link.focus, html:not(#__):not(#___) .cadmin .component-link:focus {
7122
7197
  color: #484955;
7123
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7198
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7124
7199
  outline: 0;
7125
7200
  }
7126
7201
  html:not(#__):not(#___) .cadmin .single-link {
@@ -7136,12 +7211,16 @@ html:not(#__):not(#___) .cadmin .link-primary {
7136
7211
  transition: none;
7137
7212
  }
7138
7213
  }
7214
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .link-primary {
7215
+ transition: none;
7216
+ }
7217
+
7139
7218
  html:not(#__):not(#___) .cadmin .link-primary:hover, html:not(#__):not(#___) .cadmin .link-primary.hover {
7140
7219
  color: #0041be;
7141
7220
  }
7142
7221
  html:not(#__):not(#___) .cadmin .link-primary.focus, html:not(#__):not(#___) .cadmin .link-primary:focus {
7143
7222
  color: #0041be;
7144
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7223
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7145
7224
  outline: 0;
7146
7225
  }
7147
7226
  html:not(#__):not(#___) .cadmin .link-secondary {
@@ -7154,12 +7233,16 @@ html:not(#__):not(#___) .cadmin .link-secondary {
7154
7233
  transition: none;
7155
7234
  }
7156
7235
  }
7236
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .link-secondary {
7237
+ transition: none;
7238
+ }
7239
+
7157
7240
  html:not(#__):not(#___) .cadmin .link-secondary:hover, html:not(#__):not(#___) .cadmin .link-secondary.hover {
7158
7241
  color: #272833;
7159
7242
  }
7160
7243
  html:not(#__):not(#___) .cadmin .link-secondary.focus, html:not(#__):not(#___) .cadmin .link-secondary:focus {
7161
7244
  color: #272833;
7162
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7245
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7163
7246
  outline: 0;
7164
7247
  }
7165
7248
  html:not(#__):not(#___) .cadmin button.link-outline {
@@ -7189,11 +7272,15 @@ html:not(#__):not(#___) .cadmin .link-outline {
7189
7272
  transition: none;
7190
7273
  }
7191
7274
  }
7275
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .link-outline {
7276
+ transition: none;
7277
+ }
7278
+
7192
7279
  html:not(#__):not(#___) .cadmin .link-outline:hover, html:not(#__):not(#___) .cadmin .link-outline.hover {
7193
7280
  text-decoration: none;
7194
7281
  }
7195
7282
  html:not(#__):not(#___) .cadmin .link-outline.focus, html:not(#__):not(#___) .cadmin .link-outline:focus {
7196
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7283
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7197
7284
  outline: 0;
7198
7285
  }
7199
7286
  html:not(#__):not(#___) .cadmin .link-outline:disabled, html:not(#__):not(#___) .cadmin .link-outline.disabled {
@@ -7316,6 +7403,10 @@ html:not(#__):not(#___) .cadmin .component-title [href] {
7316
7403
  transition: none;
7317
7404
  }
7318
7405
  }
7406
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .component-title[href], html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .component-title [href] {
7407
+ transition: none;
7408
+ }
7409
+
7319
7410
  html:not(#__):not(#___) .cadmin .component-title[href]:hover, html:not(#__):not(#___) .cadmin .component-title[href].hover,
7320
7411
  html:not(#__):not(#___) .cadmin .component-title [href]:hover,
7321
7412
  html:not(#__):not(#___) .cadmin .component-title [href].hover {
@@ -7325,7 +7416,7 @@ html:not(#__):not(#___) .cadmin .component-title[href].focus, html:not(#__):not(
7325
7416
  html:not(#__):not(#___) .cadmin .component-title [href].focus,
7326
7417
  html:not(#__):not(#___) .cadmin .component-title [href]:focus {
7327
7418
  color: #060608;
7328
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7419
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7329
7420
  outline: 0;
7330
7421
  }
7331
7422
  html:not(#__):not(#___) .cadmin .component-subtitle {
@@ -7346,6 +7437,10 @@ html:not(#__):not(#___) .cadmin .component-subtitle [href] {
7346
7437
  transition: none;
7347
7438
  }
7348
7439
  }
7440
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .component-subtitle[href], html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .component-subtitle [href] {
7441
+ transition: none;
7442
+ }
7443
+
7349
7444
  html:not(#__):not(#___) .cadmin .component-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .component-subtitle[href].hover,
7350
7445
  html:not(#__):not(#___) .cadmin .component-subtitle [href]:hover,
7351
7446
  html:not(#__):not(#___) .cadmin .component-subtitle [href].hover {
@@ -7355,7 +7450,7 @@ html:not(#__):not(#___) .cadmin .component-subtitle[href].focus, html:not(#__):n
7355
7450
  html:not(#__):not(#___) .cadmin .component-subtitle [href].focus,
7356
7451
  html:not(#__):not(#___) .cadmin .component-subtitle [href]:focus {
7357
7452
  color: #272833;
7358
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7453
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7359
7454
  outline: 0;
7360
7455
  }
7361
7456
  html:not(#__):not(#___) .cadmin .component-action {
@@ -7380,13 +7475,17 @@ html:not(#__):not(#___) .cadmin .component-action {
7380
7475
  transition: none;
7381
7476
  }
7382
7477
  }
7478
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .component-action {
7479
+ transition: none;
7480
+ }
7481
+
7383
7482
  html:not(#__):not(#___) .cadmin .component-action:hover, html:not(#__):not(#___) .cadmin .component-action.hover {
7384
7483
  background-color: rgba(39, 40, 51, 0.03);
7385
7484
  color: #272833;
7386
7485
  }
7387
7486
  html:not(#__):not(#___) .cadmin .component-action.focus, html:not(#__):not(#___) .cadmin .component-action:focus {
7388
7487
  background-color: rgba(39, 40, 51, 0.03);
7389
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7488
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7390
7489
  color: #272833;
7391
7490
  outline: 0;
7392
7491
  }
@@ -7481,6 +7580,10 @@ html:not(#__):not(#___) .cadmin .clay-range-input .tooltip {
7481
7580
  transition: none;
7482
7581
  }
7483
7582
  }
7583
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .clay-range-input .tooltip {
7584
+ transition: none;
7585
+ }
7586
+
7484
7587
  html:not(#__):not(#___) .cadmin .clay-range-input .tooltip-inner {
7485
7588
  padding: 8px 12px;
7486
7589
  }
@@ -7784,13 +7887,13 @@ html:not(#__):not(#___) .cadmin .clay-color-btn {
7784
7887
  width: 24px;
7785
7888
  }
7786
7889
  html:not(#__):not(#___) .cadmin .clay-color-btn:active {
7787
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7890
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7788
7891
  }
7789
7892
  html:not(#__):not(#___) .cadmin .clay-color-btn.active {
7790
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7893
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7791
7894
  }
7792
7895
  html:not(#__):not(#___) .cadmin .clay-color-btn[aria-expanded=true], html:not(#__):not(#___) .cadmin .clay-color-btn.show {
7793
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
7896
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7794
7897
  }
7795
7898
  html:not(#__):not(#___) .cadmin .clay-color-btn .c-inner {
7796
7899
  margin-bottom: 0;
@@ -7821,12 +7924,16 @@ html:not(#__):not(#___) .cadmin .clay-color-pointer {
7821
7924
  transition: none;
7822
7925
  }
7823
7926
  }
7927
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .clay-color-pointer {
7928
+ transition: none;
7929
+ }
7930
+
7824
7931
  html:not(#__):not(#___) .cadmin .clay-color-pointer:focus, html:not(#__):not(#___) .cadmin .clay-color-pointer.focus {
7825
- box-shadow: 0 0 0 2px #80acff;
7932
+ box-shadow: 0 0 0 2px #528eff;
7826
7933
  outline: 0;
7827
7934
  }
7828
7935
  html:not(#__):not(#___) .cadmin .clay-color-pointer:active:focus {
7829
- box-shadow: 0 0 0 2px #80acff;
7936
+ box-shadow: 0 0 0 2px #528eff;
7830
7937
  }
7831
7938
  html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
7832
7939
  margin-bottom: 0;
@@ -7952,7 +8059,7 @@ html:not(#__):not(#___) .cadmin .form-file-input::-webkit-file-upload-button {
7952
8059
  }
7953
8060
  html:not(#__):not(#___) .cadmin .form-file-input:focus + .input-group {
7954
8061
  border-radius: 1px;
7955
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8062
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7956
8063
  }
7957
8064
  html:not(#__):not(#___) .cadmin .form-file-input:disabled {
7958
8065
  cursor: not-allowed;
@@ -8010,6 +8117,10 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
8010
8117
  transition: none;
8011
8118
  }
8012
8119
  }
8120
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .custom-control-label::before {
8121
+ transition: none;
8122
+ }
8123
+
8013
8124
  html:not(#__):not(#___) .cadmin .custom-control-label::after {
8014
8125
  background: no-repeat 50%/50% 50%;
8015
8126
  content: "";
@@ -8057,6 +8168,10 @@ html:not(#__):not(#___) .cadmin .custom-control-label::before {
8057
8168
  transition: none;
8058
8169
  }
8059
8170
  }
8171
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .custom-control-label::before {
8172
+ transition: none;
8173
+ }
8174
+
8060
8175
  html:not(#__):not(#___) .cadmin .custom-control-label::after {
8061
8176
  background: no-repeat 50%/50% 50%;
8062
8177
  content: "";
@@ -8080,12 +8195,12 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
8080
8195
  }
8081
8196
  html:not(#__):not(#___) .cadmin .custom-control-input:focus ~ .custom-control-label::before {
8082
8197
  border-color: #cdced9;
8083
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8198
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8084
8199
  }
8085
8200
  html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
8086
8201
  background-color: #fff;
8087
8202
  border-color: #cdced9;
8088
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff, 0 0 0 4px #80acff;
8203
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 2px #fff, 0 0 0 4px #528eff;
8089
8204
  color: #fff;
8090
8205
  }
8091
8206
  html:not(#__):not(#___) .cadmin .custom-control-input[disabled], html:not(#__):not(#___) .cadmin .custom-control-input:disabled {
@@ -8218,10 +8333,10 @@ html:not(#__):not(#___) .cadmin .clay-time .btn {
8218
8333
  width: 24px;
8219
8334
  }
8220
8335
  html:not(#__):not(#___) .cadmin .clay-time .btn:focus, html:not(#__):not(#___) .cadmin .clay-time .btn.focus {
8221
- box-shadow: 0 0 0 1px #80acff;
8336
+ box-shadow: 0 0 0 1px #528eff;
8222
8337
  }
8223
8338
  html:not(#__):not(#___) .cadmin .clay-time .btn:active:focus {
8224
- box-shadow: 0 0 0 1px #80acff;
8339
+ box-shadow: 0 0 0 1px #528eff;
8225
8340
  }
8226
8341
  html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
8227
8342
  margin-bottom: 0;
@@ -8347,20 +8462,24 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn {
8347
8462
  transition: none;
8348
8463
  }
8349
8464
  }
8465
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .date-picker-nav .nav-btn {
8466
+ transition: none;
8467
+ }
8468
+
8350
8469
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:hover {
8351
8470
  background-color: #f1f2f5;
8352
8471
  color: #272833;
8353
8472
  }
8354
8473
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:focus, html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.focus {
8355
8474
  background-color: #f1f2f5;
8356
- 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;
8357
8476
  color: #272833;
8358
8477
  }
8359
8478
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
8360
8479
  background-color: #f1f2f5;
8361
8480
  }
8362
8481
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus {
8363
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8482
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8364
8483
  }
8365
8484
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
8366
8485
  background-color: #f1f2f5;
@@ -8467,6 +8586,10 @@ html:not(#__):not(#___) .cadmin .date-picker-calendar-item {
8467
8586
  transition: none;
8468
8587
  }
8469
8588
  }
8589
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .date-picker-calendar-item {
8590
+ transition: none;
8591
+ }
8592
+
8470
8593
  html:not(#__):not(#___) .cadmin .date-picker-calendar-item:disabled, html:not(#__):not(#___) .cadmin .date-picker-calendar-item.disabled {
8471
8594
  cursor: not-allowed;
8472
8595
  }
@@ -8527,7 +8650,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:hover {
8527
8650
  }
8528
8651
  html:not(#__):not(#___) .cadmin .date-picker-date:focus, html:not(#__):not(#___) .cadmin .date-picker-date.focus {
8529
8652
  background-color: #f1f2f5;
8530
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8653
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8531
8654
  color: #272833;
8532
8655
  outline: 0;
8533
8656
  }
@@ -8536,7 +8659,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:active {
8536
8659
  color: #fff;
8537
8660
  }
8538
8661
  html:not(#__):not(#___) .cadmin .date-picker-date:active:focus {
8539
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8662
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8540
8663
  }
8541
8664
  html:not(#__):not(#___) .cadmin .date-picker-date.active {
8542
8665
  background-color: #0b5fff;
@@ -8554,9 +8677,33 @@ html:not(#__):not(#___) .cadmin .date-picker-date[aria-expanded=true], html:not(
8554
8677
  html:not(#__):not(#___) .cadmin .previous-month-date {
8555
8678
  color: #a7a9bc;
8556
8679
  }
8680
+ html:not(#__):not(#___) .cadmin .previous-month-date:active {
8681
+ background-color: #b3cdff;
8682
+ color: #f0f5ff;
8683
+ }
8684
+ html:not(#__):not(#___) .cadmin .previous-month-date.active {
8685
+ background-color: #b3cdff;
8686
+ color: #f0f5ff;
8687
+ }
8688
+ html:not(#__):not(#___) .cadmin .previous-month-date[aria-expanded=true], html:not(#__):not(#___) .cadmin .previous-month-date.show {
8689
+ background-color: #b3cdff;
8690
+ color: #f0f5ff;
8691
+ }
8557
8692
  html:not(#__):not(#___) .cadmin .next-month-date {
8558
8693
  color: #a7a9bc;
8559
8694
  }
8695
+ html:not(#__):not(#___) .cadmin .next-month-date:active {
8696
+ background-color: #b3cdff;
8697
+ color: #f0f5ff;
8698
+ }
8699
+ html:not(#__):not(#___) .cadmin .next-month-date.active {
8700
+ background-color: #b3cdff;
8701
+ color: #f0f5ff;
8702
+ }
8703
+ html:not(#__):not(#___) .cadmin .next-month-date[aria-expanded=true], html:not(#__):not(#___) .cadmin .next-month-date.show {
8704
+ background-color: #b3cdff;
8705
+ color: #f0f5ff;
8706
+ }
8560
8707
  html:not(#__):not(#___) .cadmin .clay-dual-listbox {
8561
8708
  display: flex;
8562
8709
  flex-direction: row;
@@ -8631,7 +8778,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control {
8631
8778
  color: #272833;
8632
8779
  }
8633
8780
  html:not(#__):not(#___) .cadmin .has-error .form-control:focus, html:not(#__):not(#___) .cadmin .has-error .form-control.focus {
8634
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8781
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8635
8782
  }
8636
8783
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
8637
8784
  background-color: #fff;
@@ -8656,7 +8803,7 @@ html:not(#__):not(#___) .cadmin .has-error select.form-control[multiple] {
8656
8803
  color: #272833;
8657
8804
  }
8658
8805
  html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus {
8659
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8806
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8660
8807
  }
8661
8808
  html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus .input-group-inset {
8662
8809
  background-color: #feefef;
@@ -8689,7 +8836,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control {
8689
8836
  color: #272833;
8690
8837
  }
8691
8838
  html:not(#__):not(#___) .cadmin .has-warning .form-control:focus, html:not(#__):not(#___) .cadmin .has-warning .form-control.focus {
8692
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8839
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8693
8840
  }
8694
8841
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
8695
8842
  background-color: #fff;
@@ -8714,7 +8861,7 @@ html:not(#__):not(#___) .cadmin .has-warning select.form-control[multiple] {
8714
8861
  color: #272833;
8715
8862
  }
8716
8863
  html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus {
8717
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8864
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8718
8865
  }
8719
8866
  html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus .input-group-inset {
8720
8867
  background-color: #fff4ec;
@@ -8747,7 +8894,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control {
8747
8894
  color: #272833;
8748
8895
  }
8749
8896
  html:not(#__):not(#___) .cadmin .has-success .form-control:focus, html:not(#__):not(#___) .cadmin .has-success .form-control.focus {
8750
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8897
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8751
8898
  }
8752
8899
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
8753
8900
  background-color: #fff;
@@ -8772,7 +8919,7 @@ html:not(#__):not(#___) .cadmin .has-success select.form-control[multiple] {
8772
8919
  color: #272833;
8773
8920
  }
8774
8921
  html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus {
8775
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
8922
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8776
8923
  }
8777
8924
  html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus .input-group-inset {
8778
8925
  background-color: #edf9f0;
@@ -8867,7 +9014,7 @@ html:not(#__):not(#___) .cadmin .input-group-item {
8867
9014
  }
8868
9015
  html:not(#__):not(#___) .cadmin .input-group-item.focus {
8869
9016
  border-radius: 4px;
8870
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9017
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8871
9018
  }
8872
9019
  html:not(#__):not(#___) .cadmin .input-group-item.focus.input-group-prepend {
8873
9020
  border-bottom-right-radius: 0;
@@ -9168,6 +9315,15 @@ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item {
9168
9315
  padding-right: 5px;
9169
9316
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
9170
9317
  }
9318
+ @media (prefers-reduced-motion: reduce) {
9319
+ html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item {
9320
+ transition: none;
9321
+ }
9322
+ }
9323
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .input-group .input-group-inset-item {
9324
+ transition: none;
9325
+ }
9326
+
9171
9327
  html:not(#__):not(#___) .cadmin .input-group .input-group-inset-item .btn {
9172
9328
  align-items: center;
9173
9329
  display: flex;
@@ -9387,6 +9543,10 @@ html:not(#__):not(#___) .cadmin .list-group-title [href] {
9387
9543
  transition: none;
9388
9544
  }
9389
9545
  }
9546
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .list-group-title[href], html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .list-group-title [href] {
9547
+ transition: none;
9548
+ }
9549
+
9390
9550
  html:not(#__):not(#___) .cadmin .list-group-title[href]:hover, html:not(#__):not(#___) .cadmin .list-group-title[href].hover,
9391
9551
  html:not(#__):not(#___) .cadmin .list-group-title [href]:hover,
9392
9552
  html:not(#__):not(#___) .cadmin .list-group-title [href].hover {
@@ -9395,7 +9555,7 @@ html:not(#__):not(#___) .cadmin .list-group-title [href].hover {
9395
9555
  html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not(#___) .cadmin .list-group-title[href]:focus,
9396
9556
  html:not(#__):not(#___) .cadmin .list-group-title [href].focus,
9397
9557
  html:not(#__):not(#___) .cadmin .list-group-title [href]:focus {
9398
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9558
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9399
9559
  outline: 0;
9400
9560
  }
9401
9561
  html:not(#__):not(#___) .cadmin .list-group-subtitle {
@@ -9416,6 +9576,10 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href] {
9416
9576
  transition: none;
9417
9577
  }
9418
9578
  }
9579
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .list-group-subtitle[href], html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .list-group-subtitle [href] {
9580
+ transition: none;
9581
+ }
9582
+
9419
9583
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:hover, html:not(#__):not(#___) .cadmin .list-group-subtitle[href].hover,
9420
9584
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:hover,
9421
9585
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href].hover {
@@ -9424,7 +9588,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle [href].hover {
9424
9588
  html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtitle[href]:focus,
9425
9589
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href].focus,
9426
9590
  html:not(#__):not(#___) .cadmin .list-group-subtitle [href]:focus {
9427
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9591
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9428
9592
  outline: 0;
9429
9593
  }
9430
9594
  html:not(#__):not(#___) .cadmin .list-group-text {
@@ -9445,6 +9609,10 @@ html:not(#__):not(#___) .cadmin .list-group-text [href] {
9445
9609
  transition: none;
9446
9610
  }
9447
9611
  }
9612
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .list-group-text[href], html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .list-group-text [href] {
9613
+ transition: none;
9614
+ }
9615
+
9448
9616
  html:not(#__):not(#___) .cadmin .list-group-text[href]:hover, html:not(#__):not(#___) .cadmin .list-group-text[href].hover,
9449
9617
  html:not(#__):not(#___) .cadmin .list-group-text [href]:hover,
9450
9618
  html:not(#__):not(#___) .cadmin .list-group-text [href].hover {
@@ -9453,7 +9621,7 @@ html:not(#__):not(#___) .cadmin .list-group-text [href].hover {
9453
9621
  html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(#___) .cadmin .list-group-text[href]:focus,
9454
9622
  html:not(#__):not(#___) .cadmin .list-group-text [href].focus,
9455
9623
  html:not(#__):not(#___) .cadmin .list-group-text [href]:focus {
9456
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9624
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9457
9625
  outline: 0;
9458
9626
  }
9459
9627
  html:not(#__):not(#___) .cadmin .list-group-subtext {
@@ -9475,6 +9643,10 @@ html:not(#__):not(#___) .cadmin .list-group-subtext [href] {
9475
9643
  transition: none;
9476
9644
  }
9477
9645
  }
9646
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .list-group-subtext[href], html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .list-group-subtext [href] {
9647
+ transition: none;
9648
+ }
9649
+
9478
9650
  html:not(#__):not(#___) .cadmin .list-group-subtext[href]:hover, html:not(#__):not(#___) .cadmin .list-group-subtext[href].hover,
9479
9651
  html:not(#__):not(#___) .cadmin .list-group-subtext [href]:hover,
9480
9652
  html:not(#__):not(#___) .cadmin .list-group-subtext [href].hover {
@@ -9483,7 +9655,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext [href].hover {
9483
9655
  html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):not(#___) .cadmin .list-group-subtext[href]:focus,
9484
9656
  html:not(#__):not(#___) .cadmin .list-group-subtext [href].focus,
9485
9657
  html:not(#__):not(#___) .cadmin .list-group-subtext [href]:focus {
9486
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
9658
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9487
9659
  outline: 0;
9488
9660
  }
9489
9661
  html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
@@ -9838,6 +10010,10 @@ html:not(#__):not(#___) .cadmin .modal.fade .modal-dialog, html:not(#__):not(#__
9838
10010
  transition: none;
9839
10011
  }
9840
10012
  }
10013
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .modal.fade .modal-dialog, html:not(#__):not(#___) .cadmin.modal.fade .modal-dialog {
10014
+ transition: none;
10015
+ }
10016
+
9841
10017
  html:not(#__):not(#___) .cadmin .modal.show, html:not(#__):not(#___) .cadmin.modal.show {
9842
10018
  display: block;
9843
10019
  }
@@ -10300,6 +10476,18 @@ html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-icon:activ
10300
10476
  html:not(#__):not(#___) .cadmin .multi-step-item.complete .multi-step-divider {
10301
10477
  background-color: #6b6c7e;
10302
10478
  }
10479
+ html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon {
10480
+ background-color: #da1414;
10481
+ 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");
10482
+ color: #fff;
10483
+ text-indent: -100px;
10484
+ }
10485
+ html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon[data-multi-step-icon]::before {
10486
+ content: none;
10487
+ }
10488
+ html:not(#__):not(#___) .cadmin .multi-step-item.error .multi-step-icon .lexicon-icon {
10489
+ display: none;
10490
+ }
10303
10491
  html:not(#__):not(#___) .cadmin .multi-step-item.disabled .multi-step-title {
10304
10492
  color: #a7a9bc;
10305
10493
  }
@@ -10384,6 +10572,15 @@ html:not(#__):not(#___) .cadmin .multi-step-icon {
10384
10572
  transition: box-shadow 0.15s ease-in-out;
10385
10573
  width: 32px;
10386
10574
  }
10575
+ @media (prefers-reduced-motion: reduce) {
10576
+ html:not(#__):not(#___) .cadmin .multi-step-icon {
10577
+ transition: none;
10578
+ }
10579
+ }
10580
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .multi-step-icon {
10581
+ transition: none;
10582
+ }
10583
+
10387
10584
  html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
10388
10585
  background-color: #f1f2f5;
10389
10586
  color: #6b6c7e;
@@ -10391,7 +10588,7 @@ html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
10391
10588
  }
10392
10589
  html:not(#__):not(#___) .cadmin .multi-step-icon:focus {
10393
10590
  background-color: #f1f2f5;
10394
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10591
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10395
10592
  color: #6b6c7e;
10396
10593
  outline: 0;
10397
10594
  text-decoration: none;
@@ -10517,10 +10714,10 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled {
10517
10714
  width: 100%;
10518
10715
  }
10519
10716
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:focus, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus {
10520
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10717
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10521
10718
  }
10522
10719
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:active:focus {
10523
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
10720
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10524
10721
  }
10525
10722
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
10526
10723
  opacity: 1;
@@ -10821,12 +11018,16 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link {
10821
11018
  transition: none;
10822
11019
  }
10823
11020
  }
11021
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .nav-tabs .nav-link {
11022
+ transition: none;
11023
+ }
11024
+
10824
11025
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:hover, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.hover {
10825
11026
  border-color: transparent;
10826
11027
  }
10827
11028
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus {
10828
11029
  border-color: transparent;
10829
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
11030
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10830
11031
  outline: 0;
10831
11032
  }
10832
11033
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
@@ -10975,13 +11176,17 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
10975
11176
  transition: none;
10976
11177
  }
10977
11178
  }
11179
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .menubar-vertical-expand-md.menubar-transparent .nav-link {
11180
+ transition: none;
11181
+ }
11182
+
10978
11183
  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 {
10979
11184
  background-color: rgba(11, 95, 255, 0.04);
10980
11185
  color: #272833;
10981
11186
  }
10982
11187
  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 {
10983
11188
  background-color: rgba(11, 95, 255, 0.04);
10984
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
11189
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
10985
11190
  color: #272833;
10986
11191
  outline: 0;
10987
11192
  }
@@ -11024,6 +11229,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
11024
11229
  transition: none;
11025
11230
  }
11026
11231
  }
11232
+ @media (max-width: 767.98px) {
11233
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .menubar-vertical-expand-md.menubar-transparent .menubar-toggler {
11234
+ transition: none;
11235
+ }
11236
+ }
11027
11237
  @media (max-width: 767.98px) {
11028
11238
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link {
11029
11239
  border-radius: 0;
@@ -11159,13 +11369,17 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
11159
11369
  transition: none;
11160
11370
  }
11161
11371
  }
11372
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .menubar-vertical-expand-lg.menubar-transparent .nav-link {
11373
+ transition: none;
11374
+ }
11375
+
11162
11376
  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 {
11163
11377
  background-color: rgba(11, 95, 255, 0.04);
11164
11378
  color: #272833;
11165
11379
  }
11166
11380
  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 {
11167
11381
  background-color: rgba(11, 95, 255, 0.04);
11168
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
11382
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
11169
11383
  color: #272833;
11170
11384
  outline: 0;
11171
11385
  }
@@ -11208,6 +11422,11 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
11208
11422
  transition: none;
11209
11423
  }
11210
11424
  }
11425
+ @media (max-width: 991.98px) {
11426
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .menubar-vertical-expand-lg.menubar-transparent .menubar-toggler {
11427
+ transition: none;
11428
+ }
11429
+ }
11211
11430
  @media (max-width: 991.98px) {
11212
11431
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link {
11213
11432
  border-radius: 0;
@@ -12280,8 +12499,12 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link {
12280
12499
  transition: none;
12281
12500
  }
12282
12501
  }
12502
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .management-bar .navbar-nav .nav-link {
12503
+ transition: none;
12504
+ }
12505
+
12283
12506
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus {
12284
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12507
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12285
12508
  }
12286
12509
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
12287
12510
  box-shadow: none;
@@ -12296,8 +12519,12 @@ html:not(#__):not(#___) .cadmin .management-bar .navbar-brand {
12296
12519
  transition: none;
12297
12520
  }
12298
12521
  }
12522
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .management-bar .navbar-brand {
12523
+ transition: none;
12524
+ }
12525
+
12299
12526
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus {
12300
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12527
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12301
12528
  }
12302
12529
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
12303
12530
  box-shadow: none;
@@ -12625,7 +12852,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
12625
12852
  font-size: inherit;
12626
12853
  }
12627
12854
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus {
12628
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12855
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12629
12856
  }
12630
12857
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
12631
12858
  box-shadow: none;
@@ -12637,7 +12864,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
12637
12864
  font-size: inherit;
12638
12865
  }
12639
12866
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus {
12640
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
12867
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12641
12868
  }
12642
12869
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
12643
12870
  box-shadow: none;
@@ -12900,6 +13127,10 @@ html:not(#__):not(#___) .cadmin .page-link {
12900
13127
  transition: none;
12901
13128
  }
12902
13129
  }
13130
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .page-link {
13131
+ transition: none;
13132
+ }
13133
+
12903
13134
  html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmin .page-link.hover {
12904
13135
  background-color: rgba(39, 40, 41, 0.04);
12905
13136
  border-color: transparent;
@@ -12910,7 +13141,7 @@ html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmi
12910
13141
  html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus {
12911
13142
  background-color: rgba(39, 40, 41, 0.04);
12912
13143
  border-color: transparent;
12913
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
13144
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12914
13145
  color: #272833;
12915
13146
  outline: 0;
12916
13147
  z-index: 4;
@@ -13011,6 +13242,10 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button {
13011
13242
  transition: none;
13012
13243
  }
13013
13244
  }
13245
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .pagination-items-per-page > a, html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .pagination-items-per-page > button {
13246
+ transition: none;
13247
+ }
13248
+
13014
13249
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a:hover, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.hover,
13015
13250
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:hover,
13016
13251
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.hover {
@@ -13022,7 +13257,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.focus, html:not(#
13022
13257
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus,
13023
13258
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus {
13024
13259
  border-color: transparent;
13025
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
13260
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
13026
13261
  color: #272833;
13027
13262
  outline: 0;
13028
13263
  }
@@ -13253,12 +13488,16 @@ html:not(#__):not(#___) .cadmin .panel-header-link {
13253
13488
  transition: none;
13254
13489
  }
13255
13490
  }
13491
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .panel-header-link {
13492
+ transition: none;
13493
+ }
13494
+
13256
13495
  html:not(#__):not(#___) .cadmin .panel-header-link:hover, html:not(#__):not(#___) .cadmin .panel-header-link.hover {
13257
13496
  color: inherit;
13258
13497
  text-decoration: none;
13259
13498
  }
13260
13499
  html:not(#__):not(#___) .cadmin .panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-header-link:focus {
13261
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
13500
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
13262
13501
  outline: 0;
13263
13502
  z-index: 1;
13264
13503
  }
@@ -13474,7 +13713,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link
13474
13713
  border-radius: 1px;
13475
13714
  }
13476
13715
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link:focus {
13477
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
13716
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
13478
13717
  }
13479
13718
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
13480
13719
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
@@ -13869,6 +14108,10 @@ html:not(#__):not(#___) .cadmin .progress-bar {
13869
14108
  transition: none;
13870
14109
  }
13871
14110
  }
14111
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .progress-bar {
14112
+ transition: none;
14113
+ }
14114
+
13872
14115
  html:not(#__):not(#___) .cadmin .progress-bar-striped {
13873
14116
  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);
13874
14117
  background-size: 8px 8px;
@@ -14189,11 +14432,15 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle {
14189
14432
  transition: none;
14190
14433
  }
14191
14434
  }
14435
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion a.sheet-subtitle {
14436
+ transition: none;
14437
+ }
14438
+
14192
14439
  html:not(#__):not(#___) .cadmin a.sheet-subtitle:hover, html:not(#__):not(#___) .cadmin a.sheet-subtitle.hover {
14193
14440
  text-decoration: none;
14194
14441
  }
14195
14442
  html:not(#__):not(#___) .cadmin a.sheet-subtitle.focus, html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus {
14196
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
14443
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
14197
14444
  outline: 0;
14198
14445
  }
14199
14446
  html:not(#__):not(#___) .cadmin .sheet-tertiary-title {
@@ -14339,9 +14586,31 @@ html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-menu,
14339
14586
  html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-menu-slider {
14340
14587
  transition: all 0.5s ease;
14341
14588
  }
14589
+ @media (prefers-reduced-motion: reduce) {
14590
+ html:not(#__):not(#___) .cadmin .sidenav-transition .sidenav-content,
14591
+ html:not(#__):not(#___) .cadmin .sidenav-transition .sidenav-menu,
14592
+ html:not(#__):not(#___) .cadmin .sidenav-transition .sidenav-menu-slider, html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-content,
14593
+ html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-menu,
14594
+ html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-menu-slider {
14595
+ transition: none;
14596
+ }
14597
+ }
14598
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .sidenav-transition .sidenav-content, html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .sidenav-transition .sidenav-menu, html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .sidenav-transition .sidenav-menu-slider, html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-content, html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-menu, html:not(#__):not(#___) .cadmin.sidenav-transition .sidenav-menu-slider {
14599
+ transition: none;
14600
+ }
14601
+
14342
14602
  html:not(#__):not(#___) .cadmin .sidenav-transition, html:not(#__):not(#___) .cadmin.sidenav-transition {
14343
14603
  transition: all 0.5s ease;
14344
14604
  }
14605
+ @media (prefers-reduced-motion: reduce) {
14606
+ html:not(#__):not(#___) .cadmin .sidenav-transition, html:not(#__):not(#___) .cadmin.sidenav-transition {
14607
+ transition: none;
14608
+ }
14609
+ }
14610
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .sidenav-transition, html:not(#__):not(#___) .cadmin.sidenav-transition {
14611
+ transition: none;
14612
+ }
14613
+
14345
14614
  html:not(#__):not(#___) .cadmin .sidenav-fixed.sidenav-menu-slider, html:not(#__):not(#___) .cadmin.sidenav-fixed.sidenav-menu-slider {
14346
14615
  bottom: 0;
14347
14616
  left: 0;
@@ -14373,7 +14642,7 @@ html:not(#__):not(#___) .cadmin .sidebar, html:not(#__):not(#___) .cadmin.sideba
14373
14642
  -webkit-overflow-scrolling: touch;
14374
14643
  }
14375
14644
  html:not(#__):not(#___) .cadmin .sidebar:focus, html:not(#__):not(#___) .cadmin .sidebar.focus, html:not(#__):not(#___) .cadmin.sidebar:focus, html:not(#__):not(#___) .cadmin.sidebar.focus {
14376
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
14645
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
14377
14646
  }
14378
14647
  html:not(#__):not(#___) .cadmin .sidebar .container-fluid, html:not(#__):not(#___) .cadmin.sidebar .container-fluid {
14379
14648
  padding-left: 16px;
@@ -14503,7 +14772,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd [href] {
14503
14772
  color: #272833;
14504
14773
  }
14505
14774
  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 {
14506
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #80acff;
14775
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
14507
14776
  }
14508
14777
  html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
14509
14778
  background-color: #fff;
@@ -14579,11 +14848,15 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link {
14579
14848
  transition: none;
14580
14849
  }
14581
14850
  }
14851
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .sidebar-dark .nav-nested .nav-link {
14852
+ transition: none;
14853
+ }
14854
+
14582
14855
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:hover, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.hover {
14583
14856
  color: #fff;
14584
14857
  }
14585
14858
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus {
14586
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
14859
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14587
14860
  outline: 0;
14588
14861
  }
14589
14862
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:active {
@@ -14637,11 +14910,15 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
14637
14910
  transition: none;
14638
14911
  }
14639
14912
  }
14913
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .sidebar-dark-l2 .nav-nested .nav-link {
14914
+ transition: none;
14915
+ }
14916
+
14640
14917
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.hover {
14641
14918
  color: #fff;
14642
14919
  }
14643
14920
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus {
14644
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
14921
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14645
14922
  outline: 0;
14646
14923
  }
14647
14924
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
@@ -14669,6 +14946,10 @@ html:not(#__):not(#___) .cadmin .c-slideout-transition-in {
14669
14946
  transition: none;
14670
14947
  }
14671
14948
  }
14949
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .c-slideout-transition-in {
14950
+ transition: none;
14951
+ }
14952
+
14672
14953
  html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
14673
14954
  transition: all 0.2s ease-in;
14674
14955
  }
@@ -14677,6 +14958,10 @@ html:not(#__):not(#___) .cadmin .c-slideout-transition-out {
14677
14958
  transition: none;
14678
14959
  }
14679
14960
  }
14961
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .c-slideout-transition-out {
14962
+ transition: none;
14963
+ }
14964
+
14680
14965
  html:not(#__):not(#___) .cadmin .c-slideout-fixed {
14681
14966
  position: fixed;
14682
14967
  }
@@ -14844,11 +15129,15 @@ html:not(#__):not(#___) .cadmin .table thead th [href] {
14844
15129
  transition: none;
14845
15130
  }
14846
15131
  }
15132
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .table thead th [href] {
15133
+ transition: none;
15134
+ }
15135
+
14847
15136
  html:not(#__):not(#___) .cadmin .table thead th [href]:hover, html:not(#__):not(#___) .cadmin .table thead th [href].hover {
14848
15137
  color: #272833;
14849
15138
  }
14850
15139
  html:not(#__):not(#___) .cadmin .table thead th [href].focus, html:not(#__):not(#___) .cadmin .table thead th [href]:focus {
14851
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15140
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14852
15141
  outline: 0;
14853
15142
  }
14854
15143
  html:not(#__):not(#___) .cadmin .table th:first-child,
@@ -15066,11 +15355,15 @@ html:not(#__):not(#___) .cadmin .table-title a {
15066
15355
  transition: none;
15067
15356
  }
15068
15357
  }
15358
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .table-title a {
15359
+ transition: none;
15360
+ }
15361
+
15069
15362
  html:not(#__):not(#___) .cadmin .table-title a:hover, html:not(#__):not(#___) .cadmin .table-title a.hover {
15070
15363
  color: #272833;
15071
15364
  }
15072
15365
  html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .cadmin .table-title a:focus {
15073
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15366
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15074
15367
  outline: 0;
15075
15368
  }
15076
15369
  html:not(#__):not(#___) .cadmin .table-link {
@@ -15085,11 +15378,15 @@ html:not(#__):not(#___) .cadmin .table-link {
15085
15378
  transition: none;
15086
15379
  }
15087
15380
  }
15381
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .table-link {
15382
+ transition: none;
15383
+ }
15384
+
15088
15385
  html:not(#__):not(#___) .cadmin .table-link:hover, html:not(#__):not(#___) .cadmin .table-link.hover {
15089
15386
  color: #272833;
15090
15387
  }
15091
15388
  html:not(#__):not(#___) .cadmin .table-link.focus, html:not(#__):not(#___) .cadmin .table-link:focus {
15092
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15389
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15093
15390
  outline: 0;
15094
15391
  }
15095
15392
  html:not(#__):not(#___) .cadmin .table-action-link {
@@ -15109,6 +15406,10 @@ html:not(#__):not(#___) .cadmin .table-action-link {
15109
15406
  transition: none;
15110
15407
  }
15111
15408
  }
15409
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .table-action-link {
15410
+ transition: none;
15411
+ }
15412
+
15112
15413
  html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___) .cadmin .table-action-link.hover {
15113
15414
  background-color: rgba(0, 0, 0, 0.02);
15114
15415
  color: #272833;
@@ -15117,7 +15418,7 @@ html:not(#__):not(#___) .cadmin .table-action-link:hover, html:not(#__):not(#___
15117
15418
  html:not(#__):not(#___) .cadmin .table-action-link.focus, html:not(#__):not(#___) .cadmin .table-action-link:focus {
15118
15419
  background-color: rgba(0, 0, 0, 0.02);
15119
15420
  color: #272833;
15120
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15421
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15121
15422
  outline: 0;
15122
15423
  }
15123
15424
  html:not(#__):not(#___) .cadmin .table-action-link:active {
@@ -15394,11 +15695,15 @@ html:not(#__):not(#___) .cadmin .table-list-title a {
15394
15695
  transition: none;
15395
15696
  }
15396
15697
  }
15698
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .table-list-title a {
15699
+ transition: none;
15700
+ }
15701
+
15397
15702
  html:not(#__):not(#___) .cadmin .table-list-title a:hover, html:not(#__):not(#___) .cadmin .table-list-title a.hover {
15398
15703
  color: #272833;
15399
15704
  }
15400
15705
  html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#___) .cadmin .table-list-title a:focus {
15401
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15706
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15402
15707
  outline: 0;
15403
15708
  }
15404
15709
  html:not(#__):not(#___) .cadmin .table-list-link {
@@ -15413,11 +15718,15 @@ html:not(#__):not(#___) .cadmin .table-list-link {
15413
15718
  transition: none;
15414
15719
  }
15415
15720
  }
15721
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .table-list-link {
15722
+ transition: none;
15723
+ }
15724
+
15416
15725
  html:not(#__):not(#___) .cadmin .table-list-link:hover, html:not(#__):not(#___) .cadmin .table-list-link.hover {
15417
15726
  color: #272833;
15418
15727
  }
15419
15728
  html:not(#__):not(#___) .cadmin .table-list-link.focus, html:not(#__):not(#___) .cadmin .table-list-link:focus {
15420
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15729
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15421
15730
  outline: 0;
15422
15731
  }
15423
15732
  html:not(#__):not(#___) .cadmin .table-list-action-link {
@@ -15436,6 +15745,10 @@ html:not(#__):not(#___) .cadmin .table-list-action-link {
15436
15745
  transition: none;
15437
15746
  }
15438
15747
  }
15748
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .table-list-action-link {
15749
+ transition: none;
15750
+ }
15751
+
15439
15752
  html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not(#___) .cadmin .table-list-action-link.hover {
15440
15753
  background-color: rgba(0, 0, 0, 0.02);
15441
15754
  color: #272833;
@@ -15443,7 +15756,7 @@ html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not
15443
15756
  }
15444
15757
  html:not(#__):not(#___) .cadmin .table-list-action-link.focus, html:not(#__):not(#___) .cadmin .table-list-action-link:focus {
15445
15758
  background-color: rgba(0, 0, 0, 0.02);
15446
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
15759
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
15447
15760
  color: #272833;
15448
15761
  outline: 0;
15449
15762
  }
@@ -16112,10 +16425,10 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced {
16112
16425
  width: 40px;
16113
16426
  }
16114
16427
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:focus, html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus {
16115
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
16428
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
16116
16429
  }
16117
16430
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus {
16118
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
16431
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
16119
16432
  }
16120
16433
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
16121
16434
  margin-bottom: 0;
@@ -16559,6 +16872,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::befor
16559
16872
  transition: none;
16560
16873
  }
16561
16874
  }
16875
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar::before {
16876
+ transition: none;
16877
+ }
16878
+
16562
16879
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after {
16563
16880
  background-color: #fff;
16564
16881
  border-color: #fff;
@@ -16580,6 +16897,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar::after
16580
16897
  transition: none;
16581
16898
  }
16582
16899
  }
16900
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar::after {
16901
+ transition: none;
16902
+ }
16903
+
16583
16904
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
16584
16905
  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;
16585
16906
  }
@@ -16588,6 +16909,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
16588
16909
  transition: none;
16589
16910
  }
16590
16911
  }
16912
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::before {
16913
+ transition: none;
16914
+ }
16915
+
16591
16916
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
16592
16917
  content: attr(data-label-off);
16593
16918
  margin-left: 56px;
@@ -16599,6 +16924,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
16599
16924
  transition: none;
16600
16925
  }
16601
16926
  }
16927
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-handle::after {
16928
+ transition: none;
16929
+ }
16930
+
16602
16931
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
16603
16932
  color: #fff;
16604
16933
  left: 4px;
@@ -16616,6 +16945,10 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggl
16616
16945
  transition: none;
16617
16946
  }
16618
16947
  }
16948
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
16949
+ transition: none;
16950
+ }
16951
+
16619
16952
  html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon-on {
16620
16953
  left: 4px;
16621
16954
  opacity: 0;
@@ -16630,7 +16963,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .butto
16630
16963
  opacity: 0;
16631
16964
  }
16632
16965
  html:not(#__):not(#___) .cadmin .toggle-switch-check:focus ~ .toggle-switch-bar::before {
16633
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
16966
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16634
16967
  }
16635
16968
  html:not(#__):not(#___) .cadmin .toggle-switch-check[disabled] ~ .toggle-switch-bar, html:not(#__):not(#___) .cadmin .toggle-switch-check:disabled ~ .toggle-switch-bar {
16636
16969
  cursor: not-allowed;
@@ -17056,10 +17389,10 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
17056
17389
  width: 24px;
17057
17390
  }
17058
17391
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:focus, html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus {
17059
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17392
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17060
17393
  }
17061
17394
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:active:focus {
17062
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17395
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17063
17396
  }
17064
17397
  html:not(#__):not(#___) .cadmin .treeview .custom-control {
17065
17398
  margin-left: 4px;
@@ -17120,6 +17453,10 @@ html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover:hover
17120
17453
  transition: none;
17121
17454
  }
17122
17455
  }
17456
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .treeview.show-component-expander-on-hover:hover .component-expander, html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .treeview.show-component-expander-on-hover.hover .component-expander {
17457
+ transition: none;
17458
+ }
17459
+
17123
17460
  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 {
17124
17461
  opacity: 1;
17125
17462
  transition: none;
@@ -17133,6 +17470,10 @@ html:not(#__):not(#___) .cadmin .treeview.show-component-expander-on-hover .comp
17133
17470
  transition: none;
17134
17471
  }
17135
17472
  }
17473
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .treeview.show-component-expander-on-hover .component-expander {
17474
+ transition: none;
17475
+ }
17476
+
17136
17477
  html:not(#__):not(#___) .cadmin .treeview .quick-action-item {
17137
17478
  margin: 0 2px;
17138
17479
  min-height: 0;
@@ -17161,6 +17502,25 @@ html:not(#__):not(#___) .cadmin .treeview-item {
17161
17502
  overflow-wrap: break-word;
17162
17503
  word-wrap: break-word;
17163
17504
  }
17505
+ html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-top {
17506
+ background-color: transparent;
17507
+ display: block;
17508
+ height: 2px;
17509
+ margin-top: -2px;
17510
+ outline: none;
17511
+ width: 100%;
17512
+ }
17513
+ html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-bottom {
17514
+ background-color: transparent;
17515
+ display: block;
17516
+ height: 2px;
17517
+ margin-bottom: -2px;
17518
+ outline: none;
17519
+ width: 100%;
17520
+ }
17521
+ html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-over {
17522
+ background-color: #528eff;
17523
+ }
17164
17524
  html:not(#__):not(#___) .cadmin .treeview-link {
17165
17525
  background-color: transparent;
17166
17526
  cursor: pointer;
@@ -17183,21 +17543,15 @@ html:not(#__):not(#___) .cadmin .treeview-link:hover, html:not(#__):not(#___) .c
17183
17543
  text-decoration: none;
17184
17544
  }
17185
17545
  html:not(#__):not(#___) .cadmin .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-link:focus {
17186
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17546
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17187
17547
  outline: 0;
17188
17548
  }
17189
17549
  html:not(#__):not(#___) .cadmin .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-link.disabled {
17190
17550
  cursor: not-allowed;
17191
17551
  }
17192
- html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-bottom {
17193
- box-shadow: 0 2px 0 0 #80acff;
17194
- }
17195
17552
  html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-middle {
17196
17553
  background-color: #f0f5ff;
17197
- border-color: #80acff;
17198
- }
17199
- html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-top {
17200
- box-shadow: 0 -2px 0 0 #80acff;
17554
+ border-color: #528eff;
17201
17555
  }
17202
17556
  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 {
17203
17557
  display: none;
@@ -17219,7 +17573,7 @@ html:not(#__):not(#___) .cadmin .treeview-item-dragging .treeview-link {
17219
17573
  }
17220
17574
  html:not(#__):not(#___) .cadmin .treeview-dragging {
17221
17575
  background-color: #fff;
17222
- border-color: #80acff;
17576
+ border-color: #528eff;
17223
17577
  border-radius: 3px;
17224
17578
  border-style: solid;
17225
17579
  border-width: 1px;
@@ -17330,13 +17684,17 @@ html:not(#__):not(#___) .cadmin .close::-ms-expand {
17330
17684
  transition: none;
17331
17685
  }
17332
17686
  }
17687
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .close {
17688
+ transition: none;
17689
+ }
17690
+
17333
17691
  html:not(#__):not(#___) .cadmin .close:hover {
17334
17692
  color: #272833;
17335
17693
  opacity: 1;
17336
17694
  text-decoration: none;
17337
17695
  }
17338
17696
  html:not(#__):not(#___) .cadmin .close:focus {
17339
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
17697
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
17340
17698
  opacity: 1;
17341
17699
  outline: 0;
17342
17700
  }
@@ -17351,8 +17709,8 @@ html:not(#__):not(#___) .cadmin .close .lexicon-icon {
17351
17709
  margin-top: 0;
17352
17710
  }
17353
17711
  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]) {
17354
- box-shadow: inset 0 0 0 2px #80acff, inset 0 0 0 4px #fff;
17355
- border-color: #80acff;
17712
+ box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17713
+ border-color: #528eff;
17356
17714
  outline: 0;
17357
17715
  }
17358
17716
  html:not(#__):not(#___) .cadmin .autofit-row {
@@ -17563,7 +17921,7 @@ html:not(#__):not(#___) .cadmin .inline-scroller:focus {
17563
17921
  outline: 0;
17564
17922
  }
17565
17923
  html:not(#__):not(#___) .cadmin .inline-scroller:focus-visible {
17566
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
17924
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
17567
17925
  }
17568
17926
  html:not(#__):not(#___) .cadmin .inline-item {
17569
17927
  align-items: center;
@@ -25535,6 +25893,10 @@ html:not(#__):not(#___) .cadmin .visible {
25535
25893
  html:not(#__):not(#___) .cadmin .invisible {
25536
25894
  visibility: hidden !important;
25537
25895
  }
25896
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion {
25897
+ scroll-behavior: auto;
25898
+ transition: none;
25899
+ }
25538
25900
  @keyframes cadmin-loading-animation-circle {
25539
25901
  100% {
25540
25902
  transform: rotate(360deg);
@@ -25564,6 +25926,10 @@ html:not(#__):not(#___) .cadmin .loading-animation::before {
25564
25926
  top: 50%;
25565
25927
  width: 0.25em;
25566
25928
  }
25929
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .loading-animation::before {
25930
+ animation: none;
25931
+ }
25932
+
25567
25933
  html:not(#__):not(#___) .cadmin .loading-animation::after {
25568
25934
  animation: cadmin-loading-animation-circle 1s linear infinite;
25569
25935
  background-color: currentColor;
@@ -25577,6 +25943,10 @@ html:not(#__):not(#___) .cadmin .loading-animation::after {
25577
25943
  padding: 0.25em;
25578
25944
  width: 1em;
25579
25945
  }
25946
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .loading-animation::after {
25947
+ animation: none;
25948
+ }
25949
+
25580
25950
  @keyframes cadmin-loading-animation-squares-box-1 {
25581
25951
  0% {
25582
25952
  left: 0;
@@ -25654,6 +26024,10 @@ html:not(#__):not(#___) .cadmin .loading-animation-squares::before {
25654
26024
  transform: scale(1);
25655
26025
  width: 1em;
25656
26026
  }
26027
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .loading-animation-squares::before {
26028
+ animation: none;
26029
+ }
26030
+
25657
26031
  html:not(#__):not(#___) .cadmin .loading-animation-squares::after {
25658
26032
  animation: cadmin-loading-animation-squares-box-2 2.4s ease-in-out infinite;
25659
26033
  background-color: currentColor;
@@ -25669,6 +26043,10 @@ html:not(#__):not(#___) .cadmin .loading-animation-squares::after {
25669
26043
  transform: scale(2);
25670
26044
  width: 1em;
25671
26045
  }
26046
+ html:not(#__):not(#___) .cadmin .c-prefers-reduced-motion .loading-animation-squares::after {
26047
+ animation: none;
26048
+ }
26049
+
25672
26050
  html:not(#__):not(#___) .cadmin .loading-animation-xs {
25673
26051
  font-size: 10px;
25674
26052
  }