.kik-scroll-to-top {
    width: 58px;
    height: 58px;
    background-color: #2454CF;
    position: fixed;
    bottom: 90px;
    right: 24px;
    z-index: 999999;
    border-radius:50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}