/*  .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #444;
      position: absolute;
      bottom: 0;
      font-size: 16px; 
      float:left;
      font-weight: 400;
      color: black;
  }*/
  .select2-container--default .select2-selection--single{
    border:none !important;
  }
  /*.select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 45px !important;
      font-weight: 500;
    
  }*/
  .select2-container:focus{
    outline: none !important;
  }
  .select2-container--default .select2-selection--single:focus{
    outline: none !important;
  }
/*  .select2-container--open .select2-dropdown {
      margin-top: -35px;
  }
  .select2-container {
      width: 84% !important;
  }
  .select2-container--open .select2-dropdown--below {
      border-top: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      width: 100%;
      top: -6px !important;
      left: 10px !important;
      box-shadow: 0 20px 66px 0 rgba(34,48,73,.2);
      border: 0 solid #e2e6e8;
      border-radius: 3px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 6px;
      padding-right: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
   
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px !important;
      margin-top: 9px !important;
      position: absolute;
      top: 50%;
      width: 0;
  }*/