.app-header {
  height: 50px;
  background: #343847;
  box-shadow: 0px 2px 8px 0px rgba(222, 227, 237, 0.5);
  /* line-height: 50px; */
  display: flex;
  justify-content: space-between;
}

.app-header-left {
  float: left;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.app-header-icon {
  margin-right: 20px;
  /* padding-bottom: 10px; */
}

.app-header-title {
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}

.app-header-right {
  float: right;
  margin-right: 20px;
  line-height: 50px;
}

.app-header-right a {
  margin-left: 10px;
  color: #FFFFFF;
}

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