/* Hide the copy button */
button[data-testid="copy-button"] {
    display: none !important;
  }

a[href*='https://github.com/Chainlit/chainlit'] {
    visibility: hidden;
}

#readme-button{
  display: none!important;
}

.bg-muted{
  display: none!important;
}

.lg\:grid-cols-2 {
  grid-template-columns: repeat(1,minmax(0,1fr))!important;
}

#root>.grid>div>div{
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
}

.bg-primary {
  background-color: hsl(30.37deg 70.69% 54.51%)!important;
}

/* Target buttons with the "copy" icon shape */
button svg path[d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"] {
  display: none !important;
}

/* Hide the entire button by targeting the parent of the icon */
button:has(svg path[d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"]) {
  display: none !important;
}


#sidebar-trigger-button{
  display: none!important;
}

.toast[data-type="error"] {
  display: none !important;
}

#welcome-screen .prose .leading-7{
  text-align: center!important;
}

.watermark{
  display: none!important;
  opacity: 0!important;
}

/* div[role="article"] {
  text-align: center!important;
} */


#