
.vaninput{
  margin-bottom: 20px !important;
  padding-bottom:  0px !important;
  margin-top: 0px !important;
  padding-top:  0px !important;
}

.vaninput.platform-input select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;

  font: inherit;
  color: inherit;

  padding: 0;
  margin: 0;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;
}

.vaninput.platform-input > div {
  position: relative;
}

.vaninput.platform-input select {
  width: 100%;
  border: 1px solid #3dbede;
  border-radius: 4px;
  outline: 0;
  background-color: transparent;

  font: inherit;
  color: inherit;

  padding: 8px 28px 8px 10px;
  margin: 0;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;
}

