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

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

body {
    margin: 0;
    background: #fafafa;
}
.swagger-ui .topbar {
    background-color: #1b1b1b;
    padding: 10px 0;
    display: none;
}
.swagger-ui .info hgroup.main a {
    font-size: 12px;
    display: none;
}
.swagger-ui .scheme-container .schemes>.schemes-server-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}