.chatButtonContainer {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 2147483636;
}

.chatButton, .chatButton::after, .chatButtonContainer {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.chatButton {
    position: absolute;
    right: 0;
    bottom: 0;
    box-shadow: 0 3px 25px rgba(0,0,0,.3);
}

.chatButton__svg-chat {
    position: absolute;
    left: 11px;
    top: 11px;
    z-index: 9;
}
.chatButton::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
}



.chatButton::after, .chatButton::before {
    content: '';
}
.chatButton::after, .chatButton::before {
    display: block;
    content: '';
}

.chatOnline .chatButton::after {
    background-color: #f56708;
}

.chatOnline .chatButton--ripple.chatButton:before {
    animation: at-ripple 5.417s linear 3.625s infinite;
}
.chatButton--ripple::before {
    -webkit-animation: at-ripple 5.417s linear 3.625s infinite;
    animation: at-ripple 5.417s linear 3.625s infinite;
}