/* Select2 Custom Styles */
.select2-container {
    width: 100% !important;
    z-index: 9999;
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.15rem 0.35rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-selection {
    border: 1px solid var(--bs-border-color);
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-primary);
    border: none;
    color: white;
    padding: 0.1rem 0.25rem;
    font-size: 0.75rem;
    margin: 1px;
    border-radius: 0.2rem;
    line-height: 1.2;
}

.select2-selection__choice__display {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #fff;
}

.select2-selection__choice__remove {
    color: #fff !important;
    font-size: 0.75rem;
    line-height: 1.2;
}

.select2-selection__choice__remove:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.15);
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 2px;
    padding: 0 2px;
    font-size: 0.75rem;
    border-radius: 0.15rem;
    line-height: 1.2;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove span {
    color: #fff;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--bs-border-color);
    border-radius: 0.25rem;
}

.select2-container--bootstrap-5 .select2-search__field:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.select2-container--bootstrap-5 .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary);
    color: white;
}

.select2-container--bootstrap-5 .select2-results__option[aria-selected=true] {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-body-color);
}

.select2-container--bootstrap-5 .select2-results__option {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.select2-container--bootstrap-5 .select2-search__field {
    font-size: 0.75rem;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search__field {
    margin-top: 1px;
    line-height: 1.2;
}

/* Ensure Select2 dropdown appears above modal */
.modal-dialog {
    z-index: 1050;
}

.select2-container--open {
    z-index: 1060;
}

.select2-dropdown {
    z-index: 1060;
}

/* Larger clickable area for selections */
.select2--large .select2-selection__choice {
    padding: 0.25rem 0.5rem !important;
    margin: 0.25rem !important;
}

.select2--large .select2-selection__choice__remove {
    padding: 0.25rem !important;
    margin-right: 0.25rem !important;
}
