/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/PROGRESS-BAR/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/**
 * VISIOFRAMEWORK
 * This file is part of VISIOFRAMEWORK.
 * @package		visioframework
 * @author		Agência Visio <contato@agenciavisio.com.br>
 * @copyright	Copyright (c) 2023-present. M. Souza & Souza LTDA. (CNPJ: 21.284.748/0001-33). All rights reserved.
 * @license		Proprietary
 * @link		https://www.agenciavisio.com.br
 */

.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;
}