/* Desktop */
@media screen and (min-width: 768px){
    .share-links li{
        display: inline-block;
        padding: 1rem 2rem;
    }
    .desktop-tab-hide{
        display: none !important;
    }
}
/* Tab */
@media screen and (max-width: 1229px){
    .share-links li{
        display: inline-block;
        padding: 1rem 2rem;
    }
}
/* Mobile */
@media screen and (max-width: 650px){
    .share-links li{
        display: inline-block;
        padding: 1rem 1rem;
    }
    .mobile-hide{
        display: none !important;
    }
    .num-size{
        font-size: xx-large;
    }
}

.user-img{
    width: 120px;
    height: auto;
}
.bg-refer-earn-1{
    background-color: #28a7462f;
}
.bg-refer-earn-2{
    background-color: #17a3b834;
}
.text-refer-green{
    color: #105321;
}
.text-refer-blue{
    color: #08616e;
}
.share-links ul{
    margin: 0;
    padding: 0;
}

.text-fb{
    color: #4267B2;
}