@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);*{margin:0;padding:0;box-sizing:border-box}.app{text-align:center;font-family:Roboto}.header{background-color:#00c5c0;background-color:var(--color-green,#00c5c0);color:#fff;color:var(--color-white,#fff);box-sizing:border-box;height:4rem;width:100%;font-size:2rem;justify-content:flex-start;align-items:center;text-align:left;padding-left:1.5rem}.container,.header{display:flex}.sidebar{background-color:#e0e0e0;background-color:var(--color-grey,#e0e0e0);height:calc(100vh - 4rem);width:25%;min-width:12rem}@media screen and (max-width:48rem){.container{flex-wrap:wrap}.sidebar{width:100%;height:100%}}.main{height:calc(100vh - 4rem);width:100%}.timer{text-align:right;height:3rem;line-height:3rem;padding-right:1rem}@media screen and (max-width:48rem){.canvas{max-width:100%;max-height:calc(100% - 3rem)}}.uploader_uploadWrapper__1ECzJ{border-bottom:1px solid #000;height:8rem;display:flex;justify-content:center;align-items:center}.uploader_uploadBtn__1-_39{background-color:#00f;background-color:var(--color-blue,#00f);color:#fff;color:var(--color-white,#fff);height:40%;width:50%;display:flex;justify-content:center;align-items:center;font-weight:700;cursor:pointer}#uploader_uploadInput__2hVMi{display:none}.panel_panelWrapper__1L1vv{padding:2rem}.panel_panelText__wUYuY{height:2rem;line-height:2rem;font-size:1rem;text-align:left;font-weight:700;display:flex;flex-wrap:wrap}.panel_panelText__wUYuY:last-child{margin-top:1rem;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.panel_rotateInput__2yn6g{border:1px solid #000;height:2rem;width:4rem;border-radius:5px;margin:.3rem}.panel_rotateBtn__2gwKx{display:inline-block;background-color:#00f;background-color:var(--color-blue,#00f);color:#fff;color:var(--color-white,#fff);height:2rem;width:5rem;text-align:center;padding:.1rem;margin:.3rem;cursor:pointer}:root{--color-green:#00c5c0;--color-blue:#00f;--color-grey:#e0e0e0;--color-white:#fff;--color-black:#000}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}
/*# sourceMappingURL=main.c2f58e97.chunk.css.map */