body, html {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

.container {
  max-width: 1630px;
  padding-left: 15px;
  padding-right: 15px;
}

.font-weight-medium {
  font-weight: 600;
}

.nav-tabs {
  margin-top: 40px;
  margin-left: initial;
  border-bottom: 1px solid #DEDEDE !important;
  position: relative;
}

.nav-tabs .collapse-match-button {
  position: absolute;
  right: -80px;
  top: 25px;
  height: 50px;
  width: 50px;
  color: black;
  background: transparent linear-gradient(92deg, #ffffff 0%, #f0f0f0 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 4px #0000001f !important;
  border: 1px solid #dedede;
  text-align: center;
  border-radius: 100%;
  padding-bottom: 0px !important;
  transition: background linear 1s;
}

.nav-tabs .collapse-match-button::after {
  position: absolute;
  background-color: #ffffff;
  bottom: -40px;
  left: -25px;
  font-weight: bold;
  color: black;
  font-size: 11px;
  border-radius: 25px;
  padding: 5px 5px;
  width: 100px;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 3px 4px #0000001f !important;
  cursor: initial;
}

.nav-tabs .collapse-match-button[data-collapsed=true]::after {
  content: 'EXPAND VIEW';
}

.nav-tabs .collapse-match-button[data-collapsed=false]::after {
  content: 'COLLAPSE VIEW';
}

.nav-tabs .collapse-match-button:hover {
  cursor: pointer;
  background: #fd0d1b !important;
  color: #ffffff !important;
}

.nav-tabs .collapse-match-button .fa {
  line-height: 50px;
}

.nav-tabs .collapse-match-button .fa-minus {
  height: 50px;
}

.nav-tabs .collapse-match-button .fa-plus {
  height: 50px;
}

.nav-link.active {
    position: relative;
}

.container-fluid.match-center-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.6em;
}

.results {
  display: table;
  width: 90%;
  table-layout: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.8em;
}

.nav-tabs .nav-link {
  border: 1px solid #DEDEDE !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 15px;
  min-width: 180px;
  text-align: center;
  color: black;
  font-weight: bold;
  user-select: none;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  left: auto;
  right: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-tabs .nav-link.active {
  user-select: none;
  background-color: #fd0d1b;
  color: #ffffff;
}

.nav-link.active:before {
  content: initial;
  position: initial;
  bottom: initial;
  margin: initial;
  left: initial;
  right: initial;
}

#filter-container .form-control {
  border-radius: 2px;
}

.tab-content .tab-pane {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-content .tab-pane .form-control::placeholder {
  font-size: 15px;
  color: black;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
}

.tab-content .tab-pane select {
  cursor: pointer;
  font-size: 15px;
  color: black;
  font-weight: bold;
}

.tab-content .tab-pane select::after {
  content: '\f078';
  font: normal normal normal 17px/1 FontAwesome;
  color: #0ebeff;
  right: 11px;
  top: 6px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  border-left: 1px solid #0ebeff;
  position: absolute;
  pointer-events: none;
}

.match-centre-button {
  box-shadow: 0px 2px 5px #00000029;
  border-radius: 5px;
  font-size: 15px;
  text-align: center;
  height: 100%;
  max-height: 40px;
  border: none;
  max-width: 150px;
  float: left;
  margin-left: 15px;
  font-weight: bold;
  background-color: #ffffff;
  cursor: pointer;
}

.match-centre-button.highlight {
  background-color: #fd0d1b;
  color: #ffffff;
}

#match-centre-search {
  float: left;
  cursor: pointer;
}

.filter-title {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filter-container-mobile-view #matches-filter-mobile-close {
  color: #fd0d1b;
  cursor: pointer;
  margin-top: 5px;
}

.filter-container-mobile-view #matches-filter-mobile-close:hover {
  text-shadow: 0px 2px 5px #00000029;
}

.filter-container-mobile-view {
  position: absolute;
  top: 0px;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  left: 0px;
}

.filter-container-mobile-view .nav-tabs {
  margin-top: 25px;
  border-bottom: 0px !important;
}

.filter-container-mobile-view .filter-title {
  background-color: #ffffff;
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.filter-container-mobile-view .nav-item {
  width: 49%;
}

.filter-container-mobile-view div[class^=col-] {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 25px;
}

.filter-container-mobile-view .match-centre-button {
  max-width: initial;
}

nav#results-tabs a {
  background: transparent;
  border: 0px !important;
  padding-bottom: 15px;
  font-size: 18px;
}

nav#results-tabs .nav-tabs {
  margin-top: 40px;
  margin-left: initial;
  border-bottom: 1px solid #DEDEDE !important;
  display: inline-flex;
  width: 100%;
}

nav#results-tabs a.active {
  background-color: tan transparent;
  color: black;
}

nav#results-tabs a.active:after {
  content: "";
  border: 1px solid black;
  position: absolute;
  bottom: 0px;
  left: 15%;
  width: 70%;
}

.matches-content #fixtures-container,
.matches-content #results-container,
.matches-content #seasons-log-container,
.players-content #players-container {
  max-width: 1200px;
  margin: 0 auto;
}

#players-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .match-centre-button {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .match-centre-button {
    width: 42%;
  }
}

@media(min-width:756px) {
  #match-centre-search {
    display: none;
  }
}

@media (max-width: 992px) {
  .match-centre-button {
    width: 100%;
    float: none;
    margin-left: 0px;
  }

  .filter-search-content button + button {
    margin-top: 15px;
  }

  nav#results-tabs .nav-tabs {
    margin-top: 0px;
    background-color: white;
    padding-top: 15px;
  }

  .container-fluid.match-center-container {
    padding-top: 0px;
  }

  .nav-tabs .collapse-match-button {
    position: fixed;
    bottom: 50px;
    right: 20px;
    top: initial;
    z-index: 100;
    background: #fd0d1b !important;
    color: #ffffff !important;
  }

  .nav-tabs .collapse-match-button::after {
    bottom: -35px;
    left: -20px;
    width: 90px;
  }
}

.ph-item {
  border: none;
}

.bootstrap-select::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.bootstrap-select::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.bootstrap-select::-webkit-scrollbar-thumb {
  background-color: #fd0d1b;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}

.return-navigation-container {
  background-color:white;
  text-align: right;
  padding:15px;
}

.return-navigation-button {
  color: black;
  font-size: 17px;
  text-align: center;
  border: 1px solid #dedede;
  min-width: 70px;
  background-color: #ffffff;
  padding: 8px 15px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width:992px) {
  .return-navigation-container {
    display: none;
  }
}

.button.collapse-container-btn {
  background-color: #fd0d1b;
}