@clayui/css 3.116.0 → 3.117.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 (34) hide show
  1. package/lib/css/atlas.css +179 -185
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +25 -53
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/bootstrap.css +0 -0
  6. package/lib/css/bootstrap.css.map +1 -1
  7. package/lib/css/cadmin.css +166 -168
  8. package/lib/css/cadmin.css.map +1 -1
  9. package/lib/images/icons/icons.svg +1 -1
  10. package/package.json +2 -2
  11. package/src/scss/_license-text.scss +1 -1
  12. package/src/scss/atlas/variables/_globals.scss +3 -3
  13. package/src/scss/cadmin/components/_custom-forms.scss +0 -16
  14. package/src/scss/cadmin/components/_list-group.scss +4 -20
  15. package/src/scss/cadmin/components/_modals.scss +7 -1
  16. package/src/scss/cadmin/components/_multi-step-nav.scss +3 -8
  17. package/src/scss/cadmin/variables/_globals.scss +3 -3
  18. package/src/scss/cadmin/variables/_list-group.scss +35 -0
  19. package/src/scss/cadmin/variables/_modals.scss +3 -0
  20. package/src/scss/cadmin/variables/_multi-step-nav.scss +21 -0
  21. package/src/scss/cadmin/variables/_popovers.scss +4 -0
  22. package/src/scss/components/_custom-forms.scss +0 -8
  23. package/src/scss/components/_list-group.scss +4 -20
  24. package/src/scss/components/_modals.scss +7 -1
  25. package/src/scss/components/_multi-step-nav.scss +3 -8
  26. package/src/scss/mixins/_forms.scss +4 -4
  27. package/src/scss/mixins/_labels.scss +8 -0
  28. package/src/scss/mixins/_popovers.scss +33 -0
  29. package/src/scss/variables/_globals.scss +2 -2
  30. package/src/scss/variables/_list-group.scss +35 -0
  31. package/src/scss/variables/_modals.scss +3 -0
  32. package/src/scss/variables/_multi-step-nav.scss +21 -0
  33. package/src/scss/variables/_popovers.scss +4 -0
  34. package/CHANGELOG.md +0 -2989
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.116.0
3
+ * Clay 3.117.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.116.0
19
+ * Clay 3.117.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>
@@ -143,7 +143,7 @@ html:not(#__):not(#___) .cadmin th,
143
143
  html:not(#__):not(#___) .cadmin thead,
144
144
  html:not(#__):not(#___) .cadmin tr,
145
145
  html:not(#__):not(#___) .cadmin ul,
146
- html:not(#__):not(#___) .cadmin var, html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadmin .custom-control-label::before, html:not(#__):not(#___) .cadmin .nav-link::after, html:not(#__):not(#___) .cadmin .custom-control-label::after {
146
+ html:not(#__):not(#___) .cadmin var, html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadmin .nav-link::after {
147
147
  animation: none;
148
148
  background-color: transparent;
149
149
  background-image: none;
@@ -182,7 +182,7 @@ html:not(#__):not(#___) .cadmin var, html:not(#__):not(#___) .cadmin .nav-link::
182
182
  word-spacing: inherit;
183
183
  }
184
184
 
185
- html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadmin .custom-control-label::before, html:not(#__):not(#___) .cadmin .nav-link::after, html:not(#__):not(#___) .cadmin .custom-control-label::after {
185
+ html:not(#__):not(#___) .cadmin .nav-link::before, html:not(#__):not(#___) .cadmin .nav-link::after {
186
186
  content: none;
187
187
  display: inline;
188
188
  }
@@ -271,7 +271,7 @@ html:not(#__):not(#___) .cadmin a:hover, html:not(#__):not(#___) .cadmin a.hover
271
271
  }
272
272
  html:not(#__):not(#___) .cadmin a.focus, html:not(#__):not(#___) .cadmin a:focus-visible,
273
273
  html:not(#__):not(#___) .c-prefers-focus .cadmin a {
274
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
274
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
275
275
  outline: 0;
276
276
  }
277
277
  html:not(#__):not(#___) .cadmin pre,
@@ -922,7 +922,7 @@ html:not(#__):not(#___) .cadmin .btn:hover {
922
922
  }
923
923
  html:not(#__):not(#___) .cadmin .btn.focus, html:not(#__):not(#___) .cadmin .btn:focus-visible,
924
924
  html:not(#__):not(#___) .c-prefers-focus .cadmin .btn {
925
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
925
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
926
926
  outline: 0;
927
927
  }
928
928
  html:not(#__):not(#___) .cadmin .btn:active {
@@ -1435,7 +1435,7 @@ html:not(#__):not(#___) .cadmin .btn-link:hover {
1435
1435
  }
1436
1436
  html:not(#__):not(#___) .cadmin .btn-link.focus, html:not(#__):not(#___) .cadmin .btn-link:focus-visible,
1437
1437
  html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link {
1438
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
1438
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
1439
1439
  text-decoration: none;
1440
1440
  }
1441
1441
  html:not(#__):not(#___) .cadmin .btn-link:active {
@@ -1443,7 +1443,7 @@ html:not(#__):not(#___) .cadmin .btn-link:active {
1443
1443
  }
1444
1444
  html:not(#__):not(#___) .cadmin .btn-link:active:focus-visible,
1445
1445
  html:not(#__):not(#___) .c-prefers-focus .cadmin .btn-link {
1446
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
1446
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
1447
1447
  }
1448
1448
  html:not(#__):not(#___) .cadmin .btn-link.active {
1449
1449
  box-shadow: [none];
@@ -2053,10 +2053,10 @@ html:not(#__):not(#___) .cadmin .c-horizontal-resizer {
2053
2053
  z-index: 10;
2054
2054
  }
2055
2055
  html:not(#__):not(#___) .cadmin .c-horizontal-resizer:hover {
2056
- background-color: #528eff;
2056
+ background-color: #5791ff;
2057
2057
  }
2058
2058
  html:not(#__):not(#___) .cadmin .c-horizontal-resizer:focus {
2059
- background-color: #528eff;
2059
+ background-color: #5791ff;
2060
2060
  }
2061
2061
  html:not(#__):not(#___) .cadmin .fade, html:not(#__):not(#___) .cadmin.fade {
2062
2062
  transition: opacity 0.15s linear;
@@ -4059,7 +4059,7 @@ html:not(#__):not(#___) .cadmin .badge[href]:hover, html:not(#__):not(#___) .cad
4059
4059
  }
4060
4060
  html:not(#__):not(#___) .cadmin .badge[href].focus, html:not(#__):not(#___) .cadmin .badge[href]:focus-visible,
4061
4061
  html:not(#__):not(#___) .c-prefers-focus .cadmin .badge[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .badge[type], html:not(#__):not(#___) .cadmin .badge[type].focus, html:not(#__):not(#___) .cadmin .badge[type]:focus-visible {
4062
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
4062
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4063
4063
  outline: 0;
4064
4064
  }
4065
4065
  html:not(#__):not(#___) .cadmin .badge a {
@@ -4328,7 +4328,7 @@ html:not(#__):not(#___) .cadmin .breadcrumb-link:hover, html:not(#__):not(#___)
4328
4328
  }
4329
4329
  html:not(#__):not(#___) .cadmin .breadcrumb-link.focus, html:not(#__):not(#___) .cadmin .breadcrumb-link:focus-visible,
4330
4330
  html:not(#__):not(#___) .c-prefers-focus .cadmin .breadcrumb-link {
4331
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
4331
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4332
4332
  color: #6b6c7e;
4333
4333
  outline: 0;
4334
4334
  text-decoration: underline;
@@ -4618,7 +4618,7 @@ html:not(#__):not(#___) .cadmin .label[href]:hover, html:not(#__):not(#___) .cad
4618
4618
  }
4619
4619
  html:not(#__):not(#___) .cadmin .label[href].focus, html:not(#__):not(#___) .cadmin .label[href]:focus-visible,
4620
4620
  html:not(#__):not(#___) .c-prefers-focus .cadmin .label[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .label[type], html:not(#__):not(#___) .c-prefers-focus .cadmin .label[tabindex], html:not(#__):not(#___) .cadmin .label[type].focus, html:not(#__):not(#___) .cadmin .label[type]:focus-visible, html:not(#__):not(#___) .cadmin .label[tabindex].focus, html:not(#__):not(#___) .cadmin .label[tabindex]:focus-visible {
4621
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
4621
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
4622
4622
  text-decoration: underline;
4623
4623
  }
4624
4624
  html:not(#__):not(#___) .cadmin .label a,
@@ -6179,7 +6179,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item:hover, html:not(#__):not(#___) .c
6179
6179
  }
6180
6180
  html:not(#__):not(#___) .cadmin .dropdown-item.focus, html:not(#__):not(#___) .cadmin .dropdown-item:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item:focus {
6181
6181
  background-color: #f0f5ff;
6182
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
6182
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
6183
6183
  color: #272833;
6184
6184
  outline: 0;
6185
6185
  text-decoration: none;
@@ -6216,7 +6216,7 @@ html:not(#__):not(#___) .cadmin .dropdown-item.active .c-kbd-inline {
6216
6216
  color: #272833;
6217
6217
  }
6218
6218
  html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled):active:focus, html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus-visible, .c-prefers-focus html:not(#__):not(#___) .cadmin .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
6219
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
6219
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
6220
6220
  }
6221
6221
 
6222
6222
  html:not(#__):not(#___) .cadmin .dropdown-item:disabled, html:not(#__):not(#___) .cadmin .dropdown-item.disabled {
@@ -6981,14 +6981,14 @@ html:not(#__):not(#___) .cadmin .form-control.focus, html:not(#__):not(#___) .ca
6981
6981
  html:not(#__):not(#___) .c-prefers-focus .cadmin .form-control {
6982
6982
  background-color: #f0f5ff;
6983
6983
  border-color: #80acff;
6984
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
6984
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
6985
6985
  color: #272833;
6986
6986
  outline: 0;
6987
6987
  }
6988
6988
  html:not(#__):not(#___) .cadmin .form-control:focus-within:has(input:focus) {
6989
6989
  background-color: #f0f5ff;
6990
6990
  border-color: #80acff;
6991
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
6991
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
6992
6992
  color: #272833;
6993
6993
  }
6994
6994
  html:not(#__):not(#___) .cadmin .form-control:disabled, html:not(#__):not(#___) .cadmin .form-control.disabled {
@@ -7361,7 +7361,7 @@ html:not(#__):not(#___) .cadmin .form-control[type=range]:focus {
7361
7361
  box-shadow: none;
7362
7362
  }
7363
7363
  html:not(#__):not(#___) .cadmin .form-control[type=range]:focus::-webkit-slider-thumb {
7364
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7364
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7365
7365
  }
7366
7366
  html:not(#__):not(#___) .cadmin .form-control[type=range]::-webkit-slider-thumb {
7367
7367
  border-radius: 100px;
@@ -7664,7 +7664,7 @@ html:not(#__):not(#___) .cadmin .c-link:hover, html:not(#__):not(#___) .cadmin .
7664
7664
  html:not(#__):not(#___) .cadmin .c-link.focus, html:not(#__):not(#___) .cadmin .c-link:focus-visible,
7665
7665
  html:not(#__):not(#___) .c-prefers-focus .cadmin .c-link {
7666
7666
  border-radius: 1px;
7667
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7667
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7668
7668
  outline: 0;
7669
7669
  }
7670
7670
  html:not(#__):not(#___) .cadmin .c-link.text-secondary {
@@ -7703,7 +7703,7 @@ html:not(#__):not(#___) .cadmin .component-link:hover, html:not(#__):not(#___) .
7703
7703
  html:not(#__):not(#___) .cadmin .component-link.focus, html:not(#__):not(#___) .cadmin .component-link:focus-visible,
7704
7704
  html:not(#__):not(#___) .c-prefers-focus .cadmin .component-link {
7705
7705
  color: #484955;
7706
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7706
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7707
7707
  outline: 0;
7708
7708
  }
7709
7709
  html:not(#__):not(#___) .cadmin .single-link {
@@ -7729,7 +7729,7 @@ html:not(#__):not(#___) .cadmin .link-primary:hover, html:not(#__):not(#___) .ca
7729
7729
  html:not(#__):not(#___) .cadmin .link-primary.focus, html:not(#__):not(#___) .cadmin .link-primary:focus-visible,
7730
7730
  html:not(#__):not(#___) .c-prefers-focus .cadmin .link-primary {
7731
7731
  color: #0041be;
7732
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7732
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7733
7733
  outline: 0;
7734
7734
  }
7735
7735
  html:not(#__):not(#___) .cadmin .link-secondary {
@@ -7752,7 +7752,7 @@ html:not(#__):not(#___) .cadmin .link-secondary:hover, html:not(#__):not(#___) .
7752
7752
  html:not(#__):not(#___) .cadmin .link-secondary.focus, html:not(#__):not(#___) .cadmin .link-secondary:focus-visible,
7753
7753
  html:not(#__):not(#___) .c-prefers-focus .cadmin .link-secondary {
7754
7754
  color: #272833;
7755
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7755
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7756
7756
  outline: 0;
7757
7757
  }
7758
7758
  html:not(#__):not(#___) .cadmin button.link-outline {
@@ -7791,7 +7791,7 @@ html:not(#__):not(#___) .cadmin .link-outline:hover, html:not(#__):not(#___) .ca
7791
7791
  }
7792
7792
  html:not(#__):not(#___) .cadmin .link-outline.focus, html:not(#__):not(#___) .cadmin .link-outline:focus-visible,
7793
7793
  html:not(#__):not(#___) .c-prefers-focus .cadmin .link-outline {
7794
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7794
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7795
7795
  outline: 0;
7796
7796
  }
7797
7797
  html:not(#__):not(#___) .cadmin .link-outline:disabled, html:not(#__):not(#___) .cadmin .link-outline.disabled {
@@ -7930,7 +7930,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-title[href], html:no
7930
7930
  html:not(#__):not(#___) .cadmin .component-title a[href].focus,
7931
7931
  html:not(#__):not(#___) .cadmin .component-title a[href]:focus-visible {
7932
7932
  color: #060608;
7933
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7933
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7934
7934
  outline: 0;
7935
7935
  }
7936
7936
  html:not(#__):not(#___) .cadmin .component-subtitle {
@@ -7965,7 +7965,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .component-subtitle[href], html
7965
7965
  html:not(#__):not(#___) .cadmin .component-subtitle a[href].focus,
7966
7966
  html:not(#__):not(#___) .cadmin .component-subtitle a[href]:focus-visible {
7967
7967
  color: #272833;
7968
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
7968
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
7969
7969
  outline: 0;
7970
7970
  }
7971
7971
  html:not(#__):not(#___) .cadmin .component-action {
@@ -8001,7 +8001,7 @@ html:not(#__):not(#___) .cadmin .component-action:hover, html:not(#__):not(#___)
8001
8001
  html:not(#__):not(#___) .cadmin .component-action.focus, html:not(#__):not(#___) .cadmin .component-action:focus-visible,
8002
8002
  html:not(#__):not(#___) .c-prefers-focus .cadmin .component-action {
8003
8003
  background-color: rgba(39, 40, 51, 0.03);
8004
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8004
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8005
8005
  color: #272833;
8006
8006
  outline: 0;
8007
8007
  }
@@ -8243,17 +8243,29 @@ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range::-webkit-s
8243
8243
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover {
8244
8244
  cursor: pointer;
8245
8245
  }
8246
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover ~ .clay-range-progress .clay-range-thumb {
8247
+ background-color: #f0f5ff;
8248
+ }
8246
8249
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover ~ .clay-range-progress .tooltip {
8247
8250
  visibility: visible;
8248
8251
  opacity: 1;
8249
8252
  }
8253
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover::-moz-range-thumb {
8254
+ background-color: #f0f5ff;
8255
+ }
8256
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover::-ms-thumb {
8257
+ background-color: #f0f5ff;
8258
+ }
8259
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:hover::-webkit-slider-thumb {
8260
+ background-color: #f0f5ff;
8261
+ }
8250
8262
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible,
8251
8263
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input {
8252
8264
  outline: 0;
8253
8265
  }
8254
8266
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb,
8255
8267
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range-progress .clay-range-thumb {
8256
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
8268
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8257
8269
  }
8258
8270
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip,
8259
8271
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range-progress .tooltip {
@@ -8262,15 +8274,15 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input ~ .clay-range
8262
8274
  }
8263
8275
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-moz-range-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-moz-range-thumb,
8264
8276
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-moz-range-thumb {
8265
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
8277
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8266
8278
  }
8267
8279
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-ms-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-ms-thumb,
8268
8280
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-ms-thumb {
8269
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
8281
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8270
8282
  }
8271
8283
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range.focus::-webkit-slider-thumb, html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb,
8272
8284
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-range-input::-webkit-slider-thumb {
8273
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
8285
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
8274
8286
  }
8275
8287
 
8276
8288
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:disabled {
@@ -8283,6 +8295,18 @@ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:disabled ~
8283
8295
  html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:disabled ~ .clay-range-progress {
8284
8296
  background-color: #b3cdff;
8285
8297
  }
8298
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:disabled ~ .clay-range-progress .clay-range-thumb {
8299
+ background-color: #f7f8f9;
8300
+ }
8301
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:disabled::-moz-range-thumb {
8302
+ background-color: #f7f8f9;
8303
+ }
8304
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:disabled::-ms-thumb {
8305
+ background-color: #f7f8f9;
8306
+ }
8307
+ html:not(#__):not(#___) .cadmin .clay-range-input .form-control-range:disabled::-webkit-slider-thumb {
8308
+ background-color: #f7f8f9;
8309
+ }
8286
8310
  html:not(#__):not(#___) .cadmin .clay-range-input[data-label-min], html:not(#__):not(#___) .cadmin .clay-range-input[data-label-max] {
8287
8311
  margin-bottom: 16px;
8288
8312
  }
@@ -8424,13 +8448,13 @@ html:not(#__):not(#___) .cadmin .clay-color-btn {
8424
8448
  width: 24px;
8425
8449
  }
8426
8450
  html:not(#__):not(#___) .cadmin .clay-color-btn:active {
8427
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8451
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8428
8452
  }
8429
8453
  html:not(#__):not(#___) .cadmin .clay-color-btn.active {
8430
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8454
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8431
8455
  }
8432
8456
  html:not(#__):not(#___) .cadmin .clay-color-btn[aria-expanded=true], html:not(#__):not(#___) .cadmin .clay-color-btn.show {
8433
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8457
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8434
8458
  }
8435
8459
  html:not(#__):not(#___) .cadmin .clay-color-btn .c-inner {
8436
8460
  margin-bottom: 0;
@@ -8467,12 +8491,12 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .clay-color-pointer {
8467
8491
 
8468
8492
  html:not(#__):not(#___) .cadmin .clay-color-pointer.focus, html:not(#__):not(#___) .cadmin .clay-color-pointer:focus-visible,
8469
8493
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer {
8470
- box-shadow: 0 0 0 2px #528eff;
8494
+ box-shadow: 0 0 0 2px #5791ff;
8471
8495
  outline: 0;
8472
8496
  }
8473
8497
  html:not(#__):not(#___) .cadmin .clay-color-pointer:active:focus-visible,
8474
8498
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-color-pointer {
8475
- box-shadow: 0 0 0 2px #528eff;
8499
+ box-shadow: 0 0 0 2px #5791ff;
8476
8500
  }
8477
8501
  html:not(#__):not(#___) .cadmin .clay-color-pointer .c-inner {
8478
8502
  margin-bottom: 0;
@@ -8846,7 +8870,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .form-file {
8846
8870
 
8847
8871
  html:not(#__):not(#___) .cadmin .form-file:focus-within:has(input:focus) {
8848
8872
  background-color: #f0f5ff;
8849
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8873
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8850
8874
  outline: 0;
8851
8875
  z-index: 1;
8852
8876
  }
@@ -8864,7 +8888,7 @@ html:not(#__):not(#___) .cadmin .form-file-input::-webkit-file-upload-button {
8864
8888
  }
8865
8889
  html:not(#__):not(#___) .cadmin .form-file-input:focus + .input-group {
8866
8890
  border-radius: 1px;
8867
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8891
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
8868
8892
  }
8869
8893
  html:not(#__):not(#___) .cadmin .form-file-input:disabled {
8870
8894
  cursor: not-allowed;
@@ -8950,44 +8974,6 @@ html:not(#__):not(#___) .cadmin .custom-control-label-text .small {
8950
8974
  html:not(#__):not(#___) .cadmin .custom-control-primary .custom-control-label-text {
8951
8975
  font-weight: 600;
8952
8976
  }
8953
- html:not(#__):not(#___) .cadmin .custom-control-label::before {
8954
- background-color: #fff;
8955
- border-color: #6b6c7e;
8956
- border-style: solid;
8957
- border-width: 1px;
8958
- box-shadow: none;
8959
- content: "";
8960
- display: block;
8961
- float: left;
8962
- font-size: 16px;
8963
- height: 16px;
8964
- left: 0;
8965
- position: relative;
8966
- top: 2px;
8967
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
8968
- width: 16px;
8969
- z-index: 0;
8970
- }
8971
- @media (prefers-reduced-motion: reduce) {
8972
- html:not(#__):not(#___) .cadmin .custom-control-label::before {
8973
- transition: none;
8974
- }
8975
- }
8976
- html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .custom-control-label::before {
8977
- transition: none;
8978
- }
8979
-
8980
- html:not(#__):not(#___) .cadmin .custom-control-label::after {
8981
- background: no-repeat 50%/50% 50%;
8982
- content: "";
8983
- display: block;
8984
- height: 16px;
8985
- left: 0;
8986
- position: absolute;
8987
- top: 2px;
8988
- width: 16px;
8989
- z-index: 0;
8990
- }
8991
8977
  html:not(#__):not(#___) .cadmin .custom-control-input {
8992
8978
  cursor: pointer;
8993
8979
  height: 16px;
@@ -9001,7 +8987,7 @@ html:not(#__):not(#___) .cadmin .custom-control-input {
9001
8987
  html:not(#__):not(#___) .cadmin .custom-control-input:focus-visible ~ .custom-control-label::before,
9002
8988
  html:not(#__):not(#___) .c-prefers-focus .cadmin .custom-control-input ~ .custom-control-label::before {
9003
8989
  border-color: #6b6c7e;
9004
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
8990
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9005
8991
  }
9006
8992
  html:not(#__):not(#___) .cadmin .custom-control-input:active ~ .custom-control-label::before {
9007
8993
  background-color: #fff;
@@ -9149,11 +9135,11 @@ html:not(#__):not(#___) .cadmin .clay-time .btn {
9149
9135
  }
9150
9136
  html:not(#__):not(#___) .cadmin .clay-time .btn.focus, html:not(#__):not(#___) .cadmin .clay-time .btn:focus-visible,
9151
9137
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn {
9152
- box-shadow: 0 0 0 1px #528eff;
9138
+ box-shadow: 0 0 0 1px #5791ff;
9153
9139
  }
9154
9140
  html:not(#__):not(#___) .cadmin .clay-time .btn:active:focus-visible,
9155
9141
  html:not(#__):not(#___) .c-prefers-focus .cadmin .clay-time .btn {
9156
- box-shadow: 0 0 0 1px #528eff;
9142
+ box-shadow: 0 0 0 1px #5791ff;
9157
9143
  }
9158
9144
  html:not(#__):not(#___) .cadmin .clay-time .btn .c-inner {
9159
9145
  margin-bottom: 0;
@@ -9310,7 +9296,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:hover {
9310
9296
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.focus, html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:focus-visible,
9311
9297
  html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn {
9312
9298
  background-color: #f1f2f5;
9313
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9299
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9314
9300
  color: #272833;
9315
9301
  }
9316
9302
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
@@ -9318,7 +9304,7 @@ html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active {
9318
9304
  }
9319
9305
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn:active:focus-visible,
9320
9306
  html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-nav .nav-btn {
9321
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9307
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9322
9308
  }
9323
9309
  html:not(#__):not(#___) .cadmin .date-picker-nav .nav-btn.active {
9324
9310
  background-color: #f1f2f5;
@@ -9580,7 +9566,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:hover {
9580
9566
  html:not(#__):not(#___) .cadmin .date-picker-date.focus, html:not(#__):not(#___) .cadmin .date-picker-date:focus-visible,
9581
9567
  html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date {
9582
9568
  background-color: #f1f2f5;
9583
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9569
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9584
9570
  color: #272833;
9585
9571
  outline: 0;
9586
9572
  }
@@ -9590,7 +9576,7 @@ html:not(#__):not(#___) .cadmin .date-picker-date:active {
9590
9576
  }
9591
9577
  html:not(#__):not(#___) .cadmin .date-picker-date:active:focus-visible,
9592
9578
  html:not(#__):not(#___) .c-prefers-focus .cadmin .date-picker-date {
9593
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9579
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9594
9580
  }
9595
9581
  html:not(#__):not(#___) .cadmin .date-picker-date.active {
9596
9582
  background-color: #0b5fff;
@@ -9710,7 +9696,7 @@ html:not(#__):not(#___) .cadmin .has-error .form-control {
9710
9696
  }
9711
9697
  html:not(#__):not(#___) .cadmin .has-error .form-control.focus, html:not(#__):not(#___) .cadmin .has-error .form-control:focus-visible,
9712
9698
  html:not(#__):not(#___) .c-prefers-focus .cadmin .has-error .form-control {
9713
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9699
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9714
9700
  }
9715
9701
  html:not(#__):not(#___) .cadmin .has-error .form-control[readonly] {
9716
9702
  background-color: #fff;
@@ -9736,7 +9722,7 @@ html:not(#__):not(#___) .cadmin .has-error select.form-control[multiple] {
9736
9722
  color: #272833;
9737
9723
  }
9738
9724
  html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus {
9739
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9725
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9740
9726
  }
9741
9727
  html:not(#__):not(#___) .cadmin .has-error .input-group-item.focus .input-group-inset {
9742
9728
  background-color: #feefef;
@@ -9770,7 +9756,7 @@ html:not(#__):not(#___) .cadmin .has-warning .form-control {
9770
9756
  }
9771
9757
  html:not(#__):not(#___) .cadmin .has-warning .form-control.focus, html:not(#__):not(#___) .cadmin .has-warning .form-control:focus-visible,
9772
9758
  html:not(#__):not(#___) .c-prefers-focus .cadmin .has-warning .form-control {
9773
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9759
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9774
9760
  }
9775
9761
  html:not(#__):not(#___) .cadmin .has-warning .form-control[readonly] {
9776
9762
  background-color: #fff;
@@ -9796,7 +9782,7 @@ html:not(#__):not(#___) .cadmin .has-warning select.form-control[multiple] {
9796
9782
  color: #272833;
9797
9783
  }
9798
9784
  html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus {
9799
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9785
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9800
9786
  }
9801
9787
  html:not(#__):not(#___) .cadmin .has-warning .input-group-item.focus .input-group-inset {
9802
9788
  background-color: #fff4ec;
@@ -9830,7 +9816,7 @@ html:not(#__):not(#___) .cadmin .has-success .form-control {
9830
9816
  }
9831
9817
  html:not(#__):not(#___) .cadmin .has-success .form-control.focus, html:not(#__):not(#___) .cadmin .has-success .form-control:focus-visible,
9832
9818
  html:not(#__):not(#___) .c-prefers-focus .cadmin .has-success .form-control {
9833
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9819
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9834
9820
  }
9835
9821
  html:not(#__):not(#___) .cadmin .has-success .form-control[readonly] {
9836
9822
  background-color: #fff;
@@ -9856,7 +9842,7 @@ html:not(#__):not(#___) .cadmin .has-success select.form-control[multiple] {
9856
9842
  color: #272833;
9857
9843
  }
9858
9844
  html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus {
9859
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9845
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9860
9846
  }
9861
9847
  html:not(#__):not(#___) .cadmin .has-success .input-group-item.focus .input-group-inset {
9862
9848
  background-color: #edf9f0;
@@ -9951,7 +9937,7 @@ html:not(#__):not(#___) .cadmin .input-group-item {
9951
9937
  }
9952
9938
  html:not(#__):not(#___) .cadmin .input-group-item.focus {
9953
9939
  border-radius: 4px;
9954
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9940
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
9955
9941
  }
9956
9942
  html:not(#__):not(#___) .cadmin .input-group-item.focus.input-group-prepend {
9957
9943
  border-bottom-right-radius: 0;
@@ -10002,7 +9988,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .input-group-item-focu
10002
9988
 
10003
9989
  html:not(#__):not(#___) .cadmin .input-group-item-focusable:focus-within:has(input:focus) {
10004
9990
  background-color: #f0f5ff;
10005
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
9991
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10006
9992
  outline: 0;
10007
9993
  z-index: 1;
10008
9994
  }
@@ -10515,7 +10501,7 @@ html:not(#__):not(#___) .cadmin .list-group-title[href].focus, html:not(#__):not
10515
10501
  html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-title a[href],
10516
10502
  html:not(#__):not(#___) .cadmin .list-group-title a[href].focus,
10517
10503
  html:not(#__):not(#___) .cadmin .list-group-title a[href]:focus-visible {
10518
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10504
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10519
10505
  outline: 0;
10520
10506
  }
10521
10507
  html:not(#__):not(#___) .cadmin .list-group-subtitle {
@@ -10549,7 +10535,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtitle[href].focus, html:not(#__):
10549
10535
  html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtitle a[href],
10550
10536
  html:not(#__):not(#___) .cadmin .list-group-subtitle a[href].focus,
10551
10537
  html:not(#__):not(#___) .cadmin .list-group-subtitle a[href]:focus-visible {
10552
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10538
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10553
10539
  outline: 0;
10554
10540
  }
10555
10541
  html:not(#__):not(#___) .cadmin .list-group-text {
@@ -10583,7 +10569,7 @@ html:not(#__):not(#___) .cadmin .list-group-text[href].focus, html:not(#__):not(
10583
10569
  html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-text a[href],
10584
10570
  html:not(#__):not(#___) .cadmin .list-group-text a[href].focus,
10585
10571
  html:not(#__):not(#___) .cadmin .list-group-text a[href]:focus-visible {
10586
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10572
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10587
10573
  outline: 0;
10588
10574
  }
10589
10575
  html:not(#__):not(#___) .cadmin .list-group-subtext {
@@ -10618,7 +10604,7 @@ html:not(#__):not(#___) .cadmin .list-group-subtext[href].focus, html:not(#__):n
10618
10604
  html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext[href], html:not(#__):not(#___) .c-prefers-focus .cadmin .list-group-subtext a[href],
10619
10605
  html:not(#__):not(#___) .cadmin .list-group-subtext a[href].focus,
10620
10606
  html:not(#__):not(#___) .cadmin .list-group-subtext a[href]:focus-visible {
10621
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
10607
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
10622
10608
  outline: 0;
10623
10609
  }
10624
10610
  html:not(#__):not(#___) .cadmin .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
@@ -10688,8 +10674,8 @@ html:not(#__):not(#___) .cadmin .list-group-item + .list-group-item.active {
10688
10674
  html:not(#__):not(#___) .cadmin .list-group-item-flex {
10689
10675
  display: flex;
10690
10676
  margin-bottom: -1px;
10691
- padding-left: 8px;
10692
- padding-right: 8px;
10677
+ padding-left: calc(16px * 0.5);
10678
+ padding-right: calc(16px * 0.5);
10693
10679
  }
10694
10680
  html:not(#__):not(#___) .cadmin .list-group-item-flex:last-child {
10695
10681
  margin-bottom: 0;
@@ -10702,8 +10688,8 @@ html:not(#__):not(#___) .cadmin .list-group-item-flex + .list-group-item-flex.ac
10702
10688
  }
10703
10689
  html:not(#__):not(#___) .cadmin .list-group-item-flex .autofit-col {
10704
10690
  justify-content: flex-start;
10705
- padding-left: 8px;
10706
- padding-right: 8px;
10691
+ padding-left: calc(16px * 0.5);
10692
+ padding-right: calc(16px * 0.5);
10707
10693
  }
10708
10694
  html:not(#__):not(#___) .cadmin .list-group-item-flex .autofit-col .custom-control:only-child {
10709
10695
  margin-bottom: 0;
@@ -11191,6 +11177,12 @@ html:not(#__):not(#___) .cadmin .modal-title {
11191
11177
  text-overflow: ellipsis;
11192
11178
  white-space: nowrap;
11193
11179
  }
11180
+ html:not(#__):not(#___) .cadmin .modal-title [tabindex="-1"] {
11181
+ outline: 0;
11182
+ }
11183
+ html:not(#__):not(#___) .cadmin .modal-title[tabindex="-1"] {
11184
+ outline: 0;
11185
+ }
11194
11186
  html:not(#__):not(#___) .cadmin .modal-title-indicator {
11195
11187
  display: inline-block;
11196
11188
  font-size: 14px;
@@ -11559,6 +11551,7 @@ html:not(#__):not(#___) .cadmin .multi-step-title {
11559
11551
  font-weight: 600;
11560
11552
  line-height: normal;
11561
11553
  margin-bottom: 10px;
11554
+ overflow-wrap: break-word;
11562
11555
  word-wrap: break-word;
11563
11556
  }
11564
11557
  html:not(#__):not(#___) .cadmin .multi-step-item-expand {
@@ -11634,7 +11627,7 @@ html:not(#__):not(#___) .cadmin .multi-step-icon:hover {
11634
11627
  }
11635
11628
  html:not(#__):not(#___) .cadmin .multi-step-icon:focus {
11636
11629
  background-color: #f1f2f5;
11637
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
11630
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11638
11631
  color: #6b6c7e;
11639
11632
  outline: 0;
11640
11633
  text-decoration: none;
@@ -11762,11 +11755,11 @@ html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled {
11762
11755
  }
11763
11756
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.focus, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:focus-visible,
11764
11757
  html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled {
11765
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
11758
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11766
11759
  }
11767
11760
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:active:focus-visible,
11768
11761
  html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-link.btn-unstyled {
11769
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
11762
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
11770
11763
  }
11771
11764
  html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled:disabled, html:not(#__):not(#___) .cadmin .nav-link.btn-unstyled.disabled {
11772
11765
  opacity: 1;
@@ -12150,7 +12143,7 @@ html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:hover, html:not(#__):not(#__
12150
12143
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link.focus, html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:focus-visible,
12151
12144
  html:not(#__):not(#___) .c-prefers-focus .cadmin .nav-tabs .nav-link {
12152
12145
  border-color: transparent;
12153
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12146
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
12154
12147
  outline: 0;
12155
12148
  }
12156
12149
  html:not(#__):not(#___) .cadmin .nav-tabs .nav-link:active {
@@ -12315,7 +12308,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12315
12308
  letter-spacing: 0;
12316
12309
  }
12317
12310
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:hover::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.hover::before {
12318
- background: #88889a;
12311
+ background: #9b92a5;
12319
12312
  width: 3px;
12320
12313
  }
12321
12314
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible,
@@ -12327,7 +12320,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12327
12320
  html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link::after {
12328
12321
  border-radius: 4px;
12329
12322
  bottom: 0;
12330
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12323
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
12331
12324
  content: "";
12332
12325
  display: block;
12333
12326
  left: 0;
@@ -12346,7 +12339,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12346
12339
  letter-spacing: 0;
12347
12340
  }
12348
12341
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.active::before {
12349
- background-color: #528eff;
12342
+ background-color: #5791ff;
12350
12343
  width: 4px;
12351
12344
  }
12352
12345
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
@@ -12372,7 +12365,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent
12372
12365
  background-color: transparent;
12373
12366
  }
12374
12367
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.show:hover::before {
12375
- background-color: #88889a;
12368
+ background-color: #9b92a5;
12376
12369
  width: 3px;
12377
12370
  }
12378
12371
  @media (max-width: 767.98px) {
@@ -12420,7 +12413,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.men
12420
12413
  }
12421
12414
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after,
12422
12415
  html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link::after {
12423
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
12416
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12424
12417
  }
12425
12418
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-md.menubar-transparent .nav-link:active {
12426
12419
  color: #272833;
@@ -12565,7 +12558,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12565
12558
  letter-spacing: 0;
12566
12559
  }
12567
12560
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover::before {
12568
- background: #88889a;
12561
+ background: #9b92a5;
12569
12562
  width: 3px;
12570
12563
  }
12571
12564
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible,
@@ -12577,7 +12570,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12577
12570
  html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link::after {
12578
12571
  border-radius: 4px;
12579
12572
  bottom: 0;
12580
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
12573
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
12581
12574
  content: "";
12582
12575
  display: block;
12583
12576
  left: 0;
@@ -12595,7 +12588,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12595
12588
  letter-spacing: 0;
12596
12589
  }
12597
12590
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.active::before {
12598
- background-color: #528eff;
12591
+ background-color: #5791ff;
12599
12592
  width: 4px;
12600
12593
  }
12601
12594
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
@@ -12621,7 +12614,7 @@ html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent
12621
12614
  background-color: transparent;
12622
12615
  }
12623
12616
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.show:hover::before {
12624
- background-color: #88889a;
12617
+ background-color: #9b92a5;
12625
12618
  width: 3px;
12626
12619
  }
12627
12620
  @media (max-width: 991.98px) {
@@ -12669,7 +12662,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.men
12669
12662
  }
12670
12663
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after,
12671
12664
  html:not(#__):not(#___) .c-prefers-focus .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link::after {
12672
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
12665
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
12673
12666
  }
12674
12667
  html:not(#__):not(#___) .cadmin .menubar-vertical-expand-lg.menubar-transparent .nav-link:active {
12675
12668
  color: #272833;
@@ -13752,7 +13745,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navba
13752
13745
 
13753
13746
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:focus-visible,
13754
13747
  html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-nav .nav-link {
13755
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
13748
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
13756
13749
  }
13757
13750
  html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-nav .nav-link.disabled {
13758
13751
  box-shadow: none;
@@ -13773,7 +13766,7 @@ html:not(#__):not(#___) .c-prefers-reduced-motion .cadmin .management-bar .navba
13773
13766
 
13774
13767
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:focus-visible,
13775
13768
  html:not(#__):not(#___) .c-prefers-focus .cadmin .management-bar .navbar-brand {
13776
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
13769
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
13777
13770
  }
13778
13771
  html:not(#__):not(#___) .cadmin .management-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .management-bar .navbar-brand.disabled {
13779
13772
  box-shadow: none;
@@ -14106,7 +14099,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link {
14106
14099
  }
14107
14100
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:focus-visible,
14108
14101
  html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-nav .nav-link {
14109
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14102
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14110
14103
  }
14111
14104
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-nav .nav-link.disabled {
14112
14105
  box-shadow: none;
@@ -14119,7 +14112,7 @@ html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand {
14119
14112
  }
14120
14113
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.focus, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:focus-visible,
14121
14114
  html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar .navbar-brand {
14122
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14115
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14123
14116
  }
14124
14117
  html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand:disabled, html:not(#__):not(#___) .cadmin .navigation-bar .navbar-brand.disabled {
14125
14118
  box-shadow: none;
@@ -14253,10 +14246,10 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .navigation-bar-light.navbar-ex
14253
14246
  }
14254
14247
  @media (min-width: 768px) {
14255
14248
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
14256
- background-color: #528eff;
14249
+ background-color: #5791ff;
14257
14250
  }
14258
14251
  html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link[aria-expanded=true]::after, html:not(#__):not(#___) .cadmin .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.show::after {
14259
- background-color: #528eff;
14252
+ background-color: #5791ff;
14260
14253
  }
14261
14254
  }
14262
14255
  html:not(#__):not(#___) .cadmin .navigation-bar-secondary {
@@ -14419,7 +14412,7 @@ html:not(#__):not(#___) .cadmin .page-link:hover, html:not(#__):not(#___) .cadmi
14419
14412
  z-index: 2;
14420
14413
  }
14421
14414
  html:not(#__):not(#___) .cadmin .page-link:hover::before, html:not(#__):not(#___) .cadmin .page-link.hover::before {
14422
- background-color: #88889a;
14415
+ background-color: #9b92a5;
14423
14416
  height: 3px;
14424
14417
  }
14425
14418
  html:not(#__):not(#___) .cadmin .page-link.focus, html:not(#__):not(#___) .cadmin .page-link:focus-visible,
@@ -14434,7 +14427,7 @@ html:not(#__):not(#___) .cadmin .page-link.focus::after, html:not(#__):not(#___)
14434
14427
  html:not(#__):not(#___) .c-prefers-focus .cadmin .page-link::after {
14435
14428
  border-radius: 4px;
14436
14429
  bottom: 0;
14437
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14430
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14438
14431
  content: "";
14439
14432
  display: block;
14440
14433
  left: 0;
@@ -14460,7 +14453,7 @@ html:not(#__):not(#___) .cadmin .page-link.active {
14460
14453
  z-index: 3;
14461
14454
  }
14462
14455
  html:not(#__):not(#___) .cadmin .page-link.active::before {
14463
- background-color: #528eff;
14456
+ background-color: #5791ff;
14464
14457
  height: 4px;
14465
14458
  }
14466
14459
  html:not(#__):not(#___) .cadmin .page-link:disabled, html:not(#__):not(#___) .cadmin .page-link.disabled {
@@ -14493,7 +14486,7 @@ html:not(#__):not(#___) .cadmin .page-link[aria-expanded=true]::before, html:not
14493
14486
  background-color: transparent;
14494
14487
  }
14495
14488
  html:not(#__):not(#___) .cadmin .page-link[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .page-link.show:hover::before {
14496
- background-color: #88889a;
14489
+ background-color: #9b92a5;
14497
14490
  height: 3px;
14498
14491
  }
14499
14492
  html:not(#__):not(#___) .cadmin .page-link > .c-inner {
@@ -14517,7 +14510,7 @@ html:not(#__):not(#___) .cadmin .page-item.active .page-link {
14517
14510
  letter-spacing: 0;
14518
14511
  }
14519
14512
  html:not(#__):not(#___) .cadmin .page-item.active .page-link::before {
14520
- background-color: #528eff;
14513
+ background-color: #5791ff;
14521
14514
  height: 4px;
14522
14515
  }
14523
14516
  html:not(#__):not(#___) .cadmin .page-item.disabled .page-link {
@@ -14601,7 +14594,7 @@ html:not(#__):not(#___) .c-prefers-focus .cadmin .pagination-items-per-page > a,
14601
14594
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus,
14602
14595
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visible {
14603
14596
  border-color: transparent;
14604
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14597
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14605
14598
  color: #272833;
14606
14599
  outline: 0;
14607
14600
  }
@@ -14611,7 +14604,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.focus::after
14611
14604
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button:focus-visible::after {
14612
14605
  border-radius: 4px;
14613
14606
  bottom: 0;
14614
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14607
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14615
14608
  content: "";
14616
14609
  display: block;
14617
14610
  left: 0;
@@ -14674,7 +14667,7 @@ html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.show::before
14674
14667
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a[aria-expanded=true]:hover::before, html:not(#__):not(#___) .cadmin .pagination-items-per-page > a.show:hover::before,
14675
14668
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button[aria-expanded=true]:hover::before,
14676
14669
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > button.show:hover::before {
14677
- background-color: #88889a;
14670
+ background-color: #9b92a5;
14678
14671
  height: 3px;
14679
14672
  }
14680
14673
  html:not(#__):not(#___) .cadmin .pagination-items-per-page > a > .c-inner,
@@ -14896,7 +14889,7 @@ html:not(#__):not(#___) .cadmin .panel-header-link:hover, html:not(#__):not(#___
14896
14889
  }
14897
14890
  html:not(#__):not(#___) .cadmin .panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-header-link:focus-visible,
14898
14891
  html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-header-link {
14899
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
14892
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
14900
14893
  outline: 0;
14901
14894
  z-index: 1;
14902
14895
  }
@@ -15114,7 +15107,7 @@ html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link
15114
15107
  }
15115
15108
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header.panel-header-link:focus-visible,
15116
15109
  html:not(#__):not(#___) .c-prefers-focus .cadmin .panel-unstyled .panel-header.panel-header-link {
15117
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
15110
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
15118
15111
  }
15119
15112
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
15120
15113
  html:not(#__):not(#___) .cadmin .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
@@ -15182,6 +15175,11 @@ html:not(#__):not(#___) .cadmin .popover .arrow::after {
15182
15175
  html:not(#__):not(#___) .cadmin .popover .inline-scroller {
15183
15176
  max-height: 238px;
15184
15177
  }
15178
+ html:not(#__):not(#___) .cadmin .popover.focus, html:not(#__):not(#___) .cadmin .popover:focus-visible,
15179
+ html:not(#__):not(#___) .c-prefers-focus .cadmin .popover {
15180
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
15181
+ outline: 0;
15182
+ }
15185
15183
  html:not(#__):not(#___) .cadmin .popover-secondary {
15186
15184
  box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
15187
15185
  }
@@ -15846,7 +15844,7 @@ html:not(#__):not(#___) .cadmin a.sheet-subtitle:hover, html:not(#__):not(#___)
15846
15844
  }
15847
15845
  html:not(#__):not(#___) .cadmin a.sheet-subtitle.focus, html:not(#__):not(#___) .cadmin a.sheet-subtitle:focus-visible,
15848
15846
  html:not(#__):not(#___) .c-prefers-focus .cadmin a.sheet-subtitle {
15849
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
15847
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
15850
15848
  outline: 0;
15851
15849
  }
15852
15850
  html:not(#__):not(#___) .cadmin .sheet-tertiary-title {
@@ -16048,7 +16046,7 @@ html:not(#__):not(#___) .cadmin .sidebar, html:not(#__):not(#___) .cadmin.sideba
16048
16046
  -webkit-overflow-scrolling: touch;
16049
16047
  }
16050
16048
  html:not(#__):not(#___) .cadmin .sidebar:focus, html:not(#__):not(#___) .cadmin .sidebar.focus, html:not(#__):not(#___) .cadmin.sidebar:focus, html:not(#__):not(#___) .cadmin.sidebar.focus {
16051
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
16049
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
16052
16050
  }
16053
16051
  html:not(#__):not(#___) .cadmin .sidebar .container-fluid, html:not(#__):not(#___) .cadmin.sidebar .container-fluid {
16054
16052
  padding-left: 16px;
@@ -16182,7 +16180,7 @@ html:not(#__):not(#___) .cadmin .sidebar-light .sidebar-dd a[href] {
16182
16180
  }
16183
16181
  html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, html:not(#__):not(#___) .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus-visible,
16184
16182
  html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-light .panel-unstyled .panel-header.panel-header-link {
16185
- box-shadow: 0 0 0 4px #fff, 0 0 0 6px #528eff;
16183
+ box-shadow: 0 0 0 4px #fff, 0 0 0 6px #5791ff;
16186
16184
  }
16187
16185
  html:not(#__):not(#___) .cadmin .sidebar-light .component-navigation-bar {
16188
16186
  background-color: #fff;
@@ -16267,7 +16265,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:hover, html:
16267
16265
  }
16268
16266
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:focus-visible,
16269
16267
  html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark .nav-nested .nav-link {
16270
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16268
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16271
16269
  outline: 0;
16272
16270
  }
16273
16271
  html:not(#__):not(#___) .cadmin .sidebar-dark .nav-nested .nav-link:active {
@@ -16330,7 +16328,7 @@ html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:hover, ht
16330
16328
  }
16331
16329
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link.focus, html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:focus-visible,
16332
16330
  html:not(#__):not(#___) .c-prefers-focus .cadmin .sidebar-dark-l2 .nav-nested .nav-link {
16333
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16331
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16334
16332
  outline: 0;
16335
16333
  }
16336
16334
  html:not(#__):not(#___) .cadmin .sidebar-dark-l2 .nav-nested .nav-link:active {
@@ -16551,7 +16549,7 @@ html:not(#__):not(#___) .cadmin .table thead th a[href]:hover, html:not(#__):not
16551
16549
  }
16552
16550
  html:not(#__):not(#___) .cadmin .table thead th a[href].focus, html:not(#__):not(#___) .cadmin .table thead th a[href]:focus-visible,
16553
16551
  html:not(#__):not(#___) .c-prefers-focus .cadmin .table thead th a[href] {
16554
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16552
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16555
16553
  outline: 0;
16556
16554
  }
16557
16555
  html:not(#__):not(#___) .cadmin .table th:first-child,
@@ -16644,7 +16642,7 @@ html:not(#__):not(#___) .cadmin .table .component-drag {
16644
16642
  }
16645
16643
  html:not(#__):not(#___) .cadmin .table .component-drag.focus, html:not(#__):not(#___) .cadmin .table .component-drag:focus-visible,
16646
16644
  html:not(#__):not(#___) .c-prefers-focus .cadmin .table .component-drag {
16647
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
16645
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
16648
16646
  }
16649
16647
  html:not(#__):not(#___) .cadmin .table .custom-control,
16650
16648
  html:not(#__):not(#___) .cadmin .table .form-check {
@@ -16717,7 +16715,7 @@ html:not(#__):not(#___) .cadmin .table-hover .table-disabled:hover {
16717
16715
  background-color: #fff;
16718
16716
  }
16719
16717
  html:not(#__):not(#___) .cadmin tr.table-focus td::before {
16720
- box-shadow: inset 0 2px 0 0 #528eff, inset 0 4px 0 0 #fff, inset 0 -2px 0 0 #528eff, inset 0 -4px 0 0 #fff;
16718
+ box-shadow: inset 0 2px 0 0 #5791ff, inset 0 4px 0 0 #fff, inset 0 -2px 0 0 #5791ff, inset 0 -4px 0 0 #fff;
16721
16719
  content: "";
16722
16720
  display: block;
16723
16721
  position: absolute;
@@ -16729,7 +16727,7 @@ html:not(#__):not(#___) .cadmin tr.table-focus td::before {
16729
16727
  z-index: 1;
16730
16728
  }
16731
16729
  html:not(#__):not(#___) .cadmin tr.table-focus td:first-child::after {
16732
- box-shadow: inset 2px 0 0 0 #528eff, inset 4px 0 0 0 #fff;
16730
+ box-shadow: inset 2px 0 0 0 #5791ff, inset 4px 0 0 0 #fff;
16733
16731
  content: "";
16734
16732
  display: block;
16735
16733
  position: absolute;
@@ -16741,7 +16739,7 @@ html:not(#__):not(#___) .cadmin tr.table-focus td:first-child::after {
16741
16739
  width: 4px;
16742
16740
  }
16743
16741
  html:not(#__):not(#___) .cadmin tr.table-focus td:last-child::after {
16744
- box-shadow: inset -2px 0 0 0 #528eff, inset -4px 0 0 0 #fff;
16742
+ box-shadow: inset -2px 0 0 0 #5791ff, inset -4px 0 0 0 #fff;
16745
16743
  content: "";
16746
16744
  display: block;
16747
16745
  position: absolute;
@@ -16753,7 +16751,7 @@ html:not(#__):not(#___) .cadmin tr.table-focus td:last-child::after {
16753
16751
  width: 4px;
16754
16752
  }
16755
16753
  html:not(#__):not(#___) .cadmin td.table-focus {
16756
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
16754
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
16757
16755
  }
16758
16756
  html:not(#__):not(#___) .cadmin .table .thead-dark th {
16759
16757
  background-color: #393a4a;
@@ -16814,7 +16812,7 @@ html:not(#__):not(#___) .cadmin .table-title a:hover, html:not(#__):not(#___) .c
16814
16812
  }
16815
16813
  html:not(#__):not(#___) .cadmin .table-title a.focus, html:not(#__):not(#___) .cadmin .table-title a:focus-visible,
16816
16814
  html:not(#__):not(#___) .c-prefers-focus .cadmin .table-title a {
16817
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16815
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16818
16816
  outline: 0;
16819
16817
  }
16820
16818
  html:not(#__):not(#___) .cadmin .table-link {
@@ -16838,7 +16836,7 @@ html:not(#__):not(#___) .cadmin .table-link:hover, html:not(#__):not(#___) .cadm
16838
16836
  }
16839
16837
  html:not(#__):not(#___) .cadmin .table-link.focus, html:not(#__):not(#___) .cadmin .table-link:focus-visible,
16840
16838
  html:not(#__):not(#___) .c-prefers-focus .cadmin .table-link {
16841
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16839
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16842
16840
  outline: 0;
16843
16841
  }
16844
16842
  html:not(#__):not(#___) .cadmin .table-action-link {
@@ -16871,7 +16869,7 @@ html:not(#__):not(#___) .cadmin .table-action-link.focus, html:not(#__):not(#___
16871
16869
  html:not(#__):not(#___) .c-prefers-focus .cadmin .table-action-link {
16872
16870
  background-color: rgba(0, 0, 0, 0.02);
16873
16871
  color: #272833;
16874
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
16872
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
16875
16873
  outline: 0;
16876
16874
  }
16877
16875
  html:not(#__):not(#___) .cadmin .table-action-link:active {
@@ -17129,7 +17127,7 @@ html:not(#__):not(#___) .cadmin .table-list-title a:hover, html:not(#__):not(#__
17129
17127
  }
17130
17128
  html:not(#__):not(#___) .cadmin .table-list-title a.focus, html:not(#__):not(#___) .cadmin .table-list-title a:focus-visible,
17131
17129
  html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-title a {
17132
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
17130
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17133
17131
  outline: 0;
17134
17132
  }
17135
17133
  html:not(#__):not(#___) .cadmin .table-list-link {
@@ -17153,7 +17151,7 @@ html:not(#__):not(#___) .cadmin .table-list-link:hover, html:not(#__):not(#___)
17153
17151
  }
17154
17152
  html:not(#__):not(#___) .cadmin .table-list-link.focus, html:not(#__):not(#___) .cadmin .table-list-link:focus-visible,
17155
17153
  html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-link {
17156
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
17154
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17157
17155
  outline: 0;
17158
17156
  }
17159
17157
  html:not(#__):not(#___) .cadmin .table-list-action-link {
@@ -17184,7 +17182,7 @@ html:not(#__):not(#___) .cadmin .table-list-action-link:hover, html:not(#__):not
17184
17182
  html:not(#__):not(#___) .cadmin .table-list-action-link.focus, html:not(#__):not(#___) .cadmin .table-list-action-link:focus-visible,
17185
17183
  html:not(#__):not(#___) .c-prefers-focus .cadmin .table-list-action-link {
17186
17184
  background-color: rgba(0, 0, 0, 0.02);
17187
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
17185
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
17188
17186
  color: #272833;
17189
17187
  outline: 0;
17190
17188
  }
@@ -17884,11 +17882,11 @@ html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced {
17884
17882
  }
17885
17883
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced.focus, html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:focus-visible,
17886
17884
  html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced {
17887
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17885
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
17888
17886
  }
17889
17887
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced:active:focus-visible,
17890
17888
  html:not(#__):not(#___) .c-prefers-focus .cadmin .tbar-stacked .tbar-btn-monospaced {
17891
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
17889
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
17892
17890
  }
17893
17891
  html:not(#__):not(#___) .cadmin .tbar-stacked .tbar-btn-monospaced .c-inner {
17894
17892
  margin-bottom: 0;
@@ -18427,7 +18425,7 @@ html:not(#__):not(#___) .cadmin .toggle-switch-check ~ .toggle-switch-bar .butto
18427
18425
  }
18428
18426
  html:not(#__):not(#___) .cadmin .toggle-switch-check:focus-visible ~ .toggle-switch-bar::before,
18429
18427
  html:not(#__):not(#___) .c-prefers-focus .cadmin .toggle-switch-check ~ .toggle-switch-bar::before {
18430
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
18428
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
18431
18429
  }
18432
18430
  html:not(#__):not(#___) .cadmin .toggle-switch-check[disabled] ~ .toggle-switch-bar, html:not(#__):not(#___) .cadmin .toggle-switch-check:disabled ~ .toggle-switch-bar {
18433
18431
  cursor: not-allowed;
@@ -18903,11 +18901,11 @@ html:not(#__):not(#___) .cadmin .treeview .btn-monospaced {
18903
18901
  }
18904
18902
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced.focus, html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:focus-visible,
18905
18903
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced {
18906
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
18904
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18907
18905
  }
18908
18906
  html:not(#__):not(#___) .cadmin .treeview .btn-monospaced:active:focus-visible,
18909
18907
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview .btn-monospaced {
18910
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
18908
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
18911
18909
  }
18912
18910
  html:not(#__):not(#___) .cadmin .treeview .custom-control {
18913
18911
  margin-left: 4px;
@@ -19036,7 +19034,7 @@ html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-bottom {
19036
19034
  width: 100%;
19037
19035
  }
19038
19036
  html:not(#__):not(#___) .cadmin .treeview-dropping-indicator-over {
19039
- background-color: #528eff;
19037
+ background-color: #5791ff;
19040
19038
  }
19041
19039
  html:not(#__):not(#___) .cadmin .treeview-link {
19042
19040
  background-color: transparent;
@@ -19061,7 +19059,7 @@ html:not(#__):not(#___) .cadmin .treeview-link:hover, html:not(#__):not(#___) .c
19061
19059
  }
19062
19060
  html:not(#__):not(#___) .cadmin .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-link:focus-visible,
19063
19061
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-link {
19064
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19062
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19065
19063
  outline: 0;
19066
19064
  }
19067
19065
  html:not(#__):not(#___) .cadmin .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-link.disabled {
@@ -19069,7 +19067,7 @@ html:not(#__):not(#___) .cadmin .treeview-link:disabled, html:not(#__):not(#___)
19069
19067
  }
19070
19068
  html:not(#__):not(#___) .cadmin .treeview-link.treeview-dropping-middle {
19071
19069
  background-color: #f0f5ff;
19072
- border-color: #528eff;
19070
+ border-color: #5791ff;
19073
19071
  }
19074
19072
  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 {
19075
19073
  display: none;
@@ -19091,7 +19089,7 @@ html:not(#__):not(#___) .cadmin .treeview-item-dragging .treeview-link {
19091
19089
  }
19092
19090
  html:not(#__):not(#___) .cadmin .treeview-dragging {
19093
19091
  background-color: #fff;
19094
- border-color: #528eff;
19092
+ border-color: #5791ff;
19095
19093
  border-radius: 3px;
19096
19094
  border-style: solid;
19097
19095
  border-width: 1px;
@@ -19115,11 +19113,11 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link {
19115
19113
  color: #6b6c7e;
19116
19114
  }
19117
19115
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.hover {
19118
- box-shadow: inset 0 0 0 1px #88889a;
19116
+ box-shadow: inset 0 0 0 1px #9b92a5;
19119
19117
  }
19120
19118
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:focus-visible,
19121
19119
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19122
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19120
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19123
19121
  }
19124
19122
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
19125
19123
  background-color: #f0f5ff;
@@ -19128,7 +19126,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active {
19128
19126
  }
19129
19127
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:active:focus-visible,
19130
19128
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19131
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19129
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19132
19130
  }
19133
19131
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
19134
19132
  background-color: #f0f5ff;
@@ -19137,7 +19135,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active {
19137
19135
  }
19138
19136
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.active:focus-visible,
19139
19137
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link {
19140
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19138
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19141
19139
  }
19142
19140
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.disabled {
19143
19141
  background-color: transparent;
@@ -19145,7 +19143,7 @@ html:not(#__):not(#___) .cadmin .treeview-light .treeview-link:disabled, html:no
19145
19143
  }
19146
19144
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link[aria-expanded=true]:focus-visible,
19147
19145
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-light .treeview-link, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.show:focus-visible {
19148
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19146
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19149
19147
  }
19150
19148
  html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-light .treeview-link.treeview-no-hover.hover {
19151
19149
  background-color: transparent;
@@ -19158,11 +19156,11 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link {
19158
19156
  color: #a7a9bc;
19159
19157
  }
19160
19158
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.hover {
19161
- box-shadow: inset 0 0 0 1px #88889a;
19159
+ box-shadow: inset 0 0 0 1px #9b92a5;
19162
19160
  }
19163
19161
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.focus, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:focus-visible,
19164
19162
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19165
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19163
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19166
19164
  }
19167
19165
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
19168
19166
  background-color: #393a4a;
@@ -19171,7 +19169,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active {
19171
19169
  }
19172
19170
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:active:focus-visible,
19173
19171
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19174
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19172
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19175
19173
  }
19176
19174
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
19177
19175
  background-color: #393a4a;
@@ -19180,7 +19178,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active {
19180
19178
  }
19181
19179
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.active:focus-visible,
19182
19180
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link {
19183
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19181
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19184
19182
  }
19185
19183
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.disabled {
19186
19184
  background-color: transparent;
@@ -19188,7 +19186,7 @@ html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link:disabled, html:not
19188
19186
  }
19189
19187
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link[aria-expanded=true]:focus-visible,
19190
19188
  html:not(#__):not(#___) .c-prefers-focus .cadmin .treeview-dark .treeview-link, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.show:focus-visible {
19191
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19189
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19192
19190
  }
19193
19191
  html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover:hover, html:not(#__):not(#___) .cadmin .treeview-dark .treeview-link.treeview-no-hover.hover {
19194
19192
  background-color: transparent;
@@ -19246,7 +19244,7 @@ html:not(#__):not(#___) .cadmin .close:hover {
19246
19244
  }
19247
19245
  html:not(#__):not(#___) .cadmin .close.focus, html:not(#__):not(#___) .cadmin .close:focus-visible,
19248
19246
  html:not(#__):not(#___) .c-prefers-focus .cadmin .close {
19249
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
19247
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
19250
19248
  opacity: 1;
19251
19249
  outline: 0;
19252
19250
  }
@@ -19262,8 +19260,8 @@ html:not(#__):not(#___) .cadmin .close .lexicon-icon {
19262
19260
  margin-top: 0;
19263
19261
  }
19264
19262
  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]) {
19265
- box-shadow: inset 0 0 0 2px #528eff, inset 0 0 0 4px #fff;
19266
- border-color: #528eff;
19263
+ box-shadow: inset 0 0 0 2px #5791ff, inset 0 0 0 4px #fff;
19264
+ border-color: #5791ff;
19267
19265
  outline: 0;
19268
19266
  }
19269
19267
  html:not(#__):not(#___) .cadmin .autofit-row {
@@ -19473,7 +19471,7 @@ html:not(#__):not(#___) .cadmin .inline-scroller:focus {
19473
19471
  outline: 0;
19474
19472
  }
19475
19473
  html:not(#__):not(#___) .cadmin .inline-scroller:focus-visible {
19476
- box-shadow: 0 0 0 2px #fff, 0 0 0 4px #528eff;
19474
+ box-shadow: 0 0 0 2px #fff, 0 0 0 4px #5791ff;
19477
19475
  }
19478
19476
  html:not(#__):not(#___) .cadmin .inline-item {
19479
19477
  align-items: center;