/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.chat-button {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 100px;
	box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
	z-index: 99999;
	padding: 0;
}

#chat-window {
	display: none;
	border: none;
	position: fixed;
	right: 10px;
	/* top: 65px; */
	bottom: 125px;
	box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
	z-index: 99998;
	/* height: calc(100% - 190px); */
	height: 475px;
}
