:root {
    --background: unset !important;
}


html, body {
    background-color: transparent !important;
    background-image: url('https://dtcdatalakebn.blob.core.windows.net/publicfiles/bnhm_nova_achtergrond@3x.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* div[data-author="ai"] * {
    background-color: hsl(226, 69%, 17%) !important;
    color: white !important;
} */



div.items-start>.message-content.w-full.flex.flex-col.gap-2 {
    background-color: white !important;
    color: hsl(226, 69%, 17%) !important;
    padding: 16px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
}


.bg-accent{
    background-color: hsla(226, 69%, 17%, 0.9) !important;
}

div[role="dialog"] {
    background-color: hsla(226, 69%, 17%, 0.75) !important;
}

div[id="message-composer"] button {
    opacity: 1 !important;
}


div[role="dialog"] textarea.flex.w-full.rounded-md.border.border-input.bg-background {
    color: white !important;
}

div[role="dialog"] h2,
div[role="dialog"] h2 span {
    color: white !important;
}

div[role="dialog"] svg {
    color: white !important;
    fill: white !important;
    stroke: white !important;
}

/* Hide the default Chainlit watermark content */
.watermark > * {
    display: none !important;
}

/* Add Datacation branding */
.watermark {
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    gap: 0.5rem !important;
}

.watermark::before {
    content: '' !important;
    display: inline-block !important;
    width: 100px !important;
    height: 20px !important;
    background-image: url('https://www.datacation.nl/assets/datacation-logo-light.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.watermark::after {
    content: 'Developed by Datacation B.V.' !important;
    font-size: 0.75rem !important;
    color: var(--muted-foreground, #6b7280) !important;
}

/* Make the watermark clickable */
.watermark {
    cursor: pointer !important;
    position: relative !important;
}

.watermark:hover::after {
    text-decoration: underline !important;
}
