﻿.download-url-wrapper{
    display:none!important;
}

.swagger-ui svg {
    display: none;
}

.swagger-section #explore:hover,
.swagger-section #auth_container .authorize__btn:hover {
    background-color: #FFFFFF;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
    border: 1px solid #ccc;
    box-shadow: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
    background-color: #09F;
}

.swagger-section #header {
    background-color: #09F;
    box-shadow: none;
}

.topbar-wrapper img {
    display: none;
}

.topbar-wrapper a:after {
    content: "";
    display: block;
    background: url('../images/logo-white-lg.png') no-repeat center center;
    background-size: contain;
    width: 135px;
    padding-top: 16.71%;
}
.swagger-section #header #logo .logo__img {
    display: none !important;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
    background-color: #3ecf8e;
}

body {
    background: #f4f6f9;
}

.swagger-ui .expand-methods svg, .swagger-ui .expand-operation svg {
    width:12px;
}

.select-label span{
    display:none;
}

.swagger-ui .opblock-tag {
    border-bottom: 2px dashed #c7d2e3;
}

#input_baseUrl, #input_apiKey {
    padding: 6px !important;
    border-radius: 10px;
    cursor: pointer;
    color: #666;
    border: 2px solid #3a83b3 !important;
}
