body {
    background-color: #2B1005;
}

#qr-reader video{
    border-radius: 50px;
    height: 225px!important;
    max-width: unset;
    min-width: 100% !important;
}

#qr-reader{
    border-radius: 50px !important;
    width: 300px;
    height: 226px !important;
    position: relative;
}

#qr-shaded-region{
    position: absolute !important;
    border-width: 24px !important;
    border-style: solid !important;
    border-color: rgba(0, 0, 0, 0.48) !important;
    box-sizing: border-box !important;
    inset: 0px !important;
    max-width: 300px !important;
    height: 225px !important;
    border-radius: 50px !important;
    margin: 0 !important;
}

#client-modal-content{
    overflow: auto;
}

[data-controller="pwa-install"] {
    background-color: white;
    color:#2B1005;
    font-weight: bold;
    padding: 5px;
    border-radius: 15px;
}

