/* Styles for .swagger-ui */
.swagger-ui .topbar .download-url-wrapper input[type=text] {
    border: 2px solid #77889a;
}

.swagger-ui .topbar .download-url-wrapper .download-url-button {
    background: #77889a;
}

.swagger-ui img {
    display: none;
}

.swagger-ui .topbar {
    background-color: #EDEDED;
    border-bottom: 2px solid #C1C1C1;
}

.swagger-ui .topbar .download-url-wrapper .select-label {
    color: #3B4151;
}

.swagger-ui .topbar .topbar-wrapper {
    background-repeat: no-repeat;
    padding: 10px;
    background-size: contain;
    background-image: url("/pattern_logo.png");
}

/* Styles for footer */
footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

footer a {
    color: #0366d6;
    text-decoration: none;
}

footer .github-link {
    margin-right: 5px;
}

footer .github-link i {
    margin-right: 5px;
}

/* Styles for HTML */
html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}
