:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body,#root{height:100%;width:100%;overflow:auto;margin:0;background-color:#f0f2f5;box-sizing:border-box}.App{max-width:2200px;margin:auto;height:100%;width:100%}.Navbar{width:100%;box-sizing:border-box;padding:20px 20px 0}.Navbar ul{list-style-type:none;margin:0;display:flex;align-items:center;gap:2rem;width:100%;border:2px dashed #aaa;padding:20px;background-color:#fff;box-sizing:border-box;border-radius:8px}.Navbar ul li{font-size:1.2rem;font-weight:600}.Navbar ul li a{color:#000}.app-container{display:flex;height:100%;width:100%;box-sizing:border-box;padding:16px 20px 20px}.sidebar-container{width:350px;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;box-sizing:border-box}.sidebar{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem;border:2px dashed #aaa;border-radius:8px;background-color:#fff;height:fit-content;box-sizing:border-box}.sidebar .sidebar-title{margin:0;color:#000;line-height:1}.sidebar .sidebar-elements{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.sidebar .sidebar-elements .sidebar-element{width:100%;border:1px solid #aaa;border-radius:5px;color:#000;cursor:grab;text-align:center;padding:.7rem 0}.sidebar .sidebar-buttons{width:100%;display:flex;align-items:center;gap:.5rem;margin-top:1rem}.sidebar .sidebar-buttons button{width:100%;padding:.5rem 2.5rem}.edit-panel{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem;border:2px dashed #aaa;border-radius:8px;background-color:#fff;height:fit-content;box-sizing:border-box}.edit-panel .edit-title{margin:0;color:#000;line-height:1}.edit-panel .edit-body{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;box-sizing:border-box}.edit-panel .edit-body .edit-label,.edit-panel .edit-body .edit-placeholder,.edit-panel .edit-body .edit-options{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;box-sizing:border-box}.edit-panel .edit-body .edit-label label,.edit-panel .edit-body .edit-placeholder label,.edit-panel .edit-body .edit-options label{color:#000;margin:0}.edit-panel .edit-body .edit-label input,.edit-panel .edit-body .edit-placeholder input,.edit-panel .edit-body .edit-options input{width:100%;background-color:transparent;border:1px solid #aaa;padding:.5rem;color:#000;border-radius:5px;box-sizing:border-box}.edit-panel .edit-body .edit-label input:focus,.edit-panel .edit-body .edit-placeholder input:focus,.edit-panel .edit-body .edit-options input:focus{outline:none}.element{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.element .element-select{background-color:transparent;border:1px solid #aaa;padding:.5rem 2rem;color:#000;border-radius:5px;box-sizing:border-box}.element .element-select:focus{outline:none}.element .element-multiselect{background-color:transparent;border:1px solid #aaa;padding:.5rem;color:#000;border-radius:5px;box-sizing:border-box;width:100%;max-height:70px!important}.element .element-multiselect:focus{outline:none}.element .element-multiselect::-webkit-scrollbar{display:none}.element label{color:#000;margin:0}.element span{color:#000}.element input{width:100%;background-color:transparent;border:1px solid #aaa;padding:.5rem;color:#000;border-radius:5px;box-sizing:border-box}.element input:focus{outline:none}.element .options{display:flex;align-items:center;gap:.5rem}.element .options .option{display:flex;align-items:center;color:#000}@media (max-width: 750px){.app-container{flex-direction:column;align-items:flex-start;overflow:scroll}.sidebar-container{width:100%}.canvas-scroll{min-height:fit-content}}
