#water-level-chart{width:100%;height:100%}#water-level-chart .water-level-chart-title{font-weight:700;height:50px;display:flex;align-items:center;font-size:20px;justify-content:center}#water-level-chart .water-level-chart-details{height:15%;display:flex;justify-content:center;font-size:17px;align-items:flex-end}#water-level-chart .water-level-chart-details span{font-size:35px;font-weight:700;color:#58a1ff;margin:0 5px;margin-bottom:-5px}#water-level-chart .chart-container{flex:1;display:flex;justify-content:center;align-items:center}#water-level-chart .dv-water-pond-level{max-width:90%;width:200px;height:200px;border:10px solid #19c3eb;border-radius:50%}#water-level-chart .dv-water-pond-level ellipse{stroke:transparent!important}#water-level-chart .dv-water-pond-level text{font-size:40px}