﻿.swagger-ui .topbar svg:not(:root) {
    display: none;
}

.swagger-ui .topbar {
    background-color: #302F67; /* #FF5733; Replace with your desired color code */
}


.topbar-wrapper .link::before {
    display: inline-block;
    width: 250px;
    height: 50px;
    content: "";
    visibility: visible;
    background: url(/images/logo.svg) no-repeat center center;
    background-size: contain; /* Adjust as needed */
}