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}html{background:#2e383f}#root,*{box-sizing:border-box;max-width:100vw;overflow:scroll}h1,h2,h3,h4,h5,h6,p{margin:0}.main{display:flex;flex-direction:column;align-items:center}.container{padding:20px;color:#fefefe}.scanner{width:400px;height:300px;background-color:#f5f4ed;display:flex;justify-content:center;align-items:center}video{object-fit:cover!important;overflow-clip-margin:content-box;overflow:clip}#frameTabs{-webkit-transform:scale(.95);transform:scale(.95);-webkit-transform-origin:center;transform-origin:center}.pause-button{position:absolute;z-index:1;height:300px;overflow:hidden;justify-content:center;width:100%}.output,.pause-button{display:flex;align-items:center}.output{width:98%;flex-direction:column;justify-content:flex-start;max-width:400px}ul{width:100%;padding:0;margin:2px 0}.article-list li{font-size:12px;color:#fefefe;list-style:auto;padding:4px 10px;border-bottom:thin dotted hsla(0,0%,99.6%,.3137254901960784);list-style-position:inside;display:flex;justify-content:space-between;align-items:center}.article-list li .selectedItem{color:#41d6e1;border:thin solid #41d6e1;display:flex;justify-content:center;align-items:center;height:30px;width:30px;border-radius:3px;background-color:rgba(65,214,225,.06274509803921569)}.article-list li .selectedItem .active{color:#41d6e1;border:thin solid;height:23px;border-radius:5px;background:hsla(0,0%,99.6%,.12549019607843137)}.note-list li{font-size:12px;color:#fefefe;list-style:auto;padding:4px 10px;border-bottom:thin dotted hsla(0,0%,99.6%,.3137254901960784);list-style-position:inside;justify-content:space-between;grid-gap:20px;gap:20px}.note-list li,.selectedItem{display:flex;align-items:center}.selectedItem{color:#41d6e1;border:thin solid #41d6e1;justify-content:center;height:30px;width:30px;min-width:30px;border-radius:3px;background-color:rgba(65,214,225,.06274509803921569)}.selectedItem .active{color:#41d6e1;border:thin solid;height:23px;border-radius:5px;background:hsla(0,0%,99.6%,.12549019607843137)}.note-list li .article-note{font-style:italic;margin:0 7px;display:flex;align-items:center}.article-note svg{color:#dbdf91}.article-note.alert{background:rgba(255,0,0,.4392156862745098);border-radius:10px;padding:0 20px;border:thin solid red;width:-webkit-max-content;width:max-content}.note-box{display:flex;flex-direction:column;grid-gap:5px;gap:5px;margin:5px 0}.notification-box{display:flex;margin-bottom:6px}.article-note.notification{background:rgba(219,223,145,.4392156862745098);border-radius:10px;padding:0 20px;border:thin solid #dbdf91;width:-webkit-max-content;width:max-content}.company-italic{font-size:12px;color:rgba(65,214,225,.3137254901960784)}button{height:40px;padding:10px 20px;border:thin solid #fefefe;color:#fefefe;width:99%;background-color:initial;border-radius:7px;margin:1px 1px 22px}.mid-text-area{justify-content:space-between;height:28px;overflow:hidden;width:100%;border-bottom:thin solid #41d6e1;max-width:400px;padding:0 0 0 10px}.clearList,.mid-text-area{display:flex;align-items:center;color:#41d6e1;text-transform:uppercase}.clearList{padding:10px;cursor:pointer}.mid-text-area h4{margin:0;padding:0}.date{color:rgba(65,214,225,.3764705882352941);width:90%;height:8px;text-align:right;font-size:16px;margin-bottom:10px}.whoInput{width:100%;text-align:center;font-size:16px;outline:none;background:none;border:thin solid rgba(65,214,225,.3137254901960784);border-bottom:2px solid #41d6e1;color:#41d6e1;font-weight:700;border-radius:3px}.emailButton,.whoInput{height:40px;text-transform:uppercase}.emailButton{color:#2e383f;font-weight:bolder;width:90%;border:thin solid #fefefe;display:flex;justify-content:center;align-items:center;text-decoration:none;border-radius:3px;background:#41d6e1;cursor:pointer;-webkit-user-select:none;user-select:none}.bottom-button-row{flex-direction:column;width:100%;bottom:20px}.bottom-button-row,.modal-shade{display:flex;position:absolute;align-items:center}.modal-shade{background-color:rgba(0,0,0,.3137254901960784);top:0;left:0;right:0;bottom:0;height:100vh;width:100vw;justify-content:center}.modal-content{background-color:rgba(46,56,63,.9137254901960784);position:relative;color:#fff;width:400px;height:96vh;z-index:2;padding:55px 10px}.modal-content,.modal-header{display:flex;align-items:center;flex-direction:column}.modal-header{margin-bottom:20px}.modal-header h1,.modal-header h4,.modal-header h5{margin:0}.note-textarea{border:thin solid beige;resize:none;height:120px;border-radius:4px;padding:10px;font-size:18px;margin:0;width:100%}.modal-close,.note-textarea{background-color:#2e383f;color:#fefefe}.modal-close{position:absolute;top:0;right:0;border-radius:0 0 0 16px;padding:9px 20px;cursor:pointer}.nav-bar{background:#2e383f;z-index:10;display:flex;grid-gap:20px;gap:20px;justify-content:center;align-items:center;position:fixed;width:100%;height:33px;bottom:0;left:0;right:0;border-top:thin solid hsla(0,0%,99.6%,.3137254901960784);transition:height .2s ease-in-out}.nav-bar.open{height:250px}.nav-bar .button-group{position:absolute;top:0;height:30px;display:flex;grid-gap:10px;gap:10px;align-items:center;justify-content:flex-start;width:100%;padding-left:20px;text-transform:uppercase;font-size:14px}.hidden-content-list a,.nav-bar .button-group a{border:thin solid rgba(65,214,225,.3137254901960784);padding:2px 5px;border-radius:2px;background:rgba(65,214,225,.06274509803921569);transition:all .2s ease-in-out}.hidden-content-list a.active,.nav-bar .button-group a.active{border:thin solid hsla(0,0%,99.6%,.3137254901960784);padding:2px 5px;border-radius:2px;background:hsla(0,0%,99.6%,.06274509803921569);color:#fefefe}.nav-bar-hidden-content{background-color:#283137;width:100%;height:210px;position:absolute;top:30px;padding:10px;color:#fefefe}.hidden-content-list,.nav-bar-hidden-content{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.hidden-content-list{padding:0 10px}.nav-bar a{color:#41d6e1;text-decoration:none}.setting-button{position:absolute;top:5px;right:13px;color:#41d6e1;width:20px;height:20px;overflow:hidden}.setting-header{display:flex;grid-gap:10px;gap:10px;color:hsla(0,0%,99.6%,.4392156862745098);justify-content:center}.setting-button svg,.setting-header svg{width:20px;height:20px}.landing-content{align-items:center;justify-content:center;height:70vh}.complete-content,.landing-content{color:#fefefe;display:flex;flex-direction:column;grid-gap:20px;gap:20px;width:100%}.complete-content{align-items:flex-start}.complete-content h1{color:hsla(0,0%,99.6%,.3137254901960784)}.notes-window{background:#283137;width:100%;min-height:50px;padding:20px 10px;border-radius:3px;border:thin solid hsla(0,0%,99.6%,.12549019607843137)}.notes{display:flex;align-items:flex-start;justify-content:space-between}.notes-text{width:290px}.notes-button{display:flex;width:40px;height:40px;border:thin solid #41d6e1;color:#41d6e1;border-radius:3px;justify-content:center;align-items:center;background-color:rgba(65,214,225,.18823529411764706)}.notes-button-group{width:50px;display:flex;flex-direction:column-reverse;grid-gap:10px;gap:10px}.checkbox-wrapper{display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px;width:96%;padding:10px;border:thin solid #fefefe;border-radius:7px}.checkbox-wrapper table{width:95%}.checkbox-wrapper .table-checkbox{width:60px}.checkbox-wrapper .table-checkbox-label{font-size:25px}.checkbox-wrapper input[type=checkbox]{width:55px;height:55px;border-radius:10px}.router-link{display:flex;width:100%;margin-top:20px}.router-link a{border:thin solid #fefefe;padding:10px 20px;color:#fefefe;text-decoration:none;font-weight:700;border-radius:4px;width:100%;display:flex;justify-content:center;align-items:center;grid-gap:10px;gap:10px}.link-row{display:flex;width:100%;grid-gap:8px;gap:8px}.stored-group{border:thin solid #fff;border-radius:7px;padding:6px;margin:4px 0}.stored-group h3{color:#41d6e1}.restore-button-frame{width:100%;display:flex;justify-content:space-between;align-items:flex-end}.button-small{height:28px;padding:5px 10px;border-radius:3px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-transform:uppercase;font-size:10px;margin:5px 2px 2px 0;border-color:#41d6e1;color:#41d6e1;background-color:rgba(65,214,225,.18823529411764706)}.mcs-info{display:flex;flex-direction:column}
/*# sourceMappingURL=main.1a0965a1.chunk.css.map */