/*
 * Rating FIFA
 */
.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;
 */
/*Color palette*/
/*Icons*/
.rating-fifa-filters-block {
  display: flex;
  width: 100%;
  gap: 6px;
  padding: 20px 0;
}
.rating-fifa-filters-block .selectpicker-our {
  width: 100%;
}
.rating-fifa-block.sidebar-block {
  padding-bottom: 0;
  font-size: 16px;
}
.rating-fifa-block.sidebar-block ul {
  margin: 0 0 14px 0;
}
.rating-fifa-block.sidebar-block a {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #06B958;
  padding: 24px 0;
}
.rating-fifa-filter-divider {
  height: 0.5px;
  width: 100%;
  border-top: 0.5px solid #DBDADA;
  padding-bottom: 10px;
}
.rating-fifa-filter-container {
  display: flex;
  justify-content: start;
  width: 100%;
  padding: 7px 0;
  flex-wrap: wrap;
}
.rating-fifa-filter-container .background-filters {
  display: flex;
  justify-content: start;
  width: 100%;
  padding: 13px 6px;
  flex-wrap: wrap;
  border-radius: 4px;
  background-color: #F4F4F4;
  gap: 12px;
}
.rating-fifa-filter-container .rating-fifa-filter-item {
  padding: 8.5px 6px;
  box-sizing: border-box;
  border-radius: 4px;
  height: 30px;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 96%;
  text-align: center;
  color: #000000;
  flex-shrink: 0;
}
.rating-fifa-filter-container .rating-fifa-filter-item.active {
  background: #FF7A00;
  font-weight: 700;
  color: #ffffff;
}
.rating-fifa-filter-container .rating-fifa-filter-item.disabled {
  color: #737373;
  cursor: not-allowed;
}
.rating-fifa-filter-container .rating-fifa-filter-item a {
  color: inherit;
}
.rating-fifa-filter-container .rating-fifa-filter-item a:hover {
  text-decoration: none;
}
.ranking-table.table-block .table-block-container .head-table-tr,
.ranking-table.table-block .table-block-container .body-table-tr {
  grid-template-columns: 34px 44px 180px 70px 70px 120px;
}
.ranking-table.table-block .table-block-container .head-table-tr .head-table-th.team,
.ranking-table.table-block .table-block-container .body-table-tr .head-table-th.team,
.ranking-table.table-block .table-block-container .head-table-tr .body-table-td.team,
.ranking-table.table-block .table-block-container .body-table-tr .body-table-td.team {
  text-align: left;
  justify-content: left;
}
.ranking-table.table-block .table-block-container .head-table-tr .head-table-th .team-name,
.ranking-table.table-block .table-block-container .body-table-tr .head-table-th .team-name,
.ranking-table.table-block .table-block-container .head-table-tr .body-table-td .team-name,
.ranking-table.table-block .table-block-container .body-table-tr .body-table-td .team-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  align-content: center;
}
@media (max-width: 743px) {
  .ranking-table.table-block .table-block-container .head-table-tr,
  .ranking-table.table-block .table-block-container .body-table-tr {
    grid-template-columns: 34px 44px 150px 70px 70px 120px;
  }
}
@media (max-width: 552px) {
  .ranking-table.table-block .table-block-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

