.swagger-ui .topbar {
    background-color: #569eb3;
    border-bottom: 6px solid black;
}


img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/swagger/app-logo.png');
    max-width: 100%;
    max-height: 100%;
}



.swagger-ui .topbar .download-url-wrapper .select-label select {
    border: 2px solid #47782b !important;
}

/* hide section label  */
.swagger-ui .topbar .download-url-wrapper .select-label span {
    flex: 0;
    width: 0;
    visibility: hidden;
}


/* add custom section label */
.swagger-ui .topbar .download-url-wrapper .select-label:before {
    font-size: 16px;
    color: #3b4151;
    visibility: visible;
    content: "API Section: ";
}
/* Change font family */
.swagger-ui {
    font-family: 'Arial', sans-serif !important;
}

    /* Increase padding around content */
    .swagger-ui .swagger-ui {
        padding: 20px !important;
    }

    /* Center-align text in response box */
    .swagger-ui .response-col_description {
        text-align: left;
    }


    /* Hide the schemas section at the bottom of Swagger UI */
    .swagger-ui .models {
        display: none;
    }
