Happy Sunday everyone, I would like to know how to styling the select tags for this image below
[![enter image description here][1]][1] 

I was able to custom the dropdown (code below):
 
 select {
 padding: 1em;
 width: 130%;
 border-radius: .2em;
 border: 1px solid #acacac;
 color: #181820;
 
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 -ms-appearance: none;
 
 background: url('https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-512.png');
 background-repeat: no-repeat;
 background-size: 15px 15px;
 background-position: right;
 background-origin: content-box;
 }


 [1]: https://i.sstatic.net/42bai.png
 [2]: https://codepen.io/sekti92/pen/QWNpwXW