.required-field::before {
    content: "*";
    color: red;
  }
  .error { 
    color: red; 
    margin-top: 5px; 
    font-size: 0.9em; 
  }
  .note{
    color: red;
    font-size: 10px;
    font-weight: bold;
  }
  .delete-btn {
    color: #dc3545; /* Red color for the delete icon */
    cursor: pointer; /* Change cursor to pointer */
   
}

.delete-btn:hover {
    color: #c82333; /* Darker red on hover */
    
}
.hold-btn {
  color: #e0c83d; /* Red color for the delete icon */
  cursor: pointer; /* Change cursor to pointer */
}
.hold-btn:hover {
  color: #ab930a; /* Darker red on hover */
}
.act-btn{
  color: #58c109; /* Red color for the delete icon */
  cursor: pointer; /* Change cursor to pointer */
}
.act-btn:hover{
  color: #489f07; /* Red color for the delete icon */
  cursor: pointer; /* Change cursor to pointer */
}
th,td{
  text-align: center;
}

