/* Replace the logo in the top bar */
.topbar-wrapper img[alt="Swagger UI"],
.topbar-wrapper span {
    visibility: collapse;
}

/* Hide the default Swagger icon completely */
.swagger-ui .topbar .topbar-wrapper a.link {
    background-image: none;
}

.topbar-wrapper .link:after {
    background: url(tg_logo.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    content: "";
    background-size: 100%;
    margin-left: 10px;
}

/* Change top bar background color */
.swagger-ui .topbar {
    background-color: #111942;
}

#logo_small_svg__SW_TM-logo-on-dark {
    display: none !important;
}

/* Hide the Explore button but keep the URL input */
.swagger-ui .topbar .download-url-wrapper .download-url-button {
    display: none;
}
