/* _content/Remax/Components/Layout/Header.razor.rz.scp.css */
.kt-logout-button[b-ljqckxmfqq]{
    background-color: red;
    color: white;
    border: none;
    padding: 5px 15px;
    width: 100%;
    border-radius: 8px;
}
/* _content/Remax/Components/Layout/MobileNavigationMenu.razor.rz.scp.css */
/* Default styles for ≤ 992px */
.my-div[b-ym0kdb9dzo] {
    display: block;
    position: fixed;
    /* Add any other styles you want, e.g. */
    top: 0;
    left: 0;
    width: 100%;
    background: lightblue;
    /* etc. */
}



.kt-mobile-menu[b-ym0kdb9dzo] {
    position: fixed;
    z-index: 1000000;
}

/* Hide the div for widths greater than 992px */
@media (min-width: 993px) {
    .kt-mobile-menu[b-ym0kdb9dzo] {
        display: none;
    }
}
/* _content/Remax/Components/UI/CardListing.razor.rz.scp.css */
.listing-card[b-t1nv4myeuc] {
    transition: all 0.3s ease;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%; /* Ensure consistent height within grid */
}

    .listing-card:hover[b-t1nv4myeuc] {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        transform: translateY(-3px);
    }

.listing-card-header[b-t1nv4myeuc] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem;
    background-color: rgba(32, 168, 216, 0.05); /* Light blue background for client cards */
}

.listing-card-icon-placeholder[b-t1nv4myeuc] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.listing-card-title[b-t1nv4myeuc] {
    overflow: hidden;
}

.listing-card-body[b-t1nv4myeuc] {
    padding: 1rem;
}

.listing-card-contact[b-t1nv4myeuc] {
    font-size: 0.95rem;
}

.listing-card-footer[b-t1nv4myeuc] {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.75rem 1rem;
}
/* _content/Remax/Components/UI/Dashboard/InfoCard.razor.rz.scp.css */
