.bgRed {
	background-color: rgba(193, 43, 85, 0.25) !important;
}

.bgPink {
	background-color: rgba(211, 81, 152, 0.8) !important;
}

.dark .bgPink {
	background-color: rgba(211, 81, 152, 0.6) !important;
}

.bgGreen {
	background-color: rgba(148, 196, 73, 0.8) !important;
}

.dark .bgGreen {
	background-color: rgba(148, 196, 73, 0.6) !important;
}

.bgBlue {
	background-color: rgba(40, 183, 235, 0.8) !important;
}

.dark .bgBlue {
	background-color: rgba(40, 183, 235, 0.6) !important;
}

.bgPurple {
	background-color: rgba(105, 55, 152, 0.8) !important;
}

.dark .bgPurple {
	background-color: rgba(105, 55, 152, 0.6) !important;
}