.nav ul.menu.sub-menu li.active {
  background: #132952;
}

.content-lineup-right ul li {
  background: #e9ecf0;
}

.rank {
  background: #425064;
  padding: 6px 10px;
  margin-left: -20px;
  font-size: 13px;
  font-weight: bold;
}

.nav-pills {
  background-color: #fff;
}
.nav-pills .nav-link {
  border-radius: 8px;
  font-family: "SpaceGrotesk", sans-serif;
}
.nav-pills .nav-link:hover {
  background-color: #f8f8f8;
}
.nav-pills .nav-link.active {
  color: #5884bf;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(186, 186, 186, 0.75);
}
.nav-pills .show > .nav-link {
  color: #333;
  background-color: transparent;
}
.nav-pills.pills-set-roster .nav-link.active {
  color: #fff;
  background-color: #5884bf;
  box-shadow: 0px 0px 5px 0px rgba(186, 186, 186, 0.75);
}

.player-row {
  display: none;
}

.filter-btn {
  background-color: #f8f8f8;
}
.filter-btn.filter-btn-active {
  background-color: #d9dfe6;
}

.menu {
  border: none;
  overflow-x: auto;
}
.menu li {
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 5px;
  white-space: nowrap;
  cursor: pointer;
}
.menu li.active {
  color: #2a4773;
  font-weight: bold;
  border-bottom: 4px solid #2a4773;
}

.my-league-table {
  font-size: 90%;
}

.container:has(> .bracket) {
  width: 100%;
  max-width: 1600px;
}

@media (min-width: 768px) {
  .my-league-table {
    font-size: 85%;
  }
}
.btn-primary, .confidence-list li {
  position: relative;
}
.btn-primary.nhl, .confidence-list li.nhl {
  color: #fff;
  border-width: 3px;
  border-style: solid;
}
.btn-primary.nhl:before, .confidence-list li.nhl:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  left: 0px;
  top: 0px;
}
.btn-primary.nhl .team-name, .confidence-list li.nhl .team-name {
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary.nhl.NYR, .confidence-list li.nhl.NYR {
  background-color: rgb(1, 51, 160);
  border-color: rgb(9, 31, 64);
}
.btn-primary.nhl.NYR:before, .confidence-list li.nhl.NYR:before {
  background: #C42D33;
}
.btn-primary.nhl.NYR:hover, .confidence-list li.nhl.NYR:hover {
  background-color: rgb(9, 31, 64);
  border-color: rgb(9, 31, 64);
}
.btn-primary.nhl.NYR:not(:disabled):not(.disabled):active, .confidence-list li.nhl.NYR:not(:disabled):not(.disabled):active {
  background-color: rgb(9, 31, 64);
  border-color: rgb(9, 31, 64);
}
.btn-primary.nhl.NYR:not(:disabled):not(.disabled).active, .confidence-list li.nhl.NYR:not(:disabled):not(.disabled).active {
  background-color: rgb(9, 31, 64);
  border-color: rgb(9, 31, 64);
}
.btn-primary.nhl.NYR:focus, .btn-primary.nhl.NYR:not(.disabled).active, .confidence-list li.nhl.NYR:focus, .confidence-list li.nhl.NYR:not(.disabled).active {
  background-color: rgb(9, 31, 64);
  border-color: rgb(9, 31, 64);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.CAR, .confidence-list li.nhl.CAR {
  background-color: rgb(200, 15, 46);
  border-color: rgb(166, 23, 46);
}
.btn-primary.nhl.CAR:before, .confidence-list li.nhl.CAR:before {
  background: #000;
}
.btn-primary.nhl.CAR:hover, .confidence-list li.nhl.CAR:hover {
  background-color: rgb(166, 23, 46);
  border-color: rgb(166, 23, 46);
}
.btn-primary.nhl.CAR:not(:disabled):not(.disabled):active, .confidence-list li.nhl.CAR:not(:disabled):not(.disabled):active {
  background-color: rgb(166, 23, 46);
  border-color: rgb(166, 23, 46);
}
.btn-primary.nhl.CAR:not(:disabled):not(.disabled).active, .confidence-list li.nhl.CAR:not(:disabled):not(.disabled).active {
  background-color: rgb(166, 23, 46);
  border-color: rgb(166, 23, 46);
}
.btn-primary.nhl.CAR:focus, .btn-primary.nhl.CAR:not(.disabled).active, .confidence-list li.nhl.CAR:focus, .confidence-list li.nhl.CAR:not(.disabled).active {
  background-color: rgb(166, 23, 46);
  border-color: rgb(166, 23, 46);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.BOS, .confidence-list li.nhl.BOS {
  background-color: rgb(0, 0, 0);
  border-color: rgb(38, 38, 38);
}
.btn-primary.nhl.BOS:before, .confidence-list li.nhl.BOS:before {
  background: #F7B744;
}
.btn-primary.nhl.BOS:hover, .confidence-list li.nhl.BOS:hover {
  background-color: rgb(38, 38, 38);
  border-color: rgb(38, 38, 38);
}
.btn-primary.nhl.BOS:not(:disabled):not(.disabled):active, .confidence-list li.nhl.BOS:not(:disabled):not(.disabled):active {
  background-color: rgb(38, 38, 38);
  border-color: rgb(38, 38, 38);
}
.btn-primary.nhl.BOS:not(:disabled):not(.disabled).active, .confidence-list li.nhl.BOS:not(:disabled):not(.disabled).active {
  background-color: rgb(38, 38, 38);
  border-color: rgb(38, 38, 38);
}
.btn-primary.nhl.BOS:focus, .btn-primary.nhl.BOS:not(.disabled).active, .confidence-list li.nhl.BOS:focus, .confidence-list li.nhl.BOS:not(.disabled).active {
  background-color: rgb(38, 38, 38);
  border-color: rgb(38, 38, 38);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.FLA, .confidence-list li.nhl.FLA {
  background-color: rgb(227, 36, 50);
  border-color: rgb(197, 31, 42);
}
.btn-primary.nhl.FLA:before, .confidence-list li.nhl.FLA:before {
  background: #041E42;
}
.btn-primary.nhl.FLA:hover, .confidence-list li.nhl.FLA:hover {
  background-color: rgb(197, 31, 42);
  border-color: rgb(197, 31, 42);
}
.btn-primary.nhl.FLA:not(:disabled):not(.disabled):active, .confidence-list li.nhl.FLA:not(:disabled):not(.disabled):active {
  background-color: rgb(197, 31, 42);
  border-color: rgb(197, 31, 42);
}
.btn-primary.nhl.FLA:not(:disabled):not(.disabled).active, .confidence-list li.nhl.FLA:not(:disabled):not(.disabled).active {
  background-color: rgb(197, 31, 42);
  border-color: rgb(197, 31, 42);
}
.btn-primary.nhl.FLA:focus, .btn-primary.nhl.FLA:not(.disabled).active, .confidence-list li.nhl.FLA:focus, .confidence-list li.nhl.FLA:not(.disabled).active {
  background-color: rgb(197, 31, 42);
  border-color: rgb(197, 31, 42);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.TOR, .confidence-list li.nhl.TOR {
  background-color: rgb(0, 32, 91);
  border-color: rgb(2, 26, 70);
}
.btn-primary.nhl.TOR:before, .confidence-list li.nhl.TOR:before {
  background: #fff;
}
.btn-primary.nhl.TOR:hover, .confidence-list li.nhl.TOR:hover {
  background-color: rgb(2, 26, 70);
  border-color: rgb(2, 26, 70);
}
.btn-primary.nhl.TOR:not(:disabled):not(.disabled):active, .confidence-list li.nhl.TOR:not(:disabled):not(.disabled):active {
  background-color: rgb(2, 26, 70);
  border-color: rgb(2, 26, 70);
}
.btn-primary.nhl.TOR:not(:disabled):not(.disabled).active, .confidence-list li.nhl.TOR:not(:disabled):not(.disabled).active {
  background-color: rgb(2, 26, 70);
  border-color: rgb(2, 26, 70);
}
.btn-primary.nhl.TOR:focus, .btn-primary.nhl.TOR:not(.disabled).active, .confidence-list li.nhl.TOR:focus, .confidence-list li.nhl.TOR:not(.disabled).active {
  background-color: rgb(2, 26, 70);
  border-color: rgb(2, 26, 70);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.TB, .confidence-list li.nhl.TB {
  background-color: rgb(17, 39, 151);
  border-color: rgb(15, 33, 125);
}
.btn-primary.nhl.TB:before, .confidence-list li.nhl.TB:before {
  background: #fff;
}
.btn-primary.nhl.TB:hover, .confidence-list li.nhl.TB:hover {
  background-color: rgb(15, 33, 125);
  border-color: rgb(15, 33, 125);
}
.btn-primary.nhl.TB:not(:disabled):not(.disabled):active, .confidence-list li.nhl.TB:not(:disabled):not(.disabled):active {
  background-color: rgb(15, 33, 125);
  border-color: rgb(15, 33, 125);
}
.btn-primary.nhl.TB:not(:disabled):not(.disabled).active, .confidence-list li.nhl.TB:not(:disabled):not(.disabled).active {
  background-color: rgb(15, 33, 125);
  border-color: rgb(15, 33, 125);
}
.btn-primary.nhl.TB:focus, .btn-primary.nhl.TB:not(.disabled).active, .confidence-list li.nhl.TB:focus, .confidence-list li.nhl.TB:not(.disabled).active {
  background-color: rgb(15, 33, 125);
  border-color: rgb(15, 33, 125);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.COL, .confidence-list li.nhl.COL {
  background-color: rgb(111, 38, 61);
  border-color: rgb(89, 30, 48);
}
.btn-primary.nhl.COL:before, .confidence-list li.nhl.COL:before {
  background: #20628F;
}
.btn-primary.nhl.COL:hover, .confidence-list li.nhl.COL:hover {
  background-color: rgb(89, 30, 48);
  border-color: rgb(89, 30, 48);
}
.btn-primary.nhl.COL:not(:disabled):not(.disabled):active, .confidence-list li.nhl.COL:not(:disabled):not(.disabled):active {
  background-color: rgb(89, 30, 48);
  border-color: rgb(89, 30, 48);
}
.btn-primary.nhl.COL:not(:disabled):not(.disabled).active, .confidence-list li.nhl.COL:not(:disabled):not(.disabled).active {
  background-color: rgb(89, 30, 48);
  border-color: rgb(89, 30, 48);
}
.btn-primary.nhl.COL:focus, .btn-primary.nhl.COL:not(.disabled).active, .confidence-list li.nhl.COL:focus, .confidence-list li.nhl.COL:not(.disabled).active {
  background-color: rgb(89, 30, 48);
  border-color: rgb(89, 30, 48);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.DAL, .confidence-list li.nhl.DAL {
  background-color: rgb(1, 131, 61);
  border-color: rgb(4, 107, 52);
}
.btn-primary.nhl.DAL:before, .confidence-list li.nhl.DAL:before {
  background: #A7A9AB;
}
.btn-primary.nhl.DAL:hover, .confidence-list li.nhl.DAL:hover {
  background-color: rgb(4, 107, 52);
  border-color: rgb(4, 107, 52);
}
.btn-primary.nhl.DAL:not(:disabled):not(.disabled):active, .confidence-list li.nhl.DAL:not(:disabled):not(.disabled):active {
  background-color: rgb(4, 107, 52);
  border-color: rgb(4, 107, 52);
}
.btn-primary.nhl.DAL:not(:disabled):not(.disabled).active, .confidence-list li.nhl.DAL:not(:disabled):not(.disabled).active {
  background-color: rgb(4, 107, 52);
  border-color: rgb(4, 107, 52);
}
.btn-primary.nhl.DAL:focus, .btn-primary.nhl.DAL:not(.disabled).active, .confidence-list li.nhl.DAL:focus, .confidence-list li.nhl.DAL:not(.disabled).active {
  background-color: rgb(4, 107, 52);
  border-color: rgb(4, 107, 52);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.WPG, .confidence-list li.nhl.WPG {
  background-color: rgb(4, 30, 65);
  border-color: rgb(3, 22, 46);
}
.btn-primary.nhl.WPG:before, .confidence-list li.nhl.WPG:before {
  background: #A7252F;
}
.btn-primary.nhl.WPG:hover, .confidence-list li.nhl.WPG:hover {
  background-color: rgb(3, 22, 46);
  border-color: rgb(3, 22, 46);
}
.btn-primary.nhl.WPG:not(:disabled):not(.disabled):active, .confidence-list li.nhl.WPG:not(:disabled):not(.disabled):active {
  background-color: rgb(3, 22, 46);
  border-color: rgb(3, 22, 46);
}
.btn-primary.nhl.WPG:not(:disabled):not(.disabled).active, .confidence-list li.nhl.WPG:not(:disabled):not(.disabled).active {
  background-color: rgb(3, 22, 46);
  border-color: rgb(3, 22, 46);
}
.btn-primary.nhl.WPG:focus, .btn-primary.nhl.WPG:not(.disabled).active, .confidence-list li.nhl.WPG:focus, .confidence-list li.nhl.WPG:not(.disabled).active {
  background-color: rgb(3, 22, 46);
  border-color: rgb(3, 22, 46);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.VAN, .confidence-list li.nhl.VAN {
  background-color: rgb(0, 32, 91);
  border-color: #001337;
}
.btn-primary.nhl.VAN:before, .confidence-list li.nhl.VAN:before {
  background: #58BD99;
}
.btn-primary.nhl.VAN:hover, .confidence-list li.nhl.VAN:hover {
  background-color: #001337;
  border-color: #001337;
}
.btn-primary.nhl.VAN:not(:disabled):not(.disabled):active, .confidence-list li.nhl.VAN:not(:disabled):not(.disabled):active {
  background-color: #001337;
  border-color: #001337;
}
.btn-primary.nhl.VAN:not(:disabled):not(.disabled).active, .confidence-list li.nhl.VAN:not(:disabled):not(.disabled).active {
  background-color: #001337;
  border-color: #001337;
}
.btn-primary.nhl.VAN:focus, .btn-primary.nhl.VAN:not(.disabled).active, .confidence-list li.nhl.VAN:focus, .confidence-list li.nhl.VAN:not(.disabled).active {
  background-color: #001337;
  border-color: #001337;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.EDM, .confidence-list li.nhl.EDM {
  background-color: rgb(254, 74, 4);
  border-color: #dd3f01;
}
.btn-primary.nhl.EDM:before, .confidence-list li.nhl.EDM:before {
  background: #00205B;
}
.btn-primary.nhl.EDM:hover, .confidence-list li.nhl.EDM:hover {
  background-color: #dd3f01;
  border-color: #dd3f01;
}
.btn-primary.nhl.EDM:not(:disabled):not(.disabled):active, .confidence-list li.nhl.EDM:not(:disabled):not(.disabled):active {
  background-color: #dd3f01;
  border-color: #dd3f01;
}
.btn-primary.nhl.EDM:not(:disabled):not(.disabled).active, .confidence-list li.nhl.EDM:not(:disabled):not(.disabled).active {
  background-color: #dd3f01;
  border-color: #dd3f01;
}
.btn-primary.nhl.EDM:focus, .btn-primary.nhl.EDM:not(.disabled).active, .confidence-list li.nhl.EDM:focus, .confidence-list li.nhl.EDM:not(.disabled).active {
  background-color: #dd3f01;
  border-color: #dd3f01;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.LA, .confidence-list li.nhl.LA {
  background-color: rgb(0, 0, 0);
  border-color: #121212;
}
.btn-primary.nhl.LA:before, .confidence-list li.nhl.LA:before {
  background: #999;
}
.btn-primary.nhl.LA:hover, .confidence-list li.nhl.LA:hover {
  background-color: #121212;
  border-color: #121212;
}
.btn-primary.nhl.LA:not(:disabled):not(.disabled):active, .confidence-list li.nhl.LA:not(:disabled):not(.disabled):active {
  background-color: #121212;
  border-color: #121212;
}
.btn-primary.nhl.LA:not(:disabled):not(.disabled).active, .confidence-list li.nhl.LA:not(:disabled):not(.disabled).active {
  background-color: #121212;
  border-color: #121212;
}
.btn-primary.nhl.LA:focus, .btn-primary.nhl.LA:not(.disabled).active, .confidence-list li.nhl.LA:focus, .confidence-list li.nhl.LA:not(.disabled).active {
  background-color: #121212;
  border-color: #121212;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.NSH, .confidence-list li.nhl.NSH {
  background-color: rgb(255, 184, 26);
  border-color: #f5a900;
}
.btn-primary.nhl.NSH:before, .confidence-list li.nhl.NSH:before {
  background: #041E42;
}
.btn-primary.nhl.NSH:hover, .confidence-list li.nhl.NSH:hover {
  background-color: #f5a900;
  border-color: #f5a900;
}
.btn-primary.nhl.NSH:not(:disabled):not(.disabled):active, .confidence-list li.nhl.NSH:not(:disabled):not(.disabled):active {
  background-color: #f5a900;
  border-color: #f5a900;
}
.btn-primary.nhl.NSH:not(:disabled):not(.disabled).active, .confidence-list li.nhl.NSH:not(:disabled):not(.disabled).active {
  background-color: #f5a900;
  border-color: #f5a900;
}
.btn-primary.nhl.NSH:focus, .btn-primary.nhl.NSH:not(.disabled).active, .confidence-list li.nhl.NSH:focus, .confidence-list li.nhl.NSH:not(.disabled).active {
  background-color: #f5a900;
  border-color: #f5a900;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.VGK, .confidence-list li.nhl.VGK {
  background-color: rgb(185, 151, 91);
  border-color: #a88648;
}
.btn-primary.nhl.VGK:before, .confidence-list li.nhl.VGK:before {
  background: #333F48;
}
.btn-primary.nhl.VGK:hover, .confidence-list li.nhl.VGK:hover {
  background-color: #a88648;
  border-color: #a88648;
}
.btn-primary.nhl.VGK:not(:disabled):not(.disabled):active, .confidence-list li.nhl.VGK:not(:disabled):not(.disabled):active {
  background-color: #a88648;
  border-color: #a88648;
}
.btn-primary.nhl.VGK:not(:disabled):not(.disabled).active, .confidence-list li.nhl.VGK:not(:disabled):not(.disabled).active {
  background-color: #a88648;
  border-color: #a88648;
}
.btn-primary.nhl.VGK:focus, .btn-primary.nhl.VGK:not(.disabled).active, .confidence-list li.nhl.VGK:focus, .confidence-list li.nhl.VGK:not(.disabled).active {
  background-color: #a88648;
  border-color: #a88648;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.DET, .confidence-list li.nhl.DET {
  background-color: rgb(206, 62, 68);
  border-color: #d55a60;
}
.btn-primary.nhl.DET:before, .confidence-list li.nhl.DET:before {
  background: #fff;
}
.btn-primary.nhl.DET:hover, .confidence-list li.nhl.DET:hover {
  background-color: #d55a60;
  border-color: #d55a60;
}
.btn-primary.nhl.DET:not(:disabled):not(.disabled):active, .confidence-list li.nhl.DET:not(:disabled):not(.disabled):active {
  background-color: #d55a60;
  border-color: #d55a60;
}
.btn-primary.nhl.DET:not(:disabled):not(.disabled).active, .confidence-list li.nhl.DET:not(:disabled):not(.disabled).active {
  background-color: #d55a60;
  border-color: #d55a60;
}
.btn-primary.nhl.DET:focus, .btn-primary.nhl.DET:not(.disabled).active, .confidence-list li.nhl.DET:focus, .confidence-list li.nhl.DET:not(.disabled).active {
  background-color: #d55a60;
  border-color: #d55a60;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.WSH, .confidence-list li.nhl.WSH {
  background-color: rgb(3, 30, 65);
  border-color: #052e63;
}
.btn-primary.nhl.WSH:before, .confidence-list li.nhl.WSH:before {
  background: #C82E2F;
}
.btn-primary.nhl.WSH:hover, .confidence-list li.nhl.WSH:hover {
  background-color: #052e63;
  border-color: #052e63;
}
.btn-primary.nhl.WSH:not(:disabled):not(.disabled):active, .confidence-list li.nhl.WSH:not(:disabled):not(.disabled):active {
  background-color: #052e63;
  border-color: #052e63;
}
.btn-primary.nhl.WSH:not(:disabled):not(.disabled).active, .confidence-list li.nhl.WSH:not(:disabled):not(.disabled).active {
  background-color: #052e63;
  border-color: #052e63;
}
.btn-primary.nhl.WSH:focus, .btn-primary.nhl.WSH:not(.disabled).active, .confidence-list li.nhl.WSH:focus, .confidence-list li.nhl.WSH:not(.disabled).active {
  background-color: #052e63;
  border-color: #052e63;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.NYI, .confidence-list li.nhl.NYI {
  background-color: rgb(239, 105, 55);
  border-color: #f28258;
}
.btn-primary.nhl.NYI:before, .confidence-list li.nhl.NYI:before {
  background: #0B468B;
}
.btn-primary.nhl.NYI:hover, .confidence-list li.nhl.NYI:hover {
  background-color: #f28258;
  border-color: #f28258;
}
.btn-primary.nhl.NYI:not(:disabled):not(.disabled):active, .confidence-list li.nhl.NYI:not(:disabled):not(.disabled):active {
  background-color: #f28258;
  border-color: #f28258;
}
.btn-primary.nhl.NYI:not(:disabled):not(.disabled).active, .confidence-list li.nhl.NYI:not(:disabled):not(.disabled).active {
  background-color: #f28258;
  border-color: #f28258;
}
.btn-primary.nhl.NYI:focus, .btn-primary.nhl.NYI:not(.disabled).active, .confidence-list li.nhl.NYI:focus, .confidence-list li.nhl.NYI:not(.disabled).active {
  background-color: #f28258;
  border-color: #f28258;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.MIN, .confidence-list li.nhl.MIN {
  background-color: rgb(2, 73, 48);
  border-color: #036c47;
}
.btn-primary.nhl.MIN:before, .confidence-list li.nhl.MIN:before {
  background: #A6192E;
}
.btn-primary.nhl.MIN:hover, .confidence-list li.nhl.MIN:hover {
  background-color: #036c47;
  border-color: #036c47;
}
.btn-primary.nhl.MIN:not(:disabled):not(.disabled):active, .confidence-list li.nhl.MIN:not(:disabled):not(.disabled):active {
  background-color: #036c47;
  border-color: #036c47;
}
.btn-primary.nhl.MIN:not(:disabled):not(.disabled).active, .confidence-list li.nhl.MIN:not(:disabled):not(.disabled).active {
  background-color: #036c47;
  border-color: #036c47;
}
.btn-primary.nhl.MIN:focus, .btn-primary.nhl.MIN:not(.disabled).active, .confidence-list li.nhl.MIN:focus, .confidence-list li.nhl.MIN:not(.disabled).active {
  background-color: #036c47;
  border-color: #036c47;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.STL, .confidence-list li.nhl.STL {
  background-color: rgb(0, 47, 135);
  border-color: #003bab;
}
.btn-primary.nhl.STL:before, .confidence-list li.nhl.STL:before {
  background: #FCB514;
}
.btn-primary.nhl.STL:hover, .confidence-list li.nhl.STL:hover {
  background-color: #003bab;
  border-color: #003bab;
}
.btn-primary.nhl.STL:not(:disabled):not(.disabled):active, .confidence-list li.nhl.STL:not(:disabled):not(.disabled):active {
  background-color: #003bab;
  border-color: #003bab;
}
.btn-primary.nhl.STL:not(:disabled):not(.disabled).active, .confidence-list li.nhl.STL:not(:disabled):not(.disabled).active {
  background-color: #003bab;
  border-color: #003bab;
}
.btn-primary.nhl.STL:focus, .btn-primary.nhl.STL:not(.disabled).active, .confidence-list li.nhl.STL:focus, .confidence-list li.nhl.STL:not(.disabled).active {
  background-color: #003bab;
  border-color: #003bab;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.MTL, .confidence-list li.nhl.MTL {
  background-color: rgb(175, 30, 45);
  border-color: #cd2335;
}
.btn-primary.nhl.MTL:before, .confidence-list li.nhl.MTL:before {
  background: #192168;
}
.btn-primary.nhl.MTL:hover, .confidence-list li.nhl.MTL:hover {
  background-color: #cd2335;
  border-color: #cd2335;
}
.btn-primary.nhl.MTL:not(:disabled):not(.disabled):active, .confidence-list li.nhl.MTL:not(:disabled):not(.disabled):active {
  background-color: #cd2335;
  border-color: #cd2335;
}
.btn-primary.nhl.MTL:not(:disabled):not(.disabled).active, .confidence-list li.nhl.MTL:not(:disabled):not(.disabled).active {
  background-color: #cd2335;
  border-color: #cd2335;
}
.btn-primary.nhl.MTL:focus, .btn-primary.nhl.MTL:not(.disabled).active, .confidence-list li.nhl.MTL:focus, .confidence-list li.nhl.MTL:not(.disabled).active {
  background-color: #cd2335;
  border-color: #cd2335;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.NJ, .confidence-list li.nhl.NJ {
  background-color: rgb(206, 17, 38);
  border-color: #ec172f;
}
.btn-primary.nhl.NJ:before, .confidence-list li.nhl.NJ:before {
  background: #000000;
}
.btn-primary.nhl.NJ:hover, .confidence-list li.nhl.NJ:hover {
  background-color: #ec172f;
  border-color: #ec172f;
}
.btn-primary.nhl.NJ:not(:disabled):not(.disabled):active, .confidence-list li.nhl.NJ:not(:disabled):not(.disabled):active {
  background-color: #ec172f;
  border-color: #ec172f;
}
.btn-primary.nhl.NJ:not(:disabled):not(.disabled).active, .confidence-list li.nhl.NJ:not(:disabled):not(.disabled).active {
  background-color: #ec172f;
  border-color: #ec172f;
}
.btn-primary.nhl.NJ:focus, .btn-primary.nhl.NJ:not(.disabled).active, .confidence-list li.nhl.NJ:focus, .confidence-list li.nhl.NJ:not(.disabled).active {
  background-color: #ec172f;
  border-color: #ec172f;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}
.btn-primary.nhl.OTT, .confidence-list li.nhl.OTT {
  background-color: rgb(218, 26, 50);
  border-color: #e63148;
}
.btn-primary.nhl.OTT:before, .confidence-list li.nhl.OTT:before {
  background: #000;
}
.btn-primary.nhl.OTT:hover, .confidence-list li.nhl.OTT:hover {
  background-color: #e63148;
  border-color: #e63148;
}
.btn-primary.nhl.OTT:not(:disabled):not(.disabled):active, .confidence-list li.nhl.OTT:not(:disabled):not(.disabled):active {
  background-color: #e63148;
  border-color: #e63148;
}
.btn-primary.nhl.OTT:not(:disabled):not(.disabled).active, .confidence-list li.nhl.OTT:not(:disabled):not(.disabled).active {
  background-color: #e63148;
  border-color: #e63148;
}
.btn-primary.nhl.OTT:focus, .btn-primary.nhl.OTT:not(.disabled).active, .confidence-list li.nhl.OTT:focus, .confidence-list li.nhl.OTT:not(.disabled).active {
  background-color: #e63148;
  border-color: #e63148;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 10px;
}

.nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-link {
  border-radius: 0rem;
}
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-link.active {
  color: #333;
  background-color: transparent;
  border-bottom: 3px solid #e7b72b !important;
  border-color: transparent;
}
.nav-tabs .show > .nav-link {
  color: #333;
  background-color: transparent;
  border-bottom: 3px solid #e7b72b;
}

.nav-pills .nav-link {
  border-radius: 8px;
  font-family: "SpaceGrotesk", sans-serif;
}
.nav-pills .nav-link:hover {
  background-color: #f8f8f8;
}
.nav-pills .nav-link.active {
  color: #5884bf;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(186, 186, 186, 0.75);
}
.nav-pills .show > .nav-link {
  color: #333;
  background-color: transparent;
}