﻿#header {
    background: #fff !important;
}

body {
    color: #fff !important;
    background: #232323 !important;
}

.swagger-ui .topbar {
    background-color: #000 !important;
}

.swagger-ui {
    color: #fff !important;
}

    .swagger-ui .info .title {
        color: #fff !important;
    }

    .swagger-ui .info .title {
        color: #fff !important;
    }

    .swagger-ui a.nostyle {
        color: #fff !important;
    }

    .swagger-ui .scheme-container {
        background-color: #232323 !important;
    }

    .swagger-ui .opblock-description-wrapper p {
        color: #fff !important;
    }

    .swagger-ui .response-col_status {
        color: #fff !important;
    }

    .swagger-ui table thead tr td, .swagger-ui table thead tr th {
        color: #fff !important;
    }

    .swagger-ui .tab li {
        color: #fff !important;
    }

    .swagger-ui .responses-inner h4, .swagger-ui .responses-inner h5 {
        color: #fff !important;
    }

    .swagger-ui .opblock-body pre span {
        color: #C0C0C0 !important;
    }
    .swagger-ui textarea.curl {
        color: #C0C0C0 !important;
    }
    .swagger-ui .opblock-body pre {
        color: #C0C0C0 !important;
    }
    .swagger-ui .parameter__name {
        color: #fff !important;
    }
    .swagger-ui .parameter__type {
        color: #fff !important;
    }
    .swagger-ui label {
        color: #fff !important;
    }
    .swagger-ui .opblock .opblock-section-header label span {
        color: #3b4151;
    }
    .swagger-ui [type=reset], .swagger-ui [type=submit], .swagger-ui button, .swagger-ui html [type=button] {
        /*color: #fff !important;*/
        fill: #fff !important;
    }
    .swagger-ui .opblock-tag {
        background-color: #404040 !important;
    }
    .swagger-ui section.models h4 {
        color: #000 !important;
        background-color: #C0C0C0 !important;
    }
    .swagger-ui section.models {
        background-color: #D2D2D2 !important;
    }
    .swagger-ui .dialog-ux .modal-ux {
        
        background-color: #232323 !important;
    }
    .swagger-ui .dialog-ux .modal-ux-header h3{
        color: #fff !important;
    }
    .swagger-ui .dialog-ux .modal-ux-content h4 {
        color: #fff !important;
    }
    .swagger-ui .dialog-ux .modal-ux-content p {
        color: #fff !important;
    }
    .swagger-ui input[type=email], .swagger-ui input[type=file], .swagger-ui input[type=password], .swagger-ui input[type=search], .swagger-ui input[type=text], .swagger-ui textarea {
        background-color: #232323 !important;
        border: 1px solid #61affe !important;
        color: #D2D2D2 !important;
    }
    .swagger-ui .btn .try-out__btn {
        background-color: #000 !important;
    }