.bg-red {
background-color: #F44336 !important;
color: #fff; }
.bg-red .content .text,
.bg-red .content .number {
color: #fff !important; }
.bg-pink {
background-color: #E91E63 !important;
color: #fff; }
.bg-pink .content .text,
.bg-pink .content .number {
color: #fff !important; }
.bg-purple {
background-color: #9C27B0 !important;
color: #fff; }
.bg-purple .content .text,
.bg-purple .content .number {
color: #fff !important; }
.bg-deep-purple {
background-color: #673AB7 !important;
color: #fff; }
.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
color: #fff !important; }
.bg-indigo {
background-color: #3F51B5 !important;
color: #fff; }
.bg-indigo .content .text,
.bg-indigo .content .number {
color: #fff !important; }
.bg-blue {