
.info_section {
  padding: 30px;
  background: #fafafa;
  margin: 15px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  max-width: 960px;
}
.graph-circle {
  position: relative;
}
.circle-graph-container {
  position: relative;
  display: flex;
}.economic-indicators-bodyright p {
  margin: 0;
}
.circle-graph {
  margin: 0 15px;
  position: relative;
  width: 50%;
  line-height: 1.2 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  font-weight: 300;
}
canvas {
  position: absolute;
  top: 0px;
}
.stats {
  width: 100% !important;
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stats p {
  line-height: 1.2;
  font-size: 21px;
  color: #545454;
  
  font-weight: 300;
}
span.info_section_wordHighlight {
  color: #5c4394;
  font-weight: 600;
}

/* BAR GRAPH */
.graph-bar {
  padding: 15px 30px;
  background: #fafafa;
  margin: 15px 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 60px);
  max-width: 960px;
}
.bar-graph-container {
  width: 100%;
  overflow: hidden;
}
.graph-bar h2 {
  
  color: #545454;
  text-align: left;
}
.bar-graph-container p {
  padding: 20px;
  color: #fff;
  
}
.bar-1{
  width: 85%;
  background-color: #5c4394;
  animation: slide-left 0.9s ease-in-out 1s both;
  -webkit-animation: slide-left 0.9s ease-in-out 1s both;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.bar-container {
  background-color: #cccccc;
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-200%);
  }
  70% {
    -webkit-transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

/* HALF PIE CHART */
.info_section_stackup {
  background: #fafafa;
  border-radius: 10px;
  padding: 30px;
  margin: 15px 0;
  overflow: hidden;
  width: calc(100% - 60px);
  max-width: 960px;
}
.info_section_stackup h4 {
  color: #545454;
  margin: 0;
  font-size: 24px;
  text-align: center;
}
.semicircle-infographic {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  transform: rotate(270deg);
  margin: -90px 0 -200px 0;
}
.semicircle-infographic .center-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 250px;
  background-color: #fafafa;
  border-radius: 50%;
  margin-right: -125px;
  z-index: 1;
}
.semicircle-infographic .center-circle .content {
  margin: auto;
  width: 80vw;
  max-width: 1500px;
  position: relative;
 
  font-size: 16px;
  color: #58585B;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 10px;
  position: relative;
}
.semicircle-infographic .center-circle .content:before {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 83%;
  transform: rotate(100deg);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 172px solid #5c4394;
  border-radius: 20px;
}
.semicircle-infographic .center-circle .content::after {
  content: "";
  background: #fafafa;
  height: 10px;
  width: 10px;

  position: absolute;
  bottom: 48%;
  left: 52%;
  border-radius: 50%;
}
.semi-circle-container {
  min-width: 290px;
  padding: 50px 0px;
  overflow: hidden;
  position: relative;
}
.semi-circle-container .semi-circle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  margin-left: -250px;
  position: relative;
  overflow: hidden;
}
.semi-circle-container .circle-section {
  position: absolute;
  width: 500px;
  height: 500px;
}
.semi-circle-container .circle-section:nth-child(1) {
  background-color: #E29048;
  left: 250px;
}
.semi-circle-container .circle-section:nth-child(2) {
  background-color: #ECBB85;
  transform: rotate(45deg) translate(50%, -50%);
}
.semi-circle-container .circle-section:nth-child(3) {
  background-color: #A8DEF3;
  transform: rotate(90deg) translate(50%, -50%);
}
.semi-circle-container .circle-section:nth-child(4) {
  background-color: #65AFE1;
  transform: rotate(135deg) translate(50%, -50%);
}
.semi-circle-container .inner-circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
}
.semi-circle-container .inner-circle-container .inner-circle:nth-of-type(1) {
  left: 25%;
  top: 21%;
}
.semi-circle-container .inner-circle-container .inner-circle:nth-of-type(2) {
  left: 60%;
  top: 38%;
}
.semi-circle-container .inner-circle-container .inner-circle:nth-of-type(3) {
  left: 60%;
  top: 63%;
}
.semi-circle-container .inner-circle-container .inner-circle:nth-of-type(4) {
  left: 24%;
  top: 80%;
}
.semi-circle-container .inner-circle span {
  transform: rotate(90deg);
  color: #5c4394;
}
.semi-circle-container .inner-circle-container .inner-circle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: transparent;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-align: center;
  border: none;
}
