.select2-container--tailwindcss-3 .select2-selection--multiple {
    padding-bottom: 0;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-search.select2-search--inline {
    display: inline !important;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-selection__rendered {
    display: inline !important;
    margin-top: 0.5ch;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-selection__choice {
    margin-left: 0.5ch;
    margin-bottom: 0.375rem;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-selection__clear {
    padding-left: 0.5ch;
}

.select2-container--tailwindcss-3 .select2-selection--multiple .select2-search__field {
    margin-left: 0.5ch !important;
    margin-bottom: 0.375rem !important;
}

/* Disabled options styling for sample size table filtering */
.select2-results__option[aria-disabled="true"] {
    color: #9ca3af !important;
    background-color: #f9fafb !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

.select2-results__option[aria-disabled="true"]:hover {
    background-color: #f9fafb !important;
}

/* OptGroup labels styling */
.select2-results__group {
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    color: #ffffff !important;
    background-color: #1e3a8a !important;
    padding: 0.375rem 0.75rem !important;
    margin-top: 0.25rem !important;
    text-transform: uppercase !important;
}

.select2-results__group:first-child {
    margin-top: 0 !important;
}

/* Hover and selected option styling */
.select2-container--tailwindcss-3 .select2-results__option--highlighted {
    background-color: #93c5fd !important;
    color: #1e3a8a !important;
}

.select2-container--tailwindcss-3 .select2-results__option--selected {
    background-color: #bfdbfe !important;
    color: #1e3a8a !important;
}
