﻿body.swagger-section #header {
    background-color: #1ab394;
    height: 25px;
}

.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
background-color:#1c84c6;
}

.swagger-section #header .logo__img {
    content: url(../logoImage);
    width: 80px;
    height: auto;
    background: white;
    border-radius: 15px;
    margin-top: 0 !important;
}

span.logo__title {
  display: none !important;
}