.Dashboard_container__NIhIv {
    min-height: 100vh;
    padding-top: 10px;
    background-color: #f5f7fa;
}

.Dashboard_headerContainer___TVMt {
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
    margin-bottom: 20px;
}

.Dashboard_headerTitle__eJ2He {
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    font-size: 2.5rem !important;
}

.Dashboard_headerSubtitle__1hwAi {
    font-weight: 400 !important;
    margin-bottom: 30px !important;
    opacity: 0.9;
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.Dashboard_header__Zvu6_ {
    display: flex;
    align-items: center;
    height: 60px;
    transition: all 0.3s ease;
    flex-wrap: wrap;
    gap: 10px;
}

.Dashboard_headerFocused__CwcsK {
    transform: translateY(-2px);
}

.Dashboard_locationIconWrapper__rnjW3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    flex-shrink: 0;
}

.Dashboard_locationIcon__dbIM9 {
    color: var(--primary);
    font-size: 2rem;
}

.Dashboard_searchBar__1xx_1,
.Dashboard_searchBar__1xx_1:hover,
.Dashboard_searchBar__1xx_1:active {
    flex: 1 1;
    min-width: 0;
    outline: none !important;
    border: none !important;
    border-color: transparent !important;
    height: 100%;
    font-size: 1.4rem;
    padding: 0 10px;
}

.Dashboard_clearIcon__iq7lo {
    margin-right: 10px;
    cursor: pointer;
    color: rgb(60, 60, 60);
    transition: color 0.2s ease;
    flex-shrink: 0;
}

.Dashboard_clearIcon__iq7lo:hover {
    color: rgb(23, 23, 23);
}

.Dashboard_clearIcon__iq7lo:active {
    color: rgb(0, 0, 0);
}

.Dashboard_locationButton__szDiF {
    outline: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    color: #fff;
    min-width: 48px;
    max-width: 120px;
    flex-shrink: 0;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.2s all ease;
    border-radius: 4px;
}

.Dashboard_locationButton__szDiF:hover {
    background-color: #0b515a;
}

.Dashboard_locationButton__szDiF:active {
    background-color: #07363d;
}

.Dashboard_searchButtonText__p_KzR {
    display: none;
}

.Dashboard_viewToggleContainer__uRz_v {
    width: 70vw;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.Dashboard_recentlyViewedSection__hmJVh {
    width: 70vw;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.Dashboard_recentlyViewedContainer__6DRe3 {
    width: 100%;
}

.Dashboard_recentlyViewedTitle__mao_P {
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: 600;
}

.Dashboard_recentlyViewedScroll__Vf6Wg {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 5px 0 15px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #f0f0f0;
}

.Dashboard_recentlyViewedScroll__Vf6Wg::-webkit-scrollbar {
    height: 6px;
}

.Dashboard_recentlyViewedScroll__Vf6Wg::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.Dashboard_recentlyViewedScroll__Vf6Wg::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
}

.Dashboard_recentlyViewedCard__HoN_S {
    min-width: 250px;
    max-width: 250px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.Dashboard_recentlyViewedCard__HoN_S:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.Dashboard_recentlyViewedImageContainer__r7n_7 {
    position: relative;
}

.Dashboard_recentlyViewedImage__ZUh30 {
    object-fit: cover;
}

.Dashboard_favoriteButton__E8Zx4 {
    position: absolute !important;
    top: 8px;
    right: 8px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 5px !important;
}

.Dashboard_recentlyViewedContent__8B_u2 {
    padding: 12px !important;
}

.Dashboard_recentlyViewedPropertyTitle__GslBF {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--primary);
}

.Dashboard_recentlyViewedPrice____rrZ {
    margin-top: 8px !important;
    font-weight: 700 !important;
    color: var(--primary);
}

.Dashboard_centralWrapper__uMVwu {
    width: 70vw;
    margin: 10px auto;
    display: flex;
    position: relative;
    gap: 15px;
}

.Dashboard_mapContainer__V59uF {
    width: 75%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Dashboard_filters__TWl_C {
    width: 25%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.Dashboard_filterHeader__sVzvL {
    border-bottom: 1px solid rgb(213, 213, 213);
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary);
    color: white;
}

.Dashboard_filterExpand__xZc8Y {
    display: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: white;
}

.Dashboard_filterTitle__5uFbR {
    color: white;
    margin: 0;
    font-weight: 600;
}

.Dashboard_filterGroupContainer__VflAs {
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) #f0f0f0;
}

.Dashboard_filterGroupContainer__VflAs::-webkit-scrollbar {
    width: 6px;
}

.Dashboard_filterGroupContainer__VflAs::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.Dashboard_filterGroupContainer__VflAs::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
}

.Dashboard_filterGroup__BvX2I {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-bottom: 1px solid rgb(213, 213, 213);
}

.Dashboard_hideFilters__gxj8d {
    display: none !important;
}

.Dashboard_filterGroupTitle__GN1Db {
    margin: 0 0 15px 0;
    color: var(--primary);
    font-weight: 600;
}

.Dashboard_filter__3Tk6C {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    align-items: center;
}

.Dashboard_filterLabel__3Lnkl {
    font-size: 0.9rem;
}

.Dashboard_filterCheckbox__P2NIJ {
    transform: scale(1.4);
    accent-color: var(--primary);
}

.Dashboard_resetFilterGroup__S41WV {
    color: var(--primary);
    margin: 10px 0 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
}

.Dashboard_resetFilterGroup__S41WV:hover {
    text-decoration: underline;
}

.Dashboard_resetFilterGroup__S41WV:active {
    color: #0b515a;
}

.Dashboard_central__1lS_c {
    width: 75%;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.Dashboard_locationHeader__FoQPU {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.Dashboard_sortByWrapper__FJaCB {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.Dashboard_sortByDropdown__Mqf7m {
    font-size: 0.9rem;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    cursor: pointer;
}

.Dashboard_sortByDropdown__Mqf7m:focus {
    outline: none;
    border-color: var(--primary);
}

.Dashboard_locationHeaderTitle__vo7xi {
    color: var(--primary);
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    margin: 0;
}

.Dashboard_propertiesContainer__twFM9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 5px 0;
    width: 100%;
}

.Dashboard_propertyWrapper__SjGn2 {
    display: flex;
    border: 1px solid #e0e0e0;
    width: 100%;
    gap: 0;
    min-height: 250px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.Dashboard_propertyWrapper__SjGn2:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.Dashboard_propertyLeftImageWrapper__wFq2q {
    width: 40%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.Dashboard_propertyCoverImage__VIu7T {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.Dashboard_propertyWrapper__SjGn2:hover .Dashboard_propertyCoverImage__VIu7T {
    transform: scale(1.05);
}

.Dashboard_propertyRightInfoWrapper__Xt957 {
    padding: 20px;
    position: relative;
    width: 60%;
    display: flex;
    flex-direction: column;
}

.Dashboard_propertyTitle__wXVyl {
    color: var(--primary);
    font-size: 1.5rem;
    margin: 0 0 5px;
    font-weight: 700;
}

.Dashboard_cityStateText__bggj6 {
    margin: 0 0 15px;
    font-size: 0.9rem;
    color: #666;
}

.Dashboard_recommededWrapper__cHH1H {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e91e63;
    margin: 0 0 10px;
    font-size: 0.9rem;
    font-weight: 500;
}

.Dashboard_propertyDescriptionWrapper__qcV1_ {
    margin-bottom: 15px;
    flex-grow: 1;
}

.Dashboard_propertyDescriptionWrapper__qcV1_ p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Dashboard_propertyTags__C9r5_ {
    margin-bottom: 15px;
}

.Dashboard_bottomWrapper__N1NoN {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: 15px;
}

.Dashboard_utilitiesWrapper__hMVuT {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Dashboard_utilityRow__M3CCg {
    display: flex;
    align-items: center;
    gap: 5px;
}

.Dashboard_utilityRow__M3CCg h4 {
    margin: 0;
    font-size: 1rem;
    color: #333;
    font-weight: 600;
}

.Dashboard_utility__y5yFT {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: #555;
}

.Dashboard_utility__y5yFT svg {
    color: var(--primary);
}

.Dashboard_rentWrapper__Y5QY_ {
    text-align: right;
}

.Dashboard_monthlyRentLabel___kzqc {
    margin: 0;
    font-size: 0.8rem;
    color: #666;
}

.Dashboard_monthlyRent__It8aC {
    margin: 0;
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: 700;
}

.Dashboard_interested__75_8g {
    display: inline-block;
    background-color: var(--primary);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    text-align: center;
    margin-top: auto;
}

.Dashboard_interested__75_8g:hover {
    background-color: #0b515a;
}

.Dashboard_interested__75_8g:active {
    background-color: #07363d;
}

.Dashboard_loadMoreButton__cSOY6 {
    background-color: white;
    border: 2px solid var(--primary);
    color: var(--primary);
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px 0;
}

.Dashboard_loadMoreButton__cSOY6:hover {
    background-color: var(--primary);
    color: white;
}

.Dashboard_propertyLeftImageWrapperSkeleton__c9Bf2 {
    width: 40%;
    min-height: 250px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0;
    animation: Dashboard_loading__5pNHT 1.5s infinite;
}

.Dashboard_propertyDescriptionWrapperSkeleton__K8s2U {
    height: 60px;
    width: 100%;
    background-color: #f0f0f0;
    margin-bottom: 15px;
    animation: Dashboard_loading__5pNHT 1.5s infinite;
    border-radius: 4px;
}

.Dashboard_interestedSkeleton__6bKQL {
    height: 40px;
    width: 150px;
    background-color: #f0f0f0;
    animation: Dashboard_loading__5pNHT 1.5s infinite;
    border-radius: 4px;
    margin-top: auto;
}

@keyframes Dashboard_loading__5pNHT {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 0.6;
    }
}

@media screen and (max-width: 1200px) {
    .Dashboard_header__Zvu6_, .Dashboard_centralWrapper__uMVwu, .Dashboard_viewToggleContainer__uRz_v, .Dashboard_recentlyViewedSection__hmJVh {
        width: 85vw;
    }
}

@media screen and (max-width: 992px) {
    .Dashboard_header__Zvu6_, .Dashboard_centralWrapper__uMVwu, .Dashboard_viewToggleContainer__uRz_v, .Dashboard_recentlyViewedSection__hmJVh {
        width: 90vw;
    }

    .Dashboard_filters__TWl_C {
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }

    .Dashboard_filterExpand__xZc8Y {
        display: block;
    }

    .Dashboard_central__1lS_c {
        width: 100%;
    }
    
    .Dashboard_centralWrapper__uMVwu {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .Dashboard_headerTitle__eJ2He {
        font-size: 2rem !important;
    }
    
    .Dashboard_headerSubtitle__1hwAi {
        font-size: 1rem !important;
    }
    
    .Dashboard_searchBar__1xx_1 {
        font-size: 1.2rem;
    }

    .Dashboard_locationButton__szDiF {
        padding: 0 10px;
    }

    .Dashboard_locationIcon__dbIM9 {
        font-size: 1.6rem;
    }

    .Dashboard_locationHeader__FoQPU {
        flex-direction: column;
        align-items: flex-start;
    }

    .Dashboard_locationHeaderTitle__vo7xi {
        margin-bottom: 10px;
    }

    .Dashboard_propertyWrapper__SjGn2 {
        flex-direction: column;
    }

    .Dashboard_propertyLeftImageWrapper__wFq2q, .Dashboard_propertyRightInfoWrapper__Xt957 {
        width: 100%;
    }
    
    .Dashboard_propertyLeftImageWrapper__wFq2q {
        height: 200px;
    }
    
    .Dashboard_searchButtonText__p_KzR {
        display: none;
    }
    
    .Dashboard_header__Zvu6_ {
        height: auto;
        padding: 10px 0;
    }
}

@media screen and (max-width: 576px) {
    .Dashboard_header__Zvu6_, .Dashboard_centralWrapper__uMVwu, .Dashboard_viewToggleContainer__uRz_v, .Dashboard_recentlyViewedSection__hmJVh {
        width: 100%;
    }
    
    .Dashboard_headerContainer___TVMt {
        padding: 20px 0 10px;
    }
    
    .Dashboard_headerTitle__eJ2He {
        font-size: 1.8rem !important;
    }
    
    .Dashboard_propertyDescriptionWrapper__qcV1_ {
        margin-bottom: 10px;
    }

    .Dashboard_bottomWrapper__N1NoN {
        flex-direction: column;
        align-items: flex-start;
    }

    .Dashboard_utilitiesWrapper__hMVuT {
        width: 100%;
    }

    .Dashboard_rentWrapper__Y5QY_ {
        width: 100%;
        margin-top: 15px;
    }

    .Dashboard_interested__75_8g {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .Dashboard_searchButtonText__p_KzR {
        display: inline;
    }
}
