/*
 * 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.
*/
/*
* 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 {
  display: inline-block;
  position: relative;
}
: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 .pull-right {
  position: relative;
  float: right;
  padding: 1rem;
}
:host .quick-selection {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  border-right: var(--theme-x-weak-bdr-1);
  overflow: auto;
  padding: 0.5rem;
}
:host .quick-selection ::-webkit-scrollbar-button {
  display: none;
}
@-moz-document url-prefix() {
  :host .quick-selection * {
    scrollbar-color: var(--theme-scrollbar-thumb--background) var(--theme-scrollbar-track--background);
    scrollbar-width: thin;
  }
}
:host .quick-selection {
  /* width */
}
:host .quick-selection ::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
:host .quick-selection {
  /* Track */
}
:host .quick-selection ::-webkit-scrollbar-track {
  border-radius: 5px;
  background: var(--theme-scrollbar-track--background);
}
:host .quick-selection ::-webkit-scrollbar-track:hover {
  background: var(--theme-scrollbar-track--background--hover);
}
:host .quick-selection {
  /* Handle */
}
:host .quick-selection ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--theme-scrollbar-thumb--background);
}
:host .quick-selection {
  /* Handle on hover */
}
:host .quick-selection ::-webkit-scrollbar-thumb:hover {
  background: var(--theme-scrollbar-thumb--background--hover);
}
:host .quick-selection ::-webkit-scrollbar-corner {
  display: none;
}
:host .quick-selection .btn {
  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;
  min-width: 8rem;
  min-height: 2rem;
  max-height: 2rem;
  justify-content: flex-start;
}
:host .quick-selection .btn:focus-visible {
  outline: 1px solid var(--theme-color-focus-bdr);
  outline-offset: var(--theme-btn--focus--outline-offset);
}
:host .quick-selection .btn-subtle-tertiary {
  text-align: start;
  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 .quick-selection .btn-subtle-tertiary {
  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 .quick-selection .btn-subtle-tertiary.selected {
  background-color: var(--theme-btn-subtle-tertiary--background--pressed);
  color: var(--theme-btn-subtle-tertiary--color--pressed);
}
:host .quick-selection .btn-subtle-tertiary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .quick-selection .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):hover, :host .quick-selection .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 .quick-selection .btn-subtle-tertiary.selected:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .quick-selection .btn-subtle-tertiary.selected:not(.disabled):not(:disabled):active, :host .quick-selection .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 .quick-selection .btn-subtle-tertiary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .quick-selection .btn-subtle-tertiary:not(.disabled):not(:disabled):hover, :host .quick-selection .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 .quick-selection .btn-subtle-tertiary:not(.disabled):not(:disabled) {
  cursor: pointer;
}
:host .quick-selection .btn-subtle-tertiary:not(.disabled):not(:disabled):active, :host .quick-selection .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 .container {
  display: flex;
  flex-direction: row;
  height: 25rem;
  max-height: 25rem;
  flex-wrap: nowrap;
}
:host .picker-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
:host .picker-wrapper ix-date-picker {
  height: 21rem;
}
:host ix-dropdown {
  padding: 0px;
}
@media only screen and (max-width: 48em) {
  :host .container {
    flex-direction: column;
    max-height: unset;
    height: unset;
  }
  :host .quick-selection {
    max-height: 12rem;
  }
}