#editPerms .form-check + div {
    overflow: hidden;
    transition: all .3s ease-in-out;
    max-height: 0px;
}

#editPerms .form-check:has(:checked) + div {
    max-height: 150px;
}

#editPerms p {
    margin: 0;
}