.scheme-container, .information-container {
    display: none;
}

body {
    font-family: 'Archivo Variable', sans-serif;
}

.logo-bar {
    background-color: black;
}

.logo {
    width: 127px;
    margin-top: 31px;
    margin-bottom: 31px;
    margin-left: 40px;
}

.tech-preview-warning {
    background-color: #FBBEA8;
    color: #9D3007;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
}

.body {
    margin-left: 155px;
    margin-right: 155px;
    margin-top: 72px;
    color: #0D0D0C;
    line-height: 20px;
    font-size: 14px;
}

code {
    color: #0D0D0C;
    font-family: 'Archivo Variable', sans-serif;
    font-size: 14px;
}

.nav {
    margin-top: 40px !important;
}

.nav-tabs .nav-link.active {
    background-color: #F5F5F5;
    border-bottom-color: #002CFA;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-weight: 600;
    border-bottom-width: 2px;
}

.nav-link {
    color: #0D0D0C;
    font-size: 14px;
}

#input_apiKey {
    width: 350px;
    border-radius: 6px;
    border-width: 1px;
}

.token-access {
    flex-direction: row-reverse;
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
    
}
.token-access input {
    margin-right: 10px;
    padding-left: 10px;
}

.tab-content {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    margin-top: 24px;
}

a {
    margin-top: 0;
    margin-bottom: 10px;
    color: #002CFA;
    text-decoration: none;

    &:last-child {
        margin-bottom: 0;
    }
}



#migrating th, #migrating td, #overview th, #overview td {
    padding: 10px;
}

#overview tr, #migrating tr {
    border-color: #ccc;
    border-width: 1px;
}

table {
    margin-bottom: 1rem;
}

h1 {
    font-size: 34px;
}

h3 {
    margin-bottom: 24px;
}

h4 {
    margin-bottom: 16px;
}

.swagger-ui .opblock-body pre.microlight {
    margin-bottom: 16px;
}
