.financials-row {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
    }
    .financials-bar-counts {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      z-index: 1;
    }

    .financials-col-4 {
        width: 33.33%;
    }
    .financials-footer {
      text-align: center;
      color: #000;
      line-height: normal;
      border-top: 10px solid;
      padding: 10px 0;
      width: 34%;
      font-size: 14px;
    }
    
    .financials-items:nth-child(1) {
      background: linear-gradient(0deg, #E5EEF4 0%, rgba(159, 213, 255, 0.00) 100%);
    }
    .financials-items:nth-child(2) {
      background: linear-gradient(0deg, #FFCBC9 0%, rgba(255, 143, 138, 0.00) 100%);
    }
    .financials-items:nth-child(3) {
      background: linear-gradient(0deg, #BEE2FE 0%, rgba(208, 237, 255, 0.00) 100%);
    }

    .financials-container {
      display: flex;
      justify-content: center;
      gap: 25px;
    }
    .financials-col-2 {
      width: 50px;
    }
    .financials-down-bar,
    .financials-upper-bar {
      display: flex;
      height: 50%;
    }
    .financials-upper-bar {
      align-items: end;
    }
    span.chart-bar span,
    span.chart-bar {
      display: block;
      width: 100%;
      z-index: 99;
      position: relative;
      font-weight: 700;
      font-size: 14px;
    }
    .financials-bar-count {
      position: relative;
    }
    .financials-bar-count:before {
        content: " ";
        display: block;
        width: 100%;
        height: 1px;
        background: #ccc;
        position: absolute;
        top: 0;
    }
    .financials-bar-count:after {
      content: " ";
      display: block;
      width: 20px;
      height: 1px;
      background: #000000;
      position: absolute;
      top: 0;
    }
    .financials-bar-count.bar-count-0::before {
      background: #000;
    }
    .financials-bar-count span {
      position: absolute;
      top: -10px;
      left: -37px;
      font-weight: 600;
      font-size: 13px;
      color: #000;
      background: #f4f4f4;
      z-index: 9;
    }
    .financials-footers {
      display: flex;
      justify-content: space-between;
    }

    .financials-footer:nth-child(1){
      border-color: #D0EDFF;
    }
    .financials-footer:nth-child(2){
      border-color: #FF8F8A;
    }
    .financials-footer:nth-child(3){
      border-color: #9FD5FF;
    }
    .financials-bar-chrt img.water_mark {
      transform: rotate(0deg);
      z-index: 1;
      width: 100%;
    }
    .amount_type {
      transform: rotate(270deg);
      color: #0A0A0A;
      font-size: 15px;
      text-align: center;
      line-height: 10px;
      position: absolute;
      height: 15px;
      left: -40px;
      top: 50%;
      bottom: 0;
      z-index: 1;
  }
  .financials-bar-chrt {
    background: #F4F4F4;
    padding: 10px 30px 0 65px;
    position: relative;
  }
  .financials-mark-items {
    display: flex;
    justify-content: right;
    padding-bottom: 2.5%;
  }
  .mark-row {
    display: flex;
    justify-content: right;
    gap: 10px;
    background: #fff;
    width: auto;
    z-index: 99;
  }
  span.mark-item{
    padding: 4px 10px;
    font-weight: 600;
    font-size: 12px;
  }
  span.mark-item i {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 1px;
  }
  .growth-reposrt {
    position: relative;
  }
  .growth-reposrt svg {
    position: absolute;
    width: 32px;
    left: 0;
    top: 0;
  }
  .chart_header h2,
  .financials-item p {
    margin: 0;
  }
  .chart_header {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    padding-bottom: 15px;
  }
  .financials-horizontal {
    margin: 30px 0;
    border: 1px solid #000;
    padding: 8px 0 0;
  }


  .financials-horizontal-footer {
    background: #F4F4F4;
  }
  .fh-fotter-logo {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
  }
  .fh-fotter-logo img {
    width: 25%;
  }
  img.right-ft-logo {
    width: 124px;
    height: 24px;
  }
  .fh-fotter-view a {
    background: #A22823;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    gap: 15px;
  }
  .fh-fotter-view a p {
    margin: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
  }
  .chart_header img {
    width: 200px; 
  }




  .financials-upper-bar span.chart-bar {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    position: relative;
  }.growth_report_content {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: -23px;
    text-align: center;
}
.growth-reposrt {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
}
.growth-reposrt svg {
    position: absolute;
    width: 41px;
    left: -44px;
    top: -50px;
}
.financials-upper-bar span.growth-pacent {
    top: -12px;
}
.financials-down-bar .growth_report_content {
    top: unset;
    bottom: -27px;
}
.financials-down-bar .growth_report_content .growth-reposrt {
    top: unset;
    bottom: -24px;
}
.financials-down-bar .growth_report_content .growth-reposrt svg {
    width: 53px;
    top: unset;
    bottom: -9px;
    left: -56px;
}

.growth_report_content p {
     opacity: 0; 
    font-size: 13px;
    font-weight: 700;
}
span.chart-bar:hover p {
    opacity: 1;
}

.financials-container .financials-item:nth-child(1) .financials-upper-bar svg {
    left: 40px;
    transform: rotate(70deg);
    height: 93px;
    top: -47px;
}
.financials-container .financials-item:nth-child(1)  .financials-upper-bar span.growth-pacent {
    left: 75px;
    top: 5px;
}
.financials-container .financials-item:nth-child(1) .financials-down-bar svg {
    left: 40px;
    transform: rotateZ(316deg);
    bottom: -20px;
}
.financials-container .financials-item:nth-child(1) .financials-down-bar span.growth-pacent {
    position: absolute;
    right: -92px;
    bottom: 9px;
}
.financials-horizontal .chart_header h2 {
    padding: 0;
    color: #000;
    font-weight: 600;
}
.fh-fotter-view img {
    width: 120px;
}
.financials-upper-bar .growth_report_content.arrow-position-low svg {
    height: 41px;
    bottom: -5px;
    top: -8px;
    transform: rotateZ(32deg);
}
@media screen and (max-width: 782px){
  .financials-col-2 {
    width: 28px;
  }
  .financials-bar-chrt {
    padding: 10px 0px 0 64px;
  }
  .amount_type {
    left: -39px;
  }
  .chart_header img {
    width: 170px;
  }
  .chart_header h2 {
    font-size: 26px;
  }
  .financials-container .financials-item:nth-child(1) .financials-upper-bar svg {
    left: 22px;
    width: 28px;
    top: -42px;
  }
  .financials-container .financials-item:nth-child(1) .financials-upper-bar span.growth-pacent {
    left: 70px;
    top: -8px;
  }
  .financials-container .financials-item:nth-child(1) .financials-down-bar svg {
    width: 36px;
    left: 22px;
  }
  .financials-container .financials-item:nth-child(1) .financials-down-bar span.growth-pacent {
    left: 63px;
    bottom: 8px;
  }
  .fh-fotter-view img {
      width: 90px;
  }
}

@media screen and (max-width: 414px){
  span.mark-item {
    font-size: 8px;
    line-height: normal;
    display: flex;
    align-items: center;
}
  .fh-fotter-view img {
      width: 80px;
  }
  .financials-container {
    gap: 10px;
  }
  .financials-mark-items {
    padding-bottom: 12.5%;
  }
  span.chart-bar span, span.chart-bar{
    font-size: 12px;
  }
  .financials-bar-count span{
    font-size: 9px;
    top: -6px;
    left: -21px;
  }
  .financials-bar-chrt {
    padding: 5px 0px 0 40px;
  }
  .fh-fotter-logo{
    padding: 0px 10px 5px 10px;
  }
  .amount_type {
    left: -32px;
    font-size: 12px;
  }
  span.chart-bar span, span.chart-bar,
  .financials-upper-bar span.growth-pacent {
    font-size: 11px;
  }
  .financials-col-2 {
    width: 23px;
  }
  .chart_header {
    padding-bottom: 5px;
  }
  .chart_header h2 {
    font-size: 16px;
  }
  .financials-footer {
    font-size: 10px;
    font-weight: 500;
    padding: 8px 0;
  }
  img.right-ft-logo {
    width: 95px;
    height: 20px;
  }
  .fh-fotter-view a p {
    font-size: 10px;
  }
  .fh-fotter-view img {
    width: 90px;
  }
  .growth-reposrt svg {
    width: 26px;
    left: -30px;
    top: -66px;
  }
  .financials-down-bar .growth_report_content .growth-reposrt svg {
    width: 36px;
    top: unset;
    bottom: -19px;
    left: -38px;
  }
  span.chart-bar:hover p {
    font-size: 10px;
  }
  .financials-mark-items {
    padding-bottom: 40px;
  }
  .financials-container .financials-item:nth-child(1) .financials-upper-bar svg {
    left: 16px;
    width: 20px;
  }
  .financials-upper-bar span.growth-pacent {
    top: -9px;
    left: 4px;
  }
  .financials-container .financials-item:nth-child(1) .financials-upper-bar span.growth-pacent {
    left: 48px !important;
  }
  .financials-container .financials-item:nth-child(1) .financials-down-bar svg {
    width: 33px;
    left: 15px;
  }
  .financials-container .financials-item:nth-child(1) .financials-down-bar span.growth-pacent {
    left: 38px !important;
    bottom: -5px !important;
  }
  span.chart-bar span, span.chart-bar, .financials-upper-bar span.growth-pacent {
    font-size: 9px !important;
  }
}

 