.select2-container--default .select2-selection--single {
    height: 43px;
    background-color: #1a2837;
    border: 1px solid #374759;
    border-radius: 15px;
    padding-left: 7px;
    transition: border 0.3s ease-in-out;
}

.select2-container--default .select2-selection--single:hover {
    border-color: #c91719;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    color: #fff;
    cursor: pointer;
}

.select2-dropdown {
    background-color: #1a2837;
    border: 1px solid #374759;
}

.select2-results__option {
    padding: 5px 12px;
}

.select2-container--default .select2-results>.select2-results__options {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    max-height: 350px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #5897fb;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px;
    border: 1px solid #374759;
    background-color: #1a2837;
    color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    background-color: #111;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    cursor: pointer;
    border-color: #fff transparent transparent transparent;
    border-width: 12px 6px 0 6px;
    left: 0;
    margin-top: 0;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 6px 12px 6px;
}