#webchat .rw-launcher, #webchat .rw-header, #webchat .rw-close-button, #webchat .rw-client, #webchat .rw-avatar {
    background-color: #887439 !important;
}

.rw-conversation-container .rw-title.rw-with-avatar {
    color: white !important;
}

/* Landelijke CSS-aanpassingen */
/* Show chat widget larger in fullscreen mode */
@media (min-width:1000px) {#webchat .rw-widget-container.rw-chat-open .rw-conversation-container {width:800px;}}
/*  White line after last list item*/
.rw-widget-container .rw-conversation-container li:last-child {margin-bottom: 1em;}
/*  Show numbered lists as numbers */
.rw-widget-container .rw-conversation-container ol li { list-style-type: decimal;}
/* Show close button in top right corner */
.rw-conversation-container .rw-close-button {display:block; border: 0;}
.rw-conversation-container .rw-close-button img {width:20px; height:20px;}
/* Better alignment wide text balloons irl to avatar */
.rw-from-response > .rw-with-avatar > div {max-width:92%; min-width:60%}
.rw-from-response > .rw-with-avatar:first-of-type > div {max-width:90%; min-width:50%}
/* Compact dashboard tiles */
.dashboard-tile .h1.text-muted.text-right.mb-4{font-size:1.5em; margin-bottom:0 !important;}
.dashboard-tile .text-value{display:none;}
.required-tiles .dashboard-tile .text-value{display:block; font-size:1em}
/* Better contrast tile colors */
.variable-tiles .dashboard-tile {background-color: darkgreen !important;}
.story-tiles .dashboard-tile {background-color:darkblue !important;}
.story-tiles .aa-nieuwe-antwoorden>div{border-bottom: solid 3px #e34605;}
.story-tiles .llm {display:none;}
.dashboard-tile.bg-danger>div{background-color:#a82410}
.dashboard-tile.bg-stats{background-color:#005757 !important;}
.dashboard-tile.bg-dialogs-new {background-color:#7b02b1 !important}
.dashboard-tile.bg-config {background-color:#293455 !important}
/*temp*/
.story-col-bot h4.botanswer {display:none;}
.story-col-bot::before {content: "Antwoord bot";font-size:1.5em;}
select.story-status--default, select.story-status--enabled  {color:#666 !important; border-color:#999 !important;}
ul.story-user-messages {padding-left:2em;}
hr.story-divider {margin:3em 0 2em}

/* Show chat widget larger in fullscreen mode */
@media (min-width:1000px) {
    #webchat .rw-widget-container.rw-chat-open .rw-conversation-container {
        width: 800px;
    }
}

/*  White line after last list item*/
.rw-widget-container .rw-conversation-container li:last-child {
    margin-bottom: 1em;
}

/*  Show numbered lists as numbers */
.rw-widget-container .rw-conversation-container ol li {
    list-style-type: decimal;
}

/* Show close button in top right corner */
.rw-conversation-container .rw-close-button {
    display: block;
    border: 0;
}
.rw-conversation-container .rw-close-button img {
    width: 20px;
    height: 20px;
}

/* Better alignment wide text balloons irl to avatar */
.rw-from-response>.rw-with-avatar>div {
    max-width: 92%;
    min-width: 60%
}
.rw-from-response>.rw-with-avatar:first-of-type>div {
    max-width: 90%;
    min-width: 50%
}
