.fvhpss-item { display: inline-flex; align-items: baseline; gap: .5rem; }
.fvhpss-item .fvhpss-id { color: #6c757d; font-size: 90%; }

.select2-container .select2-selection {
    border-color: #cccccc; /* e.g., #FF0000 or blue */
}
.select2-container .select2-selection--single {
    height: 34px !important; /* Adjust to your desired height */
}
.select2-selection__rendered {
    line-height: 32px !important; /* Adjust to match the height for vertical alignment */
}
.select2-selection__arrow {
    height: 34px !important; /* Ensure the arrow aligns with the new height */
}

 /* Style for the search input field within the dropdown when focused */
.select2-container--open .select2-search__field:focus {
    outline: none; /* Remove default browser outline */
    border-color: #007bff; /* Example: Change border color */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Example: Add a subtle shadow */
}

/* Style for the main Select2 container when it's focused */
.select2-container--focus .select2-selection--single,
.select2-container--focus .select2-selection--multiple {
    border-color: #007bff; /* Example: Change border color */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Example: Add a subtle shadow */
}