@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
package/lib/css/atlas.css CHANGED
@@ -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>
@@ -149,7 +149,7 @@ a:hover, a.hover {
149
149
  text-decoration: underline;
150
150
  }
151
151
  a.focus, a:focus-visible, .c-prefers-focus a:focus {
152
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
152
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
153
153
  outline: 0;
154
154
  }
155
155
  pre,
@@ -1204,7 +1204,7 @@ button.collapse-icon .c-inner {
1204
1204
  text-decoration: none;
1205
1205
  }
1206
1206
  .btn.focus, .btn:focus-visible, .c-prefers-focus .btn:focus {
1207
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
1207
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
1208
1208
  outline: 0;
1209
1209
  }
1210
1210
  .btn:disabled, .btn.disabled {
@@ -1445,37 +1445,37 @@ input[type=button].btn-block {
1445
1445
  }
1446
1446
  .btn-secondary {
1447
1447
  background-color: #fff;
1448
- border-color: #88889a;
1448
+ border-color: #9b92a5;
1449
1449
  color: #6b6c7e;
1450
1450
  }
1451
1451
  .btn-secondary:hover {
1452
1452
  background-color: #f7f8f9;
1453
- border-color: #88889a;
1453
+ border-color: #9b92a5;
1454
1454
  color: #272833;
1455
1455
  }
1456
1456
  .btn-secondary.focus, .btn-secondary:focus-visible, .c-prefers-focus .btn-secondary:focus {
1457
1457
  background-color: #f7f8f9;
1458
- border-color: #88889a;
1458
+ border-color: #9b92a5;
1459
1459
  color: #272833;
1460
1460
  }
1461
1461
  .btn-secondary:active {
1462
1462
  background-color: #f1f2f5;
1463
- border-color: #88889a;
1463
+ border-color: #9b92a5;
1464
1464
  color: #272833;
1465
1465
  }
1466
1466
  .btn-secondary.active {
1467
1467
  background-color: #f1f2f5;
1468
- border-color: #88889a;
1468
+ border-color: #9b92a5;
1469
1469
  color: #272833;
1470
1470
  }
1471
1471
  .btn-secondary:disabled, .btn-secondary.disabled {
1472
1472
  background-color: #fff;
1473
- border-color: #88889a;
1473
+ border-color: #9b92a5;
1474
1474
  color: #6b6c7e;
1475
1475
  }
1476
1476
  .btn-secondary[aria-expanded=true], .btn-secondary.show {
1477
1477
  background-color: #f1f2f5;
1478
- border-color: #88889a;
1478
+ border-color: #9b92a5;
1479
1479
  color: #272833;
1480
1480
  }
1481
1481
  .btn-success {
@@ -1700,11 +1700,11 @@ input[type=button].btn-block {
1700
1700
  text-decoration: underline;
1701
1701
  }
1702
1702
  .btn-link.focus, .btn-link:focus-visible, .c-prefers-focus .btn-link:focus {
1703
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
1703
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
1704
1704
  text-decoration: none;
1705
1705
  }
1706
1706
  .btn-link:active:focus-visible, .c-prefers-focus .btn-link:active:focus {
1707
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
1707
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
1708
1708
  }
1709
1709
  .btn-link:disabled, .btn-link.disabled {
1710
1710
  box-shadow: none;
@@ -2287,10 +2287,10 @@ input[type=button].btn-block {
2287
2287
  z-index: 10;
2288
2288
  }
2289
2289
  .c-horizontal-resizer:hover {
2290
- background-color: #528eff;
2290
+ background-color: #5791ff;
2291
2291
  }
2292
2292
  .c-horizontal-resizer:focus {
2293
- background-color: #528eff;
2293
+ background-color: #5791ff;
2294
2294
  }
2295
2295
 
2296
2296
  .fade {
@@ -4330,7 +4330,7 @@ input[type=button].btn-block {
4330
4330
  text-decoration: none;
4331
4331
  }
4332
4332
  .badge[href].focus, .badge[href]:focus-visible, .c-prefers-focus .badge[href]:focus, .badge[type].focus, .badge[type]:focus-visible, .c-prefers-focus .badge[type]:focus {
4333
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
4333
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
4334
4334
  outline: 0;
4335
4335
  }
4336
4336
  .badge a {
@@ -4642,7 +4642,7 @@ input[type=button].btn-block {
4642
4642
  .breadcrumb-link.focus, .breadcrumb-link:focus-visible, .c-prefers-focus .breadcrumb-link:focus {
4643
4643
  color: #6b6c7e;
4644
4644
  text-decoration: underline;
4645
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
4645
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
4646
4646
  outline: 0;
4647
4647
  }
4648
4648
  .breadcrumb-toggle {
@@ -4966,7 +4966,7 @@ input[type=button].btn-block {
4966
4966
  }
4967
4967
  .label[href].focus, .label[href]:focus-visible, .c-prefers-focus .label[href]:focus, .label[type].focus, .label[type]:focus-visible, .c-prefers-focus .label[type]:focus, .label[tabindex].focus, .label[tabindex]:focus-visible, .c-prefers-focus .label[tabindex]:focus {
4968
4968
  text-decoration: underline;
4969
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
4969
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
4970
4970
  }
4971
4971
  .label a,
4972
4972
  .label .btn-unstyled {
@@ -6484,7 +6484,7 @@ input[type=button].btn-block {
6484
6484
  text-decoration: none;
6485
6485
  }
6486
6486
  .card-interactive.focus, .card-interactive:focus-visible, .c-prefers-focus .card-interactive:focus {
6487
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
6487
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
6488
6488
  }
6489
6489
  .card-interactive:active, .card-interactive.active {
6490
6490
  background-color: #f1f2f5;
@@ -6545,12 +6545,12 @@ input[type=button].btn-block {
6545
6545
  .card-interactive-secondary:hover, .card-interactive-secondary.hover {
6546
6546
  background-color: #fff;
6547
6547
  border-color: transparent;
6548
- box-shadow: 0 0 0 2px #528eff;
6548
+ box-shadow: 0 0 0 2px #5791ff;
6549
6549
  color: #272833;
6550
6550
  }
6551
6551
  .card-interactive-secondary.focus, .card-interactive-secondary:focus-visible, .c-prefers-focus .card-interactive-secondary:focus {
6552
6552
  border-color: transparent;
6553
- box-shadow: 0 0 0 2px #528eff;
6553
+ box-shadow: 0 0 0 2px #5791ff;
6554
6554
  }
6555
6555
  .card-interactive-secondary:active, .card-interactive-secondary.active {
6556
6556
  background-color: #fff;
@@ -6784,7 +6784,7 @@ input[type=button].btn-block {
6784
6784
  background-color: #f0f5ff;
6785
6785
  color: #272833;
6786
6786
  text-decoration: none;
6787
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
6787
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
6788
6788
  outline: 0;
6789
6789
  }
6790
6790
  .dropdown-item:active {
@@ -6813,7 +6813,7 @@ input[type=button].btn-block {
6813
6813
  color: #272833;
6814
6814
  }
6815
6815
  .dropdown-item.btn:not([disabled]):not(.disabled):active:focus-visible, .c-prefers-focus .dropdown-item.btn:not([disabled]):not(.disabled):active:focus, .dropdown-item.btn:not([disabled]):not(.disabled).active:focus-visible, .c-prefers-focus .dropdown-item.btn:not([disabled]):not(.disabled).active:focus {
6816
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
6816
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
6817
6817
  }
6818
6818
 
6819
6819
  .dropdown-item:disabled, .dropdown-item.disabled {
@@ -7825,14 +7825,14 @@ fieldset[disabled] label .form-control {
7825
7825
  .form-control.focus, .form-control:focus-visible, .c-prefers-focus .form-control:focus {
7826
7826
  background-color: #f0f5ff;
7827
7827
  border-color: #80acff;
7828
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
7828
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
7829
7829
  color: #272833;
7830
7830
  outline: 0;
7831
7831
  }
7832
7832
  .form-control:focus-within:has(input:focus) {
7833
7833
  background-color: #f0f5ff;
7834
7834
  border-color: #80acff;
7835
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
7835
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
7836
7836
  color: #272833;
7837
7837
  }
7838
7838
  .form-control:disabled, .form-control.disabled {
@@ -8207,7 +8207,7 @@ textarea.form-control-plaintext,
8207
8207
  box-shadow: none;
8208
8208
  }
8209
8209
  .form-control[type=range]:focus::-webkit-slider-thumb {
8210
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8210
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8211
8211
  }
8212
8212
  .form-control[type=range]::-webkit-slider-thumb {
8213
8213
  border-radius: 100px;
@@ -8598,7 +8598,7 @@ textarea.form-control-lg,
8598
8598
  }
8599
8599
  .c-link.focus, .c-link:focus-visible, .c-prefers-focus .c-link:focus {
8600
8600
  border-radius: 1px;
8601
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8601
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8602
8602
  outline: 0;
8603
8603
  }
8604
8604
  .c-link.text-secondary {
@@ -8636,7 +8636,7 @@ textarea.form-control-lg,
8636
8636
  }
8637
8637
  .component-link.focus, .component-link:focus-visible, .c-prefers-focus .component-link:focus {
8638
8638
  color: #484955;
8639
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8639
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8640
8640
  outline: 0;
8641
8641
  }
8642
8642
  .single-link {
@@ -8663,7 +8663,7 @@ textarea.form-control-lg,
8663
8663
  }
8664
8664
  .link-primary.focus, .link-primary:focus-visible, .c-prefers-focus .link-primary:focus {
8665
8665
  color: #0041be;
8666
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8666
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8667
8667
  outline: 0;
8668
8668
  }
8669
8669
  .link-secondary {
@@ -8686,7 +8686,7 @@ textarea.form-control-lg,
8686
8686
  }
8687
8687
  .link-secondary.focus, .link-secondary:focus-visible, .c-prefers-focus .link-secondary:focus {
8688
8688
  color: #272833;
8689
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8689
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8690
8690
  outline: 0;
8691
8691
  }
8692
8692
  button.link-outline {
@@ -8725,7 +8725,7 @@ button.link-outline {
8725
8725
  text-decoration: none;
8726
8726
  }
8727
8727
  .link-outline.focus, .link-outline:focus-visible, .c-prefers-focus .link-outline:focus {
8728
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8728
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8729
8729
  outline: 0;
8730
8730
  }
8731
8731
  .link-outline:disabled, .link-outline.disabled {
@@ -8754,7 +8754,7 @@ button.link-outline {
8754
8754
  }
8755
8755
  .link-outline-primary.focus, .link-outline-primary:focus-visible, .c-prefers-focus .link-outline-primary:focus {
8756
8756
  background-color: #f0f5ff;
8757
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8757
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8758
8758
  color: #0b5fff;
8759
8759
  }
8760
8760
  .link-outline-primary:active {
@@ -8786,7 +8786,7 @@ button.link-outline {
8786
8786
  }
8787
8787
  .link-outline-secondary.focus, .link-outline-secondary:focus-visible, .c-prefers-focus .link-outline-secondary:focus {
8788
8788
  background-color: rgba(39, 40, 51, 0.03);
8789
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8789
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8790
8790
  color: #272833;
8791
8791
  }
8792
8792
  .link-outline-secondary:active {
@@ -8869,7 +8869,7 @@ button.link-outline {
8869
8869
  .component-title a[href]:focus-visible,
8870
8870
  .c-prefers-focus .component-title a[href]:focus {
8871
8871
  color: #060608;
8872
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8872
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8873
8873
  outline: 0;
8874
8874
  }
8875
8875
  .component-subtitle {
@@ -8905,7 +8905,7 @@ button.link-outline {
8905
8905
  .component-subtitle a[href]:focus-visible,
8906
8906
  .c-prefers-focus .component-subtitle a[href]:focus {
8907
8907
  color: #272833;
8908
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8908
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8909
8909
  outline: 0;
8910
8910
  }
8911
8911
  .component-action {
@@ -8939,7 +8939,7 @@ button.link-outline {
8939
8939
  color: #272833;
8940
8940
  }
8941
8941
  .component-action.focus, .component-action:focus-visible, .c-prefers-focus .component-action:focus {
8942
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
8942
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
8943
8943
  outline: 0;
8944
8944
  background-color: rgba(39, 40, 51, 0.03);
8945
8945
  color: #272833;
@@ -9246,28 +9246,40 @@ button.link-outline {
9246
9246
  .clay-range-input .form-control-range:hover {
9247
9247
  cursor: pointer;
9248
9248
  }
9249
+ .clay-range-input .form-control-range:hover ~ .clay-range-progress .clay-range-thumb {
9250
+ background-color: #f0f5ff;
9251
+ }
9249
9252
  .clay-range-input .form-control-range:hover ~ .clay-range-progress .tooltip {
9250
9253
  visibility: visible;
9251
9254
  opacity: 1;
9252
9255
  }
9256
+ .clay-range-input .form-control-range:hover::-moz-range-thumb {
9257
+ background-color: #f0f5ff;
9258
+ }
9259
+ .clay-range-input .form-control-range:hover::-ms-thumb {
9260
+ background-color: #f0f5ff;
9261
+ }
9262
+ .clay-range-input .form-control-range:hover::-webkit-slider-thumb {
9263
+ background-color: #f0f5ff;
9264
+ }
9253
9265
  .clay-range-input .form-control-range.focus, .clay-range-input .form-control-range:focus-visible, .c-prefers-focus .clay-range-input .form-control-range:focus {
9254
9266
  outline: 0;
9255
9267
  }
9256
9268
  .clay-range-input .form-control-range.focus ~ .clay-range-progress .clay-range-thumb, .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .clay-range-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus ~ .clay-range-progress .clay-range-thumb {
9257
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
9269
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
9258
9270
  }
9259
9271
  .clay-range-input .form-control-range.focus ~ .clay-range-progress .tooltip, .clay-range-input .form-control-range:focus-visible ~ .clay-range-progress .tooltip, .c-prefers-focus .clay-range-input .form-control-range:focus ~ .clay-range-progress .tooltip {
9260
9272
  visibility: visible;
9261
9273
  opacity: 1;
9262
9274
  }
9263
9275
  .clay-range-input .form-control-range.focus::-moz-range-thumb, .clay-range-input .form-control-range:focus-visible::-moz-range-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-moz-range-thumb {
9264
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
9276
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
9265
9277
  }
9266
9278
  .clay-range-input .form-control-range.focus::-ms-thumb, .clay-range-input .form-control-range:focus-visible::-ms-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-ms-thumb {
9267
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
9279
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
9268
9280
  }
9269
9281
  .clay-range-input .form-control-range.focus::-webkit-slider-thumb, .clay-range-input .form-control-range:focus-visible::-webkit-slider-thumb, .c-prefers-focus .clay-range-input .form-control-range:focus::-webkit-slider-thumb {
9270
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
9282
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
9271
9283
  }
9272
9284
 
9273
9285
  .clay-range-input .form-control-range:disabled {
@@ -9280,6 +9292,18 @@ button.link-outline {
9280
9292
  .clay-range-input .form-control-range:disabled ~ .clay-range-progress {
9281
9293
  background-color: #b3cdff;
9282
9294
  }
9295
+ .clay-range-input .form-control-range:disabled ~ .clay-range-progress .clay-range-thumb {
9296
+ background-color: #f7f8f9;
9297
+ }
9298
+ .clay-range-input .form-control-range:disabled::-moz-range-thumb {
9299
+ background-color: #f7f8f9;
9300
+ }
9301
+ .clay-range-input .form-control-range:disabled::-ms-thumb {
9302
+ background-color: #f7f8f9;
9303
+ }
9304
+ .clay-range-input .form-control-range:disabled::-webkit-slider-thumb {
9305
+ background-color: #f7f8f9;
9306
+ }
9283
9307
  .clay-range-input[data-label-min], .clay-range-input[data-label-max] {
9284
9308
  margin-bottom: 1rem;
9285
9309
  }
@@ -9429,13 +9453,13 @@ button.link-outline {
9429
9453
  width: 1.5rem;
9430
9454
  }
9431
9455
  .clay-color-btn:active {
9432
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
9456
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
9433
9457
  }
9434
9458
  .clay-color-btn.active {
9435
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
9459
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
9436
9460
  }
9437
9461
  .clay-color-btn[aria-expanded=true], .clay-color-btn.show {
9438
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
9462
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
9439
9463
  }
9440
9464
  .clay-color-btn .c-inner {
9441
9465
  margin-bottom: 0;
@@ -9471,11 +9495,11 @@ button.link-outline {
9471
9495
  }
9472
9496
 
9473
9497
  .clay-color-pointer.focus, .clay-color-pointer:focus-visible, .c-prefers-focus .clay-color-pointer:focus {
9474
- box-shadow: 0 0 0 0.125rem #528eff;
9498
+ box-shadow: 0 0 0 0.125rem #5791ff;
9475
9499
  outline: 0;
9476
9500
  }
9477
9501
  .clay-color-pointer:active:focus-visible, .c-prefers-focus .clay-color-pointer:active:focus {
9478
- box-shadow: 0 0 0 0.125rem #528eff;
9502
+ box-shadow: 0 0 0 0.125rem #5791ff;
9479
9503
  }
9480
9504
  .clay-color-pointer .c-inner {
9481
9505
  margin-bottom: 0;
@@ -9841,7 +9865,7 @@ button.link-outline {
9841
9865
 
9842
9866
  .form-file:focus-within:has(input:focus) {
9843
9867
  background-color: #f0f5ff;
9844
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
9868
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
9845
9869
  outline: 0;
9846
9870
  z-index: 1;
9847
9871
  }
@@ -9859,7 +9883,7 @@ button.link-outline {
9859
9883
  }
9860
9884
  .form-file-input:focus + .input-group {
9861
9885
  border-radius: 1px;
9862
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
9886
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
9863
9887
  }
9864
9888
  .form-file-input:disabled {
9865
9889
  cursor: not-allowed;
@@ -9947,43 +9971,6 @@ label.custom-control-label {
9947
9971
  .custom-control-primary .custom-control-label-text {
9948
9972
  font-weight: 600;
9949
9973
  }
9950
- .custom-control-label::before {
9951
- background-color: #fff;
9952
- border-color: #6b6c7e;
9953
- border-style: solid;
9954
- border-width: 0.0625rem;
9955
- box-shadow: none;
9956
- content: "";
9957
- display: block;
9958
- float: left;
9959
- font-size: 1rem;
9960
- height: 1rem;
9961
- left: 0;
9962
- position: relative;
9963
- top: 0.125rem;
9964
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
9965
- width: 1rem;
9966
- }
9967
- @media (prefers-reduced-motion: reduce) {
9968
- .custom-control-label::before {
9969
- transition: none;
9970
- }
9971
- }
9972
- .c-prefers-reduced-motion .custom-control-label::before {
9973
- transition: none;
9974
- }
9975
-
9976
- .custom-control-label::after {
9977
- background: no-repeat 50%/50% 50%;
9978
- content: "";
9979
- display: block;
9980
- height: 1rem;
9981
- left: 0;
9982
- position: absolute;
9983
- top: 0.125rem;
9984
- width: 1rem;
9985
- }
9986
-
9987
9974
  .custom-control-input {
9988
9975
  cursor: pointer;
9989
9976
  height: 1rem;
@@ -9996,7 +9983,7 @@ label.custom-control-label {
9996
9983
  }
9997
9984
  .custom-control-input:focus-visible ~ .custom-control-label::before, .c-prefers-focus .custom-control-input:focus ~ .custom-control-label::before {
9998
9985
  border-color: #6b6c7e;
9999
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
9986
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10000
9987
  }
10001
9988
  .custom-control-input:active ~ .custom-control-label::before {
10002
9989
  background-color: #fff;
@@ -10248,7 +10235,7 @@ label.custom-control-label {
10248
10235
  }
10249
10236
  .custom-file-input:focus ~ .custom-file-label {
10250
10237
  border-color: #80acff;
10251
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
10238
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10252
10239
  }
10253
10240
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
10254
10241
  background-color: #f1f2f5;
@@ -10304,13 +10291,13 @@ label.custom-control-label {
10304
10291
  outline: none;
10305
10292
  }
10306
10293
  .custom-range:focus::-webkit-slider-thumb {
10307
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
10294
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10308
10295
  }
10309
10296
  .custom-range:focus::-moz-range-thumb {
10310
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
10297
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10311
10298
  }
10312
10299
  .custom-range:focus::-ms-thumb {
10313
- box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
10300
+ box-shadow: 0 0 0 1px #fff, 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10314
10301
  }
10315
10302
  .custom-range::-moz-focus-outer {
10316
10303
  border: 0;
@@ -10471,10 +10458,10 @@ label.custom-control-label {
10471
10458
  color: #6b6c7e;
10472
10459
  }
10473
10460
  .clay-time .btn.focus, .clay-time .btn:focus-visible, .c-prefers-focus .clay-time .btn:focus {
10474
- box-shadow: 0 0 0 1px #528eff;
10461
+ box-shadow: 0 0 0 1px #5791ff;
10475
10462
  }
10476
10463
  .clay-time .btn:active:focus-visible, .c-prefers-focus .clay-time .btn:active:focus {
10477
- box-shadow: 0 0 0 1px #528eff;
10464
+ box-shadow: 0 0 0 1px #5791ff;
10478
10465
  }
10479
10466
  .clay-time .btn .c-inner {
10480
10467
  margin-bottom: 0;
@@ -10646,7 +10633,7 @@ label.custom-control-label {
10646
10633
  color: #272833;
10647
10634
  }
10648
10635
  .date-picker-nav .nav-btn.focus, .date-picker-nav .nav-btn:focus-visible, .c-prefers-focus .date-picker-nav .nav-btn:focus {
10649
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
10636
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10650
10637
  background-color: #f1f2f5;
10651
10638
  color: #272833;
10652
10639
  }
@@ -10654,7 +10641,7 @@ label.custom-control-label {
10654
10641
  background-color: #f1f2f5;
10655
10642
  }
10656
10643
  .date-picker-nav .nav-btn:active:focus-visible, .c-prefers-focus .date-picker-nav .nav-btn:active:focus {
10657
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
10644
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10658
10645
  }
10659
10646
  .date-picker-nav .nav-btn.active {
10660
10647
  background-color: #f1f2f5;
@@ -10923,7 +10910,7 @@ label.custom-control-label {
10923
10910
  color: #272833;
10924
10911
  }
10925
10912
  .date-picker-date.focus, .date-picker-date:focus-visible, .c-prefers-focus .date-picker-date:focus {
10926
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
10913
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10927
10914
  outline: 0;
10928
10915
  background-color: #f1f2f5;
10929
10916
  color: #272833;
@@ -10933,7 +10920,7 @@ label.custom-control-label {
10933
10920
  color: #fff;
10934
10921
  }
10935
10922
  .date-picker-date:active:focus-visible, .c-prefers-focus .date-picker-date:active:focus {
10936
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
10923
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
10937
10924
  }
10938
10925
  .date-picker-date.active {
10939
10926
  background-color: #0b5fff;
@@ -11223,7 +11210,7 @@ label.custom-control-label {
11223
11210
  }
11224
11211
  .was-validated .form-control:valid:focus,
11225
11212
  .was-validated .form-control.is-valid:focus {
11226
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11213
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11227
11214
  }
11228
11215
 
11229
11216
  .was-validated .form-control:invalid,
@@ -11235,7 +11222,7 @@ label.custom-control-label {
11235
11222
  }
11236
11223
  .was-validated .form-control:invalid:focus,
11237
11224
  .was-validated .form-control.is-invalid:focus {
11238
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11225
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11239
11226
  }
11240
11227
 
11241
11228
  .has-error .custom-control-label,
@@ -11249,7 +11236,7 @@ label.custom-control-label {
11249
11236
  color: #272833;
11250
11237
  }
11251
11238
  .has-error .form-control.focus, .has-error .form-control:focus-visible, .c-prefers-focus .has-error .form-control:focus {
11252
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11239
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11253
11240
  }
11254
11241
  .has-error .form-control[readonly] {
11255
11242
  background-color: #fff;
@@ -11274,7 +11261,7 @@ label.custom-control-label {
11274
11261
  color: #272833;
11275
11262
  }
11276
11263
  .has-error .input-group-item.focus {
11277
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11264
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11278
11265
  }
11279
11266
  .has-error .input-group-item.focus .input-group-inset {
11280
11267
  background-color: #feefef;
@@ -11308,7 +11295,7 @@ label.custom-control-label {
11308
11295
  color: #272833;
11309
11296
  }
11310
11297
  .has-warning .form-control.focus, .has-warning .form-control:focus-visible, .c-prefers-focus .has-warning .form-control:focus {
11311
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11298
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11312
11299
  }
11313
11300
  .has-warning .form-control[readonly] {
11314
11301
  background-color: #fff;
@@ -11333,7 +11320,7 @@ label.custom-control-label {
11333
11320
  color: #272833;
11334
11321
  }
11335
11322
  .has-warning .input-group-item.focus {
11336
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11323
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11337
11324
  }
11338
11325
  .has-warning .input-group-item.focus .input-group-inset {
11339
11326
  background-color: #fff4ec;
@@ -11367,7 +11354,7 @@ label.custom-control-label {
11367
11354
  color: #272833;
11368
11355
  }
11369
11356
  .has-success .form-control.focus, .has-success .form-control:focus-visible, .c-prefers-focus .has-success .form-control:focus {
11370
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11357
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11371
11358
  }
11372
11359
  .has-success .form-control[readonly] {
11373
11360
  background-color: #fff;
@@ -11392,7 +11379,7 @@ label.custom-control-label {
11392
11379
  color: #272833;
11393
11380
  }
11394
11381
  .has-success .input-group-item.focus {
11395
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11382
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11396
11383
  }
11397
11384
  .has-success .input-group-item.focus .input-group-inset {
11398
11385
  background-color: #edf9f0;
@@ -11565,7 +11552,7 @@ label.custom-control-label {
11565
11552
  border-radius: 0.25rem;
11566
11553
  }
11567
11554
  .input-group-item.focus::after {
11568
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11555
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11569
11556
  }
11570
11557
  .input-group-item.focus.input-group-prepend {
11571
11558
  border-bottom-right-radius: 0;
@@ -11616,7 +11603,7 @@ label.custom-control-label {
11616
11603
 
11617
11604
  .input-group-item-focusable:focus-within:has(input:focus) {
11618
11605
  background-color: #f0f5ff;
11619
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
11606
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
11620
11607
  outline: 0;
11621
11608
  z-index: 1;
11622
11609
  }
@@ -12284,7 +12271,7 @@ label.custom-control-label {
12284
12271
  .list-group-title a[href].focus,
12285
12272
  .list-group-title a[href]:focus-visible,
12286
12273
  .c-prefers-focus .list-group-title a[href]:focus {
12287
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
12274
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
12288
12275
  outline: 0;
12289
12276
  }
12290
12277
  .list-group-subtitle {
@@ -12319,7 +12306,7 @@ label.custom-control-label {
12319
12306
  .list-group-subtitle a[href].focus,
12320
12307
  .list-group-subtitle a[href]:focus-visible,
12321
12308
  .c-prefers-focus .list-group-subtitle a[href]:focus {
12322
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
12309
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
12323
12310
  outline: 0;
12324
12311
  }
12325
12312
  .list-group-text {
@@ -12354,7 +12341,7 @@ label.custom-control-label {
12354
12341
  .list-group-text a[href].focus,
12355
12342
  .list-group-text a[href]:focus-visible,
12356
12343
  .c-prefers-focus .list-group-text a[href]:focus {
12357
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
12344
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
12358
12345
  outline: 0;
12359
12346
  }
12360
12347
  .list-group-subtext {
@@ -12390,7 +12377,7 @@ label.custom-control-label {
12390
12377
  .list-group-subtext a[href].focus,
12391
12378
  .list-group-subtext a[href]:focus-visible,
12392
12379
  .c-prefers-focus .list-group-subtext a[href]:focus {
12393
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
12380
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
12394
12381
  outline: 0;
12395
12382
  }
12396
12383
  .show-dropdown-action-on-active .list-group-item.active .dropdown-action .dropdown-menu {
@@ -12462,8 +12449,8 @@ label.custom-control-label {
12462
12449
  .list-group-item-flex {
12463
12450
  display: flex;
12464
12451
  margin-bottom: -0.0625rem;
12465
- padding-left: 0.5rem;
12466
- padding-right: 0.5rem;
12452
+ padding-left: calc(1rem * 0.5);
12453
+ padding-right: calc(1rem * 0.5);
12467
12454
  }
12468
12455
  .list-group-item-flex:last-child {
12469
12456
  margin-bottom: 0;
@@ -12476,8 +12463,8 @@ label.custom-control-label {
12476
12463
  }
12477
12464
  .list-group-item-flex .autofit-col {
12478
12465
  justify-content: flex-start;
12479
- padding-left: 0.5rem;
12480
- padding-right: 0.5rem;
12466
+ padding-left: calc(1rem * 0.5);
12467
+ padding-right: calc(1rem * 0.5);
12481
12468
  }
12482
12469
  .list-group-item-flex .autofit-col .custom-control:only-child {
12483
12470
  margin-bottom: 0;
@@ -13022,6 +13009,9 @@ label.custom-control-label {
13022
13009
  text-overflow: ellipsis;
13023
13010
  white-space: nowrap;
13024
13011
  }
13012
+ .modal-title[tabindex="-1"] {
13013
+ outline: 0;
13014
+ }
13025
13015
  .modal-title-indicator {
13026
13016
  display: inline-block;
13027
13017
  font-size: 0.875rem;
@@ -13372,9 +13362,9 @@ label.custom-control-label {
13372
13362
  font-weight: 600;
13373
13363
  line-height: normal;
13374
13364
  margin-bottom: 0.625rem;
13365
+ overflow-wrap: break-word;
13375
13366
  word-wrap: break-word;
13376
13367
  }
13377
-
13378
13368
  .multi-step-item-expand {
13379
13369
  flex-grow: 1;
13380
13370
  width: 75px;
@@ -13453,7 +13443,7 @@ label.custom-control-label {
13453
13443
  }
13454
13444
  .multi-step-icon:focus {
13455
13445
  background-color: #e7e7ed;
13456
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
13446
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
13457
13447
  color: #6b6c7e;
13458
13448
  outline: 0;
13459
13449
  text-decoration: none;
@@ -13586,10 +13576,10 @@ label.custom-control-label {
13586
13576
  width: 100%;
13587
13577
  }
13588
13578
  .nav-link.btn-unstyled.focus, .nav-link.btn-unstyled:focus-visible, .c-prefers-focus .nav-link.btn-unstyled:focus {
13589
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
13579
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
13590
13580
  }
13591
13581
  .nav-link.btn-unstyled:active:focus-visible, .c-prefers-focus .nav-link.btn-unstyled:active:focus {
13592
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
13582
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
13593
13583
  }
13594
13584
  .nav-link.btn-unstyled:disabled, .nav-link.btn-unstyled.disabled {
13595
13585
  opacity: 1;
@@ -13891,7 +13881,7 @@ label.custom-control-label {
13891
13881
  }
13892
13882
  .nav-tabs .nav-link.focus, .nav-tabs .nav-link:focus-visible, .c-prefers-focus .nav-tabs .nav-link:focus {
13893
13883
  border-color: transparent;
13894
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
13884
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
13895
13885
  outline: 0;
13896
13886
  }
13897
13887
  .nav-tabs .nav-link:active {
@@ -14081,7 +14071,7 @@ label.custom-control-label {
14081
14071
  letter-spacing: 0;
14082
14072
  }
14083
14073
  .menubar-vertical-expand-md.menubar-transparent .nav-link:hover::before, .menubar-vertical-expand-md.menubar-transparent .nav-link.hover::before {
14084
- background: #88889a;
14074
+ background: #9b92a5;
14085
14075
  width: 0.1875rem;
14086
14076
  }
14087
14077
  .menubar-vertical-expand-md.menubar-transparent .nav-link.focus, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible, .c-prefers-focus .menubar-vertical-expand-md.menubar-transparent .nav-link:focus {
@@ -14091,7 +14081,7 @@ label.custom-control-label {
14091
14081
  .menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after, .c-prefers-focus .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
14092
14082
  border-radius: 0.25rem;
14093
14083
  bottom: 0;
14094
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
14084
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
14095
14085
  content: "";
14096
14086
  display: block;
14097
14087
  left: 0;
@@ -14110,7 +14100,7 @@ label.custom-control-label {
14110
14100
  letter-spacing: 0;
14111
14101
  }
14112
14102
  .menubar-vertical-expand-md.menubar-transparent .nav-link.active::before {
14113
- background-color: #528eff;
14103
+ background-color: #5791ff;
14114
14104
  width: 0.25rem;
14115
14105
  }
14116
14106
  .menubar-vertical-expand-md.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-md.menubar-transparent .nav-link.disabled {
@@ -14135,7 +14125,7 @@ label.custom-control-label {
14135
14125
  background-color: transparent;
14136
14126
  }
14137
14127
  .menubar-vertical-expand-md.menubar-transparent .nav-link[aria-expanded=true]:hover::before, .menubar-vertical-expand-md.menubar-transparent .nav-link.show:hover::before {
14138
- background-color: #88889a;
14128
+ background-color: #9b92a5;
14139
14129
  width: 0.1875rem;
14140
14130
  }
14141
14131
  @media (max-width: 767.98px) {
@@ -14184,7 +14174,7 @@ label.custom-control-label {
14184
14174
  background-color: transparent;
14185
14175
  }
14186
14176
  .menubar-vertical-expand-md.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-md.menubar-transparent .nav-link:focus-visible::after, .c-prefers-focus .menubar-vertical-expand-md.menubar-transparent .nav-link:focus::after {
14187
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
14177
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
14188
14178
  }
14189
14179
  .menubar-vertical-expand-md.menubar-transparent .nav-link.active {
14190
14180
  font-weight: 600;
@@ -14326,7 +14316,7 @@ label.custom-control-label {
14326
14316
  letter-spacing: 0;
14327
14317
  }
14328
14318
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:hover::before, .menubar-vertical-expand-lg.menubar-transparent .nav-link.hover::before {
14329
- background: #88889a;
14319
+ background: #9b92a5;
14330
14320
  width: 0.1875rem;
14331
14321
  }
14332
14322
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible, .c-prefers-focus .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus {
@@ -14336,7 +14326,7 @@ label.custom-control-label {
14336
14326
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after, .c-prefers-focus .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
14337
14327
  border-radius: 0.25rem;
14338
14328
  bottom: 0;
14339
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
14329
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
14340
14330
  content: "";
14341
14331
  display: block;
14342
14332
  left: 0;
@@ -14354,7 +14344,7 @@ label.custom-control-label {
14354
14344
  letter-spacing: 0;
14355
14345
  }
14356
14346
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.active::before {
14357
- background-color: #528eff;
14347
+ background-color: #5791ff;
14358
14348
  width: 0.25rem;
14359
14349
  }
14360
14350
  .menubar-vertical-expand-lg.menubar-transparent .nav-link:disabled, .menubar-vertical-expand-lg.menubar-transparent .nav-link.disabled {
@@ -14379,7 +14369,7 @@ label.custom-control-label {
14379
14369
  background-color: transparent;
14380
14370
  }
14381
14371
  .menubar-vertical-expand-lg.menubar-transparent .nav-link[aria-expanded=true]:hover::before, .menubar-vertical-expand-lg.menubar-transparent .nav-link.show:hover::before {
14382
- background-color: #88889a;
14372
+ background-color: #9b92a5;
14383
14373
  width: 0.1875rem;
14384
14374
  }
14385
14375
  @media (max-width: 991.98px) {
@@ -14428,7 +14418,7 @@ label.custom-control-label {
14428
14418
  background-color: transparent;
14429
14419
  }
14430
14420
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.focus::after, .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus-visible::after, .c-prefers-focus .menubar-vertical-expand-lg.menubar-transparent .nav-link:focus::after {
14431
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
14421
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
14432
14422
  }
14433
14423
  .menubar-vertical-expand-lg.menubar-transparent .nav-link.active {
14434
14424
  font-weight: 600;
@@ -16406,7 +16396,7 @@ label.custom-control-label {
16406
16396
  }
16407
16397
 
16408
16398
  .application-bar .navbar-nav .nav-link.focus, .application-bar .navbar-nav .nav-link:focus-visible, .c-prefers-focus .application-bar .navbar-nav .nav-link:focus {
16409
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
16399
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
16410
16400
  }
16411
16401
  .application-bar .navbar-nav .nav-link:disabled, .application-bar .navbar-nav .nav-link.disabled {
16412
16402
  box-shadow: none;
@@ -16426,7 +16416,7 @@ label.custom-control-label {
16426
16416
  }
16427
16417
 
16428
16418
  .application-bar .navbar-brand.focus, .application-bar .navbar-brand:focus-visible, .c-prefers-focus .application-bar .navbar-brand:focus {
16429
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
16419
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
16430
16420
  }
16431
16421
  .application-bar .navbar-brand:disabled, .application-bar .navbar-brand.disabled {
16432
16422
  box-shadow: none;
@@ -17593,7 +17583,7 @@ label.custom-control-label {
17593
17583
  }
17594
17584
 
17595
17585
  .management-bar .navbar-nav .nav-link.focus, .management-bar .navbar-nav .nav-link:focus-visible, .c-prefers-focus .management-bar .navbar-nav .nav-link:focus {
17596
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
17586
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
17597
17587
  }
17598
17588
  .management-bar .navbar-nav .nav-link:disabled, .management-bar .navbar-nav .nav-link.disabled {
17599
17589
  box-shadow: none;
@@ -17613,7 +17603,7 @@ label.custom-control-label {
17613
17603
  }
17614
17604
 
17615
17605
  .management-bar .navbar-brand.focus, .management-bar .navbar-brand:focus-visible, .c-prefers-focus .management-bar .navbar-brand:focus {
17616
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
17606
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
17617
17607
  }
17618
17608
  .management-bar .navbar-brand:disabled, .management-bar .navbar-brand.disabled {
17619
17609
  box-shadow: none;
@@ -18196,7 +18186,7 @@ label.custom-control-label {
18196
18186
  outline: 0;
18197
18187
  }
18198
18188
  .navigation-bar .navbar-nav .nav-link.focus, .navigation-bar .navbar-nav .nav-link:focus-visible, .c-prefers-focus .navigation-bar .navbar-nav .nav-link:focus {
18199
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
18189
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
18200
18190
  }
18201
18191
  .navigation-bar .navbar-nav .nav-link:disabled, .navigation-bar .navbar-nav .nav-link.disabled {
18202
18192
  box-shadow: none;
@@ -18208,7 +18198,7 @@ label.custom-control-label {
18208
18198
  outline: 0;
18209
18199
  }
18210
18200
  .navigation-bar .navbar-brand.focus, .navigation-bar .navbar-brand:focus-visible, .c-prefers-focus .navigation-bar .navbar-brand:focus {
18211
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
18201
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
18212
18202
  }
18213
18203
  .navigation-bar .navbar-brand:disabled, .navigation-bar .navbar-brand.disabled {
18214
18204
  box-shadow: none;
@@ -18296,10 +18286,10 @@ label.custom-control-label {
18296
18286
  }
18297
18287
  @media (min-width: 768px) {
18298
18288
  .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
18299
- background-color: #528eff;
18289
+ background-color: #5791ff;
18300
18290
  }
18301
18291
  .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link[aria-expanded=true]::after, .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.show::after {
18302
- background-color: #528eff;
18292
+ background-color: #5791ff;
18303
18293
  }
18304
18294
  }
18305
18295
 
@@ -18463,7 +18453,7 @@ label.custom-control-label {
18463
18453
  letter-spacing: 0;
18464
18454
  }
18465
18455
  .page-link:hover::before, .page-link.hover::before {
18466
- background-color: #88889a;
18456
+ background-color: #9b92a5;
18467
18457
  height: 0.1875rem;
18468
18458
  }
18469
18459
  .page-link.focus, .page-link:focus-visible, .c-prefers-focus .page-link:focus {
@@ -18476,7 +18466,7 @@ label.custom-control-label {
18476
18466
  .page-link.focus::after, .page-link:focus-visible::after, .c-prefers-focus .page-link:focus::after {
18477
18467
  border-radius: 4px;
18478
18468
  bottom: 0;
18479
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
18469
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
18480
18470
  content: "";
18481
18471
  display: block;
18482
18472
  left: 0;
@@ -18502,7 +18492,7 @@ label.custom-control-label {
18502
18492
  letter-spacing: 0;
18503
18493
  }
18504
18494
  .page-link.active::before {
18505
- background-color: #528eff;
18495
+ background-color: #5791ff;
18506
18496
  height: 0.25rem;
18507
18497
  }
18508
18498
  .page-link:disabled, .page-link.disabled {
@@ -18537,7 +18527,7 @@ label.custom-control-label {
18537
18527
  background-color: transparent;
18538
18528
  }
18539
18529
  .page-link[aria-expanded=true]:hover::before, .page-link.show:hover::before {
18540
- background-color: #88889a;
18530
+ background-color: #9b92a5;
18541
18531
  height: 0.1875rem;
18542
18532
  }
18543
18533
  .page-link > .c-inner {
@@ -18563,7 +18553,7 @@ label.custom-control-label {
18563
18553
  letter-spacing: 0;
18564
18554
  }
18565
18555
  .page-item.active .page-link::before {
18566
- background-color: #528eff;
18556
+ background-color: #5791ff;
18567
18557
  height: 0.25rem;
18568
18558
  }
18569
18559
  .page-item.disabled .page-link {
@@ -18654,7 +18644,7 @@ label.custom-control-label {
18654
18644
  .pagination-items-per-page > a:hover::before, .pagination-items-per-page > a.hover::before,
18655
18645
  .pagination-items-per-page > button:hover::before,
18656
18646
  .pagination-items-per-page > button.hover::before {
18657
- background-color: #88889a;
18647
+ background-color: #9b92a5;
18658
18648
  height: 0.1875rem;
18659
18649
  }
18660
18650
  .pagination-items-per-page > a.focus, .pagination-items-per-page > a:focus-visible, .c-prefers-focus .pagination-items-per-page > a:focus,
@@ -18671,7 +18661,7 @@ label.custom-control-label {
18671
18661
  .c-prefers-focus .pagination-items-per-page > button:focus::after {
18672
18662
  border-radius: 4px;
18673
18663
  bottom: 0;
18674
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
18664
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
18675
18665
  content: "";
18676
18666
  display: block;
18677
18667
  left: 0;
@@ -18735,7 +18725,7 @@ label.custom-control-label {
18735
18725
  .pagination-items-per-page > a[aria-expanded=true]:hover::before, .pagination-items-per-page > a.show:hover::before,
18736
18726
  .pagination-items-per-page > button[aria-expanded=true]:hover::before,
18737
18727
  .pagination-items-per-page > button.show:hover::before {
18738
- background-color: #88889a;
18728
+ background-color: #9b92a5;
18739
18729
  height: 0.1875rem;
18740
18730
  }
18741
18731
  .pagination-items-per-page > a > .c-inner,
@@ -18951,7 +18941,7 @@ label.custom-control-label {
18951
18941
  }
18952
18942
  .panel-header-link.focus, .panel-header-link:focus-visible, .c-prefers-focus .panel-header-link:focus {
18953
18943
  z-index: 1;
18954
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
18944
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
18955
18945
  outline: 0;
18956
18946
  }
18957
18947
  .panel-header-link .collapse-icon {
@@ -19244,7 +19234,7 @@ label.custom-control-label {
19244
19234
  border-radius: 1px;
19245
19235
  }
19246
19236
  .panel-unstyled .panel-header.panel-header-link.focus, .panel-unstyled .panel-header.panel-header-link:focus-visible, .c-prefers-focus .panel-unstyled .panel-header.panel-header-link:focus {
19247
- box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
19237
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #5791ff;
19248
19238
  }
19249
19239
  .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-closed,
19250
19240
  .panel-unstyled .panel-header:not(.collapse-icon-middle) .collapse-icon-open {
@@ -19363,6 +19353,10 @@ label.custom-control-label {
19363
19353
  .popover .inline-scroller {
19364
19354
  max-height: 14.875rem;
19365
19355
  }
19356
+ .popover.focus, .popover:focus-visible, .c-prefers-focus .popover:focus {
19357
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
19358
+ outline: 0;
19359
+ }
19366
19360
  .popover-secondary {
19367
19361
  box-shadow: 0 8px 16px 0 rgba(11, 95, 255, 0.16);
19368
19362
  }
@@ -20061,7 +20055,7 @@ a.sheet-subtitle:hover, a.sheet-subtitle.hover {
20061
20055
  text-decoration: none;
20062
20056
  }
20063
20057
  a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet-subtitle:focus {
20064
- box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
20058
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #5791ff;
20065
20059
  outline: 0;
20066
20060
  }
20067
20061
  .sheet-tertiary-title {
@@ -20282,7 +20276,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
20282
20276
  -webkit-overflow-scrolling: touch;
20283
20277
  }
20284
20278
  .sidebar:focus, .sidebar.focus {
20285
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
20279
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
20286
20280
  outline: 0;
20287
20281
  }
20288
20282
  .sidebar .container-fluid {
@@ -20416,7 +20410,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
20416
20410
  .sidenav-left .sidebar-light.focus,
20417
20411
  .sidenav-left .sidebar-light:focus-visible,
20418
20412
  .c-prefers-focus .sidenav-left .sidebar-light:focus {
20419
- box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1), inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
20413
+ box-shadow: 0.25rem 0 0.5rem -0.25rem rgba(0, 0, 0, 0.1), inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
20420
20414
  }
20421
20415
 
20422
20416
  .sidebar-light .sidebar-list-group .list-group-title {
@@ -20437,7 +20431,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
20437
20431
  color: #272833;
20438
20432
  }
20439
20433
  .sidebar-light .panel-unstyled .panel-header.panel-header-link.focus, .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus-visible, .c-prefers-focus .sidebar-light .panel-unstyled .panel-header.panel-header-link:focus {
20440
- box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #528eff;
20434
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #5791ff;
20441
20435
  }
20442
20436
  .sidebar-light .component-navigation-bar {
20443
20437
  background-color: #fff;
@@ -20521,7 +20515,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
20521
20515
  color: #fff;
20522
20516
  }
20523
20517
  .sidebar-dark .nav-nested .nav-link.focus, .sidebar-dark .nav-nested .nav-link:focus-visible, .c-prefers-focus .sidebar-dark .nav-nested .nav-link:focus {
20524
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
20518
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
20525
20519
  outline: 0;
20526
20520
  }
20527
20521
  .sidebar-dark .nav-nested .nav-link:active {
@@ -20583,7 +20577,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
20583
20577
  color: #fff;
20584
20578
  }
20585
20579
  .sidebar-dark-l2 .nav-nested .nav-link.focus, .sidebar-dark-l2 .nav-nested .nav-link:focus-visible, .c-prefers-focus .sidebar-dark-l2 .nav-nested .nav-link:focus {
20586
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
20580
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
20587
20581
  outline: 0;
20588
20582
  }
20589
20583
  .sidebar-dark-l2 .nav-nested .nav-link:active {
@@ -20812,7 +20806,7 @@ caption {
20812
20806
  color: #272833;
20813
20807
  }
20814
20808
  .table thead th a[href].focus, .table thead th a[href]:focus-visible, .c-prefers-focus .table thead th a[href]:focus {
20815
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
20809
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
20816
20810
  outline: 0;
20817
20811
  }
20818
20812
  .table th:first-child,
@@ -20904,7 +20898,7 @@ caption {
20904
20898
  width: 1rem;
20905
20899
  }
20906
20900
  .table .component-drag.focus, .table .component-drag:focus-visible, .c-prefers-focus .table .component-drag:focus {
20907
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
20901
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
20908
20902
  }
20909
20903
  .table .custom-control,
20910
20904
  .table .form-check {
@@ -20989,7 +20983,7 @@ tr.table-focus td {
20989
20983
  }
20990
20984
  tr.table-focus th::before,
20991
20985
  tr.table-focus td::before {
20992
- box-shadow: inset 0 0.125rem 0 0 #528eff, inset 0 0.25rem 0 0 #fff, inset 0 -0.125rem 0 0 #528eff, inset 0 -0.25rem 0 0 #fff;
20986
+ box-shadow: inset 0 0.125rem 0 0 #5791ff, inset 0 0.25rem 0 0 #fff, inset 0 -0.125rem 0 0 #5791ff, inset 0 -0.25rem 0 0 #fff;
20993
20987
  content: "";
20994
20988
  display: block;
20995
20989
  position: absolute;
@@ -21002,7 +20996,7 @@ tr.table-focus td::before {
21002
20996
  }
21003
20997
  tr.table-focus th:first-child::after,
21004
20998
  tr.table-focus td:first-child::after {
21005
- box-shadow: inset 0.125rem 0 0 0 #528eff, inset 0.25rem 0 0 0 #fff;
20999
+ box-shadow: inset 0.125rem 0 0 0 #5791ff, inset 0.25rem 0 0 0 #fff;
21006
21000
  content: "";
21007
21001
  display: block;
21008
21002
  position: absolute;
@@ -21015,7 +21009,7 @@ tr.table-focus td:first-child::after {
21015
21009
  }
21016
21010
  tr.table-focus th:last-child::after,
21017
21011
  tr.table-focus td:last-child::after {
21018
- box-shadow: inset -0.125rem 0 0 0 #528eff, inset -0.25rem 0 0 0 #fff;
21012
+ box-shadow: inset -0.125rem 0 0 0 #5791ff, inset -0.25rem 0 0 0 #fff;
21019
21013
  content: "";
21020
21014
  display: block;
21021
21015
  position: absolute;
@@ -21029,7 +21023,7 @@ tr.table-focus td:last-child::after {
21029
21023
 
21030
21024
  td.table-focus {
21031
21025
  outline: none;
21032
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
21026
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
21033
21027
  }
21034
21028
 
21035
21029
  .table .table-primary,
@@ -21281,7 +21275,7 @@ td.table-focus {
21281
21275
  .table-title a[href].focus,
21282
21276
  .table-title a[href]:focus-visible,
21283
21277
  .c-prefers-focus .table-title a[href]:focus {
21284
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
21278
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
21285
21279
  outline: 0;
21286
21280
  }
21287
21281
  .table-link {
@@ -21304,7 +21298,7 @@ td.table-focus {
21304
21298
  color: #272833;
21305
21299
  }
21306
21300
  .table-link.focus, .table-link:focus-visible, .c-prefers-focus .table-link:focus {
21307
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
21301
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
21308
21302
  outline: 0;
21309
21303
  }
21310
21304
  .table-action-link {
@@ -21336,7 +21330,7 @@ td.table-focus {
21336
21330
  .table-action-link.focus, .table-action-link:focus-visible, .c-prefers-focus .table-action-link:focus {
21337
21331
  background-color: rgba(0, 0, 0, 0.02);
21338
21332
  color: #272833;
21339
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
21333
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
21340
21334
  outline: 0;
21341
21335
  }
21342
21336
  .table-action-link:active {
@@ -21604,7 +21598,7 @@ td.table-focus {
21604
21598
  .table-list-title a[href].focus,
21605
21599
  .table-list-title a[href]:focus-visible,
21606
21600
  .c-prefers-focus .table-list-title a[href]:focus {
21607
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
21601
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
21608
21602
  outline: 0;
21609
21603
  }
21610
21604
  .table-list-link {
@@ -21627,7 +21621,7 @@ td.table-focus {
21627
21621
  color: #272833;
21628
21622
  }
21629
21623
  .table-list-link.focus, .table-list-link:focus-visible, .c-prefers-focus .table-list-link:focus {
21630
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
21624
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
21631
21625
  outline: 0;
21632
21626
  }
21633
21627
  .table-list-action-link {
@@ -21658,7 +21652,7 @@ td.table-focus {
21658
21652
  .table-list-action-link.focus, .table-list-action-link:focus-visible, .c-prefers-focus .table-list-action-link:focus {
21659
21653
  background-color: rgba(0, 0, 0, 0.02);
21660
21654
  color: #272833;
21661
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
21655
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
21662
21656
  outline: 0;
21663
21657
  }
21664
21658
  .table-list-action-link:active {
@@ -22367,10 +22361,10 @@ td.table-focus {
22367
22361
  width: 2.5rem;
22368
22362
  }
22369
22363
  .tbar-stacked .tbar-btn-monospaced.focus, .tbar-stacked .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:focus {
22370
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
22364
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
22371
22365
  }
22372
22366
  .tbar-stacked .tbar-btn-monospaced:active:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:active:focus {
22373
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
22367
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
22374
22368
  }
22375
22369
  .tbar-stacked .tbar-btn-monospaced .c-inner {
22376
22370
  margin-bottom: 0;
@@ -22917,7 +22911,7 @@ td.table-focus {
22917
22911
  opacity: 0;
22918
22912
  }
22919
22913
  .toggle-switch-check:focus-visible ~ .toggle-switch-bar::before, .c-prefers-focus .toggle-switch-check:focus ~ .toggle-switch-bar::before {
22920
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
22914
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
22921
22915
  }
22922
22916
  .toggle-switch-check[disabled] ~ .toggle-switch-bar, .toggle-switch-check:disabled ~ .toggle-switch-bar {
22923
22917
  cursor: not-allowed;
@@ -23414,10 +23408,10 @@ td.table-focus {
23414
23408
  width: 24px;
23415
23409
  }
23416
23410
  .treeview .btn-monospaced.focus, .treeview .btn-monospaced:focus-visible, .c-prefers-focus .treeview .btn-monospaced:focus {
23417
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23411
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23418
23412
  }
23419
23413
  .treeview .btn-monospaced:active:focus-visible, .c-prefers-focus .treeview .btn-monospaced:active:focus {
23420
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23414
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23421
23415
  }
23422
23416
  .treeview .custom-control {
23423
23417
  margin-left: 4px;
@@ -23548,7 +23542,7 @@ td.table-focus {
23548
23542
  width: 100%;
23549
23543
  }
23550
23544
  .treeview-dropping-indicator-over {
23551
- background-color: #528eff;
23545
+ background-color: #5791ff;
23552
23546
  }
23553
23547
  .treeview-link {
23554
23548
  background-color: transparent;
@@ -23572,7 +23566,7 @@ td.table-focus {
23572
23566
  text-decoration: none;
23573
23567
  }
23574
23568
  .treeview-link.focus, .treeview-link:focus-visible, .c-prefers-focus .treeview-link:focus {
23575
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23569
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23576
23570
  outline: 0;
23577
23571
  }
23578
23572
  .treeview-link:disabled, .treeview-link.disabled {
@@ -23580,7 +23574,7 @@ td.table-focus {
23580
23574
  }
23581
23575
  .treeview-link.treeview-dropping-middle {
23582
23576
  background-color: #f0f5ff;
23583
- border-color: #528eff;
23577
+ border-color: #5791ff;
23584
23578
  }
23585
23579
  .treeview-link.show .component-expander .component-expanded-d-none, .treeview-link[aria-expanded=true] .component-expander .component-expanded-d-none {
23586
23580
  display: none;
@@ -23603,7 +23597,7 @@ td.table-focus {
23603
23597
  }
23604
23598
  .treeview-dragging {
23605
23599
  background-color: #fff;
23606
- border-color: #528eff;
23600
+ border-color: #5791ff;
23607
23601
  border-radius: 0.1875rem;
23608
23602
  border-style: solid;
23609
23603
  border-width: 1px;
@@ -23628,10 +23622,10 @@ td.table-focus {
23628
23622
  color: #6b6c7e;
23629
23623
  }
23630
23624
  .treeview-light .treeview-link:hover, .treeview-light .treeview-link.hover {
23631
- box-shadow: inset 0 0 0 1px #88889a;
23625
+ box-shadow: inset 0 0 0 1px #9b92a5;
23632
23626
  }
23633
23627
  .treeview-light .treeview-link.focus, .treeview-light .treeview-link:focus-visible, .c-prefers-focus .treeview-light .treeview-link:focus {
23634
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23628
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23635
23629
  }
23636
23630
  .treeview-light .treeview-link:active {
23637
23631
  background-color: #f0f5ff;
@@ -23639,7 +23633,7 @@ td.table-focus {
23639
23633
  color: #393a4a;
23640
23634
  }
23641
23635
  .treeview-light .treeview-link:active:focus-visible, .c-prefers-focus .treeview-light .treeview-link:active:focus {
23642
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23636
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23643
23637
  }
23644
23638
  .treeview-light .treeview-link.active {
23645
23639
  background-color: #f0f5ff;
@@ -23647,14 +23641,14 @@ td.table-focus {
23647
23641
  color: #393a4a;
23648
23642
  }
23649
23643
  .treeview-light .treeview-link.active:focus-visible, .c-prefers-focus .treeview-light .treeview-link.active:focus {
23650
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23644
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23651
23645
  }
23652
23646
  .treeview-light .treeview-link:disabled, .treeview-light .treeview-link.disabled {
23653
23647
  background-color: transparent;
23654
23648
  color: rgba(107, 108, 126, 0.5);
23655
23649
  }
23656
23650
  .treeview-light .treeview-link[aria-expanded=true]:focus-visible, .c-prefers-focus .treeview-light .treeview-link[aria-expanded=true]:focus, .treeview-light .treeview-link.show:focus-visible, .c-prefers-focus .treeview-light .treeview-link.show:focus {
23657
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23651
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23658
23652
  }
23659
23653
  .treeview-light .treeview-link.treeview-no-hover:hover, .treeview-light .treeview-link.treeview-no-hover.hover {
23660
23654
  background-color: transparent;
@@ -23671,10 +23665,10 @@ td.table-focus {
23671
23665
  color: #a7a9bc;
23672
23666
  }
23673
23667
  .treeview-dark .treeview-link:hover, .treeview-dark .treeview-link.hover {
23674
- box-shadow: inset 0 0 0 1px #88889a;
23668
+ box-shadow: inset 0 0 0 1px #9b92a5;
23675
23669
  }
23676
23670
  .treeview-dark .treeview-link.focus, .treeview-dark .treeview-link:focus-visible, .c-prefers-focus .treeview-dark .treeview-link:focus {
23677
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23671
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23678
23672
  }
23679
23673
  .treeview-dark .treeview-link:active {
23680
23674
  background-color: #393a4a;
@@ -23682,7 +23676,7 @@ td.table-focus {
23682
23676
  color: #f0f5ff;
23683
23677
  }
23684
23678
  .treeview-dark .treeview-link:active:focus-visible, .c-prefers-focus .treeview-dark .treeview-link:active:focus {
23685
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23679
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23686
23680
  }
23687
23681
  .treeview-dark .treeview-link.active {
23688
23682
  background-color: #393a4a;
@@ -23690,14 +23684,14 @@ td.table-focus {
23690
23684
  color: #f0f5ff;
23691
23685
  }
23692
23686
  .treeview-dark .treeview-link.active:focus-visible, .c-prefers-focus .treeview-dark .treeview-link.active:focus {
23693
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23687
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23694
23688
  }
23695
23689
  .treeview-dark .treeview-link:disabled, .treeview-dark .treeview-link.disabled {
23696
23690
  background-color: transparent;
23697
23691
  color: rgba(167, 169, 188, 0.5);
23698
23692
  }
23699
23693
  .treeview-dark .treeview-link[aria-expanded=true]:focus-visible, .c-prefers-focus .treeview-dark .treeview-link[aria-expanded=true]:focus, .treeview-dark .treeview-link.show:focus-visible, .c-prefers-focus .treeview-dark .treeview-link.show:focus {
23700
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23694
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23701
23695
  }
23702
23696
  .treeview-dark .treeview-link.treeview-no-hover:hover, .treeview-dark .treeview-link.treeview-no-hover.hover {
23703
23697
  background-color: transparent;
@@ -23756,7 +23750,7 @@ td.table-focus {
23756
23750
  outline: 0;
23757
23751
  }
23758
23752
  .close.focus, .close:focus-visible, .c-prefers-focus .close:focus {
23759
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
23753
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
23760
23754
  outline: 0;
23761
23755
  opacity: 0.75;
23762
23756
  }
@@ -23773,7 +23767,7 @@ td.table-focus {
23773
23767
  }
23774
23768
 
23775
23769
  .c-focus-inset:focus:not(:disabled):not(.disabled):not([disabled]), .c-focus-inset.focus:not(:disabled):not(.disabled):not([disabled]) {
23776
- box-shadow: inset 0 0 0 0.125rem #528eff, inset 0 0 0 0.25rem #fff;
23770
+ box-shadow: inset 0 0 0 0.125rem #5791ff, inset 0 0 0 0.25rem #fff;
23777
23771
  border-color: #80acff;
23778
23772
  outline: 0;
23779
23773
  }
@@ -24006,7 +24000,7 @@ ul.autofit-row {
24006
24000
  outline: 0;
24007
24001
  }
24008
24002
  .inline-scroller:focus-visible {
24009
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #528eff;
24003
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
24010
24004
  }
24011
24005
 
24012
24006
  .inline-item {