body {
    font-family: monospace;
}



.left {
    padding-left: 105px;
}

.rotate-180 {
    --tw-rotate: 180deg !important;
}

.page-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
  }
  
  .prevpage,
  .nextpage {
    white-space: nowrap;
  }
  
  .prevpage {
    margin-right: 10px;
  }

#search-results {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    /* set to full width */
    max-height: 2400px;
    overflow-y: auto;
    background-color: #fff;
    border: 0px curvy #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    list-style: none;
    margin-right: 1.5rem;
    /* add right margin */
    box-sizing: border-box;
    /* include margin in width calculation */
}

#search-results li {
    white-space: normal;
    word-wrap: break-word;
}

#search-results li:hover,
#search-results li.selected {
    background-color: #44484a;
    color: #9066b8;
}

#search-results li {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.5;
    background-color: rgb(18, 19, 20);
    cursor: pointer;
    color: #9066b8;
}


.pagesconst {
    color: rgb(176, 197, 215);
    /* add this line */

}

.pagesselected {
    color: #9066b8;
}

#search-results li:hover {
    background-color: #44484a;
    color: #9066b8;
}




.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
}

.custom-block .custom-block-title {
    font-weight: 600;
    margin-bottom: -.4rem
}

.custom-block.danger,
.custom-block.tip,
.custom-block.warning {
    padding: .1rem 1.5rem;
    border-left-width: .5rem;
    border-left-style: solid;
    margin: 1rem 0
}

.custom-block.tip {
    background-color: #f3f5f7;
    border-color: #42b983
}

.custom-block.warning {
    background-color: rgba(255, 229, 100, .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
}

.custom-block.details {
    display: block;
    position: relative;
    border-radius: 2px;
    margin: 1.6em 0;
    padding: 1.6em;
    background-color: #eee
}

.custom-block.details h4 {
    margin-top: 0
}

.custom-block.details figure:last-child,
.custom-block.details p:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.custom-block.details summary {
    outline: none;
    cursor: pointer
}

.arrow {
    display: inline-block;
    width: 0;
    height: 0
}

.arrow.up {
    border-bottom: 6px solid #ccc
}

.arrow.down,
.arrow.up {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.arrow.down {
    border-top: 6px solid #ccc
}

.arrow.right {
    border-left: 6px solid #ccc
}

.arrow.left,
.arrow.right {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.arrow.left {
    border-right: 6px solid #ccc
}

.theme-default-content:not(.custom) {
    max-width: 740px;
    margin: 0 auto;
    padding: 2rem 2.5rem
}

@media (max-width:959px) {
    .theme-default-content:not(.custom) {
        padding: 2rem
    }
}

@media (max-width:419px) {
    .theme-default-content:not(.custom) {
        padding: 1.5rem
    }
}

.table-of-contents .badge {
    vertical-align: middle
}

body,
html {
    padding: 0;
    margin: 0;
    background-color: rgb(19, 21, 22);
}

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-left: 20rem
}

.navbar {
    z-index: 20;
    right: 0;
    height: 3.6rem;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #eaecef
}

.navbar,
.sidebar-mask {
    position: fixed;
    top: 0;
    left: 0
}

.sidebar-mask {
    z-index: 9;
    width: 100vw;
    height: 100vh;
    display: none
}

.sidebar {
    font-size: 16px;
    background-color: #fff;
    width: 20rem;
    position: fixed;
    z-index: 10;
    margin: 0;
    top: 3.6rem;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    border-right: 1px solid #eaecef;
    overflow-y: auto
}

.theme-default-content:not(.custom)>:first-child {
    margin-top: 3.6rem
}

.theme-default-content:not(.custom) a:hover {
    text-decoration: underline
}

.theme-default-content:not(.custom) p.demo {
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 4px
}

.theme-default-content:not(.custom) img {
    max-width: 100%
}

.theme-default-content.custom {
    padding: 0;
    margin: 0
}

.theme-default-content.custom img {
    max-width: 100%
}

a {
    font-weight: 500;
    text-decoration: none
}

a,
p a code {
    color: #4e6e8e;
}

.search-result-item.selected a code {
    color: #9066b8;
}

p a code {
    font-weight: 400
}

kbd {
    background: #eee;
    border: .15rem solid #ddd;
    border-bottom: .25rem solid #ddd;
    border-radius: .15rem;
    padding: 0 .15em
}

blockquote {
    font-size: 1rem;
    color: #999;
    border-left: .2rem solid #dfe2e5;
    margin: 1rem 0;
    padding: .25rem 0 .25rem 1rem
}

blockquote>p {
    margin: 0
}

ol,
ul {
    padding-left: 1.2em
}

strong {
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.25
}

.theme-default-content:not(.custom)>h1,
.theme-default-content:not(.custom)>h2,
.theme-default-content:not(.custom)>h3,
.theme-default-content:not(.custom)>h4,
.theme-default-content:not(.custom)>h5,
.theme-default-content:not(.custom)>h6 {
    margin-top: -3.1rem;
    padding-top: 4.6rem;
    margin-bottom: 0
}

.theme-default-content:not(.custom)>h1:first-child,
.theme-default-content:not(.custom)>h2:first-child,
.theme-default-content:not(.custom)>h3:first-child,
.theme-default-content:not(.custom)>h4:first-child,
.theme-default-content:not(.custom)>h5:first-child,
.theme-default-content:not(.custom)>h6:first-child {
    margin-top: -1.5rem;
    margin-bottom: 1rem
}

.theme-default-content:not(.custom)>h1:first-child+.custom-block,
.theme-default-content:not(.custom)>h1:first-child+p,
.theme-default-content:not(.custom)>h1:first-child+pre,
.theme-default-content:not(.custom)>h2:first-child+.custom-block,
.theme-default-content:not(.custom)>h2:first-child+p,
.theme-default-content:not(.custom)>h2:first-child+pre,
.theme-default-content:not(.custom)>h3:first-child+.custom-block,
.theme-default-content:not(.custom)>h3:first-child+p,
.theme-default-content:not(.custom)>h3:first-child+pre,
.theme-default-content:not(.custom)>h4:first-child+.custom-block,
.theme-default-content:not(.custom)>h4:first-child+p,
.theme-default-content:not(.custom)>h4:first-child+pre,
.theme-default-content:not(.custom)>h5:first-child+.custom-block,
.theme-default-content:not(.custom)>h5:first-child+p,
.theme-default-content:not(.custom)>h5:first-child+pre,
.theme-default-content:not(.custom)>h6:first-child+.custom-block,
.theme-default-content:not(.custom)>h6:first-child+p,
.theme-default-content:not(.custom)>h6:first-child+pre {
    margin-top: 2rem
}

h1:focus .header-anchor,
h1:hover .header-anchor,
h2:focus .header-anchor,
h2:hover .header-anchor,
h3:focus .header-anchor,
h3:hover .header-anchor,
h4:focus .header-anchor,
h4:hover .header-anchor,
h5:focus .header-anchor,
h5:hover .header-anchor,
h6:focus .header-anchor,
h6:hover .header-anchor {
    opacity: 1
}

h1 {
    font-size: 2.2rem
}

h2 {
    font-size: 1.65rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #eaecef
}

h3 {
    font-size: 1.35rem
}

a.header-anchor {
    font-size: .85em;
    float: left;
    margin-left: -.87em;
    padding-right: .23em;
    margin-top: .125em;
    opacity: 0
}

a.header-anchor:focus,
a.header-anchor:hover {
    text-decoration: none
}


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: .6em 1em
}

.theme-container.sidebar-open .sidebar-mask {
    display: block
}

.theme-container.no-navbar .theme-default-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
}

@media (min-width:720px) {
    .theme-container.no-sidebar .sidebar {
        display: none
    }

    .theme-container.no-sidebar .page {
        padding-left: 0
    }

}

@media (max-width:959px) {
    .sidebar {
        font-size: 15px;
        width: 16.4rem
    }

    .page {
        padding-left: 16.4rem
    }
}

@media (max-width:719px) {
    .sidebar {
        top: 0;
        padding-top: 3.6rem;
        transform: translateX(-100%);
        transition: transform .2s ease
    }

    .page {
        padding-left: 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
    }


}

@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Mono"), local("RobotoMono-Regular"), url(https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIjhGq3-cXbKDO1w.woff2);
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Mono"), local("RobotoMono-Regular"), url(https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIjhPq3-cXbKDO1w.woff2);
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Mono"), local("RobotoMono-Regular"), url(https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIjhHq3-cXbKDO1w.woff2);
    unicode-range: U+1f??
}

@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Mono"), local("RobotoMono-Regular"), url(https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIjhIq3-cXbKDO1w.woff2);
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Mono"), local("RobotoMono-Regular"), url(https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIjhEq3-cXbKDO1w.woff2);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Mono"), local("RobotoMono-Regular"), url(https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIjhFq3-cXbKDO1w.woff2);
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Roboto Mono;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Mono"), local("RobotoMono-Regular"), url(https://fonts.gstatic.com/s/robotomono/v7/L0x5DF4xlVMF-BfR8bXMIjhLq3-cXbKD.woff2);
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhdu3cOWxy40.woff2);
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxdu3cOWxy40.woff2);
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxdu3cOWxy40.woff2);
    unicode-range: U+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBdu3cOWxy40.woff2);
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBdu3cOWxy40.woff2);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu3cOWxy40.woff2);
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2);
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lujVj9_mf.woff2);
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lujVj9_mf.woff2);
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lujVj9_mf.woff2);
    unicode-range: U+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lujVj9_mf.woff2);
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lujVj9_mf.woff2);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2);
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2);
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhdu3cOWxy40.woff2);
    unicode-range: U+0460-052f, U+1c80-1c88, U+20b4, U+2de0-2dff, U+a640-a69f, U+fe2e-fe2f
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxdu3cOWxy40.woff2);
    unicode-range: U+0400-045f, U+0490-0491, U+04b0-04b1, U+2116
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxdu3cOWxy40.woff2);
    unicode-range: U+1f??
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBdu3cOWxy40.woff2);
    unicode-range: U+0370-03ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBdu3cOWxy40.woff2);
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu3cOWxy40.woff2);
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2);
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

body {
    font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif
}

.navbar .site-name {
    font-family: Dosis, Source Sans Pro, Helvetica Neue, Arial, sans-serif;
    font-weight: 400 !important
}

.navbar .site-name.can-hide {
    display: inline-block !important;
}

.navbar .home-link:hover .logo {
    animation: spin .5s ease-in-out 1 !important;
}

.navbar .logo {
    margin-right: .4rem !important;
}

h2 {
    padding-bottom: 1rem;
    border-bottom: none
}

/* nav.nav-links div:nth-child(3) a {
    background-image: url(/memo/memo_files/.svg);
    background-repeat: no-repeat;
    padding-left: 30px
} */

nav.nav-links div:nth-child(4) a {
    background-image: url(/memo/memo_files/github.svg);
    background-repeat: no-repeat;
    padding-left: 30px
}

@keyframes spin {
    50% {
        transform: rotate(180deg) scale(1.2)
    }

    to {
        transform: rotate(180deg) scale(1)
    }
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #9066b8;
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #9066b8, 0 0 5px #9066b8;
    opacity: 1;
    transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-color: #9066b8 transparent transparent #9066b8;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner .4s linear infinite;
    animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
    position: absolute
}

@-webkit-keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 15px 0
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #3eaf7c;
    z-index: 1;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    list-style: none
}

.el-tabs__new-tab {
    float: right;
    border: 1px solid #d3dce6;
    height: 18px;
    width: 18px;
    line-height: 18px;
    margin: 12px 0 9px 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #d3dce6;
    cursor: pointer;
    transition: all .15s
}

.el-tabs__new-tab .el-icon-plus {
    transform: scale(.8)
}

.el-tabs__new-tab:hover {
    color: #3eaf7c
}

.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative
}

.el-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e4e7ed;
    z-index: 1
}

.el-tabs__nav-wrap.is-scrollable {
    padding: 0 20px;
    box-sizing: border-box
}

.el-tabs__nav-scroll {
    overflow: hidden
}

.el-tabs__nav-next,
.el-tabs__nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 44px;
    font-size: 12px;
    color: #909399;
    width: 20px;
    text-align: center
}

.el-tabs__nav-next {
    right: 0
}

.el-tabs__nav-prev {
    left: 0
}

.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: transform .3s;
    float: left;
    z-index: 2
}

.el-tabs__nav.is-stretch {
    min-width: 100%;
    display: flex
}

.el-tabs__nav.is-stretch>* {
    flex: 1;
    text-align: center
}

.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative
}

.el-tabs__item:focus,
.el-tabs__item:focus:active {
    outline: none
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
    box-shadow: inset 0 0 2px 2px #3eaf7c;
    border-radius: 3px
}

.el-tabs__item .el-icon-close {
    border-radius: 50%;
    text-align: center;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    margin-left: 5px
}

.el-tabs__item .el-icon-close:before {
    transform: scale(.9);
    display: inline-block
}

.el-tabs__item .el-icon-close:hover {
    background-color: #c0c4cc;
    color: #fff
}

.el-tabs__item.is-active {
    color: #3eaf7c
}

.el-tabs__item:hover {
    color: #3eaf7c;
    cursor: pointer
}

.el-tabs__item.is-disabled {
    color: #c0c4cc;
    cursor: default
}

.el-tabs__content {
    overflow: hidden;
    position: relative
}

.el-tabs--card>.el-tabs__header {
    border-bottom: 1px solid #e4e7ed
}

.el-tabs--card>.el-tabs__header .el-tabs__nav-wrap:after {
    content: none
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
    border: 1px solid #e4e7ed;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box
}

.el-tabs--card>.el-tabs__header .el-tabs__active-bar {
    display: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item .el-icon-close {
    position: relative;
    font-size: 12px;
    width: 0;
    height: 14px;
    vertical-align: middle;
    line-height: 15px;
    overflow: hidden;
    top: -1px;
    right: -2px;
    transform-origin: 100% 50%
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
    border-bottom: 1px solid transparent;
    border-left: 1px solid #e4e7ed;
    transition: color .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1)
}

.el-tabs--card>.el-tabs__header .el-tabs__item:first-child {
    border-left: none
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover {
    padding-left: 13px;
    padding-right: 13px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
    width: 14px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
    border-bottom-color: #fff
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable {
    padding-left: 20px;
    padding-right: 20px
}

.el-tabs--card>.el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close {
    width: 14px
}

.el-tabs--border-card {
    background: #fff;
    border: 1px solid #dcdfe6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04);
    margin-top: 15px
}

.el-tabs--border-card>.el-tabs__content {
    padding: 15px
}

.el-tabs--border-card>.el-tabs__header {
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4e7ed;
    margin: 0
}

.el-tabs--border-card>.el-tabs__header .el-tabs__nav-wrap:after {
    content: none
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    border: 1px solid transparent;
    margin-top: -1px;
    color: #909399
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item+.el-tabs__item,
.el-tabs--border-card>.el-tabs__header .el-tabs__item:first-child {
    margin-left: -1px
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
    color: #3eaf7c;
    background-color: #fff;
    border-right-color: #dcdfe6;
    border-left-color: #dcdfe6
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
    color: #3eaf7c
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-disabled {
    color: #c0c4cc
}

.el-tabs--border-card>.el-tabs__header .is-scrollable .el-tabs__item:first-child {
    margin-left: 0
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0
}

.el-tabs--bottom .el-tabs__item.is-bottom:last-child,
.el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child,
.el-tabs--top .el-tabs__item.is-top:last-child {
    padding-right: 0
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item:nth-child(2),
.el-tabs--bottom.el-tabs--card .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--left .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--right .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--border-card .el-tabs__item:nth-child(2),
.el-tabs--top.el-tabs--card .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--right .el-tabs__item:nth-child(2) {
    padding-left: 20px
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item:last-child,
.el-tabs--bottom.el-tabs--card .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--left .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--right .el-tabs__item:last-child,
.el-tabs--top.el-tabs--border-card .el-tabs__item:last-child,
.el-tabs--top.el-tabs--card .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left .el-tabs__item:last-child,
.el-tabs--top .el-tabs--right .el-tabs__item:last-child {
    padding-right: 20px
}

.el-tabs--bottom .el-tabs__header.is-bottom {
    margin-bottom: 0;
    margin-top: 10px
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
    border-bottom: 0;
    border-top: 1px solid #dcdfe6
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
    margin-top: -1px;
    margin-bottom: 0
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
    border: 1px solid transparent
}

.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
    margin: 0 -1px -1px
}

.el-tabs--left,
.el-tabs--right {
    overflow: hidden
}

.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-scroll,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-scroll,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
    height: 100%
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right,
.el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
    top: 0;
    bottom: auto;
    width: 2px;
    height: auto
}

.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev i {
    transform: rotate(90deg)
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-prev {
    left: auto;
    top: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-left>.el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right>.el-tabs__nav-next {
    right: auto;
    bottom: 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
    padding: 30px 0
}

.el-tabs--left .el-tabs__nav-wrap.is-left:after,
.el-tabs--left .el-tabs__nav-wrap.is-right:after,
.el-tabs--right .el-tabs__nav-wrap.is-left:after,
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
    height: 100%;
    width: 2px;
    bottom: auto;
    top: 0
}

.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right,
.el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
    float: none
}

.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right,
.el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
    display: block
}

.el-tabs--left .el-tabs__header.is-left {
    float: left;
    margin-bottom: 0;
    margin-right: 10px
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
    margin-right: -1px
}

.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-left:after {
    left: auto;
    right: 0
}

.el-tabs--left .el-tabs__item.is-left {
    text-align: right
}

.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
    display: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
    border: 1px solid #e4e7ed;
    border-bottom: none;
    border-left: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
    border-right: 1px solid #e4e7ed;
    border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
    border: none;
    border-top: 1px solid #e4e7ed;
    border-right: 1px solid #fff
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
    border-top: none
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
    border-bottom: none
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
    border-radius: 4px 0 0 4px;
    border-bottom: 1px solid #e4e7ed;
    border-right: none
}

.el-tabs--left.el-tabs--card .el-tabs__new-tab {
    float: none
}

.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
    border-right: 1px solid #dfe4ed
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
    border: 1px solid transparent;
    margin: -1px 0 -1px -1px
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
    border-color: #d1dbe5 transparent
}

.el-tabs--right .el-tabs__header.is-right {
    float: right;
    margin-bottom: 0;
    margin-left: 10px
}

.el-tabs--right .el-tabs__nav-wrap.is-right {
    margin-left: -1px
}

.el-tabs--right .el-tabs__nav-wrap.is-right:after {
    left: 0;
    right: auto
}

.el-tabs--right .el-tabs__active-bar.is-right {
    left: 0
}

.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
    display: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
    border-bottom: none;
    border-top: 1px solid #e4e7ed
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
    border-left: 1px solid #e4e7ed;
    border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
    border: none;
    border-top: 1px solid #e4e7ed;
    border-left: 1px solid #fff
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
    border-top: none
}

.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
    border-bottom: none
}

.el-tabs--right.el-tabs--card .el-tabs__nav {
    border-radius: 0 4px 4px 0;
    border-bottom: 1px solid #e4e7ed;
    border-left: none
}

.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
    border-left: 1px solid #dfe4ed
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
    border: 1px solid transparent;
    margin: -1px -1px -1px 0
}

.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
    border-color: #d1dbe5 transparent
}

.slideInLeft-transition,
.slideInRight-transition {
    display: inline-block
}

.slideInRight-enter {
    -webkit-animation: slideInRight-enter .3s;
    animation: slideInRight-enter .3s
}

.slideInRight-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: slideInRight-leave .3s;
    animation: slideInRight-leave .3s
}

.slideInLeft-enter {
    -webkit-animation: slideInLeft-enter .3s;
    animation: slideInLeft-enter .3s
}

.slideInLeft-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: slideInLeft-leave .3s;
    animation: slideInLeft-leave .3s
}

@-webkit-keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes slideInRight-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes slideInRight-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@keyframes slideInLeft-enter {
    0% {
        opacity: 0;
        transform-origin: 0 0;
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        transform-origin: 0 0;
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInLeft-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes slideInLeft-leave {
    0% {
        transform-origin: 0 0;
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform-origin: 0 0;
        transform: translateX(-100%);
        opacity: 0
    }
}

.icon.outbound {
    color: #aaa;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.home {
    padding: 3.6rem 2rem 0;
    max-width: 960px;
    margin: 0 auto;
    display: block
}

.home .hero {
    text-align: center
}

.home .hero img {
    max-width: 100%;
    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: #9066b8;
    padding: .8rem 1.6rem;
    border-radius: 4px;
    transition: background-color .1s ease;
    box-sizing: border-box;
    border-bottom: 1px solid #8252af
}

.home .hero .action-button:hover {
    background-color: #9b75bf
}

.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-left: 1.5rem;
        padding-right: 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: .6rem 1.2rem
    }

    .home .feature h2 {
        font-size: 1.25rem
    }
}

.search-box {
    display: inline-block;
    position: relative;
    margin-right: 1rem
}

.search-box input {
    cursor: text;
    width: 10rem;
    height: 2rem;
    color: #4e6e8e;
    display: inline-block;
    border: 1px solid #cfd4db;
    border-radius: 2rem;
    font-size: .9rem;
    line-height: 2rem;
    padding: 0 .5rem 0 2rem;
    outline: none;
    transition: all .2s ease;
    background: #fff url(/memo/memo_files/search-icon.svg) .6rem .5rem no-repeat;
    background-size: 1rem
}

.search-box input:focus {
    cursor: auto;
    border-color: #9066b8
}

.search-box .suggestions {
    background: #fff;
    width: 20rem;
    position: absolute;
    top: 2rem;
    border: 1px solid #cfd4db;
    border-radius: 6px;
    padding: .4rem;
    list-style-type: none
}

.search-box .suggestions.align-right {
    right: 0
}

.search-box .suggestion {
    line-height: 1.4;
    padding: .4rem .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: .9em;
    margin-left: .25em
}

.search-box .suggestion.focused {
    background-color: #f3f4f5
}

.search-box .suggestion.focused a {
    color: #9066b8
}

@media (max-width:959px) {
    .search-box input {
        cursor: pointer;
        width: 0;
        border-color: transparent;
        position: relative
    }

    .search-box input:focus {
        cursor: text;
        left: 0;
        width: 10rem
    }
}

@media (-ms-high-contrast:none) {
    .search-box input {
        height: 2rem
    }
}

@media (max-width:959px) and (min-width:719px) {
    .search-box .suggestions {
        left: 0
    }
}

@media (max-width:719px) {
    .search-box {
        margin-right: 0
    }

    .search-box input {
        left: 1rem
    }

    .search-box .suggestions {
        right: 0
    }
}

@media (max-width:419px) {
    .search-box .suggestions {
        width: calc(100vw - 4rem)
    }

    .search-box input:focus {
        width: 8rem
    }
}

.sidebar-button {
    cursor: pointer;
    display: none;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    padding: .6rem;
    top: .6rem;
    left: 1rem
}

.sidebar-button .icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem
}

@media (max-width:719px) {
    .sidebar-button {
        display: block
    }
}

.dropdown-enter,
.dropdown-leave-to {
    height: 0 !important
}

.dropdown-wrapper {
    cursor: pointer
}

.dropdown-wrapper .dropdown-title,
.dropdown-wrapper .mobile-dropdown-title {
    display: block;
    font-size: .9rem;
    font-family: inherit;
    cursor: inherit;
    padding: inherit;
    line-height: 1.4rem;
    background: transparent;
    border: none;
    font-weight: 500;
    color: #2c3e50
}

.dropdown-wrapper .dropdown-title:hover,
.dropdown-wrapper .mobile-dropdown-title:hover {
    border-color: transparent
}

.dropdown-wrapper .dropdown-title .arrow,
.dropdown-wrapper .mobile-dropdown-title .arrow {
    vertical-align: middle;
    margin-top: -1px;
    margin-left: .4rem
}

.dropdown-wrapper .mobile-dropdown-title {
    display: none;
    font-weight: 600
}

.dropdown-wrapper .mobile-dropdown-title font-size inherit:hover {
    color: #9066b8
}

.dropdown-wrapper .nav-dropdown .dropdown-item {
    color: inherit;
    line-height: 1.7rem
}

.dropdown-wrapper .nav-dropdown .dropdown-item h4 {
    margin: .45rem 0 0;
    border-top: 1px solid #eee;
    padding: 1rem 1.5rem .45rem 1.25rem
}

.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: .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.5rem 0 1.25rem
}

.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active,
.dropdown-wrapper .nav-dropdown .dropdown-item a:hover {
    color: #9066b8
}

.dropdown-wrapper .nav-dropdown .dropdown-item a.router-link-active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #9066b8;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: calc(50% - 2px);
    left: 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: .5rem
    }

    .dropdown-wrapper .dropdown-title {
        display: none
    }

    .dropdown-wrapper .mobile-dropdown-title {
        display: block
    }

    .dropdown-wrapper .nav-dropdown {
        transition: height .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-left: 1rem
    }
}

@media (min-width:719px) {
    .dropdown-wrapper {
        height: 1.8rem
    }

    .dropdown-wrapper.open .nav-dropdown,
    .dropdown-wrapper:hover .nav-dropdown {
        display: block !important
    }

    .dropdown-wrapper.open:blur {
        display: none
    }

    .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%;
        right: 0;
        background-color: #fff;
        padding: .6rem 0;
        border: 1px solid;
        border-color: #ddd #ddd #ccc;
        text-align: left;
        border-radius: .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: #9066b8
}

.nav-links .nav-item {
    position: relative;
    display: inline-block;
    margin-left: 1.5rem;
    line-height: 2rem
}

.nav-links .nav-item:first-child {
    margin-left: 0
}

.nav-links .repo-link {
    margin-left: 1.5rem
}

@media (max-width:719px) {

    .nav-links .nav-item,
    .nav-links .repo-link {
        margin-left: 0
    }
}

@media (min-width:719px) {

    .nav-links a.router-link-active,
    .nav-links a:hover {
        color: rgb(176, 197, 215);
    }

    .nav-item>a:not(.external).router-link-active,
    .nav-item>a:not(.external):hover {
        margin-bottom: -2px;
        border-bottom: 2px solid #9972be
    }
}

.navbar {
    padding: .7rem 1.5rem;
    line-height: 2.2rem
}

.navbar a,
.navbar img,
.navbar span {
    display: inline-block
}

.navbar .logo {
    height: 2.2rem;
    min-width: 2.2rem;
    margin-right: .8rem;
    vertical-align: top
}

.navbar .site-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    position: relative
}

.navbar .links {
    padding-left: 1.5rem;
    box-sizing: border-box;
    background-color: rgb(19, 21, 22);
    ;
    white-space: nowrap;
    font-size: .9rem;
    position: absolute;
    right: 1.5rem;
    top: .7rem;
    display: flex
}

.navbar .links .search-box {
    flex: 0 0 auto;
    vertical-align: top
}

@media (max-width:719px) {
    .navbar {
        padding-left: 4rem
    }

    .navbar .can-hide {
        display: none
    }

    .navbar .links {
        padding-left: 1.5rem
    }

    .navbar .site-name {
        width: calc(100vw - 9.4rem);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
}

.page-edit {
    max-width: 740px;
    margin: 0 auto;
    padding: 2rem 2.5rem
}

@media (max-width:959px) {
    .page-edit {
        padding: 2rem
    }
}

@media (max-width:419px) {
    .page-edit {
        padding: 1.5rem
    }
}

.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-right: .25rem
}

.page-edit .last-updated {
    float: right;
    font-size: .9em
}

.page-edit .last-updated .prefix {
    font-weight: 500;
    color: #4e6e8e
}

.page-edit .last-updated .time {
    font-weight: 400;
    color: #767676
}

@media (max-width:719px) {
    .page-edit .edit-link {
        margin-bottom: .5rem
    }

    .page-edit .last-updated {
        font-size: .8em;
        float: none;
        text-align: left
    }
}

.page-nav {
    max-width: 740px;
    margin: 0 auto;
    padding: 2rem 2.5rem
}

@media (max-width:959px) {
    .page-nav {
        padding: 2rem
    }
}

@media (max-width:419px) {
    .page-nav {
        padding: 1.5rem
    }
}

.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: right
}

.page {
    padding-bottom: 2rem;
    display: block
}

.sidebar-group .sidebar-group {
    padding-left: .5em
}

.sidebar-group:not(.collapsable) .sidebar-heading:not(.clickable) {
    cursor: auto;
    color: inherit
}

.sidebar-group.is-sub-group {
    padding-left: 0
}

.sidebar-group.is-sub-group>.sidebar-heading {
    font-size: .95em;
    line-height: 1.4;
    font-weight: 400;
    padding-left: 2rem
}

.sidebar-group.is-sub-group>.sidebar-heading:not(.clickable) {
    opacity: .5
}

.sidebar-group.is-sub-group>.sidebar-group-items {
    padding-left: 1rem
}

.sidebar-group.is-sub-group>.sidebar-group-items>li>.sidebar-link {
    font-size: .95em;
    border-left: none
}

.sidebar-group.depth-2>.sidebar-heading {
    border-left: none
}

.sidebar-heading {
    color: #2c3e50;
    transition: color .15s ease;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 700;
    padding: .35rem 1.5rem .35rem 1.25rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-left: .25rem solid transparent
}

.sidebar-heading.open,
.sidebar-heading:hover {
    color: inherit
}

.sidebar-heading .arrow {
    position: relative;
    top: -.12em;
    left: .5em
}

.sidebar-heading.clickable.active {
    font-weight: 600;
    color: #9066b8;
    border-left-color: #9066b8
}

.sidebar-heading.clickable:hover {
    color: #9066b8
}

.sidebar-group-items {
    transition: height .1s ease-out;
    font-size: .95em;
    overflow: hidden
}

.sidebar .sidebar-sub-headers {
    padding-left: 1rem;
    font-size: .95em
}

a.sidebar-link {
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
    color: #2c3e50;
    border-left: .25rem solid transparent;
    padding: .35rem 1rem .35rem 1.25rem;
    line-height: 1.4;
    width: 100%;
    box-sizing: border-box
}


a.sidebar-link:hover {
    color: #9066b8
}

a.sidebar-link.active {
    font-weight: 600;
    color: #9066b8;
    border-left-color: #9066b8
}

.sidebar-group a.sidebar-link {
    padding-left: 2rem
}

.sidebar-sub-headers a.sidebar-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
    border-left: none
}

.sidebar-sub-headers a.sidebar-link.active {
    font-weight: 500
}

.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: .5rem 0 .75rem
}

.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: .5rem 0 .5rem 1.5rem
}

.sidebar>.sidebar-links {
    padding: 1.5rem 0
}

.sidebar>.sidebar-links>li>a.sidebar-link {
    font-size: 1.1em;
    line-height: 1.7;
    font-weight: 700
}

.sidebar>.sidebar-links>li:not(:first-child) {
    margin-top: .75rem
}

@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
    }
}

/* .carbon-ads {
    min-height: 102px;
    padding: 1.5rem 1.5rem 0;
    margin-bottom: -.5rem;
    font-size: .75rem
}

.carbon-ads a {
    color: #444;
    font-weight: 400;
    display: inline
}

.carbon-ads .carbon-img {
    float: left;
    margin-right: 1rem;
    border: 1px solid #eaecef
}

.carbon-ads .carbon-img img {
    display: block
}

.carbon-ads .carbon-poweredby {
    color: #999;
    display: block;
    margin-top: .5em
} */

@media (max-width:719px) {
    .carbon-ads .carbon-img img {
        width: 100px;
        height: 77px
    }
}

.live-demo .code-container {
    border: 1px solid #ccc;
    margin-bottom: 20px
}

.live-demo .code-container .header {
    display: block;
    padding: .5em;
    border-bottom: 1px solid #f4f4f4;
    color: #555;
    position: relative
}

.live-demo .code-container .header .instruction {
    color: #555;
    opacity: .6;
    position: absolute;
    right: 0;
    padding-right: .5em
}

.live-demo .CodeMirror {
    height: 100%;
    border-radius: 3px;
    font-family: Inconsolata, monospace;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #333
}

.live-demo .cm-list-editor {
    height: 250px
}

.live-demo .error-msg {
    margin: 5px 0;
    color: red;
    display: inline-block
}

.live-demo .output {
    max-height: 300px;
    border-radius: 3px;
    background: #fff;
    font-family: Inconsolata, monospace;
    font-size: 16px;
    line-height: 1.2
}

.live-demo .output .token.operator,
.live-demo .output .token.punctuation {
    color: #333
}

.live-demo .output .token.cdata,
.live-demo .output .token.comment,
.live-demo .output .token.doctype,
.live-demo .output .token.number,
.live-demo .output .token.prolog,
.live-demo .output .token.property,
.live-demo .output .token.string {
    color: #a11 !important
}

.live-demo .search-section {
    margin-bottom: 20px
}

.live-demo .search-section input {
    font-size: 16px
}

.live-demo .toggle-code {
    cursor: pointer
}

.CodeMirror {
    font-family: monospace;
    height: 300px;
    color: #000;
    direction: ltr
}

.CodeMirror-lines {
    padding: 4px 0
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
    padding: 0 4px
}

.CodeMirror-gutter-filler,
.CodeMirror-scrollbar-filler {
    background-color: #fff
}

.CodeMirror-gutters {
    border-right: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap
}

.CodeMirror-linenumber {
    padding: 0 3px 0 5px;
    min-width: 20px;
    text-align: right;
    color: #999;
    white-space: nowrap
}

.CodeMirror-guttermarker {
    color: #000
}

.CodeMirror-guttermarker-subtle {
    color: #999
}

.CodeMirror-cursor {
    border-left: 1px solid #000;
    border-right: none;
    width: 0
}

.CodeMirror div.CodeMirror-secondarycursor {
    border-left: 1px solid silver
}

.cm-fat-cursor .CodeMirror-cursor {
    width: auto;
    border: 0 !important;
    background: #7e7
}

.cm-fat-cursor div.CodeMirror-cursors {
    z-index: 1
}

.cm-fat-cursor-mark {
    background-color: rgba(20, 255, 20, .5)
}

.cm-animate-fat-cursor,
.cm-fat-cursor-mark {
    -webkit-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite
}

.cm-animate-fat-cursor {
    width: auto;
    background-color: #7e7
}

@-webkit-keyframes blink {
    50% {
        background-color: transparent
    }
}

@keyframes blink {
    50% {
        background-color: transparent
    }
}

.cm-tab {
    display: inline-block;
    text-decoration: inherit
}

.CodeMirror-rulers {
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    bottom: 0;
    overflow: hidden
}

.CodeMirror-ruler {
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    position: absolute
}

.cm-s-default .cm-header {
    color: #00f
}

.cm-s-default .cm-quote {
    color: #090
}

.cm-negative {
    color: #d44
}

.cm-positive {
    color: #292
}

.cm-header,
.cm-strong {
    font-weight: 700
}

.cm-em {
    font-style: italic
}

.cm-link {
    text-decoration: underline
}

.cm-strikethrough {
    text-decoration: line-through
}

.cm-s-default .cm-keyword {
    color: #708
}

.cm-s-default .cm-atom {
    color: #219
}

.cm-s-default .cm-number {
    color: #164
}

.cm-s-default .cm-def {
    color: #00f
}

.cm-s-default .cm-variable-2 {
    color: #05a
}

.cm-s-default .cm-type,
.cm-s-default .cm-variable-3 {
    color: #085
}

.cm-s-default .cm-comment {
    color: #a50
}

.cm-s-default .cm-string {
    color: #a11
}

.cm-s-default .cm-string-2 {
    color: #f50
}

.cm-s-default .cm-meta,
.cm-s-default .cm-qualifier {
    color: #555
}

.cm-s-default .cm-builtin {
    color: #30a
}

.cm-s-default .cm-bracket {
    color: #997
}

.cm-s-default .cm-tag {
    color: #170
}

.cm-s-default .cm-attribute {
    color: #00c
}

.cm-s-default .cm-hr {
    color: #999
}

.cm-s-default .cm-link {
    color: #00c
}

.cm-invalidchar,
.cm-s-default .cm-error {
    color: red
}

.CodeMirror-composing {
    border-bottom: 2px solid
}

div.CodeMirror span.CodeMirror-matchingbracket {
    color: #0b0
}

div.CodeMirror span.CodeMirror-nonmatchingbracket {
    color: #a22
}

.CodeMirror-matchingtag {
    background: rgba(255, 150, 0, .3)
}

.CodeMirror-activeline-background {
    background: #e8f2ff
}

.CodeMirror {
    position: relative;
    overflow: hidden;
    background: #fff
}

.CodeMirror-scroll {
    overflow: scroll !important;
    margin-bottom: -50px;
    margin-right: -50px;
    padding-bottom: 50px;
    height: 100%;
    outline: none;
    position: relative
}

.CodeMirror-sizer {
    position: relative;
    border-right: 50px solid transparent
}

.CodeMirror-gutter-filler,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-vscrollbar {
    position: absolute;
    z-index: 6;
    display: none;
    outline: none
}

.CodeMirror-vscrollbar {
    right: 0;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

.CodeMirror-hscrollbar {
    bottom: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: scroll
}

.CodeMirror-scrollbar-filler {
    right: 0;
    bottom: 0
}

.CodeMirror-gutter-filler {
    left: 0;
    bottom: 0
}

.CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    z-index: 3
}

.CodeMirror-gutter {
    white-space: normal;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: -50px
}

.CodeMirror-gutter-wrapper {
    position: absolute;
    z-index: 4;
    background: none !important;
    border: none !important
}

.CodeMirror-gutter-background {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.CodeMirror-gutter-elt {
    position: absolute;
    cursor: default;
    z-index: 4
}

.CodeMirror-gutter-wrapper ::selection {
    background-color: transparent
}

.CodeMirror-gutter-wrapper ::-moz-selection {
    background-color: transparent
}

.CodeMirror-lines {
    cursor: text;
    min-height: 1px
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
    border-radius: 0;
    border-width: 0;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    white-space: pre;
    word-wrap: normal;
    line-height: inherit;
    color: inherit;
    z-index: 2;
    position: relative;
    overflow: visible;
    -webkit-tap-highlight-color: transparent;
    font-variant-ligatures: contextual
}

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: normal
}

.CodeMirror-linebackground {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.CodeMirror-linewidget {
    position: relative;
    z-index: 2;
    padding: .1px
}

.CodeMirror-rtl pre {
    direction: rtl
}

.CodeMirror-code {
    outline: none
}

.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer {
    box-sizing: content-box
}

.CodeMirror-measure {
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.CodeMirror-cursor {
    position: absolute;
    pointer-events: none
}

.CodeMirror-measure pre {
    position: static
}

div.CodeMirror-cursors {
    visibility: hidden;
    position: relative;
    z-index: 3
}

.CodeMirror-focused div.CodeMirror-cursors,
div.CodeMirror-dragcursors {
    visibility: visible
}

.CodeMirror-selected {
    background: #d9d9d9
}

.CodeMirror-focused .CodeMirror-selected {
    background: #d7d4f0
}

.CodeMirror-crosshair {
    cursor: crosshair
}

.CodeMirror-line::selection,
.CodeMirror-line>span::selection,
.CodeMirror-line>span>span::selection {
    background: #d7d4f0
}

.CodeMirror-line::-moz-selection,
.CodeMirror-line>span::-moz-selection,
.CodeMirror-line>span>span::-moz-selection {
    background: #d7d4f0
}

.cm-searching {
    background-color: #ffa;
    background-color: rgba(255, 255, 0, .4)
}

.cm-force-border {
    padding-right: .1px
}

@media print {
    .CodeMirror div.CodeMirror-cursors {
        visibility: hidden
    }
}

.cm-tab-wrap-hack:after {
    content: ""
}

span.CodeMirror-selectedtext {
    background: none
}

.cm-s-monokai.CodeMirror {
    background: #272822;
    color: #f8f8f2
}

.cm-s-monokai div.CodeMirror-selected {
    background: #49483e
}

.cm-s-monokai .CodeMirror-line::selection,
.cm-s-monokai .CodeMirror-line>span::selection,
.cm-s-monokai .CodeMirror-line>span>span::selection {
    background: rgba(73, 72, 62, .99)
}

.cm-s-monokai .CodeMirror-line::-moz-selection,
.cm-s-monokai .CodeMirror-line>span::-moz-selection,
.cm-s-monokai .CodeMirror-line>span>span::-moz-selection {
    background: rgba(73, 72, 62, .99)
}

.cm-s-monokai .CodeMirror-gutters {
    background: #272822;
    border-right: 0
}

.cm-s-monokai .CodeMirror-guttermarker {
    color: #fff
}

.cm-s-monokai .CodeMirror-guttermarker-subtle,
.cm-s-monokai .CodeMirror-linenumber {
    color: #d0d0d0
}

.cm-s-monokai .CodeMirror-cursor {
    border-left: 1px solid #f8f8f0
}

.cm-s-monokai span.cm-comment {
    color: #75715e
}

.cm-s-monokai span.cm-atom,
.cm-s-monokai span.cm-number {
    color: #ae81ff
}

.cm-s-monokai span.cm-comment.cm-attribute {
    color: #97b757
}

.cm-s-monokai span.cm-comment.cm-def {
    color: #bc9262
}

.cm-s-monokai span.cm-comment.cm-tag {
    color: #bc6283
}

.cm-s-monokai span.cm-comment.cm-type {
    color: #5998a6
}

.cm-s-monokai span.cm-attribute,
.cm-s-monokai span.cm-property {
    color: #a6e22e
}

.cm-s-monokai span.cm-keyword {
    color: #f92672
}

.cm-s-monokai span.cm-builtin {
    color: #66d9ef
}

.cm-s-monokai span.cm-string {
    color: #e6db74
}

.cm-s-monokai span.cm-variable {
    color: #f8f8f2
}

.cm-s-monokai span.cm-variable-2 {
    color: #9effff
}

.cm-s-monokai span.cm-type,
.cm-s-monokai span.cm-variable-3 {
    color: #66d9ef
}

.cm-s-monokai span.cm-def {
    color: #fd971f
}

.cm-s-monokai span.cm-bracket {
    color: #f8f8f2
}

.cm-s-monokai span.cm-tag {
    color: #f92672
}

.cm-s-monokai span.cm-header,
.cm-s-monokai span.cm-link {
    color: #ae81ff
}

.cm-s-monokai span.cm-error {
    background: #f92672;
    color: #f8f8f0
}

.cm-s-monokai .CodeMirror-activeline-background {
    background: #373831
}

.cm-s-monokai .CodeMirror-matchingbracket {
    text-decoration: underline;
    color: #fff !important
}

.donate-link-wrapper {
    padding-top: 20px
}

.donate-btn {
    display: inline-block;
    text-align: center;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    box-sizing: border-box;
    background: #9066b8;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    border-radius: 20px;
    margin: 20px 0 0;
    padding: 10px 30px
}

.donate-btn,
.donate-btn:focus {
    text-decoration: none;
    outline: 0
}

.donate-btn:hover {
    background-color: #a684c6;
    transition: background-color .25s;
    text-decoration: none !important
}

input {
    padding: .45rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
    color: #3d566e;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #e1e3e6;
    border-radius: 4px
}

#job-listings {
    padding: 0
}

.job-container {
    display: flex;
    border-bottom: 1px dotted #ddd
}

#job-listings .job-data h3 {
    margin-bottom: 5px
}

#sponsors {
    padding: 20px 0
}

#sponsors h4 {
    text-align: center;
    color: #999;
}

#sponsors .sponsor-section {
    text-align: center;
    margin-top: 0;
}

#sponsors .sponsor-section a {
    margin: 10px 20px
}

#sponsors .sponsor-section a,
#sponsors .sponsor-section img {
    max-width: 180px;
    display: inline-block;
    vertical-align: middle;
}

#stories {
    padding: 0;
}

#stories .story-container {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px dotted #ddd;
}

#stories .logo-container .avatar {
    flex: 0 0 80px;
}

#stories .logo-container .avatar img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

#stories .story-data {
    padding-left: 26px;
    flex: 1;
}

#stories .story-data h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

#stories .story-data p {
    margin: 0
}

#team-members .sort-by-distance-button {
    display: inline-block;
    padding: .4em .7em .45em;
    font-weight: 700;
    font-size: .5em;
    text-transform: uppercase;
    line-height: 1;
    border: none;
    background: #304455;
    color: #fff;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    margin-top: .3em
}

#team-members .sort-by-distance-button i {
    margin-right: .25em
}

#team-members .sort-by-distance-button i:last-child {
    margin-right: 0
}

#team-members .sort-by-distance-button[disabled] {
    opacity: .7;
    cursor: default
}

#team-members .profile-container {
    display: flex;
    padding: 25px 0;
    border-bottom: 1px dotted #ddd
}

#team-members .profile-container:first-of-type {
    margin-top: 15px
}

#team-members .profile-container:last-of-type {
    border-bottom: none
}

#team-members .profile-container .avatar {
    flex: 0 0 80px
}

#team-members .profile-container .avatar img {
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

#team-members .profile-container .profile {
    padding-left: 26px;
    flex: 1
}

#team-members .profile-container .profile h3 {
    margin: 0;
    font-size: 1.3em
}

#team-members .profile-container .profile h3:after,
#team-members .profile-container .profile h3:before {
    display: none
}

#team-members .profile-container .profile h3>sup {
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .3px;
    padding: 2px 5px;
    margin-left: 10px;
    color: rgba(0, 0, 0, .6);
    background: #f9f7f5;
    border-radius: 5px
}

#team-members .profile-container .profile .user-match {
    cursor: help;
    color: #4682b4
}

#team-members .profile-container .profile .user-match:after {
    content: "\f06a";
    font-family: Font Awesome\ 5 Free;
    font-size: .75em;
    vertical-align: super;
    margin-left: 4px;
    margin-right: 2px;
    position: relative
}

#team-members .profile-container .profile dl {
    margin: .6em 0 0
}

#team-members .profile-container .profile dd,
#team-members .profile-container .profile dt,
#team-members .profile-container .profile li,
#team-members .profile-container .profile ul {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 1.3
}

#team-members .profile-container .profile dt {
    text-transform: uppercase;
    font-size: .84em;
    font-weight: 600
}

#team-members .profile-container .profile dt:after {
    content: "";
    margin-right: 7px
}

#team-members .profile-container .profile dt i {
    width: 14px;
    text-align: center
}

#team-members .profile-container .profile dt i.fa-map-marker {
    font-size: 1.15em
}

#team-members .profile-container .profile dt i.fa-globe {
    font-size: 1.2em
}

#team-members .profile-container .profile dt i.fa-link {
    font-size: 1.05em
}

#team-members .profile-container .profile dd {
    font-weight: 600
}

#team-members .profile-container .profile dd:after {
    display: block;
    content: " ";
    margin-top: .6em
}

#team-members .profile-container .profile li {
    display: inline-block
}

#team-members .profile-container .profile li:after {
    display: inline-block;
    content: "·";
    margin: 0 8px
}

#team-members .profile-container .profile li:last-child:after {
    content: ""
}

#team-members .profile-container .profile .social a {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin-right: 4px
}

#team-members .profile-container .profile .social a.codepen,
#team-members .profile-container .profile .social a.github {
    color: #000
}

#team-members .profile-container .profile .social a.twitter {
    color: #1da1f3
}

#team-members .profile-container .profile .social a.linkedin {
    color: #0077b5
}

#team-members .profile-container .profile .social a.reddit {
    color: #ff4501
}

#team-members .profile-container .profile .social i {
    vertical-align: text-bottom;
    font-size: 1.3em
}

@media (max-width:640px) {
    #team-members .profile-container .profile h3 sup {
        display: inline-block;
        margin-left: 0
    }
}

.badge[data-v-15b7b770] {
    display: inline-block;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    padding: 0 6px;
    color: #fff
}

.badge.green[data-v-15b7b770],
.badge.tip[data-v-15b7b770],
.badge[data-v-15b7b770] {
    background-color: #42b983
}

.badge.error[data-v-15b7b770] {
    background-color: #da5961
}

.badge.warn[data-v-15b7b770],
.badge.warning[data-v-15b7b770],
.badge.yellow[data-v-15b7b770] {
    background-color: #e7c000
}

.badge+.badge[data-v-15b7b770] {
    margin-left: 5px
}

.theme-code-block[data-v-759a7d02] {
    display: none
}

.theme-code-block__active[data-v-759a7d02] {
    display: block
}

.theme-code-block>pre[data-v-759a7d02] {
    background-color: orange
}

.theme-code-group__nav[data-v-deefee04] {
    margin-bottom: -35px;
    background-color: #282c34;
    padding-bottom: 22px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-left: 10px;
    padding-top: 10px
}

.theme-code-group__ul[data-v-deefee04] {
    margin: auto 0;
    padding-left: 0;
    display: inline-flex;
    list-style: none
}

.theme-code-group__nav-tab[data-v-deefee04] {
    border: 0;
    padding: 5px;
    cursor: pointer;
    background-color: transparent;
    font-size: .85em;
    line-height: 1.4;
    color: hsla(0, 0%, 100%, .9);
    font-weight: 600
}

.theme-code-group__nav-tab-active[data-v-deefee04] {
    border-bottom: 1px solid #42b983
}

.pre-blank[data-v-deefee04] {
    color: #42b983
}