/*
 * SPDX-FileCopyrightText: 2022 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: 2022 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: 2022 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.
*/
.ix-form-control,
.ix-form-control-plaintext {
  color: var(--theme-input--color);
  border-radius: var(--theme-input--border-radius);
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  background-color: var(--theme-input--background);
  border: solid 1px var(--theme-input--border-color);
  box-shadow: var(--theme-input--box-shadow);
  padding-inline-start: 0.5rem;
  padding-inline-end: 0.5rem;
  font-family: Siemens Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.429em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ix-form-control::-moz-placeholder, .ix-form-control-plaintext::-moz-placeholder {
  color: var(--theme-input-hint--color);
}
.ix-form-control::placeholder,
.ix-form-control-plaintext::placeholder {
  color: var(--theme-input-hint--color);
}
.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled), .ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled) {
  cursor: pointer;
}
.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled),
.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled) {
  cursor: pointer;
}
.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover, .ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover, .ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover, .ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover {
  background-color: var(--theme-input--background--hover);
  border-color: var(--theme-input--border-color--hover);
  cursor: auto;
}
.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover, .ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover,
.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):hover,
.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled).hover {
  background-color: var(--theme-input--background--hover);
  border-color: var(--theme-input--border-color--hover);
  cursor: auto;
}
.ix-form-control:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible, .ix-form-control-plaintext:not(:-moz-read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible {
  background-color: var(--theme-input--background--focus);
  border-color: var(--theme-input--border-color--focus);
  outline-offset: var(--theme-input--focus--outline-offset);
  box-shadow: var(--theme-input--box-shadow);
  outline: 1px solid var(--theme-color-focus-bdr);
}
.ix-form-control:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible,
.ix-form-control-plaintext:not(:read-only):not([readonly]):not([readOnly]):not(.readonly):not(.disabled):not(:disabled):focus-visible {
  background-color: var(--theme-input--background--focus);
  border-color: var(--theme-input--border-color--focus);
  outline-offset: var(--theme-input--focus--outline-offset);
  box-shadow: var(--theme-input--box-shadow);
  outline: 1px solid var(--theme-color-focus-bdr);
}

.ix-form-control:focus-visible {
  color: var(--theme-input--color);
}

.ix-form-control[type=number]::-webkit-inner-spin-button {
  margin-right: -2px;
  margin-left: 2px;
  display: none;
}
.ix-form-control[type=number] {
  text-align: right;
}

.ix-form-control.readonly,
.ix-form-control[readonly] {
  background: transparent !important;
  border-block-start: none !important;
  border-inline-start: none !important;
  border-inline-end: none !important;
  border-radius: 0rem;
}

.ix-form-control:-moz-read-only {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--theme-input--border-color);
  cursor: default !important;
}

.ix-form-control:read-only,
.ix-form-control[readonly],
.ix-form-control[readOnly],
.ix-form-control.readonly {
  box-shadow: none !important;
  outline: none !important;
  border-color: var(--theme-input--border-color);
  cursor: default !important;
}
.ix-form-control:read-only::-moz-placeholder, .ix-form-control[readonly]::-moz-placeholder, .ix-form-control[readOnly]::-moz-placeholder, .ix-form-control.readonly::-moz-placeholder {
  color: transparent;
}
.ix-form-control:-moz-read-only::placeholder {
  color: transparent;
}
.ix-form-control:read-only::placeholder,
.ix-form-control[readonly]::placeholder,
.ix-form-control[readOnly]::placeholder,
.ix-form-control.readonly::placeholder {
  color: transparent;
}

.ix-form-control:disabled,
.ix-form-control.disabled {
  background: transparent !important;
  border-block-start: none !important;
  border-inline-start: none !important;
  border-inline-end: none !important;
  border-radius: 0rem;
  color: var(--theme-color-weak-text);
  border-color: var(--theme-input--border-color-bottom--disabled);
}
.ix-form-control:disabled::-moz-placeholder, .ix-form-control.disabled::-moz-placeholder {
  color: transparent;
}
.ix-form-control:disabled::placeholder,
.ix-form-control.disabled::placeholder {
  color: transparent;
}

.ix-form-control-plaintext {
  outline: 0;
}

.form-group {
  position: relative;
}

.input-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  flex-wrap: nowrap;
}
.input-wrapper > .glyph {
  display: block;
  position: absolute;
  margin-inline-start: 0.312rem;
  color: var(--theme-color-std-text);
}
.input-wrapper > input {
  padding-inline-start: 2.2rem;
}

select.ix-form-control {
  padding: 0 0.312rem;
}

textarea.ix-form-control {
  padding: 0.375rem 0.5rem;
}

input.ix-form-control.disabled, input.ix-form-control:disabled {
  color: var(--theme-input--color--disabled);
}
input.ix-form-control:-moz-read-only {
  cursor: default;
}
input.ix-form-control:read-only, input.ix-form-control.readonly {
  cursor: default;
}

/*
* 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: 2022 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: 2022 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: 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.
*/
: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);
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

::-webkit-scrollbar-button {
  display: none;
}

@-moz-document url-prefix() {
  * {
    scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
    scrollbar-width: thin;
  }
}
/* width */
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
  background: var(--theme-scrollbar-track--background);
}

::-webkit-scrollbar-track:hover {
  background: var(--theme-scrollbar-track--background--hover);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--theme-scrollbar-thumb--background);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--theme-scrollbar-thumb--background--hover);
}

::-webkit-scrollbar-corner {
  display: none;
}

:host {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
:host button {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}
:host button.btn-oval {
  border-radius: 6.25rem;
}
:host .icon {
  color: var(--ix-icon-button-color, currentColor);
  margin: 0;
}
:host ix-spinner {
  margin: 0;
}

:host(.btn-icon-12) {
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  min-height: 1rem;
}

:host(.btn-icon-16) {
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
}

:host(.btn-icon-32) {
  height: 2rem;
  width: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}

/*
* 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.
*/
: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,
:host .advanced-pagination,
:host .item-count {
  display: inline-flex;
  align-items: center;
}
:host .basic-pagination {
  padding: 0 0.125rem;
}
:host .advanced-pagination {
  padding: 0 0.75rem;
}
:host .page-selection {
  width: 4.125rem;
  text-align: center;
  margin: 0 0.5rem;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
:host .page-buttons {
  white-space: nowrap;
}
:host .total-count {
  white-space: nowrap;
}
:host .item-count {
  flex-grow: 1;
  justify-content: flex-end;
  margin-inline-start: 1.5rem;
}
:host .item-count ix-select {
  width: 4.5rem;
  margin-inline-start: 1.5rem;
}
:host button {
  width: auto;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
}
:host button + button {
  margin-inline-start: 0.125rem;
}