.select2 {
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
  }
  .select2-container .select2-selection--single {
  
    height: 24px;
  
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
  
    padding-left: 4px;
    font-size: 0.875rem;
  
  }
  .select2 {
    min-height: unset;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
  }
  .select2-results {
  
    font-size: 0.875rem;
  }
  .select2-search--dropdown .select2-search__field {
    font-size: 0.875rem;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
  }
  .select2-container .select2-selection--single {

    height: 100%;
  
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  font-size: 0.875rem;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  
  }
  .select2-container--default .select2-selection--single {
  
    border: none;
  
  }
  .select2-dropdown {
    font-size: 0.875rem;
  }
  .select2-results__option {
    font-size: 0.875rem;
  }
  .select2-container--default .select2-results__option {
    font-size: 0.875rem;
  }