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

*,
*:before,
*:after {
    box-sizing: inherit;
}
*/
html {
    background: none !important;
}

body {
    margin: 0;
    background: #232629;
    font: 400 1rem/1.75rem "Open Sans", sans-serif;
    padding-top: 52px;
}

button.authorization__btn, button.opblock-summary-control, button .arrow {
    fill: white;
}

.logo {
    font: 400 0.875rem/0.875rem "Open Sans", sans-serif;
    font-size: 1.2rem;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}

.logo img {
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-top: -4px;
}

.navbar {
    padding: 13px 0 11px 0;
    background: #2c2c30;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    box-shadow: 0 0.0625rem 0.375rem 0 rgb(0 0 0 / 10%);
}

.container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.swagger-ui .wrapper {
    max-width: 1140px;
}

.swagger-ui .topbar {
    background: #2c2c30;
    padding: 13px 0;
    display: none;
}

.swagger-ui .topbar img {
    content: url('https://swiftcodesapi.com/img/logo_email.png');
    width: 193px; /* Width of new image */
    height: 26px; /* Height of new image */
}

.download-url-wrapper {
    display: none !important;
}

.swagger-ui .information-container {
    display: none;
}

.swagger-ui .opblock.opblock-get, .swagger-ui .opblock.opblock-get .opblock-summary {
    border-color: #ee60a5;
}

.swagger-ui .opblock.opblock-get .opblock-summary-method, .swagger-ui .opblock.opblock-get .tab-header .tab-item.active h4 span::after {
    background-color: #ee60a5;
}

.swagger-ui .btn.execute {
    border-color: #ee60a5;
    background-color: #ee60a5;
}

.swagger-ui .btn.authorize {
    border-color: #ee60a5;
    color: #ee60a5;
}

.swagger-ui table tbody tr td:first-of-type {
    padding-top: 25px;
}

.swagger-ui .response-controls {
    display: none;
}

.swagger-ui .opblock.opblock-get {
    background: #2c2c30;
}

.swagger-ui .parameter__type {
    padding: 0;
    line-height: 12px;
}

.swagger-ui .markdown p, .swagger-ui .markdown pre, .swagger-ui .renderedMarkdown p, .swagger-ui .renderedMarkdown pre {
    margin-bottom: 0;
}

.swagger-ui .model-box-control:focus, .swagger-ui .models-control:focus, .swagger-ui .opblock-summary-control:focus {
    outline: none;
}

.swagger-ui section.models .model-container {
    background: #2c2c30;
}

.swagger-ui .opblock-tag {
    color: #fff;
}

.swagger-ui .btn.authorize svg {
    fill: #ee60a5;
}

.swagger-ui .info {
    margin: 20px 0;
}

.swagger-ui .scheme-container {
    padding: 20px 0;
}

.swagger-ui .info a, .swagger-ui .info a:hover, .swagger-ui .scopes h2 a {
    color: #adadad;
}

.swagger-ui .info h2.title{
    color: #fff;
}

.swagger-ui .auth-wrapper::before {
    display: inline-block;
    content: 'Insert your API Key here →';
    font-style: italic;
    color: #fff;
    font-weight: 700;
    padding-top: 4px;
    margin-right: 10px;
}

.swagger-ui .opblock .opblock-summary-method {
    padding-top: 0;
    padding-bottom: 0;
}

.swagger-ui .response-col_links {
    display: none;
}

.swagger-ui .model-box {
    padding: 5px 10px;
}

.spec {
    float: right;
    font-size: 14px;
    text-align: right;
    line-height: 26px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
}
.spec:hover {
    color: #ee60a5;
}

.version {
    float: right;
}
.version label {
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}

#articles {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 1.7em;
}
#articles p {
    margin: 0;
}
#articles ul {
    margin: 0;
}
#articles a {
    margin: 0;
    transition: all 0.2s ease;
    color: #ddd;
}
#articles a:hover {
    text-decoration: none;
}

/*
.scheme-container {
    display: none;
}
*/
