/* 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: 26px;
    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;
}


.fila-url-imagen {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 7px;
}

.campo-url-imagen {
    flex: 1;
    min-width: 0;
    height: 30px;
    padding: 0 9px;
    border: 1px solid #cfd8e8;
    border-radius: 6px;
    font-size: 11px;
    color: #2d3748;
}

.btn-url-usar {
    height: 30px;
    padding: 0 12px;
    border: none;
    border-radius: 6px;
    background-color: #B8E6D5;
    color: #2d5a3d;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

.btn-url-google {
    height: 30px;
    padding: 0 11px;
    border: none;
    border-radius: 6px;
    background-color: #B4D7FF;
    color: #1a3a5a;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}
