.text-yellow {
	color: #f0ff00 !important;
}
.text-blue {
	color: var(--bs-blue) !important;
}
.text-red {
	color: var(--bs-red) !important;
}