#qr-reader {
    border: 0 !important;
    width: inherit !important;
    position: inherit !important;
}

img[alt="Info icon"] {
    display: none !important;
}

#qr-reader__dashboard_section_fsr span {
    display: none !important;
}

#qr-reader__dashboard_section_fsr input {
    text-decoration: none !important;
    border-radius: 2px;
    margin-top: 1rem;
    color: #fff;
    background-color: #0e2b63;
    border: 1px solid #0e2b63;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 2.5rem;
    width: 88% !important;
    line-height: 2.5rem;
    text-align: center;
    cursor: pointer;
    align-items: center;
    -webkit-appearance: none;
    -webkit-box-pack: center;
}

#qr-reader__dashboard_section {
    padding: 0 !important;
}

/*#qr-reader__dashboard_section_swaplink {*/
/*    text-decoration: none !important;*/
/*    border-radius: 2px;*/
/*    margin-top: 1rem;*/
/*    color: #fff;*/
/*    background-color: #1989fa;*/
/*    border: 1px solid #1989fa;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    box-sizing: border-box;*/
/*    height: 2.5rem;*/
/*    width: 88%;*/
/*    line-height: 2.5rem;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    align-items: center;*/
/*    -webkit-appearance: none;*/
/*    -webkit-box-pack: center;*/
/*}*/

#qr-reader__dashboard_section_swaplink {
    display: none !important;
}

#qr-reader__dashboard_section_csr button {
    text-decoration: none !important;
    border-radius: 2px;
    margin-top: 1rem;
    color: #fff;
    background-color: #0e2b63;
    border: 1px solid #0e2b63;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 2.5rem;
    width: 88% !important;
    line-height: 2.5rem;
    text-align: center;
    cursor: pointer;
    align-items: center;
    -webkit-appearance: none;
    -webkit-box-pack: center;
}

#qr-reader__dashboard_section_csr span {
    margin-right: 0 !important;
}

.btn-link {
    color: #0e2b63;
}