.swagger-ui .topbar .link {
    align-items: center;
    background-image: url("/images/giftshare-logo.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 40px;
    width: 180px;
}

.swagger-ui .topbar .link img,
.swagger-ui .topbar .link svg,
.swagger-ui .topbar .link span {
    display: none;
}
