/* UTSW primary blue: https://brand.utswmed.org/color-palette-and-typography/ */
/* ABS courtesy welcome on the pinned MAPLES sidebar. */
#oasis-abs-welcome {
  display: flex;
  flex: none;
  align-items: center;
  gap: 10px;
  margin: 0 12px 12px;
  padding: 11px 10px;
  border: 1px solid #33485f;
  border-radius: 10px;
  background: #17263b;
}
#oasis-abs-welcome .abs-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f8fafc;
}
#oasis-abs-welcome img { width: 32px; height: 32px; }
#oasis-abs-welcome .abs-title {
  display: block;
  color: #f8fafc;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
#oasis-abs-welcome .abs-institution {
  display: block;
  margin-top: 2px;
  color: #aabbd0;
  font-size: 10px;
  line-height: 14px;
}
aside.w-16 #oasis-abs-welcome { margin: 0 auto 12px; padding: 0; border: 0; background: none; }
aside.w-16 #oasis-abs-welcome .abs-copy { display: none; }
aside.w-16 #oasis-abs-welcome .abs-symbol { width: 38px; height: 38px; flex-basis: 38px; }
aside.w-16 #oasis-abs-welcome img { width: 28px; height: 28px; }
#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%; }
}
