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

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

body {
    margin: 0;
    background: #fafafa;
}

#swagger-ui {
    margin-bottom: 100px;
}

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

.swagger-ui .opblock {
    border: none;
    border-radius: 7px;
}

.swagger-ui .opblock-summary-method {
    border: none;
    border-radius: 7px !important;
}

.swagger-ui .opblock-tag {
    border: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.swagger-ui .opblock-summary {
    border: none !important;
}

.swagger-ui .opblock-summary-control:focus {
    border: none !important;
    outline: none;
}

.swagger-ui .btn, .swagger-ui select, .swagger-ui select:focus-visible {
    background-color: white;
    border-radius: 7px;
    padding: 10px 20px;
    border: none;
    outline: none;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.15);
    cursor: pointer;
}

.swagger-ui .btn:hover {
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}

#bootstrap-override {
    margin-top: 90px !important;
}