#content {
  padding: 0;
}

.input__select {
  font-family: "Bai Jamjuree", sans-serif;
  background: rgb(255, 255, 255);
  margin: auto 0px;
  font-size: 13px;
  line-height: 32px;
  /* border: none; */
  cursor: text;
  color: rgb(63, 63, 63);
  height: 32px;
  border-radius: 3px;
  min-width: 120px;
  text-align: left;
  padding-left: 10px;
  /* box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); */
}
