﻿.swagger-ui .topbar {
    background-color: #1b1e1f;
    border-bottom: 3px solid #547f00;
}
.topbar-wrapper img {
    content: url('logo-white.svg');
    width: 150px;
    height: 45px;
}
.topbar-wrapper a span {
    visibility: hidden;
}
.auth-container:first-child .wrapper {
    display: none;
}
.auth-container:first-child .scopes .wrapper {
    display: block;
}
.auth-container .scope-def {
    display: none;
}