﻿/*:root {
  --bs-primary: #63230f;*/ /* new primary color */
  /*--bs-primary-rgb: 255, 87, 34;*/ /* rgb equivalent */
/*}*/

body, html {
  height: 100vh;
}

.ECHO-TOL-DEV-BAR {
  background-color: orange !important;
  padding: 0.3rem;
  text-align: center;
  color: black;
  font-weight: bold;
  border-bottom: 1px solid black;
}

.ECHO-TOL-TEST-BAR {
  background-color: #ab0000 !important;
  padding: 0.3rem;
  text-align: center;
  color: #ffcb00;
  font-weight: bold;
  border-bottom: 1px solid black;
}
