@carbon/web-components 2.33.0 → 2.34.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 (2035) hide show
  1. package/custom-elements.json +686 -125
  2. package/dist/_virtual/_commonjsHelpers.min.js +27 -0
  3. package/dist/_virtual/rangePlugin.min.js +27 -0
  4. package/dist/_virtual/rangePlugin.min2.js +27 -0
  5. package/dist/components/accordion/accordion-item-skeleton.min.js +33 -0
  6. package/dist/components/accordion/accordion-item.min.js +47 -0
  7. package/dist/components/accordion/accordion-skeleton.min.js +45 -0
  8. package/dist/components/accordion/accordion.min.js +27 -0
  9. package/dist/components/accordion/accordion.scss.min.js +27 -0
  10. package/dist/components/accordion/defs.min.js +27 -0
  11. package/dist/components/accordion/index.min.js +27 -0
  12. package/dist/components/ai-label/ai-label-action-button.min.js +27 -0
  13. package/dist/components/ai-label/ai-label.min.js +53 -0
  14. package/dist/components/ai-label/ai-label.scss.min.js +27 -0
  15. package/dist/components/ai-label/defs.min.js +27 -0
  16. package/dist/components/ai-label/index.min.js +27 -0
  17. package/dist/components/ai-skeleton/ai-skeleton-icon.min.js +29 -0
  18. package/dist/components/ai-skeleton/ai-skeleton-placeholder.min.js +28 -0
  19. package/dist/components/ai-skeleton/ai-skeleton-text.min.js +32 -0
  20. package/dist/components/ai-skeleton/ai-skeleton.scss.min.js +27 -0
  21. package/dist/components/ai-skeleton/index.min.js +27 -0
  22. package/dist/components/badge-indicator/badge-indicator.min.js +27 -0
  23. package/dist/components/badge-indicator/badge-indicator.scss.min.js +27 -0
  24. package/dist/components/badge-indicator/index.min.js +27 -0
  25. package/dist/components/breadcrumb/breadcrumb-item.min.js +27 -0
  26. package/dist/components/breadcrumb/breadcrumb-link.min.js +33 -0
  27. package/dist/components/breadcrumb/breadcrumb-skeleton.min.js +35 -0
  28. package/dist/components/breadcrumb/breadcrumb.min.js +31 -0
  29. package/dist/components/breadcrumb/breadcrumb.scss.min.js +27 -0
  30. package/dist/components/breadcrumb/defs.min.js +27 -0
  31. package/dist/components/breadcrumb/index.min.js +27 -0
  32. package/dist/components/button/button-set-base.min.js +27 -0
  33. package/dist/components/button/button-set.min.js +27 -0
  34. package/dist/components/button/button-skeleton.min.js +47 -0
  35. package/dist/components/button/button.min.js +92 -0
  36. package/dist/components/button/button.scss.min.js +27 -0
  37. package/dist/components/button/defs.min.js +27 -0
  38. package/dist/components/button/index.min.js +27 -0
  39. package/dist/components/chat-button/chat-button-skeleton.min.js +27 -0
  40. package/dist/components/chat-button/chat-button.min.js +39 -0
  41. package/dist/components/chat-button/chat-button.scss.min.js +27 -0
  42. package/dist/components/chat-button/defs.min.js +27 -0
  43. package/dist/components/chat-button/index.min.js +27 -0
  44. package/dist/components/checkbox/checkbox-group.min.js +57 -0
  45. package/dist/components/checkbox/checkbox-skeleton.min.js +33 -0
  46. package/dist/components/checkbox/checkbox.min.js +66 -0
  47. package/dist/components/checkbox/checkbox.scss.min.js +27 -0
  48. package/dist/components/checkbox/defs.min.js +27 -0
  49. package/dist/components/checkbox/index.min.js +27 -0
  50. package/dist/components/code-snippet/code-snippet-skeleton.min.js +31 -0
  51. package/dist/components/code-snippet/code-snippet.min.js +75 -0
  52. package/dist/components/code-snippet/code-snippet.scss.min.js +27 -0
  53. package/dist/components/code-snippet/defs.min.js +27 -0
  54. package/dist/components/code-snippet/index.min.js +27 -0
  55. package/dist/components/combo-box/combo-box-item.min.js +27 -0
  56. package/dist/components/combo-box/combo-box.min.js +52 -0
  57. package/dist/{combo-box.min.js → components/combo-box/combo-box.scss.min.js} +9 -86
  58. package/dist/components/combo-box/index.min.js +27 -0
  59. package/dist/components/combo-button/combo-button.min.js +41 -0
  60. package/dist/components/combo-button/combo-button.scss.min.js +27 -0
  61. package/dist/components/combo-button/defs.min.js +27 -0
  62. package/dist/components/combo-button/index.min.js +27 -0
  63. package/dist/components/content-switcher/content-switcher-item.min.js +46 -0
  64. package/dist/components/content-switcher/content-switcher.min.js +34 -0
  65. package/dist/components/content-switcher/content-switcher.scss.min.js +27 -0
  66. package/dist/components/content-switcher/defs.min.js +27 -0
  67. package/dist/components/content-switcher/index.min.js +27 -0
  68. package/dist/components/copy/copy.min.js +31 -0
  69. package/dist/components/copy-button/copy-button.min.js +38 -0
  70. package/dist/components/copy-button/copy-button.scss.min.js +27 -0
  71. package/dist/components/copy-button/index.min.js +27 -0
  72. package/dist/components/data-table/data-table.scss.min.js +27 -0
  73. package/dist/components/data-table/defs.min.js +27 -0
  74. package/dist/components/data-table/index.min.js +27 -0
  75. package/dist/components/data-table/table-batch-actions.min.js +41 -0
  76. package/dist/components/data-table/table-body.min.js +27 -0
  77. package/dist/components/data-table/table-cell-content.min.js +27 -0
  78. package/dist/components/data-table/table-cell.min.js +27 -0
  79. package/dist/components/data-table/table-expanded-row.min.js +33 -0
  80. package/dist/components/data-table/table-head.min.js +27 -0
  81. package/dist/components/data-table/table-header-cell.min.js +52 -0
  82. package/dist/components/data-table/table-header-description.min.js +27 -0
  83. package/dist/components/data-table/table-header-row.min.js +27 -0
  84. package/dist/components/data-table/table-header-title.min.js +27 -0
  85. package/dist/components/data-table/table-row.min.js +61 -0
  86. package/dist/components/data-table/table-skeleton.min.js +68 -0
  87. package/dist/components/data-table/table-toolbar-content.min.js +27 -0
  88. package/dist/components/data-table/table-toolbar-search.min.js +34 -0
  89. package/dist/components/data-table/table-toolbar.min.js +27 -0
  90. package/dist/components/data-table/table.min.js +40 -0
  91. package/dist/components/date-picker/append-to-plugin.min.js +27 -0
  92. package/dist/components/date-picker/css-class-plugin.min.js +27 -0
  93. package/dist/components/date-picker/date-picker-input-skeleton.min.js +39 -0
  94. package/dist/components/date-picker/date-picker-input.min.js +63 -0
  95. package/dist/components/date-picker/date-picker.min.js +40 -0
  96. package/dist/components/date-picker/date-picker.scss.min.js +27 -0
  97. package/dist/components/date-picker/defs.min.js +27 -0
  98. package/dist/components/date-picker/fix-events-plugin.min.js +27 -0
  99. package/dist/components/date-picker/focus-plugin.min.js +27 -0
  100. package/dist/components/date-picker/icon-plugin.min.js +27 -0
  101. package/dist/components/date-picker/index.min.js +27 -0
  102. package/dist/components/date-picker/iso-date.min.js +27 -0
  103. package/dist/components/date-picker/month-select-plugin.min.js +27 -0
  104. package/dist/components/date-picker/range-plugin.min.js +27 -0
  105. package/dist/components/date-picker/shadow-dom-events-plugin.min.js +27 -0
  106. package/dist/components/date-picker/state-handshake-plugin.min.js +27 -0
  107. package/dist/components/dropdown/defs.min.js +27 -0
  108. package/dist/components/dropdown/dropdown-item.min.js +32 -0
  109. package/dist/components/dropdown/dropdown-skeleton.min.js +34 -0
  110. package/dist/components/dropdown/dropdown.min.js +90 -0
  111. package/dist/components/dropdown/dropdown.scss.min.js +27 -0
  112. package/dist/components/dropdown/index.min.js +27 -0
  113. package/dist/components/feature-flags/index.min.js +27 -0
  114. package/dist/components/file-uploader/defs.min.js +27 -0
  115. package/dist/components/file-uploader/file-uploader-button.min.js +46 -0
  116. package/dist/components/file-uploader/file-uploader-drop-container.min.js +43 -0
  117. package/dist/components/file-uploader/file-uploader-item.min.js +53 -0
  118. package/dist/components/file-uploader/file-uploader-skeleton.min.js +33 -0
  119. package/dist/components/file-uploader/file-uploader.min.js +38 -0
  120. package/dist/components/file-uploader/file-uploader.scss.min.js +27 -0
  121. package/dist/components/file-uploader/index.min.js +27 -0
  122. package/dist/components/floating-menu/defs.min.js +27 -0
  123. package/dist/components/floating-menu/floating-menu.min.js +27 -0
  124. package/dist/components/floating-menu/index.min.js +27 -0
  125. package/dist/components/form/form-item.min.js +27 -0
  126. package/dist/components/form/form-item.scss.min.js +27 -0
  127. package/dist/components/form/index.min.js +27 -0
  128. package/dist/components/form-group/form-group.min.js +38 -0
  129. package/dist/{form-group.min.js → components/form-group/form-group.scss.min.js} +9 -72
  130. package/dist/components/form-group/index.min.js +27 -0
  131. package/dist/components/grid/column-hang.min.js +37 -0
  132. package/dist/components/grid/column-hang.scss.min.js +27 -0
  133. package/dist/components/grid/column.min.js +35 -0
  134. package/dist/components/grid/defs.min.js +27 -0
  135. package/dist/components/grid/grid-context.min.js +27 -0
  136. package/dist/components/grid/grid.min.js +39 -0
  137. package/dist/components/grid/grid.scss.min.js +27 -0
  138. package/dist/components/grid/index.min.js +27 -0
  139. package/dist/components/heading/heading.min.js +27 -0
  140. package/dist/components/heading/heading.scss.min.js +27 -0
  141. package/dist/components/heading/index.min.js +27 -0
  142. package/dist/components/icon-button/defs.min.js +27 -0
  143. package/dist/components/icon-button/icon-button.min.js +41 -0
  144. package/dist/components/icon-button/icon-button.scss.min.js +27 -0
  145. package/dist/components/icon-button/index.min.js +27 -0
  146. package/dist/components/icon-indicator/defs.min.js +27 -0
  147. package/dist/components/icon-indicator/icon-indicator.min.js +27 -0
  148. package/dist/components/icon-indicator/icon-indicator.scss.min.js +27 -0
  149. package/dist/components/icon-indicator/index.min.js +27 -0
  150. package/dist/components/inline-loading/defs.min.js +27 -0
  151. package/dist/components/inline-loading/index.min.js +27 -0
  152. package/dist/components/inline-loading/inline-loading.min.js +38 -0
  153. package/dist/components/inline-loading/inline-loading.scss.min.js +27 -0
  154. package/dist/components/layer/index.min.js +27 -0
  155. package/dist/components/layer/layer.min.js +27 -0
  156. package/dist/components/layer/layer.scss.min.js +27 -0
  157. package/dist/components/link/index.min.js +27 -0
  158. package/dist/components/link/link.min.js +51 -0
  159. package/dist/components/link/link.scss.min.js +27 -0
  160. package/dist/components/list/index.min.js +27 -0
  161. package/dist/components/list/list-item.min.js +30 -0
  162. package/dist/components/list/list.scss.min.js +27 -0
  163. package/dist/components/list/ordered-list.min.js +31 -0
  164. package/dist/components/list/unordered-list.min.js +31 -0
  165. package/dist/components/loading/defs.min.js +27 -0
  166. package/dist/components/loading/index.min.js +27 -0
  167. package/dist/components/loading/loading-icon.min.js +42 -0
  168. package/dist/components/loading/loading.min.js +27 -0
  169. package/dist/components/loading/loading.scss.min.js +27 -0
  170. package/dist/components/menu/defs.min.js +27 -0
  171. package/dist/components/menu/index.min.js +27 -0
  172. package/dist/components/menu/menu-context.min.js +27 -0
  173. package/dist/components/menu/menu-item-divider.min.js +27 -0
  174. package/dist/components/menu/menu-item-group.min.js +31 -0
  175. package/dist/components/menu/menu-item-radio-group.min.js +31 -0
  176. package/dist/components/menu/menu-item-selectable.min.js +37 -0
  177. package/dist/components/menu/menu-item.min.js +52 -0
  178. package/dist/components/menu/menu-item.scss.min.js +27 -0
  179. package/dist/components/menu/menu.min.js +36 -0
  180. package/dist/components/menu/menu.scss.min.js +27 -0
  181. package/dist/components/menu-button/defs.min.js +27 -0
  182. package/dist/components/menu-button/index.min.js +27 -0
  183. package/dist/components/menu-button/menu-button.min.js +36 -0
  184. package/dist/components/menu-button/menu-button.scss.min.js +27 -0
  185. package/dist/components/modal/defs.min.js +27 -0
  186. package/dist/components/modal/index.min.js +27 -0
  187. package/dist/components/modal/modal-body-content.min.js +27 -0
  188. package/dist/components/modal/modal-body.min.js +27 -0
  189. package/dist/components/modal/modal-close-button.min.js +35 -0
  190. package/dist/components/modal/modal-footer-button.min.js +27 -0
  191. package/dist/components/modal/modal-footer.min.js +27 -0
  192. package/dist/components/modal/modal-header.min.js +29 -0
  193. package/dist/components/modal/modal-heading.min.js +27 -0
  194. package/dist/components/modal/modal-label.min.js +27 -0
  195. package/dist/components/modal/modal.min.js +48 -0
  196. package/dist/components/modal/modal.scss.min.js +27 -0
  197. package/dist/components/multi-select/defs.min.js +27 -0
  198. package/dist/components/multi-select/index.min.js +27 -0
  199. package/dist/components/multi-select/multi-select-item.min.js +40 -0
  200. package/dist/components/multi-select/multi-select.min.js +75 -0
  201. package/dist/components/multi-select/multi-select.scss.min.js +27 -0
  202. package/dist/components/notification/actionable-notification-button.min.js +27 -0
  203. package/dist/components/notification/actionable-notification.min.js +55 -0
  204. package/dist/components/notification/actionable-notification.scss.min.js +27 -0
  205. package/dist/components/notification/defs.min.js +27 -0
  206. package/dist/components/notification/index.min.js +27 -0
  207. package/dist/components/notification/inline-notification.min.js +51 -0
  208. package/dist/components/notification/inline-notification.scss.min.js +27 -0
  209. package/dist/components/notification/toast-notification.min.js +46 -0
  210. package/dist/components/notification/toast-notification.scss.min.js +27 -0
  211. package/dist/components/number-input/defs.min.js +27 -0
  212. package/dist/components/number-input/index.min.js +27 -0
  213. package/dist/components/number-input/number-input-skeleton.min.js +30 -0
  214. package/dist/components/number-input/number-input.min.js +98 -0
  215. package/dist/components/number-input/number-input.scss.min.js +27 -0
  216. package/dist/components/overflow-menu/defs.min.js +27 -0
  217. package/dist/components/overflow-menu/index.min.js +27 -0
  218. package/dist/components/overflow-menu/overflow-menu-body.min.js +27 -0
  219. package/dist/components/overflow-menu/overflow-menu-item.min.js +48 -0
  220. package/dist/components/overflow-menu/overflow-menu.min.js +27 -0
  221. package/dist/components/overflow-menu/overflow-menu.scss.min.js +27 -0
  222. package/dist/components/page-header/index.min.js +27 -0
  223. package/dist/components/page-header/page-header-breadcrumb.min.js +53 -0
  224. package/dist/components/page-header/page-header-content-text.min.js +40 -0
  225. package/dist/components/page-header/page-header-content.min.js +65 -0
  226. package/dist/components/page-header/page-header-hero-image.min.js +35 -0
  227. package/dist/components/page-header/page-header-tabs.min.js +43 -0
  228. package/dist/components/page-header/page-header.min.js +35 -0
  229. package/dist/components/page-header/page-header.scss.min.js +27 -0
  230. package/dist/components/pagination/defs.min.js +27 -0
  231. package/dist/components/pagination/index.min.js +27 -0
  232. package/dist/components/pagination/pagination.min.js +111 -0
  233. package/dist/components/pagination/pagination.scss.min.js +27 -0
  234. package/dist/components/password-input/defs.min.js +27 -0
  235. package/dist/components/password-input/index.min.js +27 -0
  236. package/dist/components/password-input/password-input-skeleton.min.js +30 -0
  237. package/dist/components/password-input/password-input.min.js +88 -0
  238. package/dist/components/password-input/password-input.scss.min.js +27 -0
  239. package/dist/components/popover/defs.min.js +27 -0
  240. package/dist/components/popover/index.min.js +27 -0
  241. package/dist/components/popover/popover-content.min.js +37 -0
  242. package/dist/components/popover/popover.min.js +32 -0
  243. package/dist/components/popover/popover.scss.min.js +27 -0
  244. package/dist/components/progress-bar/defs.min.js +27 -0
  245. package/dist/components/progress-bar/index.min.js +27 -0
  246. package/dist/components/progress-bar/progress-bar.min.js +48 -0
  247. package/dist/components/progress-bar/progress-bar.scss.min.js +27 -0
  248. package/dist/components/progress-indicator/defs.min.js +27 -0
  249. package/dist/components/progress-indicator/index.min.js +27 -0
  250. package/dist/components/progress-indicator/progress-indicator-skeleton.min.js +27 -0
  251. package/dist/components/progress-indicator/progress-indicator.min.js +27 -0
  252. package/dist/components/progress-indicator/progress-indicator.scss.min.js +27 -0
  253. package/dist/components/progress-indicator/progress-step-skeleton.min.js +36 -0
  254. package/dist/components/progress-indicator/progress-step.min.js +46 -0
  255. package/dist/components/radio-button/defs.min.js +27 -0
  256. package/dist/components/radio-button/index.min.js +27 -0
  257. package/dist/components/radio-button/radio-button-group.min.js +46 -0
  258. package/dist/components/radio-button/radio-button-skeleton.min.js +30 -0
  259. package/dist/components/radio-button/radio-button.min.js +44 -0
  260. package/dist/components/radio-button/radio-button.scss.min.js +27 -0
  261. package/dist/components/search/index.min.js +27 -0
  262. package/dist/components/search/search-skeleton.min.js +30 -0
  263. package/dist/components/search/search.min.js +56 -0
  264. package/dist/components/search/search.scss.min.js +27 -0
  265. package/dist/components/select/index.min.js +27 -0
  266. package/dist/components/select/select-item-group.min.js +27 -0
  267. package/dist/components/select/select-item.min.js +27 -0
  268. package/dist/components/select/select-skeleton.min.js +30 -0
  269. package/dist/components/select/select.min.js +97 -0
  270. package/dist/components/select/select.scss.min.js +27 -0
  271. package/dist/components/shape-indicator/defs.min.js +27 -0
  272. package/dist/components/shape-indicator/index.min.js +27 -0
  273. package/dist/components/shape-indicator/shape-indicator.min.js +43 -0
  274. package/dist/components/shape-indicator/shape-indicator.scss.min.js +27 -0
  275. package/dist/components/side-panel/defs.min.js +27 -0
  276. package/dist/components/side-panel/index.min.js +27 -0
  277. package/dist/components/side-panel/side-panel.min.js +159 -0
  278. package/dist/components/skeleton-icon/index.min.js +27 -0
  279. package/dist/components/skeleton-icon/skeleton-icon.min.js +27 -0
  280. package/dist/components/skeleton-icon/skeleton-icon.scss.min.js +27 -0
  281. package/dist/components/skeleton-placeholder/index.min.js +27 -0
  282. package/dist/components/skeleton-placeholder/skeleton-placeholder.min.js +27 -0
  283. package/dist/components/skeleton-placeholder/skeleton-placeholder.scss.min.js +27 -0
  284. package/dist/components/skeleton-text/defs.min.js +27 -0
  285. package/dist/components/skeleton-text/index.min.js +27 -0
  286. package/dist/components/skeleton-text/skeleton-text.min.js +27 -0
  287. package/dist/components/skeleton-text/skeleton-text.scss.min.js +27 -0
  288. package/dist/components/skip-to-content/index.min.js +27 -0
  289. package/dist/components/skip-to-content/skip-to-content.min.js +31 -0
  290. package/dist/components/skip-to-content/skip-to-content.scss.min.js +27 -0
  291. package/dist/components/slider/index.min.js +27 -0
  292. package/dist/components/slider/slider-input.min.js +44 -0
  293. package/dist/components/slider/slider-skeleton.min.js +63 -0
  294. package/dist/components/slider/slider.min.js +133 -0
  295. package/dist/components/slider/slider.scss.min.js +27 -0
  296. package/dist/components/slug/defs.min.js +27 -0
  297. package/dist/components/slug/index.min.js +27 -0
  298. package/dist/components/slug/slug-action-button.min.js +27 -0
  299. package/dist/components/slug/slug.min.js +53 -0
  300. package/dist/components/slug/slug.scss.min.js +27 -0
  301. package/dist/components/stack/defs.min.js +27 -0
  302. package/dist/components/stack/index.min.js +27 -0
  303. package/dist/components/stack/stack.min.js +27 -0
  304. package/dist/components/stack/stack.scss.min.js +27 -0
  305. package/dist/components/structured-list/index.min.js +27 -0
  306. package/dist/components/structured-list/structured-list-body.min.js +27 -0
  307. package/dist/components/structured-list/structured-list-cell.min.js +27 -0
  308. package/dist/components/structured-list/structured-list-head.min.js +27 -0
  309. package/dist/components/structured-list/structured-list-header-cell-skeleton.min.js +27 -0
  310. package/dist/components/structured-list/structured-list-header-cell.min.js +27 -0
  311. package/dist/components/structured-list/structured-list-header-row.min.js +30 -0
  312. package/dist/components/structured-list/structured-list-row.min.js +40 -0
  313. package/dist/components/structured-list/structured-list.min.js +29 -0
  314. package/dist/components/structured-list/structured-list.scss.min.js +27 -0
  315. package/dist/components/tabs/defs.min.js +27 -0
  316. package/dist/components/tabs/index.min.js +27 -0
  317. package/dist/components/tabs/tab-skeleton.min.js +27 -0
  318. package/dist/components/tabs/tab.min.js +37 -0
  319. package/dist/components/tabs/tabs-skeleton.min.js +34 -0
  320. package/dist/components/tabs/tabs.min.js +66 -0
  321. package/dist/components/tabs/tabs.scss.min.js +27 -0
  322. package/dist/components/tag/defs.min.js +27 -0
  323. package/dist/components/tag/dismissible-tag.min.js +60 -0
  324. package/dist/components/tag/index.min.js +27 -0
  325. package/dist/components/tag/operational-tag.min.js +64 -0
  326. package/dist/components/tag/selectable-tag.min.js +58 -0
  327. package/dist/components/tag/tag-skeleton.min.js +35 -0
  328. package/dist/components/tag/tag.min.js +40 -0
  329. package/dist/components/tag/tag.scss.min.js +27 -0
  330. package/dist/components/tearsheet/defs.min.js +27 -0
  331. package/dist/components/tearsheet/index.min.js +27 -0
  332. package/dist/components/tearsheet/tearsheet.min.js +140 -0
  333. package/dist/components/text-input/defs.min.js +27 -0
  334. package/dist/components/text-input/index.min.js +27 -0
  335. package/dist/components/text-input/text-input-skeleton.min.js +30 -0
  336. package/dist/components/text-input/text-input.min.js +88 -0
  337. package/dist/components/text-input/text-input.scss.min.js +27 -0
  338. package/dist/components/textarea/index.min.js +27 -0
  339. package/dist/components/textarea/textarea-skeleton.min.js +30 -0
  340. package/dist/components/textarea/textarea.min.js +72 -0
  341. package/dist/components/textarea/textarea.scss.min.js +27 -0
  342. package/dist/components/tile/clickable-tile.min.js +31 -0
  343. package/dist/components/tile/expandable-tile.min.js +48 -0
  344. package/dist/components/tile/index.min.js +27 -0
  345. package/dist/components/tile/radio-tile.min.js +45 -0
  346. package/dist/components/tile/selectable-tile.min.js +49 -0
  347. package/dist/components/tile/tile-group.min.js +32 -0
  348. package/dist/components/tile/tile.min.js +30 -0
  349. package/dist/components/tile/tile.scss.min.js +27 -0
  350. package/dist/components/time-picker/defs.min.js +27 -0
  351. package/dist/components/time-picker/index.min.js +27 -0
  352. package/dist/components/time-picker/time-picker-select.min.js +47 -0
  353. package/dist/components/time-picker/time-picker.min.js +58 -0
  354. package/dist/components/time-picker/time-picker.scss.min.js +27 -0
  355. package/dist/components/toggle/defs.min.js +27 -0
  356. package/dist/components/toggle/index.min.js +27 -0
  357. package/dist/components/toggle/toggle.min.js +61 -0
  358. package/dist/components/toggle/toggle.scss.min.js +27 -0
  359. package/dist/components/toggle-tip/index.min.js +27 -0
  360. package/dist/components/toggle-tip/toggletip.min.js +70 -0
  361. package/dist/components/toggle-tip/toggletip.scss.min.js +27 -0
  362. package/dist/components/tooltip/definition-tooltip.min.js +49 -0
  363. package/dist/components/tooltip/index.min.js +27 -0
  364. package/dist/components/tooltip/tooltip-content.min.js +27 -0
  365. package/dist/components/tooltip/tooltip.min.js +29 -0
  366. package/dist/components/tooltip/tooltip.scss.min.js +27 -0
  367. package/dist/components/tree-view/defs.min.js +35 -0
  368. package/dist/components/tree-view/index.min.js +27 -0
  369. package/dist/components/tree-view/tree-node.min.js +102 -0
  370. package/dist/components/tree-view/tree-view.min.js +46 -0
  371. package/dist/components/tree-view/tree-view.scss.min.js +27 -0
  372. package/dist/components/ui-shell/defs.min.js +27 -0
  373. package/dist/components/ui-shell/header-global-action.min.js +27 -0
  374. package/dist/components/ui-shell/header-menu-button.min.js +36 -0
  375. package/dist/components/ui-shell/header-menu-item.min.js +27 -0
  376. package/dist/components/ui-shell/header-menu.min.js +45 -0
  377. package/dist/components/ui-shell/header-name.min.js +35 -0
  378. package/dist/components/ui-shell/header-nav-item.min.js +39 -0
  379. package/dist/components/ui-shell/header-nav.min.js +35 -0
  380. package/dist/components/ui-shell/header-panel.min.js +27 -0
  381. package/dist/components/ui-shell/header-side-nav-items.min.js +27 -0
  382. package/dist/components/ui-shell/header.min.js +27 -0
  383. package/dist/components/ui-shell/header.scss.min.js +27 -0
  384. package/dist/components/ui-shell/index.min.js +27 -0
  385. package/dist/components/ui-shell/side-nav-divider.min.js +27 -0
  386. package/dist/components/ui-shell/side-nav-items.min.js +27 -0
  387. package/dist/components/ui-shell/side-nav-link.min.js +47 -0
  388. package/dist/components/ui-shell/side-nav-menu-item.min.js +33 -0
  389. package/dist/components/ui-shell/side-nav-menu.min.js +56 -0
  390. package/dist/components/ui-shell/side-nav.min.js +35 -0
  391. package/dist/components/ui-shell/side-nav.scss.min.js +27 -0
  392. package/dist/components/ui-shell/switcher-divider.min.js +27 -0
  393. package/dist/components/ui-shell/switcher-item.min.js +37 -0
  394. package/dist/components/ui-shell/switcher.min.js +27 -0
  395. package/dist/globals/controllers/floating-controller.min.js +27 -0
  396. package/dist/globals/decorators/carbon-element.min.js +27 -0
  397. package/dist/globals/decorators/host-listener.min.js +27 -0
  398. package/dist/globals/directives/if-non-empty.min.js +27 -0
  399. package/dist/globals/directives/spread.min.js +27 -0
  400. package/dist/globals/internal/collection-helpers.min.js +27 -0
  401. package/dist/globals/internal/radio-group-manager.min.js +27 -0
  402. package/dist/globals/mixins/focus.min.js +27 -0
  403. package/dist/globals/mixins/form.min.js +27 -0
  404. package/dist/globals/mixins/host-listener.min.js +27 -0
  405. package/dist/globals/mixins/on.min.js +27 -0
  406. package/dist/globals/mixins/validity.min.js +27 -0
  407. package/dist/globals/settings.min.js +27 -0
  408. package/dist/globals/shared-enums.min.js +27 -0
  409. package/dist/node_modules/@floating-ui/core/dist/floating-ui.core.min.js +27 -0
  410. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.min.js +27 -0
  411. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.min.js +27 -0
  412. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.min.js +27 -0
  413. package/dist/node_modules/@lit/context/lib/context-request-event.min.js +32 -0
  414. package/dist/node_modules/@lit/context/lib/controllers/context-consumer.min.js +32 -0
  415. package/dist/node_modules/@lit/context/lib/controllers/context-provider.min.js +32 -0
  416. package/dist/node_modules/@lit/context/lib/create-context.min.js +32 -0
  417. package/dist/node_modules/@lit/context/lib/decorators/consume.min.js +32 -0
  418. package/dist/node_modules/@lit/context/lib/decorators/provide.min.js +32 -0
  419. package/dist/node_modules/@lit/context/lib/value-notifier.min.js +32 -0
  420. package/dist/node_modules/@lit/reactive-element/css-tag.min.js +32 -0
  421. package/dist/node_modules/@lit/reactive-element/decorators/base.min.js +32 -0
  422. package/dist/node_modules/@lit/reactive-element/decorators/custom-element.min.js +32 -0
  423. package/dist/node_modules/@lit/reactive-element/decorators/property.min.js +32 -0
  424. package/dist/node_modules/@lit/reactive-element/decorators/query-all.min.js +32 -0
  425. package/dist/node_modules/@lit/reactive-element/decorators/query-assigned-elements.min.js +32 -0
  426. package/dist/node_modules/@lit/reactive-element/decorators/query.min.js +32 -0
  427. package/dist/node_modules/@lit/reactive-element/decorators/state.min.js +32 -0
  428. package/dist/node_modules/@lit/reactive-element/reactive-element.min.js +32 -0
  429. package/dist/node_modules/flatpickr/dist/esm/index.min.js +27 -0
  430. package/dist/node_modules/flatpickr/dist/esm/l10n/default.min.js +27 -0
  431. package/dist/node_modules/flatpickr/dist/esm/types/options.min.js +27 -0
  432. package/dist/node_modules/flatpickr/dist/esm/utils/dates.min.js +27 -0
  433. package/dist/node_modules/flatpickr/dist/esm/utils/dom.min.js +27 -0
  434. package/dist/node_modules/flatpickr/dist/esm/utils/formatting.min.js +27 -0
  435. package/dist/node_modules/flatpickr/dist/esm/utils/index.min.js +27 -0
  436. package/dist/node_modules/flatpickr/dist/esm/utils/polyfills.min.js +27 -0
  437. package/dist/node_modules/flatpickr/dist/plugins/rangePlugin.min.js +42 -0
  438. package/dist/node_modules/lit-element/lit-element.min.js +32 -0
  439. package/dist/node_modules/lit-html/directive.min.js +32 -0
  440. package/dist/node_modules/lit-html/directives/class-map.min.js +32 -0
  441. package/dist/node_modules/lit-html/directives/if-defined.min.js +32 -0
  442. package/dist/node_modules/lit-html/directives/style-map.min.js +32 -0
  443. package/dist/node_modules/lit-html/directives/unsafe-html.min.js +32 -0
  444. package/dist/node_modules/lit-html/lit-html.min.js +32 -0
  445. package/dist/node_modules/lodash-es/_Symbol.min.js +27 -0
  446. package/dist/node_modules/lodash-es/_baseGetTag.min.js +27 -0
  447. package/dist/node_modules/lodash-es/_baseTrim.min.js +27 -0
  448. package/dist/node_modules/lodash-es/_freeGlobal.min.js +27 -0
  449. package/dist/node_modules/lodash-es/_getRawTag.min.js +27 -0
  450. package/dist/node_modules/lodash-es/_objectToString.min.js +27 -0
  451. package/dist/node_modules/lodash-es/_root.min.js +27 -0
  452. package/dist/node_modules/lodash-es/_trimmedEndIndex.min.js +27 -0
  453. package/dist/node_modules/lodash-es/debounce.min.js +27 -0
  454. package/dist/node_modules/lodash-es/isObject.min.js +27 -0
  455. package/dist/node_modules/lodash-es/isObjectLike.min.js +27 -0
  456. package/dist/node_modules/lodash-es/isSymbol.min.js +27 -0
  457. package/dist/node_modules/lodash-es/now.min.js +27 -0
  458. package/dist/node_modules/lodash-es/throttle.min.js +27 -0
  459. package/dist/node_modules/lodash-es/toNumber.min.js +27 -0
  460. package/dist/node_modules/tslib/tslib.es6.min.js +27 -0
  461. package/dist/packages/feature-flags/es/index.min.js +27 -0
  462. package/dist/packages/icons/lib/add/16.min.js +27 -0
  463. package/dist/packages/icons/lib/ai-label/24.min.js +27 -0
  464. package/dist/packages/icons/lib/arrow--down/32.min.js +27 -0
  465. package/dist/packages/icons/lib/arrow--left/16.min.js +27 -0
  466. package/dist/packages/icons/lib/arrows--vertical/32.min.js +27 -0
  467. package/dist/packages/icons/lib/calendar/16.min.js +27 -0
  468. package/dist/packages/icons/lib/caret--down/16.min.js +27 -0
  469. package/dist/packages/icons/lib/caret--left/16.min.js +27 -0
  470. package/dist/packages/icons/lib/caret--right/16.min.js +27 -0
  471. package/dist/packages/icons/lib/caution/index.min.js +27 -0
  472. package/dist/packages/icons/lib/checkbox/16.min.js +27 -0
  473. package/dist/packages/icons/lib/checkbox--checked--filled/16.min.js +27 -0
  474. package/dist/packages/icons/lib/checkmark/16.min.js +27 -0
  475. package/dist/packages/icons/lib/checkmark--filled/16.min.js +27 -0
  476. package/dist/packages/icons/lib/checkmark--filled/20.min.js +27 -0
  477. package/dist/packages/icons/lib/checkmark--outline/16.min.js +27 -0
  478. package/dist/packages/icons/lib/checkmark--outline/20.min.js +27 -0
  479. package/dist/packages/icons/lib/chevron--down/16.min.js +27 -0
  480. package/dist/packages/icons/lib/chevron--down/20.min.js +27 -0
  481. package/dist/packages/icons/lib/chevron--left/16.min.js +27 -0
  482. package/dist/packages/icons/lib/chevron--right/16.min.js +27 -0
  483. package/dist/packages/icons/lib/circle-dash/16.min.js +27 -0
  484. package/dist/packages/icons/lib/circle-dash/20.min.js +27 -0
  485. package/dist/packages/icons/lib/circle-fill/index.min.js +27 -0
  486. package/dist/packages/icons/lib/circle-stroke/index.min.js +27 -0
  487. package/dist/packages/icons/lib/close/16.min.js +27 -0
  488. package/dist/packages/icons/lib/close/20.min.js +27 -0
  489. package/dist/packages/icons/lib/copy/16.min.js +27 -0
  490. package/dist/packages/icons/lib/critical/index.min.js +27 -0
  491. package/dist/packages/icons/lib/critical-severity/index.min.js +27 -0
  492. package/dist/packages/icons/lib/diamond-fill/index.min.js +27 -0
  493. package/dist/packages/icons/lib/error--filled/16.min.js +27 -0
  494. package/dist/packages/icons/lib/error--filled/20.min.js +27 -0
  495. package/dist/packages/icons/lib/in-progress/16.min.js +27 -0
  496. package/dist/packages/icons/lib/in-progress/20.min.js +27 -0
  497. package/dist/packages/icons/lib/incomplete/16.min.js +27 -0
  498. package/dist/packages/icons/lib/incomplete/20.min.js +27 -0
  499. package/dist/packages/icons/lib/information/16.min.js +27 -0
  500. package/dist/packages/icons/lib/information--filled/20.min.js +27 -0
  501. package/dist/packages/icons/lib/information--square--filled/20.min.js +27 -0
  502. package/dist/packages/icons/lib/low-severity/index.min.js +27 -0
  503. package/dist/packages/icons/lib/menu/20.min.js +27 -0
  504. package/dist/packages/icons/lib/pending--filled/16.min.js +27 -0
  505. package/dist/packages/icons/lib/pending--filled/20.min.js +27 -0
  506. package/dist/packages/icons/lib/search/16.min.js +27 -0
  507. package/dist/packages/icons/lib/subtract/16.min.js +27 -0
  508. package/dist/packages/icons/lib/undefined--filled/16.min.js +27 -0
  509. package/dist/packages/icons/lib/undefined--filled/20.min.js +27 -0
  510. package/dist/packages/icons/lib/undo/16.min.js +27 -0
  511. package/dist/packages/icons/lib/unknown--filled/16.min.js +27 -0
  512. package/dist/packages/icons/lib/unknown--filled/20.min.js +27 -0
  513. package/dist/packages/icons/lib/view/16.min.js +27 -0
  514. package/dist/packages/icons/lib/view--off/16.min.js +27 -0
  515. package/dist/packages/icons/lib/warning/16.min.js +27 -0
  516. package/dist/packages/icons/lib/warning--alt--filled/16.min.js +27 -0
  517. package/dist/packages/icons/lib/warning--alt--filled/20.min.js +27 -0
  518. package/dist/packages/icons/lib/warning--alt-inverted--filled/16.min.js +27 -0
  519. package/dist/packages/icons/lib/warning--alt-inverted--filled/20.min.js +27 -0
  520. package/dist/packages/icons/lib/warning--filled/16.min.js +27 -0
  521. package/dist/packages/icons/lib/warning--filled/20.min.js +27 -0
  522. package/dist/packages/icons/lib/warning-square--filled/16.min.js +27 -0
  523. package/dist/packages/icons/lib/warning-square--filled/20.min.js +27 -0
  524. package/dist/packages/layout/es/index.min.js +27 -0
  525. package/dist/packages/motion/es/index.min.js +27 -0
  526. package/es/components/accordion/accordion-item-skeleton.js.map +1 -1
  527. package/es/components/accordion/accordion-item.js +2 -3
  528. package/es/components/accordion/accordion-item.js.map +1 -1
  529. package/es/components/accordion/accordion-skeleton.d.ts +1 -1
  530. package/es/components/accordion/accordion-skeleton.js +6 -6
  531. package/es/components/accordion/accordion-skeleton.js.map +1 -1
  532. package/es/components/accordion/accordion.d.ts +5 -1
  533. package/es/components/accordion/accordion.js +26 -3
  534. package/es/components/accordion/accordion.js.map +1 -1
  535. package/es/components/accordion/accordion.scss.js +1 -1
  536. package/es/components/accordion/defs.js.map +1 -1
  537. package/es/components/ai-label/ai-label-action-button.js.map +1 -1
  538. package/es/components/ai-label/ai-label.js.map +1 -1
  539. package/es/components/ai-label/ai-label.scss.js +1 -1
  540. package/es/components/ai-label/defs.js.map +1 -1
  541. package/es/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
  542. package/es/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
  543. package/es/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
  544. package/es/components/badge-indicator/badge-indicator.js.map +1 -1
  545. package/es/components/breadcrumb/breadcrumb-item.js.map +1 -1
  546. package/es/components/breadcrumb/breadcrumb-link.js.map +1 -1
  547. package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
  548. package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
  549. package/es/components/breadcrumb/breadcrumb.js.map +1 -1
  550. package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
  551. package/es/components/breadcrumb/defs.js.map +1 -1
  552. package/es/components/button/button-set-base.js.map +1 -1
  553. package/es/components/button/button-set.js.map +1 -1
  554. package/es/components/button/button-skeleton.js.map +1 -1
  555. package/es/components/button/button.js +2 -3
  556. package/es/components/button/button.js.map +1 -1
  557. package/es/components/button/button.scss.js +1 -1
  558. package/es/components/button/defs.d.ts +4 -0
  559. package/es/components/button/defs.js +4 -0
  560. package/es/components/button/defs.js.map +1 -1
  561. package/es/components/chat-button/chat-button-skeleton.js +1 -2
  562. package/es/components/chat-button/chat-button-skeleton.js.map +1 -1
  563. package/es/components/chat-button/chat-button.js +1 -2
  564. package/es/components/chat-button/chat-button.js.map +1 -1
  565. package/es/components/chat-button/chat-button.scss.js +1 -1
  566. package/es/components/chat-button/defs.js.map +1 -1
  567. package/es/components/checkbox/checkbox-group.js +1 -2
  568. package/es/components/checkbox/checkbox-group.js.map +1 -1
  569. package/es/components/checkbox/checkbox-skeleton.js.map +1 -1
  570. package/es/components/checkbox/checkbox.js.map +1 -1
  571. package/es/components/checkbox/defs.js.map +1 -1
  572. package/es/components/code-snippet/code-snippet-skeleton.js.map +1 -1
  573. package/es/components/code-snippet/code-snippet.d.ts +1 -1
  574. package/es/components/code-snippet/code-snippet.js +3 -4
  575. package/es/components/code-snippet/code-snippet.js.map +1 -1
  576. package/es/components/code-snippet/code-snippet.scss.js +1 -1
  577. package/es/components/code-snippet/defs.js.map +1 -1
  578. package/es/components/combo-box/combo-box-item.js.map +1 -1
  579. package/es/components/combo-box/combo-box.js.map +1 -1
  580. package/es/components/combo-button/combo-button.js +3 -3
  581. package/es/components/combo-button/combo-button.js.map +1 -1
  582. package/es/components/combo-button/combo-button.scss.js +1 -1
  583. package/es/components/combo-button/defs.js.map +1 -1
  584. package/es/components/content-switcher/content-switcher-item.js.map +1 -1
  585. package/es/components/content-switcher/content-switcher.js +1 -2
  586. package/es/components/content-switcher/content-switcher.js.map +1 -1
  587. package/es/components/content-switcher/content-switcher.scss.js +1 -1
  588. package/es/components/content-switcher/defs.js.map +1 -1
  589. package/es/components/copy/copy.js.map +1 -1
  590. package/es/components/copy-button/copy-button.js.map +1 -1
  591. package/es/components/copy-button/copy-button.scss.js +1 -1
  592. package/es/components/data-table/data-table.scss.js +1 -1
  593. package/es/components/data-table/defs.js.map +1 -1
  594. package/es/components/data-table/table-batch-actions.js.map +1 -1
  595. package/es/components/data-table/table-body.js.map +1 -1
  596. package/es/components/data-table/table-cell-content.js.map +1 -1
  597. package/es/components/data-table/table-cell.js.map +1 -1
  598. package/es/components/data-table/table-expanded-row.js +1 -1
  599. package/es/components/data-table/table-expanded-row.js.map +1 -1
  600. package/es/components/data-table/table-head.js.map +1 -1
  601. package/es/components/data-table/table-header-cell.js +1 -2
  602. package/es/components/data-table/table-header-cell.js.map +1 -1
  603. package/es/components/data-table/table-header-description.js.map +1 -1
  604. package/es/components/data-table/table-header-row.js.map +1 -1
  605. package/es/components/data-table/table-header-title.js.map +1 -1
  606. package/es/components/data-table/table-row.js +1 -1
  607. package/es/components/data-table/table-row.js.map +1 -1
  608. package/es/components/data-table/table-skeleton.js.map +1 -1
  609. package/es/components/data-table/table-toolbar-content.js.map +1 -1
  610. package/es/components/data-table/table-toolbar-search.js.map +1 -1
  611. package/es/components/data-table/table-toolbar.js.map +1 -1
  612. package/es/components/data-table/table.js +2 -3
  613. package/es/components/data-table/table.js.map +1 -1
  614. package/es/components/date-picker/append-to-plugin.js.map +1 -1
  615. package/es/components/date-picker/css-class-plugin.js.map +1 -1
  616. package/es/components/date-picker/date-picker-input-skeleton.d.ts +10 -1
  617. package/es/components/date-picker/date-picker-input-skeleton.js +32 -3
  618. package/es/components/date-picker/date-picker-input-skeleton.js.map +1 -1
  619. package/es/components/date-picker/date-picker-input.d.ts +15 -15
  620. package/es/components/date-picker/date-picker-input.js +26 -28
  621. package/es/components/date-picker/date-picker-input.js.map +1 -1
  622. package/es/components/date-picker/date-picker.d.ts +6 -6
  623. package/es/components/date-picker/date-picker.js +14 -14
  624. package/es/components/date-picker/date-picker.js.map +1 -1
  625. package/es/components/date-picker/date-picker.scss.js +1 -1
  626. package/es/components/date-picker/defs.js.map +1 -1
  627. package/es/components/date-picker/fix-events-plugin.js.map +1 -1
  628. package/es/components/date-picker/focus-plugin.d.ts +2 -2
  629. package/es/components/date-picker/focus-plugin.js +36 -39
  630. package/es/components/date-picker/focus-plugin.js.map +1 -1
  631. package/es/components/date-picker/icon-plugin.js.map +1 -1
  632. package/es/components/date-picker/iso-date.js.map +1 -1
  633. package/es/components/date-picker/month-select-plugin.js.map +1 -1
  634. package/es/components/date-picker/range-plugin.js +1 -0
  635. package/es/components/date-picker/range-plugin.js.map +1 -1
  636. package/es/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
  637. package/es/components/date-picker/state-handshake-plugin.js.map +1 -1
  638. package/es/components/dropdown/defs.js.map +1 -1
  639. package/es/components/dropdown/dropdown-item.js.map +1 -1
  640. package/es/components/dropdown/dropdown-skeleton.js.map +1 -1
  641. package/es/components/dropdown/dropdown.js +2 -3
  642. package/es/components/dropdown/dropdown.js.map +1 -1
  643. package/es/components/feature-flags/index.js.map +1 -1
  644. package/es/components/file-uploader/defs.js.map +1 -1
  645. package/es/components/file-uploader/demo-file-uploader.js.map +1 -1
  646. package/es/components/file-uploader/file-uploader-button.js +1 -1
  647. package/es/components/file-uploader/file-uploader-button.js.map +1 -1
  648. package/es/components/file-uploader/file-uploader-drop-container.js +1 -1
  649. package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -1
  650. package/es/components/file-uploader/file-uploader-item.js +1 -2
  651. package/es/components/file-uploader/file-uploader-item.js.map +1 -1
  652. package/es/components/file-uploader/file-uploader-skeleton.js.map +1 -1
  653. package/es/components/file-uploader/file-uploader.js.map +1 -1
  654. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  655. package/es/components/floating-menu/defs.js.map +1 -1
  656. package/es/components/floating-menu/floating-menu.js +1 -2
  657. package/es/components/floating-menu/floating-menu.js.map +1 -1
  658. package/es/components/form/form-item.js.map +1 -1
  659. package/es/components/form-group/form-group.js.map +1 -1
  660. package/es/components/grid/column-hang.js.map +1 -1
  661. package/es/components/grid/column.js.map +1 -1
  662. package/es/components/grid/defs.js.map +1 -1
  663. package/es/components/grid/grid-context.js.map +1 -1
  664. package/es/components/grid/grid.js.map +1 -1
  665. package/es/components/heading/heading.js.map +1 -1
  666. package/es/components/icon-button/defs.js.map +1 -1
  667. package/es/components/icon-button/icon-button.js.map +1 -1
  668. package/es/components/icon-button/icon-button.scss.js +1 -1
  669. package/es/components/icon-indicator/defs.js.map +1 -1
  670. package/es/components/icon-indicator/icon-indicator.js +1 -2
  671. package/es/components/icon-indicator/icon-indicator.js.map +1 -1
  672. package/es/components/inline-loading/defs.js.map +1 -1
  673. package/es/components/inline-loading/inline-loading.js +1 -2
  674. package/es/components/inline-loading/inline-loading.js.map +1 -1
  675. package/es/components/layer/layer.js.map +1 -1
  676. package/es/components/link/link.js.map +1 -1
  677. package/es/components/list/list-item.js.map +1 -1
  678. package/es/components/list/ordered-list.js.map +1 -1
  679. package/es/components/list/unordered-list.js.map +1 -1
  680. package/es/components/loading/defs.js.map +1 -1
  681. package/es/components/loading/loading-icon.js.map +1 -1
  682. package/es/components/loading/loading.js +1 -2
  683. package/es/components/loading/loading.js.map +1 -1
  684. package/es/components/loading/types.js.map +1 -1
  685. package/es/components/menu/defs.js.map +1 -1
  686. package/es/components/menu/menu-context.js.map +1 -1
  687. package/es/components/menu/menu-item-divider.js.map +1 -1
  688. package/es/components/menu/menu-item-group.js.map +1 -1
  689. package/es/components/menu/menu-item-radio-group.js.map +1 -1
  690. package/es/components/menu/menu-item-selectable.js.map +1 -1
  691. package/es/components/menu/menu-item.js +1 -2
  692. package/es/components/menu/menu-item.js.map +1 -1
  693. package/es/components/menu/menu.js +2 -3
  694. package/es/components/menu/menu.js.map +1 -1
  695. package/es/components/menu-button/defs.js.map +1 -1
  696. package/es/components/menu-button/menu-button.js +2 -3
  697. package/es/components/menu-button/menu-button.js.map +1 -1
  698. package/es/components/menu-button/menu-button.scss.js +1 -1
  699. package/es/components/modal/defs.js.map +1 -1
  700. package/es/components/modal/modal-body-content.js.map +1 -1
  701. package/es/components/modal/modal-body.js.map +1 -1
  702. package/es/components/modal/modal-close-button.js.map +1 -1
  703. package/es/components/modal/modal-footer-button.js.map +1 -1
  704. package/es/components/modal/modal-footer.js.map +1 -1
  705. package/es/components/modal/modal-header.js.map +1 -1
  706. package/es/components/modal/modal-heading.js.map +1 -1
  707. package/es/components/modal/modal-label.js.map +1 -1
  708. package/es/components/modal/modal.js +2 -3
  709. package/es/components/modal/modal.js.map +1 -1
  710. package/es/components/modal/modal.scss.js +1 -1
  711. package/es/components/multi-select/defs.js.map +1 -1
  712. package/es/components/multi-select/multi-select-item.js.map +1 -1
  713. package/es/components/multi-select/multi-select.js +2 -3
  714. package/es/components/multi-select/multi-select.js.map +1 -1
  715. package/es/components/notification/actionable-notification-button.js.map +1 -1
  716. package/es/components/notification/actionable-notification.js.map +1 -1
  717. package/es/components/notification/actionable-notification.scss.js +1 -1
  718. package/es/components/notification/defs.js.map +1 -1
  719. package/es/components/notification/inline-notification.js +1 -2
  720. package/es/components/notification/inline-notification.js.map +1 -1
  721. package/es/components/notification/inline-notification.scss.js +1 -1
  722. package/es/components/notification/stories/helper.js.map +1 -1
  723. package/es/components/notification/toast-notification.js.map +1 -1
  724. package/es/components/notification/toast-notification.scss.js +1 -1
  725. package/es/components/number-input/defs.js.map +1 -1
  726. package/es/components/number-input/number-input-skeleton.js.map +1 -1
  727. package/es/components/number-input/number-input.js.map +1 -1
  728. package/es/components/overflow-menu/defs.js.map +1 -1
  729. package/es/components/overflow-menu/overflow-menu-body.js.map +1 -1
  730. package/es/components/overflow-menu/overflow-menu-item.js.map +1 -1
  731. package/es/components/overflow-menu/overflow-menu.js +1 -2
  732. package/es/components/overflow-menu/overflow-menu.js.map +1 -1
  733. package/es/components/overflow-menu/overflow-menu.scss.js +1 -1
  734. package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
  735. package/es/components/page-header/page-header-content-text.js.map +1 -1
  736. package/es/components/page-header/page-header-content.js.map +1 -1
  737. package/es/components/page-header/page-header-hero-image.js.map +1 -1
  738. package/es/components/page-header/page-header-tabs.js.map +1 -1
  739. package/es/components/page-header/page-header.js.map +1 -1
  740. package/es/components/pagination/defs.js.map +1 -1
  741. package/es/components/pagination/pagination.js +1 -1
  742. package/es/components/pagination/pagination.js.map +1 -1
  743. package/es/components/pagination/pagination.scss.js +1 -1
  744. package/es/components/password-input/defs.d.ts +50 -0
  745. package/es/components/password-input/defs.js +65 -0
  746. package/es/components/password-input/defs.js.map +1 -0
  747. package/es/components/password-input/index.d.ts +8 -0
  748. package/es/components/password-input/index.js +10 -0
  749. package/es/components/password-input/index.js.map +1 -0
  750. package/es/components/password-input/password-input-skeleton.d.ts +21 -0
  751. package/es/components/password-input/password-input-skeleton.js +53 -0
  752. package/es/components/password-input/password-input-skeleton.js.map +1 -0
  753. package/es/components/password-input/password-input.d.ts +69 -0
  754. package/es/components/password-input/password-input.js +302 -0
  755. package/es/components/password-input/password-input.js.map +1 -0
  756. package/es/components/password-input/password-input.scss.js +13 -0
  757. package/es/components/password-input/password-input.scss.js.map +1 -0
  758. package/es/components/popover/defs.js.map +1 -1
  759. package/es/components/popover/popover-content.js.map +1 -1
  760. package/es/components/popover/popover.d.ts +354 -1
  761. package/es/components/popover/popover.js +40 -14
  762. package/es/components/popover/popover.js.map +1 -1
  763. package/es/components/progress-bar/defs.js.map +1 -1
  764. package/es/components/progress-bar/progress-bar.js +1 -2
  765. package/es/components/progress-bar/progress-bar.js.map +1 -1
  766. package/es/components/progress-bar/progress-bar.scss.js +1 -1
  767. package/es/components/progress-indicator/defs.js.map +1 -1
  768. package/es/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
  769. package/es/components/progress-indicator/progress-indicator.js.map +1 -1
  770. package/es/components/progress-indicator/progress-indicator.scss.js +1 -1
  771. package/es/components/progress-indicator/progress-step-skeleton.js.map +1 -1
  772. package/es/components/progress-indicator/progress-step.js +2 -3
  773. package/es/components/progress-indicator/progress-step.js.map +1 -1
  774. package/es/components/radio-button/defs.js.map +1 -1
  775. package/es/components/radio-button/radio-button-group.js +2 -3
  776. package/es/components/radio-button/radio-button-group.js.map +1 -1
  777. package/es/components/radio-button/radio-button-skeleton.js.map +1 -1
  778. package/es/components/radio-button/radio-button.js +2 -3
  779. package/es/components/radio-button/radio-button.js.map +1 -1
  780. package/es/components/search/search-skeleton.js.map +1 -1
  781. package/es/components/search/search.js +1 -1
  782. package/es/components/search/search.js.map +1 -1
  783. package/es/components/select/select-item-group.js.map +1 -1
  784. package/es/components/select/select-item.js.map +1 -1
  785. package/es/components/select/select-skeleton.js.map +1 -1
  786. package/es/components/select/select.js.map +1 -1
  787. package/es/components/shape-indicator/defs.js.map +1 -1
  788. package/es/components/shape-indicator/shape-indicator.js.map +1 -1
  789. package/es/components/side-panel/defs.js.map +1 -1
  790. package/es/components/side-panel/side-panel.js +6 -16
  791. package/es/components/side-panel/side-panel.js.map +1 -1
  792. package/es/components/skeleton-icon/skeleton-icon.js.map +1 -1
  793. package/es/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
  794. package/es/components/skeleton-text/defs.js.map +1 -1
  795. package/es/components/skeleton-text/skeleton-text.js +1 -2
  796. package/es/components/skeleton-text/skeleton-text.js.map +1 -1
  797. package/es/components/skip-to-content/skip-to-content.js.map +1 -1
  798. package/es/components/skip-to-content/skip-to-content.scss.js +1 -1
  799. package/es/components/slider/slider-input.js.map +1 -1
  800. package/es/components/slider/slider-skeleton.js.map +1 -1
  801. package/es/components/slider/slider.js +1 -1
  802. package/es/components/slider/slider.js.map +1 -1
  803. package/es/components/slug/defs.js.map +1 -1
  804. package/es/components/slug/slug-action-button.js.map +1 -1
  805. package/es/components/slug/slug.js.map +1 -1
  806. package/es/components/slug/slug.scss.js +1 -1
  807. package/es/components/stack/defs.js.map +1 -1
  808. package/es/components/stack/stack.js +1 -2
  809. package/es/components/stack/stack.js.map +1 -1
  810. package/es/components/structured-list/structured-list-body.js.map +1 -1
  811. package/es/components/structured-list/structured-list-cell.js.map +1 -1
  812. package/es/components/structured-list/structured-list-head.js.map +1 -1
  813. package/es/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
  814. package/es/components/structured-list/structured-list-header-cell.js.map +1 -1
  815. package/es/components/structured-list/structured-list-header-row.js.map +1 -1
  816. package/es/components/structured-list/structured-list-row.js +1 -1
  817. package/es/components/structured-list/structured-list-row.js.map +1 -1
  818. package/es/components/structured-list/structured-list.js.map +1 -1
  819. package/es/components/tabs/defs.js.map +1 -1
  820. package/es/components/tabs/tab-skeleton.js.map +1 -1
  821. package/es/components/tabs/tab.js.map +1 -1
  822. package/es/components/tabs/tabs-skeleton.js.map +1 -1
  823. package/es/components/tabs/tabs.js +1 -3
  824. package/es/components/tabs/tabs.js.map +1 -1
  825. package/es/components/tabs/tabs.scss.js +1 -1
  826. package/es/components/tag/defs.js.map +1 -1
  827. package/es/components/tag/dismissible-tag.js +1 -2
  828. package/es/components/tag/dismissible-tag.js.map +1 -1
  829. package/es/components/tag/operational-tag.js +2 -3
  830. package/es/components/tag/operational-tag.js.map +1 -1
  831. package/es/components/tag/selectable-tag.js +3 -3
  832. package/es/components/tag/selectable-tag.js.map +1 -1
  833. package/es/components/tag/tag-skeleton.js.map +1 -1
  834. package/es/components/tag/tag.js +2 -3
  835. package/es/components/tag/tag.js.map +1 -1
  836. package/es/components/tag/tag.scss.js +1 -1
  837. package/es/components/tag/types.js.map +1 -1
  838. package/es/components/tearsheet/defs.js.map +1 -1
  839. package/es/components/tearsheet/tearsheet.js +6 -16
  840. package/es/components/tearsheet/tearsheet.js.map +1 -1
  841. package/es/components/text-input/defs.js.map +1 -1
  842. package/es/components/text-input/stories/helpers.js.map +1 -1
  843. package/es/components/text-input/text-input-skeleton.js.map +1 -1
  844. package/es/components/text-input/text-input.d.ts +9 -1
  845. package/es/components/text-input/text-input.js +16 -5
  846. package/es/components/text-input/text-input.js.map +1 -1
  847. package/es/components/textarea/stories/helpers.js.map +1 -1
  848. package/es/components/textarea/textarea-skeleton.js.map +1 -1
  849. package/es/components/textarea/textarea.js.map +1 -1
  850. package/es/components/tile/clickable-tile.js.map +1 -1
  851. package/es/components/tile/expandable-tile.js +1 -1
  852. package/es/components/tile/expandable-tile.js.map +1 -1
  853. package/es/components/tile/radio-tile.js +1 -1
  854. package/es/components/tile/radio-tile.js.map +1 -1
  855. package/es/components/tile/selectable-tile.js +1 -1
  856. package/es/components/tile/selectable-tile.js.map +1 -1
  857. package/es/components/tile/tile-group.js +1 -1
  858. package/es/components/tile/tile-group.js.map +1 -1
  859. package/es/components/tile/tile.js +1 -2
  860. package/es/components/tile/tile.js.map +1 -1
  861. package/es/components/tile/tile.scss.js +1 -1
  862. package/es/components/time-picker/defs.js.map +1 -1
  863. package/es/components/time-picker/time-picker-select.js.map +1 -1
  864. package/es/components/time-picker/time-picker.js.map +1 -1
  865. package/es/components/toggle/defs.js.map +1 -1
  866. package/es/components/toggle/toggle.js +1 -2
  867. package/es/components/toggle/toggle.js.map +1 -1
  868. package/es/components/toggle-tip/toggletip.d.ts +14 -1
  869. package/es/components/toggle-tip/toggletip.js +35 -7
  870. package/es/components/toggle-tip/toggletip.js.map +1 -1
  871. package/es/components/toggle-tip/toggletip.scss.js +1 -1
  872. package/es/components/tooltip/definition-tooltip.js.map +1 -1
  873. package/es/components/tooltip/tooltip-content.js.map +1 -1
  874. package/es/components/tooltip/tooltip.js.map +1 -1
  875. package/es/components/tooltip/tooltip.scss.js +1 -1
  876. package/es/components/tree-view/defs.js.map +1 -1
  877. package/es/components/tree-view/tree-node.js.map +1 -1
  878. package/es/components/tree-view/tree-view.js +2 -3
  879. package/es/components/tree-view/tree-view.js.map +1 -1
  880. package/es/components/ui-shell/defs.js.map +1 -1
  881. package/es/components/ui-shell/header-global-action.js.map +1 -1
  882. package/es/components/ui-shell/header-menu-button.js.map +1 -1
  883. package/es/components/ui-shell/header-menu-item.js.map +1 -1
  884. package/es/components/ui-shell/header-menu.js +1 -1
  885. package/es/components/ui-shell/header-menu.js.map +1 -1
  886. package/es/components/ui-shell/header-name.js.map +1 -1
  887. package/es/components/ui-shell/header-nav-item.js.map +1 -1
  888. package/es/components/ui-shell/header-nav.js.map +1 -1
  889. package/es/components/ui-shell/header-panel.js.map +1 -1
  890. package/es/components/ui-shell/header-side-nav-items.js.map +1 -1
  891. package/es/components/ui-shell/header.js.map +1 -1
  892. package/es/components/ui-shell/header.scss.js +1 -1
  893. package/es/components/ui-shell/side-nav-divider.js.map +1 -1
  894. package/es/components/ui-shell/side-nav-items.js.map +1 -1
  895. package/es/components/ui-shell/side-nav-link.js.map +1 -1
  896. package/es/components/ui-shell/side-nav-menu-item.js.map +1 -1
  897. package/es/components/ui-shell/side-nav-menu.js +3 -1
  898. package/es/components/ui-shell/side-nav-menu.js.map +1 -1
  899. package/es/components/ui-shell/side-nav.js +4 -6
  900. package/es/components/ui-shell/side-nav.js.map +1 -1
  901. package/es/components/ui-shell/switcher-divider.js.map +1 -1
  902. package/es/components/ui-shell/switcher-item.js.map +1 -1
  903. package/es/components/ui-shell/switcher.js.map +1 -1
  904. package/es/feature-flags/es/index.js +29 -18
  905. package/es/feature-flags/es/index.js.map +1 -1
  906. package/es/globals/controllers/floating-controller.d.ts +1 -0
  907. package/es/globals/controllers/floating-controller.js +2 -2
  908. package/es/globals/controllers/floating-controller.js.map +1 -1
  909. package/es/globals/decorators/carbon-element.js.map +1 -1
  910. package/es/globals/decorators/host-listener.js.map +1 -1
  911. package/es/globals/directives/if-non-empty.js.map +1 -1
  912. package/es/globals/directives/spread.js.map +1 -1
  913. package/es/globals/internal/collection-helpers.js.map +1 -1
  914. package/es/globals/internal/feature-flags.js.map +1 -1
  915. package/es/globals/internal/radio-group-manager.js.map +1 -1
  916. package/es/globals/mixins/focus.js.map +1 -1
  917. package/es/globals/mixins/form.js.map +1 -1
  918. package/es/globals/mixins/host-listener.js.map +1 -1
  919. package/es/globals/mixins/on.js.map +1 -1
  920. package/es/globals/mixins/validity.js.map +1 -1
  921. package/es/globals/settings.js.map +1 -1
  922. package/es/globals/shared-enums.js.map +1 -1
  923. package/es/icons/SAP/16.d.ts +10 -0
  924. package/es/icons/SAP/16.js +12 -0
  925. package/es/icons/SAP/20.d.ts +10 -0
  926. package/es/icons/SAP/20.js +12 -0
  927. package/es/icons/SAP/24.d.ts +10 -0
  928. package/es/icons/SAP/24.js +12 -0
  929. package/es/icons/SAP/32.d.ts +10 -0
  930. package/es/icons/SAP/32.js +12 -0
  931. package/es/icons/aggregator--count-rows/16.d.ts +10 -0
  932. package/es/icons/aggregator--count-rows/16.js +12 -0
  933. package/es/icons/aggregator--count-rows/20.d.ts +10 -0
  934. package/es/icons/aggregator--count-rows/20.js +12 -0
  935. package/es/icons/aggregator--count-rows/24.d.ts +10 -0
  936. package/es/icons/aggregator--count-rows/24.js +12 -0
  937. package/es/icons/aggregator--count-rows/32.d.ts +10 -0
  938. package/es/icons/aggregator--count-rows/32.js +12 -0
  939. package/es/icons/aggregator--recalculation/16.d.ts +10 -0
  940. package/es/icons/aggregator--recalculation/16.js +12 -0
  941. package/es/icons/aggregator--recalculation/20.d.ts +10 -0
  942. package/es/icons/aggregator--recalculation/20.js +12 -0
  943. package/es/icons/aggregator--recalculation/24.d.ts +10 -0
  944. package/es/icons/aggregator--recalculation/24.js +12 -0
  945. package/es/icons/aggregator--recalculation/32.d.ts +10 -0
  946. package/es/icons/aggregator--recalculation/32.js +12 -0
  947. package/es/icons/base-document-set/16.d.ts +10 -0
  948. package/es/icons/base-document-set/16.js +12 -0
  949. package/es/icons/base-document-set/20.d.ts +10 -0
  950. package/es/icons/base-document-set/20.js +12 -0
  951. package/es/icons/base-document-set/24.d.ts +10 -0
  952. package/es/icons/base-document-set/24.js +12 -0
  953. package/es/icons/base-document-set/32.d.ts +10 -0
  954. package/es/icons/base-document-set/32.js +12 -0
  955. package/es/icons/document-set/16.d.ts +10 -0
  956. package/es/icons/document-set/16.js +12 -0
  957. package/es/icons/document-set/20.d.ts +10 -0
  958. package/es/icons/document-set/20.js +12 -0
  959. package/es/icons/document-set/24.d.ts +10 -0
  960. package/es/icons/document-set/24.js +12 -0
  961. package/es/icons/document-set/32.d.ts +10 -0
  962. package/es/icons/document-set/32.js +12 -0
  963. package/es/icons/follow-up-work-order/16.d.ts +10 -0
  964. package/es/icons/follow-up-work-order/16.js +12 -0
  965. package/es/icons/follow-up-work-order/20.d.ts +10 -0
  966. package/es/icons/follow-up-work-order/20.js +12 -0
  967. package/es/icons/follow-up-work-order/24.d.ts +10 -0
  968. package/es/icons/follow-up-work-order/24.js +12 -0
  969. package/es/icons/follow-up-work-order/32.d.ts +10 -0
  970. package/es/icons/follow-up-work-order/32.js +12 -0
  971. package/es/icons/funnel--sequence/16.d.ts +10 -0
  972. package/es/icons/funnel--sequence/16.js +12 -0
  973. package/es/icons/funnel--sequence/20.d.ts +10 -0
  974. package/es/icons/funnel--sequence/20.js +12 -0
  975. package/es/icons/funnel--sequence/24.d.ts +10 -0
  976. package/es/icons/funnel--sequence/24.js +12 -0
  977. package/es/icons/funnel--sequence/32.d.ts +10 -0
  978. package/es/icons/funnel--sequence/32.js +12 -0
  979. package/es/icons/funnel--sort/16.d.ts +10 -0
  980. package/es/icons/funnel--sort/16.js +12 -0
  981. package/es/icons/funnel--sort/20.d.ts +10 -0
  982. package/es/icons/funnel--sort/20.js +12 -0
  983. package/es/icons/funnel--sort/24.d.ts +10 -0
  984. package/es/icons/funnel--sort/24.js +12 -0
  985. package/es/icons/funnel--sort/32.d.ts +10 -0
  986. package/es/icons/funnel--sort/32.js +12 -0
  987. package/es/icons/heading/16.d.ts +10 -0
  988. package/es/icons/heading/16.js +12 -0
  989. package/es/icons/heading/20.d.ts +10 -0
  990. package/es/icons/heading/20.js +12 -0
  991. package/es/icons/heading/24.d.ts +10 -0
  992. package/es/icons/heading/24.js +12 -0
  993. package/es/icons/heading/32.d.ts +10 -0
  994. package/es/icons/heading/32.js +12 -0
  995. package/es/icons/ibm-software--watsonx--data--analyze-and-process/16.d.ts +10 -0
  996. package/es/icons/ibm-software--watsonx--data--analyze-and-process/16.js +12 -0
  997. package/es/icons/ibm-software--watsonx--data--analyze-and-process/20.d.ts +10 -0
  998. package/es/icons/ibm-software--watsonx--data--analyze-and-process/20.js +12 -0
  999. package/es/icons/ibm-software--watsonx--data--analyze-and-process/24.d.ts +10 -0
  1000. package/es/icons/ibm-software--watsonx--data--analyze-and-process/24.js +12 -0
  1001. package/es/icons/ibm-software--watsonx--data--analyze-and-process/32.d.ts +10 -0
  1002. package/es/icons/ibm-software--watsonx--data--analyze-and-process/32.js +12 -0
  1003. package/es/icons/ibm-software--watsonx--data--structured--enrichment/16.d.ts +10 -0
  1004. package/es/icons/ibm-software--watsonx--data--structured--enrichment/16.js +12 -0
  1005. package/es/icons/ibm-software--watsonx--data--structured--enrichment/20.d.ts +10 -0
  1006. package/es/icons/ibm-software--watsonx--data--structured--enrichment/20.js +12 -0
  1007. package/es/icons/ibm-software--watsonx--data--structured--enrichment/24.d.ts +10 -0
  1008. package/es/icons/ibm-software--watsonx--data--structured--enrichment/24.js +12 -0
  1009. package/es/icons/ibm-software--watsonx--data--structured--enrichment/32.d.ts +10 -0
  1010. package/es/icons/ibm-software--watsonx--data--structured--enrichment/32.js +12 -0
  1011. package/es/icons/ibm-software--watsonx--data--structured--import/16.d.ts +10 -0
  1012. package/es/icons/ibm-software--watsonx--data--structured--import/16.js +12 -0
  1013. package/es/icons/ibm-software--watsonx--data--structured--import/20.d.ts +10 -0
  1014. package/es/icons/ibm-software--watsonx--data--structured--import/20.js +12 -0
  1015. package/es/icons/ibm-software--watsonx--data--structured--import/24.d.ts +10 -0
  1016. package/es/icons/ibm-software--watsonx--data--structured--import/24.js +12 -0
  1017. package/es/icons/ibm-software--watsonx--data--structured--import/32.d.ts +10 -0
  1018. package/es/icons/ibm-software--watsonx--data--structured--import/32.js +12 -0
  1019. package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/16.d.ts +10 -0
  1020. package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/16.js +12 -0
  1021. package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/20.d.ts +10 -0
  1022. package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/20.js +12 -0
  1023. package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/24.d.ts +10 -0
  1024. package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/24.js +12 -0
  1025. package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/32.d.ts +10 -0
  1026. package/es/icons/ibm-software--watsonx--data--unstructured--enrichment/32.js +12 -0
  1027. package/es/icons/ibm-software--watsonx--data--unstructured--import/16.d.ts +10 -0
  1028. package/es/icons/ibm-software--watsonx--data--unstructured--import/16.js +12 -0
  1029. package/es/icons/ibm-software--watsonx--data--unstructured--import/20.d.ts +10 -0
  1030. package/es/icons/ibm-software--watsonx--data--unstructured--import/20.js +12 -0
  1031. package/es/icons/ibm-software--watsonx--data--unstructured--import/24.d.ts +10 -0
  1032. package/es/icons/ibm-software--watsonx--data--unstructured--import/24.js +12 -0
  1033. package/es/icons/ibm-software--watsonx--data--unstructured--import/32.d.ts +10 -0
  1034. package/es/icons/ibm-software--watsonx--data--unstructured--import/32.js +12 -0
  1035. package/es/icons/ibm-software--watsonx--document--library/16.d.ts +10 -0
  1036. package/es/icons/ibm-software--watsonx--document--library/16.js +12 -0
  1037. package/es/icons/ibm-software--watsonx--document--library/20.d.ts +10 -0
  1038. package/es/icons/ibm-software--watsonx--document--library/20.js +12 -0
  1039. package/es/icons/ibm-software--watsonx--document--library/24.d.ts +10 -0
  1040. package/es/icons/ibm-software--watsonx--document--library/24.js +12 -0
  1041. package/es/icons/ibm-software--watsonx--document--library/32.d.ts +10 -0
  1042. package/es/icons/ibm-software--watsonx--document--library/32.js +12 -0
  1043. package/es/icons/important/16.d.ts +10 -0
  1044. package/es/icons/important/16.js +12 -0
  1045. package/es/icons/important/20.d.ts +10 -0
  1046. package/es/icons/important/20.js +12 -0
  1047. package/es/icons/important/24.d.ts +10 -0
  1048. package/es/icons/important/24.js +12 -0
  1049. package/es/icons/important/32.d.ts +10 -0
  1050. package/es/icons/important/32.js +12 -0
  1051. package/es/icons/join--inner--alt/16.d.ts +10 -0
  1052. package/es/icons/join--inner--alt/16.js +12 -0
  1053. package/es/icons/join--inner--alt/20.d.ts +10 -0
  1054. package/es/icons/join--inner--alt/20.js +12 -0
  1055. package/es/icons/join--inner--alt/24.d.ts +10 -0
  1056. package/es/icons/join--inner--alt/24.js +12 -0
  1057. package/es/icons/join--inner--alt/32.d.ts +10 -0
  1058. package/es/icons/join--inner--alt/32.js +12 -0
  1059. package/es/icons/join--left-outer/16.d.ts +10 -0
  1060. package/es/icons/join--left-outer/16.js +12 -0
  1061. package/es/icons/join--left-outer/20.d.ts +10 -0
  1062. package/es/icons/join--left-outer/20.js +12 -0
  1063. package/es/icons/join--left-outer/24.d.ts +10 -0
  1064. package/es/icons/join--left-outer/24.js +12 -0
  1065. package/es/icons/join--left-outer/32.d.ts +10 -0
  1066. package/es/icons/join--left-outer/32.js +12 -0
  1067. package/es/icons/join--right-outer/16.d.ts +10 -0
  1068. package/es/icons/join--right-outer/16.js +12 -0
  1069. package/es/icons/join--right-outer/20.d.ts +10 -0
  1070. package/es/icons/join--right-outer/20.js +12 -0
  1071. package/es/icons/join--right-outer/24.d.ts +10 -0
  1072. package/es/icons/join--right-outer/24.js +12 -0
  1073. package/es/icons/join--right-outer/32.d.ts +10 -0
  1074. package/es/icons/join--right-outer/32.js +12 -0
  1075. package/es/icons/marginal/16.d.ts +10 -0
  1076. package/es/icons/marginal/16.js +12 -0
  1077. package/es/icons/marginal/20.d.ts +10 -0
  1078. package/es/icons/marginal/20.js +12 -0
  1079. package/es/icons/marginal/24.d.ts +10 -0
  1080. package/es/icons/marginal/24.js +12 -0
  1081. package/es/icons/marginal/32.d.ts +10 -0
  1082. package/es/icons/marginal/32.js +12 -0
  1083. package/es/icons/modified--newest/16.d.ts +10 -0
  1084. package/es/icons/modified--newest/16.js +12 -0
  1085. package/es/icons/modified--newest/20.d.ts +10 -0
  1086. package/es/icons/modified--newest/20.js +12 -0
  1087. package/es/icons/modified--newest/24.d.ts +10 -0
  1088. package/es/icons/modified--newest/24.js +12 -0
  1089. package/es/icons/modified--newest/32.d.ts +10 -0
  1090. package/es/icons/modified--newest/32.js +12 -0
  1091. package/es/icons/modified--oldest/16.d.ts +10 -0
  1092. package/es/icons/modified--oldest/16.js +12 -0
  1093. package/es/icons/modified--oldest/20.d.ts +10 -0
  1094. package/es/icons/modified--oldest/20.js +12 -0
  1095. package/es/icons/modified--oldest/24.d.ts +10 -0
  1096. package/es/icons/modified--oldest/24.js +12 -0
  1097. package/es/icons/modified--oldest/32.d.ts +10 -0
  1098. package/es/icons/modified--oldest/32.js +12 -0
  1099. package/es/icons/pivot--horizontal/16.d.ts +10 -0
  1100. package/es/icons/pivot--horizontal/16.js +12 -0
  1101. package/es/icons/pivot--horizontal/20.d.ts +10 -0
  1102. package/es/icons/pivot--horizontal/20.js +12 -0
  1103. package/es/icons/pivot--horizontal/24.d.ts +10 -0
  1104. package/es/icons/pivot--horizontal/24.js +12 -0
  1105. package/es/icons/pivot--horizontal/32.d.ts +10 -0
  1106. package/es/icons/pivot--horizontal/32.js +12 -0
  1107. package/es/icons/pivot--vertical/16.d.ts +10 -0
  1108. package/es/icons/pivot--vertical/16.js +12 -0
  1109. package/es/icons/pivot--vertical/20.d.ts +10 -0
  1110. package/es/icons/pivot--vertical/20.js +12 -0
  1111. package/es/icons/pivot--vertical/24.d.ts +10 -0
  1112. package/es/icons/pivot--vertical/24.js +12 -0
  1113. package/es/icons/pivot--vertical/32.d.ts +10 -0
  1114. package/es/icons/pivot--vertical/32.js +12 -0
  1115. package/es/icons/pop-in/16.d.ts +10 -0
  1116. package/es/icons/pop-in/16.js +12 -0
  1117. package/es/icons/pop-in/20.d.ts +10 -0
  1118. package/es/icons/pop-in/20.js +12 -0
  1119. package/es/icons/pop-in/24.d.ts +10 -0
  1120. package/es/icons/pop-in/24.js +12 -0
  1121. package/es/icons/pop-in/32.d.ts +10 -0
  1122. package/es/icons/pop-in/32.js +12 -0
  1123. package/es/icons/read-me/16.d.ts +10 -0
  1124. package/es/icons/read-me/16.js +12 -0
  1125. package/es/icons/read-me/20.d.ts +10 -0
  1126. package/es/icons/read-me/20.js +12 -0
  1127. package/es/icons/read-me/24.d.ts +10 -0
  1128. package/es/icons/read-me/24.js +12 -0
  1129. package/es/icons/read-me/32.d.ts +10 -0
  1130. package/es/icons/read-me/32.js +12 -0
  1131. package/es/icons/surrogate--key-database/16.d.ts +10 -0
  1132. package/es/icons/surrogate--key-database/16.js +12 -0
  1133. package/es/icons/surrogate--key-database/20.d.ts +10 -0
  1134. package/es/icons/surrogate--key-database/20.js +12 -0
  1135. package/es/icons/surrogate--key-database/24.d.ts +10 -0
  1136. package/es/icons/surrogate--key-database/24.js +12 -0
  1137. package/es/icons/surrogate--key-database/32.d.ts +10 -0
  1138. package/es/icons/surrogate--key-database/32.js +12 -0
  1139. package/es/icons/surrogate--key-flat-file/16.d.ts +10 -0
  1140. package/es/icons/surrogate--key-flat-file/16.js +12 -0
  1141. package/es/icons/surrogate--key-flat-file/20.d.ts +10 -0
  1142. package/es/icons/surrogate--key-flat-file/20.js +12 -0
  1143. package/es/icons/surrogate--key-flat-file/24.d.ts +10 -0
  1144. package/es/icons/surrogate--key-flat-file/24.js +12 -0
  1145. package/es/icons/surrogate--key-flat-file/32.d.ts +10 -0
  1146. package/es/icons/surrogate--key-flat-file/32.js +12 -0
  1147. package/es/icons/waveform/16.d.ts +10 -0
  1148. package/es/icons/waveform/16.js +12 -0
  1149. package/es/icons/waveform/20.d.ts +10 -0
  1150. package/es/icons/waveform/20.js +12 -0
  1151. package/es/icons/waveform/24.d.ts +10 -0
  1152. package/es/icons/waveform/24.js +12 -0
  1153. package/es/icons/waveform/32.d.ts +10 -0
  1154. package/es/icons/waveform/32.js +12 -0
  1155. package/es-custom/components/accordion/accordion-item-skeleton.js.map +1 -1
  1156. package/es-custom/components/accordion/accordion-item.js +2 -3
  1157. package/es-custom/components/accordion/accordion-item.js.map +1 -1
  1158. package/es-custom/components/accordion/accordion-skeleton.d.ts +1 -1
  1159. package/es-custom/components/accordion/accordion-skeleton.js +6 -6
  1160. package/es-custom/components/accordion/accordion-skeleton.js.map +1 -1
  1161. package/es-custom/components/accordion/accordion.d.ts +5 -1
  1162. package/es-custom/components/accordion/accordion.js +26 -3
  1163. package/es-custom/components/accordion/accordion.js.map +1 -1
  1164. package/es-custom/components/accordion/accordion.scss.js +1 -1
  1165. package/es-custom/components/accordion/defs.js.map +1 -1
  1166. package/es-custom/components/ai-label/ai-label-action-button.js.map +1 -1
  1167. package/es-custom/components/ai-label/ai-label.js.map +1 -1
  1168. package/es-custom/components/ai-label/ai-label.scss.js +1 -1
  1169. package/es-custom/components/ai-label/defs.js.map +1 -1
  1170. package/es-custom/components/ai-skeleton/ai-skeleton-icon.js.map +1 -1
  1171. package/es-custom/components/ai-skeleton/ai-skeleton-placeholder.js.map +1 -1
  1172. package/es-custom/components/ai-skeleton/ai-skeleton-text.js.map +1 -1
  1173. package/es-custom/components/badge-indicator/badge-indicator.js.map +1 -1
  1174. package/es-custom/components/breadcrumb/breadcrumb-item.js.map +1 -1
  1175. package/es-custom/components/breadcrumb/breadcrumb-link.js.map +1 -1
  1176. package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
  1177. package/es-custom/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
  1178. package/es-custom/components/breadcrumb/breadcrumb.js.map +1 -1
  1179. package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
  1180. package/es-custom/components/breadcrumb/defs.js.map +1 -1
  1181. package/es-custom/components/button/button-set-base.js.map +1 -1
  1182. package/es-custom/components/button/button-set.js.map +1 -1
  1183. package/es-custom/components/button/button-skeleton.js.map +1 -1
  1184. package/es-custom/components/button/button.js +2 -3
  1185. package/es-custom/components/button/button.js.map +1 -1
  1186. package/es-custom/components/button/button.scss.js +1 -1
  1187. package/es-custom/components/button/defs.d.ts +4 -0
  1188. package/es-custom/components/button/defs.js +4 -0
  1189. package/es-custom/components/button/defs.js.map +1 -1
  1190. package/es-custom/components/chat-button/chat-button-skeleton.js +1 -2
  1191. package/es-custom/components/chat-button/chat-button-skeleton.js.map +1 -1
  1192. package/es-custom/components/chat-button/chat-button.js +1 -2
  1193. package/es-custom/components/chat-button/chat-button.js.map +1 -1
  1194. package/es-custom/components/chat-button/chat-button.scss.js +1 -1
  1195. package/es-custom/components/chat-button/defs.js.map +1 -1
  1196. package/es-custom/components/checkbox/checkbox-group.js +1 -2
  1197. package/es-custom/components/checkbox/checkbox-group.js.map +1 -1
  1198. package/es-custom/components/checkbox/checkbox-skeleton.js.map +1 -1
  1199. package/es-custom/components/checkbox/checkbox.js.map +1 -1
  1200. package/es-custom/components/checkbox/defs.js.map +1 -1
  1201. package/es-custom/components/code-snippet/code-snippet-skeleton.js.map +1 -1
  1202. package/es-custom/components/code-snippet/code-snippet.d.ts +1 -1
  1203. package/es-custom/components/code-snippet/code-snippet.js +3 -4
  1204. package/es-custom/components/code-snippet/code-snippet.js.map +1 -1
  1205. package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
  1206. package/es-custom/components/code-snippet/defs.js.map +1 -1
  1207. package/es-custom/components/combo-box/combo-box-item.js.map +1 -1
  1208. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  1209. package/es-custom/components/combo-button/combo-button.js +3 -3
  1210. package/es-custom/components/combo-button/combo-button.js.map +1 -1
  1211. package/es-custom/components/combo-button/combo-button.scss.js +1 -1
  1212. package/es-custom/components/combo-button/defs.js.map +1 -1
  1213. package/es-custom/components/content-switcher/content-switcher-item.js.map +1 -1
  1214. package/es-custom/components/content-switcher/content-switcher.js +1 -2
  1215. package/es-custom/components/content-switcher/content-switcher.js.map +1 -1
  1216. package/es-custom/components/content-switcher/content-switcher.scss.js +1 -1
  1217. package/es-custom/components/content-switcher/defs.js.map +1 -1
  1218. package/es-custom/components/copy/copy.js.map +1 -1
  1219. package/es-custom/components/copy-button/copy-button.js.map +1 -1
  1220. package/es-custom/components/copy-button/copy-button.scss.js +1 -1
  1221. package/es-custom/components/data-table/data-table.scss.js +1 -1
  1222. package/es-custom/components/data-table/defs.js.map +1 -1
  1223. package/es-custom/components/data-table/table-batch-actions.js.map +1 -1
  1224. package/es-custom/components/data-table/table-body.js.map +1 -1
  1225. package/es-custom/components/data-table/table-cell-content.js.map +1 -1
  1226. package/es-custom/components/data-table/table-cell.js.map +1 -1
  1227. package/es-custom/components/data-table/table-expanded-row.js +1 -1
  1228. package/es-custom/components/data-table/table-expanded-row.js.map +1 -1
  1229. package/es-custom/components/data-table/table-head.js.map +1 -1
  1230. package/es-custom/components/data-table/table-header-cell.js +1 -2
  1231. package/es-custom/components/data-table/table-header-cell.js.map +1 -1
  1232. package/es-custom/components/data-table/table-header-description.js.map +1 -1
  1233. package/es-custom/components/data-table/table-header-row.js.map +1 -1
  1234. package/es-custom/components/data-table/table-header-title.js.map +1 -1
  1235. package/es-custom/components/data-table/table-row.js +1 -1
  1236. package/es-custom/components/data-table/table-row.js.map +1 -1
  1237. package/es-custom/components/data-table/table-skeleton.js.map +1 -1
  1238. package/es-custom/components/data-table/table-toolbar-content.js.map +1 -1
  1239. package/es-custom/components/data-table/table-toolbar-search.js.map +1 -1
  1240. package/es-custom/components/data-table/table-toolbar.js.map +1 -1
  1241. package/es-custom/components/data-table/table.js +2 -3
  1242. package/es-custom/components/data-table/table.js.map +1 -1
  1243. package/es-custom/components/date-picker/append-to-plugin.js.map +1 -1
  1244. package/es-custom/components/date-picker/css-class-plugin.js.map +1 -1
  1245. package/es-custom/components/date-picker/date-picker-input-skeleton.d.ts +10 -1
  1246. package/es-custom/components/date-picker/date-picker-input-skeleton.js +32 -3
  1247. package/es-custom/components/date-picker/date-picker-input-skeleton.js.map +1 -1
  1248. package/es-custom/components/date-picker/date-picker-input.d.ts +15 -15
  1249. package/es-custom/components/date-picker/date-picker-input.js +26 -28
  1250. package/es-custom/components/date-picker/date-picker-input.js.map +1 -1
  1251. package/es-custom/components/date-picker/date-picker.d.ts +6 -6
  1252. package/es-custom/components/date-picker/date-picker.js +14 -14
  1253. package/es-custom/components/date-picker/date-picker.js.map +1 -1
  1254. package/es-custom/components/date-picker/date-picker.scss.js +1 -1
  1255. package/es-custom/components/date-picker/defs.js.map +1 -1
  1256. package/es-custom/components/date-picker/fix-events-plugin.js.map +1 -1
  1257. package/es-custom/components/date-picker/focus-plugin.d.ts +2 -2
  1258. package/es-custom/components/date-picker/focus-plugin.js +36 -39
  1259. package/es-custom/components/date-picker/focus-plugin.js.map +1 -1
  1260. package/es-custom/components/date-picker/icon-plugin.js.map +1 -1
  1261. package/es-custom/components/date-picker/iso-date.js.map +1 -1
  1262. package/es-custom/components/date-picker/month-select-plugin.js.map +1 -1
  1263. package/es-custom/components/date-picker/range-plugin.js +1 -0
  1264. package/es-custom/components/date-picker/range-plugin.js.map +1 -1
  1265. package/es-custom/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
  1266. package/es-custom/components/date-picker/state-handshake-plugin.js.map +1 -1
  1267. package/es-custom/components/dropdown/defs.js.map +1 -1
  1268. package/es-custom/components/dropdown/dropdown-item.js.map +1 -1
  1269. package/es-custom/components/dropdown/dropdown-skeleton.js.map +1 -1
  1270. package/es-custom/components/dropdown/dropdown.js +2 -3
  1271. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  1272. package/es-custom/components/feature-flags/index.js.map +1 -1
  1273. package/es-custom/components/file-uploader/defs.js.map +1 -1
  1274. package/es-custom/components/file-uploader/demo-file-uploader.js.map +1 -1
  1275. package/es-custom/components/file-uploader/file-uploader-button.js +1 -1
  1276. package/es-custom/components/file-uploader/file-uploader-button.js.map +1 -1
  1277. package/es-custom/components/file-uploader/file-uploader-drop-container.js +1 -1
  1278. package/es-custom/components/file-uploader/file-uploader-drop-container.js.map +1 -1
  1279. package/es-custom/components/file-uploader/file-uploader-item.js +1 -2
  1280. package/es-custom/components/file-uploader/file-uploader-item.js.map +1 -1
  1281. package/es-custom/components/file-uploader/file-uploader-skeleton.js.map +1 -1
  1282. package/es-custom/components/file-uploader/file-uploader.js.map +1 -1
  1283. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  1284. package/es-custom/components/floating-menu/defs.js.map +1 -1
  1285. package/es-custom/components/floating-menu/floating-menu.js +1 -2
  1286. package/es-custom/components/floating-menu/floating-menu.js.map +1 -1
  1287. package/es-custom/components/form/form-item.js.map +1 -1
  1288. package/es-custom/components/form-group/form-group.js.map +1 -1
  1289. package/es-custom/components/grid/column-hang.js.map +1 -1
  1290. package/es-custom/components/grid/column.js.map +1 -1
  1291. package/es-custom/components/grid/defs.js.map +1 -1
  1292. package/es-custom/components/grid/grid-context.js.map +1 -1
  1293. package/es-custom/components/grid/grid.js.map +1 -1
  1294. package/es-custom/components/heading/heading.js.map +1 -1
  1295. package/es-custom/components/icon-button/defs.js.map +1 -1
  1296. package/es-custom/components/icon-button/icon-button.js.map +1 -1
  1297. package/es-custom/components/icon-button/icon-button.scss.js +1 -1
  1298. package/es-custom/components/icon-indicator/defs.js.map +1 -1
  1299. package/es-custom/components/icon-indicator/icon-indicator.js +1 -2
  1300. package/es-custom/components/icon-indicator/icon-indicator.js.map +1 -1
  1301. package/es-custom/components/inline-loading/defs.js.map +1 -1
  1302. package/es-custom/components/inline-loading/inline-loading.js +1 -2
  1303. package/es-custom/components/inline-loading/inline-loading.js.map +1 -1
  1304. package/es-custom/components/layer/layer.js.map +1 -1
  1305. package/es-custom/components/link/link.js.map +1 -1
  1306. package/es-custom/components/list/list-item.js.map +1 -1
  1307. package/es-custom/components/list/ordered-list.js.map +1 -1
  1308. package/es-custom/components/list/unordered-list.js.map +1 -1
  1309. package/es-custom/components/loading/defs.js.map +1 -1
  1310. package/es-custom/components/loading/loading-icon.js.map +1 -1
  1311. package/es-custom/components/loading/loading.js +1 -2
  1312. package/es-custom/components/loading/loading.js.map +1 -1
  1313. package/es-custom/components/loading/types.js.map +1 -1
  1314. package/es-custom/components/menu/defs.js.map +1 -1
  1315. package/es-custom/components/menu/menu-context.js.map +1 -1
  1316. package/es-custom/components/menu/menu-item-divider.js.map +1 -1
  1317. package/es-custom/components/menu/menu-item-group.js.map +1 -1
  1318. package/es-custom/components/menu/menu-item-radio-group.js.map +1 -1
  1319. package/es-custom/components/menu/menu-item-selectable.js.map +1 -1
  1320. package/es-custom/components/menu/menu-item.js +1 -2
  1321. package/es-custom/components/menu/menu-item.js.map +1 -1
  1322. package/es-custom/components/menu/menu.js +2 -3
  1323. package/es-custom/components/menu/menu.js.map +1 -1
  1324. package/es-custom/components/menu-button/defs.js.map +1 -1
  1325. package/es-custom/components/menu-button/menu-button.js +2 -3
  1326. package/es-custom/components/menu-button/menu-button.js.map +1 -1
  1327. package/es-custom/components/menu-button/menu-button.scss.js +1 -1
  1328. package/es-custom/components/modal/defs.js.map +1 -1
  1329. package/es-custom/components/modal/modal-body-content.js.map +1 -1
  1330. package/es-custom/components/modal/modal-body.js.map +1 -1
  1331. package/es-custom/components/modal/modal-close-button.js.map +1 -1
  1332. package/es-custom/components/modal/modal-footer-button.js.map +1 -1
  1333. package/es-custom/components/modal/modal-footer.js.map +1 -1
  1334. package/es-custom/components/modal/modal-header.js.map +1 -1
  1335. package/es-custom/components/modal/modal-heading.js.map +1 -1
  1336. package/es-custom/components/modal/modal-label.js.map +1 -1
  1337. package/es-custom/components/modal/modal.js +2 -3
  1338. package/es-custom/components/modal/modal.js.map +1 -1
  1339. package/es-custom/components/modal/modal.scss.js +1 -1
  1340. package/es-custom/components/multi-select/defs.js.map +1 -1
  1341. package/es-custom/components/multi-select/multi-select-item.js.map +1 -1
  1342. package/es-custom/components/multi-select/multi-select.js +2 -3
  1343. package/es-custom/components/multi-select/multi-select.js.map +1 -1
  1344. package/es-custom/components/notification/actionable-notification-button.js.map +1 -1
  1345. package/es-custom/components/notification/actionable-notification.js.map +1 -1
  1346. package/es-custom/components/notification/actionable-notification.scss.js +1 -1
  1347. package/es-custom/components/notification/defs.js.map +1 -1
  1348. package/es-custom/components/notification/inline-notification.js +1 -2
  1349. package/es-custom/components/notification/inline-notification.js.map +1 -1
  1350. package/es-custom/components/notification/inline-notification.scss.js +1 -1
  1351. package/es-custom/components/notification/stories/helper.js.map +1 -1
  1352. package/es-custom/components/notification/toast-notification.js.map +1 -1
  1353. package/es-custom/components/notification/toast-notification.scss.js +1 -1
  1354. package/es-custom/components/number-input/defs.js.map +1 -1
  1355. package/es-custom/components/number-input/number-input-skeleton.js.map +1 -1
  1356. package/es-custom/components/number-input/number-input.js.map +1 -1
  1357. package/es-custom/components/overflow-menu/defs.js.map +1 -1
  1358. package/es-custom/components/overflow-menu/overflow-menu-body.js.map +1 -1
  1359. package/es-custom/components/overflow-menu/overflow-menu-item.js.map +1 -1
  1360. package/es-custom/components/overflow-menu/overflow-menu.js +1 -2
  1361. package/es-custom/components/overflow-menu/overflow-menu.js.map +1 -1
  1362. package/es-custom/components/overflow-menu/overflow-menu.scss.js +1 -1
  1363. package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
  1364. package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
  1365. package/es-custom/components/page-header/page-header-content.js.map +1 -1
  1366. package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
  1367. package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
  1368. package/es-custom/components/page-header/page-header.js.map +1 -1
  1369. package/es-custom/components/pagination/defs.js.map +1 -1
  1370. package/es-custom/components/pagination/pagination.js +1 -1
  1371. package/es-custom/components/pagination/pagination.js.map +1 -1
  1372. package/es-custom/components/pagination/pagination.scss.js +1 -1
  1373. package/es-custom/components/password-input/defs.d.ts +50 -0
  1374. package/es-custom/components/password-input/defs.js +65 -0
  1375. package/es-custom/components/password-input/defs.js.map +1 -0
  1376. package/es-custom/components/password-input/index.d.ts +8 -0
  1377. package/es-custom/components/password-input/index.js +10 -0
  1378. package/es-custom/components/password-input/index.js.map +1 -0
  1379. package/es-custom/components/password-input/password-input-skeleton.d.ts +21 -0
  1380. package/es-custom/components/password-input/password-input-skeleton.js +53 -0
  1381. package/es-custom/components/password-input/password-input-skeleton.js.map +1 -0
  1382. package/es-custom/components/password-input/password-input.d.ts +69 -0
  1383. package/es-custom/components/password-input/password-input.js +302 -0
  1384. package/es-custom/components/password-input/password-input.js.map +1 -0
  1385. package/es-custom/components/password-input/password-input.scss.js +13 -0
  1386. package/es-custom/components/password-input/password-input.scss.js.map +1 -0
  1387. package/es-custom/components/popover/defs.js.map +1 -1
  1388. package/es-custom/components/popover/popover-content.js.map +1 -1
  1389. package/es-custom/components/popover/popover.d.ts +354 -1
  1390. package/es-custom/components/popover/popover.js +40 -14
  1391. package/es-custom/components/popover/popover.js.map +1 -1
  1392. package/es-custom/components/progress-bar/defs.js.map +1 -1
  1393. package/es-custom/components/progress-bar/progress-bar.js +1 -2
  1394. package/es-custom/components/progress-bar/progress-bar.js.map +1 -1
  1395. package/es-custom/components/progress-bar/progress-bar.scss.js +1 -1
  1396. package/es-custom/components/progress-indicator/defs.js.map +1 -1
  1397. package/es-custom/components/progress-indicator/progress-indicator-skeleton.js.map +1 -1
  1398. package/es-custom/components/progress-indicator/progress-indicator.js.map +1 -1
  1399. package/es-custom/components/progress-indicator/progress-indicator.scss.js +1 -1
  1400. package/es-custom/components/progress-indicator/progress-step-skeleton.js.map +1 -1
  1401. package/es-custom/components/progress-indicator/progress-step.js +2 -3
  1402. package/es-custom/components/progress-indicator/progress-step.js.map +1 -1
  1403. package/es-custom/components/radio-button/defs.js.map +1 -1
  1404. package/es-custom/components/radio-button/radio-button-group.js +2 -3
  1405. package/es-custom/components/radio-button/radio-button-group.js.map +1 -1
  1406. package/es-custom/components/radio-button/radio-button-skeleton.js.map +1 -1
  1407. package/es-custom/components/radio-button/radio-button.js +2 -3
  1408. package/es-custom/components/radio-button/radio-button.js.map +1 -1
  1409. package/es-custom/components/search/search-skeleton.js.map +1 -1
  1410. package/es-custom/components/search/search.js +1 -1
  1411. package/es-custom/components/search/search.js.map +1 -1
  1412. package/es-custom/components/select/select-item-group.js.map +1 -1
  1413. package/es-custom/components/select/select-item.js.map +1 -1
  1414. package/es-custom/components/select/select-skeleton.js.map +1 -1
  1415. package/es-custom/components/select/select.js.map +1 -1
  1416. package/es-custom/components/shape-indicator/defs.js.map +1 -1
  1417. package/es-custom/components/shape-indicator/shape-indicator.js.map +1 -1
  1418. package/es-custom/components/side-panel/defs.js.map +1 -1
  1419. package/es-custom/components/side-panel/side-panel.js +6 -16
  1420. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  1421. package/es-custom/components/skeleton-icon/skeleton-icon.js.map +1 -1
  1422. package/es-custom/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
  1423. package/es-custom/components/skeleton-text/defs.js.map +1 -1
  1424. package/es-custom/components/skeleton-text/skeleton-text.js +1 -2
  1425. package/es-custom/components/skeleton-text/skeleton-text.js.map +1 -1
  1426. package/es-custom/components/skip-to-content/skip-to-content.js.map +1 -1
  1427. package/es-custom/components/skip-to-content/skip-to-content.scss.js +1 -1
  1428. package/es-custom/components/slider/slider-input.js.map +1 -1
  1429. package/es-custom/components/slider/slider-skeleton.js.map +1 -1
  1430. package/es-custom/components/slider/slider.js +1 -1
  1431. package/es-custom/components/slider/slider.js.map +1 -1
  1432. package/es-custom/components/slug/defs.js.map +1 -1
  1433. package/es-custom/components/slug/slug-action-button.js.map +1 -1
  1434. package/es-custom/components/slug/slug.js.map +1 -1
  1435. package/es-custom/components/slug/slug.scss.js +1 -1
  1436. package/es-custom/components/stack/defs.js.map +1 -1
  1437. package/es-custom/components/stack/stack.js +1 -2
  1438. package/es-custom/components/stack/stack.js.map +1 -1
  1439. package/es-custom/components/structured-list/structured-list-body.js.map +1 -1
  1440. package/es-custom/components/structured-list/structured-list-cell.js.map +1 -1
  1441. package/es-custom/components/structured-list/structured-list-head.js.map +1 -1
  1442. package/es-custom/components/structured-list/structured-list-header-cell-skeleton.js.map +1 -1
  1443. package/es-custom/components/structured-list/structured-list-header-cell.js.map +1 -1
  1444. package/es-custom/components/structured-list/structured-list-header-row.js.map +1 -1
  1445. package/es-custom/components/structured-list/structured-list-row.js +1 -1
  1446. package/es-custom/components/structured-list/structured-list-row.js.map +1 -1
  1447. package/es-custom/components/structured-list/structured-list.js.map +1 -1
  1448. package/es-custom/components/tabs/defs.js.map +1 -1
  1449. package/es-custom/components/tabs/tab-skeleton.js.map +1 -1
  1450. package/es-custom/components/tabs/tab.js.map +1 -1
  1451. package/es-custom/components/tabs/tabs-skeleton.js.map +1 -1
  1452. package/es-custom/components/tabs/tabs.js +1 -3
  1453. package/es-custom/components/tabs/tabs.js.map +1 -1
  1454. package/es-custom/components/tabs/tabs.scss.js +1 -1
  1455. package/es-custom/components/tag/defs.js.map +1 -1
  1456. package/es-custom/components/tag/dismissible-tag.js +1 -2
  1457. package/es-custom/components/tag/dismissible-tag.js.map +1 -1
  1458. package/es-custom/components/tag/operational-tag.js +2 -3
  1459. package/es-custom/components/tag/operational-tag.js.map +1 -1
  1460. package/es-custom/components/tag/selectable-tag.js +3 -3
  1461. package/es-custom/components/tag/selectable-tag.js.map +1 -1
  1462. package/es-custom/components/tag/tag-skeleton.js.map +1 -1
  1463. package/es-custom/components/tag/tag.js +2 -3
  1464. package/es-custom/components/tag/tag.js.map +1 -1
  1465. package/es-custom/components/tag/tag.scss.js +1 -1
  1466. package/es-custom/components/tag/types.js.map +1 -1
  1467. package/es-custom/components/tearsheet/defs.js.map +1 -1
  1468. package/es-custom/components/tearsheet/tearsheet.js +6 -16
  1469. package/es-custom/components/tearsheet/tearsheet.js.map +1 -1
  1470. package/es-custom/components/text-input/defs.js.map +1 -1
  1471. package/es-custom/components/text-input/stories/helpers.js.map +1 -1
  1472. package/es-custom/components/text-input/text-input-skeleton.js.map +1 -1
  1473. package/es-custom/components/text-input/text-input.d.ts +9 -1
  1474. package/es-custom/components/text-input/text-input.js +16 -5
  1475. package/es-custom/components/text-input/text-input.js.map +1 -1
  1476. package/es-custom/components/textarea/stories/helpers.js.map +1 -1
  1477. package/es-custom/components/textarea/textarea-skeleton.js.map +1 -1
  1478. package/es-custom/components/textarea/textarea.js.map +1 -1
  1479. package/es-custom/components/tile/clickable-tile.js.map +1 -1
  1480. package/es-custom/components/tile/expandable-tile.js +1 -1
  1481. package/es-custom/components/tile/expandable-tile.js.map +1 -1
  1482. package/es-custom/components/tile/radio-tile.js +1 -1
  1483. package/es-custom/components/tile/radio-tile.js.map +1 -1
  1484. package/es-custom/components/tile/selectable-tile.js +1 -1
  1485. package/es-custom/components/tile/selectable-tile.js.map +1 -1
  1486. package/es-custom/components/tile/tile-group.js +1 -1
  1487. package/es-custom/components/tile/tile-group.js.map +1 -1
  1488. package/es-custom/components/tile/tile.js +1 -2
  1489. package/es-custom/components/tile/tile.js.map +1 -1
  1490. package/es-custom/components/tile/tile.scss.js +1 -1
  1491. package/es-custom/components/time-picker/defs.js.map +1 -1
  1492. package/es-custom/components/time-picker/time-picker-select.js.map +1 -1
  1493. package/es-custom/components/time-picker/time-picker.js.map +1 -1
  1494. package/es-custom/components/toggle/defs.js.map +1 -1
  1495. package/es-custom/components/toggle/toggle.js +1 -2
  1496. package/es-custom/components/toggle/toggle.js.map +1 -1
  1497. package/es-custom/components/toggle-tip/toggletip.d.ts +14 -1
  1498. package/es-custom/components/toggle-tip/toggletip.js +35 -7
  1499. package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
  1500. package/es-custom/components/toggle-tip/toggletip.scss.js +1 -1
  1501. package/es-custom/components/tooltip/definition-tooltip.js.map +1 -1
  1502. package/es-custom/components/tooltip/tooltip-content.js.map +1 -1
  1503. package/es-custom/components/tooltip/tooltip.js.map +1 -1
  1504. package/es-custom/components/tooltip/tooltip.scss.js +1 -1
  1505. package/es-custom/components/tree-view/defs.js.map +1 -1
  1506. package/es-custom/components/tree-view/tree-node.js.map +1 -1
  1507. package/es-custom/components/tree-view/tree-view.js +2 -3
  1508. package/es-custom/components/tree-view/tree-view.js.map +1 -1
  1509. package/es-custom/components/ui-shell/defs.js.map +1 -1
  1510. package/es-custom/components/ui-shell/header-global-action.js.map +1 -1
  1511. package/es-custom/components/ui-shell/header-menu-button.js.map +1 -1
  1512. package/es-custom/components/ui-shell/header-menu-item.js.map +1 -1
  1513. package/es-custom/components/ui-shell/header-menu.js +1 -1
  1514. package/es-custom/components/ui-shell/header-menu.js.map +1 -1
  1515. package/es-custom/components/ui-shell/header-name.js.map +1 -1
  1516. package/es-custom/components/ui-shell/header-nav-item.js.map +1 -1
  1517. package/es-custom/components/ui-shell/header-nav.js.map +1 -1
  1518. package/es-custom/components/ui-shell/header-panel.js.map +1 -1
  1519. package/es-custom/components/ui-shell/header-side-nav-items.js.map +1 -1
  1520. package/es-custom/components/ui-shell/header.js.map +1 -1
  1521. package/es-custom/components/ui-shell/header.scss.js +1 -1
  1522. package/es-custom/components/ui-shell/side-nav-divider.js.map +1 -1
  1523. package/es-custom/components/ui-shell/side-nav-items.js.map +1 -1
  1524. package/es-custom/components/ui-shell/side-nav-link.js.map +1 -1
  1525. package/es-custom/components/ui-shell/side-nav-menu-item.js.map +1 -1
  1526. package/es-custom/components/ui-shell/side-nav-menu.js +3 -1
  1527. package/es-custom/components/ui-shell/side-nav-menu.js.map +1 -1
  1528. package/es-custom/components/ui-shell/side-nav.js +4 -6
  1529. package/es-custom/components/ui-shell/side-nav.js.map +1 -1
  1530. package/es-custom/components/ui-shell/switcher-divider.js.map +1 -1
  1531. package/es-custom/components/ui-shell/switcher-item.js.map +1 -1
  1532. package/es-custom/components/ui-shell/switcher.js.map +1 -1
  1533. package/es-custom/feature-flags/es/index.js +29 -18
  1534. package/es-custom/feature-flags/es/index.js.map +1 -1
  1535. package/es-custom/globals/controllers/floating-controller.d.ts +1 -0
  1536. package/es-custom/globals/controllers/floating-controller.js +2 -2
  1537. package/es-custom/globals/controllers/floating-controller.js.map +1 -1
  1538. package/es-custom/globals/decorators/carbon-element.js.map +1 -1
  1539. package/es-custom/globals/decorators/host-listener.js.map +1 -1
  1540. package/es-custom/globals/directives/if-non-empty.js.map +1 -1
  1541. package/es-custom/globals/directives/spread.js.map +1 -1
  1542. package/es-custom/globals/internal/collection-helpers.js.map +1 -1
  1543. package/es-custom/globals/internal/feature-flags.js.map +1 -1
  1544. package/es-custom/globals/internal/radio-group-manager.js.map +1 -1
  1545. package/es-custom/globals/mixins/focus.js.map +1 -1
  1546. package/es-custom/globals/mixins/form.js.map +1 -1
  1547. package/es-custom/globals/mixins/host-listener.js.map +1 -1
  1548. package/es-custom/globals/mixins/on.js.map +1 -1
  1549. package/es-custom/globals/mixins/validity.js.map +1 -1
  1550. package/es-custom/globals/settings.js.map +1 -1
  1551. package/es-custom/globals/shared-enums.js.map +1 -1
  1552. package/es-custom/icons/SAP/16.d.ts +10 -0
  1553. package/es-custom/icons/SAP/16.js +12 -0
  1554. package/es-custom/icons/SAP/20.d.ts +10 -0
  1555. package/es-custom/icons/SAP/20.js +12 -0
  1556. package/es-custom/icons/SAP/24.d.ts +10 -0
  1557. package/es-custom/icons/SAP/24.js +12 -0
  1558. package/es-custom/icons/SAP/32.d.ts +10 -0
  1559. package/es-custom/icons/SAP/32.js +12 -0
  1560. package/es-custom/icons/aggregator--count-rows/16.d.ts +10 -0
  1561. package/es-custom/icons/aggregator--count-rows/16.js +12 -0
  1562. package/es-custom/icons/aggregator--count-rows/20.d.ts +10 -0
  1563. package/es-custom/icons/aggregator--count-rows/20.js +12 -0
  1564. package/es-custom/icons/aggregator--count-rows/24.d.ts +10 -0
  1565. package/es-custom/icons/aggregator--count-rows/24.js +12 -0
  1566. package/es-custom/icons/aggregator--count-rows/32.d.ts +10 -0
  1567. package/es-custom/icons/aggregator--count-rows/32.js +12 -0
  1568. package/es-custom/icons/aggregator--recalculation/16.d.ts +10 -0
  1569. package/es-custom/icons/aggregator--recalculation/16.js +12 -0
  1570. package/es-custom/icons/aggregator--recalculation/20.d.ts +10 -0
  1571. package/es-custom/icons/aggregator--recalculation/20.js +12 -0
  1572. package/es-custom/icons/aggregator--recalculation/24.d.ts +10 -0
  1573. package/es-custom/icons/aggregator--recalculation/24.js +12 -0
  1574. package/es-custom/icons/aggregator--recalculation/32.d.ts +10 -0
  1575. package/es-custom/icons/aggregator--recalculation/32.js +12 -0
  1576. package/es-custom/icons/base-document-set/16.d.ts +10 -0
  1577. package/es-custom/icons/base-document-set/16.js +12 -0
  1578. package/es-custom/icons/base-document-set/20.d.ts +10 -0
  1579. package/es-custom/icons/base-document-set/20.js +12 -0
  1580. package/es-custom/icons/base-document-set/24.d.ts +10 -0
  1581. package/es-custom/icons/base-document-set/24.js +12 -0
  1582. package/es-custom/icons/base-document-set/32.d.ts +10 -0
  1583. package/es-custom/icons/base-document-set/32.js +12 -0
  1584. package/es-custom/icons/document-set/16.d.ts +10 -0
  1585. package/es-custom/icons/document-set/16.js +12 -0
  1586. package/es-custom/icons/document-set/20.d.ts +10 -0
  1587. package/es-custom/icons/document-set/20.js +12 -0
  1588. package/es-custom/icons/document-set/24.d.ts +10 -0
  1589. package/es-custom/icons/document-set/24.js +12 -0
  1590. package/es-custom/icons/document-set/32.d.ts +10 -0
  1591. package/es-custom/icons/document-set/32.js +12 -0
  1592. package/es-custom/icons/follow-up-work-order/16.d.ts +10 -0
  1593. package/es-custom/icons/follow-up-work-order/16.js +12 -0
  1594. package/es-custom/icons/follow-up-work-order/20.d.ts +10 -0
  1595. package/es-custom/icons/follow-up-work-order/20.js +12 -0
  1596. package/es-custom/icons/follow-up-work-order/24.d.ts +10 -0
  1597. package/es-custom/icons/follow-up-work-order/24.js +12 -0
  1598. package/es-custom/icons/follow-up-work-order/32.d.ts +10 -0
  1599. package/es-custom/icons/follow-up-work-order/32.js +12 -0
  1600. package/es-custom/icons/funnel--sequence/16.d.ts +10 -0
  1601. package/es-custom/icons/funnel--sequence/16.js +12 -0
  1602. package/es-custom/icons/funnel--sequence/20.d.ts +10 -0
  1603. package/es-custom/icons/funnel--sequence/20.js +12 -0
  1604. package/es-custom/icons/funnel--sequence/24.d.ts +10 -0
  1605. package/es-custom/icons/funnel--sequence/24.js +12 -0
  1606. package/es-custom/icons/funnel--sequence/32.d.ts +10 -0
  1607. package/es-custom/icons/funnel--sequence/32.js +12 -0
  1608. package/es-custom/icons/funnel--sort/16.d.ts +10 -0
  1609. package/es-custom/icons/funnel--sort/16.js +12 -0
  1610. package/es-custom/icons/funnel--sort/20.d.ts +10 -0
  1611. package/es-custom/icons/funnel--sort/20.js +12 -0
  1612. package/es-custom/icons/funnel--sort/24.d.ts +10 -0
  1613. package/es-custom/icons/funnel--sort/24.js +12 -0
  1614. package/es-custom/icons/funnel--sort/32.d.ts +10 -0
  1615. package/es-custom/icons/funnel--sort/32.js +12 -0
  1616. package/es-custom/icons/heading/16.d.ts +10 -0
  1617. package/es-custom/icons/heading/16.js +12 -0
  1618. package/es-custom/icons/heading/20.d.ts +10 -0
  1619. package/es-custom/icons/heading/20.js +12 -0
  1620. package/es-custom/icons/heading/24.d.ts +10 -0
  1621. package/es-custom/icons/heading/24.js +12 -0
  1622. package/es-custom/icons/heading/32.d.ts +10 -0
  1623. package/es-custom/icons/heading/32.js +12 -0
  1624. package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/16.d.ts +10 -0
  1625. package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/16.js +12 -0
  1626. package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/20.d.ts +10 -0
  1627. package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/20.js +12 -0
  1628. package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/24.d.ts +10 -0
  1629. package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/24.js +12 -0
  1630. package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/32.d.ts +10 -0
  1631. package/es-custom/icons/ibm-software--watsonx--data--analyze-and-process/32.js +12 -0
  1632. package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/16.d.ts +10 -0
  1633. package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/16.js +12 -0
  1634. package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/20.d.ts +10 -0
  1635. package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/20.js +12 -0
  1636. package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/24.d.ts +10 -0
  1637. package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/24.js +12 -0
  1638. package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/32.d.ts +10 -0
  1639. package/es-custom/icons/ibm-software--watsonx--data--structured--enrichment/32.js +12 -0
  1640. package/es-custom/icons/ibm-software--watsonx--data--structured--import/16.d.ts +10 -0
  1641. package/es-custom/icons/ibm-software--watsonx--data--structured--import/16.js +12 -0
  1642. package/es-custom/icons/ibm-software--watsonx--data--structured--import/20.d.ts +10 -0
  1643. package/es-custom/icons/ibm-software--watsonx--data--structured--import/20.js +12 -0
  1644. package/es-custom/icons/ibm-software--watsonx--data--structured--import/24.d.ts +10 -0
  1645. package/es-custom/icons/ibm-software--watsonx--data--structured--import/24.js +12 -0
  1646. package/es-custom/icons/ibm-software--watsonx--data--structured--import/32.d.ts +10 -0
  1647. package/es-custom/icons/ibm-software--watsonx--data--structured--import/32.js +12 -0
  1648. package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/16.d.ts +10 -0
  1649. package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/16.js +12 -0
  1650. package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/20.d.ts +10 -0
  1651. package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/20.js +12 -0
  1652. package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/24.d.ts +10 -0
  1653. package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/24.js +12 -0
  1654. package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/32.d.ts +10 -0
  1655. package/es-custom/icons/ibm-software--watsonx--data--unstructured--enrichment/32.js +12 -0
  1656. package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/16.d.ts +10 -0
  1657. package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/16.js +12 -0
  1658. package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/20.d.ts +10 -0
  1659. package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/20.js +12 -0
  1660. package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/24.d.ts +10 -0
  1661. package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/24.js +12 -0
  1662. package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/32.d.ts +10 -0
  1663. package/es-custom/icons/ibm-software--watsonx--data--unstructured--import/32.js +12 -0
  1664. package/es-custom/icons/ibm-software--watsonx--document--library/16.d.ts +10 -0
  1665. package/es-custom/icons/ibm-software--watsonx--document--library/16.js +12 -0
  1666. package/es-custom/icons/ibm-software--watsonx--document--library/20.d.ts +10 -0
  1667. package/es-custom/icons/ibm-software--watsonx--document--library/20.js +12 -0
  1668. package/es-custom/icons/ibm-software--watsonx--document--library/24.d.ts +10 -0
  1669. package/es-custom/icons/ibm-software--watsonx--document--library/24.js +12 -0
  1670. package/es-custom/icons/ibm-software--watsonx--document--library/32.d.ts +10 -0
  1671. package/es-custom/icons/ibm-software--watsonx--document--library/32.js +12 -0
  1672. package/es-custom/icons/important/16.d.ts +10 -0
  1673. package/es-custom/icons/important/16.js +12 -0
  1674. package/es-custom/icons/important/20.d.ts +10 -0
  1675. package/es-custom/icons/important/20.js +12 -0
  1676. package/es-custom/icons/important/24.d.ts +10 -0
  1677. package/es-custom/icons/important/24.js +12 -0
  1678. package/es-custom/icons/important/32.d.ts +10 -0
  1679. package/es-custom/icons/important/32.js +12 -0
  1680. package/es-custom/icons/join--inner--alt/16.d.ts +10 -0
  1681. package/es-custom/icons/join--inner--alt/16.js +12 -0
  1682. package/es-custom/icons/join--inner--alt/20.d.ts +10 -0
  1683. package/es-custom/icons/join--inner--alt/20.js +12 -0
  1684. package/es-custom/icons/join--inner--alt/24.d.ts +10 -0
  1685. package/es-custom/icons/join--inner--alt/24.js +12 -0
  1686. package/es-custom/icons/join--inner--alt/32.d.ts +10 -0
  1687. package/es-custom/icons/join--inner--alt/32.js +12 -0
  1688. package/es-custom/icons/join--left-outer/16.d.ts +10 -0
  1689. package/es-custom/icons/join--left-outer/16.js +12 -0
  1690. package/es-custom/icons/join--left-outer/20.d.ts +10 -0
  1691. package/es-custom/icons/join--left-outer/20.js +12 -0
  1692. package/es-custom/icons/join--left-outer/24.d.ts +10 -0
  1693. package/es-custom/icons/join--left-outer/24.js +12 -0
  1694. package/es-custom/icons/join--left-outer/32.d.ts +10 -0
  1695. package/es-custom/icons/join--left-outer/32.js +12 -0
  1696. package/es-custom/icons/join--right-outer/16.d.ts +10 -0
  1697. package/es-custom/icons/join--right-outer/16.js +12 -0
  1698. package/es-custom/icons/join--right-outer/20.d.ts +10 -0
  1699. package/es-custom/icons/join--right-outer/20.js +12 -0
  1700. package/es-custom/icons/join--right-outer/24.d.ts +10 -0
  1701. package/es-custom/icons/join--right-outer/24.js +12 -0
  1702. package/es-custom/icons/join--right-outer/32.d.ts +10 -0
  1703. package/es-custom/icons/join--right-outer/32.js +12 -0
  1704. package/es-custom/icons/marginal/16.d.ts +10 -0
  1705. package/es-custom/icons/marginal/16.js +12 -0
  1706. package/es-custom/icons/marginal/20.d.ts +10 -0
  1707. package/es-custom/icons/marginal/20.js +12 -0
  1708. package/es-custom/icons/marginal/24.d.ts +10 -0
  1709. package/es-custom/icons/marginal/24.js +12 -0
  1710. package/es-custom/icons/marginal/32.d.ts +10 -0
  1711. package/es-custom/icons/marginal/32.js +12 -0
  1712. package/es-custom/icons/modified--newest/16.d.ts +10 -0
  1713. package/es-custom/icons/modified--newest/16.js +12 -0
  1714. package/es-custom/icons/modified--newest/20.d.ts +10 -0
  1715. package/es-custom/icons/modified--newest/20.js +12 -0
  1716. package/es-custom/icons/modified--newest/24.d.ts +10 -0
  1717. package/es-custom/icons/modified--newest/24.js +12 -0
  1718. package/es-custom/icons/modified--newest/32.d.ts +10 -0
  1719. package/es-custom/icons/modified--newest/32.js +12 -0
  1720. package/es-custom/icons/modified--oldest/16.d.ts +10 -0
  1721. package/es-custom/icons/modified--oldest/16.js +12 -0
  1722. package/es-custom/icons/modified--oldest/20.d.ts +10 -0
  1723. package/es-custom/icons/modified--oldest/20.js +12 -0
  1724. package/es-custom/icons/modified--oldest/24.d.ts +10 -0
  1725. package/es-custom/icons/modified--oldest/24.js +12 -0
  1726. package/es-custom/icons/modified--oldest/32.d.ts +10 -0
  1727. package/es-custom/icons/modified--oldest/32.js +12 -0
  1728. package/es-custom/icons/pivot--horizontal/16.d.ts +10 -0
  1729. package/es-custom/icons/pivot--horizontal/16.js +12 -0
  1730. package/es-custom/icons/pivot--horizontal/20.d.ts +10 -0
  1731. package/es-custom/icons/pivot--horizontal/20.js +12 -0
  1732. package/es-custom/icons/pivot--horizontal/24.d.ts +10 -0
  1733. package/es-custom/icons/pivot--horizontal/24.js +12 -0
  1734. package/es-custom/icons/pivot--horizontal/32.d.ts +10 -0
  1735. package/es-custom/icons/pivot--horizontal/32.js +12 -0
  1736. package/es-custom/icons/pivot--vertical/16.d.ts +10 -0
  1737. package/es-custom/icons/pivot--vertical/16.js +12 -0
  1738. package/es-custom/icons/pivot--vertical/20.d.ts +10 -0
  1739. package/es-custom/icons/pivot--vertical/20.js +12 -0
  1740. package/es-custom/icons/pivot--vertical/24.d.ts +10 -0
  1741. package/es-custom/icons/pivot--vertical/24.js +12 -0
  1742. package/es-custom/icons/pivot--vertical/32.d.ts +10 -0
  1743. package/es-custom/icons/pivot--vertical/32.js +12 -0
  1744. package/es-custom/icons/pop-in/16.d.ts +10 -0
  1745. package/es-custom/icons/pop-in/16.js +12 -0
  1746. package/es-custom/icons/pop-in/20.d.ts +10 -0
  1747. package/es-custom/icons/pop-in/20.js +12 -0
  1748. package/es-custom/icons/pop-in/24.d.ts +10 -0
  1749. package/es-custom/icons/pop-in/24.js +12 -0
  1750. package/es-custom/icons/pop-in/32.d.ts +10 -0
  1751. package/es-custom/icons/pop-in/32.js +12 -0
  1752. package/es-custom/icons/read-me/16.d.ts +10 -0
  1753. package/es-custom/icons/read-me/16.js +12 -0
  1754. package/es-custom/icons/read-me/20.d.ts +10 -0
  1755. package/es-custom/icons/read-me/20.js +12 -0
  1756. package/es-custom/icons/read-me/24.d.ts +10 -0
  1757. package/es-custom/icons/read-me/24.js +12 -0
  1758. package/es-custom/icons/read-me/32.d.ts +10 -0
  1759. package/es-custom/icons/read-me/32.js +12 -0
  1760. package/es-custom/icons/surrogate--key-database/16.d.ts +10 -0
  1761. package/es-custom/icons/surrogate--key-database/16.js +12 -0
  1762. package/es-custom/icons/surrogate--key-database/20.d.ts +10 -0
  1763. package/es-custom/icons/surrogate--key-database/20.js +12 -0
  1764. package/es-custom/icons/surrogate--key-database/24.d.ts +10 -0
  1765. package/es-custom/icons/surrogate--key-database/24.js +12 -0
  1766. package/es-custom/icons/surrogate--key-database/32.d.ts +10 -0
  1767. package/es-custom/icons/surrogate--key-database/32.js +12 -0
  1768. package/es-custom/icons/surrogate--key-flat-file/16.d.ts +10 -0
  1769. package/es-custom/icons/surrogate--key-flat-file/16.js +12 -0
  1770. package/es-custom/icons/surrogate--key-flat-file/20.d.ts +10 -0
  1771. package/es-custom/icons/surrogate--key-flat-file/20.js +12 -0
  1772. package/es-custom/icons/surrogate--key-flat-file/24.d.ts +10 -0
  1773. package/es-custom/icons/surrogate--key-flat-file/24.js +12 -0
  1774. package/es-custom/icons/surrogate--key-flat-file/32.d.ts +10 -0
  1775. package/es-custom/icons/surrogate--key-flat-file/32.js +12 -0
  1776. package/es-custom/icons/waveform/16.d.ts +10 -0
  1777. package/es-custom/icons/waveform/16.js +12 -0
  1778. package/es-custom/icons/waveform/20.d.ts +10 -0
  1779. package/es-custom/icons/waveform/20.js +12 -0
  1780. package/es-custom/icons/waveform/24.d.ts +10 -0
  1781. package/es-custom/icons/waveform/24.js +12 -0
  1782. package/es-custom/icons/waveform/32.d.ts +10 -0
  1783. package/es-custom/icons/waveform/32.js +12 -0
  1784. package/lib/components/accordion/accordion-skeleton.d.ts +1 -1
  1785. package/lib/components/accordion/accordion.d.ts +5 -1
  1786. package/lib/components/accordion/defs.js +0 -2
  1787. package/lib/components/accordion/defs.js.map +1 -1
  1788. package/lib/components/ai-label/defs.js +0 -2
  1789. package/lib/components/ai-label/defs.js.map +1 -1
  1790. package/lib/components/breadcrumb/defs.js +0 -2
  1791. package/lib/components/breadcrumb/defs.js.map +1 -1
  1792. package/lib/components/button/defs.d.ts +4 -0
  1793. package/lib/components/button/defs.js +4 -2
  1794. package/lib/components/button/defs.js.map +1 -1
  1795. package/lib/components/chat-button/defs.js +0 -2
  1796. package/lib/components/chat-button/defs.js.map +1 -1
  1797. package/lib/components/checkbox/defs.js +0 -2
  1798. package/lib/components/checkbox/defs.js.map +1 -1
  1799. package/lib/components/code-snippet/code-snippet.d.ts +1 -1
  1800. package/lib/components/code-snippet/defs.js +1 -3
  1801. package/lib/components/code-snippet/defs.js.map +1 -1
  1802. package/lib/components/combo-button/defs.js +0 -2
  1803. package/lib/components/combo-button/defs.js.map +1 -1
  1804. package/lib/components/content-switcher/defs.js +0 -2
  1805. package/lib/components/content-switcher/defs.js.map +1 -1
  1806. package/lib/components/data-table/defs.js +0 -2
  1807. package/lib/components/data-table/defs.js.map +1 -1
  1808. package/lib/components/date-picker/date-picker-input-skeleton.d.ts +10 -1
  1809. package/lib/components/date-picker/date-picker-input.d.ts +15 -15
  1810. package/lib/components/date-picker/date-picker.d.ts +6 -6
  1811. package/lib/components/date-picker/defs.js +1 -3
  1812. package/lib/components/date-picker/defs.js.map +1 -1
  1813. package/lib/components/date-picker/focus-plugin.d.ts +2 -2
  1814. package/lib/components/dropdown/defs.js +1 -3
  1815. package/lib/components/dropdown/defs.js.map +1 -1
  1816. package/lib/components/file-uploader/defs.js +0 -2
  1817. package/lib/components/file-uploader/defs.js.map +1 -1
  1818. package/lib/components/floating-menu/defs.js +0 -2
  1819. package/lib/components/floating-menu/defs.js.map +1 -1
  1820. package/lib/components/grid/defs.js +0 -2
  1821. package/lib/components/grid/defs.js.map +1 -1
  1822. package/lib/components/icon-button/defs.js +0 -2
  1823. package/lib/components/icon-button/defs.js.map +1 -1
  1824. package/lib/components/icon-indicator/defs.js +0 -2
  1825. package/lib/components/icon-indicator/defs.js.map +1 -1
  1826. package/lib/components/inline-loading/defs.js +0 -2
  1827. package/lib/components/inline-loading/defs.js.map +1 -1
  1828. package/lib/components/loading/defs.js +0 -2
  1829. package/lib/components/loading/defs.js.map +1 -1
  1830. package/lib/components/menu/defs.js +0 -2
  1831. package/lib/components/menu/defs.js.map +1 -1
  1832. package/lib/components/menu-button/defs.js +0 -2
  1833. package/lib/components/menu-button/defs.js.map +1 -1
  1834. package/lib/components/modal/defs.js +0 -2
  1835. package/lib/components/modal/defs.js.map +1 -1
  1836. package/lib/components/multi-select/defs.js +0 -2
  1837. package/lib/components/multi-select/defs.js.map +1 -1
  1838. package/lib/components/notification/defs.js +0 -2
  1839. package/lib/components/notification/defs.js.map +1 -1
  1840. package/lib/components/number-input/defs.js +1 -3
  1841. package/lib/components/number-input/defs.js.map +1 -1
  1842. package/lib/components/overflow-menu/defs.js +0 -2
  1843. package/lib/components/overflow-menu/defs.js.map +1 -1
  1844. package/lib/components/pagination/defs.js +0 -2
  1845. package/lib/components/pagination/defs.js.map +1 -1
  1846. package/lib/components/password-input/defs.d.ts +50 -0
  1847. package/lib/components/password-input/defs.js +70 -0
  1848. package/lib/components/password-input/defs.js.map +1 -0
  1849. package/lib/components/password-input/index.d.ts +8 -0
  1850. package/lib/components/password-input/password-input-skeleton.d.ts +21 -0
  1851. package/lib/components/password-input/password-input.d.ts +69 -0
  1852. package/lib/components/popover/defs.js +0 -2
  1853. package/lib/components/popover/defs.js.map +1 -1
  1854. package/lib/components/popover/popover.d.ts +354 -1
  1855. package/lib/components/progress-bar/defs.js +0 -2
  1856. package/lib/components/progress-bar/defs.js.map +1 -1
  1857. package/lib/components/progress-indicator/defs.js +0 -2
  1858. package/lib/components/progress-indicator/defs.js.map +1 -1
  1859. package/lib/components/radio-button/defs.js +0 -2
  1860. package/lib/components/radio-button/defs.js.map +1 -1
  1861. package/lib/components/shape-indicator/defs.js +0 -2
  1862. package/lib/components/shape-indicator/defs.js.map +1 -1
  1863. package/lib/components/side-panel/defs.js +0 -2
  1864. package/lib/components/side-panel/defs.js.map +1 -1
  1865. package/lib/components/skeleton-text/defs.js +0 -2
  1866. package/lib/components/skeleton-text/defs.js.map +1 -1
  1867. package/lib/components/slug/defs.js +0 -2
  1868. package/lib/components/slug/defs.js.map +1 -1
  1869. package/lib/components/stack/defs.js +0 -2
  1870. package/lib/components/stack/defs.js.map +1 -1
  1871. package/lib/components/tabs/defs.js +0 -2
  1872. package/lib/components/tabs/defs.js.map +1 -1
  1873. package/lib/components/tag/defs.js +0 -2
  1874. package/lib/components/tag/defs.js.map +1 -1
  1875. package/lib/components/tearsheet/defs.js +0 -2
  1876. package/lib/components/tearsheet/defs.js.map +1 -1
  1877. package/lib/components/text-input/defs.js +1 -3
  1878. package/lib/components/text-input/defs.js.map +1 -1
  1879. package/lib/components/text-input/text-input.d.ts +9 -1
  1880. package/lib/components/textarea/defs.js +1 -3
  1881. package/lib/components/textarea/defs.js.map +1 -1
  1882. package/lib/components/tile/defs.js +1 -3
  1883. package/lib/components/tile/defs.js.map +1 -1
  1884. package/lib/components/time-picker/defs.js +1 -3
  1885. package/lib/components/time-picker/defs.js.map +1 -1
  1886. package/lib/components/toggle/defs.js +0 -2
  1887. package/lib/components/toggle/defs.js.map +1 -1
  1888. package/lib/components/toggle-tip/toggletip.d.ts +14 -1
  1889. package/lib/components/tree-view/defs.js +0 -2
  1890. package/lib/components/tree-view/defs.js.map +1 -1
  1891. package/lib/components/ui-shell/defs.js +0 -2
  1892. package/lib/components/ui-shell/defs.js.map +1 -1
  1893. package/lib/globals/controllers/floating-controller.d.ts +1 -0
  1894. package/lib/globals/controllers/floating-controller.js +3 -3
  1895. package/lib/globals/controllers/floating-controller.js.map +1 -1
  1896. package/lib/globals/settings.js +0 -2
  1897. package/lib/globals/settings.js.map +1 -1
  1898. package/lib/globals/shared-enums.js +0 -2
  1899. package/lib/globals/shared-enums.js.map +1 -1
  1900. package/package.json +12 -13
  1901. package/scss/components/accordion/accordion.scss +110 -4
  1902. package/scss/components/code-snippet/code-snippet.scss +9 -2
  1903. package/scss/components/date-picker/date-picker.scss +21 -1
  1904. package/scss/components/password-input/password-input.scss +75 -0
  1905. package/scss/components/popover/popover-story.scss +1 -0
  1906. package/scss/components/progress-bar/progress-bar.scss +13 -1
  1907. package/dist/16-017a2c27.js +0 -79
  1908. package/dist/16-17aff615.js +0 -79
  1909. package/dist/16-4b3acb23.js +0 -79
  1910. package/dist/16-4b8b7f2e.js +0 -79
  1911. package/dist/16-51aecc68.js +0 -79
  1912. package/dist/16-580bd432.js +0 -79
  1913. package/dist/16-6e3e4eb0.js +0 -79
  1914. package/dist/16-7a283177.js +0 -79
  1915. package/dist/16-921e0a19.js +0 -79
  1916. package/dist/16-b6a9d0f4.js +0 -79
  1917. package/dist/16-e3856d30.js +0 -79
  1918. package/dist/16-eefa1533.js +0 -79
  1919. package/dist/20-dd19ea71.js +0 -79
  1920. package/dist/20-f62e5e6c.js +0 -79
  1921. package/dist/accordion.min.js +0 -124
  1922. package/dist/ai-label.min.js +0 -105
  1923. package/dist/ai-skeleton.min.js +0 -87
  1924. package/dist/badge-indicator.min.js +0 -79
  1925. package/dist/breadcrumb.min.js +0 -97
  1926. package/dist/button-441e5c2f.js +0 -144
  1927. package/dist/button-set-94219189.js +0 -79
  1928. package/dist/button-skeleton-13d34921.js +0 -99
  1929. package/dist/button.min.js +0 -79
  1930. package/dist/carbon-element-716e46b0.js +0 -79
  1931. package/dist/chat-button.min.js +0 -91
  1932. package/dist/checkbox-7a9a01a0.js +0 -118
  1933. package/dist/checkbox-skeleton-209de048.js +0 -115
  1934. package/dist/checkbox.min.js +0 -79
  1935. package/dist/class-map-710415c2.js +0 -84
  1936. package/dist/code-snippet.min.js +0 -136
  1937. package/dist/collection-helpers-eb62fd34.js +0 -79
  1938. package/dist/combo-button.min.js +0 -93
  1939. package/dist/consume-cadfd67f.js +0 -114
  1940. package/dist/content-switcher-item-5b8a2330.js +0 -105
  1941. package/dist/content-switcher.min.js +0 -79
  1942. package/dist/copy-button-f99d6bd0.js +0 -94
  1943. package/dist/copy-button.min.js +0 -79
  1944. package/dist/data-table.min.js +0 -219
  1945. package/dist/date-picker.min.js +0 -144
  1946. package/dist/definition-tooltip-be4e4d61.js +0 -101
  1947. package/dist/defs-c5cfba1b.js +0 -79
  1948. package/dist/directive-e2d48b9c.js +0 -84
  1949. package/dist/dropdown-item-8a543d34.js +0 -147
  1950. package/dist/dropdown.min.js +0 -86
  1951. package/dist/feature-flags.min.js +0 -79
  1952. package/dist/file-uploader.min.js +0 -157
  1953. package/dist/floating-controller-92da0306.js +0 -79
  1954. package/dist/floating-menu-31ead115.js +0 -79
  1955. package/dist/floating-menu.min.js +0 -79
  1956. package/dist/focus-e21d0f18.js +0 -79
  1957. package/dist/form-3c2e14c6.js +0 -79
  1958. package/dist/form.min.js +0 -79
  1959. package/dist/grid.min.js +0 -111
  1960. package/dist/heading.min.js +0 -89
  1961. package/dist/host-listener-97e78474.js +0 -79
  1962. package/dist/icon-button-5c890f11.js +0 -93
  1963. package/dist/icon-button.min.js +0 -79
  1964. package/dist/icon-indicator.min.js +0 -79
  1965. package/dist/if-defined-013b742a.js +0 -84
  1966. package/dist/if-non-empty-feaf1d4c.js +0 -79
  1967. package/dist/inline-loading.min.js +0 -90
  1968. package/dist/layer-3c687a36.js +0 -79
  1969. package/dist/layer.min.js +0 -79
  1970. package/dist/link-ca3c98ab.js +0 -103
  1971. package/dist/link.min.js +0 -79
  1972. package/dist/list.min.js +0 -90
  1973. package/dist/lit-element-7f93799b.js +0 -101
  1974. package/dist/loading-a3706dd6.js +0 -79
  1975. package/dist/loading-icon-65c24fae.js +0 -94
  1976. package/dist/loading.min.js +0 -79
  1977. package/dist/menu-button.min.js +0 -88
  1978. package/dist/menu-item-radio-group-32a066a7.js +0 -131
  1979. package/dist/menu.min.js +0 -79
  1980. package/dist/modal-label-d172677b.js +0 -110
  1981. package/dist/modal.min.js +0 -79
  1982. package/dist/multi-select.min.js +0 -140
  1983. package/dist/notification.min.js +0 -150
  1984. package/dist/number-input.min.js +0 -153
  1985. package/dist/on-8707857f.js +0 -79
  1986. package/dist/overflow-menu.min.js +0 -100
  1987. package/dist/page-header.min.js +0 -193
  1988. package/dist/pagination.min.js +0 -163
  1989. package/dist/popover-content-6f347b82.js +0 -94
  1990. package/dist/popover.min.js +0 -79
  1991. package/dist/progress-bar.min.js +0 -100
  1992. package/dist/progress-indicator.min.js +0 -107
  1993. package/dist/property-c70a07a2.js +0 -84
  1994. package/dist/query-602de8af.js +0 -89
  1995. package/dist/query-assigned-elements-1bd68a6e.js +0 -84
  1996. package/dist/radio-button-skeleton-e8c71f9b.js +0 -118
  1997. package/dist/radio-button.min.js +0 -79
  1998. package/dist/radio-group-manager-853a7e76.js +0 -79
  1999. package/dist/search-9476f73d.js +0 -108
  2000. package/dist/search.min.js +0 -82
  2001. package/dist/select-50fa145d.js +0 -154
  2002. package/dist/select.min.js +0 -82
  2003. package/dist/settings-37ba2900.js +0 -79
  2004. package/dist/shape-indicator.min.js +0 -95
  2005. package/dist/shared-enums-ccc90ee0.js +0 -79
  2006. package/dist/side-panel.min.js +0 -211
  2007. package/dist/skeleton-icon-5559709e.js +0 -79
  2008. package/dist/skeleton-icon.min.js +0 -79
  2009. package/dist/skeleton-placeholder-54360372.js +0 -79
  2010. package/dist/skeleton-placeholder.min.js +0 -79
  2011. package/dist/skeleton-text-37a275b8.js +0 -79
  2012. package/dist/skeleton-text.min.js +0 -79
  2013. package/dist/skip-to-content.min.js +0 -83
  2014. package/dist/slider.min.js +0 -238
  2015. package/dist/slug.min.js +0 -105
  2016. package/dist/spread-5378d580.js +0 -79
  2017. package/dist/stack.min.js +0 -79
  2018. package/dist/state-9418736a.js +0 -84
  2019. package/dist/structured-list.min.js +0 -97
  2020. package/dist/tabs.min.js +0 -135
  2021. package/dist/tag.min.js +0 -204
  2022. package/dist/tearsheet.min.js +0 -192
  2023. package/dist/text-input-cad89f77.js +0 -140
  2024. package/dist/text-input.min.js +0 -82
  2025. package/dist/textarea.min.js +0 -127
  2026. package/dist/tile.min.js +0 -152
  2027. package/dist/time-picker.min.js +0 -130
  2028. package/dist/toggle-tip.min.js +0 -79
  2029. package/dist/toggle.min.js +0 -113
  2030. package/dist/toggletip-2538b5ef.js +0 -124
  2031. package/dist/tooltip-content-32932ef2.js +0 -81
  2032. package/dist/tooltip.min.js +0 -79
  2033. package/dist/tree-view.min.js +0 -174
  2034. package/dist/ui-shell.min.js +0 -207
  2035. package/dist/validity-de6fe348.js +0 -79
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { css } from 'lit';
9
9
 
10
- var styles = css(["@charset \"UTF-8\";.cds-custom--checkbox-group{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--checkbox-group *,.cds-custom--checkbox-group :after,.cds-custom--checkbox-group :before{box-sizing:inherit}.cds-custom--form-item.cds-custom--checkbox-wrapper{margin-block-end:.375rem;position:relative}.cds-custom--form-item.cds-custom--checkbox-wrapper:first-of-type{margin-block-start:0}.cds-custom--label+.cds-custom--form-item.cds-custom--checkbox-wrapper{margin-block-start:-.125rem}.cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type{margin-block-end:.1875rem}.cds-custom--checkbox{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;inset-block-start:1.25rem;inset-inline-start:.7rem;visibility:inherit;white-space:nowrap}.cds-custom--checkbox-label{cursor:pointer;display:flex;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);min-block-size:1.25rem;padding-block-start:.0625rem;padding-inline-start:1.25rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds-custom--checkbox-label html{font-size:100%}.cds-custom--checkbox-label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--checkbox-label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--checkbox-label strong{font-weight:600}.cds-custom--checkbox-label-text{padding-inline-start:.625rem}.cds-custom--checkbox-label:after,.cds-custom--checkbox-label:before{box-sizing:border-box}@media print{.cds-custom--checkbox-label:after,.cds-custom--checkbox-label:before{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cds-custom--checkbox-label:before{background-color:transparent;block-size:1rem;border:1px solid var(--cds-custom-icon-primary,#161616);border-radius:2px;content:\"\";inline-size:1rem;inset-block-start:.125rem;inset-inline-start:0;margin-block:.0625rem .125rem;margin-inline:.1875rem 0;position:absolute}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--checkbox-label:before{border:1px solid ButtonBorder}}.cds-custom--checkbox-label:after{background:none;block-size:.3125rem;border-block-end:1.5px solid var(--cds-custom-icon-inverse,#fff);border-inline-start:1.5px solid var(--cds-custom-icon-inverse,#fff);content:\"\";inline-size:.5625rem;inset-block-start:.40625rem;inset-inline-start:.4375rem;margin-block-start:-.1875rem;position:absolute;transform:scale(0) rotate(-45deg);transform-origin:bottom right}.cds-custom--checkbox-label[data-contained-checkbox-state=true]:before,.cds-custom--checkbox:checked+.cds-custom--checkbox-label:before,.cds-custom--checkbox:indeterminate+.cds-custom--checkbox-label:before{background-color:var(--cds-custom-icon-primary,#161616);border:1px}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--checkbox-label[data-contained-checkbox-state=true]:before,.cds-custom--checkbox:checked+.cds-custom--checkbox-label:before,.cds-custom--checkbox:indeterminate+.cds-custom--checkbox-label:before{background-color:SelectedItem;border:1px solid ButtonBorder}}.cds-custom--checkbox-label[data-contained-checkbox-state=true]:after,.cds-custom--checkbox:checked+.cds-custom--checkbox-label:after{transform:scale(1) rotate(-45deg)}.cds-custom--checkbox:indeterminate+.cds-custom--checkbox-label:after{border-block-end:2px solid var(--cds-custom-icon-inverse,#fff);border-inline-start:0 solid var(--cds-custom-icon-inverse,#fff);inline-size:.5rem;inset-block-start:.6875rem;transform:scale(1) rotate(0deg)}.cds-custom--checkbox-label[data-contained-checkbox-state=true].cds-custom--checkbox-label__focus:before,.cds-custom--checkbox-label__focus:before,.cds-custom--checkbox:checked:focus+.cds-custom--checkbox-label:before,.cds-custom--checkbox:focus+.cds-custom--checkbox-label:before,.cds-custom--checkbox:indeterminate:focus+.cds-custom--checkbox-label:before{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:1px}.cds-custom--checkbox-label[data-contained-checkbox-disabled=true],.cds-custom--checkbox:disabled+.cds-custom--checkbox-label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--checkbox-label[data-contained-checkbox-disabled=true]:before,.cds-custom--checkbox:disabled+.cds-custom--checkbox-label:before{border-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]:before,.cds-custom--checkbox:checked:disabled+.cds-custom--checkbox-label:before,.cds-custom--checkbox:indeterminate:disabled+.cds-custom--checkbox-label:before{background-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--checkbox-group[data-invalid] .cds-custom--checkbox-label:before,.cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox-label:before,.cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox:checked+.cds-custom--checkbox-label:before{border:1px solid var(--cds-custom-support-error,#da1e28)}.cds-custom--checkbox-group .cds-custom--checkbox-wrapper--invalid>.cds-custom--checkbox__validation-msg,.cds-custom--checkbox-group .cds-custom--checkbox-wrapper--warning>.cds-custom--checkbox__validation-msg,.cds-custom--checkbox-group .cds-custom--checkbox-wrapper>.cds-custom--form__helper-text{display:none}.cds-custom--checkbox-group:not(.cds-custom--checkbox-group[data-invalid]) .cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox-label:before,.cds-custom--checkbox-group:not(.cds-custom--checkbox-group[data-invalid]) .cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox:checked+.cds-custom--checkbox-label:before{border:1px solid var(--cds-custom-icon-primary,#161616)}.cds-custom--checkbox-group__validation-msg,.cds-custom--checkbox__validation-msg{align-items:flex-start;display:none;inline-size:100%;margin-block-start:.25rem}.cds-custom--checkbox__invalid-icon{margin:.0625rem .0625rem 0 .1875rem;fill:var(--cds-custom-support-error,#da1e28);min-inline-size:1rem}.cds-custom--checkbox__invalid-icon--warning{fill:var(--cds-custom-support-warning,#f1c21b)}.cds-custom--checkbox__invalid-icon--warning path:first-of-type{fill:#000}.cds-custom--checkbox-group--invalid .cds-custom--checkbox-group__validation-msg,.cds-custom--checkbox-group--warning .cds-custom--checkbox-group__validation-msg,.cds-custom--checkbox-wrapper--invalid>.cds-custom--checkbox__validation-msg,.cds-custom--checkbox-wrapper--warning>.cds-custom--checkbox__validation-msg{display:flex}.cds-custom--checkbox-group--invalid .cds-custom--checkbox-group__validation-msg .cds-custom--form-requirement,.cds-custom--checkbox-group--warning .cds-custom--checkbox-group__validation-msg .cds-custom--form-requirement,.cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox__validation-msg .cds-custom--form-requirement,.cds-custom--checkbox-wrapper--warning .cds-custom--checkbox__validation-msg .cds-custom--form-requirement{display:block;margin-block-start:0;margin-inline-start:.5rem;max-block-size:100%;overflow:visible}.cds-custom--checkbox-group--invalid .cds-custom--checkbox-group__validation-msg .cds-custom--form-requirement,.cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox__validation-msg .cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--checkbox-group--readonly .cds-custom--checkbox-label,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox-label{cursor:default}.cds-custom--checkbox-group--readonly .cds-custom--checkbox-label-text,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox-label-text{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.cds-custom--checkbox-group--readonly .cds-custom--checkbox+.cds-custom--checkbox-label:before,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox+.cds-custom--checkbox-label:before{border-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--checkbox-group--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:before,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:before{background:transparent;border:1px solid var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--checkbox-group--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after{border-color:var(--cds-custom-text-primary,#161616)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--checkbox-group--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after{fill:SelectedItemText}}.cds-custom--checkbox-skeleton .cds-custom--checkbox-label{cursor:default}.cds-custom--checkbox-label-text.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;inline-size:6.25rem;margin-block:.0625rem 0;margin-inline:.375rem 0;padding:0;pointer-events:none;position:relative}.cds-custom--checkbox-label-text.cds-custom--skeleton:active,.cds-custom--checkbox-label-text.cds-custom--skeleton:focus,.cds-custom--checkbox-label-text.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--checkbox-label-text.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--checkbox-label-text.cds-custom--skeleton:before{animation:none}}.cds-custom--checkbox--inline{position:relative}[dir=rtl] .cds-custom--checkbox-label:after{margin-block-start:0;margin-inline-start:-.0625rem;transform-origin:center}[dir=rtl] .cds-custom--checkbox-label[data-contained-checkbox-state=true]:after,[dir=rtl] .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after{transform:scale(1.2) rotate3d(.5,1,0,158deg)}.cds-custom--checkbox-group--decorator legend.cds-custom--label,.cds-custom--checkbox-group--slug legend.cds-custom--label,.cds-custom--checkbox-wrapper--decorator .cds-custom--checkbox-label-text,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text{display:flex}.cds-custom--checkbox-group--decorator legend.cds-custom--label .cds-custom--checkbox-group-inner--decorator>*,.cds-custom--checkbox-group--slug legend.cds-custom--label .cds-custom--ai-label,.cds-custom--checkbox-group--slug legend.cds-custom--label .cds-custom--slug,.cds-custom--checkbox-wrapper--decorator .cds-custom--checkbox-label-text .cds-custom--checkbox-wrapper-inner--decorator>*,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text .cds-custom--ai-label,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text .cds-custom--slug{margin-inline-start:.5rem}.cds-custom--checkbox-wrapper--decorator .cds-custom--checkbox-label-text .cds-custom--ai-label__button--inline,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text .cds-custom--ai-label__button--inline,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text .cds-custom--slug__button--inline{line-height:inherit;margin-block-start:-.0625rem}.cds-custom--checkbox-group--horizontal{display:flex;flex-flow:row wrap;justify-content:flex-start;position:relative}.cds-custom--checkbox-group--horizontal .cds-custom--form-item{flex:none;margin-block-end:0}.cds-custom--checkbox-group--horizontal .cds-custom--form-item:not(:last-of-type){margin-inline-end:1rem}.cds-custom--checkbox-group--horizontal .cds-custom--checkbox-label-text{padding-inline-start:.5rem}.cds-custom--checkbox-group--horizontal .cds-custom--label+.cds-custom--form-item.cds-custom--checkbox-wrapper{margin-block-start:0}.cds-custom--radio-button-group{align-items:center;border:0;box-sizing:border-box;display:flex;font-family:inherit;font-size:100%;margin:0;padding:0;position:relative;vertical-align:baseline}.cds-custom--radio-button-group *,.cds-custom--radio-button-group :after,.cds-custom--radio-button-group :before{box-sizing:inherit}.cds-custom--label+.cds-custom--form-item .cds-custom--radio-button-group{margin-block-start:0}.cds-custom--radio-button-group--vertical{align-items:flex-start;flex-direction:column}.cds-custom--radio-button-group--vertical.cds-custom--radio-button-group--label-left{align-items:flex-end}.cds-custom--radio-button-group--vertical .cds-custom--radio-button__label{margin-inline-end:0}.cds-custom--radio-button-group--vertical .cds-custom--radio-button__label:not(:last-of-type){margin-block-end:.5rem}.cds-custom--radio-button{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;margin-block-start:.9rem;margin-inline-start:.63rem;visibility:inherit;white-space:nowrap}.cds-custom--radio-button__label{align-items:center;cursor:pointer;display:flex;margin-inline-end:1rem}.cds-custom--radio-button__label-text{flex:1;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--radio-button__appearance{background-color:transparent;block-size:1.125rem;border:0;border:1px solid var(--cds-custom-icon-primary,#161616);border-radius:50%;box-sizing:border-box;flex-shrink:0;font-family:inherit;font-size:100%;inline-size:1.125rem;margin:0;margin-block:.0625rem .125rem;margin-inline:.125rem .625rem;padding:0;vertical-align:baseline}.cds-custom--radio-button__appearance *,.cds-custom--radio-button__appearance :after,.cds-custom--radio-button__appearance :before{box-sizing:inherit}.cds-custom--radio-button-group--vertical .cds-custom--radio-button__appearance{margin-block:0}.cds-custom--radio-button:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{align-items:center;border-color:var(--cds-custom-icon-primary,#161616);display:flex;justify-content:center}.cds-custom--radio-button:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before{background-color:var(--cds-custom-icon-primary,#161616);block-size:100%;border-radius:50%;content:\"\";display:inline-block;inline-size:100%;position:relative;transform:scale(.5)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--radio-button:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before{background-color:ButtonText}}@media print{.cds-custom--radio-button:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cds-custom--radio-button:disabled+.cds-custom--radio-button__label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--radio-button:disabled+.cds-custom--radio-button__label .cds-custom--radio-button__appearance,.cds-custom--radio-button:disabled:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{border-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--radio-button:disabled+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before,.cds-custom--radio-button:disabled:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before{background-color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--radio-button-group--readonly .cds-custom--radio-button+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{border-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--radio-button-group--readonly .cds-custom--radio-button__label{cursor:default}.cds-custom--radio-button-group--readonly .cds-custom--radio-button__label-text{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.cds-custom--radio-button-group--invalid .cds-custom--radio-button+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{border-color:var(--cds-custom-support-error,#da1e28)}.cds-custom--radio-button__validation-msg{align-items:flex-end;display:none;margin-block-start:.375rem}.cds-custom--radio-button__invalid-icon{fill:var(--cds-custom-support-error,#da1e28);margin-inline:.1875rem .0625rem}.cds-custom--radio-button__invalid-icon--warning{fill:var(--cds-custom-support-warning,#f1c21b)}.cds-custom--radio-button__invalid-icon--warning path:first-of-type{fill:#000}.cds-custom--radio-button-group--invalid+.cds-custom--radio-button__validation-msg,.cds-custom--radio-button-group--warning+.cds-custom--radio-button__validation-msg{display:flex}.cds-custom--radio-button-group--invalid+.cds-custom--radio-button__validation-msg .cds-custom--form-requirement,.cds-custom--radio-button-group--warning+.cds-custom--radio-button__validation-msg .cds-custom--form-requirement{display:block;margin-block-start:0;margin-inline-start:.5rem;max-block-size:100%;overflow:visible}.cds-custom--radio-button-group--invalid+.cds-custom--radio-button__validation-msg .cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--radio-button-group~.cds-custom--form__helper-text{margin-block-start:.375rem}.cds-custom--radio-button:focus+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:1.5px}.cds-custom--radio-button__label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1.125rem;border:none;box-shadow:none;inline-size:6.25rem;padding:0;pointer-events:none;position:relative}.cds-custom--radio-button__label.cds-custom--skeleton:active,.cds-custom--radio-button__label.cds-custom--skeleton:focus,.cds-custom--radio-button__label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--radio-button__label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--radio-button__label.cds-custom--skeleton:before{animation:none}}.cds-custom--radio-button__label.cds-custom--skeleton .cds-custom--radio-button__appearance{display:none}.cds-custom--radio-button-wrapper .cds-custom--radio-button__label{align-items:flex-start;display:flex;justify-content:center;margin:0}.cds-custom--radio-button-wrapper:not(:last-of-type){margin-inline-end:1rem}.cds-custom--radio-button-group--vertical .cds-custom--radio-button-wrapper{margin-block-end:.375rem;margin-inline-end:0}.cds-custom--radio-button-group--vertical .cds-custom--radio-button-wrapper .cds-custom--radio-button__label{padding-block-start:.125rem}.cds-custom--radio-button-group--label-right .cds-custom--radio-button__label,.cds-custom--radio-button-wrapper.cds-custom--radio-button-wrapper--label-right .cds-custom--radio-button__label{flex-direction:row}.cds-custom--radio-button-group--label-left .cds-custom--radio-button__label,.cds-custom--radio-button-wrapper.cds-custom--radio-button-wrapper--label-left .cds-custom--radio-button__label{flex-direction:row-reverse}.cds-custom--radio-button-group--label-left .cds-custom--radio-button__appearance,.cds-custom--radio-button-wrapper.cds-custom--radio-button-wrapper--label-left .cds-custom--radio-button__appearance{margin-inline:.5rem 0}.cds-custom--radio-button-group--decorator legend.cds-custom--label,.cds-custom--radio-button-group--slug legend.cds-custom--label,.cds-custom--radio-button-wrapper--decorator .cds-custom--radio-button__label-text,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text{display:flex}.cds-custom--radio-button-group--decorator legend.cds-custom--label .cds-custom--radio-button-group-inner--decorator>*,.cds-custom--radio-button-group--slug legend.cds-custom--label .cds-custom--ai-label,.cds-custom--radio-button-group--slug legend.cds-custom--label .cds-custom--slug,.cds-custom--radio-button-wrapper--decorator .cds-custom--radio-button__label-text .cds-custom--radio-button-wrapper-inner--decorator>*,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text .cds-custom--ai-label,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text .cds-custom--slug{margin-inline-start:.5rem}.cds-custom--radio-button-wrapper--decorator .cds-custom--radio-button__label-text .cds-custom--ai-label__button--inline,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text .cds-custom--ai-label__button--inline,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text .cds-custom--slug__button--inline{line-height:inherit;margin-block-start:-.0625rem}.cds-custom--data-table-container{padding-block-start:.125rem;position:relative}.cds-custom--data-table-content{display:block;overflow-x:auto}.cds-custom--data-table-content:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--data-table-content:focus{outline-style:dotted}}.cds-custom--data-table-container--ai-enabled{border:none;padding:1px;position:relative}.cds-custom--data-table-container--ai-enabled:after{background-image:linear-gradient(to top,var(--cds-custom-ai-border-end,#78a9ff),var(--cds-custom-ai-border-start,rgba(166,200,255,.64)));block-size:100%;content:\"\";inline-size:100%;inset:0;pointer-events:none;position:absolute;z-index:-1}.cds-custom--data-table-container--ai-enabled tbody{position:relative}.cds-custom--data-table-container--ai-enabled tbody:before{background:linear-gradient(to top,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%);block-size:100%;content:\"\";inline-size:100%;inset:0;pointer-events:none;position:absolute}.cds-custom--data-table-header{background-color:var(--cds-custom-layer);padding-block:1rem 1.5rem;padding-inline:1rem}.cds-custom--data-table-header__title,:host(cds-custom-table-header-title){color:var(--cds-custom-text-primary,#161616);font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}.cds-custom--data-table-header__description,:host(cds-custom-table-header-description){color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}@media (min-width:42rem){.cds-custom--data-table-header__description,:host(cds-custom-table-header-description){max-inline-size:50ch}}@media (min-width:66rem){.cds-custom--data-table-header__description,:host(cds-custom-table-header-description){max-inline-size:80ch}}.cds-custom--data-table,:host(cds-custom-table){border-collapse:collapse;border-spacing:0;inline-size:100%}.cds-custom--data-table thead,:host(cds-custom-table) thead{background-color:var(--cds-custom-layer-accent);font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572)}.cds-custom--data-table tbody,:host(cds-custom-table) tbody{background-color:var(--cds-custom-layer);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--data-table tr,:host(cds-custom-table) tr{block-size:3rem;border:none;inline-size:100%}.cds-custom--data-table tbody tr,.cds-custom--data-table tbody tr td,.cds-custom--data-table tbody tr th,:host(cds-custom-table) tbody tr,:host(cds-custom-table) tbody tr td,:host(cds-custom-table) tbody tr th{transition:background-color 70ms cubic-bezier(0,0,.38,.9)}.cds-custom--data-table tbody tr:not([data-child-row]):hover,.cds-custom--data-table tbody tr[data-child-row]:hover>td,:host(cds-custom-table) tbody tr:not([data-child-row]):hover,:host(cds-custom-table) tbody tr[data-child-row]:hover>td{background-color:var(--cds-custom-layer-hover)}.cds-custom--data-table tbody tr:hover td,.cds-custom--data-table tbody tr:hover th,:host(cds-custom-table) tbody tr:hover td,:host(cds-custom-table) tbody tr:hover th{border-block-end:1px solid var(--cds-custom-layer-hover);border-block-start:1px solid var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary,#161616)}.cds-custom--data-table tr:hover .cds-custom--link:not(.cds-custom--popover-container .cds-custom--link),:host(cds-custom-table) tr:hover .cds-custom--link:not(.cds-custom--popover-container .cds-custom--link){color:var(--cds-custom-link-secondary,#0043ce)}.cds-custom--data-table tr:hover .cds-custom--link--disabled:not(.cds-custom--popover-container .cds-custom--link),:host(cds-custom-table) tr:hover .cds-custom--link--disabled:not(.cds-custom--popover-container .cds-custom--link){color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--data-table td,.cds-custom--data-table th,:host(cds-custom-table) td,:host(cds-custom-table) th{text-align:start;vertical-align:middle}.cds-custom--data-table.cds-custom--data-table--top-aligned-body.cds-custom--data-table--lg tr:not([data-child-row]) td:not(.cds-custom--table-expand){padding-block:1rem 1rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-body.cds-custom--data-table--lg tr:not([data-child-row]) td:not(.cds-custom--table-expand).cds-custom--table-column-menu{padding-block-start:.5rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-body.cds-custom--data-table--lg tr:not([data-child-row]) td:not(.cds-custom--table-expand).cds-custom--table-column-checkbox:not(.cds-custom--table-column-radio){padding-block-start:.8125rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-body td{vertical-align:top}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--lg th:not(.cds-custom--table-expand):not(.cds-custom--table-sort__header){padding-block:1rem 1rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--lg th:not(.cds-custom--table-expand):not(.cds-custom--table-sort__header).cds-custom--table-column-menu{padding-block-start:.5rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--lg th:not(.cds-custom--table-expand):not(.cds-custom--table-sort__header).cds-custom--table-column-checkbox{padding-block-start:.8125rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header th{vertical-align:top}.cds-custom--data-table td[align=right],.cds-custom--data-table th[align=right],:host(cds-custom-table) td[align=right],:host(cds-custom-table) th[align=right]{text-align:end}.cds-custom--data-table td[align=center],.cds-custom--data-table th[align=center],:host(cds-custom-table) td[align=center],:host(cds-custom-table) th[align=center]{text-align:center}.cds-custom--data-table th,:host(cds-custom-table) th{background-color:var(--cds-custom-layer-accent);color:var(--cds-custom-text-primary,#161616);padding-inline:1rem 1rem}.cds-custom--data-table th:last-of-type,:host(cds-custom-table) th:last-of-type{inline-size:auto;position:static}.cds-custom--data-table .cds-custom--table-header-label,:host(cds-custom-table) .cds-custom--table-header-label{text-align:start}.cds-custom--data-table tbody th,.cds-custom--data-table td,:host(cds-custom-table) tbody th,:host(cds-custom-table) td{border-block-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);border-block-start:1px solid var(--cds-custom-layer);color:var(--cds-custom-text-secondary,#525252);padding-inline:1rem 1rem}.cds-custom--data-table tbody th+td:first-of-type,.cds-custom--data-table td+td:first-of-type,:host(cds-custom-table) tbody th+td:first-of-type,:host(cds-custom-table) td+td:first-of-type{padding-inline-start:.75rem}.cds-custom--layer-two .cds-custom--data-table tbody th,.cds-custom--layer-two .cds-custom--data-table td,.cds-custom--layer-two :host(cds-custom-table) tbody th,.cds-custom--layer-two :host(cds-custom-table) td{border-block-end:1px solid var(--cds-custom-border-subtle-02,#e0e0e0)}.cds-custom--layer-three .cds-custom--data-table tbody th,.cds-custom--layer-three .cds-custom--data-table td,.cds-custom--layer-three :host(cds-custom-table) tbody th,.cds-custom--layer-three :host(cds-custom-table) td{border-block-end:1px solid var(--cds-custom-border-subtle-03,#c6c6c6)}@supports (-moz-appearance:none){.cds-custom--data-table td,:host(cds-custom-table) td{background-clip:padding-box}}.cds-custom--data-table .cds-custom--dropdown,.cds-custom--data-table .cds-custom--list-box,.cds-custom--data-table .cds-custom--list-box input[role=combobox],.cds-custom--data-table .cds-custom--list-box input[type=text],.cds-custom--data-table .cds-custom--number input[type=number],.cds-custom--data-table .cds-custom--number input[type=text],.cds-custom--data-table .cds-custom--number__control-btn:after,.cds-custom--data-table .cds-custom--number__control-btn:before,.cds-custom--data-table .cds-custom--select-input,.cds-custom--data-table .cds-custom--text-input,:host(cds-custom-table) .cds-custom--dropdown,:host(cds-custom-table) .cds-custom--list-box,:host(cds-custom-table) .cds-custom--list-box input[role=combobox],:host(cds-custom-table) .cds-custom--list-box input[type=text],:host(cds-custom-table) .cds-custom--number input[type=number],:host(cds-custom-table) .cds-custom--number input[type=text],:host(cds-custom-table) .cds-custom--number__control-btn:after,:host(cds-custom-table) .cds-custom--number__control-btn:before,:host(cds-custom-table) .cds-custom--select-input,:host(cds-custom-table) .cds-custom--text-input{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=false]:focus,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=false]:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=false]:focus,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=false]:focus{outline-style:dotted}}.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=true]:focus,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=true]:focus{outline:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none),screen and (hover:hover){.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{opacity:0}}.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu.cds-custom--overflow-menu--open .cds-custom--overflow-menu__icon,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu.cds-custom--overflow-menu--open .cds-custom--overflow-menu__icon{opacity:1}.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu:focus .cds-custom--overflow-menu__icon,.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon,.cds-custom--data-table tr:hover td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,.cds-custom--data-table.cds-custom--data-table--visible-overflow-menu td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu:focus .cds-custom--overflow-menu__icon,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon,:host(cds-custom-table) tr:hover td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{opacity:1}.cds-custom--table-row--menu-option .cds-custom--overflow-menu-options__btn .cds-custom--overflow-menu-options__option-content svg{inset-block-start:.1875rem;margin-inline-end:.5rem;position:relative}.cds-custom--data-table .cds-custom--overflow-menu:hover,.cds-custom--data-table .cds-custom--overflow-menu__trigger:hover,:host(cds-custom-table) .cds-custom--overflow-menu:hover,:host(cds-custom-table) .cds-custom--overflow-menu__trigger:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--data-table--selected .cds-custom--overflow-menu:hover,.cds-custom--data-table--selected .cds-custom--overflow-menu__trigger:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--data-table--selected .cds-custom--link:not(.cds-custom--link--disabled){color:var(--cds-custom-link-secondary,#0043ce)}.cds-custom--data-table--sm td.cds-custom--table-column-menu,.cds-custom--data-table--xs td.cds-custom--table-column-menu{block-size:1.5rem;padding-block:0}.cds-custom--data-table--sm td.cds-custom--table-column-menu{block-size:2rem}.cds-custom--data-table--md td.cds-custom--table-column-menu{block-size:2.5rem}.cds-custom--data-table--xl .cds-custom--table-column-menu{padding-block-start:.5rem}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):nth-child(odd) td{border-block-end:1px solid var(--cds-custom-layer)}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):nth-child(2n) td{border-block-end:1px solid var(--cds-custom-layer-accent);border-block-start:1px solid var(--cds-custom-layer-accent)}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):not(.cds-custom--data-table--selected):nth-child(2n){background-color:var(--cds-custom-layer-accent)}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):hover td{border-block-end:1px solid var(--cds-custom-layer-hover);border-block-start:1px solid var(--cds-custom-layer-hover)}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):not(.cds-custom--data-table--selected):hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--table-column-checkbox .cds-custom--checkbox-label{min-block-size:1.5rem;padding-inline-start:0}.cds-custom--table-column-checkbox .cds-custom--checkbox-label:before{margin-block-start:.125rem}.cds-custom--table-column-checkbox .cds-custom--checkbox-label:after{inset-block-start:.46875rem}.cds-custom--data-table th.cds-custom--table-column-checkbox,:host(cds-custom-table) th.cds-custom--table-column-checkbox{background-color:var(--cds-custom-layer-accent);inline-size:2rem;position:static;transition:background-color 70ms cubic-bezier(0,0,.38,.9)}.cds-custom--data-table tbody td.cds-custom--table-column-checkbox,.cds-custom--data-table tbody td.cds-custom--table-expand,.cds-custom--data-table thead th.cds-custom--table-column-checkbox,.cds-custom--data-table thead th.cds-custom--table-expand,:host(cds-custom-table) tbody td.cds-custom--table-column-checkbox,:host(cds-custom-table) tbody td.cds-custom--table-expand,:host(cds-custom-table) thead th.cds-custom--table-column-checkbox,:host(cds-custom-table) thead th.cds-custom--table-expand{min-inline-size:0}.cds-custom--data-table tbody td.cds-custom--table-column-checkbox,.cds-custom--data-table thead th.cds-custom--table-column-checkbox,:host(cds-custom-table) tbody td.cds-custom--table-column-checkbox,:host(cds-custom-table) thead th.cds-custom--table-column-checkbox{min-inline-size:2.5rem;padding-inline:1rem .25rem}.cds-custom--data-table tbody td.cds-custom--table-expand,.cds-custom--data-table thead th.cds-custom--table-expand,:host(cds-custom-table) tbody td.cds-custom--table-expand,:host(cds-custom-table) thead th.cds-custom--table-expand{block-size:2rem;inline-size:2rem}.cds-custom--data-table--xs tbody td.cds-custom--table-expand,.cds-custom--data-table--xs thead th.cds-custom--table-expand{block-size:1.5rem;inline-size:1.5rem;padding:0 0 0 .5rem}.cds-custom--data-table--sm tbody td.cds-custom--table-expand,.cds-custom--data-table--sm thead th.cds-custom--table-expand{block-size:2rem;inline-size:2rem;padding:0;padding-inline-start:.5rem}.cds-custom--data-table--md tbody td.cds-custom--table-expand,.cds-custom--data-table--md thead th.cds-custom--table-expand{block-size:2.5rem;inline-size:2.5rem;padding:.25rem 0 .25rem .5rem}.cds-custom--data-table--xl tbody td.cds-custom--table-expand,.cds-custom--data-table--xl thead th.cds-custom--table-expand{block-size:4rem;padding-block:.625rem 1.375rem}.cds-custom--data-table--xl .cds-custom--table-column-checkbox{padding-block-start:.8125rem}.cds-custom--data-table--xl .cds-custom--table-column-radio{padding-block-start:1rem}.cds-custom--table-column-radio{inline-size:48px}.cds-custom--table-column-radio .cds-custom--radio-button__appearance{margin-inline-end:-.125rem}.cds-custom--data-table--zebra tbody tr:nth-child(odd).cds-custom--data-table--selected td,tr.cds-custom--data-table--selected td{border-block-end:1px solid var(--cds-custom-layer-active);border-block-start:1px solid var(--cds-custom-layer-selected);color:var(--cds-custom-text-primary,#161616)}.cds-custom--data-table--zebra tbody tr:nth-child(odd).cds-custom--data-table--selected,tr.cds-custom--data-table--selected{background-color:var(--cds-custom-layer-selected)}.cds-custom--data-table--zebra tbody tr:first-of-type:nth-child(odd).cds-custom--data-table--selected td,tr.cds-custom--data-table--selected:first-of-type td{border-block-start:1px solid var(--cds-custom-border-subtle-selected)}.cds-custom--data-table--zebra tbody tr:last-of-type:nth-child(2n).cds-custom--data-table--selected td,.cds-custom--data-table--zebra tbody tr:last-of-type:nth-child(odd).cds-custom--data-table--selected td,tr.cds-custom--data-table--selected:last-of-type td{border-block-end:1px solid var(--cds-custom-layer-selected);border-block-start:1px solid var(--cds-custom-layer-selected)}.cds-custom--data-table--zebra tbody tr:nth-child(2n).cds-custom--data-table--selected td{border-block-end:1px solid var(--cds-custom-layer-active)}.cds-custom--data-table--zebra tbody tr:nth-child(2n).cds-custom--data-table--selected:hover td{border-block-end:1px solid var(--cds-custom-layer-selected-hover)}.cds-custom--data-table tbody .cds-custom--data-table--selected:hover td,.cds-custom--data-table--zebra tbody tr:nth-child(odd).cds-custom--data-table--selected:hover td,:host(cds-custom-table) tbody .cds-custom--data-table--selected:hover td{border-block-end:1px solid var(--cds-custom-layer-selected-hover);border-block-start:1px solid var(--cds-custom-layer-selected-hover);color:var(--cds-custom-text-primary,#161616)}.cds-custom--data-table tbody .cds-custom--data-table--selected:hover,.cds-custom--data-table--zebra tbody tr:nth-child(odd).cds-custom--data-table--selected:hover,:host(cds-custom-table) tbody .cds-custom--data-table--selected:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--data-table--selected .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{opacity:1}.cds-custom--data-table--xs tbody tr,.cds-custom--data-table--xs tbody tr th,.cds-custom--data-table--xs thead tr{block-size:1.5rem}.cds-custom--data-table--xs .cds-custom--table-header-label,.cds-custom--data-table--xs tbody tr th,.cds-custom--data-table--xs td{padding-block:.125rem .125rem}.cds-custom--data-table--xs .cds-custom--overflow-menu{block-size:calc(100% + 1px);inline-size:2rem}.cds-custom--data-table.cds-custom--data-table--xs:not(.cds-custom--data-table--top-aligned-body) td.cds-custom--table-column-checkbox,.cds-custom--data-table.cds-custom--data-table--xs:not(.cds-custom--data-table--top-aligned-header) th.cds-custom--table-column-checkbox{padding-block:0}.cds-custom--data-table.cds-custom--data-table--xs .cds-custom--table-column-checkbox .cds-custom--checkbox-label{block-size:1.4375rem;min-block-size:1.4375rem}.cds-custom--data-table--sm tbody tr,.cds-custom--data-table--sm tbody tr th,.cds-custom--data-table--sm thead tr{block-size:2rem}.cds-custom--data-table--sm .cds-custom--table-header-label{padding-block:.4375rem .4375rem}.cds-custom--data-table--sm tbody tr th,.cds-custom--data-table--sm td,.cds-custom--data-table--sm.cds-custom--data-table--top-aligned-header th.cds-custom--table-column-checkbox{padding-block:.4375rem .375rem}.cds-custom--data-table.cds-custom--data-table--sm:not(.cds-custom--data-table--top-aligned-body) td.cds-custom--table-column-checkbox,.cds-custom--data-table.cds-custom--data-table--sm:not(.cds-custom--data-table--top-aligned-header) th.cds-custom--table-column-checkbox{padding-block:.1875rem .1875rem}.cds-custom--data-table--sm .cds-custom--overflow-menu{block-size:calc(100% + 1px)}.cds-custom--data-table--md tbody tr,.cds-custom--data-table--md tbody tr th,.cds-custom--data-table--md thead tr{block-size:2.5rem}.cds-custom--data-table--md .cds-custom--table-header-label,.cds-custom--data-table--md.cds-custom--data-table--top-aligned-header th.cds-custom--table-column-checkbox{padding-block:.4375rem .4375rem}.cds-custom--data-table--md tbody tr th,.cds-custom--data-table--md td{padding-block:.4375rem .375rem}.cds-custom--data-table--md .cds-custom--table-column-menu,.cds-custom--data-table.cds-custom--data-table--md:not(.cds-custom--data-table--top-aligned-body) td.cds-custom--table-column-checkbox,.cds-custom--data-table.cds-custom--data-table--md:not(.cds-custom--data-table--top-aligned-header) th.cds-custom--table-column-checkbox{padding-block:.1875rem .1875rem}.cds-custom--data-table--xl tbody tr,.cds-custom--data-table--xl tbody tr th,.cds-custom--data-table--xl thead tr{block-size:4rem}.cds-custom--data-table--xl .cds-custom--table-header-label,.cds-custom--data-table--xl tbody tr th,.cds-custom--data-table--xl td{padding-block:1rem 1rem}.cds-custom--data-table--xl td,.cds-custom--data-table--xl th{vertical-align:top}.cds-custom--data-table--xl .cds-custom--data-table--cell-secondary-text{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--data-table--static{inline-size:auto}.cds-custom--data-table-container--static{inline-size:-moz-fit-content;inline-size:fit-content}.cds-custom--data-table_inner-container{background-color:var(--cds-custom-layer-accent);transform:translateZ(0)}.cds-custom--data-table--sticky-header{display:block;overflow-y:scroll}.cds-custom--data-table--sticky-header tbody,.cds-custom--data-table--sticky-header td,.cds-custom--data-table--sticky-header th,.cds-custom--data-table--sticky-header thead,.cds-custom--data-table--sticky-header tr{display:flex}.cds-custom--data-table--sticky-header thead{inline-size:100%;inset-block-start:0;overflow:scroll;position:sticky;z-index:1;-ms-overflow-style:none;will-change:transform}.cds-custom--data-table--sticky-header thead tr th{border-block-end:1px solid var(--cds-custom-layer-active)}.cds-custom--data-table--sticky-header tbody{flex-direction:column;-ms-overflow-style:none;overflow-x:scroll;will-change:transform}.cds-custom--data-table--sticky-header tr.cds-custom--parent-row.cds-custom--expandable-row{block-size:auto;min-block-size:3rem}.cds-custom--data-table--sticky-header tr.cds-custom--expandable-row:not(.cds-custom--parent-row){block-size:auto}.cds-custom--data-table--sticky-header .cds-custom--table-expand{max-inline-size:3rem}.cds-custom--data-table--sticky-header thead .cds-custom--table-expand{align-items:center}.cds-custom--data-table--sticky-header .cds-custom--parent-row{min-block-size:3rem}.cds-custom--data-table--sticky-header:not(.cds-custom--data-table--xs):not(.cds-custom--data-table--xl):not(.cds-custom--data-table--sm) td:not(.cds-custom--table-column-menu):not(.cds-custom--table-column-checkbox){padding-block-start:.875rem}.cds-custom--data-table--sticky-header tr.cds-custom--parent-row.cds-custom--expandable-row:hover+tr[data-child-row] td{border-block-start:1px solid var(--cds-custom-layer-hover)}.cds-custom--data-table--sticky-header tr.cds-custom--expandable-row:last-of-type{overflow:hidden}.cds-custom--data-table--sticky-header tr.cds-custom--data-table--selected:first-of-type td{border-block-start:none}.cds-custom--data-table--sticky-header tbody tr td.cds-custom--table-column-checkbox,.cds-custom--data-table--sticky-header thead th.cds-custom--table-column-checkbox{align-items:center;inline-size:2.25rem;min-inline-size:2.25rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--xl td.cds-custom--table-column-checkbox,.cds-custom--data-table--sticky-header.cds-custom--data-table--xl thead th.cds-custom--table-column-checkbox{align-items:flex-start}.cds-custom--data-table--sticky-header th.cds-custom--table-column-checkbox~th:last-of-type:empty{max-inline-size:4rem}.cds-custom--data-table--sticky-header th:empty:not(.cds-custom--table-expand){max-inline-size:2.25rem}.cds-custom--data-table--sticky-header td.cds-custom--table-column-menu{align-items:center;block-size:auto;padding-block-start:0}.cds-custom--data-table--sticky-header tbody::-webkit-scrollbar,.cds-custom--data-table--sticky-header thead::-webkit-scrollbar{display:none}@-moz-document url-prefix(){.cds-custom--data-table--sticky-header tbody,.cds-custom--data-table--sticky-header thead{scrollbar-width:none}}.cds-custom--data-table--sticky-header tbody tr:last-of-type{border-block-end:0}.cds-custom--data-table--sticky-header td:not(.cds-custom--table-column-checkbox):not(.cds-custom--table-column-menu):not(.cds-custom--table-expand):not(.cds-custom--table-column-icon),.cds-custom--data-table--sticky-header th:not(.cds-custom--table-column-checkbox):not(.cds-custom--table-column-menu):not(.cds-custom--table-expand):not(.cds-custom--table-column-icon){inline-size:100%;min-inline-size:0}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm tr:not(.cds-custom--expandable-row),.cds-custom--data-table--sticky-header.cds-custom--data-table--xl tr:not(.cds-custom--expandable-row),.cds-custom--data-table--sticky-header.cds-custom--data-table--xs tr:not(.cds-custom--expandable-row){block-size:auto}.cds-custom--data-table--sticky-header.cds-custom--data-table--xs tr:not(.cds-custom--expandable-row){min-block-size:1.5rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm tr:not(.cds-custom--expandable-row){min-block-size:2rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--xl tr:not(.cds-custom--expandable-row){min-block-size:4rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--xs tr td.cds-custom--table-expand{padding-block-start:.25rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm tr td.cds-custom--table-expand{padding-block-start:.5rem}.cds-custom--data-table--sticky-header .cds-custom--table-header-label{display:block;max-inline-size:calc(100% - 10px);overflow-x:hidden;overflow-y:hidden;padding-block:.9375rem 1rem;text-overflow:ellipsis;white-space:nowrap}.cds-custom--data-table--sticky-header.cds-custom--data-table--xs th .cds-custom--table-header-label{padding-block:.1875rem 0}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm th .cds-custom--table-header-label{padding-block:.5rem 0}.cds-custom--data-table--sticky-header.cds-custom--data-table--xl th .cds-custom--table-header-label{padding-block-start:1rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--xl th.cds-custom--table-expand{align-items:flex-start;display:flex}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm tr.cds-custom--parent-row .cds-custom--table-column-checkbox,.cds-custom--data-table--sticky-header.cds-custom--data-table--xs tr.cds-custom--parent-row .cds-custom--table-column-checkbox{align-items:flex-start}.cds-custom--data-table--max-width{max-inline-size:100%}.cds-custom--data-table--sticky-header{max-block-size:18.75rem}.cds-custom--data-table .cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type,:host(cds-custom-table) .cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type{margin:0}.cds-custom--data-table--sm .cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type,.cds-custom--data-table--xs .cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type{margin:-.1875rem 0}.cds-custom--data-table .cds-custom--table-column-decorator,.cds-custom--data-table .cds-custom--table-column-slug,:host(cds-custom-table) .cds-custom--table-column-decorator,:host(cds-custom-table) .cds-custom--table-column-slug{inline-size:1rem;padding-inline-end:0}tr.cds-custom--data-table--ai-label-row,tr.cds-custom--data-table--ai-label-row+.cds-custom--expandable-row,tr.cds-custom--data-table--slug-row,tr.cds-custom--data-table--slug-row+.cds-custom--expandable-row{background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%);background-attachment:fixed}.cds-custom--data-table--ai-label-row,.cds-custom--data-table--slug-row{box-shadow:inset 1px 0 var(--cds-custom-ai-border-strong,#4589ff)}.cds-custom--data-table tbody tr.cds-custom--data-table--ai-label-row:hover td,:host(cds-custom-table) tbody tr.cds-custom--data-table--ai-label-row:hover td,tr.cds-custom--data-table--ai-label-row.cds-custom--expandable-row--hover+.cds-custom--expandable-row[data-child-row]:hover>td,tr.cds-custom--data-table--ai-label-row.cds-custom--expandable-row--hover>td,tr.cds-custom--data-table--ai-label-row.cds-custom--expandable-row:hover+.cds-custom--expandable-row[data-child-row] td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover>td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover>td:first-of-type,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td:first-of-type,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover+tr[data-child-row]>td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected:not(.cds-custom--expandable-row):hover>td,tr.cds-custom--data-table--selected.cds-custom--data-table--ai-label-row.cds-custom--expandable-row+tr.cds-custom--expandable-row[data-child-row]>td{background-color:transparent}.cds-custom--data-table tbody tr.cds-custom--data-table--ai-label-row:hover,:host(cds-custom-table) tbody tr.cds-custom--data-table--ai-label-row:hover,tr.cds-custom--data-table--ai-label-row.cds-custom--expandable-row--hover+.cds-custom--expandable-row[data-child-row]:hover,tr.cds-custom--data-table--ai-label-row:hover+.cds-custom--expandable-row[data-child-row],tr.cds-custom--data-table--selected.cds-custom--parent-row.cds-custom--expandable-row--hover.cds-custom--data-table--ai-label-row,tr.cds-custom--expandable-row--hover.cds-custom--data-table--ai-label-row{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff);background-attachment:fixed}.cds-custom--data-table--selected.cds-custom--data-table--ai-label-row,.cds-custom--data-table--selected.cds-custom--data-table--slug-row,tr.cds-custom--data-table--selected.cds-custom--data-table--ai-label-row+.cds-custom--expandable-row,tr.cds-custom--data-table--selected.cds-custom--data-table--slug-row+.cds-custom--expandable-row,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--data-table--ai-label-row,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--data-table--slug-row{background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%),var(--cds-custom-layer-selected);background-attachment:fixed}tbody tr.cds-custom--data-table--ai-label-row:hover td,tr.cds-custom--data-table--ai-label-row.cds-custom--data-table--selected td,tr.cds-custom--data-table--ai-label-row.cds-custom--data-table--selected:hover td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td:not(.cds-custom--table-expand):not(.cds-custom--table-column-checkbox):not(.cds-custom--table-column-slug){border-block-end-color:var(--cds-custom-border-subtle)}tr.cds-custom--expandable-row.cds-custom--data-table--selected.cds-custom--data-table--slug-row[data-parent-row]>td:not(.cds-custom--table-expand):not(.cds-custom--table-column-checkbox):not(.cds-custom--table-column-slug){border-block-end:1px solid var(--cds-custom-layer-selected)}tr.cds-custom--parent-row.cds-custom--data-table--ai-label-row.cds-custom--expandable-row:hover td:first-of-type,tr.cds-custom--parent-row.cds-custom--data-table--decoratorß-row.cds-custom--expandable-row:hover td:first-of-type,tr.cds-custom--parent-row.cds-custom--data-table--slug-row.cds-custom--expandable-row:hover td:first-of-type{border-block-end:1px solid transparent}.cds-custom--data-table thead th.cds-custom--table-sort__header--ai-label .cds-custom--table-sort,.cds-custom--data-table thead th.cds-custom--table-sort__header--slug .cds-custom--table-sort,.cds-custom--data-table thead th:has(>.cds-custom--table-header-label--ai-label),.cds-custom--data-table thead th:has(>.cds-custom--table-header-label--slug),:host(cds-custom-table) thead th.cds-custom--table-sort__header--ai-label .cds-custom--table-sort,:host(cds-custom-table) thead th.cds-custom--table-sort__header--slug .cds-custom--table-sort,:host(cds-custom-table) thead th:has(>.cds-custom--table-header-label--ai-label),:host(cds-custom-table) thead th:has(>.cds-custom--table-header-label--slug){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}.cds-custom--table-column-decorator .cds-custom--decorator,.cds-custom--table-column-slug .cds-custom--ai-label,.cds-custom--table-column-slug .cds-custom--slug{position:absolute;transform:translateY(-50%);z-index:2}.cds-custom--data-table--xl .cds-custom--table-column-decorator .cds-custom--decorator,.cds-custom--data-table--xl .cds-custom--table-column-slug .cds-custom--ai-label,.cds-custom--data-table--xl .cds-custom--table-column-slug .cds-custom--slug{transform:translateY(1px)}th .cds-custom--table-header-label.cds-custom--table-header-label--ai-label,th .cds-custom--table-header-label.cds-custom--table-header-label--decorator,th .cds-custom--table-header-label.cds-custom--table-header-label--slug{align-items:center;display:flex}th .cds-custom--table-header-label.cds-custom--table-header-label--ai-label .cds-custom--ai-label,th .cds-custom--table-header-label.cds-custom--table-header-label--ai-label .cds-custom--slug,th .cds-custom--table-header-label.cds-custom--table-header-label--ai-label .cds-custom--table-header-label--decorator-inner,th .cds-custom--table-header-label.cds-custom--table-header-label--decorator .cds-custom--table-header-label--decorator-inner{margin-inline-start:auto}th.cds-custom--table-sort__header--ai-label,th.cds-custom--table-sort__header--slug,th:has(.cds-custom--table-header-label--ai-label),th:has(.cds-custom--table-header-label--slug){box-shadow:inset 0 1px var(--cds-custom-ai-border-strong,#4589ff)}td.cds-custom--table-cell--column-slug{background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}tr.cds-custom--parent-row:not(.cds-custom--expandable-row):not(:first-of-type) td.cds-custom--table-cell--column-slug{border-block-start:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--data-table-content,tr.cds-custom--parent-row:not(.cds-custom--expandable-row):not(:first-of-type) td.cds-custom--table-cell--column-slug{outline:1px solid transparent}}.cds-custom--link{border:0;box-sizing:border-box;color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe));display:inline-flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;outline:none;padding:0;text-decoration:none;transition:color 70ms cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--link *,.cds-custom--link :after,.cds-custom--link :before{box-sizing:inherit}.cds-custom--link:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce));text-decoration:underline}.cds-custom--link:active,.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe));outline:1px solid var(--cds-custom-focus,#0f62fe);outline-color:var(--cds-custom-link-focus-text-color,var(--cds-custom-focus,#0f62fe));text-decoration:underline}@media screen and (prefers-contrast){.cds-custom--link:active,.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{outline-style:dotted}}.cds-custom--link:focus{outline:1px solid var(--cds-custom-focus,#0f62fe);outline-color:var(--cds-custom-link-focus-text-color,var(--cds-custom-focus,#0f62fe));text-decoration:underline}@media screen and (prefers-contrast){.cds-custom--link:focus{outline-style:dotted}}.cds-custom--link:visited{color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe))}.cds-custom--link:visited:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce))}.cds-custom--link--disabled,.cds-custom--link--disabled:hover{border:0;box-sizing:border-box;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;padding:0;text-decoration:none;vertical-align:baseline}.cds-custom--link--disabled *,.cds-custom--link--disabled :after,.cds-custom--link--disabled :before,.cds-custom--link--disabled:hover *,.cds-custom--link--disabled:hover :after,.cds-custom--link--disabled:hover :before{box-sizing:inherit}.cds-custom--link.cds-custom--link--visited:visited{color:var(--cds-custom-link-visited-text-color,var(--cds-custom-link-visited,#8a3ffc))}.cds-custom--link.cds-custom--link--visited:visited:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce))}.cds-custom--link.cds-custom--link--inline{display:inline;text-decoration:underline}.cds-custom--link--disabled.cds-custom--link--inline{text-decoration:underline}.cds-custom--link--sm,.cds-custom--link--sm.cds-custom--link--disabled:hover{font-size:var(--cds-custom-helper-text-01-font-size,.75rem);letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333)}.cds-custom--link--lg,.cds-custom--link--lg.cds-custom--link--disabled:hover{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375)}.cds-custom--link__icon{align-self:center;display:inline-flex;margin-inline-start:.5rem}.cds-custom--data-table tr.cds-custom--parent-row:first-of-type td,:host(cds-custom-table) tr.cds-custom--parent-row:first-of-type td{border-block-start:1px solid var(--cds-custom-border-subtle)}.cds-custom--expandable-row--hidden td{border-block-start:0;inline-size:auto;padding:1rem}tr.cds-custom--parent-row:not(.cds-custom--expandable-row)+tr[data-child-row]{block-size:0;transition:height .15s cubic-bezier(.2,0,.38,.9)}tr.cds-custom--parent-row:not(.cds-custom--expandable-row)+tr[data-child-row] td{background-color:var(--cds-custom-layer-hover);border:0;padding-block:0;transition:padding .15s cubic-bezier(.2,0,.38,.9),background-color 70ms cubic-bezier(.2,0,.38,.9)}tr.cds-custom--parent-row:not(.cds-custom--expandable-row)+tr[data-child-row] td .cds-custom--child-row-inner-container{max-block-size:0;overflow:hidden}tr.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row]{transition:height .15s cubic-bezier(.2,0,.38,.9),background-color 70ms cubic-bezier(.2,0,.38,.9)}tr.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row] td{border-block-end:1px solid var(--cds-custom-border-subtle);padding-inline-start:3.5rem;transition:padding-bottom .15s cubic-bezier(.2,0,.38,.9),transform .15s cubic-bezier(.2,0,.38,.9)}tbody:has(>tr.cds-custom--data-table--ai-label-row)>tr.cds-custom--expandable-row[data-child-row] td,tbody:has(>tr.cds-custom--data-table--slug-row)>tr.cds-custom--expandable-row[data-child-row] td,tbody:has(td.cds-custom--table-column-checkbox)>tr.cds-custom--expandable-row[data-child-row] td{padding-inline-start:5.5rem}tbody:has(>tr.cds-custom--data-table--ai-label-row):has(td.cds-custom--table-column-checkbox)>tr.cds-custom--expandable-row[data-child-row] td{padding-inline-start:7.5rem}tr.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row] td .cds-custom--child-row-inner-container{max-block-size:100%;padding-block:1rem;padding-block-end:1.5rem}.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row]>td,.cds-custom--parent-row.cds-custom--expandable-row>td{border-block-end:1px solid var(--cds-custom-border-subtle);box-shadow:0 1px var(--cds-custom-border-subtle)}.cds-custom--parent-row.cds-custom--expandable-row>td:first-of-type,.cds-custom--parent-row:not(.cds-custom--expandable-row)+tr[data-child-row]>td{box-shadow:none}tr.cds-custom--parent-row.cds-custom--expandable-row,tr.cds-custom--parent-row.cds-custom--expandable-row td,tr.cds-custom--parent-row:not(.cds-custom--expandable-row) td{transition:height .15s cubic-bezier(.2,0,.38,.9),background-color 70ms cubic-bezier(.2,0,.38,.9),border-color 70ms cubic-bezier(.2,0,.38,.9)}tr.cds-custom--parent-row.cds-custom--expandable-row:hover td,tr.cds-custom--parent-row:not(.cds-custom--expandable-row):first-of-type:hover td{border-block-end:1px solid var(--cds-custom-border-subtle);border-block-start:1px solid var(--cds-custom-border-subtle)}tr.cds-custom--parent-row.cds-custom--expandable-row:hover td{background-color:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--parent-row.cds-custom--expandable-row:hover td:first-of-type{border-block-end:1px solid var(--cds-custom-layer-hover)}tr.cds-custom--parent-row.cds-custom--expandable-row:hover+tr[data-child-row] td{background-color:var(--cds-custom-layer-hover);border-block-end:1px solid var(--cds-custom-border-subtle);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--expandable-row--hover+tr[data-child-row] td{border-block-end:1px solid var(--cds-custom-border-subtle)}tr.cds-custom--expandable-row--hover,tr.cds-custom--expandable-row--hover td{background-color:var(--cds-custom-layer-hover)}tr.cds-custom--expandable-row--hover td{border-block-end:1px solid var(--cds-custom-border-subtle);border-block-start:1px solid var(--cds-custom-border-subtle);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--parent-row.cds-custom--expandable-row.cds-custom--expandable-row--hover td:first-of-type{border-block-end:1px solid transparent}.cds-custom--data-table td.cds-custom--table-expand,:host(cds-custom-table) td.cds-custom--table-expand{border-block-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6)}.cds-custom--layer-two .cds-custom--data-table td.cds-custom--table-expand,.cds-custom--layer-two :host(cds-custom-table) td.cds-custom--table-expand{border-block-end:1px solid var(--cds-custom-border-subtle-02,#e0e0e0)}.cds-custom--layer-three .cds-custom--data-table td.cds-custom--table-expand,.cds-custom--layer-three :host(cds-custom-table) td.cds-custom--table-expand{border-block-end:1px solid var(--cds-custom-border-subtle-03,#c6c6c6)}.cds-custom--data-table td.cds-custom--table-expand+.cds-custom--table-column-checkbox,.cds-custom--data-table th.cds-custom--table-expand+.cds-custom--table-column-checkbox,:host(cds-custom-table) td.cds-custom--table-expand+.cds-custom--table-column-checkbox,:host(cds-custom-table) th.cds-custom--table-expand+.cds-custom--table-column-checkbox{padding-inline:.375rem .375rem}.cds-custom--data-table td.cds-custom--table-expand[data-previous-value=collapsed]+.cds-custom--table-column-checkbox,:host(cds-custom-table) td.cds-custom--table-expand[data-previous-value=collapsed]+.cds-custom--table-column-checkbox{border-block-end:1px solid transparent;box-shadow:none}.cds-custom--data-table td.cds-custom--table-expand+.cds-custom--table-column-checkbox+td,.cds-custom--data-table th.cds-custom--table-expand+.cds-custom--table-column-checkbox+th,:host(cds-custom-table) td.cds-custom--table-expand+.cds-custom--table-column-checkbox+td,:host(cds-custom-table) th.cds-custom--table-expand+.cds-custom--table-column-checkbox+th{padding-inline-start:.5rem}.cds-custom--data-table td.cds-custom--table-expand,.cds-custom--data-table th.cds-custom--table-expand,:host(cds-custom-table) td.cds-custom--table-expand,:host(cds-custom-table) th.cds-custom--table-expand{padding:.5rem;padding-inline-end:0}.cds-custom--data-table td.cds-custom--table-expand[data-previous-value=collapsed],:host(cds-custom-table) td.cds-custom--table-expand[data-previous-value=collapsed]{border-block-end:1px solid transparent}.cds-custom--table-expand[data-previous-value=collapsed] .cds-custom--table-expand__svg{transform:rotate(270deg);transition:transform .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--table-expand__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:calc(100% + 1px);border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;justify-content:center;margin:0;padding:0 .5rem;text-align:start;vertical-align:baseline;vertical-align:inherit}.cds-custom--table-expand__button *,.cds-custom--table-expand__button :after,.cds-custom--table-expand__button :before{box-sizing:inherit}.cds-custom--table-expand__button::-moz-focus-inner{border:0}.cds-custom--data-table--top-aligned-body td .cds-custom--table-expand__button,.cds-custom--data-table--top-aligned-header th .cds-custom--table-expand__button{align-items:start;block-size:2rem;padding-block-start:.5rem}.cds-custom--data-table--top-aligned-body.cds-custom--data-table--xs td .cds-custom--table-expand__button,.cds-custom--data-table--top-aligned-header.cds-custom--data-table--xs th .cds-custom--table-expand__button{block-size:1.5rem;padding-block-start:.25rem}.cds-custom--data-table--top-aligned-body.cds-custom--data-table--md td .cds-custom--table-expand__button,.cds-custom--data-table--top-aligned-header.cds-custom--data-table--md th .cds-custom--table-expand__button{margin-block-start:-.25rem;padding-block-start:.5rem}.cds-custom--table-expand__button:focus{box-shadow:inset 0 0 0 2px var(--cds-custom-focus,#0f62fe);outline:none}.cds-custom--table-expand__svg{fill:var(--cds-custom-layer-selected-inverse,#161616);transform:rotate(90deg);transition:transform .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--data-table--xl .cds-custom--table-expand__button{inline-size:2rem}.cds-custom--data-table--zebra tbody tr[data-child-row]:nth-child(4n+4) td,.cds-custom--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+3) td{border-block-end:1px solid var(--cds-custom-layer)}.cds-custom--data-table--zebra tbody tr[data-child-row]:nth-child(4n+2) td,.cds-custom--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+1) td{background-color:var(--cds-custom-layer-accent);border-block-end:1px solid var(--cds-custom-layer-accent);border-block-start:1px solid var(--cds-custom-layer-accent)}.cds-custom--data-table--zebra tr.cds-custom--parent-row td,.cds-custom--data-table--zebra tr.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row] td{transition:transform .15s cubic-bezier(.2,0,.38,.9),border-bottom 70ms cubic-bezier(.2,0,.38,.9),border-top 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--data-table--zebra tbody tr[data-child-row]:hover td,.cds-custom--data-table--zebra tbody tr[data-parent-row]:hover td,.cds-custom--data-table--zebra tbody tr[data-parent-row]:hover+tr[data-child-row] td,.cds-custom--data-table--zebra tr.cds-custom--parent-row.cds-custom--expandable-row.cds-custom--expandable-row--hover td{background-color:var(--cds-custom-layer-hover);border-block-end:1px solid var(--cds-custom-layer-hover);border-block-start:1px solid var(--cds-custom-layer-hover)}tr.cds-custom--parent-row.cds-custom--data-table--selected{background-color:var(--cds-custom-layer-selected)}tr.cds-custom--parent-row.cds-custom--data-table--selected:first-of-type td{border-block-start:1px solid var(--cds-custom-layer-active);box-shadow:0 1px var(--cds-custom-layer-active)}tr.cds-custom--parent-row.cds-custom--data-table--selected td{border-block-end:1px solid var(--cds-custom-layer-active);box-shadow:0 1px var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--parent-row.cds-custom--data-table--selected:last-of-type td{border-block-end:1px solid transparent;box-shadow:0 1px var(--cds-custom-border-subtle)}tr.cds-custom--parent-row.cds-custom--data-table--selected:not(.cds-custom--expandable-row):hover td{background-color:var(--cds-custom-layer-selected-hover);border-block-end:1px solid var(--cds-custom-border-subtle);border-block-start:1px solid var(--cds-custom-layer-selected-hover);box-shadow:0 1px var(--cds-custom-layer-selected-hover)}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row td,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row td:first-of-type{border-block-end:1px solid transparent;box-shadow:0 1px var(--cds-custom-layer-selected)}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover td,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover td:first-of-type,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td:first-of-type{background-color:var(--cds-custom-layer-selected-hover);border-block-end:1px solid transparent;border-block-start:1px solid var(--cds-custom-layer-selected-hover);box-shadow:0 1px var(--cds-custom-layer-selected-hover)}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row+tr[data-child-row] td{background-color:var(--cds-custom-layer-hover);border-block-end:1px solid var(--cds-custom-border-subtle);border-block-start:1px solid var(--cds-custom-layer-active);box-shadow:0 1px var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row+tr[data-child-row]:last-of-type td{box-shadow:inset 0 -1px var(--cds-custom-layer-active);padding-block-end:1.5rem}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover+tr[data-child-row] td,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover+tr[data-child-row] td{background-color:var(--cds-custom-layer-selected)}.cds-custom--parent-row .cds-custom--table-column-decorator,.cds-custom--parent-row .cds-custom--table-column-decorator+td.cds-custom--table-expand[data-previous-value=collapsed],.cds-custom--parent-row .cds-custom--table-column-slug,.cds-custom--parent-row .cds-custom--table-column-slug+td.cds-custom--table-expand[data-previous-value=collapsed]{box-shadow:none}.cds-custom--parent-row.cds-custom--expandable-row .cds-custom--table-column-decorator,.cds-custom--parent-row.cds-custom--expandable-row .cds-custom--table-column-decorator+td.cds-custom--table-expand[data-previous-value=collapsed],.cds-custom--parent-row.cds-custom--expandable-row .cds-custom--table-column-slug,.cds-custom--parent-row.cds-custom--expandable-row .cds-custom--table-column-slug+td.cds-custom--table-expand[data-previous-value=collapsed]{border-block-end:1px solid transparent}.cds-custom--data-table tr.cds-custom--data-table--ai-label-row:hover td,.cds-custom--data-table tr.cds-custom--data-table--slug-row:hover td,.cds-custom--data-table--ai-label-row td,.cds-custom--data-table--slug-row td{border-block-start:1px solid transparent}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--table-expand__button:focus .cds-custom--table-expand__svg{color:Highlight;outline:1px solid Highlight}}.cds-custom--data-table.cds-custom--skeleton th{padding-inline-start:1rem;vertical-align:middle}.cds-custom--data-table.cds-custom--skeleton td span,.cds-custom--data-table.cds-custom--skeleton th span{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;display:block;inline-size:4rem;padding:0;pointer-events:none;position:relative}.cds-custom--data-table.cds-custom--skeleton td span:active,.cds-custom--data-table.cds-custom--skeleton td span:focus,.cds-custom--data-table.cds-custom--skeleton td span:hover,.cds-custom--data-table.cds-custom--skeleton th span:active,.cds-custom--data-table.cds-custom--skeleton th span:focus,.cds-custom--data-table.cds-custom--skeleton th span:hover{border:none;cursor:default;outline:none}.cds-custom--data-table.cds-custom--skeleton td span:before,.cds-custom--data-table.cds-custom--skeleton th span:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--data-table.cds-custom--skeleton td span:before,.cds-custom--data-table.cds-custom--skeleton th span:before{animation:none}}.cds-custom--data-table.cds-custom--skeleton tr:hover td{background:transparent;border-color:var(--cds-custom-border-subtle)}.cds-custom--data-table.cds-custom--skeleton tr:hover td:first-of-type,.cds-custom--data-table.cds-custom--skeleton tr:hover td:last-of-type{border-color:var(--cds-custom-border-subtle)}.cds-custom--data-table.cds-custom--skeleton .cds-custom--table-sort{pointer-events:none}.cds-custom--data-table.cds-custom--skeleton th span{background:var(--cds-custom-skeleton-element,#c6c6c6)}.cds-custom--data-table.cds-custom--skeleton th span:before{background:var(--cds-custom-skeleton-background,#e8e8e8)}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title,.cds-custom--data-table-container.cds-custom--skeleton :host(cds-custom-table-header-title){background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1.5rem;border:none;box-shadow:none;inline-size:7.5rem;padding:0;pointer-events:none;position:relative}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:active,.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:focus,.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:hover{border:none;cursor:default;outline:none}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:before{animation:none}}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description,.cds-custom--data-table-container.cds-custom--skeleton :host(cds-custom-table-header-description){background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;inline-size:10rem;margin-block-start:.5rem;padding:0;pointer-events:none;position:relative}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:active,.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:focus,.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:hover{border:none;cursor:default;outline:none}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:before{animation:none}}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color:var(--cds-custom-background-inverse,#393939);--cds-custom-popover-text-color:var(--cds-custom-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover>.cds-custom--popover-content{filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.cds-custom--popover--caret{--cds-custom-popover-offset:0.625rem}.cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow,none);inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));border:0;border-radius:var(--cds-custom-popover-border-radius,2px);box-sizing:border-box;color:var(--cds-custom-popover-text-color,var(--cds-custom-text-primary,#161616));display:none;font-family:inherit;font-size:100%;inline-size:-moz-max-content;inline-size:max-content;margin:0;max-inline-size:23rem;padding:0;pointer-events:auto;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-sm)}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-md)}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset,0))}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset,0))}.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),-50%)}.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5*-1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + .1px),-50%)}.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*-.5 - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + 100%),-50%)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2rem;justify-content:center;margin:0;padding:0;position:relative;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{background:var(--cds-custom-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tooltip{--cds-custom-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-custom-tooltip-padding-block,1rem) var(--cds-custom-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block:0.125rem;--cds-custom-popover-caret-width:0.5rem;--cds-custom-popover-caret-height:0.25rem;--cds-custom-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-block-end:1px dotted var(--cds-custom-border-strong);border-radius:0;box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe);outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-sm)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-lg)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));--temp-1lh:(var(--cds-custom-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-custom-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-custom-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding:0;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local)*3 + .9375rem);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:baseline;vertical-align:top}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-custom-button-disabled,#c6c6c6);border-color:var(--cds-custom-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{block-size:1rem;flex-shrink:0;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-custom-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover,#0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active,#002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover,.cds-custom--btn--secondary{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--secondary{background-color:var(--cds-custom-button-secondary,#393939);border:1px solid transparent}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover,#474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active,#6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:focus,.cds-custom--btn--secondary:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-custom-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover,#0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active,#002d9c);border-color:transparent;color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-link-primary,#0f62fe);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost .cds-custom--btn__icon{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.cds-custom--btn--ghost:hover{color:var(--cds-custom-link-primary-hover,#0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--icon-only{block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);justify-content:center;padding:0;padding-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected,hsla(0,0%,55%,.2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{background-color:var(--cds-custom-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{background-color:transparent;border-color:var(--cds-custom-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-custom-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover,#b81921);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary,#da1e28);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active,#750e13);border-color:var(--cds-custom-button-danger-active,#750e13);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-button-danger-secondary,#da1e28);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;inline-size:9.375rem;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus),.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled,#8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-sm)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-md)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-lg)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));background-color:var(--cds-custom-field);block-size:var(--cds-custom-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-custom-border-strong);box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;outline:2px solid transparent;outline-offset:-2px;padding:0;padding:0 var(--cds-custom-layout-density-padding-inline-local);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--text-input *,.cds-custom--text-input :after,.cds-custom--text-input :before{box-sizing:inherit}.cds-custom--text-input:active,.cds-custom--text-input:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input:active,.cds-custom--text-input:focus{outline-style:dotted}}.cds-custom--text-input-wrapper svg[hidden]{display:none}.cds-custom--password-input{padding-inline-end:2.5rem}.cds-custom--text-input--sm.cds-custom--password-input{padding-inline-end:2rem}.cds-custom--text-input--lg.cds-custom--password-input{padding-inline-end:3rem}.cds-custom--text-input::-moz-placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input::placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input--light{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--text-input__field-wrapper{display:flex;inline-size:100%;position:relative}.cds-custom--text-input__invalid-icon{position:absolute;fill:var(--cds-custom-support-error,#da1e28);inset-block-start:50%;inset-inline-end:1rem;transform:translateY(-50%)}.cds-custom--text-input__invalid-icon--warning{fill:var(--cds-custom-support-warning,#f1c21b)}.cds-custom--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds-custom--text-input--password__visibility{align-items:center;cursor:pointer;display:inline-flex;overflow:visible;position:relative}.cds-custom--text-input--password__visibility:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus{outline-style:dotted}}.cds-custom--text-input--password__visibility:focus{outline:1px solid transparent}.cds-custom--text-input--password__visibility:focus svg{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus svg{outline-style:dotted}}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{align-items:center;display:flex;opacity:0;pointer-events:none;position:absolute;z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{display:inline-block}}.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:none}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:before{transition:none}.cds-custom--text-input--password__visibility:before{block-size:0;border-style:solid;content:\"\";inline-size:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{background-color:var(--cds-custom-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-custom-shadow,rgba(0,0,0,.3));color:var(--cds-custom-text-inverse,#fff);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);max-inline-size:13rem;min-inline-size:1.5rem;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{border:1px solid transparent}}.cds-custom--text-input--password__visibility:after{content:attr(aria-label)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after{content:none}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:before,.cds-custom--text-input--password__visibility:focus:after,.cds-custom--text-input--password__visibility:focus:before,.cds-custom--text-input--password__visibility:hover:after,.cds-custom--text-input--password__visibility:hover:before{opacity:1}@keyframes cds-custom--tooltip-fade{0%{opacity:0}to{opacity:1}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text{margin:auto;overflow:visible;clip:auto}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover.cds-custom--tooltip--a11y:before{animation:cds-custom--tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden+.cds-custom--assistive-text{margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden.cds-custom--tooltip--a11y:before{animation:none;opacity:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text:after{block-size:.75rem;content:\"\";display:block;inline-size:100%;inset-block-start:-.75rem;inset-inline-start:0;position:absolute}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{inset-block-end:0;inset-inline-start:50%}.cds-custom--text-input--password__visibility:before{border-color:transparent transparent var(--cds-custom-background-inverse,#393939);border-width:0 .25rem .3125rem;inset-block-end:-.5rem;transform:translate(-50%,100%)}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inset-block-end:-.8125rem;transform:translate(-50%,100%)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{align-items:center;background:none;block-size:100%;border:0;cursor:pointer;display:flex;inline-size:2.5rem;inset-inline-end:0;justify-content:center;min-block-size:auto;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--toggle-password-tooltip .cds-custom--popover{inset-inline-start:-2.5rem}.cds-custom--toggle-password-tooltip .cds-custom--popover-content{min-inline-size:2.5rem}.cds-custom--text-input--sm+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:2rem}.cds-custom--text-input--lg+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:3rem}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252);transition:fill 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus svg,.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--text-input--invalid,.cds-custom--text-input--warning{padding-inline-end:2.5rem}.cds-custom--text-input--invalid.cds-custom--password-input{padding-inline-end:4rem}.cds-custom--text-input--invalid+.cds-custom--text-input--password__visibility__toggle{inset-inline-end:1rem}.cds-custom--password-input-wrapper .cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{cursor:not-allowed}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg:hover{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input__counter-alert{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px}.cds-custom--text-input:disabled{background-color:var(--cds-custom-field);border-block-end:1px solid transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;outline:2px solid transparent;outline-offset:-2px;-webkit-text-fill-color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--light:disabled{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--text-input:disabled::-moz-placeholder{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input:disabled::placeholder{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input--invalid{box-shadow:none;outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--invalid{outline-style:dotted}}.cds-custom--text-input--invalid .cds-custom--text-input--password__visibility__toggle{inset-inline-end:2.5rem}.cds-custom--skeleton.cds-custom--text-input{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton.cds-custom--text-input:active,.cds-custom--skeleton.cds-custom--text-input:focus,.cds-custom--skeleton.cds-custom--text-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton.cds-custom--text-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton.cds-custom--text-input:before{animation:none}}.cds-custom--form--fluid .cds-custom--text-input-wrapper{background:var(--cds-custom-field);position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--form--fluid .cds-custom--label{align-items:center;block-size:1rem;display:flex;inset-block-start:.8125rem;inset-inline-start:1rem;margin:0;position:absolute;z-index:1}.cds-custom--form--fluid .cds-custom--form__helper-text{display:none}.cds-custom--form--fluid .cds-custom--text-input{min-block-size:4rem;padding:2rem 1rem .8125rem}.cds-custom--form--fluid .cds-custom--text-input__divider,.cds-custom--text-input__divider{display:none}.cds-custom--form--fluid .cds-custom--text-input--invalid,.cds-custom--form--fluid .cds-custom--text-input--warning{border-block-end:none}.cds-custom--form--fluid .cds-custom--text-input--invalid+.cds-custom--text-input__divider,.cds-custom--form--fluid .cds-custom--text-input--warning+.cds-custom--text-input__divider{border-color:var(--cds-custom-border-subtle);border-style:solid;border-block-end:none;display:block;margin:0 1rem}.cds-custom--form--fluid .cds-custom--text-input__invalid-icon{inset-block-start:5rem}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid{outline:none}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning{border-block-end:1px solid var(--cds-custom-border-strong)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning:focus,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:focus{outline:none}.cds-custom--text-input-wrapper.cds-custom--text-input-wrapper--inline{flex-flow:row wrap}.cds-custom--text-input-wrapper .cds-custom--label--inline{flex:1;margin:.8125rem 0 0;overflow-wrap:break-word;word-break:break-word}.cds-custom--text-input-wrapper .cds-custom--label--inline--sm{margin-block-start:.5625rem}.cds-custom--text-input-wrapper .cds-custom--label--inline--lg{margin-block-start:1.0625rem}.cds-custom--text-input__label-helper-wrapper{flex:2;flex-direction:column;margin-inline-end:1.5rem;max-inline-size:8rem;overflow-wrap:break-word}.cds-custom--text-input-wrapper .cds-custom--form__helper-text--inline{margin-block-start:.125rem}.cds-custom--text-input__field-outer-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;inline-size:100%}.cds-custom--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--text-input-wrapper--inline--invalid .cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input-wrapper--readonly,.cds-custom--text-input-wrapper--readonly .cds-custom--text-input{background:transparent;border-block-end-color:var(--cds-custom-border-subtle)}.cds-custom--text-input__field-wrapper .cds-custom--ai-label,.cds-custom--text-input__field-wrapper .cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator>*{inset-block-start:50%;inset-inline-end:1rem;position:absolute;transform:translateY(-50%)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label):not(:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label):not(:has(~.cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug):not(:has(~.cds-custom--slug--revert)){background-image:linear-gradient(0deg,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-custom-ai-border-strong,#4589ff)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug){padding-inline-end:2.5rem}.cds-custom--text-input--invalid:has(~.cds-custom--ai-label),.cds-custom--text-input--invalid:has(~.cds-custom--slug),.cds-custom--text-input--invalid:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input--warning:has(~.cds-custom--ai-label),.cds-custom--text-input--warning:has(~.cds-custom--slug),.cds-custom--text-input--warning:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*){padding-inline-end:4rem}.cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*{inset-inline-end:2.5rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator:not(:has(.cds-custom--ai-label))>*{block-size:1rem}.cds-custom--text-input__label-wrapper{display:flex;inline-size:100%;justify-content:space-between}.cds-custom--search{align-items:center;display:flex;inline-size:100%;position:relative}.cds-custom--search .cds-custom--label{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--search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--cds-custom-field);border:none;border-block-end:1px solid var(--cds-custom-border-strong);box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;order:1;outline:2px solid transparent;outline-offset:-2px;padding:0 2.5rem;text-overflow:ellipsis;transition:background-color .11s cubic-bezier(.2,0,.38,.9),outline .11s cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--search-input *,.cds-custom--search-input :after,.cds-custom--search-input :before{box-sizing:inherit}.cds-custom--search-input:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-input:focus{outline-style:dotted}}.cds-custom--search-input::-moz-placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::-ms-clear{display:none}.cds-custom--search-input[disabled]{background-color:var(--cds-custom-field);border-block-end:1px solid transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--search-input[disabled]::-moz-placeholder{color:var(--cds-custom-field)}.cds-custom--search-input[disabled]::placeholder{color:var(--cds-custom-field)}.cds-custom--search--light .cds-custom--search-close:before,.cds-custom--search--light .cds-custom--search-input{background:var(--cds-custom-field-02,#fff)}.cds-custom--search--sm .cds-custom--search-input,.cds-custom--search--sm.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:2rem;padding:0 2rem}.cds-custom--search--sm .cds-custom--search-magnifier-icon{inset-inline-start:.5rem}.cds-custom--search--md .cds-custom--search-input,.cds-custom--search--md.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:2.5rem;padding:0 2.5rem}.cds-custom--search--md .cds-custom--search-magnifier-icon{inset-inline-start:.75rem}.cds-custom--search--lg .cds-custom--search-input,.cds-custom--search--lg.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:3rem;padding:0 3rem}.cds-custom--search-magnifier-icon{block-size:1rem;border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;position:absolute;vertical-align:baseline;z-index:2;fill:var(--cds-custom-icon-secondary,#525252);inline-size:1rem;inset-block-start:50%;inset-inline-start:1rem;pointer-events:none;transform:translateY(-50%)}.cds-custom--search-magnifier-icon *,.cds-custom--search-magnifier-icon :after,.cds-custom--search-magnifier-icon :before{box-sizing:inherit}.cds-custom--search-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inset-block-start:0;inset-inline-end:0;margin:0;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;text-align:start;vertical-align:baseline}.cds-custom--search-close *,.cds-custom--search-close :after,.cds-custom--search-close :before{box-sizing:inherit}.cds-custom--search-close::-moz-focus-inner{border:0}.cds-custom--search-close:before{background-color:var(--cds-custom-field);block-size:calc(100% - 2px);content:\"\";display:block;inline-size:2px;inset-block-start:.0625rem;inset-inline-start:0;position:absolute;transition:background-color .11s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--search-close:before{transition:none}}.cds-custom--search-close:hover{border-block-end:1px solid var(--cds-custom-border-strong)}.cds-custom--search-close:hover:before{background-color:var(--cds-custom-field-hover)}.cds-custom--search-button{background-color:var(--cds-custom-field);flex-shrink:0;margin-inline-start:.125rem}.cds-custom--search-button svg{fill:currentColor;vertical-align:middle}.cds-custom--search-close svg{fill:inherit}.cds-custom--search-button,.cds-custom--search-close{align-items:center;block-size:2.5rem;border-color:transparent;border-style:solid;border-width:1px 0;cursor:pointer;display:flex;justify-content:center;fill:var(--cds-custom-icon-primary,#161616);inline-size:2.5rem;opacity:1;transition:opacity .11s cubic-bezier(.2,0,.38,.9),background-color .11s cubic-bezier(.2,0,.38,.9),outline .11s cubic-bezier(.2,0,.38,.9),border .11s cubic-bezier(.2,0,.38,.9);visibility:inherit}.cds-custom--search-button:hover,.cds-custom--search-close:hover{background-color:var(--cds-custom-field-hover)}.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline-style:dotted}}.cds-custom--search-button:active,.cds-custom--search-close:active{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2));outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:active,.cds-custom--search-close:active{outline-style:dotted}}.cds-custom--search--disabled .cds-custom--search-close,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier{cursor:not-allowed;outline:none}.cds-custom--search--disabled .cds-custom--search-close:hover,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover{background-color:transparent;border-block-end-color:transparent}.cds-custom--search--disabled .cds-custom--search-close:hover:before,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover:before{background-color:transparent}.cds-custom--search--disabled svg{fill:var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--search-close:active:before,.cds-custom--search-close:focus:before{background-color:var(--cds-custom-focus,#0f62fe)}.cds-custom--search-input:focus~.cds-custom--search-close:hover{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-input:focus~.cds-custom--search-close:hover{outline-style:dotted}}.cds-custom--search--sm .cds-custom--search-close,.cds-custom--search--sm.cds-custom--search--expandable,.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--sm~.cds-custom--search-button{block-size:2rem;inline-size:2rem}.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 2rem}.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 2rem}.cds-custom--search--md .cds-custom--search-close,.cds-custom--search--md.cds-custom--search--expandable,.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--md~.cds-custom--search-button{block-size:2.5rem;inline-size:2.5rem}.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 2.5rem}.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 2.5rem}.cds-custom--search--lg .cds-custom--search-close,.cds-custom--search--lg.cds-custom--search--expandable,.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--lg~.cds-custom--search-button{block-size:3rem;inline-size:3rem}.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 3rem}.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 3rem}.cds-custom--search-close--hidden{opacity:0;visibility:hidden}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;inline-size:100%;padding:0;pointer-events:none;position:relative}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:hover,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:hover,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:hover{border:none;cursor:default;outline:none}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:before{animation:none}}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder{color:transparent}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input::placeholder,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input::placeholder,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input::placeholder{color:transparent}.cds-custom--search--expandable{transition:width 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded{inline-size:100%}.cds-custom--search--expandable .cds-custom--search-input{inline-size:0;padding:0;transition:padding 70ms cubic-bezier(.2,0,.38,.9),width 0s linear 70ms}.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{opacity:0;position:relative;transition-duration:70ms;-moz-transition-property:padding,opacity;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable .cds-custom--search-input::placeholder{opacity:0;position:relative;transition-duration:70ms;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{inline-size:100%;transition:padding 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::-moz-placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable .cds-custom--search-magnifier{cursor:pointer;position:absolute}.cds-custom--search--expandable .cds-custom--search-magnifier:focus{outline:2px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--search--expandable .cds-custom--search-magnifier:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier{pointer-events:none}.cds-custom--search--expandable .cds-custom--search-magnifier-icon{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier-icon{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--search--expandable.cds-custom--search--disabled svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--overflow-menu,.cds-custom--overflow-menu__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2.5rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2.5rem;justify-content:center;margin:0;min-block-size:2.5rem;outline:2px solid transparent;outline-offset:-2px;padding:0;position:relative;text-align:start;transition:outline .11s cubic-bezier(0,0,.38,.9),background-color .11s cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--overflow-menu::-moz-focus-inner,.cds-custom--overflow-menu__trigger::-moz-focus-inner{border:0}.cds-custom--overflow-menu *,.cds-custom--overflow-menu :after,.cds-custom--overflow-menu :before,.cds-custom--overflow-menu__trigger *,.cds-custom--overflow-menu__trigger :after,.cds-custom--overflow-menu__trigger :before{box-sizing:inherit}.cds-custom--overflow-menu:focus,.cds-custom--overflow-menu__trigger:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu:focus,.cds-custom--overflow-menu__trigger:focus{outline-style:dotted}}.cds-custom--overflow-menu:hover,.cds-custom--overflow-menu__trigger:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--overflow-menu>:first-child{margin-block-start:0}.cds-custom--overflow-menu--sm{block-size:2rem;inline-size:2rem;min-block-size:2rem}.cds-custom--overflow-menu--lg{block-size:3rem;inline-size:3rem}.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus svg{outline:none}.cds-custom--overflow-menu.cds-custom--overflow-menu--open,.cds-custom--overflow-menu.cds-custom--overflow-menu--open .cds-custom--overflow-menu__trigger{background-color:var(--cds-custom-layer);box-shadow:0 2px 6px var(--cds-custom-shadow,rgba(0,0,0,.3));transition:none}.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open,.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open .cds-custom--overflow-menu__trigger{background-color:var(--cds-custom-layer)}.cds-custom--overflow-menu__icon{block-size:1rem;fill:var(--cds-custom-icon-primary,#161616);inline-size:1rem}.cds-custom--overflow-menu__wrapper{line-height:0}.cds-custom--overflow-menu-options{align-items:flex-start;background-color:var(--cds-custom-layer);border:0;box-shadow:0 2px 6px var(--cds-custom-shadow,rgba(0,0,0,.3));box-sizing:border-box;display:none;flex-direction:column;font-family:inherit;font-size:100%;inline-size:10rem;inset-block-start:32px;inset-inline-start:0;list-style:none;margin:0;padding:0;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--overflow-menu-options *,.cds-custom--overflow-menu-options :after,.cds-custom--overflow-menu-options :before{box-sizing:inherit}.cds-custom--overflow-menu-options:after{background-color:var(--cds-custom-layer);content:\"\";display:block;position:absolute;transition:background-color .11s cubic-bezier(0,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--overflow-menu-options:after{transition:none}}.cds-custom--overflow-menu-options--light,.cds-custom--overflow-menu-options--light:after,.cds-custom--overflow-menu.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open:hover,.cds-custom--overflow-menu.cds-custom--overflow-menu--open:hover{background-color:var(--cds-custom-layer)}.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds-custom--breadcrumb-menu-options):after{block-size:.1875rem;inline-size:2.5rem;inset-block-start:-.1875rem;inset-inline-start:0}.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{block-size:.5rem;inline-size:2.5rem;inset-block-end:-.5rem;inset-inline-start:0}.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after{block-size:2.5rem;inline-size:.375rem;inset-block-start:0;inset-inline-end:-.375rem}.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{block-size:2.5rem;inline-size:.375rem;inset-block-start:0;inset-inline-start:-.375rem}.cds-custom--overflow-menu-options--sm.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:after,.cds-custom--overflow-menu-options--sm.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{inline-size:2rem}.cds-custom--overflow-menu-options--sm.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after,.cds-custom--overflow-menu-options--sm.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{block-size:2rem}.cds-custom--overflow-menu-options--lg.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:after,.cds-custom--overflow-menu-options--lg.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{inline-size:3rem}.cds-custom--overflow-menu-options--lg.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after,.cds-custom--overflow-menu-options--lg.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{block-size:3rem}.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:after,.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{inset-inline:auto 0}.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after,.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{inset-block:auto 0}.cds-custom--overflow-menu-options--open{display:flex}.cds-custom--overflow-menu-options__content{inline-size:100%}.cds-custom--overflow-menu-options__option{align-items:center;background-color:transparent;block-size:2.5rem;border:0;box-sizing:border-box;display:flex;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;transition:background-color .11s cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--overflow-menu-options__option *,.cds-custom--overflow-menu-options__option :after,.cds-custom--overflow-menu-options__option :before{box-sizing:inherit}.cds-custom--overflow-menu-options--sm .cds-custom--overflow-menu-options__option{block-size:2rem}.cds-custom--overflow-menu-options--lg .cds-custom--overflow-menu-options__option{block-size:3rem}.cds-custom--overflow-menu--divider,.cds-custom--overflow-menu--light .cds-custom--overflow-menu--divider{border-block-start:1px solid var(--cds-custom-border-subtle)}a.cds-custom--overflow-menu-options__btn:before{block-size:100%;content:\"\";display:inline-block;vertical-align:middle}.cds-custom--overflow-menu-options__btn{align-items:center;background-color:transparent;block-size:100%;border:none;color:var(--cds-custom-text-secondary,#525252);cursor:pointer;display:inline-flex;font-family:inherit;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);font-weight:400;inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);max-inline-size:11.25rem;outline:2px solid transparent;outline-offset:-2px;padding:0 1rem;text-align:start;transition:outline .11s cubic-bezier(0,0,.38,.9),background-color .11s cubic-bezier(0,0,.38,.9),color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--overflow-menu-options__btn:hover{color:var(--cds-custom-text-primary,#161616)}.cds-custom--overflow-menu-options__btn:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu-options__btn:focus{outline-style:dotted}}.cds-custom--overflow-menu-options__btn::-moz-focus-inner{border:none}.cds-custom--overflow-menu-options__btn svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--overflow-menu-options__btn:hover svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--overflow-menu-options__option-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds-custom--overflow-menu-options__option:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:hover{background-color:var(--cds-custom-button-danger-primary,#da1e28);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus svg,.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:hover svg{fill:currentColor}.cds-custom--overflow-menu-options__option--disabled:hover{background-color:var(--cds-custom-layer);cursor:not-allowed}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:active,.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:hover{background-color:var(--cds-custom-layer);color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:2px solid transparent;outline-offset:-2px}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--overflow-menu--flip{inset-inline-start:-140px}.cds-custom--overflow-menu--flip:before{inset-inline-start:145px}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--overflow-menu__top-end,.cds-custom--overflow-menu__top-start{transform:translateY(calc(-100% - var(--cds-custom-popover-offset, 2.5rem)))}.cds-custom--table-toolbar,:host(cds-custom-table-toolbar){background-color:var(--cds-custom-layer);display:flex;inline-size:100%;min-block-size:3rem;position:relative;z-index:1}.cds-custom--toolbar-content,:host(cds-custom-table-toolbar-content){block-size:3rem;display:flex;inline-size:100%;justify-content:flex-end;transform:translateZ(0);transition:transform .11s cubic-bezier(.2,0,.38,.9),clip-path .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--toolbar-content .cds-custom--search .cds-custom--search-input,:host(cds-custom-table-toolbar-content) .cds-custom--search .cds-custom--search-input{background-color:transparent;block-size:3rem;padding:0 3rem}.cds-custom--toolbar-content .cds-custom--overflow-menu,:host(cds-custom-table-toolbar-content) .cds-custom--overflow-menu{block-size:3rem;inline-size:3rem}.cds-custom--batch-actions~.cds-custom--toolbar-search-container,:host(cds-custom-table-batch-actions)~.cds-custom--toolbar-search-container{align-items:center;display:flex;opacity:1;transition:opacity .11s}.cds-custom--toolbar-search-container-expandable,:host(cds-custom-table-toolbar-search){block-size:3rem;box-shadow:none;cursor:pointer;inline-size:3rem;position:relative;transition:width .3s cubic-bezier(.5,0,.1,1),background-color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--toolbar-search-container-expandable:hover{background-color:var(--cds-custom-field-hover)}.cds-custom--search.cds-custom--toolbar-search-container-expandable{inline-size:3rem}.cds-custom--toolbar-search-container-expandable .cds-custom--search-input,:host(cds-custom-table-toolbar-search) .cds-custom--search-input{block-size:100%;cursor:pointer;opacity:0}.cds-custom--toolbar-search-container-expandable:not(.cds-custom--toolbar-search-container-active) .cds-custom--search-input,:not(.cds-custom--toolbar-search-container-active):host(cds-custom-table-toolbar-search) .cds-custom--search-input{padding:0}.cds-custom--toolbar-search-container-disabled .cds-custom--search-input{cursor:not-allowed}.cds-custom--toolbar-search-container-expandable.cds-custom--search .cds-custom--label{visibility:hidden}.cds-custom--toolbar-search-container-expandable.cds-custom--search .cds-custom--search-close{block-size:3rem;inline-size:3rem}.cds-custom--toolbar-search-container-expandable.cds-custom--search .cds-custom--search-close:before{background-color:var(--cds-custom-field-hover);block-size:calc(100% - .25rem);inset-block-start:.125rem}.cds-custom--toolbar-search-container-expandable.cds-custom--search .cds-custom--search-close:focus:before{background-color:var(--cds-custom-focus,#0f62fe)}.cds-custom--table-toolbar .cds-custom--search--lg .cds-custom--search-magnifier-icon,:host(cds-custom-table-toolbar) .cds-custom--search--lg .cds-custom--search-magnifier-icon{inset-inline-start:0}.cds-custom--table-toolbar:not(.cds-custom--table-toolbar--sm) .cds-custom--toolbar-search-container-persistent.cds-custom--search--lg .cds-custom--search-magnifier-icon,:not(.cds-custom--table-toolbar--sm):host(cds-custom-table-toolbar) .cds-custom--toolbar-search-container-persistent.cds-custom--search--lg .cds-custom--search-magnifier-icon{inset-inline-start:1rem}.cds-custom--table-toolbar.cds-custom--table-toolbar--sm .cds-custom--search--sm:not(.cds-custom--toolbar-search-container-active):not(.cds-custom--toolbar-search-container-persistent) .cds-custom--search-magnifier-icon{inset-inline-start:0}.cds-custom--table-toolbar.cds-custom--table-toolbar--sm .cds-custom--search--sm.cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon{inset-inline-start:.5rem}.cds-custom--table-toolbar .cds-custom--toolbar-search-container-persistent.cds-custom--search--sm .cds-custom--search-magnifier-icon,:host(cds-custom-table-toolbar) .cds-custom--toolbar-search-container-persistent.cds-custom--search--sm .cds-custom--search-magnifier-icon{inset-inline-start:.5rem}.cds-custom--toolbar-search-container-expandable .cds-custom--search-magnifier-icon,:host(cds-custom-table-toolbar-search) .cds-custom--search-magnifier-icon{block-size:3rem;inline-size:3rem;padding:1rem}.cds-custom--toolbar-search-container-expandable.cds-custom--search--disabled .cds-custom--search-magnifier-icon{background-color:var(--cds-custom-layer);cursor:not-allowed;transition:background-color none}.cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:active,.cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:focus,.cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:hover,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:active,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:focus,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:hover{background-color:transparent;border:none;outline:none}.cds-custom--toolbar-search-container-active.cds-custom--search{inline-size:100%}.cds-custom--toolbar-search-container-active .cds-custom--search-input,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input{opacity:1}.cds-custom--toolbar-search-container-active .cds-custom--label,.cds-custom--toolbar-search-container-active .cds-custom--search-input,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--label,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input{cursor:text;padding:0 3rem}.cds-custom--toolbar-search-container-active .cds-custom--search-input:focus+.cds-custom--search-close,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:focus+.cds-custom--search-close{border:none;box-shadow:none;outline:none}.cds-custom--toolbar-search-container-active .cds-custom--search-input:not(:-moz-placeholder-shown),:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:not(:-moz-placeholder-shown){background-color:var(--cds-custom-field-hover);border:none}.cds-custom--toolbar-search-container-active .cds-custom--search-input:not(:placeholder-shown),:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:not(:placeholder-shown){background-color:var(--cds-custom-field-hover);border:none}.cds-custom--toolbar-search-container-active .cds-custom--search-close,.cds-custom--toolbar-search-container-active .cds-custom--search-close:hover,.cds-custom--toolbar-search-container-persistent .cds-custom--search-close,.cds-custom--toolbar-search-container-persistent .cds-custom--search-close:hover,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-close{background-color:transparent;border:none}.cds-custom--toolbar-search-container-persistent .cds-custom--search-close:before{display:none}.cds-custom--overflow-menu.cds-custom--toolbar-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:3rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:3rem;margin:0;padding:1rem;text-align:start;transition:background .11s cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--overflow-menu.cds-custom--toolbar-action *,.cds-custom--overflow-menu.cds-custom--toolbar-action :after,.cds-custom--overflow-menu.cds-custom--toolbar-action :before{box-sizing:inherit}.cds-custom--overflow-menu.cds-custom--toolbar-action::-moz-focus-inner{border:0}.cds-custom--toolbar-action,:host(cds-custom-table-toolbar-search){-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:3rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:3rem;margin:0;padding:0;text-align:start;transition:background .11s cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--toolbar-action *,.cds-custom--toolbar-action :after,.cds-custom--toolbar-action :before,:host(cds-custom-table-toolbar-search) *,:host(cds-custom-table-toolbar-search) :after,:host(cds-custom-table-toolbar-search) :before{box-sizing:inherit}.cds-custom--toolbar-action::-moz-focus-inner{border:0}.cds-custom--toolbar-action:hover:not([disabled]){background-color:var(--cds-custom-field-hover)}.cds-custom--toolbar-action:hover[aria-expanded=true],.cds-custom--toolbar-action[aria-expanded=true]{background-color:var(--cds-custom-layer-02,#fff)}.cds-custom--toolbar-action[disabled]{cursor:not-allowed}.cds-custom--toolbar-action[disabled] .cds-custom--toolbar-action__icon{cursor:not-allowed;fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--toolbar-action:active:not([disabled]),.cds-custom--toolbar-action:focus:not([disabled]){outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--toolbar-action:active:not([disabled]),.cds-custom--toolbar-action:focus:not([disabled]){outline-style:dotted}}.cds-custom--toolbar-action:active:not([disabled]).cds-custom--toolbar-search-container-expandable,.cds-custom--toolbar-action:focus:not([disabled]).cds-custom--toolbar-search-container-expandable{outline:none}.cds-custom--toolbar-action~.cds-custom--btn,:host(cds-custom-table-toolbar-search)~.cds-custom--btn{margin:0;max-inline-size:none;white-space:nowrap}.cds-custom--overflow-menu--data-table{block-size:3rem}.cds-custom--toolbar-action__icon{block-size:1rem;fill:var(--cds-custom-icon-primary,#161616);inline-size:auto;max-inline-size:1rem}.cds-custom--toolbar-action__menu,.cds-custom--toolbar-action__menu.cds-custom--overflow-menu-options:after{background-color:var(--cds-custom-layer-02,#fff)}.cds-custom--toolbar-search-container-persistent{block-size:3rem;inline-size:100%;opacity:1;position:relative}.cds-custom--toolbar-search-container-persistent+.cds-custom--toolbar-content,.cds-custom--toolbar-search-container-persistent+:host(cds-custom-table-toolbar-content){inline-size:auto;position:relative}.cds-custom--toolbar-search-container-persistent .cds-custom--search{position:static}.cds-custom--toolbar-search-container-persistent .cds-custom--search-magnifier-icon{inset-inline-start:1rem}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input{block-size:3rem;border:none;padding:0 3rem}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:focus:not([disabled]){outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:focus:not([disabled]){outline-style:dotted}}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:hover:not([disabled]){background-color:var(--cds-custom-field-hover)}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:not(:-moz-placeholder-shown){background-color:var(--cds-custom-field-hover)}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:active:not([disabled]),.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:not(:placeholder-shown){background-color:var(--cds-custom-field-hover)}.cds-custom--toolbar-search-container-persistent .cds-custom--search-close{block-size:3rem;inline-size:3rem}.cds-custom--batch-actions--active~.cds-custom--toolbar-content,.cds-custom--batch-actions--active~.cds-custom--toolbar-search-container,.cds-custom--batch-actions--active~:host(cds-custom-table-toolbar-content),:host(cds-custom-table-batch-actions[active])~.cds-custom--toolbar-content,:host(cds-custom-table-batch-actions[active])~.cds-custom--toolbar-search-container,:host(cds-custom-table-batch-actions[active])~:host(cds-custom-table-toolbar-content){clip-path:polygon(0 0,100% 0,100% 0,0 0);transform:translate3d(0,48px,0);transition:transform .11s cubic-bezier(.2,0,.38,.9),clip-path .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--batch-actions,:host(cds-custom-table-batch-actions){align-items:center;background-color:var(--cds-custom-background-brand,#0f62fe);clip-path:polygon(0 0,100% 0,100% 0,0 0);display:flex;inset-block-end:0;inset-inline:0;justify-content:space-between;opacity:0;pointer-events:none;position:absolute;transform:translate3d(0,48px,0);transition:transform .11s cubic-bezier(.2,0,.38,.9),clip-path .11s cubic-bezier(.2,0,.38,.9),opacity .11s cubic-bezier(.2,0,.38,.9);will-change:transform}.cds-custom--batch-actions:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--batch-actions:focus{outline-style:dotted}}.cds-custom--batch-actions--active,:host(cds-custom-table-batch-actions[active]){clip-path:polygon(0 0,300% 0,300% 300%,0 300%);opacity:1;pointer-events:all;transform:translateZ(0);z-index:1}.cds-custom--action-list{align-items:center;display:flex}.cds-custom--action-list .cds-custom--btn,.cds-custom--batch-summary .cds-custom--btn{color:var(--cds-custom-text-on-color,#fff);padding-inline:1rem 1rem;white-space:nowrap}.cds-custom--action-list .cds-custom--btn:disabled{background-color:transparent;border-color:transparent;color:var(--cds-custom-text-on-color,#fff);opacity:.5}.cds-custom--action-list .cds-custom--btn .cds-custom--btn__icon{position:static;fill:var(--cds-custom-icon-on-color,#fff);margin-inline-start:.5rem}.cds-custom--action-list .cds-custom--btn .cds-custom--btn__icon .st0{fill:none}.cds-custom--batch-download{padding:.0625rem}.cds-custom--action-list .cds-custom--btn--primary:after,.cds-custom--action-list .cds-custom--btn--primary:before,.cds-custom--action-list .cds-custom--btn--primary:focus:after,.cds-custom--action-list .cds-custom--btn--primary:focus:before{display:none}.cds-custom--action-list .cds-custom--btn--primary:focus,.cds-custom--batch-summary .cds-custom--btn--primary:focus{outline:2px solid var(--cds-custom-layer);outline-offset:-.125rem}.cds-custom--action-list .cds-custom--btn--primary:nth-child(3):focus+.cds-custom--btn--primary.cds-custom--batch-summary__cancel:before,.cds-custom--action-list .cds-custom--btn--primary:nth-child(3):hover+.cds-custom--btn--primary.cds-custom--batch-summary__cancel:before{opacity:0}.cds-custom--btn--primary.cds-custom--batch-summary__cancel:before{background-color:var(--cds-custom-text-on-color,#fff);block-size:1rem;border:none;content:\"\";display:block;inline-size:.0625rem;inset-block-start:.9375rem;inset-inline-start:0;opacity:1;position:absolute;transition:opacity .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--btn--primary.cds-custom--batch-summary__cancel:hover:before{opacity:0;transition:opacity .25s cubic-bezier(.5,0,.1,1)}.cds-custom--batch-summary{align-items:center;background-color:var(--cds-custom-background-brand,#0f62fe);color:var(--cds-custom-text-on-color,#fff);display:flex;inset-inline-start:0;min-block-size:3rem;padding:0 1rem;position:sticky;z-index:100000}.cds-custom--batch-summary__scroll{box-shadow:.5px 0 .2px var(--cds-custom-link-primary-hover,#0043ce)}.cds-custom--batch-summary__para{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--batch-summary__divider{padding-inline-start:.5rem}.cds-custom--table-toolbar--sm{block-size:2rem;min-block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-persistent,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search){block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable .cds-custom--search-input,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-persistent .cds-custom--search-input,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search) .cds-custom--search-input{block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable .cds-custom--search-close,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-persistent .cds-custom--search-close,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search) .cds-custom--search-close{block-size:2rem;inline-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable .cds-custom--search-magnifier-icon,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-persistent .cds-custom--search-magnifier-icon,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search) .cds-custom--search-magnifier-icon{block-size:2rem;inline-size:2rem;padding:.5rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-action.cds-custom--toolbar-search-container-persistent{inline-size:100%}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search){inline-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable .cds-custom--search .cds-custom--search-input,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-input{padding:0 3rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]){flex:auto;transition:flex 175ms cubic-bezier(.5,0,.1,1)}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input{visibility:inherit}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:focus,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:focus{background-color:var(--cds-custom-field-hover);outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:focus,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:focus{outline-style:dotted}}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:not(:-moz-placeholder-shown),.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:not(:-moz-placeholder-shown){background-color:var(--cds-custom-field-hover)}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:active,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:not(:placeholder-shown),.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:active,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:not(:placeholder-shown){background-color:var(--cds-custom-field-hover)}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:active,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:focus,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:hover,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:active,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:focus,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:hover{background-color:transparent;outline:2px solid transparent;outline-offset:-2px}.cds-custom--table-toolbar--sm .cds-custom--overflow-menu.cds-custom--toolbar-action{block-size:2rem;inline-size:2rem;min-inline-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-content,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-content){block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-content .cds-custom--overflow-menu,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-content) .cds-custom--overflow-menu{block-size:2rem;inline-size:2rem}.cds-custom--search--disabled .cds-custom--search-magnifier-icon:hover{background-color:transparent}.cds-custom--table-toolbar--sm .cds-custom--batch-actions .cds-custom--action-list,.cds-custom--table-toolbar--sm :host(cds-custom-table-batch-actions) .cds-custom--action-list{block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-action,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search){block-size:2rem;inline-size:2rem;padding:.5rem 0}.cds-custom--table-toolbar--sm .cds-custom--btn--primary{block-size:2rem;min-block-size:auto;padding-block:.375rem}.cds-custom--table-toolbar--sm .cds-custom--btn--primary.cds-custom--batch-summary__cancel:before{inset-block-start:.5rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-action~.cds-custom--btn,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search)~.cds-custom--btn{block-size:2rem;overflow:hidden}.cds-custom--table-toolbar--sm .cds-custom--batch-summary{min-block-size:2rem}:host(cds-custom-table-toolbar){z-index:1}:host(cds-custom-table-toolbar-content) ::slotted(cds-custom-overflow-menu){block-size:3rem;cursor:pointer;display:flex;inline-size:3rem;transition:background-color .11s cubic-bezier(0,0,.38,.9)}:host(cds-custom-table-toolbar-content[has-batch-actions]){clip-path:polygon(0 0,100% 0,100% 0,0 0);transform:translate3d(0,3rem,0);transition:transform .11s cubic-bezier(.2,0,.38,.9),clip-path .11s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-table-toolbar-search){flex:none;transition:flex 175ms cubic-bezier(.5,0,.1,1)}:host(cds-custom-table-toolbar-search):hover{background-color:var(--cds-custom-field-hover)}:host(cds-custom-table-toolbar-search) .cds-custom--search{block-size:100%;inline-size:100%}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-magnifier{cursor:pointer;inset-inline-start:0;pointer-events:all;transition:background .11s cubic-bezier(0,0,.38,.9)}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-magnifier-icon{block-size:auto;inline-size:auto}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-input{border-block-end:0}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-close:before{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));inline-size:0}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-close :hover{background-color:none}:host(cds-custom-table-toolbar-search) .cds-custom--search :hover{background-color:none}:host(cds-custom-table-toolbar-search) svg{inset-inline-start:0}:host(cds-custom-table-toolbar-search[size=sm]) svg,:host(cds-custom-table-toolbar-search[size=xs]) svg{inset-inline-start:.5rem;padding:0}:host(cds-custom-table-toolbar-search[expanded]){flex:auto}:host(cds-custom-table-toolbar-search[size=sm][expanded]) svg,:host(cds-custom-table-toolbar-search[size=xs][expanded]) svg{inset-inline-start:1rem}:host(cds-custom-table-toolbar-search[persistent]:hover) .cds-custom--search-input{background-color:var(--cds-custom-field-hover)}:host(cds-custom-table-batch-actions){box-sizing:border-box}:host(cds-custom-table){display:table}:host(cds-custom-table) ::slotted(cds-custom-table-head){background-color:var(--cds-custom-layer-accent-01,#e0e0e0);display:table-header-group;font-size:var(--cds-custom-heading-01-font-size,.875rem);font-weight:var(--cds-custom-heading-01-font-weight,600);letter-spacing:var(--cds-custom-heading-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-01-line-height,1.42857)}:host(cds-custom-table) ::slotted(cds-custom-table-body){background-color:var(--cds-custom-layer-01,#f4f4f4);display:table-row-group;font-size:var(--cds-custom-body-short-01-font-size,.875rem);font-weight:var(--cds-custom-body-short-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-short-01-letter-spacing,.16px);line-height:var(--cds-custom-body-short-01-line-height,1.28572)}:host(cds-custom-table[use-static-width]){inline-size:auto}:host(cds-custom-table[sticky-header]) ::slotted(cds-custom-table-body),:host(cds-custom-table[sticky-header]) ::slotted(cds-custom-table-head){display:flex;flex-direction:column;will-change:transform}:host(cds-custom-table[sticky-header]) .cds-custom--data-table-content{display:block;overflow-y:scroll}:host(cds-custom-table[with-header]) .cds-custom--data-table-header-container{display:table-caption}.cds-custom--data-table-header-container{display:table-caption}:host(cds-custom-table-head[sticky-header]){inline-size:100%;inset-block-start:0;position:sticky;will-change:transform;z-index:1}:host(cds-custom-table-head[sticky-header]) ::slotted(cds-custom-table-header-row){display:flex;inline-size:100%}:host(cds-custom-table-header-cell[sort-direction]){block-size:3rem}:host(cds-custom-table-header-cell[sort-direction]) .cds-custom--table-sort__flex{align-items:center;block-size:100%;display:flex;inline-size:100%;justify-content:space-between}:host(cds-custom-table-header-cell[ai-label]),:host(cds-custom-table-header-cell[ai-label]) .cds-custom--table-sort{background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%);box-shadow:inset 0 1px var(--cds-custom-ai-border-strong,#4589ff)}:host(cds-custom-table-header-cell[ai-label]) .cds-custom--table-sort{background:none}:host(cds-custom-table-header-cell[sticky-header]){border-block-end:1px solid var(--cds-custom-layer-active);inline-size:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(cds-custom-table-header-cell[sticky-header]:not([is-sortable])){padding-block-start:.875rem}:host(cds-custom-table-header-cell[ai-label]:not([is-sortable])) .cds-custom--table-header-label--slug{align-items:center;display:flex}:host(cds-custom-table-header-cell[ai-label]:not([is-sortable])) ::slotted(cds-custom-ai-label),:host(cds-custom-table-header-cell[ai-label]:not([is-sortable])) ::slotted(cds-custom-slug){margin-inline-start:auto}:host(cds-custom-table-expand-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-expand-row) .cds-custom--table-expand,:host(cds-custom-table-expand-row) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-header-expand-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-expand-row) .cds-custom--table-expand,:host(cds-custom-table-header-expand-row) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-row) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row) ::slotted(cds-custom-table-cell-skeleton){display:table-cell}:host(cds-custom-table-head) ::slotted(cds-custom-table-header-expand-row),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row){block-size:3rem;display:table-row}:host(cds-custom-table-header-row){outline:none}:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell-skeleton){background-color:var(--cds-custom-layer-accent-01,#e0e0e0);color:var(--cds-custom-text-primary,#161616);display:table-cell;outline:none;text-align:start}:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-row) .cds-custom--table-expand,:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell){padding-inline:1rem;text-align:start;vertical-align:middle}:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell-skeleton:first-of-type),:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell:first-of-type){padding-inline-start:1rem}:host(cds-custom-table-header-row:not([batch-expansion])) .cds-custom--table-expand__button{display:none}:host(cds-custom-table-header-row[selection-name]) .cds-custom--table-expand{display:table-cell}:host(cds-custom-table-header-row[sticky-header]) cds-custom-checkbox{border-block-end:1px solid var(--cds-custom-layer-active);margin:0;padding-block-start:.75rem}:host(cds-custom-table-header-row[expandable]) .cds-custom--table-expand,:host(cds-custom-table-header-row[selection-name]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name]) .cds-custom--table-expand{block-size:2rem;inline-size:2rem;padding:.5rem;padding-inline-end:0}:host(cds-custom-table-header-row[expanded]),:host(cds-custom-table-row[expanded]){transition:transform .15s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-table-header-row[expanded]) .cds-custom--table-expand__svg,:host(cds-custom-table-row[expanded]) .cds-custom--table-expand__svg{transform:rotate(270deg)}:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox div,:host(cds-custom-table-header-row) .cds-custom--table-expand div,:host(cds-custom-table-row) .cds-custom--table-column-checkbox div,:host(cds-custom-table-row) .cds-custom--table-expand div{align-items:center;block-size:100%;display:flex}:host(cds-custom-table-body) ::slotted(cds-custom-table-expand-row),:host(cds-custom-table-body) ::slotted(cds-custom-table-row){block-size:3rem;border:none;display:table-row;inline-size:100%;outline:none}:host(cds-custom-table-body[sticky-header]) ::slotted(cds-custom-table-expand-row),:host(cds-custom-table-body[sticky-header]) ::slotted(cds-custom-table-row){display:flex}:host(cds-custom-table-cell){border-block-end:1px solid var(--cds-custom-border-subtle);padding:0 1rem}:host(cds-custom-table-cell) ::slotted(cds-custom-overflow-menu:hover){background-color:none}:host(cds-custom-table-cell[overflow-menu-on-hover]) ::slotted(*){opacity:0}:host(cds-custom-table-cell[ai-label-in-header]){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}:host(cds-custom-table-cell-content){display:block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}:host(cds-custom-table-expand-row[sticky-header]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row[sticky-header]) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[sticky-header]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[sticky-header]) ::slotted(cds-custom-table-cell-skeleton){inline-size:100%;padding-block-start:.875rem}:host(cds-custom-table-expand-row[size=xl]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row[size=xl]) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[size=xl]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=xl]) ::slotted(cds-custom-table-cell-skeleton){vertical-align:top}:host(cds-custom-table-expand-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-expand-row) .cds-custom--table-expand,:host(cds-custom-table-expand-row) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-row) .cds-custom--table-expand,:host(cds-custom-table-row) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row) ::slotted(cds-custom-table-cell-skeleton){color:var(--cds-custom-text-secondary,#525252);vertical-align:middle}:host(cds-custom-table-row) ::slotted(cds-custom-table-cell-skeleton:first-of-type),:host(cds-custom-table-row) ::slotted(cds-custom-table-cell:first-of-type){padding-inline-start:1rem}:host(cds-custom-table-row) ::slotted(cds-custom-table-cell-skeleton:last-of-type),:host(cds-custom-table-row) ::slotted(cds-custom-table-cell:last-of-type){padding-inline-end:1rem}:host(cds-custom-table-row[expandable]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name]) .cds-custom--table-expand{border-block-end:1px solid var(--cds-custom-border-subtle);display:table-cell;padding-inline-end:0;transition:transform .15s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-table-row[expandable][expanded]) .cds-custom--table-expand__svg,:host(cds-custom-table-row[selection-name][expanded]) .cds-custom--table-expand__svg{transform:rotate(270deg)}:host(cds-custom-table-row[expandable][expanded]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][expanded][highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded][highlighted]) :host(cds-custom-table-row[expandable][expanded]:hover) .cds-custom--table-expand{border-block-end-color:transparent}:host(cds-custom-table-row[expandable][expanded][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][expanded][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][expanded][selected]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][expanded][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][expanded][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded][selected]) ::slotted(cds-custom-table-cell){background-color:var(--cds-custom-layer-selected);border-block-end-color:var(--cds-custom-border-subtle);border-block-start-color:var(--cds-custom-layer-active)}:host(cds-custom-table-row[expandable][expanded][selected]:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][expanded][selected]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][expanded][selected]:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][expanded][selected][highlighted]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][expanded][selected][highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][expanded][selected][highlighted]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][expanded][selected]:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][expanded][selected]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded][selected]:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][expanded][selected][highlighted]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][expanded][selected][highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded][selected][highlighted]) ::slotted(cds-custom-table-cell){background-color:var(--cds-custom-layer-selected-hover)}:host(cds-custom-table-row[expandable][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][selected]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][selected]) ::slotted(cds-custom-table-cell){border-block-end-color:var(--cds-custom-border-subtle)}:host(cds-custom-table-row[expandable]:hover):not([ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable]:hover):not([ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable]:hover):not([ai-label]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][highlighted]):not([ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][highlighted]):not([ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][highlighted]):not([ai-label]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable]:hover):not([ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable]:hover):not([ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable]:hover):not([ai-label]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][highlighted]):not([ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][highlighted]):not([ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][highlighted]):not([ai-label]) ::slotted(cds-custom-table-cell){border-block-end-color:var(--cds-custom-border-subtle)}:host(cds-custom-table-row[odd]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[odd]) .cds-custom--table-expand,:host(cds-custom-table-row[odd]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[odd]) ::slotted(cds-custom-table-cell-skeleton){border-block-end:1px solid var(--cds-custom-layer-01,#f4f4f4)}:host(cds-custom-table-row[even]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[even]) .cds-custom--table-expand,:host(cds-custom-table-row[even]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[even]) ::slotted(cds-custom-table-cell-skeleton){background-color:var(--cds-custom-layer-accent-01,#e0e0e0);border-block-end:1px solid var(--cds-custom-layer-accent-01,#e0e0e0)}:host(cds-custom-table-expand-row:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-expand-row:hover) .cds-custom--table-expand,:host(cds-custom-table-expand-row:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row:hover) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row:hover) .cds-custom--table-expand,:host(cds-custom-table-row:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row:hover) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[highlighted]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[highlighted]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[highlighted]) ::slotted(cds-custom-table-cell-skeleton){background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));border-block-end-color:var(--cds-custom-layer-hover-01,#e8e8e8);border-block-start-color:var(--cds-custom-layer-hover-01,#e8e8e8);color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-table-row[even]:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[even]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[even]:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[even]:hover) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[highlighted]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[highlighted]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[highlighted]) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[odd]:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[odd]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[odd]:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[odd]:hover) ::slotted(cds-custom-table-cell-skeleton){background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));border-block-end:1px solid var(--cds-custom-layer-hover-01,#e8e8e8)}:host(cds-custom-table-row[rows-with-ai-label]) cds-custom-checkbox,:host(cds-custom-table-row[rows-with-ai-label]) cds-custom-radio-button{padding-inline-start:2rem}:host(cds-custom-table-row[rows-with-ai-label]) .cds-custom--table-expand{padding-inline-start:1rem}:host(cds-custom-table-row[rows-with-ai-label]) .cds-custom--table-expand__button{margin-inline-start:1.5rem}:host(cds-custom-table-row[rows-with-ai-label][ai-label]) cds-custom-checkbox,:host(cds-custom-table-row[rows-with-ai-label][ai-label]) cds-custom-radio-button{padding-inline-start:1rem}:host(cds-custom-table-row[rows-with-ai-label][ai-label]) .cds-custom--table-expand__button{margin-inline-start:.5rem}:host(cds-custom-table-header-row[rows-with-ai-label]) .cds-custom--table-expand{padding-inline-start:2.5rem}:host(cds-custom-table-header-row[rows-with-ai-label]) .cds-custom--table-column-checkbox{padding-inline-start:3rem}:host(cds-custom-table-header-row[rows-with-ai-label][selection-name][expandable]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[rows-with-ai-label][selection-name][expandable]) .cds-custom--table-column-checkbox{padding-inline-start:0}:host(cds-custom-table-header-row[rows-with-ai-label][selection-name][expandable]) cds-custom-checkbox,:host(cds-custom-table-row[rows-with-ai-label][selection-name][expandable]) cds-custom-checkbox{padding-inline-start:.5rem}:host(cds-custom-table-row[ai-label]){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%);background-attachment:fixed;box-shadow:inset 1px 0 var(--cds-custom-ai-border-strong,#4589ff)}:host(cds-custom-table-row[ai-label]):hover{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff);background-attachment:fixed}:host(cds-custom-table-header-title){display:block}:host(cds-custom-table-header-description){display:block}@media (min-width:42rem){:host(cds-custom-table-header-description){max-inline-size:50ch}}@media (min-width:66rem){:host(cds-custom-table-header-description){max-inline-size:80ch}}:host(cds-custom-table-expanded-row){block-size:0;display:table-row;transition:height .15s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-table-expanded-row) ::slotted(*){color:var(--cds-custom-text-secondary,#525252)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-table-expanded-row) td{border-block-end-color:var(--cds-custom-border-subtle);padding:0;padding-inline-start:4rem;transition:none;vertical-align:middle}:host(cds-custom-table-expanded-row) td .cds-custom--child-row-inner-container{block-size:0;overflow:hidden}}:host(cds-custom-table-expanded-row) td{border-block-end-color:var(--cds-custom-border-subtle);padding:0;padding-inline-start:4rem;transition:all .11s cubic-bezier(.2,0,.38,.9);vertical-align:middle}:host(cds-custom-table-expanded-row) td .cds-custom--child-row-inner-container{block-size:0;overflow:hidden}:host(cds-custom-table-expanded-row[expanded]){block-size:3rem}:host(cds-custom-table-expanded-row[expanded]) td{block-size:auto;border-block-end:1px solid var(--cds-custom-border-subtle)}:host(cds-custom-table-expanded-row[expanded]) td .cds-custom--child-row-inner-container{block-size:auto}:host(cds-custom-table-expanded-row:hover),:host(cds-custom-table-expanded-row[highlighted]),:host(cds-custom-table-expanded-row[selected]){background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}:host(cds-custom-table-expanded-row:hover) ::slotted(*),:host(cds-custom-table-expanded-row[highlighted]) ::slotted(*),:host(cds-custom-table-expanded-row[selected]) ::slotted(*){color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-table-expanded-row[selected][highlighted]){background-color:var(--cds-custom-layer-selected)}:host(cds-custom-table-row[ai-label][expandable]):hover,:host(cds-custom-table-row[ai-label][expandable])[highlighted],:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted]{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff);background-attachment:fixed}:host(cds-custom-table-row[ai-label][expandable]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable]):hover .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable]):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable]):hover ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[ai-label][expandable])[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable])[highlighted] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable])[highlighted] ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable])[highlighted] ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted] ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted] ::slotted(cds-custom-table-cell-skeleton){background:none}:host(cds-custom-table-row[ai-label][expandable]):hover[expanded] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable])[highlighted][expanded] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover[expanded] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted][expanded] .cds-custom--table-expand{border-block-end-color:transparent}:host(cds-custom-table-row[ai-label][expandable]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable]) .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable]) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]) ::slotted(cds-custom-table-cell-skeleton){background:none}:host(cds-custom-table-row[ai-label][expandable])[expanded] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[expanded] .cds-custom--table-expand{border-block-end-color:transparent}:host(cds-custom-table-expanded-row[ai-label]){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}:host(cds-custom-table-expanded-row[ai-label])[highlighted]{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff)}:host(cds-custom-table-expanded-row[rows-with-ai-label]) td{padding-inline-start:5.5rem}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=xs]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=xs]){block-size:1.5rem}:host(cds-custom-table-header-row[size=xs]) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-row[size=xs]) ::slotted(cds-custom-table-header-cell){block-size:1.5rem}:host(cds-custom-table-header-row[size=xs]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=xs]) ::slotted(cds-custom-table-cell){padding-block:.125rem;padding-inline-start:1rem}:host(cds-custom-table-header-row[size=xs]) .cds-custom--table-expand,:host(cds-custom-table-row[size=xs]) .cds-custom--table-expand{block-size:1.5rem;padding-block:0}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=sm]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=sm]){block-size:2rem}:host(cds-custom-table-header-row[size=sm]) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-row[size=sm]) ::slotted(cds-custom-table-header-cell){block-size:2rem}:host(cds-custom-table-header-row[size=sm]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=sm]) ::slotted(cds-custom-table-cell){padding-block:.4375rem .375rem;padding-inline-start:1rem}:host(cds-custom-table-header-row[size=sm]) .cds-custom--table-expand,:host(cds-custom-table-row[size=sm]) .cds-custom--table-expand{padding-block:0}:host(cds-custom-table-header-row[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-row[size=sm]) ::slotted(cds-custom-overflow-menu){block-size:2rem}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=md]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=md]){block-size:2.5rem}:host(cds-custom-table-header-row[size=md]) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-row[size=md]) ::slotted(cds-custom-table-header-cell){block-size:2.5rem}:host(cds-custom-table-header-row[size=md]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=md]) ::slotted(cds-custom-table-cell){padding-block:.4375rem .375rem;padding-inline-start:1rem}:host(cds-custom-table-header-row[size=md]) .cds-custom--table-expand,:host(cds-custom-table-row[size=md]) .cds-custom--table-expand{padding-block:.25rem}:host(cds-custom-table-header-row[size=md]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-row[size=md]) ::slotted(cds-custom-overflow-menu){block-size:2.5rem}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=lg]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=lg]){block-size:3rem}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=xl]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=xl]){block-size:4rem}:host(cds-custom-table-header-row[size=xl]) ::slotted(cds-custom-table-header-cell){padding-block-start:1rem;vertical-align:top}:host(cds-custom-table-header-row[size=xl]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=xl]) ::slotted(cds-custom-table-cell){padding-block-start:1rem}:host(cds-custom-table-header-row[size=xl]) .cds-custom--table-expand,:host(cds-custom-table-row[size=xl]) .cds-custom--table-expand{padding-block-end:1.375rem}:host(cds-custom-table-header-row[size=xl]) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-row[size=xl]) .cds-custom--table-expand,:host(cds-custom-table-row[size=xl]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[size=xl]) .cds-custom--table-expand{padding-block-start:.625rem;vertical-align:top}:host(cds-custom-table-header-row[size=xl])[radio] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[size=xl])[radio] .cds-custom--table-column-checkbox{padding-block-start:1rem}:host(cds-custom-table-expanded-row[size=xl][expanded]) td{padding-block:1rem .5rem;padding-inline-end:1rem}:host(cds-custom-table-toolbar-content[size=xs]),:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-button),:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-table-toolbar-search),:host(cds-custom-table-toolbar[size=xs]),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-button),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-table-toolbar-search){block-size:2rem;min-block-size:2rem}:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-table-toolbar-search),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-table-toolbar-search){inline-size:2rem}:host(cds-custom-table-toolbar-content[size=sm]),:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-button),:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-table-toolbar-search),:host(cds-custom-table-toolbar[size=sm]),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-button),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-table-toolbar-search){block-size:2rem;min-block-size:2rem}:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-table-toolbar-search),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-table-toolbar-search){inline-size:2rem}:host(cds-custom-table-header-row[selection-name][expandable][size=xs]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][size=xs]) .cds-custom--table-column-checkbox{padding:0 .375rem}:host(cds-custom-table-header-row[selection-name][expandable][size=md]) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-row[selection-name][expandable][size=sm]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][size=md]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][size=sm]) .cds-custom--table-column-checkbox{padding:.1875rem .375rem}:host(cds-custom-table-header-row[selection-name][expandable][size=xl]) .cds-custom--table-column-checkbox{padding-inline:.375rem}:host(cds-custom-table-cell[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-cell[size=xs]) ::slotted(cds-custom-overflow-menu){block-size:calc(100% + 1px)}:host(cds-custom-table-cell[size=md]) ::slotted(cds-custom-overflow-menu){block-size:2.5rem}:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox{border-block-end:none;border-block-start:none;padding-inline:1rem .25rem;transition:background-color 70ms cubic-bezier(0,0,.38,.9)}:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox .cds-custom--checkbox-label{inline-size:20px}:host(cds-custom-table-row) .cds-custom--table-column-checkbox{border-block-end:1px solid var(--cds-custom-border-subtle);padding-inline:1rem .25rem}:host(cds-custom-table-row) .cds-custom--table-column-checkbox .cds-custom--checkbox-label{padding-inline-start:1rem}:host(cds-custom-table-row:hover) .cds-custom--table-column-checkbox{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));border-block-end-color:var(--cds-custom-layer-hover-01,#e8e8e8);border-block-start-color:var(--cds-custom-layer-hover-01,#e8e8e8)}:host(cds-custom-table-row[selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected]) .cds-custom--table-expand,:host(cds-custom-table-row[selected]) ::slotted(cds-custom-table-cell){background-color:var(--cds-custom-layer-accent-01,#e0e0e0);border-block-end:1px solid var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-table-row[selected]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected]):hover .cds-custom--table-expand,:host(cds-custom-table-row[selected]):hover ::slotted(cds-custom-table-cell){background-color:var(--cds-custom-layer-selected-hover);border-block-end-color:var(--cds-custom-layer-selected-hover)}:host(cds-custom-table-expanded-row[filtered]),:host(cds-custom-table-row[filtered]){display:none!important}:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])),:host(cds-custom-table-row[expandable][selected][ai-label]),:host(cds-custom-table-row[selected][ai-label]){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%),var(--cds-custom-layer-selected);background-attachment:fixed}:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])):hover,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted]))[highlighted],:host(cds-custom-table-row[expandable][selected][ai-label]):hover,:host(cds-custom-table-row[expandable][selected][ai-label])[highlighted],:host(cds-custom-table-row[selected][ai-label]):hover,:host(cds-custom-table-row[selected][ai-label])[highlighted]{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff);background-attachment:fixed}:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])):hover .cds-custom--table-expand,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted]))[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted]))[highlighted] .cds-custom--table-expand,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted]))[highlighted] ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][selected][ai-label]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][selected][ai-label]):hover .cds-custom--table-expand,:host(cds-custom-table-row[expandable][selected][ai-label]):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][selected][ai-label])[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][selected][ai-label])[highlighted] .cds-custom--table-expand,:host(cds-custom-table-row[expandable][selected][ai-label])[highlighted] ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selected][ai-label]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected][ai-label]):hover .cds-custom--table-expand,:host(cds-custom-table-row[selected][ai-label]):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selected][ai-label])[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected][ai-label])[highlighted] .cds-custom--table-expand,:host(cds-custom-table-row[selected][ai-label])[highlighted] ::slotted(cds-custom-table-cell){background:none}:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])) .cds-custom--table-column-checkbox,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])) .cds-custom--table-expand,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][selected][ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][selected][ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][selected][ai-label]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selected][ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected][ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[selected][ai-label]) ::slotted(cds-custom-table-cell){background:none}.cds-custom--data-table th[aria-sort],.cds-custom--data-table--sort th,:host(cds-custom-table) th[aria-sort]{block-size:3rem;border-block-end:none;border-block-start:none;padding:0}.cds-custom--table-sort__description{display:none}.cds-custom--table-sort{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background-color:var(--cds-custom-layer-accent);border:0;box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font:inherit;inline-size:100%;justify-content:space-between;line-height:1;margin:0;min-block-size:100%;padding:0;padding-inline-start:1rem;text-align:start;transition:background-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--table-sort *,.cds-custom--table-sort :after,.cds-custom--table-sort :before{box-sizing:inherit}.cds-custom--table-sort::-moz-focus-inner{border:0}.cds-custom--table-sort:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--table-sort:focus{outline-style:dotted}}.cds-custom--table-sort:hover{background:var(--cds-custom-layer-selected-hover)}.cds-custom--table-sort:focus svg,.cds-custom--table-sort:hover svg{opacity:1}.cds-custom--data-table.cds-custom--data-table--sort th>.cds-custom--table-header-label{line-height:1;padding-inline:1rem 1rem}th .cds-custom--table-sort__flex{align-items:center;block-size:100%;display:flex;inline-size:100%;justify-content:space-between;min-block-size:3rem}.cds-custom--data-table--top-aligned-header th .cds-custom--table-sort__flex{align-items:start}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--lg th.cds-custom--table-sort__header{padding-block-start:1rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--sm th.cds-custom--table-sort__header .cds-custom--table-sort__flex .cds-custom--table-header-label,.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--xs th.cds-custom--table-sort__header .cds-custom--table-sort__flex .cds-custom--table-header-label{padding-block:0}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--sm th.cds-custom--table-sort__header{padding-block:.4375rem .4375rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--xs th.cds-custom--table-sort__header{padding-block:.125rem .125rem}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.cds-custom--data-table--sort:not(.cds-custom--data-table--xs):not(.cds-custom--data-table--sm):not(.cds-custom--data-table--md):not(.cds-custom--data-table--xl) th .cds-custom--table-sort__flex{block-size:2.99rem}}.cds-custom--data-table--xs.cds-custom--data-table--sort th .cds-custom--table-sort__flex{min-block-size:1.5rem}.cds-custom--data-table--sm.cds-custom--data-table--sort th .cds-custom--table-sort__flex{min-block-size:2rem}.cds-custom--data-table--md.cds-custom--data-table--sort th .cds-custom--table-sort__flex{min-block-size:2.5rem}.cds-custom--data-table--xl.cds-custom--data-table--sort th .cds-custom--table-sort__flex{align-items:flex-start;min-block-size:4rem}.cds-custom--table-sort .cds-custom--table-sort__icon-inactive{display:block}.cds-custom--table-sort .cds-custom--table-sort__icon{display:none}.cds-custom--table-sort__icon-unsorted{fill:var(--cds-custom-icon-primary,#161616);inline-size:1.25rem;margin-inline:.5rem .5rem;min-inline-size:1rem;opacity:0}.cds-custom--table-sort.cds-custom--table-sort--active{background:var(--cds-custom-layer-selected-hover)}.cds-custom--table-sort.cds-custom--table-sort--active .cds-custom--table-sort__icon-unsorted{display:none}.cds-custom--table-sort.cds-custom--table-sort--active .cds-custom--table-sort__icon{display:block;opacity:1}.cds-custom--table-sort--descending .cds-custom--table-sort__icon{transform:rotate(180deg)}.cds-custom--table-sort__icon{fill:var(--cds-custom-icon-primary,#161616);inline-size:1.25rem;margin-inline:.5rem .5rem;min-inline-size:1rem;opacity:1;transform:rotate(0);transition:transform .25s cubic-bezier(.5,0,.1,1)}.cds-custom--data-table--xs.cds-custom--data-table--sort th{block-size:1.5rem}.cds-custom--data-table--sm.cds-custom--data-table--sort th{block-size:2rem}.cds-custom--data-table--md.cds-custom--data-table--sort th{block-size:2.5rem}.cds-custom--data-table--xl.cds-custom--data-table--sort th{block-size:4rem}.cds-custom--data-table--xl.cds-custom--data-table--sort th .cds-custom--table-sort{block-size:4rem;display:inline-block}.cds-custom--data-table--xl .cds-custom--table-sort__icon,.cds-custom--data-table--xl .cds-custom--table-sort__icon-unsorted{margin-block-start:.8125rem}.cds-custom--table-sort__header .cds-custom--ai-label,.cds-custom--table-sort__header .cds-custom--slug,.cds-custom--table-sort__header .cds-custom--table-header-label--decorator-inner{display:none}.cds-custom--table-sort__header--ai-label .cds-custom--table-sort__icon,.cds-custom--table-sort__header--ai-label .cds-custom--table-sort__icon-unsorted,.cds-custom--table-sort__header--decorator .cds-custom--table-sort__icon,.cds-custom--table-sort__header--decorator .cds-custom--table-sort__icon-unsorted,.cds-custom--table-sort__header--slug .cds-custom--table-sort__icon,.cds-custom--table-sort__header--slug .cds-custom--table-sort__icon-unsorted{margin-inline:auto .5rem}.cds-custom--table-sort__header--ai-label .cds-custom--ai-label,.cds-custom--table-sort__header--ai-label .cds-custom--slug,.cds-custom--table-sort__header--ai-label .cds-custom--table-header-label--decorator-inner,.cds-custom--table-sort__header--decorator .cds-custom--table-header-label--decorator-inner{display:block;margin-inline-end:.5rem}:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell[sort-direction]){padding-inline:0}:host(cds-custom-table-header-cell[sort-direction]:first-of-type) .cds-custom--table-sort{padding-inline-start:1rem}:host(cds-custom-table-header-cell[sort-direction][expandable][selection-name]) .cds-custom--table-sort{padding-inline-start:0}:host(cds-custom-table-header-cell) .cds-custom--table-sort:hover .cds-custom--table-sort__icon,:host(cds-custom-table-header-cell[sort-active]) .cds-custom--table-sort .cds-custom--table-sort__icon{opacity:1}:host(cds-custom-table-header-cell[sort-direction]) .cds-custom--table-sort .cds-custom--table-sort__icon{display:block}:host(cds-custom-table-header-cell[sort-direction=ascending]) .cds-custom--table-sort__icon{transform:rotate(180deg)}:host(cds-custom-table-header-cell[sort-direction][ai-label]) .cds-custom--table-sort__icon,:host(cds-custom-table-header-cell[sort-direction][ai-label]) .cds-custom--table-sort__icon-unsorted{margin-inline:auto .5rem}:host(cds-custom-table-header-cell[sort-direction][ai-label]) ::slotted(cds-custom-ai-label),:host(cds-custom-table-header-cell[sort-direction][ai-label]) ::slotted(cds-custom-slug){margin-inline-end:.5rem}"]);
10
+ var styles = css(["@charset \"UTF-8\";.cds-custom--checkbox-group{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--checkbox-group *,.cds-custom--checkbox-group :after,.cds-custom--checkbox-group :before{box-sizing:inherit}.cds-custom--form-item.cds-custom--checkbox-wrapper{margin-block-end:.375rem;position:relative}.cds-custom--form-item.cds-custom--checkbox-wrapper:first-of-type{margin-block-start:0}.cds-custom--label+.cds-custom--form-item.cds-custom--checkbox-wrapper{margin-block-start:-.125rem}.cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type{margin-block-end:.1875rem}.cds-custom--checkbox{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;inset-block-start:1.25rem;inset-inline-start:.7rem;visibility:inherit;white-space:nowrap}.cds-custom--checkbox-label{cursor:pointer;display:flex;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);min-block-size:1.25rem;padding-block-start:.0625rem;padding-inline-start:1.25rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cds-custom--checkbox-label html{font-size:100%}.cds-custom--checkbox-label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--checkbox-label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--checkbox-label strong{font-weight:600}.cds-custom--checkbox-label-text{padding-inline-start:.625rem}.cds-custom--checkbox-label:after,.cds-custom--checkbox-label:before{box-sizing:border-box}@media print{.cds-custom--checkbox-label:after,.cds-custom--checkbox-label:before{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cds-custom--checkbox-label:before{background-color:transparent;block-size:1rem;border:1px solid var(--cds-custom-icon-primary,#161616);border-radius:2px;content:\"\";inline-size:1rem;inset-block-start:.125rem;inset-inline-start:0;margin-block:.0625rem .125rem;margin-inline:.1875rem 0;position:absolute}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--checkbox-label:before{border:1px solid ButtonBorder}}.cds-custom--checkbox-label:after{background:none;block-size:.3125rem;border-block-end:1.5px solid var(--cds-custom-icon-inverse,#fff);border-inline-start:1.5px solid var(--cds-custom-icon-inverse,#fff);content:\"\";inline-size:.5625rem;inset-block-start:.40625rem;inset-inline-start:.4375rem;margin-block-start:-.1875rem;position:absolute;transform:scale(0) rotate(-45deg);transform-origin:bottom right}.cds-custom--checkbox-label[data-contained-checkbox-state=true]:before,.cds-custom--checkbox:checked+.cds-custom--checkbox-label:before,.cds-custom--checkbox:indeterminate+.cds-custom--checkbox-label:before{background-color:var(--cds-custom-icon-primary,#161616);border:1px}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--checkbox-label[data-contained-checkbox-state=true]:before,.cds-custom--checkbox:checked+.cds-custom--checkbox-label:before,.cds-custom--checkbox:indeterminate+.cds-custom--checkbox-label:before{background-color:SelectedItem;border:1px solid ButtonBorder}}.cds-custom--checkbox-label[data-contained-checkbox-state=true]:after,.cds-custom--checkbox:checked+.cds-custom--checkbox-label:after{transform:scale(1) rotate(-45deg)}.cds-custom--checkbox:indeterminate+.cds-custom--checkbox-label:after{border-block-end:2px solid var(--cds-custom-icon-inverse,#fff);border-inline-start:0 solid var(--cds-custom-icon-inverse,#fff);inline-size:.5rem;inset-block-start:.6875rem;transform:scale(1) rotate(0deg)}.cds-custom--checkbox-label[data-contained-checkbox-state=true].cds-custom--checkbox-label__focus:before,.cds-custom--checkbox-label__focus:before,.cds-custom--checkbox:checked:focus+.cds-custom--checkbox-label:before,.cds-custom--checkbox:focus+.cds-custom--checkbox-label:before,.cds-custom--checkbox:indeterminate:focus+.cds-custom--checkbox-label:before{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:1px}.cds-custom--checkbox-label[data-contained-checkbox-disabled=true],.cds-custom--checkbox:disabled+.cds-custom--checkbox-label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--checkbox-label[data-contained-checkbox-disabled=true]:before,.cds-custom--checkbox:disabled+.cds-custom--checkbox-label:before{border-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--checkbox-label[data-contained-checkbox-state=true][data-contained-checkbox-disabled=true]:before,.cds-custom--checkbox:checked:disabled+.cds-custom--checkbox-label:before,.cds-custom--checkbox:indeterminate:disabled+.cds-custom--checkbox-label:before{background-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--checkbox-group[data-invalid] .cds-custom--checkbox-label:before,.cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox-label:before,.cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox:checked+.cds-custom--checkbox-label:before{border:1px solid var(--cds-custom-support-error,#da1e28)}.cds-custom--checkbox-group .cds-custom--checkbox-wrapper--invalid>.cds-custom--checkbox__validation-msg,.cds-custom--checkbox-group .cds-custom--checkbox-wrapper--warning>.cds-custom--checkbox__validation-msg,.cds-custom--checkbox-group .cds-custom--checkbox-wrapper>.cds-custom--form__helper-text{display:none}.cds-custom--checkbox-group:not(.cds-custom--checkbox-group[data-invalid]) .cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox-label:before,.cds-custom--checkbox-group:not(.cds-custom--checkbox-group[data-invalid]) .cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox:checked+.cds-custom--checkbox-label:before{border:1px solid var(--cds-custom-icon-primary,#161616)}.cds-custom--checkbox-group__validation-msg,.cds-custom--checkbox__validation-msg{align-items:flex-start;display:none;inline-size:100%;margin-block-start:.25rem}.cds-custom--checkbox__invalid-icon{margin:.0625rem .0625rem 0 .1875rem;fill:var(--cds-custom-support-error,#da1e28);min-inline-size:1rem}.cds-custom--checkbox__invalid-icon--warning{fill:var(--cds-custom-support-warning,#f1c21b)}.cds-custom--checkbox__invalid-icon--warning path:first-of-type{fill:#000}.cds-custom--checkbox-group--invalid .cds-custom--checkbox-group__validation-msg,.cds-custom--checkbox-group--warning .cds-custom--checkbox-group__validation-msg,.cds-custom--checkbox-wrapper--invalid>.cds-custom--checkbox__validation-msg,.cds-custom--checkbox-wrapper--warning>.cds-custom--checkbox__validation-msg{display:flex}.cds-custom--checkbox-group--invalid .cds-custom--checkbox-group__validation-msg .cds-custom--form-requirement,.cds-custom--checkbox-group--warning .cds-custom--checkbox-group__validation-msg .cds-custom--form-requirement,.cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox__validation-msg .cds-custom--form-requirement,.cds-custom--checkbox-wrapper--warning .cds-custom--checkbox__validation-msg .cds-custom--form-requirement{display:block;margin-block-start:0;margin-inline-start:.5rem;max-block-size:100%;overflow:visible}.cds-custom--checkbox-group--invalid .cds-custom--checkbox-group__validation-msg .cds-custom--form-requirement,.cds-custom--checkbox-wrapper--invalid .cds-custom--checkbox__validation-msg .cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--checkbox-group--readonly .cds-custom--checkbox-label,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox-label{cursor:default}.cds-custom--checkbox-group--readonly .cds-custom--checkbox-label-text,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox-label-text{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.cds-custom--checkbox-group--readonly .cds-custom--checkbox+.cds-custom--checkbox-label:before,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox+.cds-custom--checkbox-label:before{border-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--checkbox-group--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:before,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:before{background:transparent;border:1px solid var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--checkbox-group--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after{border-color:var(--cds-custom-text-primary,#161616)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--checkbox-group--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after,.cds-custom--checkbox-wrapper--readonly .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after{fill:SelectedItemText}}.cds-custom--checkbox-skeleton .cds-custom--checkbox-label{cursor:default}.cds-custom--checkbox-label-text.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;inline-size:6.25rem;margin-block:.0625rem 0;margin-inline:.375rem 0;padding:0;pointer-events:none;position:relative}.cds-custom--checkbox-label-text.cds-custom--skeleton:active,.cds-custom--checkbox-label-text.cds-custom--skeleton:focus,.cds-custom--checkbox-label-text.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--checkbox-label-text.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--checkbox-label-text.cds-custom--skeleton:before{animation:none}}.cds-custom--checkbox--inline{position:relative}[dir=rtl] .cds-custom--checkbox-label:after{margin-block-start:0;margin-inline-start:-.0625rem;transform-origin:center}[dir=rtl] .cds-custom--checkbox-label[data-contained-checkbox-state=true]:after,[dir=rtl] .cds-custom--checkbox:checked+.cds-custom--checkbox-label:after{transform:scale(1.2) rotate3d(.5,1,0,158deg)}.cds-custom--checkbox-group--decorator legend.cds-custom--label,.cds-custom--checkbox-group--slug legend.cds-custom--label,.cds-custom--checkbox-wrapper--decorator .cds-custom--checkbox-label-text,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text{display:flex}.cds-custom--checkbox-group--decorator legend.cds-custom--label .cds-custom--checkbox-group-inner--decorator>*,.cds-custom--checkbox-group--slug legend.cds-custom--label .cds-custom--ai-label,.cds-custom--checkbox-group--slug legend.cds-custom--label .cds-custom--slug,.cds-custom--checkbox-wrapper--decorator .cds-custom--checkbox-label-text .cds-custom--checkbox-wrapper-inner--decorator>*,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text .cds-custom--ai-label,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text .cds-custom--slug{margin-inline-start:.5rem}.cds-custom--checkbox-wrapper--decorator .cds-custom--checkbox-label-text .cds-custom--ai-label__button--inline,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text .cds-custom--ai-label__button--inline,.cds-custom--checkbox-wrapper--slug .cds-custom--checkbox-label-text .cds-custom--slug__button--inline{line-height:inherit;margin-block-start:-.0625rem}.cds-custom--checkbox-group--horizontal{display:flex;flex-flow:row wrap;justify-content:flex-start;position:relative}.cds-custom--checkbox-group--horizontal .cds-custom--form-item{flex:none;margin-block-end:0}.cds-custom--checkbox-group--horizontal .cds-custom--form-item:not(:last-of-type){margin-inline-end:1rem}.cds-custom--checkbox-group--horizontal .cds-custom--checkbox-label-text{padding-inline-start:.5rem}.cds-custom--checkbox-group--horizontal .cds-custom--label+.cds-custom--form-item.cds-custom--checkbox-wrapper{margin-block-start:0}.cds-custom--radio-button-group{align-items:center;border:0;box-sizing:border-box;display:flex;font-family:inherit;font-size:100%;margin:0;padding:0;position:relative;vertical-align:baseline}.cds-custom--radio-button-group *,.cds-custom--radio-button-group :after,.cds-custom--radio-button-group :before{box-sizing:inherit}.cds-custom--label+.cds-custom--form-item .cds-custom--radio-button-group{margin-block-start:0}.cds-custom--radio-button-group--vertical{align-items:flex-start;flex-direction:column}.cds-custom--radio-button-group--vertical.cds-custom--radio-button-group--label-left{align-items:flex-end}.cds-custom--radio-button-group--vertical .cds-custom--radio-button__label{margin-inline-end:0}.cds-custom--radio-button-group--vertical .cds-custom--radio-button__label:not(:last-of-type){margin-block-end:.5rem}.cds-custom--radio-button{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;margin-block-start:.9rem;margin-inline-start:.63rem;visibility:inherit;white-space:nowrap}.cds-custom--radio-button__label{align-items:center;cursor:pointer;display:flex;margin-inline-end:1rem}.cds-custom--radio-button__label-text{flex:1;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--radio-button__appearance{background-color:transparent;block-size:1.125rem;border:0;border:1px solid var(--cds-custom-icon-primary,#161616);border-radius:50%;box-sizing:border-box;flex-shrink:0;font-family:inherit;font-size:100%;inline-size:1.125rem;margin:0;margin-block:.0625rem .125rem;margin-inline:.125rem .625rem;padding:0;vertical-align:baseline}.cds-custom--radio-button__appearance *,.cds-custom--radio-button__appearance :after,.cds-custom--radio-button__appearance :before{box-sizing:inherit}.cds-custom--radio-button-group--vertical .cds-custom--radio-button__appearance{margin-block:0}.cds-custom--radio-button:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{align-items:center;border-color:var(--cds-custom-icon-primary,#161616);display:flex;justify-content:center}.cds-custom--radio-button:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before{background-color:var(--cds-custom-icon-primary,#161616);block-size:100%;border-radius:50%;content:\"\";display:inline-block;inline-size:100%;position:relative;transform:scale(.5)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--radio-button:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before{background-color:ButtonText}}@media print{.cds-custom--radio-button:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.cds-custom--radio-button:disabled+.cds-custom--radio-button__label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--radio-button:disabled+.cds-custom--radio-button__label .cds-custom--radio-button__appearance,.cds-custom--radio-button:disabled:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{border-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--radio-button:disabled+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before,.cds-custom--radio-button:disabled:checked+.cds-custom--radio-button__label .cds-custom--radio-button__appearance:before{background-color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--radio-button-group--readonly .cds-custom--radio-button+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{border-color:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--radio-button-group--readonly .cds-custom--radio-button__label{cursor:default}.cds-custom--radio-button-group--readonly .cds-custom--radio-button__label-text{cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text}.cds-custom--radio-button-group--invalid .cds-custom--radio-button+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{border-color:var(--cds-custom-support-error,#da1e28)}.cds-custom--radio-button__validation-msg{align-items:flex-end;display:none;margin-block-start:.375rem}.cds-custom--radio-button__invalid-icon{fill:var(--cds-custom-support-error,#da1e28);margin-inline:.1875rem .0625rem}.cds-custom--radio-button__invalid-icon--warning{fill:var(--cds-custom-support-warning,#f1c21b)}.cds-custom--radio-button__invalid-icon--warning path:first-of-type{fill:#000}.cds-custom--radio-button-group--invalid+.cds-custom--radio-button__validation-msg,.cds-custom--radio-button-group--warning+.cds-custom--radio-button__validation-msg{display:flex}.cds-custom--radio-button-group--invalid+.cds-custom--radio-button__validation-msg .cds-custom--form-requirement,.cds-custom--radio-button-group--warning+.cds-custom--radio-button__validation-msg .cds-custom--form-requirement{display:block;margin-block-start:0;margin-inline-start:.5rem;max-block-size:100%;overflow:visible}.cds-custom--radio-button-group--invalid+.cds-custom--radio-button__validation-msg .cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--radio-button-group~.cds-custom--form__helper-text{margin-block-start:.375rem}.cds-custom--radio-button:focus+.cds-custom--radio-button__label .cds-custom--radio-button__appearance{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:1.5px}.cds-custom--radio-button__label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1.125rem;border:none;box-shadow:none;inline-size:6.25rem;padding:0;pointer-events:none;position:relative}.cds-custom--radio-button__label.cds-custom--skeleton:active,.cds-custom--radio-button__label.cds-custom--skeleton:focus,.cds-custom--radio-button__label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--radio-button__label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--radio-button__label.cds-custom--skeleton:before{animation:none}}.cds-custom--radio-button__label.cds-custom--skeleton .cds-custom--radio-button__appearance{display:none}.cds-custom--radio-button-wrapper .cds-custom--radio-button__label{align-items:flex-start;display:flex;justify-content:center;margin:0}.cds-custom--radio-button-wrapper:not(:last-of-type){margin-inline-end:1rem}.cds-custom--radio-button-group--vertical .cds-custom--radio-button-wrapper{margin-block-end:.375rem;margin-inline-end:0}.cds-custom--radio-button-group--vertical .cds-custom--radio-button-wrapper .cds-custom--radio-button__label{padding-block-start:.125rem}.cds-custom--radio-button-group--label-right .cds-custom--radio-button__label,.cds-custom--radio-button-wrapper.cds-custom--radio-button-wrapper--label-right .cds-custom--radio-button__label{flex-direction:row}.cds-custom--radio-button-group--label-left .cds-custom--radio-button__label,.cds-custom--radio-button-wrapper.cds-custom--radio-button-wrapper--label-left .cds-custom--radio-button__label{flex-direction:row-reverse}.cds-custom--radio-button-group--label-left .cds-custom--radio-button__appearance,.cds-custom--radio-button-wrapper.cds-custom--radio-button-wrapper--label-left .cds-custom--radio-button__appearance{margin-inline:.5rem 0}.cds-custom--radio-button-group--decorator legend.cds-custom--label,.cds-custom--radio-button-group--slug legend.cds-custom--label,.cds-custom--radio-button-wrapper--decorator .cds-custom--radio-button__label-text,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text{display:flex}.cds-custom--radio-button-group--decorator legend.cds-custom--label .cds-custom--radio-button-group-inner--decorator>*,.cds-custom--radio-button-group--slug legend.cds-custom--label .cds-custom--ai-label,.cds-custom--radio-button-group--slug legend.cds-custom--label .cds-custom--slug,.cds-custom--radio-button-wrapper--decorator .cds-custom--radio-button__label-text .cds-custom--radio-button-wrapper-inner--decorator>*,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text .cds-custom--ai-label,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text .cds-custom--slug{margin-inline-start:.5rem}.cds-custom--radio-button-wrapper--decorator .cds-custom--radio-button__label-text .cds-custom--ai-label__button--inline,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text .cds-custom--ai-label__button--inline,.cds-custom--radio-button-wrapper--slug .cds-custom--radio-button__label-text .cds-custom--slug__button--inline{line-height:inherit;margin-block-start:-.0625rem}.cds-custom--data-table-container{padding-block-start:.125rem;position:relative}.cds-custom--data-table-content{display:block;overflow-x:auto}.cds-custom--data-table-content:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--data-table-content:focus{outline-style:dotted}}.cds-custom--data-table-container--ai-enabled{border:none;padding:1px;position:relative}.cds-custom--data-table-container--ai-enabled:after{background-image:linear-gradient(to top,var(--cds-custom-ai-border-end,#78a9ff),var(--cds-custom-ai-border-start,rgba(166,200,255,.64)));block-size:100%;content:\"\";inline-size:100%;inset:0;pointer-events:none;position:absolute;z-index:-1}.cds-custom--data-table-container--ai-enabled tbody{position:relative}.cds-custom--data-table-container--ai-enabled tbody:before{background:linear-gradient(to top,var(--cds-custom-ai-aura-start,rgba(69,137,255,.1)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%);block-size:100%;content:\"\";inline-size:100%;inset:0;pointer-events:none;position:absolute}.cds-custom--data-table-header{background-color:var(--cds-custom-layer);padding-block:1rem 1.5rem;padding-inline:1rem}.cds-custom--data-table-header__title,:host(cds-custom-table-header-title){color:var(--cds-custom-text-primary,#161616);font-size:var(--cds-custom-heading-03-font-size,1.25rem);font-weight:var(--cds-custom-heading-03-font-weight,400);letter-spacing:var(--cds-custom-heading-03-letter-spacing,0);line-height:var(--cds-custom-heading-03-line-height,1.4)}.cds-custom--data-table-header__description,:host(cds-custom-table-header-description){color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}@media (min-width:42rem){.cds-custom--data-table-header__description,:host(cds-custom-table-header-description){max-inline-size:50ch}}@media (min-width:66rem){.cds-custom--data-table-header__description,:host(cds-custom-table-header-description){max-inline-size:80ch}}.cds-custom--data-table,:host(cds-custom-table){border-collapse:collapse;border-spacing:0;inline-size:100%}.cds-custom--data-table thead,:host(cds-custom-table) thead{background-color:var(--cds-custom-layer-accent);font-size:var(--cds-custom-heading-compact-01-font-size,.875rem);font-weight:var(--cds-custom-heading-compact-01-font-weight,600);letter-spacing:var(--cds-custom-heading-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-compact-01-line-height,1.28572)}.cds-custom--data-table tbody,:host(cds-custom-table) tbody{background-color:var(--cds-custom-layer);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--data-table tr,:host(cds-custom-table) tr{block-size:3rem;border:none;inline-size:100%}.cds-custom--data-table tbody tr,.cds-custom--data-table tbody tr td,.cds-custom--data-table tbody tr th,:host(cds-custom-table) tbody tr,:host(cds-custom-table) tbody tr td,:host(cds-custom-table) tbody tr th{transition:background-color 70ms cubic-bezier(0,0,.38,.9)}.cds-custom--data-table tbody tr:not([data-child-row]):hover,.cds-custom--data-table tbody tr[data-child-row]:hover>td,:host(cds-custom-table) tbody tr:not([data-child-row]):hover,:host(cds-custom-table) tbody tr[data-child-row]:hover>td{background-color:var(--cds-custom-layer-hover)}.cds-custom--data-table tbody tr:hover td,.cds-custom--data-table tbody tr:hover th,:host(cds-custom-table) tbody tr:hover td,:host(cds-custom-table) tbody tr:hover th{border-block-end:1px solid var(--cds-custom-layer-hover);border-block-start:1px solid var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary,#161616)}.cds-custom--data-table tr:hover .cds-custom--link:not(.cds-custom--popover-container .cds-custom--link),:host(cds-custom-table) tr:hover .cds-custom--link:not(.cds-custom--popover-container .cds-custom--link){color:var(--cds-custom-link-secondary,#0043ce)}.cds-custom--data-table tr:hover .cds-custom--link--disabled:not(.cds-custom--popover-container .cds-custom--link),:host(cds-custom-table) tr:hover .cds-custom--link--disabled:not(.cds-custom--popover-container .cds-custom--link){color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--data-table td,.cds-custom--data-table th,:host(cds-custom-table) td,:host(cds-custom-table) th{text-align:start;vertical-align:middle}.cds-custom--data-table.cds-custom--data-table--top-aligned-body.cds-custom--data-table--lg tr:not([data-child-row]) td:not(.cds-custom--table-expand){padding-block:1rem 1rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-body.cds-custom--data-table--lg tr:not([data-child-row]) td:not(.cds-custom--table-expand).cds-custom--table-column-menu{padding-block-start:.5rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-body.cds-custom--data-table--lg tr:not([data-child-row]) td:not(.cds-custom--table-expand).cds-custom--table-column-checkbox:not(.cds-custom--table-column-radio){padding-block-start:.8125rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-body td{vertical-align:top}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--lg th:not(.cds-custom--table-expand):not(.cds-custom--table-sort__header){padding-block:1rem 1rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--lg th:not(.cds-custom--table-expand):not(.cds-custom--table-sort__header).cds-custom--table-column-menu{padding-block-start:.5rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--lg th:not(.cds-custom--table-expand):not(.cds-custom--table-sort__header).cds-custom--table-column-checkbox{padding-block-start:.8125rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header th{vertical-align:top}.cds-custom--data-table td[align=right],.cds-custom--data-table th[align=right],:host(cds-custom-table) td[align=right],:host(cds-custom-table) th[align=right]{text-align:end}.cds-custom--data-table td[align=center],.cds-custom--data-table th[align=center],:host(cds-custom-table) td[align=center],:host(cds-custom-table) th[align=center]{text-align:center}.cds-custom--data-table th,:host(cds-custom-table) th{background-color:var(--cds-custom-layer-accent);color:var(--cds-custom-text-primary,#161616);padding-inline:1rem 1rem}.cds-custom--data-table th:last-of-type,:host(cds-custom-table) th:last-of-type{inline-size:auto;position:static}.cds-custom--data-table .cds-custom--table-header-label,:host(cds-custom-table) .cds-custom--table-header-label{text-align:start}.cds-custom--data-table tbody th,.cds-custom--data-table td,:host(cds-custom-table) tbody th,:host(cds-custom-table) td{border-block-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6);border-block-start:1px solid var(--cds-custom-layer);color:var(--cds-custom-text-secondary,#525252);padding-inline:1rem 1rem}.cds-custom--data-table tbody th+td:first-of-type,.cds-custom--data-table td+td:first-of-type,:host(cds-custom-table) tbody th+td:first-of-type,:host(cds-custom-table) td+td:first-of-type{padding-inline-start:.75rem}.cds-custom--layer-two .cds-custom--data-table tbody th,.cds-custom--layer-two .cds-custom--data-table td,.cds-custom--layer-two :host(cds-custom-table) tbody th,.cds-custom--layer-two :host(cds-custom-table) td{border-block-end:1px solid var(--cds-custom-border-subtle-02,#e0e0e0)}.cds-custom--layer-three .cds-custom--data-table tbody th,.cds-custom--layer-three .cds-custom--data-table td,.cds-custom--layer-three :host(cds-custom-table) tbody th,.cds-custom--layer-three :host(cds-custom-table) td{border-block-end:1px solid var(--cds-custom-border-subtle-03,#c6c6c6)}@supports (-moz-appearance:none){.cds-custom--data-table td,:host(cds-custom-table) td{background-clip:padding-box}}.cds-custom--data-table .cds-custom--dropdown,.cds-custom--data-table .cds-custom--list-box,.cds-custom--data-table .cds-custom--list-box input[role=combobox],.cds-custom--data-table .cds-custom--list-box input[type=text],.cds-custom--data-table .cds-custom--number input[type=number],.cds-custom--data-table .cds-custom--number input[type=text],.cds-custom--data-table .cds-custom--number__control-btn:after,.cds-custom--data-table .cds-custom--number__control-btn:before,.cds-custom--data-table .cds-custom--select-input,.cds-custom--data-table .cds-custom--text-input,:host(cds-custom-table) .cds-custom--dropdown,:host(cds-custom-table) .cds-custom--list-box,:host(cds-custom-table) .cds-custom--list-box input[role=combobox],:host(cds-custom-table) .cds-custom--list-box input[type=text],:host(cds-custom-table) .cds-custom--number input[type=number],:host(cds-custom-table) .cds-custom--number input[type=text],:host(cds-custom-table) .cds-custom--number__control-btn:after,:host(cds-custom-table) .cds-custom--number__control-btn:before,:host(cds-custom-table) .cds-custom--select-input,:host(cds-custom-table) .cds-custom--text-input{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=false]:focus,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=false]:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=false]:focus,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=false]:focus{outline-style:dotted}}.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=true]:focus,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu[aria-expanded=true]:focus{outline:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none),screen and (hover:hover){.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{opacity:0}}.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu.cds-custom--overflow-menu--open .cds-custom--overflow-menu__icon,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu.cds-custom--overflow-menu--open .cds-custom--overflow-menu__icon{opacity:1}.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu:focus .cds-custom--overflow-menu__icon,.cds-custom--data-table td.cds-custom--table-column-menu .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon,.cds-custom--data-table tr:hover td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,.cds-custom--data-table.cds-custom--data-table--visible-overflow-menu td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu:focus .cds-custom--overflow-menu__icon,:host(cds-custom-table) td.cds-custom--table-column-menu .cds-custom--overflow-menu:hover .cds-custom--overflow-menu__icon,:host(cds-custom-table) tr:hover td.cds-custom--table-column-menu .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{opacity:1}.cds-custom--table-row--menu-option .cds-custom--overflow-menu-options__btn .cds-custom--overflow-menu-options__option-content svg{inset-block-start:.1875rem;margin-inline-end:.5rem;position:relative}.cds-custom--data-table .cds-custom--overflow-menu:hover,.cds-custom--data-table .cds-custom--overflow-menu__trigger:hover,:host(cds-custom-table) .cds-custom--overflow-menu:hover,:host(cds-custom-table) .cds-custom--overflow-menu__trigger:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--data-table--selected .cds-custom--overflow-menu:hover,.cds-custom--data-table--selected .cds-custom--overflow-menu__trigger:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--data-table--selected .cds-custom--link:not(.cds-custom--link--disabled){color:var(--cds-custom-link-secondary,#0043ce)}.cds-custom--data-table--sm td.cds-custom--table-column-menu,.cds-custom--data-table--xs td.cds-custom--table-column-menu{block-size:1.5rem;padding-block:0}.cds-custom--data-table--sm td.cds-custom--table-column-menu{block-size:2rem}.cds-custom--data-table--md td.cds-custom--table-column-menu{block-size:2.5rem}.cds-custom--data-table--xl .cds-custom--table-column-menu{padding-block-start:.5rem}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):nth-child(odd) td{border-block-end:1px solid var(--cds-custom-layer)}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):nth-child(2n) td{border-block-end:1px solid var(--cds-custom-layer-accent);border-block-start:1px solid var(--cds-custom-layer-accent)}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):not(.cds-custom--data-table--selected):nth-child(2n){background-color:var(--cds-custom-layer-accent)}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):hover td{border-block-end:1px solid var(--cds-custom-layer-hover);border-block-start:1px solid var(--cds-custom-layer-hover)}.cds-custom--data-table--zebra tbody tr:not(.cds-custom--parent-row):not(.cds-custom--data-table--selected):hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--table-column-checkbox .cds-custom--checkbox-label{min-block-size:1.5rem;padding-inline-start:0}.cds-custom--table-column-checkbox .cds-custom--checkbox-label:before{margin-block-start:.125rem}.cds-custom--table-column-checkbox .cds-custom--checkbox-label:after{inset-block-start:.46875rem}.cds-custom--data-table th.cds-custom--table-column-checkbox,:host(cds-custom-table) th.cds-custom--table-column-checkbox{background-color:var(--cds-custom-layer-accent);inline-size:2rem;position:static;transition:background-color 70ms cubic-bezier(0,0,.38,.9)}.cds-custom--data-table tbody td.cds-custom--table-column-checkbox,.cds-custom--data-table tbody td.cds-custom--table-expand,.cds-custom--data-table thead th.cds-custom--table-column-checkbox,.cds-custom--data-table thead th.cds-custom--table-expand,:host(cds-custom-table) tbody td.cds-custom--table-column-checkbox,:host(cds-custom-table) tbody td.cds-custom--table-expand,:host(cds-custom-table) thead th.cds-custom--table-column-checkbox,:host(cds-custom-table) thead th.cds-custom--table-expand{min-inline-size:0}.cds-custom--data-table tbody td.cds-custom--table-column-checkbox,.cds-custom--data-table thead th.cds-custom--table-column-checkbox,:host(cds-custom-table) tbody td.cds-custom--table-column-checkbox,:host(cds-custom-table) thead th.cds-custom--table-column-checkbox{min-inline-size:2.5rem;padding-inline:1rem .25rem}.cds-custom--data-table tbody td.cds-custom--table-expand,.cds-custom--data-table thead th.cds-custom--table-expand,:host(cds-custom-table) tbody td.cds-custom--table-expand,:host(cds-custom-table) thead th.cds-custom--table-expand{block-size:2rem;inline-size:2rem}.cds-custom--data-table--xs tbody td.cds-custom--table-expand,.cds-custom--data-table--xs thead th.cds-custom--table-expand{block-size:1.5rem;inline-size:1.5rem;padding:0 0 0 .5rem}.cds-custom--data-table--sm tbody td.cds-custom--table-expand,.cds-custom--data-table--sm thead th.cds-custom--table-expand{block-size:2rem;inline-size:2rem;padding:0;padding-inline-start:.5rem}.cds-custom--data-table--md tbody td.cds-custom--table-expand,.cds-custom--data-table--md thead th.cds-custom--table-expand{block-size:2.5rem;inline-size:2.5rem;padding:.25rem 0 .25rem .5rem}.cds-custom--data-table--xl tbody td.cds-custom--table-expand,.cds-custom--data-table--xl thead th.cds-custom--table-expand{block-size:4rem;padding-block:.625rem 1.375rem}.cds-custom--data-table--xl .cds-custom--table-column-checkbox{padding-block-start:.8125rem}.cds-custom--data-table--xl .cds-custom--table-column-radio{padding-block-start:1rem}.cds-custom--table-column-radio{inline-size:48px}.cds-custom--table-column-radio .cds-custom--radio-button__appearance{margin-inline-end:-.125rem}.cds-custom--data-table--zebra tbody tr:nth-child(odd).cds-custom--data-table--selected td,tr.cds-custom--data-table--selected td{border-block-end:1px solid var(--cds-custom-layer-active);border-block-start:1px solid var(--cds-custom-layer-selected);color:var(--cds-custom-text-primary,#161616)}.cds-custom--data-table--zebra tbody tr:nth-child(odd).cds-custom--data-table--selected,tr.cds-custom--data-table--selected{background-color:var(--cds-custom-layer-selected)}.cds-custom--data-table--zebra tbody tr:first-of-type:nth-child(odd).cds-custom--data-table--selected td,tr.cds-custom--data-table--selected:first-of-type td{border-block-start:1px solid var(--cds-custom-border-subtle-selected)}.cds-custom--data-table--zebra tbody tr:last-of-type:nth-child(2n).cds-custom--data-table--selected td,.cds-custom--data-table--zebra tbody tr:last-of-type:nth-child(odd).cds-custom--data-table--selected td,tr.cds-custom--data-table--selected:last-of-type td{border-block-end:1px solid var(--cds-custom-layer-selected);border-block-start:1px solid var(--cds-custom-layer-selected)}.cds-custom--data-table--zebra tbody tr:nth-child(2n).cds-custom--data-table--selected td{border-block-end:1px solid var(--cds-custom-layer-active)}.cds-custom--data-table--zebra tbody tr:nth-child(2n).cds-custom--data-table--selected:hover td{border-block-end:1px solid var(--cds-custom-layer-selected-hover)}.cds-custom--data-table tbody .cds-custom--data-table--selected:hover td,.cds-custom--data-table--zebra tbody tr:nth-child(odd).cds-custom--data-table--selected:hover td,:host(cds-custom-table) tbody .cds-custom--data-table--selected:hover td{border-block-end:1px solid var(--cds-custom-layer-selected-hover);border-block-start:1px solid var(--cds-custom-layer-selected-hover);color:var(--cds-custom-text-primary,#161616)}.cds-custom--data-table tbody .cds-custom--data-table--selected:hover,.cds-custom--data-table--zebra tbody tr:nth-child(odd).cds-custom--data-table--selected:hover,:host(cds-custom-table) tbody .cds-custom--data-table--selected:hover{background-color:var(--cds-custom-layer-selected-hover)}.cds-custom--data-table--selected .cds-custom--overflow-menu .cds-custom--overflow-menu__icon{opacity:1}.cds-custom--data-table--xs tbody tr,.cds-custom--data-table--xs tbody tr th,.cds-custom--data-table--xs thead tr{block-size:1.5rem}.cds-custom--data-table--xs .cds-custom--table-header-label,.cds-custom--data-table--xs tbody tr th,.cds-custom--data-table--xs td{padding-block:.125rem .125rem}.cds-custom--data-table--xs .cds-custom--overflow-menu{block-size:calc(100% + 1px);inline-size:2rem}.cds-custom--data-table.cds-custom--data-table--xs:not(.cds-custom--data-table--top-aligned-body) td.cds-custom--table-column-checkbox,.cds-custom--data-table.cds-custom--data-table--xs:not(.cds-custom--data-table--top-aligned-header) th.cds-custom--table-column-checkbox{padding-block:0}.cds-custom--data-table.cds-custom--data-table--xs .cds-custom--table-column-checkbox .cds-custom--checkbox-label{block-size:1.4375rem;min-block-size:1.4375rem}.cds-custom--data-table--sm tbody tr,.cds-custom--data-table--sm tbody tr th,.cds-custom--data-table--sm thead tr{block-size:2rem}.cds-custom--data-table--sm .cds-custom--table-header-label{padding-block:.4375rem .4375rem}.cds-custom--data-table--sm tbody tr th,.cds-custom--data-table--sm td,.cds-custom--data-table--sm.cds-custom--data-table--top-aligned-header th.cds-custom--table-column-checkbox{padding-block:.4375rem .375rem}.cds-custom--data-table.cds-custom--data-table--sm:not(.cds-custom--data-table--top-aligned-body) td.cds-custom--table-column-checkbox,.cds-custom--data-table.cds-custom--data-table--sm:not(.cds-custom--data-table--top-aligned-header) th.cds-custom--table-column-checkbox{padding-block:.1875rem .1875rem}.cds-custom--data-table--sm .cds-custom--overflow-menu{block-size:calc(100% + 1px)}.cds-custom--data-table--md tbody tr,.cds-custom--data-table--md tbody tr th,.cds-custom--data-table--md thead tr{block-size:2.5rem}.cds-custom--data-table--md .cds-custom--table-header-label,.cds-custom--data-table--md.cds-custom--data-table--top-aligned-header th.cds-custom--table-column-checkbox{padding-block:.4375rem .4375rem}.cds-custom--data-table--md tbody tr th,.cds-custom--data-table--md td{padding-block:.4375rem .375rem}.cds-custom--data-table--md .cds-custom--table-column-menu,.cds-custom--data-table.cds-custom--data-table--md:not(.cds-custom--data-table--top-aligned-body) td.cds-custom--table-column-checkbox,.cds-custom--data-table.cds-custom--data-table--md:not(.cds-custom--data-table--top-aligned-header) th.cds-custom--table-column-checkbox{padding-block:.1875rem .1875rem}.cds-custom--data-table--xl tbody tr,.cds-custom--data-table--xl tbody tr th,.cds-custom--data-table--xl thead tr{block-size:4rem}.cds-custom--data-table--xl .cds-custom--table-header-label,.cds-custom--data-table--xl tbody tr th,.cds-custom--data-table--xl td{padding-block:1rem 1rem}.cds-custom--data-table--xl td,.cds-custom--data-table--xl th{vertical-align:top}.cds-custom--data-table--xl .cds-custom--data-table--cell-secondary-text{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--data-table--static{inline-size:auto}.cds-custom--data-table-container--static{inline-size:-moz-fit-content;inline-size:fit-content}.cds-custom--data-table_inner-container{background-color:var(--cds-custom-layer-accent);transform:translateZ(0)}.cds-custom--data-table--sticky-header{display:block;overflow-y:scroll}.cds-custom--data-table--sticky-header tbody,.cds-custom--data-table--sticky-header td,.cds-custom--data-table--sticky-header th,.cds-custom--data-table--sticky-header thead,.cds-custom--data-table--sticky-header tr{display:flex}.cds-custom--data-table--sticky-header thead{inline-size:100%;inset-block-start:0;overflow:scroll;position:sticky;z-index:1;-ms-overflow-style:none;will-change:transform}.cds-custom--data-table--sticky-header thead tr th{border-block-end:1px solid var(--cds-custom-layer-active)}.cds-custom--data-table--sticky-header tbody{flex-direction:column;-ms-overflow-style:none;overflow-x:scroll;will-change:transform}.cds-custom--data-table--sticky-header tr.cds-custom--parent-row.cds-custom--expandable-row{block-size:auto;min-block-size:3rem}.cds-custom--data-table--sticky-header tr.cds-custom--expandable-row:not(.cds-custom--parent-row){block-size:auto}.cds-custom--data-table--sticky-header .cds-custom--table-expand{max-inline-size:3rem}.cds-custom--data-table--sticky-header thead .cds-custom--table-expand{align-items:center}.cds-custom--data-table--sticky-header .cds-custom--parent-row{min-block-size:3rem}.cds-custom--data-table--sticky-header:not(.cds-custom--data-table--xs):not(.cds-custom--data-table--xl):not(.cds-custom--data-table--sm) td:not(.cds-custom--table-column-menu):not(.cds-custom--table-column-checkbox){padding-block-start:.875rem}.cds-custom--data-table--sticky-header tr.cds-custom--parent-row.cds-custom--expandable-row:hover+tr[data-child-row] td{border-block-start:1px solid var(--cds-custom-layer-hover)}.cds-custom--data-table--sticky-header tr.cds-custom--expandable-row:last-of-type{overflow:hidden}.cds-custom--data-table--sticky-header tr.cds-custom--data-table--selected:first-of-type td{border-block-start:none}.cds-custom--data-table--sticky-header tbody tr td.cds-custom--table-column-checkbox,.cds-custom--data-table--sticky-header thead th.cds-custom--table-column-checkbox{align-items:center;inline-size:2.25rem;min-inline-size:2.25rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--xl td.cds-custom--table-column-checkbox,.cds-custom--data-table--sticky-header.cds-custom--data-table--xl thead th.cds-custom--table-column-checkbox{align-items:flex-start}.cds-custom--data-table--sticky-header th.cds-custom--table-column-checkbox~th:last-of-type:empty{max-inline-size:4rem}.cds-custom--data-table--sticky-header th:empty:not(.cds-custom--table-expand){max-inline-size:2.25rem}.cds-custom--data-table--sticky-header td.cds-custom--table-column-menu{align-items:center;block-size:auto;padding-block-start:0}.cds-custom--data-table--sticky-header tbody::-webkit-scrollbar,.cds-custom--data-table--sticky-header thead::-webkit-scrollbar{display:none}@-moz-document url-prefix(){.cds-custom--data-table--sticky-header tbody,.cds-custom--data-table--sticky-header thead{scrollbar-width:none}}.cds-custom--data-table--sticky-header tbody tr:last-of-type{border-block-end:0}.cds-custom--data-table--sticky-header td:not(.cds-custom--table-column-checkbox):not(.cds-custom--table-column-menu):not(.cds-custom--table-expand):not(.cds-custom--table-column-icon),.cds-custom--data-table--sticky-header th:not(.cds-custom--table-column-checkbox):not(.cds-custom--table-column-menu):not(.cds-custom--table-expand):not(.cds-custom--table-column-icon){inline-size:100%;min-inline-size:0}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm tr:not(.cds-custom--expandable-row),.cds-custom--data-table--sticky-header.cds-custom--data-table--xl tr:not(.cds-custom--expandable-row),.cds-custom--data-table--sticky-header.cds-custom--data-table--xs tr:not(.cds-custom--expandable-row){block-size:auto}.cds-custom--data-table--sticky-header.cds-custom--data-table--xs tr:not(.cds-custom--expandable-row){min-block-size:1.5rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm tr:not(.cds-custom--expandable-row){min-block-size:2rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--xl tr:not(.cds-custom--expandable-row){min-block-size:4rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--xs tr td.cds-custom--table-expand{padding-block-start:.25rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm tr td.cds-custom--table-expand{padding-block-start:.5rem}.cds-custom--data-table--sticky-header .cds-custom--table-header-label{display:block;max-inline-size:calc(100% - 10px);overflow-x:hidden;overflow-y:hidden;padding-block:.9375rem 1rem;text-overflow:ellipsis;white-space:nowrap}.cds-custom--data-table--sticky-header.cds-custom--data-table--xs th .cds-custom--table-header-label{padding-block:.1875rem 0}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm th .cds-custom--table-header-label{padding-block:.5rem 0}.cds-custom--data-table--sticky-header.cds-custom--data-table--xl th .cds-custom--table-header-label{padding-block-start:1rem}.cds-custom--data-table--sticky-header.cds-custom--data-table--xl th.cds-custom--table-expand{align-items:flex-start;display:flex}.cds-custom--data-table--sticky-header.cds-custom--data-table--sm tr.cds-custom--parent-row .cds-custom--table-column-checkbox,.cds-custom--data-table--sticky-header.cds-custom--data-table--xs tr.cds-custom--parent-row .cds-custom--table-column-checkbox{align-items:flex-start}.cds-custom--data-table--max-width{max-inline-size:100%}.cds-custom--data-table--sticky-header{max-block-size:18.75rem}.cds-custom--data-table .cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type,:host(cds-custom-table) .cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type{margin:0}.cds-custom--data-table--sm .cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type,.cds-custom--data-table--xs .cds-custom--form-item.cds-custom--checkbox-wrapper:last-of-type{margin:-.1875rem 0}.cds-custom--data-table .cds-custom--table-column-decorator,.cds-custom--data-table .cds-custom--table-column-slug,:host(cds-custom-table) .cds-custom--table-column-decorator,:host(cds-custom-table) .cds-custom--table-column-slug{inline-size:1rem;padding-inline-end:0}tr.cds-custom--data-table--ai-label-row,tr.cds-custom--data-table--ai-label-row+.cds-custom--expandable-row,tr.cds-custom--data-table--slug-row,tr.cds-custom--data-table--slug-row+.cds-custom--expandable-row{background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%);background-attachment:fixed}.cds-custom--data-table--ai-label-row,.cds-custom--data-table--slug-row{box-shadow:inset 1px 0 var(--cds-custom-ai-border-strong,#4589ff)}.cds-custom--data-table tbody tr.cds-custom--data-table--ai-label-row:hover td,:host(cds-custom-table) tbody tr.cds-custom--data-table--ai-label-row:hover td,tr.cds-custom--data-table--ai-label-row.cds-custom--expandable-row--hover+.cds-custom--expandable-row[data-child-row]:hover>td,tr.cds-custom--data-table--ai-label-row.cds-custom--expandable-row--hover>td,tr.cds-custom--data-table--ai-label-row.cds-custom--expandable-row:hover+.cds-custom--expandable-row[data-child-row] td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover>td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover>td:first-of-type,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td:first-of-type,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover+tr[data-child-row]>td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected:not(.cds-custom--expandable-row):hover>td,tr.cds-custom--data-table--selected.cds-custom--data-table--ai-label-row.cds-custom--expandable-row+tr.cds-custom--expandable-row[data-child-row]>td{background-color:transparent}.cds-custom--data-table tbody tr.cds-custom--data-table--ai-label-row:hover,:host(cds-custom-table) tbody tr.cds-custom--data-table--ai-label-row:hover,tr.cds-custom--data-table--ai-label-row.cds-custom--expandable-row--hover+.cds-custom--expandable-row[data-child-row]:hover,tr.cds-custom--data-table--ai-label-row:hover+.cds-custom--expandable-row[data-child-row],tr.cds-custom--data-table--selected.cds-custom--parent-row.cds-custom--expandable-row--hover.cds-custom--data-table--ai-label-row,tr.cds-custom--expandable-row--hover.cds-custom--data-table--ai-label-row{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff);background-attachment:fixed}.cds-custom--data-table--selected.cds-custom--data-table--ai-label-row,.cds-custom--data-table--selected.cds-custom--data-table--slug-row,tr.cds-custom--data-table--selected.cds-custom--data-table--ai-label-row+.cds-custom--expandable-row,tr.cds-custom--data-table--selected.cds-custom--data-table--slug-row+.cds-custom--expandable-row,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--data-table--ai-label-row,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--data-table--slug-row{background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%),var(--cds-custom-layer-selected);background-attachment:fixed}tbody tr.cds-custom--data-table--ai-label-row:hover td,tr.cds-custom--data-table--ai-label-row.cds-custom--data-table--selected td,tr.cds-custom--data-table--ai-label-row.cds-custom--data-table--selected:hover td,tr.cds-custom--data-table--ai-label-row.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td:not(.cds-custom--table-expand):not(.cds-custom--table-column-checkbox):not(.cds-custom--table-column-slug){border-block-end-color:var(--cds-custom-border-subtle)}tr.cds-custom--expandable-row.cds-custom--data-table--selected.cds-custom--data-table--slug-row[data-parent-row]>td:not(.cds-custom--table-expand):not(.cds-custom--table-column-checkbox):not(.cds-custom--table-column-slug){border-block-end:1px solid var(--cds-custom-layer-selected)}tr.cds-custom--parent-row.cds-custom--data-table--ai-label-row.cds-custom--expandable-row:hover td:first-of-type,tr.cds-custom--parent-row.cds-custom--data-table--decoratorß-row.cds-custom--expandable-row:hover td:first-of-type,tr.cds-custom--parent-row.cds-custom--data-table--slug-row.cds-custom--expandable-row:hover td:first-of-type{border-block-end:1px solid transparent}.cds-custom--data-table thead th.cds-custom--table-sort__header--ai-label .cds-custom--table-sort,.cds-custom--data-table thead th.cds-custom--table-sort__header--slug .cds-custom--table-sort,.cds-custom--data-table thead th:has(>.cds-custom--table-header-label--ai-label),.cds-custom--data-table thead th:has(>.cds-custom--table-header-label--slug),:host(cds-custom-table) thead th.cds-custom--table-sort__header--ai-label .cds-custom--table-sort,:host(cds-custom-table) thead th.cds-custom--table-sort__header--slug .cds-custom--table-sort,:host(cds-custom-table) thead th:has(>.cds-custom--table-header-label--ai-label),:host(cds-custom-table) thead th:has(>.cds-custom--table-header-label--slug){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}.cds-custom--table-column-decorator .cds-custom--decorator,.cds-custom--table-column-slug .cds-custom--ai-label,.cds-custom--table-column-slug .cds-custom--slug{position:absolute;transform:translateY(-50%);z-index:2}.cds-custom--data-table--xl .cds-custom--table-column-decorator .cds-custom--decorator,.cds-custom--data-table--xl .cds-custom--table-column-slug .cds-custom--ai-label,.cds-custom--data-table--xl .cds-custom--table-column-slug .cds-custom--slug{transform:translateY(1px)}th .cds-custom--table-header-label.cds-custom--table-header-label--ai-label,th .cds-custom--table-header-label.cds-custom--table-header-label--decorator,th .cds-custom--table-header-label.cds-custom--table-header-label--slug{align-items:center;display:flex}th .cds-custom--table-header-label.cds-custom--table-header-label--ai-label .cds-custom--ai-label,th .cds-custom--table-header-label.cds-custom--table-header-label--ai-label .cds-custom--slug,th .cds-custom--table-header-label.cds-custom--table-header-label--ai-label .cds-custom--table-header-label--decorator-inner,th .cds-custom--table-header-label.cds-custom--table-header-label--decorator .cds-custom--table-header-label--decorator-inner{margin-inline-start:auto}th.cds-custom--table-sort__header--ai-label,th.cds-custom--table-sort__header--slug,th:has(.cds-custom--table-header-label--ai-label),th:has(.cds-custom--table-header-label--slug){box-shadow:inset 0 1px var(--cds-custom-ai-border-strong,#4589ff)}td.cds-custom--table-cell--column-slug{background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}tr.cds-custom--parent-row:not(.cds-custom--expandable-row):not(:first-of-type) td.cds-custom--table-cell--column-slug{border-block-start:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--data-table-content,tr.cds-custom--parent-row:not(.cds-custom--expandable-row):not(:first-of-type) td.cds-custom--table-cell--column-slug{outline:1px solid transparent}}.cds-custom--link{border:0;box-sizing:border-box;color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe));display:inline-flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;outline:none;padding:0;text-decoration:none;transition:color 70ms cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--link *,.cds-custom--link :after,.cds-custom--link :before{box-sizing:inherit}.cds-custom--link:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce));text-decoration:underline}.cds-custom--link:active,.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe));outline:1px solid var(--cds-custom-focus,#0f62fe);outline-color:var(--cds-custom-link-focus-text-color,var(--cds-custom-focus,#0f62fe));text-decoration:underline}@media screen and (prefers-contrast){.cds-custom--link:active,.cds-custom--link:active:visited,.cds-custom--link:active:visited:hover{outline-style:dotted}}.cds-custom--link:focus{outline:1px solid var(--cds-custom-focus,#0f62fe);outline-color:var(--cds-custom-link-focus-text-color,var(--cds-custom-focus,#0f62fe));text-decoration:underline}@media screen and (prefers-contrast){.cds-custom--link:focus{outline-style:dotted}}.cds-custom--link:visited{color:var(--cds-custom-link-text-color,var(--cds-custom-link-primary,#0f62fe))}.cds-custom--link:visited:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce))}.cds-custom--link--disabled,.cds-custom--link--disabled:hover{border:0;box-sizing:border-box;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;padding:0;text-decoration:none;vertical-align:baseline}.cds-custom--link--disabled *,.cds-custom--link--disabled :after,.cds-custom--link--disabled :before,.cds-custom--link--disabled:hover *,.cds-custom--link--disabled:hover :after,.cds-custom--link--disabled:hover :before{box-sizing:inherit}.cds-custom--link.cds-custom--link--visited:visited{color:var(--cds-custom-link-visited-text-color,var(--cds-custom-link-visited,#8a3ffc))}.cds-custom--link.cds-custom--link--visited:visited:hover{color:var(--cds-custom-link-hover-text-color,var(--cds-custom-link-primary-hover,#0043ce))}.cds-custom--link.cds-custom--link--inline{display:inline;text-decoration:underline}.cds-custom--link--disabled.cds-custom--link--inline{text-decoration:underline}.cds-custom--link--sm,.cds-custom--link--sm.cds-custom--link--disabled:hover{font-size:var(--cds-custom-helper-text-01-font-size,.75rem);letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333)}.cds-custom--link--lg,.cds-custom--link--lg.cds-custom--link--disabled:hover{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375)}.cds-custom--link__icon{align-self:center;display:inline-flex;margin-inline-start:.5rem}.cds-custom--data-table tr.cds-custom--parent-row:first-of-type td,:host(cds-custom-table) tr.cds-custom--parent-row:first-of-type td{border-block-start:1px solid var(--cds-custom-border-subtle)}.cds-custom--expandable-row--hidden td{border-block-start:0;inline-size:auto;padding:1rem}tr.cds-custom--parent-row:not(.cds-custom--expandable-row)+tr[data-child-row]{block-size:0;transition:height .15s cubic-bezier(.2,0,.38,.9)}tr.cds-custom--parent-row:not(.cds-custom--expandable-row)+tr[data-child-row] td{background-color:var(--cds-custom-layer-hover);border:0;padding-block:0;transition:padding .15s cubic-bezier(.2,0,.38,.9),background-color 70ms cubic-bezier(.2,0,.38,.9)}tr.cds-custom--parent-row:not(.cds-custom--expandable-row)+tr[data-child-row] td .cds-custom--child-row-inner-container{max-block-size:0;overflow:hidden}tr.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row]{transition:height .15s cubic-bezier(.2,0,.38,.9),background-color 70ms cubic-bezier(.2,0,.38,.9)}tr.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row] td{border-block-end:1px solid var(--cds-custom-border-subtle);padding-inline-start:3.5rem;transition:padding-bottom .15s cubic-bezier(.2,0,.38,.9),transform .15s cubic-bezier(.2,0,.38,.9)}tbody:has(>tr.cds-custom--data-table--ai-label-row)>tr.cds-custom--expandable-row[data-child-row] td,tbody:has(>tr.cds-custom--data-table--slug-row)>tr.cds-custom--expandable-row[data-child-row] td,tbody:has(td.cds-custom--table-column-checkbox)>tr.cds-custom--expandable-row[data-child-row] td{padding-inline-start:5.5rem}tbody:has(>tr.cds-custom--data-table--ai-label-row):has(td.cds-custom--table-column-checkbox)>tr.cds-custom--expandable-row[data-child-row] td{padding-inline-start:7.5rem}tr.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row] td .cds-custom--child-row-inner-container{max-block-size:100%;padding-block:1rem;padding-block-end:1.5rem}.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row]>td,.cds-custom--parent-row.cds-custom--expandable-row>td{border-block-end:1px solid var(--cds-custom-border-subtle);box-shadow:0 1px var(--cds-custom-border-subtle)}.cds-custom--parent-row.cds-custom--expandable-row>td:first-of-type,.cds-custom--parent-row:not(.cds-custom--expandable-row)+tr[data-child-row]>td{box-shadow:none}tr.cds-custom--parent-row.cds-custom--expandable-row,tr.cds-custom--parent-row.cds-custom--expandable-row td,tr.cds-custom--parent-row:not(.cds-custom--expandable-row) td{transition:height .15s cubic-bezier(.2,0,.38,.9),background-color 70ms cubic-bezier(.2,0,.38,.9),border-color 70ms cubic-bezier(.2,0,.38,.9)}tr.cds-custom--parent-row.cds-custom--expandable-row:hover td,tr.cds-custom--parent-row:not(.cds-custom--expandable-row):first-of-type:hover td{border-block-end:1px solid var(--cds-custom-border-subtle);border-block-start:1px solid var(--cds-custom-border-subtle)}tr.cds-custom--parent-row.cds-custom--expandable-row:hover td{background-color:var(--cds-custom-layer-hover);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--parent-row.cds-custom--expandable-row:hover td:first-of-type{border-block-end:1px solid var(--cds-custom-layer-hover)}tr.cds-custom--parent-row.cds-custom--expandable-row:hover+tr[data-child-row] td{background-color:var(--cds-custom-layer-hover);border-block-end:1px solid var(--cds-custom-border-subtle);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--expandable-row--hover+tr[data-child-row] td{border-block-end:1px solid var(--cds-custom-border-subtle)}tr.cds-custom--expandable-row--hover,tr.cds-custom--expandable-row--hover td{background-color:var(--cds-custom-layer-hover)}tr.cds-custom--expandable-row--hover td{border-block-end:1px solid var(--cds-custom-border-subtle);border-block-start:1px solid var(--cds-custom-border-subtle);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--parent-row.cds-custom--expandable-row.cds-custom--expandable-row--hover td:first-of-type{border-block-end:1px solid transparent}.cds-custom--data-table td.cds-custom--table-expand,:host(cds-custom-table) td.cds-custom--table-expand{border-block-end:1px solid var(--cds-custom-border-subtle-01,#c6c6c6)}.cds-custom--layer-two .cds-custom--data-table td.cds-custom--table-expand,.cds-custom--layer-two :host(cds-custom-table) td.cds-custom--table-expand{border-block-end:1px solid var(--cds-custom-border-subtle-02,#e0e0e0)}.cds-custom--layer-three .cds-custom--data-table td.cds-custom--table-expand,.cds-custom--layer-three :host(cds-custom-table) td.cds-custom--table-expand{border-block-end:1px solid var(--cds-custom-border-subtle-03,#c6c6c6)}.cds-custom--data-table td.cds-custom--table-expand+.cds-custom--table-column-checkbox,.cds-custom--data-table th.cds-custom--table-expand+.cds-custom--table-column-checkbox,:host(cds-custom-table) td.cds-custom--table-expand+.cds-custom--table-column-checkbox,:host(cds-custom-table) th.cds-custom--table-expand+.cds-custom--table-column-checkbox{padding-inline:.375rem .375rem}.cds-custom--data-table td.cds-custom--table-expand[data-previous-value=collapsed]+.cds-custom--table-column-checkbox,:host(cds-custom-table) td.cds-custom--table-expand[data-previous-value=collapsed]+.cds-custom--table-column-checkbox{border-block-end:1px solid transparent;box-shadow:none}.cds-custom--data-table td.cds-custom--table-expand+.cds-custom--table-column-checkbox+td,.cds-custom--data-table th.cds-custom--table-expand+.cds-custom--table-column-checkbox+th,:host(cds-custom-table) td.cds-custom--table-expand+.cds-custom--table-column-checkbox+td,:host(cds-custom-table) th.cds-custom--table-expand+.cds-custom--table-column-checkbox+th{padding-inline-start:.5rem}.cds-custom--data-table td.cds-custom--table-expand,.cds-custom--data-table th.cds-custom--table-expand,:host(cds-custom-table) td.cds-custom--table-expand,:host(cds-custom-table) th.cds-custom--table-expand{padding:.5rem;padding-inline-end:0}.cds-custom--data-table td.cds-custom--table-expand[data-previous-value=collapsed],:host(cds-custom-table) td.cds-custom--table-expand[data-previous-value=collapsed]{border-block-end:1px solid transparent}.cds-custom--table-expand[data-previous-value=collapsed] .cds-custom--table-expand__svg{transform:rotate(270deg);transition:transform .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--table-expand__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:calc(100% + 1px);border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;justify-content:center;margin:0;padding:0 .5rem;text-align:start;vertical-align:baseline;vertical-align:inherit}.cds-custom--table-expand__button *,.cds-custom--table-expand__button :after,.cds-custom--table-expand__button :before{box-sizing:inherit}.cds-custom--table-expand__button::-moz-focus-inner{border:0}.cds-custom--data-table--top-aligned-body td .cds-custom--table-expand__button,.cds-custom--data-table--top-aligned-header th .cds-custom--table-expand__button{align-items:start;block-size:2rem;padding-block-start:.5rem}.cds-custom--data-table--top-aligned-body.cds-custom--data-table--xs td .cds-custom--table-expand__button,.cds-custom--data-table--top-aligned-header.cds-custom--data-table--xs th .cds-custom--table-expand__button{block-size:1.5rem;padding-block-start:.25rem}.cds-custom--data-table--top-aligned-body.cds-custom--data-table--md td .cds-custom--table-expand__button,.cds-custom--data-table--top-aligned-header.cds-custom--data-table--md th .cds-custom--table-expand__button{margin-block-start:-.25rem;padding-block-start:.5rem}.cds-custom--table-expand__button:focus{box-shadow:inset 0 0 0 2px var(--cds-custom-focus,#0f62fe);outline:none}.cds-custom--table-expand__svg{fill:var(--cds-custom-layer-selected-inverse,#161616);transform:rotate(90deg);transition:transform .15s cubic-bezier(.2,0,.38,.9)}.cds-custom--data-table--xl .cds-custom--table-expand__button{inline-size:2rem}.cds-custom--data-table--zebra tbody tr[data-child-row]:nth-child(4n+4) td,.cds-custom--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+3) td{border-block-end:1px solid var(--cds-custom-layer)}.cds-custom--data-table--zebra tbody tr[data-child-row]:nth-child(4n+2) td,.cds-custom--data-table--zebra tbody tr[data-parent-row]:nth-child(4n+1) td{background-color:var(--cds-custom-layer-accent);border-block-end:1px solid var(--cds-custom-layer-accent);border-block-start:1px solid var(--cds-custom-layer-accent)}.cds-custom--data-table--zebra tr.cds-custom--parent-row td,.cds-custom--data-table--zebra tr.cds-custom--parent-row.cds-custom--expandable-row+tr[data-child-row] td{transition:transform .15s cubic-bezier(.2,0,.38,.9),border-bottom 70ms cubic-bezier(.2,0,.38,.9),border-top 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--data-table--zebra tbody tr[data-child-row]:hover td,.cds-custom--data-table--zebra tbody tr[data-parent-row]:hover td,.cds-custom--data-table--zebra tbody tr[data-parent-row]:hover+tr[data-child-row] td,.cds-custom--data-table--zebra tr.cds-custom--parent-row.cds-custom--expandable-row.cds-custom--expandable-row--hover td{background-color:var(--cds-custom-layer-hover);border-block-end:1px solid var(--cds-custom-layer-hover);border-block-start:1px solid var(--cds-custom-layer-hover)}tr.cds-custom--parent-row.cds-custom--data-table--selected{background-color:var(--cds-custom-layer-selected)}tr.cds-custom--parent-row.cds-custom--data-table--selected:first-of-type td{border-block-start:1px solid var(--cds-custom-layer-active);box-shadow:0 1px var(--cds-custom-layer-active)}tr.cds-custom--parent-row.cds-custom--data-table--selected td{border-block-end:1px solid var(--cds-custom-layer-active);box-shadow:0 1px var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--parent-row.cds-custom--data-table--selected:last-of-type td{border-block-end:1px solid transparent;box-shadow:0 1px var(--cds-custom-border-subtle)}tr.cds-custom--parent-row.cds-custom--data-table--selected:not(.cds-custom--expandable-row):hover td{background-color:var(--cds-custom-layer-selected-hover);border-block-end:1px solid var(--cds-custom-border-subtle);border-block-start:1px solid var(--cds-custom-layer-selected-hover);box-shadow:0 1px var(--cds-custom-layer-selected-hover)}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row td,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row td:first-of-type{border-block-end:1px solid transparent;box-shadow:0 1px var(--cds-custom-layer-selected)}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover td,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover td:first-of-type,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover td:first-of-type{background-color:var(--cds-custom-layer-selected-hover);border-block-end:1px solid transparent;border-block-start:1px solid var(--cds-custom-layer-selected-hover);box-shadow:0 1px var(--cds-custom-layer-selected-hover)}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row+tr[data-child-row] td{background-color:var(--cds-custom-layer-hover);border-block-end:1px solid var(--cds-custom-border-subtle);border-block-start:1px solid var(--cds-custom-layer-active);box-shadow:0 1px var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row+tr[data-child-row]:last-of-type td{box-shadow:inset 0 -1px var(--cds-custom-layer-active);padding-block-end:1.5rem}tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row--hover+tr[data-child-row] td,tr.cds-custom--parent-row.cds-custom--data-table--selected.cds-custom--expandable-row:hover+tr[data-child-row] td{background-color:var(--cds-custom-layer-selected)}.cds-custom--parent-row .cds-custom--table-column-decorator,.cds-custom--parent-row .cds-custom--table-column-decorator+td.cds-custom--table-expand[data-previous-value=collapsed],.cds-custom--parent-row .cds-custom--table-column-slug,.cds-custom--parent-row .cds-custom--table-column-slug+td.cds-custom--table-expand[data-previous-value=collapsed]{box-shadow:none}.cds-custom--parent-row.cds-custom--expandable-row .cds-custom--table-column-decorator,.cds-custom--parent-row.cds-custom--expandable-row .cds-custom--table-column-decorator+td.cds-custom--table-expand[data-previous-value=collapsed],.cds-custom--parent-row.cds-custom--expandable-row .cds-custom--table-column-slug,.cds-custom--parent-row.cds-custom--expandable-row .cds-custom--table-column-slug+td.cds-custom--table-expand[data-previous-value=collapsed]{border-block-end:1px solid transparent}.cds-custom--data-table tr.cds-custom--data-table--ai-label-row:hover td,.cds-custom--data-table tr.cds-custom--data-table--slug-row:hover td,.cds-custom--data-table--ai-label-row td,.cds-custom--data-table--slug-row td{border-block-start:1px solid transparent}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--table-expand__button:focus .cds-custom--table-expand__svg{color:Highlight;outline:1px solid Highlight}}.cds-custom--data-table.cds-custom--skeleton th{padding-inline-start:1rem;vertical-align:middle}.cds-custom--data-table.cds-custom--skeleton td span,.cds-custom--data-table.cds-custom--skeleton th span{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;display:block;inline-size:4rem;padding:0;pointer-events:none;position:relative}.cds-custom--data-table.cds-custom--skeleton td span:active,.cds-custom--data-table.cds-custom--skeleton td span:focus,.cds-custom--data-table.cds-custom--skeleton td span:hover,.cds-custom--data-table.cds-custom--skeleton th span:active,.cds-custom--data-table.cds-custom--skeleton th span:focus,.cds-custom--data-table.cds-custom--skeleton th span:hover{border:none;cursor:default;outline:none}.cds-custom--data-table.cds-custom--skeleton td span:before,.cds-custom--data-table.cds-custom--skeleton th span:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--data-table.cds-custom--skeleton td span:before,.cds-custom--data-table.cds-custom--skeleton th span:before{animation:none}}.cds-custom--data-table.cds-custom--skeleton tr:hover td{background:transparent;border-color:var(--cds-custom-border-subtle)}.cds-custom--data-table.cds-custom--skeleton tr:hover td:first-of-type,.cds-custom--data-table.cds-custom--skeleton tr:hover td:last-of-type{border-color:var(--cds-custom-border-subtle)}.cds-custom--data-table.cds-custom--skeleton .cds-custom--table-sort{pointer-events:none}.cds-custom--data-table.cds-custom--skeleton th span{background:var(--cds-custom-skeleton-element,#c6c6c6)}.cds-custom--data-table.cds-custom--skeleton th span:before{background:var(--cds-custom-skeleton-background,#e8e8e8)}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title,.cds-custom--data-table-container.cds-custom--skeleton :host(cds-custom-table-header-title){background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1.5rem;border:none;box-shadow:none;inline-size:7.5rem;padding:0;pointer-events:none;position:relative}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:active,.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:focus,.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:hover{border:none;cursor:default;outline:none}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__title:before{animation:none}}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description,.cds-custom--data-table-container.cds-custom--skeleton :host(cds-custom-table-header-description){background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:1rem;border:none;box-shadow:none;inline-size:10rem;margin-block-start:.5rem;padding:0;pointer-events:none;position:relative}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:active,.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:focus,.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:hover{border:none;cursor:default;outline:none}.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--data-table-container.cds-custom--skeleton .cds-custom--data-table-header__description:before{animation:none}}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--layout--size-xs{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xs,1.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-sm,2rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-md,2.5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-lg,3rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-xl,4rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-custom-layout-size-height-context:var(--cds-custom-layout-size-height-2xl,5rem);--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-context,var(--cds-custom-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-custom-layout-size-height-min:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-custom-layout-size-height-max:var(--cds-custom-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-custom-layout-density-padding-inline-context:var(--cds-custom-layout-density-padding-inline-normal,1rem);--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-custom-layout-density-padding-inline:var(--cds-custom-layout-density-padding-inline-context,var(--cds-custom-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-custom-layout-density-padding-inline-min:var(--cds-custom-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-custom-layout-density-padding-inline-max:var(--cds-custom-layout-density-padding-inline-normal,1rem)}:root{--cds-custom-layout-size-height-xs:1.5rem;--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;--cds-custom-layout-size-height-xl:4rem;--cds-custom-layout-size-height-2xl:5rem;--cds-custom-layout-size-height-min:0px;--cds-custom-layout-size-height-max:999999999px;--cds-custom-layout-density-padding-inline-condensed:0.5rem;--cds-custom-layout-density-padding-inline-normal:1rem;--cds-custom-layout-density-padding-inline-min:0px;--cds-custom-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--layer-one,:root{--cds-custom-layer:var(--cds-custom-layer-01,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-01,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-01,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-01,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-01,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-01,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-01,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-01,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-01,#a8a8a8);--cds-custom-field:var(--cds-custom-field-01,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-01,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-00,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-01,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-01,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-custom-layer:var(--cds-custom-layer-02,#fff);--cds-custom-layer-active:var(--cds-custom-layer-active-02,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-02,#f4f4f4);--cds-custom-layer-hover:var(--cds-custom-layer-hover-02,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-02,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-02,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-02,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-02,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-02,#a8a8a8);--cds-custom-field:var(--cds-custom-field-02,#fff);--cds-custom-field-hover:var(--cds-custom-field-hover-02,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-01,#c6c6c6);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-02,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-02,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-custom-layer:var(--cds-custom-layer-03,#f4f4f4);--cds-custom-layer-active:var(--cds-custom-layer-active-03,#c6c6c6);--cds-custom-layer-background:var(--cds-custom-layer-background-03,#fff);--cds-custom-layer-hover:var(--cds-custom-layer-hover-03,#e8e8e8);--cds-custom-layer-selected:var(--cds-custom-layer-selected-03,#e0e0e0);--cds-custom-layer-selected-hover:var(--cds-custom-layer-selected-hover-03,#d1d1d1);--cds-custom-layer-accent:var(--cds-custom-layer-accent-03,#e0e0e0);--cds-custom-layer-accent-hover:var(--cds-custom-layer-accent-hover-03,#d1d1d1);--cds-custom-layer-accent-active:var(--cds-custom-layer-accent-active-03,#a8a8a8);--cds-custom-field:var(--cds-custom-field-03,#f4f4f4);--cds-custom-field-hover:var(--cds-custom-field-hover-03,#e8e8e8);--cds-custom-border-subtle:var(--cds-custom-border-subtle-02,#e0e0e0);--cds-custom-border-subtle-selected:var(--cds-custom-border-subtle-selected-03,#c6c6c6);--cds-custom-border-strong:var(--cds-custom-border-strong-03,#8d8d8d);--cds-custom-border-tile:var(--cds-custom-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-custom-layer-background)}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-custom-popover-background-color:var(--cds-custom-background-inverse,#393939);--cds-custom-popover-text-color:var(--cds-custom-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover>.cds-custom--popover-content{filter:drop-shadow(0 2px 2px rgba(0,0,0,.2))}.cds-custom--popover--caret{--cds-custom-popover-offset:0.625rem}.cds-custom--popover{filter:var(--cds-custom-popover-drop-shadow,none);inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-custom-layout-size-height-sm:2rem;--cds-custom-layout-size-height-md:2.5rem;--cds-custom-layout-size-height-lg:3rem;background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));border:0;border-radius:var(--cds-custom-popover-border-radius,2px);box-sizing:border-box;color:var(--cds-custom-popover-text-color,var(--cds-custom-text-primary,#161616));display:none;font-family:inherit;font-size:100%;inline-size:-moz-max-content;inline-size:max-content;margin:0;max-inline-size:23rem;padding:0;pointer-events:auto;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-sm)}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-md)}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg{--cds-custom-layout-size-height:var(--cds-custom-layout-size-height-lg)}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{background-color:var(--cds-custom-popover-background-color,var(--cds-custom-layer));display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(100% + var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(100% + var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-block-end:0;inset-inline-end:auto;inset-inline-start:0;transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-custom-popover-offset,0))}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-custom-popover-offset,0))}.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-custom-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:0;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:0;transform:translate(var(--cds-custom-popover-offset,0),calc(-100% - var(--cds-custom-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-custom-popover-offset,0);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-custom-popover-offset, 0rem)*-1))}.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-custom-popover-caret-width,.75rem)}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),-50%)}.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5*-1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-custom-popover-offset,0),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem) - 100%),-50%)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + .1px),-50%)}.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*-.5 - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1),calc(var(--cds-custom-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-custom-popover-offset,0);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-custom-popover-offset, 0rem)*-1 + 100%),-50%)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-custom-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-custom-popover-caret-height,.375rem)}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:inline-flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2rem;justify-content:center;margin:0;padding:0;position:relative;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-custom-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{background:var(--cds-custom-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--tooltip{--cds-custom-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-custom-tooltip-padding-block,1rem) var(--cds-custom-tooltip-padding-inline,1rem)}.cds-custom--tooltip-content--multiline{padding:var(--cds-custom-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip{--cds-custom-tooltip-padding-block:0.125rem;--cds-custom-popover-caret-width:0.5rem;--cds-custom-popover-caret-height:0.25rem;--cds-custom-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;border-block-end:1px dotted var(--cds-custom-border-strong);border-radius:0;box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term:focus{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe);outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:hover{border-block-end-color:var(--cds-custom-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-custom-body-01-font-size,.875rem);font-weight:var(--cds-custom-body-01-font-weight,400);letter-spacing:var(--cds-custom-body-01-letter-spacing,.16px);line-height:var(--cds-custom-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-xs)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-lg)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-2xl)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));--temp-1lh:(var(--cds-custom-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-custom-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-custom-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);border:0;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;max-inline-size:20rem;min-block-size:var(--cds-custom-layout-size-height-local);outline:none;padding:0;padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-custom-layout-density-padding-inline-local)*3 + .9375rem);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:baseline;vertical-align:top}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-custom-button-disabled,#c6c6c6);border-color:var(--cds-custom-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-custom-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{block-size:1rem;flex-shrink:0;inline-size:1rem;inset-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-custom-layout-density-padding-inline-local);margin-block-start:.0625rem;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-custom-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--primary:hover{background-color:var(--cds-custom-button-primary-hover,#0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-custom-button-primary-active,#002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover,.cds-custom--btn--secondary{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--secondary{background-color:var(--cds-custom-button-secondary,#393939);border:1px solid transparent}.cds-custom--btn--secondary:hover{background-color:var(--cds-custom-button-secondary-hover,#474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-custom-button-secondary-active,#6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:focus,.cds-custom--btn--secondary:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-custom-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-custom-button-tertiary-hover,#0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-custom-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-custom-button-tertiary-active,#002d9c);border-color:transparent;color:var(--cds-custom-text-inverse,#fff)}.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-link-primary,#0f62fe);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost .cds-custom--btn__icon{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.cds-custom--btn--ghost:hover{color:var(--cds-custom-link-primary-hover,#0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-custom-background-active,hsla(0,0%,55%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--icon-only{block-size:var(--cds-custom-layout-size-height-local);inline-size:var(--cds-custom-layout-size-height-local);justify-content:center;padding:0;padding-block-start:min((var(--cds-custom-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--xs:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-custom-background-selected,hsla(0,0%,55%,.2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{background-color:var(--cds-custom-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{background-color:transparent;border-color:var(--cds-custom-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-custom-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-custom-button-danger-hover,#b81921);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-custom-button-danger-primary,#da1e28);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-custom-button-danger-active,#750e13);border-color:var(--cds-custom-button-danger-active,#750e13);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary:hover:disabled{background:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-custom-button-danger-secondary,#da1e28);padding-inline-end:calc(var(--cds-custom-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-custom-button-danger-hover,#b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-custom-button-focus-color,var(--cds-custom-focus,#0f62fe)),inset 0 0 0 2px var(--cds-custom-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-custom-button-danger-active,#750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{color:var(--cds-custom-text-on-color,#fff)}.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-custom-body-compact-02-font-size,1rem);font-weight:var(--cds-custom-body-compact-02-font-weight,400);letter-spacing:var(--cds-custom-body-compact-02-letter-spacing,0);line-height:var(--cds-custom-body-compact-02-line-height,1.375);padding-block:min((var(--cds-custom-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;inline-size:9.375rem;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus),.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-custom-button-separator,#e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-custom-layer-selected-disabled,#8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-custom-button-separator,#e0e0e0)}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-custom-field) inset;-webkit-text-fill-color:var(--cds-custom-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--label{color:var(--cds-custom-text-secondary,#525252);display:inline-block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);font-weight:400;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);inline-size:100%;justify-content:center;letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-custom-skeleton-background,#e8e8e8);block-size:.875rem;border:none;box-shadow:none;inline-size:4.6875rem;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement{display:none;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-custom-text-secondary,#525252);font-size:var(--cds-custom-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-custom-helper-text-01-letter-spacing,.32px);line-height:var(--cds-custom-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input{--cds-custom-layout-size-height-local:clamp(max(var(--cds-custom-layout-size-height-min),var(--cds-custom-layout-size-height-sm)),var(--cds-custom-layout-size-height,var(--cds-custom-layout-size-height-md)),min(var(--cds-custom-layout-size-height-max),var(--cds-custom-layout-size-height-lg)));--cds-custom-layout-density-padding-inline-local:clamp(var(--cds-custom-layout-density-padding-inline-min),var(--cds-custom-layout-density-padding-inline,var(--cds-custom-layout-density-padding-inline-normal)),var(--cds-custom-layout-density-padding-inline-max));background-color:var(--cds-custom-field);block-size:var(--cds-custom-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-custom-border-strong);box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;outline:2px solid transparent;outline-offset:-2px;padding:0;padding:0 var(--cds-custom-layout-density-padding-inline-local);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--text-input *,.cds-custom--text-input :after,.cds-custom--text-input :before{box-sizing:inherit}.cds-custom--text-input:active,.cds-custom--text-input:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input:active,.cds-custom--text-input:focus{outline-style:dotted}}.cds-custom--text-input-wrapper svg[hidden]{display:none}.cds-custom--password-input{padding-inline-end:2.5rem}.cds-custom--text-input--sm.cds-custom--password-input{padding-inline-end:2rem}.cds-custom--text-input--lg.cds-custom--password-input{padding-inline-end:3rem}.cds-custom--text-input::-moz-placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input::placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input--light{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--text-input__field-wrapper{display:flex;inline-size:100%;position:relative}.cds-custom--text-input__invalid-icon{position:absolute;fill:var(--cds-custom-support-error,#da1e28);inset-block-start:50%;inset-inline-end:1rem;transform:translateY(-50%)}.cds-custom--text-input__invalid-icon--warning{fill:var(--cds-custom-support-warning,#f1c21b)}.cds-custom--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds-custom--text-input--password__visibility{align-items:center;cursor:pointer;display:inline-flex;overflow:visible;position:relative}.cds-custom--text-input--password__visibility:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus{outline-style:dotted}}.cds-custom--text-input--password__visibility:focus{outline:1px solid transparent}.cds-custom--text-input--password__visibility:focus svg{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus svg{outline-style:dotted}}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{align-items:center;display:flex;opacity:0;pointer-events:none;position:absolute;z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{display:inline-block}}.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:none}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:before{transition:none}.cds-custom--text-input--password__visibility:before{block-size:0;border-style:solid;content:\"\";inline-size:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{background-color:var(--cds-custom-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-custom-shadow,rgba(0,0,0,.3));color:var(--cds-custom-text-inverse,#fff);font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);max-inline-size:13rem;min-inline-size:1.5rem;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{border:1px solid transparent}}.cds-custom--text-input--password__visibility:after{content:attr(aria-label)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after{content:none}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:before,.cds-custom--text-input--password__visibility:focus:after,.cds-custom--text-input--password__visibility:focus:before,.cds-custom--text-input--password__visibility:hover:after,.cds-custom--text-input--password__visibility:hover:before{opacity:1}@keyframes cds-custom--tooltip-fade{0%{opacity:0}to{opacity:1}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text{margin:auto;overflow:visible;clip:auto}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover.cds-custom--tooltip--a11y:before{animation:cds-custom--tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden+.cds-custom--assistive-text{margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden.cds-custom--tooltip--a11y:before{animation:none;opacity:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text:after{block-size:.75rem;content:\"\";display:block;inline-size:100%;inset-block-start:-.75rem;inset-inline-start:0;position:absolute}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{inset-block-end:0;inset-inline-start:50%}.cds-custom--text-input--password__visibility:before{border-color:transparent transparent var(--cds-custom-background-inverse,#393939);border-width:0 .25rem .3125rem;inset-block-end:-.5rem;transform:translate(-50%,100%)}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inset-block-end:-.8125rem;transform:translate(-50%,100%)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{align-items:center;background:none;block-size:100%;border:0;cursor:pointer;display:flex;inline-size:2.5rem;inset-inline-end:0;justify-content:center;min-block-size:auto;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--toggle-password-tooltip .cds-custom--popover{inset-inline-start:-2.5rem}.cds-custom--toggle-password-tooltip .cds-custom--popover-content{min-inline-size:2.5rem}.cds-custom--text-input--sm+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:2rem}.cds-custom--text-input--lg+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:3rem}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-secondary,#525252);transition:fill 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus svg,.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--text-input--invalid,.cds-custom--text-input--warning{padding-inline-end:2.5rem}.cds-custom--text-input--invalid.cds-custom--password-input{padding-inline-end:4rem}.cds-custom--text-input--invalid+.cds-custom--text-input--password__visibility__toggle{inset-inline-end:1rem}.cds-custom--password-input-wrapper .cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{cursor:not-allowed}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg:hover{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input__counter-alert{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px}.cds-custom--text-input:disabled{background-color:var(--cds-custom-field);border-block-end:1px solid transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;outline:2px solid transparent;outline-offset:-2px;-webkit-text-fill-color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--light:disabled{background-color:var(--cds-custom-field-02,#fff)}.cds-custom--text-input:disabled::-moz-placeholder{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input:disabled::placeholder{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input--invalid{box-shadow:none;outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--invalid{outline-style:dotted}}.cds-custom--text-input--invalid .cds-custom--text-input--password__visibility__toggle{inset-inline-end:2.5rem}.cds-custom--skeleton.cds-custom--text-input{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton.cds-custom--text-input:active,.cds-custom--skeleton.cds-custom--text-input:focus,.cds-custom--skeleton.cds-custom--text-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton.cds-custom--text-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton.cds-custom--text-input:before{animation:none}}.cds-custom--form--fluid .cds-custom--text-input-wrapper{background:var(--cds-custom-field);position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--form--fluid .cds-custom--label{align-items:center;block-size:1rem;display:flex;inset-block-start:.8125rem;inset-inline-start:1rem;margin:0;position:absolute;z-index:1}.cds-custom--form--fluid .cds-custom--form__helper-text{display:none}.cds-custom--form--fluid .cds-custom--text-input{min-block-size:4rem;padding:2rem 1rem .8125rem}.cds-custom--form--fluid .cds-custom--text-input__divider,.cds-custom--text-input__divider{display:none}.cds-custom--form--fluid .cds-custom--text-input--invalid,.cds-custom--form--fluid .cds-custom--text-input--warning{border-block-end:none}.cds-custom--form--fluid .cds-custom--text-input--invalid+.cds-custom--text-input__divider,.cds-custom--form--fluid .cds-custom--text-input--warning+.cds-custom--text-input__divider{border-color:var(--cds-custom-border-subtle);border-style:solid;border-block-end:none;display:block;margin:0 1rem}.cds-custom--form--fluid .cds-custom--text-input__invalid-icon{inset-block-start:5rem}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid{outline:none}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning{border-block-end:1px solid var(--cds-custom-border-strong)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-custom-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning:focus,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:focus{outline:none}.cds-custom--text-input-wrapper.cds-custom--text-input-wrapper--inline{flex-flow:row wrap}.cds-custom--text-input-wrapper .cds-custom--label--inline{flex:1;margin:.8125rem 0 0;overflow-wrap:break-word;word-break:break-word}.cds-custom--text-input-wrapper .cds-custom--label--inline--sm{margin-block-start:.5625rem}.cds-custom--text-input-wrapper .cds-custom--label--inline--lg{margin-block-start:1.0625rem}.cds-custom--text-input__label-helper-wrapper{flex:2;flex-direction:column;margin-inline-end:1.5rem;max-inline-size:8rem;overflow-wrap:break-word}.cds-custom--text-input-wrapper .cds-custom--form__helper-text--inline{margin-block-start:.125rem}.cds-custom--text-input__field-outer-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;inline-size:100%}.cds-custom--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--text-input-wrapper--inline--invalid .cds-custom--form-requirement{color:var(--cds-custom-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input-wrapper--readonly,.cds-custom--text-input-wrapper--readonly .cds-custom--text-input{background:transparent;border-block-end-color:var(--cds-custom-border-subtle)}.cds-custom--text-input__field-wrapper .cds-custom--ai-label,.cds-custom--text-input__field-wrapper .cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator>*{inset-block-start:50%;inset-inline-end:1rem;position:absolute;transform:translateY(-50%)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label):not(:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label):not(:has(~.cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug):not(:has(~.cds-custom--slug--revert)){background-image:linear-gradient(0deg,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-custom-ai-border-strong,#4589ff)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug){padding-inline-end:2.5rem}.cds-custom--text-input--invalid:has(~.cds-custom--ai-label),.cds-custom--text-input--invalid:has(~.cds-custom--slug),.cds-custom--text-input--invalid:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input--warning:has(~.cds-custom--ai-label),.cds-custom--text-input--warning:has(~.cds-custom--slug),.cds-custom--text-input--warning:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*){padding-inline-end:4rem}.cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*{inset-inline-end:2.5rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator:not(:has(.cds-custom--ai-label))>*{block-size:1rem}.cds-custom--text-input__label-wrapper{display:flex;inline-size:100%;justify-content:space-between}.cds-custom--search{align-items:center;display:flex;inline-size:100%;position:relative}.cds-custom--search .cds-custom--label{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--search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--cds-custom-field);border:none;border-block-end:1px solid var(--cds-custom-border-strong);box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);font-family:inherit;font-size:100%;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);margin:0;order:1;outline:2px solid transparent;outline-offset:-2px;padding:0 2.5rem;text-overflow:ellipsis;transition:background-color .11s cubic-bezier(.2,0,.38,.9),outline .11s cubic-bezier(.2,0,.38,.9);vertical-align:baseline}.cds-custom--search-input *,.cds-custom--search-input :after,.cds-custom--search-input :before{box-sizing:inherit}.cds-custom--search-input:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-input:focus{outline-style:dotted}}.cds-custom--search-input::-moz-placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::placeholder{color:var(--cds-custom-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::-ms-clear{display:none}.cds-custom--search-input[disabled]{background-color:var(--cds-custom-field);border-block-end:1px solid transparent;color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--search-input[disabled]::-moz-placeholder{color:var(--cds-custom-field)}.cds-custom--search-input[disabled]::placeholder{color:var(--cds-custom-field)}.cds-custom--search--light .cds-custom--search-close:before,.cds-custom--search--light .cds-custom--search-input{background:var(--cds-custom-field-02,#fff)}.cds-custom--search--sm .cds-custom--search-input,.cds-custom--search--sm.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:2rem;padding:0 2rem}.cds-custom--search--sm .cds-custom--search-magnifier-icon{inset-inline-start:.5rem}.cds-custom--search--md .cds-custom--search-input,.cds-custom--search--md.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:2.5rem;padding:0 2.5rem}.cds-custom--search--md .cds-custom--search-magnifier-icon{inset-inline-start:.75rem}.cds-custom--search--lg .cds-custom--search-input,.cds-custom--search--lg.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:3rem;padding:0 3rem}.cds-custom--search-magnifier-icon{block-size:1rem;border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;position:absolute;vertical-align:baseline;z-index:2;fill:var(--cds-custom-icon-secondary,#525252);inline-size:1rem;inset-block-start:50%;inset-inline-start:1rem;pointer-events:none;transform:translateY(-50%)}.cds-custom--search-magnifier-icon *,.cds-custom--search-magnifier-icon :after,.cds-custom--search-magnifier-icon :before{box-sizing:inherit}.cds-custom--search-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inset-block-start:0;inset-inline-end:0;margin:0;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;text-align:start;vertical-align:baseline}.cds-custom--search-close *,.cds-custom--search-close :after,.cds-custom--search-close :before{box-sizing:inherit}.cds-custom--search-close::-moz-focus-inner{border:0}.cds-custom--search-close:before{background-color:var(--cds-custom-field);block-size:calc(100% - 2px);content:\"\";display:block;inline-size:2px;inset-block-start:.0625rem;inset-inline-start:0;position:absolute;transition:background-color .11s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--search-close:before{transition:none}}.cds-custom--search-close:hover{border-block-end:1px solid var(--cds-custom-border-strong)}.cds-custom--search-close:hover:before{background-color:var(--cds-custom-field-hover)}.cds-custom--search-button{background-color:var(--cds-custom-field);flex-shrink:0;margin-inline-start:.125rem}.cds-custom--search-button svg{fill:currentColor;vertical-align:middle}.cds-custom--search-close svg{fill:inherit}.cds-custom--search-button,.cds-custom--search-close{align-items:center;block-size:2.5rem;border-color:transparent;border-style:solid;border-width:1px 0;cursor:pointer;display:flex;justify-content:center;fill:var(--cds-custom-icon-primary,#161616);inline-size:2.5rem;opacity:1;transition:opacity .11s cubic-bezier(.2,0,.38,.9),background-color .11s cubic-bezier(.2,0,.38,.9),outline .11s cubic-bezier(.2,0,.38,.9),border .11s cubic-bezier(.2,0,.38,.9);visibility:inherit}.cds-custom--search-button:hover,.cds-custom--search-close:hover{background-color:var(--cds-custom-field-hover)}.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline-style:dotted}}.cds-custom--search-button:active,.cds-custom--search-close:active{background-color:var(--cds-custom-background-selected,hsla(0,0%,55%,.2));outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:active,.cds-custom--search-close:active{outline-style:dotted}}.cds-custom--search--disabled .cds-custom--search-close,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier{cursor:not-allowed;outline:none}.cds-custom--search--disabled .cds-custom--search-close:hover,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover{background-color:transparent;border-block-end-color:transparent}.cds-custom--search--disabled .cds-custom--search-close:hover:before,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover:before{background-color:transparent}.cds-custom--search--disabled svg{fill:var(--cds-custom-icon-on-color-disabled,#8d8d8d)}.cds-custom--search-close:active:before,.cds-custom--search-close:focus:before{background-color:var(--cds-custom-focus,#0f62fe)}.cds-custom--search-input:focus~.cds-custom--search-close:hover{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-input:focus~.cds-custom--search-close:hover{outline-style:dotted}}.cds-custom--search--sm .cds-custom--search-close,.cds-custom--search--sm.cds-custom--search--expandable,.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--sm~.cds-custom--search-button{block-size:2rem;inline-size:2rem}.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 2rem}.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 2rem}.cds-custom--search--md .cds-custom--search-close,.cds-custom--search--md.cds-custom--search--expandable,.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--md~.cds-custom--search-button{block-size:2.5rem;inline-size:2.5rem}.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 2.5rem}.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 2.5rem}.cds-custom--search--lg .cds-custom--search-close,.cds-custom--search--lg.cds-custom--search--expandable,.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--lg~.cds-custom--search-button{block-size:3rem;inline-size:3rem}.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 3rem}.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 3rem}.cds-custom--search-close--hidden{opacity:0;visibility:hidden}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input{background:var(--cds-custom-skeleton-background,#e8e8e8);border:none;box-shadow:none;inline-size:100%;padding:0;pointer-events:none;position:relative}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:hover,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:hover,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:hover{border:none;cursor:default;outline:none}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-custom-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:before{animation:none}}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder{color:transparent}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input::placeholder,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input::placeholder,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input::placeholder{color:transparent}.cds-custom--search--expandable{transition:width 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded{inline-size:100%}.cds-custom--search--expandable .cds-custom--search-input{inline-size:0;padding:0;transition:padding 70ms cubic-bezier(.2,0,.38,.9),width 0s linear 70ms}.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{opacity:0;position:relative;transition-duration:70ms;-moz-transition-property:padding,opacity;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable .cds-custom--search-input::placeholder{opacity:0;position:relative;transition-duration:70ms;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{inline-size:100%;transition:padding 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::-moz-placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable .cds-custom--search-magnifier{cursor:pointer;position:absolute}.cds-custom--search--expandable .cds-custom--search-magnifier:focus{outline:2px solid var(--cds-custom-focus,#0f62fe)}.cds-custom--search--expandable .cds-custom--search-magnifier:hover{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier{pointer-events:none}.cds-custom--search--expandable .cds-custom--search-magnifier-icon{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier-icon{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--search--expandable.cds-custom--search--disabled svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--overflow-menu,.cds-custom--overflow-menu__trigger{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:2.5rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:2.5rem;justify-content:center;margin:0;min-block-size:2.5rem;outline:2px solid transparent;outline-offset:-2px;padding:0;position:relative;text-align:start;transition:outline .11s cubic-bezier(0,0,.38,.9),background-color .11s cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--overflow-menu::-moz-focus-inner,.cds-custom--overflow-menu__trigger::-moz-focus-inner{border:0}.cds-custom--overflow-menu *,.cds-custom--overflow-menu :after,.cds-custom--overflow-menu :before,.cds-custom--overflow-menu__trigger *,.cds-custom--overflow-menu__trigger :after,.cds-custom--overflow-menu__trigger :before{box-sizing:inherit}.cds-custom--overflow-menu:focus,.cds-custom--overflow-menu__trigger:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu:focus,.cds-custom--overflow-menu__trigger:focus{outline-style:dotted}}.cds-custom--overflow-menu:hover,.cds-custom--overflow-menu__trigger:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--overflow-menu>:first-child{margin-block-start:0}.cds-custom--overflow-menu--sm{block-size:2rem;inline-size:2rem;min-block-size:2rem}.cds-custom--overflow-menu--lg{block-size:3rem;inline-size:3rem}.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--overflow-menu__trigger.cds-custom--tooltip--a11y.cds-custom--tooltip__trigger:focus svg{outline:none}.cds-custom--overflow-menu.cds-custom--overflow-menu--open,.cds-custom--overflow-menu.cds-custom--overflow-menu--open .cds-custom--overflow-menu__trigger{background-color:var(--cds-custom-layer);box-shadow:0 2px 6px var(--cds-custom-shadow,rgba(0,0,0,.3));transition:none}.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open,.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open .cds-custom--overflow-menu__trigger{background-color:var(--cds-custom-layer)}.cds-custom--overflow-menu__icon{block-size:1rem;fill:var(--cds-custom-icon-primary,#161616);inline-size:1rem}.cds-custom--overflow-menu__wrapper{line-height:0}.cds-custom--overflow-menu-options{align-items:flex-start;background-color:var(--cds-custom-layer);border:0;box-shadow:0 2px 6px var(--cds-custom-shadow,rgba(0,0,0,.3));box-sizing:border-box;display:none;flex-direction:column;font-family:inherit;font-size:100%;inline-size:10rem;inset-block-start:32px;inset-inline-start:0;list-style:none;margin:0;padding:0;position:absolute;vertical-align:baseline;z-index:6000}.cds-custom--overflow-menu-options *,.cds-custom--overflow-menu-options :after,.cds-custom--overflow-menu-options :before{box-sizing:inherit}.cds-custom--overflow-menu-options:after{background-color:var(--cds-custom-layer);content:\"\";display:block;position:absolute;transition:background-color .11s cubic-bezier(0,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--overflow-menu-options:after{transition:none}}.cds-custom--overflow-menu-options--light,.cds-custom--overflow-menu-options--light:after,.cds-custom--overflow-menu.cds-custom--overflow-menu--light.cds-custom--overflow-menu--open:hover,.cds-custom--overflow-menu.cds-custom--overflow-menu--open:hover{background-color:var(--cds-custom-layer)}.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:not(.cds-custom--breadcrumb-menu-options):after{block-size:.1875rem;inline-size:2.5rem;inset-block-start:-.1875rem;inset-inline-start:0}.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{block-size:.5rem;inline-size:2.5rem;inset-block-end:-.5rem;inset-inline-start:0}.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after{block-size:2.5rem;inline-size:.375rem;inset-block-start:0;inset-inline-end:-.375rem}.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{block-size:2.5rem;inline-size:.375rem;inset-block-start:0;inset-inline-start:-.375rem}.cds-custom--overflow-menu-options--sm.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:after,.cds-custom--overflow-menu-options--sm.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{inline-size:2rem}.cds-custom--overflow-menu-options--sm.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after,.cds-custom--overflow-menu-options--sm.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{block-size:2rem}.cds-custom--overflow-menu-options--lg.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:after,.cds-custom--overflow-menu-options--lg.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{inline-size:3rem}.cds-custom--overflow-menu-options--lg.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after,.cds-custom--overflow-menu-options--lg.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{block-size:3rem}.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=bottom]:after,.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=top]:after{inset-inline:auto 0}.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=left]:after,.cds-custom--overflow-menu--flip.cds-custom--overflow-menu-options[data-floating-menu-direction=right]:after{inset-block:auto 0}.cds-custom--overflow-menu-options--open{display:flex}.cds-custom--overflow-menu-options__content{inline-size:100%}.cds-custom--overflow-menu-options__option{align-items:center;background-color:transparent;block-size:2.5rem;border:0;box-sizing:border-box;display:flex;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;transition:background-color .11s cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--overflow-menu-options__option *,.cds-custom--overflow-menu-options__option :after,.cds-custom--overflow-menu-options__option :before{box-sizing:inherit}.cds-custom--overflow-menu-options--sm .cds-custom--overflow-menu-options__option{block-size:2rem}.cds-custom--overflow-menu-options--lg .cds-custom--overflow-menu-options__option{block-size:3rem}.cds-custom--overflow-menu--divider,.cds-custom--overflow-menu--light .cds-custom--overflow-menu--divider{border-block-start:1px solid var(--cds-custom-border-subtle)}a.cds-custom--overflow-menu-options__btn:before{block-size:100%;content:\"\";display:inline-block;vertical-align:middle}.cds-custom--overflow-menu-options__btn{align-items:center;background-color:transparent;block-size:100%;border:none;color:var(--cds-custom-text-secondary,#525252);cursor:pointer;display:inline-flex;font-family:inherit;font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);font-weight:400;inline-size:100%;letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572);max-inline-size:11.25rem;outline:2px solid transparent;outline-offset:-2px;padding:0 1rem;text-align:start;transition:outline .11s cubic-bezier(0,0,.38,.9),background-color .11s cubic-bezier(0,0,.38,.9),color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--overflow-menu-options__btn:hover{color:var(--cds-custom-text-primary,#161616)}.cds-custom--overflow-menu-options__btn:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--overflow-menu-options__btn:focus{outline-style:dotted}}.cds-custom--overflow-menu-options__btn::-moz-focus-inner{border:none}.cds-custom--overflow-menu-options__btn svg{fill:var(--cds-custom-icon-secondary,#525252)}.cds-custom--overflow-menu-options__btn:hover svg{fill:var(--cds-custom-icon-primary,#161616)}.cds-custom--overflow-menu-options__option-content{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cds-custom--overflow-menu-options__option:hover{background-color:var(--cds-custom-layer-hover)}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:hover{background-color:var(--cds-custom-button-danger-primary,#da1e28);color:var(--cds-custom-text-on-color,#fff)}.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:focus svg,.cds-custom--overflow-menu-options__option--danger .cds-custom--overflow-menu-options__btn:hover svg{fill:currentColor}.cds-custom--overflow-menu-options__option--disabled:hover{background-color:var(--cds-custom-layer);cursor:not-allowed}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn{color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:active,.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn:hover{background-color:var(--cds-custom-layer);color:var(--cds-custom-text-disabled,hsla(0,0%,9%,.25));outline:2px solid transparent;outline-offset:-2px}.cds-custom--overflow-menu-options__option--disabled .cds-custom--overflow-menu-options__btn svg{fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--overflow-menu--flip{inset-inline-start:-140px}.cds-custom--overflow-menu--flip:before{inset-inline-start:145px}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--overflow-menu-options__btn:focus,.cds-custom--overflow-menu:focus{color:Highlight;outline:1px solid Highlight}}.cds-custom--overflow-menu__top-end,.cds-custom--overflow-menu__top-start{transform:translateY(calc(-100% - var(--cds-custom-popover-offset, 2.5rem)))}.cds-custom--table-toolbar,:host(cds-custom-table-toolbar){background-color:var(--cds-custom-layer);display:flex;inline-size:100%;min-block-size:3rem;position:relative;z-index:1}.cds-custom--toolbar-content,:host(cds-custom-table-toolbar-content){block-size:3rem;display:flex;inline-size:100%;justify-content:flex-end;transform:translateZ(0);transition:transform .11s cubic-bezier(.2,0,.38,.9),clip-path .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--toolbar-content .cds-custom--search .cds-custom--search-input,:host(cds-custom-table-toolbar-content) .cds-custom--search .cds-custom--search-input{background-color:transparent;block-size:3rem;padding:0 3rem}.cds-custom--toolbar-content .cds-custom--overflow-menu,:host(cds-custom-table-toolbar-content) .cds-custom--overflow-menu{block-size:3rem;inline-size:3rem}.cds-custom--batch-actions~.cds-custom--toolbar-search-container,:host(cds-custom-table-batch-actions)~.cds-custom--toolbar-search-container{align-items:center;display:flex;opacity:1;transition:opacity .11s}.cds-custom--toolbar-search-container-expandable,:host(cds-custom-table-toolbar-search){block-size:3rem;box-shadow:none;cursor:pointer;inline-size:3rem;position:relative;transition:width .3s cubic-bezier(.5,0,.1,1),background-color .11s cubic-bezier(0,0,.38,.9)}.cds-custom--toolbar-search-container-expandable:hover{background-color:var(--cds-custom-field-hover)}.cds-custom--search.cds-custom--toolbar-search-container-expandable{inline-size:3rem}.cds-custom--toolbar-search-container-expandable .cds-custom--search-input,:host(cds-custom-table-toolbar-search) .cds-custom--search-input{block-size:100%;cursor:pointer;opacity:0}.cds-custom--toolbar-search-container-expandable:not(.cds-custom--toolbar-search-container-active) .cds-custom--search-input,:not(.cds-custom--toolbar-search-container-active):host(cds-custom-table-toolbar-search) .cds-custom--search-input{padding:0}.cds-custom--toolbar-search-container-disabled .cds-custom--search-input{cursor:not-allowed}.cds-custom--toolbar-search-container-expandable.cds-custom--search .cds-custom--label{visibility:hidden}.cds-custom--toolbar-search-container-expandable.cds-custom--search .cds-custom--search-close{block-size:3rem;inline-size:3rem}.cds-custom--toolbar-search-container-expandable.cds-custom--search .cds-custom--search-close:before{background-color:var(--cds-custom-field-hover);block-size:calc(100% - .25rem);inset-block-start:.125rem}.cds-custom--toolbar-search-container-expandable.cds-custom--search .cds-custom--search-close:focus:before{background-color:var(--cds-custom-focus,#0f62fe)}.cds-custom--table-toolbar .cds-custom--search--lg .cds-custom--search-magnifier-icon,:host(cds-custom-table-toolbar) .cds-custom--search--lg .cds-custom--search-magnifier-icon{inset-inline-start:0}.cds-custom--table-toolbar:not(.cds-custom--table-toolbar--sm) .cds-custom--toolbar-search-container-persistent.cds-custom--search--lg .cds-custom--search-magnifier-icon,:not(.cds-custom--table-toolbar--sm):host(cds-custom-table-toolbar) .cds-custom--toolbar-search-container-persistent.cds-custom--search--lg .cds-custom--search-magnifier-icon{inset-inline-start:1rem}.cds-custom--table-toolbar.cds-custom--table-toolbar--sm .cds-custom--search--sm:not(.cds-custom--toolbar-search-container-active):not(.cds-custom--toolbar-search-container-persistent) .cds-custom--search-magnifier-icon{inset-inline-start:0}.cds-custom--table-toolbar.cds-custom--table-toolbar--sm .cds-custom--search--sm.cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon{inset-inline-start:.5rem}.cds-custom--table-toolbar .cds-custom--toolbar-search-container-persistent.cds-custom--search--sm .cds-custom--search-magnifier-icon,:host(cds-custom-table-toolbar) .cds-custom--toolbar-search-container-persistent.cds-custom--search--sm .cds-custom--search-magnifier-icon{inset-inline-start:.5rem}.cds-custom--toolbar-search-container-expandable .cds-custom--search-magnifier-icon,:host(cds-custom-table-toolbar-search) .cds-custom--search-magnifier-icon{block-size:3rem;inline-size:3rem;padding:1rem}.cds-custom--toolbar-search-container-expandable.cds-custom--search--disabled .cds-custom--search-magnifier-icon{background-color:var(--cds-custom-layer);cursor:not-allowed;transition:background-color none}.cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:active,.cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:focus,.cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:hover,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:active,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:focus,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:hover{background-color:transparent;border:none;outline:none}.cds-custom--toolbar-search-container-active.cds-custom--search{inline-size:100%}.cds-custom--toolbar-search-container-active .cds-custom--search-input,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input{opacity:1}.cds-custom--toolbar-search-container-active .cds-custom--label,.cds-custom--toolbar-search-container-active .cds-custom--search-input,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--label,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input{cursor:text;padding:0 3rem}.cds-custom--toolbar-search-container-active .cds-custom--search-input:focus+.cds-custom--search-close,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:focus+.cds-custom--search-close{border:none;box-shadow:none;outline:none}.cds-custom--toolbar-search-container-active .cds-custom--search-input:not(:-moz-placeholder-shown),:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:not(:-moz-placeholder-shown){background-color:var(--cds-custom-field-hover);border:none}.cds-custom--toolbar-search-container-active .cds-custom--search-input:not(:placeholder-shown),:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:not(:placeholder-shown){background-color:var(--cds-custom-field-hover);border:none}.cds-custom--toolbar-search-container-active .cds-custom--search-close,.cds-custom--toolbar-search-container-active .cds-custom--search-close:hover,.cds-custom--toolbar-search-container-persistent .cds-custom--search-close,.cds-custom--toolbar-search-container-persistent .cds-custom--search-close:hover,:host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-close{background-color:transparent;border:none}.cds-custom--toolbar-search-container-persistent .cds-custom--search-close:before{display:none}.cds-custom--overflow-menu.cds-custom--toolbar-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:3rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:3rem;margin:0;padding:1rem;text-align:start;transition:background .11s cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--overflow-menu.cds-custom--toolbar-action *,.cds-custom--overflow-menu.cds-custom--toolbar-action :after,.cds-custom--overflow-menu.cds-custom--toolbar-action :before{box-sizing:inherit}.cds-custom--overflow-menu.cds-custom--toolbar-action::-moz-focus-inner{border:0}.cds-custom--toolbar-action,:host(cds-custom-table-toolbar-search){-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;block-size:3rem;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;inline-size:100%;inline-size:3rem;margin:0;padding:0;text-align:start;transition:background .11s cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--toolbar-action *,.cds-custom--toolbar-action :after,.cds-custom--toolbar-action :before,:host(cds-custom-table-toolbar-search) *,:host(cds-custom-table-toolbar-search) :after,:host(cds-custom-table-toolbar-search) :before{box-sizing:inherit}.cds-custom--toolbar-action::-moz-focus-inner{border:0}.cds-custom--toolbar-action:hover:not([disabled]){background-color:var(--cds-custom-field-hover)}.cds-custom--toolbar-action:hover[aria-expanded=true],.cds-custom--toolbar-action[aria-expanded=true]{background-color:var(--cds-custom-layer-02,#fff)}.cds-custom--toolbar-action[disabled]{cursor:not-allowed}.cds-custom--toolbar-action[disabled] .cds-custom--toolbar-action__icon{cursor:not-allowed;fill:var(--cds-custom-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--toolbar-action:active:not([disabled]),.cds-custom--toolbar-action:focus:not([disabled]){outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--toolbar-action:active:not([disabled]),.cds-custom--toolbar-action:focus:not([disabled]){outline-style:dotted}}.cds-custom--toolbar-action:active:not([disabled]).cds-custom--toolbar-search-container-expandable,.cds-custom--toolbar-action:focus:not([disabled]).cds-custom--toolbar-search-container-expandable{outline:none}.cds-custom--toolbar-action~.cds-custom--btn,:host(cds-custom-table-toolbar-search)~.cds-custom--btn{margin:0;max-inline-size:none;white-space:nowrap}.cds-custom--overflow-menu--data-table{block-size:3rem}.cds-custom--toolbar-action__icon{block-size:1rem;fill:var(--cds-custom-icon-primary,#161616);inline-size:auto;max-inline-size:1rem}.cds-custom--toolbar-action__menu,.cds-custom--toolbar-action__menu.cds-custom--overflow-menu-options:after{background-color:var(--cds-custom-layer-02,#fff)}.cds-custom--toolbar-search-container-persistent{block-size:3rem;inline-size:100%;opacity:1;position:relative}.cds-custom--toolbar-search-container-persistent+.cds-custom--toolbar-content,.cds-custom--toolbar-search-container-persistent+:host(cds-custom-table-toolbar-content){inline-size:auto;position:relative}.cds-custom--toolbar-search-container-persistent .cds-custom--search{position:static}.cds-custom--toolbar-search-container-persistent .cds-custom--search-magnifier-icon{inset-inline-start:1rem}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input{block-size:3rem;border:none;padding:0 3rem}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:focus:not([disabled]){outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:focus:not([disabled]){outline-style:dotted}}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:hover:not([disabled]){background-color:var(--cds-custom-field-hover)}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:not(:-moz-placeholder-shown){background-color:var(--cds-custom-field-hover)}.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:active:not([disabled]),.cds-custom--toolbar-search-container-persistent .cds-custom--search-input:not(:placeholder-shown){background-color:var(--cds-custom-field-hover)}.cds-custom--toolbar-search-container-persistent .cds-custom--search-close{block-size:3rem;inline-size:3rem}.cds-custom--batch-actions--active~.cds-custom--toolbar-content,.cds-custom--batch-actions--active~.cds-custom--toolbar-search-container,.cds-custom--batch-actions--active~:host(cds-custom-table-toolbar-content),:host(cds-custom-table-batch-actions[active])~.cds-custom--toolbar-content,:host(cds-custom-table-batch-actions[active])~.cds-custom--toolbar-search-container,:host(cds-custom-table-batch-actions[active])~:host(cds-custom-table-toolbar-content){clip-path:polygon(0 0,100% 0,100% 0,0 0);transform:translate3d(0,48px,0);transition:transform .11s cubic-bezier(.2,0,.38,.9),clip-path .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--batch-actions,:host(cds-custom-table-batch-actions){align-items:center;background-color:var(--cds-custom-background-brand,#0f62fe);clip-path:polygon(0 0,100% 0,100% 0,0 0);display:flex;inset-block-end:0;inset-inline:0;justify-content:space-between;opacity:0;pointer-events:none;position:absolute;transform:translate3d(0,48px,0);transition:transform .11s cubic-bezier(.2,0,.38,.9),clip-path .11s cubic-bezier(.2,0,.38,.9),opacity .11s cubic-bezier(.2,0,.38,.9);will-change:transform}.cds-custom--batch-actions:focus{outline:1px solid var(--cds-custom-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--batch-actions:focus{outline-style:dotted}}.cds-custom--batch-actions--active,:host(cds-custom-table-batch-actions[active]){clip-path:polygon(0 0,300% 0,300% 300%,0 300%);opacity:1;pointer-events:all;transform:translateZ(0);z-index:1}.cds-custom--action-list{align-items:center;display:flex}.cds-custom--action-list .cds-custom--btn,.cds-custom--batch-summary .cds-custom--btn{color:var(--cds-custom-text-on-color,#fff);padding-inline:1rem 1rem;white-space:nowrap}.cds-custom--action-list .cds-custom--btn:disabled{background-color:transparent;border-color:transparent;color:var(--cds-custom-text-on-color,#fff);opacity:.5}.cds-custom--action-list .cds-custom--btn .cds-custom--btn__icon{position:static;fill:var(--cds-custom-icon-on-color,#fff);margin-inline-start:.5rem}.cds-custom--action-list .cds-custom--btn .cds-custom--btn__icon .st0{fill:none}.cds-custom--batch-download{padding:.0625rem}.cds-custom--action-list .cds-custom--btn--primary:after,.cds-custom--action-list .cds-custom--btn--primary:before,.cds-custom--action-list .cds-custom--btn--primary:focus:after,.cds-custom--action-list .cds-custom--btn--primary:focus:before{display:none}.cds-custom--action-list .cds-custom--btn--primary:focus,.cds-custom--batch-summary .cds-custom--btn--primary:focus{outline:2px solid var(--cds-custom-layer);outline-offset:-.125rem}.cds-custom--action-list .cds-custom--btn--primary:nth-child(3):focus+.cds-custom--btn--primary.cds-custom--batch-summary__cancel:before,.cds-custom--action-list .cds-custom--btn--primary:nth-child(3):hover+.cds-custom--btn--primary.cds-custom--batch-summary__cancel:before{opacity:0}.cds-custom--btn--primary.cds-custom--batch-summary__cancel:before{background-color:var(--cds-custom-text-on-color,#fff);block-size:1rem;border:none;content:\"\";display:block;inline-size:.0625rem;inset-block-start:.9375rem;inset-inline-start:0;opacity:1;position:absolute;transition:opacity .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--btn--primary.cds-custom--batch-summary__cancel:hover:before{opacity:0;transition:opacity .25s cubic-bezier(.5,0,.1,1)}.cds-custom--batch-summary{align-items:center;background-color:var(--cds-custom-background-brand,#0f62fe);color:var(--cds-custom-text-on-color,#fff);display:flex;inset-inline-start:0;min-block-size:3rem;padding:0 1rem;position:sticky;z-index:100000}.cds-custom--batch-summary__scroll{box-shadow:.5px 0 .2px var(--cds-custom-link-primary-hover,#0043ce)}.cds-custom--batch-summary__para{font-size:var(--cds-custom-body-compact-01-font-size,.875rem);font-weight:var(--cds-custom-body-compact-01-font-weight,400);letter-spacing:var(--cds-custom-body-compact-01-letter-spacing,.16px);line-height:var(--cds-custom-body-compact-01-line-height,1.28572)}.cds-custom--batch-summary__divider{padding-inline-start:.5rem}.cds-custom--table-toolbar--sm{block-size:2rem;min-block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-persistent,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search){block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable .cds-custom--search-input,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-persistent .cds-custom--search-input,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search) .cds-custom--search-input{block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable .cds-custom--search-close,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-persistent .cds-custom--search-close,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search) .cds-custom--search-close{block-size:2rem;inline-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable .cds-custom--search-magnifier-icon,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-persistent .cds-custom--search-magnifier-icon,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search) .cds-custom--search-magnifier-icon{block-size:2rem;inline-size:2rem;padding:.5rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-action.cds-custom--toolbar-search-container-persistent{inline-size:100%}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search){inline-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-expandable .cds-custom--search .cds-custom--search-input,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-input{padding:0 3rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]){flex:auto;transition:flex 175ms cubic-bezier(.5,0,.1,1)}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input{visibility:inherit}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:focus,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:focus{background-color:var(--cds-custom-field-hover);outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:focus,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:focus{outline-style:dotted}}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:not(:-moz-placeholder-shown),.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:not(:-moz-placeholder-shown){background-color:var(--cds-custom-field-hover)}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:active,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-input:not(:placeholder-shown),.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:active,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-input:not(:placeholder-shown){background-color:var(--cds-custom-field-hover)}.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:active,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:focus,.cds-custom--table-toolbar--sm .cds-custom--toolbar-search-container-active .cds-custom--search-magnifier-icon:hover,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:active,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:focus,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search[expanded]) .cds-custom--search-magnifier-icon:hover{background-color:transparent;outline:2px solid transparent;outline-offset:-2px}.cds-custom--table-toolbar--sm .cds-custom--overflow-menu.cds-custom--toolbar-action{block-size:2rem;inline-size:2rem;min-inline-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-content,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-content){block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-content .cds-custom--overflow-menu,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-content) .cds-custom--overflow-menu{block-size:2rem;inline-size:2rem}.cds-custom--search--disabled .cds-custom--search-magnifier-icon:hover{background-color:transparent}.cds-custom--table-toolbar--sm .cds-custom--batch-actions .cds-custom--action-list,.cds-custom--table-toolbar--sm :host(cds-custom-table-batch-actions) .cds-custom--action-list{block-size:2rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-action,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search){block-size:2rem;inline-size:2rem;padding:.5rem 0}.cds-custom--table-toolbar--sm .cds-custom--btn--primary{block-size:2rem;min-block-size:auto;padding-block:.375rem}.cds-custom--table-toolbar--sm .cds-custom--btn--primary.cds-custom--batch-summary__cancel:before{inset-block-start:.5rem}.cds-custom--table-toolbar--sm .cds-custom--toolbar-action~.cds-custom--btn,.cds-custom--table-toolbar--sm :host(cds-custom-table-toolbar-search)~.cds-custom--btn{block-size:2rem;overflow:hidden}.cds-custom--table-toolbar--sm .cds-custom--batch-summary{min-block-size:2rem}:host(cds-custom-table-toolbar){z-index:1}:host(cds-custom-table-toolbar-content) ::slotted(cds-custom-overflow-menu){block-size:3rem;cursor:pointer;display:flex;inline-size:3rem;transition:background-color .11s cubic-bezier(0,0,.38,.9)}:host(cds-custom-table-toolbar-content[has-batch-actions]){clip-path:polygon(0 0,100% 0,100% 0,0 0);transform:translate3d(0,3rem,0);transition:transform .11s cubic-bezier(.2,0,.38,.9),clip-path .11s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-table-toolbar-search){flex:none;transition:flex 175ms cubic-bezier(.5,0,.1,1)}:host(cds-custom-table-toolbar-search):hover{background-color:var(--cds-custom-field-hover)}:host(cds-custom-table-toolbar-search) .cds-custom--search{block-size:100%;inline-size:100%}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-magnifier{cursor:pointer;inset-inline-start:0;pointer-events:all;transition:background .11s cubic-bezier(0,0,.38,.9)}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-magnifier-icon{block-size:auto;inline-size:auto}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-input{border-block-end:0}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-close:before{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));inline-size:0}:host(cds-custom-table-toolbar-search) .cds-custom--search .cds-custom--search-close :hover{background-color:none}:host(cds-custom-table-toolbar-search) .cds-custom--search :hover{background-color:none}:host(cds-custom-table-toolbar-search) svg{inset-inline-start:0}:host(cds-custom-table-toolbar-search[size=sm]) svg,:host(cds-custom-table-toolbar-search[size=xs]) svg{inset-inline-start:.5rem;padding:0}:host(cds-custom-table-toolbar-search[expanded]){flex:auto}:host(cds-custom-table-toolbar-search[size=sm][expanded]) svg,:host(cds-custom-table-toolbar-search[size=xs][expanded]) svg{inset-inline-start:1rem}:host(cds-custom-table-toolbar-search[persistent]:hover) .cds-custom--search-input{background-color:var(--cds-custom-field-hover)}:host(cds-custom-table-batch-actions){box-sizing:border-box}:host(cds-custom-table){display:table}:host(cds-custom-table) ::slotted(cds-custom-table-head){background-color:var(--cds-custom-layer-accent-01,#e0e0e0);display:table-header-group;font-size:var(--cds-custom-heading-01-font-size,.875rem);font-weight:var(--cds-custom-heading-01-font-weight,600);letter-spacing:var(--cds-custom-heading-01-letter-spacing,.16px);line-height:var(--cds-custom-heading-01-line-height,1.42857)}:host(cds-custom-table) ::slotted(cds-custom-table-body){background-color:var(--cds-custom-layer-01,#f4f4f4);display:table-row-group;font-size:var(--cds-custom-body-short-01-font-size,.875rem);font-weight:var(--cds-custom-body-short-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-custom-body-short-01-letter-spacing,.16px);line-height:var(--cds-custom-body-short-01-line-height,1.28572)}:host(cds-custom-table[use-static-width]){inline-size:auto}:host(cds-custom-table[sticky-header]) ::slotted(cds-custom-table-body),:host(cds-custom-table[sticky-header]) ::slotted(cds-custom-table-head){display:flex;flex-direction:column;will-change:transform}:host(cds-custom-table[sticky-header]) .cds-custom--data-table-content{display:block;overflow-y:scroll}:host(cds-custom-table[with-header]) .cds-custom--data-table-header-container{display:table-caption}.cds-custom--data-table-header-container{display:table-caption}:host(cds-custom-table-head[sticky-header]){inline-size:100%;inset-block-start:0;position:sticky;will-change:transform;z-index:1}:host(cds-custom-table-head[sticky-header]) ::slotted(cds-custom-table-header-row){display:flex;inline-size:100%}:host(cds-custom-table-header-cell[sort-direction]){block-size:3rem}:host(cds-custom-table-header-cell[sort-direction]) .cds-custom--table-sort__flex{align-items:center;block-size:100%;display:flex;inline-size:100%;justify-content:space-between}:host(cds-custom-table-header-cell[ai-label]),:host(cds-custom-table-header-cell[ai-label]) .cds-custom--table-sort{background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%);box-shadow:inset 0 1px var(--cds-custom-ai-border-strong,#4589ff)}:host(cds-custom-table-header-cell[ai-label]) .cds-custom--table-sort{background:none}:host(cds-custom-table-header-cell[sticky-header]){border-block-end:1px solid var(--cds-custom-layer-active);inline-size:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host(cds-custom-table-header-cell[sticky-header]:not([is-sortable])){padding-block-start:.875rem}:host(cds-custom-table-header-cell[ai-label]:not([is-sortable])) .cds-custom--table-header-label--slug{align-items:center;display:flex}:host(cds-custom-table-header-cell[ai-label]:not([is-sortable])) ::slotted(cds-custom-ai-label),:host(cds-custom-table-header-cell[ai-label]:not([is-sortable])) ::slotted(cds-custom-slug){margin-inline-start:auto}:host(cds-custom-table-expand-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-expand-row) .cds-custom--table-expand,:host(cds-custom-table-expand-row) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-header-expand-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-expand-row) .cds-custom--table-expand,:host(cds-custom-table-header-expand-row) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-row) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row) ::slotted(cds-custom-table-cell-skeleton){display:table-cell}:host(cds-custom-table-head) ::slotted(cds-custom-table-header-expand-row),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row){block-size:3rem;display:table-row}:host(cds-custom-table-header-row){outline:none}:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell-skeleton){background-color:var(--cds-custom-layer-accent-01,#e0e0e0);color:var(--cds-custom-text-primary,#161616);display:table-cell;outline:none;text-align:start}:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-row) .cds-custom--table-expand,:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell){padding-inline:1rem;text-align:start;vertical-align:middle}:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell-skeleton:first-of-type),:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell:first-of-type){padding-inline-start:1rem}:host(cds-custom-table-header-row:not([batch-expansion])) .cds-custom--table-expand__button{display:none}:host(cds-custom-table-header-row[selection-name]) .cds-custom--table-expand{display:table-cell}:host(cds-custom-table-header-row[sticky-header]) cds-custom-checkbox{border-block-end:1px solid var(--cds-custom-layer-active);margin:0;padding-block-start:.75rem}:host(cds-custom-table-header-row[expandable]) .cds-custom--table-expand,:host(cds-custom-table-header-row[selection-name]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name]) .cds-custom--table-expand{block-size:2rem;inline-size:2rem;padding:.5rem;padding-inline-end:0}:host(cds-custom-table-header-row[expanded]),:host(cds-custom-table-row[expanded]){transition:transform .15s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-table-header-row[expanded]) .cds-custom--table-expand__svg,:host(cds-custom-table-row[expanded]) .cds-custom--table-expand__svg{transform:rotate(270deg)}:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox div,:host(cds-custom-table-header-row) .cds-custom--table-expand div,:host(cds-custom-table-row) .cds-custom--table-column-checkbox div,:host(cds-custom-table-row) .cds-custom--table-expand div{align-items:center;block-size:100%;display:flex}:host(cds-custom-table-body) ::slotted(cds-custom-table-expand-row),:host(cds-custom-table-body) ::slotted(cds-custom-table-row){block-size:3rem;border:none;display:table-row;inline-size:100%;outline:none}:host(cds-custom-table-body[sticky-header]) ::slotted(cds-custom-table-expand-row),:host(cds-custom-table-body[sticky-header]) ::slotted(cds-custom-table-row){display:flex}:host(cds-custom-table-cell){border-block-end:1px solid var(--cds-custom-border-subtle);padding:0 1rem}:host(cds-custom-table-cell) ::slotted(cds-custom-overflow-menu:hover){background-color:none}:host(cds-custom-table-cell[overflow-menu-on-hover]) ::slotted(*){opacity:0}:host(cds-custom-table-cell[ai-label-in-header]){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}:host(cds-custom-table-cell-content){display:block;font-size:var(--cds-custom-label-01-font-size,.75rem);font-weight:var(--cds-custom-label-01-font-weight,400);letter-spacing:var(--cds-custom-label-01-letter-spacing,.32px);line-height:var(--cds-custom-label-01-line-height,1.33333)}:host(cds-custom-table-expand-row[sticky-header]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row[sticky-header]) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[sticky-header]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[sticky-header]) ::slotted(cds-custom-table-cell-skeleton){inline-size:100%;padding-block-start:.875rem}:host(cds-custom-table-expand-row[size=xl]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row[size=xl]) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[size=xl]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=xl]) ::slotted(cds-custom-table-cell-skeleton){vertical-align:top}:host(cds-custom-table-expand-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-expand-row) .cds-custom--table-expand,:host(cds-custom-table-expand-row) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row) .cds-custom--table-column-checkbox,:host(cds-custom-table-row) .cds-custom--table-expand,:host(cds-custom-table-row) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row) ::slotted(cds-custom-table-cell-skeleton){color:var(--cds-custom-text-secondary,#525252);vertical-align:middle}:host(cds-custom-table-row) ::slotted(cds-custom-table-cell-skeleton:first-of-type),:host(cds-custom-table-row) ::slotted(cds-custom-table-cell:first-of-type){padding-inline-start:1rem}:host(cds-custom-table-row) ::slotted(cds-custom-table-cell-skeleton:last-of-type),:host(cds-custom-table-row) ::slotted(cds-custom-table-cell:last-of-type){padding-inline-end:1rem}:host(cds-custom-table-row[expandable]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name]) .cds-custom--table-expand{border-block-end:1px solid var(--cds-custom-border-subtle);display:table-cell;padding-inline-end:0;transition:transform .15s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-table-row[expandable][expanded]) .cds-custom--table-expand__svg,:host(cds-custom-table-row[selection-name][expanded]) .cds-custom--table-expand__svg{transform:rotate(270deg)}:host(cds-custom-table-row[expandable][expanded]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][expanded][highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded][highlighted]) :host(cds-custom-table-row[expandable][expanded]:hover) .cds-custom--table-expand{border-block-end-color:transparent}:host(cds-custom-table-row[expandable][expanded][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][expanded][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][expanded][selected]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][expanded][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][expanded][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded][selected]) ::slotted(cds-custom-table-cell){background-color:var(--cds-custom-layer-selected);border-block-end-color:var(--cds-custom-border-subtle);border-block-start-color:var(--cds-custom-layer-active)}:host(cds-custom-table-row[expandable][expanded][selected]:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][expanded][selected]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][expanded][selected]:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][expanded][selected][highlighted]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][expanded][selected][highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][expanded][selected][highlighted]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][expanded][selected]:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][expanded][selected]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded][selected]:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][expanded][selected][highlighted]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][expanded][selected][highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][expanded][selected][highlighted]) ::slotted(cds-custom-table-cell){background-color:var(--cds-custom-layer-selected-hover)}:host(cds-custom-table-row[expandable][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][selected]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][selected]) ::slotted(cds-custom-table-cell){border-block-end-color:var(--cds-custom-border-subtle)}:host(cds-custom-table-row[expandable]:hover):not([ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable]:hover):not([ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable]:hover):not([ai-label]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][highlighted]):not([ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][highlighted]):not([ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][highlighted]):not([ai-label]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable]:hover):not([ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable]:hover):not([ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable]:hover):not([ai-label]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selection-name][expandable][highlighted]):not([ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][highlighted]):not([ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[selection-name][expandable][highlighted]):not([ai-label]) ::slotted(cds-custom-table-cell){border-block-end-color:var(--cds-custom-border-subtle)}:host(cds-custom-table-row[odd]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[odd]) .cds-custom--table-expand,:host(cds-custom-table-row[odd]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[odd]) ::slotted(cds-custom-table-cell-skeleton){border-block-end:1px solid var(--cds-custom-layer-01,#f4f4f4)}:host(cds-custom-table-row[even]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[even]) .cds-custom--table-expand,:host(cds-custom-table-row[even]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[even]) ::slotted(cds-custom-table-cell-skeleton){background-color:var(--cds-custom-layer-accent-01,#e0e0e0);border-block-end:1px solid var(--cds-custom-layer-accent-01,#e0e0e0)}:host(cds-custom-table-expand-row:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-expand-row:hover) .cds-custom--table-expand,:host(cds-custom-table-expand-row:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-expand-row:hover) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row:hover) .cds-custom--table-expand,:host(cds-custom-table-row:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row:hover) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[highlighted]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[highlighted]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[highlighted]) ::slotted(cds-custom-table-cell-skeleton){background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));border-block-end-color:var(--cds-custom-layer-hover-01,#e8e8e8);border-block-start-color:var(--cds-custom-layer-hover-01,#e8e8e8);color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-table-row[even]:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[even]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[even]:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[even]:hover) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[highlighted]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[highlighted]) .cds-custom--table-expand,:host(cds-custom-table-row[highlighted]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[highlighted]) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[odd]:hover) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[odd]:hover) .cds-custom--table-expand,:host(cds-custom-table-row[odd]:hover) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[odd]:hover) ::slotted(cds-custom-table-cell-skeleton){background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));border-block-end:1px solid var(--cds-custom-layer-hover-01,#e8e8e8)}:host(cds-custom-table-row[rows-with-ai-label]) cds-custom-checkbox,:host(cds-custom-table-row[rows-with-ai-label]) cds-custom-radio-button{padding-inline-start:2rem}:host(cds-custom-table-row[rows-with-ai-label]) .cds-custom--table-expand{padding-inline-start:1rem}:host(cds-custom-table-row[rows-with-ai-label]) .cds-custom--table-expand__button{margin-inline-start:1.5rem}:host(cds-custom-table-row[rows-with-ai-label][ai-label]) cds-custom-checkbox,:host(cds-custom-table-row[rows-with-ai-label][ai-label]) cds-custom-radio-button{padding-inline-start:1rem}:host(cds-custom-table-row[rows-with-ai-label][ai-label]) .cds-custom--table-expand__button{margin-inline-start:.5rem}:host(cds-custom-table-header-row[rows-with-ai-label]) .cds-custom--table-expand{padding-inline-start:2.5rem}:host(cds-custom-table-header-row[rows-with-ai-label]) .cds-custom--table-column-checkbox{padding-inline-start:3rem}:host(cds-custom-table-header-row[rows-with-ai-label][selection-name][expandable]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[rows-with-ai-label][selection-name][expandable]) .cds-custom--table-column-checkbox{padding-inline-start:0}:host(cds-custom-table-header-row[rows-with-ai-label][selection-name][expandable]) cds-custom-checkbox,:host(cds-custom-table-row[rows-with-ai-label][selection-name][expandable]) cds-custom-checkbox{padding-inline-start:.5rem}:host(cds-custom-table-row[ai-label]){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%);background-attachment:fixed;box-shadow:inset 1px 0 var(--cds-custom-ai-border-strong,#4589ff)}:host(cds-custom-table-row[ai-label]):hover{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff);background-attachment:fixed}:host(cds-custom-table-header-title){display:block}:host(cds-custom-table-header-description){display:block}@media (min-width:42rem){:host(cds-custom-table-header-description){max-inline-size:50ch}}@media (min-width:66rem){:host(cds-custom-table-header-description){max-inline-size:80ch}}:host(cds-custom-table-expanded-row){block-size:0;display:table-row;transition:height .15s cubic-bezier(.2,0,.38,.9)}:host(cds-custom-table-expanded-row) ::slotted(*){color:var(--cds-custom-text-secondary,#525252)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-table-expanded-row) td{border-block-end-color:var(--cds-custom-border-subtle);padding:0;padding-inline-start:4rem;transition:none;vertical-align:middle}:host(cds-custom-table-expanded-row) td .cds-custom--child-row-inner-container{block-size:0;overflow:hidden}}:host(cds-custom-table-expanded-row) td{border-block-end-color:var(--cds-custom-border-subtle);padding:0;padding-inline-start:4rem;transition:all .11s cubic-bezier(.2,0,.38,.9);vertical-align:middle}:host(cds-custom-table-expanded-row) td .cds-custom--child-row-inner-container{block-size:0;overflow:hidden}:host(cds-custom-table-expanded-row[expanded]){block-size:3rem}:host(cds-custom-table-expanded-row[expanded]) td{block-size:auto;border-block-end:1px solid var(--cds-custom-border-subtle)}:host(cds-custom-table-expanded-row[expanded]) td .cds-custom--child-row-inner-container{block-size:auto}:host(cds-custom-table-expanded-row:hover),:host(cds-custom-table-expanded-row[highlighted]),:host(cds-custom-table-expanded-row[selected]){background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12))}:host(cds-custom-table-expanded-row:hover) ::slotted(*),:host(cds-custom-table-expanded-row[highlighted]) ::slotted(*),:host(cds-custom-table-expanded-row[selected]) ::slotted(*){color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-table-expanded-row[selected][highlighted]){background-color:var(--cds-custom-layer-selected)}:host(cds-custom-table-row[ai-label][expandable]):hover,:host(cds-custom-table-row[ai-label][expandable])[highlighted],:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted]{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff);background-attachment:fixed}:host(cds-custom-table-row[ai-label][expandable]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable]):hover .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable]):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable]):hover ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[ai-label][expandable])[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable])[highlighted] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable])[highlighted] ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable])[highlighted] ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted] ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted] ::slotted(cds-custom-table-cell-skeleton){background:none}:host(cds-custom-table-row[ai-label][expandable]):hover[expanded] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable])[highlighted][expanded] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]):hover[expanded] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[highlighted][expanded] .cds-custom--table-expand{border-block-end-color:transparent}:host(cds-custom-table-row[ai-label][expandable]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable]) .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable]) ::slotted(cds-custom-table-cell-skeleton),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]) .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[ai-label][expandable][selection-name][selected]) ::slotted(cds-custom-table-cell-skeleton){background:none}:host(cds-custom-table-row[ai-label][expandable])[expanded] .cds-custom--table-expand,:host(cds-custom-table-row[ai-label][expandable][selection-name][selected])[expanded] .cds-custom--table-expand{border-block-end-color:transparent}:host(cds-custom-table-expanded-row[ai-label]){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%)}:host(cds-custom-table-expanded-row[ai-label])[highlighted]{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff)}:host(cds-custom-table-expanded-row[rows-with-ai-label]) td{padding-inline-start:5.5rem}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=xs]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=xs]){block-size:1.5rem}:host(cds-custom-table-header-row[size=xs]) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-row[size=xs]) ::slotted(cds-custom-table-header-cell){block-size:1.5rem}:host(cds-custom-table-header-row[size=xs]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=xs]) ::slotted(cds-custom-table-cell){padding-block:.125rem;padding-inline-start:1rem}:host(cds-custom-table-header-row[size=xs]) .cds-custom--table-expand,:host(cds-custom-table-row[size=xs]) .cds-custom--table-expand{block-size:1.5rem;padding-block:0}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=sm]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=sm]){block-size:2rem}:host(cds-custom-table-header-row[size=sm]) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-row[size=sm]) ::slotted(cds-custom-table-header-cell){block-size:2rem}:host(cds-custom-table-header-row[size=sm]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=sm]) ::slotted(cds-custom-table-cell){padding-block:.4375rem .375rem;padding-inline-start:1rem}:host(cds-custom-table-header-row[size=sm]) .cds-custom--table-expand,:host(cds-custom-table-row[size=sm]) .cds-custom--table-expand{padding-block:0}:host(cds-custom-table-header-row[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-row[size=sm]) ::slotted(cds-custom-overflow-menu){block-size:2rem}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=md]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=md]){block-size:2.5rem}:host(cds-custom-table-header-row[size=md]) ::slotted(cds-custom-table-header-cell),:host(cds-custom-table-row[size=md]) ::slotted(cds-custom-table-header-cell){block-size:2.5rem}:host(cds-custom-table-header-row[size=md]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=md]) ::slotted(cds-custom-table-cell){padding-block:.4375rem .375rem;padding-inline-start:1rem}:host(cds-custom-table-header-row[size=md]) .cds-custom--table-expand,:host(cds-custom-table-row[size=md]) .cds-custom--table-expand{padding-block:.25rem}:host(cds-custom-table-header-row[size=md]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-row[size=md]) ::slotted(cds-custom-overflow-menu){block-size:2.5rem}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=lg]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=lg]){block-size:3rem}:host(cds-custom-table-body) ::slotted(cds-custom-table-row[size=xl]),:host(cds-custom-table-head) ::slotted(cds-custom-table-header-row[size=xl]){block-size:4rem}:host(cds-custom-table-header-row[size=xl]) ::slotted(cds-custom-table-header-cell){padding-block-start:1rem;vertical-align:top}:host(cds-custom-table-header-row[size=xl]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[size=xl]) ::slotted(cds-custom-table-cell){padding-block-start:1rem}:host(cds-custom-table-header-row[size=xl]) .cds-custom--table-expand,:host(cds-custom-table-row[size=xl]) .cds-custom--table-expand{padding-block-end:1.375rem}:host(cds-custom-table-header-row[size=xl]) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-row[size=xl]) .cds-custom--table-expand,:host(cds-custom-table-row[size=xl]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[size=xl]) .cds-custom--table-expand{padding-block-start:.625rem;vertical-align:top}:host(cds-custom-table-header-row[size=xl])[radio] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[size=xl])[radio] .cds-custom--table-column-checkbox{padding-block-start:1rem}:host(cds-custom-table-expanded-row[size=xl][expanded]) td{padding-block:1rem .5rem;padding-inline-end:1rem}:host(cds-custom-table-toolbar-content[size=xs]),:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-button),:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-table-toolbar-search),:host(cds-custom-table-toolbar[size=xs]),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-button),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-table-toolbar-search){block-size:2rem;min-block-size:2rem}:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar-content[size=xs]) ::slotted(cds-custom-table-toolbar-search),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar[size=xs]) ::slotted(cds-custom-table-toolbar-search){inline-size:2rem}:host(cds-custom-table-toolbar-content[size=sm]),:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-button),:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-table-toolbar-search),:host(cds-custom-table-toolbar[size=sm]),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-button),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-table-toolbar-search){block-size:2rem;min-block-size:2rem}:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar-content[size=sm]) ::slotted(cds-custom-table-toolbar-search),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-toolbar[size=sm]) ::slotted(cds-custom-table-toolbar-search){inline-size:2rem}:host(cds-custom-table-header-row[selection-name][expandable][size=xs]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][size=xs]) .cds-custom--table-column-checkbox{padding:0 .375rem}:host(cds-custom-table-header-row[selection-name][expandable][size=md]) .cds-custom--table-column-checkbox,:host(cds-custom-table-header-row[selection-name][expandable][size=sm]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][size=md]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selection-name][expandable][size=sm]) .cds-custom--table-column-checkbox{padding:.1875rem .375rem}:host(cds-custom-table-header-row[selection-name][expandable][size=xl]) .cds-custom--table-column-checkbox{padding-inline:.375rem}:host(cds-custom-table-cell[size=sm]) ::slotted(cds-custom-overflow-menu),:host(cds-custom-table-cell[size=xs]) ::slotted(cds-custom-overflow-menu){block-size:calc(100% + 1px)}:host(cds-custom-table-cell[size=md]) ::slotted(cds-custom-overflow-menu){block-size:2.5rem}:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox{border-block-end:none;border-block-start:none;padding-inline:1rem .25rem;transition:background-color 70ms cubic-bezier(0,0,.38,.9)}:host(cds-custom-table-header-row) .cds-custom--table-column-checkbox .cds-custom--checkbox-label{inline-size:20px}:host(cds-custom-table-row) .cds-custom--table-column-checkbox{border-block-end:1px solid var(--cds-custom-border-subtle);padding-inline:1rem .25rem}:host(cds-custom-table-row) .cds-custom--table-column-checkbox .cds-custom--checkbox-label{padding-inline-start:1rem}:host(cds-custom-table-row:hover) .cds-custom--table-column-checkbox{background-color:var(--cds-custom-background-hover,hsla(0,0%,55%,.12));border-block-end-color:var(--cds-custom-layer-hover-01,#e8e8e8);border-block-start-color:var(--cds-custom-layer-hover-01,#e8e8e8)}:host(cds-custom-table-row[selected]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected]) .cds-custom--table-expand,:host(cds-custom-table-row[selected]) ::slotted(cds-custom-table-cell){background-color:var(--cds-custom-layer-accent-01,#e0e0e0);border-block-end:1px solid var(--cds-custom-layer-active);color:var(--cds-custom-text-primary,#161616)}:host(cds-custom-table-row[selected]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected]):hover .cds-custom--table-expand,:host(cds-custom-table-row[selected]):hover ::slotted(cds-custom-table-cell){background-color:var(--cds-custom-layer-selected-hover);border-block-end-color:var(--cds-custom-layer-selected-hover)}:host(cds-custom-table-expanded-row[filtered]),:host(cds-custom-table-row[filtered]){display:none!important}:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])),:host(cds-custom-table-row[expandable][selected][ai-label]),:host(cds-custom-table-row[selected][ai-label]){background:linear-gradient(to right,var(--cds-custom-ai-aura-start-sm,rgba(69,137,255,.16)) 0,var(--cds-custom-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 50%),var(--cds-custom-layer-selected);background-attachment:fixed}:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])):hover,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted]))[highlighted],:host(cds-custom-table-row[expandable][selected][ai-label]):hover,:host(cds-custom-table-row[expandable][selected][ai-label])[highlighted],:host(cds-custom-table-row[selected][ai-label]):hover,:host(cds-custom-table-row[selected][ai-label])[highlighted]{background:linear-gradient(to right,var(--cds-custom-ai-aura-hover-start,rgba(69,137,255,.32)) 0,15%,var(--cds-custom-ai-aura-hover-end,hsla(0,0%,100%,0)) 50%),var(--cds-custom-ai-aura-hover-background,#edf5ff);background-attachment:fixed}:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])):hover .cds-custom--table-expand,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted]))[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted]))[highlighted] .cds-custom--table-expand,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted]))[highlighted] ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][selected][ai-label]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][selected][ai-label]):hover .cds-custom--table-expand,:host(cds-custom-table-row[expandable][selected][ai-label]):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][selected][ai-label])[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][selected][ai-label])[highlighted] .cds-custom--table-expand,:host(cds-custom-table-row[expandable][selected][ai-label])[highlighted] ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selected][ai-label]):hover .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected][ai-label]):hover .cds-custom--table-expand,:host(cds-custom-table-row[selected][ai-label]):hover ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selected][ai-label])[highlighted] .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected][ai-label])[highlighted] .cds-custom--table-expand,:host(cds-custom-table-row[selected][ai-label])[highlighted] ::slotted(cds-custom-table-cell){background:none}:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])) .cds-custom--table-column-checkbox,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])) .cds-custom--table-expand,:host(cds-custom-table-expanded-row[selected][ai-label]:not([highlighted])) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[expandable][selected][ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[expandable][selected][ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[expandable][selected][ai-label]) ::slotted(cds-custom-table-cell),:host(cds-custom-table-row[selected][ai-label]) .cds-custom--table-column-checkbox,:host(cds-custom-table-row[selected][ai-label]) .cds-custom--table-expand,:host(cds-custom-table-row[selected][ai-label]) ::slotted(cds-custom-table-cell){background:none}.cds-custom--data-table th[aria-sort],.cds-custom--data-table--sort th,:host(cds-custom-table) th[aria-sort]{block-size:3rem;border-block-end:none;border-block-start:none;padding:0}.cds-custom--table-sort__description{display:none}.cds-custom--table-sort{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;background-color:var(--cds-custom-layer-accent);border:0;box-sizing:border-box;color:var(--cds-custom-text-primary,#161616);cursor:pointer;display:inline-block;display:flex;font-family:inherit;font-size:100%;font:inherit;inline-size:100%;justify-content:space-between;line-height:1;margin:0;min-block-size:100%;padding:0;padding-inline-start:1rem;text-align:start;transition:background-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:baseline}.cds-custom--table-sort *,.cds-custom--table-sort :after,.cds-custom--table-sort :before{box-sizing:inherit}.cds-custom--table-sort::-moz-focus-inner{border:0}.cds-custom--table-sort:focus{outline:2px solid var(--cds-custom-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--table-sort:focus{outline-style:dotted}}.cds-custom--table-sort:hover{background:var(--cds-custom-layer-selected-hover)}.cds-custom--table-sort:focus svg,.cds-custom--table-sort:hover svg{opacity:1}.cds-custom--data-table.cds-custom--data-table--sort th>.cds-custom--table-header-label{line-height:1;padding-inline:1rem 1rem}th .cds-custom--table-sort__flex{align-items:center;block-size:100%;display:flex;inline-size:100%;justify-content:space-between;min-block-size:3rem}.cds-custom--data-table--top-aligned-header th .cds-custom--table-sort__flex{align-items:start}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--lg th.cds-custom--table-sort__header{padding-block-start:1rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--sm th.cds-custom--table-sort__header .cds-custom--table-sort__flex .cds-custom--table-header-label,.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--xs th.cds-custom--table-sort__header .cds-custom--table-sort__flex .cds-custom--table-header-label{padding-block:0}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--sm th.cds-custom--table-sort__header{padding-block:.4375rem .4375rem}.cds-custom--data-table.cds-custom--data-table--top-aligned-header.cds-custom--data-table--xs th.cds-custom--table-sort__header{padding-block:.125rem .125rem}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.cds-custom--data-table--sort:not(.cds-custom--data-table--xs):not(.cds-custom--data-table--sm):not(.cds-custom--data-table--md):not(.cds-custom--data-table--xl) th .cds-custom--table-sort__flex{block-size:2.99rem}}.cds-custom--data-table--xs.cds-custom--data-table--sort th .cds-custom--table-sort__flex{min-block-size:1.5rem}.cds-custom--data-table--sm.cds-custom--data-table--sort th .cds-custom--table-sort__flex{min-block-size:2rem}.cds-custom--data-table--md.cds-custom--data-table--sort th .cds-custom--table-sort__flex{min-block-size:2.5rem}.cds-custom--data-table--xl.cds-custom--data-table--sort th .cds-custom--table-sort__flex{align-items:flex-start;min-block-size:4rem}.cds-custom--table-sort .cds-custom--table-sort__icon-inactive{display:block}.cds-custom--table-sort .cds-custom--table-sort__icon{display:none}.cds-custom--table-sort__icon-unsorted{fill:var(--cds-custom-icon-primary,#161616);inline-size:1.25rem;margin-inline:.5rem .5rem;min-inline-size:1rem;opacity:0}.cds-custom--table-sort.cds-custom--table-sort--active{background:var(--cds-custom-layer-selected-hover)}.cds-custom--table-sort.cds-custom--table-sort--active .cds-custom--table-sort__icon-unsorted{display:none}.cds-custom--table-sort.cds-custom--table-sort--active .cds-custom--table-sort__icon{display:block;opacity:1}.cds-custom--table-sort--descending .cds-custom--table-sort__icon{transform:rotate(180deg)}.cds-custom--table-sort__icon{fill:var(--cds-custom-icon-primary,#161616);inline-size:1.25rem;margin-inline:.5rem .5rem;min-inline-size:1rem;opacity:1;transform:rotate(0);transition:transform .25s cubic-bezier(.5,0,.1,1)}.cds-custom--data-table--xs.cds-custom--data-table--sort th{block-size:1.5rem}.cds-custom--data-table--sm.cds-custom--data-table--sort th{block-size:2rem}.cds-custom--data-table--md.cds-custom--data-table--sort th{block-size:2.5rem}.cds-custom--data-table--xl.cds-custom--data-table--sort th{block-size:4rem}.cds-custom--data-table--xl.cds-custom--data-table--sort th .cds-custom--table-sort{block-size:4rem;display:inline-block}.cds-custom--data-table--xl .cds-custom--table-sort__icon,.cds-custom--data-table--xl .cds-custom--table-sort__icon-unsorted{margin-block-start:.8125rem}.cds-custom--table-sort__header .cds-custom--ai-label,.cds-custom--table-sort__header .cds-custom--slug,.cds-custom--table-sort__header .cds-custom--table-header-label--decorator-inner{display:none}.cds-custom--table-sort__header--ai-label .cds-custom--table-sort__icon,.cds-custom--table-sort__header--ai-label .cds-custom--table-sort__icon-unsorted,.cds-custom--table-sort__header--decorator .cds-custom--table-sort__icon,.cds-custom--table-sort__header--decorator .cds-custom--table-sort__icon-unsorted,.cds-custom--table-sort__header--slug .cds-custom--table-sort__icon,.cds-custom--table-sort__header--slug .cds-custom--table-sort__icon-unsorted{margin-inline:auto .5rem}.cds-custom--table-sort__header--ai-label .cds-custom--ai-label,.cds-custom--table-sort__header--ai-label .cds-custom--slug,.cds-custom--table-sort__header--ai-label .cds-custom--table-header-label--decorator-inner,.cds-custom--table-sort__header--decorator .cds-custom--table-header-label--decorator-inner{display:block;margin-inline-end:.5rem}:host(cds-custom-table-header-row) ::slotted(cds-custom-table-header-cell[sort-direction]){padding-inline:0}:host(cds-custom-table-header-cell[sort-direction]:first-of-type) .cds-custom--table-sort{padding-inline-start:1rem}:host(cds-custom-table-header-cell[sort-direction][expandable][selection-name]) .cds-custom--table-sort{padding-inline-start:0}:host(cds-custom-table-header-cell) .cds-custom--table-sort:hover .cds-custom--table-sort__icon,:host(cds-custom-table-header-cell[sort-active]) .cds-custom--table-sort .cds-custom--table-sort__icon{opacity:1}:host(cds-custom-table-header-cell[sort-direction]) .cds-custom--table-sort .cds-custom--table-sort__icon{display:block}:host(cds-custom-table-header-cell[sort-direction=ascending]) .cds-custom--table-sort__icon{transform:rotate(180deg)}:host(cds-custom-table-header-cell[sort-direction][ai-label]) .cds-custom--table-sort__icon,:host(cds-custom-table-header-cell[sort-direction][ai-label]) .cds-custom--table-sort__icon-unsorted{margin-inline:auto .5rem}:host(cds-custom-table-header-cell[sort-direction][ai-label]) ::slotted(cds-custom-ai-label),:host(cds-custom-table-header-cell[sort-direction][ai-label]) ::slotted(cds-custom-slug){margin-inline-end:.5rem}"]);
11
11
 
12
12
  export { styles as default };
13
13
  //# sourceMappingURL=data-table.scss.js.map