@carbon/web-components 2.40.1 → 2.41.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 (390) hide show
  1. package/custom-elements.json +130 -0
  2. package/dist/ai-label.min.js +8 -8
  3. package/dist/breadcrumb.min.js +4 -4
  4. package/dist/button-CmUJmoio.js +93 -0
  5. package/dist/{button-skeleton-DKiPqzwa.js → button-skeleton-Ba4xDn6y.js} +1 -1
  6. package/dist/button.min.js +1 -1
  7. package/dist/chat-button.min.js +3 -3
  8. package/dist/code-snippet.min.js +29 -29
  9. package/dist/combo-button.min.js +7 -7
  10. package/dist/content-switcher-item-Cz7OvIj8.js +54 -0
  11. package/dist/content-switcher.min.js +1 -1
  12. package/dist/copy-button.min.js +8 -8
  13. package/dist/data-table.min.js +41 -41
  14. package/dist/feature-flags.min.js +1 -1
  15. package/dist/file-uploader.min.js +29 -29
  16. package/dist/floating-controller-CxZPAslz.js +28 -0
  17. package/dist/icon-button.min.js +7 -7
  18. package/dist/icon-indicator.min.js +1 -1
  19. package/dist/menu-button.min.js +5 -5
  20. package/dist/modal.min.js +6 -6
  21. package/dist/notification.min.js +36 -38
  22. package/dist/overflow-menu.min.js +6 -6
  23. package/dist/pagination.min.js +25 -25
  24. package/dist/password-input.min.js +7 -7
  25. package/dist/popover.min.js +9 -9
  26. package/dist/progress-indicator.min.js +12 -12
  27. package/dist/radio-button.min.js +3 -3
  28. package/dist/side-panel.min.js +6 -6
  29. package/dist/skip-to-content.min.js +4 -4
  30. package/dist/slug.min.js +8 -8
  31. package/dist/tabs.min.js +24 -24
  32. package/dist/tag.min.js +49 -49
  33. package/dist/tearsheet.min.js +1 -1
  34. package/dist/tile.min.js +1 -1
  35. package/dist/toggle-tip.min.js +14 -14
  36. package/dist/tooltip-content-Tyg0Hg0i.js +30 -0
  37. package/dist/tooltip.min.js +1 -1
  38. package/dist/tree-view.min.js +5 -2
  39. package/dist/ui-shell.min.js +53 -53
  40. package/es/components/accordion/accordion-item.d.ts +27 -11
  41. package/es/components/ai-label/ai-label.scss.js +1 -1
  42. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  43. package/es/components/button/button.d.ts +56 -22
  44. package/es/components/button/button.scss.js +1 -1
  45. package/es/components/chat-button/chat-button.scss.js +1 -1
  46. package/es/components/checkbox/checkbox-group.d.ts +2 -0
  47. package/es/components/checkbox/checkbox.d.ts +56 -22
  48. package/es/components/code-snippet/code-snippet.d.ts +29 -11
  49. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  50. package/es/components/combo-button/combo-button.d.ts +27 -11
  51. package/es/components/combo-button/combo-button.scss.js +1 -1
  52. package/es/components/content-switcher/content-switcher-item.d.ts +29 -11
  53. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  54. package/es/components/copy-button/copy-button.d.ts +27 -11
  55. package/es/components/copy-button/copy-button.scss.js +1 -1
  56. package/es/components/data-table/data-table.scss.js +1 -1
  57. package/es/components/data-table/table-expanded-row.d.ts +27 -11
  58. package/es/components/data-table/table-header-cell.d.ts +29 -11
  59. package/es/components/data-table/table-row.d.ts +54 -22
  60. package/es/components/data-table/table-toolbar-search.d.ts +29 -11
  61. package/es/components/data-table/table.d.ts +27 -11
  62. package/es/components/data-table/table.js +12 -4
  63. package/es/components/data-table/table.js.map +1 -1
  64. package/es/components/date-picker/date-picker-input.d.ts +29 -11
  65. package/es/components/date-picker/date-picker.d.ts +54 -22
  66. package/es/components/dropdown/dropdown.d.ts +110 -44
  67. package/es/components/feature-flags/index.js +1 -0
  68. package/es/components/feature-flags/index.js.map +1 -1
  69. package/es/components/file-uploader/file-uploader-button.d.ts +27 -11
  70. package/es/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  71. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  72. package/es/components/floating-menu/floating-menu.d.ts +56 -22
  73. package/es/components/icon-button/icon-button.scss.js +1 -1
  74. package/es/components/link/link.d.ts +29 -11
  75. package/es/components/menu/menu-item-selectable.d.ts +2 -0
  76. package/es/components/menu/menu-item.d.ts +54 -22
  77. package/es/components/menu/menu.d.ts +27 -11
  78. package/es/components/menu-button/menu-button.d.ts +27 -11
  79. package/es/components/menu-button/menu-button.scss.js +1 -1
  80. package/es/components/modal/modal-close-button.d.ts +29 -11
  81. package/es/components/modal/modal.d.ts +27 -11
  82. package/es/components/modal/modal.scss.js +1 -1
  83. package/es/components/notification/actionable-notification.d.ts +27 -11
  84. package/es/components/notification/actionable-notification.scss.js +1 -1
  85. package/es/components/notification/inline-notification.d.ts +27 -11
  86. package/es/components/notification/inline-notification.scss.js +1 -1
  87. package/es/components/notification/toast-notification.d.ts +1 -1
  88. package/es/components/notification/toast-notification.js +13 -15
  89. package/es/components/notification/toast-notification.js.map +1 -1
  90. package/es/components/notification/toast-notification.scss.js +1 -1
  91. package/es/components/number-input/number-input.d.ts +2 -0
  92. package/es/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  93. package/es/components/overflow-menu/overflow-menu.d.ts +54 -22
  94. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  95. package/es/components/pagination/pagination.d.ts +56 -22
  96. package/es/components/pagination/pagination.js +12 -7
  97. package/es/components/pagination/pagination.js.map +1 -1
  98. package/es/components/pagination/pagination.scss.js +1 -1
  99. package/es/components/password-input/password-input.d.ts +2 -0
  100. package/es/components/popover/defs.d.ts +13 -0
  101. package/es/components/popover/defs.js +15 -1
  102. package/es/components/popover/defs.js.map +1 -1
  103. package/es/components/popover/popover-content.d.ts +13 -0
  104. package/es/components/popover/popover-content.js +22 -0
  105. package/es/components/popover/popover-content.js.map +1 -1
  106. package/es/components/popover/popover.d.ts +37 -12
  107. package/es/components/popover/popover.js +31 -3
  108. package/es/components/popover/popover.js.map +1 -1
  109. package/es/components/popover/popover.scss.js +1 -1
  110. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  111. package/es/components/progress-indicator/progress-step.d.ts +29 -11
  112. package/es/components/radio-button/radio-button-group.d.ts +54 -22
  113. package/es/components/radio-button/radio-button.d.ts +56 -22
  114. package/es/components/search/search.d.ts +83 -33
  115. package/es/components/select/select.d.ts +29 -11
  116. package/es/components/side-panel/side-panel.d.ts +27 -11
  117. package/es/components/skip-to-content/skip-to-content.d.ts +29 -11
  118. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  119. package/es/components/slider/slider-input.d.ts +29 -11
  120. package/es/components/slider/slider.d.ts +83 -33
  121. package/es/components/slug/slug.scss.js +1 -1
  122. package/es/components/structured-list/structured-list-row.d.ts +27 -11
  123. package/es/components/structured-list/structured-list.d.ts +29 -11
  124. package/es/components/tabs/tabs.d.ts +27 -11
  125. package/es/components/tabs/tabs.scss.js +1 -1
  126. package/es/components/tag/dismissible-tag.d.ts +54 -22
  127. package/es/components/tag/operational-tag.d.ts +54 -22
  128. package/es/components/tag/selectable-tag.d.ts +54 -22
  129. package/es/components/tag/tag.d.ts +54 -22
  130. package/es/components/tag/tag.scss.js +1 -1
  131. package/es/components/tearsheet/tearsheet.d.ts +27 -11
  132. package/es/components/text-input/text-input.d.ts +56 -22
  133. package/es/components/textarea/textarea.d.ts +2 -0
  134. package/es/components/tile/expandable-tile.d.ts +54 -22
  135. package/es/components/tile/selectable-tile.d.ts +56 -22
  136. package/es/components/tile/tile-group.d.ts +27 -11
  137. package/es/components/tile/tile.scss.js +1 -1
  138. package/es/components/time-picker/time-picker-select.d.ts +29 -11
  139. package/es/components/time-picker/time-picker.d.ts +56 -22
  140. package/es/components/toggle/toggle.d.ts +27 -11
  141. package/es/components/toggle-tip/toggletip.d.ts +56 -22
  142. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  143. package/es/components/tooltip/tooltip.d.ts +27 -11
  144. package/es/components/tooltip/tooltip.js +3 -0
  145. package/es/components/tooltip/tooltip.js.map +1 -1
  146. package/es/components/tooltip/tooltip.scss.js +1 -1
  147. package/es/components/tree-view/tree-node.js +4 -4
  148. package/es/components/tree-view/tree-node.js.map +1 -1
  149. package/es/components/tree-view/tree-view.d.ts +27 -11
  150. package/es/components/ui-shell/header-global-action.d.ts +2 -0
  151. package/es/components/ui-shell/header-menu-button.d.ts +29 -11
  152. package/es/components/ui-shell/header-menu.d.ts +56 -22
  153. package/es/components/ui-shell/header-name.d.ts +29 -11
  154. package/es/components/ui-shell/header-nav-item.d.ts +29 -11
  155. package/es/components/ui-shell/header-panel.d.ts +2 -0
  156. package/es/components/ui-shell/header.scss.js +1 -1
  157. package/es/components/ui-shell/side-nav-link.d.ts +29 -11
  158. package/es/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  159. package/es/components/ui-shell/side-nav-menu.d.ts +29 -11
  160. package/es/components/ui-shell/side-nav.d.ts +27 -11
  161. package/es/components/ui-shell/switcher-item.d.ts +29 -11
  162. package/es/components/ui-shell/switcher.d.ts +2 -0
  163. package/es/feature-flags/es/index.js +30 -2
  164. package/es/feature-flags/es/index.js.map +1 -1
  165. package/es/globals/mixins/focus.d.ts +27 -11
  166. package/es/globals/mixins/form.d.ts +27 -11
  167. package/es/globals/mixins/host-listener.d.ts +27 -11
  168. package/es/globals/mixins/validity.d.ts +27 -11
  169. package/es-custom/components/accordion/accordion-item.d.ts +27 -11
  170. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  171. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  172. package/es-custom/components/button/button.d.ts +56 -22
  173. package/es-custom/components/button/button.scss.js +1 -1
  174. package/es-custom/components/chat-button/chat-button.scss.js +1 -1
  175. package/es-custom/components/checkbox/checkbox-group.d.ts +2 -0
  176. package/es-custom/components/checkbox/checkbox.d.ts +56 -22
  177. package/es-custom/components/code-snippet/code-snippet.d.ts +29 -11
  178. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  179. package/es-custom/components/combo-button/combo-button.d.ts +27 -11
  180. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  181. package/es-custom/components/content-switcher/content-switcher-item.d.ts +29 -11
  182. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  183. package/es-custom/components/copy-button/copy-button.d.ts +27 -11
  184. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  185. package/es-custom/components/data-table/data-table.scss.js +1 -1
  186. package/es-custom/components/data-table/table-expanded-row.d.ts +27 -11
  187. package/es-custom/components/data-table/table-header-cell.d.ts +29 -11
  188. package/es-custom/components/data-table/table-row.d.ts +54 -22
  189. package/es-custom/components/data-table/table-toolbar-search.d.ts +29 -11
  190. package/es-custom/components/data-table/table.d.ts +27 -11
  191. package/es-custom/components/data-table/table.js +12 -4
  192. package/es-custom/components/data-table/table.js.map +1 -1
  193. package/es-custom/components/date-picker/date-picker-input.d.ts +29 -11
  194. package/es-custom/components/date-picker/date-picker.d.ts +54 -22
  195. package/es-custom/components/dropdown/dropdown.d.ts +110 -44
  196. package/es-custom/components/feature-flags/index.js +1 -0
  197. package/es-custom/components/feature-flags/index.js.map +1 -1
  198. package/es-custom/components/file-uploader/file-uploader-button.d.ts +27 -11
  199. package/es-custom/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  200. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  201. package/es-custom/components/floating-menu/floating-menu.d.ts +56 -22
  202. package/es-custom/components/icon-button/icon-button.scss.js +1 -1
  203. package/es-custom/components/link/link.d.ts +29 -11
  204. package/es-custom/components/menu/menu-item-selectable.d.ts +2 -0
  205. package/es-custom/components/menu/menu-item.d.ts +54 -22
  206. package/es-custom/components/menu/menu.d.ts +27 -11
  207. package/es-custom/components/menu-button/menu-button.d.ts +27 -11
  208. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  209. package/es-custom/components/modal/modal-close-button.d.ts +29 -11
  210. package/es-custom/components/modal/modal.d.ts +27 -11
  211. package/es-custom/components/modal/modal.scss.js +1 -1
  212. package/es-custom/components/notification/actionable-notification.d.ts +27 -11
  213. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  214. package/es-custom/components/notification/inline-notification.d.ts +27 -11
  215. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  216. package/es-custom/components/notification/toast-notification.d.ts +1 -1
  217. package/es-custom/components/notification/toast-notification.js +13 -15
  218. package/es-custom/components/notification/toast-notification.js.map +1 -1
  219. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  220. package/es-custom/components/number-input/number-input.d.ts +2 -0
  221. package/es-custom/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  222. package/es-custom/components/overflow-menu/overflow-menu.d.ts +54 -22
  223. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  224. package/es-custom/components/pagination/pagination.d.ts +56 -22
  225. package/es-custom/components/pagination/pagination.js +12 -7
  226. package/es-custom/components/pagination/pagination.js.map +1 -1
  227. package/es-custom/components/pagination/pagination.scss.js +1 -1
  228. package/es-custom/components/password-input/password-input.d.ts +2 -0
  229. package/es-custom/components/popover/defs.d.ts +13 -0
  230. package/es-custom/components/popover/defs.js +15 -1
  231. package/es-custom/components/popover/defs.js.map +1 -1
  232. package/es-custom/components/popover/popover-content.d.ts +13 -0
  233. package/es-custom/components/popover/popover-content.js +22 -0
  234. package/es-custom/components/popover/popover-content.js.map +1 -1
  235. package/es-custom/components/popover/popover.d.ts +37 -12
  236. package/es-custom/components/popover/popover.js +31 -3
  237. package/es-custom/components/popover/popover.js.map +1 -1
  238. package/es-custom/components/popover/popover.scss.js +1 -1
  239. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  240. package/es-custom/components/progress-indicator/progress-step.d.ts +29 -11
  241. package/es-custom/components/radio-button/radio-button-group.d.ts +54 -22
  242. package/es-custom/components/radio-button/radio-button.d.ts +56 -22
  243. package/es-custom/components/search/search.d.ts +83 -33
  244. package/es-custom/components/select/select.d.ts +29 -11
  245. package/es-custom/components/side-panel/side-panel.d.ts +27 -11
  246. package/es-custom/components/skip-to-content/skip-to-content.d.ts +29 -11
  247. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  248. package/es-custom/components/slider/slider-input.d.ts +29 -11
  249. package/es-custom/components/slider/slider.d.ts +83 -33
  250. package/es-custom/components/slug/slug.scss.js +1 -1
  251. package/es-custom/components/structured-list/structured-list-row.d.ts +27 -11
  252. package/es-custom/components/structured-list/structured-list.d.ts +29 -11
  253. package/es-custom/components/tabs/tabs.d.ts +27 -11
  254. package/es-custom/components/tabs/tabs.scss.js +1 -1
  255. package/es-custom/components/tag/dismissible-tag.d.ts +54 -22
  256. package/es-custom/components/tag/operational-tag.d.ts +54 -22
  257. package/es-custom/components/tag/selectable-tag.d.ts +54 -22
  258. package/es-custom/components/tag/tag.d.ts +54 -22
  259. package/es-custom/components/tag/tag.scss.js +1 -1
  260. package/es-custom/components/tearsheet/tearsheet.d.ts +27 -11
  261. package/es-custom/components/text-input/text-input.d.ts +56 -22
  262. package/es-custom/components/textarea/textarea.d.ts +2 -0
  263. package/es-custom/components/tile/expandable-tile.d.ts +54 -22
  264. package/es-custom/components/tile/selectable-tile.d.ts +56 -22
  265. package/es-custom/components/tile/tile-group.d.ts +27 -11
  266. package/es-custom/components/tile/tile.scss.js +1 -1
  267. package/es-custom/components/time-picker/time-picker-select.d.ts +29 -11
  268. package/es-custom/components/time-picker/time-picker.d.ts +56 -22
  269. package/es-custom/components/toggle/toggle.d.ts +27 -11
  270. package/es-custom/components/toggle-tip/toggletip.d.ts +56 -22
  271. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  272. package/es-custom/components/tooltip/tooltip.d.ts +27 -11
  273. package/es-custom/components/tooltip/tooltip.js +3 -0
  274. package/es-custom/components/tooltip/tooltip.js.map +1 -1
  275. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  276. package/es-custom/components/tree-view/tree-node.js +4 -4
  277. package/es-custom/components/tree-view/tree-node.js.map +1 -1
  278. package/es-custom/components/tree-view/tree-view.d.ts +27 -11
  279. package/es-custom/components/ui-shell/header-global-action.d.ts +2 -0
  280. package/es-custom/components/ui-shell/header-menu-button.d.ts +29 -11
  281. package/es-custom/components/ui-shell/header-menu.d.ts +56 -22
  282. package/es-custom/components/ui-shell/header-name.d.ts +29 -11
  283. package/es-custom/components/ui-shell/header-nav-item.d.ts +29 -11
  284. package/es-custom/components/ui-shell/header-panel.d.ts +2 -0
  285. package/es-custom/components/ui-shell/header.scss.js +1 -1
  286. package/es-custom/components/ui-shell/side-nav-link.d.ts +29 -11
  287. package/es-custom/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  288. package/es-custom/components/ui-shell/side-nav-menu.d.ts +29 -11
  289. package/es-custom/components/ui-shell/side-nav.d.ts +27 -11
  290. package/es-custom/components/ui-shell/switcher-item.d.ts +29 -11
  291. package/es-custom/components/ui-shell/switcher.d.ts +2 -0
  292. package/es-custom/feature-flags/es/index.js +30 -2
  293. package/es-custom/feature-flags/es/index.js.map +1 -1
  294. package/es-custom/globals/mixins/focus.d.ts +27 -11
  295. package/es-custom/globals/mixins/form.d.ts +27 -11
  296. package/es-custom/globals/mixins/host-listener.d.ts +27 -11
  297. package/es-custom/globals/mixins/validity.d.ts +27 -11
  298. package/lib/components/accordion/accordion-item.d.ts +27 -11
  299. package/lib/components/button/button.d.ts +56 -22
  300. package/lib/components/checkbox/checkbox-group.d.ts +2 -0
  301. package/lib/components/checkbox/checkbox.d.ts +56 -22
  302. package/lib/components/code-snippet/code-snippet.d.ts +29 -11
  303. package/lib/components/combo-button/combo-button.d.ts +27 -11
  304. package/lib/components/content-switcher/content-switcher-item.d.ts +29 -11
  305. package/lib/components/copy-button/copy-button.d.ts +27 -11
  306. package/lib/components/data-table/table-expanded-row.d.ts +27 -11
  307. package/lib/components/data-table/table-header-cell.d.ts +29 -11
  308. package/lib/components/data-table/table-row.d.ts +54 -22
  309. package/lib/components/data-table/table-toolbar-search.d.ts +29 -11
  310. package/lib/components/data-table/table.d.ts +27 -11
  311. package/lib/components/date-picker/date-picker-input.d.ts +29 -11
  312. package/lib/components/date-picker/date-picker.d.ts +54 -22
  313. package/lib/components/dropdown/dropdown.d.ts +110 -44
  314. package/lib/components/file-uploader/file-uploader-button.d.ts +27 -11
  315. package/lib/components/file-uploader/file-uploader-drop-container.d.ts +27 -11
  316. package/lib/components/floating-menu/floating-menu.d.ts +56 -22
  317. package/lib/components/link/link.d.ts +29 -11
  318. package/lib/components/menu/menu-item-selectable.d.ts +2 -0
  319. package/lib/components/menu/menu-item.d.ts +54 -22
  320. package/lib/components/menu/menu.d.ts +27 -11
  321. package/lib/components/menu-button/menu-button.d.ts +27 -11
  322. package/lib/components/modal/modal-close-button.d.ts +29 -11
  323. package/lib/components/modal/modal.d.ts +27 -11
  324. package/lib/components/notification/actionable-notification.d.ts +27 -11
  325. package/lib/components/notification/inline-notification.d.ts +27 -11
  326. package/lib/components/notification/toast-notification.d.ts +1 -1
  327. package/lib/components/number-input/number-input.d.ts +2 -0
  328. package/lib/components/overflow-menu/overflow-menu-item.d.ts +29 -11
  329. package/lib/components/overflow-menu/overflow-menu.d.ts +54 -22
  330. package/lib/components/pagination/pagination.d.ts +56 -22
  331. package/lib/components/password-input/password-input.d.ts +2 -0
  332. package/lib/components/popover/defs.d.ts +13 -0
  333. package/lib/components/popover/defs.js +14 -0
  334. package/lib/components/popover/defs.js.map +1 -1
  335. package/lib/components/popover/popover-content.d.ts +13 -0
  336. package/lib/components/popover/popover.d.ts +37 -12
  337. package/lib/components/progress-indicator/progress-step.d.ts +29 -11
  338. package/lib/components/radio-button/radio-button-group.d.ts +54 -22
  339. package/lib/components/radio-button/radio-button.d.ts +56 -22
  340. package/lib/components/search/search.d.ts +83 -33
  341. package/lib/components/select/select.d.ts +29 -11
  342. package/lib/components/side-panel/side-panel.d.ts +27 -11
  343. package/lib/components/skip-to-content/skip-to-content.d.ts +29 -11
  344. package/lib/components/slider/slider-input.d.ts +29 -11
  345. package/lib/components/slider/slider.d.ts +83 -33
  346. package/lib/components/structured-list/structured-list-row.d.ts +27 -11
  347. package/lib/components/structured-list/structured-list.d.ts +29 -11
  348. package/lib/components/tabs/tabs.d.ts +27 -11
  349. package/lib/components/tag/dismissible-tag.d.ts +54 -22
  350. package/lib/components/tag/operational-tag.d.ts +54 -22
  351. package/lib/components/tag/selectable-tag.d.ts +54 -22
  352. package/lib/components/tag/tag.d.ts +54 -22
  353. package/lib/components/tearsheet/tearsheet.d.ts +27 -11
  354. package/lib/components/text-input/text-input.d.ts +56 -22
  355. package/lib/components/textarea/textarea.d.ts +2 -0
  356. package/lib/components/tile/expandable-tile.d.ts +54 -22
  357. package/lib/components/tile/selectable-tile.d.ts +56 -22
  358. package/lib/components/tile/tile-group.d.ts +27 -11
  359. package/lib/components/time-picker/time-picker-select.d.ts +29 -11
  360. package/lib/components/time-picker/time-picker.d.ts +56 -22
  361. package/lib/components/toggle/toggle.d.ts +27 -11
  362. package/lib/components/toggle-tip/toggletip.d.ts +56 -22
  363. package/lib/components/tooltip/tooltip.d.ts +27 -11
  364. package/lib/components/tree-view/tree-view.d.ts +27 -11
  365. package/lib/components/ui-shell/header-global-action.d.ts +2 -0
  366. package/lib/components/ui-shell/header-menu-button.d.ts +29 -11
  367. package/lib/components/ui-shell/header-menu.d.ts +56 -22
  368. package/lib/components/ui-shell/header-name.d.ts +29 -11
  369. package/lib/components/ui-shell/header-nav-item.d.ts +29 -11
  370. package/lib/components/ui-shell/header-panel.d.ts +2 -0
  371. package/lib/components/ui-shell/side-nav-link.d.ts +29 -11
  372. package/lib/components/ui-shell/side-nav-menu-item.d.ts +29 -11
  373. package/lib/components/ui-shell/side-nav-menu.d.ts +29 -11
  374. package/lib/components/ui-shell/side-nav.d.ts +27 -11
  375. package/lib/components/ui-shell/switcher-item.d.ts +29 -11
  376. package/lib/components/ui-shell/switcher.d.ts +2 -0
  377. package/lib/globals/mixins/focus.d.ts +27 -11
  378. package/lib/globals/mixins/form.d.ts +27 -11
  379. package/lib/globals/mixins/host-listener.d.ts +27 -11
  380. package/lib/globals/mixins/validity.d.ts +27 -11
  381. package/package.json +5 -5
  382. package/scss/components/modal/modal.scss +6 -0
  383. package/scss/components/popover/popover.scss +210 -9
  384. package/scss/components/tile/tile.scss +7 -7
  385. package/telemetry.yml +5 -1
  386. package/dist/button-Co3aPX0Y.js +0 -93
  387. package/dist/content-switcher-item-BDJMJLCb.js +0 -54
  388. package/dist/defs-CBJRLDfw.js +0 -28
  389. package/dist/floating-controller-CnuSelc_.js +0 -28
  390. package/dist/tooltip-content-BZBP-szv.js +0 -30
@@ -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--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-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;background-color:var(--cds-popover-background-color,var(--cds-layer));border:0;border-radius:var(--cds-popover-border-radius,2px);box-sizing:border-box;color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));display:none;font-family:inherit;font-size:100%;inline-size:-moz-max-content;inline-size:max-content;margin:0;max-inline-size:23rem;padding:0;pointer-events:auto;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--layout--size-sm :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--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--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 *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{background-color:var(--cds-popover-background-color,var(--cds-layer));display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-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)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:0}.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto}.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:0}[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);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-popover-offset,0))}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-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);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-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);clip-path:polygon(0 0,50% 100%,100% 0);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))}[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);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-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);clip-path:polygon(0 50%,100% 0,100% 100%);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%)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-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);clip-path:polygon(0 0,100% 50%,0 100%);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%)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--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{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2rem;justify-content:center;margin:0;padding:0;position:relative;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-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;border-block-end:1px dotted var(--cds-border-strong);border-radius:0;box-sizing:border-box;color:var(--cds-text-primary,#161616);cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-border-interactive,#0f62fe);outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-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;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:100%;font-size:var(--cds-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:0;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:baseline;vertical-align:top}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-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,:host(cds-custom-button) .cds-custom--btn ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--primary ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--primary ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--primary ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--primary ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--secondary ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--secondary ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--secondary ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--secondary ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--tertiary ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--tertiary ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--tertiary ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--tertiary ::slotted([slot=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);padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.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]),:host(cds-custom-button) .cds-custom--btn--ghost ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--ghost ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost .cds-custom--btn__icon,:host(cds-custom-button) .cds-custom--btn--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn--icon-only ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--icon-only ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn--icon-only.cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--icon-only.cds-custom--btn--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--icon-only.cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--icon-only.cds-custom--btn--ghost ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn--md:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--sm:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--xs:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--md:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--sm:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--xs:not(.cds-custom--btn--icon-only) ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]){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]),:host(cds-custom-button) .cds-custom--btn--danger ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--danger ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--danger--tertiary ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--danger--tertiary ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--tertiary ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--tertiary ::slotted([slot=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);padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.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]),:host(cds-custom-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,:host(cds-custom-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--ghost ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn.cds-custom--btn--expressive ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn.cds-custom--btn--expressive ::slotted([slot=icon]){block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive,:host(cds-custom-button-set) .cds-custom--btn.cds-custom--btn--expressive,:host(cds-custom-side-panel-button-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;inline-size:9.375rem;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-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-set,:host(cds-custom-button-set),:host(cds-custom-side-panel-button-set){display:flex}.cds-custom--btn-set--stacked,:host(cds-custom-button-set[stacked]){flex-direction:column}.cds-custom--btn-set .cds-custom--btn,:host(cds-custom-button-set) .cds-custom--btn,:host(cds-custom-side-panel-button-set) .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus),:host(cds-custom-button-set) .cds-custom--btn:not(:focus),:host(cds-custom-side-panel-button-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),:host(cds-custom-button-set) .cds-custom--btn:first-of-type:not(:focus),:host(cds-custom-side-panel-button-set) .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn,:host(cds-custom-button-set) .cds-custom--btn:focus+.cds-custom--btn,:host(cds-custom-side-panel-button-set) .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus),:host(cds-custom-button-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),:host(cds-custom-button-set[stacked]) .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled,:host(cds-custom-button-set) .cds-custom--btn.cds-custom--btn--disabled,:host(cds-custom-side-panel-button-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,:host(cds-custom-button-set) .cds-custom--btn.cds-custom--btn--disabled:first-of-type,:host(cds-custom-side-panel-button-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,:host(cds-custom-button-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,:host(cds-custom-button-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,:host(cds-custom-button-set) .cds-custom--btn.cds-custom--btn--loading,:host(cds-custom-side-panel-button-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),[dir=rtl] :host(cds-custom-button-set) .cds-custom--btn:not(:focus),[dir=rtl] :host(cds-custom-side-panel-button-set) .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--copy-btn{position:relative}.cds-custom--copy-btn:hover{background-color:var(--cds-layer-hover)}.cds-custom--copy-btn:active{background-color:var(--cds-layer-active)}.cds-custom--copy-btn:before{block-size:0;border-style:solid;content:\"\";display:none;inline-size:0;position:absolute;z-index:6000}.cds-custom--copy-btn .cds-custom--copy-btn__feedback{background-color:var(--cds-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));box-sizing:content-box;color:var(--cds-text-inverse,#fff);display:none;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin:auto;max-inline-size:13rem;min-inline-size:1.5rem;overflow:visible;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000;clip:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--copy-btn .cds-custom--copy-btn__feedback{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--copy-btn .cds-custom--copy-btn__feedback{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--copy-btn .cds-custom--copy-btn__feedback{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--copy-btn .cds-custom--copy-btn__feedback{border:1px solid transparent}}.cds-custom--copy-btn.cds-custom--copy-btn--animating .cds-custom--copy-btn__feedback,.cds-custom--copy-btn.cds-custom--copy-btn--animating:before{display:block}.cds-custom--copy-btn.cds-custom--copy-btn--animating:before{border:none}.cds-custom--copy-btn.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-out .cds-custom--copy-btn__feedback,.cds-custom--copy-btn.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-out:before{animation:cds-custom--hide-feedback .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--copy-btn.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-in .cds-custom--copy-btn__feedback,.cds-custom--copy-btn.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-in:before{animation:cds-custom--show-feedback .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--copy-btn svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--copy{font-size:0}.cds-custom--chat-btn{border-radius:1.5rem}.cds-custom--chat-btn:not(.cds-custom--chat-btn--with-icon){padding-inline-end:.9375rem}.cds-custom--chat-btn.cds-custom--btn--md{border-radius:1.25rem}.cds-custom--chat-btn.cds-custom--btn--sm{border-radius:1rem}.cds-custom--chat-btn--quick-action{align-items:center;background:transparent;border:1px solid var(--cds-chat-button,#0f62fe);color:var(--cds-chat-button,#0f62fe)}.cds-custom--chat-btn--quick-action:hover:not(:active):not([disabled]){background:var(--cds-chat-button-hover,hsla(0,0%,55%,.12));border-color:transparent;color:var(--cds-chat-button-text-hover,#0043ce)}.cds-custom--chat-btn--quick-action:active{background:var(--cds-chat-button-active,hsla(0,0%,55%,.5));border-color:transparent;color:var(--cds-chat-button-text-hover,#0043ce)}.cds-custom--chat-btn--quick-action.cds-custom--btn--ghost:focus{border-color:var(--cds-focus,#0f62fe);box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe)}.cds-custom--chat-btn--quick-action.cds-custom--btn--ghost:hover:focus{border-color:var(--cds-focus,#0f62fe);box-shadow:inset 0 0 0 1px var(--cds-focus-inset,#fff)}.cds-custom--chat-btn--quick-action[disabled],.cds-custom--chat-btn--quick-action[disabled]:hover{border-color:var(--cds-button-disabled,#c6c6c6);color:var(--cds-button-disabled,#c6c6c6)}.cds-custom--chat-btn--quick-action--selected,.cds-custom--chat-btn--quick-action--selected[disabled],.cds-custom--chat-btn--quick-action--selected[disabled]:hover{background:var(--cds-chat-button-selected,hsla(0,0%,55%,.2));border-color:transparent;color:var(--cds-chat-button-text-selected,#525252)}.cds-custom--chat-btn--quick-action.cds-custom--chat-btn--quick-action--selected:not([disabled]):active,.cds-custom--chat-btn--quick-action.cds-custom--chat-btn--quick-action--selected:not([disabled]):hover{color:var(--cds-chat-button-text-selected,#525252)}.cds-custom--chat-btn.cds-custom--skeleton{overflow:hidden}.cds-custom--snippet html{font-size:100%}.cds-custom--snippet 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--snippet code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--snippet strong{font-weight:600}.cds-custom--snippet--disabled,.cds-custom--snippet--disabled .cds-custom--btn.cds-custom--snippet-btn--expand{background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--snippet--disabled .cds-custom--copy-btn,.cds-custom--snippet--disabled .cds-custom--copy-btn:hover,.cds-custom--snippet--disabled .cds-custom--snippet-btn--expand:hover{background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--snippet--disabled .cds-custom--snippet-btn--expand .cds-custom--icon-chevron--down,.cds-custom--snippet--disabled .cds-custom--snippet__icon{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--snippet code{font-family:var(--cds-code-01-font-family,\"IBM Plex Mono\",system-ui,-apple-system,BlinkMacSystemFont,\".SFNSText-Regular\",monospace);font-size:var(--cds-code-01-font-size,.75rem);font-weight:var(--cds-code-01-font-weight,400);letter-spacing:var(--cds-code-01-letter-spacing,.32px);line-height:var(--cds-code-01-line-height,1.33333)}.cds-custom--snippet--inline{background-color:var(--cds-layer);border:1px solid transparent;border-radius:4px;color:var(--cds-text-primary,#161616);cursor:pointer;display:inline;padding:0;position:relative}.cds-custom--snippet--inline html{font-size:100%}.cds-custom--snippet--inline 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--snippet--inline code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--snippet--inline strong{font-weight:600}.cds-custom--snippet--inline:hover{background-color:var(--cds-layer-hover)}.cds-custom--snippet--inline:active{background-color:var(--cds-layer-active)}.cds-custom--snippet--inline:focus{border:1px solid var(--cds-focus,#0f62fe);outline:none}.cds-custom--snippet--inline:before{block-size:0;border:none;content:\"\";display:none;inline-size:0;position:absolute;z-index:6000}.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{background-color:var(--cds-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));box-sizing:content-box;color:var(--cds-text-inverse,#fff);display:none;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin:auto;max-inline-size:13rem;min-inline-size:1.5rem;overflow:visible;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000;clip:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{border:1px solid transparent}}.cds-custom--snippet--inline.cds-custom--copy-btn--animating .cds-custom--copy-btn__feedback,.cds-custom--snippet--inline.cds-custom--copy-btn--animating:before{display:block}.cds-custom--snippet--inline.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-out .cds-custom--copy-btn__feedback,.cds-custom--snippet--inline.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-out:before{animation:cds-custom--hide-feedback .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet--inline.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-in .cds-custom--copy-btn__feedback,.cds-custom--snippet--inline.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-in:before{animation:cds-custom--show-feedback .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet--inline code{padding:0 .5rem}.cds-custom--snippet--inline.cds-custom--snippet--no-copy{display:inline-block}.cds-custom--snippet--inline.cds-custom--snippet--no-copy:hover{background-color:var(--cds-layer);cursor:auto}.cds-custom--snippet--light.cds-custom--snippet--inline.cds-custom--snippet--no-copy:hover{background-color:var(--cds-layer-hover);cursor:auto}.cds-custom--snippet--single{align-items:center;background-color:var(--cds-layer);block-size:2.5rem;display:flex;font-family:var(--cds-code-01-font-family,\"IBM Plex Mono\",system-ui,-apple-system,BlinkMacSystemFont,\".SFNSText-Regular\",monospace);font-size:var(--cds-code-01-font-size,.75rem);font-weight:var(--cds-code-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-code-01-letter-spacing,.32px);line-height:var(--cds-code-01-line-height,1.33333);max-inline-size:48rem;padding-inline-end:2.5rem;position:relative}.cds-custom--snippet--single.cds-custom--snippet--no-copy{padding:0}.cds-custom--snippet--single.cds-custom--snippet--no-copy:after{inset-inline-end:1rem}.cds-custom--snippet--single .cds-custom--snippet-container{align-items:center;block-size:100%;display:flex;overflow-x:auto;padding-inline-start:1rem;position:relative}.cds-custom--snippet--single .cds-custom--snippet-container:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--snippet--single .cds-custom--snippet-container:focus{outline-style:dotted}}.cds-custom--snippet--single pre{font-family:var(--cds-code-01-font-family,\"IBM Plex Mono\",system-ui,-apple-system,BlinkMacSystemFont,\".SFNSText-Regular\",monospace);font-size:var(--cds-code-01-font-size,.75rem);font-weight:var(--cds-code-01-font-weight,400);letter-spacing:var(--cds-code-01-letter-spacing,.32px);line-height:var(--cds-code-01-line-height,1.33333);padding-inline-end:2rem}.cds-custom--snippet--inline code,.cds-custom--snippet--single pre{white-space:pre}.cds-custom--snippet--multi{background-color:var(--cds-layer);display:flex;font-family:var(--cds-code-01-font-family,\"IBM Plex Mono\",system-ui,-apple-system,BlinkMacSystemFont,\".SFNSText-Regular\",monospace);font-size:var(--cds-code-01-font-size,.75rem);font-weight:var(--cds-code-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-code-01-letter-spacing,.32px);line-height:var(--cds-code-01-line-height,1.33333);max-inline-size:48rem;padding:1rem}.cds-custom--snippet--multi .cds-custom--snippet-container{max-block-size:100%;min-block-size:100%;order:1;overflow-y:auto;position:relative;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet--multi .cds-custom--snippet-container:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px;outline-offset:0}@media screen and (prefers-contrast){.cds-custom--snippet--multi .cds-custom--snippet-container:focus{outline-style:dotted}}.cds-custom--snippet--multi.cds-custom--snippet--expand .cds-custom--snippet-container{padding-block-end:1rem;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet--multi.cds-custom--snippet--wraptext pre{white-space:pre-wrap;word-wrap:break-word}.cds-custom--snippet--multi .cds-custom--snippet-container pre{overflow:auto;padding-block-end:1.5rem;padding-inline-end:1.5rem}.cds-custom--snippet--multi.cds-custom--snippet--no-copy .cds-custom--snippet-container pre{padding-inline-end:0}[dir=rtl] .cds-custom--snippet--multi.cds-custom--snippet--has-right-overflow:after{background-image:linear-gradient(to left,transparent,var(--cds-layer))}.cds-custom--snippet--multi .cds-custom--snippet-container pre code{overflow:hidden}.cds-custom--snippet__icon{block-size:1rem;fill:var(--cds-icon-primary,#161616);inline-size:1rem;transition:all 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--btn>.cds-custom--snippet__icon{margin-block-start:0}.cds-custom--copy-btn{align-items:center;background-color:var(--cds-layer);border:none;cursor:pointer;display:flex;justify-content:center;outline:none;overflow:visible;padding:0}.cds-custom--copy-btn html{font-size:100%}.cds-custom--copy-btn 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--copy-btn code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--copy-btn strong{font-weight:600}.cds-custom--copy-btn:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-color:var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--copy-btn:focus{outline-style:dotted}}.cds-custom--snippet .cds-custom--popover-container{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;inset-block-start:0;inset-inline-end:0;position:absolute}.cds-custom--snippet--inline.cds-custom--btn{block-size:1.25rem;inline-size:auto;max-inline-size:unset;min-block-size:1.25rem;padding-inline:0}.cds-custom--snippet--inline.cds-custom--btn.cds-custom--btn--primary:hover{color:var(--cds-text-primary,#161616)}.cds-custom--snippet.cds-custom--snippet--multi .cds-custom--popover-container{inset-block-start:.5rem;inset-inline-end:.5rem}.cds-custom--snippet--multi .cds-custom--copy-btn{z-index:10}.cds-custom--snippet-btn--expand{align-items:center;background-color:var(--cds-layer);block-size:2rem;border:0;color:var(--cds-text-primary,#161616);display:inline-flex;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inset-block-end:0;inset-inline-end:0;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);padding:.5rem 1rem;position:absolute;z-index:10}.cds-custom--snippet-btn--expand .cds-custom--snippet-btn--text{inset-block-start:-.0625rem;position:relative}.cds-custom--snippet-btn--expand--hide.cds-custom--snippet-btn--expand{display:none}.cds-custom--snippet-btn--expand .cds-custom--icon-chevron--down{fill:var(--cds-icon-primary,#161616);margin-inline-start:.5rem;transform:rotate(0deg);transition:.15s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet-btn--expand:hover{background:var(--cds-layer-hover);color:var(--cds-text-primary,#161616)}.cds-custom--snippet-btn--expand:active{background-color:var(--cds-layer-active)}.cds-custom--snippet-btn--expand:focus{border-color:transparent;outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--snippet-btn--expand:focus{outline-style:dotted}}.cds-custom--snippet--expand .cds-custom--snippet-btn--expand .cds-custom--icon-chevron--down{transform:rotate(180deg);transition:transform .3s}.cds-custom--snippet--light,.cds-custom--snippet--light .cds-custom--btn.cds-custom--snippet-btn--expand,.cds-custom--snippet--light .cds-custom--copy-btn,.cds-custom--snippet--light .cds-custom--snippet-button{background-color:var(--cds-layer)}.cds-custom--snippet--light .cds-custom--btn.cds-custom--snippet-btn--expand:hover,.cds-custom--snippet--light .cds-custom--copy-btn:hover,.cds-custom--snippet--light .cds-custom--snippet-button:hover,.cds-custom--snippet--light.cds-custom--snippet--inline:hover{background-color:var(--cds-layer-hover)}.cds-custom--snippet--light .cds-custom--btn.cds-custom--snippet-btn--expand:active,.cds-custom--snippet--light .cds-custom--copy-btn:active,.cds-custom--snippet--light .cds-custom--snippet-button:active,.cds-custom--snippet--light.cds-custom--snippet--inline:active{background-color:var(--cds-layer-active)}.cds-custom--snippet.cds-custom--skeleton .cds-custom--snippet-container{block-size:100%;inline-size:100%}.cds-custom--snippet-button .cds-custom--btn--copy__feedback{inset-block-start:3.175rem;inset-inline:50% auto}.cds-custom--snippet-button .cds-custom--btn--copy__feedback:before{inset-block-start:0}.cds-custom--snippet-button .cds-custom--btn--copy__feedback:after{inset-block-start:-.25rem}.cds-custom--snippet--multi .cds-custom--snippet-button .cds-custom--btn--copy__feedback{inset-block-start:2.675rem}.cds-custom--snippet--inline .cds-custom--btn--copy__feedback{inset-block-start:calc(100% - .25rem);inset-inline:50% auto}.cds-custom--snippet--single .cds-custom--snippet-container{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 2rem),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 2rem),transparent);pointer-events:auto}.cds-custom--snippet--multi{position:relative}.cds-custom--snippet--multi .cds-custom--snippet-container{inline-size:100%;-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 2rem),transparent),linear-gradient(180deg,#000 calc(100% - 1rem),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 2rem),transparent),linear-gradient(180deg,#000 calc(100% - 1rem),transparent);pointer-events:auto}[dir=rtl] .cds-custom--snippet--single .cds-custom--snippet-container{-webkit-mask-image:linear-gradient(270deg,#000 calc(100% - 2rem),transparent);mask-image:linear-gradient(270deg,#000 calc(100% - 2rem),transparent)}[dir=rtl] .cds-custom--snippet--multi .cds-custom--snippet-container{-webkit-mask-image:linear-gradient(270deg,#000 calc(100% - 2rem),transparent),linear-gradient(180deg,#000 calc(100% - 1rem),transparent);mask-image:linear-gradient(270deg,#000 calc(100% - 2rem),transparent),linear-gradient(180deg,#000 calc(100% - 1rem),transparent)}.cds-custom--snippet--multi:focus-within .cds-custom--snippet-container,.cds-custom--snippet--single:focus-within .cds-custom--snippet-container{-webkit-mask-image:none;mask-image:none}.cds-custom--snippet--multi.cds-custom--skeleton{block-size:6.125rem}.cds-custom--snippet--single.cds-custom--skeleton{block-size:3.5rem}.cds-custom--snippet.cds-custom--skeleton span{background:var(--cds-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;display:block;inline-size:100%;margin-block-start:.5rem;padding:0;pointer-events:none;position:relative}.cds-custom--snippet.cds-custom--skeleton span:active,.cds-custom--snippet.cds-custom--skeleton span:focus,.cds-custom--snippet.cds-custom--skeleton span:hover{border:none;cursor:default;outline:none}.cds-custom--snippet.cds-custom--skeleton span: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--snippet.cds-custom--skeleton span:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--snippet.cds-custom--skeleton span{background:CanvasText}.cds-custom--snippet.cds-custom--skeleton span:before{background:Canvas;forced-color-adjust:none}}.cds-custom--snippet.cds-custom--skeleton span:first-child{margin:0}.cds-custom--snippet.cds-custom--skeleton span:nth-child(2){inline-size:85%}.cds-custom--snippet.cds-custom--skeleton span:nth-child(3){inline-size:95%}.cds-custom--snippet--single.cds-custom--skeleton .cds-custom--snippet-container{padding-block-end:0}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--snippet--inline:focus{color:Highlight;outline:1px solid Highlight}.cds-custom--snippet--multi,.cds-custom--snippet--single{outline:1px solid transparent}}:host(cds-custom-button),:host(cds-custom-modal-footer-button){--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:inline-flex}:host(cds-custom-button) .cds-custom--btn,:host(cds-custom-modal-footer-button) .cds-custom--btn{flex-grow:1;max-inline-size:100%}:host(cds-custom-button-skeleton){--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}:host(cds-custom-button[isExpressive]) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button[isExpressive]) ::slotted([slot=icon]){block-size:1.25rem;inline-size:1.25rem}:host(cds-custom-button[pagination]) .cds-custom--btn,:host(cds-custom-modal-footer-button[pagination]) .cds-custom--btn{border:none;border-inline-start:1px solid var(--cds-border-subtle);padding:0;transition:none}:host(cds-custom-button[pagination]) .cds-custom--btn:focus,:host(cds-custom-modal-footer-button[pagination]) .cds-custom--btn:focus{border-inline-start:0;box-shadow:none;outline:.125rem solid var(--cds-focus,#0f62fe);outline-offset:-.125rem}:host(cds-custom-button[pagination]:not([disabled])) .cds-custom--btn,:host(cds-custom-modal-footer-button[pagination]:not([disabled])) .cds-custom--btn{color:var(--cds-icon-primary,#161616)}:host(cds-custom-button[pagination]:not([disabled])) .cds-custom--btn:active,:host(cds-custom-modal-footer-button[pagination]:not([disabled])) .cds-custom--btn:active{background-color:var(--cds-layer-hover)}:host(cds-custom-button[pagination][batch-action]:not([disabled])) .cds-custom--btn,:host(cds-custom-modal-footer-button[pagination][batch-action]:not([disabled])) .cds-custom--btn{padding:calc(.875rem - 3px) 1rem}:host(cds-custom-button[pagination][batch-action]:not([disabled])) .cds-custom--btn:focus,:host(cds-custom-modal-footer-button[pagination][batch-action]:not([disabled])) .cds-custom--btn:focus{outline:.125rem solid var(--cds-layer);outline-offset:-.125rem}:host(cds-custom-button[pagination][batch-action]:not([disabled])) :host(cds-custom-button[pagination][has-main-content]:not([disabled])) ::slotted([slot=icon]),:host(cds-custom-button[pagination][batch-action]:not([disabled])) :host(cds-custom-modal-footer-button[pagination][has-main-content]:not([disabled])) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button[pagination][batch-action]:not([disabled])) :host(cds-custom-button[pagination][has-main-content]:not([disabled])) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button[pagination][batch-action]:not([disabled])) :host(cds-custom-modal-footer-button[pagination][has-main-content]:not([disabled])) ::slotted([slot=icon]){margin-inline-start:.25rem;position:static}:host(cds-custom-button) .cds-custom--btn--icon-only{align-items:center;padding-block-start:0}:host(cds-custom-button) .cds-custom--btn--icon-only.cds-custom--btn--expressive,:host(cds-custom-button) .cds-custom--btn--icon-only.cds-custom--btn--selected{padding:.5rem}:host(cds-custom-button) .cds-custom--btn--ghost:not([disabled]) ::slotted([slot=icon]){fill:var(--cds-icon-primary,#161616)}:host(cds-custom-button[kind=ghost]) .cds-custom--btn--ghost:active,:host(cds-custom-button[kind=ghost]) .cds-custom--btn--ghost:hover{outline:none}:host(cds-custom-button[kind=ghost]) .cds-custom--btn--ghost:not(:focus){box-shadow:none}:host(cds-custom-button[kind=danger-ghost]) .cds-custom--btn--danger-ghost:not(:focus){box-shadow:none}:host(cds-custom-button-set) ::slotted(cds-custom-button),:host(cds-custom-side-panel-button-set) ::slotted(cds-custom-button){inline-size:100%;max-inline-size:12.25rem}:host(cds-custom-button-set) ::slotted(cds-custom-button:not(:first-of-type)),:host(cds-custom-side-panel-button-set) ::slotted(cds-custom-button:not(:first-of-type)){box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0);z-index:1}:host(cds-custom-button-set) ::slotted(cds-custom-button:focus-within),:host(cds-custom-side-panel-button-set) ::slotted(cds-custom-button:focus-within){box-shadow:inherit}:host(cds-custom-button-set) ::slotted(cds-custom-button:not(:first-of-type)[hide-margin]),:host(cds-custom-side-panel-button-set) ::slotted(cds-custom-button:not(:first-of-type)[hide-margin]){box-shadow:inherit}:host(cds-custom-button-set[stacked]) ::slotted(cds-custom-button:not(:first-of-type)){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0);z-index:1}:host(cds-custom-button-set[stacked]) ::slotted(cds-custom-button:focus-within){box-shadow:inherit}:host(cds-custom-button-set[stacked]) ::slotted(cds-custom-button:not(:first-of-type)[hide-margin]){box-shadow:inherit}:host(cds-custom-button[data-context=data-table]) .cds-custom--btn{padding-inline:1rem}:host(cds-custom-button):host(cds-custom-button[data-context=data-table]) ::slotted([slot=icon]),:host(cds-custom-button[data-context=data-table]) .cds-custom--btn__icon{position:static;fill:var(--cds-icon-on-color,#fff);margin-inline-start:.5rem}:host(cds-custom-button):host(cds-custom-button[data-context=data-table]) ::slotted([slot=icon]) .st0,:host(cds-custom-button[data-context=data-table]) .cds-custom--btn__icon .st0{fill:none}:host(cds-custom-button.cds-custom--batch-summary__cancel){--divider-opacity:1}:host(cds-custom-button.cds-custom--batch-summary__cancel) button.cds-custom--btn{align-items:center;block-size:100%;display:inline-flex;justify-content:center;margin:0;min-block-size:100%;padding-inline-end:1rem;padding-inline-start:1rem;position:relative}:host(cds-custom-button.cds-custom--batch-summary__cancel) button.cds-custom--btn:before{background-color:var(--cds-text-on-color,#fff);block-size:1rem;border:none;content:\"\";display:block;inline-size:.0625rem;inset-block-start:.9375rem;inset-inline-start:0;opacity:var(--divider-opacity);position:absolute;transition:opacity .11s cubic-bezier(.2,0,.38,.9)}@media (prefers-reduced-motion:reduce){:host(cds-custom-button.cds-custom--batch-summary__cancel) button.cds-custom--btn:before{transition:none}}:host(cds-custom-button.cds-custom--batch-summary__cancel) button.cds-custom--btn:hover:before{opacity:0}:host(cds-custom-button.cds-custom--batch-summary__cancel[size=sm]) button.cds-custom--btn{block-size:2rem;min-block-size:auto;padding-block:.375rem}:host(cds-custom-button.cds-custom--batch-summary__cancel[size=sm]) button.cds-custom--btn:before{inset-block-start:.5rem}:host(cds-custom-button.cds-custom--batch-summary__cancel[size=lg]) button.cds-custom--btn{block-size:3rem;min-block-size:auto}:host(cds-custom-button.cds-custom--batch-summary__cancel[size=lg]) button.cds-custom--btn:before{inset-block-start:.9375rem}:host(cds-custom-chat-button-skeleton){--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}"]);
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-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;background-color:var(--cds-popover-background-color,var(--cds-layer));border:0;border-radius:var(--cds-popover-border-radius,2px);box-sizing:border-box;color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));display:none;font-family:inherit;font-size:100%;inline-size:-moz-max-content;inline-size:max-content;margin:0;max-inline-size:23rem;padding:0;pointer-events:auto;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--layout--size-sm :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--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--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 *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background .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-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{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2rem;justify-content:center;margin:0;padding:0;position:relative;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-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;border-block-end:1px dotted var(--cds-border-strong);border-radius:0;box-sizing:border-box;color:var(--cds-text-primary,#161616);cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-border-interactive,#0f62fe);outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-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;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:100%;font-size:var(--cds-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:0;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:baseline;vertical-align:top}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-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,:host(cds-custom-button) .cds-custom--btn ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--primary ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--primary ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--primary ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--primary ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--secondary ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--secondary ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--secondary ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--secondary ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--tertiary ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--tertiary ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--tertiary ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--tertiary ::slotted([slot=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);padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.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]),:host(cds-custom-button) .cds-custom--btn--ghost ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--ghost ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost .cds-custom--btn__icon,:host(cds-custom-button) .cds-custom--btn--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn--icon-only ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--icon-only ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn--icon-only.cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--icon-only.cds-custom--btn--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--icon-only.cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--icon-only.cds-custom--btn--ghost ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn--md:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--sm:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--xs:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--md:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--sm:not(.cds-custom--btn--icon-only) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--xs:not(.cds-custom--btn--icon-only) ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]){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]),:host(cds-custom-button) .cds-custom--btn--danger ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--danger ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger ::slotted([slot=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]),:host(cds-custom-button) .cds-custom--btn--danger--tertiary ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--danger--tertiary ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--tertiary ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--tertiary ::slotted([slot=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);padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.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]),:host(cds-custom-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]) path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,:host(cds-custom-button) .cds-custom--btn--danger--ghost ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn--danger--ghost ::slotted([slot=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,:host(cds-custom-button) .cds-custom--btn.cds-custom--btn--expressive ::slotted([slot=icon]),:host(cds-custom-modal-footer-button) .cds-custom--btn.cds-custom--btn--expressive ::slotted([slot=icon]){block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive,:host(cds-custom-button-set) .cds-custom--btn.cds-custom--btn--expressive,:host(cds-custom-side-panel-button-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;inline-size:9.375rem;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-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-set,:host(cds-custom-button-set),:host(cds-custom-side-panel-button-set){display:flex}.cds-custom--btn-set--stacked,:host(cds-custom-button-set[stacked]){flex-direction:column}.cds-custom--btn-set .cds-custom--btn,:host(cds-custom-button-set) .cds-custom--btn,:host(cds-custom-side-panel-button-set) .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus),:host(cds-custom-button-set) .cds-custom--btn:not(:focus),:host(cds-custom-side-panel-button-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),:host(cds-custom-button-set) .cds-custom--btn:first-of-type:not(:focus),:host(cds-custom-side-panel-button-set) .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn,:host(cds-custom-button-set) .cds-custom--btn:focus+.cds-custom--btn,:host(cds-custom-side-panel-button-set) .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus),:host(cds-custom-button-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),:host(cds-custom-button-set[stacked]) .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled,:host(cds-custom-button-set) .cds-custom--btn.cds-custom--btn--disabled,:host(cds-custom-side-panel-button-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,:host(cds-custom-button-set) .cds-custom--btn.cds-custom--btn--disabled:first-of-type,:host(cds-custom-side-panel-button-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,:host(cds-custom-button-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,:host(cds-custom-button-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,:host(cds-custom-button-set) .cds-custom--btn.cds-custom--btn--loading,:host(cds-custom-side-panel-button-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),[dir=rtl] :host(cds-custom-button-set) .cds-custom--btn:not(:focus),[dir=rtl] :host(cds-custom-side-panel-button-set) .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--copy-btn{position:relative}.cds-custom--copy-btn:hover{background-color:var(--cds-layer-hover)}.cds-custom--copy-btn:active{background-color:var(--cds-layer-active)}.cds-custom--copy-btn:before{block-size:0;border-style:solid;content:\"\";display:none;inline-size:0;position:absolute;z-index:6000}.cds-custom--copy-btn .cds-custom--copy-btn__feedback{background-color:var(--cds-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));box-sizing:content-box;color:var(--cds-text-inverse,#fff);display:none;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin:auto;max-inline-size:13rem;min-inline-size:1.5rem;overflow:visible;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000;clip:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--copy-btn .cds-custom--copy-btn__feedback{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--copy-btn .cds-custom--copy-btn__feedback{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--copy-btn .cds-custom--copy-btn__feedback{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--copy-btn .cds-custom--copy-btn__feedback{border:1px solid transparent}}.cds-custom--copy-btn.cds-custom--copy-btn--animating .cds-custom--copy-btn__feedback,.cds-custom--copy-btn.cds-custom--copy-btn--animating:before{display:block}.cds-custom--copy-btn.cds-custom--copy-btn--animating:before{border:none}.cds-custom--copy-btn.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-out .cds-custom--copy-btn__feedback,.cds-custom--copy-btn.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-out:before{animation:cds-custom--hide-feedback .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--copy-btn.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-in .cds-custom--copy-btn__feedback,.cds-custom--copy-btn.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-in:before{animation:cds-custom--show-feedback .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--copy-btn svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--copy{font-size:0}.cds-custom--chat-btn{border-radius:1.5rem}.cds-custom--chat-btn:not(.cds-custom--chat-btn--with-icon){padding-inline-end:.9375rem}.cds-custom--chat-btn.cds-custom--btn--md{border-radius:1.25rem}.cds-custom--chat-btn.cds-custom--btn--sm{border-radius:1rem}.cds-custom--chat-btn--quick-action{align-items:center;background:transparent;border:1px solid var(--cds-chat-button,#0f62fe);color:var(--cds-chat-button,#0f62fe)}.cds-custom--chat-btn--quick-action:hover:not(:active):not([disabled]){background:var(--cds-chat-button-hover,hsla(0,0%,55%,.12));border-color:transparent;color:var(--cds-chat-button-text-hover,#0043ce)}.cds-custom--chat-btn--quick-action:active{background:var(--cds-chat-button-active,hsla(0,0%,55%,.5));border-color:transparent;color:var(--cds-chat-button-text-hover,#0043ce)}.cds-custom--chat-btn--quick-action.cds-custom--btn--ghost:focus{border-color:var(--cds-focus,#0f62fe);box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe)}.cds-custom--chat-btn--quick-action.cds-custom--btn--ghost:hover:focus{border-color:var(--cds-focus,#0f62fe);box-shadow:inset 0 0 0 1px var(--cds-focus-inset,#fff)}.cds-custom--chat-btn--quick-action[disabled],.cds-custom--chat-btn--quick-action[disabled]:hover{border-color:var(--cds-button-disabled,#c6c6c6);color:var(--cds-button-disabled,#c6c6c6)}.cds-custom--chat-btn--quick-action--selected,.cds-custom--chat-btn--quick-action--selected[disabled],.cds-custom--chat-btn--quick-action--selected[disabled]:hover{background:var(--cds-chat-button-selected,hsla(0,0%,55%,.2));border-color:transparent;color:var(--cds-chat-button-text-selected,#525252)}.cds-custom--chat-btn--quick-action.cds-custom--chat-btn--quick-action--selected:not([disabled]):active,.cds-custom--chat-btn--quick-action.cds-custom--chat-btn--quick-action--selected:not([disabled]):hover{color:var(--cds-chat-button-text-selected,#525252)}.cds-custom--chat-btn.cds-custom--skeleton{overflow:hidden}.cds-custom--snippet html{font-size:100%}.cds-custom--snippet 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--snippet code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--snippet strong{font-weight:600}.cds-custom--snippet--disabled,.cds-custom--snippet--disabled .cds-custom--btn.cds-custom--snippet-btn--expand{background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--snippet--disabled .cds-custom--copy-btn,.cds-custom--snippet--disabled .cds-custom--copy-btn:hover,.cds-custom--snippet--disabled .cds-custom--snippet-btn--expand:hover{background-color:var(--cds-layer);color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--snippet--disabled .cds-custom--snippet-btn--expand .cds-custom--icon-chevron--down,.cds-custom--snippet--disabled .cds-custom--snippet__icon{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--snippet code{font-family:var(--cds-code-01-font-family,\"IBM Plex Mono\",system-ui,-apple-system,BlinkMacSystemFont,\".SFNSText-Regular\",monospace);font-size:var(--cds-code-01-font-size,.75rem);font-weight:var(--cds-code-01-font-weight,400);letter-spacing:var(--cds-code-01-letter-spacing,.32px);line-height:var(--cds-code-01-line-height,1.33333)}.cds-custom--snippet--inline{background-color:var(--cds-layer);border:1px solid transparent;border-radius:4px;color:var(--cds-text-primary,#161616);cursor:pointer;display:inline;padding:0;position:relative}.cds-custom--snippet--inline html{font-size:100%}.cds-custom--snippet--inline 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--snippet--inline code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--snippet--inline strong{font-weight:600}.cds-custom--snippet--inline:hover{background-color:var(--cds-layer-hover)}.cds-custom--snippet--inline:active{background-color:var(--cds-layer-active)}.cds-custom--snippet--inline:focus{border:1px solid var(--cds-focus,#0f62fe);outline:none}.cds-custom--snippet--inline:before{block-size:0;border:none;content:\"\";display:none;inline-size:0;position:absolute;z-index:6000}.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{background-color:var(--cds-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));box-sizing:content-box;color:var(--cds-text-inverse,#fff);display:none;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin:auto;max-inline-size:13rem;min-inline-size:1.5rem;overflow:visible;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000;clip:auto}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--snippet--inline .cds-custom--copy-btn__feedback{border:1px solid transparent}}.cds-custom--snippet--inline.cds-custom--copy-btn--animating .cds-custom--copy-btn__feedback,.cds-custom--snippet--inline.cds-custom--copy-btn--animating:before{display:block}.cds-custom--snippet--inline.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-out .cds-custom--copy-btn__feedback,.cds-custom--snippet--inline.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-out:before{animation:cds-custom--hide-feedback .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet--inline.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-in .cds-custom--copy-btn__feedback,.cds-custom--snippet--inline.cds-custom--copy-btn--animating.cds-custom--copy-btn--fade-in:before{animation:cds-custom--show-feedback .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet--inline code{padding:0 .5rem}.cds-custom--snippet--inline.cds-custom--snippet--no-copy{display:inline-block}.cds-custom--snippet--inline.cds-custom--snippet--no-copy:hover{background-color:var(--cds-layer);cursor:auto}.cds-custom--snippet--light.cds-custom--snippet--inline.cds-custom--snippet--no-copy:hover{background-color:var(--cds-layer-hover);cursor:auto}.cds-custom--snippet--single{align-items:center;background-color:var(--cds-layer);block-size:2.5rem;display:flex;font-family:var(--cds-code-01-font-family,\"IBM Plex Mono\",system-ui,-apple-system,BlinkMacSystemFont,\".SFNSText-Regular\",monospace);font-size:var(--cds-code-01-font-size,.75rem);font-weight:var(--cds-code-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-code-01-letter-spacing,.32px);line-height:var(--cds-code-01-line-height,1.33333);max-inline-size:48rem;padding-inline-end:2.5rem;position:relative}.cds-custom--snippet--single.cds-custom--snippet--no-copy{padding:0}.cds-custom--snippet--single.cds-custom--snippet--no-copy:after{inset-inline-end:1rem}.cds-custom--snippet--single .cds-custom--snippet-container{align-items:center;block-size:100%;display:flex;overflow-x:auto;padding-inline-start:1rem;position:relative}.cds-custom--snippet--single .cds-custom--snippet-container:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--snippet--single .cds-custom--snippet-container:focus{outline-style:dotted}}.cds-custom--snippet--single pre{font-family:var(--cds-code-01-font-family,\"IBM Plex Mono\",system-ui,-apple-system,BlinkMacSystemFont,\".SFNSText-Regular\",monospace);font-size:var(--cds-code-01-font-size,.75rem);font-weight:var(--cds-code-01-font-weight,400);letter-spacing:var(--cds-code-01-letter-spacing,.32px);line-height:var(--cds-code-01-line-height,1.33333);padding-inline-end:2rem}.cds-custom--snippet--inline code,.cds-custom--snippet--single pre{white-space:pre}.cds-custom--snippet--multi{background-color:var(--cds-layer);display:flex;font-family:var(--cds-code-01-font-family,\"IBM Plex Mono\",system-ui,-apple-system,BlinkMacSystemFont,\".SFNSText-Regular\",monospace);font-size:var(--cds-code-01-font-size,.75rem);font-weight:var(--cds-code-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-code-01-letter-spacing,.32px);line-height:var(--cds-code-01-line-height,1.33333);max-inline-size:48rem;padding:1rem}.cds-custom--snippet--multi .cds-custom--snippet-container{max-block-size:100%;min-block-size:100%;order:1;overflow-y:auto;position:relative;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet--multi .cds-custom--snippet-container:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px;outline-offset:0}@media screen and (prefers-contrast){.cds-custom--snippet--multi .cds-custom--snippet-container:focus{outline-style:dotted}}.cds-custom--snippet--multi.cds-custom--snippet--expand .cds-custom--snippet-container{padding-block-end:1rem;transition:max-height .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet--multi.cds-custom--snippet--wraptext pre{white-space:pre-wrap;word-wrap:break-word}.cds-custom--snippet--multi .cds-custom--snippet-container pre{overflow:auto;padding-block-end:1.5rem;padding-inline-end:1.5rem}.cds-custom--snippet--multi.cds-custom--snippet--no-copy .cds-custom--snippet-container pre{padding-inline-end:0}[dir=rtl] .cds-custom--snippet--multi.cds-custom--snippet--has-right-overflow:after{background-image:linear-gradient(to left,transparent,var(--cds-layer))}.cds-custom--snippet--multi .cds-custom--snippet-container pre code{overflow:hidden}.cds-custom--snippet__icon{block-size:1rem;fill:var(--cds-icon-primary,#161616);inline-size:1rem;transition:all 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--btn>.cds-custom--snippet__icon{margin-block-start:0}.cds-custom--copy-btn{align-items:center;background-color:var(--cds-layer);border:none;cursor:pointer;display:flex;justify-content:center;outline:none;overflow:visible;padding:0}.cds-custom--copy-btn html{font-size:100%}.cds-custom--copy-btn 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--copy-btn code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--copy-btn strong{font-weight:600}.cds-custom--copy-btn:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-color:var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--copy-btn:focus{outline-style:dotted}}.cds-custom--snippet .cds-custom--popover-container{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;inset-block-start:0;inset-inline-end:0;position:absolute}.cds-custom--snippet--inline.cds-custom--btn{block-size:1.25rem;inline-size:auto;max-inline-size:unset;min-block-size:1.25rem;padding-inline:0}.cds-custom--snippet--inline.cds-custom--btn.cds-custom--btn--primary:hover{color:var(--cds-text-primary,#161616)}.cds-custom--snippet.cds-custom--snippet--multi .cds-custom--popover-container{inset-block-start:.5rem;inset-inline-end:.5rem}.cds-custom--snippet--multi .cds-custom--copy-btn{z-index:10}.cds-custom--snippet-btn--expand{align-items:center;background-color:var(--cds-layer);block-size:2rem;border:0;color:var(--cds-text-primary,#161616);display:inline-flex;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inset-block-end:0;inset-inline-end:0;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);padding:.5rem 1rem;position:absolute;z-index:10}.cds-custom--snippet-btn--expand .cds-custom--snippet-btn--text{inset-block-start:-.0625rem;position:relative}.cds-custom--snippet-btn--expand--hide.cds-custom--snippet-btn--expand{display:none}.cds-custom--snippet-btn--expand .cds-custom--icon-chevron--down{fill:var(--cds-icon-primary,#161616);margin-inline-start:.5rem;transform:rotate(0deg);transition:.15s cubic-bezier(.2,0,.38,.9)}.cds-custom--snippet-btn--expand:hover{background:var(--cds-layer-hover);color:var(--cds-text-primary,#161616)}.cds-custom--snippet-btn--expand:active{background-color:var(--cds-layer-active)}.cds-custom--snippet-btn--expand:focus{border-color:transparent;outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--snippet-btn--expand:focus{outline-style:dotted}}.cds-custom--snippet--expand .cds-custom--snippet-btn--expand .cds-custom--icon-chevron--down{transform:rotate(180deg);transition:transform .3s}.cds-custom--snippet--light,.cds-custom--snippet--light .cds-custom--btn.cds-custom--snippet-btn--expand,.cds-custom--snippet--light .cds-custom--copy-btn,.cds-custom--snippet--light .cds-custom--snippet-button{background-color:var(--cds-layer)}.cds-custom--snippet--light .cds-custom--btn.cds-custom--snippet-btn--expand:hover,.cds-custom--snippet--light .cds-custom--copy-btn:hover,.cds-custom--snippet--light .cds-custom--snippet-button:hover,.cds-custom--snippet--light.cds-custom--snippet--inline:hover{background-color:var(--cds-layer-hover)}.cds-custom--snippet--light .cds-custom--btn.cds-custom--snippet-btn--expand:active,.cds-custom--snippet--light .cds-custom--copy-btn:active,.cds-custom--snippet--light .cds-custom--snippet-button:active,.cds-custom--snippet--light.cds-custom--snippet--inline:active{background-color:var(--cds-layer-active)}.cds-custom--snippet.cds-custom--skeleton .cds-custom--snippet-container{block-size:100%;inline-size:100%}.cds-custom--snippet-button .cds-custom--btn--copy__feedback{inset-block-start:3.175rem;inset-inline:50% auto}.cds-custom--snippet-button .cds-custom--btn--copy__feedback:before{inset-block-start:0}.cds-custom--snippet-button .cds-custom--btn--copy__feedback:after{inset-block-start:-.25rem}.cds-custom--snippet--multi .cds-custom--snippet-button .cds-custom--btn--copy__feedback{inset-block-start:2.675rem}.cds-custom--snippet--inline .cds-custom--btn--copy__feedback{inset-block-start:calc(100% - .25rem);inset-inline:50% auto}.cds-custom--snippet--single .cds-custom--snippet-container{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 2rem),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 2rem),transparent);pointer-events:auto}.cds-custom--snippet--multi{position:relative}.cds-custom--snippet--multi .cds-custom--snippet-container{inline-size:100%;-webkit-mask-composite:source-in,xor;mask-composite:intersect;-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 2rem),transparent),linear-gradient(180deg,#000 calc(100% - 1rem),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 2rem),transparent),linear-gradient(180deg,#000 calc(100% - 1rem),transparent);pointer-events:auto}[dir=rtl] .cds-custom--snippet--single .cds-custom--snippet-container{-webkit-mask-image:linear-gradient(270deg,#000 calc(100% - 2rem),transparent);mask-image:linear-gradient(270deg,#000 calc(100% - 2rem),transparent)}[dir=rtl] .cds-custom--snippet--multi .cds-custom--snippet-container{-webkit-mask-image:linear-gradient(270deg,#000 calc(100% - 2rem),transparent),linear-gradient(180deg,#000 calc(100% - 1rem),transparent);mask-image:linear-gradient(270deg,#000 calc(100% - 2rem),transparent),linear-gradient(180deg,#000 calc(100% - 1rem),transparent)}.cds-custom--snippet--multi:focus-within .cds-custom--snippet-container,.cds-custom--snippet--single:focus-within .cds-custom--snippet-container{-webkit-mask-image:none;mask-image:none}.cds-custom--snippet--multi.cds-custom--skeleton{block-size:6.125rem}.cds-custom--snippet--single.cds-custom--skeleton{block-size:3.5rem}.cds-custom--snippet.cds-custom--skeleton span{background:var(--cds-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;display:block;inline-size:100%;margin-block-start:.5rem;padding:0;pointer-events:none;position:relative}.cds-custom--snippet.cds-custom--skeleton span:active,.cds-custom--snippet.cds-custom--skeleton span:focus,.cds-custom--snippet.cds-custom--skeleton span:hover{border:none;cursor:default;outline:none}.cds-custom--snippet.cds-custom--skeleton span: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--snippet.cds-custom--skeleton span:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--snippet.cds-custom--skeleton span{background:CanvasText}.cds-custom--snippet.cds-custom--skeleton span:before{background:Canvas;forced-color-adjust:none}}.cds-custom--snippet.cds-custom--skeleton span:first-child{margin:0}.cds-custom--snippet.cds-custom--skeleton span:nth-child(2){inline-size:85%}.cds-custom--snippet.cds-custom--skeleton span:nth-child(3){inline-size:95%}.cds-custom--snippet--single.cds-custom--skeleton .cds-custom--snippet-container{padding-block-end:0}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--snippet--inline:focus{color:Highlight;outline:1px solid Highlight}.cds-custom--snippet--multi,.cds-custom--snippet--single{outline:1px solid transparent}}:host(cds-custom-button),:host(cds-custom-modal-footer-button){--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:inline-flex}:host(cds-custom-button) .cds-custom--btn,:host(cds-custom-modal-footer-button) .cds-custom--btn{flex-grow:1;max-inline-size:100%}:host(cds-custom-button-skeleton){--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}:host(cds-custom-button[isExpressive]) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button[isExpressive]) ::slotted([slot=icon]){block-size:1.25rem;inline-size:1.25rem}:host(cds-custom-button[pagination]) .cds-custom--btn,:host(cds-custom-modal-footer-button[pagination]) .cds-custom--btn{border:none;border-inline-start:1px solid var(--cds-border-subtle);padding:0;transition:none}:host(cds-custom-button[pagination]) .cds-custom--btn:focus,:host(cds-custom-modal-footer-button[pagination]) .cds-custom--btn:focus{border-inline-start:0;box-shadow:none;outline:.125rem solid var(--cds-focus,#0f62fe);outline-offset:-.125rem}:host(cds-custom-button[pagination]:not([disabled])) .cds-custom--btn,:host(cds-custom-modal-footer-button[pagination]:not([disabled])) .cds-custom--btn{color:var(--cds-icon-primary,#161616)}:host(cds-custom-button[pagination]:not([disabled])) .cds-custom--btn:active,:host(cds-custom-modal-footer-button[pagination]:not([disabled])) .cds-custom--btn:active{background-color:var(--cds-layer-hover)}:host(cds-custom-button[pagination][batch-action]:not([disabled])) .cds-custom--btn,:host(cds-custom-modal-footer-button[pagination][batch-action]:not([disabled])) .cds-custom--btn{padding:calc(.875rem - 3px) 1rem}:host(cds-custom-button[pagination][batch-action]:not([disabled])) .cds-custom--btn:focus,:host(cds-custom-modal-footer-button[pagination][batch-action]:not([disabled])) .cds-custom--btn:focus{outline:.125rem solid var(--cds-layer);outline-offset:-.125rem}:host(cds-custom-button[pagination][batch-action]:not([disabled])) :host(cds-custom-button[pagination][has-main-content]:not([disabled])) ::slotted([slot=icon]),:host(cds-custom-button[pagination][batch-action]:not([disabled])) :host(cds-custom-modal-footer-button[pagination][has-main-content]:not([disabled])) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button[pagination][batch-action]:not([disabled])) :host(cds-custom-button[pagination][has-main-content]:not([disabled])) ::slotted([slot=icon]),:host(cds-custom-modal-footer-button[pagination][batch-action]:not([disabled])) :host(cds-custom-modal-footer-button[pagination][has-main-content]:not([disabled])) ::slotted([slot=icon]){margin-inline-start:.25rem;position:static}:host(cds-custom-button) .cds-custom--btn--icon-only{align-items:center;padding-block-start:0}:host(cds-custom-button) .cds-custom--btn--icon-only.cds-custom--btn--expressive,:host(cds-custom-button) .cds-custom--btn--icon-only.cds-custom--btn--selected{padding:.5rem}:host(cds-custom-button) .cds-custom--btn--ghost:not([disabled]) ::slotted([slot=icon]){fill:var(--cds-icon-primary,#161616)}:host(cds-custom-button[kind=ghost]) .cds-custom--btn--ghost:active,:host(cds-custom-button[kind=ghost]) .cds-custom--btn--ghost:hover{outline:none}:host(cds-custom-button[kind=ghost]) .cds-custom--btn--ghost:not(:focus){box-shadow:none}:host(cds-custom-button[kind=danger-ghost]) .cds-custom--btn--danger-ghost:not(:focus){box-shadow:none}:host(cds-custom-button-set) ::slotted(cds-custom-button),:host(cds-custom-side-panel-button-set) ::slotted(cds-custom-button){inline-size:100%;max-inline-size:12.25rem}:host(cds-custom-button-set) ::slotted(cds-custom-button:not(:first-of-type)),:host(cds-custom-side-panel-button-set) ::slotted(cds-custom-button:not(:first-of-type)){box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0);z-index:1}:host(cds-custom-button-set) ::slotted(cds-custom-button:focus-within),:host(cds-custom-side-panel-button-set) ::slotted(cds-custom-button:focus-within){box-shadow:inherit}:host(cds-custom-button-set) ::slotted(cds-custom-button:not(:first-of-type)[hide-margin]),:host(cds-custom-side-panel-button-set) ::slotted(cds-custom-button:not(:first-of-type)[hide-margin]){box-shadow:inherit}:host(cds-custom-button-set[stacked]) ::slotted(cds-custom-button:not(:first-of-type)){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0);z-index:1}:host(cds-custom-button-set[stacked]) ::slotted(cds-custom-button:focus-within){box-shadow:inherit}:host(cds-custom-button-set[stacked]) ::slotted(cds-custom-button:not(:first-of-type)[hide-margin]){box-shadow:inherit}:host(cds-custom-button[data-context=data-table]) .cds-custom--btn{padding-inline:1rem}:host(cds-custom-button):host(cds-custom-button[data-context=data-table]) ::slotted([slot=icon]),:host(cds-custom-button[data-context=data-table]) .cds-custom--btn__icon{position:static;fill:var(--cds-icon-on-color,#fff);margin-inline-start:.5rem}:host(cds-custom-button):host(cds-custom-button[data-context=data-table]) ::slotted([slot=icon]) .st0,:host(cds-custom-button[data-context=data-table]) .cds-custom--btn__icon .st0{fill:none}:host(cds-custom-button.cds-custom--batch-summary__cancel){--divider-opacity:1}:host(cds-custom-button.cds-custom--batch-summary__cancel) button.cds-custom--btn{align-items:center;block-size:100%;display:inline-flex;justify-content:center;margin:0;min-block-size:100%;padding-inline-end:1rem;padding-inline-start:1rem;position:relative}:host(cds-custom-button.cds-custom--batch-summary__cancel) button.cds-custom--btn:before{background-color:var(--cds-text-on-color,#fff);block-size:1rem;border:none;content:\"\";display:block;inline-size:.0625rem;inset-block-start:.9375rem;inset-inline-start:0;opacity:var(--divider-opacity);position:absolute;transition:opacity .11s cubic-bezier(.2,0,.38,.9)}@media (prefers-reduced-motion:reduce){:host(cds-custom-button.cds-custom--batch-summary__cancel) button.cds-custom--btn:before{transition:none}}:host(cds-custom-button.cds-custom--batch-summary__cancel) button.cds-custom--btn:hover:before{opacity:0}:host(cds-custom-button.cds-custom--batch-summary__cancel[size=sm]) button.cds-custom--btn{block-size:2rem;min-block-size:auto;padding-block:.375rem}:host(cds-custom-button.cds-custom--batch-summary__cancel[size=sm]) button.cds-custom--btn:before{inset-block-start:.5rem}:host(cds-custom-button.cds-custom--batch-summary__cancel[size=lg]) button.cds-custom--btn{block-size:3rem;min-block-size:auto}:host(cds-custom-button.cds-custom--batch-summary__cancel[size=lg]) button.cds-custom--btn:before{inset-block-start:.9375rem}:host(cds-custom-chat-button-skeleton){--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}"]);
11
11
 
12
12
  export { styles as default };
13
13
  //# sourceMappingURL=chat-button.scss.js.map
@@ -81,6 +81,8 @@ declare class CDSCheckboxGroup extends LitElement {
81
81
  static get aiLabelItem(): string;
82
82
  static shadowRootOptions: {
83
83
  delegatesFocus: boolean;
84
+ clonable?: boolean;
85
+ customElementRegistry?: CustomElementRegistry;
84
86
  mode: ShadowRootMode;
85
87
  serializable?: boolean;
86
88
  slotAssignment?: SlotAssignmentMode;