.progress-button-light{transition:color .3s;position:relative;overflow:hidden}.progress-button-light:after{content:"";z-index:-1;background:#f8fafc;width:0;height:100%;transition:width .5s;position:absolute;top:0;left:0}.progress-button-light:hover:after,.progress-button-light.active:after{width:100%}.progress-button-light:hover,.progress-button-light.active{color:#000;z-index:1}.progress-button-dark{transition:color .3s;position:relative;overflow:hidden}.progress-button-dark:after{content:"";z-index:-1;background:#000;width:0;height:100%;transition:width .5s;position:absolute;top:0;left:0}.progress-button-dark:hover:after{width:100%}.progress-button-dark:hover{color:#fff;z-index:1}
