/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/CARD/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
 */

.card--wrapper {
	min-height			: var(--card-min-height) !important;
	--card-min-height	: unset;
}

.cmh-unset {
	--card-min-height: unset;
}

.cmh-10 {
	--card-min-height: 10vh !important;
}

.cmh-20 {
	--card-min-height: 20vh !important;
}

.cmh-25 {
	--card-min-height: 25vh !important;
}

.cmh-30 {
	--card-min-height: 30vh !important;
}

.cmh-33 {
	--card-min-height: 33vh !important;
}

.cmh-40 {
	--card-min-height: 40vh !important;
}

.cmh-50 {
	--card-min-height: 50vh !important;
}

.cmh-60 {
	--card-min-height: 60vh !important;
}

.cmh-66 {
	--card-min-height: 66vh !important;
}

.cmh-70 {
	--card-min-height: 70vh !important;
}

.cmh-75 {
	--card-min-height: 75vh !important;
}

.cmh-80 {
	--card-min-height: 80vh !important;
}

.cmh-90 {
	--card-min-height: 90vh !important;
}

.cmh-100 {
	--card-min-height: 100vh !important;
}