/* UTSW primary blue: https://brand.utswmed.org/color-palette-and-typography/ */
#oasis-trial-footer {
  position: fixed;
  inset: auto 0 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 14px;
  box-sizing: border-box;
  padding: 7px 14px;
  background: #004c97;
  color: #ffffff;
  font: 12px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: .01em;
  text-align: center;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
  pointer-events: none;
}
#oasis-trial-footer .identity { display: inline-flex; align-items: center; gap: 14px; }
#oasis-trial-footer .institution { font-weight: 700; }
#oasis-trial-footer .sep { opacity: .65; }
#oasis-trial-footer .notice { font-size: 11px; }
#oasis-trial-footer .demo-guide {
  color: #ffffff;
  font-weight: 600;
  text-underline-offset: 3px;
  pointer-events: auto;
}
#oasis-trial-footer .demo-guide:hover { text-decoration-thickness: 2px; }
#oasis-trial-footer .demo-guide:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
  border-radius: 2px;
}
body { padding-bottom: var(--oasis-footer-height, 68px) !important; }
[data-oasis-registration-disabled] {
  color: #6b7280 !important;
  cursor: not-allowed !important;
  text-decoration: none !important;
}
button[data-oasis-registration-disabled] {
  background: #e5e7eb !important;
  opacity: 1 !important;
}
@media (max-width: 640px) {
  #oasis-trial-footer { padding: 8px 14px; }
  #oasis-trial-footer .notice { flex-basis: 100%; }
}
