﻿.swagger-section #header {
    background: #0A1D34;
    height: 60px;
    position: fixed;
    width: 100%;
}

    .swagger-section #header .swagger-ui-wrap {
        margin-top: 25px;
    }

.logo__title {
    display: none !important;
}

.logo__img {
    display: none !important;
}

    .logo__img.show {
        display: inline !important;
        width: 200px !important;
        height: 50px !important;
        margin-top: -15px !important;
        margin-left: -25px !important;
    }

.input .header__btn {
    background-color: #e8791f !important;
}

#swagger-ui-container .info {
    margin-top: 70px !important;
}
