.greenGradient {
  background: linear-gradient(to bottom, #03A08A 0%, #007D6C 100%) !important;
  background-color: #03A08A;
  color: white !important;
}

.blueGradient {
  background: linear-gradient(to bottom, #337ab7 0%, #41699c 100%) !important;
  background-color: #41699c;
  color: white !important;
}

.orangeGradient {
  background: linear-gradient(to bottom, #ffa604 0%, #fc7236 100%) !important;
  background-color: #ffa604;
  color: white !important;
}

.greyGradient {
  background: linear-gradient(to bottom, #BABABA 0%, #999999 100%) !important;
  background-color: #BABABA;
  color: white !important;
}

.greenBg {
  background-color: #03A08A !important;
  color: white;
}

.blueBG {
  background-color: #41699c !important;
  color: white;
}

.orangeBg {
  background-color: #ffa604 !important;
  color: white;
}

.greenColor {
  color: #03A08A !important;
}

.blueColor {
  color: #41699c !important;
}

.orangeColor {
  color: #ffa604 !important;
}
