
/*
 Hide entire chatbot on initial load.
 Once chatbot is detected by script,
 it will hide just the default launcher and remove this stylesheet.
*/
#shadow-root {
	display: none !important;
}
