#dia-liquidity-chart img {
    display: block
}

#dia-liquidity-chart .chart-inner {
    position: relative;
    margin-bottom: 20px;
}


#dia-liquidity-chart .legend {
    position: absolute;
    top: 0;
    left: 50px
}

#dia-liquidity-chart .legend p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 5px
}

#dia-liquidity-chart ul.legend-names {
    font-size: 13px;
    color: #00143F;
    padding: 0;
    list-style: none;
    margin: 12px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

#dia-liquidity-chart ul.legend-names li::before {
    content: "";
    width: 20px;
    height: 10px;
    background-color: #00143F;
    display: inline-block;
    margin-right: 8px
}

#dia-liquidity-chart ul.legend-names li:nth-child(2)::before {
    background-color: #1EFF8F;
}

#dia-liquidity-chart ul.legend-names li:nth-child(3) {
    margin-left: 0px
}

#dia-liquidity-chart ul.legend-names li:nth-child(3)::before {
    background-color: #e6ff00
}

#dia-liquidity-chart circle {
    cursor: pointer
}

#dia-liquidity-chart .animation circle {
    position: relative;
    -webkit-animation: circles 4.2s ease-in-out .5s infinite normal;
    animation: circles 4.2s ease-in-out .5s infinite normal
}

#dia-liquidity-chart circle:hover {
    fill: #E7F5FF;
}
#dia-liquidity-chart circle.active {
    fill: #001AFF;
    stroke-width: 2;
}

@-webkit-keyframes circles {
    0% {
        opacity: 1;
        r: 10px
    }

    10% {
        opacity: 1;
        r: 13px
    }

    20% {
        opacity: 1;
        r: 10px
    }

    30% {
        opacity: 1;
        r: 13px
    }

    40% {
        opacity: 1;
        r: 10px
    }

    100% {
        opacity: 1;
        r: 10px
    }
}

@keyframes circles {
    0% {
        opacity: 1;
        r: 10px
    }

    10% {
        opacity: 1;
        r: 13px
    }

    20% {
        opacity: 1;
        r: 10px
    }

    30% {
        opacity: 1;
        r: 13px
    }

    40% {
        opacity: 1;
        r: 10px
    }

    100% {
        opacity: 1;
        r: 10px
    }
}

#dia-liquidity-chart #container {
    height: 280px
}

#dia-liquidity-chart p.detail-info {
	color: #00143F;
	background-color: #f0f2f5;
	padding: 24px;
	border-radius:10px;
}

#dia-liquidity-chart .detail-title {
    font-weight: 700;
}

@media screen and (min-width: 840px) {
    #dia-liquidity-chart #container {
        height: 380px
    }
}

#dia-liquidity-chart g.highcharts-annotation .highcharts-annotation-label {
    display: none;
}
#dia-liquidity-chart g.highcharts-annotation .highcharts-annotation-label.active {
    display: block;
}
