/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
:root, [data-bs-theme="light"] {
  --falcon-primary: #ff0000;
  --falcon-primary-rgb: 255, 0, 0; /* The RGB equivalents (e.g., 22, 160, 133) */
  
  /* Optional: Adjust hover and subtle/soft background shades */
  --falcon-primary-hover: #ff0000;
  --falcon-primary-bg-subtle: #ffe6e6; 
}

[data-bs-theme="dark"] {
  --falcon-primary: #ff0000;
  --falcon-primary-rgb: 255, 0, 0;
}


/*.progress-bar {
  background-color: var(--falcon-primary) !important;
}
.progress-bar.bg-primary {
  background-color: #ff3838 !important; /* Replace with your specific color hex */
/*}*/
/*.progress {
  background-color: #e9ecef; /* The light gray background track */
  /*border-radius: 0.375rem;     /* Tweaks the roundness if you want */
/*}*/