@font-face {
    font-family: "Ambit SemiBold";
    src: url("b5650019906bffb4eff098fcf166bbb5.eot"); /* IE9*/
    src: url("b5650019906bffb4eff098fcf166bbb5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("b5650019906bffb4eff098fcf166bbb5.woff2") format("woff2"), /* chrome?firefox */
    url("b5650019906bffb4eff098fcf166bbb5.woff") format("woff"), /* chrome?firefox */
    url("b5650019906bffb4eff098fcf166bbb5.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
    url("b5650019906bffb4eff098fcf166bbb5.svg#Ambit SemiBold") format("svg"); /* iOS 4.1- */
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #f7f9fa;
    color: #354251;
    font-size: 0.8rem;
}

p {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

ul,
li {
    margin: 0px;
    padding: 0px;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

    th:first-child {
        min-width: 110px;
        width: 120px;
    }

.header {
    background-color: #fff;
    box-shadow: 5px 10px #3e3535;
    padding: 0.5rem 0;
}

.menu ul {
    list-style: none;
    display: inline-block;
}

    .menu ul li {
        padding: 1rem;
    }

.menu li a.link {
    color: #3c3c3c;
    text-decoration: none;
}

    .menu li a.link:hover {
        color: #877340;
        text-decoration: underline;
    }

.section-1 {
    height: 420px;
}

    .section-1 .baner-content {
        margin-top: 7rem;
    }

.section-1,
.section-3 {
    background-color: #f7f9fa;
    padding: 1rem 0;
}

.section-2 {
    background-color: #fff;
    padding: 3rem 0;
}

.btn {
    background-color: #263746 !important;
    color: #FFD02F !important;
    /*font-family: 'Ambit SemiBold', Ambit, Roboto, Arial, Helvetica, sans-serif !important;*/
    font-family: 'Ambit SemiBold', Roboto, Arial, Helvetica, sans-serif;
    !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
}

    .btn :hover {
        background-color: #263746;
        color: #FFD02F;
    }

.banner {
    background-color: #ebf3fa;
    padding: 1rem 0;
}

.baner-content {
    margin: 2rem 0;
}

    .baner-content p {
        max-width: 490px;
        color: #354251;
        font-weight: 300;
    }

.links {
    background-color: #fff;
    padding: 1rem;
}

    .links p a {
        color: #f60;
    }

ul.links-items {
    list-style: none;
    /* margin: 2em; */
    margin-right: 1em;
    padding: 0;
    font-size: 0.80rem;
}

    ul.links-items li {
        min-width: 280px;
        margin: 0;
        margin-bottom: 0.5rem;
        padding-left: 1rem;
        position: relative;
    }

        ul.links-items li::after {
            content: "";
            height: 0.4rem;
            width: 0.4rem;
            background: #aec3ff;
            display: block;
            position: absolute;
            transform: rotate(45deg);
            top: 0.5rem;
            left: 0;
        }

        ul.links-items li.link-last {
            margin-right: auto;
        }

        ul.links-items li a {
            color: #354251;
            text-transform: uppercase;
        }

.main-content {
    padding: 3rem 0.5rem;
}

    .main-content section {
        margin-bottom: 3rem;
    }

.table-dark {
    background-color: #38CFD2;
}

.table td,
.table th {
    border: 1px solid #263746 !important;
    color: #263746;
    padding: 0.2rem;
    font-weight: normal;
}

.table tbody tr {
    background-color: #fff;
}

h3 {
    color: #263746;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.12rem;
    color: #263746;
    margin-top: 3rem;
}

h5 {
    /* padding: 1rem 0 0.3rem; */
    font-size: 1rem;
}

span.path {
    background-color: #dcecf4;
    color: #354251;
    padding: 0.3rem 0.8rem;
}

span.inner-path {
    background-color: #ebf3f7;
    color: #354251;
    padding: 0.3rem 1rem;
}

.sample-code-text {
    color: #0091ff;
    font-weight: 500;
    font-size: 14px;
}

.light-yellow {
    background-color: #fffdf5;
    border: 1px solid #979797;
    padding: 1rem;
    margin: 0.2rem 0rem 1rem 0rem;
}

ul.rate-limit {
    margin-left: 2rem;
    list-style: none;
}

    ul.rate-limit li {
        padding: 0.5rem 0;
    }

        ul.rate-limit li::before {
            content: "\2022";
            color: #adb4c0;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
        }

.scroll-to-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    
}

    .scroll-to-top a {
        font-size: 3rem;
        color: #877340;
    }

#topBtn {
    display:none;
}

.my-custom-scrollbar {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: auto;
}

.copyright {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
    margin: 6rem 0 0;
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    body {
        font-size: 0.6rem;
    }

    ul.links-items {
        font-size: inherit;
    }

        ul.links-items li {
            min-width: 216px;
        }

            ul.links-items li:after {
                top: 0.2rem;
            }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
    body {
        font-size: 1rem;
    }

    .main-content {
        padding: 3rem 0rem;
    }

    ul.links-items {
        font-size: 0.80rem;
    }

        ul.links-items li {
            min-width: 330px;
            padding-left: 1rem;
        }

            ul.links-items li:after {
                top: 0.5rem;
            }
}
