/* 
    Created on : 15 de ago. de 2023, 15:34:47
    Author     : PC-MARCELO
*/

#reader {
  width: 100%;
  max-width: 500px; 
  border: 0 !important;
}

#reader__scan_region {
  background: white;
}

#html5-qrcode-anchor-scan-type-change
{
    display: none !important;
}

#html5-qrcode-button-camera-permission,
#html5-qrcode-button-camera-start
{
    border-radius: 100px !important;
    background: #000000 !important;    
    border: 2px solid #000000 !important;  
    color: white !important;
    padding: 8px 20px !important;
    outline: 0 !important; 
    margin-top:8px!important;
}

#html5-qrcode-button-camera-permission:hover, #html5-qrcode-button-camera-permission:active,
#html5-qrcode-button-camera-start:hover, #html5-qrcode-button-camera-start:active
{
    background: white !important;
    border: 2px solid white !important;
    color: #000000 !important;
    box-shadow: 3px 3px 5px rgba(20, 20, 20, 0.3) !important;
}

#html5-qrcode-button-camera-stop
{
    border-radius: 100px !important;
    background: #f6465d !important;   
    border: 2px solid #f6465d !important;
    color: white !important;
    padding: 8px 16px !important;   
    outline: 0 !important;
    margin-top:8px !important;
}

#html5-qrcode-button-camera-stop:hover, #html5-qrcode-button-camera-stop:active
{
    background: transparent !important;    
    border: 2px solid #f6465d !important;
    color: #f6465d !important;
}