﻿table.table > tbody {
    border: 0 !important;
}

#apidoc,
#apidoc .main-row {
    height: 100%;
    font-size: .875rem;
}







.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}







    #apidoc .home-img {
        width: 100%;
    }

        #apidoc .home-img img {
            padding: 20px 0;
            width: auto;
            max-width: 100%;
        }

.current {
    background: #cccbc3;
}

#apidoc .search-engine {
    border-bottom: 1px solid #205098;
    background: #205098;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#apidoc .search-engine button {
    margin: 0;
    border: none;
    background: #205098;
    color: white;
    height: 100%;
    display: inline-block;
    padding: 10px;
    width: 11%;
}

#apidoc .search-engine-navigation {
    display: none !important;
}

#apidoc .search-engine-input {
    border: 0;
    padding: 10px;
    width: 67%;
}

@media screen and (max-width: 1280px) {
    #apidoc .search-engine-input {
        width: 100%;
        border-right: 1px solid #205098;
    }

    #apidoc .search-engine button {
        width: 33%;
    }
}

#apidoc .sidebar {
    padding: 0 0 0 15px;
    overflow-y: scroll;
    height: 100%;
}

#apidoc .burger-nav {
    display: none;
}

    #apidoc .burger-nav .burger-nav-button {
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px;
        color: rgba(255, 255, 255, .5);
        background: #205098;
        border-top: 1px solid white;
        cursor: pointer;
        font-weight: bold;
    }

        #apidoc .burger-nav .burger-nav-button:hover {
            color: rgba(255, 255, 255, .75);
        }

@media screen and (max-width: 992px) {
    #apidoc .sidebar {
        height: auto;
    }

    #apidoc .search-engine button {
        width: 25%;
    }

    #apidoc .search-engine-navigation {
        display: inline-block !important;
    }

    #apidoc .sidebar-sticky {
        display: none;
    }
}

.sidebar-sticky .top-nav-link {
    color: #6c757d !important;
}

#apidoc .sidebar .nav-item {
    display: grid;
}

#apidoc .sidebar .nav-link {
    min-width: 0;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#apidoc .anchor-link code {
    color: #e83e8c !important;
}

#apidoc .sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}

#apidoc .sidebar .nav-link.active,
#apidoc .sidebar .nav-link:hover {
    color: #205098;
}

    #apidoc .sidebar .nav-link:hover .feather,
    #apidoc .sidebar .nav-link.active .feather {
        color: inherit;
    }

#apidoc .sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

#apidoc .search-api {
    border-radius: 0;
    border: 1px solid #eeeeee;
    border-top: 0;
    border-left: 0;
    font-size: 1em;
}

#apidoc .main-container h2 .anchor-link,
#apidoc .main-container h1 .anchor-link {
    color: #205098 !important;
    opacity: 0.7;
}

    #apidoc .main-container h2 .anchor-link:hover,
    #apidoc .main-container h1 .anchor-link:hover {
        opacity: 1;
        text-decoration: none;
    }

.turn {
    transform: rotate(90deg);
}

.children-table,
.children-table-2,
.children-table-3 {
    display: none;
}

    .children-table td:first-child {
        padding-left: 30px;
        font-size: 12px;
    }

    .children-table-2 td:first-child {
        padding-left: 60px;
        font-size: 12px;
    }

    .children-table-3 td:first-child {
        padding-left: 90px;
        font-size: 12px;
    }

#apidoc .main-container table .child {
    color: #212529;
    white-space: nowrap;
}

#apidoc .main-container table .highlighter-doc {
    display: block;
    font-size: 11px;
    line-height: 1;
}

#apidoc .main-container .api-request {
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .07);
    margin-bottom: 12px;
}

    #apidoc .main-container .api-request .api-request-header {
        background: #F8F9FA;
        padding: 10px 12px;
        font-weight: 500;
        font-size: 12px;
        color: #4f566b;
        letter-spacing: .01em;
    }

        #apidoc .main-container .api-request .api-request-header .api-request-header-title {
            color: #697386;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
        }

#apidoc .main-container .api-response {
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .07);
    margin-bottom: 12px;
}

#apidoc .main-container .api-response-header {
    background: #F8F9FA;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 12px;
    color: #4f566b;
    letter-spacing: .01em;
}

#apidoc .main-container .api-response-header-title {
    color: #697386;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#apidoc .main-container .api-response > p {
    margin: 0;
    padding: 12px 20px;
    color: #4f566b;
}

@media screen\0 {
    #svg4045 {
        min-height: 550px;
    }

    .card {
        width: 100%;
    }
}
