﻿.navbar-header {
    background-color: #09161f;
    margin: 0 0 30px 0;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 1029;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    height: 60px;
    background-color: #C32529;
    padding: 0 0.7em;
}

    .navbar-brand > img {
        z-index: 999;
        position: relative;
        width: 100%;
        height: 75%;
    }

.push-down {
    position: relative;
    top: 50px;
    
}

#api_selector {
    display: flex !important;
    height: 60px;
    margin: auto !important;
}
div .input {
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px !important;
    text-align: center;
    margin: auto !important;
    padding: 0 20px;
}

    div .input > input {
        width: 391px;
    }

@media (max-width: 1440px)
{
    div .input > input {
        width: 250px;
    }
}

@media (max-width: 1024px) {
    div .input > input {
        width: 200px;
    }
}

code {
    display: block;
    white-space: pre-wrap;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
}

.swagger-section .swagger-ui-wrap {
    max-width: 1056px;
}
