:host {
  display: block;
}

:host([hidden]) {
  display: none;
}

#slot-entity::slotted(*) {
  display: flex !important;
}

.dra-part, .dra-row--full-bleed, .dra-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dra-header {
  padding-top: 16px;
  padding-left: 0px;
  padding-right: 0px;
}

.dra-row {
  justify-content: space-between;
  flex: 1 1 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.dra-row--full-bleed {
  justify-content: space-between;
  flex: 1 1 auto;
}

.dra-part--begin {
  justify-content: flex-begin;
}

.dra-part--end {
  justify-content: flex-end;
}

.dra-part--hide {
  overflow: hidden;
}

.dra-elem--visual {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
}

.dra-elem--avatar {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #81c784;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
  color: var(--mdc-theme-text-icon-on-surface, rgba(0, 0, 0, 0.38));
}

#drawer-header-type {
  color: #2e7d32;
}

.dra-elem--subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.25rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  color: rgba(255, 255, 255, 0.7) !important;
}

/*# sourceMappingURL=header.css.map */
