﻿.swagger-ui svg:not(:root) {
    display: none;
}

.topbar-wrapper .link:before {
    content: url("spg_logo_30.png");
}

.topbar-wrapper .link:after {
    content: 'WSO API';
    white-space: nowrap;
    color: #000;
    visibility: visible;
    display: block;
    position: relative;
    padding: 1rem 1.2rem;
    line-height: 1;
    font-size: 2.2rem;
    font-family: "Akk Pro",Arial,sans-serif,MS Gothic;
    font-weight: 700;
    letter-spacing: -.0625rem;
}

.swagger-ui .topbar  {
    background-color: white !important;
}

.swagger-ui .topbar .download-url-wrapper .select-label span {
    color: black !important;
}

.swagger-ui .info {
    margin: 1.75rem 0;
    font-family: "Akk Pro",Arial,sans-serif,MS Gothic;
    font-weight: 400;
}

.swagger-ui .info .title {
    color: #d6002a;
    margin: 0.5rem 0;
    font-size: 2rem;
    font-family: "Akk Pro",Arial,sans-serif,MS Gothic;
    font-weight: 700;
    letter-spacing: -.0625rem;
}

.swagger-ui .info a {
    text-decoration: none !important;
}

.parameters-col_name, .response-col_status {
    padding-top: 26px !important;
}