.right-60 {
    right: 60%;
}

.line-height-12 {
    line-height: 1.2rem;
}

.left-60 {
    left: 60%;
}

.achievement-hover-content .custom-result-row:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.465);
}

.height-30 {
    height: 30px;
}

.just-gamers-character {
    margin-top: -100px;
}

.match-team-logo img {
    width: auto;
    height: 83px;
    /* padding-right: 10px; */
}

.event-bg {
    background-color: rgba(255, 255, 255, 0.465);
}

.fb-icon {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 18px;
    padding-right: 18px;
}

.tiktok-icon {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: black;
}

.tiktok-icon img {
    width: 14px;
    height: 14px;
}

.twitter-icon {
    background-color: rgb(68 150 255);
}

.facebook-icon {
    background-color: rgb(60, 60, 245);
}

.instagram-icon {
    background-color: rgb(255 75 160);
}

.youtube-icon {
    background-color: red;
}

.facebook-icon:hover , .instagram-icon:hover, .twitter-icon:hover, .youtube-icon:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.tiktok-icon:hover {
    background-color: rgb(255, 255, 255);
}

.tiktok-icon:hover img{
    filter: invert(100);
}

.facebook-icon , .instagram-icon, .twitter-icon, .youtube-icon {
    color: rgb(236, 236, 236);
}