/* Minification failed. Returning unminified contents.
(558,31): run-time error CSS1039: Token not allowed after unary operator: '-overview-second-row-heightTop'
(768,21): run-time error CSS1039: Token not allowed after unary operator: '-overview-cntactinfo-left'
(789,31): run-time error CSS1039: Token not allowed after unary operator: '-overview-aside-heightTop'
(789,65): run-time error CSS1039: Token not allowed after unary operator: '-overview-second-row-heightTop'
(793,35): run-time error CSS1039: Token not allowed after unary operator: '-overview-second-row-heightTopMobile'
 */
#condonowSaleUnits div.prevThumb, #condonowSaleUnits div.nextThumb, #condonowSaleUnits div ul li,
#condonowFloorPlans div.prevThumb, #condonowFloorPlans div.nextThumb, #condonowFloorPlans div ul li {
    cursor: pointer;
}

.touchcarousel .touchcarousel-item.spanThree:not(:first-child) {
    margin-left: 44px;
}




.unitHeightfirst {
    height: auto;
}

.touchcarousel .touchcarousel-item.spanThree {
    max-width: 290px;
}

.h2 {
    margin: 0 0 1px !important;
}

.h3Units {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
}



.thumbnailSale {
    height: 335px !important;
}

@media only screen and (max-width : 767px) {
    #condonowSaleUnits div ul li:not(:first-child),
    #condonowFloorPlans div ul li:not(:first-child) {
        margin-left: 20px;
    }

    .touchcarousel .touchcarousel-item.spanThree {
        max-width: 290px;        
    }

    /*.heightfirst {
        height: 218px !important;
    }*/

    #condonowSaleUnits,
    #condonowFloorPlans {
        left: 0px;
    }
}

.LabelFont {
    color: #333333;
    font-size: 14px;
    font-family: 'PT Sans', Arial, sans-serif;
}

.TextFont {
    color: #999999;
    font-size: 14px !important;
    font-family: 'PT Sans', Arial, sans-serif;
}

.UnitPrice {
    margin-bottom: 1px !important;
    font-size: 18px !important;
}

.caplockExtent {
    height: 175px !important;
}


.tabs {
    display: flex; /* Ensures tab buttons are on the same row */
    gap: 5px; /* Adds spacing between the buttons */
}

.tab-button {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f9fa; /* Default background */
    transition: background-color 0.3s, color 0.3s;
}

    .tab-button.active {
        background-color: #007bff; /* Active background */
        color: white;
    }

.tab-content-container {
    margin-top: 10px;
}

.tab-content {
    display: none; /* Hide by default */
    padding: 10px;
    border-radius: 4px;
}

    .tab-content.active {
        display: block; /* Show active content */
    }



.property-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

.detail-item {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 14px;
    color: #888;
}

.detail-value {
    font-size: 16px;
    color: #333;
}

.bold {
    font-weight: bold;
}


.details-container {
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.details-header {
    background-color: #f5f5f5;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    color: #333;
}


.unitoverlay {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: red;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.blurFilter {
    filter: blur(4px);
}
.UnitTouchcarousel {
    height: 340px !important;
}

.gridBuildingTrends {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
}

.cardBuildingTrends {
    background: #f9f9f9;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .cardBuildingTrends h2 {
        font-size: 1.2em;
        margin-bottom: 10px;
        color: #555;
        background-color: lightblue;
    }

    .cardBuildingTrends p {
        margin: 10px;
        color: #777;
        font-size: 0.95em;
    }

.highlightBuildingTrend {
    font-size: 1.5em;
    font-weight: bold;
    color: #007bff;
}


div .mySlidesTop:not(:first-child) {
    display: none;
}

.mySlidesTop > a > i {
    display: none;
}



.mySlidesTop > a {
    top: 0px;
    border: 0px;
    z-index: 8;
    width: 100%;
    height: 100%;
    color: #000000;
    display: block;
    overflow: hidden;
    text-align: center;
    position: absolute;
    text-decoration: none;
    cursor: default;
    display: flex;
    background: #000;
}

    .mySlidesTop > a > img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 0;
        margin: 0 auto;
        background: #fff;
    }

    .mySlidesTop > a i.fa-search-plus {
        top: 6px;
        right: 6px;
        width: 24px;
        color: white;
        height: 24px;
        z-index: 1111;
        cursor: pointer;
        position: absolute;
    }



.button-containerTop {
    display: flex;
    gap: 5px;
    flex-wrap: wrap; /* Allows wrapping of buttons in smaller screens */
    justify-content: flex-end;
}

.list-buttonTop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: white;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
    width: auto; /* Default button width */
}

    .list-buttonTop:hover {
        background-color: #f0f0f0;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .list-buttonTop:before {
        content: "▶";
        /*color: #0073e6;*/
        margin-right: 8px;
        font-size: 12px;
    }

.blurred {
    filter: blur(5px);
    /*color: transparent;*/
    user-select: none;
    pointer-events: none;
}

.DivBlockFixed {
    margin-bottom: 40px;
}



/* Transaction History */

.price-history {
    background: #fff;
    border-radius: 8px;
}

    .price-history h2 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

.alert {
    padding: 10px 15px;
    border: 1px solid #cce5ff;
    background: #e9f7fd;
    color: #004085;
    margin-bottom: 20px;
    border-radius: 5px;
}

.month-group {
    margin-bottom: 20px;
}

.month-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.listing-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px;
}

    .listing-item img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 5px;
    }

.listing-details {
    /*flex: 1;*/
    display: flex;
    flex-direction: column;
}

    .listing-details .UnitNo {
        font-weight: bold;
        margin-bottom: 5px;
    }

.listing-meta {
    color: #999 !important;
    font-size: 11px;
}

.login-required {
    color: red;
    font-weight: bold;
}

.listing-meta-last {
    margin-left: 15px;
}

.listing-item:hover {
    background: #f1f7f9; /* Light blue */
    transition: background-color 0.3s ease; /* Smooth transition effect */
}

/*.unitText {
    color: #999 !important;
    font-size: 11px;
}*/
.unitvalue {
    color: #333333;
    font-size: 14px;
}

.PaddingTop20 {
    padding-top: 22px;
}

/*Google map top*/

#dvgoogleToolbarTop {
    width: 900px;
}

    #dvgoogleToolbarTop > .nextThumb {
        top: 0;
        width: 60px;
    }

    #dvgoogleToolbarTop > .prevThumb {
        top: 0;
        width: 60px;
        background-position: -270px -19px;
    }


#googleToolbarTop {
    height: 82px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 0px none #656563;
    background-color: #4d4d4d;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 0 1px 1px #9d9d9d inset, 0 0 15px 1px rgba(0, 0, 0, 0.7) inset;
}

    #googleToolbarTop .GglTbprev {
        float: left;
        width: 42px;
        height: 100%;
        z-index: 100;
        cursor: pointer;
        padding-top: 20px;
        border-width: 0px;
        position: relative;
        border-radius: 0px 0px 0px 3px;
        background-color: rgb(108, 108, 108);
        box-shadow: 0 0 1px 1px rgb(128, 128, 128) inset, 0 0 15px 1px rgba(230, 226, 220, 0.3) inset;
    }

    #googleToolbarTop .GglTbnext {
        right: 0;
        width: 42px;
        height: 100%;
        z-index: 100;
        position: absolute;
        background-color: #6c6c6c;
        border: 0px none #656563;
        border-radius: 0px 0px 3px 0px;
        box-shadow: 0 0 1px 1px gray inset, 0 0 15px 1px rgba(230, 226, 220, 0.3) inset;
    }

    #googleToolbarTop .GglTbAll div.prev {
        width: 42px;
        height: 36px;
        display: block;
        margin-top: 20px;
        background-position: -9px 192px;
        background-image: url("/images/condowIcons.png");
    }

    .touchcarousel .arrow-holder.left div.prev, #googleToolbarTop .GglTbnext div.next {
        width: 42px;
        height: 36px;
        display: block;
        margin-top: 20px;
    }

    #googleToolbarTop .GglTbnext div.next {
        background-position: -9px 229px;
        background-image: url("/images/condowIcons.png");
    }


    #googleToolbarTop ul {
        margin: 0px 0px 0px 40px;
        padding: 0px;
        overflow: hidden;
    }

ul.googleToolbox {
    float: left;
    position: absolute;
    height: 82px;
    left: 85px;
}

#googleToolbarTop ul li {
    float: left;
    list-style: none;
    margin-top: -5px !important;
}

    #googleToolbarTop ul li img {
        padding: 20px 5px 5px;
    }

    #googleToolbarTop ul li div {
        color: White;
        text-align: center;
        width: 84px;
        height: 82px;
        display: block;
        font-size: 75%;
        text-align: center;
        cursor: pointer;
        text-transform: capitalize;
        vertical-align: middle;
    }

        #googleToolbarTop ul li div span {
            display: block;
            white-space: nowrap;
        }



#googleToolbarTop .GglTbAll {
    left: 42px;
    width: 42px;
    z-index: 100;
    float: right;
    height: 81px;
    cursor: pointer;
    position: absolute;
    background-color: #6C6C6C;
    border-left: 1px solid #646464;
    box-shadow: 0 0 1px 1px gray inset, 0 0 15px 1px rgba(230, 226, 220, 0.3) inset;
}

#googleToolbarTop div#divAll span {
    display: block;
    white-space: nowrap;
}

#googleToolbarTop div#divAll img {
    padding: 0px 5px 10px 5px;
}

#googleToolbarTop ul li div span {
    margin-top: -4px;
}

#googleToolbar {
    width: 642px;
}


.tabedContainer > .container > .row.overview-featureTop {
    /*min-height: calc(var(--overview-aside-heightTop) + var(--overview-second-row-heightTop));*/
}

    .tabedContainer > .container > .row.overview-featureTop + .row {
        margin-top: calc(var(--overview-second-row-heightTop) * -1);
    }

.tabedContainer > .container > .row:first-of-type > .col4,
.tabedContainer > .container > .row > .col4 .TabLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 45px;
    z-index: 7;
}


.tabedContainer > .container > .row.overview-featureTop > .col4,
.tabedContainer > .container > .row.overview-featureTop > .col4 .TabLeft {
    z-index: 12;
}


/* Ensure all text starts from the left */
@media screen and (max-width: 768px) {
    .listing-item {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start !important; /* Align all elements to the left */
        text-align: left; /* Ensure text aligns to the left */
        grid-gap: 6px;
    }

    .listing-details, .listing-meta, .unit-header {
        text-align: left; /* Left-align all text content */
        margin-left: 0; /* Remove any left margin */
        margin-right: 0; /* Remove any right margin */
    }

    .meta-group {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap; /* Allow items to wrap if needed */
    }

        .meta-group span {
            margin-right: 10px;
            text-align: left; /* Ensure each item's text starts from the left */
        }

    .listing-meta-last {
        margin-left: 0px !important;
    }

    .PaddingTop20 {
        padding-top: 0px;
    }

    .listing-details {
        /*flex: 1;*/
        display: block;
    }
}

.row-fluidExtend {
    display: flex
}
/* END Transaction History */
/* Media Query for Mobile Screens */
@media (max-width: 768px) {
    .button-containerTop {
        flex-direction: column; /* Arrange buttons in a single column */
    }

    .row-fluidExtend {
        display: block;
    }

    .list-buttonTop {
        width: 100%; /* Full width for each button */
        text-align: center;
    }


    #googleToolbarTop {
        width: 100%;
        overflow: hidden;
    }

    #dvgoogleToolbarTop {
        width: calc(100% - 42px);
    }
}


.broker-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
    font-size: 16px;
}

/* Mobile-friendly layout */
@media (max-width: 600px) {
    .broker-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .mls {
        margin-top: 10px;
    }
}



.projectUtility .Unith3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 4px;
}


/*Room Details*/
.switchDimension {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 20px;
}

    .switchDimension input {
        display: none;
    }

.sliderDimension {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    font-size: 10px;
}

    .sliderDimension:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

    .sliderDimension .label {
        font-size: 10px;
        color: white;
        font-weight: bold;
        display: inline-block;
    }

    .sliderDimension .feet {
        display: none;
        color: #000;
        font-weight: bold;
    }

    .sliderDimension .meter {
        color: #000;
        font-weight: bold;
        padding-left: 15px;
    }

input:checked + .sliderDimension {
    background-color: #4caf50;
}

    input:checked + .sliderDimension:before {
        transform: translateX(38px);
    }

    input:checked + .sliderDimension .meter {
        display: none;
    }

    input:checked + .sliderDimension .feet {
        display: inline-block;
    }

/*Room Details*/

/*@media screen and (max-width: 900px) {
    .nextstep-contactinfo .contact-row .contact-module.mobile--anchor {
        display: block;
        position: fixed;
        top: 500px;
        left: 0;
        z-index: 22222;
    }
}*/

.ContactInfoPositionMove {
    /*left: calc(var(--overview-dvPreviewHeader));*/
    /*left:1560px;*/
    left: calc(var(--overview-cntactinfo-left));
    position: fixed;
    top: 45px;
}

.ContactInfoPositionButtonFixed {
    position: fixed;
    top: 45px;
    width: 264px !important;
    z-index: 15;
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .tabedContainer > .container > .row.overview-featureTop {
        min-height: 0;
    }
}

@media screen and (max-width:767px) {

    .tabedContainer > .container > .row.overview-featureTop {
        min-height: calc(var(--overview-aside-heightTop) + var(--overview-second-row-heightTop));
    }

        .tabedContainer > .container > .row.overview-featureTop + .row {
            margin-top: calc(var(--overview-second-row-heightTopMobile) * -1);
        }

    .tabedContainer > .container > .row:first-of-type > .col4,
    .tabedContainer > .container > .row > .col4 .TabLeft {
        position: inherit;
        top: 0;
    }

    .tabedContainer > .container > .row.overview-featureTop > .col4,
    .tabedContainer > .container > .row.overview-featureTop > .col4 .TabLeft {
        z-index: 0;
    }
}


.label-SaleRent-badge {
    background-color: #e60000; /* red */
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 12px;
    border-radius: 8px;
}

.label-SaleRent-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.label-SaleRent-badge.red {
    background-color: #e86263;
}

.label-SaleRent-badge.blue {
    background-color: #43b4e4;
}

.label-SaleRent-badge.green {
    background-color: #76b569;
}


.left4 {
    left: 4px !important;
}
.PaddingLeft4 {

    padding-left:4px;
}

.share-bar label, .share-bar #compareUnits {
    float: left;
    padding-left: 14px;
}

@media screen and (max-width: 480px) {
    .projectUtility h1 {
        max-width: 75%;
    }
}




