.next-match-widget .bg-inverse {
  color: #fff;
  background-color: transparent !important;
}
.next-match-widget .nav-tabs {
  border-bottom: 0;
}
.next-match-widget .nav-tabs .nav-item {
  position: relative;
}
.next-match-widget .nav-tabs .nav-item .nav-link {
  color: #383838 !important;
  text-transform: uppercase;
  background-color: transparent !important;
  border: none !important;
  padding: 0;
  padding-bottom: 0.1rem;
}
.next-match-widget .nav-tabs .nav-item .nav-link::after {
  content: "";
  background: #383838;
  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);
}
.next-match-widget .nav-tabs .nav-item .nav-link.active::after {
  background-color: #383838;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.next-match-widget .nav-tabs .nav-item:not(:first-child) {
  margin-left: 0.75rem;
}
.next-match-widget .tab-content .matches .card-body {
  background-color: #000;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.next-match-widget .tab-content .matches .card-body .teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: no-repeat #383838;
  background-image: url("/themes/tigers/_img/fur.png");
  padding: 2rem;
}
@media (min-width: 992px) {
  .next-match-widget .tab-content .matches .card-body .teams {
    justify-content: space-around;
    padding: 5rem;
    border-right: 6px solid #ffc20e;
  }
}
.next-match-widget .tab-content .matches .card-body .teams .team-badge {
  width: 100px;
}
@media (min-width: 992px) {
  .next-match-widget .tab-content .matches .card-body .teams .team-badge {
    width: 150px;
  }
}
@media (max-width: 991px) {
  .next-match-widget .tab-content .matches .card-body .date-time {
    padding-left: 0;
    padding-right: 0;
  }
}
.next-match-widget .tab-content .matches .card-body .date-time .fixture-date {
  color: grey;
  text-transform: uppercase;
  font-size: 20px;
}
.next-match-widget .tab-content .matches .card-body .date-time .team-name {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.next-match-widget .tab-content .matches .card-body .date-time .btn-group {
  margin-top: 3rem;
}
.next-match-widget .tab-content .matches .card-body .date-time p.date {
  background-color: #ffc20e;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px 5px 20px;
}
@media (max-width: 992px) {
  .next-match-widget .tab-content .matches .card-body .no-content {
    min-height: 403px;
  }
}
.next-match-widget .tab-content .matches .card-body .no-content .teams {
  max-height: 210px;
}
@media (min-width: 992px) {
  .next-match-widget .tab-content .matches .card-body .no-content .teams {
    min-height: 310px;
  }
}
.next-match-widget .tab-content .matches h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.next-match-widget .tab-content .matches h2.text-muted {
  font-size: 8px;
}

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