.home .breadcrumb {
    display: flex;
}

.current_col a:hover {
    background-color:#f2f2f2;
    border-radius: 36px;
    padding: 6px 24px;
}

.chartcontrols {
  height: auto;
  padding: 5px 45px 0 15px;
}

.chartdiv {
  width: 100%;
  height: 800px;
}

@media screen and (max-width: 768px) {
  .chartdiv {
    width: 100%;
    height: 500px;
  }
}

.chartdivTop {
  width: 100%;
  height: 500px;
}


.am5exporting-menu{
    top: initial !important;
}



.comparisonControlSearchIcon{
  width:20px;
  height:20px;
}


.widgetIndexRemoveBtn{
  cursor: pointer;
}
