.watermark,
a[href*="github.com/Chainlit/chainlit"] {
  display: none !important;
  visibility: hidden !important;
}

/* Top-right profile avatar button */
header button .MuiAvatar-root {
  background-color: #00CC99 !important;
  color: #ffffff !important;
}

/* Chainlit/MUI primary icon button (account button) */
header .MuiIconButton-colorPrimary {
  background-color: #00CC99 !important;
  color: #ffffff !important;
}

header .MuiIconButton-colorPrimary:hover {
  background-color: #00b88a !important;
}
