﻿/* swagger ui customization */
body.swagger-section #header {
    background-color: #0046FE;
    background-position-x: 250px;
}




.swagger-section #header .logo__img {
    content: url(../logoImage);
    width: 150px;
    margin-top: -30px !important;
    height: auto;
}

.swagger-section #header .logo__title {
    display: none !important;
}

.swagger-section input#input_apiKey {
    display: none;
}
