.topbar-wrapper img {
    content: url('https://s3.amazonaws.com/images-dev.simplustec.com.br/api-doc/open-api-doc/images/logo.png');
}

.swagger-ui .download-url-button{
    color: rgb(255,255,255) !important;
}

.swagger-ui *{
    font-family: 'Archivo' !important;
    color: rgb(35,35,35) !important;
}

.swagger-ui .topbar {
    background-color: rgba(0,72,83) !important;
}

.swagger-ui .info a {
    color: rgb(140,140,139) !important;
}

.swagger-ui .info a:hover {
    color: rgb(255,85,0) !important;
}

.swagger-ui .topbar .download-url-wrapper input[type=text] {
    border: 2px solid rgb(255, 255, 255) !important;
 }
 
 .swagger-ui .topbar .download-url-wrapper .download-url-button {
    background: rgb(108,108,199) !important;
 }
 
 .swagger-ui .btn.authorize {
    color: rgb(255,255,255) !important;
    background-color: rgb(0,72,83) !important;
    border-color: rgb(0,72,83) !important;
 }
 

 .swagger-ui .btn.authorize span {
    color: rgb(255,255,255) !important;
}

 .swagger-ui .btn.authorize svg {
    fill: rgb(255, 255, 255) !important;
}

.swagger-ui select {
    border: 2px solid rgb(0,72,83) !important;
    color: rgb(35, 35, 35) !important;
}

.swagger-ui .opblock-tag {
    color: rgb(134,134,134) !important;
}

.swagger-ui .opblock .opblock-summary-operation-id, .swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-path__deprecated {
    color: rgb(134,134,134) !important;
}