.chart-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 14rem;
  margin: 0 auto;
}

.charts-section-mobile {
display: none;
}

.chart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 235px; 
  margin-top: 3rem;
}

.chart {
  height: 235px;
  width: 235px;
}

.legend {
  margin-top: 15px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align legend items to the start */
  width: 100%;
  padding-left: 2rem;
}
.carousel-indicators{
  height: fit-content;
}
.carousel-control{
  height: fit-content;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
  color: #012A41;
}
.color-box {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  padding: 0rem 0.5rem;
}

.chart-title { 
  font-size: 18px;
  font-family: 'Frank Ruhl Libre', sans-serif;
  font-weight: 400;
  color: #035D6D;
  height: 52px;
  text-align: center;
} 

@media only screen and (min-width: 150px) and (max-width: 576px) {
.container {
    width: 355px;
}
.charts-section {
    display: none;
}
.legend {
  width:29rem;
}

.chart-wrapper {
  margin-top: 0;
  width:100%;
}
.mobileChart{
   position: relative;
}
.carousel-inner>.active {
  display: flex !important;
  justify-content: center !important;
  position: relative;
}
.chart-container {
  display: none;
}

.chart-title { 
  padding-right: 0;
  height: 40px
} 
.charts-section-mobile {
    display: flex;
    flex-wrap: wrap;
    max-width: 889px;
    justify-content: space-between;
    margin: 0 auto;
}
.pie-chart {
    margin: 0 auto;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important;
    color: #9c6e02;
    opacity: 1;
    bottom: 41%;
}
.carousel-indicators {
    position: absolute;
    top: 330px;
    left: 48%;
}
.carousel-indicators .active {
    background-color: #9c6e02;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    position: relative;
    top: 1px;
}
.glyphicon {
    position: relative;
    top: 142px;
}
.pie-chart h2 {
    position: relative;
    margin-bottom: 10%;
}
#legendChart1mobile,
#legendChart2mobile,
#legendChart3mobile,
#legendChart4mobile {
    margin-top: 4rem;
}
[class$="-legend"] li {
    text-indent: -13px;
    width: 225px;
    padding-left: 0;
    font-size: 13px;
    padding-bottom: 6px;
}
[class$="-legend"] li span {
    border-radius: 50%;
    height: 7px;
    width: 7px;
    margin-right: 5px;
    position: relative;
    bottom: 1.5px;
}
.carousel-inner {
    margin-left: 5vw;
    margin-top: 10px;
    width: 87% !important;
    transition: transform 0.5s ease-in-out;
}
.carousel-item {
  transition: transform 0.5s ease-in-out;
}

.carousel-indicators li {
    border: 1px solid #9c6e02;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    display: inline-block;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
}
}