/*
 * 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: 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: 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.
*/
.text-xs {
  font-family: Siemens Sans, sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.4em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-s {
  font-family: Siemens Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-caption {
  font-family: Siemens Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-caption-single {
  font-family: Siemens Sans, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-default {
  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;
}

.text-default-single {
  font-family: Siemens Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.143em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-default-title {
  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;
}

.text-default-title-single {
  font-family: Siemens Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.143em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-l {
  font-family: Siemens Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-l-single {
  font-family: Siemens Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-l-title {
  font-family: Siemens Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-l-title-single {
  font-family: Siemens Sans, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-h2 {
  font-family: Siemens Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.455em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

.text-xl {
  font-family: Siemens Sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.091em;
  color: var(--theme-color-std-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smooting: grayscale;
}

a {
  color: var(--theme-color-primary);
}

:host {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: var(--theme-z-index-tooltip);
}
:host .validation-tooltip {
  background-color: var(--theme-tooltip--background);
  color: var(--theme-tooltip--color);
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid var(--theme-tooltip--border-color);
  box-shadow: 0 0 2px 0 rgba(0, 0, 40, 0.1), 0 4px 8px 0 rgba(0, 0, 40, 0.1), 0 12px 18px 0 rgba(0, 0, 40, 0.1);
}
:host .validation-tooltip #arrow,
:host .validation-tooltip #arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
:host .validation-tooltip #arrow {
  visibility: hidden;
}
:host .validation-tooltip #arrow::before {
  visibility: visible;
  content: "";
  transform: rotate(45deg);
  background-color: var(--theme-tooltip--background);
}
:host .validation-tooltip > #arrow {
  bottom: -5px;
}
:host .validation-tooltip > #arrow::before {
  border-right: 1px solid var(--theme-tooltip--border-color);
  border-bottom: 1px solid var(--theme-tooltip--border-color);
}