.select2-container .select2-selection--single {
    height: 38px; 
    width: 100%;
    display: flex;
    align-items: center; 
}


.select2-container .select2-selection__arrow {
    height: 100%;
    display: flex;
    align-items: center; 
    /* right: 10px;  */
    margin-top: 7px;
}



.select2-container .select2-results__option {
    font-size: 12px;
}

.select2-container .select2-results__option--highlighted {
    background-color: #f0f0f0;
    color: #000;
}

.styled-input {
    height: 38px; 
    padding: 5px; 
    border: 1px solid #aaa;
    border-radius: 4px; 
    width: 100%; 
    box-sizing: border-box; 
}
