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