/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/PROGRESS-BAR/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.progress {
	height					: var(--progress-bar-height)	!important;
	z-index					: 998							!important;
	--progress-bar-height	: 1vh;
}

.pbh-1 {
	--progress-bar-height: 1vh !important;
}

.pbh-2 {
	--progress-bar-height: 2vh !important;
}

.pbh-3 {
	--progress-bar-height: 3vh !important;
}

.pbh-4 {
	--progress-bar-height: 4vh !important;
}

.pbh-5 {
	--progress-bar-height: 5vh !important;
}