﻿.swagger-ui .topbar {
    background-color: #ffffff; /* Change the background color of the header */
}

    .swagger-ui .topbar .topbar-wrapper {
        justify-content: start; /* Center the logo */
    }

        .swagger-ui .topbar .topbar-wrapper a {
            content: url('/img/modex.svg'); /* Path to your logo */
            width: auto; /* Customize width */
            height: 50px; /* Maintain aspect ratio */
            object-fit: cover; /* Adjust fit */
        }

    .swagger-ui .topbar .download-url-wrapper .select-label {
        color: #7d7d7d;
    }