@charset "UTF-8";

#dashboard-chart1{
  background-color: #f8f6f6;
  width: '100%'px;
  height: 350px;
}

#dashboard-chart2{
  background-color: #f8f6f6;
  width: '100%'px;
  height: 350px;
}

.ct-bar {
  stroke-linecap: butt;
  stroke-width: 60px;
}

.square1 {
  width: 50px;
  height: 14px;
  background: #e28989;
  display: inline-block;
}

.square2 {
  width: 50px;
  height: 14px;
  background: #F8BD7A;
  display: inline-block;
}

.square3 {
  width: 50px;
  height: 14px;
  background: #24b56d;
  display: inline-block;
}

.scroll-sync-wrapper {
  overflow-x: auto;
  font-size: 8px;
  border: 1px solid #ddd;
}

.scroll-sync-inner {
  display: inline-block;
}
