/* Custom color classes for card backgrounds and accents */
.warna-biru {
  background-color: #0047AB !important;
  color: #fff !important;
}
.warna-kuning {
  background-color: #FFD600 !important;
  color: #222 !important;
}
.warna-merah {
  background-color: #E53935 !important;
  color: #fff !important;
}

/* Accent border for card */
.border-biru { border-top: 4px solid #0047AB !important; }
.border-kuning { border-top: 4px solid #FFD600 !important; }
.border-merah { border-top: 4px solid #E53935 !important; }

/* For icon circle */
.circle-biru { background: #0047AB !important; color: #fff !important; }
.circle-kuning { background: #FFD600 !important; color: #222 !important; }
.circle-merah { background: #E53935 !important; color: #fff !important; }
