/* QR Code Modal Styles */
.kk-qr-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
}

.kk-qr-modal img {
    margin-top: 10%;
    max-width: 150px;
}

.kk-qr-modal .close {
    position: absolute;
    top: 20px; right: 30px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
