.chat_btn {
	background-color: #1972F5;
	width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 0;
    box-shadow: 0 4px 10px 0 rgba( 0,0,0,.04 );
    cursor: pointer;
    position: fixed;
    bottom:  14px;
    right:  14px;
    padding: 0;
    z-index: 2;
    display: none;
}

.chat_btn.initated {
    display: block;
}

.chat_btn .icon {
    top: 18px;
    left: 13px;
    position: absolute;
}

.chat_btn .loading {
	display:  none;
}

.chat_btn.active .icon {
	display:  none;
}
.chat_btn.active .loading {
	display: block;
	margin:  auto;
	filter: brightness(0) invert(1);
}
.single-client_project.project_messages .chat_btn,
.single-client_project.project_messages .crisp-client {
    display:  none!important;
}