.help-text-limited{
    max-width: 100%;  /* Set your preferred width */
    word-wrap: break-word;
    white-space: normal;  /* Ensures that the text wraps */
    line-height: 1.5;
}

.container-scale-size:not(.breadcrumb-container):has(#center-wrapper) {
  max-width: var(--extra-small-container);
}

.input-field-stack {
  display: flex;
  flex-flow: column;
  gap: var(--scl-spacing-12);
}

.bottom-button-container {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
}

/*
Mimic scale component styles
These are just values taken from the scale text field, they may change over time
*/
span.select2.select2-container span.select2-selection {
  border: 0.0625rem solid hsla(0, 0%, 0%, 0.44);
  border-radius: 0.5rem;
  min-height: 2.75rem;
  padding: 0.5rem calc(2rem - 0.0625rem) 0.25rem 0.5rem;
  font-family: TeleNeo, sans-serif;
  font-size: 1rem;
}

span.select2.select2-container span.select2-selection:hover {
  border-color: hsla(0, 0%, 0%, 0.71);
  background-color: hsla(0, 0%, 0%, 0.07);
}

span.select2.select2-container.select2-container--focus span.select2-selection {
  border-color: hsla(0, 0%, 0%, 0.71);
  outline-color: rgb(34, 56, 223);
  outline-offset: 1px;
  outline-style: solid;
  outline-width: 2px;
  transition-behavior: normal;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.errorlist {
    display: none;
}

.scale-field {
    margin-top: 1rem;
}

/* Select2 override */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: not-allowed!important;
    border-color: var(--telekom-color-ui-border-disabled)!important;
    color: var(--telekom-color-text-and-icon-disabled)!important;
    background: transparent!important;
}
span.select2.select2-container.select2-container--disabled.select2-container--focus span.select2-selection {
    outline: none!important;
}
.select2-container--default.select2-container--disabled .select2-search--inline .select2-search__field {
    cursor: not-allowed!important;
}
