
.nokta {
   position: relative;
}


.nokta::after{
  content: "(*)";
  position: absolute;
  right: 10px;
  color:red;
  font-size: 12px;
  top: 10px
}

