#footer,
footer.navbar {
    bottom: 0;
    left: 0;
    right: 0;
    /* z-index: 1030; */
}

/* Hide tab and section titles that come from Dataverse form labels */
.entity-form h2.tab-title,
.entity-form h3.section-title,
.entity-form .tab-title,
.entity-form .section-title {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure PCF multi-select dropdown renders above footer */
.msos-selection-container {
  z-index: 2000 !important;
}

/* Footer should behave like normal page flow */
.footer {
  position: static !important;
  z-index: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.entity-form .text-muted {
  display: none;
}

.dropdown-menu > li:has(~ .dropdown-divider),
.dropdown-menu > .dropdown-divider {
    display: none;
}