﻿body {
    background: white;
    color: #1c547c;
}

.topbar-wrapper img {
    content: url('https://imspulse.com/storage/app/media/imscc.png'); /* Path to your custom logo */
    width: auto;
    height: 60px
}
.swagger-ui {
    color: #1c547c;
}
.swagger-ui .topbar {
    background-color: white; /* Change to your preferred color */
    box-shadow: 5px 5px 0px lightgray;
}

.swagger-ui .info .title {
    color: #1c547c;
}

.swagger-ui label {
    color: #1c547c;
}

.swagger-ui .topbar .download-url-wrapper .select-label {
    color: #1c547c;
}

.swagger-ui .opblock-tag {
    color: #1c547c;
}