.select2-results__option:hover {
    background-color: #cecece;
}
.search-form .select2-selection__rendered.select2-selection__rendered {
    line-height: 2rem !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 100% !important;
}

.select2-container .select2-selection--single {
    height: 48px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    height: 48px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 48px !important;
}
.select2-dropdown {
    border: 1px solid #ddd !important;
}
.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 48px;
}

.select2-results__option.select2-results__option {
    padding-left: 24px;
}

.select2-results__option.select2-results__option[aria-selected="true"] {
    position: relative;
}

.select2-results__option.select2-results__option[aria-selected="true"]::before {
    content: "\f26b";
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "bootstrap-icons" !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 48px !important;
    height: 48px !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    margin-right: 8px !important;
}