body {
    margin: 0;
    padding: 0;
    background-color: #eee;
}
.graph_border {
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
}
div.css_bar_graph {
    width: 100%;
    height: 360px;
    padding: 12px;
    font-size: 13px;
    font-family: arial, sans-serif;
    font-weight: 400;
    color: #444;
    background-color: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #ecf4fc;
}
div.css_bar_graph a {
    color: #444;
    text-decoration: none;
}
div.css_bar_graph ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
div.css_bar_graph li {
    margin: 0;
    padding: 0;
}
div.css_bar_graph ul.y_axis {
    width: 30px;
    position: absolute;
    /* top: 40px; */
    left: 10px;
    text-align: center;
    
}
div.css_bar_graph ul.y_axis li {
    width: 100%;
    height: 33px;
    float: left;
    color: #888;
    border-top: 1px solid transparent;
    position: relative;
    top: 84px;
    border-right: 1px solid #ddd;
    font-size:10px;
}
div.css_bar_graph ul.x_axis {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
div.css_bar_graph ul.x_axis li {
    display: inline;
    width: 90px;
    float: left;
        transform: rotate(-90deg);
    font-size: 10px;
    display: none; /**current changes**/
}
div.css_bar_graph div.label {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 20px;
    text-align: center;
}
div.css_bar_graph div.label span {
    font-weight: 700;
}
div.css_bar_graph div.graph {
    width: 100%;
    height: 100%;
    float: left;
}
div.css_bar_graph div.graph ul.grid {
    width: 100%;
}
div.css_bar_graph div.graph li {
    width: 100%;
    height: 49px;
    float: left;
    border-top: 1px solid #e5e5e5;
}
div.css_bar_graph div.graph li:nth-child(odd) {
    width: 100%;
    height: 46px;
    float: left;
    border-top: 0;
}
div.css_bar_graph div.graph li:nth-child(even) {
    width: 100%;
    height: 49px;
    float: left;
    border-top: none;
}
div.css_bar_graph div.graph li.bottom {
    border-top: 1px solid #d5d5d5;
    background-color: #eee;
    height: 0px;
    width: 80%;
    left: 40px;
    position: absolute;
    bottom: 38px;
}
div.css_bar_graph div.graph li.bar {
    width: 13px;
    float: left;
    position: absolute;
    /* bottom: 39px; */
    text-align: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
div.css_bar_graph div.graph li.bar div.top {
    width: 100%;
    height: 20px;
    margin-top: -10px;
    -moz-border-radius: 50px/20px;
    -webkit-border-radius: 50px 20px;
    border-radius: 50px/20px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
div.css_bar_graph div.graph li.bar div.bottom {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 0;
    -moz-border-radius: 50px/20px;
    -webkit-border-radius: 50px 20px;
    border-radius: 50px/20px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
div.css_bar_graph div.graph li.bar span {
    display: none;
    position: relative;
    top: -50px;
    padding: 3px 5px;
    z-index: 100;
    background-color: #eee;
    border: 1px solid #bebebe;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-image: linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#ebebeb');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#ebebeb');
    background: -ms-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    background: -moz-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    background: -o-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    background: -webkit-linear-gradient(top, #ffffff, #f1f1f1 1px, #ebebeb);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.05, #f1f1f1), color-stop(1, #ebebeb));
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
div.css_bar_graph div.graph li.nr_1 {
    left: 50px;
}
div.css_bar_graph div.graph li.nr_2 {
    left: 75px;
}
div.css_bar_graph div.graph li.nr_3 {
    left: 100px;
}
div.css_bar_graph div.graph li.nr_4 {
    left: 125px;
}
div.css_bar_graph div.graph li.nr_5 {
    left: 150px;
}
div.css_bar_graph div.graph li.nr_6 {
    left: 175px;
}
div.css_bar_graph div.graph li.nr_7 {
    left: 200px;
}
div.css_bar_graph div.graph li.nr_8 {
    left: 225px;
}
div.css_bar_graph div.graph li.nr_9 {
    left: 250px;
}
div.css_bar_graph div.graph li.nr_10 {
    left: 275px;
}
div.css_bar_graph div.graph li.nr_11 {
    left: 300px;
}
div.css_bar_graph div.graph li.nr_12 {
    left: 325px;
}
div.css_bar_graph div.graph li.blue {
    background-color: var(--blue__back);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
div.css_bar_graph div.graph li.blue div.top {
    background: #72b8cc;
    display: none;
}
div.css_bar_graph div.graph li.blue div.bottom {
    background: #208faf;
    display: none;
}
div.css_bar_graph div.graph li.green {
    background: #608d00;
    background: rgba(96, 141, 0, 0.8);
}
div.css_bar_graph div.graph li.green div.top {
    background: #a2c656;
}
div.css_bar_graph div.graph li.green div.bottom {
    background: #608d00;
}
div.css_bar_graph div.graph li.orange {
    background: #ff9000;
    background: rgba(255, 144, 0, 0.8);
}
div.css_bar_graph div.graph li.orange div.top {
    background: #ffc24c;
}
div.css_bar_graph div.graph li.orange div.bottom {
    background: #ff9000;
}
div.css_bar_graph div.graph li.purple {
    background: #7d47ba;
    background: rgba(125, 71, 186, 0.8);
}
div.css_bar_graph div.graph li.purple div.top {
    background: #b592dd;
}
div.css_bar_graph div.graph li.purple div.bottom {
    background: #7d47ba;
}
div.css_bar_graph div.graph li.red {
    background: #d23648;
    background: rgba(210, 54, 72, 0.8);
}
div.css_bar_graph div.graph li.red div.top {
    background: #ea828e;
}
div.css_bar_graph div.graph li.red div.bottom {
    background: #d23648;
}
div.css_bar_graph div.graph li.blue:hover {
    cursor: pointer;
    background: #208faf;
}
div.css_bar_graph div.graph li.green:hover {
    cursor: pointer;
    background: #608d00;
}
div.css_bar_graph div.graph li.orange:hover {
    cursor: pointer;
    background: #ff9000;
}
div.css_bar_graph div.graph li.purple:hover {
    cursor: pointer;
    background: #7d47ba;
}
div.css_bar_graph div.graph li.red:hover {
    cursor: pointer;
    background: #d23648;
}
div.css_bar_graph div.graph li.bar:hover span {
    cursor: pointer;
    top: -60px;
    padding: 10px;
    margin: 0;
}

/*****date css starts*****/
.date {
    font-size: 9px;
    position: absolute;
    bottom: -21px;
    white-space: nowrap;
    transform: rotate(320deg);
    left: -8px;
   
}
div.css_bar_graph div.graph li.bar{
    bottom:59px;
    }
    
    div.css_bar_graph ul.y_axis {
    
        top: 20px;
     
    }
    div.css_bar_graph div.graph li.bottom {
        bottom: 58px;
    }

/*****date css ends*****/
