@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.navbar .nav-link {
  color: white;
}
.navbar .nav-link:hover {
  color: #E84B1E !important;
}
.navbar .active-nav-link {
  color: #E84B1E !important;
  font-weight: bold;
}
.navbar .language-modal {
  display: none;
  background-color: #E84B1E;
  padding: 15px;
  border: 1px solid #E84B1E;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: -28px !important;
}
.navbar .language-modal .language-modal-english {
  border-bottom: 2px dotted white;
  padding-bottom: 12px;
}
.navbar .language-modal .language-modal-french {
  padding-top: 10px;
}
.navbar .language-modal li a {
  text-align: center;
  color: white;
  font-weight: 400;
  font-size: 20px;
}

.home-nav-btn {
  box-shadow: -1px 1px 1px #E84B1E !important;
}

.banner {
  background-color: #101224;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
} 
.home-strategy {
  background-color: #2f3140;
  border-radius: 10px;
  box-shadow: -1px 1px 1px #e84b1e !important;
}
.home-strategy .year-selector {
  box-shadow: -1px 1px 1px #e84b1e !important;
}

.explore-data {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 1000;
  top: 60px;
  right: -17px;
  border-radius: 10px;
}

.triangle {
  position: absolute;
  top: -10px;
  right: 10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}

/* vars */
@media only screen and (max-width: 944px) {
  .team1-detail .goal-count {
    font-size: 18px !important;
  }
  .team1-detail .assist-player {
    font-size: 18px !important;
  }
  .team1-detail .player-name {
    font-size: 20px !important;
  }
  .team1-detail .foul-player-name {
    font-size: 20px !important;
  }
  .team2-detail .goal-count {
    font-size: 18px !important;
  }
  .team2-detail .assist-player {
    font-size: 18px !important;
  }
  .team2-detail .player-name {
    font-size: 20px !important;
  }
  .team2-detail .foul-player-name {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 720px) {
  .team1-detail .goal-count {
    font-size: 12px !important;
  }
  .team1-detail .assist-player {
    font-size: 12px !important;
  }
  .team1-detail .player-name {
    font-size: 12px !important;
  }
  .team1-detail .foul-player-name {
    font-size: 12px !important;
  }
  .team2-detail .goal-count {
    font-size: 12px !important;
  }
  .team2-detail .assist-player {
    font-size: 12px !important;
  }
  .team2-detail .player-name {
    font-size: 12px !important;
  }
  .team2-detail .foul-player-name {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 555px) {
  .date-time {
    font-size: 16px !important;
  }
  .team1-detail .goal-count {
    font-size: 9px !important;
  }
  .team1-detail .assist-player {
    font-size: 9px !important;
  }
  .team1-detail .player-name {
    font-size: 9px !important;
  }
  .team1-detail .goals {
    border-radius: 10px !important;
  }
  .team1-detail .foul-player-name {
    font-size: 9px !important;
  }
  .team2-detail .goal-count {
    font-size: 9px !important;
  }
  .team2-detail .assist-player {
    font-size: 9px !important;
  }
  .team2-detail .player-name {
    font-size: 9px !important;
  }
  .team2-detail .goals {
    border-radius: 10px !important;
  }
  .team2-detail .foul-player-name {
    font-size: 9px !important;
  }
}
@media only screen and (max-width: 425px) {
  .team1-name {
    font-size: 18px !important;
  }
  .team2-name {
    font-size: 18px !important;
  }
}
.alert-cookie-policy {
  display: none;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  z-index: 999;
}

.alert-cookie-policy .alert {
  border-radius: 0;
}

.extra-row {
  display: none !important;
}

* {
  padding: 0;
  margin: 0;
}

.fs-40 {
  font-size: 40px;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.radius-10 {
  border-radius: 10px;
}

.radius-20 {
  border-radius: 20px;
}

.w-187 {
  min-width: 187px !important;
}

.w-50px {
  width: 50px !important;
}

.h-50px {
  height: 50px;
}

.w-40px {
  width: 40px !important;
}

.h-40px {
  height: 40px;
}

.league-btn {
  display: inline-block;
  padding: 0;
}
.league-btn input {
  display: none;
}
.league-btn a {
  padding: 10px 15px;
  cursor: pointer;
  box-shadow: -1px 1px 1px #e84b1e !important;
}
.league-btn input[type=radio]:checked ~ a {
  background-color: #e84b1e;
  color: #fff;
}

.top-scorers-btn {
  display: inline-block;
}
.top-scorers-btn input {
  display: none;
}
.top-scorers-btn span {
  padding: 10px 15px;
  cursor: pointer;
  box-shadow: -1px 1px 1px #e84b1e !important;
}
.top-scorers-btn input[type=radio]:checked ~ span {
  background-color: #e84b1e;
  color: #fff;
}

.group-btn {
  display: inline-block;
  padding: 0;
}
.group-btn input {
  display: none;
}
.group-btn span {
  padding: 10px 15px;
  cursor: pointer;
  box-shadow: -1px 1px 1px #e84b1e !important;
}
.group-btn input[type=radio]:checked ~ span {
  background-color: #e84b1e;
  color: #fff;
}

.box-shadow {
  box-shadow: -1px 1px 1px #e84b1e !important;
}

.table td {
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
}
.table .results-table-row {
  border-bottom: 2px dashed grey;
}
.table tr:last-child td {
  border: none !important;
}

.focuss:focus {
  background-color: #2f3140 !important;
}

.bs-example {
  margin-top: 10%;
}

.top-scorer-table thead {
  border-bottom: 3px solid #101224;
}
.top-scorer-table tr {
  border-bottom: 3px solid #101224 !important;
}

.line-up-table thead {
  background-color: #101224;
  border: 0px solid #101224 !important;
}
.line-up-table tr {
  border-bottom: 3px solid #101224 !important;
}

.team-details .goals {
  border: 2px solid #0e0f1d;
}

.display-none {
  display: none;
}

.min-w-1250 {
  min-width: 1250px !important;
}

.min-w-600 {
  min-width: 600px !important;
}

.min-w-500 {
  min-width: 500px !important;
}

.min-w-800 {
  min-width: 800px !important;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-webkit-scrollbar {
  width: 5px;
}

.product-detail .img-div img {
  width: 100%;
  height: 240px;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}

.bg-dark-blue {
  background-color: #101224;
}

.bg-rock-black {
  background-color: #282a3a;
}

.bg-black-russian {
  background-color: #252730;
}

.btn-bg-dark-orange {
  background-color: #f7840e;
}

.btn-bg-orange {
  background-color: #E84B1E !important;
}

.bg-vampire-grey {
  background-color: #4a4c59;
}

.bg-dark-slate-grey {
  background-color: #2e3140;
}

.bg-bright-red {
  background-color: #f50000;
}

.bg-bluish-green {
  background-color: #00ab4a;
}

.bg-chrome-yellow {
  background-color: #ff9c00;
}

.bg-charcoal {
  background-color: #2f3140;
}

.bg-ebony-clay {
  background-color: #2b2d3b;
}

.text-dark-orange {
  color: #f7840e;
}

.text-santa-grey {
  color: #a5a6ad;
}

.text-light {
  opacity: 0.4;
}

.text-orange {
  color: #E84B1E !important;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */