body {
    background-color: #2c3e50;
    font-family: 'kanit', sans-serif;
    font-size: 14px;
    font-weight: bolder;
    padding-top: 20px;
    padding-left: 15%;
    padding-right: 15%;
}


/* compare */
.compare {
    color: #818181;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compare>div {
    display: flex;
    align-items: start;
    background-color: #fff;
    padding-right: 10px;
    height: 250px;
    width: calc(50% - 20px);
    border-radius: 4px;

}

.compare>div>img {
    background-color: #0192C7;
    height: 250px;
    border-radius: 4px;
}

.Description {
    margin-top: 10px;
    margin-left: 10px;
}

.Description>div {
    display: flex;
    align-items: center;
    height: 50px;
    width: 235px;
    color: #fff;
    background-color: #0192C7;
    margin-bottom: 10px;
    border-radius: 10px;
    padding-left: 10px;
}

p {
    font-size: 12px;
}


/* heroes */
.part_heroes {
    margin-top: 20px;
    font-size: 12px;
}

.btn_sort_unselect {
    font-family: 'kanit', sans-serif;
    font-size: 12px;
    font-weight: bolder;
    background-color: #FFFFFF;
    color: #818181;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    margin-right: 4px;
}

.btn_sort_selected {
    font-family: 'kanit', sans-serif;
    font-size: 12px;
    font-weight: bolder;
    background-color: #0192C7;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    margin-right: 4px;
}

.heroes_pick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.heroes_pick>div {
    display: flex;
    align-items: center;
}



.type {
    width: 35px;
}

.heroes-layout {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heroesbox {
    margin: 5px;
    background-color: #D99443;
    border-radius: 4px;
    padding-bottom: 4px;
}

.heroesimg {
    background-color: white;
    width: 65px;
    border-radius: 4px;
}

.compare_btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare_btn>button {
    font-family: 'kanit', sans-serif;
    font-size: 12px;
    font-weight: bolder;
    background-color: #F06414;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-right: 4px;
    box-shadow: none;
}

hr {
    margin: 20px;
    border-color: #ACACAC;
}

.team_comp {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.team_comp>div {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    border: 2px dashed #aaa;
    margin-right: 40px;
    height: 81.35px;
    width: 65px;
}


.team_comp>button {
    font-family: 'kanit', sans-serif;
    font-size: 12px;
    font-weight: bolder;
    background-color: #F06414;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    margin-right: 4px;
    box-shadow: none;
}

.saved-team-comp {
    margin-top: 50px;
    /* 或者根据你的页面设计调整这个值 */
}