
body {
  margin: 0;
  padding: 0;
}
.ahiSecurityChartOuterWrapper {
  background-color: #3D3B44;
  padding: 122px 80px;
}

.page-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

.ahiSecurityChartInnerWrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 123px;
  box-sizing: border-box;
  margin: 0 auto;
}
.ahiOsaSecuruityChart {
  flex: 0 36%;
}
.ahiOsaSecurityContent {
  flex: 0 36%;
}

.ahiosachartouterwrapper {
  position: relative;
}
.ahiOsaSecuruityChart h2 {
  color: #FFF;
 
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.5px;
  padding: 0 0 25px;
}
.ahiOsaSecuruityChartInner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0px;
  background: rgba(255, 255, 255, 0.50);
  bottom: 0px;
}


.ahiOsaSecurityContent span {
  color: #fff;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.ahiOsaSecurityContent p {
  color: #fff;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  top: 18px;
}
/* p.ahiOsaSecurityText.ModeratechartText {
  padding: 22px 0;
} */
/* p.ahiOsaSecurityText.mildchartText {
  padding: 24px 0;
}
p.ahiOsaSecurityText.SeverechartText {
  padding: 24px 0;
} */

.ahiOsaSecurityContent .Severity-level-text {
  color: #FFFFFFB2;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.ahiOsaSecuruityChartInner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  position: relative;
}
.ahichart-left-side {
  color: rgba(255, 255, 255, 0.70);
 
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.ahichart-right-side {
  color: rgba(255, 255, 255, 0.70);
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.5px;
}
hr.horizontal-line {
  border: 0;
  width: 459px;
  border-top: 1px solid #FFFFFF80;
}
.ahichart-left-side {
  padding: 12px 0;
}

.ahi-vertical-bar-chart {
  background-color: #f90;
  border-radius: 10px;
  bottom: 0px;
  height: 138px;
  left: 41%;
  position: absolute;
  width: 60px;
  transition: 0.5s all;
}
/* span.ahipoints {
  font-size: 13px !important ;
  left: 0 !important;
  display: inline;
} */
/* span.ahipoints {
  position: relative;
  bottom: 35px;
  left: calc(235% - 120px);
/*   color: #F90; */
/*   font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.5px; 
} */

span.ahipoints {
  bottom: 35px;

  font-size: 20px;
  line-height: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  font-weight: 700;
}
span.ahiModerate {
/*   color: #F90; */
  text-align: right;
 
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {  
  .ahiOsaSecuruityChart {
    flex: 0 100% !important;
  }
  .ahiOsaSecurityContent {
    flex: 0 100% !important;

  }
  .ahiSecurityChartInnerWrapper {
    gap: 48px;
  }
  p.ahiOsaSecurityText {
    padding: 0 0 25px;
  }
  p.Severity-level-text {
    padding-bottom: 39px;
}
.ahiOsaSecuruityChart {
    padding-top: 54px;
}
  .ahiSecurityChartOuterWrapper {
    padding: 0px;
  }
    .ahiosachartouterwrapper {
    padding: 0px 14px;
  }
  .ahiOsaSecuruityChart h2 {
    font-size: 20px;
  }
}

@media (max-width: 1080px) {   
  .ahiSecurityChartInnerWrapper {
    gap: 50px;
  }
  .ahiOsaSecuruityChart {
    flex: 0 46%;
  }
  .ahiOsaSecurityContent {
    flex: 0 40%;
  }

}

