/* Rhino GPS - override for /styles.css (loaded by Traccar's index.html on every page).
 * This file REPLACES the stock public/styles.css, so the stock rules are kept below.
 * Palette: charcoal #212121 / amber #F7A55E (krugxp.com Project Rhino). */

/* --- stock rules (required, do not remove) --- */
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* --- Rhino additions --- */

/* Pre-app loading spinner (styled inline in index.html; !important wins): amber on charcoal-grey */
.loader {
  border-color: #f2f2f2 !important;
  border-right-color: #F7A55E !important;
}
