.chart-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 80.5%;
}

.chart-background {
  position: absolute;
  background: white;
  height: 100%;
  left: 0;
  border-radius: 23px;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.grid-line {
  position: absolute;
  left: 58px;
  right: 30px;
  height: 2px;
}

.grid-line svg {
  display: block;
  width: 100%;
  height: 100%;
}

.baseline {
  position: absolute;
  left: 58px;
  right: 30px;
  height: 3px;
}

.baseline svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bar {
  position: absolute;
  background-color: #06e472;
  border-top-left-radius: 9.967px;
  border-top-right-radius: 9.967px;
  width: 51.706px;
  transform-origin: bottom;
}

.dot {
  position: absolute;
  background-color: #e669e6;
  border-radius: 12.459px;
  width: 7.476px;
  height: 7.476px;
  transform: scale(0);
  opacity: 0;
}

.y-axis-label {
  position: absolute;
  font-family: var(--fonts-inter-tight);
  font-weight: normal;
  line-height: 14.951px;
  font-size: 14.951px;
  color: black;
  text-align: center;
  white-space: pre;
  transform: translateX(-50%);
}

.titlecamp {
  position: absolute;
  font-family: var(--fonts-inter-tight);
  font-weight: normal;
  line-height: 1;
  left: 24px;
  color: #15302d;
  font-size: 30px;
  white-space: pre;
  top: 24px;
}

.legend-container {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.legend-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  position: relative;
}

.legend-text {
  display: block;
  font-family: var(--fonts-inter-tight);
  font-weight: normal;
  line-height: 15px;
  font-size: 15px;
  color: black;
  white-space: pre;
}

.legend-box {
  display: block;
  width: 15px;
  height: 15px;
}

.legend-box.green {
  background-color: #06e472;
  border-radius: 2.492px;
}

.legend-box.purple {
  background-color: #e669e6;
  border-radius: 7.476px;
}

.legend-line-container {
  position: absolute;
  height: 4px;
  width: 29px;
  top: 8px;
  left: -7px;
}

.callout {
  position: absolute;
  background-color: #fdfdfb;
  display: flex;
  height: 37.378px;
  align-items: center;
  justify-content: center;
  left: 266.01px;
  padding: 4.984px 12.459px;
  border-radius: 9.967px;
  top: 105.28px;
  width: 117.741px;
  border: 1.869px solid #d1e3e1;
}

.callout-text {
  font-family: var(--fonts-inter-tight);
  font-weight: normal;
  line-height: 1.2;
  color: #15302d;
  font-size: 11.213px;
  text-align: center;
  width: 92.822px;
}

.purple-line-container {
  position: absolute;
  left: 93px;
  right: 78px;
  top: 113px;
  bottom: 85px;
}

.purple-line-container svg {
  display: block;
  width: 100%;
  height: 100%;
}

.vertical-dashed-line {
  position: absolute;
  left: 325px;
  top: 87px;
  bottom: 66px;
  width: 2px;
}

.vertical-dashed-line svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Animation classes */
.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.bar-grow {
  height: 0;
  animation: growBar 0.6s ease-out forwards;
}

@keyframes growBar {
  to {
    height: var(--final-height);
    top: var(--final-top);
  }
}

.dot-appear {
  transform: scale(0);
  opacity: 0;
  animation: appearDot 0.3s ease-out forwards;
}

@keyframes appearDot {
  to {
    transform: scale(1);
    opacity: 1;
  }
}


@media (max-width: 1439px) {
  .baseline {top: auto !important; bottom: 58px;}
  .purple-line-container {left: 79px; right: 71px; top: 95px; bottom: 77px;}
}

@media (max-width: 1199px) {
  .titlecamp {font-size: 24px;}
  .bar {width: 35px;}
  .purple-line-container {left: 68px; right: 53px; top: 80px; bottom: 59px;}
  .legend-container {bottom: 16px;}
  .legend-main {gap: 10px;}

  .y-axis-label {font-size: 12px;}
  .y-axis-label-list .y-axis-label:nth-child(1) {top: 243px !important;}
  .y-axis-label-list .y-axis-label:nth-child(2) {top: 183px !important;}
  .y-axis-label-list .y-axis-label:nth-child(3) {top: 123px !important;}
  .y-axis-label-list .y-axis-label:nth-child(4) {top: 63px !important;}

  .grid-line-list .grid-line:nth-child(1) {top: 250px !important;}
  .grid-line-list .grid-line:nth-child(2) {top: 190px !important;}
  .grid-line-list .grid-line:nth-child(3) {top: 130px !important;}
  .grid-line-list .grid-line:nth-child(4) {top: 70px !important;}

  .baseline {bottom: 43px;}

  .callout {top: 80px; left: 176px; width: 117px;}
  .vertical-dashed-line {left: 232px; top: 70px; bottom: 43px;}
}

@media (max-width: 991px) {
  .bar {width: 27px;}
  .titlecamp {left: 14px; top: 14px; font-size: 20px;}
  .baseline {left: 30px; right: 20px; bottom: 37px;}
  .vertical-dashed-line {top: 50px; bottom: 37px; left: 168px;}
  .callout {width: 90px; height: 30px; left: 126px; top: 60px; padding: 4px 10px; border-radius: 8px;}
  .callout-text {width: 100%; font-size: 8px;}
  .purple-line-container {left: 49px; right: 43px; top: 58px; bottom: 47px;}

  .legend-box {width: 10px; height: 10px;}
  .legend-text {font-size: 10px; line-height: 10px;}
  .legend-line-container {width: 20px; height: 2px; top: 7px; left: -5px;}

  .y-axis-label-list .y-axis-label {left: 18px !important;}
  .y-axis-label-list .y-axis-label:nth-child(1) {top: 193px !important;}
  .y-axis-label-list .y-axis-label:nth-child(2) {top: 143px !important;}
  .y-axis-label-list .y-axis-label:nth-child(3) {top: 93px !important;}
  .y-axis-label-list .y-axis-label:nth-child(4) {top: 43px !important;}

  .grid-line {left: 30px; right: 20px;}
  .grid-line-list .grid-line:nth-child(1) {top: 200px !important;}
  .grid-line-list .grid-line:nth-child(2) {top: 150px !important;}
  .grid-line-list .grid-line:nth-child(3) {top: 100px !important;}
  .grid-line-list .grid-line:nth-child(4) {top: 50px !important;}
	
    
}

@media (max-width: 767px) {
  .bar {width: 38px;}
  .titlecamp {top: 17px; left: 24px; font-size: 24px;}
  .purple-line-container {left: 77px; right: 46px; top: 94px; bottom: 56px;}
  .baseline {bottom: 39px; left: 50px; right: 25px;}
  .vertical-dashed-line {left: 50%; transform: translateX(-50%); margin-left: 10px; top: 70px; bottom: 39px;}
  .callout {left: 50%; transform: translateX(-50%); margin-left: 10px; top: 90px;}

  .y-axis-label-list .y-axis-label {left: 35px !important;}
  .y-axis-label-list .y-axis-label:nth-child(1) {top: 288px !important;}
  .y-axis-label-list .y-axis-label:nth-child(2) {top: 213px !important;}
  .y-axis-label-list .y-axis-label:nth-child(3) {top: 138px !important;}
  .y-axis-label-list .y-axis-label:nth-child(4) {top: 64px !important;}

  .grid-line {left: 50px; right: 25px; height: 3px;}
  .grid-line-list .grid-line:nth-child(1) {top: 295px !important;}
  .grid-line-list .grid-line:nth-child(2) {top: 220px !important;}
  .grid-line-list .grid-line:nth-child(3) {top: 145px !important;}
  .grid-line-list .grid-line:nth-child(4) {top: 70px !important;}

}

@media (max-width: 567px) {
  .chart-container {margin: 0 auto; width: 300px; padding-bottom: 250px;}
  .chart-background {border-radius: 15px;}
  .bar {width: 24px;}
  .titlecamp {left: 15px; top: 0px; font-size: 18px;}
  .vertical-dashed-line {margin-left: 3px; top: 50px; bottom: 37px;}
  .callout {margin-left: 3px; top: 45px;}
  .baseline {left: 30px; right: 10px; bottom: 37px;}
  .purple-line-container {left: 46px; right: 37px; top: 54px; bottom: 48px;}

  .y-axis-label-list .y-axis-label {left: 15px !important;}
  .y-axis-label-list .y-axis-label:nth-child(1) {top: 178px !important;}
  .y-axis-label-list .y-axis-label:nth-child(2) {top: 133px !important;}
  .y-axis-label-list .y-axis-label:nth-child(3) {top: 88px !important;}
  .y-axis-label-list .y-axis-label:nth-child(4) {top: 43px !important;}

  .grid-line {left: 30px; right: 10px; height: 2px;}
  .grid-line-list .grid-line:nth-child(1) {top: 185px !important;}
  .grid-line-list .grid-line:nth-child(2) {top: 140px !important;}
  .grid-line-list .grid-line:nth-child(3) {top: 95px !important;}
  .grid-line-list .grid-line:nth-child(4) {top: 50px !important;}

   .mobile-spacing {
    background: #fff;
    border-radius: 23px;
    padding: 2px 0px 10px 5px;
	  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}		 
	
	.chart-background {
		box-shadow:none;
	}
}

@media (max-width: 413px) {
}