.league_table_wrapper {
  overflow: hidden;
  border-radius: 3px;
}

.league_table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.league_table_wrap::-webkit-scrollbar {
  height: 6px;
}

.league_table_wrap::-webkit-scrollbar-thumb {
  background-color: #e21e22;
  border-radius: 3px;
}

.league_table_wrap::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.league_table {
  /* width: 100%; */

  width: 630px;
  table-layout: fixed;
  /* border-radius: 5px; */
  /* overflow: hidden; */
  /* margin-bottom: 30px; */
}

.league_table_head_line {
  background: #e21e22;
}

.league_table_head_point {
  /* padding-bottom: 13px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 13px; */
  padding: 8px;
}

.league_table_head_point_text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.league_table_body_point {
  /* padding-bottom: 18px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 18px; */
  padding: 8px;
}

.league_table_body_point_text {
  font-size: 18px;
  font-weight: 700;
  color: rgb(15, 15, 15);
  text-transform: uppercase;
}

.league_table_body_info_link {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 8px;
  transition: ease 0.5s;
  color: rgb(89, 89, 89);
}

.league_table_body_info_link:hover {
  color: rgb(226, 30, 34);
}

.league_table_body_info_link_img {
  /* height: 45px;
  width: 45px; */
  height: 25px;
  width: 25px;
  object-fit: contain;
}

/* .league_table_body_info_link_text {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
} */

.league_table_body_info_link_text {
  display: none;
}

/* .league_table_head td:first-child,
.league_table_body td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 75px;
}

.league_table_head th:first-child,
.league_table_body th:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 75px;
} */

/* .league_table_head td:first-child,
.league_table_body td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 64px;
}

.league_table_head td:nth-child(2),
.league_table_body td:nth-child(2) {
  position: sticky;
  left: 64px;
  z-index: 3;
  min-width: 140px;
} */

.league_table_head td:first-child,
.league_table_body td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 75px;
}

.league_table_head td:nth-child(2),
.league_table_body td:nth-child(2) {
  position: sticky;
  left: 75px;
  z-index: 3;
  min-width: 140px;
}

/* @media screen and (max-width: 1023px) {
  .league_table {
    width: 1000px;
  }
} */

@media screen and (min-width: 768px) {
  .league_table {
    width: 930px;
  }

  .league_table_body_info_link {
    display: flex;
    justify-content: flex-start;
  }

  .league_table_body_info_link_text {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media screen and (min-width: 1024px) {
  .league_table {
    width: 100%;
  }

  .league_table_head_point {
    padding: 8px;
  }

  .league_table_head_point_text {
    font-size: 20px;
  }

  .league_table_body_point {
    padding: 16px;
  }

  .league_table_body_point_text {
    font-size: 18px;
  }

  .league_table_body_info_link_img {
    height: 30px;
    width: 30px;
  }

  .league_table_body_info_link_title {
    font-size: 20px;
  }
}
