/**
 * Styling specific to the chatbot part of the code.
 */

#iChatHeader #bld-iChatExtraLine p {
    color: dimgray;
    margin-bottom: 20px;
}

#iChatConversation #iChatLinesAndTyping {
    padding-bottom: 20px;
}

#iChatConversation #iChatLinesAndTyping ul {
    list-style: none;
    padding: 0;
}

#iChatConversation #iChatInput {
    padding-top: 1.5rem;
}

#iChatConversation #iChatInput #iChatInputLargeField {
    display: none;
}

#iChatConversation #iChatInput a[class*=bld-knop] {
    text-align: center;
    width: 100%;
}

#iChatConversation a {
    color: var(--wp--preset--color--logoblue-100);
}

#iChatConversation a:hover {
    color: #091d32;
}

#iChatConversation #iChatLines {
    list-style-type: none;
    margin: 0;
}

#iChatConversation #iChatLines > li {
    margin: 1rem 0;
    margin-bottom: 1rem;
}

#iChatConversation #iChatLines .cAgentLine span,
#iChatConversation #iChatLines .cUserLine span {
    color: dimgray;
    display: block;
    padding-right: 0;
    font-weight: 600;
}

#iChatConversation #iChatLines .cAgentLine {
    margin-right: 2rem;
}

#iChatConversation #iChatLines .cAgentLine span {
    color: var(--wp--preset--color--darkblue-100, #01689B);
}

#iChatConversation #iChatLines .cUserLine {
    margin-left: 2rem;
}

#iChatConversation #iChatLines .cErrorLine {
    background-color: #F9DFDD;
    padding: 1rem;
}

#iChatConversation #iChatInputPrefix {
    font-weight: 600;
}

#iChatConversation #iChatInputField {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid dimgray;
    border-radius: 0;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.375em + 1.5rem + 2px);
    padding: .75rem 1rem;
    width: 100%;
    color: #000;
}

#iChatConversation #iChatInputField:focus-visible {
    border: initial;
}

#vaModal .submit-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
}

#vaModal .submit-button .icon {
    display: grid;
    width: 1rem;
    height: 1rem;
}

#vaModal.wt-dialog .modal-buttons {
    flex-direction: row-reverse;
}