/* Body */
body {
	--contrast: #b30017;	/* Red */
	--dark: #000000;		/* Black */
	--light: #ffffff;		/* White */
	--green: #01ab6a;		/* Green */
	--highlight: #fbd465;	/* Yellow */
}

/* Highlight */
mark { background: var(--highlight); }

/* Custom CSS - Active Theme */

/* Custom CSS - This Plugin */
.quickbiz-erp{
	margin: 20px;
	background-color: white;
	padding: 40px;
	border-radius: 20px;
}
.quickbiz-erp .button{
	padding: 5px 20px;
	background-color: #beebff;
	color: #2d2d2d;
	border: 0px;
	border-radius: 5px;
}
.divider{
	margin: 20px 0;
	border-top: 1px solid #bfd0d7;
}
/* Responsive Styles */
@media only screen and (max-width: 800px) {
	
}

/* Mobile Styles */
@media only screen and (max-width: 500px) {
	
}