tr:hover {
  background-color: #f6f6f610;
  cursor: pointer;
}

.row-selected {
  background-color: #e0f0e010 !important;
  border-left: 4px solid #32CD32;
}

#bulk-action-bar {
  display: none;
  position: sticky;
  bottom: 0;
  background:none;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 12px 20px;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05);
  z-index: 50;
  justify-content: flex-end;
  align-items: center;
}

