.rankingList_container{
  width: 90%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
.rankingList_top{
  display: flex;
  background-color: #3a125b;
  height: 70px;
  margin-bottom: 50px;
}
.rankingList_top img{
  width: 60px;
  height: 60px;
  padding: 5px 10px;
  margin: 5px 80px;
}
.rankingList_top span{
  color: white;
  padding: 20px 30px;
}
.schedule_matchs{
  display: flex;
  height: 100%;
  justify-content: center;
}
.schedule_matchs:hover{
  background-color:#7f5680;
}
.schedule_matchs img{
  padding: 5px 10px;
  margin: auto;
}
.result_matchs{
  display: flex;
  height: 100%;
}
.result_matchs:hover{
  background-color: #7f5680;
}
.result_matchs img{
 padding: 5px 10px;
  margin: auto;
}
.rl_top_text{
  color: white;
  margin: auto;
}
.loc_field{
  width: 20%;
  height: 50px;
  margin: auto;
  border-radius: 20px;
}
/* main ranking list  */
.main_rankingList{
  width: 100%;
  margin: auto;
}
table{
  width: 100%;
  border-collapse: collapse;
}
td{
  width: 70px;
  text-align: center;
  border-bottom: 1px solid black;
}
#header_tb{
  background-color: #ede9e8;
  height: 70px;
  font-weight: bold;
  color: #ccc9c8;
}
.img_rl{
  width: 50px;
  height: 50px;
  padding: 10px;
}
.rl_detail{
  font-weight: bold;
  height: 50px;
}
.up_down{
  border-left: 10px solid;
}
.up_down_green{
  border-left-color: green;
}
.up_down_orange{
  border-left-color: orange;
}
.up_down_red{
  border-left-color: red;
}

.rankingList_note{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin:50px auto;
  flex-direction: column;
}
.note_title{
  padding:5px 30px;
}
.note{
  width: 50%;
  background-color: #dad294;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.note_inf{
  width: 60%;
  display: flex;
  margin: 20px auto;
  justify-content: start;
}
.color_inf{
  width: 30px;
  height: 30px;
  margin: 0 30px;
}
.color_inf_green{
  background-color: green;
}
.color_inf_orange{
  background-color: orange;
}
.color_inf_red{
  background-color: red;
}
.schedule{
  width: 30%;
}
.cac_giai_dau{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 30px auto 0;
}
.cac_giai_dau div img{
   width: 80%;
  height: auto;
  margin-left: 25px;
}
.xemthem {
  background-color: #dadce0;
  height: 60px;
  width: 30%;
  margin: 30px auto 0;
  border-radius: 20px;
}
.xemthem a {
  display: block;
  list-style: none;
  color: black;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
