.select2-container {
    margin-bottom: 30px!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 50px;
}

.select2-container--default .select2-results__group {
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: #ffffff none repeat scroll 0 0;
    border: none;
    color: #000000;
    line-height: 60px!important;
    padding-left: 0px!important;
    border-bottom: solid 1px #dee2e6;
    background-image: url(../../../i/fa-angle-down-dark.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-position: calc(100% - 20px) 50%;
    background-size: 11px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: none!important;
    border-radius: 0;
    height: 50px;
    padding: 0;
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
}

.select2-container .select2-selection--single {
    height: auto!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000000!important;
}