.map_acc {
    width: 300px;
}
.map_acc + .select2-container .select2-selection--single {
    width: 100% !important;
}

.map_acc + .select2-container .select2-results__options {
    max-height: 200px; 
    overflow-y: auto;
}
.select2-search__field::placeholder {
    color: #999; 
}
.select-dropdown .select2-container .select2-selection,.select2-container--default .select2-search--dropdown .select2-search__field {
    display: block;
    width: 100%;
    padding: 4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto;
}

.select-dropdown .select2-container .select2-selection .select2-selection__clear, .select-dropdown .select2-container  .select2-selection__arrow {
    display: none;
}

.custom-clear-btn {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    border: none;
    background: #e7e7e7;
}
.select-dropdown .select2-container .select2-selection:focus {
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 25px;
    font-size: 12px;
}