span.select2.select2-container.select2-container--default {
    display: block;
    width: 100%;
    /* padding: 0.5rem 2.25rem 0.5rem 0.75rem; */
    padding: 0.3rem 2.25rem 0.3rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--green);
    color: white;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 8px;
    right: 10px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-style: none;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

#select_brand span.select2.select2-container.select2-container--default {
    border: 2px solid #DEE2E6;
}