.Main{
    position:relative;
}
.bm_edit{
    cursor:text;
    padding-top:20px;
    min-height:320px
}
.bm_edit .CodeMirror{
    line-height:21px
}
.bm_edit .ErrorLine{
    background:hsla(5,90%,69%,.3)
}
.bm_edit .CodeMirror-placeholder{
    color:#546e7a
}
.bm_edit .CodeMirror,.bm_edit .ReactCodeMirror{
    height:auto
}
.CodeMirror{
    font-family:monospace;
    height:300px;
    color:#000
}
.CodeMirror-lines{
    padding:4px 0
}
.CodeMirror pre{
    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-animate-fat-cursor{
    width:auto;
    border:0;
    -webkit-animation:blink 1.06s steps(1) infinite;
    animation:blink 1.06s steps(1) infinite;
    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:-20px;
    overflow:hidden
}
.CodeMirror-ruler{
    border-left:1px solid #ccc;
    top:0;
    bottom:0;
    position:absolute
}
.cm-s-default .cm-header{
    color:blue
}
.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:#0f0
}
div.CodeMirror span.CodeMirror-nonmatchingbracket{
    color:#f22
}
.CodeMirror-matchingtag{
    background:rgba(255,150,0,.3)
}
.CodeMirror-activeline-background{
    background:#e8f2ff
}
.CodeMirror{
    position:relative;
    overflow:hidden;
    border-radius: 5px;
}
.CodeMirror-scroll{
    overflow:scroll!important;
    margin-bottom:-30px;
    margin-right:-30px;
    padding-bottom:30px;
    height:100%;
    outline:none;
    position:relative
}
.CodeMirror-sizer{
    position:relative;
    border-right:30px solid transparent
}
.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{
    position:absolute;
    z-index:6;
    display: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:-30px
}
.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{
    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;
    -webkit-font-variant-ligatures:contextual;
    font-variant-ligatures:contextual
}
.CodeMirror-wrap pre{
    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;
    overflow:auto
}
.CodeMirror-rtl pre{
    direction:rtl
}
.CodeMirror-code{
    outline:none
}
.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{
    -webkit-box-sizing:content-box;
    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:#ffa;
    background: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-material.CodeMirror{
    background-color:#1d2026;
    color:#e9eded
}
.cm-s-material .CodeMirror-gutters{
    background:#232d29;
    color:#537f7e;
    border:none
}
.cm-s-material .CodeMirror-guttermarker,.cm-s-material .CodeMirror-guttermarker-subtle,.cm-s-material .CodeMirror-linenumber{
    color:#537f7e
}
.cm-s-material .CodeMirror-cursor{
    border-left:1px solid #f8f8f0
}
.cm-s-material div.CodeMirror-selected{
    background:hsla(0,0%,100%,.15)
}
.cm-s-material.CodeMirror-focused div.CodeMirror-selected{
    background:hsla(0,0%,100%,.1)
}
.cm-s-material .CodeMirror-line::selection,.cm-s-material .CodeMirror-line>span::selection,.cm-s-material .CodeMirror-line>span>span::selection{
    background:hsla(0,0%,100%,.1)
}
.cm-s-material .CodeMirror-line::-moz-selection,.cm-s-material .CodeMirror-line>span::-moz-selection,.cm-s-material .CodeMirror-line>span>span::-moz-selection{
    background:hsla(0,0%,100%,.1)
}
.cm-s-material .CodeMirror-activeline-background{
    background:transparent
}
.cm-s-material .cm-keyword{
    color:#93c763
}
.cm-s-material .cm-operator{
    color:#e9eded
}
.cm-s-material .cm-variable-2{
    color:#80cbc4
}
.cm-s-material .cm-type,.cm-s-material .cm-variable-3{
    color:#82b1ff
}
.cm-s-material .cm-builtin{
    color:#decb6b
}
.cm-s-material .cm-atom{
    color:#678cb1
}
.cm-s-material .cm-number{
    color:#e89330
}
.cm-s-material .cm-def{
    color:#e9eded
}
.cm-s-material .cm-string{
    color:#ff7122
}
.cm-s-material .cm-string-2{
    color:#80cbc4
}
.cm-s-material .cm-comment{
    color:#66747b
}
.cm-s-material .cm-variable{
    color:#82b1ff
}
.cm-s-material .cm-meta,.cm-s-material .cm-tag{
    color:#80cbc4
}
.cm-s-material .cm-attribute{
    color:#ffcb6b
}
.cm-s-material .cm-property{
    color:#80cbae
}
.cm-s-material .cm-qualifier,.cm-s-material .cm-type,.cm-s-material .cm-variable-3{
    color:#decb6b
}
.cm-s-material .cm-tag{
    color:#ff5370
}
.cm-s-material .cm-error{
    color:#fff;
    background-color:#ec5f67
}
.cm-s-material .CodeMirror-matchingbracket{
    text-decoration:underline;
    color:#fff!important
}
.CodeMirror-sizer {border-right: 1px solid #757575;}
.Admonition{
    border-radius: 10px;
    padding: 12px;
    background: #258f66;
    color: #ffffff;
    font-family: monospace;
    width: fit-content;
    margin: 10px auto;
    font-family:monospace
}
.Admonition[data-type=error]{
    background:#ef9a9a;
    border-color:#b71c1c;
    color:#b71c1c
}
.Admonition[data-type=warning]{
    background:#fff59d;
    border-color:#f57f17;
    color:#f57f17
}
.Toast{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow-x:hidden;
    overflow-y:auto;
    position:fixed;
    z-index:1000;
    bottom:8px;
    right:8px;
    background:#fff
}
@media only screen and (max-width:1016px){
	.Admonition span {white-space: break-spaces !important;}
}
@media only screen and (max-width:600px){
    .Toast{
        display:none!important
    }
}
@-webkit-keyframes fadeIn{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes fadeIn{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
[data-animate]{
    -webkit-animation-duration:.3s;
    animation-duration:.3s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
[data-animate=fadeIn]{
    -webkit-animation-name:fadeIn;
    animation-name:fadeIn
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
a,button{
    outline:0
}
.App>:not(.Toast){
    margin-left:auto;
    margin-right:auto;
    padding:0 10px
}
/*# sourceMappingURL=main.4fb1cb49.css.map*/