.topbar {
  font-size: 14px !important;
  padding-left: 16px !important;
  max-width: 100% !important;
  height: 65px !important;
  color: #ffffff !important;
  background-color: #2b414a !important;
}

@media screen and (max-width: 599px) {
  .topbar-wrapper {
    background-image: url('/assets/images/ngsurvey_bird.svg');
    background-repeat: no-repeat;
    height: 50px;
  }
}

@media screen and (min-width: 600px) {
  .topbar-wrapper {
    background-image: url('/assets/images/ngsurvey_hl_drk_logo.svg');
    background-repeat: no-repeat;
    height: 50px;
  }
}

.select-label {
  display: none !important;
}

.swagger-ui .info span {
  margin: 20px 0 !important;
}

.topbar-wrapper svg {
  width: 38px;
  height: 25px;
}

.link img,
.link span {
  display: none;
}