.ep-premium-locked span {
    font-size: 10px;
    color: red;
}
.ep-premium-locked {
    cursor: not-allowed;
}

ul.ep-chart-legend li {
    padding: 30px 0px;
    display: block;
    transition: all ease 0.5s;
    width: 100%;
    text-align: center;
    margin: 0px 20px;
    background-color: #f0f0f1;
    border: 1px solid #e5e5e5;
   
}

ul.ep-chart-legend li:hover{
     box-shadow: inset 0px -3px 0px #dfdfdf, inset 0px 150px 0px rgba(19, 94, 150, 0.1);
    border-bottom: 5px solid #2371b1 !important;
    padding-bottom: 1.5em;
    color: #135e96;
}
span.ep-chart-legend-stat {

}
.ep-disable-button{
    cursor: not-allowed;
}

#ep_bookings_chart > div > div{
    max-width: 100%;
}

@media (max-width:850px){

.chart-sidebar .ep-chart-legend {
    flex-direction: column;
    max-width: 400px;
    margin: 0px auto;
    align-items: flex-start;
    justify-content: center;
}

.chart-sidebar .ep-chart-legend li {
    margin-bottom: 20px;
}
 
}
