:root{--main-font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;--doc-code-font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;--body-background: #fff;--toolbar-background: #2d333b;--toolbar-color: #d3d3d3;--button-background: #375eab;--button-hover-background: #2b53a2;--button-disabled-background: #5f89c8;--h3-color: rgb(99, 100, 101);--a-color: #0366d6;--resize-handler-background: #e5e7e8;--footer-color: #646262;--dropdown-selected: #1f3663;--content-dropdown-color: var(--h3-color);--content-dropdown-selected: lightgray;--ace-editor-background: #f6f8fa;--ace-editor-color: #000;--ace-editor-border: none;--ace-cursor-color: #000;--ace-gutter-color: #333333;--ace-gutter-background: #f0f0f0;--ace-gutter-active-line-background: #dcdcdc;--ace-bracket-border: #c0c0c0;--ace-autocomplete-background: #f6f8fa;--ace-completion-meta-color: #111;--ace-completion-line-selected-background: #cad6fa;--ace-selection-background: #b5d5ff;--token-string-color: #62831e;--token-numeric-color: #55a4ff;--token-function-color: #c1610b;--token-comment-color: #9299a2;--token-key-color: #2D5896;--token-language-color: #c1610b;--syntax-error-color: #8b0000;--doc-color: #24292e;--doc-code-background: #1b1f230d;--doc-pre-background: #f6f8fa}@media (prefers-color-scheme: dark){:root{--body-background: #22272e;--h3-color: #adbac7;--a-color: #4c8edf;--resize-handler-background: #2d333b;--footer-color: #dbd7d7;--content-dropdown-selected: var(--dropdown-selected);--ace-editor-background: #22272e;--ace-editor-color: #a8b5c1;--ace-editor-border: 1px solid #2d333b;--ace-cursor-color: #a8b5c1;--ace-gutter-color: #4c545f;--ace-gutter-background: #22272e;--ace-gutter-active-line-background: #20242b;--ace-bracket-border: #585c61;--ace-autocomplete-background: #22272e;--ace-completion-meta-color: #a8b5c1;--ace-completion-line-selected-background: #171a1f;--ace-selection-background: #2e4c77;--token-string-color: #ce9178;--token-numeric-color: #b5cea8;--token-function-color: #9e6dd6;--token-comment-color: #6c7985;--token-key-color: #94dcfe;--token-language-color: #4b9ad6;--syntax-error-color: #d6655e;--doc-color: #a8b5c1;--doc-code-background: #3b434d;--doc-pre-background: #2d333b}}*{box-sizing:border-box}body{height:100vh;margin:0;overflow:hidden;background-color:var(--body-background)}a{color:var(--a-color)}.tooltip{position:relative;display:inline-block}.tooltip .tooltiptext{visibility:hidden;width:max-content;font-family:var(--main-font-family);font-weight:400;background-color:#161616;color:#fff;text-align:center;padding:7px;border-radius:6px;position:absolute;z-index:1;top:125%;left:50%;transform:translate(-50%);opacity:0}.tooltip .tooltiptext:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent rgb(22,22,22) transparent}.tooltip .tooltip-fadein-fadeout{visibility:visible;animation:fade 3s linear}@keyframes fade{0%,to{opacity:0}5%,90%{opacity:1}}.tooltip:hover .tooltip-hover{visibility:visible;opacity:1}.toolbar{padding:5px 15px;background-color:var(--toolbar-background);display:flex;height:47px}.toolbar>div{flex:1 1 auto}.toolbar>div>#custom-template{margin-top:2px}.toolbar #run{margin-left:15px}.toolbar #showDoc{float:right;margin-top:1px}.toolbar label{margin-left:50px;font-size:1.2em;color:var(--toolbar-color);font-family:var(--main-font-family);visibility:hidden}.toolbar #format{margin-top:1px}.toolbar #link{border:1px solid #444c56;border-radius:4px;background-color:#22272e;color:var(--toolbar-color);font-family:var(--main-font-family);height:34px;width:350px;padding:9px;display:inline-block;vertical-align:middle;text-align:center;margin-top:-3px;visibility:hidden}.toolbar input[type=button]{border:none;height:34px;padding:7px 8px;font-size:1em;font-weight:700;background:var(--button-background);color:#fff;border-radius:5px;cursor:pointer}.toolbar input[type=button]:hover{background:var(--button-hover-background)}.toolbar input[type=button]:disabled{background:var(--button-disabled-background)}.content{width:100%;height:calc(100% - 110px);display:flex;visibility:hidden}.content>div{flex:1 1 auto;height:100%}.content>div:first-child{flex:0 1 auto;width:33%}.content>div:last-child{flex:2 1 67%;margin-top:1%;margin-left:50px;height:98%;display:none;overflow-x:hidden;overflow-y:scroll}.content>div:not(.doc) h3{text-align:center;font-size:1.2em;color:var(--h3-color);font-family:var(--main-font-family)}.content .config_title{display:flex;flex-direction:row;align-items:center;justify-content:center;vertical-align:middle}.content .config_title>:last-child{margin-left:25px}.content .config_title .custom-select-title,.content .config_title .custom-select-list{color:var(--content-dropdown-color);background-color:var(--body-background)}.content .config_title .custom-select-title:after{border-color:var(--content-dropdown-color) transparent transparent transparent}.content .config_title .custom-select-list li:hover,.content .config_title .custom-select-list li.is-selected{background-color:var(--content-dropdown-selected)}.content .resizable_editor{width:100%;height:100%;display:flex}.content .handler{width:4px;height:93%;cursor:ew-resize;flex:0 0 auto}.content .handler:before{content:"";display:block;height:100%;width:5px;background:var(--resize-handler-background)}.footer{text-align:center;color:var(--footer-color);font-family:var(--main-font-family)}.about{text-align:center;margin-top:50px}.ace_editor{color:var(--ace-editor-color);border:var(--ace-editor-border);background-color:var(--ace-editor-background)!important;height:93%!important;width:100%}.ace_string{color:var(--token-string-color)!important}.ace_numeric{color:var(--token-numeric-color)!important}.ace_function{color:var(--token-function-color)!important}.ace_error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUAAAD/AAD///9nGWQeAAAAAXRSTlMAQObYZgAAAAFiS0dEAmYLfGQAAAAHdElNRQfiAxAENwweWXmlAAAAEUlEQVQI12NgwAlEQ/AROAAAYgMCd2Bgqi4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDMtMTZUMDQ6NTU6MTItMDQ6MDDhkjWsAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTAzLTE2VDA0OjU1OjEyLTA0OjAwkM+NEAAAAABJRU5ErkJggg==)!important}.ace_comment{color:var(--token-comment-color)!important}.ace_language{color:var(--token-language-color)!important}.ace_indent-guide{visibility:hidden}.text_red .ace_line{color:var(--syntax-error-color)!important}.ace_key{color:var(--token-key-color)!important}.ace_autocomplete{height:200px!important;background-color:var(--ace-autocomplete-background)}.ace_,.ace_completion-meta{color:var(--ace-completion-meta-color)}.ace_autocomplete>.ace_scroller>.ace_content>.ace_marker-layer>.ace_active-line,.ace_autocomplete>.ace_scroller>.ace_content>.ace_text-layer>.ace_line.ace_selected{background-color:var(--ace-completion-line-selected-background)}.ace_cursor{color:var(--ace-cursor-color)!important}.ace_gutter-layer{color:var(--ace-gutter-color);background-color:var(--ace-gutter-background)}.ace_gutter-active-line{color:var(--ace-gutter-color);background-color:var(--ace-gutter-active-line-background)!important}.ace_bracket{border:1px solid var(--ace-bracket-border)!important}.ace_selection{background-color:var(--ace-selection-background)!important}@media only screen and (max-width:490px){.toolbar #run{margin-left:1px}.toolbar #link{width:200px;text-indent:-150px;overflow:hidden}}@media only screen and (max-width:950px){body{overflow:visible}.toolbar{padding:0;height:36px}.toolbar #format,.toolbar>div:first-child,.toolbar>div:last-child,.toolbar label,.toolbar .custom-select{display:none}.toolbar>div:nth-child(2)>.tooltip:last-of-type{width:80px}.content{display:inline}.content>div{width:100%!important;height:100%;padding:0}.content>div:last-child{width:100%!important}.content .handler,.content .handler:before{display:none}.ace_editor{height:90%!important}.footer{display:none}}@media only screen and (min-width:950px) and (max-width:1300px){.toolbar>div:first-child{display:none}}.doc{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:var(--doc-color);font-family:var(--main-font-family);font-size:16px;line-height:24px;word-wrap:break-word}.doc .pl-c{color:var(--token-comment-color)}.doc .pl-c1,.doc .pl-s .pl-v{color:var(--token-numeric-color)}.doc .pl-s .pl-s1,.doc .pl-k{color:var(--token-variable-color)}.doc .pl-pds,.doc .pl-s{color:var(--token-string-color)}.doc .pl-type{color:var(--token-type-color)}.doc a{background-color:transparent;text-decoration:none}.doc a:active,.doc a:hover{outline-width:0}.doc a:hover{text-decoration:underline}.doc input{font-family:inherit;font-size:inherit;line-height:inherit}.doc strong{font-weight:600}.doc ul{padding-left:0;margin-top:0;margin-bottom:0}.doc code,.doc pre{font-family:var(--doc-code-font-family);font-size:12px}.doc:before{display:table;content:""}.doc:after{display:table;clear:both;content:""}.doc>:first-child{margin-top:0!important}.doc>:last-child{margin-bottom:0!important}.doc a:not([href]){color:inherit;text-decoration:none}.doc p,.doc pre,.doc ul{margin-top:0;margin-bottom:16px}.doc h2,.doc h3{margin-top:24px;margin-bottom:16px;font-weight:600;line-height:1.25}.doc h2{padding-bottom:.3em;font-size:1.5em}.doc h3{font-size:1.25em}.doc ul{padding-left:2em}.doc ul ul{margin-top:0;margin-bottom:0}.doc li{word-wrap:break-all}.doc li>p{margin-top:16px}.doc li+li{margin-top:.25em}.doc code{padding:.2em .4em;margin:0;font-size:85%;background-color:var(--doc-code-background);border-radius:3px}.doc pre{word-wrap:normal}.doc pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.doc .highlight{margin-bottom:16px}.doc .highlight pre{margin-bottom:0;word-break:normal}.doc .highlight pre,.doc pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:var(--doc-pre-background);border-radius:3px}.doc pre code{display:inline;max-width:auto;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.doc .link_back_to_top{text-align:right;font-size:small}.doc .faker_methods{width:100%}.doc .faker_methods>:first-child{float:left;width:50%}.doc .faker_methods>:last-child{float:right;width:50%}select{visibility:hidden;width:175px}select#mode{width:130px}.custom-select{display:inline-block;font-size:1em;font-family:var(--main-font-family);position:relative}.custom-select-title{color:var(--toolbar-color);background:var(--toolbar-background);border:1px solid #6a6a6a;border-radius:4px;cursor:pointer;font-size:1em;padding:.3em .6em;position:relative;text-align:left;height:32px}.custom-select-title:after{border-color:var(--toolbar-color) transparent transparent transparent;border-style:solid;border-width:6px;content:"";display:block;height:0;position:absolute;right:.5em;top:44%;width:0}.custom-select-list{color:var(--toolbar-color);background:var(--toolbar-background);box-shadow:0 2px 5px #00000029;display:none;height:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;transition:.2s linear;z-index:999}.custom-select-list.is-open{display:block;height:auto;opacity:1}.custom-select-list li{cursor:pointer;padding:6px 8px}.custom-select-list li:hover,.custom-select-list li.is-selected{background-color:var(--dropdown-selected)}
