.select2-container--default .select2-selection--single
{
    height: 42px !important; /* Adjust to desired height */
}

.select2-container--default .select2-selection--multiple {
    min-height: 42px !important; 
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 26px !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}
/* .select2-container .select2-selection--single {
    height: 35px !important;
} */
.select2-selection__arrow {
    height: 34px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {

    margin-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 5px;

}
.select2-container--default .select2-selection--multiple .select2-selection__clear {

    margin-top: 0px;

}
/* Style for Multi Select selected items*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    color: #000000;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    padding: 0 5px;
    margin-bottom: 5px;
    font-family: tahoma !important;/*NEw RG Change*/
}

/* Style to color the selected item text*/
.select2-container .select2-selection--single .select2-selection__rendered {
    
    padding-left: 0px !important; 
    color: var(--ct-body-color);
    }

    #fact-sheet-form .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left:8px !important;
        color: var(--ct-body-color);
    }
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline {
width: 100% !important;
}
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
width: 100% !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    color: #000000 !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999 !important;
}

.select2-results__group {
    color: var( --enov8-dropdown-text-color) !important;
}