select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  background: #fff;
  background-image: none;
  border: 1px solid #e8eced;
}

.select::after {
  /*content: url("icons8-down-24.png");*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  /*background: #000025;*/
  pointer-events: none;
  /*color: #000000;*/
}

.select {
  position: relative;
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #ffffff;
  overflow: hidden;
}

select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #97aaaf;
  cursor: pointer;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

