/* Style the Select2 container */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    height: calc(2.25rem + 2px) !important;
    padding: 0.375rem 0.75rem;
    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;
}

/* Style the text inside the select */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #212529;
    line-height: 1.5 !important;
    padding-left: 0;
    padding-right: 20px;
}

/* Hide both Select2 and native arrows */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

select.select2-hidden-accessible {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}