:root {
  --bs-blue: #007bff !important;
  --bs-indigo: #6610f2 !important;
  --bs-purple: #6f42c1 !important;
  --bs-pink: #e83e8c !important;
  --bs-red: #dc3545 !important;
  --bs-orange: #fd7e14 !important;
  --bs-yellow: #ffc107 !important;
  --bs-green: #28a745 !important;
  --bs-teal: #20c997 !important;
  --bs-cyan: #17a2b8 !important;
  --bs-white: #fff !important;
  --bs-gray: #6c757d !important;
  --bs-gray-dark: #343a40 !important;
  
  --bs-primary: #007bff !important;
  --bs-secondary: #6c757d !important;
  --bs-success: #28a745 !important;
  --bs-info: #17a2b8 !important;
  --bs-warning: #ffc107 !important;
  --bs-danger: #dc3545 !important;
  --bs-light: #f8f9fa !important;
  --bs-dark: #343a40 !important;

  --bs-primary-rgb: 0, 123, 255 !important;
  --bs-secondary-rgb: 108, 117, 125 !important;
  --bs-success-rgb: 40, 167, 69 !important;
  --bs-info-rgb: 23, 162, 184 !important;
  --bs-warning-rgb: 255, 193, 7 !important;
  --bs-danger-rgb: 220, 53, 69 !important;
  --bs-light-rgb: 248, 249, 250 !important;
  --bs-dark-rgb: 52, 58, 64 !important;
}