.api-search {
    max-width: 613px;
    width: 100%;
    margin: -32px auto 64px;
    z-index: 67
}

.api-search .form-control {
    height: 64px;
    background-color: #fff;
    border: 1px solid #eaf5ff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 2px 20px rgba(23, 43, 61, 0.1);
    -moz-box-shadow: 0px 2px 20px rgba(23, 43, 61, 0.1);
    box-shadow: 0px 2px 20px rgba(23, 43, 61, 0.1);
    padding: 0 24px 0 48px
}

.api-search .form-control::-webkit-input-placeholder {
    color: #ccc
}

.api-search .form-control:-moz-placeholder {
    color: #ccc
}

.api-search .form-control::-moz-placeholder {
    color: #ccc
}

.api-search .form-control:-ms-input-placeholder {
    color: #ccc
}

.api-search .form-control::-ms-input-placeholder {
    color: #ccc
}

.api-search .form-control::placeholder {
    color: #ccc
}

.api-search button {
    font-size: 18px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 14px;
    color: #ccc
}

@media only screen and (max-width: 767px) {
    .api-search {
        height: 56px;
        -webkit-box-shadow: 0px 2px 44px 1px rgba(23, 43, 61, 0.11);
        -moz-box-shadow: 0px 2px 44px 1px rgba(23, 43, 61, 0.11);
        box-shadow: 0px 2px 44px 1px rgba(23, 43, 61, 0.11)
    }

    .api-search button {
        top: 50%
    }
}

.api-tabs {
    gap: 42px;
    overflow: auto hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    margin-bottom: 80px
}

@media only screen and (max-width: 767px) {
    .api-tabs {
        margin-bottom: 60px
    }
}

.api-tabs::-webkit-scrollbar {
    display: none
}

.api-tabs li {
    padding: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    scroll-snap-align: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.api-tabs li:hover, .api-tabs li.active {
    background-color: #0f8eff;
    color: #fff;
    font-weight: 600
}

@media only screen and (max-width: 1199px) {
    .api-tabs {
        gap: 24px
    }
}

@media only screen and (max-width: 575px) {
    .api-tabs {
        gap: 12px
    }
}

.api-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px
}

.api-sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 16px
}

.api-flaticon {
    margin-bottom: 24px
}

.api-flaticon p {
    line-height: 20px
}

.api-flaticon p:not(:last-child) {
    margin-bottom: 20px
}

.api-content p {
    font-weight: 600;
    color: #7d9db9;
    line-height: 24px
}

.api-content p::before {
    background-color: #7d9db9
}

.api-content p b {
    font-weight: bold;
    color: #172b3d
}

.api-content a {
    color: #0f8eff
}

.api-content a::before {
    background-color: #0f8eff
}

.api-content p.has-dot::before, .api-content a.has-dot::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    margin-right: 8px
}

.api-access-token .api-title {
    margin-bottom: 16px
}

.api-access-token {
    margin-top: 24px
}

.api-access-token .badge, .api-access-token p {
    margin-bottom: 24px
}

.api .table {
    margin-bottom: 32px
}

.api-description {
    margin-bottom: 48px
}

.api-description p {
    color: #172b3d;
    font-weight: 400
}

.api-description p:first-child {
    font-size: 12px
}

.api-description p:nth-child(2) {
    margin-bottom: 24px
}

.api-description p:nth-child(2) b {
    font-weight: bold
}

.api-description .badge {
    font-size: 14px;
    color: #172b3d
}

.api .alert-warning {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 48px
}

.api .alert-warning i {
    font-size: 20px;
    margin-right: 10px
}

.api-code-samples {
    margin-top: 24px;
    padding-top: 29px
}

.api .code-samples-box {
    background-color: #f7fbff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #1b94ff #bedeff
}

.api .code-samples-box::-webkit-scrollbar {
    height: 6px
}

.api .code-samples-box::-webkit-scrollbar-track {
    background-color: #bedeff;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.api .code-samples-box::-webkit-scrollbar-thumb {
    background-color: #1b94ff;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.api .code-samples-box:not(:last-child) {
    margin-bottom: 24px
}

.api .code-samples-box span {
    color: #172b3d
}

.api .code-samples-box span.varibale, .api .code-samples-box span.value {
    color: #169db7
}

.api .code-samples-box span.operator {
    color: #b41b1b
}

.api .code-samples-box span.text {
    color: #d1c22f
}

.api .code-samples-box span.property {
    color: #78af09
}

.api .code-samples-box span.number {
    color: #4811ab
}

.api .response {
    margin: 70px 0 24px
}

.api .response * {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .api-title.d-none + .alert {
        margin-bottom: 32px
    }

    .api .alert-warning {
        margin-top: 24px
    }
}

/*# sourceMappingURL=api.min.css.map */
