:root {
  --primary: #06038d;
  --primary-hover: #007bff;
  --accent: #f0ad4e;
  --background: #ffffff;
  --sidebar-bg: #06038d;
  --sidebar-brand-bg: #939597;
  --sidebar-brand-color: #ffffff;
  --danger: #dc3545;
  --success: #28a745;
  --info: #007bff;
  --info-hover: #0069d9;
  --border: #e9ecef;
  --highlight: #ffc107;
  --confirm: #88e566;
  --text-dark: #000000;
  --text-light: #ffffff;
}