/**
 * Progress Bar Styles
 *
 * @package add
 */

.add-progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: var(--wp--preset--color--accent, #355E3B);
	z-index: 9999;
	transition: width 0.1s linear;
	pointer-events: none;
}
