.animated-fill{position:relative;overflow:hidden;z-index:0}.animated-fill:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:#411C2A;z-index:-1;transition:width .4s cubic-bezier(.4,0,.2,1);border-radius:9999px}.animated-fill:hover:before{width:100%}.animated-fill span{position:relative;z-index:1}