#firstnavbar {
  background-color: #3c3c3c;
}

#firstnavbar-logo {
  width: 275px;
  height: 65px;
}

#firstnavbar-wrapper {
  margin-bottom: 9px;
  max-width: 1376px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
  margin-bottom: 9px;
}

#firstnavbar-dropdown {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  flex-basis: 50%;
}

#firstnavbar-icon {
  filter: invert(100%);
  width: 20px;
}

#firstnavbar-email {
  color: white;
  font-family: Arial;
  margin-left: 3px;
}

#active-role-text {
  color: white;
  font-size: 20px;
}

#active-role-text-level {
  font-weight: bold;
}
