.silverProgressRequest_5_1{
    width: 330px!important; height:155px; background: #a6a6a6; color:black; border-radius: 5px; text-align:center; font-size:13px;display: flex;
      align-items: center;
      justify-content: center;
  }
  .red_5_1 {
    color: red;
    font-size: 22px;
    padding-right: 5px;
  }
  .greenCompletedRequest{
    background: #9ed564;
  }
  .yellowInprogressRequest{
    background: #ffc000;
  }
  .greenCompletedArrow{
    color: #9ed564;
  }
  .yellowInprogressArrow{
    color: #ffc000;
  }
  .silverProgressArrow{
    color: #a6a6a6;
  }
.payroll5_1-body body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}
.payroll5_1 {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.payroll5_1 h2 {
    text-align: center;
    color: #333;
}
.payroll5_1 table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.payroll5_1 table, th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.payroll5_1 th {
    background-color: #4169E1;
    color:white;
}
.payroll5_1 td {
  background-color: #B0C4DE;
  color:black
}

