.home {
    padding: 3.6rem 2rem 0;
    max-width: 960px;
    margin: 0 auto;
}
.home .hero {
    text-align: center;
}
.home .hero img {
    max-height: 280px;
    display: block;
    margin: 3rem auto 1.5rem;
}
.home .hero h1 {
    font-size: 3rem;
}
.home .hero .action,
.home .hero .description,
.home .hero h1 {
    margin: 1.8rem auto;
}
.home .hero .description {
    max-width: 35rem;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #6a8bad;
}
.home .hero .action-button {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    background-color: #0068e1;
    padding: 0.8rem 1.6rem;
    border-radius: 4px;
    transition: background-color 0.1s ease;
    box-sizing: border-box;
    border-bottom: 1px solid #005ecb;
}
.home .hero .action-button:hover {
    background-color: #0075fd;
}
.home .features {
    border-top: 1px solid #eaecef;
    padding: 1.2rem 0;
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: stretch;
    justify-content: space-between;
}
.home .feature {
    flex-grow: 1;
    flex-basis: 30%;
    max-width: 30%;
}
.home .feature h2 {
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: none;
    padding-bottom: 0;
    color: #3a5169;
}
.home .feature p {
    color: #4e6e8e;
}
.home .footer {
    padding: 2.5rem;
    border-top: 1px solid #eaecef;
    text-align: center;
    color: #4e6e8e;
}
@media (max-width: 719px) {
    .home .features {
        flex-direction: column;
    }
    .home .feature {
        max-width: 100%;
        padding: 0 2.5rem;
    }
}
@media (max-width: 419px) {
    .home {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .home .hero img {
        max-height: 210px;
        margin: 2rem auto 1.2rem;
    }
    .home .hero h1 {
        font-size: 2rem;
    }
    .home .hero .action,
    .home .hero .description,
    .home .hero h1 {
        margin: 1.2rem auto;
    }
    .home .hero .description {
        font-size: 1.2rem;
    }
    .home .hero .action-button {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
    .home .feature h2 {
        font-size: 1.25rem;
    }
}
.sidebar-button {
    display: none;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    padding: 0.6rem;
    top: 0.6rem;
    right: 1rem;
}
.sidebar-button .icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
}
@media (max-width: 719px) {
    .sidebar-button {
        display: block;
    }
}
.search-box {
    display: inline-block;
    position: relative;
    margin-left: 1rem;
}
.search-box input {
    cursor: text;
    width: 10rem;
    color: #4e6e8e;
    display: inline-block;
    border: 1px solid #cfd4db;
    border-radius: 2rem;
    font-size: 0.9rem;
    line-height: 2rem;
    padding: 0 2rem 0 0.5rem;
    outline: none;
    transition: all 0.2s ease;
    background: #fff url(/assets/img/search.83621669.svg) right 0.6rem top
        0.5rem no-repeat;
    background-size: 1rem;
}
.search-box input:focus {
    cursor: auto;
    border-color: #0068e1;
}
.search-box .suggestions {
    background: #fff;
    width: 20rem;
    position: absolute;
    top: 1.5rem;
    border: 1px solid #cfd4db;
    border-radius: 6px;
    padding: 0.4rem;
    list-style-type: none;
}
.search-box .suggestions.align-right {
    left: 0;
}
.search-box .suggestion {
    line-height: 1.4;
    padding: 0.4rem 0.6rem;
    border-radius: 4px;
    cursor: pointer;
}
.search-box .suggestion a {
    white-space: normal;
    color: #5d82a6;
}
.search-box .suggestion a .page-title {
    font-weight: 600;
}
.search-box .suggestion a .header {
    font-size: 0.9em;
    margin-right: 0.25em;
}
.search-box .suggestion.focused {
    background-color: #f3f4f5;
}
.search-box .suggestion.focused a {
    color: #0068e1;
}
@media (max-width: 959px) {
    .search-box input {
        cursor: pointer;
        width: 0;
        border-color: transparent;
        position: relative;
    }
    .search-box input:focus {
        cursor: text;
        right: 0;
        width: 10rem;
    }
}
@media (max-width: 959px) and (min-width: 719px) {
    .search-box .suggestions {
        right: 0;
    }
}
@media (max-width: 719px) {
    .search-box {
        margin-left: 0;
    }
    .search-box input {
        right: 1rem;
    }
    .search-box .suggestions {
        left: 0;
    }
}
@media (max-width: 419px) {
    .search-box .suggestions {
        width: calc(100vw - 4rem);
    }
    .search-box input:focus {
        width: 8rem;
    }
}
.dropdown-enter,
.dropdown-leave-to {
    height: 0 !important;
}
.dropdown-wrapper {
    cursor: pointer;
}
.dropdown-wrapper .dropdown-title {
    display: block;
}
.dropdown-wrapper .dropdown-title:hover {
    border-color: transparent;
}
.dropdown-wrapper .dropdown-title .arrow {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 0.4rem;
}
.dropdown-wrapper .nav-dropdown .dropdown-item {
    color: inherit;
    line-height: 1.7rem;
}
.dropdown-wrapper .nav-dropdown .dropdown-item h4 {
    margin: 0.45rem 0 0;
    border-top: 1px solid #eee;
    padding: 0.45rem 1.25rem 0 1.5rem;
}
.dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem-wrapper {
    padding: 0;
    list-style: none;
}
.dropdown-wrapper
    .nav-dropdown
    .dropdown-item
    .dropdown-subitem-wrapper
    .dropdown-subitem {
    font-size: 0.9em;
}
.dropdown-wrapper .nav-dropdown .dropdown-item a {
    display: block;
    line-height: 1.7rem;
    position: relative;
    border-bottom: none;
    font-weight: 400;
    margin-bottom: 0;
    padding: 0 1.25rem 0 1.5rem;
}
.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active,
.dropdown-wrapper .nav-dropdown .dropdown-item a:hover {
    color: #0068e1;
}
.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 5px solid #0068e1;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: calc(50% - 2px);
    right: 9px;
}
.dropdown-wrapper .nav-dropdown .dropdown-item:first-child h4 {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
@media (max-width: 719px) {
    .dropdown-wrapper.open .dropdown-title {
        margin-bottom: 0.5rem;
    }
    .dropdown-wrapper .nav-dropdown {
        transition: height 0.1s ease-out;
        overflow: hidden;
    }
    .dropdown-wrapper .nav-dropdown .dropdown-item h4 {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .dropdown-wrapper .nav-dropdown .dropdown-item > a,
    .dropdown-wrapper .nav-dropdown .dropdown-item h4 {
        font-size: 15px;
        line-height: 2rem;
    }
    .dropdown-wrapper .nav-dropdown .dropdown-item .dropdown-subitem {
        font-size: 14px;
        padding-right: 1rem;
    }
}
@media (min-width: 719px) {
    .dropdown-wrapper {
        height: 1.8rem;
    }
    .dropdown-wrapper:hover .nav-dropdown {
        display: block !important;
    }
    .dropdown-wrapper .dropdown-title .arrow {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 6px solid #ccc;
        border-bottom: 0;
    }
    .dropdown-wrapper .nav-dropdown {
        display: none;
        height: auto !important;
        box-sizing: border-box;
        max-height: calc(100vh - 2.7rem);
        overflow-y: auto;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        padding: 0.6rem 0;
        border: 1px solid #ddd;
        border-bottom-color: #ccc;
        text-align: right;
        border-radius: 0.25rem;
        white-space: nowrap;
        margin: 0;
    }
}
.nav-links {
    display: inline-block;
}
.nav-links a {
    line-height: 1.4rem;
    color: inherit;
}
.nav-links a.router-link-active,
.nav-links a:hover {
    color: #0068e1;
}
.nav-links .nav-item {
    position: relative;
    display: inline-block;
    margin-right: 1.5rem;
    line-height: 2rem;
}
.nav-links .nav-item:first-child {
    margin-right: 0;
}
.nav-links .repo-link {
    margin-right: 1.5rem;
}
@media (max-width: 719px) {
    .nav-links .nav-item,
    .nav-links .repo-link {
        margin-right: 0;
    }
}
@media (min-width: 719px) {
    .nav-links a.router-link-active,
    .nav-links a:hover {
        color: #2c3e50;
    }
    .nav-item > a:not(.external).router-link-active,
    .nav-item > a:not(.external):hover {
        margin-bottom: -2px;
        border-bottom: 2px solid #0073f8;
    }
}
.navbar {
    padding: 0.7rem 1.5rem;
    line-height: 2.2rem;
    position: relative;
}
.navbar a,
.navbar img,
.navbar span {
    display: inline-block;
}
.navbar .logo {
    height: 2.2rem;
    min-width: 2.2rem;
    margin-left: 0.8rem;
    vertical-align: top;
}
.navbar .site-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    position: relative;
}
.navbar .links {
    padding-right: 1.5rem;
    box-sizing: border-box;
    background-color: #fff;
    white-space: nowrap;
    font-size: 0.9rem;
    position: absolute;
    left: 1.5rem;
    top: 0.7rem;
    display: flex;
}
.navbar .links .search-box {
    flex: 0 0 auto;
    vertical-align: top;
}
.navbar .links .nav-links {
    flex: 1;
}
@media (max-width: 719px) {
    .navbar {
        padding-right: 4rem;
    }
    .navbar .can-hide {
        display: none;
    }
    .navbar .links {
        padding-right: 1.5rem;
    }
}
.page-edit,
.page-nav {
    max-width: 740px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
}
@media (max-width: 959px) {
    .page-edit,
    .page-nav {
        padding: 2rem;
    }
}
@media (max-width: 419px) {
    .page-edit,
    .page-nav {
        padding: 1.5rem;
    }
}
.page {
    padding-bottom: 2rem;
}
.page-edit {
    padding-top: 1rem;
    padding-bottom: 1rem;
    overflow: auto;
}
.page-edit .edit-link {
    display: inline-block;
}
.page-edit .edit-link a {
    color: #4e6e8e;
    margin-left: 0.25rem;
}
.page-edit .last-updated {
    float: left;
    font-size: 0.9em;
}
.page-edit .last-updated .prefix {
    font-weight: 500;
    color: #4e6e8e;
}
.page-edit .last-updated .time {
    font-weight: 400;
    color: #aaa;
}
.page-nav {
    padding-top: 1rem;
    padding-bottom: 0;
}
.page-nav .inner {
    min-height: 2rem;
    margin-top: 0;
    border-top: 1px solid #eaecef;
    padding-top: 1rem;
    overflow: auto;
}
.page-nav .next {
    float: left;
}
@media (max-width: 719px) {
    .page-edit .edit-link {
        margin-bottom: 0.5rem;
    }
    .page-edit .last-updated {
        font-size: 0.8em;
        float: none;
        text-align: right;
    }
}
.sidebar .sidebar-sub-headers {
    padding-right: 1rem;
    font-size: 0.95em;
}
a.sidebar-link {
    font-weight: 400;
    display: inline-block;
    color: #2c3e50;
    border-right: 0.25rem solid transparent;
    padding: 0.35rem 1.25rem 0.35rem 1rem;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box;
}
a.sidebar-link:hover {
    color: #0068e1;
}
a.sidebar-link.active {
    font-weight: 600;
    color: #0068e1;
    border-right-color: #0068e1;
}
.sidebar-group a.sidebar-link {
    padding-right: 2rem;
}
.sidebar-sub-headers a.sidebar-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-right: none;
}
.sidebar-sub-headers a.sidebar-link.active {
    font-weight: 500;
}
.sidebar-group:not(.first) {
    margin-top: 1em;
}
.sidebar-group .sidebar-group {
    padding-right: 0.5em;
}
.sidebar-group:not(.collapsable) .sidebar-heading {
    cursor: auto;
    color: inherit;
}
.sidebar-heading {
    color: #999;
    transition: color 0.15s ease;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0 1.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.sidebar-heading.open,
.sidebar-heading:hover {
    color: inherit;
}
.sidebar-heading .arrow {
    position: relative;
    top: -0.12em;
    right: 0.5em;
}
.sidebar-heading: .open .arrow {
    top: -0.18em;
}
.sidebar-group-items {
    transition: height 0.1s ease-out;
    overflow: hidden;
}
.sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sidebar a {
    display: inline-block;
}
.sidebar .nav-links {
    display: none;
    border-bottom: 1px solid #eaecef;
    padding: 0.5rem 0 0.75rem 0;
}
.sidebar .nav-links a {
    font-weight: 600;
}
.sidebar .nav-links .nav-item,
.sidebar .nav-links .repo-link {
    display: block;
    line-height: 1.25rem;
    font-size: 1.1em;
    padding: 0.5rem 1.5rem 0.5rem 0;
}
.sidebar .sidebar-links {
    padding: 1.5rem 0;
}
@media (max-width: 719px) {
    .sidebar .nav-links {
        display: block;
    }
    .sidebar
        .nav-links
        .dropdown-wrapper
        .nav-dropdown
        .dropdown-item
        a.router-link-active:after {
        top: calc(1rem - 2px);
    }
    .sidebar .sidebar-links {
        padding: 1rem 0;
    }
}
.sw-update-popup {
    position: fixed;
    left: 1em;
    bottom: 1em;
    padding: 1em;
    border: 1px solid #0068e1;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.sw-update-popup button {
    margin-top: 0.5em;
    padding: 0.25em 2em;
}
.sw-update-popup-enter-active,
.sw-update-popup-leave-active {
    transition: opacity 0.3s, transform 0.3s;
}
.sw-update-popup-enter,
.sw-update-popup-leave-to {
    opacity: 0;
    transform: translateY(50%) scale(0.5);
}
code[class*="language-"],
pre[class*="language-"] {
    color: #ccc;
    background: none;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    text-align: right;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
pre[class*="language-"] {
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #2d2d2d;
}
:not(pre) > code[class*="language-"] {
    padding: 0.1em;
    border-radius: 0.3em;
    white-space: normal;
}
.token.block-comment,
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #999;
}
.token.punctuation {
    color: #ccc;
}
.token.attr-name,
.token.deleted,
.token.namespace,
.token.tag {
    color: #e2777a;
}
.token.function-name {
    color: #6196cc;
}
.token.boolean,
.token.function,
.token.number {
    color: #f08d49;
}
.token.class-name,
.token.constant,
.token.property,
.token.symbol {
    color: #f8c555;
}
.token.atrule,
.token.builtin,
.token.important,
.token.keyword,
.token.selector {
    color: #cc99cd;
}
.token.attr-value,
.token.char,
.token.regex,
.token.string,
.token.variable {
    color: #7ec699;
}
.token.entity,
.token.operator,
.token.url {
    color: #67cdcc;
}
.token.bold,
.token.important {
    font-weight: 700;
}
.token.italic {
    font-style: italic;
}
.token.entity {
    cursor: help;
}
.token.inserted {
    color: green;
}
#nprogress {
    pointer-events: none;
}
#nprogress .bar {
    background: #0068e1;
    position: fixed;
    z-index: 1031;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
}
#nprogress .peg {
    display: block;
    position: absolute;
    left: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #0068e1, 0 0 5px #0068e1;
    opacity: 1;
    transform: rotate(-3deg) translateY(-4px);
}
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    left: 15px;
}
#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: #0068e1;
    border-right-color: #0068e1;
    border-radius: 50%;
    animation: nprogress-spinner 0.4s linear infinite;
}
.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}
.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute;
}
@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-1turn);
    }
}
.content code {
    color: #476582;
    padding: 0.25rem 0.5rem;
    margin: 0;
    font-size: 0.85em;
    background-color: rgba(27, 31, 35, 0.05);
    border-radius: 3px;
}
.content pre,
.content pre[class*="language-"] {
    line-height: 1.4;
    padding: 1.25rem 1.5rem;
    margin: 0.85rem 0;
    background-color: #282c34;
    border-radius: 6px;
    overflow: auto;
}
.content pre[class*="language-"] code,
.content pre code {
    color: #fff;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
div[class*="language-"] {
    position: relative;
    background-color: #282c34;
    border-radius: 6px;
}
div[class*="language-"] .highlight-lines {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 1.3rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    line-height: 1.4;
}
div[class*="language-"] .highlight-lines .highlighted {
    background-color: rgba(0, 0, 0, 0.66);
}
div[class*="language-"] pre,
div[class*="language-"] pre[class*="language-"] {
    background: transparent;
    position: relative;
    z-index: 1;
}
div[class*="language-"]:before {
    position: absolute;
    z-index: 3;
    top: 0.8em;
    left: 1em;
    font-size: 0.75rem;
    color: hsla(0, 0%, 100%, 0.4);
}
div[class*="language-"]:not(.line-numbers-mode) .line-numbers-wrapper {
    display: none;
}
div[class*="language-"].line-numbers-mode .highlight-lines .highlighted {
    position: relative;
}
div[class*="language-"].line-numbers-mode .highlight-lines .highlighted:before {
    content: " ";
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    display: block;
    width: 3.5rem;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
}
div[class*="language-"].line-numbers-mode pre {
    padding-right: 4.5rem;
    vertical-align: middle;
}
div[class*="language-"].line-numbers-mode .line-numbers-wrapper {
    position: absolute;
    top: 0;
    width: 3.5rem;
    text-align: center;
    color: hsla(0, 0%, 100%, 0.3);
    padding: 1.25rem 0;
    line-height: 1.4;
}
div[class*="language-"].line-numbers-mode .line-numbers-wrapper .line-number,
div[class*="language-"].line-numbers-mode .line-numbers-wrapper br {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div[class*="language-"].line-numbers-mode .line-numbers-wrapper .line-number {
    position: relative;
    z-index: 4;
    font-size: 0.85em;
}
div[class*="language-"].line-numbers-mode:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 100%;
    border-radius: 0 6px 6px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.66);
    background-color: #282c34;
}
div[class~="language-js"]:before {
    content: "js";
}
div[class~="language-ts"]:before {
    content: "ts";
}
div[class~="language-html"]:before {
    content: "html";
}
div[class~="language-md"]:before {
    content: "md";
}
div[class~="language-vue"]:before {
    content: "vue";
}
div[class~="language-css"]:before {
    content: "css";
}
div[class~="language-sass"]:before {
    content: "sass";
}
div[class~="language-scss"]:before {
    content: "scss";
}
div[class~="language-less"]:before {
    content: "less";
}
div[class~="language-stylus"]:before {
    content: "stylus";
}
div[class~="language-go"]:before {
    content: "go";
}
div[class~="language-java"]:before {
    content: "java";
}
div[class~="language-c"]:before {
    content: "c";
}
div[class~="language-sh"]:before {
    content: "sh";
}
div[class~="language-yaml"]:before {
    content: "yaml";
}
div[class~="language-py"]:before {
    content: "py";
}
div[class~="language-javascript"]:before {
    content: "js";
}
div[class~="language-typescript"]:before {
    content: "ts";
}
div[class~="language-markup"]:before {
    content: "html";
}
div[class~="language-markdown"]:before {
    content: "md";
}
div[class~="language-json"]:before {
    content: "json";
}
div[class~="language-ruby"]:before {
    content: "rb";
}
div[class~="language-python"]:before {
    content: "py";
}
div[class~="language-bash"]:before {
    content: "sh";
}
.custom-block .custom-block-title {
    font-weight: 600;
    margin-bottom: -0.4rem;
}
.custom-block.danger,
.custom-block.tip,
.custom-block.warning {
    padding: 0.1rem 1.5rem;
    border-right-width: 0.5rem;
    border-right-style: solid;
    margin: 1rem 0;
}
.custom-block.tip {
    background-color: #f3f5f7;
    border-color: #42b983;
}
.custom-block.warning {
    background-color: rgba(255, 229, 100, 0.3);
    border-color: #e7c000;
    color: #6b5900;
}
.custom-block.warning .custom-block-title {
    color: #b29400;
}
.custom-block.warning a {
    color: #2c3e50;
}
.custom-block.danger {
    background-color: #ffe6e6;
    border-color: #c00;
    color: #4d0000;
}
.custom-block.danger .custom-block-title {
    color: #900;
}
.custom-block.danger a {
    color: #2c3e50;
}
.arrow {
    display: inline-block;
    width: 0;
    height: 0;
}
.arrow.up {
    border-bottom: 6px solid #ccc;
}
.arrow.down,
.arrow.up {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.arrow.down {
    border-top: 6px solid #ccc;
}
.arrow.right {
    border-right: 6px solid #ccc;
}
.arrow.left,
.arrow.right {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.arrow.left {
    border-left: 6px solid #ccc;
}
.content:not(.custom) {
    max-width: 740px;
    margin: 0 auto;
    padding: 2rem 2.5rem;
}
@media (max-width: 959px) {
    .content:not(.custom) {
        padding: 2rem;
    }
}
@media (max-width: 419px) {
    .content:not(.custom) {
        padding: 1.5rem;
    }
}
.table-of-contents .badge {
    vertical-align: middle;
}
body,
html {
    padding: 0;
    margin: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
        Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #2c3e50;
}
.page {
    padding-right: 20rem;
}
.navbar {
    z-index: 20;
    left: 0;
    height: 3.6rem;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #eaecef;
}
.navbar,
.sidebar-mask {
    position: fixed;
    top: 0;
    right: 0;
}
.sidebar-mask {
    z-index: 9;
    width: 100vw;
    height: 100vh;
    display: none;
}
.sidebar {
    font-size: 15px;
    background-color: #fff;
    width: 20rem;
    position: fixed;
    z-index: 10;
    margin: 0;
    top: 3.6rem;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    border-left: 1px solid #eaecef;
    overflow-y: auto;
}
.content:not(.custom) > :first-child {
    margin-top: 3.6rem;
}
.content:not(.custom) a:hover {
    text-decoration: underline;
}
.content:not(.custom) p.demo {
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.content:not(.custom) img {
    max-width: 100%;
}
.content.custom {
    padding: 0;
    margin: 0;
}
.content.custom img {
    max-width: 100%;
}
a {
    font-weight: 500;
    text-decoration: none;
}
a,
p a code {
    color: #0068e1;
}
p a code {
    font-weight: 400;
}
kbd {
    background: #eee;
    border: 0.15rem solid #ddd;
    border-bottom: 0.25rem solid #ddd;
    border-radius: 0.15rem;
    padding: 0 0.15em;
}
blockquote {
    font-size: 1.2rem;
    color: #999;
    border-right: 0.25rem solid #dfe2e5;
    margin-right: 0;
    padding-right: 1rem;
}
ol,
ul {
    padding-right: 1.2em;
}
strong {
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.25;
}
.content:not(.custom) > h1,
.content:not(.custom) > h2,
.content:not(.custom) > h3,
.content:not(.custom) > h4,
.content:not(.custom) > h5,
.content:not(.custom) > h6 {
    margin-top: -3.1rem;
    padding-top: 4.6rem;
    margin-bottom: 0;
}
.content:not(.custom) > h1:first-child,
.content:not(.custom) > h2:first-child,
.content:not(.custom) > h3:first-child,
.content:not(.custom) > h4:first-child,
.content:not(.custom) > h5:first-child,
.content:not(.custom) > h6:first-child {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
}
.content:not(.custom) > h1:first-child + .custom-block,
.content:not(.custom) > h1:first-child + p,
.content:not(.custom) > h1:first-child + pre,
.content:not(.custom) > h2:first-child + .custom-block,
.content:not(.custom) > h2:first-child + p,
.content:not(.custom) > h2:first-child + pre,
.content:not(.custom) > h3:first-child + .custom-block,
.content:not(.custom) > h3:first-child + p,
.content:not(.custom) > h3:first-child + pre,
.content:not(.custom) > h4:first-child + .custom-block,
.content:not(.custom) > h4:first-child + p,
.content:not(.custom) > h4:first-child + pre,
.content:not(.custom) > h5:first-child + .custom-block,
.content:not(.custom) > h5:first-child + p,
.content:not(.custom) > h5:first-child + pre,
.content:not(.custom) > h6:first-child + .custom-block,
.content:not(.custom) > h6:first-child + p,
.content:not(.custom) > h6:first-child + pre {
    margin-top: 2rem;
}
h1:hover .header-anchor,
h2:hover .header-anchor,
h3:hover .header-anchor,
h4:hover .header-anchor,
h5:hover .header-anchor,
h6:hover .header-anchor {
    opacity: 1;
}
h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 1.65rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #eaecef;
}
h3 {
    font-size: 1.35rem;
}
a.header-anchor {
    font-size: 0.85em;
    float: right;
    margin-right: -0.87em;
    padding-left: 0.23em;
    margin-top: 0.125em;
    opacity: 0;
}
a.header-anchor:hover {
    text-decoration: none;
}
.line-number,
code,
kbd {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New,
        monospace;
}
ol,
p,
ul {
    line-height: 1.7;
}
hr {
    border: 0;
    border-top: 1px solid #eaecef;
}
table {
    border-collapse: collapse;
    margin: 1rem 0;
    display: block;
    overflow-x: auto;
}
tr {
    border-top: 1px solid #dfe2e5;
}
tr:nth-child(2n) {
    background-color: #f6f8fa;
}
td,
th {
    border: 1px solid #dfe2e5;
    padding: 0.6em 1em;
}
.custom-layout {
    padding-top: 3.6rem;
}
.theme-container.sidebar-open .sidebar-mask {
    display: block;
}
.theme-container.no-navbar .content:not(.custom) > h1,
.theme-container.no-navbar h2,
.theme-container.no-navbar h3,
.theme-container.no-navbar h4,
.theme-container.no-navbar h5,
.theme-container.no-navbar h6 {
    margin-top: 1.5rem;
    padding-top: 0;
}
.theme-container.no-navbar .sidebar {
    top: 0;
}
.theme-container.no-navbar .custom-layout {
    padding-top: 0;
}
@media (min-width: 720px) {
    .theme-container.no-sidebar .sidebar {
        display: none;
    }
    .theme-container.no-sidebar .page {
        padding-right: 0;
    }
}
@media (max-width: 959px) {
    .sidebar {
        font-size: 15px;
        width: 16.4rem;
    }
    .page {
        padding-right: 16.4rem;
    }
}
@media (max-width: 719px) {
    .sidebar {
        top: 0;
        padding-top: 3.6rem;
        transform: translateX(100%);
        transition: transform 0.2s ease;
    }
    .page {
        padding-right: 0;
    }
    .theme-container.sidebar-open .sidebar {
        transform: translateX(0);
    }
    .theme-container.no-navbar .sidebar {
        padding-top: 0;
    }
}
@media (max-width: 419px) {
    h1 {
        font-size: 1.9rem;
    }
    .content div[class*="language-"] {
        margin: 0.85rem -1.5rem;
        border-radius: 0;
    }
}
.icon.outbound {
    color: #aaa;
    display: inline-block;
}
