.select2-dropdown {
    /* margin-top: -4px!important; */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
  }
  
  .select2-container--default .select2-selection--single .select2-selection__arrow b{
      border: 0;
  }
  
  .select2-container--default .select2-selection {
    background-color: transparent;
    border: 0px solid #aaa!important;
    border-radius: 0px;
    cursor: text;
  }
  
  .select2-container .select2-selection {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 38px;
    user-select: none;
    -webkit-user-select: none;
  }
  
  
  .select2-container--default .select2-selection .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
  
    padding: 3px;
    padding-left: 0px;
    padding-left: 30px;
    font-size: 14px;
  }
  
  .select2-container--default .select2-selection .select2-selection__choice__remove {
    padding: 3px 8px;
  }
      
      
  .select2-container{
    width:100%!important;
      padding: 0;margin: 0;
  } 
  
  .select2-search__field{
      border-radius: 3px!important;
      
  }
  
    input:focus {
      box-shadow: none!important;
      border-color: #ced4da; 
    }
  
   input:focus {outline:none;}





   
.styled-select b{
  display: none;
}

.select2-container--default .select2-selection--single{
      background-color: transparent!important;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
  color: rgb(122,122,122);
  margin-right: 45px!important;
  padding-top: 5px!important;
}




.img-padding .img-wapper .image img{
  width: 28px!important;
  height: 28px!important;
  border:0px solid rgb(190,190,190);
}
.img-wapper .image img{
  width: 30px!important;
  height: 30px!important;
  border:1px solid rgb(190,190,190);
}
.img-padding{
  padding: 0px 3px!important;
  margin-top: -1px;
}

.rak-class .select2-results .img-wapper .image{
     width: 35px!important;
  height: 35px!important;    
  padding: 0px 0px!important;
  margin-top: -1px;    
}

.rak-class  .select2-results .img-wapper .image img{
     width: 40px!important;
  height: 40px!important;     
   border:1px solid rgb(255,0,0);
}

.rak-class .select2-results__option {
  padding: 2px!important;
  margin: 0!important;
   border:0px solid rgb(255,0,0);
  
   border-bottom:1px solid rgb(236,234,234);
  
}



