html, body {
    margin: 0;
    padding: 0;
}

.swagger-ui .topbar {
    display: none;
}

/*.swagger-ui .topbar .download-url-wrapper {*/
/*    display: none !important;*/
/*}*/
/*.title span {*/
/*    display: none;*/
/*}*/

/*.link {*/
/*    display: none;*/
/*}*/

/*.version {*/
/*    display: none;*/
/*}*/

.custom-header {
    height: 55px;
    background-color: rgb(94, 80, 71);
    border-bottom: 5px solid rgb(255, 166, 70);
    color: #fff;
    display: flex;
    /*padding-left: 10px;*/
}

.header-area {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-logo {
    height: 45px;
}

#swagger-ui > section > div.wrapper {
    display: none;
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div.information-container.wrapper > section > div > hgroup > a > span {
    display: none;
}

#swagger-ui > section > div.swagger-ui > div:nth-child(2) > div.information-container.wrapper > section > div > hgroup > h1 > span {
    display: none;
}