.loader{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:100vh}.loader__title{margin:20px;font-size:200%;color:var(--text-color)}.loader__line{width:30%;height:7px}form{height:100vh}.landing,form{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}.landing{-ms-flex-align:center;align-items:center}.landing__title{margin:20px;font-size:200%;color:var(--text-color)}.landing__form{width:50%}.landing__input{border:var(--border-width) solid var(--border-color);border-right:none;border-top-left-radius:8px;border-bottom-left-radius:8px}.landing__input,.landing__input_file{font-size:130%;color:var(--text-color);width:80%;padding:5px 5px 5px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.landing__input_file{border:var(--border-width) solid var(--border-color);border-radius:8px}.landing__go{font-size:130%;color:var(--text-color);width:20%;padding:5px;border:var(--border-width) solid var(--highlight-color);border-top-right-radius:8px;border-bottom-right-radius:8px}.bundle-flame-graph,.landing__go{-webkit-box-sizing:border-box;box-sizing:border-box}.bundle-flame-graph{padding:30px 30px 0;width:100vw;height:70vh}.footer-delete,.footer-plus{fill:var(--text-color);margin-left:5px;margin-right:5px}.footer-node{max-width:30vw}.footer-node__input{color:var(--text-color);font-size:100%;border:none;border-bottom:var(--border-width) dashed var(--border-color);width:100px}.footer-colors{max-width:50vw}.footer-colors__color-item{display:inline-block}.footer-colors__color-square{width:13px;height:13px;display:inline-block;margin-right:5px;border-radius:4px}.footer-directories{max-width:30vw}.footer-arrow{fill:var(--text-color);margin-left:5px;margin-right:5px}.footer-removed{max-width:30vw}.footer{width:100vw;height:30vh;border-top:var(--border);overflow-x:auto}.footer-inner{width:-webkit-max-content;width:-moz-max-content;width:max-content;height:30vh}.footer__item{padding:30px;height:100%;float:left;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:scroll;border-right:var(--border)}.footer__item--final,.footer__item:last-child{border-right:none}.footer__title{margin:5px;font-weight:700}.footer__pill{border:var(--border);border-radius:5px;padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:5px}.footer--clickable{cursor:pointer}.Toast{position:fixed;bottom:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;left:0;right:0;padding:10px;color:var(--text-color);border:var(--border);border-radius:5px;background-color:#fff}.Toast-countdown{height:4px;margin-top:5px;background-color:var(--highlight-color);border:var(--border-width) solid var(--highlight-color);border-radius:3px;-webkit-animation:countdown 4s;animation:countdown 4s}@-webkit-keyframes countdown{0%{width:100%}to{width:0}}@keyframes countdown{0%{width:100%}to{width:0}}:root{--text-color:#777;--highlight-color:#03a9f4;--border-color:#aaa;--border-width:2px;--border:var(--border-width) solid var(--border-color)}body{margin:0;font-family:system-ui;color:#777;color:var(--text-color)}
/*# sourceMappingURL=main.4cb65769.chunk.css.map */