.match-centre-widget .bg-inverse {
  color: #fff;
  background-color: transparent !important;
}
.match-centre-widget .nav-tabs {
  border-bottom: 0;
}
.match-centre-widget .nav-tabs .nav-item {
  position: relative;
}
.match-centre-widget .nav-tabs .nav-item .nav-link {
  color: #fff !important;
  text-transform: uppercase;
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  padding-bottom: 0.1rem;
}
.match-centre-widget .nav-tabs .nav-item .nav-link::after {
  content: "";
  background: #fff;
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.match-centre-widget .nav-tabs .nav-item .nav-link.active::after {
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.match-centre-widget .nav-tabs .nav-item:not(:first-child) {
  margin-left: 0.75rem;
}
.match-centre-widget .tab-content .matches {
  border: 0 !important;
}
.match-centre-widget .tab-content .matches .card-body {
  background-color: #000;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  border-bottom: 6px solid #ffc20e;
}
.match-centre-widget .tab-content .matches .card-body .team {
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-centre-widget .tab-content .matches .card-body .team .team-badge {
  width: 100px;
}
.match-centre-widget .tab-content .matches .card-body .date-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.match-centre-widget .tab-content .matches .card-body .date-time .fixture-date {
  color: grey;
  text-transform: uppercase;
  font-size: 20px;
}
.match-centre-widget .tab-content .matches .card-body .date-time .fixture-time {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}
.match-centre-widget .tab-content .matches h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.match-centre-widget .tab-content .matches h2.text-muted {
  font-size: 8px;
}

/*# sourceMappingURL=style.css.map */
