/* Estilos para scanner de productos */

.barcode-container-productos {
    flex-wrap: nowrap !important;
}

.btn-camera-barcode {
    background: none;
    color: #143DD4;
    border: none;
    width: 38px;
    height: 38px;
    padding: 0;
    border-radius: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
}

.btn-camera-barcode:hover {
    color: #0f2a9e;
}

.btn-camera-barcode:active {
    color: #0f2a9e;
}

@media (max-width: 768px) {
    .barcode-container-productos {
        gap: 5px;
    }

    #btnCameraProductos {
        display: inline-flex !important;
    }

    .barcode-container-productos .textos_ventasNegrita {
        flex: 1;
        min-width: 0;
    }
}

@media (min-width: 769px) {
    #btnCameraProductos {
        display: none !important;
    }
}

/* Estilos del modal */
#modalScanBarcodeProductos.modal {
    background-color: rgba(0,0,0,0.95) !important;
}

#html5-qrcode-productos .html5-qrcode-element-hr,
#html5-qrcode-productos .html5-qrcode-controls,
#html5-qrcode-productos button,
#html5-qrcode-productos select,
#html5-qrcode-productos .html5-qrcode-button-element,
#html5-qrcode-productos .html5-qrcode-scanner-status {
    display: none !important;
}

#html5-qrcode-productos video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

#html5-qrcode-productos > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#html5-qrcode-productos > div:first-child {
    display: none !important;
}
