.business-leverage .leverage-heading {
  padding-bottom: 1.75rem
}
.business-leverage table {
  border-collapse: collapse
}
.business-leverage table td:last-child,
.business-leverage table th:last-child {
  padding-right: 0
}
.business-leverage thead tr th {
  text-align: right;
  padding: 0 1.25rem .25rem 0
}
.business-leverage tbody tr {
  border-top: 1px solid #cdd1e2
}
.business-leverage .charts-container .chart:last-child,
.business-leverage tbody tr:last-child td,
.business-leverage tbody tr:last-child th {
  padding-bottom: 0
}
.business-leverage .charts-container .chart-body.amountBar,
.business-leverage .charts-container .chart-body.percentageBar .chart-percentage {
  padding: .25rem .5rem;
  border-radius: 0 .25rem .25rem 0;
  min-width: fit-content;
  color: #fff
}
.business-leverage tbody tr th {
  font-weight: inherit;
  text-align: left
}
.business-leverage tbody tr td,
.business-leverage tbody tr th {
  padding: 1rem 1.25rem 1rem 0
}
.business-leverage tbody tr td .legend,
.business-leverage tbody tr th .legend {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  top: .125rem
}
.business-leverage tbody tr td:last-child {
  font-size: 1rem;
  font-weight: 500;
  text-align: right
}
.business-leverage .background-datablue {
  background-color: #2e96ff
}
.business-leverage .charts-container {
  padding-top: 2.5rem
}
.business-leverage .charts-container .chart {
  padding-bottom: 1rem
}
.business-leverage .charts-container .chart-heading {
  margin-bottom: .5rem
}
.business-leverage .charts-container .chart-body.percentageBar {
  column-gap: .375rem;
  display: flex;
  font-weight: 700;
  margin: 0
}
.business-leverage .charts-container .chart-body.percentageBar .chart-amount {
  padding: .25rem
}
.business-leverage .charts-container .chart-body.amountBar {
  display: flex;
  margin: 0;
  column-gap: .375rem;
  justify-content: space-between;
  font-weight: 700
}
.business-leverage .charts-container .chart-body span {
  margin: 0
}
@media (min-width:42rem) and (max-width:65.9375rem) {
  .business-leverage .timeFrame-container .timeFrame:nth-child(3) {
    display: none
  }
}