.custom-select.select-form{
    background: url('../img/arrow-down.svg');
    background-repeat:no-repeat;
    background-position:right;
    background-position: 96%;
    background-size: 12px;
}
.custom-select.select-custom-variant{
    background-image: url('../img/arrow-down-gray.svg');
    background-repeat:no-repeat;
    background-position:right;
    background-position: 96%;
    background-size: 12px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    border:none;
    border-radius: 8px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #A5A5A5;
}
.input-group-select{
    border:1px solid #C4C4C4;
    border-radius: 8px;
    padding:0 10px;
}
.input-group-select .input-group-prepend img{
    width:14px;
    height:14px;
    object-fit:contain;
}