.select {
  height: 40px;
  box-shadow: inset 0 0 0 1px #DFE4EB;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 2px;
  border: 0;
  outline: none;
  font-size: 16px;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background: transparent url(../svg/chevron.svg) no-repeat calc(100% - 10px) 50%;
  padding: 8px 34px 8px 16px;
}


.select_md {
  height: 32px;
  color: #325feb;
  font-size: 14px;
}
