/* Hide the built-in Swagger SVG */
.swagger-ui .topbar .topbar-wrapper .link svg {
    display: none;
}

/* Use Attendi logo instead */
.swagger-ui .topbar .topbar-wrapper .link {
    display: block;
    width: 105px; /* width of your logo */
    height: 24px; /* height of your logo */
    background-image: url("/swagger-ui/attendi-logo.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.swagger-ui .topbar {
    background-color: #0a6651
}
