/* Grid widths */
/*
 *  Colors
 *  add custom color variables as needed in marked area
 */
/*
 * Box Shadow
 */
/*
 * Fonts
 */
/* Font Weights */
/*
 *  Widths
 *  add custom widths in marked area below
 */
/* *** TRANSFORM
============================================================================ */
/* *** SIZE
============================================================================ */
/* *** BOX SHADOW
============================================================================ */
.panel-total-followers {
  color: white;
}
.panel-total-followers .dashboard-panel.panel-total-followers {
  min-height: 500px;
}
.panel-total-followers .total-followers.chart {
  position: relative;
  height: 400px;
  margin: 20px 0;
}
.panel-total-followers .total-followers.chart canvas {
  max-height: 350px;
}
.panel-total-followers .chart-legend {
  text-align: center;
}
.panel-total-followers .total-count {
  font-size: 16px;
  margin-top: 10px;
}
.panel-total-followers .no-data {
  text-align: center;
  font-style: italic;
  margin: 50px 0;
}


/*# sourceMappingURL=funapp-styles-5.css.map*/