@carbon/web-components 2.46.0 → 2.47.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 (548) hide show
  1. package/custom-elements.json +89 -20
  2. package/es/components/ai-label/ai-label.d.ts +1 -1
  3. package/es/components/ai-label/ai-label.js +11 -2
  4. package/es/components/ai-label/ai-label.js.map +1 -1
  5. package/es/components/ai-label/ai-label.scss.js +1 -1
  6. package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  7. package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts +1 -1
  8. package/es/components/breadcrumb/breadcrumb-overflow-menu.js +7 -3
  9. package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
  10. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  11. package/es/components/button/button.scss.js +1 -1
  12. package/es/components/chat-button/chat-button-skeleton.d.ts +1 -1
  13. package/es/components/chat-button/chat-button-skeleton.js +6 -2
  14. package/es/components/chat-button/chat-button-skeleton.js.map +1 -1
  15. package/es/components/chat-button/chat-button.d.ts +1 -1
  16. package/es/components/chat-button/chat-button.js +6 -2
  17. package/es/components/chat-button/chat-button.js.map +1 -1
  18. package/es/components/chat-button/chat-button.scss.js +1 -1
  19. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  20. package/es/components/combo-box/combo-box.d.ts +5 -1
  21. package/es/components/combo-box/combo-box.js +27 -3
  22. package/es/components/combo-box/combo-box.js.map +1 -1
  23. package/es/components/combo-box/combo-box.scss.js +1 -1
  24. package/es/components/copy/copy.d.ts +1 -1
  25. package/es/components/copy/copy.js +1 -2
  26. package/es/components/copy/copy.js.map +1 -1
  27. package/es/components/copy-button/copy-button.scss.js +1 -1
  28. package/es/components/data-table/data-table.scss.js +1 -1
  29. package/es/components/date-picker/range-plugin.d.ts +1 -1
  30. package/es/components/date-picker/range-plugin.js +1 -3
  31. package/es/components/date-picker/range-plugin.js.map +1 -1
  32. package/es/components/dropdown/dropdown.d.ts +3 -3
  33. package/es/components/dropdown/dropdown.js +1 -3
  34. package/es/components/dropdown/dropdown.js.map +1 -1
  35. package/es/components/dropdown/dropdown.scss.js +1 -1
  36. package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  37. package/es/components/fluid-search/fluid-search.scss.js +1 -1
  38. package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  39. package/es/components/grid/column-hang.d.ts +0 -2
  40. package/es/components/grid/column-hang.js +0 -2
  41. package/es/components/grid/column-hang.js.map +1 -1
  42. package/es/components/grid/column.d.ts +0 -2
  43. package/es/components/grid/column.js +0 -2
  44. package/es/components/grid/column.js.map +1 -1
  45. package/es/components/grid/grid.d.ts +0 -2
  46. package/es/components/grid/grid.js +0 -2
  47. package/es/components/grid/grid.js.map +1 -1
  48. package/es/components/grid/index.d.ts +0 -2
  49. package/es/components/icon-button/icon-button.d.ts +1 -1
  50. package/es/components/icon-button/icon-button.js +12 -3
  51. package/es/components/icon-button/icon-button.js.map +1 -1
  52. package/es/components/icon-button/icon-button.scss.js +2 -2
  53. package/es/components/menu/menu-context.d.ts +3 -2
  54. package/es/components/menu/menu-context.js +1 -1
  55. package/es/components/menu/menu-context.js.map +1 -1
  56. package/es/components/menu/menu.d.ts +3 -2
  57. package/es/components/menu/menu.js +5 -4
  58. package/es/components/menu/menu.js.map +1 -1
  59. package/es/components/menu/menu.scss.js +1 -1
  60. package/es/components/modal/modal-body.d.ts +3 -1
  61. package/es/components/modal/modal-body.js +17 -1
  62. package/es/components/modal/modal-body.js.map +1 -1
  63. package/es/components/modal/modal-close-button.d.ts +2 -1
  64. package/es/components/modal/modal-close-button.js +11 -5
  65. package/es/components/modal/modal-close-button.js.map +1 -1
  66. package/es/components/modal/modal.d.ts +67 -2
  67. package/es/components/modal/modal.js +228 -8
  68. package/es/components/modal/modal.js.map +1 -1
  69. package/es/components/modal/modal.scss.js +1 -1
  70. package/es/components/multi-select/multi-select.d.ts +2 -2
  71. package/es/components/multi-select/multi-select.js +8 -4
  72. package/es/components/multi-select/multi-select.js.map +1 -1
  73. package/es/components/multi-select/multi-select.scss.js +1 -1
  74. package/es/components/notification/actionable-notification.js +8 -1
  75. package/es/components/notification/actionable-notification.js.map +1 -1
  76. package/es/components/notification/actionable-notification.scss.js +1 -1
  77. package/es/components/notification/inline-notification.scss.js +1 -1
  78. package/es/components/notification/toast-notification.scss.js +1 -1
  79. package/es/components/overflow-menu/overflow-menu.d.ts +0 -1
  80. package/es/components/overflow-menu/overflow-menu.js +3 -2
  81. package/es/components/overflow-menu/overflow-menu.js.map +1 -1
  82. package/es/components/page-header/index.d.ts +0 -2
  83. package/es/components/page-header/page-header-breadcrumb.d.ts +0 -2
  84. package/es/components/page-header/page-header-breadcrumb.js +0 -2
  85. package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
  86. package/es/components/page-header/page-header-content-text.d.ts +0 -2
  87. package/es/components/page-header/page-header-content-text.js +0 -2
  88. package/es/components/page-header/page-header-content-text.js.map +1 -1
  89. package/es/components/page-header/page-header-content.d.ts +0 -2
  90. package/es/components/page-header/page-header-content.js +0 -2
  91. package/es/components/page-header/page-header-content.js.map +1 -1
  92. package/es/components/page-header/page-header-hero-image.d.ts +0 -2
  93. package/es/components/page-header/page-header-hero-image.js +0 -2
  94. package/es/components/page-header/page-header-hero-image.js.map +1 -1
  95. package/es/components/page-header/page-header-tabs.d.ts +0 -2
  96. package/es/components/page-header/page-header-tabs.js +0 -2
  97. package/es/components/page-header/page-header-tabs.js.map +1 -1
  98. package/es/components/page-header/page-header.d.ts +0 -2
  99. package/es/components/page-header/page-header.js +0 -2
  100. package/es/components/page-header/page-header.js.map +1 -1
  101. package/es/components/pagination/pagination.js +7 -4
  102. package/es/components/pagination/pagination.js.map +1 -1
  103. package/es/components/password-input/password-input.scss.js +1 -1
  104. package/es/components/popover/popover-content.js +2 -2
  105. package/es/components/popover/popover-content.js.map +1 -1
  106. package/es/components/popover/popover.d.ts +7 -1
  107. package/es/components/popover/popover.js +54 -3
  108. package/es/components/popover/popover.js.map +1 -1
  109. package/es/components/popover/popover.scss.js +2 -2
  110. package/es/components/search/search.scss.js +1 -1
  111. package/es/components/slider/slider.scss.js +1 -1
  112. package/es/components/slug/slug.d.ts +1 -1
  113. package/es/components/slug/slug.js +11 -2
  114. package/es/components/slug/slug.js.map +1 -1
  115. package/es/components/slug/slug.scss.js +1 -1
  116. package/es/components/tabs/defs.d.ts +4 -0
  117. package/es/components/tabs/defs.js +4 -0
  118. package/es/components/tabs/defs.js.map +1 -1
  119. package/es/components/tabs/tabs.d.ts +2 -4
  120. package/es/components/tabs/tabs.js +37 -8
  121. package/es/components/tabs/tabs.js.map +1 -1
  122. package/es/components/tabs/tabs.scss.js +1 -1
  123. package/es/components/tag/dismissible-tag.d.ts +0 -2
  124. package/es/components/tag/dismissible-tag.js +0 -2
  125. package/es/components/tag/dismissible-tag.js.map +1 -1
  126. package/es/components/tag/operational-tag.d.ts +0 -2
  127. package/es/components/tag/operational-tag.js +0 -2
  128. package/es/components/tag/operational-tag.js.map +1 -1
  129. package/es/components/tag/selectable-tag.d.ts +0 -2
  130. package/es/components/tag/selectable-tag.js +0 -2
  131. package/es/components/tag/selectable-tag.js.map +1 -1
  132. package/es/components/tag/tag-skeleton.d.ts +0 -2
  133. package/es/components/tag/tag-skeleton.js +0 -2
  134. package/es/components/tag/tag-skeleton.js.map +1 -1
  135. package/es/components/text-input/text-input.scss.js +1 -1
  136. package/es/components/tile/tile.scss.js +1 -1
  137. package/es/components/time-picker/time-picker.scss.js +1 -1
  138. package/es/components/toggle-tip/toggletip.d.ts +0 -1
  139. package/es/components/toggle-tip/toggletip.js +4 -3
  140. package/es/components/toggle-tip/toggletip.js.map +1 -1
  141. package/es/components/toggle-tip/toggletip.scss.js +2 -2
  142. package/es/components/tooltip/definition-tooltip.js +5 -3
  143. package/es/components/tooltip/definition-tooltip.js.map +1 -1
  144. package/es/components/tooltip/tooltip-content.d.ts +0 -7
  145. package/es/components/tooltip/tooltip-content.js +4 -8
  146. package/es/components/tooltip/tooltip-content.js.map +1 -1
  147. package/es/components/tooltip/tooltip.d.ts +0 -1
  148. package/es/components/tooltip/tooltip.js +4 -7
  149. package/es/components/tooltip/tooltip.js.map +1 -1
  150. package/es/components/tooltip/tooltip.scss.js +2 -2
  151. package/es/components/tree-view/defs.d.ts +0 -2
  152. package/es/components/tree-view/defs.js +0 -2
  153. package/es/components/tree-view/defs.js.map +1 -1
  154. package/es/components/tree-view/index.d.ts +0 -2
  155. package/es/components/tree-view/tree-node.d.ts +0 -2
  156. package/es/components/tree-view/tree-node.js +0 -2
  157. package/es/components/tree-view/tree-node.js.map +1 -1
  158. package/es/components/tree-view/tree-view.d.ts +0 -2
  159. package/es/components/tree-view/tree-view.js +0 -2
  160. package/es/components/tree-view/tree-view.js.map +1 -1
  161. package/es/components/tree-view/tree-view.scss.js +1 -1
  162. package/es/components/ui-shell/header-global-action.d.ts +1 -1
  163. package/es/components/ui-shell/header-global-action.js +16 -2
  164. package/es/components/ui-shell/header-global-action.js.map +1 -1
  165. package/es/components/ui-shell/header-name.js +1 -1
  166. package/es/components/ui-shell/header-name.js.map +1 -1
  167. package/es/components/ui-shell/side-nav-menu-item.d.ts +4 -0
  168. package/es/components/ui-shell/side-nav-menu-item.js +10 -2
  169. package/es/components/ui-shell/side-nav-menu-item.js.map +1 -1
  170. package/es/globals/controllers/floating-controller.d.ts +1 -1
  171. package/es/globals/controllers/floating-controller.js +34 -30
  172. package/es/globals/controllers/floating-controller.js.map +1 -1
  173. package/es/globals/decorators/carbon-element.d.ts +5 -4
  174. package/es/globals/decorators/carbon-element.js +1 -1
  175. package/es/globals/decorators/carbon-element.js.map +1 -1
  176. package/es-custom/components/ai-label/ai-label.d.ts +1 -1
  177. package/es-custom/components/ai-label/ai-label.js +11 -2
  178. package/es-custom/components/ai-label/ai-label.js.map +1 -1
  179. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  180. package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
  181. package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.d.ts +1 -1
  182. package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js +7 -3
  183. package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
  184. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  185. package/es-custom/components/button/button.scss.js +1 -1
  186. package/es-custom/components/chat-button/chat-button-skeleton.d.ts +1 -1
  187. package/es-custom/components/chat-button/chat-button-skeleton.js +6 -2
  188. package/es-custom/components/chat-button/chat-button-skeleton.js.map +1 -1
  189. package/es-custom/components/chat-button/chat-button.d.ts +1 -1
  190. package/es-custom/components/chat-button/chat-button.js +6 -2
  191. package/es-custom/components/chat-button/chat-button.js.map +1 -1
  192. package/es-custom/components/chat-button/chat-button.scss.js +1 -1
  193. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  194. package/es-custom/components/combo-box/combo-box.d.ts +5 -1
  195. package/es-custom/components/combo-box/combo-box.js +27 -3
  196. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  197. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  198. package/es-custom/components/copy/copy.d.ts +1 -1
  199. package/es-custom/components/copy/copy.js +1 -2
  200. package/es-custom/components/copy/copy.js.map +1 -1
  201. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  202. package/es-custom/components/data-table/data-table.scss.js +1 -1
  203. package/es-custom/components/date-picker/range-plugin.d.ts +1 -1
  204. package/es-custom/components/date-picker/range-plugin.js +1 -3
  205. package/es-custom/components/date-picker/range-plugin.js.map +1 -1
  206. package/es-custom/components/dropdown/dropdown.d.ts +3 -3
  207. package/es-custom/components/dropdown/dropdown.js +1 -3
  208. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  209. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  210. package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
  211. package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
  212. package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
  213. package/es-custom/components/grid/column-hang.d.ts +0 -2
  214. package/es-custom/components/grid/column-hang.js +0 -2
  215. package/es-custom/components/grid/column-hang.js.map +1 -1
  216. package/es-custom/components/grid/column.d.ts +0 -2
  217. package/es-custom/components/grid/column.js +0 -2
  218. package/es-custom/components/grid/column.js.map +1 -1
  219. package/es-custom/components/grid/grid.d.ts +0 -2
  220. package/es-custom/components/grid/grid.js +0 -2
  221. package/es-custom/components/grid/grid.js.map +1 -1
  222. package/es-custom/components/grid/index.d.ts +0 -2
  223. package/es-custom/components/icon-button/icon-button.d.ts +1 -1
  224. package/es-custom/components/icon-button/icon-button.js +12 -3
  225. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  226. package/es-custom/components/icon-button/icon-button.scss.js +2 -2
  227. package/es-custom/components/menu/menu-context.d.ts +3 -2
  228. package/es-custom/components/menu/menu-context.js +1 -1
  229. package/es-custom/components/menu/menu-context.js.map +1 -1
  230. package/es-custom/components/menu/menu.d.ts +3 -2
  231. package/es-custom/components/menu/menu.js +5 -4
  232. package/es-custom/components/menu/menu.js.map +1 -1
  233. package/es-custom/components/menu/menu.scss.js +1 -1
  234. package/es-custom/components/modal/modal-body.d.ts +3 -1
  235. package/es-custom/components/modal/modal-body.js +17 -1
  236. package/es-custom/components/modal/modal-body.js.map +1 -1
  237. package/es-custom/components/modal/modal-close-button.d.ts +2 -1
  238. package/es-custom/components/modal/modal-close-button.js +11 -5
  239. package/es-custom/components/modal/modal-close-button.js.map +1 -1
  240. package/es-custom/components/modal/modal.d.ts +67 -2
  241. package/es-custom/components/modal/modal.js +228 -8
  242. package/es-custom/components/modal/modal.js.map +1 -1
  243. package/es-custom/components/modal/modal.scss.js +1 -1
  244. package/es-custom/components/multi-select/multi-select.d.ts +2 -2
  245. package/es-custom/components/multi-select/multi-select.js +8 -4
  246. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  247. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  248. package/es-custom/components/notification/actionable-notification.js +8 -1
  249. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  250. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  251. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  252. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  253. package/es-custom/components/overflow-menu/overflow-menu.d.ts +0 -1
  254. package/es-custom/components/overflow-menu/overflow-menu.js +3 -2
  255. package/es-custom/components/overflow-menu/overflow-menu.js.map +1 -1
  256. package/es-custom/components/page-header/index.d.ts +0 -2
  257. package/es-custom/components/page-header/page-header-breadcrumb.d.ts +0 -2
  258. package/es-custom/components/page-header/page-header-breadcrumb.js +0 -2
  259. package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
  260. package/es-custom/components/page-header/page-header-content-text.d.ts +0 -2
  261. package/es-custom/components/page-header/page-header-content-text.js +0 -2
  262. package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
  263. package/es-custom/components/page-header/page-header-content.d.ts +0 -2
  264. package/es-custom/components/page-header/page-header-content.js +0 -2
  265. package/es-custom/components/page-header/page-header-content.js.map +1 -1
  266. package/es-custom/components/page-header/page-header-hero-image.d.ts +0 -2
  267. package/es-custom/components/page-header/page-header-hero-image.js +0 -2
  268. package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
  269. package/es-custom/components/page-header/page-header-tabs.d.ts +0 -2
  270. package/es-custom/components/page-header/page-header-tabs.js +0 -2
  271. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  272. package/es-custom/components/page-header/page-header.d.ts +0 -2
  273. package/es-custom/components/page-header/page-header.js +0 -2
  274. package/es-custom/components/page-header/page-header.js.map +1 -1
  275. package/es-custom/components/pagination/pagination.js +7 -4
  276. package/es-custom/components/pagination/pagination.js.map +1 -1
  277. package/es-custom/components/password-input/password-input.scss.js +1 -1
  278. package/es-custom/components/popover/popover-content.js +2 -2
  279. package/es-custom/components/popover/popover-content.js.map +1 -1
  280. package/es-custom/components/popover/popover.d.ts +7 -1
  281. package/es-custom/components/popover/popover.js +54 -3
  282. package/es-custom/components/popover/popover.js.map +1 -1
  283. package/es-custom/components/popover/popover.scss.js +2 -2
  284. package/es-custom/components/search/search.scss.js +1 -1
  285. package/es-custom/components/slider/slider.scss.js +1 -1
  286. package/es-custom/components/slug/slug.d.ts +1 -1
  287. package/es-custom/components/slug/slug.js +11 -2
  288. package/es-custom/components/slug/slug.js.map +1 -1
  289. package/es-custom/components/slug/slug.scss.js +1 -1
  290. package/es-custom/components/tabs/defs.d.ts +4 -0
  291. package/es-custom/components/tabs/defs.js +4 -0
  292. package/es-custom/components/tabs/defs.js.map +1 -1
  293. package/es-custom/components/tabs/tabs.d.ts +2 -4
  294. package/es-custom/components/tabs/tabs.js +37 -8
  295. package/es-custom/components/tabs/tabs.js.map +1 -1
  296. package/es-custom/components/tabs/tabs.scss.js +1 -1
  297. package/es-custom/components/tag/dismissible-tag.d.ts +0 -2
  298. package/es-custom/components/tag/dismissible-tag.js +0 -2
  299. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  300. package/es-custom/components/tag/operational-tag.d.ts +0 -2
  301. package/es-custom/components/tag/operational-tag.js +0 -2
  302. package/es-custom/components/tag/operational-tag.js.map +1 -1
  303. package/es-custom/components/tag/selectable-tag.d.ts +0 -2
  304. package/es-custom/components/tag/selectable-tag.js +0 -2
  305. package/es-custom/components/tag/selectable-tag.js.map +1 -1
  306. package/es-custom/components/tag/tag-skeleton.d.ts +0 -2
  307. package/es-custom/components/tag/tag-skeleton.js +0 -2
  308. package/es-custom/components/tag/tag-skeleton.js.map +1 -1
  309. package/es-custom/components/text-input/text-input.scss.js +1 -1
  310. package/es-custom/components/tile/tile.scss.js +1 -1
  311. package/es-custom/components/time-picker/time-picker.scss.js +1 -1
  312. package/es-custom/components/toggle-tip/toggletip.d.ts +0 -1
  313. package/es-custom/components/toggle-tip/toggletip.js +4 -3
  314. package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
  315. package/es-custom/components/toggle-tip/toggletip.scss.js +2 -2
  316. package/es-custom/components/tooltip/definition-tooltip.js +5 -3
  317. package/es-custom/components/tooltip/definition-tooltip.js.map +1 -1
  318. package/es-custom/components/tooltip/tooltip-content.d.ts +0 -7
  319. package/es-custom/components/tooltip/tooltip-content.js +4 -8
  320. package/es-custom/components/tooltip/tooltip-content.js.map +1 -1
  321. package/es-custom/components/tooltip/tooltip.d.ts +0 -1
  322. package/es-custom/components/tooltip/tooltip.js +4 -7
  323. package/es-custom/components/tooltip/tooltip.js.map +1 -1
  324. package/es-custom/components/tooltip/tooltip.scss.js +2 -2
  325. package/es-custom/components/tree-view/defs.d.ts +0 -2
  326. package/es-custom/components/tree-view/defs.js +0 -2
  327. package/es-custom/components/tree-view/defs.js.map +1 -1
  328. package/es-custom/components/tree-view/index.d.ts +0 -2
  329. package/es-custom/components/tree-view/tree-node.d.ts +0 -2
  330. package/es-custom/components/tree-view/tree-node.js +0 -2
  331. package/es-custom/components/tree-view/tree-node.js.map +1 -1
  332. package/es-custom/components/tree-view/tree-view.d.ts +0 -2
  333. package/es-custom/components/tree-view/tree-view.js +0 -2
  334. package/es-custom/components/tree-view/tree-view.js.map +1 -1
  335. package/es-custom/components/tree-view/tree-view.scss.js +1 -1
  336. package/es-custom/components/ui-shell/header-global-action.d.ts +1 -1
  337. package/es-custom/components/ui-shell/header-global-action.js +16 -2
  338. package/es-custom/components/ui-shell/header-global-action.js.map +1 -1
  339. package/es-custom/components/ui-shell/header-name.js +1 -1
  340. package/es-custom/components/ui-shell/header-name.js.map +1 -1
  341. package/es-custom/components/ui-shell/side-nav-menu-item.d.ts +4 -0
  342. package/es-custom/components/ui-shell/side-nav-menu-item.js +10 -2
  343. package/es-custom/components/ui-shell/side-nav-menu-item.js.map +1 -1
  344. package/es-custom/globals/controllers/floating-controller.d.ts +1 -1
  345. package/es-custom/globals/controllers/floating-controller.js +34 -30
  346. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  347. package/es-custom/globals/decorators/carbon-element.d.ts +5 -4
  348. package/es-custom/globals/decorators/carbon-element.js +1 -1
  349. package/es-custom/globals/decorators/carbon-element.js.map +1 -1
  350. package/lib/components/ai-label/ai-label.d.ts +1 -1
  351. package/lib/components/breadcrumb/breadcrumb-overflow-menu.d.ts +1 -1
  352. package/lib/components/chat-button/chat-button-skeleton.d.ts +1 -1
  353. package/lib/components/chat-button/chat-button.d.ts +1 -1
  354. package/lib/components/combo-box/combo-box.d.ts +5 -1
  355. package/lib/components/copy/copy.d.ts +1 -1
  356. package/lib/components/date-picker/range-plugin.d.ts +1 -1
  357. package/lib/components/dropdown/dropdown.d.ts +3 -3
  358. package/lib/components/grid/column-hang.d.ts +0 -2
  359. package/lib/components/grid/column.d.ts +0 -2
  360. package/lib/components/grid/grid.d.ts +0 -2
  361. package/lib/components/grid/index.d.ts +0 -2
  362. package/lib/components/icon-button/icon-button.d.ts +1 -1
  363. package/lib/components/menu/menu-context.d.ts +3 -2
  364. package/lib/components/menu/menu.d.ts +3 -2
  365. package/lib/components/modal/modal-body.d.ts +3 -1
  366. package/lib/components/modal/modal-close-button.d.ts +2 -1
  367. package/lib/components/modal/modal.d.ts +67 -2
  368. package/lib/components/multi-select/multi-select.d.ts +2 -2
  369. package/lib/components/overflow-menu/overflow-menu.d.ts +0 -1
  370. package/lib/components/page-header/index.d.ts +0 -2
  371. package/lib/components/page-header/page-header-breadcrumb.d.ts +0 -2
  372. package/lib/components/page-header/page-header-content-text.d.ts +0 -2
  373. package/lib/components/page-header/page-header-content.d.ts +0 -2
  374. package/lib/components/page-header/page-header-hero-image.d.ts +0 -2
  375. package/lib/components/page-header/page-header-tabs.d.ts +0 -2
  376. package/lib/components/page-header/page-header.d.ts +0 -2
  377. package/lib/components/popover/popover.d.ts +7 -1
  378. package/lib/components/slug/slug.d.ts +1 -1
  379. package/lib/components/tabs/defs.d.ts +4 -0
  380. package/lib/components/tabs/defs.js +4 -0
  381. package/lib/components/tabs/defs.js.map +1 -1
  382. package/lib/components/tabs/tabs.d.ts +2 -4
  383. package/lib/components/tag/dismissible-tag.d.ts +0 -2
  384. package/lib/components/tag/operational-tag.d.ts +0 -2
  385. package/lib/components/tag/selectable-tag.d.ts +0 -2
  386. package/lib/components/tag/tag-skeleton.d.ts +0 -2
  387. package/lib/components/toggle-tip/toggletip.d.ts +0 -1
  388. package/lib/components/tooltip/tooltip-content.d.ts +0 -7
  389. package/lib/components/tooltip/tooltip.d.ts +0 -1
  390. package/lib/components/tree-view/defs.d.ts +0 -2
  391. package/lib/components/tree-view/defs.js +0 -2
  392. package/lib/components/tree-view/defs.js.map +1 -1
  393. package/lib/components/tree-view/index.d.ts +0 -2
  394. package/lib/components/tree-view/tree-node.d.ts +0 -2
  395. package/lib/components/tree-view/tree-view.d.ts +0 -2
  396. package/lib/components/ui-shell/header-global-action.d.ts +1 -1
  397. package/lib/components/ui-shell/side-nav-menu-item.d.ts +4 -0
  398. package/lib/globals/controllers/floating-controller.d.ts +1 -1
  399. package/lib/globals/controllers/floating-controller.js +34 -30
  400. package/lib/globals/controllers/floating-controller.js.map +1 -1
  401. package/lib/globals/decorators/carbon-element.d.ts +5 -4
  402. package/package.json +7 -9
  403. package/scss/components/ai-label/ai-label.scss +11 -12
  404. package/scss/components/ai-skeleton/ai-skeleton.scss +1 -3
  405. package/scss/components/breadcrumb/breadcrumb.scss +0 -1
  406. package/scss/components/button/button.scss +0 -2
  407. package/scss/components/chat-button/chat-button.scss +0 -1
  408. package/scss/components/icon-button/icon-button.scss +0 -2
  409. package/scss/components/menu/menu.scss +11 -2
  410. package/scss/components/modal/modal.scss +27 -7
  411. package/scss/components/multi-select/multi-select.scss +2 -2
  412. package/scss/components/notification/actionable-notification.scss +42 -128
  413. package/scss/components/notification/inline-notification.scss +17 -69
  414. package/scss/components/notification/toast-notification.scss +16 -37
  415. package/scss/components/popover/popover.scss +4 -4
  416. package/scss/components/slug/slug.scss +11 -12
  417. package/scss/components/tabs/tabs.scss +7 -0
  418. package/scss/components/tile/tile.scss +1 -1
  419. package/scss/components/toggle-tip/toggletip.scss +0 -2
  420. package/scss/components/tooltip/tooltip.scss +0 -1
  421. package/telemetry.yml +11 -0
  422. package/dist/16-BXPirV4t.js +0 -28
  423. package/dist/16-BcPXq4VE.js +0 -28
  424. package/dist/16-BiojhJb6.js +0 -28
  425. package/dist/16-BirbARgt.js +0 -28
  426. package/dist/16-CCrV-EKs.js +0 -28
  427. package/dist/16-CNObEOvs.js +0 -28
  428. package/dist/16-CsHohlYG.js +0 -28
  429. package/dist/16-D9rqeJJl.js +0 -28
  430. package/dist/16-DEZ8LNs3.js +0 -28
  431. package/dist/16-DThcsE9v.js +0 -28
  432. package/dist/16-T0hLy__N.js +0 -28
  433. package/dist/16-mUGLFymm.js +0 -28
  434. package/dist/20-BSzLZNRY.js +0 -28
  435. package/dist/20-ZHgmfbqd.js +0 -28
  436. package/dist/accordion.min.js +0 -72
  437. package/dist/ai-label.min.js +0 -54
  438. package/dist/ai-skeleton.min.js +0 -37
  439. package/dist/badge-indicator.min.js +0 -28
  440. package/dist/breadcrumb.min.js +0 -46
  441. package/dist/button-3n7S6dfU.js +0 -94
  442. package/dist/button-skeleton-DE9AxBek.js +0 -48
  443. package/dist/button.min.js +0 -28
  444. package/dist/carbon-element-tFMTVffV.js +0 -28
  445. package/dist/chat-button.min.js +0 -40
  446. package/dist/checkbox-CFU6bnOa.js +0 -67
  447. package/dist/checkbox.min.js +0 -64
  448. package/dist/class-map-BLvVLLRH.js +0 -33
  449. package/dist/code-snippet.min.js +0 -85
  450. package/dist/collection-helpers-C8K_t6zj.js +0 -28
  451. package/dist/combo-box.min.js +0 -65
  452. package/dist/combo-button.min.js +0 -42
  453. package/dist/consume-DNv3sWri.js +0 -64
  454. package/dist/contained-list.min.js +0 -70
  455. package/dist/content-switcher-item-CXc-BbRX.js +0 -54
  456. package/dist/content-switcher.min.js +0 -28
  457. package/dist/copy-button.min.js +0 -44
  458. package/dist/data-table.min.js +0 -185
  459. package/dist/date-picker.min.js +0 -89
  460. package/dist/defs-CcLNpvSO.js +0 -28
  461. package/dist/directive-CwpJ03IP.js +0 -33
  462. package/dist/dropdown-item-CSXYY4Up.js +0 -100
  463. package/dist/dropdown.min.js +0 -31
  464. package/dist/feature-flags.min.js +0 -28
  465. package/dist/file-uploader.min.js +0 -106
  466. package/dist/floating-controller-ClaZwDaj.js +0 -28
  467. package/dist/floating-menu.min.js +0 -28
  468. package/dist/fluid-number-input.min.js +0 -28
  469. package/dist/fluid-search.min.js +0 -33
  470. package/dist/fluid-select.min.js +0 -30
  471. package/dist/fluid-text-input.min.js +0 -28
  472. package/dist/fluid-textarea.min.js +0 -36
  473. package/dist/focus-DCv16lgz.js +0 -28
  474. package/dist/form-D0wM2t2A.js +0 -28
  475. package/dist/form-group.min.js +0 -39
  476. package/dist/form.min.js +0 -30
  477. package/dist/grid.min.js +0 -60
  478. package/dist/heading.min.js +0 -33
  479. package/dist/host-listener-BFnrKETa.js +0 -28
  480. package/dist/host-listener-maKckXVl.js +0 -28
  481. package/dist/icon-button.min.js +0 -42
  482. package/dist/icon-indicator.min.js +0 -28
  483. package/dist/icon-loader-BiaaiIZd.js +0 -28
  484. package/dist/icon-loader-utils-Dw7YsY3n.js +0 -33
  485. package/dist/icon.min.js +0 -28
  486. package/dist/if-defined-B342gMhK.js +0 -33
  487. package/dist/if-non-empty-BXM4sQkm.js +0 -28
  488. package/dist/inline-loading.min.js +0 -39
  489. package/dist/layer.min.js +0 -28
  490. package/dist/link.min.js +0 -52
  491. package/dist/list.min.js +0 -39
  492. package/dist/lit-element-W7dQy3wx.js +0 -50
  493. package/dist/loading-icon-9dSwtpx9.js +0 -43
  494. package/dist/loading.min.js +0 -28
  495. package/dist/menu-button.min.js +0 -37
  496. package/dist/menu.min.js +0 -80
  497. package/dist/modal.min.js +0 -49
  498. package/dist/multi-select.min.js +0 -90
  499. package/dist/notification.min.js +0 -116
  500. package/dist/number-input.min.js +0 -103
  501. package/dist/on-Bh72-1o0.js +0 -28
  502. package/dist/overflow-menu.min.js +0 -49
  503. package/dist/page-header.min.js +0 -142
  504. package/dist/pagination.min.js +0 -104
  505. package/dist/password-input.min.js +0 -93
  506. package/dist/popover.min.js +0 -42
  507. package/dist/progress-bar.min.js +0 -49
  508. package/dist/progress-indicator.min.js +0 -62
  509. package/dist/property-D8KHfsO7.js +0 -33
  510. package/dist/query-DZZk85FD.js +0 -38
  511. package/dist/query-assigned-elements-CuK851Xm.js +0 -33
  512. package/dist/radio-button.min.js +0 -71
  513. package/dist/radio-group-manager-BbeUxJeN.js +0 -28
  514. package/dist/search-BpfBrZ_q.js +0 -58
  515. package/dist/search.min.js +0 -31
  516. package/dist/select-Bu-C3DEh.js +0 -109
  517. package/dist/select-item-CY7ZCgDO.js +0 -28
  518. package/dist/select-skeleton-Bj1W9rv-.js +0 -31
  519. package/dist/select.min.js +0 -28
  520. package/dist/settings-CVGvqY8T.js +0 -28
  521. package/dist/shape-indicator.min.js +0 -28
  522. package/dist/shared-enums-D2BNx9-N.js +0 -28
  523. package/dist/side-panel.min.js +0 -160
  524. package/dist/skeleton-icon.min.js +0 -28
  525. package/dist/skeleton-placeholder.min.js +0 -28
  526. package/dist/skeleton-text.min.js +0 -28
  527. package/dist/skip-to-content.min.js +0 -32
  528. package/dist/slider.min.js +0 -273
  529. package/dist/slug.min.js +0 -54
  530. package/dist/stack.min.js +0 -28
  531. package/dist/state-DVnprZ3A.js +0 -33
  532. package/dist/structured-list.min.js +0 -46
  533. package/dist/tabs.min.js +0 -85
  534. package/dist/tag.min.js +0 -155
  535. package/dist/tearsheet.min.js +0 -141
  536. package/dist/text-input-CMLDDQcE.js +0 -95
  537. package/dist/text-input.min.js +0 -31
  538. package/dist/textarea.min.js +0 -84
  539. package/dist/tile.min.js +0 -101
  540. package/dist/time-picker.min.js +0 -79
  541. package/dist/toggle-tip.min.js +0 -73
  542. package/dist/toggle.min.js +0 -63
  543. package/dist/tooltip-content-eYgOs_c2.js +0 -30
  544. package/dist/tooltip.min.js +0 -50
  545. package/dist/tree-view.min.js +0 -127
  546. package/dist/ui-shell.min.js +0 -156
  547. package/dist/unsafe-html-SGvBIOsG.js +0 -33
  548. package/dist/validity-CzCNnEZK.js +0 -28
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { css } from 'lit';
9
9
 
10
- var styles = css([".cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}.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)}@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{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--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--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{inset:0;pointer-events:none;position:absolute;z-index:6000}.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{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover-content{background-color:var(--cds-popover-background-color,var(--cds-layer));border-radius:var(--cds-popover-border-radius,2px);color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));display:none;inline-size:-moz-max-content;inline-size:max-content;max-inline-size:23rem;pointer-events:auto;position:absolute;z-index:6000}.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{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover-caret:after,.cds-custom--popover-caret:after{background-color:var(--cds-popover-background-color,var(--cds-layer));content:\"\";display:block;position:absolute}.cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover-caret:before{background-color:var(--cds-popover-border-color,var(--cds-border-subtle));content:\"\";display:none;position:absolute}.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)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-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)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end: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)))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start: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}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-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)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-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)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end: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)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start: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}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-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))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-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)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--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}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .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--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}[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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{margin-inline-start:1px}[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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: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))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-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)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--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}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .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--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}[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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{margin-inline-start:-1px}[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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: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-start: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)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end: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--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .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-end:0;inset-inline-start:auto}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--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{align-items:center;block-size:2rem;display:inline-flex;inline-size:2rem;justify-content:center;position:relative}.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}}.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{background:var(--cds-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-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);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem)}.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);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term{border-block-end:1px dotted var(--cds-border-strong);border-radius:0;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);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;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);border:0;box-sizing:border-box;font-family:inherit;font-size:100%;padding:0;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn{border-radius:0;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin:0;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);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align: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{background:var(--cds-button-disabled,#c6c6c6);border-color: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{block-size:1rem;flex-shrink:0;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;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-text-on-color,#fff)}.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{background-color:var(--cds-button-secondary,#393939);border:1px solid transparent}.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{background-color:transparent;border-color:var(--cds-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-button-tertiary,#0f62fe)}.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}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c);border-color:transparent;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,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-link-primary,#0f62fe)}.cds-custom--btn--ghost:hover{background-color:var(--cds-background-hover,hsla(0,0%,55%,.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{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.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%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--btn--icon-only{align-items:center;block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local);justify-content:center;padding:0;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--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%,.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{background-color:var(--cds-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-text-on-color,#fff)}.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{background-color:transparent;border-color:var(--cds-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-button-danger-secondary,#da1e28)}.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}.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{background-color:var(--cds-button-danger-active,#750e13);border-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,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-button-danger-secondary,#da1e28)}.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{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{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{background:transparent;border-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.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);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);line-height:var(--cds-body-compact-02-line-height,1.375);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{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@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{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[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;align-items:stretch;display:flex;flex-direction:var(--flex-direction);inline-size:100%;justify-content:flex-end}.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--inline-notification html{font-size:100%}.cds-custom--inline-notification body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--inline-notification code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--inline-notification strong{font-weight:600}.cds-custom--inline-notification{block-size:auto;color:var(--cds-text-inverse,#fff);display:flex;flex-wrap:wrap;inline-size:100%;max-inline-size:18rem;min-block-size:3rem;min-inline-size:18rem;position:relative}@media (min-width:42rem){.cds-custom--inline-notification{flex-wrap:nowrap;max-inline-size:38rem}}@media (min-width:66rem){.cds-custom--inline-notification{max-inline-size:46rem}}@media (min-width:99rem){.cds-custom--inline-notification{max-inline-size:52rem}}.cds-custom--inline-notification:not(.cds-custom--inline-notification--low-contrast) a{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--inline-notification a{text-decoration:none}.cds-custom--inline-notification a:hover{text-decoration:underline}.cds-custom--inline-notification a:focus{outline:1px solid var(--cds-link-inverse,#78a9ff)}.cds-custom--inline-notification.cds-custom--inline-notification--low-contrast a:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--inline-notification.cds-custom--inline-notification--low-contrast a:focus{outline-style:dotted}}.cds-custom--inline-notification--low-contrast{color:var(--cds-text-primary,#161616)}.cds-custom--inline-notification--low-contrast:before{block-size:100%;border-style:solid;border-width:1px 1px 1px 0;box-sizing:border-box;content:\"\";filter:opacity(.4);inline-size:100%;inset-block-start:0;inset-inline-start:0;pointer-events:none;position:absolute}.cds-custom--inline-notification--error{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}.cds-custom--inline-notification--error .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--error .cds-custom--inline-notification__icon,.cds-custom--inline-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error-inverse,#fa4d56)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error{background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error:before{border-color:var(--cds-support-error,#da1e28)}.cds-custom--inline-notification--success{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}.cds-custom--inline-notification--success .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--success .cds-custom--inline-notification__icon,.cds-custom--inline-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success-inverse,#42be65)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success{background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success:before{border-color:var(--cds-support-success,#24a148)}.cds-custom--inline-notification--info,.cds-custom--inline-notification--info-square{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}.cds-custom--inline-notification--info .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--info .cds-custom--inline-notification__icon,.cds-custom--inline-notification--info .cds-custom--toast-notification__icon,.cds-custom--inline-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--inline-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square{background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info .cds-custom--toast-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square:before,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info:before{border-color:var(--cds-support-info,#0043ce)}.cds-custom--inline-notification--warning,.cds-custom--inline-notification--warning-alt{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--inline-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--warning .cds-custom--inline-notification__icon,.cds-custom--inline-notification--warning .cds-custom--toast-notification__icon,.cds-custom--inline-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--inline-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt{background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning .cds-custom--toast-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt:before,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning:before{border-color:var(--cds-support-warning,#f1c21b)}.cds-custom--inline-notification--warning .cds-custom--inline-notification__icon path[opacity=\"0\"],.cds-custom--inline-notification--warning-alt .cds-custom--inline-notification__icon path:first-of-type{fill:#000;opacity:1}.cds-custom--inline-notification__details{display:flex;flex-grow:1;margin-inline:.8125rem 3rem}@media (min-width:42rem){.cds-custom--inline-notification__details{margin:0 .8125rem}}.cds-custom--inline-notification__icon{flex-shrink:0;margin-block-start:.875rem;margin-inline-end:1rem}.cds-custom--inline-notification__text-wrapper{display:flex;flex-wrap:wrap;padding:.9375rem 0}.cds-custom--inline-notification__title{font-size:var(--cds-heading-compact-01-font-size,.875rem);font-weight:var(--cds-heading-compact-01-font-weight,600);letter-spacing:var(--cds-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-heading-compact-01-line-height,1.28572);margin-inline-end:.25rem}.cds-custom--inline-notification__subtitle{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);word-break:break-word}.cds-custom--inline-notification__action-button.cds-custom--btn--ghost{block-size:2rem;margin-block-end:.5rem;margin-inline-start:2.5rem}@media (min-width:42rem){.cds-custom--inline-notification__action-button.cds-custom--btn--ghost{margin:.5rem 0}}.cds-custom--inline-notification:not(.cds-custom--inline-notification--low-contrast) .cds-custom--inline-notification__action-button.cds-custom--btn--ghost{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--inline-notification__action-button.cds-custom--btn--ghost:active,.cds-custom--inline-notification__action-button.cds-custom--btn--ghost:hover{background-color:var(--cds-background-inverse-hover,#474747)}.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__action-button.cds-custom--btn--ghost:active,.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__action-button.cds-custom--btn--ghost:hover{background-color:var(--cds-notification-action-hover,#fff)}.cds-custom--inline-notification__action-button.cds-custom--btn--ghost:focus{border-color:transparent;box-shadow:none;outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__action-button.cds-custom--btn--ghost:focus{outline-color:var(--cds-focus,#0f62fe)}.cds-custom--inline-notification--hide-close-button .cds-custom--inline-notification__action-button.cds-custom--btn--ghost{margin-inline-end:.5rem}.cds-custom--inline-notification__close-button{align-items:center;background:transparent;block-size:3rem;border:none;cursor:pointer;display:flex;flex-direction:column;inline-size:3rem;inset-block-start:0;inset-inline-end:0;justify-content:center;max-inline-size:3rem;min-inline-size:3rem;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline .11s cubic-bezier(.2,0,.38,.9),background-color .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--inline-notification__close-button:focus{outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--inline-notification__close-button .cds-custom--inline-notification__close-icon{fill:var(--cds-icon-inverse,#fff)}@media (min-width:42rem){.cds-custom--inline-notification__close-button{position:static}}.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__close-button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__close-button:focus{outline-style:dotted}}.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__close-button .cds-custom--inline-notification__close-icon{fill:var(--cds-icon-primary,#161616)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--inline-notification{outline:1px solid transparent}.cds-custom--btn.cds-custom--btn--ghost.cds-custom--inline-notification__action-button:focus,.cds-custom--inline-notification__close-button:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--toast-notification html{font-size:100%}.cds-custom--toast-notification body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--toast-notification code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--toast-notification strong{font-weight:600}.cds-custom--toast-notification{block-size:auto;box-shadow:0 2px 6px 0 rgba(0,0,0,.2);color:var(--cds-text-inverse,#fff);display:flex;inline-size:18rem;padding-inline-start:.8125rem}@media (min-width:99rem){.cds-custom--toast-notification{inline-size:22rem}}.cds-custom--toast-notification:not(.cds-custom--toast-notification--low-contrast) a{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--toast-notification a{text-decoration:none}.cds-custom--toast-notification a:hover{text-decoration:underline}.cds-custom--toast-notification a:focus{outline:1px solid var(--cds-link-inverse,#78a9ff)}.cds-custom--toast-notification.cds-custom--toast-notification--low-contrast a:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--toast-notification.cds-custom--toast-notification--low-contrast a:focus{outline-style:dotted}}.cds-custom--toast-notification--low-contrast{color:var(--cds-text-primary,#161616)}.cds-custom--toast-notification--error{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}.cds-custom--toast-notification--error .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--error .cds-custom--inline-notification__icon,.cds-custom--toast-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error-inverse,#fa4d56)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--error{background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--error .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--error .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}.cds-custom--toast-notification--success{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}.cds-custom--toast-notification--success .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--success .cds-custom--inline-notification__icon,.cds-custom--toast-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success-inverse,#42be65)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--success{background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--success .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--success .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}.cds-custom--toast-notification--info,.cds-custom--toast-notification--info-square{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}.cds-custom--toast-notification--info .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--info .cds-custom--inline-notification__icon,.cds-custom--toast-notification--info .cds-custom--toast-notification__icon,.cds-custom--toast-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--toast-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info-square{background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info .cds-custom--toast-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}.cds-custom--toast-notification--warning,.cds-custom--toast-notification--warning-alt{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--toast-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--warning .cds-custom--inline-notification__icon,.cds-custom--toast-notification--warning .cds-custom--toast-notification__icon,.cds-custom--toast-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--toast-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning-alt{background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning .cds-custom--toast-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--toast-notification--warning .cds-custom--toast-notification__icon path[opacity=\"0\"],.cds-custom--toast-notification--warning-alt .cds-custom--toast-notification__icon path:first-of-type{fill:#000;opacity:1}.cds-custom--toast-notification__icon{flex-shrink:0;margin-block-start:1rem;margin-inline-end:1rem}.cds-custom--toast-notification__details{margin-block-end:1rem;margin-inline-end:1rem}.cds-custom--toast-notification__close-button{align-items:center;background-color:transparent;block-size:3rem;border:none;cursor:pointer;display:flex;flex-direction:column;inline-size:3rem;justify-content:center;margin-inline-start:auto;min-block-size:3rem;min-inline-size:3rem;outline:2px solid transparent;outline-offset:-2px;padding:0;transition:outline .25s,background-color .25s}.cds-custom--toast-notification__close-button:focus{outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--toast-notification__close-button .cds-custom--toast-notification__close-icon{fill:var(--cds-icon-inverse,#fff)}.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__close-button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__close-button:focus{outline-style:dotted}}.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__close-button .cds-custom--toast-notification__close-icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--toast-notification__title{font-size:var(--cds-heading-compact-01-font-size,.875rem);font-weight:var(--cds-heading-compact-01-font-weight,600);font-weight:600;letter-spacing:var(--cds-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-heading-compact-01-line-height,1.28572);margin-block-start:1rem;word-break:break-word}.cds-custom--toast-notification__subtitle{color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin-block:0 1rem;word-break:break-word}.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__subtitle{color:var(--cds-text-primary,#161616)}.cds-custom--toast-notification__caption{color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);padding-block-start:.5rem}.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__caption{color:var(--cds-text-primary,#161616)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--toast-notification{outline:1px solid transparent}.cds-custom--toast-notification__close-button:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--actionable-notification.cds-custom--actionable-notification--low-contrast a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=error][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=info-square][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=info][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=success][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=warning][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=error][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=info-square][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=info][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=success][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=warning][low-contrast]) a:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--actionable-notification.cds-custom--actionable-notification--low-contrast a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=error][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=info-square][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=info][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=success][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) a:focus,:host(cds-custom-actionable-notification):host(cds-custom-actionable-notification[kind=warning][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=error][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=info-square][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=info][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=success][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) a:focus,:host(cds-custom-callout-notification):host(cds-custom-callout-notification[kind=warning][low-contrast]) a:focus{outline-style:dotted}}.cds-custom--actionable-notification--error,:host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-callout-notification[kind=error]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=error]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=error]){background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}.cds-custom--actionable-notification--success,:host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-callout-notification[kind=success]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=success]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=success]){background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}.cds-custom--actionable-notification--info,.cds-custom--actionable-notification--info-square,:host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=info]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info]){background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}.cds-custom--actionable-notification--warning,.cds-custom--actionable-notification--warning-alt,:host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=warning]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]),:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning]){background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]):host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--actionable-notification html,:host(cds-custom-actionable-notification) html,:host(cds-custom-callout-notification) html{font-size:100%}.cds-custom--actionable-notification body,:host(cds-custom-actionable-notification) body,:host(cds-custom-callout-notification) body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--actionable-notification code,:host(cds-custom-actionable-notification) code,:host(cds-custom-callout-notification) code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--actionable-notification strong,:host(cds-custom-actionable-notification) strong,:host(cds-custom-callout-notification) strong{font-weight:600}.cds-custom--actionable-notification,:host(cds-custom-actionable-notification),:host(cds-custom-callout-notification){block-size:auto;color:var(--cds-text-inverse,#fff);display:flex;flex-wrap:wrap;inline-size:100%;max-inline-size:18rem;min-block-size:3rem;min-inline-size:18rem;position:relative}@media (min-width:42rem){.cds-custom--actionable-notification,:host(cds-custom-actionable-notification),:host(cds-custom-callout-notification){flex-wrap:nowrap;max-inline-size:38rem}}@media (min-width:66rem){.cds-custom--actionable-notification,:host(cds-custom-actionable-notification),:host(cds-custom-callout-notification){max-inline-size:46rem}}@media (min-width:99rem){.cds-custom--actionable-notification,:host(cds-custom-actionable-notification),:host(cds-custom-callout-notification){max-inline-size:52rem}}.cds-custom--actionable-notification--toast,:host(cds-custom-actionable-notification:not([inline])){box-shadow:0 2px 6px 0 rgba(0,0,0,.2);flex-wrap:wrap;max-inline-size:18rem;min-inline-size:18rem}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) a,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) a,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) a{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--actionable-notification a,:host(cds-custom-actionable-notification) a,:host(cds-custom-callout-notification) a{text-decoration:none}.cds-custom--actionable-notification a:hover,:host(cds-custom-actionable-notification) a:hover,:host(cds-custom-callout-notification) a:hover{text-decoration:underline}.cds-custom--actionable-notification a:focus,:host(cds-custom-actionable-notification) a:focus,:host(cds-custom-callout-notification) a:focus{outline:1px solid var(--cds-focus-inverse,#fff)}.cds-custom--actionable-notification.cds-custom--actionable-notification--low-contrast a:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--actionable-notification.cds-custom--actionable-notification--low-contrast a:focus{outline-style:dotted}}.cds-custom--actionable-notification--low-contrast,:host(cds-custom-actionable-notification[kind=error][low-contrast]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]),:host(cds-custom-actionable-notification[kind=info][low-contrast]),:host(cds-custom-actionable-notification[kind=success][low-contrast]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]),:host(cds-custom-callout-notification[kind=error][low-contrast]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]),:host(cds-custom-callout-notification[kind=info][low-contrast]),:host(cds-custom-callout-notification[kind=success][low-contrast]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]),:host(cds-custom-callout-notification[kind=warning][low-contrast]){color:var(--cds-text-primary,#161616)}.cds-custom--actionable-notification--low-contrast:not(.cds-custom--actionable-notification--toast):before{block-size:100%;border-style:solid;border-width:1px 1px 1px 0;box-sizing:border-box;content:\"\";filter:opacity(.4);inline-size:100%;inset-block-start:0;inset-inline-start:0;pointer-events:none;position:absolute}.cds-custom--actionable-notification--error,:host(cds-custom-actionable-notification[kind=error]),:host(cds-custom-actionable-notification[kind=error][low-contrast]),:host(cds-custom-callout-notification[kind=error]),:host(cds-custom-callout-notification[kind=error][low-contrast]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}.cds-custom--actionable-notification--error .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--error .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--error .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon{fill:var(--cds-support-error-inverse,#fa4d56)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error{background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error:before{border-color:var(--cds-support-error,#da1e28)}.cds-custom--actionable-notification--success,:host(cds-custom-actionable-notification[kind=success]),:host(cds-custom-actionable-notification[kind=success][low-contrast]),:host(cds-custom-callout-notification[kind=success]),:host(cds-custom-callout-notification[kind=success][low-contrast]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}.cds-custom--actionable-notification--success .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--success .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--success .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon{fill:var(--cds-support-success-inverse,#42be65)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success{background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success:before{border-color:var(--cds-support-success,#24a148)}.cds-custom--actionable-notification--info,.cds-custom--actionable-notification--info-square,:host(cds-custom-actionable-notification[kind=info-square]),:host(cds-custom-actionable-notification[kind=info-square][low-contrast]),:host(cds-custom-actionable-notification[kind=info]),:host(cds-custom-actionable-notification[kind=info][low-contrast]),:host(cds-custom-callout-notification[kind=info-square]),:host(cds-custom-callout-notification[kind=info-square][low-contrast]),:host(cds-custom-callout-notification[kind=info]),:host(cds-custom-callout-notification[kind=info][low-contrast]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}.cds-custom--actionable-notification--info .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--info .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--info .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--info-square .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square{background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square:before,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info:before{border-color:var(--cds-support-info,#0043ce)}.cds-custom--actionable-notification--warning,.cds-custom--actionable-notification--warning-alt,:host(cds-custom-actionable-notification[kind=warning-alt]),:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]),:host(cds-custom-actionable-notification[kind=warning]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]),:host(cds-custom-callout-notification[kind=warning-alt]),:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]),:host(cds-custom-callout-notification[kind=warning]),:host(cds-custom-callout-notification[kind=warning][low-contrast]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--actionable-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--warning .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--warning .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--warning-alt .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt{background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt:before,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning:before{border-color:var(--cds-support-warning,#f1c21b)}.cds-custom--actionable-notification--warning .cds-custom--toast-notification__icon path[opacity=\"0\"],.cds-custom--actionable-notification--warning-alt .cds-custom--toast-notification__icon path:first-of-type,:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon path:first-of-type,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--toast-notification__icon path[opacity=\"0\"],:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon path[opacity=\"0\"],:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon path:first-of-type,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--toast-notification__icon path[opacity=\"0\"],:host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon path[opacity=\"0\"]{fill:#000;opacity:1}.cds-custom--actionable-notification--warning .cds-custom--inline-notification__icon path[opacity=\"0\"],.cds-custom--actionable-notification--warning-alt .cds-custom--inline-notification__icon path:first-of-type,:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon path:first-of-type,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--inline-notification__icon path[opacity=\"0\"],:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon path[opacity=\"0\"],:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon path:first-of-type,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--inline-notification__icon path[opacity=\"0\"],:host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon path[opacity=\"0\"]{fill:#000;opacity:1}.cds-custom--actionable-notification__details{display:flex;flex-grow:1;margin-inline:.8125rem 3rem}@media (min-width:42rem){.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--toast) .cds-custom--actionable-notification__details,:not(.cds-custom--actionable-notification--toast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__details,:not(.cds-custom--actionable-notification--toast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__details{margin:0 .8125rem}}.cds-custom--actionable-notification .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification) .cds-custom--inline-notification__icon{flex-shrink:0;margin-block-start:.875rem;margin-inline-end:1rem}.cds-custom--actionable-notification .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification) .cds-custom--toast-notification__icon{flex-shrink:0;margin-block-start:1rem;margin-inline-end:1rem}.cds-custom--actionable-notification__text-wrapper{display:flex;flex-wrap:wrap;padding:.9375rem 0}.cds-custom--actionable-notification__button-wrapper{display:flex}.cds-custom--actionable-notification--toast .cds-custom--actionable-notification__text-wrapper,:host(cds-custom-actionable-notification:not([inline])) .cds-custom--actionable-notification__text-wrapper{padding:.9375rem 0 1.4375rem}.cds-custom--actionable-notification__content{display:flex;flex-wrap:wrap;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);word-break:break-word}.cds-custom--actionable-notification--toast .cds-custom--actionable-notification__content,:host(cds-custom-actionable-notification:not([inline])) .cds-custom--actionable-notification__content{display:block}.cds-custom--actionable-notification__title{font-size:var(--cds-heading-compact-01-font-size,.875rem);font-weight:var(--cds-heading-compact-01-font-weight,600);font-weight:600;letter-spacing:var(--cds-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-heading-compact-01-line-height,1.28572);margin-inline-end:.25rem;word-break:break-word}.cds-custom--actionable-notification--toast .cds-custom--actionable-notification__title,:host(cds-custom-actionable-notification:not([inline])) .cds-custom--actionable-notification__title{margin-inline-end:0}.cds-custom--actionable-notification__subtitle{color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin-block-start:0;word-break:break-word}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__subtitle,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__subtitle{color:var(--cds-text-primary,#161616)}.cds-custom--actionable-notification__caption{color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);padding-block-start:1.5rem}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__caption,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__caption{color:var(--cds-text-primary,#161616)}.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{block-size:2rem;margin-block-end:.5rem;margin-inline-start:2.5rem}@media (min-width:42rem){.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{margin:.5rem 0}}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover{background-color:var(--cds-background-inverse-hover,#474747)}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover{background-color:var(--cds-notification-action-hover,#fff)}.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus{border-color:transparent;box-shadow:none;outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus{outline-color:var(--cds-focus,#0f62fe)}.cds-custom--actionable-notification--hide-close-button .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{margin-inline-end:.5rem}.cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary{margin-block-end:1rem;margin-inline-start:3.125rem;padding-inline:1rem}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-notification-action-tertiary-inverse,#fff);border-style:solid;border-width:1px;color:var(--cds-notification-action-tertiary-inverse,#fff)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover{background-color:var(--cds-notification-action-tertiary-inverse-hover,#f4f4f4)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:focus,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:focus,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.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--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary .cds-custom--btn__icon,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary .cds-custom--btn__icon,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover{color:var(--cds-notification-action-tertiary-inverse-text,#161616)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:focus,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:focus,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:focus{background-color:var(--cds-notification-action-tertiary-inverse,#fff);border-color:var(--cds-focus-inverse,#fff);box-shadow:inset 0 0 0 1px var(--cds-focus-inverse,#fff),inset 0 0 0 2px var(--cds-background-inverse,#393939);color:var(--cds-notification-action-tertiary-inverse-text,#161616)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:active,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:active,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:active{background-color:var(--cds-notification-action-tertiary-inverse-active,#c6c6c6);border-color:transparent;color:var(--cds-notification-action-tertiary-inverse-text,#161616)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:disabled,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:focus:disabled,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover:disabled,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary.cds-custom--btn--disabled,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-actionable-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:disabled,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary.cds-custom--btn--disabled,:not(.cds-custom--actionable-notification--low-contrast):host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:disabled{background:transparent;color:var(--cds-notification-action-tertiary-inverse-text-on-color-disabled,hsla(0,0%,100%,.25));outline:none}.cds-custom--actionable-notification--hide-close-button .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary{margin-inline-end:.5rem}.cds-custom--actionable-notification__close-button{align-items:center;background:transparent;block-size:3rem;border:none;cursor:pointer;display:flex;flex-direction:column;inline-size:3rem;inset-block-start:0;inset-inline-end:0;justify-content:center;max-inline-size:3rem;min-inline-size:3rem;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline .11s cubic-bezier(.2,0,.38,.9),background-color .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--actionable-notification__close-button:focus{outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon{fill:var(--cds-icon-inverse,#fff)}@media (min-width:42rem){.cds-custom--actionable-notification__close-button{position:static}}@media (min-width:42rem){.cds-custom--actionable-notification--toast .cds-custom--actionable-notification__close-button,:host(cds-custom-actionable-notification:not([inline])) .cds-custom--actionable-notification__close-button{position:absolute}}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__close-button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__close-button:focus,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__close-button:focus{outline-style:dotted}}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon{fill:var(--cds-icon-primary,#161616)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--actionable-notification,:host(cds-custom-actionable-notification),:host(cds-custom-callout-notification){outline:1px solid transparent}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--actionable-notification__close-button:focus,.cds-custom--btn.cds-custom--btn--ghost.cds-custom--actionable-notification__action-button:focus{color:Highlight;outline:1px solid Highlight}}:host(cds-custom-actionable-notification){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;display:none;outline:none}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button{background-color:transparent;border-color:var(--cds-notification-action-tertiary-inverse,#fff);border-style:solid;border-width:1px;color:var(--cds-notification-action-tertiary-inverse,#fff)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button:hover{background-color:var(--cds-notification-action-tertiary-inverse-hover,#f4f4f4)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button: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)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button .cds-custom--btn__icon,:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button:focus{background-color:var(--cds-notification-action-tertiary-inverse,#fff);border-color:var(--cds-focus-inverse,#fff);box-shadow:inset 0 0 0 1px var(--cds-focus-inverse,#fff),inset 0 0 0 2px var(--cds-background-inverse,#393939);color:var(--cds-notification-action-tertiary-inverse-text,#161616)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button:hover{color:var(--cds-notification-action-tertiary-inverse-text,#161616)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button:active{background-color:var(--cds-notification-action-tertiary-inverse-active,#c6c6c6);border-color:transparent;color:var(--cds-notification-action-tertiary-inverse-text,#161616)}:host(cds-custom-actionable-notification-button[low-contrast][kind=ghost]) button:active,:host(cds-custom-actionable-notification-button[low-contrast][kind=ghost]) button:hover{background-color:var(--cds-notification-action-hover,#fff)}:host(cds-custom-actionable-notification-button[low-contrast][kind=ghost]) button:focus{outline-color:var(--cds-focus,#0f62fe)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=ghost]) button{color:var(--cds-link-inverse,#78a9ff)}:host(cds-custom-actionable-notification-button[hide-close-button][kind=ghost]) button{margin-inline-end:.5rem}:host(cds-custom-actionable-notification[inline][low-contrast]):before{block-size:100%;border-style:solid;border-width:1px 1px 1px 0;box-sizing:border-box;content:\"\";filter:opacity(.4);inline-size:100%;inset-block-start:0;inset-inline-start:0;pointer-events:none;position:absolute}:host(cds-custom-actionable-notification[open]){display:flex}:host(cds-custom-actionable-notification[hide-close-button]) .cds-custom--actionable-notification__close-button{display:none}:host(cds-custom-actionable-notification[kind=success][low-contrast]){background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}:host(cds-custom-actionable-notification[kind=success][low-contrast]):before{border-color:var(--cds-support-success,#24a148)}:host(cds-custom-actionable-notification[kind=info-square][low-contrast]),:host(cds-custom-actionable-notification[kind=info][low-contrast]){background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):before,:host(cds-custom-actionable-notification[kind=info][low-contrast]):before{border-color:var(--cds-support-info,#0043ce)}:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon path[data-icon-path=inner-path]{fill:#000;opacity:1}:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon path[data-icon-path=inner-path],:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon path[data-icon-path=inner-path]{fill:#000;opacity:1}:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]){background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):before,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):before{border-color:var(--cds-support-warning,#f1c21b)}:host(cds-custom-actionable-notification[kind=error][low-contrast]){background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}:host(cds-custom-actionable-notification[kind=error][low-contrast]):before{border-color:var(--cds-support-error,#da1e28)}:host(cds-custom-callout-notification){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;display:flex;outline:none}:host(cds-custom-callout-notification) .cds-custom--actionable-notification__close-button{display:none}:host(cds-custom-callout-notification[low-contrast]):before{block-size:100%;border-style:solid;border-width:1px 1px 1px 0;box-sizing:border-box;content:\"\";filter:opacity(.4);inline-size:100%;inset-block-start:0;inset-inline-start:0;pointer-events:none;position:absolute}:host(cds-custom-callout-notification[kind=success][low-contrast]){background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}:host(cds-custom-callout-notification[kind=success][low-contrast]):before{border-color:var(--cds-support-success,#24a148)}:host(cds-custom-callout-notification[kind=info-square][low-contrast]),:host(cds-custom-callout-notification[kind=info][low-contrast]){background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}:host(cds-custom-callout-notification[kind=info-square][low-contrast]):before,:host(cds-custom-callout-notification[kind=info][low-contrast]):before{border-color:var(--cds-support-info,#0043ce)}:host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon path[data-icon-path=inner-path]{fill:#000;opacity:1}:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon path[data-icon-path=inner-path]{fill:#000;opacity:1}:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]),:host(cds-custom-callout-notification[kind=warning][low-contrast]){background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):before,:host(cds-custom-callout-notification[kind=warning][low-contrast]):before{border-color:var(--cds-support-warning,#f1c21b)}:host(cds-custom-callout-notification[kind=error][low-contrast]){background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}:host(cds-custom-callout-notification[kind=error][low-contrast]):before{border-color:var(--cds-support-error,#da1e28)}:host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{margin-inline-end:.5rem}"]);
10
+ var styles = css([".cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}.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)}@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{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--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--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{inset:0;pointer-events:none;position:absolute;z-index:6000}.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{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover-content{background-color:var(--cds-popover-background-color,var(--cds-layer));border-radius:var(--cds-popover-border-radius,2px);color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));display:none;inline-size:-moz-max-content;inline-size:max-content;max-inline-size:23rem;pointer-events:auto;position:absolute;z-index:6000}.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{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover-caret:after,.cds-custom--popover-caret:after{background-color:var(--cds-popover-background-color,var(--cds-layer));content:\"\";display:block;position:absolute}.cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover-caret:before{background-color:var(--cds-popover-border-color,var(--cds-border-subtle));content:\"\";display:none;position:absolute}.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)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-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)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end: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)))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start: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}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-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)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-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)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end: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)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start: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}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-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))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-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)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--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}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .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--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}[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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{margin-inline-start:1px}[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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: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))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-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)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--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}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .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--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}[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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{margin-inline-start:-1px}[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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,[dir=rtl] .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: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-start: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)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end: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--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .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-end:0;inset-inline-start:auto}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--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{align-items:center;block-size:2rem;display:inline-flex;inline-size:2rem;justify-content:center;position:relative}.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}}.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{background:var(--cds-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-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);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem)}.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);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term{border-block-end:1px dotted var(--cds-border-strong);border-radius:0;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);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;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);border:0;box-sizing:border-box;font-family:inherit;font-size:100%;padding:0;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn{border-radius:0;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin:0;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);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align: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{background:var(--cds-button-disabled,#c6c6c6);border-color: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{block-size:1rem;flex-shrink:0;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;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-text-on-color,#fff)}.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{background-color:var(--cds-button-secondary,#393939);border:1px solid transparent}.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{background-color:transparent;border-color:var(--cds-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-button-tertiary,#0f62fe)}.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}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c);border-color:transparent;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,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-link-primary,#0f62fe)}.cds-custom--btn--ghost:hover{background-color:var(--cds-background-hover,hsla(0,0%,55%,.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{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.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%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--btn--icon-only{align-items:center;block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local);justify-content:center;padding:0;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--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%,.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{background-color:var(--cds-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-text-on-color,#fff)}.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{background-color:transparent;border-color:var(--cds-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-button-danger-secondary,#da1e28)}.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}.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{background-color:var(--cds-button-danger-active,#750e13);border-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,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-button-danger-secondary,#da1e28)}.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{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{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{background:transparent;border-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.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);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);line-height:var(--cds-body-compact-02-line-height,1.375);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{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@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{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[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;align-items:stretch;display:flex;flex-direction:var(--flex-direction);inline-size:100%;justify-content:flex-end}.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--inline-notification html{font-size:100%}.cds-custom--inline-notification body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--inline-notification code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--inline-notification strong{font-weight:600}.cds-custom--inline-notification{block-size:auto;color:var(--cds-text-inverse,#fff);display:flex;flex-wrap:wrap;inline-size:100%;max-inline-size:18rem;min-block-size:3rem;min-inline-size:18rem;position:relative}@media (min-width:42rem){.cds-custom--inline-notification{flex-wrap:nowrap;max-inline-size:38rem}}@media (min-width:66rem){.cds-custom--inline-notification{max-inline-size:46rem}}@media (min-width:99rem){.cds-custom--inline-notification{max-inline-size:52rem}}.cds-custom--inline-notification:not(.cds-custom--inline-notification--low-contrast) a{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--inline-notification a{text-decoration:none}.cds-custom--inline-notification a:hover{text-decoration:underline}.cds-custom--inline-notification a:focus{outline:1px solid var(--cds-link-inverse,#78a9ff)}.cds-custom--inline-notification.cds-custom--inline-notification--low-contrast a:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--inline-notification.cds-custom--inline-notification--low-contrast a:focus{outline-style:dotted}}.cds-custom--inline-notification--low-contrast{color:var(--cds-text-primary,#161616)}.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__close-button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__close-button:focus{outline-style:dotted}}.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__close-button .cds-custom--inline-notification__close-icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--inline-notification--low-contrast:before{block-size:100%;border-style:solid;border-width:1px 1px 1px 0;box-sizing:border-box;content:\"\";filter:opacity(.4);inline-size:100%;inset-block-start:0;inset-inline-start:0;pointer-events:none;position:absolute}.cds-custom--inline-notification--error{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}.cds-custom--inline-notification--error .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--error .cds-custom--inline-notification__icon,.cds-custom--inline-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error-inverse,#fa4d56)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error{background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--error:before{border-color:var(--cds-support-error,#da1e28)}.cds-custom--inline-notification--success{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}.cds-custom--inline-notification--success .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--success .cds-custom--inline-notification__icon,.cds-custom--inline-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success-inverse,#42be65)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success{background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--success:before{border-color:var(--cds-support-success,#24a148)}.cds-custom--inline-notification--info,.cds-custom--inline-notification--info-square{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}.cds-custom--inline-notification--info .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--info .cds-custom--inline-notification__icon,.cds-custom--inline-notification--info .cds-custom--toast-notification__icon,.cds-custom--inline-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--inline-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square{background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info .cds-custom--toast-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info-square:before,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--info:before{border-color:var(--cds-support-info,#0043ce)}.cds-custom--inline-notification--warning,.cds-custom--inline-notification--warning-alt{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--inline-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--warning .cds-custom--inline-notification__icon,.cds-custom--inline-notification--warning .cds-custom--toast-notification__icon,.cds-custom--inline-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--inline-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt{background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning .cds-custom--toast-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning-alt:before,.cds-custom--inline-notification--low-contrast.cds-custom--inline-notification--warning:before{border-color:var(--cds-support-warning,#f1c21b)}.cds-custom--inline-notification--warning .cds-custom--inline-notification__icon path[opacity=\"0\"],.cds-custom--inline-notification--warning-alt .cds-custom--inline-notification__icon path:first-of-type{fill:#000;opacity:1}.cds-custom--inline-notification__details{display:flex;flex-grow:1;margin-inline:.8125rem 3rem}@media (min-width:42rem){.cds-custom--inline-notification__details{margin:0 .8125rem}}.cds-custom--inline-notification__icon{flex-shrink:0;margin-block-start:.875rem;margin-inline-end:1rem}.cds-custom--inline-notification__text-wrapper{display:flex;flex-wrap:wrap;padding:.9375rem 0}.cds-custom--inline-notification__title{font-size:var(--cds-heading-compact-01-font-size,.875rem);font-weight:var(--cds-heading-compact-01-font-weight,600);letter-spacing:var(--cds-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-heading-compact-01-line-height,1.28572);margin-inline-end:.25rem}.cds-custom--inline-notification__subtitle{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);word-break:break-word}.cds-custom--inline-notification__action-button.cds-custom--btn--ghost{block-size:2rem;margin-block-end:.5rem;margin-inline-start:2.5rem}@media (min-width:42rem){.cds-custom--inline-notification__action-button.cds-custom--btn--ghost{margin:.5rem 0}}.cds-custom--inline-notification:not(.cds-custom--inline-notification--low-contrast) .cds-custom--inline-notification__action-button.cds-custom--btn--ghost{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--inline-notification__action-button.cds-custom--btn--ghost:active,.cds-custom--inline-notification__action-button.cds-custom--btn--ghost:hover{background-color:var(--cds-background-inverse-hover,#474747)}.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__action-button.cds-custom--btn--ghost:active,.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__action-button.cds-custom--btn--ghost:hover{background-color:var(--cds-notification-action-hover,#fff)}.cds-custom--inline-notification__action-button.cds-custom--btn--ghost:focus{border-color:transparent;box-shadow:none;outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--inline-notification--low-contrast .cds-custom--inline-notification__action-button.cds-custom--btn--ghost:focus{outline-color:var(--cds-focus,#0f62fe)}.cds-custom--inline-notification--hide-close-button .cds-custom--inline-notification__action-button.cds-custom--btn--ghost{margin-inline-end:.5rem}.cds-custom--inline-notification__close-button{align-items:center;background:transparent;block-size:3rem;border:none;cursor:pointer;display:flex;flex-direction:column;inline-size:3rem;inset-block-start:0;inset-inline-end:0;justify-content:center;max-inline-size:3rem;min-inline-size:3rem;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline .11s cubic-bezier(.2,0,.38,.9),background-color .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--inline-notification__close-button:focus{outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--inline-notification__close-button .cds-custom--inline-notification__close-icon{fill:var(--cds-icon-inverse,#fff)}@media (min-width:42rem){.cds-custom--inline-notification__close-button{position:static}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--inline-notification{outline:1px solid transparent}.cds-custom--btn.cds-custom--btn--ghost.cds-custom--inline-notification__action-button:focus,.cds-custom--inline-notification__close-button:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--toast-notification html{font-size:100%}.cds-custom--toast-notification body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--toast-notification code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--toast-notification strong{font-weight:600}.cds-custom--toast-notification{block-size:auto;box-shadow:0 2px 6px 0 rgba(0,0,0,.2);color:var(--cds-text-inverse,#fff);display:flex;inline-size:18rem;padding-inline-start:.8125rem}@media (min-width:99rem){.cds-custom--toast-notification{inline-size:22rem}}.cds-custom--toast-notification:not(.cds-custom--toast-notification--low-contrast) a{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--toast-notification a{text-decoration:none}.cds-custom--toast-notification a:hover{text-decoration:underline}.cds-custom--toast-notification a:focus{outline:1px solid var(--cds-link-inverse,#78a9ff)}.cds-custom--toast-notification.cds-custom--toast-notification--low-contrast a:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--toast-notification.cds-custom--toast-notification--low-contrast a:focus{outline-style:dotted}}.cds-custom--toast-notification--low-contrast,.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__caption,.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__subtitle{color:var(--cds-text-primary,#161616)}.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__close-button .cds-custom--toast-notification__close-icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__close-button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--toast-notification--low-contrast .cds-custom--toast-notification__close-button:focus{outline-style:dotted}}.cds-custom--toast-notification--error{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}.cds-custom--toast-notification--error .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--error .cds-custom--inline-notification__icon,.cds-custom--toast-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error-inverse,#fa4d56)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--error{background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--error .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--error .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}.cds-custom--toast-notification--success{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}.cds-custom--toast-notification--success .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--success .cds-custom--inline-notification__icon,.cds-custom--toast-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success-inverse,#42be65)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--success{background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--success .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--success .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}.cds-custom--toast-notification--info,.cds-custom--toast-notification--info-square{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}.cds-custom--toast-notification--info .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--info .cds-custom--inline-notification__icon,.cds-custom--toast-notification--info .cds-custom--toast-notification__icon,.cds-custom--toast-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--toast-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info-square{background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info .cds-custom--toast-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}.cds-custom--toast-notification--warning,.cds-custom--toast-notification--warning-alt{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--toast-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--warning .cds-custom--inline-notification__icon,.cds-custom--toast-notification--warning .cds-custom--toast-notification__icon,.cds-custom--toast-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--toast-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning-alt{background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning .cds-custom--toast-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--toast-notification--low-contrast.cds-custom--toast-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--toast-notification--warning .cds-custom--toast-notification__icon path[opacity=\"0\"],.cds-custom--toast-notification--warning-alt .cds-custom--toast-notification__icon path:first-of-type{fill:#000;opacity:1}.cds-custom--toast-notification__icon{flex-shrink:0;margin-block-start:1rem;margin-inline-end:1rem}.cds-custom--toast-notification__details{margin-block-end:1rem;margin-inline-end:1rem}.cds-custom--toast-notification__close-button{align-items:center;background-color:transparent;block-size:3rem;border:none;cursor:pointer;display:flex;flex-direction:column;inline-size:3rem;justify-content:center;margin-inline-start:auto;min-block-size:3rem;min-inline-size:3rem;outline:2px solid transparent;outline-offset:-2px;padding:0;transition:outline .25s,background-color .25s}.cds-custom--toast-notification__close-button:focus{outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--toast-notification__close-button .cds-custom--toast-notification__close-icon{fill:var(--cds-icon-inverse,#fff)}.cds-custom--toast-notification__title{font-size:var(--cds-heading-compact-01-font-size,.875rem);font-weight:var(--cds-heading-compact-01-font-weight,600);font-weight:600;letter-spacing:var(--cds-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-heading-compact-01-line-height,1.28572);margin-block-start:1rem;word-break:break-word}.cds-custom--toast-notification__subtitle{margin-block:0 1rem;word-break:break-word}.cds-custom--toast-notification__caption,.cds-custom--toast-notification__subtitle{color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--toast-notification__caption{padding-block-start:.5rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--toast-notification{outline:1px solid transparent}.cds-custom--toast-notification__close-button:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--actionable-notification html{font-size:100%}.cds-custom--actionable-notification body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--actionable-notification code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--actionable-notification strong{font-weight:600}.cds-custom--actionable-notification{block-size:auto;color:var(--cds-text-inverse,#fff);display:flex;flex-wrap:wrap;inline-size:100%;max-inline-size:18rem;min-block-size:3rem;min-inline-size:18rem;position:relative}@media (min-width:42rem){.cds-custom--actionable-notification{flex-wrap:nowrap;max-inline-size:38rem}}@media (min-width:66rem){.cds-custom--actionable-notification{max-inline-size:46rem}}@media (min-width:99rem){.cds-custom--actionable-notification{max-inline-size:52rem}}.cds-custom--actionable-notification--toast{box-shadow:0 2px 6px 0 rgba(0,0,0,.2);flex-wrap:wrap;max-inline-size:18rem;min-inline-size:18rem}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) a{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--actionable-notification a{text-decoration:none}.cds-custom--actionable-notification a:hover{text-decoration:underline}.cds-custom--actionable-notification a:focus{outline:1px solid var(--cds-focus-inverse,#fff)}.cds-custom--actionable-notification.cds-custom--actionable-notification--low-contrast a:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--actionable-notification.cds-custom--actionable-notification--low-contrast a:focus{outline-style:dotted}}.cds-custom--actionable-notification--low-contrast,.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__caption,.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__subtitle{color:var(--cds-text-primary,#161616)}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--actionable-notification--low-contrast:not(.cds-custom--actionable-notification--toast):before{block-size:100%;border-style:solid;border-width:1px 1px 1px 0;box-sizing:border-box;content:\"\";filter:opacity(.4);inline-size:100%;inset-block-start:0;inset-inline-start:0;pointer-events:none;position:absolute}.cds-custom--actionable-notification--error{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}.cds-custom--actionable-notification--error .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--error .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error-inverse,#fa4d56)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error{background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--error:before{border-color:var(--cds-support-error,#da1e28)}.cds-custom--actionable-notification--success{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}.cds-custom--actionable-notification--success .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--success .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success-inverse,#42be65)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success{background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--success:before{border-color:var(--cds-support-success,#24a148)}.cds-custom--actionable-notification--info,.cds-custom--actionable-notification--info-square{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}.cds-custom--actionable-notification--info .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--info .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--info .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square{background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info-square:before,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--info:before{border-color:var(--cds-support-info,#0043ce)}.cds-custom--actionable-notification--warning,.cds-custom--actionable-notification--warning-alt{background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--actionable-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--warning .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--warning .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt{background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning .cds-custom--toast-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--actionable-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--inline-notification__icon,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning-alt:before,.cds-custom--actionable-notification--low-contrast.cds-custom--actionable-notification--warning:before{border-color:var(--cds-support-warning,#f1c21b)}.cds-custom--actionable-notification--warning .cds-custom--inline-notification__icon path[opacity=\"0\"],.cds-custom--actionable-notification--warning .cds-custom--toast-notification__icon path[opacity=\"0\"],.cds-custom--actionable-notification--warning-alt .cds-custom--inline-notification__icon path:first-of-type,.cds-custom--actionable-notification--warning-alt .cds-custom--toast-notification__icon path:first-of-type{fill:#000;opacity:1}.cds-custom--actionable-notification__details{display:flex;flex-grow:1;margin-inline:.8125rem 3rem}@media (min-width:42rem){.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--toast) .cds-custom--actionable-notification__details{margin:0 .8125rem}}.cds-custom--actionable-notification .cds-custom--inline-notification__icon{flex-shrink:0;margin-block-start:.875rem;margin-inline-end:1rem}.cds-custom--actionable-notification .cds-custom--toast-notification__icon{flex-shrink:0;margin-block-start:1rem;margin-inline-end:1rem}.cds-custom--actionable-notification__text-wrapper{display:flex;flex-wrap:wrap;padding:.9375rem 0}.cds-custom--actionable-notification__button-wrapper{display:flex}.cds-custom--actionable-notification--toast .cds-custom--actionable-notification__text-wrapper{padding:.9375rem 0 1.4375rem}.cds-custom--actionable-notification__content{display:flex;flex-wrap:wrap;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);word-break:break-word}.cds-custom--actionable-notification--toast .cds-custom--actionable-notification__content{display:block}.cds-custom--actionable-notification__title{font-size:var(--cds-heading-compact-01-font-size,.875rem);font-weight:var(--cds-heading-compact-01-font-weight,600);font-weight:600;letter-spacing:var(--cds-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-heading-compact-01-line-height,1.28572);margin-inline-end:.25rem;word-break:break-word}.cds-custom--actionable-notification--toast .cds-custom--actionable-notification__title{margin-inline-end:0}.cds-custom--actionable-notification__subtitle{margin-block-start:0;word-break:break-word}.cds-custom--actionable-notification__caption,.cds-custom--actionable-notification__subtitle{color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--actionable-notification__caption{padding-block-start:1.5rem}.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{block-size:2rem;margin-block-end:.5rem;margin-inline-start:2.5rem}@media (min-width:42rem){.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{margin:.5rem 0}}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{color:var(--cds-link-inverse,#78a9ff)}.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover{background-color:var(--cds-background-inverse-hover,#474747)}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:active,.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:hover{background-color:var(--cds-notification-action-hover,#fff)}.cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus{border-color:transparent;box-shadow:none;outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost:focus{outline-color:var(--cds-focus,#0f62fe)}.cds-custom--actionable-notification--hide-close-button .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{margin-inline-end:.5rem}.cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary{margin-block-end:1rem;margin-inline-start:3.125rem;padding-inline:1rem}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-notification-action-tertiary-inverse,#fff);border-style:solid;border-width:1px;color:var(--cds-notification-action-tertiary-inverse,#fff)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover{background-color:var(--cds-notification-action-tertiary-inverse-hover,#f4f4f4)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.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--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover{color:var(--cds-notification-action-tertiary-inverse-text,#161616)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:focus{background-color:var(--cds-notification-action-tertiary-inverse,#fff);border-color:var(--cds-focus-inverse,#fff);box-shadow:inset 0 0 0 1px var(--cds-focus-inverse,#fff),inset 0 0 0 2px var(--cds-background-inverse,#393939);color:var(--cds-notification-action-tertiary-inverse-text,#161616)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:active{background-color:var(--cds-notification-action-tertiary-inverse-active,#c6c6c6);border-color:transparent;color:var(--cds-notification-action-tertiary-inverse-text,#161616)}.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:disabled,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:focus:disabled,.cds-custom--actionable-notification:not(.cds-custom--actionable-notification--low-contrast) .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-notification-action-tertiary-inverse-text-on-color-disabled,hsla(0,0%,100%,.25));outline:none}.cds-custom--actionable-notification--hide-close-button .cds-custom--actionable-notification__action-button.cds-custom--btn--tertiary{margin-inline-end:.5rem}.cds-custom--actionable-notification__close-button{align-items:center;background:transparent;block-size:3rem;border:none;cursor:pointer;display:flex;flex-direction:column;inline-size:3rem;inset-block-start:0;inset-inline-end:0;justify-content:center;max-inline-size:3rem;min-inline-size:3rem;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline .11s cubic-bezier(.2,0,.38,.9),background-color .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--actionable-notification__close-button:focus{outline:2px solid var(--cds-focus-inverse,#fff);outline-offset:-2px}.cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon{fill:var(--cds-icon-inverse,#fff)}@media (min-width:42rem){.cds-custom--actionable-notification__close-button{position:static}.cds-custom--actionable-notification--toast .cds-custom--actionable-notification__close-button{position:absolute}}.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__close-button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--actionable-notification--low-contrast .cds-custom--actionable-notification__close-button:focus{outline-style:dotted}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--actionable-notification{outline:1px solid transparent}.cds-custom--actionable-notification__close-button:focus,.cds-custom--btn.cds-custom--btn--ghost.cds-custom--actionable-notification__action-button:focus{color:Highlight;outline:1px solid Highlight}}:host(cds-custom-actionable-notification) html{font-size:100%}:host(cds-custom-actionable-notification) body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:host(cds-custom-actionable-notification) code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}:host(cds-custom-actionable-notification) strong{font-weight:600}:host(cds-custom-actionable-notification){block-size:auto;color:var(--cds-text-inverse,#fff);display:flex;flex-wrap:wrap;inline-size:100%;max-inline-size:18rem;min-block-size:3rem;min-inline-size:18rem;position:relative}@media (min-width:42rem){:host(cds-custom-actionable-notification){flex-wrap:nowrap;max-inline-size:38rem}}@media (min-width:66rem){:host(cds-custom-actionable-notification){max-inline-size:46rem}}@media (min-width:99rem){:host(cds-custom-actionable-notification){max-inline-size:52rem}}:host(cds-custom-actionable-notification){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;display:none;outline:none}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button{background-color:transparent;border-color:var(--cds-notification-action-tertiary-inverse,#fff);border-style:solid;border-width:1px;color:var(--cds-notification-action-tertiary-inverse,#fff)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button:hover{background-color:var(--cds-notification-action-tertiary-inverse-hover,#f4f4f4)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button: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)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button .cds-custom--btn__icon,:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button:focus{background-color:var(--cds-notification-action-tertiary-inverse,#fff);border-color:var(--cds-focus-inverse,#fff);box-shadow:inset 0 0 0 1px var(--cds-focus-inverse,#fff),inset 0 0 0 2px var(--cds-background-inverse,#393939);color:var(--cds-notification-action-tertiary-inverse-text,#161616)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button:hover{color:var(--cds-notification-action-tertiary-inverse-text,#161616)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=tertiary]) button:active{background-color:var(--cds-notification-action-tertiary-inverse-active,#c6c6c6);border-color:transparent;color:var(--cds-notification-action-tertiary-inverse-text,#161616)}:host(cds-custom-actionable-notification-button[low-contrast][kind=ghost]) button:active,:host(cds-custom-actionable-notification-button[low-contrast][kind=ghost]) button:hover{background-color:var(--cds-notification-action-hover,#fff)}:host(cds-custom-actionable-notification-button[low-contrast][kind=ghost]) button:focus{outline-color:var(--cds-focus,#0f62fe)}:host(cds-custom-actionable-notification-button:not([low-contrast])[kind=ghost]) button{color:var(--cds-link-inverse,#78a9ff)}:host(cds-custom-actionable-notification-button[hide-close-button][kind=ghost]) button{margin-inline-end:.5rem}:host(cds-custom-actionable-notification:not([inline])){box-shadow:0 2px 6px 0 rgba(0,0,0,.2);flex-wrap:wrap;max-inline-size:18rem;min-inline-size:18rem}:host(cds-custom-actionable-notification:not([inline])) .cds-custom--actionable-notification__content{flex-direction:column}:host(cds-custom-actionable-notification[inline][low-contrast]):before,:host(cds-custom-callout-notification[inline][low-contrast]):before{block-size:100%;border-style:solid;border-width:1px 1px 1px 0;box-sizing:border-box;content:\"\";filter:opacity(.4);inline-size:100%;inset-block-start:0;inset-inline-start:0;pointer-events:none;position:absolute}:host(cds-custom-actionable-notification[low-contrast]),:host(cds-custom-callout-notification[low-contrast]){color:var(--cds-text-primary,#161616)}:host(cds-custom-actionable-notification[low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-actionable-notification[low-contrast]) .cds-custom--actionable-notification__subtitle,:host(cds-custom-callout-notification[low-contrast]) .cds-custom--actionable-notification__caption,:host(cds-custom-callout-notification[low-contrast]) .cds-custom--actionable-notification__subtitle{color:var(--cds-text-primary,#161616)}:host(cds-custom-actionable-notification[low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon,:host(cds-custom-callout-notification[low-contrast]) .cds-custom--actionable-notification__close-button .cds-custom--actionable-notification__close-icon{fill:var(--cds-icon-primary,#161616)}:host(cds-custom-actionable-notification[open]){display:flex}:host(cds-custom-actionable-notification:not([inline])) .cds-custom--actionable-notification__close-button{position:absolute}:host(cds-custom-actionable-notification[hide-close-button]) .cds-custom--actionable-notification__close-button{display:none}:host(cds-custom-actionable-notification[kind=success]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}:host(cds-custom-actionable-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success]) .cds-custom--toast-notification__icon{fill:var(--cds-support-success-inverse,#42be65)}:host(cds-custom-actionable-notification[kind=success][low-contrast]){background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=success][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}:host(cds-custom-actionable-notification[kind=success][low-contrast]):before{border-color:var(--cds-support-success,#24a148)}:host(cds-custom-actionable-notification[kind=info]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}:host(cds-custom-actionable-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}:host(cds-custom-actionable-notification[kind=info-square]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}:host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}:host(cds-custom-actionable-notification[kind=info-square][low-contrast]),:host(cds-custom-actionable-notification[kind=info][low-contrast]){background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info-square][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=info][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}:host(cds-custom-actionable-notification[kind=info-square][low-contrast]):before,:host(cds-custom-actionable-notification[kind=info][low-contrast]):before{border-color:var(--cds-support-info,#0043ce)}:host(cds-custom-actionable-notification[kind=warning]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}:host(cds-custom-actionable-notification[kind=warning]) .cds-custom--inline-notification__icon path[data-icon-path=inner-path]{fill:#000;opacity:1}:host(cds-custom-actionable-notification[kind=warning-alt]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--inline-notification__icon path[data-icon-path=inner-path],:host(cds-custom-actionable-notification[kind=warning-alt]) .cds-custom--toast-notification__icon path[data-icon-path=inner-path]{fill:#000;opacity:1}:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]),:host(cds-custom-actionable-notification[kind=warning][low-contrast]){background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=warning][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}:host(cds-custom-actionable-notification[kind=warning-alt][low-contrast]):before,:host(cds-custom-actionable-notification[kind=warning][low-contrast]):before{border-color:var(--cds-support-warning,#f1c21b)}:host(cds-custom-actionable-notification[kind=error]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}:host(cds-custom-actionable-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error]) .cds-custom--toast-notification__icon{fill:var(--cds-support-error-inverse,#fa4d56)}:host(cds-custom-actionable-notification[kind=error][low-contrast]){background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-actionable-notification[kind=error][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}:host(cds-custom-actionable-notification[kind=error][low-contrast]):before{border-color:var(--cds-support-error,#da1e28)}:host(cds-custom-callout-notification) html{font-size:100%}:host(cds-custom-callout-notification) body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:host(cds-custom-callout-notification) code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}:host(cds-custom-callout-notification) strong{font-weight:600}:host(cds-custom-callout-notification){block-size:auto;color:var(--cds-text-inverse,#fff);flex-wrap:wrap;inline-size:100%;max-inline-size:18rem;min-block-size:3rem;min-inline-size:18rem;position:relative}@media (min-width:42rem){:host(cds-custom-callout-notification){flex-wrap:nowrap;max-inline-size:38rem}}@media (min-width:66rem){:host(cds-custom-callout-notification){max-inline-size:46rem}}@media (min-width:99rem){:host(cds-custom-callout-notification){max-inline-size:52rem}}:host(cds-custom-callout-notification){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;display:flex;outline:none}:host(cds-custom-callout-notification) .cds-custom--actionable-notification__close-button{display:none}:host(cds-custom-callout-notification[inline][low-contrast]):before{block-size:100%;border-style:solid;border-width:1px 1px 1px 0;box-sizing:border-box;content:\"\";filter:opacity(.4);inline-size:100%;inset-block-start:0;inset-inline-start:0;pointer-events:none;position:absolute}:host(cds-custom-callout-notification[kind=success]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-success-inverse,#42be65)}:host(cds-custom-callout-notification[kind=success]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success]) .cds-custom--toast-notification__icon{fill:var(--cds-support-success-inverse,#42be65)}:host(cds-custom-callout-notification[kind=success][low-contrast]){background:var(--cds-notification-background-success,#defbe6);border-inline-start:3px solid var(--cds-support-success,#24a148)}:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=success][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-success,#24a148)}:host(cds-custom-callout-notification[kind=success][low-contrast]):before{border-color:var(--cds-support-success,#24a148)}:host(cds-custom-callout-notification[kind=info]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}:host(cds-custom-callout-notification[kind=info]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}:host(cds-custom-callout-notification[kind=info-square]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-info-inverse,#4589ff)}:host(cds-custom-callout-notification[kind=info-square]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info-inverse,#4589ff)}:host(cds-custom-callout-notification[kind=info-square][low-contrast]),:host(cds-custom-callout-notification[kind=info][low-contrast]){background:var(--cds-notification-background-info,#edf5ff);border-inline-start:3px solid var(--cds-support-info,#0043ce)}:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info-square][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=info][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-info,#0043ce)}:host(cds-custom-callout-notification[kind=info-square][low-contrast]):before,:host(cds-custom-callout-notification[kind=info][low-contrast]):before{border-color:var(--cds-support-info,#0043ce)}:host(cds-custom-callout-notification[kind=warning]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}:host(cds-custom-callout-notification[kind=warning]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}:host(cds-custom-callout-notification[kind=warning]) .cds-custom--inline-notification__icon path[data-icon-path=inner-path]{fill:#000;opacity:1}:host(cds-custom-callout-notification[kind=warning-alt]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-warning-inverse,#f1c21b)}:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning-inverse,#f1c21b)}:host(cds-custom-callout-notification[kind=warning-alt]) .cds-custom--inline-notification__icon path[data-icon-path=inner-path]{fill:#000;opacity:1}:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]),:host(cds-custom-callout-notification[kind=warning][low-contrast]){background:var(--cds-notification-background-warning,#fcf4d6);border-inline-start:3px solid var(--cds-support-warning,#f1c21b)}:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]) .cds-custom--toast-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=warning][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-warning,#f1c21b)}:host(cds-custom-callout-notification[kind=warning-alt][low-contrast]):before,:host(cds-custom-callout-notification[kind=warning][low-contrast]):before{border-color:var(--cds-support-warning,#f1c21b)}:host(cds-custom-callout-notification[kind=error]){background:var(--cds-background-inverse,#393939);border-inline-start:3px solid var(--cds-support-error-inverse,#fa4d56)}:host(cds-custom-callout-notification[kind=error]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error]) .cds-custom--toast-notification__icon{fill:var(--cds-support-error-inverse,#fa4d56)}:host(cds-custom-callout-notification[kind=error][low-contrast]){background:var(--cds-notification-background-error,#fff1f1);border-inline-start:3px solid var(--cds-support-error,#da1e28)}:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--actionable-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--inline-notification__icon,:host(cds-custom-callout-notification[kind=error][low-contrast]) .cds-custom--toast-notification__icon{fill:var(--cds-support-error,#da1e28)}:host(cds-custom-callout-notification[kind=error][low-contrast]):before{border-color:var(--cds-support-error,#da1e28)}:host(cds-custom-callout-notification) .cds-custom--actionable-notification__action-button.cds-custom--btn--ghost{margin-inline-end:.5rem}"]);
11
11
 
12
12
  export { styles as default };
13
13
  //# sourceMappingURL=actionable-notification.scss.js.map