/* /Components/Admin/Shared/AdminLayout.razor.rz.scp.css */
.realtor-select[b-1nlf7yhfap]  .mud-input-slot {
    color: white;
}

.realtor-select[b-1nlf7yhfap]  .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.realtor-select[b-1nlf7yhfap]  .mud-input-adornment {
    color: white;
}
/* /Components/Layout/AppBarControls.razor.rz.scp.css */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.blazor-reconnect-hidden[b-w47wk5dkkj] {
    display: none !important;
}

#components-reconnect-modal[b-w47wk5dkkj] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.9;
    text-align: center;
    font-weight: bold;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

    #components-reconnect-modal.components-reconnect-show[b-w47wk5dkkj],
    #components-reconnect-modal[open][b-w47wk5dkkj] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #components-reconnect-modal.components-reconnect-failed[b-w47wk5dkkj] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.components-reconnect-container[b-w47wk5dkkj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.components-reconnect-first-attempt-visible[b-w47wk5dkkj],
.components-reconnect-repeated-attempt-visible[b-w47wk5dkkj],
.components-reconnect-failed-visible[b-w47wk5dkkj],
.components-pause-visible[b-w47wk5dkkj],
.components-resume-failed-visible[b-w47wk5dkkj] {
    display: none;
}

dialog[open].components-reconnect-show .components-reconnect-first-attempt-visible[b-w47wk5dkkj] {
    display: block;
}

dialog[open].components-reconnect-failed .components-reconnect-failed-visible[b-w47wk5dkkj] {
    display: block;
}

dialog[open].components-reconnect-failed #components-reconnect-button[b-w47wk5dkkj] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-reconnect-repeated-attempt-visible[b-w47wk5dkkj] {
    display: block;
}

dialog[open].components-pause .components-pause-visible[b-w47wk5dkkj] {
    display: block;
}

dialog[open].components-pause #components-resume-button[b-w47wk5dkkj],
dialog[open].components-resume-failed #components-resume-button[b-w47wk5dkkj] {
    display: block;
}

dialog[open].components-resume-failed .components-resume-failed-visible[b-w47wk5dkkj] {
    display: block;
}

.components-rejoining-animation[b-w47wk5dkkj] {
    display: flex;
    gap: 8px;
}

    .components-rejoining-animation div[b-w47wk5dkkj] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: var(--mud-palette-primary, #594AE2);
        animation: rejoining-bounce-b-w47wk5dkkj 1.4s infinite ease-in-out both;
    }

        .components-rejoining-animation div:nth-child(1)[b-w47wk5dkkj] {
            animation-delay: -0.32s;
        }

        .components-rejoining-animation div:nth-child(2)[b-w47wk5dkkj] {
            animation-delay: -0.16s;
        }

@keyframes rejoining-bounce-b-w47wk5dkkj {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

#components-reconnect-button[b-w47wk5dkkj],
#components-resume-button[b-w47wk5dkkj] {
    display: none;
    cursor: pointer;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    background-color: var(--mud-palette-primary, #594AE2);
    color: #fff;
    font-size: 14px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-ilh5xpzdaj]  .hero-paper {
    min-height: 520px;
    background: linear-gradient(rgba(26, 43, 61, 0.85), rgba(21, 25, 29, 0.4)), url('/images/hero_image.jpg') center/cover no-repeat;
}

.hero-section[b-ilh5xpzdaj]  .hero-title {
    color: white;
    font-weight: 900;
}

.card-image-wrapper[b-ilh5xpzdaj] {
    position: relative;
}

.card-status-overlay[b-ilh5xpzdaj] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image-wrapper[b-ilh5xpzdaj]  .card-status-text {
    color: white;
    font-weight: 700;
    letter-spacing: 0.05em;
}
/* /Components/Pages/PropertyDetail.razor.rz.scp.css */
.description-content[b-o2j7m4a5lc]  a {
    text-decoration: underline;
}

.description-content[b-o2j7m4a5lc]  ul,
.description-content[b-o2j7m4a5lc]  ol {
    padding-left: 1.5rem;
}

.description-content[b-o2j7m4a5lc]  iframe {
    width: revert-layer;
    height: revert-layer
}

.property-header[b-o2j7m4a5lc] {
    flex-wrap: nowrap !important;
}

.property-header-title-wrap[b-o2j7m4a5lc] {
    flex: 1 1 auto;
    min-width: 0;
}

.property-header-title[b-o2j7m4a5lc] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.property-header-price[b-o2j7m4a5lc] {
    flex-shrink: 0;
}

.property-price-value[b-o2j7m4a5lc] {
    white-space: nowrap !important;
}

.map-container[b-o2j7m4a5lc] {
    width: 100%;
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
}

.map-iframe[b-o2j7m4a5lc] {
    width: 100%;
    height: 100%;
    border: none;
}

.sidebar-sticky[b-o2j7m4a5lc] {
    position: sticky;
    top: 80px;
}

@media (max-width: 960px) {
    .property-header[b-o2j7m4a5lc] {
        flex-wrap: wrap !important;
    }

    .property-header-price[b-o2j7m4a5lc] {
        width: 100%;
    }

    .property-header-title[b-o2j7m4a5lc] {
        -webkit-line-clamp: 3;
    }
}
/* /Components/Pages/PropertySearchResults.razor.rz.scp.css */
.card-image-wrapper[b-gzww0pwt3w] {
    position: relative;
}

.card-image-wrapper[b-gzww0pwt3w]  .listing-chip {
    top: 0;
    left: 0;
}

.card-image-wrapper[b-gzww0pwt3w]  .favourite-btn {
    top: 0;
    right: 0;
    color: white;
    background: rgba(0, 0, 0, 0.2);
}

#property-map[b-gzww0pwt3w] {
    height: 100%;
    width: 100%;
}

.empty-state-wrapper[b-gzww0pwt3w]  .empty-state-paper {
    background: var(--mud-palette-surface);
}

.sidebar-sticky[b-gzww0pwt3w] {
    position: sticky;
    top: 100px;
}

.sidebar-sticky[b-gzww0pwt3w]  .map-paper {
    height: 500px;
}

.advanced-filters[b-gzww0pwt3w] {
    width: 100%;
}
/* /Components/Shared/HomeHeroSearch.razor.rz.scp.css */
.hero-section[b-l0wf1dh1le]  .hero-paper {
    min-height: 520px;
    background: linear-gradient(rgba(26, 43, 61, 0.85), rgba(21, 25, 29, 0.4)), url('/images/hero_image.jpg') center/cover no-repeat;
}

.hero-section[b-l0wf1dh1le]  .hero-title {
    color: white;
    font-weight: 900;
}

@media (max-width: 600px) {
    .hero-section[b-l0wf1dh1le]  .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }

    .hero-section[b-l0wf1dh1le]  .hero-subtitle {
        font-size: 1.0rem;
        line-height: 1.35;
    }
}
/* /Components/Shared/PropertyCard.razor.rz.scp.css */
.card-image-wrapper[b-sauwg910ga] {
    position: relative;
    min-height: 200px;
}

.card-image-wrapper[b-sauwg910ga]  .property-card-image {
    display: block;
}

.card-image-wrapper[b-sauwg910ga]  .property-image-placeholder {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mud-palette-background-grey);
}

.card-image-wrapper[b-sauwg910ga]  .property-badges {
    top: 0;
    left: 0;
}

.card-image-wrapper[b-sauwg910ga]  .favourite-btn {
    top: 0;
    right: 0;
    color: white;
    background: rgba(0, 0, 0, 0.2);
}

.card-image-wrapper[b-sauwg910ga]  .realtor-overlay {
    right: 4px;
    bottom: 22px;
    padding: 4px 8px;
    color: white;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 8px;
}

[b-sauwg910ga] .property-features-row {
    min-height: 24px;
    align-items: center;
}
