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 svg:not(:root) {
    display: none;
}

.topbar-wrapper .link:before {
    content: "";
    height: 80px;
    display: block;
    width: 200px;
    background-image: url('https://cdn.simplified.id/images/simplified-logo-white.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}