.select2-container{
    width: 100% !important;
    padding: 12px 4px;
}
.select2-container--default .select2-selection--single{
    border: unset;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 14px;
}
.select2-results__option {
    font-size: 14px;
}
.use-native-icon .select2-selection__arrow {
    display: none; /* Hides Select2's custom arrow */
}

/* Optionally, make the styling more like the default select */
.use-native-icon .select2-selection {
    border: 1px solid #ccc;
    padding-right: 0; /* Adjust as needed */
    background: none; /* Use the default styling */
}
