#userDropdown_dropdown_content_dropdown_positioner {
    z-index: 1 !important;
}
.hide
{
  display: none;
}
.layout-content:not(:has(#Dashboard_CompletedSections:checked)) .card-status-complete {
  display:none;
}

.layout-content:not(:has(#Dashboard_IncompleteSections:checked)) .card.card-status:not(.card-status-complete) {
  display:none;
}
