html{height:100%;width:100%}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{display:flex;height:100vh;width:100vw}.scanner-overlay{background-color:red;height:5px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .5s ease}.scanner-overlay.scanning{-webkit-animation:animate 4s linear infinite;animation:animate 4s linear infinite;opacity:1}@-webkit-keyframes animate{0%{top:0}25%{top:50%}50%{top:calc(100% - 5px)}75%{top:50%}}@keyframes animate{0%{top:0}25%{top:50%}50%{top:calc(100% - 5px)}75%{top:50%}}
/*# sourceMappingURL=main.0c402119.css.map*/