.select2-container--default .select2-selection--single {
      flex: 1 1 auto;
      font-size: 0.875rem;
      height: 1.85rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0 30px 0 10px;
      border: 1px solid #e0e0e0;
      border-radius: 3px;
      background: #fff;
      margin: 0 5px 5px 0;
}

.custom-select {
      flex: 1 1 auto;
      font-size: 0.875rem;
      height: 1.85rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 0 30px 0 10px;
      border: 1px solid #e0e0e0;
      border-radius: 3px;
      background: #fff;
      margin: 0 5px 5px 0;
    }