.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 700 !important;
    font-size: 19px !important;
    color: #000000ba !important;
}
/* Style the Select2 container */
.select2-container .select2-selection--single {
    height: 54px !important;
    padding: 12px 12px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #006ec8;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px !important;
} 
.select2-container--default .select2-selection--single {
    border-radius: 0px;
}
/* Placeholder text */
.select2-container .select2-selection__placeholder {
    color: #999 !important;
}
/* Dropdown search box */
.select2-container .select2-search--inline .select2-search__field {
    padding: 6px;
    font-size: 16px;
}

/* Highlight selected option */
.select2-results__option--highlighted {
    background-color: #0073aa !important; /* WordPress blue */
    color: #fff !important;
}

/* Dropdown menu */
.select2-dropdown {
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    background-color: #fff !important;
}
.select2-container {
    width: 100% !important;
}
/* Hover effect on options */
.select2-results__option:hover {
    background-color: #f4f4f4 !important;
}

/* General Dropdown Styles */
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 40px;
    padding: 5px;
}

/* Selected Items */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #000; /* Black text */
    font-size: 14px;
}
/*#cf_wpc_cf_school_division {
    display: none !important;
}*/
/* Dropdown Options */
.select2-container--default .select2-results__option {
    color: #000 !important; /* Black text */
    font-size: 14px;
    padding: 8px;
}

/* Highlighted Option (on hover/focus) */
.select2-container--default .select2-results__option--highlighted {
    background-color: #ddd !important; /* Light grey */
    color: #000 !important;
}

/* Placeholder Text */
.select2-container--default .select2-selection--multiple .select2-search__field {
    color: #000 !important; /* Black text */
}

/* Clear Button */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    color: red;
}

/* Dropdown Arrow */
.select2-container--default .select2-selection--multiple:after {
    content: "\25BC";
    font-size: 12px;
    color: #000;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
