.swagger-ui .topbar svg:not(:root) {
    display: none;
}

.topbar-wrapper .link:before {
    background-image: url(../Images/logo.png);
    background-size: 50px 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
}

.swagger-ui {
    background-color: #d4d4d4 !important;
}

/* Ensure full-page background change */
.swagger-ui body, 
html {
    background-color: #d4d4d4 !important;
}

.swagger-ui .topbar {
    background-color: #1b126f; /* Change to your preferred color */
}

.swagger-ui .scheme-container {
    background-color: #e3f2fd !important; /* Light blue background */
    color: #000 !important; /* Text color */
    padding: 5px;
}

.swagger-ui .h2,
.swagger-ui .info .title,
.swagger-ui a.nostyle {
    color: #1b126f;
}
