@charset "utf-8";
/*CONFERENCE STANDINGS*/
#standings {
  background: rgba(255, 255, 255, 0.08);
}
.standings-table-wrapper {
  width: calc(100% - 10px);
  margin: 0 0 20px 10px;
  overflow-x: auto;
}
.conferencehome {
  width: 100%;
  padding: 100px 0;
}
.maqinheading.bdrleft {
  padding-left: 15px;
  border-left: 3px solid #1b6d74;
  line-height: 1;
  margin-bottom: 35px;
}
.matchtab-row {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.matchtab-row .nav-pills {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.matchtab-row .nav-pills .nav-item {
  width: 33.33%;
  text-align: center;
}
.matchtab-row .nav-pills .nav-item .nav-link {
  width: 100%;
  height: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: none;
  border-radius: 0;
  opacity: 0.7;
  padding: 10px 0 15px;
  position: relative;
  transition: all 0.4s;
}
.matchtab-row .nav-pills .nav-item .nav-link:hover,
.matchtab-row .nav-pills .nav-item .nav-link.active {
  opacity: 1;
}
.Tabs__presentation-slider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  box-shadow: 0px 4px 20px 7px rgba(0, 222, 214, 0.68);
  background-color: #48fdff;
  transform-origin: 0 0;
  transition: transform 0.25s;
}
.standings-tab {
  opacity: 0.7;
}
.standings-tab.active-tab {
  opacity: 1;
}
.standings-tab:first-child.active-tab ~ .Tabs__presentation-slider {
  transform: translateX(0) scaleX(0.333);
}
.standings-tab:nth-child(2).active-tab ~ .Tabs__presentation-slider {
  transform: translateX(33.333%) scaleX(0.333);
}
.standings-tab:nth-child(3).active-tab ~ .Tabs__presentation-slider {
  transform: translateX(calc(33.333% * 2)) scaleX(0.333);
}

.matchmaintable {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 20px;
}
.matchtableheading {
  width: 50%;
  display: flex;
  align-items: center;
}
.matchtableheading li {
  width: 80px;
  min-width: 80px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.matchtableheading li:first-child {
  width: 100%;
  text-align: left;
}
.matchname {
  width: 100%;
  background: #1b6d74;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
.matchlistdata {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.matchlistdata > li {
  display: flex;
  width: 100%;
  align-items: center;
  text-align: center;
}
.matchlistdata > li > div {
  width: 80px;
  min-width: 80px;
  text-align: center;
  padding: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.matchlistdata > li > div:first-child {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
}
.matchimghead .img-fluid {
  width: 130px;
  margin-right: 15px;
}
.matchimghead h5 {
  font-size: 16px;
  font-weight: 400;
}

.righthead li:first-child {
  opacity: 0;
}

/*-------------------------------- Responsive Media Query --------------------------------*/
@media (max-width: 991px) {
  .conferencehome {
    padding: 50px 0;
  }
  .matchtab-row .nav-pills .nav-item .nav-link .img-fluid {
    max-width: 180px;
    max-height: 80px;
  }
  .matchname {
    order: 1;
    margin: 15px 0 5px;
  }
  .matchtableheading.lefthead {
    width: 100%;
    order: 2;
  }
  .matchlistdata.lefthead-data {
    width: 100%;
    order: 3;
  }
  .matchlistdata.righthead-data {
    width: 100%;
    order: 4;
  }
  .matchtableheading.righthead {
    width: 100%;
    order: 5;
    display: none;
  }
  .righthead li:first-child {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .matchtab-row .nav-pills .nav-item .nav-link .img-fluid {
    max-width: 140px;
    max-height: 60px;
  }
  .matchimghead .img-fluid {
    width: 80px;
    margin-right: 10px;
  }
  .matchlistdata > li {
    padding: 5px 0;
  }
  .matchtableheading li {
    width: 60px;
    min-width: 60px;
    font-size: 14px;
  }
  .matchlistdata > li > div {
    width: 60px;
    min-width: 60px;
    font-size: 14px;
  }
  .matchimghead h5 {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .table-header-row th,
  .standings-row td {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .matchtab-row .nav-pills .nav-item .nav-link .img-fluid {
    max-width: 100px;
    max-height: 50px;
  }
  .matchimghead .img-fluid {
    width: 40px;
    margin-right: 7px;
  }
}

/* conf standings css */

.custhr {
  margin-left: 5px;
  margin-right: 5px;
}

 {
  height: 100%;
  width: 100%;
}

#standings .conference-tabs {
  display: flex;
  position: relative;
}

#standings .conference-tabs a {
  width: calc(100% / 2) !important;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#standings .conference-tabs .standing-tabs a {
  width: 100%;
  height: 100% !important;
}

.conference-image-container {
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.conference-image-container > img {
  max-height: 100% !important;
  max-width: 100% !important;
}

.team-logo-container {
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid#707070;
  background-color: #fff;
  padding: 3px;
  border-radius: 50%;
  margin-right: 1rem;
  display: inline-block;
}

.team-logo-container > img {
  max-width: 100%;
  max-height: 100%;
}
.standings-table {
  font-family: "Oswald", sans-serif;
  min-width: 100%;
}
.table-header-row {
  text-transform: uppercase;
}
.standings-table .group-header-row {
  background: #1b6d74;
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-weight: 400;
}
.standings-table .group-header-row td {
  padding: 0 10px;
}
.standings-row {
  height: 3.4375rem;
}
.standings-row:not(.group-header-row) > td:first-child {
  padding-left: 0;
}
.standings-row .team-acronym {
  display: none;
}

.standings-row:not(.active-tab) {
  display: none;
}
.table-header-row th,
.standings-row td {
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}
.table-header-row th:nth-child(4n),
.standings-row td:nth-child(4n) {
  text-align: center;
}
.conference-name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
/* conf standings css end */
