.barcode-scanner{background-color:var(--c-black);z-index:9999999;align-items:flex-start;width:100dvw;height:100dvh;display:flex;position:fixed;top:0;left:0}.barcode-scanner__inner{width:100%}.barcode-scanner video{width:100%;max-height:100dvh}.barcode-scanner__close{z-index:1;position:absolute;top:8px;right:8px;--button-icon-color:var(--c-white)!important}.barcode-scanner__overlay{clip-path:polygon(0 0,0 100%,20% 100%,20% 20%,80% 20%,80% 80%,20% 80%,20% 100%,100% 100%,100% 0);background:#1e1e1e80;width:100%;height:100%;position:absolute;top:0}.barcode-scanner__laser{z-index:2;background-color:tomato;width:60%;height:1px;margin-left:20%;animation:2s infinite scanning;position:absolute;top:40%;box-shadow:0 0 4px red}@keyframes scanning{50%{transform:translateY(75px)}}
