/* Select2 Custom Styles for Search Pages */

/* Select2 tweaks */
.select2-container--bootstrap-5 .select2-selection { 
    padding: 10px 12px; 
    border-radius: 8px; 
    min-height: 46px; 
}

.select2-container--bootstrap-5 .select2-selection:focus { 
    border-color: #3b82f6; 
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); 
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered { 
    padding-right: 1rem; 
    padding-left: 1rem; 
    line-height: 1.8; 
}

.select2-container--bootstrap-5 .select2-selection--single { 
    display: flex; 
    align-items: center; 
}

/* Move arrow to right side */
.select2-container .select2-selection__arrow { 
    right: 10px !important; 
    left: auto !important; 
    height: 100%; 
    width: 24px; 
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered { 
    padding-right: 2.4rem !important; 
    padding-left: .75rem !important; 
}

