﻿.qr-modal .modal-dialog {
    max-width: 280px;
}

.qr-modal .modal-content {
    border-radius: 12px;
}

#qrWrapper {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

#qrCanvas {
    width: 100%;
    height: 100%;
    display: block;
}

#qrLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: #fff;
    padding: 6px;
    border-radius: 8px;
    z-index: 10;
    pointer-events: none;
}