https://countryflagsapi.com/png/bolivia



form :where(input, select, button){
    width: 100%;
    outline: none;
    border: none;
    border-radius: 5px;
}


const cambiotext = document.querySelector("ca")

let cambiardivisa =  resultado.converion_mon[amoneda.value];
            let totalcambio = (montovalor * cambiardivisa).toFixed(2);
            console.log(totalcambio)


            <img src="https://flagsapi.com/BE/flat/64.png">


            .seleccionar select::-webkit-scrollbar{
    width: 10px;
}

.seleccionar select ::-webkit-scrollbar-track{
    background: white;
}

.seleccionar select ::-webkit-scrollbar-thumb{
    background: silver;
    border-radius: 8px;
    border-right: 2px solid white;
}