@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(material-icons.9d1070ddd2595fcc1d8a.woff2) format("woff2")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:"liga";-moz-osx-font-smoothing:grayscale}body{font:300 15px/1.625 Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:0}body .wrapper{width:100vw;height:100vh;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:row}.modal-container .modal-header,.modal-container .modal-header h2{margin-bottom:10px}.modal-container .modal-header:not(:first-of-type){margin-top:20px}.modal-container .modal-actions{text-align:right;margin-top:20px;padding-right:5px}.modal-container .modal-actions a:not(:first-of-type){margin-left:15px}.modal-container .modal-actions a .material-icons{margin-right:2px}.json-viewer,.tree{position:relative;font-family:Consolas,Courier New,monospace;font-size:14px;font-weight:400;line-height:1.5;color:var(--theme-font-color);height:calc(100% - 20px)}.json-viewer .size,.tree .size{margin-left:5px;font-size:13px;font-style:italic;letter-spacing:.4px;color:var(--theme-font-color)}.json-viewer .material-icons,.tree .material-icons{font-size:17px;line-height:17px;transform:translateY(3px);margin-right:5px;-webkit-user-select:none;user-select:none}.json-viewer ul,.tree ul{padding-left:5px;list-style:none}.json-viewer ul li,.tree ul li{position:relative;padding-top:4px;padding-bottom:4px;padding-left:12px;box-sizing:border-box}.json-viewer ul li.pointer,.tree ul li.pointer{cursor:pointer}.json-viewer ul li:before,.tree ul li:before{position:absolute;top:15px;left:0;width:10px;height:1px;margin:auto;content:"";background-color:var(--theme-background-accent-light)}.json-viewer ul li:after,.tree ul li:after{position:absolute;top:0;bottom:0;left:0;width:1px;height:100%;content:"";background-color:var(--theme-background-accent-light)}.json-viewer ul li:last-child:after,.tree ul li:last-child:after{height:15px}.editor-table{width:100%;font-family:Consolas,Courier New,monospace}.editor-table thead{text-align:left}.editor-table thead th{border-bottom:1px solid var(--theme-font-color);font-weight:400}.editor-table thead th.optional{color:var(--theme-grey)}.editor-table tbody{overflow-y:auto}.editor-table tbody td.optional{color:var(--theme-grey)}.editor-table tbody td.link{text-align:center}.editor-table tbody td.link a{color:var(--theme-main-color)}.row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.row .col{flex-basis:30%}.row .col-half{flex-basis:50%}.row .col-big{flex-basis:70%}@media only screen and (max-width:700px){.row{flex-direction:column}}.section{text-align:center;padding:10px}.section p{display:flex;flex-direction:column;max-width:80%;margin:0 auto}.section p:not(:first-of-type){margin-top:20px}.section .col p{max-width:inherit}.section a{display:inline-block}.section img{max-width:calc(100% - 10px);padding:5px}.section.logos{margin-top:10px}.section.logos a:not(:first-of-type){margin-left:10px}.section.logos img{max-height:60px}.section:not(:first-of-type){margin-top:10px}.dropdown{position:relative;display:inline-block}.dropdown>div{display:none;position:absolute;left:0;background-color:var(--theme-background-accent-light);color:var(--theme-font-color);box-shadow:var(--theme-box-shadow);z-index:10}.dropdown>div.second{top:0;left:100%}.dropdown>div a{display:block!important;min-width:150px!important;width:inherit!important;padding:5px 20px!important}.dropdown>div a .material-icons{margin-left:0;margin-right:7px}.dropdown>div a .material-icons.small{font-size:11px;line-height:11px;transform:translateY(0)}.dropdown:hover>div{display:block}.documentation-typography img{max-height:200px;max-width:200px}.editor gridster{height:calc(100% - 35px);background-color:var(--theme-background-accent)}.editor gridster .gridster-column,.editor gridster .gridster-row{border-top-color:var(--theme-hover);border-bottom-color:var(--theme-hover)}.editor gridster .gridster-column{border-left-color:var(--theme-hover);border-right-color:var(--theme-hover)}.editor gridster-item{border:0;background-color:var(--theme-background-accent)}.editor .gridster-content{width:100%;height:100%}.editor .gridster-resize-button{position:absolute;right:2px;top:2px;z-index:1;cursor:move}:root{--theme-main-color:#f55500;--theme-main-light-color:#ff9c5e;--theme-main-font-color:#fff;--theme-grey:#414141}.dark{--theme-background:#1e1e1e;--theme-background-accent:#252526;--theme-background-accent-light:#2d2d2d;--theme-header-color:#fff;--theme-font-color:#d4d4d4;--theme-icon-color:#999;--theme-header-background:#252526;--theme-header-font-color:#ccc;--theme-header-shadow:-1px 0px 1px #414141,1px 0px 1px #414141;--theme-hover:rgba(0,0,0,0.05);--theme-box-shadow:-2px 0px 2px #414141,2px 0px 2px #414141;--modal-background:#2a2a2a;--modal-font:#ccc}.dark,.light{--modal-overlay:rgba(0,0,0,0.3)}.light{--theme-background:#fff;--theme-background-accent:#f3f3f3;--theme-background-accent-light:#fff;--theme-header-color:#000;--theme-font-color:#000;--theme-icon-color:#999;--theme-header-background:#fff;--theme-header-font-color:#000;--theme-header-shadow:-1px 0px 1px #cecece,1px 0px 1px #cecece;--theme-hover:rgba(0,0,0,0.05);--theme-box-shadow:-2px 0px 2px #cecece,2px 0px 2px #cecece;--theme-grey:#757575;--modal-background:#fff;--modal-font:#000}body{background-color:var(--theme-background);color:var(--theme-font-color)}::selection{color:var(--theme-main-font-color);background:var(--theme-main-color)}:focus{outline:none}a{text-decoration:none;color:var(--theme-main-color)}a .material-icons{font-size:17px;line-height:17px;transform:translateY(3px);margin-right:10px}h1,h2,h3{margin-top:0}h1{font-size:40px}h2{font-size:24px;color:var(--theme-header-color)}button{border:1px solid var(--theme-main-color);background-color:var(--theme-main-color);color:var(--theme-main-font-color);padding:10px 20px;border-radius:6px;font-weight:700}.form-control{display:flex;flex-direction:column}.form-control label{font-size:14px;font-weight:600;display:block}.form-control input{padding:12px;margin:4px 0;width:calc(100% - 24px);background-color:var(--theme-background-accent-light);color:var(--theme-font-color);border:unset;border-bottom:1px solid transparent}.form-control input:focus,.form-control input:hover{border-bottom:1px solid var(--theme-main-color)}.form-control .control-error{color:red;font-size:smaller}body{scrollbar-color:rgba(99,99,99,.4) transparent}::-webkit-scrollbar-track-piece{background-color:transparent}::-webkit-scrollbar-thumb:vertical{height:30px;background-color:rgba(99,99,99,.4)}.pointer{cursor:pointer}.monaco-line-decorator-breakpoint{background:#d80000!important;width:15px!important;margin-left:8px;border-radius:50%;height:15px!important;margin-top:2px}.monaco-line-decorator-orange{background:#d86900!important;width:5px!important;margin-left:3px}.monaco-inline-decorator-orange{background-color:#d86900!important;color:#fff!important}