.bi-app-header {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  display: flex; }

.bi-app-header {
  flex: 0 0 auto;
  box-sizing: border-box; }
  .bi-app-header > * {
    flex-direction: row;
    align-items: center;
    display: flex; }

.bi-app-header {
  padding: 0 12px;
  height: 54px; }
  .bi-app-header > * > *:not(:last-child) {
    margin-right: 12px; }
  .bi-app-header .bi-app-user-logo {
    width: 36px;
    height: 36px;
    border-radius: 100px; }
  .bi-app-header .bi-app-title {
    font-size: 20px;
    font-weight: 200;
    font-family: bi-ui; }
    .bi-app-header .bi-app-title .bi-app-logo {
      width: 24px;
      margin-right: 8px; }
