.businessPlanFilter .select2-container {
    z-index: 10 !important;
}

.businessPlanFilter .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.businessPlanFilter .select2-container--default .select2-selection--single {
    border-color: #005FF9;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.businessPlanFilter .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-dropdown .select2-results .select2-results__options .select2-results__option {
    text-align: center !important;
    font-family: "Heebo", Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.select2-dropdown {
    border: 1px solid #005FF9 !important;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E9EAFF !important;
    color: #005FF9 !important;
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 4px;
    height: 128px !important;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option {
    border-radius: 4px !important;
    margin-bottom: 2px;
}

.businessPlanFilter .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-dropdown .select2-results .select2-results__options .select2-results__option:nth-child(2) {
    display: none;
}

/* Comparison filter select box */

.comparisonTableContainer .nice-select .list {
    font-family: "Heebo", serif;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 200px;
    width: 179px;
    margin-top: 4px;
    border: 1px solid #005FF9;
    border-radius: 4px;
}

.comparisonTableContainer .nice-select .option.selected.focus {
    background-color: #E9EAFF;
    color: #005FF9;
}

.comparisonTableContainer .nice-select:after {
    content: url("/wp-content/themes/hello-theme-child-master/assets/icons/chevron_forward.svg");
    border-bottom: 0px solid #005FF9;
    border-right: 0px solid #005FF9;
    right: 16px;
    width: 10px;
    margin-top: 0;
    height: 31px;
    top: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.comparisonTableContainer .nice-select.open:after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
}