img.status-card__image-image
{
   aspect-ratio: auto !important;
}

.button
{
  color: #fff;
  background-color: #c00;
}

.button.button-tertiary, .simple_form .button.button-tertiary
{
  color: #c00;
  border: 1px solid #c00;
  background: transparent;
}

.button:hover,
.button.button-tertiary:hover, .simple_form .button.button-tertiary:hover
{
  border: none;
  color: #fff;
  background-color: #f33;
}



/* *** toggle buttons *** */

.react-toggle--checked .react-toggle-track
{
  background-color: #c00;
}

.react-toggle--checked .react-toggle-track:hover,
.react-toggle--checked .react-toggle-thumb
{
  border-color: #900;
}

.react-toggle--checked .react-toggle-focus
{
  background-color: #900;
}



/* *** sparkline charts *** */

.trends__item__sparkline path:first-child
{
  fill: rgba(204,0,0,.1)!important
}

.trends__item__sparkline path:last-child
{
  stroke: #c00!important
}

