.match-box .header-bg.live-status {
  background-color: #000 !important;
}
.match-box .header-bg.upcoming.client_bg {
  background-color: #D0D0D0 !important;
  color: #7D7D7D !important;
}
.match-box .details {
  background-color: #f4f4f4;
}
.match-box .details .marker .result-box {
  color: #000000;
}
.match-box .details .marker .status {
  color: #fff !important;
}
.match-box .details .marker .status .live {
  color: #fff !important;
}
.match-box .details .team-info .img-container {
  margin: 10px;
  background-color: #fff;
  line-height: 0;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
.match-box .details .team-info .img-container img {
  padding: 5px;
  width: 50px;
}
.match-box .details .team-info .name,
.match-box .details .team-info .short-name {
  color: #000000;
}
.match-box.medium .details .team-info .img-container {
  width: 40px;
  height: 40px;
  margin: 8px;
  justify-content: center;
}
.match-box.medium .details .team-info .img-container img {
  width: 24px;
  height: 24px;
  padding: 0;
}
.match-box.large .details .team-info .img-container {
  padding: 8px;
}
.match-box.large .details .team-info .img-container img {
  width: 48px;
  padding: 0;
}
