.taroify-progress{background:var(--progress-background-color,var(--gray-3,#ebedf0));border-radius:var(--progress-border-radius,var(--progress-height,28px));height:var(--progress-height,28px);overflow:hidden;position:relative}.taroify-progress__portion{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-align-items:center;align-items:center;color:var(--progress-portion-text-color,var(--white,#fff));display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:var(--progress-portion-font-size,var(--font-size-xs,20px));height:100%;-webkit-justify-content:center;justify-content:center;left:0;overflow:hidden;position:absolute;text-align:center;word-break:keep-all}.taroify-progress--primary .taroify-progress__portion{background:var(--progress-portion-primary-background-color,var(--primary-color,var(--blue,#1989fa)))}.taroify-progress--info .taroify-progress__portion{background:var(--progress-portion-info-background-color,var(--info-color,var(--cyan,#2db7f5)))}.taroify-progress--success .taroify-progress__portion{background:var(--progress-portion-success-background-color,var(--success-color,var(--green,#07c160)))}.taroify-progress--warning .taroify-progress__portion{background:var(--progress-portion-warning-background-color,var(--warning-color,var(--orange,#ff976a)))}.taroify-progress--danger .taroify-progress__portion{background:var(--progress-portion-danger-background-color,var(--danger-color,var(--red,#ee0a24)))}.taroify-progress--inactive .taroify-progress__portion{background:var(--progress-inactive-background-color,#cacaca)}.taroify-progress--striped .taroify-progress__portion{background-image:-webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:-o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.taroify-progress--animated .taroify-progress__portion{-webkit-animation:taroify-progress-stripes 1s linear infinite;animation:taroify-progress-stripes 1s linear infinite}@-webkit-keyframes taroify-progress-stripes{0%{background-position-x:0}to{background-position-x:48px}}@keyframes taroify-progress-stripes{0%{background-position-x:0}to{background-position-x:48px}}
/*# sourceMappingURL=index.css.map */
