.ajax-search-block .select2-container {
  min-height: 50px;
}
.ajax-search-block .select2-container .select2-selection--single .select2-selection__rendered {
  line-height:48px;
}
.ajax-search-block .select2-selection {
  height: auto!important;
  border: 1px solid rgb(201, 201, 201) !important;
  padding-left: 10px;
}
.select2-container--default .select2-results>.select2-results__options{
  max-height: 350px;
}
.select2-results__option--selectable {
    cursor: pointer;
}
.select2-results__option{
  width: 100%;
}
.select2-result-repository.all{  
    width: 100%;
    background-color: #dd5e89 !important;
}
.select2-result-repository__avatar {
    float: left;
    width: 100px;
    margin-right: 10px;
}
.select2-result-repository__avatar img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.select2-result-repository__meta {
    margin-left: 70px;
}
.select2-result-repository__title {
    color: black;
    font-weight: 700;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}
.select2-results__option--highlighted .select2-result-repository__title {
    color: white;
}
.select2-result-repository__price {
    font-size: 13px;
}
.select2-result-repository__text {
    font-size: 13px;
}
.select2-results__option--highlighted{
  background-color: #fff !important;
  color: #000000 !important;
  transition:ease-in-out .2s;
}
.select2-results__option--highlighted:hover{
  background:rgb(255, 209, 224) !important;
}
.select2-results__option--highlighted .select2-result-repository__title{
  color:#000000 !important;
}



.select2-hidden-accessible {
  width: 100%;
    height: 45px;
    font-size: 16px;
    color: darkgrey;
    border: none;
    outline: none;
    background: none;
    padding: 0 10px;
}