.direct-chat-text a{
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
  &:hover {
    color:#000;
  }
}