.qr-scan {
    position: absolute;
    width: 500px;
    height: 500px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 34px;
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.show {
    display: block;
}

.hidde {
    display: none !important;
}

.qr-result-txt {
    margin: 15px;
}