body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Fira Sans,Segoe UI,Roboto,Oxygen;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main_layout{display:flex;flex:1 1;flex-direction:row;height:100vh}.sidebar{border-right:.5px solid #555;flex-direction:column;width:14vw}.header{align-content:center;border-bottom:.5px solid #555;flex:1 1;flex-direction:row;height:50px}.body{overflow-y:auto}.body,.editor{display:flex;flex:1 1;flex-direction:column}.editor{align-self:start;height:100vh;justify-content:start}.canvas,.editor{overflow:hidden;width:100%}.canvas{background-color:#1e1e1e;display:flex;flex:1 1;flex-direction:column;height:100%}.footer{align-content:center;border-bottom:.5px solid #555;flex-direction:row}.title_bar{align-items:center;color:#fff;display:flex;flex:1 1;flex-direction:row;justify-content:space-between;padding-left:10px;padding-right:10px}.add_button{color:tomato;padding:5px}.plusIcon{stroke:"#222";align-items:center;color:#6495ed;cursor:pointer;font-size:10px;justify-content:center;margin:0;padding:3px;transition:stroke .3s ease}.plusIcon:hover{stroke:"#222";stroke:#6495ed;background-color:#fff;border-radius:5px}.jsonItem{align-items:center;color:#000;cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:start;padding:6px 10px}.jsonItem.active{background-color:#333}.jsonItem:hover{background-color:#2d2e37}.jsontitle{color:#fff;font-size:8px;font-weight:600;margin:0}.expanded{flex:1 1}.clear-icon{align-self:start;border-radius:5px}.clear-icon:hover{background-color:#fff}.jsontitle-edit_,.jsontitle-edit_inactive{background:#0000;color:#f0f8ff;font:inherit;font-size:12px;outline:none;overflow:hidden;resize:none;text-align:left;white-space:nowrap}.jsontitle-edit_inactive{border:none;cursor:pointer}.jsonItem.selected{background-color:#333}.options_bar{border-bottom:.5px solid #555;flex:1 1;flex-direction:row;gap:10px;height:50px;padding:10px}.button,.options_bar{align-items:center;color:#fff;display:flex}.button{background-color:#333;border-radius:5px;flex-direction:row;gap:2px;justify-content:center;padding:5px 10px}.button .name{color:#999;font-size:12px}.button:hover .name{color:#333}.button:hover{background-color:#fff;cursor:pointer}.button.Active{background-color:#fff;border-color:#fff;color:#333}.editor-container{background-color:#1e1e1e;display:flex;flex:1 1;font-family:Courier New,Courier,monospace;height:100%;overflow:hidden;width:100%}.line-numbers{background-color:#222;color:#666;flex-shrink:0;font-size:12px;height:100%;line-height:1.5;min-width:40px;overflow-y:hidden;padding:11px 4px 8px;text-align:right;-webkit-user-select:none;user-select:none}.line-number{align-items:center;display:flex;justify-content:flex-end;line-height:1.5;width:25px}.stash{flex:1 1;overflow:hidden;position:relative}.editor-shared{word-wrap:break-word;background:#0000;border:none;flex:1 1;font-size:12px;height:100%;line-height:1.5;outline:none;padding:8px;position:absolute;resize:none;white-space:pre-wrap;width:100%}.json-textarea{caret-color:#ddeefa;color:#0000;overflow:auto;z-index:10}.viewer{color:#ddeefa;overflow:hidden;pointer-events:none;z-index:0}.json-key{color:#9cdcfe}.json-string{color:#ce9178}.json-number{color:#b5cea8}.json-boolean{color:#569cd6}.json-null{color:grey}.viewer-container{background-color:#1e1e1e;border-radius:.5rem;box-shadow:0 25px 50px -12px #00000040;color:#ccc;font-family:Inter,monospace;height:100%;min-height:100vh;overflow:auto;padding:1rem;width:100%}.json-node{font-size:12px}.node-line{align-items:center;border-radius:.125rem;display:flex;padding-bottom:.25rem;padding-top:.25rem;-webkit-user-select:none;user-select:none}.node-line.expandable:hover{background-color:#2d2d2d}.node-line.cursor-pointer{cursor:pointer}.toggle-wrapper{align-items:center;display:flex}.chevron-icon{color:#9ca3af;height:.75rem;transition:transform .15s ease-in-out;width:.75rem}.toggle-placeholder{height:.75rem;margin-left:.75rem}.type-icon{align-items:center;border-radius:.125rem;border-width:1px;display:flex;font-size:10px;font-weight:700;height:1rem;justify-content:center;width:1rem}.key-span{color:#e5e7eb;font-weight:600;margin-left:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.separator{color:#4b5563;margin-left:.5rem;margin-right:.5rem}.children-container{margin-left:0}.type-object{border-color:#9cdcfe;color:#9cdcfe}.type-array{border-color:#34d399;color:#34d399}.type-string{border-color:#ce9178;color:#ce9178}.type-number{border-color:#b5cea8;color:#b5cea8}.type-boolean{border-color:#569cd6;color:#569cd6}.type-datetime{border-color:#2dd4bf;color:#2dd4bf}.type-null{border-color:grey;color:grey}.type-unknown{border-color:#f87171;color:#f87171}.value-null,.value-object-meta{color:#6b7280}.value-boolean{color:#569cd6}.value-number{color:#b5cea8}.value-datetime{color:#2dd4bf}.value-string{color:#ce9178}.value-monospaced{font-family:monospace}.error-message{background-color:#1e1e1e;color:#f87171;padding:1rem;text-align:center}.error-box{padding:1.5rem}.bar{align-items:center;color:#fff;display:flex;flex:1 1;flex-direction:row;gap:16;padding:10px}.bar h5{color:#999}.bar h5,.bar_row{font-size:12px;font-weight:500;margin-right:15px}.bar_row{color:#e1e9ff;display:flex;flex-direction:row}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#222;display:flex;flex-direction:column;height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000;border-radius:10px}::-webkit-scrollbar-thumb{background:#383838;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.b7c0275f.css.map*/