/* Show it is fixed to the top */
#autoComplete_list{
    position: static;
    top: auto;
    left: auto;
    right: auto;
    padding: 0;
    margin-top: .5rem;
    border-radius: .6rem;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(149,157,165,.15);
    border: 1px solid rgba(33,33,33,.07);
    z-index: 1000;
    outline: 0;
}


.select2-container, .select2-container .select2-selection--single{
    height: 47px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 47px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px!important;
}