/* Force styles CSS file - Created May 12, 2025 - 3:17 AM */
/* This file is served directly from the server and helps fix deployment caching issues */

/* Apply blue background to welcome and communicate screens navigation */
[data-bottom-nav="welcome"] .fixed.bottom-0.left-0.right-0.z-50,
[data-bottom-nav="communicate"] .fixed.bottom-0.left-0.right-0.z-50 {
  background-color: #7e949e !important;
  background: #7e949e !important;
}

/* Make the info page nav bar cream colored */
[data-bottom-nav="info"] .fixed.bottom-0.left-0.right-0.z-50 {
  background-color: #FFF6EA !important;
  background: #FFF6EA !important;
}