#html5-qrcode-button-camera-permission {
    font-size:0;
    background-color:rgb(220,53,69);
    border-color:rgb(220,53,69);
    color: white;
    border-radius:5px;
    padding:10px 20px;
}
#html5-qrcode-button-camera-permission::after {
    content:"Zahájit skenování";
    font-size:initial;
}
#html5-qrcode-button-camera-start,
#html5-qrcode-button-camera-stop {
    font-size:0;
    background-color:rgb(220,53,69);
    border-color:rgb(220,53,69);
    color: white;
    border-radius:5px;
    padding:8px 50px;
    margin-top:20px;
}
#html5-qrcode-button-file-selection {
    font-size:0;
    background-color:#dc3545;
    border-color:#dc3545;
    color: white;
    border-radius:5px;
    padding:10px 20px;
}
#html5-qrcode-anchor-scan-type-change { font-size:0 }
#html5-qrcode-anchor-scan-type-change::after {
    content:"přepnout na kameru / načtení z úloži\0161tě";
    font-size:initial;
    color:gray;
    margin-top: 15px;
    display: inline-block;
}
#html5-qrcode-button-camera-start { font-size:0 }
#html5-qrcode-button-camera-start::after {
    content:"Skenovat";
    font-size:initial;
}
#html5-qrcode-button-camera-stop { font-size:0 }
#html5-qrcode-button-camera-stop::after {
    content:"Zastavit skenování";
    font-size:initial;
}
#html5-qrcode-button-file-selection { font-size:0 }
#html5-qrcode-button-file-selection::after {
    content:"Vyberte obrázek z počítače/mobilu";
    font-size:initial;
}
#qrcode-reader__header_message { font-size:0 }
#qrcode-reader__header_message::after {
    content:"Aplikaci nebylo povoleno používání kamery. Resetujte oprávnění.";
    font-size:14px;
    display: block;
}
ul.error{
    background: salmon;
    color: white;
}