﻿/* cotent body */

.breadcrumb {
    display: flex;
    gap: 8px;
    font: 14px Inter, sans-serif;
    color: #919191;
    font-weight: 400;
    margin-top: 16px;
}

.breadcrumb-item {
    display: flex;
}

    .breadcrumb-item.active {
        color: #000;
        font-weight: 600;
    }

.main-container {
    display: grid;
    grid-template-columns: 1fr 3fr;
    margin-top: 16px;
    margin-bottom: 30px;
    gap: 30px;
}

.right-left {
    max-width: 938px;
}

.filter-container {
    display: flex;
    flex-direction: column;
    max-width: 290px;
    padding: 16px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font: 400 14px/1.57 Inter, sans-serif;
    color: #000;
    letter-spacing: 0.18px;
}

.filter-header {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
    background-color: #eaecf0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.5;
    align-items: center;
}

    .filter-header h2 {
        margin: 0;
        color: var(--M3-black, #000);
        text-align: center;
        /* button 16 semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        letter-spacing: 0.5px;
    }

.search-bar {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 16px;
    padding: 10px 12px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    color: #919191;
    font-weight: 600;
    text-align: center;
}

    .search-bar input {
        border: none;
        outline: none;
        width: 100%;
        font-size: 14px;
    }

.filter-section {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    padding: 2px 12px;
    background-color: #eaecf0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 1.5;
    align-items: center;
}

.filter-option {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    text-align: center;
    align-items: center;
}

    .filter-option span {
        display: flex;
        align-items: center;
    }

.checkbox {
    width: 24px;
    height: 24px;
    border: 1px solid #eaecf0;
    background-color: #fff;
}

.radio {
    width: 24px;
    height: 24px;
    border: 3px solid #eaecf0;
    border-radius: 50%;
    background-color: #fff;
}

.input-field {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 12px 16px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background-color: #fff;
    color: #667085;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.input-wrapper {
    display: flex;
    gap: 8px;
}

    .input-wrapper input {
        border: none;
        outline: none;
        width: 100%;
        font-size: 14px;
    }

.text-input-from {
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.filter-price-range-custom {
    margin-top: 16px;
}

.icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.large-icon {
    display: flex;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

    .large-icon i {
        margin: auto;
    }

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.list-flex-row-three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    row-gap: 16px;
    width: 938px;
    margin-top: 8px;
}

.flex-row-three-column {
    width: 295px;
    padding: 0;
    border: 1px solid var(--stroke-ch-ch-thch-stroke-nht-1, #EAECF0);
    background: #FFF;
}

.header-row-three-column {
    color: #000;
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .header-row-three-column .title {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 47px;
    }

.flex-row-three-column .icon {
    margin: 0;
}

.content-column-three-column {
    padding: 12px 16px;
}

.content-column-three-column .column-container {
    padding: 0;
}

    .content-column-three-column .field-group {
        display: flex;
        gap: 4px;
        margin-top: 4px;
    }

    .content-column-three-column .project-info-text {
        color: #000;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.5px;
    }

    .content-column-three-column .project-info-value {
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px; /* 157.143% */
    }

    .content-column-three-column .like-share img {
        width: 24px;
        height: 24px;
    }

    .content-column-three-column .project-status {
        margin-top: 4px;
    }

    .search-results {
        align-self: stretch;
        display: flex;
        max-width: 950px;
        flex-direction: column;
        color: var(--M3-black, #000);
        font-weight: 600;
        text-align: center;
    }

.results-header {
    justify-content: space-between;
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 0 0px;
}

.menu-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.results-count {
    color: var(--M3-black, #000);
    text-align: center;
    /* button 16 semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    margin: auto 0;
}

.display-options {
    display: flex;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0.18px;
    line-height: 157%;
}

.display-selector {
    justify-content: center;
    border-radius: 8px;
    border: 1px solid rgba(208, 213, 221, 1);
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.display-text {
    font-family: Inter, sans-serif;
    margin: auto;
}

.list-flex-row .split-row {
    display: flex;
    justify-content: center;
    padding: 0 30px;
}

.list-flex-row .divider {
    height: 1px;
    width: 100%;
}

.list-flex-row .split-row:last-child {
    display: none;
}

.icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
}

.menu-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    margin: auto 0;
}

.divider {
    background-color: #D9D9D9;
    color: #D9D9D9;
    margin-top: 8px;
    width: 100%;
    height: auto;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.flex-row {
    gap: 40px;
    display: flex;
    padding: 30px;
}

.image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    margin-left: 0px;
}

.image-column-three-column {
    display: flex;
}

.img {
    /*aspect-ratio: 1.23;*/
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 205.003px;
    align-self: stretch;
    flex-grow: 1;
}

.content-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    margin-left: 0;
}

.column-container {
    justify-content: center;
    align-items: flex-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;
    margin: auto 0;
}

.service-list {
    align-content: center;
    align-self: stretch;
    flex-wrap: wrap;
    display: flex;
    margin-top: 16px;
    padding-right: 0;
    width: 100%;
    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;
}

.project-info-text {
    letter-spacing: 0.5px;
    font: 400 16px/24px Inter, sans-serif;
    display: flex;
    align-items: center;
}

.project-info-value {
    flex: 1;
    font: 600 20px/140% Inter, sans-serif;
}

.field-group {
    display: flex;
    margin-top: 12px;
    gap: 8px;
}

.project-location {
    display: flex;
    gap: 8px;
}

.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;
    display: flex;
    align-items: center;
}

.project-builder {
    display: flex;
    margin-top: 12px;
    gap: 8px;
}

.project-owner {
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    margin: auto 0;
    font: 400 16px/150% Inter, sans-serif;
}

.project-owner-name {
    font: 600 20px/140% Inter, sans-serif;
}

.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: 2px;
    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 {
    position: relative;
}

.icon-styled {
    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;
    display: none;
}

.main-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 30px;
    height: 30px;
}


/* end content body */

/* mobile */
@media (max-width: 1429px) {

    /* begin content body Mobile */

    .main-container {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 10px;
    }

    .filter-container {
        border: none;
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
    }

    .main-left .divider {
        height: 1px;
    }

    .main-left .divider-padding-custom {
        padding: 0 16px;
    }

    .filter-header h2 {
        color: var(--M3-black, #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;
    }

    .filter-section {
        font-size: 14px;
    }

    .filter-option {
        font-size: 12px;
    }

    .right-left {
        padding: 0 16px;
    }

    .results-count {
        font-size: 14px;
    }

    .text-input-from {
        font-size: 12px;
    }

    .flex-row {
        gap: 12px;
        padding: 12px;
    }

    .title {
        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;
    }

    .field-group {
        margin-top: 8px;
        gap: 2px;
    }

    .project-investment {
        margin-top: 4px;
    }

    .project-location {
        gap: 2px;
    }

    .project-info-text {
        font-size: 12px;
    }

    .project-info-value {
        font-size: 14px;
    }

    .project-tender-remaining {
        font-size: 12px;
    }

    .project-investment-value {
        font-size: 14px;
    }

    .project-owner-name {
        font-size: 14px;
    }

    .project-time {
        font-size: 10px;
        font-weight: 600;
    }

    .project-status {
        gap: 2px;
        margin-top: 4px;
    }

    .project-builder {
        margin-top: 4px;
    }

    .main-icon {
        width: 24px;
        height: 24px;
    }

    .icon-styled {
        width: 24px;
        height: 24px;
    }

    .column-container {
        padding: 0;
    }

    .header-row {
        justify-content: space-between;
    }

    .img {
        height: auto;
    }

    .list-flex-row-three-column {
        margin-top: 20px;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        width: calc(100vw - 32px);
    }

        .list-flex-row-three-column .img {
            height: 165.5px;
            width: 100%;
            max-width: 100%;
        }

        .list-flex-row-three-column .flex-row-three-column {
            border-radius: var(--Bo-trn-Bo-trn-8, 8px);
            width: calc(50vw - 24px)
        }

    .content-column-three-column {
        padding: 8px;
    }

    .header-row-three-column {
        font-size: 14px;
    }

    .content-column-three-column .project-status {
        width: 100%;
        justify-content: space-between;
    }

    /* end content body Mobile */

}
