/*
 * Teams
 */
/*Color palette*/
/*Icons*/
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: #000000;
}
.block-title:hover {
  text-decoration: none;
}
.form-input {
  width: 380px;
  height: 36px;
  border: 1px solid #DBDADA;
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;
  padding: 9px 14px;
  outline-color: #DBDADA;
}
.single-line-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Need add in html style -webkit-box-orient: vertical;
 */
.search-team {
  padding: 20px 0;
  border-bottom: 0.5px solid #DBDADA;
}
.search-team #search-team-text {
  width: 380px;
  height: 36px;
  border: 1px solid #DBDADA;
  background-color: #ffffff;
  border-radius: 4px;
  color: #000000;
  padding: 9px 14px;
  outline-color: #DBDADA;
  width: 100%;
}
.teams-filters-container {
  display: flex;
  width: 100%;
  padding: 20px 0;
  margin: 0;
  gap: 6px;
}
.teams-filters-container .selectpicker-our {
  min-width: 200px;
  width: 100%;
}
.team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr,
.team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr {
  width: 100%;
  display: grid;
  grid-template-columns: 34px minmax(300px, 300fr) minmax(164px, 164fr) 124px;
}
.team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .body-table-td.team .team-name,
.team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .body-table-td.team .team-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  vertical-align: middle;
  color: #06B958;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .body-table-td.league .league-name,
.team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .body-table-td.league .league-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.team-page-list-container .team-page-table.table-block.is-section .table-block-container .head-table-tr,
.team-page-list-container .team-page-table.table-block.is-section .table-block-container .body-table-tr {
  grid-template-columns: 34px minmax(300px, 300fr) 124px;
}
@media (max-width: 743px) {
  .teams-filters-container {
    flex-wrap: wrap;
  }
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr {
    width: 100%;
    display: grid;
    grid-template-columns: 34px minmax(186px, 186fr) minmax(30px, 30fr) 82px;
  }
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .body-table-td,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .body-table-td,
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .head-table-th,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .head-table-th {
    font-size: 12px;
    line-height: 110%;
  }
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .head-table-th.league,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .head-table-th.league {
    opacity: 0;
  }
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .body-table-td.team .country,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .body-table-td.team .country {
    display: none;
  }
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .body-table-td.team .team-name,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .body-table-td.team .team-name {
    font-size: 12px;
  }
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .body-table-td.league .league-name,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .body-table-td.league .league-name {
    display: none;
  }
  .team-page-list-container .team-page-table.table-block.is-section .table-block-container .head-table-tr,
  .team-page-list-container .team-page-table.table-block.is-section .table-block-container .body-table-tr {
    grid-template-columns: 34px minmax(186px, 186fr) 82px;
  }
}
@media (max-width: 429px) {
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr {
    width: 100%;
    display: grid;
    grid-template-columns: 34px minmax(146px, 146fr) 82px;
  }
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .head-table-th.league,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .head-table-th.league {
    display: none;
  }
  .team-page-list-container .team-page-table.table-block .table-block-container .head-table-tr .body-table-td.league,
  .team-page-list-container .team-page-table.table-block .table-block-container .body-table-tr .body-table-td.league {
    display: none;
  }
}
.hub-sidebar-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-bottom: 12px;
  gap: 2px;
}
.hub-sidebar-container a {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  vertical-align: middle;
  color: #000000;
  padding: 10px 10px 12px 10px;
}
.hub-sidebar-container a.active {
  background-color: #FF7A00;
  color: #ffffff;
  font-weight: 700;
}

