#tableHead1{
  width: 10% !important;;
}

#tableHead2{
  width:10% !important
}

#tableHead3{
  width: 40% !important;
}

#tableHead4{
  width: 15% !important;
}
#tableHead5{
  width: 15% !important;
}

input[type='checkbox']{
  width:20px;
  height:20px;
}

.categoryChip{
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dadce0;
  color: #3c4043;
  box-sizing: border-box;
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  height: fit-content;
  width: fit-content;
  padding: 10px;
  position: relative;
  margin-left: 0.5vw;
}

.remainingCategory {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.spans{
  display: none;
}