#custom-tawk-to {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: fixed;
	bottom: 60px;
	width: 50px;
	height: 50px;
	text-align: center;
	color: white;
	font-size: 12px;
	z-index: 10;
	right: 30px;
	background-color: #01cc74;
	border-radius: 100%;
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 4px;
}
#custom-tawk-to .material-icons {
	zoom: 1.2;
	font-size: 20px;
}
#custom-tawk-to:hover {
	background-color: deeppink;
}

.no-select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
