.CIG-CBC-Latest-Indicators {
      font-family: var(--font-family-default);
      margin: 0px 5px 0px 5px;
      padding: 8px;
      font-size: 14px;
      height: 511px;
      overflow-y: scroll;
      text-align: left;
}

.CIG-CBC-Latest-Indicators .indicator-name {
      font-family: var(--font-family-default-black);
}

.CIG-CBC-Latest-Indicators .indicator-data {
      font-size: 14px;
      margin-bottom: 10px;
}
.CIG-CBC-Latest-Indicators .indicator-data p {
      margin-bottom: 0px;
}

.CIG-CBC-Latest-Indicators .indicator-up p:first-child:before {
      content: "\f0d8";
      font-family: "Font Awesome 5 Free";
      font-size: 16px;
      font-weight: 600;
      color: #78BE20;
      margin-right: 6px;
}
.CIG-CBC-Latest-Indicators .indicator-down p:first-child:before {
      content: "\f0d7";
      font-family: "Font Awesome 5 Free";
      font-size: 16px;
      font-weight: 600;
      color: #E00046;   
      margin-right: 6px;
}
