#header {
    background-color: #003D4C !important;
}

#logo .logo__img {
    content: url(../../../Assets/elvyicon.png) !important;
}

/*a .logo__title {
    visibility: hidden;
    font-size: 0;
}
a::before .logo__title {
    content: "ElvyWeb Api";
    visibility: visible;
    font-size: 12px;
}*/

.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    /*display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 0.9em;
    color: white;*/
    background-color: #74AA50;
}