/*** FOOTER ***/

/* Replace text in the footer */
a.watermark div.text-xs.text-muted-foreground::after {
    content: "The AI Chatbot can make mistakes as output is artificially generated or manipulated. \A Always verify the output i.e. information provided. Mark it as AI generated if you are copying \A and using the output for any purpose, as regulated by the EU AI Act Art. 50.";
    white-space: pre-wrap;
    text-align: center;
    display: block;
    width: 100%;
}
/* Hide the original text in the footer */
a.watermark div.text-xs.text-muted-foreground span {
    display: none;
}
/* Hide the original icon in the footer */
a.watermark svg {
    display: none;
}

/* Disable click if link isn't modified */
a.watermark[href*='https://github.com/Chainlit/chainlit'] {
    pointer-events: none;
}

/* Replace text in the footer in case the link isn't modified */
a.watermark[href*='https://github.com/Chainlit/chainlit'] div.text-xs.text-muted-foreground::after {
    content: "The AI Chatbot can make mistakes as output is artificially generated or manipulated. \A Always verify the output i.e. information provided. Mark it as AI generated if you are copying \A and using the output for any purpose, as regulated by the EU AI Act Art. 50.";
    white-space: pre-wrap;
    text-align: center;
    display: block;
    width: 100%;
}
/* Hide the original text in the footer in case the link isn't modified */
a.watermark[href*='https://github.com/Chainlit/chainlit'] div.text-xs.text-muted-foreground span {
    display: none;
}
/* Hide the original icon in the footer in case the link isn't modified */
a.watermark[href*='https://github.com/Chainlit/chainlit'] svg {
    display: none;
}


.css-kjafn5 {
    display: none !important;
}