#moBtn {
    
  display: block;
  position: fixed;
  bottom: -10px;
  right: 10px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#moBtn:hover {
  background-color: transparent;
}

.circle {
	width: 320px;
	height: 320px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
	position:relative;
}

.crisp-client {
    z-index:-5 !important;
    position: absolute !important;
}


 .crisp-client .cc-kv6t .cc-1xry .cc-unoo .cc-7doi {
    width: 10px !important;
    height: 10px !important;
    display: block !important;
    border-radius: 10px !important;
}