/* Nas InfoPulse admin — dashboard tweaks.
   Force all stat-tile text (numbers, labels, icons) to white so every
   coloured small-box stays legible (AdminLTE makes some dark by default). */
.small-box .inner h3,
.small-box .inner h3 sup,
.small-box .inner p,
.small-box > .icon i,
.small-box .small-box-footer {
  color: #ffffff !important;
}
.small-box .small-box-footer {
  background-color: rgba(0, 0, 0, 0.12) !important;
}
.small-box .inner h3 sup {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Dark-purple stat tile (Software Services Clicks) */
.small-box.bg-darkpurple {
  background-color: #4a148c !important;
  color: #ffffff !important;
}
