.toolbar-title {
  height: 64px;
}
.Draft {
  color: #0FBC00;
}
.Ready {
  color: #0FBC00;
}
.Rejected {
  color: red;
}
.In-review {
  color: #1C69D4;
}
.tb1 table > tbody > tr > td:nth-child(1),
.tb1 table > thead > tr > th:nth-child(1) {
  position: sticky !important;
  position: -webkit-sticky !important;
  left: 0;
  z-index: 9998;
  background: white;
  border-right: thin solid rgba(0, 0, 0, 0.12);
}
.tb1 table > thead > tr > th:nth-child(1) {
  z-index: 9999;
}
