@charset "UTF-8";
/* CSS Document */


a#backtotest { 

position: fixed;
    display: flex;
    box-sizing: border-box;
    top: 12px;
    right: 12px;
    padding: 6px 24px;
    z-index: 999999;
    background-color: white;
    border-radius: 12px;
    font-size: 1.5rem;
    text-decoration: none;


}

span#camTrigger { 
    z-index: 100000 !important;
    top: 24px !important;
    left: 45%;
}
        span#camTrigger.hidden {
            
    z-index: 10 !important;
            left:auto;
            top:0px !important
            
}
    
    html {
        
        display: block;
        position: relative;
        margin: 0px 0px;
        padding: 0px 0px;
        width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        overflow: hidden;
        box-sizing: border-box;
        background: black;
        background-image: url("bg.jpg");
        background-size: cover;
        font-size:1em;
        line-height: 1.5;
        font-family: Helvetica, Arial, "sans-serif" 
            
    } 
    
    body {  
        
        display: flex;
        position: relative;
        margin: 0px 0px;
        padding: 0px 0px;
        min-width: 100%;
        max-height: 100vh;
        min-height: 100vh;
        overflow: hidden;
        justify-content: flex-start;
        align-items: flex-start;
        justify-items: self-start;
        align-content: flex-start;
        box-sizing: border-box;
        flex-wrap: wrap;
    }  
       
        
        
    div.testbox {
        
    min-height: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 12px;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 260px;
    max-width: 260px;
    line-height: 1.5;
    min-height: 69vh;
    font-family: helvetica;
    border-radius: 12px;
    align-items: stretch;
    justify-content: flex-start;
    z-index: 999999;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: visible !important;
        
    } 
    
    
    
    div.testbox > b     {
            display: inline-flex;
    box-sizing: border-box;
    font-size: 2.25rem;
    padding: 8px 0px;
    color: white;
    line-height: 1;
    text-align: center;
    margin-bottom: 0px;
        
    }
    div.testbox > input {
        
        display: inline-flex;
        box-sizing: border-box;
        font-size: 1.5rem;
        padding: 3px 8px;
        border: 0px;
        border-radius: 8px;
        
    }
    div.testbox > label {
        
        display: inline-flex;
        box-sizing: border-box;
        font-size: 1.25rem;
        padding: 3px 8px;
        border: 0px;
        border-radius: 8px;
        margin-top: 9px;
        
    }
        
        
      
        div.extractedData         { 
        
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 2px 8px 9px;
    background-color: burlywood;
    margin-top: 12px;
    border-radius: 7px;
    font-family: monospace;
        
        
        }    
        div.lastOcrText         { 
        
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 18px 8px;
    background-color: white;
    margin-top: 12px;
    border-radius: 7px;
    font-family: monospace;
    color: cornflowerblue;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    font-size: 11px;
        
        
        }
        div.extractedData > label {  
        
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0px 0px;
    background-color: burlywood;
    margin-top: 0px;
    margin: 0px 0px;
    border-radius: 7px;
    line-height: 1;
    min-height: 8px;
    margin-top: 6px;
    font-size: 12px;
    color: #444; 
        
        }
        div.extractedData > input {  
            
    display: inline-flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 3px 3px;
    background-color: white;
    margin-top: 0px;
    border-radius: 3px;
    font-family: monospace;
    border: 0px;
    font-size: 16px;
    font-weight: 800;
        
        
        }
            





a#livetest, a#qrtest {
    position: fixed;
    display: flex;
    box-sizing: border-box;
    top: 12px;
    right: 12px;
    padding: 6px 24px;
    z-index: 999999;
    background-color: white;
    border-radius: 12px;
    font-size: 1.5rem;
    text-decoration: none;
} a#qrtest { right: 200px; }







    