@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.
***** */
.cmp-overflow-menu, .cmp-dropdown {
  color: #2d333f;
  display: inline-block;
  position: relative;
}
.cmp-overflow-menu:not(.is-account) summary, .cmp-dropdown:not(.is-account) summary {
  font-size: 0;
}
.cmp-overflow-menu:not(.is-account) summary::before, .cmp-dropdown:not(.is-account) summary::before {
  --icon-margin-after: 0;
}
.cmp-overflow-menu summary, .cmp-dropdown summary {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  cursor: default;
  background-color: rgba(40, 45, 55, 0);
}
.cmp-overflow-menu summary, .cmp-dropdown summary {
  --icon-glyph-before: "⋮";
}
.cmp-overflow-menu summary::before, .cmp-dropdown summary::before {
  --icon-font-family: "icons-20-outline",
  	"missing-icons" !important;
  font-size: var(--icon-font-size-before, var(--icon-font-size, 1.25rem));
  margin-inline-end: var(--icon-margin-after, 0.375rem);
  content: var(--icon-glyph-before);
}
@supports (content: ""/"") {
  .cmp-overflow-menu summary::before, .cmp-dropdown summary::before {
    content: var(--icon-glyph-before)/"";
  }
}
.cmp-overflow-menu summary::before, .cmp-dropdown summary::before {
  display: inline-block;
  /*** icon - partial ***/
  font-family: var(--icon-font-family) !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-weight: var(--icon-font-weight, normal);
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  /* stylelint-disable */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-enable */
  /* stylelint-disable */
  -webkit-alt: "";
  /* stylelint-enable */
  alt: "";
  speak: none;
  speak: never;
}
@media aural {
  .cmp-overflow-menu summary::before, .cmp-dropdown summary::before {
    content: none;
  }
}
@media speech {
  .cmp-overflow-menu summary::before, .cmp-dropdown summary::before {
    content: none;
  }
}
.cmp-overflow-menu summary::before, .cmp-dropdown summary::before {
  transform: translateX(-0.125rem);
}
.cmp-overflow-menu summary:hover, .cmp-dropdown summary:hover {
  background-color: rgba(40, 45, 55, 0.08);
}
.cmp-overflow-menu summary:active, .cmp-dropdown summary:active {
  background-color: rgba(40, 45, 55, 0.16);
}
.cmp-overflow-menu summary::-webkit-details-marker, .cmp-dropdown summary::-webkit-details-marker {
  display: none;
}
.cmp-overflow-menu summary:first-of-type, .cmp-dropdown summary:first-of-type {
  list-style-type: none;
}
.cmp-overflow-menu menu, .cmp-dropdown menu,
.cmp-overflow-menu ul,
.cmp-dropdown ul {
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  margin-block-start: 1rem;
  padding-left: 0;
  position: absolute;
  width: min-content;
  z-index: 60;
}
.cmp-overflow-menu menu::before, .cmp-dropdown menu::before,
.cmp-overflow-menu ul::before,
.cmp-dropdown ul::before {
  border-bottom: 0.8125rem solid #fff;
  border-left: 0.8125rem solid transparent;
  border-right: 0.8125rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  transform: translate(0.75rem, -0.8125rem);
  width: 0;
}
.cmp-overflow-menu menu li button, .cmp-dropdown menu li button,
.cmp-overflow-menu menu li a,
.cmp-dropdown menu li a,
.cmp-overflow-menu ul li button,
.cmp-dropdown ul li button,
.cmp-overflow-menu ul li a,
.cmp-dropdown ul li a {
  background-color: #fff;
  border-radius: unset;
  display: block;
  font-weight: 400;
  padding: 1rem 2rem 1rem 1rem;
  text-decoration: none;
}
.cmp-overflow-menu menu li button:hover, .cmp-dropdown menu li button:hover, .cmp-overflow-menu menu li button:focus, .cmp-dropdown menu li button:focus,
.cmp-overflow-menu menu li a:hover,
.cmp-dropdown menu li a:hover,
.cmp-overflow-menu menu li a:focus,
.cmp-dropdown menu li a:focus,
.cmp-overflow-menu ul li button:hover,
.cmp-dropdown ul li button:hover,
.cmp-overflow-menu ul li button:focus,
.cmp-dropdown ul li button:focus,
.cmp-overflow-menu ul li a:hover,
.cmp-dropdown ul li a:hover,
.cmp-overflow-menu ul li a:focus,
.cmp-dropdown ul li a:focus {
  background-color: #d7dce1;
  color: inherit;
}
.cmp-overflow-menu menu li:first-child button, .cmp-dropdown menu li:first-child button,
.cmp-overflow-menu menu li:first-child a,
.cmp-dropdown menu li:first-child a,
.cmp-overflow-menu ul li:first-child button,
.cmp-dropdown ul li:first-child button,
.cmp-overflow-menu ul li:first-child a,
.cmp-dropdown ul li:first-child a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cmp-overflow-menu menu li:last-child button, .cmp-dropdown menu li:last-child button,
.cmp-overflow-menu menu li:last-child a,
.cmp-dropdown menu li:last-child a,
.cmp-overflow-menu ul li:last-child button,
.cmp-dropdown ul li:last-child button,
.cmp-overflow-menu ul li:last-child a,
.cmp-dropdown ul li:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cmp-overflow-menu[data-horizontal-position=opposite] menu, [data-horizontal-position=opposite].cmp-dropdown menu,
.cmp-overflow-menu[data-horizontal-position=opposite] ul,
[data-horizontal-position=opposite].cmp-dropdown ul {
  right: 0;
}
.cmp-overflow-menu[data-horizontal-position=opposite] menu::before, [data-horizontal-position=opposite].cmp-dropdown menu::before,
.cmp-overflow-menu[data-horizontal-position=opposite] ul::before,
[data-horizontal-position=opposite].cmp-dropdown ul::before {
  right: 0;
  transform: translate(-0.75rem, -0.8125rem);
}
.cmp-overflow-menu menu, .cmp-dropdown menu {
  list-style-type: "";
}
.cmp-overflow-menu menu li, .cmp-dropdown menu li {
  overflow-x: hidden;
}
.cmp-overflow-menu menu button, .cmp-dropdown menu button {
  line-height: inherit;
  text-align: left;
  width: 100%;
}
.cmp-overflow-menu[open] summary::after, [open].cmp-dropdown summary::after {
  content: " ";
  display: inline-block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 50;
}

/* *****
	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.
***** */
.cmp-dropdown.is-account summary {
  --icon-glyph-before: "󡈡";
}
.cmp-dropdown.is-account summary::before {
  --icon-font-family: "icons-24-outline",
  	"missing-icons" !important;
  font-size: var(--icon-font-size-before, var(--icon-font-size, 1.5rem));
  margin-inline-end: var(--icon-margin-after, 0.375rem);
  content: var(--icon-glyph-before);
}
@supports (content: ""/"") {
  .cmp-dropdown.is-account summary::before {
    content: var(--icon-glyph-before)/"";
  }
}
.cmp-dropdown.is-account summary::before {
  display: inline-block;
  /*** icon - partial ***/
  font-family: var(--icon-font-family) !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-weight: var(--icon-font-weight, normal);
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
  /* stylelint-disable */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-enable */
  /* stylelint-disable */
  -webkit-alt: "";
  /* stylelint-enable */
  alt: "";
  speak: none;
  speak: never;
}
@media aural {
  .cmp-dropdown.is-account summary::before {
    content: none;
  }
}
@media speech {
  .cmp-dropdown.is-account summary::before {
    content: none;
  }
}
@media screen and (max-width: 41rem) {
  .cmp-dropdown.is-account summary {
    font-size: 0;
  }
  .cmp-dropdown.is-account summary::before {
    --icon-margin-after: 0;
  }
}
.cmp-dropdown menu,
.cmp-dropdown ul {
  background-color: #fff;
  margin-block-start: initial;
  right: 0;
  transform: translateY(0.875rem);
}
.cmp-dropdown menu::before,
.cmp-dropdown ul::before {
  content: none;
}
.cmp-dropdown[data-horizontal-position=opposite] menu,
.cmp-dropdown[data-horizontal-position=opposite] ul {
  right: unset;
}