#valueFocus-List{
    border:none;
    width:100%;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url('your_custom_arrow_icon.png') no-repeat right center; /* Replace 'your_custom_arrow_icon.png' with your own custom arrow image */
    padding-right: 0px; /* Adjust this value to make space for the arrow */
}


#valueFocus-List option {
    background-color: #15A362; /* Change the background color */
  }

/* Value Focus */
.valueFocusValue{
    font-size:1.5em;
    font-weight: 600;
}
.valueFocusCore{
    font-size:1em;
}
.valueFocusLabel{
    font-size:.8em;
}