/*
* QR Code
*/
.next-qr-code[data-flickering]{
    opacity: 0;
}
.next-qr-code{
    overflow: hidden;

    width: 150px;
    height: 150px;

    padding-left: 4px;
    padding-top: 4px;

    background-color: #fff;
}
.next-qr-code img{
    margin-top: -10px;
}