/*
 * STADIUMS
 */
/*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-stadiums {
  padding: 20px 0;
  border-bottom: 0.5px solid #DBDADA;
}
.search-stadiums #search-stadiums-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%;
}
.stadiums-filters-container {
  display: flex;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  gap: 6px;
}
.stadiums-filters-container .selectpicker-our {
  min-width: 200px;
  width: 100%;
}
.stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr,
.stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr {
  width: 100%;
  display: grid;
  grid-template-columns: 36px minmax(290px, 290fr) 164px 124px;
}
.stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td.stadium .table-stadium-link,
.stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td.stadium .table-stadium-link {
  color: #06B958;
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td.city .city-name,
.stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td.city .city-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 999px) {
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr {
    width: 100%;
    display: grid;
    grid-template-columns: 36px minmax(290px, 290fr) 164px 124px;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .head-table-th.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .head-table-th.stadium .country {
    display: block;
  }
}
@media (max-width: 743px) {
  .stadiums-filters-container {
    flex-wrap: wrap;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr {
    width: 100%;
    display: grid;
    grid-template-columns: 36px minmax(186px, 186fr) 155px;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .head-table-th,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .head-table-th {
    font-size: 12px;
    line-height: 96%;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .head-table-th.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .head-table-th.stadium .country {
    display: none;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td.stadium .table-stadium-link,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td.stadium .table-stadium-link,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .head-table-th.stadium .table-stadium-link,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .head-table-th.stadium .table-stadium-link {
    font-size: 12px;
    line-height: 96%;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td.city,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td.city,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .head-table-th.city,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .head-table-th.city {
    display: none;
  }
}
@media (max-width: 429px) {
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr {
    width: 100%;
    display: grid;
    grid-template-columns: 36px minmax(146px, 146fr) 96px;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .head-table-th,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .head-table-th {
    font-size: 12px;
    line-height: 96%;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .head-table-th.stadium .country,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .head-table-th.stadium .country {
    display: none;
  }
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .body-table-td.stadium .table-stadium-link,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .body-table-td.stadium .table-stadium-link,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .head-table-tr .head-table-th.stadium .table-stadium-link,
  .stadiums-page-list-container .stadiums-page-table.table-block .table-block-container .body-table-tr .head-table-th.stadium .table-stadium-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.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;
}

