﻿body {
}
.swagger-ui .topbar {
    background-image: url('') !important; /* Path to your logo */
    background-repeat: no-repeat;
    background-position: center; /* Adjust as needed */
}
.swagger-ui .topbar {
    background-color: rgb(27 67 233) !important;
}
.swagger-ui .info .title {
    font-family: 'Arial', sans-serif;
}
.topbar-wrapper .link img {
    content: url('https://www.defi-cms.com/wp-content/uploads/2024/04/logo-white-horizontal.png') !important; /* Path to your logo in wwwroot */
    height: 30px; /* Adjust height as needed */
}