.top-bar-container {
  width: 100%;
  height: 5.8%;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;

  .top-bar {
    height: 24px;
  }
}