.form-control{
  width:100%;
}
.recommendDel{
  color: rgb(124, 31, 39);
  cursor: pointer; 
  float:right;
}
.recommendAdd{
  cursor: pointer;
}
  .label-point-green {
    width: 10px;
    height: 10px;
    border: 1px solid #07c160;
    border-radius: 50%;
    background-color: #07c160;
    display: inline-block;
  }
  .label-point-gray {
    width: 10px;
    height: 10px;
    border: 1px solid gray;
    border-radius: 50%;
    display: inline-block;
  }
  .label-point-orange{
    width: 10px;
    height: 10px;
    border: 1px solid  #F59A23;
    background-color: #F59A23;
    border-radius: 50%;
    display: inline-block;
   }
  