.ign-row-content-dark .nav-tabs .nav-item .nav-link {
  color: #fff !important;
}
.ign-row-content-dark .text-white p {
  color: #fff !important;
}

#match-centre-view .container {
  padding-left: 0;
  padding-right: 0;
}
#match-centre-view .card.fixture-card {
  border-radius: 0;
}
#match-centre-view .fixture-card:hover .card-header {
  background: linear-gradient(to right, #000, #0f0cc1);
}
#match-centre-view .fixture-card .card-header {
  background: linear-gradient(to right, #0e2aca, #0f0cc1);
  color: #fff;
  border-radius: 0;
}
#match-centre-view .fixture-card .card-header .card-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  opacity: 0.85;
}
#match-centre-view .fixture-card .card-header .competition-short-label {
  font-size: 12px;
  font-weight: 600;
}
#match-centre-view .fixture-card .card-header .division-label {
  font-size: 12px;
}
#match-centre-view .fixture-card .date-venue span {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: normal;
  opacity: 0.65;
}
#match-centre-view .fixture-card .fixture {
  font-size: 1rem;
  font-family: "tussilago";
  font-weight: 600;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#match-centre-view .fixture-card .result {
  font-size: 1rem;
  font-family: "tussilago";
  font-weight: 600;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#match-centre-view .fixture-card .result.home {
  border-left: 1px solid #ddd !important;
  margin-left: 0px;
  padding-right: 0;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  #match-centre-view .fixture-card .result.home {
    margin-left: 75px;
  }
}
#match-centre-view .fixture-card .result.away {
  border-right: 1px solid #ddd !important;
  margin-right: 0px;
  padding-left: 0;
  padding-right: 1rem;
}
@media (min-width: 576px) {
  #match-centre-view .fixture-card .result.away {
    margin-right: 75px;
  }
}
#match-centre-view .fixture-card .bolder {
  font-weight: 500;
}
#match-centre-view .fixture-card .border-right-custom {
  border-right: 1px solid #ddd;
}
#match-centre-view .fixture-card .border-left-custom {
  border-left: 1px solid #ddd;
}
#match-centre-view .fixture-card span.fi, #match-centre-view .fixture-card .flag-icon-img, #match-centre-view .fixture-card span.flag-icon-img {
  width: 40px;
  height: 40px;
}
#match-centre-view .fixture-card table th {
  background-color: #e40a21;
  padding: 0.75rem;
}
#match-centre-view .fixture-card table th h3 {
  color: #fff !important;
  font-weight: 600;
}
#match-centre-view .fixture-card table td {
  border-top: 1px solid #e9ecef;
  vertical-align: middle;
}
#match-centre-view span.flag-icon-img {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
#match-centre-view .bg-pulse {
  animation: pulse 1.2s ease infinite;
}
#match-centre-view label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: grey;
}
#match-centre-view .select2-selection__choice {
  padding: 0.1em 0.4em;
  font-size: 0.85rem;
  margin-bottom: 0;
}
#match-centre-view .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
  right: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
}
#match-centre-view .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice + .select2-search {
  display: none;
}
#match-centre-view .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  cursor: pointer;
  height: 0.5rem;
  width: 0.5rem;
}
#match-centre-view #filters-holder {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#match-centre-view .news-grid-plugin {
  margin-top: 1.5rem !important;
}
#match-centre-view .choices__inner {
  vertical-align: middle;
  padding: 0.25rem 3.6rem 0.1rem 0.5rem;
  min-height: 37.5px;
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
}
#match-centre-view .choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: initial;
  border-radius: 7px;
  padding: 2px 7px;
  font-size: 11px;
  font-weight: var(--vz-font-weight-normal);
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  margin-top: 2px;
  background-color: #0e2aca;
  border: 1px solid #0e2aca;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-box-shadow: var(--vz-element-shadow);
  box-shadow: var(--vz-element-shadow);
}
#match-centre-view .choices[data-type*=select-multiple] .choices__input {
  padding-top: 3px;
}
#match-centre-view .choices__input {
  padding: 2px 0 2px 2px;
}

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