
.chart-wrapper .header-wrapper {
    background-color: #2C425A!important;
    padding:10px;
    display: flex;
    transform: scale(1, 1)!important;
    top: 0px!important;
    left: 0px!important;
    color:white!important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    line-height: initial !important;
}

@media (max-width: 700px) {
    /* CSS rules */
    .chart-wrapper .header-wrapper {
        align-items: normal;
    }
  }

.chart-wrapper .title_wrapper { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
}
.chart-wrapper .title_wrapper .title {
    font-size: 25px;
    padding-bottom: 10px;
    color:white!important;
    text-wrap: auto;
}
.chart-wrapper .title_wrapper .subtitle {
    font-size: 20px!important;
    color:white!important;
    text-wrap: auto;
}
.chart-wrapper .title_wrapper .second_subtitle {
    font-size: 12px!important;
    color:white!important;
    align-content: flex-end;
    text-wrap: auto;
}
.chart-wrapper .highcharts-contextbutton
{
    z-index: 112123123123!important;
    background: #2C425A;
    color: white!important;
}
.chart-wrapper .first_subtitle {
    font-size: 20px!important;
}
.chart-wrapper .highcharts-background {
   fill: #FAFAFA;
}
.chart-wrapper img{
    height: 70px;
    max-height: 70px!important;
    display: block;
    margin: 0;
}

.highcharts-graph {
    stroke-width: 4px;
    
  }
  
.chart-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FAFAFA;
}
.chart-buttons button {
    margin-right: 10px;
    background: #2C425A;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.chart-buttons button:hover {
    background: #7292b6;
}
.chart-wrapper .active {
    background: #7292b6!important;
}

.chart-wrapper .chart-buttons button:active {
    background: #7292b6;
}
.chart-wrapper .image_wrapper {
    display:flex;
    justify-content: center;
    align-items: top;

}
.chart-wrapper .highcharts-range-selector-buttons > :first-child{
    display:none;
   }