.top-header {
  /* background-color: #f8f8f8; */
  /* font-size: 12px; */
  padding: 0.5rem 0;
}

.top-header .top-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.top-header a {
  cursor: pointer;
}

.top-header a:hover {
  text-decoration: underline;
}

.top-header .logout-text {
  color: #d83856;
}

.top-header .ff-semibold {
  font-weight: 600;
}
