/* Custom ACF Style */

.acf-field .select2.select2-container{
    padding-top: 0px !important;
} 
.acf-field .select2 .select2-selection{
    display: block;
    width: 100%;
    height: auto;
    padding: 4px;

    font-size: 18px;
    line-height: 40px;
    color: currentcolor;
    box-shadow: none;
    outline: none;
    
    border: 1px solid #aaa;
    border-radius: 0;

}

.acf-field .select2 .select2-selection__rendered{
    line-height: 40px !important;
}


.acf-field .select2 .select2-selection__arrow{
    height: 40px !important;
}

.select2-dropdown-acf.select2-container.select2-container--default{
    padding-top: 0 !important;
}
