/*
 *  -------------------------------------------------
 *  Hybrid MLM  Copyright (c) 2018 All Rights Reserved
 *  -------------------------------------------------
 *
 *  @author Acemero Technologies Pvt Ltd
 *  @link https://www.acemero.com
 *  @see https://www.hybridmlm.io
 *  @version 1.00
 *  @api Laravel 5.4
 */

.row.referral-shortCode {
    background-color: #eee;
    position: relative;
    text-align: center;
    margin-top: 40px;
    padding: 15px;
    border-radius: 5px;
}

.row.referral-shortCode .image {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: -30px;
    width: 70px;
    height: 70px;
}

.row.referral-shortCode .image img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

.row.referral-shortCode .text p.user-name {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    color: #181717;
}
.row.referral-shortCode .text p {
    margin: 0px;
    font-size: 15px;
}
.row.referral-shortCode .ref-bx {
    padding-top: 35px;
}

.row.referral-shortCode .ref-bx .ref-btn {}

.row.referral-shortCode .ref-btn {
    width: 200px;
    margin: 10px auto;
    background-color: #424242;
    color: #fff;
    border-radius: 8px;
}
.row.referral-shortCode .ref-btn a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.row.referral-shortCode .aboutme p {
    font-size: 15px;
    padding: 10px;
    color: #222;
}
.row.referral-shortCode .socialBlock ul {
    margin: 0px;
    padding: 0px;
}
.row.referral-shortCode .socialBlock ul li {
    list-style: none;
    display: inline-block;
    border: solid 1px #978b8b;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    color: #222;
}
.row.referral-shortCode .socialBlock ul li a {
    color: #444;
}
.row.referral-shortCode .socialBlock {
    margin: 15px 0px;
}
.disp-non {
    display: none !important;
}