/*
 * SPDX-FileCopyrightText: 2023 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/* Dimensions */
/* Font sizes */
/* Line heights */
/*
 * SPDX-FileCopyrightText: 2023 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
/*
* SPDX-FileCopyrightText: 2023 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
 * SPDX-FileCopyrightText: 2023 Siemens AG
 *
 * SPDX-License-Identifier: MIT
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/*
* SPDX-FileCopyrightText: 2024 Siemens AG
*
* SPDX-License-Identifier: MIT
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
:host {
  --ix-button-border-radius-left: var(--theme-btn--border-radius);
  --ix-button-border-radius-right: var(--theme-btn--border-radius);
  display: inline-block;
  height: 2rem;
  vertical-align: middle;
  cursor: pointer;
  font-family: Siemens Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.429em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}
:host *,
:host *::after,
:host *::before {
  box-sizing: border-box;
}
:host ::-webkit-scrollbar-button {
  display: none;
}
@-moz-document url-prefix() {
  :host * {
    scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
    scrollbar-width: thin;
  }
}
:host {
  /* width */
}
:host ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
:host {
  /* Track */
}
:host ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: var(--theme-scrollbar-track--background);
}
:host ::-webkit-scrollbar-track:hover {
  background: var(--theme-scrollbar-track--background--hover);
}
:host {
  /* Handle */
}
:host ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--theme-scrollbar-thumb--background);
}
:host {
  /* Handle on hover */
}
:host ::-webkit-scrollbar-thumb:hover {
  background: var(--theme-scrollbar-thumb--background--hover);
}
:host ::-webkit-scrollbar-corner {
  display: none;
}
:host button,
:host a {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
}
:host ix-spinner {
  margin-right: 0.25rem;
}
:host .content {
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:host .content-start {
  width: 100%;
}
:host .icon {
  pointer-events: none;
  margin-right: 0.25rem;
}
:host .icon-right {
  margin-left: 0.25rem;
}

:host(.disabled) {
  cursor: default;
}

:host {
  --ix-button-border-radius-left: var(--theme-btn--border-radius);
  --ix-button-border-radius-right: var(--theme-btn--border-radius);
  display: inline-block;
  height: 2rem;
  vertical-align: middle;
  cursor: pointer;
  font-family: Siemens Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.429em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}
:host *,
:host *::after,
:host *::before {
  box-sizing: border-box;
}
:host ::-webkit-scrollbar-button {
  display: none;
}
@-moz-document url-prefix() {
  :host * {
    scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
    scrollbar-width: thin;
  }
}
:host {
  /* width */
}
:host ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
:host {
  /* Track */
}
:host ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: var(--theme-scrollbar-track--background);
}
:host ::-webkit-scrollbar-track:hover {
  background: var(--theme-scrollbar-track--background--hover);
}
:host {
  /* Handle */
}
:host ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--theme-scrollbar-thumb--background);
}
:host {
  /* Handle on hover */
}
:host ::-webkit-scrollbar-thumb:hover {
  background: var(--theme-scrollbar-thumb--background--hover);
}
:host ::-webkit-scrollbar-corner {
  display: none;
}
:host button,
:host a {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 0.5rem;
}
:host ix-spinner {
  margin-right: 0.25rem;
}
:host .content {
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:host .content-start {
  width: 100%;
}
:host .icon {
  pointer-events: none;
  margin-right: 0.25rem;
}
:host .icon-right {
  margin-left: 0.25rem;
}

:host(.disabled) {
  cursor: default;
}

:host .btn-primary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-primary, :host .btn-primary.focus, :host .btn-primary:focus-visible {
  background-color: var(--theme-btn-primary--background);
  color: var(--theme-btn-primary--color);
  --ix-button-color: var(--theme-btn-primary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-primary--border-color);
  border-style: solid;
}
:host .btn-primary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-primary.selected {
  background-color: var(--theme-btn-primary--background--pressed);
  color: var(--theme-btn-primary--color--pressed);
}
:host .btn-primary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-primary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-primary--background--pressed-hover);
  color: var(--theme-btn-primary--color--pressed-hover);
}
:host .btn-primary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-primary.selected:not(.disabled):not(:disabled):active, :host .btn-primary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-primary--background--pressed-hover);
  color: var(--theme-btn-primary--color--pressed-active);
}
:host .btn-primary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-primary:not(.disabled):not(:disabled):hover, :host .btn-primary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-primary--border-color--hover);
  background-color: var(--theme-btn-primary--background--hover);
  color: var(--theme-btn-primary--color--hover);
}
:host .btn-primary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-primary:not(.disabled):not(:disabled):active, :host .btn-primary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-primary--border-color--active);
  background-color: var(--theme-btn-primary--background--active);
  color: var(--theme-btn-primary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-primary.disabled, :host(.disabled) .btn-primary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-primary--border-color--disabled);
  background-color: var(--theme-btn-primary--background--disabled);
  color: var(--theme-btn-primary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-primary--color--disabled);
}

:host .btn-secondary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-secondary, :host .btn-secondary.focus, :host .btn-secondary:focus-visible {
  background-color: var(--theme-btn-secondary--background);
  color: var(--theme-btn-secondary--color);
  --ix-button-color: var(--theme-btn-secondary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-secondary--border-color);
  border-style: solid;
}
:host .btn-secondary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-secondary.selected {
  background-color: var(--theme-btn-secondary--background--pressed);
  color: var(--theme-btn-secondary--color--pressed);
}
:host .btn-secondary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-secondary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-secondary--background--pressed-hover);
  color: var(--theme-btn-secondary--color--pressed-hover);
}
:host .btn-secondary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-secondary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-secondary--background--pressed-hover);
  color: var(--theme-btn-secondary--color--pressed-active);
}
:host .btn-secondary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-secondary:not(.disabled):not(:disabled):hover, :host .btn-secondary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-secondary--border-color--hover);
  background-color: var(--theme-btn-secondary--background--hover);
  color: var(--theme-btn-secondary--color--hover);
}
:host .btn-secondary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-secondary:not(.disabled):not(:disabled):active, :host .btn-secondary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-secondary--border-color--active);
  background-color: var(--theme-btn-secondary--background--active);
  color: var(--theme-btn-secondary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-secondary.disabled, :host(.disabled) .btn-secondary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-secondary--border-color--disabled);
  background-color: var(--theme-btn-secondary--background--disabled);
  color: var(--theme-btn-secondary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-secondary--color--disabled);
}

:host .btn-tertiary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-tertiary, :host .btn-tertiary.focus, :host .btn-tertiary:focus-visible {
  background-color: var(--theme-btn-tertiary--background);
  color: var(--theme-btn-tertiary--color);
  --ix-button-color: var(--theme-btn-tertiary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-tertiary--border-color);
  border-style: solid;
}
:host .btn-tertiary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-tertiary.selected {
  background-color: var(--theme-btn-tertiary--background--pressed);
  color: var(--theme-btn-tertiary--color--pressed);
}
:host .btn-tertiary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-tertiary.selected:not(.disabled):not(:disabled):hover, :host .btn-tertiary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-tertiary--background--pressed-hover);
  color: var(--theme-btn-tertiary--color--pressed-hover);
}
:host .btn-tertiary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-tertiary.selected:not(.disabled):not(:disabled):active, :host .btn-tertiary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-tertiary--background--pressed-hover);
  color: var(--theme-btn-tertiary--color--pressed-active);
}
:host .btn-tertiary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-tertiary:not(.disabled):not(:disabled):hover, :host .btn-tertiary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-tertiary--border-color--hover);
  background-color: var(--theme-btn-tertiary--background--hover);
  color: var(--theme-btn-tertiary--color--hover);
}
:host .btn-tertiary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-tertiary:not(.disabled):not(:disabled):active, :host .btn-tertiary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-tertiary--border-color--active);
  background-color: var(--theme-btn-tertiary--background--active);
  color: var(--theme-btn-tertiary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-tertiary.disabled, :host(.disabled) .btn-tertiary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-tertiary--border-color--disabled);
  background-color: var(--theme-btn-tertiary--background--disabled);
  color: var(--theme-btn-tertiary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-tertiary--color--disabled);
}

:host .btn-subtle-primary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-subtle-primary, :host .btn-subtle-primary.focus, :host .btn-subtle-primary:focus-visible {
  background-color: var(--theme-btn-subtle-primary--background);
  color: var(--theme-btn-subtle-primary--color);
  --ix-button-color: var(--theme-btn-subtle-primary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-subtle-primary--border-color);
  border-style: solid;
}
:host .btn-subtle-primary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-subtle-primary.selected {
  background-color: var(--theme-btn-subtle-primary--background--pressed);
  color: var(--theme-btn-subtle-primary--color--pressed);
}
:host .btn-subtle-primary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-subtle-primary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-subtle-primary--background--pressed-hover);
  color: var(--theme-btn-subtle-primary--color--pressed-hover);
}
:host .btn-subtle-primary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-primary.selected:not(.disabled):not(:disabled):active, :host .btn-subtle-primary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-subtle-primary--background--pressed-hover);
  color: var(--theme-btn-subtle-primary--color--pressed-active);
}
:host .btn-subtle-primary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-primary:not(.disabled):not(:disabled):hover, :host .btn-subtle-primary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-subtle-primary--border-color--hover);
  background-color: var(--theme-btn-subtle-primary--background--hover);
  color: var(--theme-btn-subtle-primary--color--hover);
}
:host .btn-subtle-primary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-primary:not(.disabled):not(:disabled):active, :host .btn-subtle-primary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-subtle-primary--border-color--active);
  background-color: var(--theme-btn-subtle-primary--background--active);
  color: var(--theme-btn-subtle-primary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-subtle-primary.disabled, :host(.disabled) .btn-subtle-primary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-subtle-primary--border-color--disabled);
  background-color: var(--theme-btn-subtle-primary--background--disabled);
  color: var(--theme-btn-subtle-primary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-subtle-primary--color--disabled);
}

:host .btn-subtle-secondary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-subtle-secondary, :host .btn-subtle-secondary.focus, :host .btn-subtle-secondary:focus-visible {
  background-color: var(--theme-btn-subtle-secondary--background);
  color: var(--theme-btn-subtle-secondary--color);
  --ix-button-color: var(--theme-btn-subtle-secondary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-subtle-secondary--border-color);
  border-style: solid;
}
:host .btn-subtle-secondary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-subtle-secondary.selected {
  background-color: var(--theme-btn-subtle-secondary--background--pressed);
  color: var(--theme-btn-subtle-secondary--color--pressed);
}
:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-subtle-secondary--background--pressed-hover);
  color: var(--theme-btn-subtle-secondary--color--pressed-hover);
}
:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-subtle-secondary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-subtle-secondary--background--pressed-hover);
  color: var(--theme-btn-subtle-secondary--color--pressed-active);
}
:host .btn-subtle-secondary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-secondary:not(.disabled):not(:disabled):hover, :host .btn-subtle-secondary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-subtle-secondary--border-color--hover);
  background-color: var(--theme-btn-subtle-secondary--background--hover);
  color: var(--theme-btn-subtle-secondary--color--hover);
}
:host .btn-subtle-secondary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-secondary:not(.disabled):not(:disabled):active, :host .btn-subtle-secondary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-subtle-secondary--border-color--active);
  background-color: var(--theme-btn-subtle-secondary--background--active);
  color: var(--theme-btn-subtle-secondary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-subtle-secondary.disabled, :host(.disabled) .btn-subtle-secondary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-subtle-secondary--border-color--disabled);
  background-color: var(--theme-btn-subtle-secondary--background--disabled);
  color: var(--theme-btn-subtle-secondary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-subtle-secondary--color--disabled);
}

:host .btn-subtle-tertiary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-subtle-tertiary, :host .btn-subtle-tertiary.focus, :host .btn-subtle-tertiary:focus-visible {
  background-color: var(--theme-btn-subtle-tertiary--background);
  color: var(--theme-btn-subtle-tertiary--color);
  --ix-button-color: var(--theme-btn-subtle-tertiary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-subtle-tertiary--border-color);
  border-style: solid;
}
:host .btn-subtle-tertiary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-subtle-tertiary.selected {
  background-color: var(--theme-btn-subtle-tertiary--background--pressed);
  color: var(--theme-btn-subtle-tertiary--color--pressed);
}
:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover, :host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-subtle-tertiary--background--pressed-hover);
  color: var(--theme-btn-subtle-tertiary--color--pressed-hover);
}
:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active, :host .btn-subtle-tertiary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-subtle-tertiary--background--pressed-hover);
  color: var(--theme-btn-subtle-tertiary--color--pressed-active);
}
:host .btn-subtle-tertiary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-tertiary:not(.disabled):not(:disabled):hover, :host .btn-subtle-tertiary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-subtle-tertiary--border-color--hover);
  background-color: var(--theme-btn-subtle-tertiary--background--hover);
  color: var(--theme-btn-subtle-tertiary--color--hover);
}
:host .btn-subtle-tertiary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-subtle-tertiary:not(.disabled):not(:disabled):active, :host .btn-subtle-tertiary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-subtle-tertiary--border-color--active);
  background-color: var(--theme-btn-subtle-tertiary--background--active);
  color: var(--theme-btn-subtle-tertiary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-subtle-tertiary.disabled, :host(.disabled) .btn-subtle-tertiary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-subtle-tertiary--border-color--disabled);
  background-color: var(--theme-btn-subtle-tertiary--background--disabled);
  color: var(--theme-btn-subtle-tertiary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-subtle-tertiary--color--disabled);
}

:host .btn-danger-primary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-danger-primary, :host .btn-danger-primary.focus, :host .btn-danger-primary:focus-visible {
  background-color: var(--theme-btn-danger-primary--background);
  color: var(--theme-btn-danger-primary--color);
  --ix-button-color: var(--theme-btn-danger-primary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-danger-primary--border-color);
  border-style: solid;
}
:host .btn-danger-primary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-danger-primary.selected {
  background-color: var(--theme-btn-danger-primary--background--pressed);
  color: var(--theme-btn-danger-primary--color--pressed);
}
:host .btn-danger-primary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-primary.selected:not(.disabled):not(:disabled):hover, :host .btn-danger-primary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-danger-primary--background--pressed-hover);
  color: var(--theme-btn-danger-primary--color--pressed-hover);
}
:host .btn-danger-primary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-primary.selected:not(.disabled):not(:disabled):active, :host .btn-danger-primary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-danger-primary--background--pressed-hover);
  color: var(--theme-btn-danger-primary--color--pressed-active);
}
:host .btn-danger-primary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-primary:not(.disabled):not(:disabled):hover, :host .btn-danger-primary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-danger-primary--border-color--hover);
  background-color: var(--theme-btn-danger-primary--background--hover);
  color: var(--theme-btn-danger-primary--color--hover);
}
:host .btn-danger-primary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-primary:not(.disabled):not(:disabled):active, :host .btn-danger-primary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-danger-primary--border-color--active);
  background-color: var(--theme-btn-danger-primary--background--active);
  color: var(--theme-btn-danger-primary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-danger-primary.disabled, :host(.disabled) .btn-danger-primary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-danger-primary--border-color--disabled);
  background-color: var(--theme-btn-danger-primary--background--disabled);
  color: var(--theme-btn-danger-primary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-danger-primary--color--disabled);
}

:host .btn-danger-secondary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-danger-secondary, :host .btn-danger-secondary.focus, :host .btn-danger-secondary:focus-visible {
  background-color: var(--theme-btn-danger-secondary--background);
  color: var(--theme-btn-danger-secondary--color);
  --ix-button-color: var(--theme-btn-danger-secondary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-danger-secondary--border-color);
  border-style: solid;
}
:host .btn-danger-secondary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-danger-secondary.selected {
  background-color: var(--theme-btn-danger-secondary--background--pressed);
  color: var(--theme-btn-danger-secondary--color--pressed);
}
:host .btn-danger-secondary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):hover, :host .btn-danger-secondary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-danger-secondary--background--pressed-hover);
  color: var(--theme-btn-danger-secondary--color--pressed-hover);
}
:host .btn-danger-secondary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-secondary.selected:not(.disabled):not(:disabled):active, :host .btn-danger-secondary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-danger-secondary--background--pressed-hover);
  color: var(--theme-btn-danger-secondary--color--pressed-active);
}
:host .btn-danger-secondary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-secondary:not(.disabled):not(:disabled):hover, :host .btn-danger-secondary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-danger-secondary--border-color--hover);
  background-color: var(--theme-btn-danger-secondary--background--hover);
  color: var(--theme-btn-danger-secondary--color--hover);
}
:host .btn-danger-secondary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-secondary:not(.disabled):not(:disabled):active, :host .btn-danger-secondary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-danger-secondary--border-color--active);
  background-color: var(--theme-btn-danger-secondary--background--active);
  color: var(--theme-btn-danger-secondary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-danger-secondary.disabled, :host(.disabled) .btn-danger-secondary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-danger-secondary--border-color--disabled);
  background-color: var(--theme-btn-danger-secondary--background--disabled);
  color: var(--theme-btn-danger-secondary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-danger-secondary--color--disabled);
}

:host .btn-danger-tertiary {
  border-top-left-radius: var(--ix-button-border-radius-left);
  border-bottom-left-radius: var(--ix-button-border-radius-left);
  border-top-right-radius: var(--ix-button-border-radius-right);
  border-bottom-right-radius: var(--ix-button-border-radius-right);
}
:host .btn-danger-tertiary, :host .btn-danger-tertiary.focus, :host .btn-danger-tertiary:focus-visible {
  background-color: var(--theme-btn-danger-tertiary--background);
  color: var(--theme-btn-danger-tertiary--color);
  --ix-button-color: var(--theme-btn-danger-tertiary--color);
  border-width: var(--theme-btn--border-thickness);
  border-color: var(--theme-btn-danger-tertiary--border-color);
  border-style: solid;
}
:host .btn-danger-tertiary:not(.disabled):not(:disabled):focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .btn-danger-tertiary.selected {
  background-color: var(--theme-btn-danger-tertiary--background--pressed);
  color: var(--theme-btn-danger-tertiary--color--pressed);
}
:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):hover, :host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).hover {
  background-color: var(--theme-btn-danger-tertiary--background--pressed-hover);
  color: var(--theme-btn-danger-tertiary--color--pressed-hover);
}
:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-tertiary.selected:not(.disabled):not(:disabled):active, :host .btn-danger-tertiary.selected:not(.disabled):not(:disabled).active {
  background-color: var(--theme-btn-danger-tertiary--background--pressed-hover);
  color: var(--theme-btn-danger-tertiary--color--pressed-active);
}
:host .btn-danger-tertiary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-tertiary:not(.disabled):not(:disabled):hover, :host .btn-danger-tertiary:not(.disabled):not(:disabled).hover {
  border-color: var(--theme-btn-danger-tertiary--border-color--hover);
  background-color: var(--theme-btn-danger-tertiary--background--hover);
  color: var(--theme-btn-danger-tertiary--color--hover);
}
:host .btn-danger-tertiary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .btn-danger-tertiary:not(.disabled):not(:disabled):active, :host .btn-danger-tertiary:not(.disabled):not(:disabled).active {
  border-color: var(--theme-btn-danger-tertiary--border-color--active);
  background-color: var(--theme-btn-danger-tertiary--background--active);
  color: var(--theme-btn-danger-tertiary--color--active);
}

:host(.disabled) {
  pointer-events: none;
}
:host(.disabled) .btn-danger-tertiary.disabled, :host(.disabled) .btn-danger-tertiary:disabled {
  pointer-events: none;
  border-color: var(--theme-btn-danger-tertiary--border-color--disabled);
  background-color: var(--theme-btn-danger-tertiary--background--disabled);
  color: var(--theme-btn-danger-tertiary--color--disabled);
  opacity: 1;
  --ix-button-color: var(--theme-btn-danger-tertiary--color--disabled);
}

:host {
  display: inline-block;
  height: 2rem;
  width: auto;
  min-width: 5rem;
  vertical-align: middle;
}
:host *,
:host *::after,
:host *::before {
  box-sizing: border-box;
}
:host ::-webkit-scrollbar-button {
  display: none;
}
@-moz-document url-prefix() {
  :host * {
    scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
    scrollbar-width: thin;
  }
}
:host {
  /* width */
}
:host ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
:host {
  /* Track */
}
:host ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: var(--theme-scrollbar-track--background);
}
:host ::-webkit-scrollbar-track:hover {
  background: var(--theme-scrollbar-track--background--hover);
}
:host {
  /* Handle */
}
:host ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--theme-scrollbar-thumb--background);
}
:host {
  /* Handle on hover */
}
:host ::-webkit-scrollbar-thumb:hover {
  background: var(--theme-scrollbar-thumb--background--hover);
}
:host ::-webkit-scrollbar-corner {
  display: none;
}
:host .btn {
  width: 100%;
  height: 100%;
}
:host button:not(:disabled) {
  cursor: pointer;
}

:host(.disabled) {
  pointer-events: none;
}