.amaze-animated-divider{background-color:var(--amaze-divider-color);position:relative;overflow:hidden;transform:scaleX(0)}.amaze-animated-divider.draw-from-left{transform-origin:0;transition:transform var(--duration,.5s)ease-in-out;transform:scaleX(1)}.amaze-animated-divider.draw-from-center{transform-origin:50%;transition:transform var(--duration,.5s)ease-in-out;transform:scaleX(1)}.amaze-animated-divider.draw-from-right{transform-origin:100%;transition:transform var(--duration,.5s)ease-in-out;transform:scaleX(1)}.amaze-animated-divider.moving-forward,.amaze-animated-divider.moving-backward{background-color:#0000;transform:scaleX(1)}.amaze-animated-divider.moving-forward:before,.amaze-animated-divider.moving-backward:before{content:"";background:var(--amaze-divider-color);width:100%;height:100%;animation-duration:var(--duration,1.5s);animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:0;left:-100%}.amaze-animated-divider.moving-forward:before{animation-name:moveForward}.amaze-animated-divider.moving-backward:before{animation-name:moveBackward}@keyframes moveForward{0%{transform:translate(0%)}to{transform:translate(200%)}}@keyframes moveBackward{0%{transform:translate(200%)}to{transform:translate(0%)}}