.content {
    text-align: left;
}

.content-page {
    position: relative;
    box-sizing: border-box;
    margin-left: 300px;
    z-index: 2;
    background-color: #fff;
    min-height: 100%;
    padding-bottom: 1px;
}

.content-code {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #323f4c;
    border-color: #323f4c;
}

.content {
    position: relative;
    z-index: 30;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content table,
.content aside,
.content dl,
.content ul,
.content ol,
.content .central-overflow-x {
    box-sizing: border-box;
    display: block;

}

.content .central-overflow-x {
    margin-right: calc(50% + 28px);
    margin-left: 28px;
    padding: 0;
    overflow-y: hidden;
    max-width: 100%;
    display: block;
}

.content p .central-overflow-x {
    margin-right: 0;
    margin-left: 0;
}

.break-word {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.content ul,
.content ol {
    padding: 0 44px;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 15px;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    color: #034c8f;
    text-transform: uppercase;
}

.content h2 {
    font-size: 1.333em;
}

.content h4 {
    color: #00a8e3;
    margin-top: 0;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 0.2em;
}

.content-page .content p,
.content-page .content pre {
    max-width: 680px;
}

.content pre,
.content blockquote {
    background-color: #323f4c;
    border-color: #323f4c;
    color: #fff;
    padding: 0 28px 2em;
    margin: 0;
    width: 50%;
    float: right;
    clear: right;
    box-sizing: border-box;
}

.content pre code, .content pre {
    font-size: 12px;
    line-height: 1.5;
}

.content blockquote,
.content pre,
.content pre code {
    padding-top: 0;
    margin-top: 0;
}

.content pre code {
    margin-top: -2em;
}

.content table {
    font-size: 0.825em;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
}

.content table tr:last-child {
    border-bottom: 1px solid #ccc;
}

.content table th {
    font-size: 0.925em;
    padding: 5px 18px 5px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
    text-align: left;
    line-height: 1.6;
}

.content table td {
    padding: 5px 18px 5px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #777A7A;
}
.hljs {
	display:block;
	overflow-x:auto;
	padding:0.5em;
	background:#323F4C;
}
.hljs {
	color:#fff;
}
.hljs-strong,.hljs-emphasis {
	color:#a8a8a2
}
.hljs-bullet,.hljs-quote,.hljs-link,.hljs-number,.hljs-regexp,.hljs-literal {
	color:#6896ba
}
.hljs-code,.hljs-selector-class {
	color:#a6e22e
}
.hljs-emphasis {
	font-style:italic
}
.hljs-keyword,.hljs-selector-tag,.hljs-section,.hljs-attribute,.hljs-name,.hljs-variable {
	color:#cb7832
}
.hljs-params {
	color:#b9b9b9
}
.hljs-string {
	color:#6a8759
}
.hljs-subst,.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-symbol,.hljs-selector-id,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-template-tag,.hljs-template-variable,.hljs-addition {
	color:#e0c46c
}
.hljs-comment,.hljs-deletion,.hljs-meta {
	color:#7f7f7f
}

[data-theme="dark"] .content-page,
[data-theme="dark"] .content {
    color: #e5e7eb;
    background-color: #0f172a;
}

[data-theme="dark"] .content h1 {
    color: #f8fafc;
}

[data-theme="dark"] .content h2,
[data-theme="dark"] .content h3,
[data-theme="dark"] .content h5,
[data-theme="dark"] .content h6 {
    color: #8cc7ff;
}

[data-theme="dark"] .content h4 {
    color: #93c5fd;
}

[data-theme="dark"] .content p,
[data-theme="dark"] .content li,
[data-theme="dark"] .content table,
[data-theme="dark"] .content table td {
    color: #d7dce6;
}

[data-theme="dark"] .content a {
    color: #8cc7ff;
}

[data-theme="dark"] .content table tr:last-child,
[data-theme="dark"] .content table th,
[data-theme="dark"] .content table td {
    border-color: #334155;
}

[data-theme="dark"] .content table th {
    color: #f8fafc;
}

[data-theme="dark"] .content code,
[data-theme="dark"] .content .higlighted,
[data-theme="dark"] .content pre,
[data-theme="dark"] .content blockquote {
    color: #e5e7eb;
    background-color: #111827;
    border-color: #334155;
}

[data-theme="dark"] .content .hljs {
    color: #e5e7eb;
    background: #111827;
}

.api-docs.content {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.25rem 1rem 2.5rem;
    text-align: left;
}

.api-docs .content-section {
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}

.api-docs h1,
.api-docs h2,
.api-docs h3,
.api-docs h4,
.api-docs h5,
.api-docs h6,
.api-docs p,
.api-docs table,
.api-docs ul,
.api-docs ol {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.api-docs > h1 {
    margin: 2rem 0 .85rem;
    padding-bottom: .55rem;
    border-bottom: 1px solid rgba(15, 23, 42, .1);
    color: #202631;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: none;
}

.api-docs #content-get-started h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 .75rem;
    color: #202631;
    font-size: 1.9rem;
    font-weight: 700;
    text-transform: none;
}

.api-docs p {
    color: #465160;
    line-height: 1.65;
}

.api-docs .accordion {
    display: grid;
    gap: .75rem;
}

.api-docs .accordion-item {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .045);
}

.api-docs .accordion-button {
    min-height: 54px;
    padding: .95rem 1.1rem;
    color: #202631;
    background: #fff;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none !important;
}

.api-docs .accordion-button:not(.collapsed),
.api-docs .accordion-button:hover {
    color: #025c8c;
    background: #f6fafe;
}

.api-docs .accordion-body {
    padding: 1.1rem 1.25rem 1.25rem;
    background: #fbfcfe;
}

.api-docs .accordion-body h2 {
    margin: .15rem 0 .75rem !important;
    color: #202631;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: none;
}

.api-docs .accordion-body h4 {
    margin: 1.2rem 0 .45rem !important;
    color: #025c8c;
    font-size: .92rem;
    font-weight: 700;
    text-transform: none !important;
}

.api-docs table {
    display: table;
    width: 100%;
    margin: .5rem 0 1.2rem;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    font-size: .88rem;
}

.api-docs table tr:last-child {
    border-bottom: 0;
}

.api-docs table th,
.api-docs table td {
    padding: .65rem .75rem;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    color: #374151;
    line-height: 1.55;
    vertical-align: top;
}

.api-docs table th {
    color: #202631;
    background: #f8fafc;
    font-weight: 700;
}

.api-docs table tr:last-child td {
    border-bottom: 0;
}

.api-docs ul,
.api-docs ol {
    padding-left: 1.25rem;
}

.api-docs code,
.api-docs .higlighted {
    display: inline-block;
    max-width: 100%;
    padding: .18rem .35rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 6px;
    color: #1f2937;
    background: #f3f6fa;
    font-size: .85em;
    white-space: normal;
}

.api-docs p > code.higlighted {
    display: block;
    margin-top: .45rem;
    padding: .7rem .8rem;
    color: #e5e7eb;
    background: #182230;
    border-color: #263447;
    line-height: 1.55;
}

[data-theme="dark"] .api-docs.content {
    background: transparent;
}

[data-theme="dark"] .api-docs .content-section,
[data-theme="dark"] .api-docs .accordion-item,
[data-theme="dark"] .api-docs table {
    background: #111827;
    border-color: #334155;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}

[data-theme="dark"] .api-docs > h1,
[data-theme="dark"] .api-docs #content-get-started h1,
[data-theme="dark"] .api-docs .accordion-body h2 {
    color: #f8fafc;
    border-color: rgba(148, 163, 184, .18);
}

[data-theme="dark"] .api-docs p,
[data-theme="dark"] .api-docs li,
[data-theme="dark"] .api-docs table td {
    color: #d7dce6;
}

[data-theme="dark"] .api-docs .accordion-button {
    color: #e5e7eb;
    background: #111827;
}

[data-theme="dark"] .api-docs .accordion-button:not(.collapsed),
[data-theme="dark"] .api-docs .accordion-button:hover,
[data-theme="dark"] .api-docs .accordion-body,
[data-theme="dark"] .api-docs table th {
    color: #f8fafc;
    background: #0f172a;
}

[data-theme="dark"] .api-docs .accordion-body h4,
[data-theme="dark"] .api-docs a {
    color: #8cc7ff;
}

[data-theme="dark"] .api-docs table th,
[data-theme="dark"] .api-docs table td {
    border-color: #334155;
}

[data-theme="dark"] .api-docs code,
[data-theme="dark"] .api-docs .higlighted {
    color: #e5e7eb;
    background: #0f172a;
    border-color: #334155;
}

[data-theme="dark"] .api-docs p > code.higlighted {
    background: #0b1120;
}

@media (max-width: 767.98px) {
    .api-docs.content {
        padding: .75rem .75rem 2rem;
    }

    .api-docs .content-section,
    .api-docs .accordion-body {
        padding: .9rem;
    }

    .api-docs #content-get-started h1 {
        display: block;
        font-size: 1.55rem;
    }

    .api-docs table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .api-docs table td {
        white-space: normal;
        min-width: 180px;
    }
}
