html,
body {
    margin: 0;
    padding: 0;
}

html {
    background: #f4f8f6;
    color: #24312b;
    font-family: Georgia, "Times New Roman", "Hiragino Sans GB", "STSong", serif;
    font-size: 16px;
    line-height: 1.7;
    scroll-behavior: smooth;
}

body {
    background: #f4f8f6;
    color: #24312b;
    scrollbar-arrow-color: #f4f5f7;
    scrollbar-base-color: #eceef1;
    scrollbar-darkshadow-color: #c7ccd1;
    scrollbar-face-color: #c7ccd1;
    scrollbar-highlight-color: #fafbfc;
    scrollbar-shadow-color: #d9dde2;
    scrollbar-track-color: #eceef1;
    scrollbar-3dlight-color: #fafbfc;
    scrollbar-width: thin;
    scrollbar-color: #c7ccd1 #eceef1;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #eceef1;
}

::-webkit-scrollbar-thumb {
    background: #c7ccd1;
    border: 1px solid #eceef1;
    border-radius: 7px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b5bcc3;
}

::-webkit-scrollbar-corner {
    background: #eceef1;
}

article,
aside,
footer,
header,
main,
nav,
section {
    display: block;
}

a {
    color: #00b96b;
    text-decoration: none;
}

a:hover {
    color: #009a59;
    text-decoration: none;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
}

button,
input,
textarea {
    font-family: inherit;
}

.doc-hide {
    display: none;
}

.doc-shell {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.doc-sidebar {
    background: #ffffff;
    border-right: 1px solid #e5ece8;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 300px;
    z-index: 36;
}

.doc-sidebar-inner {
    background: #ffffff;
    bottom: 0;
    left: 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    padding: 22px 18px 38px;
    right: 0;
    scrollbar-width: thin;
    scrollbar-color: #c7ccd1 #f3f4f6;
    top: 0;
}

.doc-sidebar-inner::-webkit-scrollbar {
    width: 6px;
}

.doc-sidebar-inner::-webkit-scrollbar-track {
    background: #f3f4f6;
    border-radius: 6px;
}

.doc-sidebar-inner::-webkit-scrollbar-thumb {
    background: #c7ccd1;
    border: 1px solid #f3f4f6;
    border-radius: 6px;
}

.doc-sidebar-inner::-webkit-scrollbar-thumb:hover {
    background: #b5bcc3;
}

.doc-content-wrap {
    background: #f7fbf9;
    margin-left: 300px;
}

.doc-sidebar-resizer {
    bottom: 0;
    cursor: col-resize;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    z-index: 5;
}

.doc-body.is-sidebar-resizing {
    cursor: col-resize;
    -webkit-user-select: none;
    user-select: none;
}

.is-pjax-loading .doc-content-pad {
    opacity: 0;
}

.doc-content-pad {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.doc-content-pad.is-pjax-ready {
    opacity: 1;
}

.doc-content-pad {
    background: #ffffff;
    min-height: 1000px;
    padding: 0 0 36px;
}

.doc-main {
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 104px;
    position: relative;
}

.doc-body-search .doc-main {
    padding-top: 55px;
}

.doc-content-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e2ece6;
    height: 52px;
    left: 300px;
    line-height: 52px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30;
}

.doc-content-topbar-inner {
    margin: 0 auto;
    max-width: 1240px;
    overflow: hidden;
    padding: 0 72px;
}

.doc-content-topbar-title {
    color: #27352e;
    display: block;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-page-card {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    min-height: 610px;
    padding: 0 72px 64px;
}

.doc-article-layout {
    padding-right: 296px;
    position: relative;
}

.doc-article-layout .doc-page-card {
    margin-right: 0;
}

.doc-outline {
    position: absolute;
    right: 0;
    top: 0;
    width: 248px;
}

.doc-outline-empty {
    display: none;
}

.doc-article-layout-no-outline {
    padding-right: 0;
}

.doc-outline-inner {
    background: #f8fcfa;
    border: 1px solid #e0ebe5;
    border-radius: 8px;
    padding: 14px 14px 12px;
    position: fixed;
    right: 24px;
    top: 76px;
    width: 218px;
}

.doc-outline-title {
    color: #111111;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.doc-outline-body {
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.doc-outline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doc-outline-list li {
    line-height: 20px;
    margin: 0 0 4px;
}

.doc-outline-list a {
    color: #6f8479;
    display: block;
    font-size: 13px;
    padding: 4px 0;
}

.doc-outline-list a:hover,
.doc-outline-list a.is-active {
    color: #00b96b;
}

.doc-outline-list .outline-level-3 a {
    padding-left: 14px;
}

.doc-kb-title {
    border-bottom: 1px solid #dfece5;
    color: #223029;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 18px;
    min-height: 34px;
    padding: 0 82px 16px 32px;
    position: relative;
}

.doc-kb-title .doc-fa {
    left: 2px;
    position: absolute;
    top: 9px;
}

.doc-kb-title strong {
    display: block;
    font-weight: 700;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fa-adjust:before {
    content: "\f042";
}

.doc-theme-toggle {
    -webkit-appearance: none;
    appearance: none;
    background: #f6fbf8;
    border: 1px solid #d9e8df;
    border-radius: 8px;
    color: #315241;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    white-space: nowrap;
    width: 72px;
}

.doc-theme-toggle:hover {
    background: #eef8f2;
    border-color: #c6e2d3;
    color: #153927;
}

.doc-theme-toggle .fa {
    color: #00a860;
    font-size: 13px;
    line-height: 28px;
    margin-right: 4px;
    vertical-align: middle;
}

.doc-theme-toggle span {
    display: inline-block;
    line-height: 28px;
    vertical-align: middle;
}

.doc-home-card {
    padding-top: 54px;
}

.doc-home-card .doc-hero {
    padding-bottom: 10px;
}

.doc-home-guide {
    min-height: 560px;
    padding: 38px 0 0;
}

.doc-home-guide-inner {
    max-width: 760px;
}

.doc-home-guide-eyebrow {
    color: #00a860;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 18px;
}

.doc-home-guide h1 {
    color: #1b2b24;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 22px;
}

.doc-home-guide-lead {
    color: #5f7669;
    font-size: 18px;
    line-height: 1.85;
    margin: 0 0 26px;
}

.doc-home-guide-list {
    color: #2b3e35;
    font-size: 17px;
    line-height: 1.95;
    margin: 0 0 32px 24px;
    padding: 0;
}

.doc-home-guide-list li {
    margin: 0 0 10px;
}

.doc-highlight {
    background: #edf8f2;
    border: 1px solid #cfe8da;
    color: #217447;
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 2px;
    padding: 0 5px;
}

.doc-home-guide-actions {
    overflow: hidden;
}

.doc-home-guide-actions a {
    float: left;
    margin-right: 14px;
}

.doc-secondary-link {
    background: #f4fbf7;
    border: 1px solid #cfe6d9;
    color: #1f4a36;
    display: inline-block;
    margin-top: 16px;
    padding: 8px 18px;
}

.doc-secondary-link:hover {
    background: #ebf7f0;
    color: #163b2a;
}

.doc-fa,
.doc-search-icon {
    display: inline-block;
    vertical-align: middle;
}

.doc-fa {
    color: #86b7a0;
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}

.doc-title-fa,
.doc-hero-icon {
    color: #71bf95;
    font-size: 28px;
    width: 34px;
}

.doc-card-fa {
    color: #8cc7a7;
    font-size: 18px;
    left: 2px;
    margin-right: 0;
    position: absolute;
    top: 22px;
}

.doc-search {
    background: #f5f6f7;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 0 66px 0 38px;
    position: relative;
}

.doc-search-icon {
    color: #86b7a0;
    font-size: 14px;
    height: 40px;
    left: 12px;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 16px;
}

.doc-search-icon .fa {
    color: inherit;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 16px;
}

.doc-search input {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #1f2328;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0;
    width: 100%;
}

.doc-search-key {
    color: #9ca3af;
    font-size: 12px;
    position: absolute;
    right: 12px;
    top: 0;
}

.doc-sidebar-menu {
    margin-bottom: 16px;
}

.doc-nav-home {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    color: #1f2328;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding: 0 11px;
}

.doc-nav-home.is-current,
.doc-nav-home:hover {
    background: #f3f4f6;
    color: #111111;
}

.doc-tree-head {
    color: #6b7280;
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 24px;
    padding: 8px 2px 6px;
    text-transform: uppercase;
}

.doc-category-tree ul,
.doc-card-list,
.doc-space-list,
.page-navigator {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doc-category-tree li {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.doc-tree-list {
    position: relative;
}

.doc-category-tree > .doc-tree-list > .doc-tree-item > .doc-cat-toggle {
    border: 0;
    border-radius: 8px;
    color: #111111;
    display: block;
    overflow: hidden;
    padding: 8px 30px 8px 24px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-category-tree > .doc-tree-list > .doc-tree-item > .doc-cat-toggle:hover {
    background: #f3f4f6;
    color: #111111;
}

.doc-cat-toggle {
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #111111;
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    overflow: hidden;
    padding: 8px 30px 8px 24px;
    position: relative;
    text-align: left;
    width: auto;
}

.doc-cat-arrow {
    -webkit-transition: -webkit-transform .18s ease, color .18s ease;
    transition: transform .18s ease, color .18s ease;
    color: #9ca3af;
    font-size: 8px;
    left: 7px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.doc-tree-item.is-open .doc-cat-arrow {
    color: #6b7280;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.doc-tree-item.is-current > .doc-cat-toggle .doc-cat-title {
    color: #111111;
    font-weight: normal;
}

.doc-tree-item.has-children {
    border-bottom: 0;
    margin: 2px 0;
}

.doc-post-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 5px 0 8px;
    position: relative;
}

.doc-category-tree .doc-post-list {
    padding-top: 5px;
}

.doc-post-list.is-open {
    display: block;
}

.doc-post-list li {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px;
}

.doc-post-list a {
    color: #1f2328;
    display: block;
    overflow: hidden;
    padding: 8px 12px 8px 46px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-post-list li.is-current a,
.doc-post-list a:hover {
    color: #111111;
}

.doc-post-list a:hover {
    background: #f3f4f6;
    border-radius: 8px;
}

.doc-post-list li.is-current a {
    background: #eceff3;
    border-radius: 8px;
    font-weight: 600;
}

.doc-count {
    color: #9ca3af;
    font-size: 10px;
    position: absolute;
    right: 12px;
    top: 8px;
}

.doc-hero {
    margin-bottom: 36px;
}

.doc-hero-main {
    display: table;
    width: 100%;
}

.doc-hero-text {
    display: table-cell;
    padding-left: 24px;
    vertical-align: middle;
}

.doc-hero-main {
    border-bottom: 1px solid #e2ece6;
    padding-bottom: 24px;
}

.doc-hero h1,
.doc-article-head h1 {
    color: #111111;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.doc-hero p {
    color: #667b70;
    font-size: 15px;
    margin: 10px 0 0;
}

.doc-section {
    margin-top: 34px;
}

.doc-section-title {
    border-bottom: 1px solid #e2ece6;
    clear: both;
    height: 32px;
    line-height: 32px;
    margin-bottom: 12px;
}

.doc-section-title h2 {
    color: #223029;
    float: left;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.doc-section-title span {
    color: #7c9186;
    float: right;
    font-size: 12px;
}

.doc-home-card .doc-section:first-child {
    margin-top: 18px;
}

.doc-space-list {
    border-top: 1px solid #edf5f1;
    margin-left: 0;
    overflow: hidden;
}

.doc-space-list li {
    border-bottom: 1px solid #edf5f1;
    float: none;
    margin: 0;
    width: auto;
}

.doc-space-list a {
    border: 0;
    border-radius: 0;
    color: #26352d;
    display: block;
    min-height: 0;
    padding: 16px 12px 14px 36px;
    position: relative;
}

.doc-space-list a:hover,
.doc-card-link:hover {
    background: #f0faf4;
}

.doc-space-list .doc-fa {
    color: #90aa9a;
    left: 8px;
    margin-right: 0;
    position: absolute;
    top: 18px;
}

.doc-space-list strong {
    display: block;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-space-list em {
    color: #7a9287;
    display: block;
    font-size: 12px;
    font-style: normal;
    margin-top: 3px;
}

.doc-card-list li {
    border-bottom: 1px solid #edf5f1;
}

.doc-card-list li:first-child {
    border-top: 1px solid #edf5f1;
}

.doc-card-link {
    color: #27352e;
    display: block;
    min-height: 0;
    padding: 18px 6px 18px 34px;
    position: relative;
}

.doc-card-body {
    display: block;
}

.doc-card-body strong {
    color: #212120;
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}

.doc-card-excerpt {
    color: #667b70;
    display: block;
    font-size: 13px;
    line-height: 22px;
    margin-top: 4px;
}

.doc-card-meta {
    color: #7e9488;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

.doc-card-meta b {
    color: #93a99d;
    font-weight: normal;
    margin-left: 10px;
}

.doc-empty,
.doc-empty-box {
    color: #7f9489;
    padding: 26px 12px;
    text-align: center;
}

.doc-empty h2 {
    color: #4e6158;
    font-size: 20px;
    margin: 0 0 8px;
}

.doc-pagination {
    margin-top: 26px;
    text-align: left;
}

.page-navigator li {
    display: inline;
    margin: 0 3px;
}

.page-navigator a,
.page-navigator span {
    border: 1px solid #dce9e2;
    border-radius: 0;
    color: #688074;
    display: inline-block;
    min-width: 18px;
    padding: 5px 9px;
}

.page-navigator .current a,
.page-navigator .current span,
.page-navigator a:hover {
    background: #f3f4f6;
    border-color: #d7dde3;
    color: #374151;
}

.doc-search-page {
    padding-bottom: 18px;
}

.doc-search-hero {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    overflow: visible;
    padding: 0 0 18px;
    position: relative;
}

.doc-search-hero:before {
    display: none;
}

.doc-search-hero-main,
.doc-search-results,
.doc-search-empty {
    position: relative;
    z-index: 1;
}

.doc-search-hero-count {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 2;
}

.doc-search-hero-count strong {
    color: #1f2937;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
}

.doc-search-hero-count span {
    color: #6b7280;
    display: inline-block;
    font-size: 13px;
    margin-left: 8px;
    vertical-align: middle;
}

.doc-search-overline {
    color: #6b7280;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.doc-search-hero h1 {
    color: #1f2d26;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

.doc-search-results {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    list-style: none;
    margin: 0;
    overflow: visible;
    padding: 0;
}

.doc-search-result-item {
    border-radius: 8px;
    border-bottom: 1px solid #edf0f2;
    margin: 0;
    overflow: hidden;
}

.doc-search-result-item.last-child,
.doc-search-result-item:last-child {
    border-bottom: 0;
}

.doc-search-result-link {
    border-radius: 8px;
    color: #27352e;
    display: block;
    min-height: 0;
    padding: 18px 19px 18px 17px;
    position: relative;
}

.doc-search-result-link:hover {
    background: #f3f4f6;
}

.doc-search-result-body {
    display: block;
}

.doc-search-result-path {
    color: #7e9488;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.doc-search-result-title {
    color: #212120;
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    margin: 0;
}

.doc-search-result-snippet {
    color: #667b70;
    display: block;
    font-size: 13px;
    line-height: 1.8;
    margin-top: 6px;
}

.doc-search-result-meta {
    color: #7e9488;
    display: block;
    font-size: 12px;
    margin-top: 8px;
}

.doc-search-result-meta span {
    margin-right: 16px;
}

.doc-search-empty {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    color: #7f9489;
    margin-top: 18px;
    padding: 34px 0;
    text-align: center;
}

.doc-search-empty-icon {
    color: #9ca3af;
    display: inline-block;
    font-size: 28px;
    margin-bottom: 10px;
}

.doc-search-empty h2 {
    color: #4e6158;
    font-size: 20px;
    margin: 0 0 8px;
}

.doc-search-empty p {
    margin: 0;
}

.doc-search-pagination {
    margin-top: 18px;
    text-align: center;
}

.doc-search-pagination .page-navigator {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.doc-search-pagination .page-navigator li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}

.doc-search-pagination .page-navigator a,
.doc-search-pagination .page-navigator span {
    height: 34px;
    line-height: 34px;
    min-width: 34px;
    padding: 0 12px;
    text-align: center;
    vertical-align: middle;
}

.doc-article-page {
    padding-left: 88px;
}

.doc-article-page .doc-title-fa {
    color: #90aa9a;
}

.doc-article-head {
    border-bottom: 1px solid #e2ece6;
    margin-bottom: 30px;
    padding-bottom: 22px;
}

.doc-title-row {
    display: table;
    width: 100%;
}

.doc-title-row h1 {
    display: table-cell;
    vertical-align: middle;
}

.doc-meta {
    color: #71867b;
    font-size: 13px;
    margin: 16px 0 0 44px;
}

.doc-meta span {
    margin-right: 20px;
}

.doc-meta a {
    color: #71867b;
}

.doc-article {
    color: #111111;
    font-size: 17px;
    line-height: 1.95;
    word-wrap: break-word;
}

.doc-article a {
    text-decoration: underline;
}

.doc-article a:hover {
    text-decoration: underline;
}

.doc-article h1,
.doc-article h2,
.doc-article h3,
.doc-article h4,
.doc-article h5,
.doc-article h6 {
    color: #111111;
    font-weight: 700;
    line-height: 1.35;
    margin: 1.7em 0 .75em;
}

.doc-article h1 {
    font-size: 30px;
}

.doc-article h2 {
    border-bottom: 1px solid #e3eee7;
    font-size: 23px;
    padding-bottom: 8px;
}

.doc-article h3 {
    font-size: 20px;
}

.doc-article h4 {
    font-size: 18px;
}

.doc-article p {
    margin: 0 0 1.1em;
}

.doc-article ul,
.doc-article ol {
    margin: 0 0 1.2em 1.6em;
    padding: 0;
}

.doc-article li {
    margin: .35em 0;
}

.doc-article blockquote {
    background: #f5fbf7;
    border-left: 3px solid #b8d9c7;
    color: #5d7368;
    margin: 1.4em 0;
    padding: 12px 16px;
}

.doc-article pre {
    background: #f5fbf7;
    border: 1px solid #dbe9e2;
    border-radius: 0;
    color: #27352e;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.65;
    margin: 1.3em 0;
    overflow: auto;
    padding: 14px 16px;
}

.doc-article code {
    background: #edf7f2;
    border-radius: 0;
    color: #00a860;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    padding: 2px 4px;
}

.doc-article pre code {
    background: none;
    border-radius: 0;
    color: inherit;
    padding: 0;
}

.doc-article table {
    border-collapse: collapse;
    display: block;
    margin: 1.4em 0;
    max-width: 100%;
    overflow: auto;
    width: 100%;
}

.doc-article th,
.doc-article td {
    border: 1px solid #d8e6df;
    padding: 9px 12px;
    text-align: left;
}

.doc-article th {
    background: #eaf6ef;
    font-weight: 700;
}

.doc-article hr {
    border: 0;
    border-top: 1px solid #e2ece6;
    margin: 30px 0;
}

.doc-article-meta {
    margin-top: 14px;
}

.doc-article-meta-list {
    overflow: hidden;
}

.doc-article-meta-item {
    color: #5f7669;
    display: inline;
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 0 20px 8px 0;
    padding: 0;
}

.doc-article-meta-item .fa {
    color: #00a860;
    margin-right: 6px;
}

.doc-article-meta-item em {
    color: #7c9186;
    font-style: normal;
}

.doc-article-meta-item strong {
    color: #355243;
    font-weight: 700;
    margin-left: 2px;
}

.doc-article-credit {
    background: #f7fbf9;
    border-left: 3px solid #00a860;
    color: #6a8174;
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0 0;
    padding: 10px 14px;
}

.doc-article-credit span {
    color: #00a860;
    font-weight: 700;
    padding: 0 2px;
}

.doc-comments {
    border-top: 1px solid #e2ece6;
    margin-top: 42px;
    padding-top: 28px;
}

.doc-comments-head {
    border-bottom: 1px solid #edf5f1;
    line-height: 30px;
    margin-bottom: 12px;
    overflow: hidden;
    padding-bottom: 12px;
}

.doc-comments-head h2 {
    color: #223029;
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.doc-comments-head span {
    color: #7c9186;
    float: right;
    font-size: 13px;
}

.doc-comment-list,
.doc-comment-list ol,
.doc-comment-pagination .page-navigator {
    list-style: none;
    margin: 0;
    padding: 0;
}

.doc-comment-item {
    border-bottom: 1px solid #edf5f1;
    min-height: 44px;
    padding: 18px 0 16px 52px;
    position: relative;
}

.doc-comment-list > .doc-comment-item:first-child {
    border-top: 0;
}

.doc-comment-list ol {
    border-left: 2px solid #edf5f1;
    margin-top: 12px;
    padding-left: 18px;
}

.doc-comment-list ol .doc-comment-item {
    border-bottom: 0;
    border-top: 1px solid #edf5f1;
}

.doc-comment-list ol ol {
    border-left: 0;
    margin-left: -52px;
    padding-left: 0;
}

.doc-comment-avatar {
    background: #eef8f2;
    border: 1px solid #d3e9dd;
    border-radius: 50%;
    color: #00a860;
    font-size: 15px;
    font-weight: 700;
    height: 36px;
    left: 0;
    line-height: 36px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 19px;
    width: 36px;
}

.doc-comment-avatar img {
    border: 0;
    display: block;
    height: 36px;
    width: 36px;
}

.doc-comment-avatar span {
    display: block;
}

.doc-comment-avatar img + span {
    display: none;
}

.doc-comment-main {
    color: #27352e;
    font-size: 14px;
    line-height: 1.75;
}

.doc-comment-top {
    line-height: 22px;
    min-height: 22px;
    overflow: hidden;
}

.doc-comment-author-row {
    padding-right: 12px;
    white-space: nowrap;
}

.doc-comment-actions-row {
    line-height: 22px;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.doc-comment-author {
    color: #223029;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
}

.doc-comment-author a {
    color: #223029;
}

.doc-comment-badge,
.doc-comment-waiting {
    background: #edf8f2;
    border: 1px solid #cfe8da;
    color: #217447;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
    margin-right: 8px;
    padding: 0 6px;
}

.doc-comment-waiting {
    background: #fff8e7;
    border-color: #ecd99a;
    color: #8a6a16;
}

.doc-comment-time {
    color: #87998f;
    float: left;
    font-size: 12px;
    margin-right: 0;
}

.doc-comment-content {
    color: #364b40;
    font-size: 14px;
    line-height: 1.85;
    margin-top: 8px;
    word-wrap: break-word;
}

.doc-comment-content p {
    margin: 0 0 .8em;
}

.doc-comment-content p:last-child {
    margin-bottom: 0;
}

.doc-comment-content a {
    text-decoration: underline;
}

.doc-comment-reply {
    display: block;
    float: right;
    line-height: 22px;
    margin: 0;
}

.doc-comment-reply a,
#cancel-comment-reply-link {
    color: #00a860;
    font-size: 13px;
}

.doc-comment-reply a:hover,
#cancel-comment-reply-link:hover {
    color: #009a59;
}

.doc-comment-pagination {
    margin-top: 18px;
}

.doc-comment-empty,
.doc-comment-closed {
    background: #f8fcfa;
    border: 1px solid #e0ebe5;
    color: #71867b;
    font-size: 14px;
    margin: 16px 0 0;
    padding: 18px;
    text-align: center;
}

.doc-comment-empty span {
    color: #90aa9a;
    display: block;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 8px;
}

.doc-comment-empty p,
.doc-comment-closed span {
    margin: 0;
}

.doc-comment-closed .fa {
    color: #90aa9a;
    margin-right: 6px;
}

.doc-comment-respond {
    background: #f8fcfa;
    border: 1px solid #e0ebe5;
    margin-top: 24px;
    padding: 18px;
}

.doc-comment-respond.is-replying {
    clear: both;
    margin-bottom: 12px;
    margin-top: 14px;
}

.doc-comment-respond-head {
    line-height: 24px;
    margin-bottom: 14px;
    overflow: hidden;
}

.doc-comment-respond-head h3 {
    color: #223029;
    float: left;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.doc-comment-respond-head #cancel-comment-reply-link {
    float: right;
}

.doc-comment-form p {
    margin: 0;
}

.doc-comment-fields {
    margin: 0 -8px;
    overflow: hidden;
}

.doc-comment-field {
    box-sizing: border-box;
    float: left;
    padding: 0 8px;
    width: 50%;
}

.doc-comment-field label,
.doc-comment-text label {
    color: #667b70;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
}

.doc-comment-field input,
.doc-comment-text textarea {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    border: 1px solid #dce9e2;
    border-radius: 0;
    box-sizing: border-box;
    color: #24312b;
    font-size: 14px;
    line-height: 22px;
    outline: none;
    padding: 8px 10px;
    width: 100%;
}

.doc-comment-field input {
    height: 40px;
}

.doc-comment-text {
    margin-top: 16px;
}

.doc-comment-text textarea {
    min-height: 126px;
    resize: vertical;
}

.doc-comment-field input:focus,
.doc-comment-text textarea:focus {
    border-color: #8ed0ad;
}

.doc-comment-user {
    background: #ffffff;
    border: 1px solid #e0ebe5;
    color: #667b70;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
}

.doc-comment-user strong {
    color: #223029;
    margin: 0 6px;
}

.doc-comment-actions {
    line-height: 38px;
    margin-top: 14px;
    overflow: hidden;
    text-align: right;
}

.doc-comment-submit {
    -webkit-appearance: none;
    appearance: none;
    background: #00b96b;
    border: 1px solid #00b96b;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 14px;
    height: 38px;
    line-height: 36px;
    margin: 0;
    padding: 0 18px;
}

.doc-comment-submit:hover {
    background: #00a860;
}

.doc-comment-actions span {
    color: #87998f;
    display: block;
    font-size: 12px;
    overflow: hidden;
}

.doc-footer {
    color: #80948a;
    font-size: 12px;
    overflow: hidden;
    padding: 24px 72px 0;
}

.doc-footer-meta {
    float: left;
    line-height: 20px;
}

.doc-footer-meta span {
    display: inline-block;
    margin-right: 18px;
}

.doc-footer-copy {
    float: right;
    line-height: 20px;
    margin-right: 64px;
    text-align: right;
}

.doc-footer-copy span,
.doc-footer-copy a {
    display: inline-block;
    margin-left: 8px;
}

.doc-footer-copy span:first-child {
    margin-left: 0;
}

.doc-content-pad:before {
    background: #edf7f2;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.doc-footer a {
    color: #688074;
}

.doc-mobile-bar,
.doc-sidebar-mask {
    display: none;
}

.doc-backtop {
    background: #ecf8f1;
    border: 1px solid #c7e7d6;
    border-radius: 0;
    bottom: 26px;
    color: #00a860;
    cursor: pointer;
    display: none;
    height: 36px;
    line-height: 34px;
    padding: 0;
    position: fixed;
    right: 26px;
    text-align: center;
    width: 46px;
}

.doc-not-found {
    text-align: center;
}

.doc-big-mark {
    color: #bfd5ca;
    display: block;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    margin-top: 90px;
}

.doc-not-found h1 {
    font-size: 28px;
    margin: 20px 0 8px;
}

.doc-not-found p {
    color: #71867b;
}

.doc-primary-link {
    background: #00b96b;
    border: 1px solid #00b96b;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    margin-top: 16px;
    padding: 8px 18px;
}

.doc-primary-link:hover {
    background: #00a860;
    color: #ffffff;
}

@media screen and (max-width: 1100px) {
    .doc-content-pad {
        padding-left: 0;
        padding-right: 0;
    }

    .doc-article-layout {
        padding-right: 0;
    }

    .doc-outline {
        display: none;
    }

}

@media screen and (max-width: 760px) {
    .doc-shell {
        overflow: visible;
    }

    .doc-mobile-bar {
        background: #f8fcfa;
        border-bottom: 1px solid #dfece5;
        display: block;
        height: 50px;
        left: 0;
        line-height: 50px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 40;
    }

    .doc-menu-button {
        background: transparent;
        border: 0;
        cursor: pointer;
        height: 50px;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 52px;
    }

    .doc-menu-button span {
        display: none;
    }

    .doc-mobile-title {
        color: #1f2d26;
        display: block;
        font-size: 17px;
        font-weight: 600;
        margin: 0 70px 0 52px;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .doc-mobile-search {
        background: transparent;
        border: 0;
        color: #00a860;
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 12px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .doc-menu-button .fa,
    .doc-mobile-search .fa {
        font-size: 18px;
        line-height: 50px;
    }

    .doc-sidebar {
        -webkit-transition: left .22s ease;
        transition: left .22s ease;
        -webkit-backface-visibility: hidden;
        background: #ffffff;
        border-right: 0;
        bottom: 0;
        float: none;
        left: -292px;
        min-height: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        width: 292px;
        z-index: 60;
    }

    .doc-sidebar-resizer {
        display: none;
    }

    .doc-sidebar-inner {
        bottom: 0;
        height: 100%;
        left: 0;
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        position: absolute;
        right: 0;
        top: 0;
    }

    .is-sidebar-open .doc-sidebar {
        left: 0;
    }

    .doc-sidebar-mask {
        background: #000;
        bottom: 0;
        display: block;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        -webkit-transition: opacity .22s ease, visibility 0s linear .22s;
        transition: opacity .22s ease, visibility 0s linear .22s;
        z-index: 50;
    }

    .is-sidebar-open .doc-sidebar-mask {
        opacity: .35;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .doc-content-wrap {
        margin-left: 0 !important;
        width: auto;
    }

    .doc-content-pad {
        padding: 56px 0 18px;
    }

    .doc-content-topbar {
        display: none;
        left: 0 !important;
    }

    .doc-main {
        max-width: none;
        padding-top: 0;
    }

    .doc-article-layout,
    .doc-article-layout-no-outline {
        padding-right: 0;
        width: auto;
    }

    .doc-outline,
    .doc-outline-empty,
    .doc-outline-inner {
        display: none;
    }

    .doc-page-card {
        box-sizing: border-box;
        border-radius: 0;
        min-height: 500px;
        padding: 26px 18px 34px;
        width: auto;
    }

    .doc-hero {
        margin-bottom: 30px;
    }

    .doc-hero h1,
    .doc-article-head h1 {
        font-size: 26px;
    }

    .doc-hero-text,
    .doc-title-row h1 {
        padding-left: 0;
    }

    .doc-section {
        margin-top: 28px;
    }

    .doc-hero-main {
        padding-bottom: 18px;
    }

    .doc-section-title {
        height: auto;
        overflow: hidden;
    }

    .doc-section-title h2,
    .doc-section-title span {
        float: none;
    }

    .doc-section-title span {
        display: block;
        line-height: 22px;
        padding-bottom: 8px;
    }

    .doc-space-list {
        margin-left: 0;
    }

    .doc-search-hero {
        padding: 22px 18px 18px;
    }

    .doc-search-hero h1 {
        font-size: 26px;
    }

    .doc-search-hero-count {
        position: static;
        margin-top: 10px;
    }

    .doc-search-hero-count strong,
    .doc-search-hero-count span {
        display: inline-block;
    }

    .doc-search-result-link {
        padding: 16px 18px;
    }

    .doc-search-result-arrow {
        display: none;
    }

    .doc-card-link {
        padding-left: 30px;
    }

    .doc-card-fa {
        left: 0;
    }

    .doc-home-guide {
        min-height: 0;
        padding-top: 18px;
    }

    .doc-home-guide h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .doc-home-guide-lead {
        font-size: 16px;
        line-height: 1.8;
    }

    .doc-home-guide-list {
        font-size: 15px;
        line-height: 1.85;
        margin-left: 20px;
    }

    .doc-home-guide-actions a {
        float: none;
        margin: 0 10px 10px 0;
    }

    .doc-article-page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .doc-article-head h1,
    .doc-article h1,
    .doc-article h2,
    .doc-article h3,
    .doc-article p,
    .doc-card-body strong,
    .doc-card-excerpt {
        word-break: break-all;
        word-wrap: break-word;
    }

    .doc-meta {
        margin-left: 40px;
    }

    .doc-meta span {
        display: block;
        margin: 0 0 4px;
    }

    .doc-article {
        font-size: 15px;
        line-height: 1.8;
    }

    .doc-article h1 {
        font-size: 26px;
    }

    .doc-article h2 {
        font-size: 22px;
    }

    .doc-article-meta-item {
        float: none;
        line-height: 1.8;
        margin-right: 0;
    }

    .doc-article-credit {
        font-size: 13px;
    }

    .doc-comments {
        margin-top: 32px;
        padding-top: 22px;
    }

    .doc-comments-head h2,
    .doc-comments-head span {
        float: none;
    }

    .doc-comments-head span {
        display: block;
        line-height: 22px;
    }

    .doc-comment-item {
        padding-left: 44px;
    }

    .doc-comment-avatar {
        height: 32px;
        line-height: 32px;
        width: 32px;
    }

    .doc-comment-avatar img {
        height: 32px;
        width: 32px;
    }

    .doc-comment-author-row {
        padding-right: 0;
    }

    .doc-comment-list ol {
        margin-left: -26px;
        padding-left: 14px;
    }

    .doc-comment-list ol ol {
        margin-left: -44px;
        padding-left: 0;
    }

    .doc-comment-field {
        float: none;
        margin-bottom: 12px;
        width: auto;
    }

    .doc-comment-actions {
        line-height: 22px;
    }

    .doc-comment-submit {
        float: none;
        margin: 0 0 8px;
        width: 100%;
    }

    .doc-comment-actions span {
        display: block;
    }

    .doc-footer {
        padding: 18px 20px 0;
    }

    .doc-footer-meta,
    .doc-footer-copy {
        float: none;
        text-align: left;
    }

    .doc-footer-meta span {
        display: inline-block;
        margin: 0 12px 0 0;
    }

    .doc-footer-copy {
        line-height: 22px;
        margin-right: 0;
        margin-top: 6px;
    }

    .doc-footer-copy span,
    .doc-footer-copy a {
        display: inline;
        margin-left: 0;
        margin-right: 8px;
    }

    .doc-backtop {
        bottom: 14px;
        right: 12px;
    }

    .doc-backtop .fa {
        font-size: 18px;
        line-height: 34px;
    }
}

html.doc-theme-dark,
html.doc-theme-dark body,
body.doc-theme-dark {
    background: #181818;
    color: #c8d4cd;
    scrollbar-arrow-color: #152019;
    scrollbar-base-color: #17221b;
    scrollbar-darkshadow-color: #26362c;
    scrollbar-face-color: #3a4f42;
    scrollbar-highlight-color: #1d2a22;
    scrollbar-shadow-color: #26362c;
    scrollbar-track-color: #17221b;
    scrollbar-3dlight-color: #1d2a22;
    scrollbar-color: #3a4f42 #17221b;
}

html.doc-theme-dark ::-webkit-scrollbar-track {
    background: #17221b;
}

html.doc-theme-dark ::-webkit-scrollbar-thumb {
    background: #3a4f42;
    border-color: #17221b;
}

html.doc-theme-dark ::-webkit-scrollbar-thumb:hover {
    background: #4b6655;
}

html.doc-theme-dark ::-webkit-scrollbar-corner {
    background: #17221b;
}

html.doc-theme-dark a {
    color: #35d884;
}

html.doc-theme-dark a:hover {
    color: #6be5a7;
}

html.doc-theme-dark .doc-sidebar,
html.doc-theme-dark .doc-sidebar-inner,
html.doc-theme-dark .doc-content-topbar,
html.doc-theme-dark .doc-content-pad,
html.doc-theme-dark .doc-page-card,
html.doc-theme-dark .doc-search-results,
html.doc-theme-dark .doc-search-empty {
    background: #181818;
}

html.doc-theme-dark .doc-sidebar {
    border-right-color: #243529;
}

html.doc-theme-dark .doc-sidebar-inner {
    scrollbar-color: #3a4f42 #17221b;
}

html.doc-theme-dark .doc-sidebar-inner::-webkit-scrollbar-track {
    background: #17221b;
}

html.doc-theme-dark .doc-sidebar-inner::-webkit-scrollbar-thumb {
    background: #3a4f42;
    border-color: #17221b;
}

html.doc-theme-dark .doc-sidebar-inner::-webkit-scrollbar-thumb:hover {
    background: #4b6655;
}

html.doc-theme-dark .doc-content-wrap {
    background: #181818;
}

html.doc-theme-dark .doc-content-pad:before {
    background: #1d2b22;
}

html.doc-theme-dark .doc-content-topbar,
html.doc-theme-dark .doc-kb-title,
html.doc-theme-dark .doc-hero-main,
html.doc-theme-dark .doc-section-title,
html.doc-theme-dark .doc-space-list,
html.doc-theme-dark .doc-space-list li,
html.doc-theme-dark .doc-card-list li,
html.doc-theme-dark .doc-card-list li:first-child,
html.doc-theme-dark .doc-article-head,
html.doc-theme-dark .doc-article h2,
html.doc-theme-dark .doc-article-meta,
html.doc-theme-dark .doc-comments,
html.doc-theme-dark .doc-comments-head,
html.doc-theme-dark .doc-comment-item,
html.doc-theme-dark .doc-article hr {
    border-color: #27382e;
}

html.doc-theme-dark .doc-content-topbar-title,
html.doc-theme-dark .doc-kb-title,
html.doc-theme-dark .doc-hero h1,
html.doc-theme-dark .doc-article-head h1,
html.doc-theme-dark .doc-section-title h2,
html.doc-theme-dark .doc-home-guide h1,
html.doc-theme-dark .doc-search-hero h1,
html.doc-theme-dark .doc-search-hero-count strong,
html.doc-theme-dark .doc-card-body strong,
html.doc-theme-dark .doc-search-result-title,
html.doc-theme-dark .doc-empty h2,
html.doc-theme-dark .doc-search-empty h2,
html.doc-theme-dark .doc-article,
html.doc-theme-dark .doc-article h1,
html.doc-theme-dark .doc-article h2,
html.doc-theme-dark .doc-article h3,
html.doc-theme-dark .doc-article h4,
html.doc-theme-dark .doc-article h5,
html.doc-theme-dark .doc-article h6,
html.doc-theme-dark .doc-comments-head h2,
html.doc-theme-dark .doc-comment-author,
html.doc-theme-dark .doc-comment-author a,
html.doc-theme-dark .doc-comment-respond-head h3,
html.doc-theme-dark .doc-comment-user strong,
html.doc-theme-dark .doc-not-found h1 {
    color: #d4ded7;
}

html.doc-theme-dark .doc-hero p,
html.doc-theme-dark .doc-home-guide-lead,
html.doc-theme-dark .doc-card-excerpt,
html.doc-theme-dark .doc-search-result-snippet,
html.doc-theme-dark .doc-article-meta-item,
html.doc-theme-dark .doc-article-credit,
html.doc-theme-dark .doc-comment-main,
html.doc-theme-dark .doc-comment-content,
html.doc-theme-dark .doc-comment-user,
html.doc-theme-dark .doc-not-found p {
    color: #9fb1a7;
}

html.doc-theme-dark .doc-section-title span,
html.doc-theme-dark .doc-space-list em,
html.doc-theme-dark .doc-card-meta,
html.doc-theme-dark .doc-card-meta b,
html.doc-theme-dark .doc-search-hero-count span,
html.doc-theme-dark .doc-search-overline,
html.doc-theme-dark .doc-search-result-path,
html.doc-theme-dark .doc-search-result-meta,
html.doc-theme-dark .doc-empty,
html.doc-theme-dark .doc-empty-box,
html.doc-theme-dark .doc-search-empty,
html.doc-theme-dark .doc-meta,
html.doc-theme-dark .doc-meta a,
html.doc-theme-dark .doc-article-meta-item em,
html.doc-theme-dark .doc-comments-head span,
html.doc-theme-dark .doc-comment-time,
html.doc-theme-dark .doc-comment-field label,
html.doc-theme-dark .doc-comment-text label,
html.doc-theme-dark .doc-comment-actions span,
html.doc-theme-dark .doc-comment-empty,
html.doc-theme-dark .doc-comment-closed,
html.doc-theme-dark .doc-footer,
html.doc-theme-dark .doc-footer a {
    color: #87998f;
}

html.doc-theme-dark .doc-home-guide-list,
html.doc-theme-dark .doc-space-list a,
html.doc-theme-dark .doc-card-link,
html.doc-theme-dark .doc-search-result-link,
html.doc-theme-dark .doc-article-meta-item strong {
    color: #cbd8d0;
}

html.doc-theme-dark .doc-fa,
html.doc-theme-dark .doc-title-fa,
html.doc-theme-dark .doc-hero-icon,
html.doc-theme-dark .doc-card-fa,
html.doc-theme-dark .doc-space-list .doc-fa,
html.doc-theme-dark .doc-article-page .doc-title-fa {
    color: #79c99d;
}

html.doc-theme-dark .doc-outline-inner {
    background: #162018;
    border-color: #27382e;
}

html.doc-theme-dark .doc-outline-title,
html.doc-theme-dark .doc-category-tree > .doc-tree-list > .doc-tree-item > .doc-cat-toggle,
html.doc-theme-dark .doc-cat-toggle,
html.doc-theme-dark .doc-tree-item.is-current > .doc-cat-toggle .doc-cat-title,
html.doc-theme-dark .doc-post-list li.is-current a,
html.doc-theme-dark .doc-post-list a:hover,
html.doc-theme-dark .doc-nav-home.is-current,
html.doc-theme-dark .doc-nav-home:hover {
    color: #d4ded7;
}

html.doc-theme-dark .doc-outline-list a,
html.doc-theme-dark .doc-tree-head,
html.doc-theme-dark .doc-cat-arrow,
html.doc-theme-dark .doc-count {
    color: #8fa499;
}

html.doc-theme-dark .doc-outline-list a:hover,
html.doc-theme-dark .doc-outline-list a.is-active,
html.doc-theme-dark .doc-article-meta-item .fa,
html.doc-theme-dark .doc-article-credit span,
html.doc-theme-dark .doc-comment-reply a,
html.doc-theme-dark #cancel-comment-reply-link {
    color: #35d884;
}

html.doc-theme-dark .doc-search,
html.doc-theme-dark .doc-nav-home,
html.doc-theme-dark .doc-theme-toggle,
html.doc-theme-dark .doc-comment-field input,
html.doc-theme-dark .doc-comment-text textarea,
html.doc-theme-dark .doc-comment-user {
    background: #17221b;
    border-color: #2b3d32;
    color: #c8d4cd;
}

html.doc-theme-dark .doc-search input,
html.doc-theme-dark .doc-comment-field input,
html.doc-theme-dark .doc-comment-text textarea {
    color: #d4ded7;
}

html.doc-theme-dark .doc-search input::-webkit-input-placeholder {
    color: #7f9489;
}

html.doc-theme-dark .doc-search-key,
html.doc-theme-dark .doc-search-empty-icon {
    color: #74897d;
}

html.doc-theme-dark .doc-search-icon {
    color: #79c99d;
}

html.doc-theme-dark .doc-theme-toggle:hover,
html.doc-theme-dark .doc-nav-home.is-current,
html.doc-theme-dark .doc-nav-home:hover,
html.doc-theme-dark .doc-category-tree > .doc-tree-list > .doc-tree-item > .doc-cat-toggle:hover,
html.doc-theme-dark .doc-post-list a:hover,
html.doc-theme-dark .doc-post-list li.is-current a,
html.doc-theme-dark .doc-space-list a:hover,
html.doc-theme-dark .doc-card-link:hover,
html.doc-theme-dark .doc-search-result-link:hover,
html.doc-theme-dark .page-navigator .current a,
html.doc-theme-dark .page-navigator .current span,
html.doc-theme-dark .page-navigator a:hover {
    background: #1d2b22;
}

html.doc-theme-dark .doc-post-list li.is-current a {
    font-weight: 600;
}

html.doc-theme-dark .doc-post-list a,
html.doc-theme-dark .doc-nav-home {
    color: #cddbd3;
}

html.doc-theme-dark .doc-highlight,
html.doc-theme-dark .doc-article code {
    background: #183121;
    color: #6be5a7;
}

html.doc-theme-dark .doc-highlight {
    border-color: #315c42;
}

html.doc-theme-dark .doc-secondary-link,
html.doc-theme-dark .page-navigator a,
html.doc-theme-dark .page-navigator span {
    background: #17221b;
    border-color: #2b3d32;
    color: #cddbd3;
}

html.doc-theme-dark .doc-secondary-link:hover {
    background: #1d2b22;
    color: #d4ded7;
}

html.doc-theme-dark .doc-primary-link {
    background: #35d884;
    border-color: #35d884;
    color: #07120c;
}

html.doc-theme-dark .doc-primary-link:hover {
    background: #6be5a7;
    border-color: #6be5a7;
    color: #07120c;
}

html.doc-theme-dark .doc-search-result-item {
    border-bottom-color: #27382e;
}

html.doc-theme-dark .doc-article blockquote,
html.doc-theme-dark .doc-article-credit,
html.doc-theme-dark .doc-comment-empty,
html.doc-theme-dark .doc-comment-closed,
html.doc-theme-dark .doc-comment-respond {
    background: #162018;
    border-left-color: #4d8d66;
}

html.doc-theme-dark .doc-comment-empty,
html.doc-theme-dark .doc-comment-closed,
html.doc-theme-dark .doc-comment-respond {
    border-color: #27382e;
}

html.doc-theme-dark .doc-comment-list ol {
    border-left-color: #27382e;
}

html.doc-theme-dark .doc-comment-avatar,
html.doc-theme-dark .doc-comment-badge {
    background: #183121;
    border-color: #315c42;
    color: #6be5a7;
}

html.doc-theme-dark .doc-comment-waiting {
    background: #2f2815;
    border-color: #6b5420;
    color: #d7b95b;
}

html.doc-theme-dark .doc-article pre {
    background: #111811;
    border-color: #27382e;
    color: #c8d4cd;
}

html.doc-theme-dark .doc-article th,
html.doc-theme-dark .doc-article td {
    border-color: #2b3d32;
}

html.doc-theme-dark .doc-article th {
    background: #1d2b22;
}

html.doc-theme-dark .doc-backtop {
    background: #17221b;
    border-color: #315c42;
    color: #6be5a7;
}

html.doc-theme-dark .doc-mobile-bar {
    background: #181818;
    border-bottom-color: #27382e;
}

html.doc-theme-dark .doc-mobile-title {
    color: #d4ded7;
}

html.doc-theme-dark .doc-mobile-search,
html.doc-theme-dark .doc-menu-button {
    color: #6be5a7;
}

html.doc-theme-dark .doc-big-mark {
    color: #2f4637;
}
