.league_table_aside_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.league_table_aside_wrap::-webkit-scrollbar {
  height: 6px;
}

.league_table_aside_wrap::-webkit-scrollbar-thumb {
  background: #890000;
  border-radius: 4px;
}

.league_table_aside_wrap::-webkit-scrollbar-track {
  background: #1f2022;
}

.league_aside_table {
  width: 1124px;
  table-layout: fixed;

  overflow-x: auto;
  white-space: nowrap;
}

.league_table_aside_head {
}

.league_table_aside_head_line {
  background: #001d5c;
}

.league_table_aside_head_point {
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}

.bg_color_bluue {
  background: #001d5c;
}
.league_table_aside_head_point_text {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
}

.league_table_aside_body {
}

.league_table_aside_body_line {
  transition: ease 0.5s;
}

.league_table_aside_body_line:hover {
  background: #337ab7;
}

.league_table_aside_body_point {
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
}

.league_table_aside_body_point_text {
  color: rgb(43, 42, 53);
  font-size: 18px;
  font-weight: 500;
}

.team_name_aside_link {
  color: rgb(43, 42, 53);
  align-items: center;
  transition: ease 0.5s;
  column-gap: 10px;
  display: flex;
  justify-content: center;
}

.team_name_aside_link:hover {
  color: rgb(252, 185, 0);
}

.team_name_aside_link_img {
  height: 30px;
  width: 30px;
  object-fit: contain;
}

.team_name_aside_link_title {
  display: none;
}

.block_point_aside_result {
  display: flex;
  column-gap: 15px;
  justify-content: center;
  align-items: center;
}

.point_result_aside_link {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(183, 190, 197);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2px;
}

.point_result_aside_link_text {
  font-size: 14px;
  font-weight: 700;
}

.block_point_result_aside_link_value {
  border-radius: 3px;
  width: 35px;
  height: 9px;
}

.point_aside_result_link {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(183, 190, 197);
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2px;
}

.point_aside_result_link_text {
  font-size: 14px;
  font-weight: 700;
}

.block_point_aside_result_link_value {
  border-radius: 3px;
  width: 35px;
  height: 9px;
}

.league_table_aside_head_line td:first-child,
.league_table_aside_body_line td:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
  width: 50px;
}

.league_table_aside_head_line td:nth-child(2),
.league_table_aside_body_line td:nth-child(2) {
  position: sticky;
  left: 50px;
  z-index: 3;
  width: 70px;
}

.ddnn {
  display: none;
}

@media screen and (min-width: 768px) {
  .league_aside_table {
    width: 1200px;
  }

  .team_name_aside_link_title {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .league_table_aside_head_line td:first-child,
  .league_table_aside_body_line td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    width: 75px;
  }

  .league_table_aside_head_line td:nth-child(2),
  .league_table_aside_body_line td:nth-child(2) {
    position: sticky;
    left: 75px;
    z-index: 3;
    width: 180px;
  }

  .team_name_aside_link {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1024px) {
  .league_aside_table {
    width: 700px;
  }
  .team_name_aside_link {
    justify-content: center;
  }

  .team_name_aside_link_title {
    display: none;
  }

  .league_table_aside_head_line td:first-child,
  .league_table_aside_body_line td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    width: 65px;
  }

  .league_table_aside_head_line td:nth-child(2),
  .league_table_aside_body_line td:nth-child(2) {
    position: sticky;
    left: 65px;
    z-index: 3;
    width: 60px;
  }

  .ddnn {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .league_aside_table {
    width: 800px;
  }

  /* .league_table_aside_head_line td:first-child,
  .league_table_aside_body_line td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    width: 75px;
  }

  .league_table_aside_head_line td:nth-child(2),
  .league_table_aside_body_line td:nth-child(2) {
    position: sticky;
    left: 75px;
    z-index: 3;
    width: 250px;
  } */
}
