   img {
    vertical-align: middle;
    border-style: none;
    width: 25px;
  }
  .instruction{
      font-size: 18px;
      font-weight: 600;
      margin-left: 10px;
      color: #000;
     
  }
  p{
      margin-bottom: 20px !important;
      margin-top: 20px !important;
  }

  .dateInput {
    width: 95%;
    border-radius: 10px;
    padding: 10px;
    font-size: initial;
    border: 1px solid #ddd;
    background: #fff;
  }

.instructionInput{
    margin-top: 20px;
    width: 100%;
    height: 55%;
    border-radius: 5px;
    overflow:auto;
    border: 1px solid #ddd;
    background: #fff;
}
  

.txtlabel{
  font-weight: bold;
  color:#000;
}

.jobPlan-panel-custom::ng-deep .ui-panel .ui-panel-content {
  border: 1px solid #ccc !important;
  background-color: #ffffff !important;
}