.select-wrapper.select2 span.caret {
    display: none;
}
.select-wrapper.select2 .select-dropdown {
    display: none;
}

.select2-container--default .select2-selection--single {
    height: 50px;
    background-color: #f7f7f7;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    font-size: 16px;
}

.invalid .select2-container--default .select2-selection--single {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 15px 20px;
    line-height: 20px;
    color: #1a62a1;
}

.select2-results {
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    width: 50px;
    color: #1a62a1;
    z-index: 302;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "\e604";
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1a62a1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin-bottom: 0;
    height: 30px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #1a62a1;
    box-shadow: none;
}



