.select2-container {
    min-width: 100%;
  }

  /* Optgroup headers (service category labels). */
  .select2-container--default .select2-results__group,
  .select2-container--default .select2-results__option.select2-results__option--group,
  .select2-container--default li[role="group"] > strong {
    display: block;
    padding: 8px 12px 4px;
    font-size: 12px;
    font-weight: 700;
    color: #222;
    text-transform: none;
    cursor: default;
    pointer-events: none;
  }

  .select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
  }

  /* Checkboxes only for staff multi-select dropdowns. */
  .select2-results__option:before {
    content: none;
    display: none;
  }
  .select2-container--default .select2-dropdown.stafflivelist .select2-results__option[role="treeitem"]:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    flex: 0 0 20px;
  }
  .select2-container--default .select2-dropdown.stafflivelist .select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-flex;
  padding-left: 0;
  width: 18px;
  margin-right: 8px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  flex:0 0 18px
  }
  .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: #272727;
  }
  .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: 1px;
  }
  .select2-container--default .select2-selection--multiple {
    border-width: 1px;
  }
  .select2-container--open .select2-dropdown--below {
    
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  
  }
  .select2-container--open .select2-dropdown.stafflivelist {
    z-index: 9999;
  }
  /* select with icons badges single*/
  .select-icon .select2-selection__placeholder .badge {
    display: none;
  }
  .select-icon .placeholder {
  /*  display: none; */
  }
  .select-icon .select2-results__option:before,
  .select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
  }
  .select-icon  .select2-search--dropdown {
    display: none;
  }
  .select2-container{
    height: auto !important;
    min-width: 100%;
  }
 .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    padding-right: 15px;
  }
   .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #3c3c3c !important;
    border: 1px solid #3c3c3c !important;
    color: #fff 
  }
   .select2-container--default .select2-selection--multiple .select2-selection__clear{
    position: absolute;
    right: 0;
    top: 0
   } 
   .select2-container .select2-search--inline .select2-search__field{
    margin:0;
   }
   input.select2-search__field{height: auto;}  

  .select2-container--default .select2-dropdown.stafflivelist .select2-results__option[role="treeitem"]{
    display: flex;
  }