#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;
}
.layout-content:not(:has(ads-switch[checked]#Application_ShowDirectors)) .Director {
   display:none;
}
.layout-content:not(:has(ads-switch[checked]#Application_ShowShareholders)) .Shareholder {
   display:none;
}
.layout-content:not(:has(ads-switch[checked]#Application_ShowDirectors)):not(:has(ads-switch[checked]#Application_ShowShareholders)) .DirectorAndShareholder {
  display: none;
}
.card-col .mortgageFree,
.card-col .inHouseMortgage,
.card-col .outHouseMortgage {
  display: block;
}
/*This temporary solution will be removed once we upgrade to the ADS modal custom component */
.scorll-modal-body {
      min-height: 300px;
      max-height: 450px;
      overflow-y: auto;
    }
