.dataTables_filter {
  float: right;
}

.dataTables_filter input{
  width: 150px;
  height: 30px;
}

#card_button{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: .5rem;
    margin-left: .5rem;
}

 .greyed_out_row{
  background-color: #f2f2f2 !important;
  color: #999999 !important;
}

ul.checkbox-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);  /* Adjust the number of columns as needed */
  gap: 10px;
  list-style: none;
}