.text-btn {
  color: #409eff;
  cursor: pointer;
}
.icon-btn {
  cursor: pointer;
}
.text-point {
  .point {
    display: inline-block;
    margin-right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
  }
}
