@carbon/web-components 2.29.0 → 2.30.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 (840) hide show
  1. package/custom-elements.json +36 -2
  2. package/dist/accordion.min.js +1 -1
  3. package/dist/ai-label.min.js +1 -1
  4. package/dist/ai-skeleton.min.js +1 -1
  5. package/dist/breadcrumb.min.js +3 -3
  6. package/dist/{button-6ec0cb9b.js → button-16145b2c.js} +3 -3
  7. package/dist/{button-set-38f55ff6.js → button-set-db868f52.js} +1 -1
  8. package/dist/{button-skeleton-7de8a57f.js → button-skeleton-74dbc8c7.js} +4 -4
  9. package/dist/button.min.js +1 -1
  10. package/dist/chat-button.min.js +1 -1
  11. package/dist/checkbox-cef62ad0.js +118 -0
  12. package/dist/{checkbox-skeleton-b8a3c3e0.js → checkbox-skeleton-85225580.js} +1 -1
  13. package/dist/checkbox.min.js +1 -1
  14. package/dist/code-snippet.min.js +2 -2
  15. package/dist/combo-box.min.js +3 -3
  16. package/dist/content-switcher-item-f2de2bb6.js +105 -0
  17. package/dist/content-switcher.min.js +1 -1
  18. package/dist/{copy-button-4ff840a4.js → copy-button-ae38a4d8.js} +1 -1
  19. package/dist/copy-button.min.js +1 -1
  20. package/dist/data-table.min.js +1 -1
  21. package/dist/date-picker.min.js +2 -2
  22. package/dist/{definition-tooltip-fbb9b3fc.js → definition-tooltip-76a6bcfc.js} +1 -1
  23. package/dist/dropdown-item-67a36b6e.js +147 -0
  24. package/dist/dropdown.min.js +1 -1
  25. package/dist/file-uploader.min.js +17 -17
  26. package/dist/form-group.min.js +3 -3
  27. package/dist/form.min.js +1 -1
  28. package/dist/icon-button-95e0ef4f.js +93 -0
  29. package/dist/icon-button.min.js +1 -1
  30. package/dist/inline-loading.min.js +2 -2
  31. package/dist/layer-62205ad5.js +79 -0
  32. package/dist/layer.min.js +1 -1
  33. package/dist/loading-c1a7d0e7.js +79 -0
  34. package/dist/loading.min.js +1 -1
  35. package/dist/menu-button.min.js +2 -2
  36. package/dist/menu-item-radio-group-2a6c6359.js +168 -0
  37. package/dist/menu.min.js +1 -1
  38. package/dist/modal-label-74958279.js +110 -0
  39. package/dist/modal.min.js +1 -1
  40. package/dist/multi-select.min.js +3 -3
  41. package/dist/notification.min.js +3 -3
  42. package/dist/number-input.min.js +1 -1
  43. package/dist/overflow-menu.min.js +1 -1
  44. package/dist/pagination.min.js +1 -1
  45. package/dist/popover-content-ecd216f7.js +94 -0
  46. package/dist/popover.min.js +1 -1
  47. package/dist/progress-bar.min.js +9 -9
  48. package/dist/progress-indicator.min.js +4 -4
  49. package/dist/radio-button-skeleton-4a954abe.js +118 -0
  50. package/dist/radio-button.min.js +1 -1
  51. package/dist/search-ef834921.js +108 -0
  52. package/dist/search.min.js +2 -2
  53. package/dist/select-46b4d65b.js +148 -0
  54. package/dist/select.min.js +1 -1
  55. package/dist/side-panel.min.js +1 -1
  56. package/dist/{skeleton-text-23b37bdb.js → skeleton-text-03f78801.js} +1 -1
  57. package/dist/skeleton-text.min.js +1 -1
  58. package/dist/skip-to-content.min.js +1 -1
  59. package/dist/slider.min.js +21 -21
  60. package/dist/slug.min.js +1 -1
  61. package/dist/structured-list.min.js +4 -4
  62. package/dist/tabs.min.js +1 -1
  63. package/dist/tag.min.js +6 -6
  64. package/dist/tearsheet.min.js +1 -1
  65. package/dist/text-input-3c32638b.js +140 -0
  66. package/dist/text-input.min.js +1 -1
  67. package/dist/textarea.min.js +8 -10
  68. package/dist/tile.min.js +6 -6
  69. package/dist/time-picker.min.js +9 -9
  70. package/dist/toggle-tip.min.js +1 -1
  71. package/dist/toggle.min.js +6 -6
  72. package/dist/toggletip-4f3e6a4b.js +124 -0
  73. package/dist/tooltip-content-eac4e54e.js +81 -0
  74. package/dist/tooltip.min.js +1 -1
  75. package/dist/tree-view.min.js +11 -11
  76. package/dist/ui-shell.min.js +2 -2
  77. package/es/components/accordion/accordion.scss.js +1 -1
  78. package/es/components/ai-label/ai-label.scss.js +1 -1
  79. package/es/components/breadcrumb/breadcrumb.d.ts +1 -0
  80. package/es/components/breadcrumb/breadcrumb.js +10 -1
  81. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  82. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  83. package/es/components/button/button.scss.js +1 -1
  84. package/es/components/chat-button/chat-button.scss.js +1 -1
  85. package/es/components/checkbox/checkbox.scss.js +1 -1
  86. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  87. package/es/components/combo-box/combo-box.scss.js +1 -1
  88. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  89. package/es/components/copy-button/copy-button.scss.js +1 -1
  90. package/es/components/data-table/data-table.scss.js +1 -1
  91. package/es/components/date-picker/date-picker.scss.js +1 -1
  92. package/es/components/dropdown/dropdown.scss.js +1 -1
  93. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  94. package/es/components/form/form-item.scss.js +1 -1
  95. package/es/components/form-group/form-group.scss.js +1 -1
  96. package/es/components/icon-button/icon-button.scss.js +1 -1
  97. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  98. package/es/components/layer/layer.scss.js +1 -1
  99. package/es/components/loading/loading.scss.js +1 -1
  100. package/es/components/menu/menu-item-selectable.d.ts +11 -0
  101. package/es/components/menu/menu-item-selectable.js +19 -0
  102. package/es/components/menu/menu-item-selectable.js.map +1 -1
  103. package/es/components/menu/menu-item.scss.js +1 -1
  104. package/es/components/menu/menu.d.ts +1 -0
  105. package/es/components/menu/menu.js +26 -17
  106. package/es/components/menu/menu.js.map +1 -1
  107. package/es/components/menu/menu.scss.js +1 -1
  108. package/es/components/menu-button/menu-button.scss.js +1 -1
  109. package/es/components/modal/modal.scss.js +1 -1
  110. package/es/components/multi-select/multi-select.scss.js +1 -1
  111. package/es/components/notification/actionable-notification.scss.js +1 -1
  112. package/es/components/notification/inline-notification.scss.js +1 -1
  113. package/es/components/notification/toast-notification.scss.js +1 -1
  114. package/es/components/number-input/number-input.scss.js +1 -1
  115. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  116. package/es/components/pagination/pagination.scss.js +1 -1
  117. package/es/components/popover/popover.scss.js +1 -1
  118. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  119. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  120. package/es/components/radio-button/radio-button.scss.js +1 -1
  121. package/es/components/search/search.scss.js +1 -1
  122. package/es/components/select/select.scss.js +1 -1
  123. package/es/components/skeleton-text/skeleton-text.d.ts +5 -0
  124. package/es/components/skeleton-text/skeleton-text.js +10 -2
  125. package/es/components/skeleton-text/skeleton-text.js.map +1 -1
  126. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  127. package/es/components/slider/slider.d.ts +4 -0
  128. package/es/components/slider/slider.js +9 -1
  129. package/es/components/slider/slider.js.map +1 -1
  130. package/es/components/slider/slider.scss.js +1 -1
  131. package/es/components/slug/slug.scss.js +1 -1
  132. package/es/components/structured-list/structured-list.scss.js +1 -1
  133. package/es/components/tabs/tabs.scss.js +1 -1
  134. package/es/components/tag/dismissible-tag.js +4 -2
  135. package/es/components/tag/dismissible-tag.js.map +1 -1
  136. package/es/components/tag/tag.scss.js +1 -1
  137. package/es/components/text-input/text-input.js +1 -4
  138. package/es/components/text-input/text-input.js.map +1 -1
  139. package/es/components/text-input/text-input.scss.js +1 -1
  140. package/es/components/textarea/textarea.js +9 -8
  141. package/es/components/textarea/textarea.js.map +1 -1
  142. package/es/components/textarea/textarea.scss.js +1 -1
  143. package/es/components/tile/tile.scss.js +1 -1
  144. package/es/components/time-picker/time-picker.scss.js +1 -1
  145. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  146. package/es/components/tooltip/tooltip.scss.js +1 -1
  147. package/es/components/tree-view/tree-view.scss.js +1 -1
  148. package/es/components/ui-shell/header.scss.js +1 -1
  149. package/es/components/ui-shell/side-nav.scss.js +1 -1
  150. package/es/icons/add--child-node/16.d.ts +10 -0
  151. package/es/icons/add--child-node/16.js +12 -0
  152. package/es/icons/add--child-node/20.d.ts +10 -0
  153. package/es/icons/add--child-node/20.js +12 -0
  154. package/es/icons/add--child-node/24.d.ts +10 -0
  155. package/es/icons/add--child-node/24.js +12 -0
  156. package/es/icons/add--child-node/32.d.ts +10 -0
  157. package/es/icons/add--child-node/32.js +12 -0
  158. package/es/icons/add--parent-node/16.d.ts +10 -0
  159. package/es/icons/add--parent-node/16.js +12 -0
  160. package/es/icons/add--parent-node/20.d.ts +10 -0
  161. package/es/icons/add--parent-node/20.js +12 -0
  162. package/es/icons/add--parent-node/24.d.ts +10 -0
  163. package/es/icons/add--parent-node/24.js +12 -0
  164. package/es/icons/add--parent-node/32.d.ts +10 -0
  165. package/es/icons/add--parent-node/32.js +12 -0
  166. package/es/icons/assignment-action--usage/16.d.ts +10 -0
  167. package/es/icons/assignment-action--usage/16.js +12 -0
  168. package/es/icons/assignment-action--usage/20.d.ts +10 -0
  169. package/es/icons/assignment-action--usage/20.js +12 -0
  170. package/es/icons/assignment-action--usage/24.d.ts +10 -0
  171. package/es/icons/assignment-action--usage/24.js +12 -0
  172. package/es/icons/assignment-action--usage/32.d.ts +10 -0
  173. package/es/icons/assignment-action--usage/32.js +12 -0
  174. package/es/icons/attribute--definition/16.d.ts +10 -0
  175. package/es/icons/attribute--definition/16.js +12 -0
  176. package/es/icons/attribute--definition/20.d.ts +10 -0
  177. package/es/icons/attribute--definition/20.js +12 -0
  178. package/es/icons/attribute--definition/24.d.ts +10 -0
  179. package/es/icons/attribute--definition/24.js +12 -0
  180. package/es/icons/attribute--definition/32.d.ts +10 -0
  181. package/es/icons/attribute--definition/32.js +12 -0
  182. package/es/icons/attribute--usage/16.d.ts +10 -0
  183. package/es/icons/attribute--usage/16.js +12 -0
  184. package/es/icons/attribute--usage/20.d.ts +10 -0
  185. package/es/icons/attribute--usage/20.js +12 -0
  186. package/es/icons/attribute--usage/24.d.ts +10 -0
  187. package/es/icons/attribute--usage/24.js +12 -0
  188. package/es/icons/attribute--usage/32.d.ts +10 -0
  189. package/es/icons/attribute--usage/32.js +12 -0
  190. package/es/icons/child-node/16.d.ts +10 -0
  191. package/es/icons/child-node/16.js +12 -0
  192. package/es/icons/child-node/20.d.ts +10 -0
  193. package/es/icons/child-node/20.js +12 -0
  194. package/es/icons/child-node/24.d.ts +10 -0
  195. package/es/icons/child-node/24.js +12 -0
  196. package/es/icons/child-node/32.d.ts +10 -0
  197. package/es/icons/child-node/32.js +12 -0
  198. package/es/icons/comments/16.d.ts +10 -0
  199. package/es/icons/comments/16.js +12 -0
  200. package/es/icons/comments/20.d.ts +10 -0
  201. package/es/icons/comments/20.js +12 -0
  202. package/es/icons/comments/24.d.ts +10 -0
  203. package/es/icons/comments/24.js +12 -0
  204. package/es/icons/comments/32.d.ts +10 -0
  205. package/es/icons/comments/32.js +12 -0
  206. package/es/icons/dependency/16.d.ts +10 -0
  207. package/es/icons/dependency/16.js +12 -0
  208. package/es/icons/dependency/20.d.ts +10 -0
  209. package/es/icons/dependency/20.js +12 -0
  210. package/es/icons/dependency/24.d.ts +10 -0
  211. package/es/icons/dependency/24.js +12 -0
  212. package/es/icons/dependency/32.d.ts +10 -0
  213. package/es/icons/dependency/32.js +12 -0
  214. package/es/icons/deployment-canary/16.d.ts +10 -0
  215. package/es/icons/deployment-canary/16.js +12 -0
  216. package/es/icons/deployment-canary/20.d.ts +10 -0
  217. package/es/icons/deployment-canary/20.js +12 -0
  218. package/es/icons/deployment-canary/24.d.ts +10 -0
  219. package/es/icons/deployment-canary/24.js +12 -0
  220. package/es/icons/deployment-canary/32.d.ts +10 -0
  221. package/es/icons/deployment-canary/32.js +12 -0
  222. package/es/icons/documentation/16.d.ts +10 -0
  223. package/es/icons/documentation/16.js +12 -0
  224. package/es/icons/documentation/20.d.ts +10 -0
  225. package/es/icons/documentation/20.js +12 -0
  226. package/es/icons/documentation/24.d.ts +10 -0
  227. package/es/icons/documentation/24.js +12 -0
  228. package/es/icons/documentation/32.d.ts +10 -0
  229. package/es/icons/documentation/32.js +12 -0
  230. package/es/icons/double-axis-chart--bar/16.d.ts +10 -0
  231. package/es/icons/double-axis-chart--bar/16.js +12 -0
  232. package/es/icons/double-axis-chart--bar/20.d.ts +10 -0
  233. package/es/icons/double-axis-chart--bar/20.js +12 -0
  234. package/es/icons/double-axis-chart--bar/24.d.ts +10 -0
  235. package/es/icons/double-axis-chart--bar/24.js +12 -0
  236. package/es/icons/double-axis-chart--bar/32.d.ts +10 -0
  237. package/es/icons/double-axis-chart--bar/32.js +12 -0
  238. package/es/icons/double-axis-chart--column/16.d.ts +10 -0
  239. package/es/icons/double-axis-chart--column/16.js +12 -0
  240. package/es/icons/double-axis-chart--column/20.d.ts +10 -0
  241. package/es/icons/double-axis-chart--column/20.js +12 -0
  242. package/es/icons/double-axis-chart--column/24.d.ts +10 -0
  243. package/es/icons/double-axis-chart--column/24.js +12 -0
  244. package/es/icons/double-axis-chart--column/32.d.ts +10 -0
  245. package/es/icons/double-axis-chart--column/32.js +12 -0
  246. package/es/icons/element-picker/16.d.ts +10 -0
  247. package/es/icons/element-picker/16.js +12 -0
  248. package/es/icons/element-picker/20.d.ts +10 -0
  249. package/es/icons/element-picker/20.js +12 -0
  250. package/es/icons/element-picker/24.d.ts +10 -0
  251. package/es/icons/element-picker/24.js +12 -0
  252. package/es/icons/element-picker/32.d.ts +10 -0
  253. package/es/icons/element-picker/32.js +12 -0
  254. package/es/icons/feature-picker/16.d.ts +10 -0
  255. package/es/icons/feature-picker/16.js +12 -0
  256. package/es/icons/feature-picker/20.d.ts +10 -0
  257. package/es/icons/feature-picker/20.js +12 -0
  258. package/es/icons/feature-picker/24.d.ts +10 -0
  259. package/es/icons/feature-picker/24.js +12 -0
  260. package/es/icons/feature-picker/32.d.ts +10 -0
  261. package/es/icons/feature-picker/32.js +12 -0
  262. package/es/icons/for-loop/16.d.ts +10 -0
  263. package/es/icons/for-loop/16.js +12 -0
  264. package/es/icons/for-loop/20.d.ts +10 -0
  265. package/es/icons/for-loop/20.js +12 -0
  266. package/es/icons/for-loop/24.d.ts +10 -0
  267. package/es/icons/for-loop/24.js +12 -0
  268. package/es/icons/for-loop/32.d.ts +10 -0
  269. package/es/icons/for-loop/32.js +12 -0
  270. package/es/icons/if--action/16.d.ts +10 -0
  271. package/es/icons/if--action/16.js +12 -0
  272. package/es/icons/if--action/20.d.ts +10 -0
  273. package/es/icons/if--action/20.js +12 -0
  274. package/es/icons/if--action/24.d.ts +10 -0
  275. package/es/icons/if--action/24.js +12 -0
  276. package/es/icons/if--action/32.d.ts +10 -0
  277. package/es/icons/if--action/32.js +12 -0
  278. package/es/icons/incident-reporter/16.d.ts +10 -0
  279. package/es/icons/incident-reporter/16.js +12 -0
  280. package/es/icons/incident-reporter/20.d.ts +10 -0
  281. package/es/icons/incident-reporter/20.js +12 -0
  282. package/es/icons/incident-reporter/24.d.ts +10 -0
  283. package/es/icons/incident-reporter/24.js +12 -0
  284. package/es/icons/incident-reporter/32.d.ts +10 -0
  285. package/es/icons/incident-reporter/32.js +12 -0
  286. package/es/icons/interface--definition/16.d.ts +10 -0
  287. package/es/icons/interface--definition/16.js +12 -0
  288. package/es/icons/interface--definition/20.d.ts +10 -0
  289. package/es/icons/interface--definition/20.js +12 -0
  290. package/es/icons/interface--definition/24.d.ts +10 -0
  291. package/es/icons/interface--definition/24.js +12 -0
  292. package/es/icons/interface--definition/32.d.ts +10 -0
  293. package/es/icons/interface--definition/32.js +12 -0
  294. package/es/icons/interface--definition--alt/16.d.ts +10 -0
  295. package/es/icons/interface--definition--alt/16.js +12 -0
  296. package/es/icons/interface--definition--alt/20.d.ts +10 -0
  297. package/es/icons/interface--definition--alt/20.js +12 -0
  298. package/es/icons/interface--definition--alt/24.d.ts +10 -0
  299. package/es/icons/interface--definition--alt/24.js +12 -0
  300. package/es/icons/interface--definition--alt/32.d.ts +10 -0
  301. package/es/icons/interface--definition--alt/32.js +12 -0
  302. package/es/icons/interface--usage--1/16.d.ts +10 -0
  303. package/es/icons/interface--usage--1/16.js +12 -0
  304. package/es/icons/interface--usage--1/20.d.ts +10 -0
  305. package/es/icons/interface--usage--1/20.js +12 -0
  306. package/es/icons/interface--usage--1/24.d.ts +10 -0
  307. package/es/icons/interface--usage--1/24.js +12 -0
  308. package/es/icons/interface--usage--1/32.d.ts +10 -0
  309. package/es/icons/interface--usage--1/32.js +12 -0
  310. package/es/icons/interface--usage--alt/16.d.ts +10 -0
  311. package/es/icons/interface--usage--alt/16.js +12 -0
  312. package/es/icons/interface--usage--alt/20.d.ts +10 -0
  313. package/es/icons/interface--usage--alt/20.js +12 -0
  314. package/es/icons/interface--usage--alt/24.d.ts +10 -0
  315. package/es/icons/interface--usage--alt/24.js +12 -0
  316. package/es/icons/interface--usage--alt/32.d.ts +10 -0
  317. package/es/icons/interface--usage--alt/32.js +12 -0
  318. package/es/icons/item--definition/16.d.ts +10 -0
  319. package/es/icons/item--definition/16.js +12 -0
  320. package/es/icons/item--definition/20.d.ts +10 -0
  321. package/es/icons/item--definition/20.js +12 -0
  322. package/es/icons/item--definition/24.d.ts +10 -0
  323. package/es/icons/item--definition/24.js +12 -0
  324. package/es/icons/item--definition/32.d.ts +10 -0
  325. package/es/icons/item--definition/32.js +12 -0
  326. package/es/icons/item--usage/16.d.ts +10 -0
  327. package/es/icons/item--usage/16.js +12 -0
  328. package/es/icons/item--usage/20.d.ts +10 -0
  329. package/es/icons/item--usage/20.js +12 -0
  330. package/es/icons/item--usage/24.d.ts +10 -0
  331. package/es/icons/item--usage/24.js +12 -0
  332. package/es/icons/item--usage/32.d.ts +10 -0
  333. package/es/icons/item--usage/32.js +12 -0
  334. package/es/icons/locked-and-blocked/16.d.ts +10 -0
  335. package/es/icons/locked-and-blocked/16.js +12 -0
  336. package/es/icons/locked-and-blocked/20.d.ts +10 -0
  337. package/es/icons/locked-and-blocked/20.js +12 -0
  338. package/es/icons/locked-and-blocked/24.d.ts +10 -0
  339. package/es/icons/locked-and-blocked/24.js +12 -0
  340. package/es/icons/locked-and-blocked/32.d.ts +10 -0
  341. package/es/icons/locked-and-blocked/32.js +12 -0
  342. package/es/icons/loop--alt/16.d.ts +10 -0
  343. package/es/icons/loop--alt/16.js +12 -0
  344. package/es/icons/loop--alt/20.d.ts +10 -0
  345. package/es/icons/loop--alt/20.js +12 -0
  346. package/es/icons/loop--alt/24.d.ts +10 -0
  347. package/es/icons/loop--alt/24.js +12 -0
  348. package/es/icons/loop--alt/32.d.ts +10 -0
  349. package/es/icons/loop--alt/32.js +12 -0
  350. package/es/icons/notifications-paused/16.d.ts +10 -0
  351. package/es/icons/notifications-paused/16.js +12 -0
  352. package/es/icons/notifications-paused/20.d.ts +10 -0
  353. package/es/icons/notifications-paused/20.js +12 -0
  354. package/es/icons/notifications-paused/24.d.ts +10 -0
  355. package/es/icons/notifications-paused/24.js +12 -0
  356. package/es/icons/notifications-paused/32.d.ts +10 -0
  357. package/es/icons/notifications-paused/32.js +12 -0
  358. package/es/icons/parent-node/16.d.ts +10 -0
  359. package/es/icons/parent-node/16.js +12 -0
  360. package/es/icons/parent-node/20.d.ts +10 -0
  361. package/es/icons/parent-node/20.js +12 -0
  362. package/es/icons/parent-node/24.d.ts +10 -0
  363. package/es/icons/parent-node/24.js +12 -0
  364. package/es/icons/parent-node/32.d.ts +10 -0
  365. package/es/icons/parent-node/32.js +12 -0
  366. package/es/icons/perform--action/16.d.ts +10 -0
  367. package/es/icons/perform--action/16.js +12 -0
  368. package/es/icons/perform--action/20.d.ts +10 -0
  369. package/es/icons/perform--action/20.js +12 -0
  370. package/es/icons/perform--action/24.d.ts +10 -0
  371. package/es/icons/perform--action/24.js +12 -0
  372. package/es/icons/perform--action/32.d.ts +10 -0
  373. package/es/icons/perform--action/32.js +12 -0
  374. package/es/icons/redefinition/16.d.ts +10 -0
  375. package/es/icons/redefinition/16.js +12 -0
  376. package/es/icons/redefinition/20.d.ts +10 -0
  377. package/es/icons/redefinition/20.js +12 -0
  378. package/es/icons/redefinition/24.d.ts +10 -0
  379. package/es/icons/redefinition/24.js +12 -0
  380. package/es/icons/redefinition/32.d.ts +10 -0
  381. package/es/icons/redefinition/32.js +12 -0
  382. package/es/icons/sorting-a-to-z/16.d.ts +10 -0
  383. package/es/icons/sorting-a-to-z/16.js +12 -0
  384. package/es/icons/sorting-a-to-z/20.d.ts +10 -0
  385. package/es/icons/sorting-a-to-z/20.js +12 -0
  386. package/es/icons/sorting-a-to-z/24.d.ts +10 -0
  387. package/es/icons/sorting-a-to-z/24.js +12 -0
  388. package/es/icons/sorting-a-to-z/32.d.ts +10 -0
  389. package/es/icons/sorting-a-to-z/32.js +12 -0
  390. package/es/icons/sorting-highest-to-lowest-number/16.d.ts +10 -0
  391. package/es/icons/sorting-highest-to-lowest-number/16.js +12 -0
  392. package/es/icons/sorting-highest-to-lowest-number/20.d.ts +10 -0
  393. package/es/icons/sorting-highest-to-lowest-number/20.js +12 -0
  394. package/es/icons/sorting-highest-to-lowest-number/24.d.ts +10 -0
  395. package/es/icons/sorting-highest-to-lowest-number/24.js +12 -0
  396. package/es/icons/sorting-highest-to-lowest-number/32.d.ts +10 -0
  397. package/es/icons/sorting-highest-to-lowest-number/32.js +12 -0
  398. package/es/icons/sorting-lowest-to-highest-number/16.d.ts +10 -0
  399. package/es/icons/sorting-lowest-to-highest-number/16.js +12 -0
  400. package/es/icons/sorting-lowest-to-highest-number/20.d.ts +10 -0
  401. package/es/icons/sorting-lowest-to-highest-number/20.js +12 -0
  402. package/es/icons/sorting-lowest-to-highest-number/24.d.ts +10 -0
  403. package/es/icons/sorting-lowest-to-highest-number/24.js +12 -0
  404. package/es/icons/sorting-lowest-to-highest-number/32.d.ts +10 -0
  405. package/es/icons/sorting-lowest-to-highest-number/32.js +12 -0
  406. package/es/icons/sorting-z-to-a/16.d.ts +10 -0
  407. package/es/icons/sorting-z-to-a/16.js +12 -0
  408. package/es/icons/sorting-z-to-a/20.d.ts +10 -0
  409. package/es/icons/sorting-z-to-a/20.js +12 -0
  410. package/es/icons/sorting-z-to-a/24.d.ts +10 -0
  411. package/es/icons/sorting-z-to-a/24.js +12 -0
  412. package/es/icons/sorting-z-to-a/32.d.ts +10 -0
  413. package/es/icons/sorting-z-to-a/32.js +12 -0
  414. package/es/icons/subsetting/16.d.ts +10 -0
  415. package/es/icons/subsetting/16.js +12 -0
  416. package/es/icons/subsetting/20.d.ts +10 -0
  417. package/es/icons/subsetting/20.js +12 -0
  418. package/es/icons/subsetting/24.d.ts +10 -0
  419. package/es/icons/subsetting/24.js +12 -0
  420. package/es/icons/subsetting/32.d.ts +10 -0
  421. package/es/icons/subsetting/32.js +12 -0
  422. package/es/icons/succession--flow-connection/16.d.ts +10 -0
  423. package/es/icons/succession--flow-connection/16.js +12 -0
  424. package/es/icons/succession--flow-connection/20.d.ts +10 -0
  425. package/es/icons/succession--flow-connection/20.js +12 -0
  426. package/es/icons/succession--flow-connection/24.d.ts +10 -0
  427. package/es/icons/succession--flow-connection/24.js +12 -0
  428. package/es/icons/succession--flow-connection/32.d.ts +10 -0
  429. package/es/icons/succession--flow-connection/32.js +12 -0
  430. package/es/icons/swimlane-d--vertical/16.d.ts +10 -0
  431. package/es/icons/swimlane-d--vertical/16.js +12 -0
  432. package/es/icons/swimlane-d--vertical/20.d.ts +10 -0
  433. package/es/icons/swimlane-d--vertical/20.js +12 -0
  434. package/es/icons/swimlane-d--vertical/24.d.ts +10 -0
  435. package/es/icons/swimlane-d--vertical/24.js +12 -0
  436. package/es/icons/swimlane-d--vertical/32.d.ts +10 -0
  437. package/es/icons/swimlane-d--vertical/32.js +12 -0
  438. package/es/icons/while-loop/16.d.ts +10 -0
  439. package/es/icons/while-loop/16.js +12 -0
  440. package/es/icons/while-loop/20.d.ts +10 -0
  441. package/es/icons/while-loop/20.js +12 -0
  442. package/es/icons/while-loop/24.d.ts +10 -0
  443. package/es/icons/while-loop/24.js +12 -0
  444. package/es/icons/while-loop/32.d.ts +10 -0
  445. package/es/icons/while-loop/32.js +12 -0
  446. package/es-custom/components/accordion/accordion.scss.js +1 -1
  447. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  448. package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -0
  449. package/es-custom/components/breadcrumb/breadcrumb.js +10 -1
  450. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  451. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  452. package/es-custom/components/button/button.scss.js +1 -1
  453. package/es-custom/components/chat-button/chat-button.scss.js +1 -1
  454. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  455. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  456. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  457. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  458. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  459. package/es-custom/components/data-table/data-table.scss.js +1 -1
  460. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  461. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  462. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  463. package/es-custom/components/form/form-item.scss.js +1 -1
  464. package/es-custom/components/form-group/form-group.scss.js +1 -1
  465. package/es-custom/components/icon-button/icon-button.scss.js +1 -1
  466. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  467. package/es-custom/components/layer/layer.scss.js +1 -1
  468. package/es-custom/components/loading/loading.scss.js +1 -1
  469. package/es-custom/components/menu/menu-item-selectable.d.ts +11 -0
  470. package/es-custom/components/menu/menu-item-selectable.js +19 -0
  471. package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
  472. package/es-custom/components/menu/menu-item.scss.js +1 -1
  473. package/es-custom/components/menu/menu.d.ts +1 -0
  474. package/es-custom/components/menu/menu.js +26 -17
  475. package/es-custom/components/menu/menu.js.map +1 -1
  476. package/es-custom/components/menu/menu.scss.js +1 -1
  477. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  478. package/es-custom/components/modal/modal.scss.js +1 -1
  479. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  480. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  481. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  482. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  483. package/es-custom/components/number-input/number-input.scss.js +1 -1
  484. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  485. package/es-custom/components/pagination/pagination.scss.js +1 -1
  486. package/es-custom/components/popover/popover.scss.js +1 -1
  487. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  488. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  489. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  490. package/es-custom/components/search/search.scss.js +1 -1
  491. package/es-custom/components/select/select.scss.js +1 -1
  492. package/es-custom/components/skeleton-text/skeleton-text.d.ts +5 -0
  493. package/es-custom/components/skeleton-text/skeleton-text.js +10 -2
  494. package/es-custom/components/skeleton-text/skeleton-text.js.map +1 -1
  495. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  496. package/es-custom/components/slider/slider.d.ts +4 -0
  497. package/es-custom/components/slider/slider.js +9 -1
  498. package/es-custom/components/slider/slider.js.map +1 -1
  499. package/es-custom/components/slider/slider.scss.js +1 -1
  500. package/es-custom/components/slug/slug.scss.js +1 -1
  501. package/es-custom/components/structured-list/structured-list.scss.js +1 -1
  502. package/es-custom/components/tabs/tabs.scss.js +1 -1
  503. package/es-custom/components/tag/dismissible-tag.js +4 -2
  504. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  505. package/es-custom/components/tag/tag.scss.js +1 -1
  506. package/es-custom/components/text-input/text-input.js +1 -4
  507. package/es-custom/components/text-input/text-input.js.map +1 -1
  508. package/es-custom/components/text-input/text-input.scss.js +1 -1
  509. package/es-custom/components/textarea/textarea.js +9 -8
  510. package/es-custom/components/textarea/textarea.js.map +1 -1
  511. package/es-custom/components/textarea/textarea.scss.js +1 -1
  512. package/es-custom/components/tile/tile.scss.js +1 -1
  513. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  514. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  515. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  516. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  517. package/es-custom/components/ui-shell/header.scss.js +1 -1
  518. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  519. package/es-custom/icons/add--child-node/16.d.ts +10 -0
  520. package/es-custom/icons/add--child-node/16.js +12 -0
  521. package/es-custom/icons/add--child-node/20.d.ts +10 -0
  522. package/es-custom/icons/add--child-node/20.js +12 -0
  523. package/es-custom/icons/add--child-node/24.d.ts +10 -0
  524. package/es-custom/icons/add--child-node/24.js +12 -0
  525. package/es-custom/icons/add--child-node/32.d.ts +10 -0
  526. package/es-custom/icons/add--child-node/32.js +12 -0
  527. package/es-custom/icons/add--parent-node/16.d.ts +10 -0
  528. package/es-custom/icons/add--parent-node/16.js +12 -0
  529. package/es-custom/icons/add--parent-node/20.d.ts +10 -0
  530. package/es-custom/icons/add--parent-node/20.js +12 -0
  531. package/es-custom/icons/add--parent-node/24.d.ts +10 -0
  532. package/es-custom/icons/add--parent-node/24.js +12 -0
  533. package/es-custom/icons/add--parent-node/32.d.ts +10 -0
  534. package/es-custom/icons/add--parent-node/32.js +12 -0
  535. package/es-custom/icons/assignment-action--usage/16.d.ts +10 -0
  536. package/es-custom/icons/assignment-action--usage/16.js +12 -0
  537. package/es-custom/icons/assignment-action--usage/20.d.ts +10 -0
  538. package/es-custom/icons/assignment-action--usage/20.js +12 -0
  539. package/es-custom/icons/assignment-action--usage/24.d.ts +10 -0
  540. package/es-custom/icons/assignment-action--usage/24.js +12 -0
  541. package/es-custom/icons/assignment-action--usage/32.d.ts +10 -0
  542. package/es-custom/icons/assignment-action--usage/32.js +12 -0
  543. package/es-custom/icons/attribute--definition/16.d.ts +10 -0
  544. package/es-custom/icons/attribute--definition/16.js +12 -0
  545. package/es-custom/icons/attribute--definition/20.d.ts +10 -0
  546. package/es-custom/icons/attribute--definition/20.js +12 -0
  547. package/es-custom/icons/attribute--definition/24.d.ts +10 -0
  548. package/es-custom/icons/attribute--definition/24.js +12 -0
  549. package/es-custom/icons/attribute--definition/32.d.ts +10 -0
  550. package/es-custom/icons/attribute--definition/32.js +12 -0
  551. package/es-custom/icons/attribute--usage/16.d.ts +10 -0
  552. package/es-custom/icons/attribute--usage/16.js +12 -0
  553. package/es-custom/icons/attribute--usage/20.d.ts +10 -0
  554. package/es-custom/icons/attribute--usage/20.js +12 -0
  555. package/es-custom/icons/attribute--usage/24.d.ts +10 -0
  556. package/es-custom/icons/attribute--usage/24.js +12 -0
  557. package/es-custom/icons/attribute--usage/32.d.ts +10 -0
  558. package/es-custom/icons/attribute--usage/32.js +12 -0
  559. package/es-custom/icons/child-node/16.d.ts +10 -0
  560. package/es-custom/icons/child-node/16.js +12 -0
  561. package/es-custom/icons/child-node/20.d.ts +10 -0
  562. package/es-custom/icons/child-node/20.js +12 -0
  563. package/es-custom/icons/child-node/24.d.ts +10 -0
  564. package/es-custom/icons/child-node/24.js +12 -0
  565. package/es-custom/icons/child-node/32.d.ts +10 -0
  566. package/es-custom/icons/child-node/32.js +12 -0
  567. package/es-custom/icons/comments/16.d.ts +10 -0
  568. package/es-custom/icons/comments/16.js +12 -0
  569. package/es-custom/icons/comments/20.d.ts +10 -0
  570. package/es-custom/icons/comments/20.js +12 -0
  571. package/es-custom/icons/comments/24.d.ts +10 -0
  572. package/es-custom/icons/comments/24.js +12 -0
  573. package/es-custom/icons/comments/32.d.ts +10 -0
  574. package/es-custom/icons/comments/32.js +12 -0
  575. package/es-custom/icons/dependency/16.d.ts +10 -0
  576. package/es-custom/icons/dependency/16.js +12 -0
  577. package/es-custom/icons/dependency/20.d.ts +10 -0
  578. package/es-custom/icons/dependency/20.js +12 -0
  579. package/es-custom/icons/dependency/24.d.ts +10 -0
  580. package/es-custom/icons/dependency/24.js +12 -0
  581. package/es-custom/icons/dependency/32.d.ts +10 -0
  582. package/es-custom/icons/dependency/32.js +12 -0
  583. package/es-custom/icons/deployment-canary/16.d.ts +10 -0
  584. package/es-custom/icons/deployment-canary/16.js +12 -0
  585. package/es-custom/icons/deployment-canary/20.d.ts +10 -0
  586. package/es-custom/icons/deployment-canary/20.js +12 -0
  587. package/es-custom/icons/deployment-canary/24.d.ts +10 -0
  588. package/es-custom/icons/deployment-canary/24.js +12 -0
  589. package/es-custom/icons/deployment-canary/32.d.ts +10 -0
  590. package/es-custom/icons/deployment-canary/32.js +12 -0
  591. package/es-custom/icons/documentation/16.d.ts +10 -0
  592. package/es-custom/icons/documentation/16.js +12 -0
  593. package/es-custom/icons/documentation/20.d.ts +10 -0
  594. package/es-custom/icons/documentation/20.js +12 -0
  595. package/es-custom/icons/documentation/24.d.ts +10 -0
  596. package/es-custom/icons/documentation/24.js +12 -0
  597. package/es-custom/icons/documentation/32.d.ts +10 -0
  598. package/es-custom/icons/documentation/32.js +12 -0
  599. package/es-custom/icons/double-axis-chart--bar/16.d.ts +10 -0
  600. package/es-custom/icons/double-axis-chart--bar/16.js +12 -0
  601. package/es-custom/icons/double-axis-chart--bar/20.d.ts +10 -0
  602. package/es-custom/icons/double-axis-chart--bar/20.js +12 -0
  603. package/es-custom/icons/double-axis-chart--bar/24.d.ts +10 -0
  604. package/es-custom/icons/double-axis-chart--bar/24.js +12 -0
  605. package/es-custom/icons/double-axis-chart--bar/32.d.ts +10 -0
  606. package/es-custom/icons/double-axis-chart--bar/32.js +12 -0
  607. package/es-custom/icons/double-axis-chart--column/16.d.ts +10 -0
  608. package/es-custom/icons/double-axis-chart--column/16.js +12 -0
  609. package/es-custom/icons/double-axis-chart--column/20.d.ts +10 -0
  610. package/es-custom/icons/double-axis-chart--column/20.js +12 -0
  611. package/es-custom/icons/double-axis-chart--column/24.d.ts +10 -0
  612. package/es-custom/icons/double-axis-chart--column/24.js +12 -0
  613. package/es-custom/icons/double-axis-chart--column/32.d.ts +10 -0
  614. package/es-custom/icons/double-axis-chart--column/32.js +12 -0
  615. package/es-custom/icons/element-picker/16.d.ts +10 -0
  616. package/es-custom/icons/element-picker/16.js +12 -0
  617. package/es-custom/icons/element-picker/20.d.ts +10 -0
  618. package/es-custom/icons/element-picker/20.js +12 -0
  619. package/es-custom/icons/element-picker/24.d.ts +10 -0
  620. package/es-custom/icons/element-picker/24.js +12 -0
  621. package/es-custom/icons/element-picker/32.d.ts +10 -0
  622. package/es-custom/icons/element-picker/32.js +12 -0
  623. package/es-custom/icons/feature-picker/16.d.ts +10 -0
  624. package/es-custom/icons/feature-picker/16.js +12 -0
  625. package/es-custom/icons/feature-picker/20.d.ts +10 -0
  626. package/es-custom/icons/feature-picker/20.js +12 -0
  627. package/es-custom/icons/feature-picker/24.d.ts +10 -0
  628. package/es-custom/icons/feature-picker/24.js +12 -0
  629. package/es-custom/icons/feature-picker/32.d.ts +10 -0
  630. package/es-custom/icons/feature-picker/32.js +12 -0
  631. package/es-custom/icons/for-loop/16.d.ts +10 -0
  632. package/es-custom/icons/for-loop/16.js +12 -0
  633. package/es-custom/icons/for-loop/20.d.ts +10 -0
  634. package/es-custom/icons/for-loop/20.js +12 -0
  635. package/es-custom/icons/for-loop/24.d.ts +10 -0
  636. package/es-custom/icons/for-loop/24.js +12 -0
  637. package/es-custom/icons/for-loop/32.d.ts +10 -0
  638. package/es-custom/icons/for-loop/32.js +12 -0
  639. package/es-custom/icons/if--action/16.d.ts +10 -0
  640. package/es-custom/icons/if--action/16.js +12 -0
  641. package/es-custom/icons/if--action/20.d.ts +10 -0
  642. package/es-custom/icons/if--action/20.js +12 -0
  643. package/es-custom/icons/if--action/24.d.ts +10 -0
  644. package/es-custom/icons/if--action/24.js +12 -0
  645. package/es-custom/icons/if--action/32.d.ts +10 -0
  646. package/es-custom/icons/if--action/32.js +12 -0
  647. package/es-custom/icons/incident-reporter/16.d.ts +10 -0
  648. package/es-custom/icons/incident-reporter/16.js +12 -0
  649. package/es-custom/icons/incident-reporter/20.d.ts +10 -0
  650. package/es-custom/icons/incident-reporter/20.js +12 -0
  651. package/es-custom/icons/incident-reporter/24.d.ts +10 -0
  652. package/es-custom/icons/incident-reporter/24.js +12 -0
  653. package/es-custom/icons/incident-reporter/32.d.ts +10 -0
  654. package/es-custom/icons/incident-reporter/32.js +12 -0
  655. package/es-custom/icons/interface--definition/16.d.ts +10 -0
  656. package/es-custom/icons/interface--definition/16.js +12 -0
  657. package/es-custom/icons/interface--definition/20.d.ts +10 -0
  658. package/es-custom/icons/interface--definition/20.js +12 -0
  659. package/es-custom/icons/interface--definition/24.d.ts +10 -0
  660. package/es-custom/icons/interface--definition/24.js +12 -0
  661. package/es-custom/icons/interface--definition/32.d.ts +10 -0
  662. package/es-custom/icons/interface--definition/32.js +12 -0
  663. package/es-custom/icons/interface--definition--alt/16.d.ts +10 -0
  664. package/es-custom/icons/interface--definition--alt/16.js +12 -0
  665. package/es-custom/icons/interface--definition--alt/20.d.ts +10 -0
  666. package/es-custom/icons/interface--definition--alt/20.js +12 -0
  667. package/es-custom/icons/interface--definition--alt/24.d.ts +10 -0
  668. package/es-custom/icons/interface--definition--alt/24.js +12 -0
  669. package/es-custom/icons/interface--definition--alt/32.d.ts +10 -0
  670. package/es-custom/icons/interface--definition--alt/32.js +12 -0
  671. package/es-custom/icons/interface--usage--1/16.d.ts +10 -0
  672. package/es-custom/icons/interface--usage--1/16.js +12 -0
  673. package/es-custom/icons/interface--usage--1/20.d.ts +10 -0
  674. package/es-custom/icons/interface--usage--1/20.js +12 -0
  675. package/es-custom/icons/interface--usage--1/24.d.ts +10 -0
  676. package/es-custom/icons/interface--usage--1/24.js +12 -0
  677. package/es-custom/icons/interface--usage--1/32.d.ts +10 -0
  678. package/es-custom/icons/interface--usage--1/32.js +12 -0
  679. package/es-custom/icons/interface--usage--alt/16.d.ts +10 -0
  680. package/es-custom/icons/interface--usage--alt/16.js +12 -0
  681. package/es-custom/icons/interface--usage--alt/20.d.ts +10 -0
  682. package/es-custom/icons/interface--usage--alt/20.js +12 -0
  683. package/es-custom/icons/interface--usage--alt/24.d.ts +10 -0
  684. package/es-custom/icons/interface--usage--alt/24.js +12 -0
  685. package/es-custom/icons/interface--usage--alt/32.d.ts +10 -0
  686. package/es-custom/icons/interface--usage--alt/32.js +12 -0
  687. package/es-custom/icons/item--definition/16.d.ts +10 -0
  688. package/es-custom/icons/item--definition/16.js +12 -0
  689. package/es-custom/icons/item--definition/20.d.ts +10 -0
  690. package/es-custom/icons/item--definition/20.js +12 -0
  691. package/es-custom/icons/item--definition/24.d.ts +10 -0
  692. package/es-custom/icons/item--definition/24.js +12 -0
  693. package/es-custom/icons/item--definition/32.d.ts +10 -0
  694. package/es-custom/icons/item--definition/32.js +12 -0
  695. package/es-custom/icons/item--usage/16.d.ts +10 -0
  696. package/es-custom/icons/item--usage/16.js +12 -0
  697. package/es-custom/icons/item--usage/20.d.ts +10 -0
  698. package/es-custom/icons/item--usage/20.js +12 -0
  699. package/es-custom/icons/item--usage/24.d.ts +10 -0
  700. package/es-custom/icons/item--usage/24.js +12 -0
  701. package/es-custom/icons/item--usage/32.d.ts +10 -0
  702. package/es-custom/icons/item--usage/32.js +12 -0
  703. package/es-custom/icons/locked-and-blocked/16.d.ts +10 -0
  704. package/es-custom/icons/locked-and-blocked/16.js +12 -0
  705. package/es-custom/icons/locked-and-blocked/20.d.ts +10 -0
  706. package/es-custom/icons/locked-and-blocked/20.js +12 -0
  707. package/es-custom/icons/locked-and-blocked/24.d.ts +10 -0
  708. package/es-custom/icons/locked-and-blocked/24.js +12 -0
  709. package/es-custom/icons/locked-and-blocked/32.d.ts +10 -0
  710. package/es-custom/icons/locked-and-blocked/32.js +12 -0
  711. package/es-custom/icons/loop--alt/16.d.ts +10 -0
  712. package/es-custom/icons/loop--alt/16.js +12 -0
  713. package/es-custom/icons/loop--alt/20.d.ts +10 -0
  714. package/es-custom/icons/loop--alt/20.js +12 -0
  715. package/es-custom/icons/loop--alt/24.d.ts +10 -0
  716. package/es-custom/icons/loop--alt/24.js +12 -0
  717. package/es-custom/icons/loop--alt/32.d.ts +10 -0
  718. package/es-custom/icons/loop--alt/32.js +12 -0
  719. package/es-custom/icons/notifications-paused/16.d.ts +10 -0
  720. package/es-custom/icons/notifications-paused/16.js +12 -0
  721. package/es-custom/icons/notifications-paused/20.d.ts +10 -0
  722. package/es-custom/icons/notifications-paused/20.js +12 -0
  723. package/es-custom/icons/notifications-paused/24.d.ts +10 -0
  724. package/es-custom/icons/notifications-paused/24.js +12 -0
  725. package/es-custom/icons/notifications-paused/32.d.ts +10 -0
  726. package/es-custom/icons/notifications-paused/32.js +12 -0
  727. package/es-custom/icons/parent-node/16.d.ts +10 -0
  728. package/es-custom/icons/parent-node/16.js +12 -0
  729. package/es-custom/icons/parent-node/20.d.ts +10 -0
  730. package/es-custom/icons/parent-node/20.js +12 -0
  731. package/es-custom/icons/parent-node/24.d.ts +10 -0
  732. package/es-custom/icons/parent-node/24.js +12 -0
  733. package/es-custom/icons/parent-node/32.d.ts +10 -0
  734. package/es-custom/icons/parent-node/32.js +12 -0
  735. package/es-custom/icons/perform--action/16.d.ts +10 -0
  736. package/es-custom/icons/perform--action/16.js +12 -0
  737. package/es-custom/icons/perform--action/20.d.ts +10 -0
  738. package/es-custom/icons/perform--action/20.js +12 -0
  739. package/es-custom/icons/perform--action/24.d.ts +10 -0
  740. package/es-custom/icons/perform--action/24.js +12 -0
  741. package/es-custom/icons/perform--action/32.d.ts +10 -0
  742. package/es-custom/icons/perform--action/32.js +12 -0
  743. package/es-custom/icons/redefinition/16.d.ts +10 -0
  744. package/es-custom/icons/redefinition/16.js +12 -0
  745. package/es-custom/icons/redefinition/20.d.ts +10 -0
  746. package/es-custom/icons/redefinition/20.js +12 -0
  747. package/es-custom/icons/redefinition/24.d.ts +10 -0
  748. package/es-custom/icons/redefinition/24.js +12 -0
  749. package/es-custom/icons/redefinition/32.d.ts +10 -0
  750. package/es-custom/icons/redefinition/32.js +12 -0
  751. package/es-custom/icons/sorting-a-to-z/16.d.ts +10 -0
  752. package/es-custom/icons/sorting-a-to-z/16.js +12 -0
  753. package/es-custom/icons/sorting-a-to-z/20.d.ts +10 -0
  754. package/es-custom/icons/sorting-a-to-z/20.js +12 -0
  755. package/es-custom/icons/sorting-a-to-z/24.d.ts +10 -0
  756. package/es-custom/icons/sorting-a-to-z/24.js +12 -0
  757. package/es-custom/icons/sorting-a-to-z/32.d.ts +10 -0
  758. package/es-custom/icons/sorting-a-to-z/32.js +12 -0
  759. package/es-custom/icons/sorting-highest-to-lowest-number/16.d.ts +10 -0
  760. package/es-custom/icons/sorting-highest-to-lowest-number/16.js +12 -0
  761. package/es-custom/icons/sorting-highest-to-lowest-number/20.d.ts +10 -0
  762. package/es-custom/icons/sorting-highest-to-lowest-number/20.js +12 -0
  763. package/es-custom/icons/sorting-highest-to-lowest-number/24.d.ts +10 -0
  764. package/es-custom/icons/sorting-highest-to-lowest-number/24.js +12 -0
  765. package/es-custom/icons/sorting-highest-to-lowest-number/32.d.ts +10 -0
  766. package/es-custom/icons/sorting-highest-to-lowest-number/32.js +12 -0
  767. package/es-custom/icons/sorting-lowest-to-highest-number/16.d.ts +10 -0
  768. package/es-custom/icons/sorting-lowest-to-highest-number/16.js +12 -0
  769. package/es-custom/icons/sorting-lowest-to-highest-number/20.d.ts +10 -0
  770. package/es-custom/icons/sorting-lowest-to-highest-number/20.js +12 -0
  771. package/es-custom/icons/sorting-lowest-to-highest-number/24.d.ts +10 -0
  772. package/es-custom/icons/sorting-lowest-to-highest-number/24.js +12 -0
  773. package/es-custom/icons/sorting-lowest-to-highest-number/32.d.ts +10 -0
  774. package/es-custom/icons/sorting-lowest-to-highest-number/32.js +12 -0
  775. package/es-custom/icons/sorting-z-to-a/16.d.ts +10 -0
  776. package/es-custom/icons/sorting-z-to-a/16.js +12 -0
  777. package/es-custom/icons/sorting-z-to-a/20.d.ts +10 -0
  778. package/es-custom/icons/sorting-z-to-a/20.js +12 -0
  779. package/es-custom/icons/sorting-z-to-a/24.d.ts +10 -0
  780. package/es-custom/icons/sorting-z-to-a/24.js +12 -0
  781. package/es-custom/icons/sorting-z-to-a/32.d.ts +10 -0
  782. package/es-custom/icons/sorting-z-to-a/32.js +12 -0
  783. package/es-custom/icons/subsetting/16.d.ts +10 -0
  784. package/es-custom/icons/subsetting/16.js +12 -0
  785. package/es-custom/icons/subsetting/20.d.ts +10 -0
  786. package/es-custom/icons/subsetting/20.js +12 -0
  787. package/es-custom/icons/subsetting/24.d.ts +10 -0
  788. package/es-custom/icons/subsetting/24.js +12 -0
  789. package/es-custom/icons/subsetting/32.d.ts +10 -0
  790. package/es-custom/icons/subsetting/32.js +12 -0
  791. package/es-custom/icons/succession--flow-connection/16.d.ts +10 -0
  792. package/es-custom/icons/succession--flow-connection/16.js +12 -0
  793. package/es-custom/icons/succession--flow-connection/20.d.ts +10 -0
  794. package/es-custom/icons/succession--flow-connection/20.js +12 -0
  795. package/es-custom/icons/succession--flow-connection/24.d.ts +10 -0
  796. package/es-custom/icons/succession--flow-connection/24.js +12 -0
  797. package/es-custom/icons/succession--flow-connection/32.d.ts +10 -0
  798. package/es-custom/icons/succession--flow-connection/32.js +12 -0
  799. package/es-custom/icons/swimlane-d--vertical/16.d.ts +10 -0
  800. package/es-custom/icons/swimlane-d--vertical/16.js +12 -0
  801. package/es-custom/icons/swimlane-d--vertical/20.d.ts +10 -0
  802. package/es-custom/icons/swimlane-d--vertical/20.js +12 -0
  803. package/es-custom/icons/swimlane-d--vertical/24.d.ts +10 -0
  804. package/es-custom/icons/swimlane-d--vertical/24.js +12 -0
  805. package/es-custom/icons/swimlane-d--vertical/32.d.ts +10 -0
  806. package/es-custom/icons/swimlane-d--vertical/32.js +12 -0
  807. package/es-custom/icons/while-loop/16.d.ts +10 -0
  808. package/es-custom/icons/while-loop/16.js +12 -0
  809. package/es-custom/icons/while-loop/20.d.ts +10 -0
  810. package/es-custom/icons/while-loop/20.js +12 -0
  811. package/es-custom/icons/while-loop/24.d.ts +10 -0
  812. package/es-custom/icons/while-loop/24.js +12 -0
  813. package/es-custom/icons/while-loop/32.d.ts +10 -0
  814. package/es-custom/icons/while-loop/32.js +12 -0
  815. package/lib/components/breadcrumb/breadcrumb.d.ts +1 -0
  816. package/lib/components/menu/menu-item-selectable.d.ts +11 -0
  817. package/lib/components/menu/menu.d.ts +1 -0
  818. package/lib/components/skeleton-text/skeleton-text.d.ts +5 -0
  819. package/lib/components/slider/slider.d.ts +4 -0
  820. package/package.json +3 -3
  821. package/scss/components/breadcrumb/breadcrumb.scss +4 -0
  822. package/scss/components/button/button.scss +0 -4
  823. package/scss/components/data-table/_table-action.scss +0 -2
  824. package/scss/components/data-table/_table-core.scss +1 -1
  825. package/scss/components/number-input/number-input.scss +9 -0
  826. package/dist/checkbox-4248d82a.js +0 -118
  827. package/dist/content-switcher-item-88de3b2e.js +0 -105
  828. package/dist/dropdown-item-a9c45193.js +0 -147
  829. package/dist/icon-button-eb4daf9b.js +0 -93
  830. package/dist/layer-ca240e6f.js +0 -79
  831. package/dist/loading-c1352229.js +0 -79
  832. package/dist/menu-item-radio-group-2516a171.js +0 -168
  833. package/dist/modal-label-0360bb8c.js +0 -110
  834. package/dist/popover-content-ede1430e.js +0 -94
  835. package/dist/radio-button-skeleton-3aa5d84a.js +0 -118
  836. package/dist/search-3098bff7.js +0 -108
  837. package/dist/select-961f5cfa.js +0 -148
  838. package/dist/text-input-0ac844d6.js +0 -140
  839. package/dist/toggletip-53c6b856.js +0 -124
  840. package/dist/tooltip-content-202c3a26.js +0 -81
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { css } from 'lit';
9
9
 
10
- var styles = css([".cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number]{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--tree{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;overflow:hidden;padding:0;vertical-align:baseline}.cds-custom--tree *,.cds-custom--tree :after,.cds-custom--tree :before{box-sizing:inherit}.cds-custom--tree-node,:host(cds-custom-tree-node:not([href])){background-color:var(--cds-custom-layer-01,#f4f4f4);color:var(--cds-custom-text-secondary,#525252);padding-inline-start:1rem}.cds-custom--tree-node:focus{outline:none}.cds-custom--tree-node:hover{cursor:pointer}.cds-custom--tree-node--hidden{display:none}.cds-custom--tree-node__children{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;list-style-type:none;margin:0;padding:0;vertical-align:baseline}.cds-custom--tree-node__children *,.cds-custom--tree-node__children :after,.cds-custom--tree-node__children :before{box-sizing:inherit}.cds-custom--tree-node--with-icon .cds-custom--tree-node,.cds-custom--tree-node--with-icon :host(cds-custom-tree-node:not([href])){margin-inline-start:.5rem}.cds-custom--tree-node:focus>.cds-custom--tree-node__label{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--tree-node:focus>.cds-custom--tree-node__label{outline-style:dotted}}.cds-custom--tree-node--disabled:focus>.cds-custom--tree-node__label{outline:none}.cds-custom--tree-node--disabled,.cds-custom--tree-node--disabled .cds-custom--tree-node__label:hover,.cds-custom--tree-node--disabled .cds-custom--tree-node__label:hover .cds-custom--tree-node__label__details,:host(cds-custom-tree-node[disabled]:not([href])),:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-node__label:hover,:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-node__label:hover .cds-custom--tree-node__label__details{background-color:var(--cds-custom-field-01,#f4f4f4);color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--tree-node--disabled .cds-custom--tree-node__icon,.cds-custom--tree-node--disabled .cds-custom--tree-node__label:hover .cds-custom--tree-node__icon,.cds-custom--tree-node--disabled .cds-custom--tree-node__label:hover .cds-custom--tree-parent-node__toggle-icon,.cds-custom--tree-node--disabled .cds-custom--tree-parent-node__toggle-icon,:host(cds-custom-tree-node:not([href])) .cds-custom--tree-node--disabled ::slotted([slot=icon]),:host(cds-custom-tree-node:not([href])):host(cds-custom-tree-node[disabled]:not([href])) ::slotted([slot=icon]),:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-node__icon,:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-parent-node__toggle-icon{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--tree-node--disabled,.cds-custom--tree-node--disabled .cds-custom--tree-parent-node__toggle-icon:hover,:host(cds-custom-tree-node[disabled]:not([href])),:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-parent-node__toggle-icon:hover{cursor:not-allowed}:host(cds-custom-tree-node[href][parent]) a.cds-custom--tree-node,li a.cds-custom--tree-node{text-decoration:none}:host(cds-custom-tree-node[href][parent]) a.cds-custom--tree-node:not(.cds-custom--tree-node--disabled),li a.cds-custom--tree-node:not(.cds-custom--tree-node--disabled){color:var(--cds-custom-text-secondary,#525252)}:host(cds-custom-tree-node[href][parent]),li.cds-custom--tree-node-link-parent{background-color:var(--cds-custom-layer-01,#f4f4f4);display:flex;flex-direction:column}:host(cds-custom-tree-node[href][parent])>.cds-custom--tree-node__children,li.cds-custom--tree-node-link-parent>.cds-custom--tree-node__children{padding-inline-start:1rem}.cds-custom--tree-node__label{align-items:center;display:flex;flex:1;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);min-block-size:2rem}.cds-custom--tree-node__label:hover{background-color:var(--cds-custom-layer-hover-01,#e8e8e8);color:var(--cds-custom-text-primary,#161616)}.cds-custom--tree-node:not(.cds-custom--tree-parent-node) .cds-custom--tree-node__label,:not(.cds-custom--tree-parent-node):host(cds-custom-tree-node:not([href])) .cds-custom--tree-node__label{padding-block:.4375rem .4375rem}.cds-custom--tree-node__label:hover .cds-custom--tree-node__label__details{color:var(--cds-custom-text-primary,#161616)}.cds-custom--tree-node__label:hover .cds-custom--tree-node__icon,.cds-custom--tree-node__label:hover .cds-custom--tree-parent-node__toggle-icon,:host(cds-custom-tree-node:not([href])) .cds-custom--tree-node__label:hover ::slotted([slot=icon]){fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tree-leaf-node,:host(cds-custom-tree-node:not([parent]):not([href])){display:flex;padding-inline-start:2.5rem}.cds-custom--tree-leaf-node.cds-custom--tree-node--with-icon{padding-inline-start:2rem}.cds-custom--tree-leaf-node.cds-custom--tree-node--with-icon .cds-custom--tree-leaf-node,.cds-custom--tree-leaf-node.cds-custom--tree-node--with-icon :host(cds-custom-tree-node:not([parent]):not([href])){padding-inline-start:1.5rem}.cds-custom--tree-node__label__details{align-items:center;display:flex}.cds-custom--tree-node--with-icon .cds-custom--tree-parent-node__toggle{margin-inline-end:0}.cds-custom--tree-parent-node__toggle{align-items:center;block-size:1.5rem;border:0;display:flex;inline-size:1.5rem;margin-inline:-.25rem .25rem;padding-inline-start:.25rem}.cds-custom--tree-parent-node__toggle:hover{cursor:pointer}.cds-custom--tree-parent-node__toggle:focus{outline:none}.cds-custom--tree-parent-node__toggle-icon{fill:var(--cds-custom-icon-secondary,#525252);transform:rotate(-90deg);transition:all .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--tree-parent-node__toggle-icon--expanded{transform:rotate(0)}.cds-custom--tree-node__icon,:host(cds-custom-tree-node:not([href])) ::slotted([slot=icon]){fill:var(--cds-custom-icon-secondary,#525252);margin-inline:.5rem .5rem;min-block-size:1rem;min-inline-size:1rem}.cds-custom--tree-parent-node__toggle+.cds-custom--tree-node__label__details .cds-custom--tree-node__icon,:host(cds-custom-tree-node:not([href])) .cds-custom--tree-parent-node__toggle+.cds-custom--tree-node__label__details ::slotted([slot=icon]){margin-inline-start:.25rem}.cds-custom--tree-node--selected>.cds-custom--tree-node__label,:host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label{background-color:var(--cds-custom-layer-selected-01,#e0e0e0);color:var(--cds-custom-text-primary,#161616)}.cds-custom--tree-node--selected>.cds-custom--tree-node__label:hover,:host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label:hover{background-color:var(--cds-custom-layer-selected-hover-01,#d1d1d1)}.cds-custom--tree-node--selected>.cds-custom--tree-node__label .cds-custom--tree-node__icon,.cds-custom--tree-node--selected>.cds-custom--tree-node__label .cds-custom--tree-parent-node__toggle-icon,:host(cds-custom-tree-node:not([href])) .cds-custom--tree-node--selected>.cds-custom--tree-node__label ::slotted([slot=icon]),:host(cds-custom-tree-node:not([href])):host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label ::slotted([slot=icon]),:host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label .cds-custom--tree-node__icon,:host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label .cds-custom--tree-parent-node__toggle-icon{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tree-node--active>.cds-custom--tree-node__label,:host(cds-custom-tree-node[active]:not([href]))>.cds-custom--tree-node__label{position:relative}.cds-custom--tree-node--active>.cds-custom--tree-node__label:before,:host(cds-custom-tree-node[active]:not([href]))>.cds-custom--tree-node__label:before{background-color:var(--cds-custom-interactive,#0f62fe);block-size:100%;content:\"\";inline-size:.25rem;inset-block-start:0;inset-inline-start:0;position:absolute}.cds-custom--tree--xs .cds-custom--tree-node__label{min-block-size:1.5rem}.cds-custom--tree--xs .cds-custom--tree-node:not(.cds-custom--tree-parent-node) .cds-custom--tree-node__label,.cds-custom--tree--xs :not(.cds-custom--tree-parent-node):host(cds-custom-tree-node:not([href])) .cds-custom--tree-node__label{padding:0}.cds-custom--tree--xs .cds-custom--tree-parent-node__toggle{margin-block-start:0}:host(cds-custom-tree-view){display:block}:host(cds-custom-tree-node){box-sizing:border-box;display:list-item}:host(cds-custom-tree-node) .cds-custom--tree-node__label{box-sizing:inherit}:host(cds-custom-tree-node) .cds-custom--tree-node__hidden{display:none}:host(cds-custom-tree-node) .cds-custom--tree-parent-node__toggle{box-sizing:inherit}:host(cds-custom-tree-node:focus-visible){outline:none}:host(cds-custom-tree-node:focus-visible) .cds-custom--tree-node__label{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(cds-custom-tree-node:focus-visible) .cds-custom--tree-node__label{outline-style:dotted}}:host(cds-custom-tree-node:not([parent]):not([href])) .cds-custom--tree-node__label{padding-block:.4375rem}:host(cds-custom-tree-node[href]) .cds-custom--tree-node,:host(cds-custom-tree-node[href]) :host(cds-custom-tree-node:not([href])){box-sizing:inherit}:host(cds-custom-tree-node[href]) .cds-custom--tree-node__label{padding-block:0}:host(cds-custom-tree-node[has-icon]:not([parent]:not([href]))){padding-inline-start:2rem}:host(cds-custom-tree-node[has-icon]:not([href])){padding-inline-start:.5rem}:host(cds-custom-tree-node[has-icon]:not([href])) .cds-custom--tree-parent-node__toggle{margin-inline-end:0}:host(cds-custom-tree-node[has-icon][parent]:not([href])){padding-inline-start:1rem}:host(cds-custom-tree-node[has-icon]:not([href])) ::slotted(cds-custom-tree-node){margin-inline-start:.5rem}:host(cds-custom-tree-node:not([href])[size=xs]) .cds-custom--tree-node__label{min-block-size:1.5rem}:host(cds-custom-tree-node:not([href])[size=xs]) .cds-custom--tree-parent-node__toggle{margin-block-start:0}:host(cds-custom-tree-node:not([href])[size=xs]:not([parent])) .cds-custom--tree-node__label{padding:0}:host(cds-custom-tree-node[href]) a{text-decoration:none}"]);
10
+ var styles = css([".cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number]{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--tree{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;overflow:hidden;padding:0;vertical-align:baseline}.cds-custom--tree *,.cds-custom--tree :after,.cds-custom--tree :before{box-sizing:inherit}.cds-custom--tree-node,:host(cds-custom-tree-node:not([href])){background-color:var(--cds-custom-layer-01,#f4f4f4);color:var(--cds-custom-text-secondary,#525252);padding-inline-start:1rem}.cds-custom--tree-node:focus{outline:none}.cds-custom--tree-node:hover{cursor:pointer}.cds-custom--tree-node--hidden{display:none}.cds-custom--tree-node__children{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;list-style-type:none;margin:0;padding:0;vertical-align:baseline}.cds-custom--tree-node__children *,.cds-custom--tree-node__children :after,.cds-custom--tree-node__children :before{box-sizing:inherit}.cds-custom--tree-node--with-icon .cds-custom--tree-node,.cds-custom--tree-node--with-icon :host(cds-custom-tree-node:not([href])){margin-inline-start:.5rem}.cds-custom--tree-node:focus>.cds-custom--tree-node__label{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--tree-node:focus>.cds-custom--tree-node__label{outline-style:dotted}}.cds-custom--tree-node--disabled:focus>.cds-custom--tree-node__label{outline:none}.cds-custom--tree-node--disabled,.cds-custom--tree-node--disabled .cds-custom--tree-node__label:hover,.cds-custom--tree-node--disabled .cds-custom--tree-node__label:hover .cds-custom--tree-node__label__details,:host(cds-custom-tree-node[disabled]:not([href])),:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-node__label:hover,:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-node__label:hover .cds-custom--tree-node__label__details{background-color:var(--cds-custom-field-01,#f4f4f4);color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--tree-node--disabled .cds-custom--tree-node__icon,.cds-custom--tree-node--disabled .cds-custom--tree-node__label:hover .cds-custom--tree-node__icon,.cds-custom--tree-node--disabled .cds-custom--tree-node__label:hover .cds-custom--tree-parent-node__toggle-icon,.cds-custom--tree-node--disabled .cds-custom--tree-parent-node__toggle-icon,:host(cds-custom-tree-node:not([href])) .cds-custom--tree-node--disabled ::slotted([slot=icon]),:host(cds-custom-tree-node:not([href])):host(cds-custom-tree-node[disabled]:not([href])) ::slotted([slot=icon]),:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-node__icon,:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-parent-node__toggle-icon{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--tree-node--disabled,.cds-custom--tree-node--disabled .cds-custom--tree-parent-node__toggle-icon:hover,:host(cds-custom-tree-node[disabled]:not([href])),:host(cds-custom-tree-node[disabled]:not([href])) .cds-custom--tree-parent-node__toggle-icon:hover{cursor:not-allowed}:host(cds-custom-tree-node[href][parent]) a.cds-custom--tree-node,li a.cds-custom--tree-node{text-decoration:none}:host(cds-custom-tree-node[href][parent]) a.cds-custom--tree-node:not(.cds-custom--tree-node--disabled),li a.cds-custom--tree-node:not(.cds-custom--tree-node--disabled){color:var(--cds-custom-text-secondary,#525252)}:host(cds-custom-tree-node[href][parent]),li.cds-custom--tree-node-link-parent{background-color:var(--cds-custom-layer-01,#f4f4f4);display:flex;flex-direction:column}:host(cds-custom-tree-node[href][parent])>.cds-custom--tree-node__children,li.cds-custom--tree-node-link-parent>.cds-custom--tree-node__children{padding-inline-start:1rem}.cds-custom--tree-node__label{align-items:center;display:flex;flex:1;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);min-block-size:2rem}.cds-custom--tree-node__label:hover{background-color:var(--cds-custom-layer-hover-01,#e8e8e8);color:var(--cds-custom-text-primary,#161616)}.cds-custom--tree-node:not(.cds-custom--tree-parent-node) .cds-custom--tree-node__label,:not(.cds-custom--tree-parent-node):host(cds-custom-tree-node:not([href])) .cds-custom--tree-node__label{padding-block:.4375rem .4375rem}.cds-custom--tree-node__label:hover .cds-custom--tree-node__label__details{color:var(--cds-custom-text-primary,#161616)}.cds-custom--tree-node__label:hover .cds-custom--tree-node__icon,.cds-custom--tree-node__label:hover .cds-custom--tree-parent-node__toggle-icon,:host(cds-custom-tree-node:not([href])) .cds-custom--tree-node__label:hover ::slotted([slot=icon]){fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tree-leaf-node,:host(cds-custom-tree-node:not([parent]):not([href])){display:flex;padding-inline-start:2.5rem}.cds-custom--tree-leaf-node.cds-custom--tree-node--with-icon{padding-inline-start:2rem}.cds-custom--tree-leaf-node.cds-custom--tree-node--with-icon .cds-custom--tree-leaf-node,.cds-custom--tree-leaf-node.cds-custom--tree-node--with-icon :host(cds-custom-tree-node:not([parent]):not([href])){padding-inline-start:1.5rem}.cds-custom--tree-node__label__details{align-items:center;display:flex}.cds-custom--tree-node--with-icon .cds-custom--tree-parent-node__toggle{margin-inline-end:0}.cds-custom--tree-parent-node__toggle{align-items:center;block-size:1.5rem;border:0;display:flex;inline-size:1.5rem;margin-inline:-.25rem .25rem;padding-inline-start:.25rem}.cds-custom--tree-parent-node__toggle:hover{cursor:pointer}.cds-custom--tree-parent-node__toggle:focus{outline:none}.cds-custom--tree-parent-node__toggle-icon{fill:var(--cds-custom-icon-secondary,#525252);transform:rotate(-90deg);transition:all .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--tree-parent-node__toggle-icon--expanded{transform:rotate(0)}.cds-custom--tree-node__icon,:host(cds-custom-tree-node:not([href])) ::slotted([slot=icon]){fill:var(--cds-custom-icon-secondary,#525252);margin-inline:.5rem .5rem;min-block-size:1rem;min-inline-size:1rem}.cds-custom--tree-parent-node__toggle+.cds-custom--tree-node__label__details .cds-custom--tree-node__icon,:host(cds-custom-tree-node:not([href])) .cds-custom--tree-parent-node__toggle+.cds-custom--tree-node__label__details ::slotted([slot=icon]){margin-inline-start:.25rem}.cds-custom--tree-node--selected>.cds-custom--tree-node__label,:host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label{background-color:var(--cds-custom-layer-selected-01,#e0e0e0);color:var(--cds-custom-text-primary,#161616)}.cds-custom--tree-node--selected>.cds-custom--tree-node__label:hover,:host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label:hover{background-color:var(--cds-custom-layer-selected-hover-01,#d1d1d1)}.cds-custom--tree-node--selected>.cds-custom--tree-node__label .cds-custom--tree-node__icon,.cds-custom--tree-node--selected>.cds-custom--tree-node__label .cds-custom--tree-parent-node__toggle-icon,:host(cds-custom-tree-node:not([href])) .cds-custom--tree-node--selected>.cds-custom--tree-node__label ::slotted([slot=icon]),:host(cds-custom-tree-node:not([href])):host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label ::slotted([slot=icon]),:host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label .cds-custom--tree-node__icon,:host(cds-custom-tree-node[selected]:not([href]))>.cds-custom--tree-node__label .cds-custom--tree-parent-node__toggle-icon{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tree-node--active>.cds-custom--tree-node__label,:host(cds-custom-tree-node[active]:not([href]))>.cds-custom--tree-node__label{position:relative}.cds-custom--tree-node--active>.cds-custom--tree-node__label:before,:host(cds-custom-tree-node[active]:not([href]))>.cds-custom--tree-node__label:before{background-color:var(--cds-custom-interactive,#0f62fe);block-size:100%;content:\"\";inline-size:.25rem;inset-block-start:0;inset-inline-start:0;position:absolute}.cds-custom--tree--xs .cds-custom--tree-node__label{min-block-size:1.5rem}.cds-custom--tree--xs .cds-custom--tree-node:not(.cds-custom--tree-parent-node) .cds-custom--tree-node__label,.cds-custom--tree--xs :not(.cds-custom--tree-parent-node):host(cds-custom-tree-node:not([href])) .cds-custom--tree-node__label{padding:0}.cds-custom--tree--xs .cds-custom--tree-parent-node__toggle{margin-block-start:0}:host(cds-custom-tree-view){display:block}:host(cds-custom-tree-node){box-sizing:border-box;display:list-item}:host(cds-custom-tree-node) .cds-custom--tree-node__label{box-sizing:inherit}:host(cds-custom-tree-node) .cds-custom--tree-node__hidden{display:none}:host(cds-custom-tree-node) .cds-custom--tree-parent-node__toggle{box-sizing:inherit}:host(cds-custom-tree-node:focus-visible){outline:none}:host(cds-custom-tree-node:focus-visible) .cds-custom--tree-node__label{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(cds-custom-tree-node:focus-visible) .cds-custom--tree-node__label{outline-style:dotted}}:host(cds-custom-tree-node:not([parent]):not([href])) .cds-custom--tree-node__label{padding-block:.4375rem}:host(cds-custom-tree-node[href]) .cds-custom--tree-node,:host(cds-custom-tree-node[href]) :host(cds-custom-tree-node:not([href])){box-sizing:inherit}:host(cds-custom-tree-node[href]) .cds-custom--tree-node__label{padding-block:0}:host(cds-custom-tree-node[has-icon]:not([parent]:not([href]))){padding-inline-start:2rem}:host(cds-custom-tree-node[has-icon]:not([href])){padding-inline-start:.5rem}:host(cds-custom-tree-node[has-icon]:not([href])) .cds-custom--tree-parent-node__toggle{margin-inline-end:0}:host(cds-custom-tree-node[has-icon][parent]:not([href])){padding-inline-start:1rem}:host(cds-custom-tree-node[has-icon]:not([href])) ::slotted(cds-custom-tree-node){margin-inline-start:.5rem}:host(cds-custom-tree-node:not([href])[size=xs]) .cds-custom--tree-node__label{min-block-size:1.5rem}:host(cds-custom-tree-node:not([href])[size=xs]) .cds-custom--tree-parent-node__toggle{margin-block-start:0}:host(cds-custom-tree-node:not([href])[size=xs]:not([parent])) .cds-custom--tree-node__label{padding:0}:host(cds-custom-tree-node[href]) a{text-decoration:none}"]);
11
11
 
12
12
  export { styles as default };
13
13
  //# sourceMappingURL=tree-view.scss.js.map
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { css } from 'lit';
9
9
 
10
- var styles = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color:var(--cds-custom-background-inverse,#393939);--cds-custom-popover-text-color:var(--cds-custom-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover>.cds-custom--popover-content{filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.cds-custom--popover--caret{--cds-custom-popover-offset:0.625rem}.cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow,none);inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));border:0;border-radius:var(--cds-custom-popover-border-radius,2px);box-sizing:border-box;color:var(--cds-custom-popover-text-color,var(--cds-custom-text-primary,#161616));display:none;font-family:inherit;font-size:100%;inline-size:-moz-max-content;inline-size:max-content;margin:0;max-inline-size:23rem;padding:0;pointer-events:auto;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--layout--size-sm .cds-custom--popover-content{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-sm)}.cds-custom--layout--size-md .cds-custom--popover-content{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-md)}.cds-custom--layout--size-lg .cds-custom--popover-content{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset,0))}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset,0))}.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),-50%)}.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5*-1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + .1px),-50%)}.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*-.5 - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + 100%),-50%)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2rem;justify-content:center;margin:0;padding:0;position:relative;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{background:var(--cds-custom-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tooltip{--cds-custom-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:18rem;padding:var(--cds-custom-tooltip-padding-block,1rem) var(--cds-custom-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block:0.125rem;--cds-custom-popover-caret-width:0.5rem;--cds-custom-popover-caret-height:0.25rem;--cds-custom-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-block-end:1px dotted var(--cds-custom-border-strong);border-radius:0;box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe);outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-sm)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-lg)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));--temp-1lh:(var(--cds-custom-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-custom-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-custom-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding:0;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local)*3 + .9375rem);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:baseline;vertical-align:top}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-custom-button-disabled,#c6c6c6);border-color:var(--cds-custom-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{block-size:1rem;flex-shrink:0;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-custom-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover,#0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active,#002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover,.cds-custom--btn--secondary{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--secondary{background-color:var(--cds-custom-button-secondary,#393939);border:1px solid transparent}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover,#474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active,#6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:focus,.cds-custom--btn--secondary:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-custom-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover,#0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active,#002d9c);border-color:transparent;color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-link-primary,#0f62fe);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost .cds-custom--btn__icon{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.cds-custom--btn--ghost:hover{color:var(--cds-custom-link-primary-hover,#0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--icon-only{block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);justify-content:center;padding:0;padding-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected,hsla(0,0%,55%,.2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{background-color:var(--cds-custom-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{background-color:transparent;border-color:var(--cds-custom-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-custom-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover,#b81921);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary,#da1e28);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active,#750e13);border-color:var(--cds-custom-button-danger-active,#750e13);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-button-danger-secondary,#da1e28);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;inline-size:9.375rem;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus),.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled,#8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:ButtonText}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--header,:host(cds-custom-header){align-items:center;background-color:var(--cds-custom-background,#fff);block-size:3rem;border:0;border-block-end:1px solid var(--cds-custom-border-subtle);box-sizing:border-box;display:flex;font-family:inherit;font-size:100%;inset-block-start:0;inset-inline:0;margin:0;padding:0;position:fixed;vertical-align:baseline;z-index:8000}.cds-custom--header *,.cds-custom--header :after,.cds-custom--header :before,:host(cds-custom-header) *,:host(cds-custom-header) :after,:host(cds-custom-header) :before{box-sizing:inherit}.cds-custom--header__action{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:3rem;border:.0625rem solid transparent;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:3rem;margin:0;padding:0;text-align:start;transition:background-color .11s,border-color .11s;vertical-align:baseline}.cds-custom--header__action *,.cds-custom--header__action :after,.cds-custom--header__action :before{box-sizing:inherit}.cds-custom--header__action::-moz-focus-inner{border:0}@media (max-width:41.98rem){.cds-custom--header__action{min-inline-size:3rem}}.cds-custom--header__global .cds-custom--popover,:host(cds-custom-header) ::slotted(.cds-custom--header__global) .cds-custom--popover{z-index:8001}.cds-custom--header__action>:first-child{margin-block-start:0}.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-expand-icon,.cds-custom--header__action>svg.cds-custom--navigation-menu-panel-collapse-icon{display:none}.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-collapse-icon{display:inline}.cds-custom--header__action:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--header__action--active{background:var(--cds-custom-layer);border-block-end:1px solid transparent;border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle)}.cds-custom--header__action--active>svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--header__action:focus{border-color:var(--cds-custom-focus,#0f62fe);outline:none}.cds-custom--header__action:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}.cds-custom--header__action.cds-custom--btn--icon-only{align-items:center;justify-content:center}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action--active svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:active svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:hover svg,.cds-custom--header__menu-trigger:hover>svg,.cds-custom--header__menu-trigger>svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--header__menu-toggle{align-items:center;display:flex;justify-content:center}@media (min-width:66rem){.cds-custom--header__menu-toggle__hidden{display:none}}a.cds-custom--header__name{align-items:center;block-size:100%;border:.125rem solid transparent;display:flex;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);font-weight:600;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);letter-spacing:.1px;line-height:var(--cds-custom-body-compact-01-line-height,1.28572);line-height:1.25rem;outline:none;padding:0 2rem 0 1rem;text-decoration:none;transition:border-color .11s;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:41.98rem){a.cds-custom--header__name{padding:0 1rem}}a.cds-custom--header__name:focus{border-color:var(--cds-custom-focus,#0f62fe)}.cds-custom--header__name--prefix{font-weight:400}a.cds-custom--header__name,a.cds-custom--header__name:hover{color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__menu-toggle:not(.cds-custom--header__menu-toggle__hidden)~.cds-custom--header__name{padding-inline-start:.5rem}.cds-custom--header__nav,:host(cds-custom-header-nav){block-size:100%;display:none;padding-inline-start:1rem;position:relative}@media (min-width:66rem){.cds-custom--header__nav,:host(cds-custom-header-nav){display:block}}.cds-custom--header__nav:before{background-color:var(--cds-custom-border-subtle);block-size:1.5rem;content:\"\";display:block;inline-size:.0625rem;inset-block-start:50%;inset-inline-start:0;position:absolute;transform:translateY(-50%)}.cds-custom--header__menu-bar{block-size:100%;border:0;box-sizing:border-box;display:flex;font-family:inherit;font-size:100%;list-style:none;margin:0;padding:0;vertical-align:baseline}.cds-custom--header__menu-bar *,.cds-custom--header__menu-bar :after,.cds-custom--header__menu-bar :before{box-sizing:inherit}a.cds-custom--header__menu-item{align-items:center;background-color:var(--cds-custom-background,#fff);block-size:100%;border:2px solid transparent;color:var(--cds-custom-text-secondary,#525252);display:flex;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.125rem;padding:0 1rem;position:relative;text-decoration:none;transition:background-color .11s,border-color .11s,color .11s;-webkit-user-select:none;-moz-user-select:none;user-select:none}a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__action:active,a.cds-custom--header__menu-item:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5));color:var(--cds-custom-text-primary,#161616)}a.cds-custom--header__menu-item:focus{border-color:var(--cds-custom-focus,#0f62fe);outline:none}a.cds-custom--header__menu-item:active>svg,a.cds-custom--header__menu-item:hover>svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--header__menu-item--current,a.cds-custom--header__menu-item[aria-current=page]{color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__menu-item--current:after,a.cds-custom--header__menu-item[aria-current=page]:after{background-color:var(--cds-custom-border-interactive,#0f62fe);block-size:3px;content:\"\";inline-size:calc(100% + 4px);inset-block-end:-2px;inset-inline-start:-2px;position:absolute}.cds-custom--header__menu-item--current:focus:after,a.cds-custom--header__menu-item[aria-current=page]:focus:after{border:0}.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:after,.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:after,:host(cds-custom-header-menu) .cds-custom--header__menu .cds-custom--header__menu-item--current:after,:host(cds-custom-header-menu) .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:after{background-color:var(--cds-custom-border-interactive,#0f62fe);block-size:calc(100% + 4px);inline-size:3px;inset-block-start:-2px;inset-inline-start:-2px}.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:focus:after,.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:focus:after,:host(cds-custom-header-menu) .cds-custom--header__menu .cds-custom--header__menu-item--current:focus:after,:host(cds-custom-header-menu) .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:focus:after{background-color:var(--cds-custom-border-interactive,#0f62fe);block-size:calc(100% + 4px);inline-size:5px;inset-block-start:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item.cds-custom--header__menu-item--current:focus,a.cds-custom--header__menu-item[aria-current=page]:focus{border:2px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--header__submenu,:host(cds-custom-header-menu){position:relative}.cds-custom--header__menu-title[aria-haspopup=true]{position:relative}.cds-custom--header__menu-title[aria-expanded=true]{background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary,#525252);z-index:8002}.cds-custom--header__menu-title[aria-expanded=true]>.cds-custom--header__menu-arrow{transform:rotate(180deg)}.cds-custom--header__menu{display:none;list-style:none;margin:0;padding:0}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{background-color:var(--cds-custom-layer);box-shadow:0 4px 8px 0 rgba(0,0,0,.5);display:flex;flex-direction:column;inline-size:12.5rem;inset-block-end:0;inset-inline-start:0;position:absolute;transform:translateY(100%);z-index:8001}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item{background-color:var(--cds-custom-layer)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:hover{background-color:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:active{background-color:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current{background-color:var(--cds-custom-layer-selected)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--header__menu .cds-custom--header__menu-item{block-size:3rem}.cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary,#525252);margin-inline-start:.5rem;transition:transform .11s,fill .11s}.cds-custom--header__global,:host(cds-custom-header) ::slotted(.cds-custom--header__global){block-size:100%;display:flex;flex:1 1 0%;justify-content:flex-end}.cds-custom--skip-to-content{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--skip-to-content:focus{align-items:center;background-color:var(--cds-custom-background,#fff);block-size:3rem;border:4px solid var(--cds-custom-focus,#0f62fe);display:flex;padding:0 1rem;z-index:9999;clip:auto;color:var(--cds-custom-text-secondary,#525252);inline-size:auto;inset-block-start:0;inset-inline-start:0;outline:none}.cds-custom--header-panel,:host(cds-custom-header-panel){background-color:var(--cds-custom-layer);border:none;color:var(--cds-custom-text-secondary,#525252);inline-size:0;inset-block:3rem 0;inset-inline-end:0;overflow:hidden;position:fixed;transition:width .11s cubic-bezier(.2,0,1,.9);will-change:width;z-index:8000}.cds-custom--header-panel--expanded,:host(cds-custom-header-panel[expanded]){border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle);inline-size:16rem;overflow-y:auto}.cds-custom--switcher,:host(cds-custom-switcher){align-items:center;border:0;box-sizing:border-box;color:var(--cds-custom-text-secondary,#525252);display:flex;flex-direction:column;font-family:inherit;font-size:100%;justify-content:center;margin:0;padding:0;vertical-align:baseline}.cds-custom--switcher *,.cds-custom--switcher :after,.cds-custom--switcher :before,:host(cds-custom-switcher) *,:host(cds-custom-switcher) :after,:host(cds-custom-switcher) :before{box-sizing:inherit}.cds-custom--switcher__item,:host(cds-custom-switcher-item){block-size:2rem;inline-size:100%}.cds-custom--switcher__item:first-child{margin-block-start:1rem}.cds-custom--switcher__item--divider,:host(cds-custom-switcher-divider){background:var(--cds-custom-border-subtle);block-size:1px;border:none;display:block;inline-size:14rem;margin:.5rem 1rem}.cds-custom--switcher__item-link{block-size:2rem;color:var(--cds-custom-text-secondary,#525252);display:block;font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572);padding:.375rem 1rem;text-decoration:none}.cds-custom--switcher__item-link:hover:not(.cds-custom--switcher__item-link--selected){background:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary,#161616);cursor:pointer}.cds-custom--switcher__item-link:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}.cds-custom--switcher__item-link:active{background:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}.cds-custom--switcher__item-link--selected{background:var(--cds-custom-layer-selected);color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-header-nav) .cds-custom-ce--header__divider{background-color:var(--cds-custom-border-subtle);block-size:1.5rem;inline-size:.0625rem;inset-block-start:50%;inset-inline-start:0;position:absolute;transform:translateY(-50%)}:host(cds-custom-header-nav-item){outline:none}:host(cds-custom-header-menu){outline:none}:host(cds-custom-header-menu-item){outline:none}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item{background-color:var(--cds-custom-layer);block-size:3rem}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item--current{background-color:var(--cds-custom-layer-selected)}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item--current:after{background-color:var(--cds-custom-border-interactive,#0f62fe);block-size:100%;content:\"\";inline-size:3px;inset-block:-.125rem;inset-inline-start:-.125rem;position:absolute}:host(cds-custom-header-global-action) ::slotted(svg){fill:var(--cds-custom-icon-secondary,#525252)}:host(cds-custom-header-global-action):hover ::slotted(svg){fill:var(--cds-custom-icon-primary,#161616)}:host(cds-custom-header-global-action) .cds-custom--popover{z-index:8001}:host(cds-custom-header-menu) a.cds-custom--header__menu-item,:host(cds-custom-header-nav-item) a.cds-custom--header__menu-item{box-sizing:border-box}:host(cds-custom-header-menu-button){display:content;outline:none}@media (min-width:66rem){:host(cds-custom-header-menu-button){display:none}}:host(cds-custom-header-menu-button[collapse-mode=fixed]){display:none}@media (min-width:66rem){:host(cds-custom-header-menu-button[collapse-mode=rail]){display:block}}:host(cds-custom-header-name){block-size:100%;display:content}:host(cds-custom-header-name) a{box-sizing:border-box}:host(cds-custom-switcher-item) a{box-sizing:border-box}:host(cds-custom-switcher-item:first-child){margin-block-start:1rem}"]);
10
+ var styles = css(["@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color:var(--cds-custom-background-inverse,#393939);--cds-custom-popover-text-color:var(--cds-custom-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover>.cds-custom--popover-content{filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.cds-custom--popover--caret{--cds-custom-popover-offset:0.625rem}.cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow,none);inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));border:0;border-radius:var(--cds-custom-popover-border-radius,2px);box-sizing:border-box;color:var(--cds-custom-popover-text-color,var(--cds-custom-text-primary,#161616));display:none;font-family:inherit;font-size:100%;inline-size:-moz-max-content;inline-size:max-content;margin:0;max-inline-size:23rem;padding:0;pointer-events:auto;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--layout--size-sm .cds-custom--popover-content{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-sm)}.cds-custom--layout--size-md .cds-custom--popover-content{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-md)}.cds-custom--layout--size-lg .cds-custom--popover-content{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset,0))}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset,0))}.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),-50%)}.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5*-1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + .1px),-50%)}.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*-.5 - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + 100%),-50%)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2rem;justify-content:center;margin:0;padding:0;position:relative;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{background:var(--cds-custom-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tooltip{--cds-custom-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-custom-tooltip-padding-block,1rem) var(--cds-custom-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block:0.125rem;--cds-custom-popover-caret-width:0.5rem;--cds-custom-popover-caret-height:0.25rem;--cds-custom-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-block-end:1px dotted var(--cds-custom-border-strong);border-radius:0;box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe);outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-sm)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-lg)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));--temp-1lh:(var(--cds-custom-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-custom-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-custom-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding:0;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local)*3 + .9375rem);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:baseline;vertical-align:top}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-custom-button-disabled,#c6c6c6);border-color:var(--cds-custom-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{block-size:1rem;flex-shrink:0;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-custom-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover,#0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active,#002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover,.cds-custom--btn--secondary{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--secondary{background-color:var(--cds-custom-button-secondary,#393939);border:1px solid transparent}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover,#474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active,#6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:focus,.cds-custom--btn--secondary:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-custom-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover,#0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active,#002d9c);border-color:transparent;color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-link-primary,#0f62fe);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost .cds-custom--btn__icon{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.cds-custom--btn--ghost:hover{color:var(--cds-custom-link-primary-hover,#0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--icon-only{block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);justify-content:center;padding:0;padding-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected,hsla(0,0%,55%,.2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{background-color:var(--cds-custom-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{background-color:transparent;border-color:var(--cds-custom-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-custom-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover,#b81921);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary,#da1e28);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active,#750e13);border-color:var(--cds-custom-button-danger-active,#750e13);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-button-danger-secondary,#da1e28);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;inline-size:9.375rem;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus),.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled,#8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:ButtonText}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--header,:host(cds-custom-header){align-items:center;background-color:var(--cds-custom-background,#fff);block-size:3rem;border:0;border-block-end:1px solid var(--cds-custom-border-subtle);box-sizing:border-box;display:flex;font-family:inherit;font-size:100%;inset-block-start:0;inset-inline:0;margin:0;padding:0;position:fixed;vertical-align:baseline;z-index:8000}.cds-custom--header *,.cds-custom--header :after,.cds-custom--header :before,:host(cds-custom-header) *,:host(cds-custom-header) :after,:host(cds-custom-header) :before{box-sizing:inherit}.cds-custom--header__action{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:3rem;border:.0625rem solid transparent;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:3rem;margin:0;padding:0;text-align:start;transition:background-color .11s,border-color .11s;vertical-align:baseline}.cds-custom--header__action *,.cds-custom--header__action :after,.cds-custom--header__action :before{box-sizing:inherit}.cds-custom--header__action::-moz-focus-inner{border:0}@media (max-width:41.98rem){.cds-custom--header__action{min-inline-size:3rem}}.cds-custom--header__global .cds-custom--popover,:host(cds-custom-header) ::slotted(.cds-custom--header__global) .cds-custom--popover{z-index:8001}.cds-custom--header__action>:first-child{margin-block-start:0}.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-expand-icon,.cds-custom--header__action>svg.cds-custom--navigation-menu-panel-collapse-icon{display:none}.cds-custom--header__action--active>svg.cds-custom--navigation-menu-panel-collapse-icon{display:inline}.cds-custom--header__action:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--header__action--active{background:var(--cds-custom-layer);border-block-end:1px solid transparent;border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle)}.cds-custom--header__action--active>svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--header__action:focus{border-color:var(--cds-custom-focus,#0f62fe);outline:none}.cds-custom--header__action:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}.cds-custom--header__action.cds-custom--btn--icon-only{align-items:center;justify-content:center}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action--active svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:active svg,.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--header__action:hover svg,.cds-custom--header__menu-trigger:hover>svg,.cds-custom--header__menu-trigger>svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--header__menu-toggle{align-items:center;display:flex;justify-content:center}@media (min-width:66rem){.cds-custom--header__menu-toggle__hidden{display:none}}a.cds-custom--header__name{align-items:center;block-size:100%;border:.125rem solid transparent;display:flex;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);font-weight:600;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);letter-spacing:.1px;line-height:var(--cds-custom-body-compact-01-line-height,1.28572);line-height:1.25rem;outline:none;padding:0 2rem 0 1rem;text-decoration:none;transition:border-color .11s;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:41.98rem){a.cds-custom--header__name{padding:0 1rem}}a.cds-custom--header__name:focus{border-color:var(--cds-custom-focus,#0f62fe)}.cds-custom--header__name--prefix{font-weight:400}a.cds-custom--header__name,a.cds-custom--header__name:hover{color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__menu-toggle:not(.cds-custom--header__menu-toggle__hidden)~.cds-custom--header__name{padding-inline-start:.5rem}.cds-custom--header__nav,:host(cds-custom-header-nav){block-size:100%;display:none;padding-inline-start:1rem;position:relative}@media (min-width:66rem){.cds-custom--header__nav,:host(cds-custom-header-nav){display:block}}.cds-custom--header__nav:before{background-color:var(--cds-custom-border-subtle);block-size:1.5rem;content:\"\";display:block;inline-size:.0625rem;inset-block-start:50%;inset-inline-start:0;position:absolute;transform:translateY(-50%)}.cds-custom--header__menu-bar{block-size:100%;border:0;box-sizing:border-box;display:flex;font-family:inherit;font-size:100%;list-style:none;margin:0;padding:0;vertical-align:baseline}.cds-custom--header__menu-bar *,.cds-custom--header__menu-bar :after,.cds-custom--header__menu-bar :before{box-sizing:inherit}a.cds-custom--header__menu-item{align-items:center;background-color:var(--cds-custom-background,#fff);block-size:100%;border:2px solid transparent;color:var(--cds-custom-text-secondary,#525252);display:flex;font-size:.875rem;font-weight:400;letter-spacing:0;line-height:1.125rem;padding:0 1rem;position:relative;text-decoration:none;transition:background-color .11s,border-color .11s,color .11s;-webkit-user-select:none;-moz-user-select:none;user-select:none}a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__action:active,a.cds-custom--header__menu-item:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5));color:var(--cds-custom-text-primary,#161616)}a.cds-custom--header__menu-item:focus{border-color:var(--cds-custom-focus,#0f62fe);outline:none}a.cds-custom--header__menu-item:active>svg,a.cds-custom--header__menu-item:hover>svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--header__menu-item--current,a.cds-custom--header__menu-item[aria-current=page]{color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__menu-item--current:after,a.cds-custom--header__menu-item[aria-current=page]:after{background-color:var(--cds-custom-border-interactive,#0f62fe);block-size:3px;content:\"\";inline-size:calc(100% + 4px);inset-block-end:-2px;inset-inline-start:-2px;position:absolute}.cds-custom--header__menu-item--current:focus:after,a.cds-custom--header__menu-item[aria-current=page]:focus:after{border:0}.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:after,.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:after,:host(cds-custom-header-menu) .cds-custom--header__menu .cds-custom--header__menu-item--current:after,:host(cds-custom-header-menu) .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:after{background-color:var(--cds-custom-border-interactive,#0f62fe);block-size:calc(100% + 4px);inline-size:3px;inset-block-start:-2px;inset-inline-start:-2px}.cds-custom--header__submenu .cds-custom--header__menu .cds-custom--header__menu-item--current:focus:after,.cds-custom--header__submenu .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:focus:after,:host(cds-custom-header-menu) .cds-custom--header__menu .cds-custom--header__menu-item--current:focus:after,:host(cds-custom-header-menu) .cds-custom--header__menu a.cds-custom--header__menu-item[aria-current=page]:focus:after{background-color:var(--cds-custom-border-interactive,#0f62fe);block-size:calc(100% + 4px);inline-size:5px;inset-block-start:-2px;inset-inline-start:-2px}a.cds-custom--header__menu-item.cds-custom--header__menu-item--current:focus,a.cds-custom--header__menu-item[aria-current=page]:focus{border:2px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--header__submenu,:host(cds-custom-header-menu){position:relative}.cds-custom--header__menu-title[aria-haspopup=true]{position:relative}.cds-custom--header__menu-title[aria-expanded=true]{background-color:var(--cds-custom-layer);color:var(--cds-custom-text-secondary,#525252);z-index:8002}.cds-custom--header__menu-title[aria-expanded=true]>.cds-custom--header__menu-arrow{transform:rotate(180deg)}.cds-custom--header__menu{display:none;list-style:none;margin:0;padding:0}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{background-color:var(--cds-custom-layer);box-shadow:0 4px 8px 0 rgba(0,0,0,.5);display:flex;flex-direction:column;inline-size:12.5rem;inset-block-end:0;inset-inline-start:0;position:absolute;transform:translateY(100%);z-index:8001}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item{background-color:var(--cds-custom-layer)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:hover{background-color:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item:active{background-color:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current{background-color:var(--cds-custom-layer-selected)}.cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu .cds-custom--header__menu-item.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--header__menu .cds-custom--header__menu-item{block-size:3rem}.cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary,#525252);margin-inline-start:.5rem;transition:transform .11s,fill .11s}.cds-custom--header__global,:host(cds-custom-header) ::slotted(.cds-custom--header__global){block-size:100%;display:flex;flex:1 1 0%;justify-content:flex-end}.cds-custom--skip-to-content{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--skip-to-content:focus{align-items:center;background-color:var(--cds-custom-background,#fff);block-size:3rem;border:4px solid var(--cds-custom-focus,#0f62fe);display:flex;padding:0 1rem;z-index:9999;clip:auto;color:var(--cds-custom-text-secondary,#525252);inline-size:auto;inset-block-start:0;inset-inline-start:0;outline:none}.cds-custom--header-panel,:host(cds-custom-header-panel){background-color:var(--cds-custom-layer);border:none;color:var(--cds-custom-text-secondary,#525252);inline-size:0;inset-block:3rem 0;inset-inline-end:0;overflow:hidden;position:fixed;transition:width .11s cubic-bezier(.2,0,1,.9);will-change:width;z-index:8000}.cds-custom--header-panel--expanded,:host(cds-custom-header-panel[expanded]){border-inline-end:1px solid var(--cds-custom-border-subtle);border-inline-start:1px solid var(--cds-custom-border-subtle);inline-size:16rem;overflow-y:auto}.cds-custom--switcher,:host(cds-custom-switcher){align-items:center;border:0;box-sizing:border-box;color:var(--cds-custom-text-secondary,#525252);display:flex;flex-direction:column;font-family:inherit;font-size:100%;justify-content:center;margin:0;padding:0;vertical-align:baseline}.cds-custom--switcher *,.cds-custom--switcher :after,.cds-custom--switcher :before,:host(cds-custom-switcher) *,:host(cds-custom-switcher) :after,:host(cds-custom-switcher) :before{box-sizing:inherit}.cds-custom--switcher__item,:host(cds-custom-switcher-item){block-size:2rem;inline-size:100%}.cds-custom--switcher__item:first-child{margin-block-start:1rem}.cds-custom--switcher__item--divider,:host(cds-custom-switcher-divider){background:var(--cds-custom-border-subtle);block-size:1px;border:none;display:block;inline-size:14rem;margin:.5rem 1rem}.cds-custom--switcher__item-link{block-size:2rem;color:var(--cds-custom-text-secondary,#525252);display:block;font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572);padding:.375rem 1rem;text-decoration:none}.cds-custom--switcher__item-link:hover:not(.cds-custom--switcher__item-link--selected){background:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary,#161616);cursor:pointer}.cds-custom--switcher__item-link:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}.cds-custom--switcher__item-link:active{background:var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}.cds-custom--switcher__item-link--selected{background:var(--cds-custom-layer-selected);color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-header-nav) .cds-custom-ce--header__divider{background-color:var(--cds-custom-border-subtle);block-size:1.5rem;inline-size:.0625rem;inset-block-start:50%;inset-inline-start:0;position:absolute;transform:translateY(-50%)}:host(cds-custom-header-nav-item){outline:none}:host(cds-custom-header-menu){outline:none}:host(cds-custom-header-menu-item){outline:none}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item{background-color:var(--cds-custom-layer);block-size:3rem}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item--current{background-color:var(--cds-custom-layer-selected)}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}:host(cds-custom-header-menu-item) a.cds-custom--header__menu-item--current:after{background-color:var(--cds-custom-border-interactive,#0f62fe);block-size:100%;content:\"\";inline-size:3px;inset-block:-.125rem;inset-inline-start:-.125rem;position:absolute}:host(cds-custom-header-global-action) ::slotted(svg){fill:var(--cds-custom-icon-secondary,#525252)}:host(cds-custom-header-global-action):hover ::slotted(svg){fill:var(--cds-custom-icon-primary,#161616)}:host(cds-custom-header-global-action) .cds-custom--popover{z-index:8001}:host(cds-custom-header-menu) a.cds-custom--header__menu-item,:host(cds-custom-header-nav-item) a.cds-custom--header__menu-item{box-sizing:border-box}:host(cds-custom-header-menu-button){display:content;outline:none}@media (min-width:66rem){:host(cds-custom-header-menu-button){display:none}}:host(cds-custom-header-menu-button[collapse-mode=fixed]){display:none}@media (min-width:66rem){:host(cds-custom-header-menu-button[collapse-mode=rail]){display:block}}:host(cds-custom-header-name){block-size:100%;display:content}:host(cds-custom-header-name) a{box-sizing:border-box}:host(cds-custom-switcher-item) a{box-sizing:border-box}:host(cds-custom-switcher-item:first-child){margin-block-start:1rem}"]);
11
11
 
12
12
  export { styles as default };
13
13
  //# sourceMappingURL=header.scss.js.map
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { css } from 'lit';
9
9
 
10
- var styles = css([".cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--side-nav{background-color:var(--cds-custom-background,#fff);color:var(--cds-custom-text-secondary,#525252);inline-size:3rem;inset-block:0;inset-inline-start:0;max-inline-size:16rem;overflow:hidden;position:fixed;transition:inline-size .11s cubic-bezier(.2,0,1,.9),transform .11s cubic-bezier(.2,0,1,.9);will-change:inline-size;z-index:8000}.cds-custom--side-nav--ux{inline-size:16rem;inset-block-start:3rem}@media (max-width:65.98rem){.cds-custom--side-nav--ux{inline-size:0}}.cds-custom--side-nav--rail{inline-size:3rem}.cds-custom--side-nav--hidden{inline-size:0}.cds-custom--side-nav--expanded{inline-size:16rem}.cds-custom--side-nav__overlay{background-color:transparent;block-size:0;inline-size:0;inset-block-start:3rem;inset-inline-start:0;opacity:0;position:fixed;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}@media (max-width:65.98rem){.cds-custom--side-nav__overlay-active{background-color:var(--cds-custom-overlay,hsla(0,0%,9%,.5));block-size:100vh;inline-size:100vw;opacity:1;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1);z-index:6000}}.cds-custom--header~.cds-custom--side-nav{block-size:calc(100% - 48px);inset-block-start:3rem}.cds-custom--side-nav--fixed{inline-size:16rem}.cds-custom--side-nav--collapsed{inline-size:16rem;transform:translateX(-16rem)}.cds-custom--side-nav__navigation{display:flex;flex-direction:column}.cds-custom--side-nav__items,:host(cds-custom-side-nav-items){border:0;box-sizing:border-box;flex:1 1 0%;font-family:inherit;font-size:100%;margin:0;overflow:hidden;padding:1rem 0 0;vertical-align:baseline}.cds-custom--side-nav__items *,.cds-custom--side-nav__items :after,.cds-custom--side-nav__items :before,:host(cds-custom-side-nav-items) *,:host(cds-custom-side-nav-items) :after,:host(cds-custom-side-nav-items) :before{box-sizing:inherit}.cds-custom--side-nav--expanded .cds-custom--side-nav__items,.cds-custom--side-nav--expanded :host(cds-custom-side-nav-items),.cds-custom--side-nav--fixed .cds-custom--side-nav__items,.cds-custom--side-nav--fixed :host(cds-custom-side-nav-items),.cds-custom--side-nav:hover .cds-custom--side-nav__items,.cds-custom--side-nav:hover :host(cds-custom-side-nav-items){overflow-y:auto}.cds-custom--side-nav--ux .cds-custom--side-nav__items,.cds-custom--side-nav--ux :host(cds-custom-side-nav-items){overflow-y:auto}.cds-custom--side-nav__item,:host(cds-custom-side-nav-link),:host(cds-custom-side-nav-menu){block-size:auto;inline-size:auto;overflow:hidden}.cds-custom--side-nav--ux .cds-custom--side-nav__item,.cds-custom--side-nav--ux :host(cds-custom-side-nav-link),.cds-custom--side-nav--ux :host(cds-custom-side-nav-menu){block-size:auto;inline-size:auto}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]:hover,.cds-custom--side-nav a.cds-custom--header__menu-item:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover :not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover :not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover,.cds-custom--side-nav__menu a.cds-custom--side-nav__link:not(.cds-custom--side-nav__link--current):not([aria-current=page]):hover,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link)>.cds-custom--side-nav__link:hover,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu)>.cds-custom--side-nav__link:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active) :host(cds-custom-side-nav-menu-item)>.cds-custom--side-nav__link:hover>span,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link) :host(cds-custom-side-nav-menu-item)>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link)>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu) :host(cds-custom-side-nav-menu-item)>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu)>.cds-custom--side-nav__link:hover>span{color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav__item--large,:host(cds-custom-side-nav-link[large]),:host(cds-custom-side-nav-menu[large]){block-size:auto}.cds-custom--side-nav__divider,:host(cds-custom-side-nav-divider){background-color:var(--cds-custom-border-subtle);block-size:1px;list-style-type:none;margin:.5rem 1rem}.cds-custom--side-nav__divider hr,:host(cds-custom-side-nav-divider) hr{border:none}.cds-custom--side-nav__submenu{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;color:var(--cds-custom-text-secondary,#525252);cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);inline-size:100%;letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572);margin:0;outline:2px solid transparent;outline-offset:-2px;padding:0 1rem;text-align:start;transition:color .11s,background-color .11s,outline .11s;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:baseline}.cds-custom--side-nav__submenu *,.cds-custom--side-nav__submenu :after,.cds-custom--side-nav__submenu :before{box-sizing:inherit}.cds-custom--side-nav__submenu::-moz-focus-inner{border:0}.cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav__submenu:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--side-nav__submenu:focus{outline-style:dotted}}.cds-custom--side-nav__submenu-title{overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap}.cds-custom--side-nav__icon.cds-custom--side-nav__submenu-chevron{display:flex;flex:1;justify-content:flex-end}.cds-custom--side-nav__submenu-chevron>svg{block-size:1rem;inline-size:1rem;transition:transform .11s}.cds-custom--side-nav__submenu[aria-expanded=true] .cds-custom--side-nav__submenu-chevron>svg{transform:rotate(180deg)}.cds-custom--side-nav__item--large .cds-custom--side-nav__submenu,:host(cds-custom-side-nav-link[large]) .cds-custom--side-nav__submenu,:host(cds-custom-side-nav-menu[large]) .cds-custom--side-nav__submenu{block-size:3rem}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu:hover,:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2));color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false],:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__submenu[aria-expanded=false]{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2));color:var(--cds-custom-text-primary,#161616);position:relative}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]:before,:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__submenu[aria-expanded=false]:before{background-color:var(--cds-custom-border-interactive,#0f62fe);content:\"\";inline-size:3px;inset-block:0;inset-inline-start:0;position:absolute}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu-title,:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__submenu-title{color:var(--cds-custom-text-primary,#161616);font-weight:600}.cds-custom--side-nav__item--active .cds-custom--side-nav__icon>svg,:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__icon>svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--side-nav__menu{border:0;box-sizing:border-box;display:block;font-family:inherit;font-size:100%;margin:0;max-block-size:0;padding:0;vertical-align:baseline;visibility:hidden}.cds-custom--side-nav__menu *,.cds-custom--side-nav__menu :after,.cds-custom--side-nav__menu :before{box-sizing:inherit}.cds-custom--side-nav__submenu[aria-expanded=true]+.cds-custom--side-nav__menu{max-block-size:93.75rem;visibility:inherit}.cds-custom--side-nav__menu a.cds-custom--side-nav__link{block-size:2rem;font-weight:400;min-block-size:2rem;padding-inline-start:2rem}.cds-custom--side-nav__item.cds-custom--side-nav__item--icon a.cds-custom--side-nav__link,:host(cds-custom-side-nav-menu):host(cds-custom-side-nav-menu[has-icon]) a.cds-custom--side-nav__link{padding-inline-start:4.5rem}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2))}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current>span,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page]>span,a.cds-custom--side-nav__link--current>span{color:var(--cds-custom-text-primary,#161616);font-weight:600}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu,.cds-custom--side-nav a.cds-custom--header__menu-item,a.cds-custom--side-nav__link{align-items:center;display:flex;font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572);min-block-size:2rem;outline:2px solid transparent;outline-offset:-2px;padding:0 1rem;position:relative;text-decoration:none;transition:color .11s,background-color .11s,outline .11s}.cds-custom--side-nav__item--large a.cds-custom--side-nav__link,:host(cds-custom-side-nav-link[large]) a.cds-custom--side-nav__link,:host(cds-custom-side-nav-menu[large]) a.cds-custom--side-nav__link{block-size:3rem}.cds-custom--side-nav a.cds-custom--header__menu-item .cds-custom--text-truncate-end,a.cds-custom--side-nav__link>.cds-custom--side-nav__link-text{color:var(--cds-custom-text-secondary,#525252);font-size:.875rem;letter-spacing:.1px;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.cds-custom--side-nav a.cds-custom--header__menu-item:focus,a.cds-custom--side-nav__link:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--side-nav a.cds-custom--header__menu-item:focus,a.cds-custom--side-nav__link:focus{outline-style:dotted}}a.cds-custom--side-nav__link--current,a.cds-custom--side-nav__link[aria-current=page]{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2));font-weight:600}a.cds-custom--side-nav__link--current .cds-custom--side-nav__link-text,a.cds-custom--side-nav__link[aria-current=page] .cds-custom--side-nav__link-text{color:var(--cds-custom-text-primary,#161616)}a.cds-custom--side-nav__link--current:before,a.cds-custom--side-nav__link[aria-current=page]:before{background-color:var(--cds-custom-border-interactive,#0f62fe);content:\"\";inline-size:3px;inset-block:0;inset-inline-start:0;position:absolute}.cds-custom--side-nav__icon{align-items:center;display:flex;flex:0 0 1rem;justify-content:center}.cds-custom--side-nav__icon:not(.cds-custom--side-nav__submenu-chevron){margin-inline-end:1.5rem}.cds-custom--side-nav__icon>svg{block-size:1rem;fill:var(--cds-custom-icon-secondary,#525252);inline-size:1rem}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-expand-icon,.cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:block}.cds-custom--side-nav--fixed .cds-custom--side-nav__submenu,.cds-custom--side-nav--fixed a.cds-custom--side-nav__link{padding-inline-start:1rem}.cds-custom--side-nav--fixed .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--icon) .cds-custom--side-nav__menu a.cds-custom--side-nav__link,.cds-custom--side-nav--fixed :not(.cds-custom--side-nav__item--icon):host(cds-custom-side-nav-link) .cds-custom--side-nav__menu a.cds-custom--side-nav__link,.cds-custom--side-nav--fixed :not(.cds-custom--side-nav__item--icon):host(cds-custom-side-nav-menu) .cds-custom--side-nav__menu a.cds-custom--side-nav__link{padding-inline-start:2rem}@media (max-width:65.98rem){.cds-custom--side-nav .cds-custom--header__nav{display:block}}.cds-custom--side-nav__header-navigation,:host(cds-custom-header-side-nav-items){border:0;box-sizing:border-box;display:none;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--side-nav__header-navigation *,.cds-custom--side-nav__header-navigation :after,.cds-custom--side-nav__header-navigation :before,:host(cds-custom-header-side-nav-items) *,:host(cds-custom-header-side-nav-items) :after,:host(cds-custom-header-side-nav-items) :before{box-sizing:inherit}@media (max-width:65.98rem){.cds-custom--side-nav__header-navigation,:host(cds-custom-header-side-nav-items){display:block;margin-block-end:2rem;position:relative}}.cds-custom--side-nav__header-divider:after{background:var(--cds-custom-border-subtle);block-size:.0625rem;content:\"\";inline-size:calc(100% - 32px);inset-block-end:-1rem;inset-inline-start:1rem;position:absolute}.cds-custom--side-nav a.cds-custom--header__menu-item{color:var(--cds-custom-text-secondary,#525252);justify-content:space-between;white-space:nowrap}.cds-custom--side-nav a.cds-custom--header__menu-item[aria-expanded=true]{background-color:transparent}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{background-color:transparent;box-shadow:none;inline-size:100%;inset-block-end:inherit;padding:0;transform:none}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu li{inline-size:100%}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item{font-weight:400;padding-inline-start:4.25rem}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--side-nav .cds-custom--side-nav__header-navigation .cds-custom--header__menu-item--current:after,.cds-custom--side-nav .cds-custom--side-nav__header-navigation a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--side-nav :host(cds-custom-header-side-nav-items) .cds-custom--header__menu-item--current:after,.cds-custom--side-nav :host(cds-custom-header-side-nav-items) a.cds-custom--header__menu-item[aria-current=page]:after{block-size:calc(100% + 4px);inline-size:3px}.cds-custom--side-nav .cds-custom--header__menu a.cds-custom--header__menu-item{block-size:inherit}.cds-custom--side-nav .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:focus .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:hover .cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary,#525252)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--side-nav .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:focus .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:hover .cds-custom--header__menu-arrow,.cds-custom--side-nav__icon>svg{fill:ButtonText}}:host(cds-custom-side-nav[expanded]) ::slotted(cds-custom-side-nav-items){overflow-y:auto}:host(cds-custom-side-nav-link){block-size:auto;display:block;inline-size:auto;outline:none}:host(cds-custom-side-nav-link) .cds-custom--side-nav__icon{color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-side-nav-link) .cds-custom--side-nav__icon[hidden]{display:none}:host(cds-custom-side-nav-divider){display:block}:host(cds-custom-side-nav-menu){display:block}:host(cds-custom-side-nav-menu) .cds-custom--side-nav__icon[hidden]{display:none}:host(cds-custom-side-nav-menu) .cds-custom--side-nav__menu{margin:0;padding:0}:host(cds-custom-side-nav-menu) .cds-custom--side-nav__submenu[aria-expanded=true]+.cds-custom--side-nav__menu{max-block-size:none}:host(cds-custom-side-nav-menu[active]){color:var(--cds-custom-text-primary,#161616);position:relative}:host(cds-custom-side-nav-menu[active]):before{background-color:var(--cds-custom-border-interactive,#0f62fe);content:\"\";inline-size:.25rem;inset-block:0;inset-inline-start:0;position:absolute}:host(cds-custom-side-nav-menu[active][expanded]){background-color:inherit;color:inherit;position:inherit}:host(cds-custom-side-nav-menu[active][expanded]):before{content:none}:host(cds-custom-side-nav-menu-item){block-size:auto;display:block;inline-size:auto;outline:none}:host(cds-custom-side-nav-menu-item) a.cds-custom--side-nav__link{block-size:2rem;font-weight:400;min-block-size:2rem;padding-inline-start:2rem}:host(cds-custom-side-nav-menu-item[parent-has-icon]) a.cds-custom--side-nav__link{padding-inline-start:4.5rem}:host(cds-custom-side-nav-item) .cds-custom--side-nav__link:hover,:host(cds-custom-side-nav-menu) .cds-custom--side-nav__submenu:hover,:host(cds-custom-side-nav-menu-item) .cds-custom--side-nav__link:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}"]);
10
+ var styles = css([".cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}.cds-custom--side-nav{background-color:var(--cds-custom-background,#fff);color:var(--cds-custom-text-secondary,#525252);inline-size:3rem;inset-block:0;inset-inline-start:0;max-inline-size:16rem;overflow:hidden;position:fixed;transition:inline-size .11s cubic-bezier(.2,0,1,.9),transform .11s cubic-bezier(.2,0,1,.9);will-change:inline-size;z-index:8000}.cds-custom--side-nav--ux{inline-size:16rem;inset-block-start:3rem}@media (max-width:65.98rem){.cds-custom--side-nav--ux{inline-size:0}}.cds-custom--side-nav--rail{inline-size:3rem}.cds-custom--side-nav--hidden{inline-size:0}.cds-custom--side-nav--expanded{inline-size:16rem}.cds-custom--side-nav__overlay{background-color:transparent;block-size:0;inline-size:0;inset-block-start:3rem;inset-inline-start:0;opacity:0;position:fixed;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1)}@media (max-width:65.98rem){.cds-custom--side-nav__overlay-active{background-color:var(--cds-custom-overlay,hsla(0,0%,9%,.5));block-size:100vh;inline-size:100vw;opacity:1;transition:opacity .3s cubic-bezier(.5,0,.1,1),background-color .3s cubic-bezier(.5,0,.1,1);z-index:6000}}.cds-custom--header~.cds-custom--side-nav{block-size:calc(100% - 48px);inset-block-start:3rem}.cds-custom--side-nav--fixed{inline-size:16rem}.cds-custom--side-nav--collapsed{inline-size:16rem;transform:translateX(-16rem)}.cds-custom--side-nav__navigation{display:flex;flex-direction:column}.cds-custom--side-nav__items,:host(cds-custom-side-nav-items){border:0;box-sizing:border-box;flex:1 1 0%;font-family:inherit;font-size:100%;margin:0;overflow:hidden;padding:1rem 0 0;vertical-align:baseline}.cds-custom--side-nav__items *,.cds-custom--side-nav__items :after,.cds-custom--side-nav__items :before,:host(cds-custom-side-nav-items) *,:host(cds-custom-side-nav-items) :after,:host(cds-custom-side-nav-items) :before{box-sizing:inherit}.cds-custom--side-nav--expanded .cds-custom--side-nav__items,.cds-custom--side-nav--expanded :host(cds-custom-side-nav-items),.cds-custom--side-nav--fixed .cds-custom--side-nav__items,.cds-custom--side-nav--fixed :host(cds-custom-side-nav-items),.cds-custom--side-nav:hover .cds-custom--side-nav__items,.cds-custom--side-nav:hover :host(cds-custom-side-nav-items){overflow-y:auto}.cds-custom--side-nav--ux .cds-custom--side-nav__items,.cds-custom--side-nav--ux :host(cds-custom-side-nav-items){overflow-y:auto}.cds-custom--side-nav__item,:host(cds-custom-side-nav-link),:host(cds-custom-side-nav-menu){block-size:auto;inline-size:auto;overflow:hidden}.cds-custom--side-nav--ux .cds-custom--side-nav__item,.cds-custom--side-nav--ux :host(cds-custom-side-nav-link),.cds-custom--side-nav--ux :host(cds-custom-side-nav-menu){block-size:auto;inline-size:auto}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]:hover,.cds-custom--side-nav a.cds-custom--header__menu-item:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover :not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active):hover :not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu)>.cds-custom--side-nav__submenu:hover,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover,.cds-custom--side-nav__menu a.cds-custom--side-nav__link:not(.cds-custom--side-nav__link--current):not([aria-current=page]):hover,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link)>.cds-custom--side-nav__link:hover,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu)>.cds-custom--side-nav__link:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active) :host(cds-custom-side-nav-menu-item)>.cds-custom--side-nav__link:hover>span,.cds-custom--side-nav__item:not(.cds-custom--side-nav__item--active)>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link) :host(cds-custom-side-nav-menu-item)>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-link)>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu) .cds-custom--side-nav__menu-item>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu) :host(cds-custom-side-nav-menu-item)>.cds-custom--side-nav__link:hover>span,:not(.cds-custom--side-nav__item--active):host(cds-custom-side-nav-menu)>.cds-custom--side-nav__link:hover>span{color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav__item--large,:host(cds-custom-side-nav-link[large]),:host(cds-custom-side-nav-menu[large]){block-size:auto}.cds-custom--side-nav__divider,:host(cds-custom-side-nav-divider){background-color:var(--cds-custom-border-subtle);block-size:1px;list-style-type:none;margin:.5rem 1rem}.cds-custom--side-nav__divider hr,:host(cds-custom-side-nav-divider) hr{border:none}.cds-custom--side-nav__submenu{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;color:var(--cds-custom-text-secondary,#525252);cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);inline-size:100%;letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572);margin:0;outline:2px solid transparent;outline-offset:-2px;padding:0 1rem;text-align:start;transition:color .11s,background-color .11s,outline .11s;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:baseline}.cds-custom--side-nav__submenu *,.cds-custom--side-nav__submenu :after,.cds-custom--side-nav__submenu :before{box-sizing:inherit}.cds-custom--side-nav__submenu::-moz-focus-inner{border:0}.cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav__submenu:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--side-nav__submenu:focus{outline-style:dotted}}.cds-custom--side-nav__submenu-title{overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap}.cds-custom--side-nav__icon.cds-custom--side-nav__submenu-chevron{display:flex;flex:1;justify-content:flex-end}.cds-custom--side-nav__submenu-chevron>svg{block-size:1rem;inline-size:1rem;transition:transform .11s}.cds-custom--side-nav__submenu[aria-expanded=true] .cds-custom--side-nav__submenu-chevron>svg{transform:rotate(180deg)}.cds-custom--side-nav__item--large .cds-custom--side-nav__submenu,:host(cds-custom-side-nav-link[large]) .cds-custom--side-nav__submenu,:host(cds-custom-side-nav-menu[large]) .cds-custom--side-nav__submenu{block-size:3rem}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu:hover,:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__submenu:hover{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2));color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false],:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__submenu[aria-expanded=false]{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2));color:var(--cds-custom-text-primary,#161616);position:relative}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu[aria-expanded=false]:before,:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__submenu[aria-expanded=false]:before{background-color:var(--cds-custom-border-interactive,#0f62fe);content:\"\";inline-size:3px;inset-block:0;inset-inline-start:0;position:absolute}.cds-custom--side-nav__item--active .cds-custom--side-nav__submenu-title,:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__submenu-title{color:var(--cds-custom-text-primary,#161616);font-weight:600}.cds-custom--side-nav__item--active .cds-custom--side-nav__icon>svg,:host(cds-custom-side-nav-menu[active]) .cds-custom--side-nav__icon>svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--side-nav__menu{border:0;box-sizing:border-box;display:block;font-family:inherit;font-size:100%;margin:0;max-block-size:0;padding:0;vertical-align:baseline;visibility:hidden}.cds-custom--side-nav__menu *,.cds-custom--side-nav__menu :after,.cds-custom--side-nav__menu :before{box-sizing:inherit}.cds-custom--side-nav__submenu[aria-expanded=true]+.cds-custom--side-nav__menu{max-block-size:93.75rem;visibility:inherit}.cds-custom--side-nav__menu a.cds-custom--side-nav__link{block-size:2rem;font-weight:400;min-block-size:2rem;padding-inline-start:2rem}.cds-custom--side-nav__item.cds-custom--side-nav__item--icon a.cds-custom--side-nav__link,:host(cds-custom-side-nav-menu):host(cds-custom-side-nav-menu[has-icon]) a.cds-custom--side-nav__link{padding-inline-start:4.5rem}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page],a.cds-custom--side-nav__link--current{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2))}.cds-custom--side-nav__menu a.cds-custom--side-nav__link--current>span,.cds-custom--side-nav__menu a.cds-custom--side-nav__link[aria-current=page]>span,a.cds-custom--side-nav__link--current>span{color:var(--cds-custom-text-primary,#161616);font-weight:600}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu,.cds-custom--side-nav a.cds-custom--header__menu-item,a.cds-custom--side-nav__link{align-items:center;display:flex;font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572);min-block-size:2rem;outline:2px solid transparent;outline-offset:-2px;padding:0 1rem;position:relative;text-decoration:none;transition:color .11s,background-color .11s,outline .11s}.cds-custom--side-nav__item--large a.cds-custom--side-nav__link,:host(cds-custom-side-nav-link[large]) a.cds-custom--side-nav__link,:host(cds-custom-side-nav-menu[large]) a.cds-custom--side-nav__link{block-size:3rem}.cds-custom--side-nav a.cds-custom--header__menu-item .cds-custom--text-truncate-end,a.cds-custom--side-nav__link>.cds-custom--side-nav__link-text{color:var(--cds-custom-text-secondary,#525252);font-size:.875rem;letter-spacing:.1px;line-height:1.25rem;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.cds-custom--side-nav a.cds-custom--header__menu-item:focus,a.cds-custom--side-nav__link:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--side-nav a.cds-custom--header__menu-item:focus,a.cds-custom--side-nav__link:focus{outline-style:dotted}}a.cds-custom--side-nav__link--current,a.cds-custom--side-nav__link[aria-current=page]{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2));font-weight:600}a.cds-custom--side-nav__link--current .cds-custom--side-nav__link-text,a.cds-custom--side-nav__link[aria-current=page] .cds-custom--side-nav__link-text{color:var(--cds-custom-text-primary,#161616)}a.cds-custom--side-nav__link--current:before,a.cds-custom--side-nav__link[aria-current=page]:before{background-color:var(--cds-custom-border-interactive,#0f62fe);content:\"\";inline-size:3px;inset-block:0;inset-inline-start:0;position:absolute}.cds-custom--side-nav__icon{align-items:center;display:flex;flex:0 0 1rem;justify-content:center}.cds-custom--side-nav__icon:not(.cds-custom--side-nav__submenu-chevron){margin-inline-end:1.5rem}.cds-custom--side-nav__icon>svg{block-size:1rem;fill:var(--cds-custom-icon-secondary,#525252);inline-size:1rem}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-expand-icon,.cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:none}.cds-custom--side-nav--expanded .cds-custom--side-nav__icon>svg.cds-custom--side-nav-collapse-icon{display:block}.cds-custom--side-nav--fixed .cds-custom--side-nav__submenu,.cds-custom--side-nav--fixed a.cds-custom--side-nav__link{padding-inline-start:1rem}.cds-custom--side-nav--fixed .cds-custom--side-nav__item:not(.cds-custom--side-nav__item--icon) .cds-custom--side-nav__menu a.cds-custom--side-nav__link,.cds-custom--side-nav--fixed :not(.cds-custom--side-nav__item--icon):host(cds-custom-side-nav-link) .cds-custom--side-nav__menu a.cds-custom--side-nav__link,.cds-custom--side-nav--fixed :not(.cds-custom--side-nav__item--icon):host(cds-custom-side-nav-menu) .cds-custom--side-nav__menu a.cds-custom--side-nav__link{padding-inline-start:2rem}@media (max-width:65.98rem){.cds-custom--side-nav .cds-custom--header__nav{display:block}}.cds-custom--side-nav__header-navigation,:host(cds-custom-header-side-nav-items){border:0;box-sizing:border-box;display:none;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--side-nav__header-navigation *,.cds-custom--side-nav__header-navigation :after,.cds-custom--side-nav__header-navigation :before,:host(cds-custom-header-side-nav-items) *,:host(cds-custom-header-side-nav-items) :after,:host(cds-custom-header-side-nav-items) :before{box-sizing:inherit}@media (max-width:65.98rem){.cds-custom--side-nav__header-navigation,:host(cds-custom-header-side-nav-items){display:block;margin-block-end:2rem;position:relative}}.cds-custom--side-nav__header-divider:after{background:var(--cds-custom-border-subtle);block-size:.0625rem;content:\"\";inline-size:calc(100% - 32px);inset-block-end:-1rem;inset-inline-start:1rem;position:absolute}.cds-custom--side-nav a.cds-custom--header__menu-item{color:var(--cds-custom-text-secondary,#525252);justify-content:space-between;white-space:nowrap}.cds-custom--side-nav a.cds-custom--header__menu-item[aria-expanded=true]{background-color:transparent}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu{background-color:transparent;box-shadow:none;inline-size:100%;inset-block-end:inherit;padding:0;transform:none}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu li{inline-size:100%}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item{font-weight:400;padding-inline-start:4.25rem}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}.cds-custom--side-nav .cds-custom--header__menu-title[aria-expanded=true]+.cds-custom--header__menu a.cds-custom--header__menu-item--current:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--side-nav .cds-custom--side-nav__header-navigation .cds-custom--header__menu-item--current:after,.cds-custom--side-nav .cds-custom--side-nav__header-navigation a.cds-custom--header__menu-item[aria-current=page]:after,.cds-custom--side-nav :host(cds-custom-header-side-nav-items) .cds-custom--header__menu-item--current:after,.cds-custom--side-nav :host(cds-custom-header-side-nav-items) a.cds-custom--header__menu-item[aria-current=page]:after{block-size:calc(100% + 4px);inline-size:3px}.cds-custom--side-nav .cds-custom--header__menu a.cds-custom--header__menu-item{block-size:inherit}.cds-custom--side-nav .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:focus .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:hover .cds-custom--header__menu-arrow{fill:var(--cds-custom-icon-secondary,#525252)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--side-nav .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:focus .cds-custom--header__menu-arrow,.cds-custom--side-nav a.cds-custom--header__menu-item:hover .cds-custom--header__menu-arrow,.cds-custom--side-nav__icon>svg{fill:ButtonText}}:host(cds-custom-side-nav[expanded]) ::slotted(cds-custom-side-nav-items){overflow-y:auto}:host(cds-custom-side-nav-link){block-size:auto;display:block;inline-size:auto;outline:none}:host(cds-custom-side-nav-link) .cds-custom--side-nav__icon{color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-side-nav-link) .cds-custom--side-nav__icon[hidden]{display:none}:host(cds-custom-side-nav-divider){display:block}:host(cds-custom-side-nav-menu){display:block}:host(cds-custom-side-nav-menu) .cds-custom--side-nav__icon[hidden]{display:none}:host(cds-custom-side-nav-menu) .cds-custom--side-nav__menu{margin:0;padding:0}:host(cds-custom-side-nav-menu) .cds-custom--side-nav__submenu[aria-expanded=true]+.cds-custom--side-nav__menu{max-block-size:none}:host(cds-custom-side-nav-menu[active]){color:var(--cds-custom-text-primary,#161616);position:relative}:host(cds-custom-side-nav-menu[active]):before{background-color:var(--cds-custom-border-interactive,#0f62fe);content:\"\";inline-size:.25rem;inset-block:0;inset-inline-start:0;position:absolute}:host(cds-custom-side-nav-menu[active][expanded]){background-color:inherit;color:inherit;position:inherit}:host(cds-custom-side-nav-menu[active][expanded]):before{content:none}:host(cds-custom-side-nav-menu-item){block-size:auto;display:block;inline-size:auto;outline:none}:host(cds-custom-side-nav-menu-item) a.cds-custom--side-nav__link{block-size:2rem;font-weight:400;min-block-size:2rem;padding-inline-start:2rem}:host(cds-custom-side-nav-menu-item[parent-has-icon]) a.cds-custom--side-nav__link{padding-inline-start:4.5rem}:host(cds-custom-side-nav-item) .cds-custom--side-nav__link:hover,:host(cds-custom-side-nav-menu) .cds-custom--side-nav__submenu:hover,:host(cds-custom-side-nav-menu-item) .cds-custom--side-nav__link:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));color:var(--cds-custom-text-primary,#161616)}"]);
11
11
 
12
12
  export { styles as default };
13
13
  //# sourceMappingURL=side-nav.scss.js.map
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { SVGTemplateResult } from 'lit-html';
9
+ declare const svgResultCarbonIcon: ({ children, ...attrs }?: { children?: SVGTemplateResult; [attr: string]: any }) => SVGTemplateResult;
10
+ export default svgResultCarbonIcon;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { svg } from 'lit';
9
+ import spread from '../../globals/directives/spread.js';
10
+
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) => svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(attrs)}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${children}<path d="M10,20v-8.1c2.28-.46,4-2.48,4-4.9,0-2.76-2.24-5-5-5s-5,2.24-5,5c0,2.41,1.72,4.43,4,4.9v8.1c0,3.31,2.69,6,6,6h1v-2h-1c-2.21,0-4-1.79-4-4ZM6,7c0-1.65,1.35-3,3-3s3,1.35,3,3-1.35,3-3,3-3-1.35-3-3ZM28,24v2h-4v4h-2v-4h-4v-2h4v-4h2v4h4Z"></path></svg>`;
12
+ export default svgResultCarbonIcon;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { SVGTemplateResult } from 'lit-html';
9
+ declare const svgResultCarbonIcon: ({ children, ...attrs }?: { children?: SVGTemplateResult; [attr: string]: any }) => SVGTemplateResult;
10
+ export default svgResultCarbonIcon;