@charset "utf-8";

.bg-yellow {
  background: #FCE633;
}

.bg-brown {
  background: #582904;
}

.bg-orange {
  background: #FF6E00;
}

.bg-green {
  background: #49B800;
}

.bg-blue {
  background: #2F78DC;
}

.bg-lightblue {
  background: #95DFFA;
}

.bg-topic {
  background: linear-gradient(90deg, #123796, #123796 50%, #2F78DC 50%, #2F78DC);
}

.bg-faq-q {
  background: #3078DC;
}

.text-yellow {
  color: #FCE633;
}

.text-brown {
  color: #582904;
}

.text-orange {
  color: #F2700B;
}

.text-blue {
  color: #3078DC;
}

.text-gray {
  color: #969696;
}

.badge-orange {
  background: #F2700B;
}
