.select2 {
    min-width: 12rem;
    font-family: "muli", sans-serif;
    //font-weight: 700;
    --select2-height: 2rem;
    font-size: 0.8rem;
}

.select2-results {

    font-size: 0.8rem;
}

.select2-container .select2-selection--single {
    height: var(--select2-height);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: var(--select2-height);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(var(--select2-height) - 2px);
}

.select2 .select2-selection {
    background-color: #f9f9f9;
    border-radius: 0;
    border: 0px;
}

.select2-dropdown {
    font-family: "muli", sans-serif;
    border: 0px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    color: #4d4d4d;
}

.select2-results__option {
    padding: 0.25rem 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

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

.select2-container--default .select2-results__option--selected {
    background-color: #f9f9f9;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f9f9f9;
    color: #4d4d4d;
}