.navbar-container {
  left: 24rem !important;
  height: 64px !important;
  border-bottom: 1px solid #e5e7eb;
}

.navbar-left-items {
  align-items: center;
}

.navbar-item {
  height: 32px !important;
  padding: 8px !important;
  margin: 0px 16px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-item a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  font-weight: 500;
  padding: 0px !important;
}

.navbar .active a {
  text-decoration: underline;
  color: blue !important;
  font-weight: 700;
}