.wsp-btn,.wsp-btn *{transition:0.5s all}.wsp-btn{display:flex;position:fixed;bottom:35px;right:25px;justify-content:center;align-items:center;text-decoration:none;background:#25d366;color:white!important;font-size:30px;border-radius:50%;width:55px;height:55px;cursor:pointer;z-index:11}.wsp-btn:hover{background:#128C7E;color:white!important}.wsp-btn{transform:translateX(0px);animation:1s ease wspdsp2}@keyframes wspdsp2{from{transform:translateX(50px)}to{transform:translateX(0px)}}