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

/* a[href='/'] {
    visibility: hidden;
} */

img[src$="logo?theme=light"] {
  max-height: 45px !important;
}

img[src$="logo?theme=dark"] {
  max-height: 45px !important;
}

/* #-loading::after {
    content: ' - Please wait...';
} */

/* button[class*="MuiButton-root MuiButton-outlined MuiButton-outlinedPrimary MuiButton-sizeSmall MuiButton-outlinedSizeSmall MuiButton-disableElevation"] {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    min-width: 40px;
    padding: 3px 5px;
    border-radius: 16px;
    border: 1px solid rgba(78, 0, 30, 0.5);
    color: rgb(83, 83, 83);
    margin: 2px 5px 5px 0px;
} */
