/* Remove form-group margin inside filter bar so dropdowns align with search input */
#changelist-search .form-group {
    margin-bottom: 0;
}

/* Select2 filter dropdowns: match Bootstrap form-control height */
#changelist-search .select2-container {
    min-width: 200px;
}

#changelist-search .select2-container .select2-selection--single {
    min-height: 38px;
    display: flex !important;
    align-items: center;
}

#changelist-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px !important;
    top: unset !important;
}
