@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);.App{font-family:"Montserrat",sans-serif;width:100%;flex-direction:column;text-align:center;font-family:"Montserrat",sans-serif!important}.App,.qr-reader-wrapper{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.qr-reader-wrapper{width:80%}.Button{color:#fff;background-color:#00f;padding:10px;width:100px;font-weight:800;letter-spacing:2;cursor:pointer;border-radius:10px;-webkit-transform:all 1s cubic-bezier(.42,0,.17,.71);transform:all 1s cubic-bezier(.42,0,.17,.71);margin:10px}.Button:hover{background-color:red}.dialog{background:#fff;position:absolute;z-index:500;top:0;bottom:0;left:0;right:0;background-color:rgba(37,37,37,.8);align-items:center;justify-content:center}.dialog,.dialog-content{padding:20px;display:flex}.dialog-content{background-color:#fff;margin:0;width:400px;height:400px;flex-direction:column;border-radius:10px;align-items:flex-start;justify-content:space-between;overflow-y:auto}.close{width:100%;align-items:flex-end;justify-content:flex-end;display:flex}.close>button{height:36px;width:36px;border:none;background:transparent;cursor:pointer}.title{font-weight:700;font-size:1.5rem;margin:0;padding-bottom:5px}@-webkit-keyframes anime{0%{font-size:10px}30%{font-size:15px}to{font-size:12px}}@keyframes anime{0%{font-size:10px}30%{font-size:15px}to{font-size:12px}}.detail{display:flex;flex-direction:row;align-items:center;width:100%;margin:0;height:40px;border-bottom:1px dashed;-webkit-animation:slidein 2s;animation:slidein 2s}.detail-first-child{border-top:1px dashed;margin-top:20px}.detail-header{font-weight:700;font-size:1rem}.detail-content{font-size:1rem;padding-left:5px}.green{color:#9f0}.description{display:flex;flex-direction:column;align-items:flex-start;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.red{color:red}.message{font-size:.8rem}.small{font-size:.9rem}@-webkit-keyframes slidein{0%{margin-left:100%;width:300%}to{margin-left:0;width:100%}}@keyframes slidein{0%{margin-left:100%;width:300%}to{margin-left:0;width:100%}}.errorMessage{display:flex;align-content:center;align-items:center}
/*# sourceMappingURL=main.4c0743d7.chunk.css.map */