.t898__btn_label {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #0088cc;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 0px 0 rgba(0,0,0,.3);
    overflow: hidden;
}