.main{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#reader{
    width: 350px;
    outline: none;
    border: 1px solid orange;
}

#result{
    text-align: center;
    font-size: 1.5rem;
}


#html5-qrcode-button-camera-permission{
    height: 40px;
    font-family: Poppins;
    color: white;
    background-color: #000A73;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

#html5-qrcode-anchor-scan-type-change{
    display: none;
}

#html5-qrcode-button-camera-permission:hover{
    opacity: .8;
}

#html5-qrcode-button-camera-start{
    height: 40px;
    font-family: Poppins;
    color: white;
    background-color: green;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin: 0 5px;
}

#html5-qrcode-button-camera-stop{
    height: 45px;
    font-family: Poppins;
    color: white;
    background-color: #ED7D31;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    order: 2;
    margin: 0 5px;
}

#html5-qrcode-select-camera{
    height: 40px;
    margin: 0 0 20px 10px;
}

#html5-qrcode-button-torch{
    margin: 0 5px 20px 0;
    order: 1;
    height: 30px;
    border-radius: 5px;
    border: 0;
    background-color: aquamarine;
}

#reader__dashboard_section_csr span{
    display: flex;
    flex-direction: column;
}