/* Replace the logo */
.swagger-ui .topbar {
    background-color: #1B1A1B;
}

    .swagger-ui .topbar svg {
        display: none; /* Hide the default Swagger logo (SVG) */
    }

.swagger-ui .topbar-wrapper .link {
    display: inline-block;
    width: 180px;
    height: 30px;
    background-image: url('/swagger/custom/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
