.product-table-box {
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}
.nav .nav-item .nav-link {
  font-size: 12px !important;
  padding: 4px 8px !important;
}
.tr-check {
  background-color: #dcffd2;
}
.tr-check td {
  background-color: #dcffd2;
}
.people-cell {
  background-color: rgba(255, 182, 79, 0.39) !important;
}
.product-cell {
  background-color: rgba(111, 255, 79, 0.39) !important;
}
.pagination {
  justify-content: center;
}
/*# sourceMappingURL=common.css.map */