.ids-gpt-input-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ids-gpt-input{
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2px;
  /*border: 1px solid #ccc;*/
  border:none;
  font-size: 14px;
  resize: none;
  overflow: hidden;
}
/*
.ids-gpt-input:focus{ 
  border: 1px solid #29C392;
}
.ids-gpt-input:hover{ 
  border: 1px solid #29C392;
}*/