@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-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 1rem;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.5rem 1rem;
}
.elm-button[data-icon], .elm-button[data-icon-before] {
  padding-left: 0.875rem;
}
.elm-button[data-icon-after] {
  padding-right: 0.875rem;
}
.elm-button.is-icon-text-replace {
  width: 2.75rem;
}
.elm-button {
  /*&:focus {
  	border-color: #fff;
  }*/
  /*	&:active {
  	filter: brightness(75%);
  }*/
}
.elm-button[data-variant=brand-primary], .elm-button[data-variant=primary] {
  color: #ffffff;
}
.elm-button[data-variant=brand-primary], .elm-button[data-variant=primary] {
  font-weight: 700;
}
.elm-button[data-variant=brand-primary] {
  background-color: #ec0016;
}
.elm-button[data-variant=brand-primary]:disabled {
  background-color: #ec001640;
}
.elm-button[data-variant=brand-primary]:not(:disabled):hover {
  background-color: #db0016;
}
.elm-button[data-variant=brand-primary]:not(:disabled):active {
  background-color: #cc0013;
}
.elm-button[data-variant=primary] {
  background-color: #282d37;
}
.elm-button[data-variant=primary]:disabled {
  background-color: #282d3740;
}
.elm-button[data-variant=primary]:not(:disabled):hover {
  background-color: #2f3541;
}
.elm-button[data-variant=primary]:not(:disabled):active {
  background-color: #363c4a;
}
.elm-button[data-variant=secondary-outline] {
  backdrop-filter: blur(4px);
  background-color: transparent;
  border-color: #282d37;
  color: #282d37;
}
.elm-button[data-variant=secondary-outline]:disabled {
  color: #282d3780;
  border-color: #282d3740;
}
.elm-button[data-variant=secondary-outline]:not(:disabled):hover {
  background-color: rgba(40, 45, 55, 0.03);
}
.elm-button[data-variant=secondary-outline]:not(:disabled):active {
  background-color: rgba(40, 45, 55, 0.06);
}
.elm-button[data-variant=secondary-solid] {
  background-color: #d7dce1;
  color: #282d37;
}
.elm-button[data-variant=secondary-solid]:disabled {
  color: #282d3780;
  background-color: #d7dce140;
}
.elm-button[data-variant=secondary-solid]:not(:disabled):hover {
  background-color: #cdd4da;
}
.elm-button[data-variant=secondary-solid]:not(:disabled):active {
  background-color: #c5ccd3;
}
.elm-button[data-variant=tertiary-plain] {
  background-color: transparent;
  border: 2px solid transparent;
  color: #282d37;
}
.elm-button[data-variant=tertiary-plain]:disabled {
  color: #282d3780;
}
.elm-button[data-variant=tertiary-plain]:not(:disabled):hover {
  background-color: rgba(40, 45, 55, 0.03);
}
.elm-button[data-variant=tertiary-plain]:not(:disabled):active {
  background-color: rgba(40, 45, 55, 0.06);
}
.elm-button[data-size=small] {
  min-height: 2.25rem;
}
.elm-button[data-size=small]:not(.is-icon-text-replace) {
  font-size: 0.875rem;
}
.elm-button[data-icon][data-size=small]::before, .elm-button[data-icon-before][data-size=small]::before {
  --icon-font-family: "icons-20-outline",
  	"missing-icons" !important;
  --icon-font-size: 1.25rem;
}
.elm-button[data-icon-after][data-size=small]::after {
  --icon-font-family: "icons-20-outline",
  	"missing-icons" !important;
  --icon-font-size: 1.25rem;
}
.elm-button.is-icon-text-replace[data-size=small] {
  width: 2.25rem;
}
.elm-button[data-size=large] {
  min-height: 3.25rem;
}
.elm-button[data-size=large]:not(.is-icon-text-replace) {
  font-size: 1.25rem;
}
.elm-button.is-icon-text-replace[data-size=large] {
  width: 3.25rem;
}
.elm-button:disabled {
  color: #ffffff80;
}
.elm-button[data-width=full] {
  inline-size: 100%;
}
:host[disabled] {
  pointer-events: none;
}

button.is-icon-text-replace {
  font-size: 0;
}
button.is-icon-text-replace::before {
  --icon-margin-after: 0;
}
button.is-icon-text-replace {
  aspect-ratio: 1;
}

.is-icon-text-replace db-icon {
  --icon-margin-after: 0;
}
db-icon.iconafter {
  --icon-margin-after: 0;
  margin-inline-start: 0.375rem;
}