.resume_description_body p {
    font-size: 15px;
}

.resume_description {
    background-color: #F1F1F1;
}

.resume_description h4 {
    margin-bottom: 10px;
}

.resume_description p {
    margin: 0;
}

.resume_number {
    position: absolute;
    inset: 0;
    color: white;
    font-size: 2.5em;
    font-weight: 600;
    display: grid;
    place-items: center;
    background: rgba(255, 70, 105, 0.2);
    backdrop-filter: blur(1px);
}


.userresume_small_pics {
    display: flex;
    flex-flow: row;
    column-gap: 12px;
    justify-content: flex-start;
}

@media (max-width:768px) {
    .userresume_small_pics {
        justify-content: space-around;

    }
}

.userresume_small_pics li {
    position: relative;
    width: 16.66%;
    min-height: 90px;
    border-radius: 16px;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.prof_share i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;

}

.userresume_pics {
    border-radius: 16px;
    box-shadow: 0px 0px 10px -2px gainsboro;
}

.userresume_body {
    width: 100%;
}

.userresume_small_pics img {
    width: 100%;
    border-radius: 16px;
    height: 100px;
}

.bigpicgallery {
    width: 100%;
    border-radius: 16px;
    max-height: 445px !important;
    object-fit: cover;
    object-position: top;
}


.profile_cover {
    min-height: 50vh;
    width: 100%;
}

.profile_side {
    position: relative;
    /* top: -145px;3. */
}

@media (max-width:768px) {
    .profile_side {
        top: 0px;
    }
}

.profile_cover_img {
    top: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0% !important;
    background-repeat: no-repeat;
    opacity: 1;
}

.profile_info {
    background-color: dimgrey;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.divider {
    height: 1px;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
}

.prof_chips_lists {
    padding: 0;
    list-style: none;
    gap: 8px;
}



@media (max-width:991px) {
    .userresume_small_pics li {
        min-height: 44px;
    }

    .userresume_small_pics {
        flex-wrap: wrap;
        column-gap: 9px;
    }
}

@media (max-width:768px) {
    .userresume_small_pics li {
        width: 30%;
    }


}


.resume_imgholder {
    border-radius: 16px;
    box-shadow: 0px 0px 10px -2px gainsboro;
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
}

.resume_imgholder img {
    min-width: 100%;
    max-width: 150%;
    border-radius: 5px;
}

/* --------------------- */

.sharebtn {
    font-size: 1.1em;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sharebtn span {
    transition: all 0.5s;
    color: white;
    font-size: 0;

}

.sharebtn:hover {
    /* padding:20px 50px 20px 10px;
        border:2px solid #E94751; */
}

.sharebtn:hover span {
    visibility: visible;
    font-size: 0.7em;
    margin-right: 10px;
    line-height: 40px;
}

.sharebtn:hover>.isax {
    margin-left: 0px;
    /* transform: rotate(360deg); */
}

.sharebtn:hover span {
    visibility: visible;
    font-size: 0.8em;
    margin-right: 10px;

}

.sharebtn .isax {
    transition: all 0.5s;
    background-color: transparenr;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 20px;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sharebtn:hover>.isax::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: -5px;
}


/* --------------------- */

.profile_img {
    width: 80px;
    height: 80px;
}

.profile_img img {
    width: 100%;

}

.profile_name {
    position: relative;
}

.profile_name h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.rankbadge {
    position: absolute;
    top: 19px;
    left: -7px;
    width: 30%;
    display: flex;
    align-items: center;
    opacity: 0.2;
    transform: rotate(-20deg);
}

.resume-detail div {
    border-left: 1px solid #FFF;
}

.resume_info li {
    /* border-right: 1px solid;
    padding-right: 10px;
    align-items: center;
    display: flex; */
}

.resume-detail div:last-child {
    border-left: none
}

.profile_name span {
    font-size: 14px;
}


.prof_side_box h2 {
    font-size: 14px;
    margin: 15px 0 10px;
    font-weight: 600;
    color: #3B3B3B !important;
}

.prof_side_group {
    display: flex;
    gap: 10px;
}

.prof_side_group li {
    width: 60px;
    height: 60px;
    background-color: beige;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 4px 0px gainsboro;
}

.prof_side_group a,
.prof_side_group img {
    width: 100%;
    height: 100%;
    display: flex;
}

.prof_side_box_body>li>a span:first-child {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

.prof_side_box_body>li>a span:last-child {
    margin-left: 10%;
}

.prof_side_box_body>li a {
    justify-content: start;

}

.prof_side_box_body i {
    font-size: 22px;
    margin-left: 10px;

}

.prof_side_box_body {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    color: #3B3B3B;
}

.prof_side_box_body li {
    background-color: #F1F1F1;
    border-radius: 8px;
    margin-bottom: 8px;
    display: flex;
    transition: transform 0.1s;

}

.prof_side_box_body.fileLists li:hover {
    transform: scale(1.01);
}

.prof_side_box_body li a {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    color: #3B3B3B !important;
}

.prof_side_box {
    background-color: #fff;
    box-shadow: 0px 0px 4px -2px gray;
    padding: 16px;
    border-radius: 16px;
    margin-top: 15px;
}

.profile_score {
    font-size: 14px;
    font-weight: 500;
}

.profile_bio h2 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 15px;
}

.profile_bio p {
    color: #fff;
    font-size: 0.85rem;
}

#main-text {
    display: none;
}

.rotate-icon {
    transition: transform 0.3s ease-in-out;
}

.icon-rotate-180 {
    transform: rotate(180deg);
}

.profile_bio .tbtn {
    width: 20px;
    height: 20px;
    font-size: 12px;

}

.profile_bio p {
    text-align: justify;
    margin: 0;
}

.lg-outer {
    direction: ltr;
}

.addcomment textarea {
    resize: none;
    max-height: 30px;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 12px;
    color: #666;
    padding: 6px 8px;
    background: #fff;
}

.addCommentStyle a {
    resize: none;
    max-height: 55px;
    width: 100%;
    font-size: 12px;
    color: #666;
    padding: 6px 8px;
    background: #fff;
}

.addCommentStyle figure {
    width: 47px;
    height: 100%;
    margin: 0;
    margin-left: 4px;
    border-radius: 3px;
    overflow: hidden;

}

.addCommentStyle input {
    width: 100%;
    line-height: 45px;
    height: 42px;
    border: 1px solid #ececec;
    border-radius: 2px;
    color: #747b86;
    font-size: 12px;
    padding: 8px;
    border-radius: 4px;
}

.commentItems {
    display: flex;
    padding: 6px;
}

.commentItems figure {
    width: 40px;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
}

.commentItems p {
    margin: 0;
    padding-right: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 20px;
}

.infTitle {
    font-size: 14px;
}

.infValue {
    font-size: 16px;
    font-weight: 500;
}

.userProfileList {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}

.userProfileList img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px -2px #aaa;
}

.loading img {
    width: 57px;
    height: 57px;
}

.project_img .itemgallery img {
    object-fit: cover;
    max-height: 220px;
}