/*
 * Local Flat UI skin for Hengdao website.
 * Palette and component treatment follow the classic Flat UI color language.
 */
:root {
  --flat-turquoise: #1abc9c;
  --flat-green: #2ecc71;
  --flat-blue: #3498db;
  --flat-purple: #9b59b6;
  --flat-navy: #34495e;
  --flat-orange: #f39c12;
  --flat-red: #e74c3c;
}

.btn-flat {
  border-radius: 6px;
  border-width: 0;
  box-shadow: none;
  text-transform: none;
}

.flat-panel {
  border-radius: 8px;
  border: 0;
  box-shadow: 0 12px 28px rgba(31, 45, 61, 0.1);
}

.flat-badge {
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
}

.bg-belize {
  background-color: #2980b9 !important;
}

.bg-nephritis {
  background-color: #27ae60 !important;
}

.bg-carrot {
  background-color: #e67e22 !important;
}

.bg-alizarin {
  background-color: #e74c3c !important;
}

.bg-wisteria {
  background-color: #8e44ad !important;
}

.bg-turquoise {
  background-color: #1abc9c !important;
}
