.referal-friend-modal .modal-body h4 {
    font-family: "ProximaNova-700";
}

.link-div.refer-link-form {
    text-align: center;
    background: #F2F2F2;
    color: #020000;
    border-radius: 6px;
    display: inline-block;
    padding: 10px 15px;
    width: 95%;
}

.link-div.refer-link-form a {
    font-size: 16px;
    max-width: calc(100% - 30px);
    white-space: inherit;
    overflow: hidden;
    width: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 24px;
    max-height: fit-content;
    word-break: break-all;
}

.link-div.refer-link-form a {
    color: #020000;
    background-color: #f2f2f2 !important;
}

.link-div.refer-link-form .btn {
    padding: 0px 10px;
    border-left: 1px solid #c1c1c1;
    border-radius: 0 !important;
}

.refer-link-form .btn {
    position: relative;
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
    background-color: #f2f2f2 !important;
}

.link-div.refer-link-form i {
    color: #020000;
    vertical-align: middle;

}

.refer-link-form .btn i {
    font-size: 18px;
}

.refer-link-form .btn .copied-txt {
    padding: 5px 14px;
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    transform: translate(-40%, -10px);
    /*opacity: 0;*/
    display: none;
    border: none;
}

.refer-link-form .btn .copied-txt:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: #000 transparent transparent transparent;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
}

.achievement-socials a i.fa-facebook-f {
    border-color: #4267B2;
    color: #4267B2;
    background-color: #FFFFFF;
}

.achievement-socials a i.fa-whatsapp {
    border-color: #25D366;
    color: #25D366;
    background-color: #FFFFFF;
}

.achievement-socials a i.fa-envelope {
    border-color: #ea4335;
    color: #ea4335;
    background-color: #FFFFFF;
}

.achievement-socials a i.fa-linkedin-in {
    border-color: #0e76a8;
    color: #0e76a8;
    background-color: #FFFFFF;
}

/* .achievement-socials a i.fa-twitter {*/
/*    border-color: #00acee;*/
/*    color: #00acee;*/
/*    background-color: #FFFFFF;*/
/*}*/
.achievement-socials a i {
    border-radius: 100%;
    border: 1px solid #000;
    font-size: 18px;
    line-height: 28px;
    width: 40px;
    height: 40px;
}

.achievement-socials a i::before {
    margin: auto;
}
.link-div.refer-link-form{
    background: #F2F2F2 !important;
}
.dl-user-dashboard-social-btn{
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .referal-friend-modal .modal-body p {
        font-size: 14px;
    }
}
