﻿body {
    background-color: #141414 !important;
    color: #cccf !important;
}

body * {
    color: #cccf !important;
}

.scheme-container {
    background-color: #1D1D1D !important;
}

.swagger-ui .dialog-ux .modal-ux {
    background-color: #1D1D1D !important;
    border-color: #3B3B3B !important;
}

.swagger-ui .dialog-ux .modal-ux-header h3 {
    color: #cccf;
}

.swagger-ui section.models .model-container {
    background-color: #2C2C2C !important;
}

.swagger-ui select {
    background-color: #2C2C2C !important;
}

.swagger-ui .info .title small pre {
    color: #cccf !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: #2C2C2C !important;
}

.swagger-ui .info .title small.version-stamp {
    background-color: #2C2C2C !important;
}

.swagger-ui .info .title small {
    background-color: #2C2C2C !important;
}

.swagger-ui .opblock.opblock-post .opblock-summary-method {
    background-color: #34824E !important;
}

.swagger-ui .opblock.opblock-get .opblock-summary-method {
    background: #5092D3;
}

.swagger-ui .opblock.opblock-put .opblock-summary-method {
    background: #CA8127;
}

.swagger-ui .opblock.opblock-delete .opblock-summary-method {
    background: #AC2A2A;
}


.swagger-ui .opblock .opblock-section-header {
    background: hsla(0, 0%, 17%, .8);
}