@carbon/web-components 2.46.0 → 2.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +89 -20
- package/es/components/ai-label/ai-label.d.ts +1 -1
- package/es/components/ai-label/ai-label.js +11 -2
- package/es/components/ai-label/ai-label.js.map +1 -1
- package/es/components/ai-label/ai-label.scss.js +1 -1
- package/es/components/ai-skeleton/ai-skeleton.scss.js +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.d.ts +1 -1
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js +7 -3
- package/es/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es/components/button/button.scss.js +1 -1
- package/es/components/chat-button/chat-button-skeleton.d.ts +1 -1
- package/es/components/chat-button/chat-button-skeleton.js +6 -2
- package/es/components/chat-button/chat-button-skeleton.js.map +1 -1
- package/es/components/chat-button/chat-button.d.ts +1 -1
- package/es/components/chat-button/chat-button.js +6 -2
- package/es/components/chat-button/chat-button.js.map +1 -1
- package/es/components/chat-button/chat-button.scss.js +1 -1
- package/es/components/code-snippet/code-snippet.scss.js +1 -1
- package/es/components/combo-box/combo-box.d.ts +5 -1
- package/es/components/combo-box/combo-box.js +27 -3
- package/es/components/combo-box/combo-box.js.map +1 -1
- package/es/components/combo-box/combo-box.scss.js +1 -1
- package/es/components/copy/copy.d.ts +1 -1
- package/es/components/copy/copy.js +1 -2
- package/es/components/copy/copy.js.map +1 -1
- package/es/components/copy-button/copy-button.scss.js +1 -1
- package/es/components/data-table/data-table.scss.js +1 -1
- package/es/components/date-picker/range-plugin.d.ts +1 -1
- package/es/components/date-picker/range-plugin.js +1 -3
- package/es/components/date-picker/range-plugin.js.map +1 -1
- package/es/components/dropdown/dropdown.d.ts +3 -3
- package/es/components/dropdown/dropdown.js +1 -3
- package/es/components/dropdown/dropdown.js.map +1 -1
- package/es/components/dropdown/dropdown.scss.js +1 -1
- package/es/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es/components/fluid-search/fluid-search.scss.js +1 -1
- package/es/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es/components/grid/column-hang.d.ts +0 -2
- package/es/components/grid/column-hang.js +0 -2
- package/es/components/grid/column-hang.js.map +1 -1
- package/es/components/grid/column.d.ts +0 -2
- package/es/components/grid/column.js +0 -2
- package/es/components/grid/column.js.map +1 -1
- package/es/components/grid/grid.d.ts +0 -2
- package/es/components/grid/grid.js +0 -2
- package/es/components/grid/grid.js.map +1 -1
- package/es/components/grid/index.d.ts +0 -2
- package/es/components/icon-button/icon-button.d.ts +1 -1
- package/es/components/icon-button/icon-button.js +12 -3
- package/es/components/icon-button/icon-button.js.map +1 -1
- package/es/components/icon-button/icon-button.scss.js +2 -2
- package/es/components/menu/menu-context.d.ts +3 -2
- package/es/components/menu/menu-context.js +1 -1
- package/es/components/menu/menu-context.js.map +1 -1
- package/es/components/menu/menu.d.ts +3 -2
- package/es/components/menu/menu.js +5 -4
- package/es/components/menu/menu.js.map +1 -1
- package/es/components/menu/menu.scss.js +1 -1
- package/es/components/modal/modal-body.d.ts +3 -1
- package/es/components/modal/modal-body.js +17 -1
- package/es/components/modal/modal-body.js.map +1 -1
- package/es/components/modal/modal-close-button.d.ts +2 -1
- package/es/components/modal/modal-close-button.js +11 -5
- package/es/components/modal/modal-close-button.js.map +1 -1
- package/es/components/modal/modal.d.ts +67 -2
- package/es/components/modal/modal.js +228 -8
- package/es/components/modal/modal.js.map +1 -1
- package/es/components/modal/modal.scss.js +1 -1
- package/es/components/multi-select/multi-select.d.ts +2 -2
- package/es/components/multi-select/multi-select.js +8 -4
- package/es/components/multi-select/multi-select.js.map +1 -1
- package/es/components/multi-select/multi-select.scss.js +1 -1
- package/es/components/notification/actionable-notification.js +8 -1
- package/es/components/notification/actionable-notification.js.map +1 -1
- package/es/components/notification/actionable-notification.scss.js +1 -1
- package/es/components/notification/inline-notification.scss.js +1 -1
- package/es/components/notification/toast-notification.scss.js +1 -1
- package/es/components/overflow-menu/overflow-menu.d.ts +0 -1
- package/es/components/overflow-menu/overflow-menu.js +3 -2
- package/es/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es/components/page-header/index.d.ts +0 -2
- package/es/components/page-header/page-header-breadcrumb.d.ts +0 -2
- package/es/components/page-header/page-header-breadcrumb.js +0 -2
- package/es/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es/components/page-header/page-header-content-text.d.ts +0 -2
- package/es/components/page-header/page-header-content-text.js +0 -2
- package/es/components/page-header/page-header-content-text.js.map +1 -1
- package/es/components/page-header/page-header-content.d.ts +0 -2
- package/es/components/page-header/page-header-content.js +0 -2
- package/es/components/page-header/page-header-content.js.map +1 -1
- package/es/components/page-header/page-header-hero-image.d.ts +0 -2
- package/es/components/page-header/page-header-hero-image.js +0 -2
- package/es/components/page-header/page-header-hero-image.js.map +1 -1
- package/es/components/page-header/page-header-tabs.d.ts +0 -2
- package/es/components/page-header/page-header-tabs.js +0 -2
- package/es/components/page-header/page-header-tabs.js.map +1 -1
- package/es/components/page-header/page-header.d.ts +0 -2
- package/es/components/page-header/page-header.js +0 -2
- package/es/components/page-header/page-header.js.map +1 -1
- package/es/components/pagination/pagination.js +7 -4
- package/es/components/pagination/pagination.js.map +1 -1
- package/es/components/password-input/password-input.scss.js +1 -1
- package/es/components/popover/popover-content.js +2 -2
- package/es/components/popover/popover-content.js.map +1 -1
- package/es/components/popover/popover.d.ts +7 -1
- package/es/components/popover/popover.js +54 -3
- package/es/components/popover/popover.js.map +1 -1
- package/es/components/popover/popover.scss.js +2 -2
- package/es/components/search/search.scss.js +1 -1
- package/es/components/slider/slider.scss.js +1 -1
- package/es/components/slug/slug.d.ts +1 -1
- package/es/components/slug/slug.js +11 -2
- package/es/components/slug/slug.js.map +1 -1
- package/es/components/slug/slug.scss.js +1 -1
- package/es/components/tabs/defs.d.ts +4 -0
- package/es/components/tabs/defs.js +4 -0
- package/es/components/tabs/defs.js.map +1 -1
- package/es/components/tabs/tabs.d.ts +2 -4
- package/es/components/tabs/tabs.js +37 -8
- package/es/components/tabs/tabs.js.map +1 -1
- package/es/components/tabs/tabs.scss.js +1 -1
- package/es/components/tag/dismissible-tag.d.ts +0 -2
- package/es/components/tag/dismissible-tag.js +0 -2
- package/es/components/tag/dismissible-tag.js.map +1 -1
- package/es/components/tag/operational-tag.d.ts +0 -2
- package/es/components/tag/operational-tag.js +0 -2
- package/es/components/tag/operational-tag.js.map +1 -1
- package/es/components/tag/selectable-tag.d.ts +0 -2
- package/es/components/tag/selectable-tag.js +0 -2
- package/es/components/tag/selectable-tag.js.map +1 -1
- package/es/components/tag/tag-skeleton.d.ts +0 -2
- package/es/components/tag/tag-skeleton.js +0 -2
- package/es/components/tag/tag-skeleton.js.map +1 -1
- package/es/components/text-input/text-input.scss.js +1 -1
- package/es/components/tile/tile.scss.js +1 -1
- package/es/components/time-picker/time-picker.scss.js +1 -1
- package/es/components/toggle-tip/toggletip.d.ts +0 -1
- package/es/components/toggle-tip/toggletip.js +4 -3
- package/es/components/toggle-tip/toggletip.js.map +1 -1
- package/es/components/toggle-tip/toggletip.scss.js +2 -2
- package/es/components/tooltip/definition-tooltip.js +5 -3
- package/es/components/tooltip/definition-tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip-content.d.ts +0 -7
- package/es/components/tooltip/tooltip-content.js +4 -8
- package/es/components/tooltip/tooltip-content.js.map +1 -1
- package/es/components/tooltip/tooltip.d.ts +0 -1
- package/es/components/tooltip/tooltip.js +4 -7
- package/es/components/tooltip/tooltip.js.map +1 -1
- package/es/components/tooltip/tooltip.scss.js +2 -2
- package/es/components/tree-view/defs.d.ts +0 -2
- package/es/components/tree-view/defs.js +0 -2
- package/es/components/tree-view/defs.js.map +1 -1
- package/es/components/tree-view/index.d.ts +0 -2
- package/es/components/tree-view/tree-node.d.ts +0 -2
- package/es/components/tree-view/tree-node.js +0 -2
- package/es/components/tree-view/tree-node.js.map +1 -1
- package/es/components/tree-view/tree-view.d.ts +0 -2
- package/es/components/tree-view/tree-view.js +0 -2
- package/es/components/tree-view/tree-view.js.map +1 -1
- package/es/components/tree-view/tree-view.scss.js +1 -1
- package/es/components/ui-shell/header-global-action.d.ts +1 -1
- package/es/components/ui-shell/header-global-action.js +16 -2
- package/es/components/ui-shell/header-global-action.js.map +1 -1
- package/es/components/ui-shell/header-name.js +1 -1
- package/es/components/ui-shell/header-name.js.map +1 -1
- package/es/components/ui-shell/side-nav-menu-item.d.ts +4 -0
- package/es/components/ui-shell/side-nav-menu-item.js +10 -2
- package/es/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es/globals/controllers/floating-controller.d.ts +1 -1
- package/es/globals/controllers/floating-controller.js +34 -30
- package/es/globals/controllers/floating-controller.js.map +1 -1
- package/es/globals/decorators/carbon-element.d.ts +5 -4
- package/es/globals/decorators/carbon-element.js +1 -1
- package/es/globals/decorators/carbon-element.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.d.ts +1 -1
- package/es-custom/components/ai-label/ai-label.js +11 -2
- package/es-custom/components/ai-label/ai-label.js.map +1 -1
- package/es-custom/components/ai-label/ai-label.scss.js +1 -1
- package/es-custom/components/ai-skeleton/ai-skeleton.scss.js +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.d.ts +1 -1
- package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js +7 -3
- package/es-custom/components/breadcrumb/breadcrumb-overflow-menu.js.map +1 -1
- package/es-custom/components/breadcrumb/breadcrumb.scss.js +1 -1
- package/es-custom/components/button/button.scss.js +1 -1
- package/es-custom/components/chat-button/chat-button-skeleton.d.ts +1 -1
- package/es-custom/components/chat-button/chat-button-skeleton.js +6 -2
- package/es-custom/components/chat-button/chat-button-skeleton.js.map +1 -1
- package/es-custom/components/chat-button/chat-button.d.ts +1 -1
- package/es-custom/components/chat-button/chat-button.js +6 -2
- package/es-custom/components/chat-button/chat-button.js.map +1 -1
- package/es-custom/components/chat-button/chat-button.scss.js +1 -1
- package/es-custom/components/code-snippet/code-snippet.scss.js +1 -1
- package/es-custom/components/combo-box/combo-box.d.ts +5 -1
- package/es-custom/components/combo-box/combo-box.js +27 -3
- package/es-custom/components/combo-box/combo-box.js.map +1 -1
- package/es-custom/components/combo-box/combo-box.scss.js +1 -1
- package/es-custom/components/copy/copy.d.ts +1 -1
- package/es-custom/components/copy/copy.js +1 -2
- package/es-custom/components/copy/copy.js.map +1 -1
- package/es-custom/components/copy-button/copy-button.scss.js +1 -1
- package/es-custom/components/data-table/data-table.scss.js +1 -1
- package/es-custom/components/date-picker/range-plugin.d.ts +1 -1
- package/es-custom/components/date-picker/range-plugin.js +1 -3
- package/es-custom/components/date-picker/range-plugin.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.d.ts +3 -3
- package/es-custom/components/dropdown/dropdown.js +1 -3
- package/es-custom/components/dropdown/dropdown.js.map +1 -1
- package/es-custom/components/dropdown/dropdown.scss.js +1 -1
- package/es-custom/components/fluid-number-input/fluid-number-input.scss.js +1 -1
- package/es-custom/components/fluid-search/fluid-search.scss.js +1 -1
- package/es-custom/components/fluid-text-input/fluid-text-input.scss.js +1 -1
- package/es-custom/components/grid/column-hang.d.ts +0 -2
- package/es-custom/components/grid/column-hang.js +0 -2
- package/es-custom/components/grid/column-hang.js.map +1 -1
- package/es-custom/components/grid/column.d.ts +0 -2
- package/es-custom/components/grid/column.js +0 -2
- package/es-custom/components/grid/column.js.map +1 -1
- package/es-custom/components/grid/grid.d.ts +0 -2
- package/es-custom/components/grid/grid.js +0 -2
- package/es-custom/components/grid/grid.js.map +1 -1
- package/es-custom/components/grid/index.d.ts +0 -2
- package/es-custom/components/icon-button/icon-button.d.ts +1 -1
- package/es-custom/components/icon-button/icon-button.js +12 -3
- package/es-custom/components/icon-button/icon-button.js.map +1 -1
- package/es-custom/components/icon-button/icon-button.scss.js +2 -2
- package/es-custom/components/menu/menu-context.d.ts +3 -2
- package/es-custom/components/menu/menu-context.js +1 -1
- package/es-custom/components/menu/menu-context.js.map +1 -1
- package/es-custom/components/menu/menu.d.ts +3 -2
- package/es-custom/components/menu/menu.js +5 -4
- package/es-custom/components/menu/menu.js.map +1 -1
- package/es-custom/components/menu/menu.scss.js +1 -1
- package/es-custom/components/modal/modal-body.d.ts +3 -1
- package/es-custom/components/modal/modal-body.js +17 -1
- package/es-custom/components/modal/modal-body.js.map +1 -1
- package/es-custom/components/modal/modal-close-button.d.ts +2 -1
- package/es-custom/components/modal/modal-close-button.js +11 -5
- package/es-custom/components/modal/modal-close-button.js.map +1 -1
- package/es-custom/components/modal/modal.d.ts +67 -2
- package/es-custom/components/modal/modal.js +228 -8
- package/es-custom/components/modal/modal.js.map +1 -1
- package/es-custom/components/modal/modal.scss.js +1 -1
- package/es-custom/components/multi-select/multi-select.d.ts +2 -2
- package/es-custom/components/multi-select/multi-select.js +8 -4
- package/es-custom/components/multi-select/multi-select.js.map +1 -1
- package/es-custom/components/multi-select/multi-select.scss.js +1 -1
- package/es-custom/components/notification/actionable-notification.js +8 -1
- package/es-custom/components/notification/actionable-notification.js.map +1 -1
- package/es-custom/components/notification/actionable-notification.scss.js +1 -1
- package/es-custom/components/notification/inline-notification.scss.js +1 -1
- package/es-custom/components/notification/toast-notification.scss.js +1 -1
- package/es-custom/components/overflow-menu/overflow-menu.d.ts +0 -1
- package/es-custom/components/overflow-menu/overflow-menu.js +3 -2
- package/es-custom/components/overflow-menu/overflow-menu.js.map +1 -1
- package/es-custom/components/page-header/index.d.ts +0 -2
- package/es-custom/components/page-header/page-header-breadcrumb.d.ts +0 -2
- package/es-custom/components/page-header/page-header-breadcrumb.js +0 -2
- package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -1
- package/es-custom/components/page-header/page-header-content-text.d.ts +0 -2
- package/es-custom/components/page-header/page-header-content-text.js +0 -2
- package/es-custom/components/page-header/page-header-content-text.js.map +1 -1
- package/es-custom/components/page-header/page-header-content.d.ts +0 -2
- package/es-custom/components/page-header/page-header-content.js +0 -2
- package/es-custom/components/page-header/page-header-content.js.map +1 -1
- package/es-custom/components/page-header/page-header-hero-image.d.ts +0 -2
- package/es-custom/components/page-header/page-header-hero-image.js +0 -2
- package/es-custom/components/page-header/page-header-hero-image.js.map +1 -1
- package/es-custom/components/page-header/page-header-tabs.d.ts +0 -2
- package/es-custom/components/page-header/page-header-tabs.js +0 -2
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -1
- package/es-custom/components/page-header/page-header.d.ts +0 -2
- package/es-custom/components/page-header/page-header.js +0 -2
- package/es-custom/components/page-header/page-header.js.map +1 -1
- package/es-custom/components/pagination/pagination.js +7 -4
- package/es-custom/components/pagination/pagination.js.map +1 -1
- package/es-custom/components/password-input/password-input.scss.js +1 -1
- package/es-custom/components/popover/popover-content.js +2 -2
- package/es-custom/components/popover/popover-content.js.map +1 -1
- package/es-custom/components/popover/popover.d.ts +7 -1
- package/es-custom/components/popover/popover.js +54 -3
- package/es-custom/components/popover/popover.js.map +1 -1
- package/es-custom/components/popover/popover.scss.js +2 -2
- package/es-custom/components/search/search.scss.js +1 -1
- package/es-custom/components/slider/slider.scss.js +1 -1
- package/es-custom/components/slug/slug.d.ts +1 -1
- package/es-custom/components/slug/slug.js +11 -2
- package/es-custom/components/slug/slug.js.map +1 -1
- package/es-custom/components/slug/slug.scss.js +1 -1
- package/es-custom/components/tabs/defs.d.ts +4 -0
- package/es-custom/components/tabs/defs.js +4 -0
- package/es-custom/components/tabs/defs.js.map +1 -1
- package/es-custom/components/tabs/tabs.d.ts +2 -4
- package/es-custom/components/tabs/tabs.js +37 -8
- package/es-custom/components/tabs/tabs.js.map +1 -1
- package/es-custom/components/tabs/tabs.scss.js +1 -1
- package/es-custom/components/tag/dismissible-tag.d.ts +0 -2
- package/es-custom/components/tag/dismissible-tag.js +0 -2
- package/es-custom/components/tag/dismissible-tag.js.map +1 -1
- package/es-custom/components/tag/operational-tag.d.ts +0 -2
- package/es-custom/components/tag/operational-tag.js +0 -2
- package/es-custom/components/tag/operational-tag.js.map +1 -1
- package/es-custom/components/tag/selectable-tag.d.ts +0 -2
- package/es-custom/components/tag/selectable-tag.js +0 -2
- package/es-custom/components/tag/selectable-tag.js.map +1 -1
- package/es-custom/components/tag/tag-skeleton.d.ts +0 -2
- package/es-custom/components/tag/tag-skeleton.js +0 -2
- package/es-custom/components/tag/tag-skeleton.js.map +1 -1
- package/es-custom/components/text-input/text-input.scss.js +1 -1
- package/es-custom/components/tile/tile.scss.js +1 -1
- package/es-custom/components/time-picker/time-picker.scss.js +1 -1
- package/es-custom/components/toggle-tip/toggletip.d.ts +0 -1
- package/es-custom/components/toggle-tip/toggletip.js +4 -3
- package/es-custom/components/toggle-tip/toggletip.js.map +1 -1
- package/es-custom/components/toggle-tip/toggletip.scss.js +2 -2
- package/es-custom/components/tooltip/definition-tooltip.js +5 -3
- package/es-custom/components/tooltip/definition-tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip-content.d.ts +0 -7
- package/es-custom/components/tooltip/tooltip-content.js +4 -8
- package/es-custom/components/tooltip/tooltip-content.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.d.ts +0 -1
- package/es-custom/components/tooltip/tooltip.js +4 -7
- package/es-custom/components/tooltip/tooltip.js.map +1 -1
- package/es-custom/components/tooltip/tooltip.scss.js +2 -2
- package/es-custom/components/tree-view/defs.d.ts +0 -2
- package/es-custom/components/tree-view/defs.js +0 -2
- package/es-custom/components/tree-view/defs.js.map +1 -1
- package/es-custom/components/tree-view/index.d.ts +0 -2
- package/es-custom/components/tree-view/tree-node.d.ts +0 -2
- package/es-custom/components/tree-view/tree-node.js +0 -2
- package/es-custom/components/tree-view/tree-node.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.d.ts +0 -2
- package/es-custom/components/tree-view/tree-view.js +0 -2
- package/es-custom/components/tree-view/tree-view.js.map +1 -1
- package/es-custom/components/tree-view/tree-view.scss.js +1 -1
- package/es-custom/components/ui-shell/header-global-action.d.ts +1 -1
- package/es-custom/components/ui-shell/header-global-action.js +16 -2
- package/es-custom/components/ui-shell/header-global-action.js.map +1 -1
- package/es-custom/components/ui-shell/header-name.js +1 -1
- package/es-custom/components/ui-shell/header-name.js.map +1 -1
- package/es-custom/components/ui-shell/side-nav-menu-item.d.ts +4 -0
- package/es-custom/components/ui-shell/side-nav-menu-item.js +10 -2
- package/es-custom/components/ui-shell/side-nav-menu-item.js.map +1 -1
- package/es-custom/globals/controllers/floating-controller.d.ts +1 -1
- package/es-custom/globals/controllers/floating-controller.js +34 -30
- package/es-custom/globals/controllers/floating-controller.js.map +1 -1
- package/es-custom/globals/decorators/carbon-element.d.ts +5 -4
- package/es-custom/globals/decorators/carbon-element.js +1 -1
- package/es-custom/globals/decorators/carbon-element.js.map +1 -1
- package/lib/components/ai-label/ai-label.d.ts +1 -1
- package/lib/components/breadcrumb/breadcrumb-overflow-menu.d.ts +1 -1
- package/lib/components/chat-button/chat-button-skeleton.d.ts +1 -1
- package/lib/components/chat-button/chat-button.d.ts +1 -1
- package/lib/components/combo-box/combo-box.d.ts +5 -1
- package/lib/components/copy/copy.d.ts +1 -1
- package/lib/components/date-picker/range-plugin.d.ts +1 -1
- package/lib/components/dropdown/dropdown.d.ts +3 -3
- package/lib/components/grid/column-hang.d.ts +0 -2
- package/lib/components/grid/column.d.ts +0 -2
- package/lib/components/grid/grid.d.ts +0 -2
- package/lib/components/grid/index.d.ts +0 -2
- package/lib/components/icon-button/icon-button.d.ts +1 -1
- package/lib/components/menu/menu-context.d.ts +3 -2
- package/lib/components/menu/menu.d.ts +3 -2
- package/lib/components/modal/modal-body.d.ts +3 -1
- package/lib/components/modal/modal-close-button.d.ts +2 -1
- package/lib/components/modal/modal.d.ts +67 -2
- package/lib/components/multi-select/multi-select.d.ts +2 -2
- package/lib/components/overflow-menu/overflow-menu.d.ts +0 -1
- package/lib/components/page-header/index.d.ts +0 -2
- package/lib/components/page-header/page-header-breadcrumb.d.ts +0 -2
- package/lib/components/page-header/page-header-content-text.d.ts +0 -2
- package/lib/components/page-header/page-header-content.d.ts +0 -2
- package/lib/components/page-header/page-header-hero-image.d.ts +0 -2
- package/lib/components/page-header/page-header-tabs.d.ts +0 -2
- package/lib/components/page-header/page-header.d.ts +0 -2
- package/lib/components/popover/popover.d.ts +7 -1
- package/lib/components/slug/slug.d.ts +1 -1
- package/lib/components/tabs/defs.d.ts +4 -0
- package/lib/components/tabs/defs.js +4 -0
- package/lib/components/tabs/defs.js.map +1 -1
- package/lib/components/tabs/tabs.d.ts +2 -4
- package/lib/components/tag/dismissible-tag.d.ts +0 -2
- package/lib/components/tag/operational-tag.d.ts +0 -2
- package/lib/components/tag/selectable-tag.d.ts +0 -2
- package/lib/components/tag/tag-skeleton.d.ts +0 -2
- package/lib/components/toggle-tip/toggletip.d.ts +0 -1
- package/lib/components/tooltip/tooltip-content.d.ts +0 -7
- package/lib/components/tooltip/tooltip.d.ts +0 -1
- package/lib/components/tree-view/defs.d.ts +0 -2
- package/lib/components/tree-view/defs.js +0 -2
- package/lib/components/tree-view/defs.js.map +1 -1
- package/lib/components/tree-view/index.d.ts +0 -2
- package/lib/components/tree-view/tree-node.d.ts +0 -2
- package/lib/components/tree-view/tree-view.d.ts +0 -2
- package/lib/components/ui-shell/header-global-action.d.ts +1 -1
- package/lib/components/ui-shell/side-nav-menu-item.d.ts +4 -0
- package/lib/globals/controllers/floating-controller.d.ts +1 -1
- package/lib/globals/controllers/floating-controller.js +34 -30
- package/lib/globals/controllers/floating-controller.js.map +1 -1
- package/lib/globals/decorators/carbon-element.d.ts +5 -4
- package/package.json +7 -9
- package/scss/components/ai-label/ai-label.scss +11 -12
- package/scss/components/ai-skeleton/ai-skeleton.scss +1 -3
- package/scss/components/breadcrumb/breadcrumb.scss +0 -1
- package/scss/components/button/button.scss +0 -2
- package/scss/components/chat-button/chat-button.scss +0 -1
- package/scss/components/icon-button/icon-button.scss +0 -2
- package/scss/components/menu/menu.scss +11 -2
- package/scss/components/modal/modal.scss +27 -7
- package/scss/components/multi-select/multi-select.scss +2 -2
- package/scss/components/notification/actionable-notification.scss +42 -128
- package/scss/components/notification/inline-notification.scss +17 -69
- package/scss/components/notification/toast-notification.scss +16 -37
- package/scss/components/popover/popover.scss +4 -4
- package/scss/components/slug/slug.scss +11 -12
- package/scss/components/tabs/tabs.scss +7 -0
- package/scss/components/tile/tile.scss +1 -1
- package/scss/components/toggle-tip/toggletip.scss +0 -2
- package/scss/components/tooltip/tooltip.scss +0 -1
- package/telemetry.yml +11 -0
- package/dist/16-BXPirV4t.js +0 -28
- package/dist/16-BcPXq4VE.js +0 -28
- package/dist/16-BiojhJb6.js +0 -28
- package/dist/16-BirbARgt.js +0 -28
- package/dist/16-CCrV-EKs.js +0 -28
- package/dist/16-CNObEOvs.js +0 -28
- package/dist/16-CsHohlYG.js +0 -28
- package/dist/16-D9rqeJJl.js +0 -28
- package/dist/16-DEZ8LNs3.js +0 -28
- package/dist/16-DThcsE9v.js +0 -28
- package/dist/16-T0hLy__N.js +0 -28
- package/dist/16-mUGLFymm.js +0 -28
- package/dist/20-BSzLZNRY.js +0 -28
- package/dist/20-ZHgmfbqd.js +0 -28
- package/dist/accordion.min.js +0 -72
- package/dist/ai-label.min.js +0 -54
- package/dist/ai-skeleton.min.js +0 -37
- package/dist/badge-indicator.min.js +0 -28
- package/dist/breadcrumb.min.js +0 -46
- package/dist/button-3n7S6dfU.js +0 -94
- package/dist/button-skeleton-DE9AxBek.js +0 -48
- package/dist/button.min.js +0 -28
- package/dist/carbon-element-tFMTVffV.js +0 -28
- package/dist/chat-button.min.js +0 -40
- package/dist/checkbox-CFU6bnOa.js +0 -67
- package/dist/checkbox.min.js +0 -64
- package/dist/class-map-BLvVLLRH.js +0 -33
- package/dist/code-snippet.min.js +0 -85
- package/dist/collection-helpers-C8K_t6zj.js +0 -28
- package/dist/combo-box.min.js +0 -65
- package/dist/combo-button.min.js +0 -42
- package/dist/consume-DNv3sWri.js +0 -64
- package/dist/contained-list.min.js +0 -70
- package/dist/content-switcher-item-CXc-BbRX.js +0 -54
- package/dist/content-switcher.min.js +0 -28
- package/dist/copy-button.min.js +0 -44
- package/dist/data-table.min.js +0 -185
- package/dist/date-picker.min.js +0 -89
- package/dist/defs-CcLNpvSO.js +0 -28
- package/dist/directive-CwpJ03IP.js +0 -33
- package/dist/dropdown-item-CSXYY4Up.js +0 -100
- package/dist/dropdown.min.js +0 -31
- package/dist/feature-flags.min.js +0 -28
- package/dist/file-uploader.min.js +0 -106
- package/dist/floating-controller-ClaZwDaj.js +0 -28
- package/dist/floating-menu.min.js +0 -28
- package/dist/fluid-number-input.min.js +0 -28
- package/dist/fluid-search.min.js +0 -33
- package/dist/fluid-select.min.js +0 -30
- package/dist/fluid-text-input.min.js +0 -28
- package/dist/fluid-textarea.min.js +0 -36
- package/dist/focus-DCv16lgz.js +0 -28
- package/dist/form-D0wM2t2A.js +0 -28
- package/dist/form-group.min.js +0 -39
- package/dist/form.min.js +0 -30
- package/dist/grid.min.js +0 -60
- package/dist/heading.min.js +0 -33
- package/dist/host-listener-BFnrKETa.js +0 -28
- package/dist/host-listener-maKckXVl.js +0 -28
- package/dist/icon-button.min.js +0 -42
- package/dist/icon-indicator.min.js +0 -28
- package/dist/icon-loader-BiaaiIZd.js +0 -28
- package/dist/icon-loader-utils-Dw7YsY3n.js +0 -33
- package/dist/icon.min.js +0 -28
- package/dist/if-defined-B342gMhK.js +0 -33
- package/dist/if-non-empty-BXM4sQkm.js +0 -28
- package/dist/inline-loading.min.js +0 -39
- package/dist/layer.min.js +0 -28
- package/dist/link.min.js +0 -52
- package/dist/list.min.js +0 -39
- package/dist/lit-element-W7dQy3wx.js +0 -50
- package/dist/loading-icon-9dSwtpx9.js +0 -43
- package/dist/loading.min.js +0 -28
- package/dist/menu-button.min.js +0 -37
- package/dist/menu.min.js +0 -80
- package/dist/modal.min.js +0 -49
- package/dist/multi-select.min.js +0 -90
- package/dist/notification.min.js +0 -116
- package/dist/number-input.min.js +0 -103
- package/dist/on-Bh72-1o0.js +0 -28
- package/dist/overflow-menu.min.js +0 -49
- package/dist/page-header.min.js +0 -142
- package/dist/pagination.min.js +0 -104
- package/dist/password-input.min.js +0 -93
- package/dist/popover.min.js +0 -42
- package/dist/progress-bar.min.js +0 -49
- package/dist/progress-indicator.min.js +0 -62
- package/dist/property-D8KHfsO7.js +0 -33
- package/dist/query-DZZk85FD.js +0 -38
- package/dist/query-assigned-elements-CuK851Xm.js +0 -33
- package/dist/radio-button.min.js +0 -71
- package/dist/radio-group-manager-BbeUxJeN.js +0 -28
- package/dist/search-BpfBrZ_q.js +0 -58
- package/dist/search.min.js +0 -31
- package/dist/select-Bu-C3DEh.js +0 -109
- package/dist/select-item-CY7ZCgDO.js +0 -28
- package/dist/select-skeleton-Bj1W9rv-.js +0 -31
- package/dist/select.min.js +0 -28
- package/dist/settings-CVGvqY8T.js +0 -28
- package/dist/shape-indicator.min.js +0 -28
- package/dist/shared-enums-D2BNx9-N.js +0 -28
- package/dist/side-panel.min.js +0 -160
- package/dist/skeleton-icon.min.js +0 -28
- package/dist/skeleton-placeholder.min.js +0 -28
- package/dist/skeleton-text.min.js +0 -28
- package/dist/skip-to-content.min.js +0 -32
- package/dist/slider.min.js +0 -273
- package/dist/slug.min.js +0 -54
- package/dist/stack.min.js +0 -28
- package/dist/state-DVnprZ3A.js +0 -33
- package/dist/structured-list.min.js +0 -46
- package/dist/tabs.min.js +0 -85
- package/dist/tag.min.js +0 -155
- package/dist/tearsheet.min.js +0 -141
- package/dist/text-input-CMLDDQcE.js +0 -95
- package/dist/text-input.min.js +0 -31
- package/dist/textarea.min.js +0 -84
- package/dist/tile.min.js +0 -101
- package/dist/time-picker.min.js +0 -79
- package/dist/toggle-tip.min.js +0 -73
- package/dist/toggle.min.js +0 -63
- package/dist/tooltip-content-eYgOs_c2.js +0 -30
- package/dist/tooltip.min.js +0 -50
- package/dist/tree-view.min.js +0 -127
- package/dist/ui-shell.min.js +0 -156
- package/dist/unsafe-html-SGvBIOsG.js +0 -33
- package/dist/validity-CzCNnEZK.js +0 -28
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
import { css } from 'lit';
|
|
9
9
|
|
|
10
|
-
var styles = css([".cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two,:host(cds-custom-modal-body){--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-layer-background)}.cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-popover-background-color:var(--cds-background-inverse,#393939);--cds-popover-text-color:var(--cds-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-popover-drop-shadow,drop-shadow(0 .125rem .125rem rgba(0,0,0,.2)))}.cds-custom--popover--border>.cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-popover-border-color,var(--cds-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-popover-offset:0.625rem}.cds-custom--popover{inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-layout-size-height-sm:2rem}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm{--cds-layout-size-height:var(--cds-layout-size-height-sm)}.cds-custom--popover-content{--cds-layout-size-height-md:2.5rem}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md{--cds-layout-size-height:var(--cds-layout-size-height-md)}.cds-custom--popover-content{--cds-layout-size-height-lg:3rem}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg{--cds-layout-size-height:var(--cds-layout-size-height-lg)}.cds-custom--popover-content{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover-content{background-color:var(--cds-popover-background-color,var(--cds-layer));border-radius:var(--cds-popover-border-radius,2px);color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));display:none;inline-size:-moz-max-content;inline-size:max-content;max-inline-size:23rem;pointer-events:auto;position:absolute;z-index:6000}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-content{background-color:var(--cds-background,#fff)}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover-caret:after,.cds-custom--popover-caret:after{background-color:var(--cds-popover-background-color,var(--cds-layer));content:\"\";display:block;position:absolute}.cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover-caret:before{background-color:var(--cds-popover-border-color,var(--cds-border-subtle));content:\"\";display:none;position:absolute}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-caret:after{background-color:var(--cds-background,#fff)}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover-caret:before,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(100% + var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));inset-inline-start:auto}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(100% + var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem))}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-popover-offset,0);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-popover-offset,0))}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-popover-offset,0))}.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));inset-inline-start:auto}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem))}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-popover-offset,0);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-popover-offset, 0rem)*-1))}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-popover-offset, 0rem)*-1))}.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset,0),-50%)}.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset,0),calc(var(--cds-popover-offset, 0rem)*.5*-1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset,0),calc(var(--cds-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-popover-offset,0);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-popover-offset, 0rem) - 100%),-50%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1 + .1px),-50%)}.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(var(--cds-popover-offset, 0rem)*-.5 - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(var(--cds-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-popover-offset,0);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1 + 100%),-50%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button{align-items:center;block-size:2rem;display:inline-flex;inline-size:2rem;justify-content:center;position:relative}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{background:var(--cds-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--tooltip{--cds-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip{--cds-tooltip-padding-block:0.125rem;--cds-popover-caret-width:0.5rem;--cds-popover-caret-height:0.25rem;--cds-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term{border-block-end:1px dotted var(--cds-border-strong);border-radius:0;color:var(--cds-text-primary,#161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus,.cds-custom--definition-term:hover{border-block-end-color:var(--cds-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-lg)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-2xl)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));--temp-1lh:(var(--cds-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);border:0;box-sizing:border-box;font-family:inherit;font-size:100%;padding:0;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn{border-radius:0;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin:0;max-inline-size:20rem;min-block-size:var(--cds-layout-size-height-local);outline:none;padding-block:min((var(--cds-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-layout-density-padding-inline-local)*3 + .9375rem);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-button-disabled,#c6c6c6);border-color:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{block-size:1rem;flex-shrink:0;inline-size:1rem;inset-block-start:min((var(--cds-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-layout-density-padding-inline-local);margin-block-start:.0625rem;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-text-on-color,#fff)}.cds-custom--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-button-primary-active,#002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover,.cds-custom--btn--secondary{color:var(--cds-text-on-color,#fff)}.cds-custom--btn--secondary{background-color:var(--cds-button-secondary,#393939);border:1px solid transparent}.cds-custom--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-button-secondary-active,#6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:focus,.cds-custom--btn--secondary:hover{color:var(--cds-text-on-color,#fff)}.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c);border-color:transparent;color:var(--cds-text-inverse,#fff)}.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-link-primary,#0f62fe)}.cds-custom--btn--ghost:hover{background-color:var(--cds-background-hover,hsla(0,0%,55%,.12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost .cds-custom--btn__icon{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.cds-custom--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-background-active,hsla(0,0%,55%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--btn--icon-only{align-items:center;block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local);justify-content:center;padding:0;padding-block-start:0}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--xs:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-background-selected,hsla(0,0%,55%,.2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-icon-primary,#161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{background-color:var(--cds-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-button-danger-active,#750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{background-color:transparent;border-color:var(--cds-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-button-danger-active,#750e13);border-color:var(--cds-button-danger-active,#750e13);color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary:hover:disabled{background:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-button-danger-active,#750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);line-height:var(--cds-body-compact-02-line-height,1.375);padding-block:min((var(--cds-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn.cds-custom--skeleton{background:CanvasText}.cds-custom--btn.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--btn.cds-custom--skeleton{inline-size:9.375rem}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus),.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-layer-selected-disabled,#8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--btn-set--fluid{container-type:inline-size}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner{--flex-direction:row;align-items:stretch;display:flex;flex-direction:var(--flex-direction);inline-size:100%;justify-content:flex-end}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn{flex:0 1 25%;max-inline-size:14.5rem}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack .cds-custom--btn{min-inline-size:11rem}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn--danger--ghost,.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn--ghost{flex:1 1 25%;max-inline-size:none;padding-inline-start:2rem}@container (width <= 11rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 22rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 33rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 44rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 44rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner:has(:nth-child(2):last-child) .cds-custom--btn{flex-basis:50%;max-inline-size:none}}@container (width <= 33rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner:has(:first-child:last-child) .cds-custom--btn{flex:1 1 100%;max-inline-size:none}}.cds-custom--modal,:host(cds-custom-modal){align-items:center;background-color:var(--cds-overlay,rgba(0,0,0,.6));block-size:100vh;content:\"\";display:flex;inline-size:100vw;inset-block-start:0;inset-inline-start:0;justify-content:center;position:fixed;z-index:9000}.cds-custom--modal.cds-custom--modal--enable-presence{animation:cds-custom--presence-modal__enter .24s cubic-bezier(0,0,.3,1) forwards}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal.cds-custom--modal--enable-presence{animation:none}}.cds-custom--modal.cds-custom--modal--enable-presence[data-exiting]{animation:cds-custom--presence-modal__exit .24s cubic-bezier(.4,.14,1,1) forwards}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal.cds-custom--modal--enable-presence[data-exiting]{animation:none}}@keyframes cds-custom--presence-modal__enter{0%{opacity:0}to{opacity:1}}@keyframes cds-custom--presence-modal__exit{0%{opacity:1}to{opacity:0}}.cds-custom--modal:not(.cds-custom--modal--enable-presence),:not(.cds-custom--modal--enable-presence):host(cds-custom-modal){opacity:0;transition:opacity .24s cubic-bezier(.4,.14,1,1),visibility 0s linear .24s;visibility:hidden}.cds-custom--modal:not(.cds-custom--modal--enable-presence).is-visible{opacity:1;transition:opacity .24s cubic-bezier(0,0,.3,1),visibility 0s linear;visibility:inherit}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal:not(.cds-custom--modal--enable-presence).is-visible{transition:none}}.cds-custom--modal .cds-custom--date-picker--fluid .ccds-customds--date-picker-input__wrapper .cds-custom--date-picker__input,.cds-custom--modal .cds-custom--list-box__wrapper--fluid .cds-custom--list-box,.cds-custom--modal .cds-custom--list-box__wrapper--fluid.cds-custom--list-box__wrapper,.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:after,.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:before,.cds-custom--modal .cds-custom--number-input--fluid input[type=number],.cds-custom--modal .cds-custom--number-input--fluid input[type=text],.cds-custom--modal .cds-custom--search--fluid .cds-custom--search-input,.cds-custom--modal .cds-custom--select--fluid .cds-custom--select-input,.cds-custom--modal .cds-custom--text-area--fluid .cds-custom--text-area,.cds-custom--modal .cds-custom--text-area--fluid .cds-custom--text-area__wrapper,.cds-custom--modal .cds-custom--text-area--fluid .cds-custom--text-area__wrapper[data-invalid] .cds-custom--text-area__divider+.cds-custom--form-requirement,.cds-custom--modal .cds-custom--text-input--fluid .cds-custom--text-input,:host(cds-custom-modal) .cds-custom--date-picker--fluid .ccds-customds--date-picker-input__wrapper .cds-custom--date-picker__input,:host(cds-custom-modal) .cds-custom--list-box__wrapper--fluid .cds-custom--list-box,:host(cds-custom-modal) .cds-custom--list-box__wrapper--fluid.cds-custom--list-box__wrapper,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:after,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:before,:host(cds-custom-modal) .cds-custom--number-input--fluid input[type=number],:host(cds-custom-modal) .cds-custom--number-input--fluid input[type=text],:host(cds-custom-modal) .cds-custom--search--fluid .cds-custom--search-input,:host(cds-custom-modal) .cds-custom--select--fluid .cds-custom--select-input,:host(cds-custom-modal) .cds-custom--text-area--fluid .cds-custom--text-area,:host(cds-custom-modal) .cds-custom--text-area--fluid .cds-custom--text-area__wrapper,:host(cds-custom-modal) .cds-custom--text-area--fluid .cds-custom--text-area__wrapper[data-invalid] .cds-custom--text-area__divider+.cds-custom--form-requirement,:host(cds-custom-modal) .cds-custom--text-input--fluid .cds-custom--text-input{background-color:var(--cds-field-01,#f4f4f4)}.cds-custom--modal .cds-custom--list-box__wrapper--fluid .cds-custom--list-box__menu,:host(cds-custom-modal) .cds-custom--list-box__wrapper--fluid .cds-custom--list-box__menu{background-color:var(--cds-layer-01,#f4f4f4)}.cds-custom--modal .cds-custom--list-box__menu-item:hover,:host(cds-custom-modal) .cds-custom--list-box__menu-item:hover{background-color:var(--cds-layer-hover-02,#e8e8e8)}.cds-custom--modal .cds-custom--list-box__menu-item--active,:host(cds-custom-modal) .cds-custom--list-box__menu-item--active{background-color:var(--cds-layer-selected-02,#e0e0e0)}.cds-custom--modal .cds-custom--list-box__menu-item--active:hover,:host(cds-custom-modal) .cds-custom--list-box__menu-item--active:hover{background-color:var(--cds-layer-selected-hover-02,#d1d1d1)}.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:hover:after,.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:hover:before,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:hover:after,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:hover:before{background-color:var(--cds-field-hover)}.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:focus:after,.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:focus:before,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:focus:after,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:focus:before{border-inline-start:2px solid var(--cds-focus,#0f62fe)}.cds-custom--modal--enable-presence[data-exiting] .cds-custom--modal-container{animation:cds-custom--presence-modal-container__exit .24s cubic-bezier(.4,.14,1,1) forwards}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal--enable-presence[data-exiting] .cds-custom--modal-container{animation:none}}.cds-custom--modal--enable-presence .cds-custom--modal-container{animation:cds-custom--presence-modal-container__enter .24s cubic-bezier(0,0,.3,1) forwards}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal--enable-presence .cds-custom--modal-container{animation:none}}@keyframes cds-custom--presence-modal-container__enter{0%{transform:translate3d(0,-24px,0)}to{transform:translateZ(0)}}@keyframes cds-custom--presence-modal-container__exit{0%{transform:translateZ(0)}to{transform:translate3d(0,-24px,0)}}:not(.cds-custom--modal--enable-presence).is-visible .cds-custom--modal-container{transform:translateZ(0);transition:transform .24s cubic-bezier(0,0,.3,1)}:not(.cds-custom--modal--enable-presence) .cds-custom--modal-container{transform:translate3d(0,-24px,0);transition:transform .24s cubic-bezier(.4,.14,1,1)}.cds-custom--modal-container{background-color:var(--cds-layer);border:1px solid var(--cds-border-subtle-01,#c6c6c6);display:grid;grid-template-columns:100%;grid-template-rows:auto 1fr auto;inline-size:100%;inset-block-start:0;max-block-size:100%;outline:3px solid transparent;outline-offset:-3px;position:fixed;transform-origin:top center}@media (min-width:42rem){.cds-custom--modal-container{inline-size:84%;max-block-size:90%;position:relative}}@media (min-width:66rem){.cds-custom--modal-container{inline-size:60%;max-block-size:84%}}@media (min-width:82rem){.cds-custom--modal-container{inline-size:48%}}.cds-custom--modal-container .cds-custom--modal-container-body{display:contents}.cds-custom--modal-content,:host(cds-custom-modal-body){color:var(--cds-text-primary,#161616);font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);font-weight:400;grid-column:1/-1;grid-row:2/-2;letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);overflow-y:auto;padding-block:.5rem 3rem;padding-inline:1rem 1rem;position:relative}.cds-custom--modal-content:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--modal-content:focus{outline-style:dotted}}.cds-custom--modal-content .cds-custom--form--fluid,:host(cds-custom-modal-body) .cds-custom--form--fluid{margin-inline:-2rem}.cds-custom--modal-content>p,.cds-custom--modal-content__regular-content,:host(cds-custom-modal-body)>p{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);padding-inline-end:calc(20% - 2rem)}.cds-custom--modal-content--with-form{padding-inline-end:1rem}.cds-custom--modal-header,:host(cds-custom-modal-header){grid-column:1/-1;grid-row:1/1;margin-block-end:.5rem;max-block-size:50vh;overflow-y:auto;padding-block-start:1rem;padding-inline:1rem 3rem}.cds-custom--modal-header__label,:host(cds-custom-modal-label){border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--modal-header__label *,.cds-custom--modal-header__label :after,.cds-custom--modal-header__label :before,:host(cds-custom-modal-label) *,:host(cds-custom-modal-label) :after,:host(cds-custom-modal-label) :before{box-sizing:inherit}.cds-custom--modal-header__label,:host(cds-custom-modal-label){color:var(--cds-text-secondary,#525252);font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);margin-block-end:.25rem}.cds-custom--modal-header__heading,:host(cds-custom-modal-heading){border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--modal-header__heading *,.cds-custom--modal-header__heading :after,.cds-custom--modal-header__heading :before,:host(cds-custom-modal-heading) *,:host(cds-custom-modal-heading) :after,:host(cds-custom-modal-heading) :before{box-sizing:inherit}.cds-custom--modal-header__heading,:host(cds-custom-modal-heading){color:var(--cds-text-primary,#161616);font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4);padding-inline-end:calc(20% - 3rem)}.cds-custom--modal-container--xs .cds-custom--modal-content__regular-content{padding-inline-end:1rem}.cds-custom--modal-container--xs .cds-custom--modal-content>p,.cds-custom--modal-container--xs :host(cds-custom-modal-body)>p{padding-inline-end:0}@media (min-width:42rem){.cds-custom--modal-container--xs{inline-size:48%}}@media (min-width:66rem){.cds-custom--modal-container--xs{inline-size:32%;max-block-size:48%}}@media (min-width:82rem){.cds-custom--modal-container--xs{inline-size:24%}}.cds-custom--modal-container--sm .cds-custom--modal-content__regular-content{padding-inline-end:1rem}.cds-custom--modal-container--sm .cds-custom--modal-content>p,.cds-custom--modal-container--sm :host(cds-custom-modal-body)>p{padding-inline-end:0}@media (min-width:42rem){.cds-custom--modal-container--sm{inline-size:60%}}@media (min-width:66rem){.cds-custom--modal-container--sm{inline-size:42%;max-block-size:72%}.cds-custom--modal-container--sm .cds-custom--modal-content>p,.cds-custom--modal-container--sm .cds-custom--modal-content__regular-content,.cds-custom--modal-container--sm :host(cds-custom-modal-body)>p{padding-inline-end:20%}}@media (min-width:82rem){.cds-custom--modal-container--sm{inline-size:36%}}@media (min-width:42rem){.cds-custom--modal-container--lg{inline-size:96%}}@media (min-width:66rem){.cds-custom--modal-container--lg{inline-size:84%;max-block-size:96%}}@media (min-width:82rem){.cds-custom--modal-container--lg{inline-size:72%}}.cds-custom--modal-scroll-content,:host(cds-custom-modal[has-scrolling-content]) ::slotted(cds-custom-modal-body){border-block-end:2px solid transparent;-webkit-mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px);mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px)}.cds-custom--modal--decorator .cds-custom--modal-content.cds-custom--modal-scroll-content.cds-custom--modal-scroll-content--no-fade,.cds-custom--modal--slug .cds-custom--modal-content.cds-custom--modal-scroll-content.cds-custom--modal-scroll-content--no-fade,.cds-custom--modal-scroll-content--no-fade,.cds-custom--modal-scroll-content.cds-custom--modal-scroll-content--no-fade,:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal-scroll-content--no-fade::slotted(cds-custom-modal-body){-webkit-mask-image:none;mask-image:none}.cds-custom--modal-scroll-content:has(.cds-custom--autoalign),:host(cds-custom-modal[has-scrolling-content]) :has(.cds-custom--autoalign)::slotted(cds-custom-modal-body){-webkit-mask-image:none;mask-image:none}.cds-custom--modal-scroll-content>:last-child,:host(cds-custom-modal[has-scrolling-content]) ::slotted(cds-custom-modal-body)>:last-child{margin-block-end:1.5rem}.cds-custom--modal-footer,:host(cds-custom-modal-footer){block-size:4rem;display:flex;grid-column:1/-1;grid-row:-1/-1;justify-content:flex-end;margin-block-start:auto}.cds-custom--modal-footer .cds-custom--btn,:host(cds-custom-modal-footer) .cds-custom--btn{align-items:baseline;block-size:4rem;flex:0 1 50%;margin:0;max-inline-size:none}.cds-custom--modal-footer .cds-custom--btn:not(.cds-custom--skeleton),:host(cds-custom-modal-footer) .cds-custom--btn:not(.cds-custom--skeleton){padding-block:.875rem 2rem}.cds-custom--modal-footer--three-button .cds-custom--btn,:host(cds-custom-modal-footer[has-three-buttons]) .cds-custom--btn{align-items:flex-start;flex:0 1 25%}.cds-custom--modal-close-button,:host(cds-custom-modal-close-button){inset-block-start:0;inset-inline-end:0;position:absolute}.cds-custom--modal-close{background-color:transparent;block-size:3rem;border:2px solid transparent;cursor:pointer;inline-size:3rem;padding:.75rem;transition:background-color .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--modal-close:hover{background-color:var(--cds-layer-hover)}.cds-custom--modal-close:focus{border-color:var(--cds-focus,#0f62fe);outline:none}.cds-custom--modal-close::-moz-focus-inner{border:0}.cds-custom--modal-close__icon{block-size:1.25rem;fill:var(--cds-icon-primary,#161616);inline-size:1.25rem}.cds-custom--body--with-modal-open{overflow:hidden}.cds-custom--body--with-modal-open .cds-custom--modal .cds-custom--overflow-menu-options,.cds-custom--body--with-modal-open .cds-custom--modal .cds-custom--tooltip,.cds-custom--body--with-modal-open .cds-custom--overflow-menu-options,.cds-custom--body--with-modal-open :host(cds-custom-modal) .cds-custom--tooltip{z-index:9000}.cds-custom--modal-container--full-width .cds-custom--modal-content,.cds-custom--modal-container--full-width :host(cds-custom-modal-body){margin:0;padding:0}.cds-custom--modal--decorator:has(.cds-custom--ai-label).cds-custom--modal,.cds-custom--modal--slug.cds-custom--modal{background-color:var(--cds-ai-overlay,rgba(0,17,65,.5))}.cds-custom--modal--decorator:has(.cds-custom--ai-label) .cds-custom--modal-container,.cds-custom--modal--slug .cds-custom--modal-container{background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;background-color:var(--cds-layer);border:1px solid transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--modal--decorator:has(.cds-custom--ai-label) .cds-custom--modal-container:has(.cds-custom--modal-footer,:host(cds-custom-modal-footer)),.cds-custom--modal--slug .cds-custom--modal-container:has(.cds-custom--modal-footer,:host(cds-custom-modal-footer)){background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 64px,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 64px,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 0 -16px var(--cds-layer),inset 0 -160px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--modal--decorator .cds-custom--modal-content.cds-custom--modal-scroll-content,.cds-custom--modal--slug .cds-custom--modal-content.cds-custom--modal-scroll-content,:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal--decorator .cds-custom--modal-content::slotted(cds-custom-modal-body),:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal--decorator :host(cds-custom-modal-body)::slotted(cds-custom-modal-body),:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal--slug .cds-custom--modal-content::slotted(cds-custom-modal-body),:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal--slug :host(cds-custom-modal-body)::slotted(cds-custom-modal-body){-webkit-mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px);mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px)}.cds-custom--modal--decorator .cds-custom--modal-container-body>.cds-custom--modal--inner__decorator>*,.cds-custom--modal--slug .cds-custom--modal-container-body>.cds-custom--ai-label,.cds-custom--modal--slug .cds-custom--modal-container-body>.cds-custom--slug,.cds-custom--modal-header>.cds-custom--ai-label:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button)),.cds-custom--modal-header>.cds-custom--modal--inner__decorator:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button))>*,.cds-custom--modal-header>.cds-custom--modal-close-button~.cds-custom--ai-label,.cds-custom--modal-header>.cds-custom--modal-close-button~.cds-custom--modal--inner__decorator>*,.cds-custom--modal-header>.cds-custom--modal-close-button~.cds-custom--slug,.cds-custom--modal-header>.cds-custom--slug:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button)),.cds-custom--modal-header>:host(cds-custom-modal-close-button)~.cds-custom--ai-label,.cds-custom--modal-header>:host(cds-custom-modal-close-button)~.cds-custom--modal--inner__decorator>*,.cds-custom--modal-header>:host(cds-custom-modal-close-button)~.cds-custom--slug,:host(cds-custom-modal-header)>.cds-custom--ai-label:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button)),:host(cds-custom-modal-header)>.cds-custom--modal--inner__decorator:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button))>*,:host(cds-custom-modal-header)>.cds-custom--modal-close-button~.cds-custom--ai-label,:host(cds-custom-modal-header)>.cds-custom--modal-close-button~.cds-custom--modal--inner__decorator>*,:host(cds-custom-modal-header)>.cds-custom--modal-close-button~.cds-custom--slug,:host(cds-custom-modal-header)>.cds-custom--slug:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button)),:host(cds-custom-modal-header)>:host(cds-custom-modal-close-button)~.cds-custom--ai-label,:host(cds-custom-modal-header)>:host(cds-custom-modal-close-button)~.cds-custom--modal--inner__decorator>*,:host(cds-custom-modal-header)>:host(cds-custom-modal-close-button)~.cds-custom--slug{inset-block-start:.625rem;inset-inline-end:3rem;position:absolute}.cds-custom--modal-header>.cds-custom--modal--inner__decorator:not(:has(.cds-custom--ai-label))>*,:host(cds-custom-modal-header)>.cds-custom--modal--inner__decorator:not(:has(.cds-custom--ai-label))>*{inset-block-start:1rem}.cds-custom--modal-header>.cds-custom--modal--inner__decorator:has(.cds-custom--ai-label--revert)>*,:host(cds-custom-modal-header)>.cds-custom--modal--inner__decorator:has(.cds-custom--ai-label--revert)>*{inset-block-start:1.475rem}.cds-custom--modal--decorator .cds-custom--modal-content--overflow-indicator,.cds-custom--modal--decorator .cds-custom--modal-content--overflow-indicator:before{display:none}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--modal-close:focus{color:Highlight;outline:1px solid Highlight}}:host(cds-custom-modal[open]){opacity:1;transition:opacity .24s cubic-bezier(0,0,.3,1),visibility 0s linear;visibility:inherit}:host(cds-custom-modal[open]) .cds-custom--modal-container{transform:translateZ(0);transition:transform .24s cubic-bezier(0,0,.3,1)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-modal[open]){transition:none}}:host(cds-custom-modal){opacity:0;transition:opacity .24s cubic-bezier(.4,.14,1,1),visibility 0s linear .24s;visibility:hidden}:host(cds-custom-modal[full-width]) ::slotted(cds-custom-modal-body){margin:0;padding:0}:host(cds-custom-modal-close-button){outline:none}:host(cds-custom-modal-heading),:host(cds-custom-modal-label){display:block}:host(cds-custom-modal-body) ::slotted(cds-custom-form-item){margin-block-end:1rem}:host(cds-custom-modal-body) ::slotted(cds-custom-select:last-of-type){padding-block-end:0}:host(cds-custom-modal-body) ::slotted(:last-child){padding-block-end:2rem}:host(cds-custom-modal-body-content){display:block;font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);padding-inline-end:calc(20% - 2rem)}:host(cds-custom-modal-body-content[description]){margin-block-end:1rem}:host(cds-custom-modal-footer[has-three-buttons]) ::slotted(cds-custom-modal-footer-button){flex:0 1 25%}:host(cds-custom-modal-footer-button:first-of-type) .cds-custom--btn{box-shadow:inherit}:host(cds-custom-modal-footer-button) .cds-custom--btn{block-size:100%;box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0);inline-size:100%;max-inline-size:none;padding-block:1rem 2rem}:host(cds-custom-modal-footer-button) .cds-custom--btn:focus{box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe),inset 0 0 0 2px var(--cds-background,#fff)}:host(cds-custom-modal-footer) ::slotted(cds-custom-button),:host(cds-custom-modal-footer-button){block-size:4rem;flex:0 1 50%;inline-size:50%;margin:0;max-inline-size:none}:host(cds-custom-modal[ai-label]){background-color:var(--cds-ai-overlay,rgba(0,17,65,.5))}:host(cds-custom-modal[ai-label]) .cds-custom--modal-container{background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;background-color:var(--cds-layer);border:1px solid transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}:host(cds-custom-modal[ai-label][has-footer]) .cds-custom--modal-container{background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 64px,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 64px,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 0 -16px var(--cds-layer),inset 0 -160px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}:host(cds-custom-modal[ai-label][has-scrolling-content]) ::slotted(cds-custom-modal-body){-webkit-mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px);mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px)}:host(cds-custom-modal[ai-label]) .cds-custom--modal-content--overflow-indicator,:host(cds-custom-modal[ai-label]) .cds-custom--modal-content--overflow-indicator:before{display:none}:host(cds-custom-modal-header) ::slotted(cds-custom-ai-label),:host(cds-custom-modal-header) ::slotted(cds-custom-slug){inset-block-start:0;inset-inline-end:0;position:absolute}:host(cds-custom-modal-header[close-button]) ::slotted(cds-custom-ai-label),:host(cds-custom-modal-header[close-button]) ::slotted(cds-custom-slug){inset-block-start:.625rem;inset-inline-end:3rem;position:absolute}"]);
|
|
10
|
+
var styles = css([".cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two,:host(cds-custom-modal-body){--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-layer-background)}.cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--popover-container{display:inline-block}.cds-custom--popover-container:not(.cds-custom--popover--auto-align){position:relative}.cds-custom--popover--high-contrast .cds-custom--popover{--cds-popover-background-color:var(--cds-background-inverse,#393939);--cds-popover-text-color:var(--cds-text-inverse,#fff)}.cds-custom--popover--drop-shadow .cds-custom--popover{filter:var(--cds-popover-drop-shadow,drop-shadow(0 .125rem .125rem rgba(0,0,0,.2)))}.cds-custom--popover--border>.cds-custom--popover>.cds-custom--popover-content{outline:1px solid var(--cds-popover-border-color,var(--cds-border-subtle));outline-offset:-1px}.cds-custom--popover--caret{--cds-popover-offset:0.625rem}.cds-custom--popover{inset:0;pointer-events:none;position:absolute;z-index:6000}.cds-custom--popover-content{--cds-layout-size-height-sm:2rem}.cds-custom--layout--size-sm :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-sm{--cds-layout-size-height:var(--cds-layout-size-height-sm)}.cds-custom--popover-content{--cds-layout-size-height-md:2.5rem}.cds-custom--layout--size-md :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-md{--cds-layout-size-height:var(--cds-layout-size-height-md)}.cds-custom--popover-content{--cds-layout-size-height-lg:3rem}.cds-custom--layout--size-lg :where(.cds-custom--popover-content),.cds-custom--popover-content.cds-custom--layout--size-lg{--cds-layout-size-height:var(--cds-layout-size-height-lg)}.cds-custom--popover-content{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--popover-content *,.cds-custom--popover-content :after,.cds-custom--popover-content :before{box-sizing:inherit}.cds-custom--popover-content{background-color:var(--cds-popover-background-color,var(--cds-layer));border-radius:var(--cds-popover-border-radius,2px);color:var(--cds-popover-text-color,var(--cds-text-primary,#161616));display:none;inline-size:-moz-max-content;inline-size:max-content;max-inline-size:23rem;pointer-events:auto;position:absolute;z-index:6000}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content{display:block}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-content{background-color:var(--cds-background,#fff)}.cds-custom--popover-content:before{content:\"\";display:none;position:absolute}.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content:before{display:block}.cds-custom--popover--auto-align.cds-custom--popover-caret,.cds-custom--popover-caret{display:none;position:absolute;will-change:transform;z-index:6000}.cds-custom--popover--auto-align.cds-custom--popover-caret:after,.cds-custom--popover-caret:after{background-color:var(--cds-popover-background-color,var(--cds-layer));content:\"\";display:block;position:absolute}.cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover-caret:before{background-color:var(--cds-popover-border-color,var(--cds-border-subtle));content:\"\";display:none;position:absolute}.cds-custom--popover--background-token__background>.cds-custom--popover>.cds-custom--popover-caret:after{background-color:var(--cds-background,#fff)}.cds-custom--popover--auto-align.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--border .cds-custom--popover--auto-align.cds-custom--popover-caret:before,.cds-custom--popover--border .cds-custom--popover-caret:before,.cds-custom--popover--caret.cds-custom--popover--open>.cds-custom--popover>.cds-custom--popover-caret{display:block}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-caret{display:none}.cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,calc(100% + var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(100% + var(--cds-popover-offset, 0rem)))}.cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(100% + var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));inset-inline-start:auto}.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:0;inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(100% + var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--bottom-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem))}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-popover-offset,0);inset-block-start:0;inset-inline:0;transform:translateY(-100%)}.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-end:0;inset-inline-start:50%;transform:translate(-50%,var(--cds-popover-offset,0))}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--bottom-end>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-left>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-right>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom-start>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--bottom>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,var(--cds-popover-offset,0))}.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 100%,50% 0,100% 100%);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--bottom-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:1px;inset-inline-start:.5px}.cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{transform:translate(50%,calc(-100% - var(--cds-popover-offset, 0rem)))}.cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));inset-inline-start:auto}.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:0;inset-inline-end:calc(50% - var(--cds-popover-offset, 0rem));transform:translate(var(--cds-popover-offset,0),calc(-100% - var(--cds-popover-offset, 0rem)))}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:calc(50% - var(--cds-popover-offset, 0rem))}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-content:before{block-size:var(--cds-popover-offset,0);inset-block-end:0;inset-inline:0;transform:translateY(100%)}.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem);inset-block-start:0;inset-inline-start:50%;transform:translate(-50%,calc(var(--cds-popover-offset, 0rem)*-1))}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top>.cds-custom--popover>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}[dir=rtl] .cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{transform:translate(50%,calc(var(--cds-popover-offset, 0rem)*-1))}.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-height,.375rem);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-height,.375rem);clip-path:polygon(0 0,50% 100%,100% 0);inline-size:var(--cds-popover-caret-width,.75rem)}.cds-custom--popover--border.cds-custom--popover--top-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inline-size:calc(var(--cds-popover-caret-width, .75rem) - 1px);inset-block-start:-1px;inset-inline-start:.5px}.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset,0),-50%)}.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset,0),calc(var(--cds-popover-offset, 0rem)*.5*-1 - 16px))}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-start:100%;transform:translate(var(--cds-popover-offset,0),calc(var(--cds-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--right-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--right>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-popover-offset,0);inset-block:0;inset-inline-start:0;transform:translateX(-100%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-start:100%;transform:translate(calc(var(--cds-popover-offset, 0rem) - 100%),-50%)}.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}[dir=rtl] .cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:100%;inset-inline-start:auto}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 50%,100% 0,100% 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--right.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1 + .1px),-50%)}.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(var(--cds-popover-offset, 0rem)*-.5 - 16px))}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-block-end:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1),calc(var(--cds-popover-offset, 0rem)*.5 + 16px))}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--left-bottom>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-end>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-start>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left-top>.cds-custom--popover>.cds-custom--popover-content:before,.cds-custom--popover--left>.cds-custom--popover>.cds-custom--popover-content:before{inline-size:var(--cds-popover-offset,0);inset-block:0;inset-inline-end:0;transform:translateX(100%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem);inset-block-start:50%;inset-inline-end:100%;transform:translate(calc(var(--cds-popover-offset, 0rem)*-1 + 100%),-50%)}.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}[dir=rtl] .cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret,[dir=rtl] .cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret{inset-inline-end:auto;inset-inline-start:100%}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:before{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-caret:after{inset-inline-start:1px}.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret{block-size:var(--cds-popover-caret-width,.75rem);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{block-size:var(--cds-popover-caret-width,.75rem);clip-path:polygon(0 0,100% 50%,0 100%);inline-size:var(--cds-popover-caret-height,.375rem)}.cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,.cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:before{margin-inline-start:-1px}[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-bottom.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-end.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-start.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left-top.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after,[dir=rtl] .cds-custom--popover--border.cds-custom--popover--left.cds-custom--popover--auto-align>.cds-custom--popover>.cds-custom--popover-content>.cds-custom--popover-caret:after{inset-inline-start:0}.cds-custom--popover--tab-tip>.cds-custom--popover>.cds-custom--popover-content{border-radius:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-start:0}.cds-custom--popover--tab-tip.cds-custom--popover--bottom-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,.cds-custom--popover--tab-tip.cds-custom--popover--top-end:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--bottom-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content,[dir=rtl] .cds-custom--popover--tab-tip.cds-custom--popover--top-start:not(.cds-custom--popover--auto-align)>.cds-custom--popover>.cds-custom--popover-content{inset-inline-end:0;inset-inline-start:auto}.cds-custom--popover--tab-tip .cds-custom--popover{will-change:filter}.cds-custom--popover--tab-tip__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--popover--tab-tip__button *,.cds-custom--popover--tab-tip__button :after,.cds-custom--popover--tab-tip__button :before{box-sizing:inherit}.cds-custom--popover--tab-tip__button::-moz-focus-inner{border:0}.cds-custom--popover--tab-tip__button{align-items:center;block-size:2rem;display:inline-flex;inline-size:2rem;justify-content:center;position:relative}.cds-custom--popover--tab-tip__button:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--popover--tab-tip__button:focus{outline-style:dotted}}.cds-custom--popover--tab-tip__button:hover{background-color:var(--cds-layer-hover)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button{background:var(--cds-layer);box-shadow:0 2px 2px rgba(0,0,0,.2)}.cds-custom--popover--tab-tip.cds-custom--popover--open .cds-custom--popover--tab-tip__button:not(:focus):after{background:var(--cds-layer);block-size:2px;content:\"\";inline-size:100%;inset-block-end:0;position:absolute;z-index:6001}.cds-custom--popover--tab-tip__button svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--tooltip{--cds-popover-offset:12px}.cds-custom--tooltip-content{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:18rem;overflow-wrap:break-word;padding:var(--cds-tooltip-padding-block,1rem) var(--cds-tooltip-padding-inline,1rem)}.cds-custom--icon-tooltip{--cds-tooltip-padding-block:0.125rem;--cds-popover-caret-width:0.5rem;--cds-popover-caret-height:0.25rem;--cds-popover-offset:0.5rem}.cds-custom--icon-tooltip .cds-custom--tooltip-content{font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--definition-term{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:inherit;font-size:100%;inline-size:100%;margin:0;padding:0;text-align:start;vertical-align:baseline}.cds-custom--definition-term *,.cds-custom--definition-term :after,.cds-custom--definition-term :before{box-sizing:inherit}.cds-custom--definition-term::-moz-focus-inner{border:0}.cds-custom--definition-term{border-block-end:1px dotted var(--cds-border-strong);border-radius:0;color:var(--cds-text-primary,#161616)}.cds-custom--definition-term:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--definition-term:focus{outline-style:dotted}}.cds-custom--definition-term:focus,.cds-custom--definition-term:hover{border-block-end-color:var(--cds-border-interactive,#0f62fe)}.cds-custom--definition-tooltip{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);max-inline-size:11rem;padding:.5rem 1rem;text-wrap:auto;word-break:break-word}.cds-custom--btn{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-xs)),var(--cds-layout-size-height,var(--cds-layout-size-height-lg)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-2xl)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));--temp-1lh:(var(--cds-body-compact-01-line-height,1.28572) * 1em);--temp-expressive-1lh:(var(--cds-body-compact-02-line-height,1.375) * 1em);--temp-padding-block-max:calc((var(--cds-layout-size-height-lg) - var(--temp-1lh))/2 - 0.0625rem);border:0;box-sizing:border-box;font-family:inherit;font-size:100%;padding:0;vertical-align:baseline}.cds-custom--btn *,.cds-custom--btn :after,.cds-custom--btn :before{box-sizing:inherit}.cds-custom--btn{border-radius:0;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;justify-content:space-between;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);margin:0;max-inline-size:20rem;min-block-size:var(--cds-layout-size-height-local);outline:none;padding-block:min((var(--cds-layout-size-height-local) - var(--temp-1lh))/2 - .0625rem,var(--temp-padding-block-max));padding-inline:calc(var(--cds-layout-density-padding-inline-local) - .0625rem) calc(var(--cds-layout-density-padding-inline-local)*3 + .9375rem);position:relative;text-align:start;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds-custom--btn.cds-custom--btn--disabled,.cds-custom--btn.cds-custom--btn--disabled:focus,.cds-custom--btn.cds-custom--btn--disabled:hover,.cds-custom--btn:disabled,.cds-custom--btn:focus:disabled,.cds-custom--btn:hover:disabled{background:var(--cds-button-disabled,#c6c6c6);border-color:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds-custom--btn .cds-custom--btn__icon{block-size:1rem;flex-shrink:0;inline-size:1rem;inset-block-start:min((var(--cds-layout-size-height-local) - 1rem)/2 - .0625rem,var(--temp-padding-block-max));inset-inline-end:var(--cds-layout-density-padding-inline-local);margin-block-start:.0625rem;position:absolute}.cds-custom--btn::-moz-focus-inner{border:0;padding:0}.cds-custom--btn--primary{background-color:var(--cds-button-primary,#0f62fe);border:1px solid transparent;color:var(--cds-text-on-color,#fff)}.cds-custom--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}.cds-custom--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--primary:active{background-color:var(--cds-button-primary-active,#002d9c)}.cds-custom--btn--primary .cds-custom--btn__icon,.cds-custom--btn--primary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--primary:hover,.cds-custom--btn--secondary{color:var(--cds-text-on-color,#fff)}.cds-custom--btn--secondary{background-color:var(--cds-button-secondary,#393939);border:1px solid transparent}.cds-custom--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}.cds-custom--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--secondary:active{background-color:var(--cds-button-secondary-active,#6f6f6f)}.cds-custom--btn--secondary .cds-custom--btn__icon,.cds-custom--btn--secondary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--secondary:focus,.cds-custom--btn--secondary:hover{color:var(--cds-text-on-color,#fff)}.cds-custom--btn--tertiary{background-color:transparent;border-color:var(--cds-button-tertiary,#0f62fe);border-style:solid;border-width:1px;color:var(--cds-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}.cds-custom--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--tertiary .cds-custom--btn__icon,.cds-custom--btn--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--tertiary:focus,.cds-custom--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds-custom--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe)}.cds-custom--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c);border-color:transparent;color:var(--cds-text-inverse,#fff)}.cds-custom--btn--tertiary.cds-custom--btn--disabled,.cds-custom--btn--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--tertiary:disabled,.cds-custom--btn--tertiary:focus:disabled,.cds-custom--btn--tertiary:hover:disabled{background:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-link-primary,#0f62fe)}.cds-custom--btn--ghost:hover{background-color:var(--cds-background-hover,hsla(0,0%,55%,.12))}.cds-custom--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--ghost .cds-custom--btn__icon,.cds-custom--btn--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--ghost{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--ghost .cds-custom--btn__icon{align-self:center;margin-inline-start:.5rem;position:static}.cds-custom--btn--ghost:active,.cds-custom--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds-custom--btn--ghost:active{background-color:var(--cds-background-active,hsla(0,0%,55%,.5))}.cds-custom--btn--ghost.cds-custom--btn--disabled,.cds-custom--btn--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--ghost:disabled,.cds-custom--btn--ghost:focus:disabled,.cds-custom--btn--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--btn--icon-only{align-items:center;block-size:var(--cds-layout-size-height-local);inline-size:var(--cds-layout-size-height-local);justify-content:center;padding:0;padding-block-start:0}.cds-custom--btn--icon-only>:first-child{min-inline-size:1rem}.cds-custom--btn--icon-only .cds-custom--btn__icon{position:static}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--icon-only.cds-custom--btn--ghost .cds-custom--btn__icon{margin:0}.cds-custom--btn--icon-only.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - 1rem)}.cds-custom--btn--xs:not(.cds-custom--btn--icon-only){padding-block-start:1.5px}.cds-custom--btn--md:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--sm:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon,.cds-custom--btn--xs:not(.cds-custom--btn--icon-only) .cds-custom--btn__icon{margin-block-start:0}.cds-custom--btn--icon-only.cds-custom--btn--selected{background:var(--cds-background-selected,hsla(0,0%,55%,.2))}.cds-custom--btn path[data-icon-path=inner-path]{fill:none}.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-icon-primary,#161616)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon,.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled] .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]),.cds-custom--btn.cds-custom--btn--icon-only.cds-custom--btn--ghost[disabled]:hover .cds-custom--btn__icon{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn--ghost.cds-custom--btn--icon-only[disabled],.cds-custom--icon-tooltip--disabled .cds-custom--tooltip-trigger__wrapper{cursor:not-allowed}.cds-custom--icon-tooltip--disabled .cds-custom--btn--icon-only[disabled]{pointer-events:none}.cds-custom--btn--danger{background-color:var(--cds-button-danger-primary,#da1e28);border:1px solid transparent;color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds-custom--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger:active{background-color:var(--cds-button-danger-active,#750e13)}.cds-custom--btn--danger .cds-custom--btn__icon,.cds-custom--btn--danger .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger:hover{color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary{background-color:transparent;border-color:var(--cds-button-danger-secondary,#da1e28);border-style:solid;border-width:1px;color:var(--cds-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds-custom--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger--tertiary .cds-custom--btn__icon,.cds-custom--btn--danger--tertiary .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary:active{background-color:var(--cds-button-danger-active,#750e13);border-color:var(--cds-button-danger-active,#750e13);color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--tertiary.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--tertiary:disabled,.cds-custom--btn--danger--tertiary:focus:disabled,.cds-custom--btn--danger--tertiary:hover:disabled{background:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--danger--ghost{background-color:transparent;border:1px solid transparent;color:var(--cds-button-danger-secondary,#da1e28)}.cds-custom--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds-custom--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds-custom--btn--danger--ghost:active{background-color:var(--cds-button-danger-active,#750e13)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon,.cds-custom--btn--danger--ghost .cds-custom--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds-custom--btn--danger--ghost{padding-inline-end:calc(var(--cds-layout-density-padding-inline-local) - .0625rem)}.cds-custom--btn--danger--ghost .cds-custom--btn__icon{margin-inline-start:.5rem;position:static}.cds-custom--btn--danger--ghost:active,.cds-custom--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}.cds-custom--btn--danger--ghost.cds-custom--btn--disabled,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:focus,.cds-custom--btn--danger--ghost.cds-custom--btn--disabled:hover,.cds-custom--btn--danger--ghost:disabled,.cds-custom--btn--danger--ghost:focus:disabled,.cds-custom--btn--danger--ghost:hover:disabled{background:transparent;border-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));outline:none}.cds-custom--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);line-height:var(--cds-body-compact-02-line-height,1.375);padding-block:min((var(--cds-layout-size-height-local) - var(--temp-expressive-1lh))/2 - .0625rem,var(--temp-padding-block-max))}.cds-custom--btn--icon-only.cds-custom--btn--expressive{padding:12px 13px}.cds-custom--btn.cds-custom--btn--expressive .cds-custom--btn__icon{block-size:1.25rem;inline-size:1.25rem}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--expressive{max-inline-size:20rem}.cds-custom--btn.cds-custom--skeleton{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--btn.cds-custom--skeleton:active,.cds-custom--btn.cds-custom--skeleton:focus,.cds-custom--btn.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--btn.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--btn.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn.cds-custom--skeleton{background:CanvasText}.cds-custom--btn.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--btn.cds-custom--skeleton{inline-size:9.375rem}.cds-custom--btn-set{display:flex}.cds-custom--btn-set--stacked{flex-direction:column}.cds-custom--btn-set .cds-custom--btn{inline-size:100%;max-inline-size:12.25rem}.cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--btn-set .cds-custom--btn:first-of-type:not(:focus),.cds-custom--btn-set .cds-custom--btn:focus+.cds-custom--btn{box-shadow:inherit}.cds-custom--btn-set--stacked .cds-custom--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--btn-set--stacked .cds-custom--btn:first-of-type:not(:focus){box-shadow:inherit}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-icon-on-color-disabled,#8d8d8d)}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-layer-selected-disabled,#8d8d8d)}.cds-custom--btn-set--stacked .cds-custom--btn.cds-custom--btn--disabled:first-of-type{box-shadow:none}.cds-custom--btn-set .cds-custom--btn.cds-custom--btn--loading{background-color:transparent;border-color:transparent;box-shadow:none}.cds-custom--btn--sm .cds-custom--badge-indicator{margin-block-start:.25rem;margin-inline-end:.25rem}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--btn:focus{color:Highlight;outline:1px solid Highlight}}[dir=rtl] .cds-custom--btn-set .cds-custom--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds-custom--btn-set--fluid{container-type:inline-size}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner{--flex-direction:row;align-items:stretch;display:flex;flex-direction:var(--flex-direction);inline-size:100%;justify-content:flex-end}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn{flex:0 1 25%;max-inline-size:14.5rem}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack .cds-custom--btn{min-inline-size:11rem}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn--danger--ghost,.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner .cds-custom--btn--ghost{flex:1 1 25%;max-inline-size:none;padding-inline-start:2rem}@container (width <= 11rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:first-child:last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 22rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(2):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 33rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(3):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 44rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child){--flex-direction:column}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds-custom--btn{flex:initial;inline-size:100%;max-inline-size:none}.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner--auto-stack:has(:nth-child(4):last-child) .cds-custom--btn--ghost{padding-inline-start:1rem}}@container (width <= 44rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner:has(:nth-child(2):last-child) .cds-custom--btn{flex-basis:50%;max-inline-size:none}}@container (width <= 33rem){.cds-custom--btn-set--fluid .cds-custom--btn-set__fluid-inner:has(:first-child:last-child) .cds-custom--btn{flex:1 1 100%;max-inline-size:none}}.cds-custom--modal,:host(cds-custom-modal){align-items:center;background-color:var(--cds-overlay,rgba(0,0,0,.6));block-size:100vh;content:\"\";display:flex;inline-size:100vw;inset-block-start:0;inset-inline-start:0;justify-content:center;position:fixed;z-index:9000}.cds-custom--modal.cds-custom--modal--enable-presence{animation:cds-custom--presence-modal__enter .24s cubic-bezier(0,0,.3,1) forwards}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal.cds-custom--modal--enable-presence{animation:none}}.cds-custom--modal.cds-custom--modal--enable-presence[data-exiting]{animation:cds-custom--presence-modal__exit .24s cubic-bezier(.4,.14,1,1) forwards}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal.cds-custom--modal--enable-presence[data-exiting]{animation:none}}@keyframes cds-custom--presence-modal__enter{0%{opacity:0}to{opacity:1}}@keyframes cds-custom--presence-modal__exit{0%{opacity:1}to{opacity:0}}.cds-custom--modal:not(.cds-custom--modal--enable-presence),:not(.cds-custom--modal--enable-presence):host(cds-custom-modal){opacity:0;transition:opacity .24s cubic-bezier(.4,.14,1,1),visibility 0s linear .24s;visibility:hidden}.cds-custom--modal:not(.cds-custom--modal--enable-presence).is-visible{opacity:1;transition:opacity .24s cubic-bezier(0,0,.3,1),visibility 0s linear;visibility:inherit}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal:not(.cds-custom--modal--enable-presence).is-visible{transition:none}}.cds-custom--modal .cds-custom--date-picker--fluid .ccds-customds--date-picker-input__wrapper .cds-custom--date-picker__input,.cds-custom--modal .cds-custom--list-box__wrapper--fluid .cds-custom--list-box,.cds-custom--modal .cds-custom--list-box__wrapper--fluid.cds-custom--list-box__wrapper,.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:after,.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:before,.cds-custom--modal .cds-custom--number-input--fluid input[type=number],.cds-custom--modal .cds-custom--number-input--fluid input[type=text],.cds-custom--modal .cds-custom--search--fluid .cds-custom--search-input,.cds-custom--modal .cds-custom--select--fluid .cds-custom--select-input,.cds-custom--modal .cds-custom--text-area--fluid .cds-custom--text-area,.cds-custom--modal .cds-custom--text-area--fluid .cds-custom--text-area__wrapper,.cds-custom--modal .cds-custom--text-area--fluid .cds-custom--text-area__wrapper[data-invalid] .cds-custom--text-area__divider+.cds-custom--form-requirement,.cds-custom--modal .cds-custom--text-input--fluid .cds-custom--text-input,:host(cds-custom-modal) .cds-custom--date-picker--fluid .ccds-customds--date-picker-input__wrapper .cds-custom--date-picker__input,:host(cds-custom-modal) .cds-custom--list-box__wrapper--fluid .cds-custom--list-box,:host(cds-custom-modal) .cds-custom--list-box__wrapper--fluid.cds-custom--list-box__wrapper,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:after,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:before,:host(cds-custom-modal) .cds-custom--number-input--fluid input[type=number],:host(cds-custom-modal) .cds-custom--number-input--fluid input[type=text],:host(cds-custom-modal) .cds-custom--search--fluid .cds-custom--search-input,:host(cds-custom-modal) .cds-custom--select--fluid .cds-custom--select-input,:host(cds-custom-modal) .cds-custom--text-area--fluid .cds-custom--text-area,:host(cds-custom-modal) .cds-custom--text-area--fluid .cds-custom--text-area__wrapper,:host(cds-custom-modal) .cds-custom--text-area--fluid .cds-custom--text-area__wrapper[data-invalid] .cds-custom--text-area__divider+.cds-custom--form-requirement,:host(cds-custom-modal) .cds-custom--text-input--fluid .cds-custom--text-input{background-color:var(--cds-field-01,#f4f4f4)}.cds-custom--modal .cds-custom--list-box__wrapper--fluid .cds-custom--list-box__menu,:host(cds-custom-modal) .cds-custom--list-box__wrapper--fluid .cds-custom--list-box__menu{background-color:var(--cds-layer-01,#f4f4f4)}.cds-custom--modal .cds-custom--list-box__menu-item:hover,:host(cds-custom-modal) .cds-custom--list-box__menu-item:hover{background-color:var(--cds-layer-hover-02,#e8e8e8)}.cds-custom--modal .cds-custom--list-box__menu-item--active,:host(cds-custom-modal) .cds-custom--list-box__menu-item--active{background-color:var(--cds-layer-selected-02,#e0e0e0)}.cds-custom--modal .cds-custom--list-box__menu-item--active:hover,:host(cds-custom-modal) .cds-custom--list-box__menu-item--active:hover{background-color:var(--cds-layer-selected-hover-02,#d1d1d1)}.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:hover:after,.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:hover:before,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:hover:after,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:hover:before{background-color:var(--cds-field-hover)}.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:focus:after,.cds-custom--modal .cds-custom--number-input--fluid .cds-custom--number__control-btn:focus:before,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:focus:after,:host(cds-custom-modal) .cds-custom--number-input--fluid .cds-custom--number__control-btn:focus:before{border-inline-start:2px solid var(--cds-focus,#0f62fe)}.cds-custom--modal--enable-presence[data-exiting] .cds-custom--modal-container{animation:cds-custom--presence-modal-container__exit .24s cubic-bezier(.4,.14,1,1) forwards}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal--enable-presence[data-exiting] .cds-custom--modal-container{animation:none}}.cds-custom--modal--enable-presence .cds-custom--modal-container{animation:cds-custom--presence-modal-container__enter .24s cubic-bezier(0,0,.3,1) forwards}@media screen and (prefers-reduced-motion:reduce){.cds-custom--modal--enable-presence .cds-custom--modal-container{animation:none}}@keyframes cds-custom--presence-modal-container__enter{0%{transform:translate3d(0,-24px,0)}to{transform:translateZ(0)}}@keyframes cds-custom--presence-modal-container__exit{0%{transform:translateZ(0)}to{transform:translate3d(0,-24px,0)}}:not(.cds-custom--modal--enable-presence).is-visible .cds-custom--modal-container{transform:translateZ(0);transition:transform .24s cubic-bezier(0,0,.3,1)}:not(.cds-custom--modal--enable-presence) .cds-custom--modal-container{transform:translate3d(0,-24px,0);transition:transform .24s cubic-bezier(.4,.14,1,1)}.cds-custom--modal-container{background-color:var(--cds-layer);border:1px solid var(--cds-border-subtle-01,#c6c6c6);display:grid;grid-template-columns:100%;grid-template-rows:auto 1fr auto;inline-size:100%;inset-block-start:0;max-block-size:100%;outline:3px solid transparent;outline-offset:-3px;position:fixed;transform-origin:top center}@media (min-width:42rem){.cds-custom--modal-container{inline-size:84%;max-block-size:90%;position:relative}}@media (min-width:66rem){.cds-custom--modal-container{inline-size:60%;max-block-size:84%}}@media (min-width:82rem){.cds-custom--modal-container{inline-size:48%}}.cds-custom--modal-container .cds-custom--modal-container-body{display:contents}.cds-custom--modal-content,:host(cds-custom-modal-body){color:var(--cds-text-primary,#161616);font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);font-weight:400;grid-column:1/-1;grid-row:2/-2;letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);overflow-y:auto;padding-block:.5rem 3rem;padding-inline:1rem 1rem;position:relative}.cds-custom--modal-content:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--modal-content:focus{outline-style:dotted}}.cds-custom--modal-content .cds-custom--form--fluid,:host(cds-custom-modal-body) .cds-custom--form--fluid{margin-inline:-2rem}.cds-custom--modal-content>p,.cds-custom--modal-content__regular-content,:host(cds-custom-modal-body)>p{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);padding-inline-end:calc(20% - 2rem)}.cds-custom--modal-content--with-form{padding-inline-end:1rem}.cds-custom--modal-header,:host(cds-custom-modal-header){grid-column:1/-1;grid-row:1/1;margin-block-end:.5rem;max-block-size:50vh;overflow-y:auto;padding-block-start:1rem;padding-inline:1rem 3rem}.cds-custom--modal-header__label,:host(cds-custom-modal-label){border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--modal-header__label *,.cds-custom--modal-header__label :after,.cds-custom--modal-header__label :before,:host(cds-custom-modal-label) *,:host(cds-custom-modal-label) :after,:host(cds-custom-modal-label) :before{box-sizing:inherit}.cds-custom--modal-header__label,:host(cds-custom-modal-label){color:var(--cds-text-secondary,#525252);font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);margin-block-end:.25rem}.cds-custom--modal-header__heading,:host(cds-custom-modal-heading){border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--modal-header__heading *,.cds-custom--modal-header__heading :after,.cds-custom--modal-header__heading :before,:host(cds-custom-modal-heading) *,:host(cds-custom-modal-heading) :after,:host(cds-custom-modal-heading) :before{box-sizing:inherit}.cds-custom--modal-header__heading,:host(cds-custom-modal-heading){color:var(--cds-text-primary,#161616);font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);letter-spacing:var(--cds-heading-03-letter-spacing,0);line-height:var(--cds-heading-03-line-height,1.4);padding-inline-end:calc(20% - 3rem)}.cds-custom--modal-container--xs .cds-custom--modal-content__regular-content{padding-inline-end:1rem}.cds-custom--modal-container--xs .cds-custom--modal-content>p,.cds-custom--modal-container--xs :host(cds-custom-modal-body)>p{padding-inline-end:0}@media (min-width:42rem){.cds-custom--modal-container--xs{inline-size:48%}}@media (min-width:66rem){.cds-custom--modal-container--xs{inline-size:32%;max-block-size:48%}}@media (min-width:82rem){.cds-custom--modal-container--xs{inline-size:24%}}.cds-custom--modal-container--sm .cds-custom--modal-content__regular-content{padding-inline-end:1rem}.cds-custom--modal-container--sm .cds-custom--modal-content>p,.cds-custom--modal-container--sm :host(cds-custom-modal-body)>p{padding-inline-end:0}@media (min-width:42rem){.cds-custom--modal-container--sm{inline-size:60%}}@media (min-width:66rem){.cds-custom--modal-container--sm{inline-size:42%;max-block-size:72%}.cds-custom--modal-container--sm .cds-custom--modal-content>p,.cds-custom--modal-container--sm .cds-custom--modal-content__regular-content,.cds-custom--modal-container--sm :host(cds-custom-modal-body)>p{padding-inline-end:20%}}@media (min-width:82rem){.cds-custom--modal-container--sm{inline-size:36%}}@media (min-width:42rem){.cds-custom--modal-container--lg{inline-size:96%}}@media (min-width:66rem){.cds-custom--modal-container--lg{inline-size:84%;max-block-size:96%}}@media (min-width:82rem){.cds-custom--modal-container--lg{inline-size:72%}}.cds-custom--modal-scroll-content,:host(cds-custom-modal) ::slotted(cds-custom-modal-body[is-scrollable]),:host(cds-custom-modal[has-scrolling-content]) ::slotted(cds-custom-modal-body){border-block-end:2px solid transparent;-webkit-mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px);mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px)}.cds-custom--modal--decorator .cds-custom--modal-content.cds-custom--modal-scroll-content.cds-custom--modal-scroll-content--no-fade,.cds-custom--modal--slug .cds-custom--modal-content.cds-custom--modal-scroll-content.cds-custom--modal-scroll-content--no-fade,.cds-custom--modal-scroll-content--no-fade,.cds-custom--modal-scroll-content.cds-custom--modal-scroll-content--no-fade,:host(cds-custom-modal) .cds-custom--modal-scroll-content--no-fade::slotted(cds-custom-modal-body[is-scrollable]),:host(cds-custom-modal) ::slotted(cds-custom-modal-body[no-fade]),:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal-scroll-content--no-fade::slotted(cds-custom-modal-body){-webkit-mask-image:none;mask-image:none}.cds-custom--modal-scroll-content:has(.cds-custom--autoalign),:host(cds-custom-modal) :has(.cds-custom--autoalign)::slotted(cds-custom-modal-body[is-scrollable]),:host(cds-custom-modal[has-scrolling-content]) :has(.cds-custom--autoalign)::slotted(cds-custom-modal-body){-webkit-mask-image:none;mask-image:none}.cds-custom--modal-scroll-content>:last-child,:host(cds-custom-modal) ::slotted(cds-custom-modal-body[is-scrollable])>:last-child,:host(cds-custom-modal[has-scrolling-content]) ::slotted(cds-custom-modal-body)>:last-child{margin-block-end:1.5rem}.cds-custom--modal-footer,:host(cds-custom-modal-footer){block-size:4rem;display:flex;grid-column:1/-1;grid-row:-1/-1;justify-content:flex-end;margin-block-start:auto}.cds-custom--modal-footer .cds-custom--btn,:host(cds-custom-modal-footer) .cds-custom--btn{align-items:baseline;block-size:4rem;flex:0 1 50%;margin:0;max-inline-size:none}.cds-custom--modal-footer .cds-custom--btn:not(.cds-custom--skeleton),:host(cds-custom-modal-footer) .cds-custom--btn:not(.cds-custom--skeleton){padding-block:.875rem 2rem}.cds-custom--modal-footer--three-button .cds-custom--btn,:host(cds-custom-modal-footer[has-three-buttons]) .cds-custom--btn{align-items:flex-start;flex:0 1 25%}.cds-custom--modal-close-button,:host(cds-custom-modal-close-button){inset-block-start:0;inset-inline-end:0;position:absolute}.cds-custom--modal-close{background-color:transparent;block-size:3rem;border:2px solid transparent;cursor:pointer;inline-size:3rem;padding:.75rem;transition:background-color .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--modal-close:hover{background-color:var(--cds-layer-hover)}.cds-custom--modal-close:focus{border-color:var(--cds-focus,#0f62fe);outline:none}.cds-custom--modal-close::-moz-focus-inner{border:0}.cds-custom--modal-close__icon{block-size:1.25rem;fill:var(--cds-icon-primary,#161616);inline-size:1.25rem}.cds-custom--body--with-modal-open{overflow:hidden}.cds-custom--body--with-modal-open .cds-custom--modal .cds-custom--overflow-menu-options,.cds-custom--body--with-modal-open .cds-custom--modal .cds-custom--tooltip,.cds-custom--body--with-modal-open .cds-custom--overflow-menu-options,.cds-custom--body--with-modal-open :host(cds-custom-modal) .cds-custom--tooltip{z-index:9000}.cds-custom--modal-container--full-width .cds-custom--modal-content,.cds-custom--modal-container--full-width :host(cds-custom-modal-body){margin:0;padding:0}.cds-custom--modal--decorator:has(.cds-custom--ai-label).cds-custom--modal,.cds-custom--modal--slug.cds-custom--modal{background-color:var(--cds-ai-overlay,rgba(0,17,65,.5))}.cds-custom--modal--decorator:has(.cds-custom--ai-label) .cds-custom--modal-container,.cds-custom--modal--slug .cds-custom--modal-container{background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;background-color:var(--cds-layer);border:1px solid transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--modal--decorator:has(.cds-custom--ai-label) .cds-custom--modal-container:has(.cds-custom--modal-footer,:host(cds-custom-modal-footer)),.cds-custom--modal--slug .cds-custom--modal-container:has(.cds-custom--modal-footer,:host(cds-custom-modal-footer)){background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 64px,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 64px,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 0 -16px var(--cds-layer),inset 0 -160px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}.cds-custom--modal--decorator .cds-custom--modal-content.cds-custom--modal-scroll-content,.cds-custom--modal--slug .cds-custom--modal-content.cds-custom--modal-scroll-content,:host(cds-custom-modal) .cds-custom--modal--decorator .cds-custom--modal-content::slotted(cds-custom-modal-body[is-scrollable]),:host(cds-custom-modal) .cds-custom--modal--decorator :host(cds-custom-modal-body)::slotted(cds-custom-modal-body[is-scrollable]),:host(cds-custom-modal) .cds-custom--modal--slug .cds-custom--modal-content::slotted(cds-custom-modal-body[is-scrollable]),:host(cds-custom-modal) .cds-custom--modal--slug :host(cds-custom-modal-body)::slotted(cds-custom-modal-body[is-scrollable]),:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal--decorator .cds-custom--modal-content::slotted(cds-custom-modal-body),:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal--decorator :host(cds-custom-modal-body)::slotted(cds-custom-modal-body),:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal--slug .cds-custom--modal-content::slotted(cds-custom-modal-body),:host(cds-custom-modal[has-scrolling-content]) .cds-custom--modal--slug :host(cds-custom-modal-body)::slotted(cds-custom-modal-body){-webkit-mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px);mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px)}.cds-custom--modal--decorator .cds-custom--modal-container-body>.cds-custom--modal--inner__decorator>*,.cds-custom--modal--slug .cds-custom--modal-container-body>.cds-custom--ai-label,.cds-custom--modal--slug .cds-custom--modal-container-body>.cds-custom--slug,.cds-custom--modal-header>.cds-custom--ai-label:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button)),.cds-custom--modal-header>.cds-custom--modal--inner__decorator:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button))>*,.cds-custom--modal-header>.cds-custom--modal-close-button~.cds-custom--ai-label,.cds-custom--modal-header>.cds-custom--modal-close-button~.cds-custom--modal--inner__decorator>*,.cds-custom--modal-header>.cds-custom--modal-close-button~.cds-custom--slug,.cds-custom--modal-header>.cds-custom--slug:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button)),.cds-custom--modal-header>:host(cds-custom-modal-close-button)~.cds-custom--ai-label,.cds-custom--modal-header>:host(cds-custom-modal-close-button)~.cds-custom--modal--inner__decorator>*,.cds-custom--modal-header>:host(cds-custom-modal-close-button)~.cds-custom--slug,:host(cds-custom-modal-header)>.cds-custom--ai-label:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button)),:host(cds-custom-modal-header)>.cds-custom--modal--inner__decorator:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button))>*,:host(cds-custom-modal-header)>.cds-custom--modal-close-button~.cds-custom--ai-label,:host(cds-custom-modal-header)>.cds-custom--modal-close-button~.cds-custom--modal--inner__decorator>*,:host(cds-custom-modal-header)>.cds-custom--modal-close-button~.cds-custom--slug,:host(cds-custom-modal-header)>.cds-custom--slug:has(+.cds-custom--modal-close-button,+:host(cds-custom-modal-close-button)),:host(cds-custom-modal-header)>:host(cds-custom-modal-close-button)~.cds-custom--ai-label,:host(cds-custom-modal-header)>:host(cds-custom-modal-close-button)~.cds-custom--modal--inner__decorator>*,:host(cds-custom-modal-header)>:host(cds-custom-modal-close-button)~.cds-custom--slug{inset-block-start:.625rem;inset-inline-end:3rem;position:absolute}.cds-custom--modal-header>.cds-custom--modal--inner__decorator:not(:has(.cds-custom--ai-label))>*,:host(cds-custom-modal-header)>.cds-custom--modal--inner__decorator:not(:has(.cds-custom--ai-label))>*{inset-block-start:1rem}.cds-custom--modal-header>.cds-custom--modal--inner__decorator:has(.cds-custom--ai-label--revert)>*,:host(cds-custom-modal-header)>.cds-custom--modal--inner__decorator:has(.cds-custom--ai-label--revert)>*{inset-block-start:1.475rem}.cds-custom--modal--decorator .cds-custom--modal-content--overflow-indicator,.cds-custom--modal--decorator .cds-custom--modal-content--overflow-indicator:before{display:none}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--modal-close:focus{color:Highlight;outline:1px solid Highlight}}:host(cds-custom-modal[open]){opacity:1;transition:opacity .24s cubic-bezier(0,0,.3,1),visibility 0s linear;visibility:inherit}:host(cds-custom-modal[open]) .cds-custom--modal-container{transform:translateZ(0);transition:transform .24s cubic-bezier(0,0,.3,1)}@media screen and (prefers-reduced-motion:reduce){:host(cds-custom-modal[open]){transition:none}}:host(cds-custom-modal){opacity:0;transition:opacity .24s cubic-bezier(.4,.14,1,1),visibility 0s linear .24s;visibility:hidden}:host(cds-custom-modal[full-width]) ::slotted(cds-custom-modal-body){margin:0;padding:0}:host(cds-custom-modal-close-button){outline:none}:host(cds-custom-modal-close-button) cds-custom-icon-button::part(button){border-width:2px}:host(cds-custom-modal-heading),:host(cds-custom-modal-label){display:block}:host(cds-custom-modal-body) ::slotted(cds-custom-form-item){margin-block-end:1rem}:host(cds-custom-modal-body) ::slotted(cds-custom-select:last-of-type){padding-block-end:0}:host(cds-custom-modal-body:focus){outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){:host(cds-custom-modal-body:focus){outline-style:dotted}}:host(cds-custom-modal-body-content){display:block;font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);letter-spacing:var(--cds-body-01-letter-spacing,.16px);line-height:var(--cds-body-01-line-height,1.42857);padding-inline-end:calc(20% - 2rem)}:host(cds-custom-modal-body-content[description]){margin-block-end:1rem}:host(cds-custom-modal-footer[has-three-buttons]) ::slotted(cds-custom-modal-footer-button){flex:0 1 25%}:host(cds-custom-modal-footer[has-three-buttons]) ::slotted(cds-custom-inline-loading){flex:0 1 25%}:host(cds-custom-modal-footer-button:first-of-type) .cds-custom--btn{box-shadow:inherit}:host(cds-custom-modal-footer-button) .cds-custom--btn{block-size:100%;box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0);inline-size:100%;max-inline-size:none;padding-block:1rem 2rem}:host(cds-custom-modal-footer-button) .cds-custom--btn:focus{box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe),inset 0 0 0 2px var(--cds-background,#fff)}:host(cds-custom-modal-footer) ::slotted(cds-custom-button),:host(cds-custom-modal-footer-button){block-size:4rem;flex:0 1 50%;inline-size:50%;margin:0;max-inline-size:none}:host(cds-custom-modal-footer) ::slotted(cds-custom-inline-loading){cursor:not-allowed;flex:0 1 50%;padding-block:1rem 2rem;padding-inline-start:1rem}:host(cds-custom-modal[ai-label]){background-color:var(--cds-ai-overlay,rgba(0,17,65,.5))}:host(cds-custom-modal[ai-label]) .cds-custom--modal-container{background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 0,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;background-color:var(--cds-layer);border:1px solid transparent;box-shadow:inset 0 -80px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}:host(cds-custom-modal[ai-label][has-footer]) .cds-custom--modal-container{background:linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)) 64px,var(--cds-ai-aura-start,rgba(69,137,255,.1)) 64px,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%) padding-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) padding-box,linear-gradient(to bottom,var(--cds-ai-border-start,rgba(166,200,255,.64)),var(--cds-ai-border-end,#78a9ff)) border-box,linear-gradient(to top,var(--cds-layer,var(--cds-ai-popover-background,#fff)),var(--cds-layer,var(--cds-ai-popover-background,#fff))) border-box;box-shadow:inset 0 -80px 0 -16px var(--cds-layer),inset 0 -160px 70px -65px var(--cds-ai-inner-shadow,rgba(69,137,255,.1)),0 24px 40px -24px var(--cds-ai-drop-shadow,rgba(15,98,254,.1))}:host(cds-custom-modal[ai-label][has-scrolling-content]) ::slotted(cds-custom-modal-body:not([no-fade])){-webkit-mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px);mask-image:linear-gradient(to bottom,var(--cds-layer) calc(100% - 80px),transparent calc(100% - 48px),transparent 100%),linear-gradient(to left,var(--cds-layer) 0,16px,transparent 16px),linear-gradient(to right,var(--cds-layer) 0,2px,transparent 2px),linear-gradient(to top,var(--cds-layer) 0,2px,transparent 2px)}:host(cds-custom-modal[ai-label]) .cds-custom--modal-content--overflow-indicator,:host(cds-custom-modal[ai-label]) .cds-custom--modal-content--overflow-indicator:before{display:none}:host(cds-custom-modal-header) ::slotted(cds-custom-ai-label),:host(cds-custom-modal-header) ::slotted(cds-custom-slug){inset-block-start:0;inset-inline-end:0;position:absolute}:host(cds-custom-modal-header[close-button]) ::slotted(cds-custom-ai-label),:host(cds-custom-modal-header[close-button]) ::slotted(cds-custom-slug){inset-block-start:.625rem;inset-inline-end:3rem;position:absolute}"]);
|
|
11
11
|
|
|
12
12
|
export { styles as default };
|
|
13
13
|
//# sourceMappingURL=modal.scss.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Copyright IBM Corp. 2020,
|
|
2
|
+
* Copyright IBM Corp. 2020, 2026
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -76,7 +76,7 @@ declare class CDSMultiSelect extends CDSDropdown {
|
|
|
76
76
|
@returns The main content of the trigger button.
|
|
77
77
|
*/
|
|
78
78
|
protected _renderLabel(): TemplateResult;
|
|
79
|
-
protected _renderFollowingLabel(): TemplateResult |
|
|
79
|
+
protected _renderFollowingLabel(): TemplateResult | undefined;
|
|
80
80
|
/**
|
|
81
81
|
* Handles `input` event on the `<input>` for filtering.
|
|
82
82
|
*/
|
|
@@ -21,7 +21,7 @@ import { DROPDOWN_KEYBOARD_ACTION, DROPDOWN_TYPE } from '../dropdown/defs.js';
|
|
|
21
21
|
export { DROPDOWN_DIRECTION, DROPDOWN_SIZE } from '../dropdown/defs.js';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
|
-
* Copyright IBM Corp. 2020,
|
|
24
|
+
* Copyright IBM Corp. 2020, 2026
|
|
25
25
|
*
|
|
26
26
|
* This source code is licensed under the Apache-2.0 license found in the
|
|
27
27
|
* LICENSE file in the root directory of this source tree.
|
|
@@ -376,7 +376,6 @@ let CDSMultiSelect = class CDSMultiSelect extends CDSDropdown {
|
|
|
376
376
|
@input="${this._handleInput}" />
|
|
377
377
|
`;
|
|
378
378
|
}
|
|
379
|
-
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type -- https://github.com/carbon-design-system/carbon/issues/20452
|
|
380
379
|
_renderFollowingLabel() {
|
|
381
380
|
const { clearSelectionLabel, _filterInputNode: filterInputNode } = this;
|
|
382
381
|
return filterInputNode &&
|
|
@@ -482,6 +481,11 @@ let CDSMultiSelect = class CDSMultiSelect extends CDSDropdown {
|
|
|
482
481
|
get _classes() {
|
|
483
482
|
const { disabled, size, type, invalid, readOnly, open, warn, _selectedItemsCount: selectedItemsCount, } = this;
|
|
484
483
|
const inline = type === DROPDOWN_TYPE.INLINE;
|
|
484
|
+
const isInteractive = !readOnly && !disabled;
|
|
485
|
+
const normalizedProps = {
|
|
486
|
+
invalid: isInteractive && invalid,
|
|
487
|
+
warn: isInteractive && !invalid && warn,
|
|
488
|
+
};
|
|
485
489
|
return classMap({
|
|
486
490
|
[`${prefix}--multi-select`]: true,
|
|
487
491
|
[`${prefix}--list-box`]: true,
|
|
@@ -489,8 +493,8 @@ let CDSMultiSelect = class CDSMultiSelect extends CDSDropdown {
|
|
|
489
493
|
[`${prefix}--list-box--inline`]: inline,
|
|
490
494
|
[`${prefix}--list-box--expanded`]: open,
|
|
491
495
|
[`${prefix}--list-box--${size}`]: size,
|
|
492
|
-
[`${prefix}--multi-select--invalid`]: invalid,
|
|
493
|
-
[`${prefix}--multi-select--warn`]: warn,
|
|
496
|
+
[`${prefix}--multi-select--invalid`]: normalizedProps.invalid,
|
|
497
|
+
[`${prefix}--multi-select--warn`]: normalizedProps.warn,
|
|
494
498
|
[`${prefix}--multi-select--inline`]: inline,
|
|
495
499
|
[`${prefix}--multi-select--readonly`]: readOnly,
|
|
496
500
|
[`${prefix}--multi-select--selected`]: selectedItemsCount > 0,
|