/* === Select2 Custom Unified Styling === */

/* Single select box */
.select2-container--default .select2-selection--single {
    background-color: #edf1f3 !important;
    border: none !important;
    border-radius: 4px !important;
    height: 48px !important;
    padding: 0 12px !important;
    font-size: 16px !important;
    color: #2c3e50 !important;
    box-shadow: none !important;
    outline: none !important;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding-left: 0 !important;
    color: #2c3e50 !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 12px !important;
    width: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -2px !important;
}

/* Dropdown styling */
.select2-container--default .select2-dropdown {
    background-color: #ffffff !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-size: 16px;
    color: #2c3e50;
    padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 16px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    margin: 6px 8px;
}

.select2-container--default .select2-results__option {
    padding: 10px 16px !important;
    color: #2c3e50 !important;
    background-color: transparent !important;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0a58ca !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #0a58ca !important;
    color: #ffffff !important;
}

/* Multiple select tag styling */
.select2-container--default .select2-selection--multiple {
    background-color: #edf1f3 !important;
    border: none !important;
    border-radius: 4px !important;
    min-height: 48px !important;
    padding: 4px 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0d6efd !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    margin: 4px 4px 0 0;
    padding-left: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
    margin-right: 6px !important;
    margin-left: -4px !important;
    font-weight: bold;
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #ffffff !important;
    opacity: 0.7;
}
