/* .section {
    border: 1.5px solid #b2b2b2;
    border-radius: 0.25em;
    
} */

#my-qr-reader {
    border: none !important;
}

#my-qr-reader img[alt="Info icon"] {
    display: none;
}

#my-qr-reader img[alt="Camera based scan"] {
    width: 100px !important;
    height: 100px !important;
}

#html5-qrcode-anchor-scan-type-change {
    text-decoration: none !important;
    color: #1d9bf0;
}

#my-qr-reader__scan_region.video-active {
    aspect-ratio: 1 / 1;  /* Ensures square shape */
}

video {
    width: 100% !important;
    height: 100%;  /* Ensure it fills the parent container */
    object-fit: cover;  /* Crop top and bottom if necessary */
    overflow: hidden;
    border-radius: 5px;
}

#html5-qrcode-button-camera-permission {
    border: none;
    width: 100%;
    padding: 1rem;
    background-color: var(--white-color);
    border-radius: 4rem;
    color: var(--black-color);
    font-weight: 500;
    cursor: pointer;
}

img {
    margin: auto;
}