.swagger-ui .body-param__example .response-col_description__inner {
	font-size: 12px;
    display: block;
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    background: #41444e;
    font-family: monospace;
    color: #fff;
    overflow: visible;
}

.swagger-ui .parameters-col_name {
    width: 10%;
    padding-left: 10px;
}

.swagger-ui .parameter__in {
    font-size: 12px;
    font-style: italic;
    font-family: var(--font-family-monospace);
    font-weight: 600;
    color: #888;
}

.swagger-ui .parаmeter__type {
    font-size: 12px;
    padding: 5px 5px;
    font-family: var(--font-family-monospace);
    font-weight: 600;
    color: #3b4151;
}

.swagger-ui table tbody tr td:first-of-type {
    padding-left: 10px;
}

.swagger-ui .response-col_status {
    width: 10%;
    padding-left: 10px;
}

.swagger-ui-wrap .info {
    margin: 0 0 50px !important;
}

.swagger-ui-wrap .topbar {
    display: none;
}

.swagger-ui .opblock.opblock-get .opblock-summary-method {
    background: #49A942 !important;
}

.swagger-ui .opblock.opblock-post .opblock-summary-method {
    background: #21368B !important;
}

.swagger-ui .opblock.opblock-put .opblock-summary-method {
    background: #06A5DD !important;
}

.swagger-ui .opblock.opblock-delete .opblock-summary-method {
    background: #5D0C8B !important;
}

.swagger-ui .opblock.opblock-patch .opblock-summary-method {
    background: #93D300 !important;
}

.swagger-ui .opblock.opblock-head .opblock-summary-method {
    background: #939598 !important;
}

.swagger-ui .opblock.opblock-options .opblock-summary-method {
    background: #939598 !important;
}
