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}.App{background-color:#fff;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-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)}}.projectListHeader{display:flex;justify-content:space-between;width:50%}.parserButtons{display:flex;flex-direction:row;justify-content:flex-end;width:50%;grid-gap:2%;gap:2%}.outerflexcontainer{display:flex;flex-direction:row;width:100%}.project_button{border:1px solid #99bdf3;box-sizing:border-box;border-radius:15px;padding:1% 5%;white-space:nowrap;margin-left:5%;color:#737373;opacity:1%;font-size:13px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.project_button_number{width:20px;height:20px;background:#9fc4fe;font-size:11px;display:flex;justify-content:center;align-items:center;border-radius:16px;margin-left:.5vw}.project_button.active{background:#dbe9ff;color:#000;opacity:1%}.project_button_group{display:flex;justify-content:space-between;align-items:center}input[type=file]{display:none}.upload-area{border:2px dashed #d3d3d3;border-radius:20px;height:125px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;margin-bottom:20px}.scrollable-box{height:100%;width:100%;overflow-y:auto;overflow-x:hidden}.overlay{position:fixed;background-color:rgba(16,16,16,.8)}.overlay,.overlay__inner{left:0;top:0;width:100%;height:100%}.overlay__inner{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center}.overlay__content__text{color:#3fa7d6}.spinner{width:75px;height:75px;display:inline-block;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-radius:100%;border:2px solid hsla(0,0%,100%,.05);border-top-color:#3fa7d6}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.1ce89a1c.chunk.css.map */