/* select 2 */
.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: solid #dddddd 1px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
  }
  .select2-results__option[aria-selected=true]:before {
    font-family:'fontAwesome';
    content: "\f00c";
    color: #080808;
    background-color: #ffffff;
    border: 0;
    display: inline-block;
    padding-left: 3px;
    /* border: 1px solid black; */
  }
  .select2-container--default .select2-results__option[aria-selected=true] {
      background-color: #fff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
      background-color: #eaeaeb;
      color: #666666;
  }
  .select2-container--default .select2-selection--multiple {
      margin-bottom: 10px;
  }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-radius: 4px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
      /* border-color: #f77750; */
      /* border-width: 2px; */
  }
  .select2-container--default .select2-selection--multiple {
      border-width: 2px;
  }
  .select2-container--open .select2-dropdown--below {
      
      border-radius: 6px;
      box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .select2-selection .select2-selection--multiple:after {
      content: 'hhghgh';
  }

/* select 2 */

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: solid #dddddd 1px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple{
    border: solid #dddddd 1px;
}