body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button:focus{outline:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}.ReactModal__Overlay{z-index:9}.flex{display:flex}.app{position:relative;display:grid;grid-template-columns:160px auto fit-content(260px);grid-template-rows:48px auto;height:100vh;width:100vw;overflow:hidden;font-family:helvetica}.top-bar{grid-row:1;grid-column:1/4}.left-bar,.top-bar{position:relative;z-index:1}.left-bar{height:100vh;width:0;grid-column:1;grid-row:1/2}.right-panel{position:relative;z-index:1;width:260px;height:100%;grid-column:3/4;display:flex;flex-direction:column}div[hidden]{display:none!important}#graph{position:absolute;left:0;top:0;-webkit-transition:stroke .2s ease-in,opacity .2s ease-in;transition:stroke .2s ease-in,opacity .2s ease-in;background-color:#382f51}#graph image.node-icon{height:40px;width:40px}#graph text.node-label{-webkit-transform:translate(-4px,37px);transform:translate(-4px,37px);text-anchor:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:0;opacity:.8;font-weight:500;fill:#a28be3}#graph text.node-label.highlighted{opacity:1;z-index:2;fill:#ffe873}#graph text.node-label.selected{opacity:1;z-index:2;fill:#ebd45d}#graph text.node-label.hovered{opacity:1;z-index:2;fill:#ffe873}#graph text.node-label.filtered{opacity:0}#graph line.graph-link{opacity:.1;stroke:#a28be3;stroke-width:3;z-index:1}#graph line.graph-link.selected{stroke:#ebd45d;opacity:.6;z-index:2}#graph line.graph-link.highlighted{stroke:#ffe873;opacity:.6;z-index:3}#graph line.graph-link.filtered{opacity:0}#graph circle.graph-node{cursor:pointer;opacity:.7;stroke-width:5px;r:20px;stroke:#a28be3}#graph circle.graph-node.highlighted{stroke:#ffe873;opacity:1}#graph circle.graph-node.selected{stroke:#ebd45d;opacity:1}#graph circle.graph-node.hovered{stroke:#ffe873;opacity:1}#graph circle.graph-node.filtered{opacity:0;cursor:unset}#graph.analyze line.graph-link.highlighted,#graph.analyze line.graph-link.selected{stroke:#333}#graph.analyze circle.graph-node{opacity:.9}#graph.analyze circle.graph-node.filtered{opacity:0;cursor:unset}#item-grid .node-data{position:relative}#item-grid .node-data .node-indicator{position:absolute;top:4px;right:4px;height:5px;width:5px;background-color:"red"}#item-grid .node-data img{float:left;height:46px;margin-right:4px;margin-top:2px;margin-bottom:0;border:transparent;border-radius:8px}.exclusive-options .options{font-size:10px;cursor:pointer}.exclusive-options .options .option{padding:0 10px}.exclusive-options .options .option:hover{background-color:#bbb}.exclusive-options .options .option.selected{background-color:#bbb;font-weight:700}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.grid-chart{display:grid;font-size:10px;background:#555;padding:8px 8px 20px;border:2px solid #eee;color:#eee;box-sizing:border-box;border-radius:16px}.grid-chart *,.grid-chart :after,.grid-chart :before{box-sizing:inherit}.grid-chart .grid-node-row{display:contents}.grid-chart .grid-node{border:1px solid #ccc;position:relative;border-radius:5px;border-bottom-left-radius:0;background:#666;min-height:100%;max-height:100%;height:100%;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition:max-height .2s ease-in-out;transition:max-height .2s ease-in-out}.grid-chart .grid-node .node-label{position:absolute;left:-1px;bottom:-16px;text-transform:capitalize;font-size:12px;padding:0 5px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:inherit;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:1px solid #ccc;border-top:none}.grid-chart .grid-node .node-data{overflow:hidden;padding:2px 5px;height:95%;height:-webkit-fill-available}.grid-chart .grid-node.selected-x,.grid-chart .grid-node.selected-y{background:#ccc;color:#111}.grid-chart .grid-node.selected:after{content:"";height:8px;width:8px;position:absolute;top:1px;right:1px;border-radius:4px;background:red}.grid-chart .grid-node:hover{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:600%;z-index:1;background:#fff;color:#111}.grid-chart .x-axis-node,.grid-chart .y-axis-node{background:#aaa;color:#111}.grid-chart .x-axis-node:hover,.grid-chart .y-axis-node:hover{background:#fff;color:#444}
/*# sourceMappingURL=main.d4e6150d.chunk.css.map */