#root-category,
#root-category{
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
#root-category .list-container {
    width: 100%;
    height:82%;
    overflow: auto;
    padding-bottom: 60px;
}


.category-item input[type="checkbox"] {
  display: none;
}
.category-item.selected input[type="checkbox"] {
  display: block;
}