
.active-charts {
text-align: center;
background-color: #f8f9fa !important;
margin-top: 5px;
}

.push{
    transition: transform 0.5s;
    transform: translate(0px, 325px);
  }
  
  .pushUp{
    transition: transform 0.5s;
    transform: translate(0px, 0px);
  }