.profilecover .titlebox {

    justify-content: space-between;
}

.profile-badges li {
    display: inline-block;
    width: 25%;
    margin-right: 2%;
}

.profile-badges svg,
.profile-badges img {
    max-width: 40px !important;
    max-height: 40px !important;
}

.profile-badges svg path {
    fill: #333;
}

.profile-message-btn {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #454545;
    background: #CBCBCB;
}

.profile-message-btn:hover {
    color: #db3037;
}

.rankbadge {
    width: 38px !important;
    height: 50px !important;
    position: absolute !important;
    top: 10px !important;
    right: 15px !important;
    padding: 2px !important;
}

.menu {
    justify-content: space-between;
}

.copylink .r input {
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    border-radius: 3px;
    color: #333;
    font-weight: bolder;
    background: rgba(30, 30, 30, 0.1);
    font-size: 0.8em;
    height: 40px;
    line-height: 30px;
    margin: 10px
}



.firstnav {
    width: 100%;
    min-height: 10vh;

    background: rgb(162, 32, 32);
    background: linear-gradient(90deg, rgba(162, 32, 32, 0.9668242296918768) 0%, rgba(186, 36, 36, 0.8799894957983193) 12%, rgba(194, 34, 34, 0.7707457983193278) 25%, rgba(204, 36, 36, 0.8687850140056023) 44%, rgba(214, 49, 49, 0.958420868347339) 84%, rgba(219, 48, 55, 0.9332107843137255) 100%);

}

.secondnav {
    width: 100%;
    min-height: 50px;
    background: #f0f0f0
}

.title h1 {
    font-weight: bolder;
    font-size: 1.7em;
    text-shadow: 1px 1px 1px #000;
    color: white;
}

.title h2 {
    font-weight: light;
    font-size: 0.8em;
    color: #f0f0f0
}

.profileimg {
    position: absolute;

    margin-top: -10px;

}

@media (max-width: 600px) {
    .profileimg {
        position: relative;
        width: 40%;
        margin-right: 30%
    }
}

.profileimg img {
    width: 100%;
    border: solid #ffffff 4px;
    box-shadow: 0px 0px 10px 0px grey;
    background: #ffffff;
}

.prof-city-div {
    color: #ffffff;
}

.activity li {
    padding: 5px 0;
    font-size: 13px;
    background-color: whitesmoke;
    margin-bottom: 6px;
    padding: 5px 5px 5px 5px;
    line-height: 20px;
    border-radius: 5px;
}

.edu li {
    font-weight: bolder;
    color: #333;
    font-size: 1em;
    display: flex;
}

.edu li i {
    font-size: 2em;
    color: #6F6F6F;
    padding-left: 10px;
}

.edu li span {
    font-weight: 300;
    color: #666;
    font-size: 1em;
    display: block;
}

.box .titlebox {
    border-bottom: 1px solid #CCC;
    font-size: 1.3em;

}

.wmain {
    width: 100%;
    min-height: 500px;
}


.prof-button-edit {
    background: #CBCBCB;
}

.sociall {
    margin-top: 20px;

}

.sociall li {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 80px;
    display: inline-block;
}

.sociall li a {
    color: #454545;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 1.5em;
}

.project_img {
    overflow: hidden;
    max-height: 400px;
}

.project_title h2 {
    font-size: 1em;
    word-wrap: break-word;
}

.tabbar ul {
    justify-content: start;

}

.tabbar ul li.active {
    color: crimson;
}

.tabbar ul li {
    padding: 8px 20px;
}

.tabbar ul li.active a {
    color: #db3037;
}

.tabbar ul li a {
    color: #333;
    line-height: 50px;
    font-size: 1.1em;
    font-weight: 600;

}

.profile-product--card {
    background: #eff1f5;
    box-shadow: 0 2px 4px rgb(108 111 115 / 20%);
}

.profile-product--card img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.profile-project_title a {
    min-height: auto;
}

.profile-project_title h4 {
    line-height: 30px;
}

.profile-product-desc {
    min-height: 90px;
}

.profile-product-purchase {
    border-top: 1px solid #dcdcdc;
}

.profile-loccation-p span {
    color: #db37db;
}

.project_img {
    overflow: hidden;
    height: 200px;
}

.rank-span {
    font-size: 1rem;
    font-weight: 500;
    color: #212529;
}

.event_module .list_item li::before {
    margin-right: 8px;
    margin-left: 12px;
}

.activities-table tbody>tr:last-child {
    border-bottom: 0;
}

.activities-table tbody>tr>td {
    direction: ltr;
}

.rank-div {
    position: absolute;
    border-radius: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 16px;
    padding-left: 16px;
}

.rank-div span {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
}

.rank-div-group {
    left: 0 !important;
    background-color: #ffffff !important;
}

.rank-div-group span {
    color: #db3037;
}

.gold-rank-div {
    background-color: #feb71d;
}

.silver-rank-div {
    background-color: #eff1f5;
}

.bronze-rank-div {
    background-color: #E79E69;
}

.other-rank-div {
    background-color: #a5a5a5;
}

.other-rank-div span {
    color: #ffffff;
}

/* START EXPERIENCE */
.experience-head-title-div span {
    color: #ffffff;
    font-size: 1rem;
}

.experience-head-loc-div button {
    color: #db3037;
}

.experience-btn-like {
    line-height: 36px;
}

.experience-menu-like-span {
    color: #db3037;
}

.info-list-ul .data-label {
    width: 40%;
    color: #333333;
}

.info-list-ul .info {
    width: 60%;
}

.info-user-div {
    font-size: 1rem;
}

.info-user-side-div img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.info-user-side-div span {
    font-size: 1.2rem;
}

.info-user-div span {
    font-size: 1.2rem;
}

.info-list-ul .info-list-img {
    height: 65px;
    width: 65px;
    max-width: none;
}

.prof-img-div img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.thread .thread-list .single-thread .media-left a img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.thread .thread-list .single-thread .media-body a.reply-link {
    float: left;
}

.comment-form-area .comment-form .media-left img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.format-div {
    min-height: 110px;
    min-width: 110px;
}

.format-div i {
    font-size: 2rem;
}

.lg-outer {
    direction: ltr;
}

.like-div {
    background: #eff1f5;
    box-shadow: 0 2px 4px rgb(108 111 115 / 20%);
}

.like-prof-div {
    height: 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
}

.like-prof-div img {
    object-fit: cover;
}

.like-span {
    background: url('https://www.tarh2tarh.com/themes/v2/images/icon/like-icon.png') no-repeat;
    height: 20px;
    width: 20px;
    background-size: cover !important;
}

.liked-span {
    background: url('https://www.tarh2tarh.com/themes/v2/images/icon/liked-icon.png') no-repeat;
}

.about_author {
    background: #eff1f5;
}

.profile-product--card .img-vid {
    height: auto !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    left: 50%;
}

.lg-toolbar {
    -webkit-transform: translate(0%, 150%);
    -ms-transform: translate(0%, 150%);
    transform: translate(0%, 150%);
}

.teamBox ul li>a {
    width: 100%;
    padding: 4px;
    color: darkslategrey;
    list-style-type: circle;
    font-size: 14px;
    line-height: 25px;
    transition: all 0.3s all;
}

.teamBox ul li>a:hover {
    color: darkslategrey;
    font-weight: bold;
}

.teamBox ul li {
    border-radius: 5px;
    background-color: whitesmoke;
    padding: 7px 0px;
    overflow: hidden;
    height: 35px;
    transition: height 0.4s ease-out;
}

.teamBox ul li:hover {
    height: 100px;

}

.teamBox ul li img {
    width: 45px;
    height: 45px;
    margin-right: 3px;
    border: 1px solid gainsboro;
}

.memberCart span {
    font-size: 16px;
}

/* END OF EXPERIENCE */