﻿html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

/* Dark: #1A3C48; */
/* Light: #93d1db */
/* Medium: #089BBB */

.swagger-ui .topbar {
    background-color: #f8f9fa;
    border-bottom: 2px solid #93d1db;
}

.swagger-ui .topbar .download-url-wrapper .download-url-button {
    background: #089BBB;
}

.swagger-ui .topbar .download-url-wrapper input[type=text] {
    border: 1px solid #089BBB;
}

.swagger-ui .info .title {
    color: #1A3C48;
}

.swagger-ui .auth-wrapper .authorize {
    border: 1px solid #1A3C48;
    color: #1A3C48;
}

.swagger-ui .btn.authorize svg {
    fill: #1A3C48;
}
