.bg-gradient-theme
{
	background: var(--theme-linear-gradient-color) !important;
	border: var(--theme-linear-gradient-border-color) !important;
	border-radius: var(--theme-linear-gradient-border-radius) !important;
	color: var(--theme-linear-gradient-font-color) !important;
}