a.t898__icon{
    z-index: 99999999 !important;
    /* margin-left: 0px; */
    opacity: 1 !important;
    visibility: visible !important;
    animation: t898__btn-pulsate 2s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: t898__btn-pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}

a.t898__icon svg{
    transform: scale(1.2);
}

.t898__btn_label{
    opacity: 0;
}

.t898__btn-text{
    display: none !important;
}