#achtergrond {			
	/* background-color: #41c0cc; */
	/* background-image: linear-gradient(-90deg, #41c0cc, #41cca5);	  */
}

.botui-container {
	/* background-image: linear-gradient(-90deg, #41c0cc, #41cca5);      		 */
	background-color: transparent!important;      		 
}

.botui-actions-container {
	padding: 0px 30px;
}

.botui-message-content
{
	background-color: transparent !important;
}			

.botui-message-content.text {
	background-color: #e1fafc !important;
	color: #404040;
}

.botui-message-content.human {
	
	background-color: #949191 !important;
	color: #ffffff !important;
}

button.botui-actions-buttons-button {
	margin-top: 0px;
	background-color: red;
}

.botui-app-container
{
	/* height: calc(95vh - 226px)!important; */
	width: 100% !important; 
	
	height: 0px ;	   
	/* height: 100% !important; */
	/* max-height: 70vh ! important; */
	/* height: 100% !important; */
	/* overflow-y: auto;      */
	/* overflow-x: hidden;	 */
	/* width: auto !important; 	 */
	/* overflow:scroll !important; */
	/* background-image: linear-gradient(-90deg, red, red) !important;    */
}

.botui-app-container-host
{
	/* height: calc(95vh - 300px)!important; */
	height: calc(95vh - 400px)!important;
	
	width: 100% !important; 
}


.botui-message-content.embed {
}

.botui-message-content-link {
}

.botui-actions-text-input {
}

.botui-actions-text-submit {
}

.botui-message {
}

.botui-messages-container {
	/* height: calc(95vh - 226px)!important; */
}
