.ripple-button{position:relative;overflow:hidden;transition:all .3s ease;will-change:auto}.ripple-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:hsla(0,0%,100%,.6);transition:width .6s,height .6s,top .6s,left .6s;transform:translate(-50%,-50%)}.ripple-button:hover:before{width:300px;height:300px}.ripple-button:active:before{width:400px;height:400px;transition:width .2s,height .2s,top .2s,left .2s}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(66,153,225,.7)}70%{box-shadow:0 0 0 10px rgba(66,153,225,0)}to{box-shadow:0 0 0 0 rgba(66,153,225,0)}}.pulse-animation{animation:pulse 2s infinite}