.text-core .text-wrap .text-dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  z-index: 3;
  background: #fff;
  /* border: 1px solid #9daccc; */
  width: 100%;
  max-height: 300px !important;
  padding: 1px;
  font-size: 12px;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  top: 30px !important;
  z-index: 999;
}
.text-core .text-wrap .text-dropdown.text-position-below {
  /* margin-top: 1px; */
}
.text-core .text-wrap .text-dropdown.text-position-above {
  margin-bottom: 1px;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion {
  padding: 3px 5px;
  cursor: pointer;
  color: #fff;
  background: #731f1f;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion em {
  font-style: normal;
  text-decoration: underline;
}
.text-core .text-wrap .text-dropdown .text-list .text-suggestion.text-selected {
  color: #fff;
  background: #101010;
}
