
.select2-selection{
    display: block;
    /* width: 100%; */
    height: 38px !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-selection__arrow{
    height: 38px !important;
    right: 6px  !important;

}
.select2-results__option{
    font-size: 14px  !important;

}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: black !important;
}