.routeKPIs {
  background: #223553;
  padding: 8px 14px 2px;
  margin-bottom: 2px;
}

.routeKPIs ul {
  list-style: none;
  padding: 0px;
  display: flex;
  margin: 0px -6px;
  justify-content: space-evenly;
  /* flex-wrap: no-wrap; */
}
.routeKPIs ul li {
  margin: 0px 3px 6px;
  /* background: #264a7e; */
  background: #184D89;
  padding: 10px 5px;
  flex-grow: 1;
}
.routeKPIs ul li p {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0px;
}
    .routeKPIs ul li p span.KPITitle {
        color: #ffffff;
        opacity: 0.8;
        font-size: 10px;
        letter-spacing: 0.06px;
        min-height: 26px;
        margin-inline-end: 5px;
    }
.routeKPIs ul li p span.unit {
  font-size: 9px;
  color: #28223e;
  white-space: nowrap;
  font-weight: 600;
}
.routeKPIs ul li .schedualedAndPlanned {
}
.routeKPIs ul li .schedualedAndPlanned .schedualed {
  color: #e37014;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
}
.routeKPIs ul li .schedualedAndPlanned .planned {
  color: #14e329;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
  margin-bottom: 0px;
}
.routeKPIs ul li img {
  height: 30px;
  width: 30px;
  /* border: 1px solid #28223e;
  border-radius: 100%;
  overflow: hidden;
  text-align: center; */
}
