@clayui/css 3.162.0 → 3.164.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 (139) hide show
  1. package/lib/css/atlas.css +541 -258
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +318 -115
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +3117 -2396
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/anonymize.svg +5 -6
  8. package/lib/images/icons/arrows-all.svg +16 -0
  9. package/lib/images/icons/box-squared.svg +10 -0
  10. package/lib/images/icons/chart-area.svg +10 -0
  11. package/lib/images/icons/chart-bar-stacked.svg +9 -0
  12. package/lib/images/icons/chart-bar-x-axis.svg +9 -0
  13. package/lib/images/icons/chart-bar-y-axis.svg +9 -0
  14. package/lib/images/icons/chart-bar.svg +9 -0
  15. package/lib/images/icons/chart-donut.svg +10 -0
  16. package/lib/images/icons/chart-line-down.svg +10 -0
  17. package/lib/images/icons/chart-line-up.svg +10 -0
  18. package/lib/images/icons/chart-line.svg +10 -0
  19. package/lib/images/icons/chart-pie-fill.svg +10 -0
  20. package/lib/images/icons/chart-pie.svg +9 -0
  21. package/lib/images/icons/icons.svg +1 -1
  22. package/lib/images/icons/plant.svg +9 -0
  23. package/lib/images/icons/user-cog.svg +9 -0
  24. package/package.json +1 -1
  25. package/src/images/icons/anonymize.svg +5 -6
  26. package/src/images/icons/arrows-all.svg +16 -0
  27. package/src/images/icons/box-squared.svg +10 -0
  28. package/src/images/icons/chart-area.svg +10 -0
  29. package/src/images/icons/chart-bar-stacked.svg +9 -0
  30. package/src/images/icons/chart-bar-x-axis.svg +9 -0
  31. package/src/images/icons/chart-bar-y-axis.svg +9 -0
  32. package/src/images/icons/chart-bar.svg +9 -0
  33. package/src/images/icons/chart-donut.svg +10 -0
  34. package/src/images/icons/chart-line-down.svg +10 -0
  35. package/src/images/icons/chart-line-up.svg +10 -0
  36. package/src/images/icons/chart-line.svg +10 -0
  37. package/src/images/icons/chart-pie-fill.svg +10 -0
  38. package/src/images/icons/chart-pie.svg +9 -0
  39. package/src/images/icons/icons.svg +1 -1
  40. package/src/images/icons/plant.svg +9 -0
  41. package/src/images/icons/user-cog.svg +9 -0
  42. package/src/scss/_components.scss +0 -1
  43. package/src/scss/_license-text.scss +1 -1
  44. package/src/scss/atlas/variables/_cards.scss +123 -24
  45. package/src/scss/atlas/variables/_custom-forms.scss +0 -5
  46. package/src/scss/atlas/variables/_globals.scss +2 -1
  47. package/src/scss/atlas/variables/_labels.scss +341 -42
  48. package/src/scss/atlas/variables/_tables.scss +2 -2
  49. package/src/scss/atlas-custom-properties/_variables.scss +2 -0
  50. package/src/scss/atlas-custom-properties/variables/_alerts.scss +3 -1
  51. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +6 -3
  52. package/src/scss/atlas-custom-properties/variables/_badges.scss +0 -23
  53. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +4 -1
  54. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1 -0
  55. package/src/scss/atlas-custom-properties/variables/_c-root.scss +413 -219
  56. package/src/scss/atlas-custom-properties/variables/_cards.scss +81 -51
  57. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +2 -2
  58. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +53 -23
  59. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +9 -14
  60. package/src/scss/atlas-custom-properties/variables/_forms.scss +34 -8
  61. package/src/scss/atlas-custom-properties/variables/_globals.scss +5 -2
  62. package/src/scss/atlas-custom-properties/variables/_images.scss +3 -1
  63. package/src/scss/atlas-custom-properties/variables/_labels.scss +416 -37
  64. package/src/scss/atlas-custom-properties/variables/_modals.scss +4 -3
  65. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +2 -5
  66. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +2 -2
  67. package/src/scss/atlas-custom-properties/variables/_panels.scss +2 -2
  68. package/src/scss/atlas-custom-properties/variables/_popovers.scss +1 -1
  69. package/src/scss/atlas-custom-properties/variables/_range.scss +1 -1
  70. package/src/scss/atlas-custom-properties/variables/_resizer.scss +13 -2
  71. package/src/scss/atlas-custom-properties/variables/_sheets.scss +1 -2
  72. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +13 -5
  73. package/src/scss/atlas-custom-properties/variables/_stickers.scss +2 -2
  74. package/src/scss/atlas-custom-properties/variables/_tables.scss +17 -19
  75. package/src/scss/atlas-custom-properties/variables/_tbar.scss +12 -5
  76. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +1 -1
  77. package/src/scss/cadmin/_variables.scss +2 -0
  78. package/src/scss/cadmin/components/_cards.scss +10 -62
  79. package/src/scss/cadmin/components/_focus-ring.scss +3 -1
  80. package/src/scss/cadmin/components/_icons.scss +97 -0
  81. package/src/scss/cadmin/components/_reboot.scss +6 -2
  82. package/src/scss/cadmin/components/_resizer.scss +10 -0
  83. package/src/scss/cadmin/components/_root.scss +41 -0
  84. package/src/scss/cadmin/variables/_alerts.scss +26 -24
  85. package/src/scss/cadmin/variables/_badges.scss +20 -10
  86. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -3
  87. package/src/scss/cadmin/variables/_buttons.scss +162 -129
  88. package/src/scss/cadmin/variables/_c-root.scss +426 -0
  89. package/src/scss/cadmin/variables/_cards.scss +153 -30
  90. package/src/scss/cadmin/variables/_clay-color.scss +18 -26
  91. package/src/scss/cadmin/variables/_custom-forms.scss +46 -25
  92. package/src/scss/cadmin/variables/_dropdowns.scss +14 -18
  93. package/src/scss/cadmin/variables/_forms.scss +31 -27
  94. package/src/scss/cadmin/variables/_globals.scss +200 -252
  95. package/src/scss/cadmin/variables/_images.scss +3 -1
  96. package/src/scss/cadmin/variables/_labels.scss +194 -32
  97. package/src/scss/cadmin/variables/_links.scss +21 -13
  98. package/src/scss/cadmin/variables/_list-group.scss +8 -6
  99. package/src/scss/cadmin/variables/_loaders.scss +2 -4
  100. package/src/scss/cadmin/variables/_management-bar.scss +12 -6
  101. package/src/scss/cadmin/variables/_menubar.scss +44 -27
  102. package/src/scss/cadmin/variables/_modals.scss +10 -4
  103. package/src/scss/cadmin/variables/_multi-step-nav.scss +7 -7
  104. package/src/scss/cadmin/variables/_navbar.scss +8 -5
  105. package/src/scss/cadmin/variables/_navigation-bar.scss +2 -2
  106. package/src/scss/cadmin/variables/_pagination.scss +6 -2
  107. package/src/scss/cadmin/variables/_popovers.scss +4 -2
  108. package/src/scss/cadmin/variables/_range.scss +2 -1
  109. package/src/scss/cadmin/variables/_resizer.scss +13 -2
  110. package/src/scss/cadmin/variables/_sidebar.scss +14 -6
  111. package/src/scss/cadmin/variables/_stickers.scss +1 -1
  112. package/src/scss/cadmin/variables/_tables.scss +22 -19
  113. package/src/scss/cadmin/variables/_tbar.scss +28 -14
  114. package/src/scss/cadmin/variables/_tooltip.scss +3 -1
  115. package/src/scss/cadmin/variables/_treeview.scss +2 -2
  116. package/src/scss/cadmin/variables/_utilities.scss +132 -196
  117. package/src/scss/cadmin.scss +2 -0
  118. package/src/scss/components/_focus-ring.scss +3 -1
  119. package/src/scss/components/_icons.scss +117 -6
  120. package/src/scss/components/_resizer.scss +8 -0
  121. package/src/scss/components/_root.scss +36 -3
  122. package/src/scss/functions/_lx-icons-generated.scss +31 -9
  123. package/src/scss/mixins/_cards.scss +19 -1
  124. package/src/scss/mixins/_labels.scss +9 -2
  125. package/src/scss/variables/_cards.scss +22 -1
  126. package/src/scss/variables/_custom-forms.scss +22 -11
  127. package/src/scss/variables/_dropdowns.scss +2 -0
  128. package/src/scss/variables/_globals.scss +1 -0
  129. package/src/scss/variables/_labels.scss +296 -8
  130. package/src/scss/variables/_resizer.scss +13 -2
  131. package/lib/images/icons/arrow-key-down.svg +0 -9
  132. package/lib/images/icons/arrow-key-left.svg +0 -9
  133. package/lib/images/icons/arrow-key-right.svg +0 -9
  134. package/lib/images/icons/arrow-key-up.svg +0 -9
  135. package/src/images/icons/arrow-key-down.svg +0 -9
  136. package/src/images/icons/arrow-key-left.svg +0 -9
  137. package/src/images/icons/arrow-key-right.svg +0 -9
  138. package/src/images/icons/arrow-key-up.svg +0 -9
  139. package/src/scss/components/_keyboard-arrows-indicator.scss +0 -82
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.162.0
3
+ * Clay 3.163.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>
@@ -15,6 +15,11 @@
15
15
  *
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
+ [data-color-scheme=light]:root,
19
+ :root [data-color-scheme=light] {
20
+ color-scheme: light;
21
+ }
22
+
18
23
  /* SPDX-SnippetBegin
19
24
  * SPDX-License-Identifier: MIT
20
25
  * SPDX-SnippetCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
@@ -376,7 +381,7 @@ small,
376
381
 
377
382
  mark,
378
383
  .mark {
379
- background-color: #ffe399;
384
+ background-color: #ffe499;
380
385
  display: inline;
381
386
  line-height: normal;
382
387
  position: relative;
@@ -958,16 +963,78 @@ pre code {
958
963
  width: 1em;
959
964
  }
960
965
 
961
- .lexicon-icon-sm {
962
- font-size: 0.5rem;
966
+ .lexicon-icon-arrows-all {
967
+ background-color: hsl(from #fff h s l / 0.6);
968
+ border: 1px solid #e7e7ed;
969
+ border-radius: 0.1413em;
970
+ height: 0.73913em;
971
+ margin-top: 0;
972
+ width: 1em;
973
+ }
974
+ .lexicon-icon-arrows-all .lx-arrows-all-chevron {
975
+ fill: #fff;
963
976
  }
964
977
 
965
- .lexicon-icon-lg {
966
- font-size: 2rem;
978
+ .clay-keyboard-arrows-horizontal .lx-arrows-all-keycap-down,
979
+ .clay-keyboard-arrows-horizontal .lx-arrows-all-keycap-up {
980
+ fill: #e7e7ed;
967
981
  }
968
982
 
969
- .lexicon-icon-xl {
970
- font-size: 8rem;
983
+ .clay-keyboard-arrows-vertical .lx-arrows-all-keycap-left,
984
+ .clay-keyboard-arrows-vertical .lx-arrows-all-keycap-right {
985
+ fill: #e7e7ed;
986
+ }
987
+
988
+ .clay-keyboard-arrows-indicator {
989
+ display: inline-flex;
990
+ font-size: 2.875rem;
991
+ }
992
+ .clay-keyboard-arrows-indicator .lexicon-icon {
993
+ margin-top: 0;
994
+ }
995
+
996
+ .clay-keyboard-arrows-indicator-floating {
997
+ background-color: #fff;
998
+ border-radius: 0.1413em;
999
+ position: absolute;
1000
+ transition: bottom 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out;
1001
+ z-index: 1070;
1002
+ }
1003
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-hidden {
1004
+ opacity: 0;
1005
+ pointer-events: none;
1006
+ visibility: hidden;
1007
+ }
1008
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip::before, .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip::after {
1009
+ border-style: solid;
1010
+ content: "";
1011
+ height: 0;
1012
+ position: absolute;
1013
+ top: 50%;
1014
+ transform: translateY(-50%);
1015
+ width: 0;
1016
+ }
1017
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip::before {
1018
+ border-color: transparent #e7e7ed transparent transparent;
1019
+ border-width: 7px 7px 7px 0;
1020
+ left: -7px;
1021
+ }
1022
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip::after {
1023
+ border-color: transparent #fff transparent transparent;
1024
+ border-width: 6px 6px 6px 0;
1025
+ left: -6px;
1026
+ }
1027
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip.clay-keyboard-arrows-indicator-floating-flipped::before {
1028
+ border-color: transparent transparent transparent #e7e7ed;
1029
+ border-width: 7px 0 7px 7px;
1030
+ left: auto;
1031
+ right: -7px;
1032
+ }
1033
+ .clay-keyboard-arrows-indicator-floating.clay-keyboard-arrows-indicator-floating-tooltip.clay-keyboard-arrows-indicator-floating-flipped::after {
1034
+ border-color: transparent transparent transparent #fff;
1035
+ border-width: 6px 0 6px 6px;
1036
+ left: auto;
1037
+ right: -6px;
971
1038
  }
972
1039
 
973
1040
  .order-arrow-down-active .order-arrow-arrow-down {
@@ -1028,6 +1095,18 @@ button.collapse-icon .c-inner,
1028
1095
  transform: translateY(-50%);
1029
1096
  }
1030
1097
 
1098
+ .lexicon-icon-sm {
1099
+ font-size: 0.5rem;
1100
+ }
1101
+
1102
+ .lexicon-icon-lg {
1103
+ font-size: 2rem;
1104
+ }
1105
+
1106
+ .lexicon-icon-xl {
1107
+ font-size: 8rem;
1108
+ }
1109
+
1031
1110
  .aspect-ratio {
1032
1111
  display: block;
1033
1112
  overflow: hidden;
@@ -2407,10 +2486,19 @@ input[type=button].btn-block {
2407
2486
  top: 0rem;
2408
2487
  }
2409
2488
  .c-horizontal-resizer:hover::before {
2410
- background-color: rgb(86.99, 144.8295081967, 255);
2489
+ background-color: #0b5fff;
2490
+ }
2491
+ .c-horizontal-resizer:active::before {
2492
+ background-color: rgb(0, 74.0163934426, 215);
2493
+ }
2494
+ .c-horizontal-resizer:focus-visible {
2495
+ box-shadow: inset 0 0 0 0.125rem rgb(86.99, 144.8295081967, 255), inset 0 0 0 0.25rem #fff;
2496
+ outline: 0;
2411
2497
  }
2412
2498
  .c-horizontal-resizer:focus-visible::before {
2413
- background-color: rgb(86.99, 144.8295081967, 255);
2499
+ background-color: #0b5fff;
2500
+ bottom: 0.25rem;
2501
+ top: 0.25rem;
2414
2502
  }
2415
2503
 
2416
2504
  .c-horizontal-resizer-end {
@@ -4910,11 +4998,11 @@ input[type=button].btn-block {
4910
4998
  }
4911
4999
  .label {
4912
5000
  border-color: #272833;
4913
- border-radius: 0.125rem;
5001
+ border-radius: 0.25rem;
4914
5002
  border-style: solid;
4915
5003
  border-width: 0.0625rem;
4916
5004
  display: inline-flex;
4917
- font-size: 0.625rem;
5005
+ font-size: 0.75rem;
4918
5006
  font-weight: 600;
4919
5007
  line-height: 1;
4920
5008
  margin-bottom: 0.125rem;
@@ -4925,7 +5013,7 @@ input[type=button].btn-block {
4925
5013
  padding-left: 0.25rem;
4926
5014
  padding-right: 0.25rem;
4927
5015
  padding-top: 0.125rem;
4928
- text-transform: uppercase;
5016
+ text-transform: none;
4929
5017
  white-space: inherit;
4930
5018
  overflow-wrap: break-word;
4931
5019
  word-wrap: break-word;
@@ -4944,14 +5032,14 @@ input[type=button].btn-block {
4944
5032
  .label:disabled, .label.disabled {
4945
5033
  box-shadow: none;
4946
5034
  }
4947
- .label[href], .label[type], .label[tabindex] {
5035
+ .label[href] {
4948
5036
  cursor: pointer;
4949
5037
  text-decoration: none;
4950
5038
  }
4951
- .label[href]:hover, .label[href].hover, .label[type]:hover, .label[type].hover, .label[tabindex]:hover, .label[tabindex].hover {
5039
+ .label[href]:hover, .label[href].hover {
4952
5040
  text-decoration: underline;
4953
5041
  }
4954
- .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 {
5042
+ .label[href].focus, .label[href]:focus-visible, .c-prefers-focus .label[href]:focus {
4955
5043
  text-decoration: underline;
4956
5044
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem rgb(86.99, 144.8295081967, 255);
4957
5045
  }
@@ -5083,7 +5171,7 @@ input[type=button].btn-block {
5083
5171
  }
5084
5172
 
5085
5173
  .label-lg {
5086
- font-size: 0.75rem;
5174
+ font-size: 0.875rem;
5087
5175
  height: auto;
5088
5176
  padding-bottom: 0.3125rem;
5089
5177
  padding-left: 0.5rem;
@@ -5121,11 +5209,11 @@ input[type=button].btn-block {
5121
5209
  border-color: rgb(127.994, 171.7173770492, 255);
5122
5210
  color: #0b5fff;
5123
5211
  }
5124
- [href].label-primary:hover, [href].hover.label-primary, [type].label-primary:hover, [type].hover.label-primary, [tabindex].label-primary:hover, [tabindex].hover.label-primary {
5212
+ [href].label-primary:hover, [href].hover.label-primary {
5125
5213
  border-color: rgb(127.994, 171.7173770492, 255);
5126
5214
  color: rgb(0, 74.0163934426, 215);
5127
5215
  }
5128
- [href].focus.label-primary, [href].label-primary:focus-visible, .c-prefers-focus [href].label-primary:focus, [type].focus.label-primary, [type].label-primary:focus-visible, .c-prefers-focus [type].label-primary:focus, [tabindex].focus.label-primary, [tabindex].label-primary:focus-visible, .c-prefers-focus [tabindex].label-primary:focus {
5216
+ [href].focus.label-primary, [href].label-primary:focus-visible, .c-prefers-focus [href].label-primary:focus {
5129
5217
  color: rgb(0, 74.0163934426, 215);
5130
5218
  }
5131
5219
 
@@ -5144,13 +5232,13 @@ input[type=button].btn-block {
5144
5232
  .label-secondary {
5145
5233
  background-color: #fff;
5146
5234
  border-color: rgb(205.0042262026, 206.0355943291, 217.0017737974);
5147
- color: #6b6c7e;
5235
+ color: rgb(57.0042072, 58.420506, 73.9997928);
5148
5236
  }
5149
- [href].label-secondary:hover, [href].hover.label-secondary, [type].label-secondary:hover, [type].hover.label-secondary, [tabindex].label-secondary:hover, [tabindex].hover.label-secondary {
5237
+ [href].label-secondary:hover, [href].hover.label-secondary {
5150
5238
  border-color: rgb(205.0042262026, 206.0355943291, 217.0017737974);
5151
5239
  color: #272833;
5152
5240
  }
5153
- [href].focus.label-secondary, [href].label-secondary:focus-visible, .c-prefers-focus [href].label-secondary:focus, [type].focus.label-secondary, [type].label-secondary:focus-visible, .c-prefers-focus [type].label-secondary:focus, [tabindex].focus.label-secondary, [tabindex].label-secondary:focus-visible, .c-prefers-focus [tabindex].label-secondary:focus {
5241
+ [href].focus.label-secondary, [href].label-secondary:focus-visible, .c-prefers-focus [href].label-secondary:focus {
5154
5242
  color: #272833;
5155
5243
  }
5156
5244
 
@@ -5169,13 +5257,13 @@ input[type=button].btn-block {
5169
5257
  .label-success {
5170
5258
  background-color: #fff;
5171
5259
  border-color: rgb(90.1865194091, 202.0584805909, 116.5093338048);
5172
- color: #287d3c;
5260
+ color: rgb(33.8181818182, 105.6818181818, 50.7272727273);
5173
5261
  }
5174
- [href].label-success:hover, [href].hover.label-success, [type].label-success:hover, [type].hover.label-success, [tabindex].label-success:hover, [tabindex].hover.label-success {
5262
+ [href].label-success:hover, [href].hover.label-success {
5175
5263
  border-color: rgb(90.1865194091, 202.0584805909, 116.5093338048);
5176
5264
  color: rgb(27.6363636364, 86.3636363636, 41.4545454545);
5177
5265
  }
5178
- [href].focus.label-success, [href].label-success:focus-visible, .c-prefers-focus [href].label-success:focus, [type].focus.label-success, [type].label-success:focus-visible, .c-prefers-focus [type].label-success:focus, [tabindex].focus.label-success, [tabindex].label-success:focus-visible, .c-prefers-focus [tabindex].label-success:focus {
5266
+ [href].focus.label-success, [href].label-success:focus-visible, .c-prefers-focus [href].label-success:focus {
5179
5267
  color: rgb(27.6363636364, 86.3636363636, 41.4545454545);
5180
5268
  }
5181
5269
 
@@ -5194,13 +5282,13 @@ input[type=button].btn-block {
5194
5282
  .label-info {
5195
5283
  background-color: #fff;
5196
5284
  border-color: rgb(137.0039847358, 167.3835509521, 224.0000152642);
5197
- color: #2e5aac;
5285
+ color: rgb(40.619266055, 79.4724770642, 151.880733945);
5198
5286
  }
5199
- [href].label-info:hover, [href].hover.label-info, [type].label-info:hover, [type].hover.label-info, [tabindex].label-info:hover, [tabindex].hover.label-info {
5287
+ [href].label-info:hover, [href].hover.label-info {
5200
5288
  border-color: rgb(137.0039847358, 167.3835509521, 224.0000152642);
5201
5289
  color: rgb(35.2385321101, 68.9449541284, 131.7614678899);
5202
5290
  }
5203
- [href].focus.label-info, [href].label-info:focus-visible, .c-prefers-focus [href].label-info:focus, [type].focus.label-info, [type].label-info:focus-visible, .c-prefers-focus [type].label-info:focus, [tabindex].focus.label-info, [tabindex].label-info:focus-visible, .c-prefers-focus [tabindex].label-info:focus {
5291
+ [href].focus.label-info, [href].label-info:focus-visible, .c-prefers-focus [href].label-info:focus {
5204
5292
  color: rgb(35.2385321101, 68.9449541284, 131.7614678899);
5205
5293
  }
5206
5294
 
@@ -5219,13 +5307,13 @@ input[type=button].btn-block {
5219
5307
  .label-warning {
5220
5308
  background-color: #fff;
5221
5309
  border-color: rgb(255, 142.6159459459, 56.99);
5222
- color: #b95000;
5310
+ color: rgb(158.99, 68.7524324324, 0);
5223
5311
  }
5224
- [href].label-warning:hover, [href].hover.label-warning, [type].label-warning:hover, [type].hover.label-warning, [tabindex].label-warning:hover, [tabindex].hover.label-warning {
5312
+ [href].label-warning:hover, [href].hover.label-warning {
5225
5313
  border-color: rgb(255, 142.6159459459, 56.99);
5226
5314
  color: rgb(134, 57.9459459459, 0);
5227
5315
  }
5228
- [href].focus.label-warning, [href].label-warning:focus-visible, .c-prefers-focus [href].label-warning:focus, [type].focus.label-warning, [type].label-warning:focus-visible, .c-prefers-focus [type].label-warning:focus, [tabindex].focus.label-warning, [tabindex].label-warning:focus-visible, .c-prefers-focus [tabindex].label-warning:focus {
5316
+ [href].focus.label-warning, [href].label-warning:focus-visible, .c-prefers-focus [href].label-warning:focus {
5229
5317
  color: rgb(134, 57.9459459459, 0);
5230
5318
  }
5231
5319
 
@@ -5244,13 +5332,13 @@ input[type=button].btn-block {
5244
5332
  .label-danger {
5245
5333
  background-color: #fff;
5246
5334
  border-color: rgb(243.998755, 137.005245, 137.005245);
5247
- color: #da1414;
5335
+ color: rgb(194.6428571429, 17.8571428571, 17.8571428571);
5248
5336
  }
5249
- [href].label-danger:hover, [href].hover.label-danger, [type].label-danger:hover, [type].hover.label-danger, [tabindex].label-danger:hover, [tabindex].hover.label-danger {
5337
+ [href].label-danger:hover, [href].hover.label-danger {
5250
5338
  border-color: rgb(243.998755, 137.005245, 137.005245);
5251
5339
  color: rgb(171.2857142857, 15.7142857143, 15.7142857143);
5252
5340
  }
5253
- [href].focus.label-danger, [href].label-danger:focus-visible, .c-prefers-focus [href].label-danger:focus, [type].focus.label-danger, [type].label-danger:focus-visible, .c-prefers-focus [type].label-danger:focus, [tabindex].focus.label-danger, [tabindex].label-danger:focus-visible, .c-prefers-focus [tabindex].label-danger:focus {
5341
+ [href].focus.label-danger, [href].label-danger:focus-visible, .c-prefers-focus [href].label-danger:focus {
5254
5342
  color: rgb(171.2857142857, 15.7142857143, 15.7142857143);
5255
5343
  }
5256
5344
 
@@ -5271,11 +5359,11 @@ input[type=button].btn-block {
5271
5359
  border-color: #272833;
5272
5360
  color: #272833;
5273
5361
  }
5274
- [href].label-dark:hover, [href].hover.label-dark, [type].label-dark:hover, [type].hover.label-dark, [tabindex].label-dark:hover, [tabindex].hover.label-dark {
5362
+ [href].label-dark:hover, [href].hover.label-dark {
5275
5363
  border-color: #272833;
5276
5364
  color: rgb(57.0042072, 58.420506, 73.9997928);
5277
5365
  }
5278
- [href].focus.label-dark, [href].label-dark:focus-visible, .c-prefers-focus [href].label-dark:focus, [type].focus.label-dark, [type].label-dark:focus-visible, .c-prefers-focus [type].label-dark:focus, [tabindex].focus.label-dark, [tabindex].label-dark:focus-visible, .c-prefers-focus [tabindex].label-dark:focus {
5366
+ [href].focus.label-dark, [href].label-dark:focus-visible, .c-prefers-focus [href].label-dark:focus {
5279
5367
  color: rgb(57.0042072, 58.420506, 73.9997928);
5280
5368
  }
5281
5369
 
@@ -5296,11 +5384,11 @@ input[type=button].btn-block {
5296
5384
  border-color: #f1f2f5;
5297
5385
  color: #f1f2f5;
5298
5386
  }
5299
- [href].label-light:hover, [href].hover.label-light, [type].label-light:hover, [type].hover.label-light, [tabindex].label-light:hover, [tabindex].hover.label-light {
5387
+ [href].label-light:hover, [href].hover.label-light {
5300
5388
  border-color: #f1f2f5;
5301
5389
  color: rgb(211.25, 214.375, 223.75);
5302
5390
  }
5303
- [href].focus.label-light, [href].label-light:focus-visible, .c-prefers-focus [href].label-light:focus, [type].focus.label-light, [type].label-light:focus-visible, .c-prefers-focus [type].label-light:focus, [tabindex].focus.label-light, [tabindex].label-light:focus-visible, .c-prefers-focus [tabindex].label-light:focus {
5391
+ [href].focus.label-light, [href].label-light:focus-visible, .c-prefers-focus [href].label-light:focus {
5304
5392
  color: rgb(211.25, 214.375, 223.75);
5305
5393
  }
5306
5394
 
@@ -5321,55 +5409,107 @@ input[type=button].btn-block {
5321
5409
  border-color: #0b5fff;
5322
5410
  color: #fff;
5323
5411
  }
5324
- [href].label-inverse-primary:hover, [href].hover.label-inverse-primary, [type].label-inverse-primary:hover, [type].hover.label-inverse-primary, [tabindex].label-inverse-primary:hover, [tabindex].hover.label-inverse-primary {
5412
+ [href].label-inverse-primary:hover, [href].hover.label-inverse-primary {
5413
+ border-color: transparent;
5325
5414
  color: #fff;
5326
5415
  }
5327
5416
  .label-inverse-secondary {
5328
- background-color: #6b6c7e;
5329
- border-color: #6b6c7e;
5330
- color: #fff;
5417
+ background-color: rgb(231.0048250283, 231.0206101598, 237.0031749717);
5418
+ border-color: transparent;
5419
+ color: rgb(16.9, 17.3333333333, 22.1);
5331
5420
  }
5332
- [href].label-inverse-secondary:hover, [href].hover.label-inverse-secondary, [type].label-inverse-secondary:hover, [type].hover.label-inverse-secondary, [tabindex].label-inverse-secondary:hover, [tabindex].hover.label-inverse-secondary {
5333
- color: #fff;
5421
+ [href].label-inverse-secondary:hover, [href].hover.label-inverse-secondary {
5422
+ background-color: rgb(231.0048250283, 231.0206101598, 237.0031749717);
5423
+ border-color: transparent;
5424
+ color: rgb(16.9, 17.3333333333, 22.1);
5425
+ }
5426
+ .label-inverse-secondary a:hover, .label-inverse-secondary a.hover,
5427
+ .label-inverse-secondary .btn-unstyled:hover,
5428
+ .label-inverse-secondary .btn-unstyled.hover {
5429
+ color: rgb(16.9, 17.3333333333, 22.1);
5430
+ }
5431
+ .label-inverse-secondary .close:hover {
5432
+ color: rgb(16.9, 17.3333333333, 22.1);
5334
5433
  }
5335
5434
  .label-inverse-success {
5336
- background-color: #287d3c;
5337
- border-color: #287d3c;
5338
- color: #fff;
5435
+ background-color: rgb(236.9960819636, 248.9979180364, 239.8200433925);
5436
+ border-color: transparent;
5437
+ color: rgb(27.6363636364, 86.3636363636, 41.4545454545);
5339
5438
  }
5340
- [href].label-inverse-success:hover, [href].hover.label-inverse-success, [type].label-inverse-success:hover, [type].hover.label-inverse-success, [tabindex].label-inverse-success:hover, [tabindex].hover.label-inverse-success {
5341
- color: #fff;
5439
+ [href].label-inverse-success:hover, [href].hover.label-inverse-success {
5440
+ background-color: rgb(236.9960819636, 248.9979180364, 239.8200433925);
5441
+ border-color: transparent;
5442
+ color: rgb(27.6363636364, 86.3636363636, 41.4545454545);
5443
+ }
5444
+ .label-inverse-success a:hover, .label-inverse-success a.hover,
5445
+ .label-inverse-success .btn-unstyled:hover,
5446
+ .label-inverse-success .btn-unstyled.hover {
5447
+ color: rgb(27.6363636364, 86.3636363636, 41.4545454545);
5448
+ }
5449
+ .label-inverse-success .close:hover {
5450
+ color: rgb(27.6363636364, 86.3636363636, 41.4545454545);
5342
5451
  }
5343
5452
  .label-inverse-info {
5344
- background-color: #2e5aac;
5345
- border-color: #2e5aac;
5346
- color: #fff;
5453
+ background-color: rgb(237.9950653899, 242.1868927366, 249.9989346101);
5454
+ border-color: transparent;
5455
+ color: rgb(35.2385321101, 68.9449541284, 131.7614678899);
5347
5456
  }
5348
- [href].label-inverse-info:hover, [href].hover.label-inverse-info, [type].label-inverse-info:hover, [type].hover.label-inverse-info, [tabindex].label-inverse-info:hover, [tabindex].hover.label-inverse-info {
5349
- color: #fff;
5457
+ [href].label-inverse-info:hover, [href].hover.label-inverse-info {
5458
+ background-color: rgb(237.9950653899, 242.1868927366, 249.9989346101);
5459
+ border-color: transparent;
5460
+ color: rgb(35.2385321101, 68.9449541284, 131.7614678899);
5461
+ }
5462
+ .label-inverse-info a:hover, .label-inverse-info a.hover,
5463
+ .label-inverse-info .btn-unstyled:hover,
5464
+ .label-inverse-info .btn-unstyled.hover {
5465
+ color: rgb(35.2385321101, 68.9449541284, 131.7614678899);
5466
+ }
5467
+ .label-inverse-info .close:hover {
5468
+ color: rgb(35.2385321101, 68.9449541284, 131.7614678899);
5350
5469
  }
5351
5470
  .label-inverse-warning {
5352
- background-color: #b95000;
5353
- border-color: #b95000;
5354
- color: #fff;
5471
+ background-color: rgb(255, 244.2162162162, 236);
5472
+ border-color: transparent;
5473
+ color: rgb(134, 57.9459459459, 0);
5355
5474
  }
5356
- [href].label-inverse-warning:hover, [href].hover.label-inverse-warning, [type].label-inverse-warning:hover, [type].hover.label-inverse-warning, [tabindex].label-inverse-warning:hover, [tabindex].hover.label-inverse-warning {
5357
- color: #fff;
5475
+ [href].label-inverse-warning:hover, [href].hover.label-inverse-warning {
5476
+ background-color: rgb(255, 244.2162162162, 236);
5477
+ border-color: transparent;
5478
+ color: rgb(134, 57.9459459459, 0);
5479
+ }
5480
+ .label-inverse-warning a:hover, .label-inverse-warning a.hover,
5481
+ .label-inverse-warning .btn-unstyled:hover,
5482
+ .label-inverse-warning .btn-unstyled.hover {
5483
+ color: rgb(134, 57.9459459459, 0);
5484
+ }
5485
+ .label-inverse-warning .close:hover {
5486
+ color: rgb(134, 57.9459459459, 0);
5358
5487
  }
5359
5488
  .label-inverse-danger {
5360
- background-color: #da1414;
5361
- border-color: #da1414;
5362
- color: #fff;
5489
+ background-color: rgb(253.9998285714, 239.0001714286, 239.0001714286);
5490
+ border-color: transparent;
5491
+ color: rgb(171.2857142857, 15.7142857143, 15.7142857143);
5363
5492
  }
5364
- [href].label-inverse-danger:hover, [href].hover.label-inverse-danger, [type].label-inverse-danger:hover, [type].hover.label-inverse-danger, [tabindex].label-inverse-danger:hover, [tabindex].hover.label-inverse-danger {
5365
- color: #fff;
5493
+ [href].label-inverse-danger:hover, [href].hover.label-inverse-danger {
5494
+ background-color: rgb(253.9998285714, 239.0001714286, 239.0001714286);
5495
+ border-color: transparent;
5496
+ color: rgb(171.2857142857, 15.7142857143, 15.7142857143);
5497
+ }
5498
+ .label-inverse-danger a:hover, .label-inverse-danger a.hover,
5499
+ .label-inverse-danger .btn-unstyled:hover,
5500
+ .label-inverse-danger .btn-unstyled.hover {
5501
+ color: rgb(171.2857142857, 15.7142857143, 15.7142857143);
5502
+ }
5503
+ .label-inverse-danger .close:hover {
5504
+ color: rgb(171.2857142857, 15.7142857143, 15.7142857143);
5366
5505
  }
5367
5506
  .label-inverse-light {
5368
5507
  background-color: #f1f2f5;
5369
5508
  border-color: #f1f2f5;
5370
5509
  color: #272833;
5371
5510
  }
5372
- [href].label-inverse-light:hover, [href].hover.label-inverse-light, [type].label-inverse-light:hover, [type].hover.label-inverse-light, [tabindex].label-inverse-light:hover, [tabindex].hover.label-inverse-light {
5511
+ [href].label-inverse-light:hover, [href].hover.label-inverse-light {
5512
+ border-color: transparent;
5373
5513
  color: #272833;
5374
5514
  }
5375
5515
  .label-inverse-dark {
@@ -5377,9 +5517,172 @@ input[type=button].btn-block {
5377
5517
  border-color: #272833;
5378
5518
  color: #fff;
5379
5519
  }
5380
- [href].label-inverse-dark:hover, [href].hover.label-inverse-dark, [type].label-inverse-dark:hover, [type].hover.label-inverse-dark, [tabindex].label-inverse-dark:hover, [tabindex].hover.label-inverse-dark {
5520
+ [href].label-inverse-dark:hover, [href].hover.label-inverse-dark {
5521
+ border-color: transparent;
5381
5522
  color: #fff;
5382
5523
  }
5524
+ .label-inverse-content-0 {
5525
+ background-color: rgb(231.0048250283, 231.0206101598, 237.0031749717);
5526
+ border-color: transparent;
5527
+ color: rgb(16.9, 17.3333333333, 22.1);
5528
+ }
5529
+ [href].label-inverse-content-0:hover, [href].hover.label-inverse-content-0 {
5530
+ background-color: rgb(231.0048250283, 231.0206101598, 237.0031749717);
5531
+ border-color: transparent;
5532
+ color: rgb(16.9, 17.3333333333, 22.1);
5533
+ }
5534
+ .label-inverse-content-0 a:hover, .label-inverse-content-0 a.hover,
5535
+ .label-inverse-content-0 .btn-unstyled:hover,
5536
+ .label-inverse-content-0 .btn-unstyled.hover {
5537
+ color: rgb(16.9, 17.3333333333, 22.1);
5538
+ }
5539
+ .label-inverse-content-0 .close:hover {
5540
+ color: rgb(16.9, 17.3333333333, 22.1);
5541
+ }
5542
+ .label-inverse-content-1 {
5543
+ background-color: #f2e5ff;
5544
+ border-color: transparent;
5545
+ color: #9500ff;
5546
+ }
5547
+ [href].label-inverse-content-1:hover, [href].hover.label-inverse-content-1 {
5548
+ background-color: #f2e5ff;
5549
+ border-color: transparent;
5550
+ color: #9500ff;
5551
+ }
5552
+ .label-inverse-content-1 a:hover, .label-inverse-content-1 a.hover,
5553
+ .label-inverse-content-1 .btn-unstyled:hover,
5554
+ .label-inverse-content-1 .btn-unstyled.hover {
5555
+ color: #9500ff;
5556
+ }
5557
+ .label-inverse-content-1 .close:hover {
5558
+ color: #9500ff;
5559
+ }
5560
+ .label-inverse-content-2 {
5561
+ background-color: #fff8e5;
5562
+ border-color: transparent;
5563
+ color: #997000;
5564
+ }
5565
+ [href].label-inverse-content-2:hover, [href].hover.label-inverse-content-2 {
5566
+ background-color: #fff8e5;
5567
+ border-color: transparent;
5568
+ color: #997000;
5569
+ }
5570
+ .label-inverse-content-2 a:hover, .label-inverse-content-2 a.hover,
5571
+ .label-inverse-content-2 .btn-unstyled:hover,
5572
+ .label-inverse-content-2 .btn-unstyled.hover {
5573
+ color: #997000;
5574
+ }
5575
+ .label-inverse-content-2 .close:hover {
5576
+ color: #997000;
5577
+ }
5578
+ .label-inverse-content-3 {
5579
+ background-color: #f1fce9;
5580
+ border-color: transparent;
5581
+ color: #2e590d;
5582
+ }
5583
+ [href].label-inverse-content-3:hover, [href].hover.label-inverse-content-3 {
5584
+ background-color: #f1fce9;
5585
+ border-color: transparent;
5586
+ color: #2e590d;
5587
+ }
5588
+ .label-inverse-content-3 a:hover, .label-inverse-content-3 a.hover,
5589
+ .label-inverse-content-3 .btn-unstyled:hover,
5590
+ .label-inverse-content-3 .btn-unstyled.hover {
5591
+ color: #2e590d;
5592
+ }
5593
+ .label-inverse-content-3 .close:hover {
5594
+ color: #2e590d;
5595
+ }
5596
+ .label-inverse-content-4 {
5597
+ background-color: #ffe5e5;
5598
+ border-color: transparent;
5599
+ color: #b30000;
5600
+ }
5601
+ [href].label-inverse-content-4:hover, [href].hover.label-inverse-content-4 {
5602
+ background-color: #ffe5e5;
5603
+ border-color: transparent;
5604
+ color: #b30000;
5605
+ }
5606
+ .label-inverse-content-4 a:hover, .label-inverse-content-4 a.hover,
5607
+ .label-inverse-content-4 .btn-unstyled:hover,
5608
+ .label-inverse-content-4 .btn-unstyled.hover {
5609
+ color: #b30000;
5610
+ }
5611
+ .label-inverse-content-4 .close:hover {
5612
+ color: #b30000;
5613
+ }
5614
+ .label-inverse-content-5 {
5615
+ background-color: #eafbf8;
5616
+ border-color: transparent;
5617
+ color: #125449;
5618
+ }
5619
+ [href].label-inverse-content-5:hover, [href].hover.label-inverse-content-5 {
5620
+ background-color: #eafbf8;
5621
+ border-color: transparent;
5622
+ color: #125449;
5623
+ }
5624
+ .label-inverse-content-5 a:hover, .label-inverse-content-5 a.hover,
5625
+ .label-inverse-content-5 .btn-unstyled:hover,
5626
+ .label-inverse-content-5 .btn-unstyled.hover {
5627
+ color: #125449;
5628
+ }
5629
+ .label-inverse-content-5 .close:hover {
5630
+ color: #125449;
5631
+ }
5632
+ .label-inverse-content-6 {
5633
+ background-color: #e5f6ff;
5634
+ border-color: transparent;
5635
+ color: #005580;
5636
+ }
5637
+ [href].label-inverse-content-6:hover, [href].hover.label-inverse-content-6 {
5638
+ background-color: #e5f6ff;
5639
+ border-color: transparent;
5640
+ color: #005580;
5641
+ }
5642
+ .label-inverse-content-6 a:hover, .label-inverse-content-6 a.hover,
5643
+ .label-inverse-content-6 .btn-unstyled:hover,
5644
+ .label-inverse-content-6 .btn-unstyled.hover {
5645
+ color: #005580;
5646
+ }
5647
+ .label-inverse-content-6 .close:hover {
5648
+ color: #005580;
5649
+ }
5650
+ .label-inverse-content-7 {
5651
+ background-color: #fff0e5;
5652
+ border-color: transparent;
5653
+ color: #993b00;
5654
+ }
5655
+ [href].label-inverse-content-7:hover, [href].hover.label-inverse-content-7 {
5656
+ background-color: #fff0e5;
5657
+ border-color: transparent;
5658
+ color: #993b00;
5659
+ }
5660
+ .label-inverse-content-7 a:hover, .label-inverse-content-7 a.hover,
5661
+ .label-inverse-content-7 .btn-unstyled:hover,
5662
+ .label-inverse-content-7 .btn-unstyled.hover {
5663
+ color: #993b00;
5664
+ }
5665
+ .label-inverse-content-7 .close:hover {
5666
+ color: #993b00;
5667
+ }
5668
+ .label-inverse-content-8 {
5669
+ background-color: #ffe5f4;
5670
+ border-color: transparent;
5671
+ color: #b30065;
5672
+ }
5673
+ [href].label-inverse-content-8:hover, [href].hover.label-inverse-content-8 {
5674
+ background-color: #ffe5f4;
5675
+ border-color: transparent;
5676
+ color: #b30065;
5677
+ }
5678
+ .label-inverse-content-8 a:hover, .label-inverse-content-8 a.hover,
5679
+ .label-inverse-content-8 .btn-unstyled:hover,
5680
+ .label-inverse-content-8 .btn-unstyled.hover {
5681
+ color: #b30065;
5682
+ }
5683
+ .label-inverse-content-8 .close:hover {
5684
+ color: #b30065;
5685
+ }
5383
5686
  .media {
5384
5687
  align-items: flex-start;
5385
5688
  display: flex;
@@ -5664,17 +5967,39 @@ input[type=button].btn-block {
5664
5967
  .card,
5665
5968
  .card-horizontal {
5666
5969
  background-color: #fff;
5667
- border-color: rgba(0, 0, 0, 0.125);
5668
- border-radius: 0.25rem;
5970
+ border-color: rgb(205.0042262026, 206.0355943291, 217.0017737974);
5971
+ border-radius: 1rem;
5669
5972
  border-style: solid;
5670
- border-width: 0px;
5671
- box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.6);
5973
+ border-width: 0.0625rem;
5672
5974
  display: block;
5673
5975
  margin-bottom: 1.5rem;
5674
5976
  min-width: 0rem;
5675
5977
  position: relative;
5978
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
5979
+ }
5980
+ @media (prefers-reduced-motion: reduce) {
5981
+ .card,
5982
+ .card-horizontal {
5983
+ transition: none;
5984
+ }
5985
+ }
5986
+ .c-prefers-reduced-motion .card,
5987
+ .c-prefers-reduced-motion .card-horizontal {
5988
+ transition: none;
5989
+ }
5990
+
5991
+ .card,
5992
+ .card-horizontal {
5676
5993
  overflow-wrap: break-word;
5677
5994
  word-wrap: break-word;
5995
+ outline-color: transparent;
5996
+ outline-style: solid;
5997
+ outline-width: 0.0625rem;
5998
+ }
5999
+ .card:hover, .card.hover,
6000
+ .card-horizontal:hover,
6001
+ .card-horizontal.hover {
6002
+ box-shadow: 0 0.25rem 0.75rem -0.25rem rgb(from #000 r g b / 0.25);
5678
6003
  }
5679
6004
  .card .aspect-ratio .label,
5680
6005
  .card-horizontal .aspect-ratio .label {
@@ -5723,23 +6048,23 @@ input[type=button].btn-block {
5723
6048
  }
5724
6049
  .card .autofit-col:first-child,
5725
6050
  .card-horizontal .autofit-col:first-child {
5726
- border-bottom-left-radius: calc(0.25rem - 0px);
5727
- border-top-left-radius: calc(0.25rem - 0px);
6051
+ border-bottom-left-radius: calc(1rem - 0.0625rem);
6052
+ border-top-left-radius: calc(1rem - 0.0625rem);
5728
6053
  }
5729
6054
  .card .autofit-col:last-child,
5730
6055
  .card-horizontal .autofit-col:last-child {
5731
- border-bottom-right-radius: calc(0.25rem - 0px);
5732
- border-top-right-radius: calc(0.25rem - 0px);
6056
+ border-bottom-right-radius: calc(1rem - 0.0625rem);
6057
+ border-top-right-radius: calc(1rem - 0.0625rem);
5733
6058
  }
5734
6059
  .card > .list-group:first-child .list-group-item:first-child,
5735
6060
  .card-horizontal > .list-group:first-child .list-group-item:first-child {
5736
- border-top-left-radius: 0.25rem;
5737
- border-top-right-radius: 0.25rem;
6061
+ border-top-left-radius: 1rem;
6062
+ border-top-right-radius: 1rem;
5738
6063
  }
5739
6064
  .card > .list-group:last-child .list-group-item:last-child,
5740
6065
  .card-horizontal > .list-group:last-child .list-group-item:last-child {
5741
- border-bottom-left-radius: 0.25rem;
5742
- border-bottom-right-radius: 0.25rem;
6066
+ border-bottom-left-radius: 1rem;
6067
+ border-bottom-right-radius: 1rem;
5743
6068
  }
5744
6069
 
5745
6070
  .card-body {
@@ -5813,7 +6138,7 @@ input[type=button].btn-block {
5813
6138
  }
5814
6139
 
5815
6140
  .card-divider {
5816
- background-color: rgba(0, 0, 0, 0.125);
6141
+ background-color: rgb(205.0042262026, 206.0355943291, 217.0017737974);
5817
6142
  height: 1px;
5818
6143
  margin-bottom: 10px;
5819
6144
  margin-top: 10px;
@@ -5821,12 +6146,12 @@ input[type=button].btn-block {
5821
6146
 
5822
6147
  .card-header {
5823
6148
  background-color: rgba(0, 0, 0, 0.03);
5824
- border-bottom: 0px solid rgba(0, 0, 0, 0.125);
6149
+ border-bottom: 0.0625rem solid rgb(205.0042262026, 206.0355943291, 217.0017737974);
5825
6150
  margin-bottom: 0rem;
5826
6151
  padding: 0.75rem 1.25rem;
5827
6152
  }
5828
6153
  .card-header:first-child {
5829
- border-radius: calc(0.25rem - 0px) calc(0.25rem - 0px) 0rem 0rem;
6154
+ border-radius: calc(1rem - 0.0625rem) calc(1rem - 0.0625rem) 0rem 0rem;
5830
6155
  }
5831
6156
  .card-header + .list-group .list-group-item:first-child {
5832
6157
  border-top: 0;
@@ -5846,11 +6171,11 @@ input[type=button].btn-block {
5846
6171
 
5847
6172
  .card-footer {
5848
6173
  background-color: rgba(0, 0, 0, 0.03);
5849
- border-top: 0px solid rgba(0, 0, 0, 0.125);
6174
+ border-top: 0.0625rem solid rgb(205.0042262026, 206.0355943291, 217.0017737974);
5850
6175
  padding: 0.75rem 1.25rem;
5851
6176
  }
5852
6177
  .card-footer:last-child {
5853
- border-radius: 0rem 0rem calc(0.25rem - 0px) calc(0.25rem - 0px);
6178
+ border-radius: 0rem 0rem calc(1rem - 0.0625rem) calc(1rem - 0.0625rem);
5854
6179
  }
5855
6180
  .card-img-overlay {
5856
6181
  bottom: 0;
@@ -5870,14 +6195,14 @@ input[type=button].btn-block {
5870
6195
 
5871
6196
  .card-img,
5872
6197
  .card-img-top {
5873
- border-top-left-radius: calc(0.25rem - 0px);
5874
- border-top-right-radius: calc(0.25rem - 0px);
6198
+ border-top-left-radius: calc(1rem - 0.0625rem);
6199
+ border-top-right-radius: calc(1rem - 0.0625rem);
5875
6200
  }
5876
6201
 
5877
6202
  .card-img,
5878
6203
  .card-img-bottom {
5879
- border-bottom-left-radius: calc(0.25rem - 0px);
5880
- border-bottom-right-radius: calc(0.25rem - 0px);
6204
+ border-bottom-left-radius: calc(1rem - 0.0625rem);
6205
+ border-bottom-right-radius: calc(1rem - 0.0625rem);
5881
6206
  }
5882
6207
 
5883
6208
  .card-row {
@@ -5922,98 +6247,98 @@ input[type=button].btn-block {
5922
6247
  }
5923
6248
 
5924
6249
  .card-item-first {
5925
- border-top-left-radius: calc(0.25rem - 0px);
5926
- border-top-right-radius: calc(0.25rem - 0px);
6250
+ border-top-left-radius: calc(1rem - 0.0625rem);
6251
+ border-top-right-radius: calc(1rem - 0.0625rem);
5927
6252
  width: 100%;
5928
6253
  }
5929
6254
 
5930
6255
  .autofit-col:first-child .card-item-first {
5931
- border-radius: calc(0.25rem - 0px) 0 0 calc(0.25rem - 0px);
6256
+ border-radius: calc(1rem - 0.0625rem) 0 0 calc(1rem - 0.0625rem);
5932
6257
  }
5933
6258
 
5934
6259
  .card-item-last {
5935
- border-bottom-left-radius: calc(0.25rem - 0px);
5936
- border-bottom-right-radius: calc(0.25rem - 0px);
6260
+ border-bottom-left-radius: calc(1rem - 0.0625rem);
6261
+ border-bottom-right-radius: calc(1rem - 0.0625rem);
5937
6262
  width: 100%;
5938
6263
  }
5939
6264
 
5940
6265
  .autofit-col:last-child .card-item-last {
5941
- border-radius: 0 calc(0.25rem - 0px) calc(0.25rem - 0px) 0;
6266
+ border-radius: 0 calc(1rem - 0.0625rem) calc(1rem - 0.0625rem) 0;
5942
6267
  }
5943
6268
 
5944
6269
  .rounded .card-header,
5945
6270
  .rounded .card-item-first {
5946
- border-top-left-radius: calc(0.25rem - 0px);
5947
- border-top-right-radius: calc(0.25rem - 0px);
6271
+ border-top-left-radius: calc(0.25rem - 0.0625rem);
6272
+ border-top-right-radius: calc(0.25rem - 0.0625rem);
5948
6273
  }
5949
6274
  .rounded .card-footer,
5950
6275
  .rounded .card-item-last {
5951
- border-bottom-left-radius: calc(0.25rem - 0px);
5952
- border-bottom-right-radius: calc(0.25rem - 0px);
6276
+ border-bottom-left-radius: calc(0.25rem - 0.0625rem);
6277
+ border-bottom-right-radius: calc(0.25rem - 0.0625rem);
5953
6278
  }
5954
6279
  .rounded .autofit-col:first-child {
5955
- border-bottom-left-radius: calc(0.25rem - 0px);
5956
- border-top-left-radius: calc(0.25rem - 0px);
6280
+ border-bottom-left-radius: calc(0.25rem - 0.0625rem);
6281
+ border-top-left-radius: calc(0.25rem - 0.0625rem);
5957
6282
  }
5958
6283
  .rounded .autofit-col:first-child .card-item-first {
5959
- border-radius: calc(0.25rem - 0px) 0 0 calc(0.25rem - 0px);
6284
+ border-radius: calc(0.25rem - 0.0625rem) 0 0 calc(0.25rem - 0.0625rem);
5960
6285
  }
5961
6286
  .rounded .autofit-col:last-child {
5962
- border-bottom-right-radius: calc(0.25rem - 0px);
5963
- border-top-right-radius: calc(0.25rem - 0px);
6287
+ border-bottom-right-radius: calc(0.25rem - 0.0625rem);
6288
+ border-top-right-radius: calc(0.25rem - 0.0625rem);
5964
6289
  }
5965
6290
  .rounded .autofit-col:last-child .card-item-last {
5966
- border-radius: 0 calc(0.25rem - 0px) calc(0.25rem - 0px) 0;
6291
+ border-radius: 0 calc(0.25rem - 0.0625rem) calc(0.25rem - 0.0625rem) 0;
5967
6292
  }
5968
6293
 
5969
6294
  .rounded-0 .card-header,
5970
6295
  .rounded-0 .card-item-first {
5971
- border-top-left-radius: calc(0px - 0px);
5972
- border-top-right-radius: calc(0px - 0px);
6296
+ border-top-left-radius: calc(0px - 0.0625rem);
6297
+ border-top-right-radius: calc(0px - 0.0625rem);
5973
6298
  }
5974
6299
  .rounded-0 .card-footer,
5975
6300
  .rounded-0 .card-item-last {
5976
- border-bottom-left-radius: calc(0px - 0px);
5977
- border-bottom-right-radius: calc(0px - 0px);
6301
+ border-bottom-left-radius: calc(0px - 0.0625rem);
6302
+ border-bottom-right-radius: calc(0px - 0.0625rem);
5978
6303
  }
5979
6304
  .rounded-0 .autofit-col:first-child {
5980
- border-bottom-left-radius: calc(0px - 0px);
5981
- border-top-left-radius: calc(0px - 0px);
6305
+ border-bottom-left-radius: calc(0px - 0.0625rem);
6306
+ border-top-left-radius: calc(0px - 0.0625rem);
5982
6307
  }
5983
6308
  .rounded-0 .autofit-col:first-child .card-item-first {
5984
- border-radius: calc(0px - 0px) 0 0 calc(0px - 0px);
6309
+ border-radius: calc(0px - 0.0625rem) 0 0 calc(0px - 0.0625rem);
5985
6310
  }
5986
6311
  .rounded-0 .autofit-col:last-child {
5987
- border-bottom-right-radius: calc(0px - 0px);
5988
- border-top-right-radius: calc(0px - 0px);
6312
+ border-bottom-right-radius: calc(0px - 0.0625rem);
6313
+ border-top-right-radius: calc(0px - 0.0625rem);
5989
6314
  }
5990
6315
  .rounded-0 .autofit-col:last-child .card-item-last {
5991
- border-radius: 0 calc(0px - 0px) calc(0px - 0px) 0;
6316
+ border-radius: 0 calc(0px - 0.0625rem) calc(0px - 0.0625rem) 0;
5992
6317
  }
5993
6318
 
5994
6319
  .rounded-circle .card-header,
5995
6320
  .rounded-circle .card-item-first {
5996
- border-top-left-radius: calc(5000px - 0px);
5997
- border-top-right-radius: calc(5000px - 0px);
6321
+ border-top-left-radius: calc(5000px - 0.0625rem);
6322
+ border-top-right-radius: calc(5000px - 0.0625rem);
5998
6323
  }
5999
6324
  .rounded-circle .card-footer,
6000
6325
  .rounded-circle .card-item-last {
6001
- border-bottom-left-radius: calc(5000px - 0px);
6002
- border-bottom-right-radius: calc(5000px - 0px);
6326
+ border-bottom-left-radius: calc(5000px - 0.0625rem);
6327
+ border-bottom-right-radius: calc(5000px - 0.0625rem);
6003
6328
  }
6004
6329
  .rounded-circle .autofit-col:first-child {
6005
- border-bottom-left-radius: calc(5000px - 0px);
6006
- border-top-left-radius: calc(5000px - 0px);
6330
+ border-bottom-left-radius: calc(5000px - 0.0625rem);
6331
+ border-top-left-radius: calc(5000px - 0.0625rem);
6007
6332
  }
6008
6333
  .rounded-circle .autofit-col:first-child .card-item-first {
6009
- border-radius: calc(5000px - 0px) 0 0 calc(5000px - 0px);
6334
+ border-radius: calc(5000px - 0.0625rem) 0 0 calc(5000px - 0.0625rem);
6010
6335
  }
6011
6336
  .rounded-circle .autofit-col:last-child {
6012
- border-bottom-right-radius: calc(5000px - 0px);
6013
- border-top-right-radius: calc(5000px - 0px);
6337
+ border-bottom-right-radius: calc(5000px - 0.0625rem);
6338
+ border-top-right-radius: calc(5000px - 0.0625rem);
6014
6339
  }
6015
6340
  .rounded-circle .autofit-col:last-child .card-item-last {
6016
- border-radius: 0 calc(5000px - 0px) calc(5000px - 0px) 0;
6341
+ border-radius: 0 calc(5000px - 0.0625rem) calc(5000px - 0.0625rem) 0;
6017
6342
  }
6018
6343
 
6019
6344
  .card-deck .card {
@@ -6106,22 +6431,43 @@ input[type=button].btn-block {
6106
6431
  }
6107
6432
  .accordion > .card > .card-header {
6108
6433
  border-radius: 0;
6109
- margin-bottom: calc(0px * -1);
6434
+ margin-bottom: calc(0.0625rem * -1);
6110
6435
  }
6111
6436
 
6112
6437
  .form-check-card {
6113
6438
  margin-bottom: 1.5rem;
6114
6439
  margin-top: 0rem;
6115
6440
  padding-left: 0rem;
6441
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
6442
+ }
6443
+ @media (prefers-reduced-motion: reduce) {
6444
+ .form-check-card {
6445
+ transition: none;
6446
+ }
6447
+ }
6448
+ .c-prefers-reduced-motion .form-check-card {
6449
+ transition: none;
6116
6450
  }
6451
+
6117
6452
  .form-check-card:hover .card {
6118
- box-shadow: 0 0 0 2px rgb(127.994, 171.7173770492, 255);
6453
+ border-color: rgb(127.994, 171.7173770492, 255);
6454
+ outline-color: rgb(127.994, 171.7173770492, 255);
6119
6455
  }
6120
6456
  .form-check-card.active .card {
6121
- box-shadow: 0 0 0 2px rgb(127.994, 171.7173770492, 255);
6457
+ border-color: #0b5fff;
6458
+ outline-color: #0b5fff;
6459
+ }
6460
+ .form-check-card.checked .card, .form-check-card:has(.custom-control-input:checked) .card {
6461
+ border-color: #0b5fff;
6462
+ outline-color: #0b5fff;
6122
6463
  }
6123
- .form-check-card.checked .card {
6124
- box-shadow: 0 0 0 2px rgb(127.994, 171.7173770492, 255);
6464
+ .form-check-card.disabled, .form-check-card:has(.custom-control-input:disabled) {
6465
+ transform: none;
6466
+ }
6467
+ .form-check-card.disabled .card, .form-check-card:has(.custom-control-input:disabled) .card {
6468
+ box-shadow: none;
6469
+ border-color: rgb(205.0042262026, 206.0355943291, 217.0017737974);
6470
+ outline-color: transparent;
6125
6471
  }
6126
6472
  .form-check-card .card {
6127
6473
  margin-bottom: 0rem;
@@ -6157,12 +6503,6 @@ input[type=button].btn-block {
6157
6503
  .form-check-card .custom-control .custom-control-input {
6158
6504
  z-index: 2;
6159
6505
  }
6160
- .form-check-card .custom-control .custom-control-input:checked ~ .card {
6161
- box-shadow: 0 0 0 2px rgb(127.994, 171.7173770492, 255);
6162
- }
6163
- .form-check-card .form-check-input:checked ~ .card {
6164
- box-shadow: 0 0 0 2px rgb(127.994, 171.7173770492, 255);
6165
- }
6166
6506
  .form-check-bottom-left .card-horizontal > .card-body,
6167
6507
  .form-check-middle-left .card-horizontal > .card-body,
6168
6508
  .form-check-top-left .card-horizontal > .card-body {
@@ -6424,37 +6764,31 @@ input[type=button].btn-block {
6424
6764
 
6425
6765
  .card-interactive {
6426
6766
  cursor: pointer;
6427
- outline: 0;
6428
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
6429
6767
  }
6430
- @media (prefers-reduced-motion: reduce) {
6431
- .card-interactive {
6432
- transition: none;
6433
- }
6434
- }
6435
- .c-prefers-reduced-motion .card-interactive {
6436
- transition: none;
6437
- }
6438
-
6439
6768
  .card-interactive:hover, .card-interactive.hover {
6440
6769
  background-color: #f7f8f9;
6441
6770
  text-decoration: none;
6442
6771
  }
6443
6772
  .card-interactive.focus, .card-interactive:focus-visible, .c-prefers-focus .card-interactive:focus {
6444
- box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem rgb(86.99, 144.8295081967, 255);
6773
+ border-color: rgb(127.994, 171.7173770492, 255);
6774
+ box-shadow: none;
6775
+ outline-color: rgb(127.994, 171.7173770492, 255);
6776
+ outline-offset: 0;
6777
+ outline-style: solid;
6778
+ outline-width: 0.0625rem;
6445
6779
  }
6446
6780
 
6447
6781
  .card-interactive:active, .card-interactive.active {
6448
6782
  background-color: #f1f2f5;
6449
6783
  }
6450
6784
  .card-interactive::after {
6451
- border-radius: 0rem 0rem 0.25rem 0.25rem;
6452
- bottom: calc(0px * -1);
6785
+ border-radius: 0rem 0rem 1rem 1rem;
6786
+ bottom: calc(0.0625rem * -1);
6453
6787
  content: "";
6454
6788
  height: 0rem;
6455
- left: calc(0px * -1);
6789
+ left: calc(0.0625rem * -1);
6456
6790
  position: absolute;
6457
- right: calc(0px * -1);
6791
+ right: calc(0.0625rem * -1);
6458
6792
  transition: height 0.15s ease-out;
6459
6793
  }
6460
6794
  @media (prefers-reduced-motion: reduce) {
@@ -6482,40 +6816,47 @@ input[type=button].btn-block {
6482
6816
  cursor: pointer;
6483
6817
  }
6484
6818
 
6819
+ .card-interactive-primary:hover, .card-interactive-primary.hover {
6820
+ box-shadow: 0 0.25rem 0.75rem -0.25rem rgb(from #000 r g b / 0.25), 0px -2.5rem 0px -2.25rem #0b5fff inset;
6821
+ }
6485
6822
  .card-interactive-primary.focus, .card-interactive-primary:focus-visible, .c-prefers-focus .card-interactive-primary:focus {
6486
6823
  background-color: #f7f8f9;
6824
+ box-shadow: 0 0.25rem 0.75rem -0.25rem rgb(from #000 r g b / 0.25), 0px -2.5rem 0px -2.25rem #0b5fff inset;
6487
6825
  }
6488
6826
 
6489
6827
  .card-interactive-primary:active, .card-interactive-primary.active {
6490
6828
  background-color: #f1f2f5;
6491
- }
6492
- .card-interactive-primary:hover::after, .card-interactive-primary.hover::after {
6493
- background-color: #0b5fff;
6494
- }
6495
- .card-interactive-primary:focus::after, .card-interactive-primary.focus::after {
6496
- background-color: #0b5fff;
6497
- bg: #0b5fff;
6498
- }
6499
- .card-interactive-primary:active::after, .card-interactive-primary.active::after {
6500
- background-color: #0b5fff;
6829
+ box-shadow: 0 0.25rem 0.75rem -0.25rem rgb(from #000 r g b / 0.25), 0px -2.5rem 0px -2.25rem #0b5fff inset;
6501
6830
  }
6502
6831
  .card-interactive-secondary {
6503
6832
  color: #272833;
6504
6833
  }
6505
6834
  .card-interactive-secondary:hover, .card-interactive-secondary.hover {
6506
6835
  background-color: #fff;
6507
- border-color: transparent;
6508
- box-shadow: 0 0 0 2px rgb(86.99, 144.8295081967, 255);
6509
6836
  color: #272833;
6837
+ transform: translateY(-0.25rem);
6510
6838
  }
6511
- .card-interactive-secondary.focus, .card-interactive-secondary:focus-visible, .c-prefers-focus .card-interactive-secondary:focus {
6512
- border-color: transparent;
6513
- box-shadow: 0 0 0 2px rgb(86.99, 144.8295081967, 255);
6514
- }
6515
-
6516
6839
  .card-interactive-secondary:active, .card-interactive-secondary.active {
6517
6840
  background-color: #fff;
6518
6841
  }
6842
+ .card-type-asset {
6843
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
6844
+ }
6845
+ @media (prefers-reduced-motion: reduce) {
6846
+ .card-type-asset {
6847
+ transition: none;
6848
+ }
6849
+ }
6850
+ .c-prefers-reduced-motion .card-type-asset {
6851
+ transition: none;
6852
+ }
6853
+
6854
+ .card-type-asset:hover, .card-type-asset.hover {
6855
+ transform: translateY(-0.25rem);
6856
+ }
6857
+ .card-type-asset:disabled, .card-type-asset.disabled {
6858
+ transform: none;
6859
+ }
6519
6860
  .card-type-asset .aspect-ratio {
6520
6861
  border-color: #e7e7ed;
6521
6862
  border-style: solid;
@@ -6575,7 +6916,7 @@ input[type=button].btn-block {
6575
6916
  }
6576
6917
  .product-card .aspect-ratio {
6577
6918
  background-color: #fff;
6578
- background-image: linear-gradient(0deg, #ebebeb, #ebebeb);
6919
+ background-image: linear-gradient(0deg, #f1f2f5, #f1f2f5);
6579
6920
  }
6580
6921
  .product-card .card-body {
6581
6922
  text-align: center;
@@ -6604,8 +6945,6 @@ input[type=button].btn-block {
6604
6945
  }
6605
6946
  .card-type-template {
6606
6947
  color: #272833;
6607
- border-width: 1px;
6608
- box-shadow: none;
6609
6948
  }
6610
6949
  .card-type-template:hover, .card-type-template.hover {
6611
6950
  color: #272833;
@@ -6637,6 +6976,9 @@ input[type=button].btn-block {
6637
6976
  .card-type-template .card-text {
6638
6977
  display: block;
6639
6978
  }
6979
+ .template-card:hover, .template-card.hover {
6980
+ transform: translateY(-0.25rem);
6981
+ }
6640
6982
  .template-card .card-body {
6641
6983
  padding-top: 0rem;
6642
6984
  text-align: center;
@@ -6692,7 +7034,9 @@ input[type=button].btn-block {
6692
7034
  }
6693
7035
 
6694
7036
  .dropdown-subheader {
7037
+ align-items: center;
6695
7038
  color: #272833;
7039
+ display: flex;
6696
7040
  font-size: 0.75rem;
6697
7041
  font-weight: 600;
6698
7042
  margin-top: 0.625rem;
@@ -9949,11 +10293,11 @@ button.link-outline {
9949
10293
 
9950
10294
  .custom-control {
9951
10295
  display: block;
10296
+ line-height: 1;
9952
10297
  margin-bottom: 0.5rem;
9953
10298
  min-height: 1.5rem;
9954
10299
  position: relative;
9955
10300
  text-align: left;
9956
- line-height: 1;
9957
10301
  }
9958
10302
  .custom-control:only-child {
9959
10303
  margin-bottom: 0rem;
@@ -9967,12 +10311,13 @@ button.link-outline {
9967
10311
 
9968
10312
  .custom-control-label {
9969
10313
  cursor: pointer;
10314
+ display: inline-block;
9970
10315
  font-size: 0.875rem;
9971
10316
  font-weight: 400;
9972
10317
  line-height: 1.5rem;
9973
10318
  margin-bottom: 0rem;
10319
+ max-width: 100%;
9974
10320
  position: static;
9975
- vertical-align: top;
9976
10321
  }
9977
10322
  .custom-control-label::before {
9978
10323
  background-color: #fff;
@@ -9987,7 +10332,7 @@ button.link-outline {
9987
10332
  height: 1rem;
9988
10333
  left: 0rem;
9989
10334
  position: relative;
9990
- top: 0.25rem;
10335
+ top: 0rem;
9991
10336
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
9992
10337
  }
9993
10338
  @media (prefers-reduced-motion: reduce) {
@@ -10008,9 +10353,9 @@ button.link-outline {
10008
10353
  content: "";
10009
10354
  display: block;
10010
10355
  height: 1.5rem;
10011
- left: -0.25rem;
10356
+ left: calc((1.5rem - 1rem) / -2);
10012
10357
  position: absolute;
10013
- top: 0rem;
10358
+ top: calc((1.5rem - 1rem) / -2);
10014
10359
  width: 1.5rem;
10015
10360
  }
10016
10361
 
@@ -10020,6 +10365,8 @@ label.custom-control-label {
10020
10365
 
10021
10366
  .custom-control-label-text {
10022
10367
  padding-left: 0.5rem;
10368
+ position: relative;
10369
+ top: -0.25rem;
10023
10370
  }
10024
10371
  .custom-control-label-text small,
10025
10372
  .custom-control-label-text .small {
@@ -10032,10 +10379,10 @@ label.custom-control-label {
10032
10379
  .custom-control-input {
10033
10380
  cursor: pointer;
10034
10381
  height: 1.5rem;
10035
- left: -0.25rem;
10382
+ left: calc((1.5rem - 1rem) / -2);
10036
10383
  opacity: 0;
10037
10384
  position: absolute;
10038
- top: 0rem;
10385
+ top: calc((1.5rem - 1rem) / -2);
10039
10386
  width: 1.5rem;
10040
10387
  z-index: 1;
10041
10388
  }
@@ -12214,70 +12561,6 @@ label.custom-control-label {
12214
12561
  display: none;
12215
12562
  }
12216
12563
 
12217
- .clay-keyboard-arrows-indicator {
12218
- column-gap: 0.15em;
12219
- display: inline-grid;
12220
- grid-template-columns: 1fr 1fr 1fr;
12221
- grid-template-rows: 1fr 1fr;
12222
- row-gap: 0.15em;
12223
- }
12224
-
12225
- .clay-keyboard-arrows-indicator-md {
12226
- font-size: 1rem;
12227
- }
12228
-
12229
- .clay-keyboard-arrows-indicator-sm {
12230
- font-size: 0.75rem;
12231
- }
12232
-
12233
- .clay-keyboard-arrows-indicator-key {
12234
- display: inline-flex;
12235
- }
12236
- .clay-keyboard-arrows-indicator-key .lexicon-icon {
12237
- height: 1em;
12238
- margin-top: 0;
12239
- width: 1em;
12240
- }
12241
-
12242
- .clay-keyboard-arrows-indicator-key-up {
12243
- grid-column: 2;
12244
- grid-row: 1;
12245
- }
12246
-
12247
- .clay-keyboard-arrows-indicator-key-left {
12248
- grid-column: 1;
12249
- grid-row: 2;
12250
- }
12251
-
12252
- .clay-keyboard-arrows-indicator-key-down {
12253
- grid-column: 2;
12254
- grid-row: 2;
12255
- }
12256
-
12257
- .clay-keyboard-arrows-indicator-key-right {
12258
- grid-column: 3;
12259
- grid-row: 2;
12260
- }
12261
-
12262
- .clay-keyboard-arrows-indicator-key-inactive {
12263
- opacity: 0.25;
12264
- }
12265
-
12266
- .clay-keyboard-arrows-indicator-floating {
12267
- bottom: 0.25rem;
12268
- pointer-events: none;
12269
- position: absolute;
12270
- right: 0.5rem;
12271
- }
12272
-
12273
- .clay-keyboard-arrows-indicator-on-focus {
12274
- visibility: hidden;
12275
- }
12276
-
12277
- :focus-within > .clay-keyboard-arrows-indicator-on-focus {
12278
- visibility: visible;
12279
- }
12280
-
12281
12564
  .list-group-item-action {
12282
12565
  color: #495057;
12283
12566
  text-align: inherit;
@@ -20471,7 +20754,7 @@ caption {
20471
20754
  }
20472
20755
  .table thead th,
20473
20756
  .table thead td {
20474
- border-bottom: 0rem solid #e7e7ed;
20757
+ border-bottom: 0rem solid #cdced9;
20475
20758
  border-top-width: 0px;
20476
20759
  vertical-align: middle;
20477
20760
  }
@@ -20514,7 +20797,7 @@ caption {
20514
20797
  }
20515
20798
  .table th {
20516
20799
  background-clip: padding-box;
20517
- border-top: 0.0625rem solid #e7e7ed;
20800
+ border-top: 0.0625rem solid #cdced9;
20518
20801
  color: #6b6c7e;
20519
20802
  font-weight: 600;
20520
20803
  height: 56px;
@@ -20525,7 +20808,7 @@ caption {
20525
20808
  .table td {
20526
20809
  background-clip: padding-box;
20527
20810
  border-bottom-width: 0.0625rem;
20528
- border-color: #e7e7ed;
20811
+ border-color: #cdced9;
20529
20812
  border-left-width: 0px;
20530
20813
  border-right-width: 0px;
20531
20814
  border-style: solid;
@@ -20536,7 +20819,7 @@ caption {
20536
20819
  vertical-align: middle;
20537
20820
  }
20538
20821
  .table tbody + tbody {
20539
- border-top: calc(2 * 0.0625rem) solid #e7e7ed;
20822
+ border-top: calc(2 * 0.0625rem) solid #cdced9;
20540
20823
  }
20541
20824
  .table caption {
20542
20825
  caption-side: top;
@@ -20635,7 +20918,7 @@ caption {
20635
20918
  }
20636
20919
 
20637
20920
  .table-bordered {
20638
- border: 0.0625rem solid #e7e7ed;
20921
+ border: 0.0625rem solid #cdced9;
20639
20922
  }
20640
20923
  .table-bordered thead th,
20641
20924
  .table-bordered thead td {
@@ -20643,12 +20926,12 @@ caption {
20643
20926
  }
20644
20927
  .table-bordered th,
20645
20928
  .table-bordered td {
20646
- border: 0.0625rem solid #e7e7ed;
20929
+ border: 0.0625rem solid #cdced9;
20647
20930
  }
20648
20931
 
20649
20932
  .table-head-bordered thead th,
20650
20933
  .table-head-bordered thead td {
20651
- border-left: 0.0625rem solid #e7e7ed;
20934
+ border-left: 0.0625rem solid #cdced9;
20652
20935
  }
20653
20936
  .table-head-bordered thead th:first-child,
20654
20937
  .table-head-bordered thead td:first-child {
@@ -20927,7 +21210,7 @@ td.table-focus {
20927
21210
  }
20928
21211
  .table .thead-light th {
20929
21212
  background-color: #fff;
20930
- border-color: #e7e7ed;
21213
+ border-color: #cdced9;
20931
21214
  color: #6b6c7e;
20932
21215
  }
20933
21216
 
@@ -21121,7 +21404,7 @@ td.table-focus {
21121
21404
 
21122
21405
  .table-list {
21123
21406
  border-collapse: separate;
21124
- border-color: #e7e7ed;
21407
+ border-color: #cdced9;
21125
21408
  border-radius: 0.25rem;
21126
21409
  border-style: solid;
21127
21410
  border-width: 0.0625rem 0.0625rem;
@@ -21138,7 +21421,7 @@ td.table-focus {
21138
21421
  }
21139
21422
  .table-list th,
21140
21423
  .table-list td {
21141
- border-color: #e7e7ed;
21424
+ border-color: #cdced9;
21142
21425
  border-style: solid;
21143
21426
  border-width: 0.0625rem 0px 0px 0px;
21144
21427
  }
@@ -22298,7 +22581,7 @@ td.table-focus {
22298
22581
  }
22299
22582
  .timeline-right .timeline-item .panel .timeline-increment {
22300
22583
  margin-left: auto;
22301
- margin-right: calc(0px * -1);
22584
+ margin-right: calc(0.0625rem * -1);
22302
22585
  }
22303
22586
  .timeline-right .timeline-item .timeline-increment {
22304
22587
  left: auto;
@@ -22322,7 +22605,7 @@ td.table-focus {
22322
22605
  }
22323
22606
  .timeline-right-xs-only .timeline-item .panel .timeline-increment {
22324
22607
  margin-left: auto;
22325
- margin-right: calc(0px * -1);
22608
+ margin-right: calc(0.0625rem * -1);
22326
22609
  }
22327
22610
  .timeline-right-xs-only .timeline-item .timeline-increment {
22328
22611
  left: auto;
@@ -22360,7 +22643,7 @@ td.table-focus {
22360
22643
  }
22361
22644
  .timeline-center .timeline-item.timeline-item-reverse .panel .timeline-increment {
22362
22645
  margin-left: auto;
22363
- margin-right: calc(0px * -1);
22646
+ margin-right: calc(0.0625rem * -1);
22364
22647
  }
22365
22648
  .timeline-center .timeline-item.timeline-item-reverse .timeline-increment {
22366
22649
  left: auto;
@@ -22393,7 +22676,7 @@ td.table-focus {
22393
22676
  .timeline-even .timeline-item:nth-of-type(even) .panel .timeline-increment,
22394
22677
  .timeline-odd .timeline-item:nth-of-type(odd) .panel .timeline-increment {
22395
22678
  margin-left: auto;
22396
- margin-right: calc(0px * -1);
22679
+ margin-right: calc(0.0625rem * -1);
22397
22680
  }
22398
22681
  .timeline-even .timeline-item:nth-of-type(even) .timeline-increment,
22399
22682
  .timeline-odd .timeline-item:nth-of-type(odd) .timeline-increment {
@@ -32957,7 +33240,7 @@ a.text-dark:hover, a.text-dark:focus {
32957
33240
  animation: clay-focus-ring 1s cubic-bezier(0.2, 0, 0, 1);
32958
33241
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem rgb(86.99, 144.8295081967, 255);
32959
33242
  }
32960
- .c-prefers-focus-ring :focus-visible:not(.toggle-switch-check):not(.custom-control-input),
33243
+ .c-prefers-focus-ring :focus-visible:not(.c-horizontal-resizer):not(.toggle-switch-check):not(.custom-control-input),
32961
33244
  .c-prefers-focus-ring .focus {
32962
33245
  position: relative;
32963
33246
  z-index: 1;
@@ -33049,10 +33332,10 @@ a.text-dark:hover, a.text-dark:focus {
33049
33332
  .table-dark td,
33050
33333
  .table-dark thead th,
33051
33334
  .table-dark tbody + tbody {
33052
- border-color: #e7e7ed;
33335
+ border-color: #cdced9;
33053
33336
  }
33054
33337
  .table .thead-dark th {
33055
- border-color: #e7e7ed;
33338
+ border-color: #cdced9;
33056
33339
  color: inherit;
33057
33340
  }
33058
33341
  }