html {
    scroll-behavior: smooth;
}

.api-page-wrapp {
    padding-top: 97px;
    padding-bottom: 120px;
} 

.api-page-title {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 20px;
}

.api-page-title h1 {
    font-size: 44px;
    margin-bottom: 0px;
}

.api-page-title h2 {
    font-size: 24px;
    line-height: 40px;
}

.api-page-item h3 {
    font-size: 20px;
    font-weight: 500;
}

.api-page-item {
    border-top: 1px solid #f4f4f4;
    padding-top: 103px;
    margin-bottom: 60px;
}

.side-nav-wrapp {
    padding-top: 40px;
    border: 2px solid #F1F5FF;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    background-color: #f6f8fa;
    position: sticky;
    top: 20vh;
}

.side-nav-wrapp li {
    background-color: #20A6FF;
    margin-bottom: 10px;
    color: #f0f5ff;
    border-radius: 3px;
}

.side-nav-wrapp li:last-child {
    margin-bottom: 0;
}

.side-nav-wrapp li a {
    color: #f0f5ff;
    width: 100%;
    height: 100%;
    padding: 5px;
}

.api-page-item__content .api-method {
    text-transform: uppercase;
    color: #fff;
    background-color: #20A6FF;
    width: fit-content;
    padding: 5px;
    border-radius: 5px;
}

.api-page-item .text {
    margin-bottom: 10px;
}

.table-wrapp table {
    width: 100%;
    border: 1px solid #253858;
    border-radius: 5px;
}

.table-wrapp table th {
    background-color: #f0f5ff;
    text-align: left;
    padding: 8px;
}

.table-wrapp table td {
    padding: 8px;
    border-top: 1px solid #253858;
}

.table-wrapp table td, .table-wrapp table th {
    border-left: 1px solid #253858;
}

.table-wrapp table tr td:first-child {
    width: 20%;
    font-family: 'CourierNewRegular', Monospace;
}

.table-wrapp table tr td:nth-child(2) {
    width: 20%;
}

.table-wrapp h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

.table-wrapp {
    margin-top: 20px;
}

.api-insert-code {
    border: 2px solid #F1F5FF;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    background-color: #f6f8fa;
    font-family: 'CourierNewRegular', Monospace;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #6380B1;
    margin-top: 20px;
}

.api-insert-code.code-json {
    margin-top: 0;
    word-wrap: break-word;
    word-break: break-word;
}

.code-json {
    white-space: pre-line;
}

.code-json span {
    margin-left: 30px;
}

.code-json span {
    margin-left: 0;
}

.Error-Response.title, 
.Success-Response.title {
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 5px;
    padding: 10px;
    background-color: #f6f8fa;
    width: fit-content;
    margin-bottom: -20px;
    z-index: 5;
    border-top: 2px solid #F1F5FF;
    border-left: 2px solid #F1F5FF;
    border-right: 2px solid #F1F5FF;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.code-json .code-elem {
    margin-left: 20px;
    word-wrap: break-word;
    word-break: break-word;
}

@media (max-width: 992px) {
    .side-nav-wrapp {
        display: none;
    }
}