/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/ACCORDION/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
 */

.sb {
	overflow-y	: scroll	!important;
	overflow-x	: hidden	!important;
}

.sb::-webkit-scrollbar {
	width				: var(--scrollbar-width);
	--scrollbar-width	: 12px;
}

.sb::-webkit-scrollbar-track {
	background					: var(--scrollbar-track-color);
	border-radius				: var(--scrollbar-track-rounded);
	--scrollbar-track-color		: var(--bs-gray-800);
	--scrollbar-track-rounded	: 3px;
}

.sb::-webkit-scrollbar-thumb {
	background-color			: var(--scrollbar-thumb-color);
	border-radius				: var(--scrollbar-thumb-rounded);
	border						: var(--scrollbar-padding) solid var(--scrollbar-track-color);
	--scrollbar-thumb-color		: var(--bs-gray-600);
	--scrollbar-track-color		: var(--bs-gray-800);
	--scrollbar-thumb-rounded	: 6px;
	--scrollbar-padding			: 3px;
}

.sb::-webkit-scrollbar-thumb:hover {
	background						: var(--scrollbar-thumb-hover-color);
	--scrollbar-thumb-hover-color	: var(--bs-gray-500);
}

/* #region		PADDING */

.sbp-0::-webkit-scrollbar-thumb {
	--scrollbar-padding	: 0px !important;
}

.sbp-1::-webkit-scrollbar-thumb {
	--scrollbar-padding	: 1px !important;
}

.sbp-2::-webkit-scrollbar-thumb {
	--scrollbar-padding	: 2px !important;
}

.sbp-3::-webkit-scrollbar-thumb {
	--scrollbar-padding	: 3px !important;
}

.sbp-4::-webkit-scrollbar-thumb {
	--scrollbar-padding	: 4px !important;
}

.sbp-5::-webkit-scrollbar-thumb {
	--scrollbar-padding	: 5px !important;
}

/* #endregion	PADDING */

/* #region		WIDTH */

.sbw-1::-webkit-scrollbar {
	--scrollbar-width	: 6px !important;
}

.sbw-2::-webkit-scrollbar {
	--scrollbar-width	: 9px !important;
}

.sbw-3::-webkit-scrollbar {
	--scrollbar-width	: 12px !important;
}

.sbw-4::-webkit-scrollbar {
	--scrollbar-width	: 15px !important;
}

.sbw-5::-webkit-scrollbar {
	--scrollbar-width	: 18px !important;
}

/* #endregion	WIDTH */

/* #region		TRACK ROUNDED */

.sbtrrounded-0::-webkit-scrollbar-track {
	--scrollbar-track-rounded	: 0px !important;
}

.sbtrrounded-1::-webkit-scrollbar-track {
	--scrollbar-track-rounded	: 6px !important;
}

.sbtrrounded-2::-webkit-scrollbar-track {
	--scrollbar-track-rounded	: 8px !important;
}

.sbtrrounded-3::-webkit-scrollbar-track {
	--scrollbar-track-rounded	: 10px !important;
}

.sbtrrounded-4::-webkit-scrollbar-track {
	--scrollbar-track-rounded	: 12px !important;
}

.sbtrrounded-5::-webkit-scrollbar-track {
	--scrollbar-track-rounded	: 14px !important;
}

/* #endregion	TRACK ROUNDED */

/* #region		THUMB ROUNDED */

.sbthrounded-0::-webkit-scrollbar-thumb {
	--scrollbar-thumb-rounded	: 06px !important;
}

.sbthrounded-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-rounded	: 6px !important;
}

.sbthrounded-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-rounded	: 8px !important;
}

.sbthrounded-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-rounded	: 10px !important;
}

.sbthrounded-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-rounded	: 12px !important;
}

.sbthrounded-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-rounded	: 14px !important;
}

/* #endregion	THUMB ROUNDED */

/* #region		TRACK COLOR */

.sbtrc-low-light-1::-webkit-scrollbar-track,
.sbtrc-low-light-1::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-1) !important;
}

.sbtrc-low-light-2::-webkit-scrollbar-track,
.sbtrc-low-light-2::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-2) !important;
}

.sbtrc-low-light-3::-webkit-scrollbar-track,
.sbtrc-low-light-3::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-3) !important;
}

.sbtrc-low-light-4::-webkit-scrollbar-track,
.sbtrc-low-light-4::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-4) !important;
}

.sbtrc-low-light-5::-webkit-scrollbar-track,
.sbtrc-low-light-5::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-5) !important;
}

.sbtrc-low-light-6::-webkit-scrollbar-track,
.sbtrc-low-light-6::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-6) !important;
}

.sbtrc-low-light-7::-webkit-scrollbar-track,
.sbtrc-low-light-7::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-7) !important;
}

.sbtrc-low-light-8::-webkit-scrollbar-track,
.sbtrc-low-light-8::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-8) !important;
}

.sbtrc-low-light-9::-webkit-scrollbar-track,
.sbtrc-low-light-9::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-9) !important;
}

.sbtrc-low-light-10::-webkit-scrollbar-track,
.sbtrc-low-light-10::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-10) !important;
}

.sbtrc-low-light-11::-webkit-scrollbar-track,
.sbtrc-low-light-11::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-11) !important;
}

.sbtrc-low-light-12::-webkit-scrollbar-track,
.sbtrc-low-light-12::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-12) !important;
}

.sbtrc-low-light-13::-webkit-scrollbar-track,
.sbtrc-low-light-13::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-13) !important;
}

.sbtrc-low-light-14::-webkit-scrollbar-track,
.sbtrc-low-light-14::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-14) !important;
}

.sbtrc-low-light-15::-webkit-scrollbar-track,
.sbtrc-low-light-15::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-light-15) !important;
}

.sbtrc-low-dark-1::-webkit-scrollbar-track,
.sbtrc-low-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-1) !important;
}

.sbtrc-low-dark-2::-webkit-scrollbar-track,
.sbtrc-low-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-2) !important;
}

.sbtrc-low-dark-3::-webkit-scrollbar-track,
.sbtrc-low-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-3) !important;
}

.sbtrc-low-dark-4::-webkit-scrollbar-track,
.sbtrc-low-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-4) !important;
}

.sbtrc-low-dark-5::-webkit-scrollbar-track,
.sbtrc-low-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-5) !important;
}

.sbtrc-low-dark-6::-webkit-scrollbar-track,
.sbtrc-low-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-6) !important;
}

.sbtrc-low-dark-7::-webkit-scrollbar-track,
.sbtrc-low-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-7) !important;
}

.sbtrc-low-dark-8::-webkit-scrollbar-track,
.sbtrc-low-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-8) !important;
}

.sbtrc-low-dark-9::-webkit-scrollbar-track,
.sbtrc-low-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-9) !important;
}

.sbtrc-low-dark-10::-webkit-scrollbar-track,
.sbtrc-low-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-10) !important;
}

.sbtrc-low-dark-11::-webkit-scrollbar-track,
.sbtrc-low-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-11) !important;
}

.sbtrc-low-dark-12::-webkit-scrollbar-track,
.sbtrc-low-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-12) !important;
}

.sbtrc-low-dark-13::-webkit-scrollbar-track,
.sbtrc-low-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-13) !important;
}

.sbtrc-low-dark-14::-webkit-scrollbar-track,
.sbtrc-low-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-14) !important;
}

.sbtrc-low-dark-15::-webkit-scrollbar-track,
.sbtrc-low-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-low-dark-15) !important;
}

.sbtrc-high-light-1::-webkit-scrollbar-track,
.sbtrc-high-light-1::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-1) !important;
}

.sbtrc-high-light-2::-webkit-scrollbar-track,
.sbtrc-high-light-2::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-2) !important;
}

.sbtrc-high-light-3::-webkit-scrollbar-track,
.sbtrc-high-light-3::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-3) !important;
}

.sbtrc-high-light-4::-webkit-scrollbar-track,
.sbtrc-high-light-4::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-4) !important;
}

.sbtrc-high-light-5::-webkit-scrollbar-track,
.sbtrc-high-light-5::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-5) !important;
}

.sbtrc-high-light-6::-webkit-scrollbar-track,
.sbtrc-high-light-6::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-6) !important;
}

.sbtrc-high-light-7::-webkit-scrollbar-track,
.sbtrc-high-light-7::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-7) !important;
}

.sbtrc-high-light-8::-webkit-scrollbar-track,
.sbtrc-high-light-8::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-8) !important;
}

.sbtrc-high-light-9::-webkit-scrollbar-track,
.sbtrc-high-light-9::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-9) !important;
}

.sbtrc-high-light-10::-webkit-scrollbar-track,
.sbtrc-high-light-10::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-10) !important;
}

.sbtrc-high-light-11::-webkit-scrollbar-track,
.sbtrc-high-light-11::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-11) !important;
}

.sbtrc-high-light-12::-webkit-scrollbar-track,
.sbtrc-high-light-12::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-12) !important;
}

.sbtrc-high-light-13::-webkit-scrollbar-track,
.sbtrc-high-light-13::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-13) !important;
}

.sbtrc-high-light-14::-webkit-scrollbar-track,
.sbtrc-high-light-14::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-14) !important;
}

.sbtrc-high-light-15::-webkit-scrollbar-track,
.sbtrc-high-light-15::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-light-15) !important;
}

.sbtrc-high-dark-1::-webkit-scrollbar-track,
.sbtrc-high-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-1) !important;
}

.sbtrc-high-dark-2::-webkit-scrollbar-track,
.sbtrc-high-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-2) !important;
}

.sbtrc-high-dark-3::-webkit-scrollbar-track,
.sbtrc-high-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-3) !important;
}

.sbtrc-high-dark-4::-webkit-scrollbar-track,
.sbtrc-high-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-4) !important;
}

.sbtrc-high-dark-5::-webkit-scrollbar-track,
.sbtrc-high-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-5) !important;
}

.sbtrc-high-dark-6::-webkit-scrollbar-track,
.sbtrc-high-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-6) !important;
}

.sbtrc-high-dark-7::-webkit-scrollbar-track,
.sbtrc-high-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-7) !important;
}

.sbtrc-high-dark-8::-webkit-scrollbar-track,
.sbtrc-high-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-8) !important;
}

.sbtrc-high-dark-9::-webkit-scrollbar-track,
.sbtrc-high-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-9) !important;
}

.sbtrc-high-dark-10::-webkit-scrollbar-track,
.sbtrc-high-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-10) !important;
}

.sbtrc-high-dark-11::-webkit-scrollbar-track,
.sbtrc-high-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-11) !important;
}

.sbtrc-high-dark-12::-webkit-scrollbar-track,
.sbtrc-high-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-12) !important;
}

.sbtrc-high-dark-13::-webkit-scrollbar-track,
.sbtrc-high-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-13) !important;
}

.sbtrc-high-dark-14::-webkit-scrollbar-track,
.sbtrc-high-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-14) !important;
}

.sbtrc-high-dark-15::-webkit-scrollbar-track,
.sbtrc-high-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-high-dark-15) !important;
}

.sbtrc-button-light-1::-webkit-scrollbar-track,
.sbtrc-button-light-1::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-1) !important;
}

.sbtrc-button-light-2::-webkit-scrollbar-track,
.sbtrc-button-light-2::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-2) !important;
}

.sbtrc-button-light-3::-webkit-scrollbar-track,
.sbtrc-button-light-3::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-3) !important;
}

.sbtrc-button-light-4::-webkit-scrollbar-track,
.sbtrc-button-light-4::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-4) !important;
}

.sbtrc-button-light-5::-webkit-scrollbar-track,
.sbtrc-button-light-5::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-5) !important;
}

.sbtrc-button-light-6::-webkit-scrollbar-track,
.sbtrc-button-light-6::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-6) !important;
}

.sbtrc-button-light-7::-webkit-scrollbar-track,
.sbtrc-button-light-7::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-7) !important;
}

.sbtrc-button-light-8::-webkit-scrollbar-track,
.sbtrc-button-light-8::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-8) !important;
}

.sbtrc-button-light-9::-webkit-scrollbar-track,
.sbtrc-button-light-9::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-9) !important;
}

.sbtrc-button-light-10::-webkit-scrollbar-track,
.sbtrc-button-light-10::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-10) !important;
}

.sbtrc-button-light-11::-webkit-scrollbar-track,
.sbtrc-button-light-11::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-11) !important;
}

.sbtrc-button-light-12::-webkit-scrollbar-track,
.sbtrc-button-light-12::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-12) !important;
}

.sbtrc-button-light-13::-webkit-scrollbar-track,
.sbtrc-button-light-13::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-13) !important;
}

.sbtrc-button-light-14::-webkit-scrollbar-track,
.sbtrc-button-light-14::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-14) !important;
}

.sbtrc-button-light-15::-webkit-scrollbar-track,
.sbtrc-button-light-15::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-light-15) !important;
}

.sbtrc-button-dark-1::-webkit-scrollbar-track,
.sbtrc-button-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-1) !important;
}

.sbtrc-button-dark-2::-webkit-scrollbar-track,
.sbtrc-button-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-2) !important;
}

.sbtrc-button-dark-3::-webkit-scrollbar-track,
.sbtrc-button-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-3) !important;
}

.sbtrc-button-dark-4::-webkit-scrollbar-track,
.sbtrc-button-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-4) !important;
}

.sbtrc-button-dark-5::-webkit-scrollbar-track,
.sbtrc-button-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-5) !important;
}

.sbtrc-button-dark-6::-webkit-scrollbar-track,
.sbtrc-button-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-6) !important;
}

.sbtrc-button-dark-7::-webkit-scrollbar-track,
.sbtrc-button-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-7) !important;
}

.sbtrc-button-dark-8::-webkit-scrollbar-track,
.sbtrc-button-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-8) !important;
}

.sbtrc-button-dark-9::-webkit-scrollbar-track,
.sbtrc-button-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-9) !important;
}

.sbtrc-button-dark-10::-webkit-scrollbar-track,
.sbtrc-button-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-10) !important;
}

.sbtrc-button-dark-11::-webkit-scrollbar-track,
.sbtrc-button-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-11) !important;
}

.sbtrc-button-dark-12::-webkit-scrollbar-track,
.sbtrc-button-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-12) !important;
}

.sbtrc-button-dark-13::-webkit-scrollbar-track,
.sbtrc-button-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-13) !important;
}

.sbtrc-button-dark-14::-webkit-scrollbar-track,
.sbtrc-button-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-14) !important;
}

.sbtrc-button-dark-15::-webkit-scrollbar-track,
.sbtrc-button-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--RGBA-background-button-dark-15) !important;
}

.sbtrc-transparent::-webkit-scrollbar-track,
.sbtrc-transparent::-webkit-scrollbar-thumb {
	--scrollbar-track-color: transparent !important;
}

.sbtrc-blue::-webkit-scrollbar-track,
.sbtrc-blue::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-blue) !important;
}

.sbtrc-indigo::-webkit-scrollbar-track,
.sbtrc-indigo::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-indigo) !important;
}

.sbtrc-purple::-webkit-scrollbar-track,
.sbtrc-purple::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-purple) !important;
}

.sbtrc-pink::-webkit-scrollbar-track,
.sbtrc-pink::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-pink) !important;
}

.sbtrc-red::-webkit-scrollbar-track,
.sbtrc-red::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-red) !important;
}

.sbtrc-orange::-webkit-scrollbar-track,
.sbtrc-orange::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-orange) !important;
}

.sbtrc-yellow::-webkit-scrollbar-track,
.sbtrc-yellow::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-yellow) !important;
}

.sbtrc-green::-webkit-scrollbar-track,
.sbtrc-green::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-green) !important;
}

.sbtrc-teal::-webkit-scrollbar-track,
.sbtrc-teal::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-teal) !important;
}

.sbtrc-cyan::-webkit-scrollbar-track,
.sbtrc-cyan::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-cyan) !important;
}

.sbtrc-black::-webkit-scrollbar-track,
.sbtrc-black::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-black) !important;
}

.sbtrc-white::-webkit-scrollbar-track,
.sbtrc-white::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-white) !important;
}

.sbtrc-gray::-webkit-scrollbar-track,
.sbtrc-gray::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray) !important;
}

.sbtrc-gray-100::-webkit-scrollbar-track,
.sbtrc-gray-100::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-100) !important;
}

.sbtrc-gray-200::-webkit-scrollbar-track,
.sbtrc-gray-200::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-200) !important;
}

.sbtrc-gray-300::-webkit-scrollbar-track,
.sbtrc-gray-300::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-300) !important;
}

.sbtrc-gray-400::-webkit-scrollbar-track,
.sbtrc-gray-400::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-400) !important;
}

.sbtrc-gray-500::-webkit-scrollbar-track,
.sbtrc-gray-500::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-500) !important;
}

.sbtrc-gray-600::-webkit-scrollbar-track,
.sbtrc-gray-600::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-600) !important;
}

.sbtrc-gray-700::-webkit-scrollbar-track,
.sbtrc-gray-700::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-700) !important;
}

.sbtrc-gray-800::-webkit-scrollbar-track,
.sbtrc-gray-800::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-800) !important;
}

.sbtrc-gray-900::-webkit-scrollbar-track,
.sbtrc-gray-900::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--bs-gray-900) !important;
}

.sbtrc-whatsapp::-webkit-scrollbar-track,
.sbtrc-whatsapp::-webkit-scrollbar-thumb {
	--scrollbar-track-color: var(--color-whatsapp) !important;
}

/* #endregion	TRACK COLOR */

/* #region		THUMB COLOR */

.sbthc-low-light-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-1) !important;
}

.sbthc-low-light-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-2) !important;
}

.sbthc-low-light-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-3) !important;
}

.sbthc-low-light-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-4) !important;
}

.sbthc-low-light-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-5) !important;
}

.sbthc-low-light-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-6) !important;
}

.sbthc-low-light-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-7) !important;
}

.sbthc-low-light-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-8) !important;
}

.sbthc-low-light-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-9) !important;
}

.sbthc-low-light-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-10) !important;
}

.sbthc-low-light-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-11) !important;
}

.sbthc-low-light-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-12) !important;
}

.sbthc-low-light-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-13) !important;
}

.sbthc-low-light-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-14) !important;
}

.sbthc-low-light-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-light-15) !important;
}

.sbthc-low-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-1) !important;
}

.sbthc-low-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-2) !important;
}

.sbthc-low-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-3) !important;
}

.sbthc-low-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-4) !important;
}

.sbthc-low-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-5) !important;
}

.sbthc-low-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-6) !important;
}

.sbthc-low-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-7) !important;
}

.sbthc-low-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-8) !important;
}

.sbthc-low-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-9) !important;
}

.sbthc-low-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-10) !important;
}

.sbthc-low-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-11) !important;
}

.sbthc-low-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-12) !important;
}

.sbthc-low-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-13) !important;
}

.sbthc-low-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-14) !important;
}

.sbthc-low-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-low-dark-15) !important;
}

.sbthc-high-light-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-1) !important;
}

.sbthc-high-light-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-2) !important;
}

.sbthc-high-light-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-3) !important;
}

.sbthc-high-light-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-4) !important;
}

.sbthc-high-light-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-5) !important;
}

.sbthc-high-light-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-6) !important;
}

.sbthc-high-light-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-7) !important;
}

.sbthc-high-light-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-8) !important;
}

.sbthc-high-light-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-9) !important;
}

.sbthc-high-light-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-10) !important;
}

.sbthc-high-light-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-11) !important;
}

.sbthc-high-light-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-12) !important;
}

.sbthc-high-light-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-13) !important;
}

.sbthc-high-light-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-14) !important;
}

.sbthc-high-light-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-light-15) !important;
}

.sbthc-high-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-1) !important;
}

.sbthc-high-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-2) !important;
}

.sbthc-high-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-3) !important;
}

.sbthc-high-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-4) !important;
}

.sbthc-high-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-5) !important;
}

.sbthc-high-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-6) !important;
}

.sbthc-high-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-7) !important;
}

.sbthc-high-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-8) !important;
}

.sbthc-high-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-9) !important;
}

.sbthc-high-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-10) !important;
}

.sbthc-high-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-11) !important;
}

.sbthc-high-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-12) !important;
}

.sbthc-high-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-13) !important;
}

.sbthc-high-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-14) !important;
}

.sbthc-high-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-high-dark-15) !important;
}

.sbthc-button-light-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-1) !important;
}

.sbthc-button-light-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-2) !important;
}

.sbthc-button-light-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-3) !important;
}

.sbthc-button-light-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-4) !important;
}

.sbthc-button-light-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-5) !important;
}

.sbthc-button-light-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-6) !important;
}

.sbthc-button-light-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-7) !important;
}

.sbthc-button-light-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-8) !important;
}

.sbthc-button-light-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-9) !important;
}

.sbthc-button-light-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-10) !important;
}

.sbthc-button-light-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-11) !important;
}

.sbthc-button-light-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-12) !important;
}

.sbthc-button-light-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-13) !important;
}

.sbthc-button-light-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-14) !important;
}

.sbthc-button-light-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-light-15) !important;
}

.sbthc-button-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-1) !important;
}

.sbthc-button-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-2) !important;
}

.sbthc-button-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-3) !important;
}

.sbthc-button-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-4) !important;
}

.sbthc-button-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-5) !important;
}

.sbthc-button-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-6) !important;
}

.sbthc-button-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-7) !important;
}

.sbthc-button-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-8) !important;
}

.sbthc-button-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-9) !important;
}

.sbthc-button-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-10) !important;
}

.sbthc-button-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-11) !important;
}

.sbthc-button-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-12) !important;
}

.sbthc-button-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-13) !important;
}

.sbthc-button-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-14) !important;
}

.sbthc-button-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--RGBA-background-button-dark-15) !important;
}

.sbthc-transparent::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: transparent !important;
}

.sbthc-blue::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-blue) !important;
}

.sbthc-indigo::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-indigo) !important;
}

.sbthc-purple::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-purple) !important;
}

.sbthc-pink::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-pink) !important;
}

.sbthc-red::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-red) !important;
}

.sbthc-orange::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-orange) !important;
}

.sbthc-yellow::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-yellow) !important;
}

.sbthc-green::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-green) !important;
}

.sbthc-teal::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-teal) !important;
}

.sbthc-cyan::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-cyan) !important;
}

.sbthc-black::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-black) !important;
}

.sbthc-white::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-white) !important;
}

.sbthc-gray::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray) !important;
}

.sbthc-gray-100::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-100) !important;
}

.sbthc-gray-200::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-200) !important;
}

.sbthc-gray-300::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-300) !important;
}

.sbthc-gray-400::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-400) !important;
}

.sbthc-gray-500::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-500) !important;
}

.sbthc-gray-600::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-600) !important;
}

.sbthc-gray-700::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-700) !important;
}

.sbthc-gray-800::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-800) !important;
}

.sbthc-gray-900::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--bs-gray-900) !important;
}

.sbthc-whatsapp::-webkit-scrollbar-thumb {
	--scrollbar-thumb-color: var(--color-whatsapp) !important;
}

/* #endregion	THUMB COLOR */

/* #region		THUMB HOVER COLOR */

.sbthhc-low-light-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-1) !important;
}

.sbthhc-low-light-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-2) !important;
}

.sbthhc-low-light-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-3) !important;
}

.sbthhc-low-light-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-4) !important;
}

.sbthhc-low-light-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-5) !important;
}

.sbthhc-low-light-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-6) !important;
}

.sbthhc-low-light-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-7) !important;
}

.sbthhc-low-light-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-8) !important;
}

.sbthhc-low-light-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-9) !important;
}

.sbthhc-low-light-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-10) !important;
}

.sbthhc-low-light-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-11) !important;
}

.sbthhc-low-light-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-12) !important;
}

.sbthhc-low-light-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-13) !important;
}

.sbthhc-low-light-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-14) !important;
}

.sbthhc-low-light-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-light-15) !important;
}

.sbthhc-low-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-1) !important;
}

.sbthhc-low-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-2) !important;
}

.sbthhc-low-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-3) !important;
}

.sbthhc-low-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-4) !important;
}

.sbthhc-low-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-5) !important;
}

.sbthhc-low-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-6) !important;
}

.sbthhc-low-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-7) !important;
}

.sbthhc-low-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-8) !important;
}

.sbthhc-low-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-9) !important;
}

.sbthhc-low-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-10) !important;
}

.sbthhc-low-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-11) !important;
}

.sbthhc-low-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-12) !important;
}

.sbthhc-low-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-13) !important;
}

.sbthhc-low-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-14) !important;
}

.sbthhc-low-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-low-dark-15) !important;
}

.sbthhc-high-light-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-1) !important;
}

.sbthhc-high-light-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-2) !important;
}

.sbthhc-high-light-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-3) !important;
}

.sbthhc-high-light-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-4) !important;
}

.sbthhc-high-light-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-5) !important;
}

.sbthhc-high-light-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-6) !important;
}

.sbthhc-high-light-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-7) !important;
}

.sbthhc-high-light-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-8) !important;
}

.sbthhc-high-light-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-9) !important;
}

.sbthhc-high-light-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-10) !important;
}

.sbthhc-high-light-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-11) !important;
}

.sbthhc-high-light-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-12) !important;
}

.sbthhc-high-light-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-13) !important;
}

.sbthhc-high-light-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-14) !important;
}

.sbthhc-high-light-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-light-15) !important;
}

.sbthhc-high-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-1) !important;
}

.sbthhc-high-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-2) !important;
}

.sbthhc-high-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-3) !important;
}

.sbthhc-high-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-4) !important;
}

.sbthhc-high-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-5) !important;
}

.sbthhc-high-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-6) !important;
}

.sbthhc-high-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-7) !important;
}

.sbthhc-high-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-8) !important;
}

.sbthhc-high-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-9) !important;
}

.sbthhc-high-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-10) !important;
}

.sbthhc-high-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-11) !important;
}

.sbthhc-high-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-12) !important;
}

.sbthhc-high-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-13) !important;
}

.sbthhc-high-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-14) !important;
}

.sbthhc-high-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-high-dark-15) !important;
}

.sbthhc-button-light-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-1) !important;
}

.sbthhc-button-light-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-2) !important;
}

.sbthhc-button-light-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-3) !important;
}

.sbthhc-button-light-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-4) !important;
}

.sbthhc-button-light-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-5) !important;
}

.sbthhc-button-light-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-6) !important;
}

.sbthhc-button-light-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-7) !important;
}

.sbthhc-button-light-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-8) !important;
}

.sbthhc-button-light-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-9) !important;
}

.sbthhc-button-light-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-10) !important;
}

.sbthhc-button-light-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-11) !important;
}

.sbthhc-button-light-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-12) !important;
}

.sbthhc-button-light-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-13) !important;
}

.sbthhc-button-light-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-14) !important;
}

.sbthhc-button-light-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-light-15) !important;
}

.sbthhc-button-dark-1::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-1) !important;
}

.sbthhc-button-dark-2::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-2) !important;
}

.sbthhc-button-dark-3::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-3) !important;
}

.sbthhc-button-dark-4::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-4) !important;
}

.sbthhc-button-dark-5::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-5) !important;
}

.sbthhc-button-dark-6::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-6) !important;
}

.sbthhc-button-dark-7::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-7) !important;
}

.sbthhc-button-dark-8::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-8) !important;
}

.sbthhc-button-dark-9::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-9) !important;
}

.sbthhc-button-dark-10::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-10) !important;
}

.sbthhc-button-dark-11::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-11) !important;
}

.sbthhc-button-dark-12::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-12) !important;
}

.sbthhc-button-dark-13::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-13) !important;
}

.sbthhc-button-dark-14::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-14) !important;
}

.sbthhc-button-dark-15::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--RGBA-background-button-dark-15) !important;
}

.sbthhc-transparent::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: transparent !important;
}

.sbthhc-blue::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-blue) !important;
}

.sbthhc-indigo::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-indigo) !important;
}

.sbthhc-purple::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-purple) !important;
}

.sbthhc-pink::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-pink) !important;
}

.sbthhc-red::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-red) !important;
}

.sbthhc-orange::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-orange) !important;
}

.sbthhc-yellow::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-yellow) !important;
}

.sbthhc-green::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-green) !important;
}

.sbthhc-teal::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-teal) !important;
}

.sbthhc-cyan::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-cyan) !important;
}

.sbthhc-black::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-black) !important;
}

.sbthhc-white::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-white) !important;
}

.sbthhc-gray::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray) !important;
}

.sbthhc-gray-100::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-100) !important;
}

.sbthhc-gray-200::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-200) !important;
}

.sbthhc-gray-300::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-300) !important;
}

.sbthhc-gray-400::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-400) !important;
}

.sbthhc-gray-500::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-500) !important;
}

.sbthhc-gray-600::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-600) !important;
}

.sbthhc-gray-700::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-700) !important;
}

.sbthhc-gray-800::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-800) !important;
}

.sbthhc-gray-900::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--bs-gray-900) !important;
}

.sbthhc-whatsapp::-webkit-scrollbar-thumb {
	--scrollbar-thumb-hover-color: var(--color-whatsapp) !important;
}

/* #endregion	THUMB HOVER COLOR */