.input-custom {
  display: flex;
  height: 28px;
  font-family: Inter;
  font-size: 15px;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 8px;
  opacity: 0.6;
  border: 0;
  background: #fff;
  padding-left: 15px;
}
