.integration-fixed {
    position: fixed;
    z-index: 10000000;
}
.integration-fixed__bottom-right {
    bottom: 0;
    right: 0;
}
.whatsapp-container {
    padding: 24px;
}
.whatsapp-button {
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform: scale(0.9);
    position: fixed;
    bottom: 26px;
    right: 15px;
}
.whatsapp-button:hover {
    transform: scale(1);
    background-color: #108f29;
}
