/* Status Dot Colors */

/* Healthy / Online (Default Green) */
.text-emerald-500 {
  color: #fbbf24 !important; /* Replace with your Hex code */
}

/* Offline / Error (Default Red) */
.text-rose-500 {
  color: #f87171 !important; /* Replace with your Hex code */
}

/* Warning / Pending (Default Orange) */
.text-amber-400 {
  color: #fbbf24 !important; /* Replace with your Hex code */
}

/* Unknown / Disabled (Default Gray) */
.text-slate-500 {
  color: #94a3b8 !important; /* Replace with your Hex code */
}
