/* Fix Swagger UI input text visibility */
.swagger-ui input[type=text],
.swagger-ui input[type=password],
.swagger-ui input[type=search],
.swagger-ui input[type=email],
.swagger-ui input[type=file],
.swagger-ui textarea,
.swagger-ui select {
    color: #3b4151 !important;
    background-color: #fff !important;
}

.swagger-ui .parameters-col_description input[type=text] {
    color: #3b4151 !important;
    background-color: #fff !important;
}

.swagger-ui .body-param textarea {
    color: #3b4151 !important;
    background-color: #fff !important;
}

.swagger-ui input::placeholder {
    color: #888 !important;
}

.swagger-ui .parameter__name,
.swagger-ui .parameter__type,
.swagger-ui .parameter__in {
    color: #3b4151 !important;
}

.swagger-ui .opblock-summary-description {
    color: #3b4151 !important;
}
