/* /* 
body {
    background-color:#596756;
    overflow: hidden !important;
} */
#html5-qrcode-button-camera-permission{
    font-size: 18px !important;
    color: white !important;
    background-color: #596756 !important;
    border-radius: 5px;
}

#html5-qrcode-button-camera-stop{
    font-size: 18px !important;
    color: white !important;
    background-color: #dc3545 !important;
    border-radius: 5px;
    margin-bottom:5px;
    margin-top:5px;
}

#html5-qrcode-button-camera-start{
    font-size: 18px !important;
    color: white !important;
    background-color: #198754 !important;
    border-radius: 5px;
    margin-bottom:5px;
    margin-top:5px;
}


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

#reader {
    border: 0 !important;
    width: 100%;
}

@media (min-width: 768px) {
  #reader {
    border: 0 !important;
    width: 50%;
  }
}

#infodiv{
    display:none !important;
}

#infoicon{
    display:none !important;
}

.login-option-design {
    font-size: 16px !important;
    color: white !important;
    border-radius: 5px;
    border: 20px;
    width: 100%;
    margin-bottom: 15px;
}

/* #html5-qrcode-button-camera-stop {
    display: none !important;
} */

.loginviajcapp-lbl {
    color:white;
    font-size: 16px;
    text-align: center;
}