/* Page-specific styles: support.php. Extracted from inline <style>. */

.botui-app-container {
    height: auto;
    width: 100%;
    overflow-y: auto;
}

.botui-message-content.text {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #4a4a4a;
    font-family: 'Lato', sans-serif;
    border-radius: 25px;
    font-size: 18px;
}

.botui-message-content.loading {
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #4a4a4a;
    border-radius: 25px;
}

.botui-actions-buttons {
    text-align: center;
}

button.botui-actions-buttons-button {
    outline: none !important;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    border-radius: 25px;
    background-color: #7b28ff;
	color: white;
}

.botui-message-content.human {
    background-color: #7b28ff;
    color: white;
}
	 
	 .botui-actions-text-input{
		 width: 100%!important;
	 }
