/* new chart */
.chart-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  margin:auto;
}
.chart-wrap .chart-gauge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  width: 100%;
  overflow: inherit;
}
.chart-wrap .chart-gauge--big {
  height: 93%;
}
.chart-wrap .chart-gauge--middle {
  height: 69%;
}
.chart-wrap .chart-gauge--small {
  height: 55%;
}
.chart-wrap .chart-gauge-primary {
  fill: none;
  stroke: #863379;
  stroke-width: 9%;
}
.chart-wrap .chart-gauge-tertiary {
  fill: none;
  stroke: #62b5e1;
  stroke-width: 26%;
}

.life .chart-wrap .chart-gauge-tertiary{
  stroke:#3076ba;

}
.life .chart-wrap .chart-gauge-primary{
  stroke:#1f6eb5;
}
.lpt .chart-wrap .chart-gauge-primary{
  stroke:#53a3d6;
}
.lpt .chart-wrap .chart-gauge-tertiary{
  stroke:#62b5e1;
}
.gvul .chart-wrap .chart-gauge-primary{
  stroke:#3a8374;
}
.gvul .chart-wrap .chart-gauge-tertiary{
  stroke:#429586;
}

.chart-wrap .chart-gauge-primary-bar {
  fill: none;
  stroke: #2e3346;
  stroke-width: 2%;
}
.chart-wrap .chart-gauge-secondary {
  fill: none;
  stroke: #666;
  stroke-width: 20;
}
.chart-wrap.is-active circle {
  animation: load-gauge cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
}
.chart-wrap.is-active circle.chart-gauge-secondary {
  animation-delay: 0.25s;
}
.chart-wrap.is-active circle.chart-gauge-tertiary {
  animation-delay: 0.5s;
}
.chart-gauge-centre{
  fill: #2e3346;
}
@keyframes load-gauge {
  to {
    stroke-dashoffset: 0;
  }
}

.chart-wrap .chart-caption{
  position:absolute;
  top: 34px;
  width: 114px;
  left: 34px;
  height: 114px;
  border-radius: 200px;
  color:white;
  text-align:center;
  padding: 40px 9px;
  font-size: 12px;
  font-weight:700;
  /* background: rgba(255,255,255,0.5); */
  line-height: 18px;
}
.chart-outer-caption{
    font-size:18px;
    font-weight:bold;
    padding: 21px 0;
}
.chart-wrap{
  margin:40px -20px;
}
.chart-outer-caption .outer-value{
    color:#853379;
    font-size: 60px;
    margin-bottom:-20px;
}

@media(min-width:768px){
  .chart-wrap{
    width: 280px;
    height: 280px;
  }
  .chart-wrap .chart-caption{
    top: 68px;
    width: 170px;
    left: 53px;
    height: 164px;
    padding: 53px 22px;
    font-size: 17px;
    /* background: rgba(255,0,0,0.4); */
  }
  .chart-wrap .inner-value{
    font-size: 35px;
    font-weight: 700;
    color:#62b5e1;
  }
  .chart-outer-caption{
    font-size:22px;
    padding: 54px 124px 0 0;
  }
  .chart-wrap{
    margin:30px 0 0 0;
  }
  .chart-outer-caption .outer-value{    
    font-size: 80px;
  }
}

@media(min-width:992px){
  .chart-outer-caption{
    padding: 91px 14px 0 0;
  }
  .chart-wrap{
    margin-top: 79px;
  }
}
@media(min-width:1200px){
  .chart-outer-caption{
    padding: 84px 14px 0 0;
  }
  .chart-wrap{
    margin-top: 62px;
  }
}
.life .chart-wrap .inner-value, .life .chart-outer-caption .outer-value{
  color:#1f6fb5;
}
.lpt .chart-wrap .inner-value, .lpt .chart-outer-caption .outer-value{
  color:#3ab6e5;
}
.gvul .chart-wrap .inner-value, .gvul .chart-outer-caption .outer-value{
  color:#10837d;
}

/* adding modal css here */
.btn-circle, .btn-circle:hover{
    background:url('../../uploads/00001316/icons/arrow-right-grey.svg');
    width:60px;
    height:60px;
    display:block;
    min-width:0;
    position:absolute;
    right:2%;
    margin-top:2%;
}
.chart-outer-caption .footnote{

  color:#6f6f6f;
  font-size:13px;
  font-weight:300;
  margin:10px 0 0 8px;
  text-indent:-8px;
}