.referral-popup-yellow .modal-content {
    background: #ffffff;
    margin-top: 3rem;
}

.rw-popup-yellow p {
    font-size: 1rem;
    line-height: 1.3;
}

.refer-link-form {
    background-color: #ffffff;
    border: 1px solid #fff !important;
    border-radius: 10px;
}

.refer-link-form .btn {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 8px !important;
    font-weight: 600;
}

.refer-comment-bx {
    background-color: #F2F2F2;
    border-radius: 10px;
}

.refer-comment-bx h6 {
    font-size: 1rem;
    font-weight: 600;
    font-family: "ProximaNova-700";
}

.refer-comment-bx .form-control {
    border-color: #fff !important;
    border-radius: 10px;
    padding-right: 30px;
    font-size: 14px;
}

.refer-comment-bx .btn {
    position: absolute;
    bottom: -1px;
    right: -1px;
    top: -1px;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    border-radius: 0 !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.refer-comment-bx .btn i {
    font-size: 14px;
    vertical-align: middle;
}

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

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

.referral-social-icon-item a {
    display: inline-block;
    margin-right: 10px;
}

.referral-social-icon-item a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

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

.link-div.refer-link-form a {
    color: #020000;
    background-color: #fff;
}

.referral-popup-yellow .modal-content .referral-social-link .btn {
    background: #03386F;
    color: #fff;
    font-weight: normal;
    padding: 8px 10px;
    white-space: nowrap;
}

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


.link-div.refer-link-form a {
    font-size: 14px;
    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: 20px;
    max-height: fit-content;
    word-break: break-all;
}

.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 {
    text-align: center;
    /*background: #F2F2F2;*/
    color: #020000;
    border-radius: 6px;
    display: inline-block;
    padding: 5px;
    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;
}

.link-div.refer-link-form .btn {
    padding: 0px 10px;
    border-left: 1px solid #c1c1c1;
    background-color: #fff;
}

.refer-link-form .btn {
    /*position: relative;*/
    font-size: 16px;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 0rem !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%);
}

.reffer-count {
    background-color: #f2f2f2;
    border-radius: 10px;
    text-align: center;
}

.copy-link {
    font-size: 14px;
}

.link-div.refer-link-form {
    background-color: #F2F2F2;
}
.dl-user-dashboard-social-btn{
    cursor: pointer;
}
@keyframes tooltipHide {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes hidePopover {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@media (max-width: 1200px) {
    /*.referral-social-icon-item a {*/
    /*    margin-right: 6px;*/
    /*}*/
    .link-div.refer-link-form {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .link-div.refer-link-form a {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    /*.rw-popup-yellow p, .referral-popup-yellow h4 {*/
    /*    font-size: 18px;*/
    /*}*/
    /*.rw-popup-yellow p, .referral-popup-yellow h4 {*/
    /*    font-size: 18px;*/
    /*}*/
    /*.refer-comment-bx h6 {*/
    /*    font-size: 16px;*/
    /*}*/
}

@media (max-width: 578px) {
    .referral-left {
        order: 2;
    }

    .referral-right {
        order: 1;
    }

    .referral-social-icon-item a img {
        height: 35px;
        width: 35px;
    }

    .link-div.refer-link-form {
        font-size: 10px;
        padding: 4px;
    }

    /*.referral-popup-yellow .modal-content .referral-social-link .btn, .link-div.refer-link-form a, .reward-banner .link-div.refer-link-form a {*/
    /*    font-size: 14px;*/
    /*}*/
    /*.referral-popup-yellow .modal-content .referral-social-link .btn {*/
    /*    padding: 8px 6px;*/
    /*}*/
    /*.referral-popup-yellow .modal-content .referral-social-link .btn i {*/
    /*    font-size: 14px;*/
    /*}*/
    .referral-left h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .referral-left h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .refer-comment-bx h6 {
        font-size: 16px;
        font-weight: 600;
        font-family: "ProximaNova-700";
    }

    .reffer-count p {
        font-size: 14px;
        line-height: 18px;
    }

    .copy-link {
        font-size: 11px;
        line-height: 18px;
    }
    .achievement-socials a i {
        border-radius: 100%;
        border: 1px solid #000;
        font-size: 14px;
        line-height: 22px;
        width: 30px;
        height: 30px;
    }

    .achievement-socials a i::before {
        margin: auto;
    }
}
