@media(max-width:600px)
{
    body{
        background-image: url("../images/qr_scanner_bg_mobile.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        overflow: hidden;
    }
    #main_content{
        width: 100%;
    }
    #scan_qr_container{
        top: 20%;
    }

    #currency_details_container{
        
        width: 90%;
        margin: auto;
        margin-top: -10px;
    }
    .currency_detail{
        height: 25px;
        margin-top: 5px;
    }

    #currency_details_container>h1{
        font-size: small;
       
    }

    .currency_detail>p{
        font-size: small;
    }

    #reader__dashboard_section>div div{
        border:none!important;
    }

    #reader__dashboard_section_csr + div>div{
        display: none!important;
    }

    #reader__dashboard_section_csr+div>label{
        width: 100%
    }


}

