﻿#liveChatStickyButton {
    display: none;
    background: #AE2573;
    bottom: 0;
    padding: 1rem 1.3rem 1.3rem 1.3rem;
    position: fixed;
    right: 5%;
    transition: width .2s ease,height .2s ease;
    height: 4rem;
    z-index: 3;
}

#liveChatStickyButton img {
    height: 40px;
    width: 60px;
}
