.header {
  display: grid;
  grid-template-columns: min-content auto;
  padding: 1em 1em 4em;
  align-items: end;
  text-align: left;
}
.header div {
  width: 100%;
  white-space: nowrap;
  border-bottom: 1px #E65B5F solid;
}
.header_link, .header_this {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.25em;
  transition: all 0.25s;
}
.header_link:hover {
  color: #E65B5F;
}
.header_this {
  color: white;
  background-color: #E65B5F;
}
.header_logout {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0.25em 0px;
  transition: all 0.25s;
  color: #E65B5F;
}
.header_logout:hover {
  color: white;
  background-color: #E65B5F;
}
.header_support {
  text-align: center;
  display: inline-block;
  color: #E65B5F;
  font-size: 0.8em;
}

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