.sa-el-whatsapp-link {
    background-color: #61ce70;
    display: inline-flex;
    align-items: center;
    z-index: 999;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    color: #54595f;
}
.sa-el-whatsapp-link,
.sa-el-whatsapp-link i,
.sa-el-whatsapp-link span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sa-el-whatsapp-link i {
    font-size: 22px;
}
.sa-el-button-float.right {
    position: fixed;
    bottom: 1em;
    right: 1em;
}
.sa-el-button-float.left {
    position: fixed;
    bottom: 1em;
    left: 1em;
}
.sa-el-tooltipster-base .tooltipster-content {
    padding: 0.3em 0.6em;
    border-radius: 2px;
}

.sa-el-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out !important;
    -moz-transition: all 0.2s ease-in-out !important;
    -ms-transition: all 0.2s ease-in-out !important;
    -o-transition: all 0.2s ease-in-out !important;
    transition: all 0.2s ease-in-out !important;
}
.sa-el-button-sm {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1;
}
.sa-el-button-md {
    padding: 14px 26px;
    font-size: 16px;
    line-height: 1.2;
}
.sa-el-button-lg {
    padding: 16px 28px;
    font-size: 18px;
    line-height: 1.3333;
}
.sa-el-button-block {
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    width: 100%;
    text-align: center;
}
.sa-el-button-text {
    display: inline-block;
    width: 100%;
}