/* Forms/lists */
.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    border: none;
}

/* Don't show parts */
/* Power Virtual Agent */
.pva-container,
/* Private mode banner */
.private-mode-banner,
/* Profile edit button */
#ContentContainer_MainContent_MainContent_ContentBottom_SubmitButton,
/* Form parts */
td:has(#jobtitle),
td:has(#telephone1),
td:has(#parentcustomerid_name),
#jobtitle,
#jobtitle_label,
#telephone1,
#telephone1_label,
#telephone1 ~ .text-muted,
#parentcustomerid_name,
#parentcustomerid,
#parentcustomerid_entityname,
#parentcustomerid_label
/*.workflow-link*/ {
  display: none !important;
}

/* Extend filterlist with all options visible */
.entitylist-filter-option-group-box-overflow {
    max-height: none;
    height: auto;
    overflow: visible;
}

/* No border on filter list */
.entitylist-filter.card {
    border: none ;
    box-shadow: none 
}

.createdby.text-muted {
  visibility: hidden;
}