﻿* {
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: normal !important;
}
.swagger-section .swagger-ui-wrap .footer * {
    display: none !important;
}
.swagger-section #header {
    background: #0C274F;
}
.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    border-radius: 2px;
    padding: 10px;
    font-weight: 500;
}
.swagger-section #api_selector input {
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 7px;
}
.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    color: #0C274F;
    font-weight: 500 !important;
}
.swagger-section #header #logo .logo__title {
    padding-top: 2px;
}
.swagger-section #input_baseUrl {
    width: 300px;
}
.swagger-section #input_apiKey {
    width: 300px;
}
.swagger-section #api_selector .input {
    margin-right: 4px;
}
.swagger-section .swagger-ui-wrap .info_description {
    font-size: 14px;
    background: #dc3545;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}
    .swagger-section .swagger-ui-wrap .info_description a {
        color: white;
        font-weight: 600 !important;
    }