*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}html body{font-family:Open Sans,sans-serif;line-height:1.5;color:#333;background-color:#fff}html body ul{list-style:none}html body #root{height:100vh}html body #root input::-webkit-inner-spin-button{-webkit-appearance:none}html body #root .App{height:100%;display:flex;flex-direction:column}html body #root .App #modalOverlayBarcodeScan{width:100%;height:100%;position:fixed;padding:20px 0;background-color:#333;top:0;left:0;z-index:9999}html body #root .App #modalOverlayBarcodeScan .overlayIcon{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;padding:.5rem;background-color:#fff;color:#000;cursor:pointer;border-radius:50%;border:#333 solid 2px;z-index:100}html body #root .App #modalOverlayBarcodeScan #barcodeScanHeader{width:100%;position:relative;display:flex;justify-content:space-between;align-items:center;color:#fff}html body #root .App #modalOverlayBarcodeScan #barcodeScanHeader #barcodeScanHeaderTitle{font-size:2em;font-weight:600}html body #root .App #modalOverlayBarcodeScan #barcodeScanHeader #barcodeScanHeaderClose{font-size:1.5em;font-weight:600;cursor:pointer}html body #root .App #modalOverlayBarcodeScan #overlaySwitch{position:absolute;bottom:0;left:50%;margin-bottom:2em;transform:translate(-50%)}html body #root .App #modalOverlayBarcodeScan video{display:block;width:100%;height:90%;margin:2em auto}html body #root .App #modalOverlayCamera{width:100%;height:100%;position:fixed;padding:20px 0;background-color:#333;top:0;left:0;z-index:9999}html body #root .App #modalOverlayCamera .cameraOverlayIcon{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;padding:.5rem;background-color:#fff;color:#000;cursor:pointer;border-radius:50%;border:#333 solid 2px;z-index:100}html body #root .App #modalOverlayCamera #cameraHeader{width:100%;position:relative;display:flex;justify-content:space-between;align-items:center;color:#fff}html body #root .App #modalOverlayCamera #cameraOverlayCapture{position:absolute;bottom:0;left:50%;margin-bottom:2em;transform:translate(-50%)}html body #root .App #modalOverlayCamera #cameraOverlaySwitch{margin-right:1em}html body #root .App #modalOverlayCamera video{display:block;margin:2em auto}
