@charset "UTF-8";
:where(html, :host) {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}

:where(hr) {
  box-sizing: content-box;
  color: inherit;
  height: 0;
}

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(code, kbd, pre, samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(small) {
  font-size: 80%;
}

:where(table) {
  border-color: currentColor;
  text-indent: 0;
}

:where(button, input, select) {
  margin: 0;
}

:where(button) {
  text-transform: none;
}

:where(button, input:is([type=button i], [type=reset i], [type=submit i])) {
  -webkit-appearance: button;
}

:where(progress) {
  vertical-align: baseline;
}

:where(select) {
  text-transform: none;
}

:where(textarea) {
  margin: 0;
}

:where(input[type=search i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}

:where(:-moz-ui-invalid) {
  box-shadow: none;
}

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

:where(summary) {
  display: list-item;
}

html, :host {
  box-sizing: var(--db-box-sizing, border-box);
}

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

img, embed, iframe, object, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

nav ol, nav ul, [role=navigation] ol, [role=navigation] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:root {
  --db-focus-outline-offset: 1px;
  --db-focus-outline-color: #2c95c4;
}

:is(a, button, input, textarea, summary) {
  --db-focus-outline-size: max(2px, 0.08em);
}

:is(a, button, input, textarea, summary):focus-visible {
  outline: var(--db-focus-outline-size) var(--db-focus-outline-style, solid) var(--db-focus-outline-color, currentColor);
  outline-offset: var(--db-focus-outline-offset, var(--db-focus-outline-size));
}

:where(ul) {
  list-style-type: "•   ";
}

:where(ul) li::marker {
  color: #ec0016;
}

details > *, details > ::before, details > ::after {
  box-sizing: var(--db-box-sizing, border-box);
}

body, :host, div, button, input, select, textarea {
  color: #282d37;
  font-family: "DB Screen Sans", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
} 
a {
  color: inherit;
}

/* *****
	This file summarizes the general variables relevant for using DB UI Core with SCSS.
***** */
/* *****
	This file summarizes the general variables relevant for using DB UI Core with SCSS.
***** */
.elm-input {
  --formElement---borderTopColor: var(
  	--formElement---borderColor,
  	transparent
  );
  --formElement---borderRightColor: var(
  	--formElement---borderColor,
  	transparent
  );
  --formElement---borderBottomColor: var(
  	--formElement---borderColor,
  	rgba(40, 45, 55, 0.5)
  );
  --formElement---borderLeftColor: var(
  	--formElement---borderColor,
  	transparent
  );
  border-radius: 4px;
  caret-color: #ec0016;
  color: #282d37;
}
.elm-input ~ .description {
  color: #646973;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
}

.elm-input[type=color] + [data-label-hidden=true].elm-label, .elm-input[type=date] + [data-label-hidden=true].elm-label, .elm-input[type=datetime-local] + [data-label-hidden=true].elm-label, .elm-input[type=email] + [data-label-hidden=true].elm-label, .elm-input[type=month] + [data-label-hidden=true].elm-label, .elm-input[type=number] + [data-label-hidden=true].elm-label, .elm-input[type=password] + [data-label-hidden=true].elm-label, :where(:not(.cmp-sitesearch)) > .elm-input[type=search] + [data-label-hidden=true].elm-label, .elm-input[type=tel] + [data-label-hidden=true].elm-label, .elm-input[type=text] + [data-label-hidden=true].elm-label, .elm-input[type=time] + [data-label-hidden=true].elm-label, .elm-input[type=url] + [data-label-hidden=true].elm-label, .elm-input[type=week] + [data-label-hidden=true].elm-label {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

:not(.cmp-sitesearch) > .elm-input[type=search], .elm-input[type=color][data-variant=semitransparent], .elm-input[type=date][data-variant=semitransparent], .elm-input[type=datetime-local][data-variant=semitransparent], .elm-input[type=email][data-variant=semitransparent], .elm-input[type=month][data-variant=semitransparent], .elm-input[type=number][data-variant=semitransparent], .elm-input[type=password][data-variant=semitransparent], :where(:not(.cmp-sitesearch)) > .elm-input[type=search][data-variant=semitransparent], .elm-input[type=tel][data-variant=semitransparent], .elm-input[type=text][data-variant=semitransparent], .elm-input[type=time][data-variant=semitransparent], .elm-input[type=url][data-variant=semitransparent], .elm-input[type=week][data-variant=semitransparent], :where(.elm-input[type=color], .elm-input[type=date], .elm-input[type=datetime-local], .elm-input[type=email], .elm-input[type=month], .elm-input[type=number], .elm-input[type=password], :where(:not(.cmp-sitesearch)) > .elm-input[type=search], .elm-input[type=tel], .elm-input[type=text], .elm-input[type=time], .elm-input[type=url], .elm-input[type=week]) {
  --formElement---borderColor: rgba(40, 45, 55, 0.5);
  background-color: rgba(40, 45, 55, 0.05);
  border-bottom: 1px solid var(--formElement---borderBottomColor);
  border-left: 1px solid var(--formElement---borderLeftColor);
  border-left-color: transparent;
  border-right: 1px solid var(--formElement---borderRightColor);
  border-right-color: transparent;
  border-top: 1px solid var(--formElement---borderTopColor);
  border-top-color: transparent;
}

.elm-input[type=color][data-variant=white], .elm-input[type=date][data-variant=white], .elm-input[type=datetime-local][data-variant=white], .elm-input[type=email][data-variant=white], .elm-input[type=month][data-variant=white], .elm-input[type=number][data-variant=white], .elm-input[type=password][data-variant=white], :where(:not(.cmp-sitesearch)) > .elm-input[type=search][data-variant=white], .elm-input[type=tel][data-variant=white], .elm-input[type=text][data-variant=white], .elm-input[type=time][data-variant=white], .elm-input[type=url][data-variant=white], .elm-input[type=week][data-variant=white] {
  --formElement---borderColor: rgba(40, 45, 55, 0.5);
  background-color: #ffffff;
  border-bottom: 1px solid var(--formElement---borderBottomColor);
  border-left: 1px solid var(--formElement---borderLeftColor);
  border-left-color: transparent;
  border-right: 1px solid var(--formElement---borderRightColor);
  border-right-color: transparent;
  border-top: 1px solid var(--formElement---borderTopColor);
  border-top-color: transparent;
}

.elm-input[type=color][data-variant=solid], .elm-input[type=date][data-variant=solid], .elm-input[type=datetime-local][data-variant=solid], .elm-input[type=email][data-variant=solid], .elm-input[type=month][data-variant=solid], .elm-input[type=number][data-variant=solid], .elm-input[type=password][data-variant=solid], :where(:not(.cmp-sitesearch)) > .elm-input[type=search][data-variant=solid], .elm-input[type=tel][data-variant=solid], .elm-input[type=text][data-variant=solid], .elm-input[type=time][data-variant=solid], .elm-input[type=url][data-variant=solid], .elm-input[type=week][data-variant=solid] {
  --formElement---borderColor: rgba(40, 45, 55, 0.5);
  background-color: #f0f3f5;
  border-bottom: 1px solid var(--formElement---borderBottomColor);
  border-left: 1px solid var(--formElement---borderLeftColor);
  border-left-color: transparent;
  border-right: 1px solid var(--formElement---borderRightColor);
  border-right-color: transparent;
  border-top: 1px solid var(--formElement---borderTopColor);
  border-top-color: transparent;
}

.elm-input[type=color][data-variant=outline], .elm-input[type=date][data-variant=outline], .elm-input[type=datetime-local][data-variant=outline], .elm-input[type=email][data-variant=outline], .elm-input[type=month][data-variant=outline], .elm-input[type=number][data-variant=outline], .elm-input[type=password][data-variant=outline], :where(:not(.cmp-sitesearch)) > .elm-input[type=search][data-variant=outline], .elm-input[type=tel][data-variant=outline], .elm-input[type=text][data-variant=outline], .elm-input[type=time][data-variant=outline], .elm-input[type=url][data-variant=outline], .elm-input[type=week][data-variant=outline] {
  --formElement---borderColor: rgba(40, 45, 55, 0.25);
  background-color: transparent;
  border-bottom: 1px solid var(--formElement---borderBottomColor);
  border-left: 1px solid var(--formElement---borderLeftColor);
  border-right: 1px solid var(--formElement---borderRightColor);
  border-top: 1px solid var(--formElement---borderTopColor);
}

.elm-input[type=color]:not([aria-invalid]):user-valid, .elm-input[type=date]:not([aria-invalid]):user-valid, .elm-input[type=datetime-local]:not([aria-invalid]):user-valid, .elm-input[type=email]:not([aria-invalid]):user-valid, .elm-input[type=month]:not([aria-invalid]):user-valid, .elm-input[type=number]:not([aria-invalid]):user-valid, .elm-input[type=password]:not([aria-invalid]):user-valid, :where(:not(.cmp-sitesearch)) > .elm-input[type=search]:not([aria-invalid]):user-valid, .elm-input[type=tel]:not([aria-invalid]):user-valid, .elm-input[type=text]:not([aria-invalid]):user-valid, .elm-input[type=time]:not([aria-invalid]):user-valid, .elm-input[type=url]:not([aria-invalid]):user-valid, .elm-input[type=week]:not([aria-invalid]):user-valid {
  --formElement---borderColor: #2a7230;
}
.elm-input[type=color]:not([aria-invalid]):user-invalid, .elm-input[type=date]:not([aria-invalid]):user-invalid, .elm-input[type=datetime-local]:not([aria-invalid]):user-invalid, .elm-input[type=email]:not([aria-invalid]):user-invalid, .elm-input[type=month]:not([aria-invalid]):user-invalid, .elm-input[type=number]:not([aria-invalid]):user-invalid, .elm-input[type=password]:not([aria-invalid]):user-invalid, :where(:not(.cmp-sitesearch)) > .elm-input[type=search]:not([aria-invalid]):user-invalid, .elm-input[type=tel]:not([aria-invalid]):user-invalid, .elm-input[type=text]:not([aria-invalid]):user-invalid, .elm-input[type=time]:not([aria-invalid]):user-invalid, .elm-input[type=url]:not([aria-invalid]):user-invalid, .elm-input[type=week]:not([aria-invalid]):user-invalid {
  --formElement---borderColor: #ec0016;
}

[aria-invalid=true].elm-input[type=color], [aria-invalid=true].elm-input[type=date], [aria-invalid=true].elm-input[type=datetime-local], [aria-invalid=true].elm-input[type=email], [aria-invalid=true].elm-input[type=month], [aria-invalid=true].elm-input[type=number], [aria-invalid=true].elm-input[type=password], :where(:not(.cmp-sitesearch)) > [aria-invalid=true].elm-input[type=search], [aria-invalid=true].elm-input[type=tel], [aria-invalid=true].elm-input[type=text], [aria-invalid=true].elm-input[type=time], [aria-invalid=true].elm-input[type=url], [aria-invalid=true].elm-input[type=week] {
  --formElement---borderColor: #ec0016;
}

.elm-input:is([type=email],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) + label + output:has(+ .description) {
  float: right;
}
@supports (position-area: block-end span-inline-start) {
  .elm-input:is([type=email],
  [type=password],
  [type=search],
  [type=tel],
  [type=text],
  [type=url]) + label + output:not(:has(+ .description)) {
    position: absolute;
    position-area: block-end span-inline-start;
  }
}
.elm-input:is([type=email],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) + label + output, .elm-input:is([type=email],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) + label + output + .description {
  color: #646973;
  font-size: 0.875rem;
  padding: 0.375rem 0.625rem;
}

.elm-input {
  color: #282d37;
  font-size: 1rem;
  height: 2.75rem;
  line-height: 1.5rem;
  max-width: 100%;
  width: 100%;
  padding-inline: 1rem;
}
.elm-input:not(:has(+ label[data-label-hidden=true])) {
  padding-block: 0.5rem;
}
.elm-input[list]::-webkit-calendar-picker-indicator {
  margin-right: -1rem;
}
.elm-input:not(:placeholder-shown) {
  padding-bottom: 0;
}
.elm-input:not(:placeholder-shown):not(:has(+ label[data-label-hidden=true])) {
  padding-top: 1rem;
}
.elm-input:focus:not(:disabled), .elm-input:hover:not(:disabled) {
  --formElement---borderColor: #878c96;
}
.elm-input:disabled, .elm-input:disabled + .elm-label, fieldset:disabled .elm-input, fieldset:disabled .elm-input + .elm-label {
  opacity: 0.4;
}
.elm-input[type=color]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=date]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=datetime-local]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=email]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=month]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=number]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=password]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, :where(:not(.cmp-sitesearch)) > .elm-input[type=search]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=tel]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=text]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=time]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=url]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=week]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label {
  transition: opacity, transform 250ms;
}
@media (prefers-reduced-motion: reduce) {
  .elm-input[type=color]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=date]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=datetime-local]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=email]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=month]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=number]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=password]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, :where(:not(.cmp-sitesearch)) > .elm-input[type=search]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=tel]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=text]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=time]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=url]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label, .elm-input[type=week]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=time]):not([type=week]) + .elm-label {
    transition-duration: 0.01s !important;
  }
}
.elm-input[type=color] + .elm-label, .elm-input[type=date] + .elm-label, .elm-input[type=datetime-local] + .elm-label, .elm-input[type=email] + .elm-label, .elm-input[type=month] + .elm-label, .elm-input[type=number] + .elm-label, .elm-input[type=password] + .elm-label, :where(:not(.cmp-sitesearch)) > .elm-input[type=search] + .elm-label, .elm-input[type=tel] + .elm-label, .elm-input[type=text] + .elm-label, .elm-input[type=time] + .elm-label, .elm-input[type=url] + .elm-label, .elm-input[type=week] + .elm-label {
  color: #646973;
  display: block;
  font-size: 0.75rem;
  margin-bottom: -1.125rem;
  transform: translate(1rem, -2.5625rem);
}
.elm-input[type=color] + .elm-label + output, .elm-input[type=color] + .elm-label ~ .description, .elm-input[type=date] + .elm-label + output, .elm-input[type=date] + .elm-label ~ .description, .elm-input[type=datetime-local] + .elm-label + output, .elm-input[type=datetime-local] + .elm-label ~ .description, .elm-input[type=email] + .elm-label + output, .elm-input[type=email] + .elm-label ~ .description, .elm-input[type=month] + .elm-label + output, .elm-input[type=month] + .elm-label ~ .description, .elm-input[type=number] + .elm-label + output, .elm-input[type=number] + .elm-label ~ .description, .elm-input[type=password] + .elm-label + output, .elm-input[type=password] + .elm-label ~ .description, :where(:not(.cmp-sitesearch)) > .elm-input[type=search] + .elm-label + output, :where(:not(.cmp-sitesearch)) > .elm-input[type=search] + .elm-label ~ .description, .elm-input[type=tel] + .elm-label + output, .elm-input[type=tel] + .elm-label ~ .description, .elm-input[type=text] + .elm-label + output, .elm-input[type=text] + .elm-label ~ .description, .elm-input[type=time] + .elm-label + output, .elm-input[type=time] + .elm-label ~ .description, .elm-input[type=url] + .elm-label + output, .elm-input[type=url] + .elm-label ~ .description, .elm-input[type=week] + .elm-label + output, .elm-input[type=week] + .elm-label ~ .description {
  margin-top: 0;
}
.elm-input[type=color][placeholder]:placeholder-shown + label, .elm-input[type=date][placeholder]:placeholder-shown + label, .elm-input[type=datetime-local][placeholder]:placeholder-shown + label, .elm-input[type=email][placeholder]:placeholder-shown + label, .elm-input[type=month][placeholder]:placeholder-shown + label, .elm-input[type=number][placeholder]:placeholder-shown + label, .elm-input[type=password][placeholder]:placeholder-shown + label, :where(:not(.cmp-sitesearch)) > .elm-input[type=search][placeholder]:placeholder-shown + label, .elm-input[type=tel][placeholder]:placeholder-shown + label, .elm-input[type=text][placeholder]:placeholder-shown + label, .elm-input[type=time][placeholder]:placeholder-shown + label, .elm-input[type=url][placeholder]:placeholder-shown + label, .elm-input[type=week][placeholder]:placeholder-shown + label {
  opacity: 0;
}
.elm-input[type=color]::placeholder, .elm-input[type=date]::placeholder, .elm-input[type=datetime-local]::placeholder, .elm-input[type=email]::placeholder, .elm-input[type=month]::placeholder, .elm-input[type=number]::placeholder, .elm-input[type=password]::placeholder, :where(:not(.cmp-sitesearch)) > .elm-input[type=search]::placeholder, .elm-input[type=tel]::placeholder, .elm-input[type=text]::placeholder, .elm-input[type=time]::placeholder, .elm-input[type=url]::placeholder, .elm-input[type=week]::placeholder {
  color: #646973;
}
.elm-input[type=color], .elm-input[type=date], .elm-input[type=datetime-local], .elm-input[type=email], .elm-input[type=month], .elm-input[type=number], .elm-input[type=password], :where(:not(.cmp-sitesearch)) > .elm-input[type=search], .elm-input[type=tel], .elm-input[type=text], .elm-input[type=time], .elm-input[type=url], .elm-input[type=week] {
  /* stylelint-disable order/order */
  /* stylelint-enable order/order */
}
.elm-input[type=search] {
  background: var(--db-ic-search-24, url(../../../icons/functional/images/action/db_ic_search_24.svg)) no-repeat 0.375rem 0.75rem;
  background-size: 1.1875rem;
  padding-left: 2rem;
}
:not(.cmp-sitesearch) > .elm-input[type=search] + .elm-label {
  margin-left: 1rem;
}

:host {
  --db-ic-search-24: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAV9JREFUSEu1le0xBEEURc9GgAjIABkQATIgAyEIQQaIABkQARlYESAC6qjXVV1T3f22dme7an5Nzzv3vq9ZsOWz2HJ8RoBL4Aw4AXaBb+AFeAIeVhXWAhwAj8DRIMg7cAEsM9AUYPC3UPwDXAMG89HFOXAD7Iej03jX5UwBBjoEXiOYaZkeQfeRPu8fj1zUAHN+B6hcJ63gJZYQg+vkKoBNTg2weBZ1+EEVpQh6DrcpQMU7YVl12dHFV1zqdmP94je73CCm39SA4mAvyX/h2MZ23GfULE3RujWw4xzGFFCK5vDYelkXfcRsrNxFKihz4EpwUntz4KSreqjegK1JFmI36cSptQ0FmXOH8DaUF0FOc9dtbxdZD4P1jsptU+8oqAvJtqm7x+Hz2C26ck34CDCVQ8im/4MUsilAZ0PIHIAhZC7AFGJtLPzwl5ktu9b7ki7b9n+653SQrop1FKff/AH2BVIZMfA02AAAAABJRU5ErkJggg==");
}

.elm-input:is([type=email],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url]) + label + output:not(:has(+ .description)) {
  float: right;
  position: initial;
}