/** HEADER **/

header:before {
    background-color:#8CBB46;
}
#swagger-ui.api-platform .info .title {
    color:#8CBB46;
}

#swagger-ui.api-platform .btn.execute {
    background-color:#8CBB46;
    border-color:#8CBB46;
}

#swagger-ui.api-platform .btn.execute:hover {
    background-color:#5d9110;
    border-color:#5d9110;
}

#swagger-ui.api-platform .btn.authorize {
    background-color:rgba(120,188,97,0.1);
    color: #8CBB46;
    border-color: #8CBB46;
}
.swagger-ui .btn.authorize svg {
    fill: #8CBB46;
}

#swagger-ui.api-platform .btn.authorize:hover {
    color: #5d9110;
    border-color: #5d9110;
}

.swagger-ui .btn.authorize:hover svg {
    fill: #5d9110;
}
