.bg-gray-2 {
	background-color: #e3e3e3 !important;
}

.bg-red {
	background-color: #bc0024 !important;
}

.bg-deep-blue {
	background-color: #28304a !important;
}

.bg-yellow {
	background-color: #fbc84f !important;
}

.bg-green {
	background-color: #00bd9a !important;
}

.bg-blue {
	background-color: #007ec0 !important;
}

.bg-purple {
	background-color: #4d378b !important;
}

.bg-gray {
	background-color: #f2f2f2 !important;
}

.bg-gray_2 {
	background-color: #ededed !important;
}

.text-gray {
	color: #f1f1f1 !important;
}

.text-red {
	color: #bc0024 !important;
}

.text-yellow {
	color: #fbc84f !important;
}

.text-green {
	color: #00bd9a !important;
}

.text-blue {
	color: #007ec0 !important;
}

.text-deep-blue {
	color: #28304a !important;
}

.text-purple {
	color: #4d378b !important;
}

.text-gray-2 {
	color: #e3e3e3 !important;
}
