/* start select2 */
.select2-container .select2-selection--single {
    padding: 16px !important;
    height: fit-content !important;
    background-color: #2a3139 !important;
}

.select2-container--default .select2-selection--single,
.select2-container .select2-dropdown .select2-search__field {
    border-radius: 4px !important;
    border: none !important;
}

.select2-container .select2-dropdown {
    border: none !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: initial !important;
    color: initial;
    padding: 0 !important;
    font-size: 14px;
    line-height: 135%;
}

.select2-container .select2-dropdown .select2-results li {
    font-size: 12px;
    line-height: 135%;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -5px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 15px !important;
    right: 16px !important;
    width: 16px !important;
    height: 16px !important;
}

.select2-container--default .select2-selection--single b[role="presentation"] {
    display: none !important;
}

.select2-search--dropdown {
    background-color: #20232a !important;
}

.select2-container .select2-dropdown .select2-search__field {
    background-color: #2a3139 !important;
}

.select2-container--default .select2-results__option--selected {
    color: black !important;
    background-color: #d89216 !important;
}

.select2-results {
    background-color: #20232a !important;
}
/* end select2 */
