﻿/* Style cho menu context */
.context-menu-list {
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.context-menu-icon-bi-pencil-fill::before {
    content: "\f4cb";
    font-family: "bootstrap-icons";
}

.context-menu-icon-bi-table::before {
    content: "\f5ce";
    font-family: "bootstrap-icons";
}

.context-menu-icon-bi-person-check-fill::before {
    content: "\f4dd";
    font-family: "bootstrap-icons";
}

.context-menu-icon-bi-file-earmark-text-fill::before {
    content: "\f38a";
    font-family: "bootstrap-icons";
}

.context-menu-icon-bi-graph-up::before {
    content: "\f475";
    font-family: "bootstrap-icons";
}

.context-menu-icon-bi-star-fill::before {
    content: "\f586";
    font-family: "bootstrap-icons";
}

.context-menu-icon-bi-trash-fill::before {
    content: "\f5de";
    font-family: "bootstrap-icons";
}

.context-menu-item-danger {
    color: #dc3545;
}

.functions-menu-trigger {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
}

.context-menu-list .context-menu-item {
    padding: 8px 12px;
}

.d-none {
    display: none !important;
}


/* cotent body */

.breadcrumb {
    display: flex;
    gap: 8px;
    font: 14px Inter, sans-serif;
    color: #919191;
    font-weight: 400;
    margin-top: 30px;
}

.breadcrumb-item {
    display: flex;
}

    .breadcrumb-item.active {
        color: #000;
        font-weight: 600;
    }

.profile-container {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.banner-image {
    aspect-ratio: 3.85;
    object-fit: contain;
    width: 100%;
    height: 330px;
}

.profile-content {
    justify-content: flex-end;
    border-radius: 0 0 8px 8px;
    border: 1px solid #eaecf0;
    border-top: none;
    display: flex;
    flex-direction: column;
    padding: 0 32px 24px 32px;
}

.profile-header {
    z-index: 10;
    display: flex;
    margin-top: -75px;
    gap: 16px;
    margin-left: 35px;
}

.avatar-wrapper {
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 1px solid #eaecf0;
    background-color: #fff;
    display: flex;
    width: 153px;
    height: 153px;
}

.avatar {
    border-radius: 80px;
    aspect-ratio: 1;
    object-fit: contain;
    width: 150px;
    height: 150px;
}

.profile-info {
    padding-right: 0;
    justify-content: space-between;
    align-items: center;
    align-self: flex-end;
    display: flex;
    margin-top: 0;
    gap: 20px;
    flex: 1;
}

.name-status {
    justify-content: space-between;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.user-name {
    color: #000;
    text-align: center;
    font: 600 28px/129% Inter, sans-serif;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 128.571% */
}

.status-indicator {
    display: flex;
    gap: 5px;
    font-size: 14px;
    color: #919191;
    font-weight: 400;
    letter-spacing: 0.01px;
    line-height: 120%;
}

.status-dot {
    background-color: #0f0;
    border-radius: 50%;
    align-self: flex-start;
    width: 16px;
    height: 16px;
}

.status-text {
    font-family: Roboto, sans-serif;
}

.verification-follow {
    align-self: stretch;
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 150%;
    justify-content: space-between;
    margin: auto 0;
}

.verification {
    display: flex;
    gap: 4px;
    color: #000;
}

.verification-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 24px;
    height: 24px;
}

.verification-text {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}

.learn-more {
    color: var(--Xanh-m, #4F6C00);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.follow-button {
    align-self: stretch;
    display: flex;
    gap: 16px;
    font-size: 14px;
    color: #ffc803;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.18px;
    line-height: 157%;
    margin: auto 0;
}

.follow-text {
    font-family: Inter, sans-serif;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #ffc803;
    padding: 8px 60px;
    background-color: transparent;
    color: var(--Vng-Primary-Chnh-FFC803-500, #FFC803);
    text-align: center;
    /* button 14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.175px;
}

.message-icon {
    aspect-ratio: 1;
    object-fit: contain;
    width: 40px;
}

.profile-details {
    justify-content: space-between;
    align-self: center;
    display: flex;
    margin-top: 30px;
    width: 100%;
    gap: 20px;
    color: #000;
    text-align: center;
}

.contact-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.address-info {
    align-self: stretch;
    display: flex;
    gap: 8px;
    align-items: center;
}

.info-label {
    letter-spacing: 0.5px;
    margin: 0;
    font: 400 16px/150% Inter, sans-serif;
}

.info-value {
    font: 600 20px/140% Inter, sans-serif;
    margin: 0;
}

.phone-info,
.email-info {
    display: flex;
    margin-top: 0;
    gap: 8px;
    white-space: nowrap;
    align-items: center;
}

.stats-info {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.followers-info,
.join-date-info {
    display: flex;
    gap: 8px;
    align-items: center;
}

.join-date-info {
    margin-top: 0;
}

.role-info {
    align-self: flex-start;
    display: flex;
    margin-top: 0;
    gap: 8px;
    color: #000;
    align-items: center;
}

.section-title-body {
    color: #000;
    margin-top: 60px;
    width: 100%;
    font: 700 28px/129% Inter, sans-serif;
    margin-bottom: 0;
}

.bio {
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    margin-top: 10px;
    color: #000;
    letter-spacing: 0.5px;
    padding: 24px 32px;
    font: 400 16px/150% Inter, sans-serif;
    margin-bottom: 0;
}

.posts-count {
    align-self: flex-start;
    display: flex;
    margin-top: 5px;
    gap: 12px;
    font-size: 20px;
    color: #000;
    line-height: 140%;
}

.posts-label {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
}

.posts-number {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 140% */
}

.posting-container {
    border: 1px solid #eaecf0;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 0;
}

.header-row-successful {
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    gap: 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 129%;
}

/*successful content*/

.successful-container {
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid #eaecf0;
    border-radius: 5px;
}

.header-title {
    display: flex;
    gap: 8px;
    align-items: center;
}

.header-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    align-items: center;
    gap: 8px;
}

    .header-rating span {
        color: #000;
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }

    .header-rating img {
        height: 32px;
    }

.winning-price-info {
        display: flex;
    gap: 8px;
    margin-top: 5px;
}

.winning-price-info-text {
        font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-top: 10px;
}

.winning-price-info-value {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 12px;
    flex: 1 0 0;
    flex-wrap: wrap;
}

.winning-price-value-detail {
    display: flex;
    align-items: center;
    gap: 4px;
}
.winning-price-value-detail-price {
    color: #000;
    /* button 16 semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
}
.winning-price-value-detail-content {
    display: flex;
    height: auto;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--Bo-trn-Bo-trn-8, 8px);
    background: #EAECF0;
    color: var(--stroke-ch-ch-thch-stroke-m-active-1, #667085);
    text-align: center;
    /* button 14 */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: 0.175px;
}

.winning-price-info-value-split svg {
    width: 10px;
    height: 30px;
}

.project-info-successful {
    align-self: stretch;
    display: flex;
    margin-top: 16px;
    gap: 8px;
    align-items: center;
}
/* end successful content*/
.posting-header,
.successful-header {
    display: flex;
    justify-content: space-between;
    background-color: #f9fafb;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 24px 10px 24px;
    color: var(--M3-black, #000);
    /* title 20 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}

.toggle-section-posting i,
.toggle-section-successful i {
    width: 20px;
    height: 20px;
}

.posting-body,
.successful-body {
}

.show-more-posting,
.show-more-successful,
.show-more-successful-extend {
    margin-top: 25px;
}

.flex-row {
    gap: 40px;
    display: flex;
    margin-top: 0;
    padding: 30px;
}

    .flex-row:first-child {
        margin-top: 0;
    }

.image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 34%;
    margin-left: 0px;
}

.img {
    aspect-ratio: 1.23;
    object-fit: contain;
    object-position: center;
    width: 100%;
    align-self: stretch;
    flex-grow: 1;
}

.content-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    margin-left: 0;
    flex: 1;
}

.column-container {
    justify-content: center;
    align-items: start;
    align-self: stretch;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    color: #000;
    padding: 12px 0;
}

.header-row {
    align-self: stretch;
    display: flex;
    padding-right: 0;
    gap: 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 129%;
}

.title {
    font-family: Inter, sans-serif;
}

.icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    height: 24px;
    margin: 0;
}

.sevice-item .icon {
    position: relative;
    top: -3px;
}

.service-list {
    align-content: center;
    align-self: stretch;
    flex-wrap: wrap;
    display: flex;
    margin-top: 16px;
    padding-right: 0;
    gap: 8px;
    font-size: 14px;
    color: #667085;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.18px;
    line-height: 157%;
}

.service-item {
    justify-content: center;
    border-radius: 8px;
    background-color: #eaecf0;
    display: flex;
    gap: 8px;
    padding: 8px;
    align-items: center;
}

.service-name {
    font-family: Inter, sans-serif;
}

.highlight-service-item {
    background-color: #ffc803;
    color: #000;
}

.project-info {
    align-self: stretch;
    display: flex;
    margin-top: 24px;
    gap: 8px;
    align-items: center;
}

.project-info-text {
    letter-spacing: 0.5px;
    font: 400 16px/24px Inter, sans-serif;
}

.project-info-value {
    flex: 1;
    font: 600 20px/140% Inter, sans-serif;
}

.field-group {
    display: flex;
    margin-top: 12px;
    gap: 8px;
    align-items: center;
}

.successful-container-mobile .field-group {
    margin-top: 3px;
}


.project-location {
    display: flex;
    gap: 8px;
    align-items: center;
}

.project-location-value {
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.5px;
    flex: 1;
    font: 400 16px/140% Inter, sans-serif;
}

.project-tender-info {
    display: flex;
    gap: 8px;
    flex: 1;
}

.project-investment-value {
    flex: 1;
    font: 600 20px/140% Inter, sans-serif;
}

.project-investment {
    display: flex;
    gap: 20px;
    margin-top: 12px;
}

.project-tender-remaining {
    font: 400 16px/24px Inter, sans-serif;
}

.project-builder {
    display: flex;
    margin-top: 12px;
    gap: 8px;
    align-items: center;
}

.project-owner {
    letter-spacing: 0.5px;
    flex: 1;
    margin: auto 0;
    font: 400 16px/150% Inter, sans-serif;
}

.project-owner-name {
    font: 600 20px/140% Inter, sans-serif;
}

.list-buttons-action {
    margin-top: 12px;
}

.project-status {
    display: flex;
    margin-top: 12px;
    width: 450px;
    max-width: 100%;
    gap: 20px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 150%;
    justify-content: space-between;
}

.project-distance {
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.project-time {
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.like-share {
    display: flex;
    gap: 12px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    line-height: 145%;
}

.like-share-item {
    justify-content: center;
    align-items: center;
    display: flex;
}

.like-share-item-icon {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
    aspect-ratio: 1;
    width: 24px;
    align-items: start;
    padding: 0 13px 16px;
}

.icon-styled {
    position: absolute;
    inset: 0;
    height: 30px;
    width: 30px;
    object-fit: cover;
    object-position: center;
}

.icon-highlight {
    position: relative;
    font-family: Roboto, sans-serif;
    border-radius: 100px;
    background-color: #b3261e;
    justify-content: center;
}

.main-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 30px;
    height: 30px;
}

.successful-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-row-star {
    font-size: 25px;
    font-weight: bold;
}

.service-list-container {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.service-name-custom {
    margin-top: 16px;
    display: flex;
    white-space: nowrap;
}

.service-item-container {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-right: 10px;
    border-right: 3px solid #d0d5dd;
}

    .service-item-container:last-child {
        border-right: none;
    }

.service-item-name {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

/* end content body */


/* mobile */
@media (max-width: 1429px) {
    /* begin content body Mobile */

    .posting-header {
        color: var(--M3-black, #000);
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
        padding: 8px 12px;
    }

    .posting-container-mobile {
        padding: 0px 16px;
    }

    /*begin content successful*/

    .successful-container-mobile {
        padding: 0px 16px;
        margin-top: 12px;
    }

    .successful-header {
        color: var(--M3-black, #000);
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
        padding: 12px;
    }


    .project-info-successful {
        margin-top: 8px;
    }

    .header-row-successful .header-title {
        justify-content: space-between;
        width: 100%
    }

    .header-rating {
        justify-content: center;
        margin-top: 12px;
        margin-bottom: -12px;
    }

        .header-rating span {
            color: #000;
            text-align: center;
            /* button 48 inter 16 */
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px; /* 150% */
            letter-spacing: 0.5px;
        }

    .header-rating img {
        height: 24px;
    }

        /*end content successful*/
        .posting-container {
            margin-top: 16px;
        }

    .posts-count {
        margin-top: 4px;
    }

    .verification-text {
        color: #000;
        /* Body 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }

    .learn-more {
        color: var(--Xanh-m, #4F6C00);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .verification-follow {
        padding-right: 16px;
    }

    .follow-button {
        padding-right: 16px;
    }
    .username-custom {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .follow-text {
        padding: 8px 16px;
    }

    .status-dot {
        margin-top: 2px
    }

    .status-indicator {
        align-items: center;
        margin-top: 5px;
    }

    .status-text {
        color: var(--Grey-gray-2, #919191);
        /* body12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .banner-image {
        height: 97px
    }

    .profile-container {
        margin-top: 0;
    }

    .profile-header {
        margin-top: -53px;
        gap: 0;
        flex-direction: column;
        margin-left: 0;
    }

    .profile-content {
        padding: 0 0 0px 16px;
        border: none;
    }

    .avatar-wrapper {
        width: 40px;
        height: 40px;
    }

    .avatar {
        width: 40px;
        height: 40px;
    }

    .user-name {
        font-size: 23px;
        text-align: left;
        color: #000;
        /* button 48 inter 16 */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        letter-spacing: 0.5px;
        margin-top: 12px;
    }

    .profile-info {
        flex-direction: column;
        margin-top: 10px;
        align-self: start;
        align-items: flex-start;
        width: 100%;
        gap: 8px;
    }

    .profile-details {
        flex-direction: column;
        gap: 3px;
        margin-top: 8px;
    }

    .contact-info {
        gap: 8px;
    }

    .info-label {
        text-align: left;
        color: #000;
        text-align: center;
        /* body12 */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.048px;
    }

    .info-value {
        color: #000;
        text-align: center;
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }

    .info-label {
        white-space: nowrap;
    }

    .phone-info, .email-info, .role-info, .stats-info, .join-date-info {
        margin-top: 0;
    }

    .stats-info {
        margin-top: 8px;
        gap: 8px;
    }

    .section-gioi-thieu {
        padding: 0px 16px;
    }

    .section-title-body {
        color: #000;
        text-align: left;
        /* button 48 inter 16 */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        letter-spacing: 0.5px;
    }

    .bio {
        padding: 12px;
        font-size: 12px;
    }

    .section-title-body {
        margin-top: 28px;
        padding: 0px 0;
    }

    .section-title-body-custom {
        margin-top: 16px;
    }

    .posts-label {
        color: #000;
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }

    .posts-number {
        color: #000;
        /* button 40 inter 14 */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
        letter-spacing: 0.175px;
    }


    .flex-row {
        gap: 12px;
        padding: 12px;
        margin-top: 5px;
    }

    .content-column {
        width: 100%;
        margin-left: 0;
    }

    .header-row {
        padding-right: 0;
        font-size: 16px;
        justify-content: space-between;
    }

    .image-column {
        max-width: 190px;
        width: 100%;
    }

        .image-column img {
            width: auto;
        }

    .service-list {
        display: none;
    }

    .project-info {
        display: none;
    }

    .project-location.project-others {
        display: none;
    }

    .project-owner {
        display: none;
    }

    .project-distance-custom {
        display: none;
    }

    .project-status {
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .summary-container {
        margin-top: 30px;
    }

    .summary-title {
        font-size: 22px;
    }

    .detail-row {
        width: 100%;
        overflow-x: auto;
        padding: 0;
    }

    .step-item,
    .highlight-step-item {
        white-space: nowrap;
    }

    .final-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .status-summary {
        padding: 15px;
    }

    .summary-heading {
        font-size: 16px;
    }

    .remaining-amount {
        font-size: 16px;
    }

    .client-info {
        margin-top: 15px;
    }

    .summary-title {
        font-size: 20px;
    }

    .client-details {
        margin-top: 0;
        padding: 15px;
    }

    .slide-container {
        margin-top: 15px;
    }

    .notification-bar {
        padding: 15px 0;
        width: 90%;
    }

        .notification-bar .notification-button {
            display: none;
        }

        .notification-bar .notification-text {
            font-size: 16px;
        }

    .detail-header {
        margin-top: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .contractor-details-content,
    .bid-comparison-content {
        padding: 15px 0;
    }

    .filter-display {
        margin-top: 15px;
        padding: 5px 20px;
    }

    .contractor-column {
        width: 40%;
    }

    .tender-price-design {
        width: 60%;
        margin-left: 5px;
    }

    .contractor-info-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin-top: 10px;
        padding: 0 0;
        gap: 0px;
        margin-bottom: 30px;
    }

    .contractor-content {
        gap: 10px;
    }

    .contractor-info {
        padding: 15px 0;
        border-right: none;
        border-bottom: 1px solid rgba(208, 213, 221, 1);
    }

    .contractor-name {
        font-size: 14px;
        justify-content: center;
    }

    .contractor-image-wrapper {
        margin-top: 10px;
    }

        .contractor-image-wrapper img {
            width: 70px;
            margin: auto;
        }

    .review-count {
        font-size: 13px;
        justify-content: center;
    }

    .rating {
        font-size: 14px;
        justify-content: center;
    }

    .join-date-label {
        text-align: center;
        font-size: 14px;
    }

    .join-date {
        text-align: center;
        font-size: 14px;
    }

    .tender-label {
        font-size: 14px;
    }

    .tender-price {
        font-size: 14px;
    }

    .operating-status {
        font-size: 13px;
    }

    .company-status {
        font-size: 14px;
    }

    .design-style-label {
        font-size: 14px;
    }

    .design-style {
        font-size: 13px;
    }

    .additional-style {
        font-size: 13px;
    }

    .address-label {
        font-size: 13px;
    }

    .address {
        font-size: 13px;
    }

    .price-letter-header {
        font-size: 15px;
    }

    .price-letter-content {
        margin-top: 10px;
        font-size: 14px;
    }

    .project-owner-name {
        font-size: 14px;
    }

    .title {
        font-size: 14px;
    }

    .project-info-text {
        font-size: 14px;
    }

    .project-info-value {
        font-size: 14px;
    }

    .project-tender-remaining {
        font-size: 14px;
    }

    .project-investment-value {
        font-size: 14px;
    }

    .project-time {
        font-size: 10px;
        white-space: nowrap;
        font-weight: 600;
    }

    .like-share-item-icon {
        padding: 0 0 10px;
    }

    .like-share img {
        width: 20px;
        height: 20px;
    }

    .field-group {
        margin-top: 8px;
    }

    .column-container {
        padding: 0 0;
    }

    .project-builder {
        margin-top: 5px;
    }

    .project-status {
        margin-top: 5px;
    }

    .like-share {
        gap: 2px;
    }

    .successful-container {
        margin-top: 0px;
    }

    .service-list-container {
        display: none;
    }

    .header-row-star {
        font-size: 14px;
    }

    .project-investment {
        margin-top: 5px !important;
        flex-direction: column;
        gap: 5px;
    }

    .successful-container .project-status {
        gap: 3px;
    }


    /* end content body Mobile */
}
