#social-links {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 770px;
}

#popup_copy_invite_link_mobile #social-links{
    width: 390px;
}

#social-links ul{
    padding-left: 0;
}
#social-links ul li {
    display: inline-block;
}
#social-links ul li a {
    margin: 10px;
    font-size: 25px;
}
#popup_copy_invite_link_mobile #social-links ul li a{
    margin: 0 6px;
}

#social-links .fa-instagram::before{
    content: "";
    background-image: url('../images/social_icons/instagram_circle.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

#social-links .fa-facebook-square::before{
    content: "";
    background-image: url('../images/social_icons/facebook_circle.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
#social-links .fa-tiktok::before{
    content: "";
    background-image: url('../images/social_icons/tiktok_circle.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
#social-links .fa-telegram::before{
    content: "";
    background-image: url('../images/social_icons/telegram_circle.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
#social-links .fa-pinterest::before{
    content: "";
    background-image: url('../images/social_icons/pinterest_circle.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}
#social-links .fa-mailto::before{
    content: "";
    background-image: url('../images/social_icons/group_1_circle.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}


#social-links .fa-line::before{
    content: "";
    background-image: url('../images/social_icons/line_circle.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

#social-links .fa-wechat::before{
    content: "";
    background-image: url('../images/social_icons/wechat_circle.png');
    display: inline-block;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

#popup_copy_invite_link_mobile .fa-facebook-square::before,
#popup_copy_invite_link_mobile .fa-pinterest::before,
#popup_copy_invite_link_mobile .fa-telegram::before,
#popup_copy_invite_link_mobile .fa-tiktok::before,
#popup_copy_invite_link_mobile .fa-line::before,
#popup_copy_invite_link_mobile .fa-mailto::before,
#popup_copy_invite_link_mobile .fa-instagram::before,
#popup_copy_invite_link_mobile .fa-wechat::before
{
    height: 30px;
    width: 30px;
}
