.req {
    color: red;
  }

  .active-true {
    background-color: rgb(194, 230, 194);
}
.active-false {
    background-color: rgb(220, 182, 182);
}