#emr--mobile-fixed-menu {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  padding: 5px;
  column-gap: 5px;
  z-index: 5;
}

#emr--mobile-fixed-menu a {
  flex: 1 1 auto;
}

.grecaptcha-badge {
  bottom: 74px !important;
}