/*
	Theme Name: Vichy
	Theme URI : vichy.dev.inovagora.work
	Author: Inovagora
	Author URI: https://inovagora.net
	Version: 1.0.0
	Text Domain: starter
*/

.chat-bubble {
    width: 105px;
}
#chat-circle {
	background: #fff;
}

#pluginimg {
    width: auto;
    background-size: contain;
    margin: 5px 0px 0px 2px;
}

.scrolltop {
    bottom: 30px;
    opacity: 0;
    position: fixed;
    left: 30px;
    transition: opacity .3s;
    z-index: -1;
}
#chatbot-header #pluginimg, #chatbot-title, #wdgpt-speech-to-text, .text-to-speech {
	display: none;
}

.chat-bubble, #chatbot-header, .chatbot-message div .response.user, #chatbot-send {
	background-color: #003E51 !important;
	background: #003E51 !important;
}
#chatbot-container {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
#chatbot-input-container {
    margin-left: 10px;
}
