@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);.choose-file-prompt{top:56px;left:12px;position:absolute}.spinner-container{margin-top:96px;margin-left:auto;margin-right:auto;width:65px;height:65px}.spinner{-webkit-animation:rotator 1.4s linear infinite;animation:rotator 1.4s linear infinite}@-webkit-keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes rotator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}.path{stroke-dasharray:187;stroke-dashoffset:0;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite;animation:dash 1.4s ease-in-out infinite,colors 5.6s ease-in-out infinite}@-webkit-keyframes colors{0%{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}to{stroke:#4285f4}}@keyframes colors{0%{stroke:#4285f4}25%{stroke:#de3e35}50%{stroke:#f7c223}75%{stroke:#1b9a59}to{stroke:#4285f4}}@-webkit-keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.App{background:#fff}.action-bar{background:#b3e5fc;position:fixed;top:0;left:0;width:100%;z-index:1000;-webkit-box-shadow:1px;box-shadow:1px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);-webkit-transition:all .3s cubic-bezier(.25,.8,.25,1);-o-transition:all .3s cubic-bezier(.25,.8,.25,1);transition:all .3s cubic-bezier(.25,.8,.25,1)}.button{cursor:pointer;height:48px;width:48px;background:#add8e6}.button i{color:#fff;width:50%;display:block;padding:8px;font-size:24pt}.canvas-container{position:relative;margin-left:auto;margin-right:auto;margin-top:48px;display:block;overflow-x:hidden}.canvas{cursor:pointer}.char-input{padding:0;margin:0;border:none;outline:none;background:transparent;border-radius:10;display:block;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;position:absolute;text-align:center;text-transform:uppercase;font-family:Shadows Into Light Two,cursive}.char-input::-moz-selection{background-color:#b3e5fc}.char-input::selection{background-color:#b3e5fc}.char-input.highlighted{background:rgba(179,229,252,.5)}#upload-button{display:none;z-index:-1}body{margin:0;padding:0;font-family:sans-serif}
/*# sourceMappingURL=main.c92962cb.css.map*/