﻿.swagger-section #header {
    background-color: white;
    border-bottom: 4px solid #1f7585;
    height: 30px;
}

    .swagger-section #header .swagger-ui-wrap {
        height: 45px;
        background-image: url(https://cdn.media-concept.com/gfx/logo/supplies24.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

#input_apiKey {
    display: none !important;
}

.swagger-section #api_selector {
    padding-top: 8px;
}

#logo {
    display: none !important;
}

.swagger-section #explore, .swagger-section #auth_container .authorize__btn, .swagger-section #explore:hover, .swagger-section #auth_container .authorize__btn:hover {
    background-color: #1f7585;
}

#api_info {
    display: none;
}
