
.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_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_info {
    background-color: rgba(211, 47, 47, 0.75);
    color: #fff;
}



.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%;
    }


}

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

.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;
}


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

.title-profile-div h2 {
    font-size: 20px;
    font-weight: 500;
}

.social li {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 80px;
    display: inline-block;
    border: 1px solid #3B3B3B;
    margin-bottom: 0 !important;
}

.social li a {
    color: #3B3B3B;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.social li a i {
    font-size: 16px;
}



.profile_name_detail {
    font-size: 12px;
    color: #767676;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}

.tag_div {
    margin-left: 12px;
}

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

.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;
}

.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 2px 0px 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;
}


.profile_stat_div strong {
    color: #11798A;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}

.tag_div .tag_span {
    font-size: 10px !important;
}

.tag_yellow {
    background-color: #FFF5C6;
}

.tag_yellow span {
    color: #E6A81E !important;
}

.tag_yellow:hover {
    background-color: #956602;
}

.tag_blue {
    background-color: #C5E7ED;
}

.tag_blue span {
    color: #17A2B8 !important;
}

.tag_blue:hover {
    background-color: #005f6d;
}

.profile_main_section {
    background-color: #EFF1F6;
}


.profile_card_title {
    font-size: 14px;
    line-height: 24px;
    color: #3B3B3B;
}

.profile_medals_div .medal-span {
    background-color: #EBEBEB;
    padding: 12px;
    margin-bottom: 14px;
}

.profile_medals_div .medal-gold-span {
    background-color: #E6A81E;
}

.profile_medals_div .medal-silver-span {
    background-color: #F1F1F1;
}

.profile_medals_div .medal-bronze-span {
    background-color: #CE8946;
}

.profile_medals_div .medal-other-span {
    background-color: #F7F7F7;
}

.profile_medal_num_span {
    color: #3B3B3B;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 4px;
}

.profile_medal_title_span {
    color: #767676;
    font-size: 10px;
    line-height: 18px;
    font-weight: 300;
}

.nav-item .nav-link .fa-crown {
    color: #EFBF04;
}


.profile_info {
    background-color: rgba(211, 47, 47, 0.75);
    color: #fff;
}



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

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

.sharebtn {
    font-size: 1.1em;
    color: #fff;
    border-radius: 50px;
    margin: auto;
    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>.fal {
    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>.fal::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: -5px;
}

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

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

.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;
}

.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 2px 0px 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);
    /* چرخش 180 درجه */
}

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

}

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

/*--- general style --*/
.tbtn {
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tround_1 {
    border-radius: 8px;
}

.tround_2 {
    border-radius: 16px;
}

.tround_3 {
    border-radius: 30px;
}

.tround_4 {
    border-radius: 50%;
}



.tbtn_normal {
    padding: 10px;
}

.tbtn_big {
    padding: 15px;
}

.tbtn_white {
    background: #ffffff9c;
    color: #000000ad !important;
    border: 1px solid white !important;
}

.tbtn_red {
    background: #d32f2f;
    color: #fff !important;
    border: 1px solid #d32f2f !important;

}

.tbtn_lightred {
    background: #F7DCDC;
    color: #AF2727 !important;
    border: 1px solid #F7DCDC !important;

}

.tbtn_transparent {
    background: transparent;
    color: #fff !important;
    border: 1px solid white !important;
}

.tbtn_transparent:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tbtn_lightred:hover {
    background: #f0b9b9;
    border: 1px solid #da5151 !important;
}

.w_48 {
    width: 48%;
}

.tcard {
    margin-bottom: 6%;
    box-shadow: 0px 0px 4px 0px #bebebe;
    border-radius: 16px;
    overflow: hidden;
}



.card_body {}

.card_title a {
    font-size: 14px;
    color: #3B3B3B;
    font-weight: 700;
}

.card_text {
    color: #3B3B3B;
    font-weight: 500;
    font-size: 14px;
}

.card_tags {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 8px;
    margin: 0;
    flex-wrap: wrap;
}