﻿body {
    margin: 0;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.swagger-ui .topbar {
    background-color: #FFFFFF;
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border-color: #ffffff;
}

.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
    visibility: hidden;
}

.topbar-wrapper .link:after {
    content: url('logo.png');
    /*content: "Freightol API";*/
    color: #fff;
    visibility: visible;
    display: block;
    position: absolute;
    padding: 15px;
    height: 60px;
}

.swagger-ui .info .title small:last-child {
    background-color: #ffffff !important;
}

.swagger-ui .btn.authorize {
    color: #0972FF;
    border-color: #0972FF;
}

.swagger-ui .btn.authorize svg {
    fill: #0972FF;
}

.swagger-ui .response-control-media-type--accept-controller select {
    color: #000000;
    border-color: #0972FF;
}