@import '_content/Core.UI/Core.UI.j35flt7srx.bundle.scp.css';

/* /Components/App.razor.rz.scp.css */
/* Loading indicator overlay */
#blazor-loading-ui[b-b7ema4ldt1] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--loading-background);
    z-index: 9999;
}

/* Hide loading when Blazor is ready */
#app.blazor-ready ~ #blazor-loading-ui[b-b7ema4ldt1] {
    display: none;
}

/* Error UI styles */
#blazor-error-ui[b-b7ema4ldt1] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffe0;
    padding: 0.5rem 1rem;
    z-index: 1050;
    text-align: center;
    font-weight: 500;
    color: #333;
    border-top: 1px solid #e0e0e0;
}

#blazor-error-ui .reload[b-b7ema4ldt1] {
    margin-left: 1rem;
    text-decoration: underline;
    cursor: pointer;
}

#blazor-error-ui .dismiss[b-b7ema4ldt1] {
    margin-left: 1rem;
    cursor: pointer;
}
/* /Components/Layout/AnonymousLayout.razor.rz.scp.css */
.authentication-bg[b-8kkvaqm0m9] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    position: relative;
}

.bg-overlay[b-8kkvaqm0m9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.container[b-8kkvaqm0m9] {
    position: relative;
    z-index: 1;
}

.text-light[b-8kkvaqm0m9] {
    color: #e0e0e0 !important;
}

    .text-light:hover[b-8kkvaqm0m9] {
        color: #ffffff !important;
    }

.auth-logo img[b-8kkvaqm0m9] {
    height: 40px;
}

footer[b-8kkvaqm0m9] {
    margin-top: auto;
}

@media (max-width: 576px) {
    .text-center[b-8kkvaqm0m9] {
        font-size: 0.875rem;
    }

    .auth-logo img[b-8kkvaqm0m9] {
        height: 30px;
    }
}

.authentication-bg[b-8kkvaqm0m9] {
    animation: fadeInBg-b-8kkvaqm0m9 0.5s ease both;
}

@keyframes fadeInBg-b-8kkvaqm0m9 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-46kqfo74pv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-46kqfo74pv] {
    flex: 1;
}

.sidebar[b-46kqfo74pv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-46kqfo74pv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-46kqfo74pv]  a, .top-row[b-46kqfo74pv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-46kqfo74pv]  a:hover, .top-row[b-46kqfo74pv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-46kqfo74pv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-46kqfo74pv] {
        justify-content: space-between;
    }

    .top-row[b-46kqfo74pv]  a, .top-row[b-46kqfo74pv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-46kqfo74pv] {
        flex-direction: row;
    }

    .sidebar[b-46kqfo74pv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-46kqfo74pv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-46kqfo74pv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-46kqfo74pv], article[b-46kqfo74pv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-46kqfo74pv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-46kqfo74pv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ===== SIDEBAR STYLES ===== */
.vertical-menu[b-46kqfo74pv] {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--sidebar-width);
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all var(--transition-speed) ease;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
}

    .vertical-menu.collapsed[b-46kqfo74pv] {
        width: var(--sidebar-collapsed-width);
    }

.navbar-brand-box[b-46kqfo74pv] {
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    border-bottom: 1px solid var(--border-color);
}

.logo[b-46kqfo74pv] {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
}

.logo-lg[b-46kqfo74pv] {
    display: flex;
    align-items: center;
}

.vertical-menu.collapsed .logo-lg[b-46kqfo74pv] {
    display: none;
}

.vertical-menu:not(.collapsed) .logo-sm[b-46kqfo74pv] {
    display: none;
}

.nav-icon-btn[b-46kqfo74pv] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #6c757d;
    padding: 0;
    transition: background-color 0.2s ease;
}

    .nav-icon-btn:hover[b-46kqfo74pv] {
        background-color: #f2f4f7;
        color: var(--primary-color);
    }

    .nav-icon-btn i[b-46kqfo74pv] {
        font-size: 1.35rem;
    }

.notification-dot[b-46kqfo74pv] {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background-color: #dc3545;
    border-radius: 50%;
    border: 2px solid #fff;
}

/* ===== MAIN CONTENT STYLES ===== */
.main-content[b-46kqfo74pv] {
    margin-left: var(--sidebar-width);
    transition: margin-left var(--transition-speed) ease;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f7f9fc;
}

    .main-content.collapsed[b-46kqfo74pv] {
        margin-left: var(--sidebar-collapsed-width);
    }

/* ===== TOP NAVBAR STYLES ===== */
.top-navbar[b-46kqfo74pv] {
    height: var(--header-height);
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 999;
}

    .top-navbar .container-fluid[b-46kqfo74pv] {
        height: 100%;
    }

.page-title[b-46kqfo74pv] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-left: 0.5rem;
    color: #333;
    white-space: nowrap;
}

.menu-toggle-btn[b-46kqfo74pv] {
    color: #6c757d;
    padding: 0.25rem;
    border-radius: 0.25rem;
}

    .menu-toggle-btn:hover[b-46kqfo74pv] {
        background-color: #f2f2f2;
    }

    .menu-toggle-btn i[b-46kqfo74pv] {
        font-size: 1.5rem;
    }

.btn-link[b-46kqfo74pv] {
    color: #6c757d;
    text-decoration: none;
}

.user-profile img[b-46kqfo74pv] {
    object-fit: cover;
}

.user-profile img[b-46kqfo74pv] {
    width: 32px;
    height: 32px;
}


/* ===== PAGE CONTENT STYLES ===== */
.page-content[b-46kqfo74pv] {
    flex: 1;
    padding: 1.5rem;
}

.auth-required[b-46kqfo74pv] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - var(--header-height) - 70px); /* Adjust for footer */
}

/* ===== FOOTER STYLES ===== */
.footer[b-46kqfo74pv] {
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    border-top: 1px solid var(--border-color);
}

/* ===== OVERLAY STYLES ===== */
.sidebar-overlay[b-46kqfo74pv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

    .sidebar-overlay.active[b-46kqfo74pv] {
        opacity: 1;
        visibility: visible;
    }

/* ===== RESPONSIVE STYLES ===== */
@media (max-width: 991.98px) {
    .main-content[b-46kqfo74pv] {
        margin-left: 0 !important;
        background-color: #f7f9fc !important;
    }

    .page-content[b-46kqfo74pv] {
        background-color: #f7f9fc;
    }

    body[b-46kqfo74pv] {
        overflow-x: hidden;
    }

    .vertical-menu[b-46kqfo74pv] {
        left: calc(-1 * var(--sidebar-width));
        box-shadow: none;
    }

        .vertical-menu.collapsed[b-46kqfo74pv] {
            left: calc(-1 * var(--sidebar-width));
            width: var(--sidebar-width);
            box-shadow: none;
        }

        .vertical-menu:not(.collapsed)[b-46kqfo74pv] {
            left: 0;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
        }

            /* Ensure sidebar content is visible when expanded on mobile */
            .vertical-menu:not(.collapsed) .logo-lg[b-46kqfo74pv] {
                display: flex;
            }

            .vertical-menu:not(.collapsed) .logo-sm[b-46kqfo74pv] {
                display: none;
            }

            .vertical-menu:not(.collapsed) .menu-text[b-46kqfo74pv] {
                display: block !important;
            }

            .vertical-menu:not(.collapsed) .sidebar-menu-title[b-46kqfo74pv] {
                display: block !important;
            }

    /* Hide overlay when sidebar is collapsed on mobile */
    .sidebar-overlay[b-46kqfo74pv] {
        display: none;
    }

        .sidebar-overlay.active[b-46kqfo74pv] {
            display: block;
        }
}

@media (max-width: 575.98px) {
    .page-content[b-46kqfo74pv] {
        padding: 1rem;
        background-color: #f7f9fc;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s3b6c9atuy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-s3b6c9atuy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-s3b6c9atuy] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s3b6c9atuy] {
    font-size: 1.1rem;
}

.bi[b-s3b6c9atuy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-s3b6c9atuy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-s3b6c9atuy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-s3b6c9atuy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-s3b6c9atuy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s3b6c9atuy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s3b6c9atuy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s3b6c9atuy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-s3b6c9atuy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-s3b6c9atuy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-s3b6c9atuy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-s3b6c9atuy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-s3b6c9atuy] {
        display: none;
    }

    .nav-scrollable[b-s3b6c9atuy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.sidebar-menu-container[b-s3b6c9atuy] {
    padding: 1rem 0;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

.sidebar-menu-title[b-s3b6c9atuy] {
    padding: 0.5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    letter-spacing: 0.05em;
    white-space: nowrap; /* Prevent text wrapping */
}

.sidebar-menu-list[b-s3b6c9atuy] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.sidebar-menu-item[b-s3b6c9atuy] {
    margin: 2px 0;
}

.sidebar-menu-link[b-s3b6c9atuy] {
    display: flex;
    align-items: center;
    padding: 0.7rem 1.5rem;
    color: #5a5a5a;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
    white-space: nowrap; /* Prevent text wrapping */
}

    .sidebar-menu-link:hover[b-s3b6c9atuy] {
        color: #0d6efd;
        background-color: #f7f9fc;
    }

    .sidebar-menu-link.active[b-s3b6c9atuy] {
        color: #0d6efd;
        background-color: #eef2ff;
        border-left-color: #0d6efd;
    }

    .sidebar-menu-link i[b-s3b6c9atuy] {
        font-size: 1.25rem;
        min-width: 1.75rem;
    }

.sidebar-submenu[b-s3b6c9atuy] {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f8f9fa;
}

.sidebar-submenu-link[b-s3b6c9atuy] {
    padding-left: 2.75rem !important;
    font-size: 0.9rem;
}

/* Ensure text is completely hidden when collapsed */
.menu-text.d-none[b-s3b6c9atuy] {
    display: none !important;
}

/* Responsive styles */
@media (max-width: 991.98px) {
    /* On mobile, when the menu is expanded, always show the text */
    .vertical-menu:not(.collapsed) .menu-text[b-s3b6c9atuy] {
        display: block !important;
    }

    .vertical-menu:not(.collapsed) .sidebar-menu-title[b-s3b6c9atuy] {
        display: block !important;
    }
}
/* /Components/Pages/Activity/ActivityTimeline.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-btn, .cursor-pointer)
   moved to wwwroot/css/beni-components.css */

/* Lighter card shadow variant specific to the timeline layout */
.modern-card[b-szztxbc68h] {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-card:hover[b-szztxbc68h] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Date Group Badge */
.date-group-badge[b-szztxbc68h] {
    background: linear-gradient(135deg, #007bff, #00c4ff);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
}

/* Timeline */
.timeline[b-szztxbc68h] {
    position: relative;
    padding-left: 50px;
}

.timeline-item[b-szztxbc68h] {
    position: relative;
}

.timeline-item[b-szztxbc68h]::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 40px;
    bottom: -12px;
    width: 2px;
    background-color: #dee2e6;
}

.timeline-item:last-child[b-szztxbc68h]::before {
    display: none;
}

.timeline-icon[b-szztxbc68h] {
    position: absolute;
    left: -50px;
    top: 12px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1;
}

.timeline-icon.action-created[b-szztxbc68h] {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.timeline-icon.action-updated[b-szztxbc68h] {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.timeline-icon.action-deleted[b-szztxbc68h] {
    background: linear-gradient(135deg, #dc3545, #c82333);
}

/* Entity Badges */
.badge-property[b-szztxbc68h] {
    background-color: #6f42c1;
    color: white;
}

.badge-lease[b-szztxbc68h] {
    background-color: #17a2b8;
    color: white;
}

.badge-payment[b-szztxbc68h] {
    background-color: #28a745;
    color: white;
}

.badge-tenant[b-szztxbc68h] {
    background-color: #fd7e14;
    color: white;
}

.badge-closure[b-szztxbc68h] {
    background-color: #e83e8c;
    color: white;
}

.badge-maintenance[b-szztxbc68h] {
    background-color: #ffc107;
    color: #212529;
}

.badge-default[b-szztxbc68h] {
    background-color: #6c757d;
    color: white;
}

/* Action Badges */
.badge-action-created[b-szztxbc68h] {
    background-color: rgba(40, 167, 69, 0.15);
    color: #28a745;
}

.badge-action-updated[b-szztxbc68h] {
    background-color: rgba(0, 123, 255, 0.15);
    color: #007bff;
}

.badge-action-deleted[b-szztxbc68h] {
    background-color: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

/* Details JSON */
.details-json[b-szztxbc68h] {
    background-color: #1e1e2e;
    color: #a6e3a1;
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
    font-size: 0.8rem;
    max-height: 300px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-all;
}

@media (max-width: 767.98px) {
    .timeline[b-szztxbc68h] {
        padding-left: 40px;
    }

    .timeline-icon[b-szztxbc68h] {
        left: -40px;
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }

    .timeline-item[b-szztxbc68h]::before {
        left: -27px;
    }
}
/* /Components/Pages/Dashboard/Dashboard.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card)
   moved to wwwroot/css/beni-components.css */

.spectacular-card[b-1fjth38g44] {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.9), rgba(0, 196, 255, 0.9));
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    overflow: hidden;
}

    .spectacular-card:hover[b-1fjth38g44] {
        transform: translateY(-10px);
        box-shadow: 0 20px 50px rgba(0, 123, 255, 0.3);
    }

    .spectacular-card[b-1fjth38g44]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
        transform: rotate(45deg);
        transition: transform 1s ease;
    }

    .spectacular-card:hover[b-1fjth38g44]::before {
        transform: rotate(90deg);
    }

.icon-circle[b-1fjth38g44] {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: transform 0.5s ease;
}

    .icon-circle:hover[b-1fjth38g44] {
        transform: scale(1.1);
    }

/* .modern-btn moved to wwwroot/css/beni-components.css */

.compact-btn[b-1fjth38g44] {
    border-radius: 20px;
    padding: 0.3rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .compact-btn:hover[b-1fjth38g44] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

.payment-item[b-1fjth38g44], .data-item[b-1fjth38g44] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .payment-item:hover[b-1fjth38g44], .data-item:hover[b-1fjth38g44] {
        border-color: #007bff;
        background-color: #e9ecef;
    }

.timeline[b-1fjth38g44] {
    position: relative;
    padding-left: 40px;
}

.timeline-item[b-1fjth38g44] {
    position: relative;
    margin-bottom: 30px;
}

.timeline-icon[b-1fjth38g44] {
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #e9ecef;
}

.timeline-item[b-1fjth38g44]::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 40px;
    bottom: -30px;
    width: 2px;
    background-color: #dee2e6;
}

.timeline-item:last-child[b-1fjth38g44]::before {
    display: none;
}

.timeline-content[b-1fjth38g44] {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .timeline-content:hover[b-1fjth38g44] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.05);
    }

/* .cursor-pointer moved to wwwroot/css/beni-components.css */

/* Progress bar styling */
.progress[b-1fjth38g44] {
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar[b-1fjth38g44] {
    transition: width 0.5s ease-in-out;
}

.bg-gradient-primary[b-1fjth38g44] {
    background: linear-gradient(90deg, #007bff, #00c4ff);
}

/* Badge styling for properties */
.badge[b-1fjth38g44] {
    font-size: 0.85rem;
    padding: 0.5em 1em;
    border-radius: 15px;
}

/* Typography for spectacular cards */
.spectacular-card h5[b-1fjth38g44] {
    font-size: 1.25rem;
    font-weight: 500;
}

.spectacular-card h3[b-1fjth38g44] {
    font-size: 2.5rem;
    font-weight: 700;
}

.tiny[b-1fjth38g44] {
    font-size: 0.75rem;
}

@media (max-width: 991.98px) {
    .spectacular-card h3[b-1fjth38g44] {
        font-size: 2rem;
    }

    .icon-circle[b-1fjth38g44] {
        width: 50px;
        height: 50px;
    }

        .icon-circle i[b-1fjth38g44] {
            font-size: 1.75rem;
        }
}

@media (max-width: 767.98px) {
    .spectacular-card h3[b-1fjth38g44] {
        font-size: 1.75rem;
    }

    .spectacular-card h5[b-1fjth38g44] {
        font-size: 1.1rem;
    }

    .icon-circle[b-1fjth38g44] {
        width: 40px;
        height: 40px;
    }

        .icon-circle i[b-1fjth38g44] {
            font-size: 1.5rem;
        }
}
/* /Components/Pages/Demo/TestPhotoUpload.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card)
   moved to wwwroot/css/beni-components.css */

/* Slightly larger label and input font-size specific to this test page */
.modern-label[b-5yc0ibpmkf] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.modern-input[b-5yc0ibpmkf] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 0.95rem;
}

    .modern-input:focus[b-5yc0ibpmkf] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
/* /Components/Pages/Leases/LeaseClose.razor.rz.scp.css */
/* Shared utilities (.text-gradient) moved to wwwroot/css/beni-components.css */

/* Local variant adds min-height on top of the shared .modern-page background */
.modern-page[b-xxbsjksuct] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f0 100%);
    min-height: 100vh;
}

.modern-card[b-xxbsjksuct] {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.modern-input[b-xxbsjksuct], .modern-textarea[b-xxbsjksuct] {
    border-radius: 0.5rem;
    border: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
}

.modern-input:focus[b-xxbsjksuct], .modern-textarea:focus[b-xxbsjksuct] {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
}

.modern-label[b-xxbsjksuct] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.modern-btn[b-xxbsjksuct] {
    border-radius: 2rem;
    padding: 0.75rem 2rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.modern-btn:hover[b-xxbsjksuct] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Progress */
.progress-container[b-xxbsjksuct] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.modern-progress[b-xxbsjksuct] {
    height: 8px;
    border-radius: 10px;
    background-color: #e9ecef;
}

.modern-progress .progress-bar[b-xxbsjksuct] {
    background: linear-gradient(45deg, #007bff, #00c4ff);
    border-radius: 10px;
    transition: width 0.5s ease;
}

/* Stepper */
.stepper[b-xxbsjksuct] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.stepper-step[b-xxbsjksuct] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stepper-circle[b-xxbsjksuct] {
    width: 50px;
    height: 50px;
    background: #e9ecef;
    color: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}

.stepper-step.active .stepper-circle[b-xxbsjksuct] {
    background: linear-gradient(45deg, #007bff, #00c4ff);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0,123,255,0.4);
}

.stepper-step.completed .stepper-circle[b-xxbsjksuct] {
    background: #28a745;
    color: #fff;
}

.stepper-line[b-xxbsjksuct] {
    flex: 1;
    height: 3px;
    background: #e9ecef;
    margin: 0 0.5rem;
    min-width: 40px;
    border-radius: 3px;
}

.stepper-line.completed[b-xxbsjksuct] {
    background: #28a745;
}

.stepper-step span[b-xxbsjksuct] {
    font-size: 0.8rem;
    color: #6c757d;
    text-align: center;
}

.stepper-step.active span[b-xxbsjksuct] {
    color: #007bff;
    font-weight: 600;
}

.stepper-step.completed span[b-xxbsjksuct] {
    color: #28a745;
}

/* Info Cards */
.info-card[b-xxbsjksuct] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.75rem;
    border-left: 4px solid #007bff;
}

.info-label[b-xxbsjksuct] {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-xxbsjksuct] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
}

/* Reason Cards */
.reason-card[b-xxbsjksuct] {
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.reason-card:hover[b-xxbsjksuct] {
    border-color: #007bff;
    background: rgba(0,123,255,0.05);
}

.reason-card.selected[b-xxbsjksuct] {
    border-color: #007bff;
    background: rgba(0,123,255,0.1);
    box-shadow: 0 4px 12px rgba(0,123,255,0.2);
}

.reason-card.breach.selected[b-xxbsjksuct] {
    border-color: #dc3545;
    background: rgba(220,53,69,0.1);
    box-shadow: 0 4px 12px rgba(220,53,69,0.2);
}

/* Condition Cards */
.condition-card[b-xxbsjksuct] {
    padding: 1.5rem;
    border: 2px solid #e9ecef;
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.condition-card:hover[b-xxbsjksuct] {
    border-color: #007bff;
    transform: translateY(-3px);
}

.condition-card.selected[b-xxbsjksuct] {
    border-color: #007bff;
    background: rgba(0,123,255,0.05);
    box-shadow: 0 8px 25px rgba(0,123,255,0.15);
}

.condition-icon[b-xxbsjksuct] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.condition-icon.text-success[b-xxbsjksuct] { background: rgba(40,167,69,0.1); }
.condition-icon.text-info[b-xxbsjksuct] { background: rgba(23,162,184,0.1); }
.condition-icon.text-warning[b-xxbsjksuct] { background: rgba(255,193,7,0.1); }
.condition-icon.text-danger[b-xxbsjksuct] { background: rgba(220,53,69,0.1); }

/* Deposit Cards */
.deposit-summary[b-xxbsjksuct] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 1rem;
}

.deposit-card[b-xxbsjksuct] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.deposit-card label[b-xxbsjksuct] {
    display: block;
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.deposit-card .amount[b-xxbsjksuct] {
    font-size: 1.5rem;
    font-weight: 700;
}

/* Review Summary */
.review-summary[b-xxbsjksuct] {
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #e9ecef;
}

.summary-item[b-xxbsjksuct] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.summary-item i[b-xxbsjksuct] {
    font-size: 1.25rem;
    width: 35px;
    text-align: center;
}

.summary-item label[b-xxbsjksuct] {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
}

.summary-item span[b-xxbsjksuct] {
    font-weight: 600;
}

/* Animation */
.animate-fade-in[b-xxbsjksuct] {
    animation: fadeIn-b-xxbsjksuct 0.3s ease;
}

@keyframes fadeIn-b-xxbsjksuct {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
    .stepper[b-xxbsjksuct] {
        flex-direction: column;
    }
    .stepper-line[b-xxbsjksuct] {
        width: 3px;
        height: 20px;
        margin: 0.25rem 0;
        min-width: auto;
    }
}
/* /Components/Pages/Leases/LeaseDelete.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn,
   .cursor-pointer) moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Leases/LeaseEdit.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn,
   .modern-label, .cursor-pointer, .flash-error, .alert-info)
   moved to wwwroot/css/beni-components.css */

.modern-input[b-43s6y7g6mh], .modern-select[b-43s6y7g6mh] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.modern-input:focus[b-43s6y7g6mh], .modern-select:focus[b-43s6y7g6mh] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* .modern-btn:hover uses :not(:disabled) variant here (stricter than shared) */
.modern-btn:hover:not(:disabled)[b-43s6y7g6mh] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.form-check-container[b-43s6y7g6mh] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6 !important;
    transition: all 0.3s ease;
}

.form-check-container:hover[b-43s6y7g6mh] {
    background-color: #e9ecef;
}
/* /Components/Pages/Leases/LeaseList.razor.rz.scp.css */
.lease-active[b-op3lzyequ4] {
    border-left: 4px solid #28a745 !important;
}

.lease-expired[b-op3lzyequ4] {
    border-left: 4px solid #dc3545 !important;
    opacity: 0.8;
}

.lease-ending-soon[b-op3lzyequ4] {
    border-left: 4px solid #ffc107 !important;
}

.lease-upcoming[b-op3lzyequ4] {
    border-left: 4px solid #17a2b8 !important;
}

.modern-card[b-op3lzyequ4] {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

    .modern-card:hover[b-op3lzyequ4] {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.lease-card[b-op3lzyequ4] {
    overflow: hidden;
    position: relative;
}

.lease-header[b-op3lzyequ4] {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #6f42c1, #e83e8c);
}

.lease-icon-circle[b-op3lzyequ4] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.lease-status[b-op3lzyequ4] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

/* .btn-group .modern-btn moved to wwwroot/css/beni-components.css */

.lease-amount[b-op3lzyequ4] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #28a745;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.lease-period[b-op3lzyequ4] {
    background-color: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
    margin: 0.5rem 0;
}

.lease-participants[b-op3lzyequ4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.participant-info[b-op3lzyequ4] {
    flex: 1;
    text-align: center;
    padding: 0 0.5rem;
}

.participant-divider[b-op3lzyequ4] {
    width: 1px;
    height: 30px;
    background-color: #dee2e6;
}

.expiry-warning[b-op3lzyequ4] {
    background: linear-gradient(45deg, #ffc107, #ff8c00);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
}

.rent-frequency-badge[b-op3lzyequ4] {
    background: linear-gradient(45deg, #17a2b8, #20c997);
}

.lease-term-badge[b-op3lzyequ4] {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
}

.tenant-avatar[b-op3lzyequ4] {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #007bff, #00c4ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
}

.property-icon[b-op3lzyequ4] {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #28a745, #20c997);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}
/* /Components/Pages/Leases/LeaseRenew.razor.rz.scp.css */
/* Shared utilities (.modern-page, .modern-card, .modern-btn, .modern-label,
   .cursor-pointer, .alert-info) moved to wwwroot/css/beni-components.css */

/* Green text-gradient overrides the shared blue version for this component */
.text-gradient[b-epxmp0pxpn] {
    background: linear-gradient(45deg, #28a745, #20c997);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modern-input[b-epxmp0pxpn], .modern-select[b-epxmp0pxpn] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.modern-input:focus[b-epxmp0pxpn], .modern-select:focus[b-epxmp0pxpn] {
    /* Green focus color specific to lease renewal context */
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* .modern-btn:hover uses :not(:disabled) variant here (stricter than shared) */
.modern-btn:hover:not(:disabled)[b-epxmp0pxpn] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
/* /Components/Pages/Leases/LeaseView.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn,
   .cursor-pointer) moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Login.razor.rz.scp.css */
/* Layout styles */
.min-vh-100[b-g2gwkiwsch] {
    min-height: 100vh;
}

/* Form container styles */
.form-floating[b-g2gwkiwsch] {
    position: relative;
}

    .form-floating > .form-control[b-g2gwkiwsch] {
        padding: 1rem 1rem 1rem 2.8rem;
        height: calc(3.5rem + 2px);
        line-height: 1.25;
    }

    .form-floating > label[b-g2gwkiwsch] {
        padding: 1rem 0.75rem;
        color: #6c757d;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    }

    /* Input icon styles */
    .form-floating label i[b-g2gwkiwsch] {
        font-size: 1rem;
        transition: all 0.2s ease;
    }

.form-control:focus + label i[b-g2gwkiwsch] {
    color: var(--bs-primary);
}

/* Custom validation styles */
.form-control.is-invalid[b-g2gwkiwsch] {
    padding-right: 4.125rem !important;
}

.form-control.is-valid[b-g2gwkiwsch] {
    padding-right: 4.125rem !important;
}

.validation-message[b-g2gwkiwsch] {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Button styles */
.btn-primary[b-g2gwkiwsch] {
    transition: all 0.3s ease;
}

    .btn-primary:hover[b-g2gwkiwsch] {
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

/* Left side decoration */
.bg-primary[b-g2gwkiwsch] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #2c50ee 100%);
}

.display-1[b-g2gwkiwsch] {
    font-size: 4rem;
    margin-bottom: 2rem;
}

/* Social buttons */
.btn-outline-danger[b-g2gwkiwsch],
.btn-outline-primary[b-g2gwkiwsch],
.btn-outline-dark[b-g2gwkiwsch] {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .btn-outline-danger:hover[b-g2gwkiwsch],
    .btn-outline-primary:hover[b-g2gwkiwsch],
    .btn-outline-dark:hover[b-g2gwkiwsch] {
        transform: translateY(-2px);
    }

/* Divider line */
.position-relative hr[b-g2gwkiwsch] {
    border-color: #e9ecef;
    opacity: 0.5;
}

/* Form animations */
.form-control[b-g2gwkiwsch] {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus[b-g2gwkiwsch] {
        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
    }

/* Alert customization */
.alert[b-g2gwkiwsch] {
    border-radius: 0.5rem;
}

/* Password toggle button */
.password-toggle[b-g2gwkiwsch] {
    background: none;
    border: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    cursor: pointer;
    z-index: 4;
}

    .password-toggle:hover[b-g2gwkiwsch] {
        color: var(--bs-primary);
    }

/* Feature icons */
.feature-icon[b-g2gwkiwsch] {
    width: 64px;
    height: 64px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .container[b-g2gwkiwsch] {
        padding: 2rem 1rem;
    }
}

/* Custom scrollbar */
[b-g2gwkiwsch]::-webkit-scrollbar {
    width: 8px;
}

[b-g2gwkiwsch]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

[b-g2gwkiwsch]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    [b-g2gwkiwsch]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/* Loading spinner customization */
.spinner-border[b-g2gwkiwsch] {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.15em;
}

/* Form check customization */
.form-check-input:checked[b-g2gwkiwsch] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input:focus[b-g2gwkiwsch] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
}

/* Links customization */
.text-decoration-none:hover[b-g2gwkiwsch] {
    text-decoration: underline !important;
}

/* Image background (optional) */
.bg-image[b-g2gwkiwsch] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Card shadow */
.card[b-g2gwkiwsch] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: none;
    transition: all 0.3s ease;
}

    .card:hover[b-g2gwkiwsch] {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

/* Login Form Styles */
.glass-card[b-g2gwkiwsch] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.glass-card:hover[b-g2gwkiwsch] {
    transform: translateY(-5px);
}

.text-gradient[b-g2gwkiwsch] {
    background: linear-gradient(45deg, #007bff, #00c4ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-control[b-g2gwkiwsch] {
    border-radius: 0 5px 5px 0;
    padding-left: 0.5rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus[b-g2gwkiwsch] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group-text[b-g2gwkiwsch] {
    background-color: #f8f9fa;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ced4da;
    color: #6c757d;
}

.modern-btn[b-g2gwkiwsch] {
    border-radius: 25px;
    padding: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.modern-btn:hover[b-g2gwkiwsch] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.modern-btn:disabled[b-g2gwkiwsch] {
    opacity: 0.7;
    cursor: not-allowed;
}

.text-primary[b-g2gwkiwsch] {
    color: #007bff !important;
}

.text-primary:hover[b-g2gwkiwsch] {
    color: #0056b3 !important;
}
/* /Components/Pages/Maintenance/MaintenanceEdit.razor.rz.scp.css */
/* Give the form-switch toggles a bit more vertical breathing room */
.form-check.form-switch[b-tlgh2dmcsd] {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
/* /Components/Pages/Maintenance/MaintenanceList.razor.rz.scp.css */
/* Maintenance list card — pointer cursor and subtle hover lift */
.maintenance-card[b-nlbzz8eune] {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.maintenance-card:hover[b-nlbzz8eune],
.maintenance-card:focus-within[b-nlbzz8eune] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* Emergency requests get a red left border accent */
.maintenance-card.border-danger[b-nlbzz8eune] {
    border-left: 4px solid var(--bs-danger) !important;
}

/* Limit long category/priority badge rows from wrapping awkwardly */
.maintenance-card .badge[b-nlbzz8eune] {
    font-size: 0.72rem;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Pages/Maintenance/MaintenanceView.razor.rz.scp.css */
/* Ensure the delete-confirmation modal backdrop sits above the nav */
.modal.show.d-block[b-jm3gcy4tov] {
    z-index: 1055;
}
/* /Components/Pages/Notifications/Notifications.razor.rz.scp.css */
/* Shared utilities (.text-gradient, .modern-card, .cursor-pointer)
   moved to wwwroot/css/beni-components.css */

/* Page-level background for this page (uses local class name) */
.notifications-page[b-zgqh5uqogx] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f0 100%);
    min-height: 100vh;
}

/* Smaller padding variant for compact notification action buttons */
.modern-btn[b-zgqh5uqogx] {
    border-radius: 25px;
    padding: 0.4rem 1.2rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .modern-btn:hover[b-zgqh5uqogx] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

.section-dot[b-zgqh5uqogx] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.notification-icon[b-zgqh5uqogx] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.notification-card[b-zgqh5uqogx] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .notification-card:hover[b-zgqh5uqogx] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    }

.notification-details[b-zgqh5uqogx] {
    animation: slideDown-b-zgqh5uqogx 0.25s ease-out;
}

.empty-state-icon[b-zgqh5uqogx] {
    animation: pulse-b-zgqh5uqogx 2s infinite;
}

@keyframes slideDown-b-zgqh5uqogx {
    from {
        opacity: 0;
        max-height: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        max-height: 500px;
        transform: translateY(0);
    }
}

@keyframes pulse-b-zgqh5uqogx {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.85;
    }
}

@media (max-width: 767.98px) {
    .notification-card .d-flex[b-zgqh5uqogx] {
        flex-wrap: wrap;
    }

    .notification-card .text-end[b-zgqh5uqogx] {
        text-align: left !important;
        margin-top: 0.5rem;
        width: 100%;
    }

    .notification-details .row .col-md-4[b-zgqh5uqogx] {
        margin-bottom: 0.5rem;
    }
}
/* /Components/Pages/Payments/PaymentEdit.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn,
   .modern-label, .cursor-pointer, .flash-error, .alert-info)
   moved to wwwroot/css/beni-components.css */

.modern-input[b-jlxhde7ub7], .modern-select[b-jlxhde7ub7], .modern-textarea[b-jlxhde7ub7] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .modern-input:focus[b-jlxhde7ub7], .modern-select:focus[b-jlxhde7ub7], .modern-textarea:focus[b-jlxhde7ub7] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

/* .modern-btn:hover uses :not(:disabled) variant here (stricter than shared) */
.modern-btn:hover:not(:disabled)[b-jlxhde7ub7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
/* /Components/Pages/Payments/PaymentList.razor.rz.scp.css */
.payment-completed[b-zp78dvrhrl] {
    border-left: 4px solid #28a745 !important;
}

.payment-pending[b-zp78dvrhrl] {
    border-left: 4px solid #ffc107 !important;
}

.payment-failed[b-zp78dvrhrl] {
    border-left: 4px solid #dc3545 !important;
    opacity: 0.9;
}

.modern-card[b-zp78dvrhrl] {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

    .modern-card:hover[b-zp78dvrhrl] {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.payment-card[b-zp78dvrhrl] {
    overflow: hidden;
    position: relative;
}

.payment-header[b-zp78dvrhrl] {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #28a745, #20c997);
}

.payment-icon-circle[b-zp78dvrhrl] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.payment-status[b-zp78dvrhrl] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

/* .btn-group .modern-btn moved to wwwroot/css/beni-components.css */

.payment-amount[b-zp78dvrhrl] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #28a745;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.payment-method-icon[b-zp78dvrhrl] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-right: 0.75rem;
}

.method-cash[b-zp78dvrhrl] {
    background: linear-gradient(45deg, #28a745, #20c997);
}

.method-transfer[b-zp78dvrhrl] {
    background: linear-gradient(45deg, #007bff, #0056b3);
}

.method-check[b-zp78dvrhrl] {
    background: linear-gradient(45deg, #17a2b8, #138496);
}

.method-default[b-zp78dvrhrl] {
    background: linear-gradient(45deg, #6c757d, #495057);
}

.payment-period[b-zp78dvrhrl] {
    background-color: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
    margin: 0.5rem 0;
}

.payment-participants[b-zp78dvrhrl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.tenant-avatar[b-zp78dvrhrl] {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #007bff, #00c4ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    font-weight: 600;
}

.payment-reference[b-zp78dvrhrl] {
    background-color: #e9ecef;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.8rem;
    color: #495057;
}

.late-payment-warning[b-zp78dvrhrl] {
    background: linear-gradient(45deg, #dc3545, #c82333);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
}

.payment-date-badge[b-zp78dvrhrl] {
    background: linear-gradient(45deg, #6f42c1, #563d7c);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 8px;
    font-size: 0.8rem;
}
/* /Components/Pages/Payments/PaymentView.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn)
   moved to wwwroot/css/beni-components.css */

.detail-item[b-rb8tjw20pl] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.detail-item label[b-rb8tjw20pl] {
    display: block;
    margin-bottom: 0.25rem;
}
/* /Components/Pages/Profile/Profile.razor.rz.scp.css */
/* Modern Page Styling - Matching LeaseEdit.razor */
.modern-page[b-u5hbtfs7eq] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    padding: 2rem 0;
}

.text-gradient[b-u5hbtfs7eq] {
    background: linear-gradient(45deg, #007bff, #0056b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modern-card[b-u5hbtfs7eq] {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

    .modern-card:hover[b-u5hbtfs7eq] {
        transform: translateY(-5px);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    }

/* Profile Section Styling */
.profile-section[b-u5hbtfs7eq] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

    .profile-section:hover[b-u5hbtfs7eq] {
        background: #f1f3f4;
        border-color: #007bff;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
    }

/* .section-header moved to wwwroot/css/beni-components.css */

/* Modern Form Controls */
.modern-label[b-u5hbtfs7eq] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    display: block;
}

.modern-input[b-u5hbtfs7eq], .modern-select[b-u5hbtfs7eq], .modern-textarea[b-u5hbtfs7eq] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 0.95rem;
    background: #ffffff;
}

    .modern-input:focus[b-u5hbtfs7eq], .modern-select:focus[b-u5hbtfs7eq], .modern-textarea:focus[b-u5hbtfs7eq] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        background: #ffffff;
    }

    .modern-input[b-u5hbtfs7eq]::placeholder {
        color: #6c757d;
        opacity: 0.7;
    }

/* Modern Button Styling */
.modern-btn[b-u5hbtfs7eq] {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
}

    .modern-btn:hover[b-u5hbtfs7eq] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .modern-btn:active[b-u5hbtfs7eq] {
        transform: translateY(0);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

.btn-primary.modern-btn[b-u5hbtfs7eq] {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
}

    .btn-primary.modern-btn:hover[b-u5hbtfs7eq] {
        background: linear-gradient(45deg, #0056b3, #004085);
    }

.btn-outline-secondary.modern-btn[b-u5hbtfs7eq] {
    border: 2px solid #6c757d;
    color: #6c757d;
    background: transparent;
}

    .btn-outline-secondary.modern-btn:hover[b-u5hbtfs7eq] {
        background: #6c757d;
        color: white;
    }

/* Alert Styling */
.alert[b-u5hbtfs7eq] {
    border-radius: 12px;
    border: none;
    font-weight: 500;
}

.alert-danger[b-u5hbtfs7eq] {
    background: linear-gradient(45deg, #dc3545, #c82333);
    color: white;
}

.alert-success[b-u5hbtfs7eq] {
    background: linear-gradient(45deg, #28a745, #218838);
    color: white;
}

.cursor-pointer[b-u5hbtfs7eq] {
    cursor: pointer;
}

/* Loading Spinner */
.spinner-border[b-u5hbtfs7eq] {
    animation: spinner-border 0.75s linear infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modern-page[b-u5hbtfs7eq] {
        padding: 1rem 0;
    }

    .profile-section[b-u5hbtfs7eq] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

    .modern-btn[b-u5hbtfs7eq] {
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
    }

    .display-5[b-u5hbtfs7eq] {
        font-size: 2rem;
    }

    .lead[b-u5hbtfs7eq] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .d-flex.gap-3[b-u5hbtfs7eq] {
        flex-direction: column;
    }

    .modern-btn[b-u5hbtfs7eq] {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* Animation */
.modern-card[b-u5hbtfs7eq] {
    animation: fadeInUp-b-u5hbtfs7eq 0.6s ease both;
}

@keyframes fadeInUp-b-u5hbtfs7eq {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.profile-section[b-u5hbtfs7eq] {
    animation: fadeInLeft-b-u5hbtfs7eq 0.6s ease both;
}

    .profile-section:nth-child(2)[b-u5hbtfs7eq] {
        animation-delay: 0.1s;
    }

    .profile-section:nth-child(3)[b-u5hbtfs7eq] {
        animation-delay: 0.2s;
    }

    .profile-section:nth-child(4)[b-u5hbtfs7eq] {
        animation-delay: 0.3s;
    }

@keyframes fadeInLeft-b-u5hbtfs7eq {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
/* /Components/Pages/Properties/LeaseFormComponent.razor.rz.scp.css */
.lease-form-section[b-jbyt4q16qy] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 1rem;
}

/* Shared utilities (.section-header, .existing-data-card, .modern-label)
   moved to wwwroot/css/beni-components.css */

.existing-lease-preview[b-jbyt4q16qy] {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.existing-lease-preview:hover[b-jbyt4q16qy] {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

/* Slightly larger label and input font-size specific to this form component */
.modern-label[b-jbyt4q16qy] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.modern-input[b-jbyt4q16qy], .modern-select[b-jbyt4q16qy], .modern-textarea[b-jbyt4q16qy] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 0.95rem;
}

.modern-input:focus[b-jbyt4q16qy], .modern-select:focus[b-jbyt4q16qy], .modern-textarea:focus[b-jbyt4q16qy] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group-text[b-jbyt4q16qy] {
    background-color: #f8f9fa;
    border-color: #ced4da;
    color: #495057;
    font-weight: 500;
}
/* /Components/Pages/Properties/PropertyForm.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .section-header,
   .existing-data-card) moved to wwwroot/css/beni-components.css */

/* Slightly larger label and input font-size specific to this multi-step form */
.modern-label[b-yusy9zve4w] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.modern-input[b-yusy9zve4w], .modern-select[b-yusy9zve4w], .modern-textarea[b-yusy9zve4w] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 0.95rem;
}

    .modern-input:focus[b-yusy9zve4w], .modern-select:focus[b-yusy9zve4w], .modern-textarea:focus[b-yusy9zve4w] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

/* Larger padding/font for the primary CTA button in multi-step form */
.modern-btn[b-yusy9zve4w] {
    border-radius: 25px;
    padding: 0.6rem 1.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

    .modern-btn:hover[b-yusy9zve4w] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

.modern-option-card[b-yusy9zve4w] {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #fff;
}

    .modern-option-card:hover[b-yusy9zve4w] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.05);
    }

    .modern-option-card.selected[b-yusy9zve4w] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.1);
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
    }

.modern-counter[b-yusy9zve4w] {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-checkbox[b-yusy9zve4w] {
    background: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .feature-checkbox:hover[b-yusy9zve4w] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.05);
    }

    .feature-checkbox.selected[b-yusy9zve4w] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.1);
        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
    }

    .feature-checkbox input:checked + label[b-yusy9zve4w] {
        color: #007bff;
        font-weight: 600;
    }

    .feature-checkbox .form-check-input[b-yusy9zve4w] {
        transition: all 0.3s ease;
    }

.modern-dropzone[b-yusy9zve4w] {
    border: 2px dashed #ced4da;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background: #fafbfc;
}

    .modern-dropzone.dragging[b-yusy9zve4w] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.05);
    }

.preview-image[b-yusy9zve4w] {
    position: relative;
    max-width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

    .preview-image img[b-yusy9zve4w] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.upload-placeholder[b-yusy9zve4w] {
    padding: 2rem;
}

.progress-container[b-yusy9zve4w] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modern-progress[b-yusy9zve4w] {
    height: 8px;
    border-radius: 10px;
    background-color: #e9ecef;
}

    .modern-progress .progress-bar[b-yusy9zve4w] {
        background: linear-gradient(45deg, #007bff, #00c4ff);
        border-radius: 10px;
        transition: width 0.6s ease;
    }

.stepper[b-yusy9zve4w] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.stepper-step[b-yusy9zve4w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.stepper-circle[b-yusy9zve4w] {
    width: 45px;
    height: 45px;
    background: #e9ecef;
    color: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.stepper-step.active .stepper-circle[b-yusy9zve4w] {
    background: #007bff;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.stepper-step.completed .stepper-circle[b-yusy9zve4w] {
    background: #28a745;
    color: #fff;
}

.stepper-line[b-yusy9zve4w] {
    flex: 1;
    height: 2px;
    background: #e9ecef;
    margin: 0 1rem;
    min-width: 60px;
    transition: background-color 0.3s ease;
}

    .stepper-line.completed[b-yusy9zve4w] {
        background: #28a745;
    }

.stepper-step span[b-yusy9zve4w] {
    font-size: 0.85rem;
    color: #6c757d;
    text-align: center;
    white-space: nowrap;
}

.stepper-step.active span[b-yusy9zve4w] {
    color: #007bff;
    font-weight: 600;
}

.stepper-step.completed span[b-yusy9zve4w] {
    color: #28a745;
    font-weight: 600;
}

.nav-tabs[b-yusy9zve4w] {
    border: none;
    background: #fff;
    border-radius: 15px;
    padding: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

    .nav-tabs .nav-link[b-yusy9zve4w] {
        font-weight: 500;
        color: #6c757d;
        border: none;
        border-radius: 10px;
        padding: 0.75rem 1.5rem;
        transition: all 0.3s ease;
        margin: 0 0.25rem;
    }

        .nav-tabs .nav-link:hover[b-yusy9zve4w] {
            color: #007bff;
            background-color: rgba(0, 123, 255, 0.1);
        }

        .nav-tabs .nav-link.active[b-yusy9zve4w] {
            color: #fff;
            background: linear-gradient(45deg, #007bff, #00c4ff);
            box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
        }

.form-check-input:checked[b-yusy9zve4w] {
    background-color: #007bff;
    border-color: #007bff;
}

.form-switch .form-check-input[b-yusy9zve4w] {
    width: 2.5rem;
    height: 1.25rem;
}

.cursor-pointer[b-yusy9zve4w] {
    cursor: pointer;
}

.tenant-lease-section[b-yusy9zve4w] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
}

/* .section-header and .existing-data-card moved to wwwroot/css/beni-components.css */

.existing-info h6[b-yusy9zve4w] {
    color: #495057;
    font-weight: 600;
}

.existing-info .text-muted[b-yusy9zve4w] {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .stepper[b-yusy9zve4w] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .stepper-line[b-yusy9zve4w] {
        width: 2px;
        height: 30px;
        margin: 0.5rem 0;
        min-width: auto;
    }

    .nav-tabs .nav-link[b-yusy9zve4w] {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }

    .modern-btn[b-yusy9zve4w] {
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
    }
}
/* /Components/Pages/Properties/PropertyList.razor.rz.scp.css */
.property-available[b-9oivtaan8a] {
    border-left: 4px solid #28a745 !important;
}

.property-unavailable[b-9oivtaan8a] {
    border-left: 4px solid #6c757d !important;
    opacity: 0.8;
}

.modern-card[b-9oivtaan8a] {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

    .modern-card:hover[b-9oivtaan8a] {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.property-card[b-9oivtaan8a] {
    overflow: hidden;
    position: relative;
}

.property-image[b-9oivtaan8a] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

    .property-image img[b-9oivtaan8a] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .property-image:hover img[b-9oivtaan8a] {
        transform: scale(1.05);
    }

.placeholder-image[b-9oivtaan8a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #f8f9fa;
    color: #6c757d;
}

.property-status[b-9oivtaan8a] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

/* .btn-group .modern-btn moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Properties/PropertyListOld.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn,
   .modern-label) moved to wwwroot/css/beni-components.css */

.modern-input[b-tdjdm3k1dv], .modern-select[b-tdjdm3k1dv] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .modern-input:focus[b-tdjdm3k1dv], .modern-select:focus[b-tdjdm3k1dv] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.property-card[b-tdjdm3k1dv] {
    overflow: hidden;
    position: relative;
}

.property-image[b-tdjdm3k1dv] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

    .property-image img[b-tdjdm3k1dv] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .property-image:hover img[b-tdjdm3k1dv] {
        transform: scale(1.05);
    }

.placeholder-image[b-tdjdm3k1dv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #f8f9fa;
}

.property-status[b-tdjdm3k1dv] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.badge[b-tdjdm3k1dv] {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 25px;
}

/* .btn-group .modern-btn moved to wwwroot/css/beni-components.css */

.cursor-pointer[b-tdjdm3k1dv] {
    cursor: pointer;
}
/* /Components/Pages/Properties/PropertyView.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn)
   moved to wwwroot/css/beni-components.css */

/* Image Gallery Styles */
.image-gallery[b-pq9y61mi4c] {
    width: 100%;
}

.main-image-container[b-pq9y61mi4c] {
    position: relative;
    height: 350px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.main-image[b-pq9y61mi4c] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

    .main-image:hover[b-pq9y61mi4c] {
        transform: scale(1.05);
    }

.image-overlay[b-pq9y61mi4c] {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.main-image-container:hover .image-overlay[b-pq9y61mi4c] {
    opacity: 1;
}

.thumbnail-container[b-pq9y61mi4c] {
    margin-top: 15px;
}

.thumbnail-grid[b-pq9y61mi4c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    max-width: 100%;
}

.thumbnail[b-pq9y61mi4c] {
    position: relative;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

    .thumbnail:hover[b-pq9y61mi4c] {
        border-color: #007bff;
        transform: translateY(-2px);
    }

    .thumbnail.active[b-pq9y61mi4c] {
        border-color: #007bff;
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    }

    .thumbnail img[b-pq9y61mi4c] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.thumbnail.more-images[b-pq9y61mi4c] {
    position: relative;
}

.more-overlay[b-pq9y61mi4c] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.no-image-placeholder[b-pq9y61mi4c] {
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 15px;
    border: 2px dashed #dee2e6;
}

/* Lightbox Styles */
.lightbox-overlay[b-pq9y61mi4c] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    cursor: pointer;
}

.lightbox-container[b-pq9y61mi4c] {
    max-width: 90%;
    max-height: 90%;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    cursor: default;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.lightbox-header[b-pq9y61mi4c] {
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lightbox-content[b-pq9y61mi4c] {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 70vh;
    overflow: hidden;
    position: relative;
}

.lightbox-image[b-pq9y61mi4c] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Navigation arrows within lightbox content */
.lightbox-nav[b-pq9y61mi4c] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    font-size: 1.2rem;
    color: #333;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

    .lightbox-nav:hover:not(:disabled)[b-pq9y61mi4c] {
        background: rgba(255, 255, 255, 1);
        transform: translateY(-50%) scale(1.1);
    }

    .lightbox-nav:disabled[b-pq9y61mi4c] {
        opacity: 0.3;
        cursor: not-allowed;
    }

.lightbox-nav-left[b-pq9y61mi4c] {
    left: 20px;
}

.lightbox-nav-right[b-pq9y61mi4c] {
    right: 20px;
}

.lightbox-navigation[b-pq9y61mi4c] {
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-counter[b-pq9y61mi4c] {
    font-weight: 500;
    color: #6c757d;
}

/* Feature and other existing styles */
.feature-item[b-pq9y61mi4c] {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.3s ease;
}

    .feature-item:hover[b-pq9y61mi4c] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.05);
    }

.lease-item[b-pq9y61mi4c] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .lease-item:hover[b-pq9y61mi4c] {
        border-color: #007bff;
        background-color: #e9ecef;
    }

.timeline[b-pq9y61mi4c] {
    position: relative;
    padding-left: 40px;
}

.timeline-item[b-pq9y61mi4c] {
    position: relative;
    margin-bottom: 30px;
}

.timeline-icon[b-pq9y61mi4c] {
    position: absolute;
    left: -40px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #e9ecef;
}

.timeline-icon-danger[b-pq9y61mi4c] {
    background-color: #dc3545;
}

.timeline-item[b-pq9y61mi4c]::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 40px;
    bottom: -30px;
    width: 2px;
    background-color: #dee2e6;
}

.timeline-item:last-child[b-pq9y61mi4c]::before {
    display: none;
}

.timeline-content[b-pq9y61mi4c] {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .timeline-content:hover[b-pq9y61mi4c] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.05);
    }

.cursor-pointer[b-pq9y61mi4c] {
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .main-image-container[b-pq9y61mi4c] {
        height: 250px;
    }

    .thumbnail-grid[b-pq9y61mi4c] {
        grid-template-columns: repeat(4, 1fr);
    }

    .thumbnail[b-pq9y61mi4c] {
        height: 60px;
    }

    .lightbox-container[b-pq9y61mi4c] {
        max-width: 95%;
        max-height: 95%;
    }

    .lightbox-nav[b-pq9y61mi4c] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .lightbox-nav-left[b-pq9y61mi4c] {
        left: 10px;
    }

    .lightbox-nav-right[b-pq9y61mi4c] {
        right: 10px;
    }
}
/* /Components/Pages/Properties/TenantFormComponent.razor.rz.scp.css */
.tenant-form-section[b-gjf5xte9i8] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid #e9ecef;
    margin-bottom: 1rem;
}

/* Shared utilities (.section-header, .existing-data-card, .modern-label)
   moved to wwwroot/css/beni-components.css */

.existing-tenant-preview[b-gjf5xte9i8] {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.existing-tenant-preview:hover[b-gjf5xte9i8] {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

/* Slightly larger label and input font-size specific to this form component */
.modern-label[b-gjf5xte9i8] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.modern-input[b-gjf5xte9i8], .modern-select[b-gjf5xte9i8], .modern-textarea[b-gjf5xte9i8] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 0.95rem;
}

.modern-input:focus[b-gjf5xte9i8], .modern-select:focus[b-gjf5xte9i8], .modern-textarea:focus[b-gjf5xte9i8] {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* /Components/Pages/Reports/AccruedRevenue.razor.rz.scp.css */
/* Shared utilities (.text-gradient, .modern-card, .modern-btn)
   moved to wwwroot/css/beni-components.css */

/* Page-level background for this report (uses local class name) */
.accrued-revenue-page[b-6kskmyiyr2] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e9f0 100%);
    min-height: 100vh;
}

.summary-card[b-6kskmyiyr2] {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.9), rgba(0, 196, 255, 0.9));
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.summary-card[b-6kskmyiyr2]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    transform: rotate(45deg);
}

.summary-metric[b-6kskmyiyr2] {
    position: relative;
    z-index: 1;
}

.metric-icon[b-6kskmyiyr2] {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.tenant-avatar[b-6kskmyiyr2] {
    width: 32px;
    height: 32px;
    background: linear-gradient(45deg, #007bff, #00c4ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.expanded-payments[b-6kskmyiyr2] {
    background-color: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.progress[b-6kskmyiyr2] {
    border-radius: 6px;
    overflow: hidden;
}

.progress-bar[b-6kskmyiyr2] {
    transition: width 0.5s ease-in-out;
}

.table > tbody > tr[b-6kskmyiyr2] {
    transition: background-color 0.2s ease;
}

.badge[b-6kskmyiyr2] {
    font-size: 0.8rem;
    padding: 0.4em 0.8em;
}

@media (max-width: 991.98px) {
    .summary-card h3[b-6kskmyiyr2] {
        font-size: 1.5rem;
    }

    .metric-icon[b-6kskmyiyr2] {
        width: 40px;
        height: 40px;
    }

    .metric-icon i[b-6kskmyiyr2] {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 767.98px) {
    .summary-card h3[b-6kskmyiyr2] {
        font-size: 1.25rem;
    }

    .table-responsive[b-6kskmyiyr2] {
        font-size: 0.85rem;
    }
}
/* /Components/Pages/Reports/AnnualIncome.razor.rz.scp.css */
/* Print utilities moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Reports/Delinquency.razor.rz.scp.css */
/* Print utilities moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Reports/DepositReport.razor.rz.scp.css */
/* Print utilities moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Reports/ExpenseReport.razor.rz.scp.css */
@media print {
    .no-print[b-5vcwsrwajl] { display: none !important; }
    body[b-5vcwsrwajl] { font-size: 12px; }
    .card[b-5vcwsrwajl] { break-inside: avoid; }
}
/* /Components/Pages/Reports/LeaseExpirations.razor.rz.scp.css */
/* Print utilities moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Reports/Occupancy.razor.rz.scp.css */
/* Print utilities moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Reports/PropertySummary.razor.rz.scp.css */
/* Print utilities moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Reports/TenantStatement.razor.rz.scp.css */
/* Print utilities moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Settings/Settings.razor.rz.scp.css */
.modern-page[b-3w0g6eopw0] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    min-height: 100vh;
    padding: 2rem 0;
}

.text-gradient[b-3w0g6eopw0] {
    background: linear-gradient(45deg, #007bff, #0056b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modern-card[b-3w0g6eopw0] {
    border: none;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    overflow: hidden;
}

    .modern-card:hover[b-3w0g6eopw0] {
        transform: translateY(-3px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.modern-card .card-header[b-3w0g6eopw0] {
    border-radius: 20px 20px 0 0;
}

.avatar-circle[b-3w0g6eopw0] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-initials[b-3w0g6eopw0] {
    color: white;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.modern-btn[b-3w0g6eopw0] {
    border-radius: 10px;
    padding: 0.6rem 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

    .modern-btn:hover[b-3w0g6eopw0] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }

    .modern-btn:active[b-3w0g6eopw0] {
        transform: translateY(0);
    }

.btn-primary.modern-btn[b-3w0g6eopw0] {
    background: linear-gradient(45deg, #007bff, #0056b3);
    border: none;
    color: white;
}

    .btn-primary.modern-btn:hover[b-3w0g6eopw0] {
        background: linear-gradient(45deg, #0056b3, #004085);
    }

.btn-danger.modern-btn[b-3w0g6eopw0] {
    background: linear-gradient(45deg, #dc3545, #c82333);
    border: none;
    color: white;
}

    .btn-danger.modern-btn:hover[b-3w0g6eopw0] {
        background: linear-gradient(45deg, #c82333, #a71d2a);
    }

.btn-outline-primary.modern-btn[b-3w0g6eopw0] {
    border: 2px solid #007bff;
    color: #007bff;
    background: transparent;
}

    .btn-outline-primary.modern-btn:hover[b-3w0g6eopw0] {
        background: #007bff;
        color: white;
    }

.form-control[b-3w0g6eopw0] {
    border-radius: 10px;
    padding: 0.65rem 1rem;
    border: 1px solid #ced4da;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-control:focus[b-3w0g6eopw0] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.form-check-input[b-3w0g6eopw0] {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
}

    .form-check-input:checked[b-3w0g6eopw0] {
        background-color: #007bff;
        border-color: #007bff;
    }

.form-switch .form-check-label[b-3w0g6eopw0] {
    padding-left: 0.5rem;
    cursor: pointer;
}

.alert[b-3w0g6eopw0] {
    border-radius: 12px;
    border: none;
}

/* Animation */
.modern-card[b-3w0g6eopw0] {
    animation: fadeInUp-b-3w0g6eopw0 0.6s ease both;
}

    .modern-card:nth-child(2)[b-3w0g6eopw0] {
        animation-delay: 0.1s;
    }

    .modern-card:nth-child(3)[b-3w0g6eopw0] {
        animation-delay: 0.2s;
    }

    .modern-card:nth-child(4)[b-3w0g6eopw0] {
        animation-delay: 0.3s;
    }

@keyframes fadeInUp-b-3w0g6eopw0 {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .modern-page[b-3w0g6eopw0] {
        padding: 1rem 0;
    }

    .avatar-circle[b-3w0g6eopw0] {
        width: 50px;
        height: 50px;
    }

    .avatar-initials[b-3w0g6eopw0] {
        font-size: 1.2rem;
    }

    .d-flex.align-items-center.mb-4[b-3w0g6eopw0] {
        flex-wrap: wrap;
    }

    .ms-auto[b-3w0g6eopw0] {
        margin-left: 0 !important;
        margin-top: 1rem;
        width: 100%;
    }

        .ms-auto .btn[b-3w0g6eopw0] {
            width: 100%;
        }

    .display-5[b-3w0g6eopw0] {
        font-size: 2rem;
    }

    .lead[b-3w0g6eopw0] {
        font-size: 1rem;
    }
}
/* /Components/Pages/SignUp.razor.rz.scp.css */
.glass-card[b-2jkmqtwgpr] {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

    .glass-card:hover[b-2jkmqtwgpr] {
        transform: translateY(-5px);
    }

.text-gradient[b-2jkmqtwgpr] {
    background: linear-gradient(45deg, #007bff, #00c4ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-control[b-2jkmqtwgpr] {
    border-radius: 0 5px 5px 0;
    padding-left: 0.5rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .form-control:focus[b-2jkmqtwgpr] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.input-group-text[b-2jkmqtwgpr] {
    background-color: #f8f9fa;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ced4da;
    color: #6c757d;
}

.modern-btn[b-2jkmqtwgpr] {
    border-radius: 25px;
    padding: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .modern-btn:hover[b-2jkmqtwgpr] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    }

    .modern-btn:disabled[b-2jkmqtwgpr] {
        opacity: 0.7;
        cursor: not-allowed;
    }

.text-primary[b-2jkmqtwgpr] {
    color: #007bff !important;
}

    .text-primary:hover[b-2jkmqtwgpr] {
        color: #0056b3 !important;
    }
/* /Components/Pages/Tenants/TenantDelete.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn,
   .cursor-pointer) moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Tenants/TenantEdit.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn,
   .modern-label, .cursor-pointer, .flash-error)
   moved to wwwroot/css/beni-components.css */

.modern-input[b-r99uisvnuu], .modern-select[b-r99uisvnuu], .modern-textarea[b-r99uisvnuu] {
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .modern-input:focus[b-r99uisvnuu], .modern-select:focus[b-r99uisvnuu], .modern-textarea:focus[b-r99uisvnuu] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.photo-upload[b-r99uisvnuu] {
    max-width: 200px;
    margin: 0 auto;
}

.preview-image[b-r99uisvnuu] {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

    .preview-image img[b-r99uisvnuu] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.upload-placeholder[b-r99uisvnuu] {
    padding: 1rem;
    text-align: center;
    border: 2px dashed #ced4da;
    border-radius: 10px;
}

/* .flash-error, @keyframes flash, .cursor-pointer moved to wwwroot/css/beni-components.css */
/* /Components/Pages/Tenants/TenantList.razor.rz.scp.css */
.tenant-active[b-b4sj8knaws] {
    border-left: 4px solid #28a745 !important;
}

.tenant-inactive[b-b4sj8knaws] {
    border-left: 4px solid #6c757d !important;
    opacity: 0.8;
}

.modern-card[b-b4sj8knaws] {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

    .modern-card:hover[b-b4sj8knaws] {
        transform: translateY(-5px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    }

.tenant-card[b-b4sj8knaws] {
    overflow: hidden;
    position: relative;
}

.tenant-avatar[b-b4sj8knaws] {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #007bff, #00c4ff);
}

.tenant-avatar-circle[b-b4sj8knaws] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.tenant-status[b-b4sj8knaws] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

/* .btn-group .modern-btn moved to wwwroot/css/beni-components.css */

.contact-info[b-b4sj8knaws] {
    font-size: 0.9rem;
}

.tenant-birthday-reminder[b-b4sj8knaws] {
    background: linear-gradient(45deg, #ffc107, #ff8c00);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 500;
}

.lease-status-badge[b-b4sj8knaws] {
    background: linear-gradient(45deg, #17a2b8, #20c997);
}

.employment-info[b-b4sj8knaws] {
    background-color: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
    margin: 0.5rem 0;
}
/* /Components/Pages/Tenants/TenantView.razor.rz.scp.css */
/* Shared utilities (.modern-page, .text-gradient, .modern-card, .modern-btn,
   .cursor-pointer) moved to wwwroot/css/beni-components.css */

.preview-image[b-f0eg5bix21] {
    position: relative;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

    .preview-image img[b-f0eg5bix21] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .preview-image.placeholder-image[b-f0eg5bix21] {
        flex-direction: column;
        text-align: center;
    }

.lease-history-item[b-f0eg5bix21] {
    transition: all 0.2s ease;
    cursor: pointer;
}

.lease-history-item:hover[b-f0eg5bix21] {
    background-color: #e9ecef !important;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* /Components/Shared/AddressPicker.razor.rz.scp.css */
.address-picker-container[b-6kc33vqajc] {
    position: relative;
}

.address-search-container[b-6kc33vqajc] {
    position: relative;
}

.map-container[b-6kc33vqajc] {
    position: relative;
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.google-map[b-6kc33vqajc] {
    height: 350px;
    width: 100%;
    border-radius: 10px;
}

.map-loading-overlay[b-6kc33vqajc] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(248, 249, 250, 0.95);
    z-index: 10;
    border-radius: 10px;
}

.selected-address-info[b-6kc33vqajc] {
    background: #e8f5e8;
    border: 1px solid #c3e6c3;
    border-radius: 8px;
    padding: 16px;
    margin-top: 8px;
}

.manual-coordinates[b-6kc33vqajc] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #dee2e6;
}

.modern-input[b-6kc33vqajc] {
    border-radius: 8px;
    border: 1px solid #ced4da;
    padding: 0.75rem 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    .modern-input:focus[b-6kc33vqajc] {
        border-color: #007bff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.modern-label[b-6kc33vqajc] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.coordinates-display[b-6kc33vqajc] {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 8px 12px;
    border: 1px solid #e9ecef;
}

    .coordinates-display small[b-6kc33vqajc] {
        font-family: 'Courier New', monospace;
        font-size: 0.8rem;
    }

.modern-input:disabled[b-6kc33vqajc] {
    background-color: #f8f9fa;
    opacity: 0.6;
    cursor: not-allowed;
}

.btn:disabled[b-6kc33vqajc] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Components/Shared/FileUpload.razor.rz.scp.css */
/* ChatGPT's solution - Hide InputFile completely */
.hidden-file-input[b-qod8fydi81] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* Beautiful upload button styling */
.beautiful-upload-btn[b-qod8fydi81] {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    border-radius: 16px;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .beautiful-upload-btn[b-qod8fydi81]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s;
    }

    .beautiful-upload-btn:hover[b-qod8fydi81] {
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
        background: linear-gradient(135deg, #0056b3 0%, #003d82 100%);
    }

        .beautiful-upload-btn:hover[b-qod8fydi81]::before {
            left: 100%;
        }

    .beautiful-upload-btn:active[b-qod8fydi81] {
        transform: translateY(-1px);
    }

/* Upload section separation */
.upload-section[b-qod8fydi81] {
    border-top: 1px solid #e9ecef;
    background: rgba(248, 249, 250, 0.5);
    border-radius: 0 0 15px 15px;
    margin: 0 -2rem -2rem -2rem;
    padding: 2rem;
}

/* Elegant divider */
.upload-divider[b-qod8fydi81] {
    position: relative;
    text-align: center;
    margin: 2rem 0;
}

    .upload-divider[b-qod8fydi81]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(to right, transparent, #dee2e6, transparent);
    }

.upload-divider-text[b-qod8fydi81] {
    background: #f8f9fa;
    padding: 0 1.5rem;
    color: #6c757d;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Enhanced upload placeholder */
.upload-placeholder[b-qod8fydi81] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px dashed #dee2e6;
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .upload-placeholder[b-qod8fydi81]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, transparent 30%, rgba(0, 123, 255, 0.05) 50%, transparent 70%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .upload-placeholder:hover[b-qod8fydi81] {
        border-color: #007bff;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 123, 255, 0.1);
    }

        .upload-placeholder:hover[b-qod8fydi81]::before {
            opacity: 1;
        }

/* Upload icon animation */
.upload-icon[b-qod8fydi81] {
    position: relative;
}

    .upload-icon i[b-qod8fydi81] {
        transition: all 0.3s ease;
    }

.upload-placeholder:hover .upload-icon i[b-qod8fydi81] {
    transform: scale(1.1);
    color: #007bff !important;
}

/* Upload help styling */
.upload-help[b-qod8fydi81] {
    background: rgba(0, 123, 255, 0.05);
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid rgba(0, 123, 255, 0.1);
}

/* Modern button styling */
.modern-btn[b-qod8fydi81] {
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .modern-btn:hover[b-qod8fydi81] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

/* Completely hide the file input */
.hidden-file-input[b-qod8fydi81] {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

/* Drag overlay for when files are being dragged */
.drag-overlay[b-qod8fydi81] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 123, 255, 0.1);
    border: 3px dashed #007bff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: pulse-b-qod8fydi81 1s infinite;
}

.drag-message[b-qod8fydi81] {
    text-align: center;
    color: #007bff;
    font-weight: 600;
    pointer-events: none;
}

    .drag-message i[b-qod8fydi81] {
        color: #007bff;
    }

/* Modern drop zone styling */
.modern-dropzone[b-qod8fydi81] {
    border: 2px dashed #ced4da;
    border-radius: 15px;
    padding: 2rem;
    background: #fafbfc;
    min-height: 200px;
    transition: all 0.3s ease;
    position: relative;
}

    .modern-dropzone.dragging[b-qod8fydi81] {
        border-color: #007bff;
        background-color: rgba(0,123,255,0.05);
        transform: scale(1.02);
    }

/* File preview container */
.preview-file[b-qod8fydi81] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

    .preview-file:hover[b-qod8fydi81] {
        transform: translateY(-2px);
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }

/* Image container with caption overlay */
.image-container[b-qod8fydi81] {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.caption-overlay[b-qod8fydi81] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.image-container:hover .caption-overlay[b-qod8fydi81] {
    transform: translateY(0);
}

.caption-display[b-qod8fydi81] {
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

.caption-edit-container[b-qod8fydi81] {
    background: rgba(255,255,255,0.95);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.caption-add-btn[b-qod8fydi81] {
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

    .caption-add-btn:hover[b-qod8fydi81] {
        background: rgba(255,255,255,0.3);
        transform: translateY(-1px);
    }

/* File icon styling */
.file-icon[b-qod8fydi81] {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    transition: all 0.3s ease;
}

    .file-icon:hover[b-qod8fydi81] {
        border-color: #007bff;
        background: rgba(0,123,255,0.05);
    }

/* Action buttons */
.file-actions[b-qod8fydi81] {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.preview-file:hover .file-actions[b-qod8fydi81] {
    opacity: 1;
}

/* File info badge */
.file-info-badge[b-qod8fydi81] {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.preview-file:hover .file-info-badge[b-qod8fydi81] {
    opacity: 1;
}

/* Modern button styling */
.modern-btn[b-qod8fydi81] {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .modern-btn:hover[b-qod8fydi81] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0,123,255,0.3);
    }

/* Upload placeholder styling */
.upload-placeholder[b-qod8fydi81] {
    padding: 3rem 2rem;
    transition: all 0.3s ease;
}

.modern-dropzone:hover .upload-placeholder[b-qod8fydi81] {
    transform: scale(1.02);
}

/* Progress bar styling */
.progress[b-qod8fydi81] {
    border-radius: 10px;
    overflow: hidden;
    background-color: #e9ecef;
}

.progress-bar[b-qod8fydi81] {
    border-radius: 10px;
    background: linear-gradient(45deg, #007bff, #0056b3);
}

/* Alert styling */
.alert[b-qod8fydi81] {
    border-radius: 10px;
    border: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.alert-danger[b-qod8fydi81] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

.alert-success[b-qod8fydi81] {
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
}

/* Loading spinner styling */
.spinner-border-sm[b-qod8fydi81] {
    width: 1rem;
    height: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-dropzone[b-qod8fydi81] {
        padding: 1.5rem;
        min-height: 150px;
    }

    .upload-placeholder[b-qod8fydi81] {
        padding: 2rem 1rem;
    }

    .preview-file[b-qod8fydi81] {
        margin-bottom: 1rem;
    }

    .caption-overlay[b-qod8fydi81] {
        position: static;
        transform: none;
        background: rgba(0,0,0,0.8);
        margin-top: 0.5rem;
        border-radius: 8px;
    }

    .file-actions[b-qod8fydi81] {
        opacity: 1;
    }
}

/* Animation classes */
@keyframes fadeIn-b-qod8fydi81 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.preview-file[b-qod8fydi81] {
    animation: fadeIn-b-qod8fydi81 0.3s ease-out;
}

@keyframes pulse-b-qod8fydi81 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.modern-dropzone.dragging .upload-placeholder[b-qod8fydi81] {
    animation: pulse-b-qod8fydi81 1s infinite;
}

/* Focus styles for accessibility */
.file-overlay-placeholder:focus-visible + * .modern-btn[b-qod8fydi81] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.btn:focus-visible[b-qod8fydi81] {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

/* Custom scrollbar for long file lists */
.preview-files-container[b-qod8fydi81] {
    max-height: 500px;
    overflow-y: auto;
}

    .preview-files-container[b-qod8fydi81]::-webkit-scrollbar {
        width: 8px;
    }

    .preview-files-container[b-qod8fydi81]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .preview-files-container[b-qod8fydi81]::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 10px;
    }

        .preview-files-container[b-qod8fydi81]::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }
/* /Components/Shared/FloatingActionButton.razor.rz.scp.css */
.fab-container[b-7kvoblkyn8] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.fab-main[b-7kvoblkyn8] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1001;
}

    .fab-main:hover[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #0056b3, #004085);
        box-shadow: 0 6px 25px rgba(0, 123, 255, 0.5);
        transform: scale(1.05);
    }

    .fab-main.fab-open[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #dc3545, #c82333);
        box-shadow: 0 6px 25px rgba(220, 53, 69, 0.5);
        transform: rotate(45deg);
    }

    .fab-main i[b-7kvoblkyn8] {
        transition: transform 0.3s ease;
    }

.fab-menu[b-7kvoblkyn8] {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.fab-menu-open[b-7kvoblkyn8] {
    pointer-events: auto;
}

.fab-item[b-7kvoblkyn8] {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0) translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: var(--delay, 0s);
    display: flex;
    align-items: center;
    gap: 1rem;
}

.fab-menu-open .fab-item[b-7kvoblkyn8] {
    opacity: 1;
    transform: scale(1) translateY(calc(-80px * var(--index, 1)));
}

    .fab-menu-open .fab-item:nth-child(1)[b-7kvoblkyn8] {
        --index: 1;
    }

    .fab-menu-open .fab-item:nth-child(2)[b-7kvoblkyn8] {
        --index: 2;
    }

    .fab-menu-open .fab-item:nth-child(3)[b-7kvoblkyn8] {
        --index: 3;
    }

    .fab-menu-open .fab-item:nth-child(4)[b-7kvoblkyn8] {
        --index: 4;
    }

    .fab-menu-open .fab-item:nth-child(5)[b-7kvoblkyn8] {
        --index: 5;
    }

    .fab-menu-open .fab-item:nth-child(6)[b-7kvoblkyn8] {
        --index: 6;
    }

.fab-action[b-7kvoblkyn8] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #28a745, #1e7e34);
    border: none;
    color: white;
    box-shadow: 0 3px 15px rgba(40, 167, 69, 0.4);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

    .fab-action:hover[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #1e7e34, #155724);
        box-shadow: 0 4px 20px rgba(40, 167, 69, 0.6);
        transform: scale(1.1);
    }

.fab-tooltip[b-7kvoblkyn8] {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
}

.fab-item:hover .fab-tooltip[b-7kvoblkyn8] {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.fab-overlay[b-7kvoblkyn8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999;
}

/* Custom animations for different actions */
.fab-item:nth-child(1) .fab-action[b-7kvoblkyn8] {
    background: linear-gradient(135deg, #17a2b8, #138496); /* Info - Payments */
}

    .fab-item:nth-child(1) .fab-action:hover[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #138496, #0f6674);
    }

.fab-item:nth-child(2) .fab-action[b-7kvoblkyn8] {
    background: linear-gradient(135deg, #28a745, #1e7e34); /* Success - Properties */
}

    .fab-item:nth-child(2) .fab-action:hover[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #1e7e34, #155724);
    }

.fab-item:nth-child(3) .fab-action[b-7kvoblkyn8] {
    background: linear-gradient(135deg, #6f42c1, #563d7c); /* Purple - Tenants */
}

    .fab-item:nth-child(3) .fab-action:hover[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #563d7c, #452c63);
    }

.fab-item:nth-child(4) .fab-action[b-7kvoblkyn8] {
    background: linear-gradient(135deg, #fd7e14, #e55a00); /* Orange - Leases */
}

    .fab-item:nth-child(4) .fab-action:hover[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #e55a00, #cc5200);
    }

.fab-item:nth-child(5) .fab-action[b-7kvoblkyn8] {
    background: linear-gradient(135deg, #ffc107, #e0a800); /* Warning - Maintenance */
}

    .fab-item:nth-child(5) .fab-action:hover[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #e0a800, #cc9900);
    }

.fab-item:nth-child(6) .fab-action[b-7kvoblkyn8] {
    background: linear-gradient(135deg, #6c757d, #545b62); /* Secondary - Reports */
}

    .fab-item:nth-child(6) .fab-action:hover[b-7kvoblkyn8] {
        background: linear-gradient(135deg, #545b62, #3e444a);
    }

/* Smooth bounce effect */
.fab-main:active[b-7kvoblkyn8] {
    transform: scale(0.95);
}

.fab-action:active[b-7kvoblkyn8] {
    transform: scale(0.9);
}

/* Accessibility improvements */
.fab-main:focus[b-7kvoblkyn8],
.fab-action:focus[b-7kvoblkyn8] {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

/* Responsive adjustments for tablets */
@media (max-width: 768px) {
    .fab-container[b-7kvoblkyn8] {
        bottom: 1.5rem;
        right: 1.5rem;
    }

    .fab-main[b-7kvoblkyn8] {
        width: 56px;
        height: 56px;
        font-size: 1.3rem;
    }

    .fab-action[b-7kvoblkyn8] {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .fab-tooltip[b-7kvoblkyn8] {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
        right: 54px;
    }

    .fab-menu-open .fab-item[b-7kvoblkyn8] {
        transform: scale(1) translateY(calc(-70px * var(--index, 1)));
    }
}

/* Responsive adjustments for mobile phones */
@media (max-width: 480px) {
    .fab-container[b-7kvoblkyn8] {
        bottom: 1rem;
        right: 1rem;
    }

    .fab-main[b-7kvoblkyn8] {
        width: 52px;
        height: 52px;
        font-size: 1.2rem;
    }

    .fab-action[b-7kvoblkyn8] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .fab-tooltip[b-7kvoblkyn8] {
        display: none; /* Hide tooltips on very small screens */
    }

    .fab-menu-open .fab-item[b-7kvoblkyn8] {
        transform: scale(1) translateY(calc(-60px * var(--index, 1)));
    }
}

/* Dark theme support */
@media (prefers-color-scheme: dark) {
    .fab-tooltip[b-7kvoblkyn8] {
        background: rgba(255, 255, 255, 0.9);
        color: #000;
    }
}

/* Animation for when items appear */
@keyframes fabItemAppear-b-7kvoblkyn8 {
    0% {
        opacity: 0;
        transform: scale(0) translateY(0);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8) translateY(calc(-40px * var(--index, 1)));
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(calc(-80px * var(--index, 1)));
    }
}
/* /Components/Shared/LoadingSpinner2.razor.rz.scp.css */
.spinner-container[b-8h0je70pi9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

    .spinner-container.fullscreen[b-8h0je70pi9] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 9999;
    }

    .spinner-container.inline[b-8h0je70pi9] {
        display: inline-flex;
        padding: 0;
    }

.spinner-message[b-8h0je70pi9] {
    margin-top: 0.5rem;
    color: #666;
    font-size: 0.9rem;
    text-align: center;
}

.spinner-pulse[b-8h0je70pi9] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    animation: pulse-b-8h0je70pi9 1s infinite ease-in-out;
}

    .spinner-pulse.spinner-sm[b-8h0je70pi9] {
        width: 1rem;
        height: 1rem;
    }

    .spinner-pulse.spinner-lg[b-8h0je70pi9] {
        width: 3rem;
        height: 3rem;
    }

@keyframes pulse-b-8h0je70pi9 {
    0% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.8);
        opacity: 0.5;
    }
}
/* /Components/Shared/PhotoUpload.razor.rz.scp.css */
.file-overlay[b-zzyffnvi0q] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.modern-dropzone[b-zzyffnvi0q] {
    border: 2px dashed #ced4da;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background: #fafbfc;
    min-height: 200px;
    position: relative;
}

    .modern-dropzone.dragging[b-zzyffnvi0q] {
        border-color: #007bff;
        background-color: rgba(0, 123, 255, 0.05);
    }

.upload-placeholder[b-zzyffnvi0q] {
    padding: 2rem;
}

.preview-image[b-zzyffnvi0q] {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1rem;
}

    .preview-image img[b-zzyffnvi0q] {
        width: 100%;
        object-fit: cover;
    }

.modern-btn[b-zzyffnvi0q] {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .modern-btn:hover[b-zzyffnvi0q] {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    }
/* /Components/Shared/PropertyCard.razor.rz.scp.css */
.property-card[b-4hbs4ga03u] {
    transition: all 0.3s ease;
}

    .property-card:hover[b-4hbs4ga03u] {
        transform: translateY(-5px);
    }

.card-img-container[b-4hbs4ga03u] {
    height: 200px;
    overflow: hidden;
}

    .card-img-container img[b-4hbs4ga03u] {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }

.placeholder-image[b-4hbs4ga03u] {
    height: 200px;
    background-color: #f8f9fa;
}

.description-text[b-4hbs4ga03u] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5rem;
}

.property-details[b-4hbs4ga03u] {
    font-size: 0.9rem;
    color: #6c757d;
}

.price-container[b-4hbs4ga03u] {
    margin-top: auto;
}

.final-price[b-4hbs4ga03u] {
    font-size: 1.2rem;
    font-weight: bold;
}

.modal[b-4hbs4ga03u] {
    background-color: rgba(0, 0, 0, 0.5);
}

.card-img-top[b-4hbs4ga03u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.description-text[b-4hbs4ga03u] {
    font-size: 0.9rem;
    color: #6c757d;
}

.property-details[b-4hbs4ga03u] {
    font-size: 0.875rem;
    color: #6c757d;
}

.price-container[b-4hbs4ga03u] {
    font-weight: 600;
}

.final-price[b-4hbs4ga03u] {
    font-size: 1.25rem;
}

.btn-group .btn[b-4hbs4ga03u] {
    transition: all 0.2s ease;
}
