.fw-trac-chart {
  font: 18px/1 Poppins, sans-serif;
}
.fw-trac-chart h2,
.ftc-value, .ftc-diff {
  font: 600 1em/1.2 Poppins, sans-serif;
}
.ftc-diff {
  display: flex;
}
.ftc-diff > * {
  margin-left: 15px;
}
.ftc-row {
  display: flex;
  justify-content: space-between;
}
.ftc-tabs {
  margin: 16px 0;
  position: relative;
}
.ftc-tabs:before {
  background: url(https://www.freightwaves.com/wp-content/uploads/2022/04/FW-LOGO2018-Black.png) no-repeat 50% 50%;
  background-size: contain;
  content: '';
  display: block;
  height: 80%;
  left: 10%;
  opacity: 0.1;
  position: absolute;
  top: 10%;
  width: 80%;
  z-index: 0;
}
.ftc-tabs li {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: block;
  font-weight: 600;
  opacity: 0.5;
  margin-right: 20px;
  padding: 3px 0 !important;
}
.ftc-tabs li:after {
  display: none;
}
.ftc-tabs li.active {
  border-bottom-color: #000;
  opacity: 1;
}
.ftc-tabs ul {
  border-bottom: 1px solid #999;
  display: flex;
  font-size: small;
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 0;
}
.ftc-tabs-content {
  position: relative;
  z-index: 1;
}
.ftc-tabs-content > * {
  display: none;
}
.ftc-tabs-content > *.active {
  display: block;
}