
.white-bg {
  background-color: white !important; 
}

.dark_green {
color: #166940;
}

.light_green {
color: #1B8444;
}

.yellow {
color: #F9D61A;
}

.dark_green_bg {
background-color: #166940;
}

.light_green_bg {
background-color: #1B8444;
}

.yellow_bg {
background-color: #F9D61A;
}

.blue {
  color: #002165;
}

.blue-bg {
  background-color: #002165 !important;
}

.orange {
  color: #f86215
}

.orange-bg {
  background-color: #f86215 !important;
}

#nav-login-btn {
  background-color: white !important;
  color: #166940 !important;
}

#nav-login-btn:hover {
  background-color: #F9D61A !important;
}

.btn-hover-light-green:hover {
  background-color: #1B8444 !important;
}

.other_colours {
  /* With 166940 (dark green) */
color: #8EA4D2;
color: #6279B8;
color: #49516F;
color: #9ECE9A;

/* with 1B8444 (light green) */
color: #F5F9E9;
color: #C2C1A5;
color: #A72608;
color: #090C02;

/* With F9D61A (yellow) */
color: #000F08;
color: #136F63;
color: #F34213;
color: #3E2F5B;

/* With all three */
color: #666A86;
color: #666A86;
}

.faq-bg {
  background-color: #00000013;
  border-radius: 5px;
}