.information-container {
    display: none;
}

.swagger-ui .auth-wrapper {
    justify-content: flex-start;
}

.topbar {
    background-color: #3b364c !important;
}

.swagger-ui .scheme-container {
    background-color: #fafafa !important;
    padding: 0;
    margin-bottom: 10px !important;
}

.swagger-ui > div > .scheme-container > section > .auth-wrapper > .btn.authorize {
    display: none;
}

img[alt="Swagger UI"] {
    display: block;
    box-sizing: border-box;
    content: url('/assets/logo.png');
    margin-left: 0px;
    margin-top: -5px;
    margin-bottom: -5px;
    max-width: 100%;
    max-height: 100%;
    height: 60px;
}