﻿.projectpage-main-container {
    margin-top: 50px;
}

.projectpage-container {
    width: 100%;
    height: 140px;
 /*   display: grid;
    grid-template-rows: 285px 1fr;*/
}

.project-listing-wrapper-v2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /*grid-template-rows: 200px 1fr;*/
    align-items: center;
    gap: 15px;
    /*margin-top: 15px;*/
    min-height: calc(100vh - 245px);
}

.project-listing-featured-project {
    width: 100%;
    max-width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-rows: 50px 1fr;
    align-items: center;
    display: none; /** remove this if we add featured project */
}

    .project-listing-featured-project h3 {
        color: #696969;
        font-size: 17px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: center;
    }

    .project-listing-featured-project .project-listing-featured-project-container {
        width: 100%;
        height: 100%;
        display: flex;
        /*overflow: hidden;*/
        position: relative;
        gap: 15px;
        padding: 0 25px;
    }

.property-title{

}

.featured-img-containerv2 {
    width: 100%;
    height: 100%;
    flex: 0 0 calc((100% / 3) - 15px);
    text-align: center;
    align-self: center;
}

    .featured-img-containerv2 img {
        width: 185px;
        height: 100%;
        object-fit: contain;
        filter: blur(5px);
    }

.featured-img-absolute-btn {
    top: 35% !important;
}

.projectlist-container {
    width: 100%;
    max-width: 960px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.projectlist-btn-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: end;
    /*padding: 15px;*/
}

    .projectlist-btn-container button {
        background-color: #FFB606;
        height: 35px;
        width: fit-content;
        border-radius: 30px;
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        border: none;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px 20px;
    }


.projectlist-content {
    width: 100%;
    /*height: calc(100vh - 400px);*/
    /*overflow-y: scroll;*/
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-card-content {
    width: 100%;
    height: auto;
    /*    padding: 10px 0;*/
    /*    border-bottom: 1px solid #DCDCDC;*/
    display: flex;
    gap: 15px;
    align-items: center;
    position: relative;
    text-decoration: none;
    transition: all .3s ease;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.project-card-content .project-img-cont {
    width: fit-content;
    height: 100%;
    /*overflow: hidden;*/
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.project-img-cont img {
    width: 225px;
    height: 200px;
/*    border-radius: 10px;*/
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    object-fit: cover;
}

.project-detail-container {
    display: grid;
    width: 100%;
    height: 100%;
    gap: 5px;
  
}

.featured-property-type {
    margin: 10px 0;
    gap: 10px;
    flex-direction: row;
    margin-left: 0;
}

.project-detail-feature {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    border: 0;
}

    .project-detail-feature .featured-property-icon-detail {
        height: unset !important;
    }

    .project-menu-filters{
        width: 100%;
        position: relative;
        padding-top: 25px;
    }


.additional-project-filters {
    display: none;
    gap: 10px;
    margin-bottom: 10px;
}

.project-mobile-filter input {
    padding: 10px;
}

.project-mobile-filter .homepage-dropdown-cont {
    grid-template-columns: 1fr 40px;
    padding: 0;
}

    .project-mobile-filter .homepage-dropdown-cont i {
        display: flex;
        justify-content: center;
    }


    .mobile-main-project-filter .homepage-dropdown-cont {
        grid-template-columns: 1fr 50px;
    }

.mobile-main-project-filter .mobile-filter-button {
    display: flex;
    justify-content: center;
    background: #FFB606;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mobile-main-project-filter .mobile-filter-button svg {
    fill: #fff;
}
.projectlogo-file-upload-wrapper {
    height: 150px;
    border: 1px solid #d5d5d5;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.projectlogo-file-upload-wrapper img[src=""] {
    display: none;
}

.projectlogo-file-upload-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dropdown-project-container {
    display: grid;
    grid-template-columns: 1fr 40px;
    position: relative;
    border: 1px solid #d5d5d5;
    background: #FFF;
     border-radius: 10px; 
    width: 100%;
}
.dropdown-container-new-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-out;
}
.dropdown-container-new-icon svg {
    height: 15px;
    fill: #222;
}

.dropdown-project-container input {
    border: none !important;
}

.project-desktop-filter-button {
    display: flex;
    justify-content: center;
    align-items: end;
}

.project-desktop-filter-button button {
    background-color: #FFB606;
    padding: 10px;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 13px;
    color: #fff;
    border: none;
    margin-top: 10%;
    width: 100%;
    cursor: pointer;
}
.view-only-project-cont {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.view-only-project-cont label {
    font-size: 14px;
    color: #444;
    font-weight: 600;
}

.view-only-project-cont input[type='checkbox'] {
    transform: scale(1.5);
    accent-color: #FFB606;
}

.project-page-title-cont {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.project-page-title-cont h1 {
    font-size: 23px;
}

.project-card-content .featured-property-type h4 {
    margin-bottom: 0;
}


.scroll-to-top-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    background: #FFB606;
    border-radius: 10px;
    cursor: pointer;
}

.scroll-to-top-icon svg {
    height: 25px;
    fill: #fff;
}
.scroll-to-top-icon.hidden {
    display: none;
}

.featured-img-containerv2.highlight-item {
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
}

.project-card-content:hover {
    /*    background: #e7e7e7;*/
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.dropdownUL .project-name-li {
    position: relative;
    display: flex;
    flex-direction: column;
}

.dropdownUL .project-name-li small {
    font-size: 11px;
    color: #999;
}

.request-ownership-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
}

.project-item-main-cont {
    display: flex;
    gap: 25px;
}

.single-col .project-top-filter-container {
    grid-template-columns: 1fr 100px;
}

.project-mobile-filter {
    display: none;
}

.project-edit-form-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 40px;
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    /*overflow: hidden;*/
}
.project-edit-form-group .project-edit-form-group-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e7e7e7;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .project-edit-form-group .project-edit-form-group-icon:hover {
        background: #d5d5d5;
    }

    .project-edit-form-group .project-edit-form-group-icon svg {
        height: 16px;
    }

    .project-edit-form-group input {
        border: none;
        background-color: #fff;
        width: 100%;
        padding: 10px;
        outline: none;
        border-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .project-edit-form-group .dropdown-project-container {
        border: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group label {
        font-size: 12px;
    }

.project-views-container {
    display: flex;
    justify-content: end;
    align-items: start;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 20px;
    border: 0;
    gap: 5px;
}

.project-views-container svg {
    height: 16px;
    align-self: center;
}

.project-views-container span {
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
}


.project-logo-icon {
    position: absolute;
    background: #e7e7e7;
    right: 5px;
    top: 5px;
    padding: 7px;
    border-radius: 10px;
    display: flex;  
}

.project-logo-icon svg {
    height: 16px;
    align-self: center;
}

.project-item-views-count {
    padding-bottom: 10px;
    font-weight: 600;
    cursor: pointer;
}
.lts-value {
    max-width: 500px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.lts-label {
    min-width: fit-content;
}

.filter-by-result-cont {
    /*margin-top: 20px;*/
}

.filter-result-item {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.filter-result-item p {
    font-weight: 600;
    font-size: 15px;
}

.filter-rfo-container{
   display:flex;
   align-items: center;
   justify-content: end;
   width: auto;
   height: 100%;
}

.filter-rfo-dropdown-container{
    width: 150px;
    height: auto;
    position: relative;
}

.filter-rfo-dropdown{
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.filter-rfo-dropdown small{
       color: #000;
    font-size: 14px;
}

.filter-rfo-dropdown i {
    display:flex;
    align-items: center;
    justify-content: center;
}

.filter-rfo-dropdown i svg{
    height: 25px;
    fill: #696969;
}

.filter-rfo-dropdown-ul {
    list-style-type: none;
    background: #FFF;
    position: absolute;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    max-height: 180px;
    overflow-y: scroll;
    top: 105%;
    border-radius: 5px;
    overflow: auto;
}
.filter-rfo-dropdown-ul.hidden {
    display: none;
}
.filter-rfo-dropdown-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 5px;
    border-bottom: 1px solid #DCDCDC;
    cursor: pointer;
    position: relative;
}

.filter-rfo-checkbox{
    margin-bottom: 2px;
}

.filter-rfo-dropdown-item small{
    color: #000;
    font-size: 13px;
}

/* The container */
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .custom-checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.filter-checkmark {
    position: absolute;
    top: -5px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .filter-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .filter-checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.filter-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .filter-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .filter-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.apply-filter-btn {
    background: #e7e7e7;
    border: 1px solid #d5d5d5;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
}


/*ipdad view*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .project-listing-featured-project, .projectlist-container, .project-top-filter-container {
        max-width: 720px;
    }
}


/*mobile view*/
@media only screen and (max-width: 767px) {

    .homepage-main-menu-top-layout {
        justify-content: unset !important;
    }
    .project-mobile-filter {
        display: block;
    }

    .homepage-main-menu-top-layout .icon-menu-container {
        width: 100px;
    }

    .icon-menu-container a {
        background-color: transparent !important;
        font-weight: 600;
    }

    .project-desktop-filter {
        display: none !important;
    }

    .search-input-container {
        /*height: 65px !important;*/
        /*margin-top: 10px;*/
    }

        .search-input-container input {
            /*font-size: 18px !important;*/
        }

    .homepage-main-menu-wrapper {
        padding: 15px !important;
    }

    .projectpage-container {
        transition: all .5s ease;
    }
    .projectpage-container.has-filters {
        height: 340px;
    }
    
    .projectpage-container.has-filters .additional-project-filters {
        display: grid;
    }

    .featured-img-containerv2 {
        flex: 0 0 calc(100% - 15px)
    }

    .project-detail-container {
        padding: 10px;
    }
    .project-detail-container .featured-property-type {
        margin-top: unset;
    }
    .previous-btn {
        left: 15px;
        transform: translateY(-50%);
        top: 50% !important;
    }
    .next-btn {
        right: 15px;
        transform: translateY(-50%);
        top: 50% !important;
    }

    .project-detail-feature {
        justify-content: start;
        position: relative;
    }

    .project-views-container {
        justify-content: start;
        position: relative;
        bottom: unset;
    }

    .projectlist-btn-container {
        padding: 0;
    }

    .project-page-title-cont {
        padding: 0;
    }

    .project-listing-wrapper-v2 {
        grid-template-rows: auto 1fr;
        padding: 0 1rem;
    }

    .project-card-content {
        gap: 0;
        border-top: unset;
        padding: 0;
        flex-direction: column;
        align-items: unset;
    }

    .featured-property-title-address h3 {
        margin-bottom: 0;
    }

    .featured-property-icon-detail span {
        /*font-size: 15px;*/
        color: #000;
        opacity: 1;
    }
    .lts-value {
        max-width: 100%;
        -webkit-line-clamp: 2;
    }

    .project-card-content .project-img-cont {
        width: 100%;
        height: 100%;
    }

    .project-listing-featured-project {
        display: none;
    }

    .featured-property-title-address small {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .featured-property-title-address small svg{
        margin-bottom: 0;
        margin-right: 0;
    }

    .project-img-cont img {
        height: 120px;
        width: 100%;
        border-bottom-left-radius: unset;
        border-top-right-radius: 10px;
    }

    .request-ownership-btn {
        position: relative;
        margin: 10px 0;
    }
    .project-detail-feature .featured-property-icon-detail {
        margin-top: 10px;
    }
    .project-views-container span {
        padding: 0 10px;
    }
}
