#client_heading{
	display: none;
}
.loading-spinner {
    justify-content: center;
    align-items: center;
    height: 3rem;
    font-size: 3rem;
    position: fixed;
    color: #007bff;
    bottom: 32px;
    right: 35px;
    }
#livechat_loadingIcon{
    display: none;
    }

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}