.karat-tg-select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  appearance: auto;
}

.karat-tg-select:invalid {
  color: #9a9a9a;
}

.karat-tg-select option {
  color: #111;
}
