﻿body .wc-app, .wc-app button, .wc-app input, .wc-app textarea {
    font-family: "Raleway", sans-serif !important;
    font-size: 15px;
}

.wc-header {
    background-color: #2183e6 !important;
}

.wc-suggested-actions {
    background-color: transparent !important;
}

.wc-suggested-actions .wc-hscroll > ul {
    text-align: center;
}

.wc-suggested-actions .wc-hscroll > ul > li button {
    border-radius: 8px !important;
    color: #2183e6 !important;
}

.wc-suggested-actions .wc-hscroll > ul > li button:focus,
.wc-suggested-actions .wc-hscroll > ul > li button:hover {
    border-color: #2183e6 !important;
    color: #2183e6 !important;
}

.wc-suggested-actions .wc-hscroll > ul > li button:active {
    background-color: #2183e6 !important;
    border-color: #2183e6 !important;
}

.wc-card button {
    color: #2183e6 !important;
}
.wc-card button:hover {
    border-color: #2183e6 !important;
    color: #2183e6 !important; }
.wc-card button:active {
    background-color: #2183e6 !important;
    border-color: #2183e6 !important;
}

.wc-message-from-me .wc-message-content {
    background-color: #2183e6 !important;
}

.wc-message-from-me svg.wc-message-callout path {
    fill: #2183e6 !important;
}

.wc-console.has-text .wc-send svg {
    fill: #2183e6 !important;
}

.wc-console.has-text .wc-send svg {
    fill: #2183e6 !important;
}

.wc-message-from-bot a.wc-link-download:hover {
    color: #2183e6 !important;
}

.wc-message-from-bot a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#2183e6" fill-rule="evenodd"/></svg>') !important;
}

.wc-message-from-bot a.wc-link-download:active {
    color: #2183e6 !important;
}

.wc-message-from-bot a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#2183e6" fill-rule="evenodd"/></svg>') !important;
}

.wc-console #wc-upload-input, .wc-console > .wc-upload {
    display:none !important;
}

.wc-console > .wc-textbox {
    left: 10px !important;
}