.button.show-modal,
.modal-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* section.active .show-modal {
      display: none;
    } */

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
}

section.active .overlay {
  opacity: 1;
  pointer-events: auto;
}

.modal-box {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  max-width: 659px;
  width: 80%;
  padding: 30px 20px;
  border-radius: 24px;
  background-color: #ecf4f8;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) scale(1.2);
  overflow-y: scroll;
}

section.active .modal-box {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.modal-box i {
  font-size: 70px;
  color: #4070f4;
}

.modal-box h2 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 500;
  color: #333;
}

.modal-box h3 {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.modal-box .buttons {
  margin-top: 25px;
}

.modal-box button {
  font-size: 14px;
  padding: 6px 12px;
  margin: 0 10px;
}

.hrainput-text-font{
  font-size: 1.2em;
}
.star-0-gif {
  background: url(../gif/star-grayedout.png) center top no-repeat #fff;
  background-size: contain;

  height: 14vw;
}

.star-1-gif {
  background: url(../gif/star1.png) center top no-repeat #fff;
  background-size: contain;

  /* height:174px; */
  height:135px;
}

.star-2-gif {
  background: url(../gif/star2.png) center top no-repeat #fff;

  background-size: contain;
  height:135px;
}

.star-3-gif {
  background: url(../gif/Star33.png) center top no-repeat #fff;

  background-size: contain;
  height:135px;
}

.star-4-gif {
  background: url(../gif/Star44.png) center top no-repeat #fff;

  background-size: contain;
  height:135px;
}

.star-5-gif {
  background: url(../gif/Star55.png) center top no-repeat #fff;

  background-size: contain;
  height: 186px;
}

@media (min-width:1023px) and (max-width:1025px) {

  .star-0-gif,
  .star-1-gif,
  .star-2-gif,
  .star-3-gif,
  .star-4-gif{
    height: 95px;
  }
  .star-5-gif {
    height: 162px;
  }
  .recommendationShowDiv h3 br{
    display: none;
  }
  .main-box p br{
    display: none;
  }

}



@media (min-width:374px) and (max-width:542px) {
  .modal-box {
    height: 95vh;
  }
  .star-0-gif,
  .star-1-gif,
  .star-2-gif,
  .star-3-gif,
  .star-4-gif,
  .star-5-gif {
    height: 17vh;
  }
  .recommendationShowDiv h3 br{
    display: none;
  }
  .main-box p br{
    display: none;
  }
  .right-chart-div{
    margin : 0px -2px;
  }

  .closeDivBtn{
    position: relative;
    left:157px;
  }
}
@media (min-width:767px) and (max-width:1023px) {
  .box-circle{
    width: 69px!important;
  }
  .box-circle-2{
    width: 64px!important;
  }
  .recommendationShowDiv h3 br{
    display: none;
  }
  .main-box p br{
    display: none;
  }
  .right-chart-div{
    margin : 0px -2px;
  }
 
}
@media (min-width:1199px) and (max-width:1276px) {
  /* .starDataFieldsDiv  */
}
@media (min-width:1279px) and (max-width:1281px) {
  .nest-padding{
    margin-bottom: 5px;
  }
}

.closeBtnhra {
  position: absolute;
  text-align: center;
  right: 257px;
  top: 58px;
}


.font-17 {
  font-size: 20px;
}

.font-big-numbers{
  font-size: 1.32em;
}

#report-message {
  font-weight: 900;
  font-size: 1.2rem;
  color: rgb(157, 165, 157);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* chart.js css  */
.chart-heading {
  font-family: "Rubik", sans-serif;
  color: #023047;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
}

.chart-container {
  width: 200px;
}

.right-chart-div,
#hra-star-data-div {
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.3);
  transition: all 400ms ease;
}

.programming-stats {
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  width: fit-content;
  /* box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.3); */
  border-radius: 20px;
  padding: 0px 32px;
  color: #023047;
  transition: all 400ms ease;
}

.programming-stats:hover {
  transform: scale(1.02);
  /* box-shadow: 0 4px 16px -7px rgba(0, 0, 0, 0.3); */
}

.programming-stats .details ul {
  list-style: none;
  padding: 0;
}

.programming-stats .details ul li {
  font-size: 14px;
  margin: 12px 0;
  /* text-transform: uppercase; */
}

.programming-stats .details .percentage {
  font-weight: 700;
  color: #e01091;
}



.needle {
  position: absolute;
  width: 100%;
  height: 31%;
  background-color: black;
  clip-path: polygon(50% 0, 50% 0, 52% 100%, 48% 100%);
  transform: rotate(90deg);
  transform-origin: top center;
  animation: rotate 2s ease-in-out;
  z-index: 300;

}

.gauge {
  position: relative;
  width: 200px;
  height: 200px;
}

.arrow-wrapper {
  width: 160px;
  /* height: 160px; */
  background-color: transparent;
  position: relative;
  transition: all 0.4s;
}

.speed-0 {
  transform: rotate(0deg);
}

.speed-1 {
  top: -8px;
  left: -13px;
  transform: rotate(10deg);
}

.speed-2 {
  top: -41px;
  left: -42px;
  transform: rotate(54deg);
}

.speed-3 {
  top: -80px;
  left: -41px;
  transform: rotate(90deg);
}



.text-orange {
  color: #FF6F06;
}

.font-22 {
  font-size: 22px;
}

.hra-bg-img{
  background-image: url(../images/bg-image1.jpg);
}


.box {
  width: 60px;
  height: 60px;
  background-color: #FFCC30;
  border-radius: 50%;
}
.box-circle{
  width: 91px;
  height: 60px;
  background-color: #FFCC30;
  border-radius: 50%;
}
.box-circle-2{
  width: 79px;
  height: 60px;
  background-color: #FFCC30;
  border-radius: 50%;
}
.box-circle-3{
  width: 63px;
  height: 60px;
  background-color: #FFCC30;
  border-radius: 50%;
}

.main-box {
  display: flex;
  flex-direction: row;
}

.hra-text-mr {
  margin-left: -2rem;
}

.hra-input {
  font-size: 20px;
  margin-left: 5.5rem;
  margin-top: 29px;
  width: 64%;
  height:41%;
  /* height: 100%; */
  border-radius: 7px
}
.hra-input-2 {
  font-size: 20px;
  margin-left: 5.5rem;
  margin-top: 29px;
  width: 64%;
  height: 41%;
  border-radius: 7px
}

@media (max-width:1199px) {
  .hra-numbers {
    width: 100%;
    height: 100%;
  }
}

/* range-slider-css */

input[type="range"] {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  /*  overflow: hidden;  remove this line*/

  /* New additions */
  height: 6px;
  background: #ccc;
}

/* Thumb: webkit-circle  */
input[type="range"]::-webkit-slider-thumb {
  /* removing default appearance */
  -webkit-appearance: none;
  appearance: none;
  /* creating a custom design */
  height: 15px;
  width: 15px;
  background-color: rgb(133 121 218);
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: rgb(133 121 218);
  border-radius: 50%;
  border: none;

  /* box-shadow: -407px 0 0 400px #f50; emove this line */
  transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, .1)
}

input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, .1)
}

input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

/*=============
  Aesthetics 
  =========================*/



.wrapper2 {
  color: #4b4949;
  /* background: #f50; */
  max-width: 700px;
  width: 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.range {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto 2rem;
  height: 4rem;
  width: 100%;
  background: #fff;
  padding: 0px 10px;
}

.value,
.value2,
.value3,
.value4 {
  font-size: 26px;
  width: 50px;
  text-align: center;
}


/* // ===================Semi Donut Chart model-1======================== */

.semi-donut {
  --percentage: 0;
  --fill: #ff0;
  width: 300px;
  height: 150px;
  position: relative;
  /* color: #fff; */
  font-size: 32px;
  font-weight: 600;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;

  &:after {
    content: '';
    width: 300px;
    height: 300px;
    border: 30px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) var(--fill) var(--fill);
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    transform: rotate(calc(1deg * (-45 + var(--percentage) * 1.8)));
    animation: fillAnimation 1s ease-in;
  }
}


/* // ===================Semi Donut Chart model-2======================== */

.semi-donut-model-2 {
  width: 300px;
  height: 150px;
  position: relative;
  text-align: center;
  /* color: #fff; */
  font-size: 32px;
  font-weight: 600;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  color: var(--fill);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;

  &:before,
  &:after {
    content: '';
    width: 300px;
    height: 150px;
    border: 30px solid var(--fill);
    border-top: none;
    position: absolute;
    transform-origin: 50% 0% 0;
    border-radius: 0 0 300px 300px;
    box-sizing: border-box;
    left: 0;
    top: 100%;
  }

  &:before {
    border-color: rgba(0, 0, 0, .15);
    transform: rotate(180deg);
  }

  &:after {
    z-index: 3;
    animation: 1s fillGraphAnimation ease-in;
    transform: rotate(calc(1deg * (var(--percentage) * 1.8)));
  }

  &:hover {
    &:after {
      opacity: .8;
      cursor: pointer;
    }
  }
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border:  1px solid #7fb4c6;
  text-align: center;
  padding: 8px;
}
th{
    color: white;
    background-color: #4581c9;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

@media (min-width:1399px) {
  .star-5-gif {
    
    height: 183px;
  }
  .font-17{
    font-size: 20.8px;
  }
  .box-circle{
    width: 76px;
  }
  .box-circle-2{
    width: 66px;
  }
}