.select2-container {
    width: 100% !important;
    font-family: inherit;
    display: block;
    box-sizing: border-box;
    margin: 0;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    min-height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border: 1px solid #d7e0ea;
    border-radius: 6px;
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 0;
    padding: 0 34px 0 8px;
    margin: 0;
    color: #172033;
    font-size: 14px;
    line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6b7280;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 8px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    box-shadow: 0 0 0 1px rgba(232, 137, 46, .18);
}

.select2-dropdown {
    border-color: #d7e0ea;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
    z-index: 100000;
}

.select2-search--dropdown {
    padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 34px;
    border: 1px solid #d7e0ea;
    border-radius: 6px;
    padding: 6px 10px;
    outline: 0;
}

.select2-results__option {
    padding: 7px 10px;
    font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #1690c9;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #eef6fb;
    color: #0f3550;
}
