.k-help{
  font-size: 12px;
  color: #8191a5;
  letter-spacing: 0.2px;
}

.k-help::before{
  content: ' - '
}

.k-help-title{
  font-size: 12px;
  color: #A593E0;
  font-weight: 700;
  letter-spacing: 0.2px;
}


/* Questions */

/* Select fillGap */
.fake-inputs{
  margin-top: 50px;
}

.fake-inputs .fake-input{
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}

/* Ordering */

.fake-words-container{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.by-character-container{
  margin-left: 20px;
}
