/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/PAGINATION/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
 */

.paginator--button[mode="disabled"] .button-self {
	cursor: default;
}

.paginator--offcanvas {
	z-index			: 2000	!important;
	flex-direction	: unset	!important;
}

.paginator--offcanvas--dismiss {
	cursor: pointer;
}

.offcanvas-backdrop {
	opacity: 0 !important;
}