﻿blockquote {
    border-left: 0px solid #eee;
    padding: 0px;
    margin-left: 30px;
}

.md-alert[data-v-a47f983e] {
    border-radius: .5rem;
    border-left-width: 4px
}

.md-alert-info[data-v-a47f983e] {
    --tw-bg-opacity: 1;
    background-color: rgba(219,234,254,var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(96,165,250,var(--tw-border-opacity))
}

.md-alert-info code[data-v-a47f983e] {
    --tw-bg-opacity: 1;
    background-color: rgba(191,219,254,var(--tw-bg-opacity));
    border-width: 0;
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    color: currentColor
}

.md-alert-info .md-alert-icon[data-v-a47f983e] {
    --tw-text-opacity: 1;
    color: rgba(96,165,250,var(--tw-text-opacity))
}

.md-alert-info .md-alert-content[data-v-a47f983e] {
    --tw-text-opacity: 1;
    color: rgba(29,78,216,var(--tw-text-opacity))
}

.md-alert-success[data-v-a47f983e] {
    --tw-bg-opacity: 1;
    background-color: rgba(209,250,229,var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(52,211,153,var(--tw-border-opacity))
}

.md-alert-success code[data-v-a47f983e] {
    --tw-bg-opacity: 1;
    background-color: rgba(167,243,208,var(--tw-bg-opacity));
    border-width: 0;
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    color: currentColor
}

.md-alert-success .md-alert-icon[data-v-a47f983e] {
    --tw-text-opacity: 1;
    color: rgba(52,211,153,var(--tw-text-opacity))
}

.md-alert-success .md-alert-content[data-v-a47f983e] {
    --tw-text-opacity: 1;
    color: rgba(4,120,87,var(--tw-text-opacity))
}

.md-alert-warning[data-v-a47f983e] {
    --tw-bg-opacity: 1;
    background-color: rgba(255,237,213,var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(251,146,60,var(--tw-border-opacity))
}

.md-alert-warning code[data-v-a47f983e] {
    --tw-bg-opacity: 1;
    background-color: rgba(254,215,170,var(--tw-bg-opacity));
    border-width: 0;
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    color: currentColor
}

.md-alert-warning .md-alert-icon[data-v-a47f983e] {
    --tw-text-opacity: 1;
    color: rgba(251,146,60,var(--tw-text-opacity))
}

.md-alert-warning .md-alert-content[data-v-a47f983e] {
    --tw-text-opacity: 1;
    color: rgba(194,65,12,var(--tw-text-opacity))
}

.md-alert-danger[data-v-a47f983e] {
    --tw-bg-opacity: 1;
    background-color: rgba(254,226,226,var(--tw-bg-opacity));
    --tw-border-opacity: 1;
    border-color: rgba(248,113,113,var(--tw-border-opacity))
}

.md-alert-danger code[data-v-a47f983e] {
    --tw-bg-opacity: 1;
    background-color: rgba(254,202,202,var(--tw-bg-opacity));
    border-width: 0;
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    color: currentColor
}

.md-alert-danger .md-alert-icon[data-v-a47f983e] {
    --tw-text-opacity: 1;
    color: rgba(248,113,113,var(--tw-text-opacity))
}

.md-alert-danger .md-alert-content[data-v-a47f983e] {
    --tw-text-opacity: 1;
    color: rgba(185,28,28,var(--tw-text-opacity))
}

.clipboard[data-v-479657ca] {
    position: absolute;
    right: 0;
    bottom: 0;
    --tw-text-opacity: 1;
    color: rgba(148,163,184,var(--tw-text-opacity));
    margin-bottom: .75rem;
    margin-right: 1.75rem;
    --tw-border-opacity: 1;
    border-color: rgba(148,163,184,var(--tw-border-opacity));
    border-radius: .5rem;
    border-width: 1px;
    padding: .5rem;
    cursor: pointer
}

    .clipboard[data-v-479657ca]:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(148,163,184,var(--tw-bg-opacity));
        --tw-bg-opacity: 0.25
    }

.clipboard[data-v-479657ca] {
    width: 30px;
    height: 30px
}

.clipboard svg[data-v-479657ca] {
    width: 100%;
    height: 100%
}

&:hover .clipboard[data-v-479657ca] {
    display: block
}

.md-live {
    overflow: hidden;
    border-radius: .5rem;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
    box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
    display: flex;
    flex-direction: column-reverse
}

@media (max-width:768px) {
    .md-live {
        min-height: 500px
    }
}

@media (min-width:768px) {
    .md-live.layout-lr {
        flex-direction: row
    }

    .md-live.layout-rl {
        flex-direction: row-reverse
    }

    .md-live.layout-tb {
        flex-direction: column
    }

    .md-live.layout-bt {
        flex-direction: column-reverse
    }

    .md-live.layout-lr, .md-live.layout-rl {
        align-items: stretch
    }

        .md-live.layout-lr .md-live-editor-container, .md-live.layout-rl .md-live-editor-container {
            height: 100%
        }

        .md-live.layout-lr .md-live-editor, .md-live.layout-rl .md-live-editor {
            flex: 1 1 0%
        }

        .md-live.layout-lr .md-live-preview, .md-live.layout-rl .md-live-preview {
            flex: 1 1 0%;
            height: auto
        }
}

.md-live-editor {
    position: relative
}

    .md-live-editor ::-webkit-scrollbar-thumb {
        background: hsla(0,0%,100%,.3) !important
    }

    .md-live-editor .md-live-editor-container {
        background: #263238;
        max-height: 500px;
        overflow-y: auto;
        font-size: 13px;
        padding: 10px
    }

@media (max-width:768px) {
    .md-live-editor .md-live-editor-container {
        max-height: 300px
    }
}

.md-live-editor pre {
    color: #c3cee3
}

.md-live-editor .md-live-tag {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    margin-top: .75rem;
    margin-right: 1.75rem;
    color: #f7fafc;
    z-index: 10
}

.md-live-editor .clipboard {
    display: none
}

.md-live-editor:hover .clipboard {
    display: block
}

.md-live-preview {
    height: 300px;
    overflow: hidden
}

.prism-editor-wrapper .prism-editor__editor, .prism-editor-wrapper .prism-editor__textarea {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    line-height: 1.5
}

.prism-editor__textarea:focus {
    outline: none
}

.md-code-block {
    position: relative
}

.nuxt-content-highlight {
    line-height: 1em;
    font-size: 13px
}

    .nuxt-content-highlight code[class*=language-], .nuxt-content-highlight pre[class*=language-] {
        font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
        color: #c3cee3;
        background: #263238;
        white-space: pre;
        word-spacing: normal;
        word-break: normal;
        word-wrap: normal;
        text-align: left;
        border: none
    }

    .nuxt-content-highlight .filename {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        font-family: DM Mono,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
        font-size: .875rem;
        line-height: 1.25rem;
        letter-spacing: -.025em;
        line-height: 1;
        margin-top: .75rem;
        margin-right: 1rem;
        --tw-text-opacity: 1;
        color: rgba(148,163,184,var(--tw-text-opacity))
    }

    .nuxt-content-highlight .clipboard {
        display: none
    }

    .nuxt-content-highlight:hover .clipboard {
        display: block
    }

.post-contributors {
    margin-bottom: 50px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    --tw-text-opacity: 1;
    color: rgba(71,85,105,var(--tw-text-opacity))
}

    .post-contributors a {
        --tw-text-opacity: 1;
        color: rgba(100,116,139,var(--tw-text-opacity))
    }

    .post-contributors .post-contributors-list {
        margin-top: 10px
    }

    .post-contributors .post-contributor {
        display: inline-block;
        margin-right: 15px;
        margin-top: 10px;
        --tw-border-opacity: 1;
        border-color: rgba(226,232,240,var(--tw-border-opacity));
        border-width: 1px;
        border-radius: .5rem
    }

        .post-contributors .post-contributor:hover {
            text-decoration: none;
            --tw-border-opacity: 1;
            border-color: rgba(203,213,225,var(--tw-border-opacity))
        }

        .post-contributors .post-contributor img {
            width: 40px;
            height: 40px;
            border-top-left-radius: .375rem;
            border-bottom-left-radius: .375rem
        }

        .post-contributors .post-contributor img, .post-contributors .post-contributor span {
            display: inline-block
        }

        .post-contributors .post-contributor span {
            margin: 0 8px 0 5px;
            position: relative;
            top: 2px
        }

.post-edit {
    margin: 20px 0
}


.post-content {
    --margin: 0 auto;
    max-width: 960px
}

.post-inner {
    margin: 30px 0 80px;
    --tw-text-opacity: 1;
    color: rgba(71,85,105,var(--tw-text-opacity));
}

    .post-inner h1, .post-inner h2, .post-inner h3, .post-inner h4, .post-inner h5, .post-inner h6 {
        font-weight: 500
    }

        .post-inner h1:hover .permalink, .post-inner h2:hover .permalink, .post-inner h3:hover .permalink, .post-inner h4:hover .permalink, .post-inner h5:hover .permalink, .post-inner h6:hover .permalink {
            display: inline-block
        }

    .post-inner h1 {
        margin: 50px 0 20px;
        font-size: 24px;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(51,65,85,var(--tw-text-opacity));
        line-height: 28px;
    }

    .post-inner h2 {
        margin: 40px 0 20px 0px;
        font-size: 16px;
        --tw-text-opacity: 1;
        color: rgba(71,85,105,var(--tw-text-opacity));
        border-bottom: 0px solid #eee;
        line-height: 28px;
        padding-bottom:0px;
    }

    .post-inner h1 + h2 {
        margin-top: 28px
    }

    .post-inner h3 {
        margin: 40px 0 20px;
        font-size: 22px
    }

    .post-inner h3, .post-inner h4 {
        --tw-text-opacity: 1;
        color: rgba(71,85,105,var(--tw-text-opacity))
    }

    .post-inner h4 {
        margin: 25px 0 20px;
        font-size: 18px
    }

    .post-inner h5 {
        font-size: 16px
    }

    .post-inner h5, .post-inner h6 {
        --tw-text-opacity: 1;
        color: rgba(100,116,139,var(--tw-text-opacity))
    }

    .post-inner h6 {
        font-size: 14px
    }

    .post-inner .permalink {
        display: none
    }

    .post-inner .table-of-contents {
        position: fixed;
        left: 77%;
        width: 21%;
        top: 75px;
        background-color: transparent;
        padding: 10px;
        height: auto
    }

@media (max-width:768px) {
    .post-inner .table-of-contents {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0;
        margin: 0 0 10px
    }
}

.post-inner .table-of-contents .toc-container-header {
    font-size: 16px;
    font-weight: 700
}

.post-inner .table-of-contents ul {
    padding-left: 0;
    margin-bottom: 0
}

    .post-inner .table-of-contents ul li {
        list-style: none;
        font-size: 14px
    }

        .post-inner .table-of-contents ul li.toc2 {
            font-size: 15px
        }

        .post-inner .table-of-contents ul li.toc3 {
            font-size: 14px;
            padding-left: 15px
        }

            .post-inner .table-of-contents ul li.toc3 + .toc2 {
                margin-top: 15px
            }

.post-inner .table-of-contents a {
    --tw-text-opacity: 1;
    color: rgba(100,116,139,var(--tw-text-opacity));
    transition: .5s
}

    .post-inner .table-of-contents a:hover {
        color: #555
    }
.article_content {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 8px;
}

.main-container{
    z-index:100;
}
.DocSearch{
    display:none;
}
.DocSearch-Container {
    background-color: var(--docsearch-container-background);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 99999;
}
.DocSearch-Modal {
    background: var(--docsearch-modal-background);
    border-radius: 6px;
    box-shadow: var(--docsearch-modal-shadow);
    flex-direction: column;
    margin: 60px auto auto;
    max-width: var(--docsearch-modal-width);
    position: relative;
}
.DocSearch-SearchBar {
    display: flex;
    padding: var(--docsearch-spacing) var(--docsearch-spacing) 0;
}
.DocSearch-Form {
    align-items: center;
    background: var(--docsearch-searchbox-focus-background);
    border-radius: 4px;
    box-shadow: var(--docsearch-searchbox-shadow);
    display: flex;
    height: var(--docsearch-searchbox-height);
    padding: 0 var(--docsearch-spacing);
    position: relative;
    width: 100%;
}
.DocSearch-MagnifierLabel, .DocSearch-Reset {
    align-items: center;
    color: var(--docsearch-highlight-color);
    display: flex;
    justify-content: center;
}
.DocSearch-LoadingIndicator, .DocSearch-MagnifierLabel, .DocSearch-Reset {
    margin: 0;
    padding: 0;
}
    .DocSearch-LoadingIndicator svg, .DocSearch-MagnifierLabel svg {
        height: 24px;
        width: 24px;
    }
.DocSearch-Container--Stalled .DocSearch-MagnifierLabel, .DocSearch-LoadingIndicator {
    display: none;
}
.DocSearch-Input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--docsearch-text-color);
    flex: 1;
    font: inherit;
    font-size: 1.2em;
    height: 100%;
    outline: none;
    padding: 0 0 0 8px;
    width: 80%;
}
.DocSearch-Reset[hidden] {
    display: none;
}

.DocSearch-Reset {
    -webkit-animation: fade-in .1s ease-in forwards;
    animation: fade-in .1s ease-in forwards;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    color: var(--docsearch-icon-color);
    cursor: pointer;
    padding: 2px;
    right: 0;
    stroke-width: var(--docsearch-icon-stroke-width);
}
.DocSearch-Cancel {
    display: none;
}
.DocSearch-Dropdown {
    max-height: calc(var(--docsearch-modal-height) - var(--docsearch-searchbox-height) - var(--docsearch-spacing) - var(--docsearch-footer-height));
    min-height: var(--docsearch-spacing);
    overflow-y: auto;
    overflow-y: overlay;
    padding: 0 var(--docsearch-spacing);
    scrollbar-color: var(--docsearch-muted-color) var(--docsearch-modal-background);
    scrollbar-width: thin;
}
.DocSearch-Hits:last-of-type {
    margin-bottom: 24px;
}
.DocSearch-Hit-source {
    background: var(--docsearch-modal-background);
    color: var(--docsearch-highlight-color);
    font-size: .85em;
    font-weight: 600;
    line-height: 32px;
    margin: 0 -4px;
    padding: 8px 4px 0;
    position: sticky;
    top: 0;
    z-index: 10;
}
.DocSearch-Dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.DocSearch-Hit {
    border-radius: 4px;
    display: flex;
    padding-bottom: 4px;
    position: relative;
}
    .DocSearch-Hit a {
        background: var(--docsearch-hit-background);
        border-radius: 4px;
        box-shadow: var(--docsearch-hit-shadow);
        display: block;
        padding-left: var(--docsearch-spacing);
        width: 100%;
    }

.DocSearch-Container a {
    text-decoration: none;
}
.DocSearch-Hit-Container {
    align-items: center;
    color: var(--docsearch-hit-color);
    display: flex;
    flex-direction: row;
    height: var(--docsearch-hit-height);
    padding: 0 var(--docsearch-spacing) 0 0;
}
.DocSearch-Hit-action, .DocSearch-Hit-icon {
    color: var(--docsearch-muted-color);
    stroke-width: var(--docsearch-icon-stroke-width);
}
.DocSearch-Hit-content-wrapper {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2em;
    margin: 0 8px;
    overflow-x: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.DocSearch-Hit-title {
    font-size: .9em;
}
.DocSearch-Hit-action, .DocSearch-Hit-icon {
    color: var(--docsearch-muted-color);
    stroke-width: var(--docsearch-icon-stroke-width);
}
.DocSearch-Hit-action {
    align-items: center;
    display: flex;
    height: 22px;
    width: 22px;
}
.DocSearch-Hit-action-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    border-radius: 50%;
    color: inherit;
    cursor: pointer;
    padding: 2px;
}
.DocSearch-Footer {
    align-items: center;
    background: var(--docsearch-footer-background);
    border-radius: 0 0 8px 8px;
    box-shadow: var(--docsearch-footer-shadow);
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    height: var(--docsearch-footer-height);
    justify-content: space-between;
    padding: 0 var(--docsearch-spacing);
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    z-index: 300;
}
.DocSearch-Logo a {
    display: flex;
}
.DocSearch-Commands {
    color: var(--docsearch-muted-color);
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.DocSearch-Commands li {
    align-items: center;
    display: flex;
}
.DocSearch-Commands li:not(:last-of-type) {
    margin-right: 0.8em;
}
.DocSearch-Commands-Key {
    align-items: center;
    background: var(--docsearch-key-gradient);
    border-radius: 2px;
    box-shadow: var(--docsearch-key-shadow);
    display: flex;
    height: 18px;
    justify-content: center;
    margin-right: 0.4em;
    padding-bottom: 2px;
    width: 20px;
}
.DocSearch-Label {
    font-size: .75em;
    line-height: 1.6em;
}
.DocSearch-Help, .DocSearch-Label {
    color: var(--docsearch-muted-color);
}

.DocSearch-ErrorScreen, .DocSearch-NoResults, .DocSearch-StartScreen {
    font-size: .9em;
    margin: 0 auto;
    padding: 36px 0;
    text-align: center;
    width: 80%;
}
.DocSearch-Screen-Icon {
    color: var(--docsearch-muted-color);
    padding-bottom: 12px;
}
.DocSearch-Title {
    font-size: 1.2em;
}
.DocSearch-NoResults-Prefill-List {
    display: inline-block;
    padding-bottom: 24px;
    text-align: left;
}
.DocSearch-Help {
    font-size: .9em;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.DocSearch-Dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.DocSearch-NoResults-Prefill-List ul {
    display: inline-block;
    padding: 8px 0 0;
}
.DocSearch-Hit[aria-selected=true] a {
    background-color: var(--docsearch-highlight-color);
}
.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-path, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-text, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-title, .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-Tree, .DocSearch-Hit[aria-selected=true] mark {
    color: var(--docsearch-hit-active-color) !important;
}