.user_profile{
    width: 100%;
}
.user_profile img{
    width: 100%;
}
.list_info ul{
    margin-top: 40px;
}
.list_info ul li{
    margin-top: 20px;
}
.list_info .title_info{
    font-size: 24px;
}
.details_view ul li{
    margin-top: 20px;
    color: #000000;
}
.th-size{
    font-size: 14px;
}
.referral_history_main ul li:not(:first-child) {
    margin-top: 20px;
}

.inner_box_content{
    & h3{
        font-size: 20px;
        color: white;
    }
    & p{
        margin-bottom: 0 !important;
        font-size: 32px;
    }
}
.site_logo{
    width: 180px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 1.5rem 0 0px 0;
    & img{
        width: 100%;
     }
}
@media(max-width:576px){
    .inner_box_content{
        & h3{
            font-size: 18px;
        }
        & p{
            margin-bottom: 0 !important;
            font-size: 28px;
        }
    }
}
.warning_msg_default {
    background: rgb(206, 169, 8);
    padding: 5px 20px;
    border-radius: 6px;
    margin-bottom: 15px;
    & p{
        font-size: 14px;
    }
}
.success_msg_default {
    background: rgb(26 124 72);
    padding: 5px 20px;
    border-radius: 6px;
    margin-bottom: 15px;
    & p{
        font-size: 14px;
    }
}
.error_msg_default {
    background: rgb(211 48 48);
    padding: 5px 20px;
    border-radius: 6px;
    margin-bottom: 15px;
    & p{
        font-size: 14px;
    }
}
.mobile_logo{
    display: none;
    width: 140px;
    & img{
        width: 100%;
    }
}
@media(max-width:768px){
    .bread_crumb_mobile{
        display: none;
    }
    .mobile_logo{
        display: block !important;
    }
    .navbar-main{
        padding: 30px 20px 0 0 !important;
    }
}
.copy_link_btn{
    cursor: pointer;
    color: #fff;
    background: rgba(0, 0, 0, .1);
    transform: translateY(-2px);
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: sans-serif;
    background: #000;
    font-size: 14px;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
