@carbon/web-components 2.62.0 → 2.63.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 (955) hide show
  1. package/README.md +26 -0
  2. package/bin/create-prefixed-build.js +157 -0
  3. package/custom-elements.json +2074 -360
  4. package/es/components/accordion/accordion.scss.js +1 -1
  5. package/es/components/action-set/action-set.scss.js +1 -1
  6. package/es/components/ai-label/ai-label-action-button.d.ts +1 -1
  7. package/es/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  8. package/es/components/ai-label/ai-label-action-button.js +4 -3
  9. package/es/components/ai-label/ai-label-action-button.js.map +1 -1
  10. package/es/components/ai-label/ai-label.scss.js +1 -1
  11. package/es/components/ai-label/ai-label.scss.js.map +1 -1
  12. package/es/components/ai-label/index.d.ts +1 -0
  13. package/es/components/ai-label/index.d.ts.map +1 -1
  14. package/es/components/ai-label/index.js +1 -0
  15. package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  16. package/es/components/big-number/big-number-skeleton.d.ts +21 -0
  17. package/es/components/big-number/big-number-skeleton.d.ts.map +1 -0
  18. package/es/components/big-number/big-number-skeleton.js +62 -0
  19. package/es/components/big-number/big-number-skeleton.js.map +1 -0
  20. package/es/components/big-number/big-number-skeleton.scss.js +14 -0
  21. package/es/components/big-number/big-number-skeleton.scss.js.map +1 -0
  22. package/es/components/big-number/big-number.d.ts +35 -0
  23. package/es/components/big-number/big-number.d.ts.map +1 -0
  24. package/es/components/big-number/big-number.js +171 -0
  25. package/es/components/big-number/big-number.js.map +1 -0
  26. package/es/components/big-number/big-number.scss.js +14 -0
  27. package/es/components/big-number/big-number.scss.js.map +1 -0
  28. package/es/components/big-number/constants.d.ts +20 -0
  29. package/es/components/big-number/constants.d.ts.map +1 -0
  30. package/es/components/big-number/constants.js +32 -0
  31. package/es/components/big-number/constants.js.map +1 -0
  32. package/es/components/big-number/index.d.ts +8 -0
  33. package/es/components/big-number/index.d.ts.map +1 -0
  34. package/es/components/big-number/index.js +8 -0
  35. package/es/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  36. package/es/components/breadcrumb/breadcrumb-item.js +2 -1
  37. package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
  38. package/es/components/breadcrumb/breadcrumb.d.ts +1 -1
  39. package/es/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  40. package/es/components/breadcrumb/breadcrumb.js +2 -2
  41. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  42. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  43. package/es/components/button/button.d.ts.map +1 -1
  44. package/es/components/button/button.js +1 -1
  45. package/es/components/button/button.js.map +1 -1
  46. package/es/components/button/button.scss.js +1 -1
  47. package/es/components/card/card-action.d.ts +27 -0
  48. package/es/components/card/card-action.d.ts.map +1 -0
  49. package/es/components/card/card-action.js +52 -0
  50. package/es/components/card/card-action.js.map +1 -0
  51. package/es/components/card/card-actions.d.ts +36 -0
  52. package/es/components/card/card-actions.d.ts.map +1 -0
  53. package/es/components/card/card-actions.js +171 -0
  54. package/es/components/card/card-actions.js.map +1 -0
  55. package/es/components/card/card-body.d.ts +23 -0
  56. package/es/components/card/card-body.d.ts.map +1 -0
  57. package/es/components/card/card-body.js +54 -0
  58. package/es/components/card/card-body.js.map +1 -0
  59. package/es/components/card/card-context.d.ts +20 -0
  60. package/es/components/card/card-context.d.ts.map +1 -0
  61. package/es/components/card/card-context.js +29 -0
  62. package/es/components/card/card-context.js.map +1 -0
  63. package/es/components/card/card-footer.d.ts +34 -0
  64. package/es/components/card/card-footer.d.ts.map +1 -0
  65. package/es/components/card/card-footer.js +75 -0
  66. package/es/components/card/card-footer.js.map +1 -0
  67. package/es/components/card/card-header-media.d.ts +19 -0
  68. package/es/components/card/card-header-media.d.ts.map +1 -0
  69. package/es/components/card/card-header-media.js +39 -0
  70. package/es/components/card/card-header-media.js.map +1 -0
  71. package/es/components/card/card-header.d.ts +23 -0
  72. package/es/components/card/card-header.d.ts.map +1 -0
  73. package/es/components/card/card-header.js +70 -0
  74. package/es/components/card/card-header.js.map +1 -0
  75. package/es/components/card/card-media.d.ts +37 -0
  76. package/es/components/card/card-media.d.ts.map +1 -0
  77. package/es/components/card/card-media.js +79 -0
  78. package/es/components/card/card-media.js.map +1 -0
  79. package/es/components/card/card-title-media.d.ts +19 -0
  80. package/es/components/card/card-title-media.d.ts.map +1 -0
  81. package/es/components/card/card-title-media.js +39 -0
  82. package/es/components/card/card-title-media.js.map +1 -0
  83. package/es/components/card/card-title.d.ts +52 -0
  84. package/es/components/card/card-title.d.ts.map +1 -0
  85. package/es/components/card/card-title.js +144 -0
  86. package/es/components/card/card-title.js.map +1 -0
  87. package/es/components/card/card.d.ts +69 -0
  88. package/es/components/card/card.d.ts.map +1 -0
  89. package/es/components/card/card.js +185 -0
  90. package/es/components/card/card.js.map +1 -0
  91. package/es/components/card/card.scss.js +14 -0
  92. package/es/components/card/card.scss.js.map +1 -0
  93. package/es/components/card/defs.d.ts +33 -0
  94. package/es/components/card/defs.d.ts.map +1 -0
  95. package/es/components/card/defs.js +46 -0
  96. package/es/components/card/defs.js.map +1 -0
  97. package/es/components/card/index.d.ts +17 -0
  98. package/es/components/card/index.d.ts.map +1 -0
  99. package/es/components/card/index.js +17 -0
  100. package/es/components/checkbox/checkbox.scss.js +1 -1
  101. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  102. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  103. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  104. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  105. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  106. package/es/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  107. package/es/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  108. package/es/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  109. package/es/components/coachmark/coachmark-beacon/defs.js +25 -0
  110. package/es/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  111. package/es/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  112. package/es/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  113. package/es/components/coachmark/coachmark-beacon/index.js +8 -0
  114. package/es/components/coachmark/coachmark-body.d.ts +31 -0
  115. package/es/components/coachmark/coachmark-body.d.ts.map +1 -0
  116. package/es/components/coachmark/coachmark-body.js +39 -0
  117. package/es/components/coachmark/coachmark-body.js.map +1 -0
  118. package/es/components/coachmark/coachmark-body.scss.js +14 -0
  119. package/es/components/coachmark/coachmark-body.scss.js.map +1 -0
  120. package/es/components/coachmark/coachmark-context.d.ts +12 -0
  121. package/es/components/coachmark/coachmark-context.d.ts.map +1 -0
  122. package/es/components/coachmark/coachmark-context.js +39 -0
  123. package/es/components/coachmark/coachmark-context.js.map +1 -0
  124. package/es/components/coachmark/coachmark-header.d.ts +41 -0
  125. package/es/components/coachmark/coachmark-header.d.ts.map +1 -0
  126. package/es/components/coachmark/coachmark-header.js +95 -0
  127. package/es/components/coachmark/coachmark-header.js.map +1 -0
  128. package/es/components/coachmark/coachmark-header.scss.js +14 -0
  129. package/es/components/coachmark/coachmark-header.scss.js.map +1 -0
  130. package/es/components/coachmark/coachmark-helpers.d.ts +10 -0
  131. package/es/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  132. package/es/components/coachmark/coachmark-helpers.js +33 -0
  133. package/es/components/coachmark/coachmark-helpers.js.map +1 -0
  134. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  135. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  136. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  137. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  138. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  139. package/es/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  140. package/es/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  141. package/es/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  142. package/es/components/coachmark/coachmark-tagline/index.js +8 -0
  143. package/es/components/coachmark/coachmark.d.ts +97 -0
  144. package/es/components/coachmark/coachmark.d.ts.map +1 -0
  145. package/es/components/coachmark/coachmark.js +290 -0
  146. package/es/components/coachmark/coachmark.js.map +1 -0
  147. package/es/components/coachmark/coachmark.scss.js +14 -0
  148. package/es/components/coachmark/coachmark.scss.js.map +1 -0
  149. package/es/components/coachmark/index.d.ts +10 -0
  150. package/es/components/coachmark/index.d.ts.map +1 -0
  151. package/es/components/coachmark/index.js +10 -0
  152. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  153. package/es/components/combo-box/combo-box.d.ts.map +1 -1
  154. package/es/components/combo-box/combo-box.js +5 -12
  155. package/es/components/combo-box/combo-box.js.map +1 -1
  156. package/es/components/combo-box/combo-box.scss.js +1 -1
  157. package/es/components/combo-box/combo-box.scss.js.map +1 -1
  158. package/es/components/combo-button/combo-button.scss.js +1 -1
  159. package/es/components/contained-list/contained-list.scss.js +1 -1
  160. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  161. package/es/components/copy/index.d.ts +9 -0
  162. package/es/components/copy/index.d.ts.map +1 -0
  163. package/es/components/copy/index.js +9 -0
  164. package/es/components/copy-button/copy-button.scss.js +1 -1
  165. package/es/components/data-table/data-table.scss.js +1 -1
  166. package/es/components/date-picker/date-picker.scss.js +1 -1
  167. package/es/components/date-picker/date-picker.scss.js.map +1 -1
  168. package/es/components/date-picker/next/components/date-picker.scss.js +1 -1
  169. package/es/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  170. package/es/components/dialog/dialog.scss.js +1 -1
  171. package/es/components/dropdown/dropdown.d.ts +2 -1
  172. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  173. package/es/components/dropdown/dropdown.js +13 -15
  174. package/es/components/dropdown/dropdown.js.map +1 -1
  175. package/es/components/dropdown/dropdown.scss.js +1 -1
  176. package/es/components/dropdown/dropdown.scss.js.map +1 -1
  177. package/es/components/edit-in-place/defs.d.ts +30 -0
  178. package/es/components/edit-in-place/defs.d.ts.map +1 -0
  179. package/es/components/edit-in-place/defs.js +43 -0
  180. package/es/components/edit-in-place/defs.js.map +1 -0
  181. package/es/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  182. package/es/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  183. package/es/components/edit-in-place/edit-in-place-helpers.js +59 -0
  184. package/es/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  185. package/es/components/edit-in-place/edit-in-place.d.ts +214 -0
  186. package/es/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  187. package/es/components/edit-in-place/edit-in-place.js +453 -0
  188. package/es/components/edit-in-place/edit-in-place.js.map +1 -0
  189. package/es/components/edit-in-place/edit-in-place.scss.js +14 -0
  190. package/es/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  191. package/es/components/edit-in-place/index.d.ts +10 -0
  192. package/es/components/edit-in-place/index.d.ts.map +1 -0
  193. package/es/components/edit-in-place/index.js +20 -0
  194. package/es/components/edit-in-place/index.js.map +1 -0
  195. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  196. package/es/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  197. package/es/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  198. package/es/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  199. package/es/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  200. package/es/components/fluid-date-picker/fluid-date-picker.js +27 -1
  201. package/es/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  202. package/es/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  203. package/es/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  204. package/es/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  205. package/es/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  206. package/es/components/fluid-form/fluid-form.scss.js +1 -1
  207. package/es/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  208. package/es/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  209. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  210. package/es/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  211. package/es/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  212. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  213. package/es/components/fluid-search/fluid-search.scss.js.map +1 -1
  214. package/es/components/fluid-select/fluid-select.scss.js +1 -1
  215. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  216. package/es/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  217. package/es/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  218. package/es/components/form/form-item.scss.js +1 -1
  219. package/es/components/form/form.scss.js +1 -1
  220. package/es/components/form-group/form-group.scss.js +1 -1
  221. package/es/components/grid/column-hang.scss.js +1 -1
  222. package/es/components/grid/grid.scss.js +1 -1
  223. package/es/components/icon-button/icon-button.d.ts +1 -1
  224. package/es/components/icon-button/icon-button.js +1 -1
  225. package/es/components/icon-button/icon-button.js.map +1 -1
  226. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  227. package/es/components/layer/layer.scss.js +1 -1
  228. package/es/components/layout/layout.scss.js +1 -1
  229. package/es/components/link/link.d.ts +2 -1
  230. package/es/components/link/link.d.ts.map +1 -1
  231. package/es/components/link/link.js +1 -1
  232. package/es/components/link/link.js.map +1 -1
  233. package/es/components/loading/loading.scss.js +1 -1
  234. package/es/components/menu/menu-item.d.ts.map +1 -1
  235. package/es/components/menu/menu-item.js +2 -6
  236. package/es/components/menu/menu-item.js.map +1 -1
  237. package/es/components/menu/menu-item.scss.js +1 -1
  238. package/es/components/menu/menu-item.scss.js.map +1 -1
  239. package/es/components/menu/menu.d.ts +10 -0
  240. package/es/components/menu/menu.d.ts.map +1 -1
  241. package/es/components/menu/menu.js +17 -11
  242. package/es/components/menu/menu.js.map +1 -1
  243. package/es/components/menu/menu.scss.js +1 -1
  244. package/es/components/menu/menu.scss.js.map +1 -1
  245. package/es/components/menu-button/menu-button.scss.js +1 -1
  246. package/es/components/modal/modal.scss.js +1 -1
  247. package/es/components/multi-select/multi-select-item.d.ts +1 -1
  248. package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
  249. package/es/components/multi-select/multi-select-item.js +5 -1
  250. package/es/components/multi-select/multi-select-item.js.map +1 -1
  251. package/es/components/multi-select/multi-select.d.ts +2 -1
  252. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  253. package/es/components/multi-select/multi-select.js +15 -14
  254. package/es/components/multi-select/multi-select.js.map +1 -1
  255. package/es/components/multi-select/multi-select.scss.js +1 -1
  256. package/es/components/multi-select/multi-select.scss.js.map +1 -1
  257. package/es/components/notification/actionable-notification-button.d.ts +1 -1
  258. package/es/components/notification/actionable-notification-button.d.ts.map +1 -1
  259. package/es/components/notification/actionable-notification-button.js +2 -2
  260. package/es/components/notification/actionable-notification-button.js.map +1 -1
  261. package/es/components/notification/actionable-notification.d.ts.map +1 -1
  262. package/es/components/notification/actionable-notification.js +4 -4
  263. package/es/components/notification/actionable-notification.js.map +1 -1
  264. package/es/components/notification/actionable-notification.scss.js +1 -1
  265. package/es/components/notification/inline-notification.scss.js +1 -1
  266. package/es/components/notification/toast-notification.scss.js +1 -1
  267. package/es/components/number-input/number-input.scss.js +1 -1
  268. package/es/components/number-input/number-input.scss.js.map +1 -1
  269. package/es/components/options-tile/index.d.ts +8 -0
  270. package/es/components/options-tile/index.d.ts.map +1 -0
  271. package/es/components/options-tile/index.js +8 -0
  272. package/es/components/options-tile/option-tile-helpers.d.ts +16 -0
  273. package/es/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  274. package/es/components/options-tile/option-tile-helpers.js +163 -0
  275. package/es/components/options-tile/option-tile-helpers.js.map +1 -0
  276. package/es/components/options-tile/options-tile.d.ts +91 -0
  277. package/es/components/options-tile/options-tile.d.ts.map +1 -0
  278. package/es/components/options-tile/options-tile.js +208 -0
  279. package/es/components/options-tile/options-tile.js.map +1 -0
  280. package/es/components/options-tile/options-tile.scss.js +14 -0
  281. package/es/components/options-tile/options-tile.scss.js.map +1 -0
  282. package/es/components/overflow-menu/overflow-menu.js +1 -1
  283. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  284. package/es/components/page-header/index.d.ts +1 -0
  285. package/es/components/page-header/index.d.ts.map +1 -1
  286. package/es/components/page-header/index.js +1 -0
  287. package/es/components/page-header/page-header-tabs.d.ts +1 -1
  288. package/es/components/page-header/page-header-tabs.d.ts.map +1 -1
  289. package/es/components/page-header/page-header-tabs.js +1 -2
  290. package/es/components/page-header/page-header-tabs.js.map +1 -1
  291. package/es/components/page-header/page-header.d.ts +1 -1
  292. package/es/components/page-header/page-header.d.ts.map +1 -1
  293. package/es/components/page-header/page-header.js +1 -2
  294. package/es/components/page-header/page-header.js.map +1 -1
  295. package/es/components/page-header/page-header.scss.js +1 -1
  296. package/es/components/pagination/pagination.scss.js +1 -1
  297. package/es/components/pagination-nav/pagination-nav.scss.js +1 -1
  298. package/es/components/password-input/password-input.scss.js +1 -1
  299. package/es/components/popover/popover.scss.js +1 -1
  300. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  301. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  302. package/es/components/radio-button/radio-button.scss.js +1 -1
  303. package/es/components/resizer/resizer-handle-pivot.scss.js +1 -1
  304. package/es/components/search/search.d.ts.map +1 -1
  305. package/es/components/search/search.js +2 -0
  306. package/es/components/search/search.js.map +1 -1
  307. package/es/components/search/search.scss.js +1 -1
  308. package/es/components/search/search.scss.js.map +1 -1
  309. package/es/components/select/select.scss.js +1 -1
  310. package/es/components/select/select.scss.js.map +1 -1
  311. package/es/components/side-panel/side-panel.js +2 -2
  312. package/es/components/side-panel/side-panel.js.map +1 -1
  313. package/es/components/side-panel/side-panel.scss.js +1 -1
  314. package/es/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  315. package/es/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  316. package/es/components/skeleton-text/skeleton-text.scss.js +1 -1
  317. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  318. package/es/components/slider/slider.scss.js +1 -1
  319. package/es/components/slider/slider.scss.js.map +1 -1
  320. package/es/components/slug/index.d.ts +1 -0
  321. package/es/components/slug/index.d.ts.map +1 -1
  322. package/es/components/slug/index.js +1 -0
  323. package/es/components/slug/slug.scss.js +1 -1
  324. package/es/components/structured-list/structured-list.scss.js +1 -1
  325. package/es/components/tabs/tabs.scss.js +1 -1
  326. package/es/components/tabs/tabs.scss.js.map +1 -1
  327. package/es/components/tag/dismissible-tag.d.ts +1 -1
  328. package/es/components/tag/dismissible-tag.d.ts.map +1 -1
  329. package/es/components/tag/dismissible-tag.js +24 -15
  330. package/es/components/tag/dismissible-tag.js.map +1 -1
  331. package/es/components/tag/tag.d.ts.map +1 -1
  332. package/es/components/tag/tag.js +1 -1
  333. package/es/components/tag/tag.js.map +1 -1
  334. package/es/components/tag/tag.scss.js +1 -1
  335. package/es/components/tag/tag.scss.js.map +1 -1
  336. package/es/components/text-input/text-input.scss.js +1 -1
  337. package/es/components/text-input/text-input.scss.js.map +1 -1
  338. package/es/components/textarea/textarea.scss.js +1 -1
  339. package/es/components/tile/clickable-tile.d.ts +2 -1
  340. package/es/components/tile/clickable-tile.d.ts.map +1 -1
  341. package/es/components/tile/clickable-tile.js +1 -1
  342. package/es/components/tile/clickable-tile.js.map +1 -1
  343. package/es/components/tile/tile.scss.js +1 -1
  344. package/es/components/time-picker/time-picker.scss.js +1 -1
  345. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  346. package/es/components/tooltip/tooltip.scss.js +1 -1
  347. package/es/components/tree-view/tree-view.scss.js +1 -1
  348. package/es/components/ui-shell/header.scss.js +1 -1
  349. package/es/components/ui-shell/side-nav.scss.js +1 -1
  350. package/es/components/user-avatar/index.d.ts +8 -0
  351. package/es/components/user-avatar/index.d.ts.map +1 -0
  352. package/es/components/user-avatar/index.js +8 -0
  353. package/es/components/user-avatar/user-avatar.d.ts +84 -0
  354. package/es/components/user-avatar/user-avatar.d.ts.map +1 -0
  355. package/es/components/user-avatar/user-avatar.js +151 -0
  356. package/es/components/user-avatar/user-avatar.js.map +1 -0
  357. package/es/components/user-avatar/user-avatar.scss.js +14 -0
  358. package/es/components/user-avatar/user-avatar.scss.js.map +1 -0
  359. package/es/globals/controllers/floating-controller.d.ts.map +1 -1
  360. package/es/globals/controllers/floating-controller.js.map +1 -1
  361. package/es/globals/decorators/carbon-element.d.ts +8 -0
  362. package/es/globals/decorators/carbon-element.d.ts.map +1 -1
  363. package/es/globals/decorators/carbon-element.js +8 -0
  364. package/es/globals/decorators/carbon-element.js.map +1 -1
  365. package/es/globals/internal/collection-helpers.d.ts +5 -5
  366. package/es/globals/internal/collection-helpers.d.ts.map +1 -1
  367. package/es/globals/internal/collection-helpers.js +1 -1
  368. package/es/globals/internal/collection-helpers.js.map +1 -1
  369. package/es/globals/internal/getSupportedLocale.d.ts +12 -0
  370. package/es/globals/internal/getSupportedLocale.d.ts.map +1 -0
  371. package/es/globals/internal/getSupportedLocale.js +29 -0
  372. package/es/globals/internal/getSupportedLocale.js.map +1 -0
  373. package/es/globals/mixins/on.d.ts +2 -2
  374. package/es/globals/mixins/on.d.ts.map +1 -1
  375. package/es/globals/mixins/on.js +4 -4
  376. package/es/globals/mixins/on.js.map +1 -1
  377. package/es/globals/register.d.ts +89 -0
  378. package/es/globals/register.d.ts.map +1 -0
  379. package/es/globals/register.js +56 -0
  380. package/es/globals/register.js.map +1 -0
  381. package/es/globals/settings.d.ts +1 -1
  382. package/es/globals/settings.d.ts.map +1 -1
  383. package/es/globals/settings.js +1 -0
  384. package/es/globals/settings.js.map +1 -1
  385. package/es/index.d.ts +10 -0
  386. package/es/index.d.ts.map +1 -1
  387. package/es/index.js +13 -3
  388. package/es-custom/components/accordion/accordion.scss.js +1 -1
  389. package/es-custom/components/action-set/action-set.scss.js +1 -1
  390. package/es-custom/components/ai-label/ai-label-action-button.d.ts +1 -1
  391. package/es-custom/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  392. package/es-custom/components/ai-label/ai-label-action-button.js +4 -3
  393. package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
  394. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  395. package/es-custom/components/ai-label/ai-label.scss.js.map +1 -1
  396. package/es-custom/components/ai-label/index.d.ts +1 -0
  397. package/es-custom/components/ai-label/index.d.ts.map +1 -1
  398. package/es-custom/components/ai-label/index.js +1 -0
  399. package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  400. package/es-custom/components/big-number/big-number-skeleton.d.ts +21 -0
  401. package/es-custom/components/big-number/big-number-skeleton.d.ts.map +1 -0
  402. package/es-custom/components/big-number/big-number-skeleton.js +62 -0
  403. package/es-custom/components/big-number/big-number-skeleton.js.map +1 -0
  404. package/es-custom/components/big-number/big-number-skeleton.scss.js +14 -0
  405. package/es-custom/components/big-number/big-number-skeleton.scss.js.map +1 -0
  406. package/es-custom/components/big-number/big-number.d.ts +35 -0
  407. package/es-custom/components/big-number/big-number.d.ts.map +1 -0
  408. package/es-custom/components/big-number/big-number.js +171 -0
  409. package/es-custom/components/big-number/big-number.js.map +1 -0
  410. package/es-custom/components/big-number/big-number.scss.js +14 -0
  411. package/es-custom/components/big-number/big-number.scss.js.map +1 -0
  412. package/es-custom/components/big-number/constants.d.ts +20 -0
  413. package/es-custom/components/big-number/constants.d.ts.map +1 -0
  414. package/es-custom/components/big-number/constants.js +32 -0
  415. package/es-custom/components/big-number/constants.js.map +1 -0
  416. package/es-custom/components/big-number/index.d.ts +8 -0
  417. package/es-custom/components/big-number/index.d.ts.map +1 -0
  418. package/es-custom/components/big-number/index.js +8 -0
  419. package/es-custom/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  420. package/es-custom/components/breadcrumb/breadcrumb-item.js +2 -1
  421. package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
  422. package/es-custom/components/breadcrumb/breadcrumb.d.ts +1 -1
  423. package/es-custom/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  424. package/es-custom/components/breadcrumb/breadcrumb.js +2 -2
  425. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  426. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  427. package/es-custom/components/button/button.d.ts.map +1 -1
  428. package/es-custom/components/button/button.js +1 -1
  429. package/es-custom/components/button/button.js.map +1 -1
  430. package/es-custom/components/button/button.scss.js +1 -1
  431. package/es-custom/components/card/card-action.d.ts +27 -0
  432. package/es-custom/components/card/card-action.d.ts.map +1 -0
  433. package/es-custom/components/card/card-action.js +52 -0
  434. package/es-custom/components/card/card-action.js.map +1 -0
  435. package/es-custom/components/card/card-actions.d.ts +36 -0
  436. package/es-custom/components/card/card-actions.d.ts.map +1 -0
  437. package/es-custom/components/card/card-actions.js +171 -0
  438. package/es-custom/components/card/card-actions.js.map +1 -0
  439. package/es-custom/components/card/card-body.d.ts +23 -0
  440. package/es-custom/components/card/card-body.d.ts.map +1 -0
  441. package/es-custom/components/card/card-body.js +54 -0
  442. package/es-custom/components/card/card-body.js.map +1 -0
  443. package/es-custom/components/card/card-context.d.ts +20 -0
  444. package/es-custom/components/card/card-context.d.ts.map +1 -0
  445. package/es-custom/components/card/card-context.js +29 -0
  446. package/es-custom/components/card/card-context.js.map +1 -0
  447. package/es-custom/components/card/card-footer.d.ts +34 -0
  448. package/es-custom/components/card/card-footer.d.ts.map +1 -0
  449. package/es-custom/components/card/card-footer.js +75 -0
  450. package/es-custom/components/card/card-footer.js.map +1 -0
  451. package/es-custom/components/card/card-header-media.d.ts +19 -0
  452. package/es-custom/components/card/card-header-media.d.ts.map +1 -0
  453. package/es-custom/components/card/card-header-media.js +39 -0
  454. package/es-custom/components/card/card-header-media.js.map +1 -0
  455. package/es-custom/components/card/card-header.d.ts +23 -0
  456. package/es-custom/components/card/card-header.d.ts.map +1 -0
  457. package/es-custom/components/card/card-header.js +70 -0
  458. package/es-custom/components/card/card-header.js.map +1 -0
  459. package/es-custom/components/card/card-media.d.ts +37 -0
  460. package/es-custom/components/card/card-media.d.ts.map +1 -0
  461. package/es-custom/components/card/card-media.js +79 -0
  462. package/es-custom/components/card/card-media.js.map +1 -0
  463. package/es-custom/components/card/card-title-media.d.ts +19 -0
  464. package/es-custom/components/card/card-title-media.d.ts.map +1 -0
  465. package/es-custom/components/card/card-title-media.js +39 -0
  466. package/es-custom/components/card/card-title-media.js.map +1 -0
  467. package/es-custom/components/card/card-title.d.ts +52 -0
  468. package/es-custom/components/card/card-title.d.ts.map +1 -0
  469. package/es-custom/components/card/card-title.js +144 -0
  470. package/es-custom/components/card/card-title.js.map +1 -0
  471. package/es-custom/components/card/card.d.ts +69 -0
  472. package/es-custom/components/card/card.d.ts.map +1 -0
  473. package/es-custom/components/card/card.js +185 -0
  474. package/es-custom/components/card/card.js.map +1 -0
  475. package/es-custom/components/card/card.scss.js +14 -0
  476. package/es-custom/components/card/card.scss.js.map +1 -0
  477. package/es-custom/components/card/defs.d.ts +33 -0
  478. package/es-custom/components/card/defs.d.ts.map +1 -0
  479. package/es-custom/components/card/defs.js +46 -0
  480. package/es-custom/components/card/defs.js.map +1 -0
  481. package/es-custom/components/card/index.d.ts +17 -0
  482. package/es-custom/components/card/index.d.ts.map +1 -0
  483. package/es-custom/components/card/index.js +17 -0
  484. package/es-custom/components/checkbox/checkbox.scss.js +1 -1
  485. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  486. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  487. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js +120 -0
  488. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.js.map +1 -0
  489. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js +14 -0
  490. package/es-custom/components/coachmark/coachmark-beacon/coachmark-beacon.scss.js.map +1 -0
  491. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  492. package/es-custom/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  493. package/es-custom/components/coachmark/coachmark-beacon/defs.js +25 -0
  494. package/es-custom/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  495. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  496. package/es-custom/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  497. package/es-custom/components/coachmark/coachmark-beacon/index.js +8 -0
  498. package/es-custom/components/coachmark/coachmark-body.d.ts +31 -0
  499. package/es-custom/components/coachmark/coachmark-body.d.ts.map +1 -0
  500. package/es-custom/components/coachmark/coachmark-body.js +39 -0
  501. package/es-custom/components/coachmark/coachmark-body.js.map +1 -0
  502. package/es-custom/components/coachmark/coachmark-body.scss.js +14 -0
  503. package/es-custom/components/coachmark/coachmark-body.scss.js.map +1 -0
  504. package/es-custom/components/coachmark/coachmark-context.d.ts +12 -0
  505. package/es-custom/components/coachmark/coachmark-context.d.ts.map +1 -0
  506. package/es-custom/components/coachmark/coachmark-context.js +39 -0
  507. package/es-custom/components/coachmark/coachmark-context.js.map +1 -0
  508. package/es-custom/components/coachmark/coachmark-header.d.ts +41 -0
  509. package/es-custom/components/coachmark/coachmark-header.d.ts.map +1 -0
  510. package/es-custom/components/coachmark/coachmark-header.js +95 -0
  511. package/es-custom/components/coachmark/coachmark-header.js.map +1 -0
  512. package/es-custom/components/coachmark/coachmark-header.scss.js +14 -0
  513. package/es-custom/components/coachmark/coachmark-header.scss.js.map +1 -0
  514. package/es-custom/components/coachmark/coachmark-helpers.d.ts +10 -0
  515. package/es-custom/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  516. package/es-custom/components/coachmark/coachmark-helpers.js +33 -0
  517. package/es-custom/components/coachmark/coachmark-helpers.js.map +1 -0
  518. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  519. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  520. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js +130 -0
  521. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.js.map +1 -0
  522. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js +14 -0
  523. package/es-custom/components/coachmark/coachmark-tagline/coachmark-tagline.scss.js.map +1 -0
  524. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  525. package/es-custom/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  526. package/es-custom/components/coachmark/coachmark-tagline/index.js +8 -0
  527. package/es-custom/components/coachmark/coachmark.d.ts +97 -0
  528. package/es-custom/components/coachmark/coachmark.d.ts.map +1 -0
  529. package/es-custom/components/coachmark/coachmark.js +290 -0
  530. package/es-custom/components/coachmark/coachmark.js.map +1 -0
  531. package/es-custom/components/coachmark/coachmark.scss.js +14 -0
  532. package/es-custom/components/coachmark/coachmark.scss.js.map +1 -0
  533. package/es-custom/components/coachmark/index.d.ts +10 -0
  534. package/es-custom/components/coachmark/index.d.ts.map +1 -0
  535. package/es-custom/components/coachmark/index.js +10 -0
  536. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  537. package/es-custom/components/combo-box/combo-box.d.ts.map +1 -1
  538. package/es-custom/components/combo-box/combo-box.js +5 -12
  539. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  540. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  541. package/es-custom/components/combo-box/combo-box.scss.js.map +1 -1
  542. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  543. package/es-custom/components/contained-list/contained-list.scss.js +1 -1
  544. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  545. package/es-custom/components/copy/index.d.ts +9 -0
  546. package/es-custom/components/copy/index.d.ts.map +1 -0
  547. package/es-custom/components/copy/index.js +9 -0
  548. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  549. package/es-custom/components/data-table/data-table.scss.js +1 -1
  550. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  551. package/es-custom/components/date-picker/date-picker.scss.js.map +1 -1
  552. package/es-custom/components/date-picker/next/components/date-picker.scss.js +1 -1
  553. package/es-custom/components/date-picker/next/components/date-picker.scss.js.map +1 -1
  554. package/es-custom/components/dialog/dialog.scss.js +1 -1
  555. package/es-custom/components/dropdown/dropdown.d.ts +2 -1
  556. package/es-custom/components/dropdown/dropdown.d.ts.map +1 -1
  557. package/es-custom/components/dropdown/dropdown.js +13 -15
  558. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  559. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  560. package/es-custom/components/dropdown/dropdown.scss.js.map +1 -1
  561. package/es-custom/components/edit-in-place/defs.d.ts +30 -0
  562. package/es-custom/components/edit-in-place/defs.d.ts.map +1 -0
  563. package/es-custom/components/edit-in-place/defs.js +43 -0
  564. package/es-custom/components/edit-in-place/defs.js.map +1 -0
  565. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  566. package/es-custom/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  567. package/es-custom/components/edit-in-place/edit-in-place-helpers.js +59 -0
  568. package/es-custom/components/edit-in-place/edit-in-place-helpers.js.map +1 -0
  569. package/es-custom/components/edit-in-place/edit-in-place.d.ts +214 -0
  570. package/es-custom/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  571. package/es-custom/components/edit-in-place/edit-in-place.js +453 -0
  572. package/es-custom/components/edit-in-place/edit-in-place.js.map +1 -0
  573. package/es-custom/components/edit-in-place/edit-in-place.scss.js +14 -0
  574. package/es-custom/components/edit-in-place/edit-in-place.scss.js.map +1 -0
  575. package/es-custom/components/edit-in-place/index.d.ts +10 -0
  576. package/es-custom/components/edit-in-place/index.d.ts.map +1 -0
  577. package/es-custom/components/edit-in-place/index.js +20 -0
  578. package/es-custom/components/edit-in-place/index.js.map +1 -0
  579. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  580. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js +1 -1
  581. package/es-custom/components/fluid-combo-box/fluid-combo-box.scss.js.map +1 -1
  582. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  583. package/es-custom/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  584. package/es-custom/components/fluid-date-picker/fluid-date-picker.js +27 -1
  585. package/es-custom/components/fluid-date-picker/fluid-date-picker.js.map +1 -1
  586. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js +1 -1
  587. package/es-custom/components/fluid-date-picker/fluid-date-picker.scss.js.map +1 -1
  588. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js +1 -1
  589. package/es-custom/components/fluid-dropdown/fluid-dropdown.scss.js.map +1 -1
  590. package/es-custom/components/fluid-form/fluid-form.scss.js +1 -1
  591. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js +1 -1
  592. package/es-custom/components/fluid-multi-select/fluid-multi-select.scss.js.map +1 -1
  593. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  594. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js.map +1 -1
  595. package/es-custom/components/fluid-password-input/fluid-password-input.scss.js +1 -1
  596. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  597. package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -1
  598. package/es-custom/components/fluid-select/fluid-select.scss.js +1 -1
  599. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  600. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +1 -1
  601. package/es-custom/components/fluid-time-picker/fluid-time-picker.scss.js +1 -1
  602. package/es-custom/components/form/form-item.scss.js +1 -1
  603. package/es-custom/components/form/form.scss.js +1 -1
  604. package/es-custom/components/form-group/form-group.scss.js +1 -1
  605. package/es-custom/components/grid/column-hang.scss.js +1 -1
  606. package/es-custom/components/grid/grid.scss.js +1 -1
  607. package/es-custom/components/icon-button/icon-button.d.ts +1 -1
  608. package/es-custom/components/icon-button/icon-button.js +1 -1
  609. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  610. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  611. package/es-custom/components/layer/layer.scss.js +1 -1
  612. package/es-custom/components/layout/layout.scss.js +1 -1
  613. package/es-custom/components/link/link.d.ts +2 -1
  614. package/es-custom/components/link/link.d.ts.map +1 -1
  615. package/es-custom/components/link/link.js +1 -1
  616. package/es-custom/components/link/link.js.map +1 -1
  617. package/es-custom/components/loading/loading.scss.js +1 -1
  618. package/es-custom/components/menu/menu-item.d.ts.map +1 -1
  619. package/es-custom/components/menu/menu-item.js +2 -6
  620. package/es-custom/components/menu/menu-item.js.map +1 -1
  621. package/es-custom/components/menu/menu-item.scss.js +1 -1
  622. package/es-custom/components/menu/menu-item.scss.js.map +1 -1
  623. package/es-custom/components/menu/menu.d.ts +10 -0
  624. package/es-custom/components/menu/menu.d.ts.map +1 -1
  625. package/es-custom/components/menu/menu.js +17 -11
  626. package/es-custom/components/menu/menu.js.map +1 -1
  627. package/es-custom/components/menu/menu.scss.js +1 -1
  628. package/es-custom/components/menu/menu.scss.js.map +1 -1
  629. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  630. package/es-custom/components/modal/modal.scss.js +1 -1
  631. package/es-custom/components/multi-select/multi-select-item.d.ts +1 -1
  632. package/es-custom/components/multi-select/multi-select-item.d.ts.map +1 -1
  633. package/es-custom/components/multi-select/multi-select-item.js +5 -1
  634. package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
  635. package/es-custom/components/multi-select/multi-select.d.ts +2 -1
  636. package/es-custom/components/multi-select/multi-select.d.ts.map +1 -1
  637. package/es-custom/components/multi-select/multi-select.js +15 -14
  638. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  639. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  640. package/es-custom/components/multi-select/multi-select.scss.js.map +1 -1
  641. package/es-custom/components/notification/actionable-notification-button.d.ts +1 -1
  642. package/es-custom/components/notification/actionable-notification-button.d.ts.map +1 -1
  643. package/es-custom/components/notification/actionable-notification-button.js +2 -2
  644. package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
  645. package/es-custom/components/notification/actionable-notification.d.ts.map +1 -1
  646. package/es-custom/components/notification/actionable-notification.js +4 -4
  647. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  648. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  649. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  650. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  651. package/es-custom/components/number-input/number-input.scss.js +1 -1
  652. package/es-custom/components/number-input/number-input.scss.js.map +1 -1
  653. package/es-custom/components/options-tile/index.d.ts +8 -0
  654. package/es-custom/components/options-tile/index.d.ts.map +1 -0
  655. package/es-custom/components/options-tile/index.js +8 -0
  656. package/es-custom/components/options-tile/option-tile-helpers.d.ts +16 -0
  657. package/es-custom/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  658. package/es-custom/components/options-tile/option-tile-helpers.js +163 -0
  659. package/es-custom/components/options-tile/option-tile-helpers.js.map +1 -0
  660. package/es-custom/components/options-tile/options-tile.d.ts +91 -0
  661. package/es-custom/components/options-tile/options-tile.d.ts.map +1 -0
  662. package/es-custom/components/options-tile/options-tile.js +208 -0
  663. package/es-custom/components/options-tile/options-tile.js.map +1 -0
  664. package/es-custom/components/options-tile/options-tile.scss.js +14 -0
  665. package/es-custom/components/options-tile/options-tile.scss.js.map +1 -0
  666. package/es-custom/components/overflow-menu/overflow-menu.js +1 -1
  667. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  668. package/es-custom/components/page-header/index.d.ts +1 -0
  669. package/es-custom/components/page-header/index.d.ts.map +1 -1
  670. package/es-custom/components/page-header/index.js +1 -0
  671. package/es-custom/components/page-header/page-header-tabs.d.ts +1 -1
  672. package/es-custom/components/page-header/page-header-tabs.d.ts.map +1 -1
  673. package/es-custom/components/page-header/page-header-tabs.js +1 -2
  674. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  675. package/es-custom/components/page-header/page-header.d.ts +1 -1
  676. package/es-custom/components/page-header/page-header.d.ts.map +1 -1
  677. package/es-custom/components/page-header/page-header.js +1 -2
  678. package/es-custom/components/page-header/page-header.js.map +1 -1
  679. package/es-custom/components/page-header/page-header.scss.js +1 -1
  680. package/es-custom/components/pagination/pagination.scss.js +1 -1
  681. package/es-custom/components/pagination-nav/pagination-nav.scss.js +1 -1
  682. package/es-custom/components/password-input/password-input.scss.js +1 -1
  683. package/es-custom/components/popover/popover.scss.js +1 -1
  684. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  685. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  686. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  687. package/es-custom/components/resizer/resizer-handle-pivot.scss.js +1 -1
  688. package/es-custom/components/search/search.d.ts.map +1 -1
  689. package/es-custom/components/search/search.js +2 -0
  690. package/es-custom/components/search/search.js.map +1 -1
  691. package/es-custom/components/search/search.scss.js +1 -1
  692. package/es-custom/components/search/search.scss.js.map +1 -1
  693. package/es-custom/components/select/select.scss.js +1 -1
  694. package/es-custom/components/select/select.scss.js.map +1 -1
  695. package/es-custom/components/side-panel/side-panel.js +2 -2
  696. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  697. package/es-custom/components/side-panel/side-panel.scss.js +1 -1
  698. package/es-custom/components/skeleton-icon/skeleton-icon.scss.js +1 -1
  699. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.scss.js +1 -1
  700. package/es-custom/components/skeleton-text/skeleton-text.scss.js +1 -1
  701. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  702. package/es-custom/components/slider/slider.scss.js +1 -1
  703. package/es-custom/components/slider/slider.scss.js.map +1 -1
  704. package/es-custom/components/slug/index.d.ts +1 -0
  705. package/es-custom/components/slug/index.d.ts.map +1 -1
  706. package/es-custom/components/slug/index.js +1 -0
  707. package/es-custom/components/slug/slug.scss.js +1 -1
  708. package/es-custom/components/structured-list/structured-list.scss.js +1 -1
  709. package/es-custom/components/tabs/tabs.scss.js +1 -1
  710. package/es-custom/components/tabs/tabs.scss.js.map +1 -1
  711. package/es-custom/components/tag/dismissible-tag.d.ts +1 -1
  712. package/es-custom/components/tag/dismissible-tag.d.ts.map +1 -1
  713. package/es-custom/components/tag/dismissible-tag.js +24 -15
  714. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  715. package/es-custom/components/tag/tag.d.ts.map +1 -1
  716. package/es-custom/components/tag/tag.js +1 -1
  717. package/es-custom/components/tag/tag.js.map +1 -1
  718. package/es-custom/components/tag/tag.scss.js +1 -1
  719. package/es-custom/components/tag/tag.scss.js.map +1 -1
  720. package/es-custom/components/text-input/text-input.scss.js +1 -1
  721. package/es-custom/components/text-input/text-input.scss.js.map +1 -1
  722. package/es-custom/components/textarea/textarea.scss.js +1 -1
  723. package/es-custom/components/tile/clickable-tile.d.ts +2 -1
  724. package/es-custom/components/tile/clickable-tile.d.ts.map +1 -1
  725. package/es-custom/components/tile/clickable-tile.js +1 -1
  726. package/es-custom/components/tile/clickable-tile.js.map +1 -1
  727. package/es-custom/components/tile/tile.scss.js +1 -1
  728. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  729. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  730. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  731. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  732. package/es-custom/components/ui-shell/header.scss.js +1 -1
  733. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  734. package/es-custom/components/user-avatar/index.d.ts +8 -0
  735. package/es-custom/components/user-avatar/index.d.ts.map +1 -0
  736. package/es-custom/components/user-avatar/index.js +8 -0
  737. package/es-custom/components/user-avatar/user-avatar.d.ts +84 -0
  738. package/es-custom/components/user-avatar/user-avatar.d.ts.map +1 -0
  739. package/es-custom/components/user-avatar/user-avatar.js +151 -0
  740. package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
  741. package/es-custom/components/user-avatar/user-avatar.scss.js +14 -0
  742. package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
  743. package/es-custom/globals/controllers/floating-controller.d.ts.map +1 -1
  744. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  745. package/es-custom/globals/decorators/carbon-element.d.ts +8 -0
  746. package/es-custom/globals/decorators/carbon-element.d.ts.map +1 -1
  747. package/es-custom/globals/decorators/carbon-element.js +18 -1
  748. package/es-custom/globals/decorators/carbon-element.js.map +1 -1
  749. package/es-custom/globals/internal/collection-helpers.d.ts +5 -5
  750. package/es-custom/globals/internal/collection-helpers.d.ts.map +1 -1
  751. package/es-custom/globals/internal/collection-helpers.js +1 -1
  752. package/es-custom/globals/internal/collection-helpers.js.map +1 -1
  753. package/es-custom/globals/internal/getSupportedLocale.d.ts +12 -0
  754. package/es-custom/globals/internal/getSupportedLocale.d.ts.map +1 -0
  755. package/es-custom/globals/internal/getSupportedLocale.js +29 -0
  756. package/es-custom/globals/internal/getSupportedLocale.js.map +1 -0
  757. package/es-custom/globals/mixins/on.d.ts +2 -2
  758. package/es-custom/globals/mixins/on.d.ts.map +1 -1
  759. package/es-custom/globals/mixins/on.js +4 -4
  760. package/es-custom/globals/mixins/on.js.map +1 -1
  761. package/es-custom/globals/register.d.ts +89 -0
  762. package/es-custom/globals/register.d.ts.map +1 -0
  763. package/es-custom/globals/register.js +56 -0
  764. package/es-custom/globals/register.js.map +1 -0
  765. package/es-custom/globals/settings.d.ts +1 -1
  766. package/es-custom/globals/settings.d.ts.map +1 -1
  767. package/es-custom/globals/settings.js +1 -0
  768. package/es-custom/globals/settings.js.map +1 -1
  769. package/es-custom/index.d.ts +10 -0
  770. package/es-custom/index.d.ts.map +1 -1
  771. package/es-custom/index.js +13 -3
  772. package/lib/components/ai-label/ai-label-action-button.d.ts +1 -1
  773. package/lib/components/ai-label/ai-label-action-button.d.ts.map +1 -1
  774. package/lib/components/ai-label/index.d.ts +1 -0
  775. package/lib/components/ai-label/index.d.ts.map +1 -1
  776. package/lib/components/big-number/big-number-skeleton.d.ts +21 -0
  777. package/lib/components/big-number/big-number-skeleton.d.ts.map +1 -0
  778. package/lib/components/big-number/big-number.d.ts +35 -0
  779. package/lib/components/big-number/big-number.d.ts.map +1 -0
  780. package/lib/components/big-number/constants.d.ts +20 -0
  781. package/lib/components/big-number/constants.d.ts.map +1 -0
  782. package/lib/components/big-number/index.d.ts +8 -0
  783. package/lib/components/big-number/index.d.ts.map +1 -0
  784. package/lib/components/breadcrumb/breadcrumb-item.d.ts.map +1 -1
  785. package/lib/components/breadcrumb/breadcrumb.d.ts +1 -1
  786. package/lib/components/breadcrumb/breadcrumb.d.ts.map +1 -1
  787. package/lib/components/button/button.d.ts.map +1 -1
  788. package/lib/components/card/card-action.d.ts +27 -0
  789. package/lib/components/card/card-action.d.ts.map +1 -0
  790. package/lib/components/card/card-actions.d.ts +36 -0
  791. package/lib/components/card/card-actions.d.ts.map +1 -0
  792. package/lib/components/card/card-body.d.ts +23 -0
  793. package/lib/components/card/card-body.d.ts.map +1 -0
  794. package/lib/components/card/card-context.d.ts +20 -0
  795. package/lib/components/card/card-context.d.ts.map +1 -0
  796. package/lib/components/card/card-footer.d.ts +34 -0
  797. package/lib/components/card/card-footer.d.ts.map +1 -0
  798. package/lib/components/card/card-header-media.d.ts +19 -0
  799. package/lib/components/card/card-header-media.d.ts.map +1 -0
  800. package/lib/components/card/card-header.d.ts +23 -0
  801. package/lib/components/card/card-header.d.ts.map +1 -0
  802. package/lib/components/card/card-media.d.ts +37 -0
  803. package/lib/components/card/card-media.d.ts.map +1 -0
  804. package/lib/components/card/card-title-media.d.ts +19 -0
  805. package/lib/components/card/card-title-media.d.ts.map +1 -0
  806. package/lib/components/card/card-title.d.ts +52 -0
  807. package/lib/components/card/card-title.d.ts.map +1 -0
  808. package/lib/components/card/card.d.ts +69 -0
  809. package/lib/components/card/card.d.ts.map +1 -0
  810. package/lib/components/card/defs.d.ts +33 -0
  811. package/lib/components/card/defs.d.ts.map +1 -0
  812. package/lib/components/card/defs.js +48 -0
  813. package/lib/components/card/defs.js.map +1 -0
  814. package/lib/components/card/index.d.ts +17 -0
  815. package/lib/components/card/index.d.ts.map +1 -0
  816. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts +67 -0
  817. package/lib/components/coachmark/coachmark-beacon/coachmark-beacon.d.ts.map +1 -0
  818. package/lib/components/coachmark/coachmark-beacon/defs.d.ts +13 -0
  819. package/lib/components/coachmark/coachmark-beacon/defs.d.ts.map +1 -0
  820. package/lib/components/coachmark/coachmark-beacon/defs.js +26 -0
  821. package/lib/components/coachmark/coachmark-beacon/defs.js.map +1 -0
  822. package/lib/components/coachmark/coachmark-beacon/index.d.ts +8 -0
  823. package/lib/components/coachmark/coachmark-beacon/index.d.ts.map +1 -0
  824. package/lib/components/coachmark/coachmark-body.d.ts +31 -0
  825. package/lib/components/coachmark/coachmark-body.d.ts.map +1 -0
  826. package/lib/components/coachmark/coachmark-context.d.ts +12 -0
  827. package/lib/components/coachmark/coachmark-context.d.ts.map +1 -0
  828. package/lib/components/coachmark/coachmark-header.d.ts +41 -0
  829. package/lib/components/coachmark/coachmark-header.d.ts.map +1 -0
  830. package/lib/components/coachmark/coachmark-helpers.d.ts +10 -0
  831. package/lib/components/coachmark/coachmark-helpers.d.ts.map +1 -0
  832. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts +72 -0
  833. package/lib/components/coachmark/coachmark-tagline/coachmark-tagline.d.ts.map +1 -0
  834. package/lib/components/coachmark/coachmark-tagline/index.d.ts +8 -0
  835. package/lib/components/coachmark/coachmark-tagline/index.d.ts.map +1 -0
  836. package/lib/components/coachmark/coachmark.d.ts +97 -0
  837. package/lib/components/coachmark/coachmark.d.ts.map +1 -0
  838. package/lib/components/coachmark/index.d.ts +10 -0
  839. package/lib/components/coachmark/index.d.ts.map +1 -0
  840. package/lib/components/combo-box/combo-box.d.ts.map +1 -1
  841. package/lib/components/copy/index.d.ts +9 -0
  842. package/lib/components/copy/index.d.ts.map +1 -0
  843. package/lib/components/dropdown/dropdown.d.ts +2 -1
  844. package/lib/components/dropdown/dropdown.d.ts.map +1 -1
  845. package/lib/components/edit-in-place/defs.d.ts +30 -0
  846. package/lib/components/edit-in-place/defs.d.ts.map +1 -0
  847. package/lib/components/edit-in-place/defs.js +45 -0
  848. package/lib/components/edit-in-place/defs.js.map +1 -0
  849. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts +47 -0
  850. package/lib/components/edit-in-place/edit-in-place-helpers.d.ts.map +1 -0
  851. package/lib/components/edit-in-place/edit-in-place.d.ts +214 -0
  852. package/lib/components/edit-in-place/edit-in-place.d.ts.map +1 -0
  853. package/lib/components/edit-in-place/index.d.ts +10 -0
  854. package/lib/components/edit-in-place/index.d.ts.map +1 -0
  855. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts +5 -1
  856. package/lib/components/fluid-date-picker/fluid-date-picker.d.ts.map +1 -1
  857. package/lib/components/icon-button/icon-button.d.ts +1 -1
  858. package/lib/components/link/link.d.ts +2 -1
  859. package/lib/components/link/link.d.ts.map +1 -1
  860. package/lib/components/menu/menu-item.d.ts.map +1 -1
  861. package/lib/components/menu/menu.d.ts +10 -0
  862. package/lib/components/menu/menu.d.ts.map +1 -1
  863. package/lib/components/multi-select/multi-select-item.d.ts +1 -1
  864. package/lib/components/multi-select/multi-select-item.d.ts.map +1 -1
  865. package/lib/components/multi-select/multi-select.d.ts +2 -1
  866. package/lib/components/multi-select/multi-select.d.ts.map +1 -1
  867. package/lib/components/notification/actionable-notification-button.d.ts +1 -1
  868. package/lib/components/notification/actionable-notification-button.d.ts.map +1 -1
  869. package/lib/components/notification/actionable-notification.d.ts.map +1 -1
  870. package/lib/components/options-tile/index.d.ts +8 -0
  871. package/lib/components/options-tile/index.d.ts.map +1 -0
  872. package/lib/components/options-tile/option-tile-helpers.d.ts +16 -0
  873. package/lib/components/options-tile/option-tile-helpers.d.ts.map +1 -0
  874. package/lib/components/options-tile/options-tile.d.ts +91 -0
  875. package/lib/components/options-tile/options-tile.d.ts.map +1 -0
  876. package/lib/components/page-header/index.d.ts +1 -0
  877. package/lib/components/page-header/index.d.ts.map +1 -1
  878. package/lib/components/page-header/page-header-tabs.d.ts +1 -1
  879. package/lib/components/page-header/page-header-tabs.d.ts.map +1 -1
  880. package/lib/components/page-header/page-header.d.ts +1 -1
  881. package/lib/components/page-header/page-header.d.ts.map +1 -1
  882. package/lib/components/search/search.d.ts.map +1 -1
  883. package/lib/components/slug/index.d.ts +1 -0
  884. package/lib/components/slug/index.d.ts.map +1 -1
  885. package/lib/components/tag/dismissible-tag.d.ts +1 -1
  886. package/lib/components/tag/dismissible-tag.d.ts.map +1 -1
  887. package/lib/components/tag/tag.d.ts.map +1 -1
  888. package/lib/components/tile/clickable-tile.d.ts +2 -1
  889. package/lib/components/tile/clickable-tile.d.ts.map +1 -1
  890. package/lib/components/user-avatar/index.d.ts +8 -0
  891. package/lib/components/user-avatar/index.d.ts.map +1 -0
  892. package/lib/components/user-avatar/user-avatar.d.ts +84 -0
  893. package/lib/components/user-avatar/user-avatar.d.ts.map +1 -0
  894. package/lib/globals/controllers/floating-controller.d.ts.map +1 -1
  895. package/lib/globals/controllers/floating-controller.js.map +1 -1
  896. package/lib/globals/decorators/carbon-element.d.ts +8 -0
  897. package/lib/globals/decorators/carbon-element.d.ts.map +1 -1
  898. package/lib/globals/internal/collection-helpers.d.ts +5 -5
  899. package/lib/globals/internal/collection-helpers.d.ts.map +1 -1
  900. package/lib/globals/internal/getSupportedLocale.d.ts +12 -0
  901. package/lib/globals/internal/getSupportedLocale.d.ts.map +1 -0
  902. package/lib/globals/mixins/on.d.ts +2 -2
  903. package/lib/globals/mixins/on.d.ts.map +1 -1
  904. package/lib/globals/register.d.ts +89 -0
  905. package/lib/globals/register.d.ts.map +1 -0
  906. package/lib/globals/register.js +61 -0
  907. package/lib/globals/register.js.map +1 -0
  908. package/lib/globals/settings.d.ts +1 -1
  909. package/lib/globals/settings.d.ts.map +1 -1
  910. package/lib/globals/settings.js +1 -0
  911. package/lib/globals/settings.js.map +1 -1
  912. package/lib/index.d.ts +10 -0
  913. package/lib/index.d.ts.map +1 -1
  914. package/package.json +16 -10
  915. package/scss/components/ai-label/ai-label.scss +24 -33
  916. package/scss/components/big-number/big-number-skeleton.scss +58 -0
  917. package/scss/components/big-number/big-number.scss +29 -0
  918. package/scss/components/big-number/story-styles.scss +48 -0
  919. package/scss/components/card/card-story.scss +29 -0
  920. package/scss/components/card/card.scss +212 -0
  921. package/scss/components/coachmark/coachmark-beacon/coachmark-beacon.scss +89 -0
  922. package/scss/components/coachmark/coachmark-body.scss +16 -0
  923. package/scss/components/coachmark/coachmark-header.scss +28 -0
  924. package/scss/components/coachmark/coachmark-tagline/coachmark-tagline.scss +42 -0
  925. package/scss/components/coachmark/coachmark.scss +42 -0
  926. package/scss/components/coachmark/story-styles.scss +37 -0
  927. package/scss/components/combo-box/combo-box.scss +63 -6
  928. package/scss/components/data-table/_table-action.scss +5 -3
  929. package/scss/components/date-picker/date-picker.scss +70 -2
  930. package/scss/components/date-picker/next/components/date-picker.scss +28 -2
  931. package/scss/components/dropdown/dropdown.scss +39 -4
  932. package/scss/components/edit-in-place/edit-in-place.scss +127 -0
  933. package/scss/components/edit-in-place/story-styles.scss +61 -0
  934. package/scss/components/fluid-combo-box/fluid-combo-box.scss +68 -5
  935. package/scss/components/fluid-date-picker/fluid-date-picker.scss +109 -12
  936. package/scss/components/fluid-dropdown/fluid-dropdown.scss +56 -6
  937. package/scss/components/fluid-multi-select/fluid-multi-select.scss +75 -2
  938. package/scss/components/fluid-number-input/fluid-number-input.scss +32 -1
  939. package/scss/components/fluid-search/fluid-search.scss +6 -3
  940. package/scss/components/menu/menu-item.scss +9 -1
  941. package/scss/components/menu/menu.scss +32 -1
  942. package/scss/components/multi-select/multi-select.scss +130 -28
  943. package/scss/components/number-input/number-input.scss +35 -1
  944. package/scss/components/options-tile/options-tile.scss +157 -0
  945. package/scss/components/options-tile/story-styles.scss +32 -0
  946. package/scss/components/search/search.scss +7 -0
  947. package/scss/components/select/select.scss +7 -3
  948. package/scss/components/slider/slider.scss +9 -2
  949. package/scss/components/tabs/tabs.scss +9 -2
  950. package/scss/components/tag/tag-story.scss +19 -0
  951. package/scss/components/tag/tag.scss +15 -11
  952. package/scss/components/text-input/text-input.scss +22 -0
  953. package/scss/components/user-avatar/story-styles.scss +53 -0
  954. package/scss/components/user-avatar/user-avatar.scss +113 -0
  955. package/telemetry.yml +67 -0
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/breadcrumb.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAGvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAGzC;;;;GAIG;AACH,cACM,aAAc,SAAQ,UAAU;IACpC;;OAEG;IAEH,eAAe,UAAS;IAExB;;;OAGG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAUzB,iBAAiB;IAUjB,OAAO,CAAC,iBAAiB,KAAA;IAUzB,MAAM;IAaN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/breadcrumb/breadcrumb.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAGvC,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAGzC;;;;GAIG;AACH,cACM,aAAc,SAAQ,UAAU;IACpC;;OAEG;IAEH,eAAe,UAAS;IAExB;;;OAGG;IAEH,IAAI,kBAA0B;IAE9B;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAWzB,iBAAiB;IAUjB,OAAO,CAAC,iBAAiB,KAAA;IAUzB,MAAM;IAaN,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,aAAa,CAAC"}
@@ -15,7 +15,7 @@ import { property } from "lit/decorators.js";
15
15
  import { classMap } from "lit/directives/class-map.js";
16
16
  //#region src/components/breadcrumb/breadcrumb.ts
17
17
  /**
18
- * Copyright IBM Corp. 2019, 2023
18
+ * Copyright IBM Corp. 2019, 2026
19
19
  *
20
20
  * This source code is licensed under the Apache-2.0 license found in the
21
21
  * LICENSE file in the root directory of this source tree.
@@ -35,7 +35,7 @@ let CDSBreadcrumb = class CDSBreadcrumb extends LitElement {
35
35
  * Handles `slotchange` event.
36
36
  */
37
37
  _handleSlotChange({ target }) {
38
- target.assignedNodes().filter((node) => node.nodeType !== Node.TEXT_NODE || node.textContent.trim()).forEach((item) => {
38
+ target.assignedNodes().filter((node) => node.nodeType !== Node.TEXT_NODE || node.textContent?.trim()).forEach((item) => {
39
39
  item.setAttribute("size", this.size);
40
40
  });
41
41
  }
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumb.js","names":["styles","customElement"],"sources":["../../../src/components/breadcrumb/breadcrumb.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport { BREADCRUMB_SIZE } from './defs';\nimport styles from './breadcrumb.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n/**\n * Breadcrumb.\n *\n * @element cds-custom-breadcrumb\n */\n@customElement(`${prefix}-breadcrumb`)\nclass CDSBreadcrumb extends LitElement {\n /**\n * Optional prop to omit the trailing slash for the breadcrumbs\n */\n @property({ type: Boolean, reflect: true, attribute: 'no-trailing-slash' })\n noTrailingSlash = false;\n\n /**\n * Specify the size of the Breadcrumb. Currently\n * supports the following: `sm` & `md` (default: 'md')\n */\n @property({ type: BREADCRUMB_SIZE, reflect: true })\n size = BREADCRUMB_SIZE.MEDIUM;\n\n /**\n * Handles `slotchange` event.\n */\n private _handleSlotChange({ target }: Event) {\n const items = (target as HTMLSlotElement).assignedNodes().filter(\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion -- https://github.com/carbon-design-system/carbon/issues/20452\n (node) => node.nodeType !== Node.TEXT_NODE || node!.textContent!.trim()\n );\n items.forEach((item) => {\n (item as HTMLElement).setAttribute('size', this.size);\n });\n }\n\n connectedCallback() {\n if (!this.hasAttribute('role')) {\n this.setAttribute('role', 'navigation');\n }\n if (!this.hasAttribute('aria-label')) {\n this.setAttribute('aria-label', 'Breadcrumb');\n }\n super.connectedCallback();\n }\n\n updated(changedProperties) {\n if (changedProperties.has('size')) {\n const items = this.querySelectorAll(`${prefix}-breadcrumb-item`);\n items?.forEach((item) => {\n const link = item.querySelector(`${prefix}-breadcrumb-link`);\n link?.setAttribute('size', this.size);\n });\n }\n }\n\n render() {\n const classes = classMap({\n [`${prefix}--breadcrumb`]: true,\n [`${prefix}--breadcrumb--no-trailing-slash`]: this.noTrailingSlash,\n [`${prefix}--breadcrumb--sm`]: this.size === BREADCRUMB_SIZE.SMALL,\n });\n return html`\n <ol class=\"${classes}\">\n <slot @slotchange=\"${this._handleSlotChange}\"></slot>\n </ol>\n `;\n }\n\n static styles = styles;\n}\n\nexport default CDSBreadcrumb;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA,IAAA,gBAAA,MACM,sBAAsB,WAAW;;;yBAKnB;;;;;;CAYlB,kBAA0B,EAAE,UAAiB;EAK3C,OAJ0C,cAAc,CAAC,CAAC,QAEvD,SAAS,KAAK,aAAa,KAAK,aAAa,KAAM,YAAa,KAAK,CAEpE,CAAC,CAAC,SAAS,SAAS;GACtB,KAAsB,aAAa,QAAQ,KAAK,IAAI;EACtD,CAAC;CACH;CAEA,oBAAoB;EAClB,IAAI,CAAC,KAAK,aAAa,MAAM,GAC3B,KAAK,aAAa,QAAQ,YAAY;EAExC,IAAI,CAAC,KAAK,aAAa,YAAY,GACjC,KAAK,aAAa,cAAc,YAAY;EAE9C,MAAM,kBAAkB;CAC1B;CAEA,QAAQ,mBAAmB;EACzB,IAAI,kBAAkB,IAAI,MAAM,GAE9B,KADmB,iBAAiB,qBAChC,CAAC,EAAE,SAAS,SAAS;GAEvB,KADkB,cAAc,qBAC7B,CAAC,EAAE,aAAa,QAAQ,KAAK,IAAI;EACtC,CAAC;CAEL;CAEA,SAAS;EAMP,OAAO,IAAI;mBALK,SAAS;IACtB,oBAA0B;IAC1B,uCAA6C,KAAK;IAClD,wBAA8B,KAAK,SAAA;EACtC,CAEqB,EAAE;6BACE,KAAK,kBAAkB;;;CAGlD;;gBAEgBA;;AAClB;YAzDG,SAAS;CAAE,MAAM;CAAS,SAAS;CAAM,WAAW;AAAoB,CAAC,CAAA,GAAA,cAAA,WAAA,mBAAA,KAAA,CAAA;YAOzE,SAAS;CAAE,MAAM;CAAiB,SAAS;AAAK,CAAC,CAAA,GAAA,cAAA,WAAA,QAAA,KAAA,CAAA;4BAZnDC,cAAc,gBAAsB,CAAA,GAAA,aAAA;AAgErC,IAAA,qBAAe"}
1
+ {"version":3,"file":"breadcrumb.js","names":["styles","customElement"],"sources":["../../../src/components/breadcrumb/breadcrumb.ts"],"sourcesContent":["/**\n * Copyright IBM Corp. 2019, 2026\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport { BREADCRUMB_SIZE } from './defs';\nimport styles from './breadcrumb.scss?lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\n/**\n * Breadcrumb.\n *\n * @element cds-custom-breadcrumb\n */\n@customElement(`${prefix}-breadcrumb`)\nclass CDSBreadcrumb extends LitElement {\n /**\n * Optional prop to omit the trailing slash for the breadcrumbs\n */\n @property({ type: Boolean, reflect: true, attribute: 'no-trailing-slash' })\n noTrailingSlash = false;\n\n /**\n * Specify the size of the Breadcrumb. Currently\n * supports the following: `sm` & `md` (default: 'md')\n */\n @property({ type: BREADCRUMB_SIZE, reflect: true })\n size = BREADCRUMB_SIZE.MEDIUM;\n\n /**\n * Handles `slotchange` event.\n */\n private _handleSlotChange({ target }: Event) {\n const items = (target as HTMLSlotElement)\n .assignedNodes()\n .filter(\n (node) => node.nodeType !== Node.TEXT_NODE || node.textContent?.trim()\n );\n items.forEach((item) => {\n (item as HTMLElement).setAttribute('size', this.size);\n });\n }\n\n connectedCallback() {\n if (!this.hasAttribute('role')) {\n this.setAttribute('role', 'navigation');\n }\n if (!this.hasAttribute('aria-label')) {\n this.setAttribute('aria-label', 'Breadcrumb');\n }\n super.connectedCallback();\n }\n\n updated(changedProperties) {\n if (changedProperties.has('size')) {\n const items = this.querySelectorAll(`${prefix}-breadcrumb-item`);\n items?.forEach((item) => {\n const link = item.querySelector(`${prefix}-breadcrumb-link`);\n link?.setAttribute('size', this.size);\n });\n }\n }\n\n render() {\n const classes = classMap({\n [`${prefix}--breadcrumb`]: true,\n [`${prefix}--breadcrumb--no-trailing-slash`]: this.noTrailingSlash,\n [`${prefix}--breadcrumb--sm`]: this.size === BREADCRUMB_SIZE.SMALL,\n });\n return html`\n <ol class=\"${classes}\">\n <slot @slotchange=\"${this._handleSlotChange}\"></slot>\n </ol>\n `;\n }\n\n static styles = styles;\n}\n\nexport default CDSBreadcrumb;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAmBA,IAAA,gBAAA,MACM,sBAAsB,WAAW;;;yBAKnB;;;;;;CAYlB,kBAA0B,EAAE,UAAiB;EAM3C,OAJG,cAAc,CAAC,CACf,QACE,SAAS,KAAK,aAAa,KAAK,aAAa,KAAK,aAAa,KAAK,CAErE,CAAC,CAAC,SAAS,SAAS;GACtB,KAAsB,aAAa,QAAQ,KAAK,IAAI;EACtD,CAAC;CACH;CAEA,oBAAoB;EAClB,IAAI,CAAC,KAAK,aAAa,MAAM,GAC3B,KAAK,aAAa,QAAQ,YAAY;EAExC,IAAI,CAAC,KAAK,aAAa,YAAY,GACjC,KAAK,aAAa,cAAc,YAAY;EAE9C,MAAM,kBAAkB;CAC1B;CAEA,QAAQ,mBAAmB;EACzB,IAAI,kBAAkB,IAAI,MAAM,GAE9B,KADmB,iBAAiB,qBAChC,CAAC,EAAE,SAAS,SAAS;GAEvB,KADkB,cAAc,qBAC7B,CAAC,EAAE,aAAa,QAAQ,KAAK,IAAI;EACtC,CAAC;CAEL;CAEA,SAAS;EAMP,OAAO,IAAI;mBALK,SAAS;IACtB,oBAA0B;IAC1B,uCAA6C,KAAK;IAClD,wBAA8B,KAAK,SAAA;EACtC,CAEqB,EAAE;6BACE,KAAK,kBAAkB;;;CAGlD;;gBAEgBA;;AAClB;YA1DG,SAAS;CAAE,MAAM;CAAS,SAAS;CAAM,WAAW;AAAoB,CAAC,CAAA,GAAA,cAAA,WAAA,mBAAA,KAAA,CAAA;YAOzE,SAAS;CAAE,MAAM;CAAiB,SAAS;AAAK,CAAC,CAAA,GAAA,cAAA,WAAA,QAAA,KAAA,CAAA;4BAZnDC,cAAc,gBAAsB,CAAA,GAAA,aAAA;AAiErC,IAAA,qBAAe"}
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { css } from "lit";
9
9
  //#region src/components/breadcrumb/breadcrumb.scss?lit
10
- var breadcrumb_default = 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--assistive-text,.cds-custom--visually-hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-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-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-popover-background-color:var(--cds-background-inverse,#393939);--cds-popover-text-color:var(--cds-text-inverse,#fff)}.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--icon--skeleton,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton__placeholder,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton__text{background:var(--cds-background-inverse-hover,#474747)}.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--icon--skeleton:before,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton:before,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton__placeholder:before,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton__text:before{background:var(--cds-background-inverse,#393939)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-popover-drop-shadow,drop-shadow(0 .125rem .125rem rgba(0,0,0,.2)))}.cds-custom--popover--border>.cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-popover-border-color,var(--cds-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-popover-offset:0.625rem}.cds-custom--popover{position:absolute;z-index:6000;inset:0;pointer-events:none}.cds-custom--popover-content{--cds-layout-size-height-sm:2rem}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm{--cds-layout-size-height:var(--cds-layout-size-height-sm)}.cds-custom--popover-content{--cds-layout-size-height-md:2.5rem}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md{--cds-layout-size-height:var(--cds-layout-size-height-md)}.cds-custom--popover-content{--cds-layout-size-height-lg:3rem}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg{--cds-layout-size-height:var(--cds-layout-size-height-lg)}.cds-custom--popover-content{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover-content{position:absolute;z-index:6000;display:none;border-radius:var(--cds-popover-border-radius,2px);background-color:var(--cds-popover-background-color,var(--cds-layer));color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));inline-size:-moz-max-content;inline-size:max-content;max-inline-size:23rem;pointer-events:auto}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-content{background-color:var(--cds-background,#fff)}.cds-custom--popover-content:before{position:absolute;display:none;content:\"\"}.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{position:absolute;z-index:6000;display:none;will-change:transform}.cds-custom--popover--auto-align.cds-custom--popover-caret:after,.cds-custom--popover-caret:after{position:absolute;display:block;background-color:var(--cds-popover-background-color,var(--cds-layer));content:\"\"}.cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover-caret:before{position:absolute;display:none;background-color:var(--cds-popover-border-color,var(--cds-border-subtle));content:\"\"}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-caret:after{background-color:var(--cds-background,#fff)}.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--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover-caret:before,.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-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:-.25rem}.cds-custom--popover--top-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:-.25rem}.cds-custom--popover--bottom-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem) - 1rem)}.cds-custom--popover--bottom-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem) - 1rem)}.cds-custom--popover--right-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(100% + .25rem)}.cds-custom--popover--left-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(100% + .25rem)}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(100% + var(--cds-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(100% + var(--cds-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem))}.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-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-popover-offset,0))}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.cds-custom--popover--bottom-end:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.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-popover-offset, 0rem)))}.cds-custom--popover--top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(-100% - var(--cds-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(-100% - var(--cds-popover-offset, 0rem)))}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem))}.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-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-popover-offset, 0rem)*-1))}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.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-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-popover-offset,0),calc(var(--cds-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-popover-offset,0),calc(var(--cds-popover-offset, 0rem)*.5 + 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right:not(.cds-custom--popover--auto-align):dir(rtl)>.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-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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-popover-offset, 0rem) - 100%),-50%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.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-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-popover-offset, 0rem)*-1),calc(var(--cds-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-popover-offset, 0rem)*-1),calc(var(--cds-popover-offset, 0rem)*.5 + 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left:not(.cds-custom--popover--auto-align):dir(rtl)>.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-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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1 + 100%),-50%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%;box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;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{position:relative;display:inline-flex;align-items:center;justify-content:center;block-size:2rem;inline-size:2rem}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}@media (any-hover:hover){.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-layer-hover)}}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-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{position:absolute;z-index:6001;background:var(--cds-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--tooltip{--cds-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem);max-inline-size:18rem;overflow-wrap:break-word}.cds-custom--icon-tooltip{--cds-tooltip-padding-block:0.125rem;--cds-popover-caret-width:0.5rem;--cds-popover-caret-height:0.25rem;--cds-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px)}.cds-custom--definition-term{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%;box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;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{border-radius:0;border-block-end:1px dotted var(--cds-border-strong);color:var(--cds-text-primary,#161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus,.cds-custom--definition-term:hover{border-block-end-color:var(--cds-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);padding:.5rem 1rem;max-inline-size:11rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-lg)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-2xl)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));--temp-1lh:(var(--cds-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);box-sizing:border-box;padding:0;border:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;display:inline-flex;flex-shrink:0;justify-content:space-between;border-radius:0;margin:0;cursor:pointer;inline-size:-moz-max-content;inline-size:max-content;max-inline-size:20rem;min-block-size:var(--cds-layout-size-height-local);outline:none;padding-block:min((var(--cds-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-layout-density-padding-inline-local)*3 + .9375rem);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:top}.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{border-color:var(--cds-button-disabled,#c6c6c6);background:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{position:absolute;flex-shrink:0;block-size:1rem;inline-size:1rem;inset-block-start:min((var(--cds-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-layout-density-padding-inline-local);margin-block-start:.0625rem}.cds-custom--btn::-moz-focus-inner{padding:0;border:0}.cds-custom--btn--primary{border:1px solid transparent;background-color:var(--cds-button-primary,#0f62fe);color:var(--cds-text-on-color,#fff)}@media (any-hover:hover){.cds-custom--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}}.cds-custom--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-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-text-on-color,#fff)}.cds-custom--btn--secondary{border:1px solid transparent;background-color:var(--cds-button-secondary,#393939)}@media (any-hover:hover){.cds-custom--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}}.cds-custom--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-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-text-on-color,#fff)}.cds-custom--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary,#0f62fe);background-color:transparent;color:var(--cds-button-tertiary,#0f62fe)}@media (any-hover:hover){.cds-custom--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}}.cds-custom--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-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}@media (any-hover:hover){.cds-custom--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}}.cds-custom--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe);color:var(--cds-text-inverse,#fff)}.cds-custom--btn--tertiary:active{border-color:transparent;background-color:var(--cds-button-tertiary-active,#002d9c);color:var(--cds-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-text-disabled,rgba(22,22,22,.25));outline:none}.cds-custom--btn--ghost{border:1px solid transparent;background-color:transparent;color:var(--cds-link-primary,#0f62fe)}@media (any-hover:hover){.cds-custom--btn--ghost:hover{background-color:var(--cds-background-hover,hsla(0,0%,55.3%,.12))}}.cds-custom--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-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{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost .cds-custom--btn__icon{position:static;align-self:center;margin-inline-start:.5rem}@media (hover:hover){.cds-custom--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}}.cds-custom--btn--ghost:active{background-color:var(--cds-background-active,hsla(0,0%,55.3%,.5));color:var(--cds-link-primary-hover,#0043ce)}.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{border-color:transparent;background:transparent;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--btn--icon-only{align-items:center;justify-content:center;padding:0;block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local);padding-block-start:0}.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--ghost:focus{box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe))}.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-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.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,.cds-custom--btn--xs: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-background-selected,hsla(0,0%,55.3%,.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-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-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{border:1px solid transparent;background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}@media (any-hover:hover){.cds-custom--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}}.cds-custom--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-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-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary,#da1e28);background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}@media (any-hover:hover){.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-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}@media (hover:hover){.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{border-color:var(--cds-button-danger-active,#750e13);background-color:var(--cds-button-danger-active,#750e13);color:var(--cds-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-text-disabled,rgba(22,22,22,.25));outline:none}.cds-custom--btn--danger--ghost{border:1px solid transparent;background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}@media (any-hover:hover){.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-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{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{position:static;margin-inline-start:.5rem}@media (hover:hover){.cds-custom--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}}.cds-custom--btn--danger--ghost:active{color:var(--cds-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{border-color:transparent;background:transparent;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);padding-block:min((var(--cds-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{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.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{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn.cds-custom--skeleton{background:CanvasText}.cds-custom--btn.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--btn.cds-custom--skeleton{inline-size:9.375rem}.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-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-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-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-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{border-color:transparent;background-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}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--btn-set--fluid{container-type:inline-size}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner{--flex-direction:row;display:flex;flex-direction:var(--flex-direction);align-items:stretch;justify-content:flex-end;inline-size:100%}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn{flex:0 1 25%;max-inline-size:14.5rem}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack .cds-custom--btn{min-inline-size:11rem}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn--danger--ghost,.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn--ghost{flex:1 1 25%;max-inline-size:none;padding-inline-start:2rem}@container (width <= 11rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 22rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 33rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 44rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 44rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner:has(:nth-child(2):last-child) .cds-custom--btn{flex-basis:50%;max-inline-size:none}}@container (width <= 33rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner:has(:first-child:last-child) .cds-custom--btn{flex:1 1 100%;max-inline-size:none}}.cds-custom--overflow-menu,.cds-custom--overflow-menu__trigger{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;text-align:start;inline-size:100%}.cds-custom--overflow-menu::-moz-focus-inner,.cds-custom--overflow-menu__trigger::-moz-focus-inner{border:0}.cds-custom--overflow-menu,.cds-custom--overflow-menu__trigger{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--overflow-menu *,.cds-custom--overflow-menu :after,.cds-custom--overflow-menu :before,.cds-custom--overflow-menu__trigger *,.cds-custom--overflow-menu__trigger :after,.cds-custom--overflow-menu__trigger :before{box-sizing:inherit}.cds-custom--overflow-menu,.cds-custom--overflow-menu__trigger{outline:2px solid transparent;outline-offset:-2px;position:relative;display:flex;align-items:center;justify-content:center;block-size:var(--cds-layout-size-height-local);cursor:pointer;inline-size:var(--cds-layout-size-height-local);min-block-size:var(--cds-layout-size-height-local);transition:outline .11s cubic-bezier(0,0,.38,.9),background-color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--overflow-menu:focus,.cds-custom--overflow-menu__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu:focus,.cds-custom--overflow-menu__trigger:focus{outline-style:dotted}}@media (any-hover:hover){.cds-custom--overflow-menu:hover,.cds-custom--overflow-menu__trigger:hover{background-color:var(--cds-background-hover,hsla(0,0%,55.3%,.12))}}.cds-custom--overflow-menu>:first-child{margin-block-start:0}.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus svg{outline:none}.cds-custom--overflow-menu.cds-custom--overflow-menu--open,.cds-custom--overflow-menu.cds-custom--overflow-menu--open .cds-custom--overflow-menu__trigger{box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));background-color:var(--cds-layer);transition:none}.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open,.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open .cds-custom--overflow-menu__trigger{background-color:var(--cds-layer)}.cds-custom--overflow-menu__icon{block-size:1rem;fill:var(--cds-icon-primary,#161616);inline-size:1rem}.cds-custom--overflow-menu__wrapper{line-height:0}.cds-custom--overflow-menu-options{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--overflow-menu-options *,.cds-custom--overflow-menu-options :after,.cds-custom--overflow-menu-options :before{box-sizing:inherit}.cds-custom--overflow-menu-options{box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));position:absolute;z-index:6000;display:none;flex-direction:column;align-items:flex-start;background-color:var(--cds-layer);inline-size:10rem;inset-block-start:2rem;inset-inline-start:0;list-style:none}.cds-custom--overflow-menu-options:after{position:absolute;display:block;background-color:var(--cds-layer);content:\"\";transition:background-color .11s cubic-bezier(0,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--overflow-menu-options:after{transition:none}}@media (any-hover:hover){.cds-custom--overflow-menu.cds-custom--overflow-menu--open:hover{background-color:var(--cds-layer)}}.cds-custom--overflow-menu-options--light{background-color:var(--cds-layer-hover)}.cds-custom--overflow-menu-options--light:after{background-color:var(--cds-layer)}@media (any-hover:hover){.cds-custom--overflow-menu.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open:hover{background-color:var(--cds-layer-hover)}}.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds-custom--breadcrumb-menu-options):after{block-size:.1875rem;inline-size:var(--cds-layout-size-height-local);inset-block-start:-.1875rem;inset-inline-start:0}.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{block-size:.5rem;inline-size:var(--cds-layout-size-height-local);inset-block-end:-.5rem;inset-inline-start:0}.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after{block-size:var(--cds-layout-size-height-local);inline-size:.375rem;inset-block-start:0;inset-inline-end:-.375rem}.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{block-size:var(--cds-layout-size-height-local);inline-size:.375rem;inset-block-start:0;inset-inline-start:-.375rem}.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:after,.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{inset-inline:auto 0}.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after,.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{inset-block:auto 0}.cds-custom--overflow-menu-options--open{display:flex}.cds-custom--overflow-menu-options__content{inline-size:100%}.cds-custom--overflow-menu-options__option{box-sizing:border-box;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--overflow-menu-options__option *,.cds-custom--overflow-menu-options__option :after,.cds-custom--overflow-menu-options__option :before{box-sizing:inherit}.cds-custom--overflow-menu-options__option{display:flex;align-items:center;padding:0;background-color:transparent;block-size:var(--cds-layout-size-height-local);inline-size:100%;transition:background-color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--overflow-menu--divider,.cds-custom--overflow-menu--light .cds-custom--overflow-menu--divider{border-block-start:1px solid var(--cds-border-subtle)}a.cds-custom--overflow-menu-options__btn:before{display:inline-block;block-size:100%;content:\"\";vertical-align:middle}.cds-custom--overflow-menu-options__btn{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);outline:2px solid transparent;outline-offset:-2px;display:inline-flex;align-items:center;padding:0 1rem;border:none;background-color:transparent;block-size:100%;color:var(--cds-text-secondary,#525252);cursor:pointer;font-family:inherit;font-weight:400;inline-size:100%;max-inline-size:11.25rem;text-align:start;transition:outline .11s cubic-bezier(0,0,.38,.9),background-color .11s cubic-bezier(0,0,.38,.9),color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--overflow-menu-options__btn:hover{color:var(--cds-text-primary,#161616)}.cds-custom--overflow-menu-options__btn:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu-options__btn:focus{outline-style:dotted}}.cds-custom--overflow-menu-options__btn::-moz-focus-inner{border:none}.cds-custom--overflow-menu-options__btn svg{fill:var(--cds-icon-secondary,#525252)}.cds-custom--overflow-menu-options__btn:hover svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--overflow-menu-options__option-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds-custom--overflow-menu-options__option:hover{background-color:var(--cds-layer-hover)}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:hover{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus svg,.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:hover svg{fill:currentColor}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus{box-shadow:inset 0 0 0 .1875rem var(--cds-background,#fff)}.cds-custom--overflow-menu-options__option--disabled:hover{background-color:var(--cds-layer);cursor:not-allowed}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn{color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:active,.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:hover{outline:2px solid transparent;outline-offset:-2px;background-color:var(--cds-layer);color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds-custom--overflow-menu--flip{inset-inline-start:-140px}.cds-custom--overflow-menu--flip:before{inset-inline-start:145px}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--overflow-menu__top-end,.cds-custom--overflow-menu__top-start{transform:translateY(calc(-100% - var(--cds-popover-offset, 2.5rem)))}.cds-custom--breadcrumb,:host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb-skeleton){box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--breadcrumb *,.cds-custom--breadcrumb :after,.cds-custom--breadcrumb :before,:host(cds-custom-breadcrumb) *,:host(cds-custom-breadcrumb) :after,:host(cds-custom-breadcrumb) :before,:host(cds-custom-breadcrumb-skeleton) *,:host(cds-custom-breadcrumb-skeleton) :after,:host(cds-custom-breadcrumb-skeleton) :before{box-sizing:inherit}.cds-custom--breadcrumb,:host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb-skeleton){font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);display:inline}@media (min-width:42rem){.cds-custom--breadcrumb,:host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb-skeleton){display:flex;flex-wrap:wrap}}.cds-custom--breadcrumb--sm{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds-custom--breadcrumb .cds-custom--link,:host(cds-custom-breadcrumb) .cds-custom--link,:host(cds-custom-breadcrumb-skeleton) .cds-custom--link{font:inherit}.cds-custom--breadcrumb-item,:host(cds-custom-breadcrumb-item),:host(cds-custom-breadcrumb-item-skeleton){position:relative;display:flex;align-items:center;margin-inline-end:.5rem}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item),.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item-skeleton){margin-inline-end:.25rem}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item .cds-custom--link,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item) .cds-custom--link,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item-skeleton) .cds-custom--link{justify-content:center;min-inline-size:.75rem}.cds-custom--breadcrumb-item .cds-custom--link:visited,:host(cds-custom-breadcrumb-item) .cds-custom--link:visited,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--link:visited{color:var(--cds-link-primary,#0f62fe)}.cds-custom--breadcrumb-item .cds-custom--link:visited:hover,:host(cds-custom-breadcrumb-item) .cds-custom--link:visited:hover,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--link:visited:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds-custom--breadcrumb-item .cds-custom--link:active,.cds-custom--breadcrumb-item .cds-custom--link:visited:active:hover,:host(cds-custom-breadcrumb-item) .cds-custom--link:active,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--link:active{color:var(--cds-text-primary,#161616)}.cds-custom--breadcrumb-item:after{color:var(--cds-text-primary,#161616);content:\"/\";margin-inline-start:.5rem}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item:after{margin-inline-start:.25rem}.cds-custom--breadcrumb--no-trailing-slash .cds-custom--breadcrumb-item:last-child:after{content:\"\"}.cds-custom--breadcrumb-item:last-child,.cds-custom--breadcrumb-item:last-child:after{margin-inline-end:0}.cds-custom--breadcrumb .cds-custom--link,:host(cds-custom-breadcrumb) .cds-custom--link,:host(cds-custom-breadcrumb-skeleton) .cds-custom--link{white-space:nowrap}.cds-custom--breadcrumb-item [aria-current=page],.cds-custom--breadcrumb-item.cds-custom--breadcrumb-item--current .cds-custom--link,:host(cds-custom-breadcrumb-item) [aria-current=page],:host(cds-custom-breadcrumb-item-skeleton) [aria-current=page]{color:var(--cds-text-primary,#161616);cursor:auto}.cds-custom--breadcrumb-item [aria-current=page]:hover,.cds-custom--breadcrumb-item.cds-custom--breadcrumb-item--current .cds-custom--link:hover,:host(cds-custom-breadcrumb-item) [aria-current=page]:hover,:host(cds-custom-breadcrumb-item-skeleton) [aria-current=page]:hover{text-decoration:none}.cds-custom--breadcrumb-item .cds-custom--overflow-menu,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu{position:relative;block-size:1.125rem;inline-size:1rem}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:focus,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:focus,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:focus{border:none;box-shadow:none;outline:1px solid var(--cds-focus,#0f62fe);outline-offset:0}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:hover,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:hover,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:hover{background:transparent}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:hover:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:hover:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:hover:after{background:var(--cds-link-primary-hover,#0043ce)}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:active:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:active:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:active:after{background:var(--cds-text-primary,#161616)}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:focus:after,.cds-custom--breadcrumb-item .cds-custom--overflow-menu:hover:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:focus:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:hover:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:focus:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:hover:after{opacity:1}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:after{position:absolute;background:var(--cds-focus,#0f62fe);block-size:1px;content:\"\";inline-size:.75rem;inset-block-end:2px;opacity:0;transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--breadcrumb-item .cds-custom--overflow-menu:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:after{transition:none}}.cds-custom--breadcrumb-item .cds-custom--overflow-menu.cds-custom--overflow-menu--open,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu.cds-custom--overflow-menu--open,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu.cds-custom--overflow-menu--open{background:transparent;box-shadow:none}.cds-custom--breadcrumb-item .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{position:relative;fill:var(--cds-link-primary,#0f62fe);transform:translateY(4px)}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon{fill:var(--cds-link-primary-hover,#0043ce)}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:active .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:active .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:active .cds-custom--overflow-menu__icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--breadcrumb-menu-options:focus{outline:none}.cds-custom--breadcrumb-menu-options.cds-custom--overflow-menu-options:after{margin:0 auto;background:transparent;block-size:0;border-block-end:.4375rem solid var(--cds-field);border-inline-end:.4375rem solid transparent;border-inline-start:.4375rem solid transparent;inline-size:0;inset-block-start:-.4375rem;inset-inline-start:.875rem}[dir=rtl] .cds-custom--breadcrumb-menu-options.cds-custom--overflow-menu-options:after{inset-inline-end:.875rem;inset-inline-start:auto}.cds-custom--breadcrumb .cds-custom--overflow-menu.cds-custom--btn--icon-only,:host(cds-custom-breadcrumb) .cds-custom--overflow-menu.cds-custom--btn--icon-only,:host(cds-custom-breadcrumb-skeleton) .cds-custom--overflow-menu.cds-custom--btn--icon-only{min-block-size:1.125rem;padding-inline:0}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item .cds-custom--overflow-menu,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu{block-size:1rem;inline-size:1rem;min-block-size:1rem}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{transform:translateY(3px)}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:active,.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:focus,.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:hover{border:none;cursor:default;outline:none}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link{background:CanvasText}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:before{background:Canvas;forced-color-adjust:none}}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link{block-size:1rem;inline-size:6.25rem}.cds-custom--link{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--link *,.cds-custom--link :after,.cds-custom--link :before{box-sizing:inherit}.cds-custom--link{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);display:inline-flex;color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe));outline:none;text-decoration:none;transition:color 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--link:hover{color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce));text-decoration:underline}.cds-custom--link:active:not(.cds-custom--link--disabled),.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--link:active:not(.cds-custom--link--disabled),.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{outline-style:dotted}}.cds-custom--link:active:not(.cds-custom--link--disabled),.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe));outline-color:var(--cds-link-focus-text-color,var(--cds-focus,#0f62fe));text-decoration:underline}.cds-custom--link:focus:not(.cds-custom--link--disabled){outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--link:focus:not(.cds-custom--link--disabled){outline-style:dotted}}.cds-custom--link:focus:not(.cds-custom--link--disabled){outline-color:var(--cds-link-focus-text-color,var(--cds-focus,#0f62fe));text-decoration:underline}.cds-custom--link:visited{color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe))}.cds-custom--link:visited:hover{color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce))}.cds-custom--link--disabled,.cds-custom--link--disabled:hover{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--link--disabled *,.cds-custom--link--disabled :after,.cds-custom--link--disabled :before,.cds-custom--link--disabled:hover *,.cds-custom--link--disabled:hover :after,.cds-custom--link--disabled:hover :before{box-sizing:inherit}.cds-custom--link--disabled,.cds-custom--link--disabled:hover{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed;font-weight:400;text-decoration:none}.cds-custom--link.cds-custom--link--visited:visited{color:var(--cds-link-visited-text-color,var(--cds-link-visited,#8a3ffc))}.cds-custom--link.cds-custom--link--visited:visited:hover{color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce))}.cds-custom--link.cds-custom--link--inline{display:inline;text-decoration:underline}.cds-custom--link--disabled.cds-custom--link--inline{text-decoration:underline}.cds-custom--link--sm,.cds-custom--link--sm.cds-custom--link--disabled:hover{font-size:var(--cds-helper-text-01-font-size,.75rem);line-height:var(--cds-helper-text-01-line-height,1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px)}.cds-custom--link--lg,.cds-custom--link--lg.cds-custom--link--disabled:hover{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0)}.cds-custom--link--icon{display:inline-block}.cds-custom--link__icon{display:inline-flex;align-items:center;block-size:1lh;line-height:inherit;margin-inline-start:.5rem;vertical-align:text-bottom}.cds-custom--link--lg .cds-custom--link__icon>svg{block-size:1.25rem;inline-size:1.25rem}.cds-custom--link--lg .cds-custom--link__icon{block-size:1.25rem}:host(cds-custom-breadcrumb) .cds-custom--breadcrumb,:host(cds-custom-breadcrumb) :host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb) :host(cds-custom-breadcrumb-skeleton),:host(cds-custom-breadcrumb-skeleton) .cds-custom--breadcrumb,:host(cds-custom-breadcrumb-skeleton) :host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb-skeleton) :host(cds-custom-breadcrumb-skeleton){padding:0;margin:0}:host(cds-custom-breadcrumb-item):after,:host(cds-custom-breadcrumb-item-skeleton):after{color:var(--cds-text-primary,#161616);content:\"/\";margin-inline-start:.5rem}:host(cds-custom-breadcrumb[size=sm]) ::slotted(cds-custom-breadcrumb-item){margin-inline-end:.25rem}:host(cds-custom-breadcrumb[size=sm]) ::slotted(cds-custom-breadcrumb-item):after{margin-inline-start:.25rem}:host(cds-custom-breadcrumb-overflow-menu){position:relative;block-size:1.125rem;inline-size:1.25rem}:host(cds-custom-breadcrumb-overflow-menu):focus{outline:1px solid var(--cds-focus,#0f62fe)}:host(cds-custom-breadcrumb-overflow-menu):hover{background:transparent}:host(cds-custom-breadcrumb-overflow-menu):hover :after{opacity:1}:host(cds-custom-breadcrumb-overflow-menu) :after{position:absolute;background:var(--cds-link-primary-hover,#0043ce);block-size:1px;content:\"\";inline-size:.75rem;inset-block-end:.125rem;opacity:0;transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-breadcrumb-overflow-menu) :after{transition:none}}:host(cds-custom-breadcrumb-item[size=sm]) ::slotted(cds-custom-breadcrumb-overflow-menu){inline-size:1rem}:host(cds-custom-breadcrumb-overflow-menu[open]){background:transparent;box-shadow:none}:host(cds-custom-breadcrumb-overflow-menu) svg{position:relative;fill:var(--cds-link-primary,#0f62fe);transform:translateY(4px)}:host(cds-custom-breadcrumb-overflow-menu):hover svg{fill:var(--cds-link-primary-hover,#0043ce)}:host(cds-custom-breadcrumb[no-trailing-slash]) ::slotted(cds-custom-breadcrumb-item:last-of-type):after{content:\"\"}:host(cds-custom-breadcrumb-link){outline:none}:host(cds-custom-breadcrumb-link) .cds-custom--link,:host(cds-custom-breadcrumb-link) .cds-custom--link:visited{font:inherit}:host(cds-custom-breadcrumb-link) .cds-custom--link:active,:host(cds-custom-breadcrumb-link) .cds-custom--link:visited:active{color:var(--cds-text-primary,#161616)}:host(cds-custom-breadcrumb-link) .cds-custom--link--disabled{color:var(--cds-text-disabled,rgba(22,22,22,.25))}:host(cds-custom-breadcrumb-link) .cds-custom--link__icon[hidden]{display:none}:host(cds-custom-breadcrumb-link[size=sm]){min-inline-size:.75rem;text-align:center}:host(cds-custom-breadcrumb-link[aria-current=page]) .cds-custom--link{color:var(--cds-text-primary,#161616);cursor:auto}:host(cds-custom-breadcrumb-link[aria-current=page]) .cds-custom--link:active:not(.cds-custom--link--disabled),:host(cds-custom-breadcrumb-link[aria-current=page]) .cds-custom--link:hover{text-decoration:none}:host(cds-custom-breadcrumb-link) .cds-custom--breadcrumb-item--current{color:var(--cds-text-primary,#161616);cursor:auto}:host(cds-custom-breadcrumb-link) .cds-custom--breadcrumb-item--current:active:not(.cds-custom--link--disabled),:host(cds-custom-breadcrumb-link) .cds-custom--breadcrumb-item--current:hover{text-decoration:none}"]);
10
+ var breadcrumb_default = 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--assistive-text,.cds-custom--visually-hidden{position:absolute;overflow:hidden;padding:0;border:0;margin:-1px;block-size:1px;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01, #f4f4f4);--cds-layer-active:var(--cds-layer-active-01, #c6c6c6);--cds-layer-background:var(--cds-layer-background-01, #fff);--cds-layer-hover:var(--cds-layer-hover-01, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01, #a8a8a8);--cds-field:var(--cds-field-01, #f4f4f4);--cds-field-hover:var(--cds-field-hover-01, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00, #e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01, #c6c6c6);--cds-border-strong:var(--cds-border-strong-01, #8d8d8d);--cds-border-tile:var(--cds-border-tile-01, #c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02, #fff);--cds-layer-active:var(--cds-layer-active-02, #c6c6c6);--cds-layer-background:var(--cds-layer-background-02, #f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02, #a8a8a8);--cds-field:var(--cds-field-02, #fff);--cds-field-hover:var(--cds-field-hover-02, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01, #c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02, #c6c6c6);--cds-border-strong:var(--cds-border-strong-02, #8d8d8d);--cds-border-tile:var(--cds-border-tile-02, #a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03, #f4f4f4);--cds-layer-active:var(--cds-layer-active-03, #c6c6c6);--cds-layer-background:var(--cds-layer-background-03, #fff);--cds-layer-hover:var(--cds-layer-hover-03, #e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03, #e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03, #d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03, #e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03, #d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03, #a8a8a8);--cds-field:var(--cds-field-03, #f4f4f4);--cds-field-hover:var(--cds-field-hover-03, #e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02, #e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03, #c6c6c6);--cds-border-strong:var(--cds-border-strong-03, #8d8d8d);--cds-border-tile:var(--cds-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-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-popover-background-color:var(--cds-background-inverse, #393939);--cds-popover-text-color:var(--cds-text-inverse, #fff)}.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--icon--skeleton,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton__placeholder,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton__text{background:var(--cds-background-inverse-hover,#474747)}.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--icon--skeleton:before,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton:before,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton__placeholder:before,.cds-custom--popover--high-contrast .cds-custom--popover .cds-custom--skeleton__text:before{background:var(--cds-background-inverse,#393939)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-popover-drop-shadow,drop-shadow(0 .125rem .125rem rgba(0,0,0,.2)))}.cds-custom--popover--border>.cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-popover-border-color,var(--cds-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-popover-offset:0.625rem}.cds-custom--popover{position:absolute;z-index:6000;inset:0;pointer-events:none}.cds-custom--popover-content{--cds-layout-size-height-sm:2rem}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm{--cds-layout-size-height:var(--cds-layout-size-height-sm)}.cds-custom--popover-content{--cds-layout-size-height-md:2.5rem}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md{--cds-layout-size-height:var(--cds-layout-size-height-md)}.cds-custom--popover-content{--cds-layout-size-height-lg:3rem}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg{--cds-layout-size-height:var(--cds-layout-size-height-lg)}.cds-custom--popover-content{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover-content{position:absolute;z-index:6000;display:none;border-radius:var(--cds-popover-border-radius,2px);background-color:var(--cds-popover-background-color,var(--cds-layer));color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));inline-size:-moz-max-content;inline-size:max-content;max-inline-size:23rem;pointer-events:auto}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-content{background-color:var(--cds-background,#fff)}.cds-custom--popover-content:before{position:absolute;display:none;content:\"\"}.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{position:absolute;z-index:6000;display:none;will-change:transform}.cds-custom--popover--auto-align.cds-custom--popover-caret:after,.cds-custom--popover-caret:after{position:absolute;display:block;background-color:var(--cds-popover-background-color,var(--cds-layer));content:\"\"}.cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover-caret:before{position:absolute;display:none;background-color:var(--cds-popover-border-color,var(--cds-border-subtle));content:\"\"}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-caret:after{background-color:var(--cds-background,#fff)}.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--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover-caret:before,.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-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:-.25rem}.cds-custom--popover--top-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:-.25rem}.cds-custom--popover--bottom-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - 1rem - var(--cds-popover-offset, 0rem))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - 1rem - var(--cds-popover-offset, 0rem))}.cds-custom--popover--right-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(100% + .25rem)}.cds-custom--popover--left-end:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left:not(.cds-custom--popover--caret):not(.cds-custom--popover--auto-align):not(.cds-custom--popover--tab-tip)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(100% + .25rem)}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-popover-offset, 0rem)),calc(100% + var(--cds-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(100% + var(--cds-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem))}.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-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-popover-offset,0))}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(-1px + var(--cds-popover-caret-width, .75rem));inset-block-start:1px;inset-inline-start:.5px}.cds-custom--popover--bottom-end:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom:dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(-1px + var(--cds-popover-caret-width, .75rem));inset-block-start:1px;inset-inline-start:.5px}.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-popover-offset, 0rem)))}.cds-custom--popover--top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(-1 * var(--cds-popover-offset, 0rem)),calc(-100% - var(--cds-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));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:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(-100% - var(--cds-popover-offset, 0rem)))}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem))}.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-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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-1 * var(--cds-popover-offset, 0rem)))}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(-1px + var(--cds-popover-caret-width, .75rem));inset-block-start:-1px;inset-inline-start:.5px}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(-1 * var(--cds-popover-offset, 0rem)))}.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-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(-1px + var(--cds-popover-caret-width, .75rem));inset-block-start:-1px;inset-inline-start:.5px}.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-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-popover-offset,0),calc(-16px + -.5 * var(--cds-popover-offset, 0rem)))}.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-popover-offset,0),calc(16px + .5 * var(--cds-popover-offset, 0rem)))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right:not(.cds-custom--popover--auto-align):dir(rtl)>.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-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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(-100% + var(--cds-popover-offset, 0rem)),-50%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.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(.1px + -1 * var(--cds-popover-offset, 0rem)),-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(-1 * var(--cds-popover-offset, 0rem)),calc(-16px + -.5 * var(--cds-popover-offset, 0rem)))}.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(-1 * var(--cds-popover-offset, 0rem)),calc(16px + .5 * var(--cds-popover-offset, 0rem)))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left:not(.cds-custom--popover--auto-align):dir(rtl)>.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-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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(100% + -1 * var(--cds-popover-offset, 0rem)),-50%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.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-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align:dir(rtl)>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align):dir(rtl)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%;box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;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{position:relative;display:inline-flex;align-items:center;justify-content:center;block-size:2rem;inline-size:2rem}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}@media (any-hover:hover){.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-layer-hover)}}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-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{position:absolute;z-index:6001;background:var(--cds-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--tooltip{--cds-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem);max-inline-size:18rem;overflow-wrap:break-word}.cds-custom--icon-tooltip{--cds-tooltip-padding-block:0.125rem;--cds-popover-caret-width:0.5rem;--cds-popover-caret-height:0.25rem;--cds-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px)}.cds-custom--definition-term{display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;text-align:start;inline-size:100%;box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;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{border-radius:0;border-block-end:1px dotted var(--cds-border-strong);color:var(--cds-text-primary,#161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus,.cds-custom--definition-term:hover{border-block-end-color:var(--cds-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);padding:.5rem 1rem;max-inline-size:11rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-xs)), var(--cds-layout-size-height, var(--cds-layout-size-height-lg)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-2xl)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));--temp-1lh:(\n var(--cds-body-compact-01-line-height, 1.28572) * 1em\n );--temp-expressive-1lh:(\n var(--cds-body-compact-02-line-height, 1.375) * 1em\n );--temp-padding-block-max:calc(-.0625rem + .5 * (var(--cds-layout-size-height-lg) - var(--temp-1lh)));box-sizing:border-box;padding:0;border:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;display:inline-flex;flex-shrink:0;justify-content:space-between;border-radius:0;margin:0;cursor:pointer;inline-size:-moz-max-content;inline-size:max-content;max-inline-size:20rem;min-block-size:var(--cds-layout-size-height-local);outline:none;padding-block:min(-.0625rem + .5 * (var(--cds-layout-size-height-local) - var(--temp-1lh)),var(--temp-padding-block-max));padding-inline:calc(-.0625rem + var(--cds-layout-density-padding-inline-local)) calc(.9375rem + 3 * var(--cds-layout-density-padding-inline-local));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:top}.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{border-color:var(--cds-button-disabled,#c6c6c6);background:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{position:absolute;flex-shrink:0;block-size:1rem;inline-size:1rem;inset-block-start:min(-.0625rem + .5 * (-1rem + var(--cds-layout-size-height-local)),var(--temp-padding-block-max));inset-inline-end:var(--cds-layout-density-padding-inline-local);margin-block-start:.0625rem}.cds-custom--btn::-moz-focus-inner{padding:0;border:0}.cds-custom--btn--primary{border-color:transparent;border-style:solid;border-width:1px;background-color:var(--cds-button-primary,#0f62fe);color:var(--cds-text-on-color,#fff)}@media (any-hover:hover){.cds-custom--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}}.cds-custom--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-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-text-on-color,#fff)}.cds-custom--btn--secondary{border-color:transparent;border-style:solid;border-width:1px;background-color:var(--cds-button-secondary,#393939)}@media (any-hover:hover){.cds-custom--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}}.cds-custom--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-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-text-on-color,#fff)}.cds-custom--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary,#0f62fe);background-color:transparent;color:var(--cds-button-tertiary,#0f62fe)}@media (any-hover:hover){.cds-custom--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}}.cds-custom--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-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}@media (any-hover:hover){.cds-custom--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}}.cds-custom--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe);color:var(--cds-text-inverse,#fff)}.cds-custom--btn--tertiary:active{border-color:transparent;background-color:var(--cds-button-tertiary-active,#002d9c);color:var(--cds-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-text-disabled,rgba(22,22,22,.25));outline:none}.cds-custom--btn--ghost{border-color:transparent;border-style:solid;border-width:1px;background-color:transparent;color:var(--cds-link-primary,#0f62fe)}@media (any-hover:hover){.cds-custom--btn--ghost:hover{background-color:var(--cds-background-hover,hsla(0,0%,55.3%,.12))}}.cds-custom--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-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{padding-inline-end:calc(-.0625rem + var(--cds-layout-density-padding-inline-local))}.cds-custom--btn--ghost .cds-custom--btn__icon{position:static;align-self:center;margin-inline-start:.5rem}@media (hover:hover){.cds-custom--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}}.cds-custom--btn--ghost:active{background-color:var(--cds-background-active,hsla(0,0%,55.3%,.5));color:var(--cds-link-primary-hover,#0043ce)}.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{border-color:transparent;background:transparent;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--btn--icon-only{align-items:center;justify-content:center;padding:0;block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local);padding-block-start:0}.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--ghost:focus{box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe))}.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(-1rem + var(--cds-layout-density-padding-inline-local))}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.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,.cds-custom--btn--xs: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-background-selected,hsla(0,0%,55.3%,.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-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-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{border-color:transparent;border-style:solid;border-width:1px;background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}@media (any-hover:hover){.cds-custom--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}}.cds-custom--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-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-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary,#da1e28);background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}@media (any-hover:hover){.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-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}@media (hover:hover){.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{border-color:var(--cds-button-danger-active,#750e13);background-color:var(--cds-button-danger-active,#750e13);color:var(--cds-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-text-disabled,rgba(22,22,22,.25));outline:none}.cds-custom--btn--danger--ghost{border-color:transparent;border-style:solid;border-width:1px;background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}@media (any-hover:hover){.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-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{padding-inline-end:calc(-.0625rem + var(--cds-layout-density-padding-inline-local))}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{position:static;margin-inline-start:.5rem}@media (hover:hover){.cds-custom--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}}.cds-custom--btn--danger--ghost:active{color:var(--cds-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{border-color:transparent;background:transparent;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);padding-block:min(-.0625rem + .5 * (var(--cds-layout-size-height-local) - var(--temp-expressive-1lh)),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{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.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{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn.cds-custom--skeleton{background:CanvasText}.cds-custom--btn.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--btn.cds-custom--skeleton{inline-size:9.375rem}.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-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-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-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-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{border-color:transparent;background-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}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--btn-set--fluid{container-type:inline-size}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner{--flex-direction:row;display:flex;flex-direction:var(--flex-direction);align-items:stretch;justify-content:flex-end;inline-size:100%}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn{flex:0 1 25%;max-inline-size:14.5rem}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack .cds-custom--btn{min-inline-size:11rem}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn--danger--ghost,.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn--ghost{flex:1 1 25%;max-inline-size:none;padding-inline-start:2rem}@container (width <= 11rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 22rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 33rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 44rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 44rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner:has(:nth-child(2):last-child) .cds-custom--btn{flex-basis:50%;max-inline-size:none}}@container (width <= 33rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner:has(:first-child:last-child) .cds-custom--btn{flex:1 1 100%;max-inline-size:none}}.cds-custom--overflow-menu,.cds-custom--overflow-menu__trigger{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-xs)), var(--cds-layout-size-height, var(--cds-layout-size-height-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;text-align:start;inline-size:100%}.cds-custom--overflow-menu::-moz-focus-inner,.cds-custom--overflow-menu__trigger::-moz-focus-inner{border:0}.cds-custom--overflow-menu,.cds-custom--overflow-menu__trigger{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--overflow-menu *,.cds-custom--overflow-menu :after,.cds-custom--overflow-menu :before,.cds-custom--overflow-menu__trigger *,.cds-custom--overflow-menu__trigger :after,.cds-custom--overflow-menu__trigger :before{box-sizing:inherit}.cds-custom--overflow-menu,.cds-custom--overflow-menu__trigger{outline:2px solid transparent;outline-offset:-2px;position:relative;display:flex;align-items:center;justify-content:center;block-size:var(--cds-layout-size-height-local);cursor:pointer;inline-size:var(--cds-layout-size-height-local);min-block-size:var(--cds-layout-size-height-local);transition:outline .11s cubic-bezier(0,0,.38,.9),background-color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--overflow-menu:focus,.cds-custom--overflow-menu__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu:focus,.cds-custom--overflow-menu__trigger:focus{outline-style:dotted}}@media (any-hover:hover){.cds-custom--overflow-menu:hover,.cds-custom--overflow-menu__trigger:hover{background-color:var(--cds-background-hover,hsla(0,0%,55.3%,.12))}}.cds-custom--overflow-menu>:first-child{margin-block-start:0}.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus svg{outline:none}.cds-custom--overflow-menu.cds-custom--overflow-menu--open,.cds-custom--overflow-menu.cds-custom--overflow-menu--open .cds-custom--overflow-menu__trigger{box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));background-color:var(--cds-layer);transition:none}.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open,.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open .cds-custom--overflow-menu__trigger{background-color:var(--cds-layer)}.cds-custom--overflow-menu__icon{block-size:1rem;fill:var(--cds-icon-primary,#161616);inline-size:1rem}.cds-custom--overflow-menu__wrapper{line-height:0}.cds-custom--overflow-menu-options{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-xs)), var(--cds-layout-size-height, var(--cds-layout-size-height-md)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--overflow-menu-options *,.cds-custom--overflow-menu-options :after,.cds-custom--overflow-menu-options :before{box-sizing:inherit}.cds-custom--overflow-menu-options{box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));position:absolute;z-index:6000;display:none;flex-direction:column;align-items:flex-start;background-color:var(--cds-layer);inline-size:10rem;inset-block-start:2rem;inset-inline-start:0;list-style:none}.cds-custom--overflow-menu-options:after{position:absolute;display:block;background-color:var(--cds-layer);content:\"\";transition:background-color .11s cubic-bezier(0,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--overflow-menu-options:after{transition:none}}@media (any-hover:hover){.cds-custom--overflow-menu.cds-custom--overflow-menu--open:hover{background-color:var(--cds-layer)}}.cds-custom--overflow-menu-options--light{background-color:var(--cds-layer-hover)}.cds-custom--overflow-menu-options--light:after{background-color:var(--cds-layer)}@media (any-hover:hover){.cds-custom--overflow-menu.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open:hover{background-color:var(--cds-layer-hover)}}.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds-custom--breadcrumb-menu-options):after{block-size:.1875rem;inline-size:var(--cds-layout-size-height-local);inset-block-start:-.1875rem;inset-inline-start:0}.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{block-size:.5rem;inline-size:var(--cds-layout-size-height-local);inset-block-end:-.5rem;inset-inline-start:0}.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after{block-size:var(--cds-layout-size-height-local);inline-size:.375rem;inset-block-start:0;inset-inline-end:-.375rem}.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{block-size:var(--cds-layout-size-height-local);inline-size:.375rem;inset-block-start:0;inset-inline-start:-.375rem}.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:after,.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{inset-inline:auto 0}.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after,.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{inset-block:auto 0}.cds-custom--overflow-menu-options--open{display:flex}.cds-custom--overflow-menu-options__content{inline-size:100%}.cds-custom--overflow-menu-options__option{box-sizing:border-box;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--overflow-menu-options__option *,.cds-custom--overflow-menu-options__option :after,.cds-custom--overflow-menu-options__option :before{box-sizing:inherit}.cds-custom--overflow-menu-options__option{display:flex;align-items:center;padding:0;background-color:transparent;block-size:var(--cds-layout-size-height-local);inline-size:100%;transition:background-color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--overflow-menu--divider,.cds-custom--overflow-menu--light .cds-custom--overflow-menu--divider{border-block-start:1px solid var(--cds-border-subtle)}a.cds-custom--overflow-menu-options__btn:before{display:inline-block;block-size:100%;content:\"\";vertical-align:middle}.cds-custom--overflow-menu-options__btn{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);outline:2px solid transparent;outline-offset:-2px;display:inline-flex;align-items:center;padding:0 1rem;border:none;background-color:transparent;block-size:100%;color:var(--cds-text-secondary,#525252);cursor:pointer;font-family:inherit;font-weight:400;inline-size:100%;max-inline-size:11.25rem;text-align:start;transition:outline .11s cubic-bezier(0,0,.38,.9),background-color .11s cubic-bezier(0,0,.38,.9),color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--overflow-menu-options__btn:hover{color:var(--cds-text-primary,#161616)}.cds-custom--overflow-menu-options__btn:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu-options__btn:focus{outline-style:dotted}}.cds-custom--overflow-menu-options__btn::-moz-focus-inner{border:none}.cds-custom--overflow-menu-options__btn svg{fill:var(--cds-icon-secondary,#525252)}.cds-custom--overflow-menu-options__btn:hover svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--overflow-menu-options__option-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds-custom--overflow-menu-options__option:hover{background-color:var(--cds-layer-hover)}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:hover{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus svg,.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:hover svg{fill:currentColor}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus{box-shadow:inset 0 0 0 .1875rem var(--cds-background,#fff)}.cds-custom--overflow-menu-options__option--disabled:hover{background-color:var(--cds-layer);cursor:not-allowed}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn{color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:active,.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:hover{outline:2px solid transparent;outline-offset:-2px;background-color:var(--cds-layer);color:var(--cds-text-disabled,rgba(22,22,22,.25))}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn svg{fill:var(--cds-icon-disabled,rgba(22,22,22,.25))}.cds-custom--overflow-menu--flip{inset-inline-start:-140px}.cds-custom--overflow-menu--flip:before{inset-inline-start:145px}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--overflow-menu__top-end,.cds-custom--overflow-menu__top-start{transform:translateY(calc(-100% - var(--cds-popover-offset, 2.5rem)))}.cds-custom--breadcrumb,:host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb-skeleton){box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--breadcrumb *,.cds-custom--breadcrumb :after,.cds-custom--breadcrumb :before,:host(cds-custom-breadcrumb) *,:host(cds-custom-breadcrumb) :after,:host(cds-custom-breadcrumb) :before,:host(cds-custom-breadcrumb-skeleton) *,:host(cds-custom-breadcrumb-skeleton) :after,:host(cds-custom-breadcrumb-skeleton) :before{box-sizing:inherit}.cds-custom--breadcrumb,:host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb-skeleton){font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);display:inline}@media (min-width:42rem){.cds-custom--breadcrumb,:host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb-skeleton){display:flex;flex-wrap:wrap}}.cds-custom--breadcrumb--sm{font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds-custom--breadcrumb .cds-custom--link,:host(cds-custom-breadcrumb) .cds-custom--link,:host(cds-custom-breadcrumb-skeleton) .cds-custom--link{font:inherit}.cds-custom--breadcrumb-item,:host(cds-custom-breadcrumb-item),:host(cds-custom-breadcrumb-item-skeleton){position:relative;display:flex;align-items:center;margin-inline-end:.5rem}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item),.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item-skeleton){margin-inline-end:.25rem}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item .cds-custom--link,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item) .cds-custom--link,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item-skeleton) .cds-custom--link{justify-content:center;min-inline-size:.75rem}.cds-custom--breadcrumb-item .cds-custom--link:visited,:host(cds-custom-breadcrumb-item) .cds-custom--link:visited,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--link:visited{color:var(--cds-link-primary,#0f62fe)}.cds-custom--breadcrumb-item .cds-custom--link:visited:hover,:host(cds-custom-breadcrumb-item) .cds-custom--link:visited:hover,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--link:visited:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds-custom--breadcrumb-item .cds-custom--link:active,.cds-custom--breadcrumb-item .cds-custom--link:visited:active:hover,:host(cds-custom-breadcrumb-item) .cds-custom--link:active,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--link:active{color:var(--cds-text-primary,#161616)}.cds-custom--breadcrumb-item:after{color:var(--cds-text-primary,#161616);content:\"/\";margin-inline-start:.5rem}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item:after{margin-inline-start:.25rem}.cds-custom--breadcrumb--no-trailing-slash .cds-custom--breadcrumb-item:last-child:after{content:\"\"}.cds-custom--breadcrumb-item:last-child,.cds-custom--breadcrumb-item:last-child:after{margin-inline-end:0}.cds-custom--breadcrumb .cds-custom--link,:host(cds-custom-breadcrumb) .cds-custom--link,:host(cds-custom-breadcrumb-skeleton) .cds-custom--link{white-space:nowrap}.cds-custom--breadcrumb-item [aria-current=page],.cds-custom--breadcrumb-item.cds-custom--breadcrumb-item--current .cds-custom--link,:host(cds-custom-breadcrumb-item) [aria-current=page],:host(cds-custom-breadcrumb-item-skeleton) [aria-current=page]{color:var(--cds-text-primary,#161616);cursor:auto}.cds-custom--breadcrumb-item [aria-current=page]:hover,.cds-custom--breadcrumb-item.cds-custom--breadcrumb-item--current .cds-custom--link:hover,:host(cds-custom-breadcrumb-item) [aria-current=page]:hover,:host(cds-custom-breadcrumb-item-skeleton) [aria-current=page]:hover{text-decoration:none}.cds-custom--breadcrumb-item .cds-custom--overflow-menu,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu{position:relative;block-size:1.125rem;inline-size:1rem}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:focus,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:focus,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:focus{border:none;box-shadow:none;outline:1px solid var(--cds-focus,#0f62fe);outline-offset:0}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:hover,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:hover,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:hover{background:transparent}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:hover:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:hover:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:hover:after{background:var(--cds-link-primary-hover,#0043ce)}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:active:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:active:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:active:after{background:var(--cds-text-primary,#161616)}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:focus:after,.cds-custom--breadcrumb-item .cds-custom--overflow-menu:hover:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:focus:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:hover:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:focus:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:hover:after{opacity:1}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:after{position:absolute;background:var(--cds-focus,#0f62fe);block-size:1px;content:\"\";inline-size:.75rem;inset-block-end:2px;opacity:0;transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--breadcrumb-item .cds-custom--overflow-menu:after,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:after,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:after{transition:none}}.cds-custom--breadcrumb-item .cds-custom--overflow-menu.cds-custom--overflow-menu--open,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu.cds-custom--overflow-menu--open,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu.cds-custom--overflow-menu--open{background:transparent;box-shadow:none}.cds-custom--breadcrumb-item .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{position:relative;fill:var(--cds-link-primary,#0f62fe);transform:translateY(4px)}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon{fill:var(--cds-link-primary-hover,#0043ce)}.cds-custom--breadcrumb-item .cds-custom--overflow-menu:active .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu:active .cds-custom--overflow-menu__icon,:host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu:active .cds-custom--overflow-menu__icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--breadcrumb-menu-options:focus{outline:none}.cds-custom--breadcrumb-menu-options.cds-custom--overflow-menu-options:after{margin:0 auto;background:transparent;block-size:0;border-block-end:.4375rem solid var(--cds-field);border-inline-end:.4375rem solid transparent;border-inline-start:.4375rem solid transparent;inline-size:0;inset-block-start:-.4375rem;inset-inline-start:.875rem}[dir=rtl] .cds-custom--breadcrumb-menu-options.cds-custom--overflow-menu-options:after{inset-inline-end:.875rem;inset-inline-start:auto}.cds-custom--breadcrumb .cds-custom--overflow-menu.cds-custom--btn--icon-only,:host(cds-custom-breadcrumb) .cds-custom--overflow-menu.cds-custom--btn--icon-only,:host(cds-custom-breadcrumb-skeleton) .cds-custom--overflow-menu.cds-custom--btn--icon-only{min-block-size:1.125rem;padding-inline:0}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item .cds-custom--overflow-menu,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu{block-size:1rem;inline-size:1rem;min-block-size:1rem}.cds-custom--breadcrumb--sm .cds-custom--breadcrumb-item .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item) .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,.cds-custom--breadcrumb--sm :host(cds-custom-breadcrumb-item-skeleton) .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{transform:translateY(3px)}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:active,.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:focus,.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:hover{border:none;cursor:default;outline:none}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:before{position:absolute;animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link{background:CanvasText}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link:before{background:Canvas;forced-color-adjust:none}}.cds-custom--breadcrumb.cds-custom--skeleton .cds-custom--link{block-size:1rem;inline-size:6.25rem}.cds-custom--link{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--link *,.cds-custom--link :after,.cds-custom--link :before{box-sizing:inherit}.cds-custom--link{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);display:inline-flex;color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe));outline:none;text-decoration:none;transition:color 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--link:hover{color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce));text-decoration:underline}.cds-custom--link:active:not(.cds-custom--link--disabled),.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--link:active:not(.cds-custom--link--disabled),.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{outline-style:dotted}}.cds-custom--link:active:not(.cds-custom--link--disabled),.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe));outline-color:var(--cds-link-focus-text-color,var(--cds-focus,#0f62fe));text-decoration:underline}.cds-custom--link:focus:not(.cds-custom--link--disabled){outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--link:focus:not(.cds-custom--link--disabled){outline-style:dotted}}.cds-custom--link:focus:not(.cds-custom--link--disabled){outline-color:var(--cds-link-focus-text-color,var(--cds-focus,#0f62fe));text-decoration:underline}.cds-custom--link:visited{color:var(--cds-link-text-color,var(--cds-link-primary,#0f62fe))}.cds-custom--link:visited:hover{color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce))}.cds-custom--link--disabled,.cds-custom--link--disabled:hover{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline}.cds-custom--link--disabled *,.cds-custom--link--disabled :after,.cds-custom--link--disabled :before,.cds-custom--link--disabled:hover *,.cds-custom--link--disabled:hover :after,.cds-custom--link--disabled:hover :before{box-sizing:inherit}.cds-custom--link--disabled,.cds-custom--link--disabled:hover{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);color:var(--cds-text-disabled,rgba(22,22,22,.25));cursor:not-allowed;font-weight:400;text-decoration:none}.cds-custom--link.cds-custom--link--visited:visited{color:var(--cds-link-visited-text-color,var(--cds-link-visited,#8a3ffc))}.cds-custom--link.cds-custom--link--visited:visited:hover{color:var(--cds-link-hover-text-color,var(--cds-link-primary-hover,#0043ce))}.cds-custom--link.cds-custom--link--inline{display:inline;text-decoration:underline}.cds-custom--link--disabled.cds-custom--link--inline{text-decoration:underline}.cds-custom--link--sm,.cds-custom--link--sm.cds-custom--link--disabled:hover{font-size:var(--cds-helper-text-01-font-size,.75rem);line-height:var(--cds-helper-text-01-line-height,1.33333);letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px)}.cds-custom--link--lg,.cds-custom--link--lg.cds-custom--link--disabled:hover{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0)}.cds-custom--link--icon{display:inline-block}.cds-custom--link__icon{display:inline-flex;align-items:center;block-size:1lh;line-height:inherit;margin-inline-start:.5rem;vertical-align:text-bottom}.cds-custom--link--lg .cds-custom--link__icon>svg{block-size:1.25rem;inline-size:1.25rem}.cds-custom--link--lg .cds-custom--link__icon{block-size:1.25rem}:host(cds-custom-breadcrumb) .cds-custom--breadcrumb,:host(cds-custom-breadcrumb) :host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb) :host(cds-custom-breadcrumb-skeleton),:host(cds-custom-breadcrumb-skeleton) .cds-custom--breadcrumb,:host(cds-custom-breadcrumb-skeleton) :host(cds-custom-breadcrumb),:host(cds-custom-breadcrumb-skeleton) :host(cds-custom-breadcrumb-skeleton){padding:0;margin:0}:host(cds-custom-breadcrumb-item):after,:host(cds-custom-breadcrumb-item-skeleton):after{color:var(--cds-text-primary,#161616);content:\"/\";margin-inline-start:.5rem}:host(cds-custom-breadcrumb[size=sm]) ::slotted(cds-custom-breadcrumb-item){margin-inline-end:.25rem}:host(cds-custom-breadcrumb[size=sm]) ::slotted(cds-custom-breadcrumb-item):after{margin-inline-start:.25rem}:host(cds-custom-breadcrumb-overflow-menu){position:relative;block-size:1.125rem;inline-size:1.25rem}:host(cds-custom-breadcrumb-overflow-menu):focus{outline:1px solid var(--cds-focus,#0f62fe)}:host(cds-custom-breadcrumb-overflow-menu):hover{background:transparent}:host(cds-custom-breadcrumb-overflow-menu):hover :after{opacity:1}:host(cds-custom-breadcrumb-overflow-menu) :after{position:absolute;background:var(--cds-link-primary-hover,#0043ce);block-size:1px;content:\"\";inline-size:.75rem;inset-block-end:.125rem;opacity:0;transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-breadcrumb-overflow-menu) :after{transition:none}}:host(cds-custom-breadcrumb-item[size=sm]) ::slotted(cds-custom-breadcrumb-overflow-menu){inline-size:1rem}:host(cds-custom-breadcrumb-overflow-menu[open]){background:transparent;box-shadow:none}:host(cds-custom-breadcrumb-overflow-menu) svg{position:relative;fill:var(--cds-link-primary,#0f62fe);transform:translateY(4px)}:host(cds-custom-breadcrumb-overflow-menu):hover svg{fill:var(--cds-link-primary-hover,#0043ce)}:host(cds-custom-breadcrumb[no-trailing-slash]) ::slotted(cds-custom-breadcrumb-item:last-of-type):after{content:\"\"}:host(cds-custom-breadcrumb-link){outline:none}:host(cds-custom-breadcrumb-link) .cds-custom--link,:host(cds-custom-breadcrumb-link) .cds-custom--link:visited{font:inherit}:host(cds-custom-breadcrumb-link) .cds-custom--link:active,:host(cds-custom-breadcrumb-link) .cds-custom--link:visited:active{color:var(--cds-text-primary,#161616)}:host(cds-custom-breadcrumb-link) .cds-custom--link--disabled{color:var(--cds-text-disabled,rgba(22,22,22,.25))}:host(cds-custom-breadcrumb-link) .cds-custom--link__icon[hidden]{display:none}:host(cds-custom-breadcrumb-link[size=sm]){min-inline-size:.75rem;text-align:center}:host(cds-custom-breadcrumb-link[aria-current=page]) .cds-custom--link{color:var(--cds-text-primary,#161616);cursor:auto}:host(cds-custom-breadcrumb-link[aria-current=page]) .cds-custom--link:active:not(.cds-custom--link--disabled),:host(cds-custom-breadcrumb-link[aria-current=page]) .cds-custom--link:hover{text-decoration:none}:host(cds-custom-breadcrumb-link) .cds-custom--breadcrumb-item--current{color:var(--cds-text-primary,#161616);cursor:auto}:host(cds-custom-breadcrumb-link) .cds-custom--breadcrumb-item--current:active:not(.cds-custom--link--disabled),:host(cds-custom-breadcrumb-link) .cds-custom--breadcrumb-item--current:hover{text-decoration:none}"]);
11
11
  //#endregion
12
12
  export { breadcrumb_default as default };
13
13
 
@@ -1 +1 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,QAAQ,CAAC;AAMhB,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,CAAC;;;;;;;;;;uBAJI,CAAC;;;;;;;AAMP;;;;;GAKG;AACH,cACM,SAAU,SAAQ,cAAyC;IAC/D;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAS;IAEzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAazB,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,iBAAiB,KAAA;IAQzB,OAAO,CAAC,WAAW,CAEjB;IAEF;;OAEG;IAIH,OAAO,CAAC,eAAe,CAErB;IAEF;;;OAGG;IAIH,OAAO,CAAC,YAAY,CAElB;IAEF;;;OAGG;IAIH,OAAO,CAAC,eAAe,CAErB;IAEF;;OAEG;IAEH,SAAS,UAAS;IAElB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,eAAe,MAAC;IAEhB;;OAEG;IAEH,iBAAiB,SAAM;IAEvB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,cAAc,UAAS;IAEvB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,UAAU,UAAS;IAEnB;;OAEG;IAEH,IAAI,cAAuB;IAE3B;;OAEG;IAEH,QAAQ,SAAY;IAEpB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAEH,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,CAAQ;IAEnC;;OAEG;IAEH,QAAQ,SAAK;IAEb;;OAEG;IAEH,MAAM,EAAG,MAAM,CAAC;IAEhB;;;OAGG;IAEH,gBAAgB,2BAAmC;IAEnD;;;OAGG;IAEH,eAAe,0BAA+B;IAE9C;;;OAGG;IAEH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAEH,IAAI,cAAsB;IAE1B,MAAM;IAoKN,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/button/button.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAIH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAIvC,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,QAAQ,CAAC;AAMhB,OAAO,EACL,WAAW,EACX,WAAW,EACX,WAAW,EACX,wBAAwB,EACxB,uBAAuB,GACxB,CAAC;;;;;;;;;;uBAJI,CAAC;;;;;;;AAMP;;;;;GAKG;AACH,cACM,SAAU,SAAQ,cAAyC;IAC/D;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAS;IAEzB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAczB,OAAO,CAAC,oBAAoB;IAO5B,OAAO,CAAC,kBAAkB;IAY1B,OAAO,CAAC,iBAAiB,KAAA;IAQzB,OAAO,CAAC,WAAW,CAEjB;IAEF;;OAEG;IAIH,OAAO,CAAC,eAAe,CAErB;IAEF;;;OAGG;IAIH,OAAO,CAAC,YAAY,CAElB;IAEF;;;OAGG;IAIH,OAAO,CAAC,eAAe,CAErB;IAEF;;OAEG;IAEH,SAAS,UAAS;IAElB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,eAAe,MAAC;IAEhB;;OAEG;IAEH,iBAAiB,SAAM;IAEvB;;OAEG;IAEH,QAAQ,UAAS;IAEjB;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,cAAc,UAAS;IAEvB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,QAAQ,EAAG,MAAM,CAAC;IAElB;;OAEG;IAEH,YAAY,UAAS;IAErB;;OAEG;IAEH,UAAU,UAAS;IAEnB;;OAEG;IAEH,IAAI,cAAuB;IAE3B;;OAEG;IAEH,QAAQ,SAAY;IAEpB;;OAEG;IAEH,WAAW,UAAS;IAEpB;;OAEG;IAEH,IAAI,EAAG,MAAM,CAAC;IAEd;;OAEG;IAEH,GAAG,EAAG,MAAM,CAAC;IAEb;;OAEG;IAEH,IAAI,CAAC,EAAE,WAAW,GAAG,MAAM,CAAQ;IAEnC;;OAEG;IAEH,QAAQ,SAAK;IAEb;;OAEG;IAEH,MAAM,EAAG,MAAM,CAAC;IAEhB;;;OAGG;IAEH,gBAAgB,2BAAmC;IAEnD;;;OAGG;IAEH,eAAe,0BAA+B;IAE9C;;;OAGG;IAEH,WAAW,EAAG,MAAM,CAAC;IAErB;;OAEG;IAEH,IAAI,cAAsB;IAE1B,MAAM;IAoKN,MAAM,CAAC,iBAAiB;;;;;;;MAGtB;IACF,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,SAAS,CAAC"}
@@ -67,7 +67,7 @@ let CDSButton = class CDSButton extends HostListenerMixin(FocusMixin(LitElement)
67
67
  */
68
68
  _handleSlotChange({ target }) {
69
69
  const { name } = target;
70
- const hasContent = target.assignedNodes().some((node) => node.nodeType !== Node.TEXT_NODE || node.textContent.trim());
70
+ const hasContent = target.assignedNodes().some((node) => node.nodeType !== Node.TEXT_NODE || node.textContent?.trim());
71
71
  this[name === "icon" ? "_hasIcon" : "hasMainContent"] = hasContent;
72
72
  this.requestUpdate();
73
73
  }