@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazor.QRCode/Blazor.QRCode.bundle.scp.css';
@import '_content/Blazor3D/Blazor3D.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Community.Blazor.MapLibre/Community.Blazor.MapLibre.bz9ff5m4y3.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* /Pages/Checklist/Create.razor.rz.scp.css */
.grabHover:hover[b-phz8n6iwnv]{
    cursor:grab;
}
/* /Pages/Checklist/Edit.razor.rz.scp.css */
.grabHover:hover[b-ohhfdl6lw2]{
    cursor:grab;
}
/* /Pages/Identity/Login.razor.rz.scp.css */
/* Page shell */
.login-page[b-sqv4ljhkq4] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("login_blur_bckg.png");
    background-size: cover;
    background-position: center;
    font-family: Inter, system-ui, sans-serif;
    padding: 24px;
}

/* Card container */
.login-container[b-sqv4ljhkq4] {
    display: flex;
    width: 100%;
    max-width: 880px;
    min-height: 560px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

/* Left image panel */
.login-image-panel[b-sqv4ljhkq4] {
    position: relative;
    width: 420px;
    flex-shrink: 0;
    display: flex;
}

.login-image[b-sqv4ljhkq4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.login-image-overlay[b-sqv4ljhkq4] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.80) 0%,
        rgba(0, 0, 0, 0.30) 50%,
        rgba(0, 0, 0, 0.10) 100%
    );
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}

.login-image-brand[b-sqv4ljhkq4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-brand-icon[b-sqv4ljhkq4] {
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.login-brand-text[b-sqv4ljhkq4] {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.login-brand-slash[b-sqv4ljhkq4] {
    font-size: 14px;
    font-weight: 700;
    color: #10B981;
}

.login-image-caption[b-sqv4ljhkq4] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.login-image-title[b-sqv4ljhkq4] {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.login-image-subtitle[b-sqv4ljhkq4] {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.80);
    margin: 0;
    line-height: 1.5;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Right form panel */
.login-form-panel[b-sqv4ljhkq4] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
}

.login-form-inner[b-sqv4ljhkq4] {
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* Logo */
.login-logo-area[b-sqv4ljhkq4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.login-logo-svg[b-sqv4ljhkq4] {
    height: 28px;
    width: auto;
}

/* Heading */
.login-heading[b-sqv4ljhkq4] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.login-title[b-sqv4ljhkq4] {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 1.2;
}

.login-subtitle[b-sqv4ljhkq4] {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
    line-height: 1.5;
}

/* Fields */
.login-fields[b-sqv4ljhkq4] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-field[b-sqv4ljhkq4] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.login-label[b-sqv4ljhkq4] {
    font-size: 13px;
    font-weight: 500;
    color: #374151;
}

.login-input-wrap[b-sqv4ljhkq4] {
    position: relative;
    display: flex;
    align-items: center;
}

.login-input-icon[b-sqv4ljhkq4] {
    position: absolute;
    left: 12px;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.login-input[b-sqv4ljhkq4] {
    width: 100%;
    padding: 10px 12px 10px 40px;
    font-size: 14px;
    font-family: Inter, system-ui, sans-serif;
    color: #111827;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.login-input[b-sqv4ljhkq4]::placeholder {
    color: #9CA3AF;
}

.login-input:focus[b-sqv4ljhkq4] {
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

/* Submit button */
.login-btn[b-sqv4ljhkq4] {
    width: 100%;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 600;
    font-family: Inter, system-ui, sans-serif;
    color: #ffffff;
    background: #2563EB;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.1s ease;
    letter-spacing: 0.01em;
    margin-top: 8px;
}

.login-btn:hover[b-sqv4ljhkq4] {
    background: #1D4ED8;
}

.login-btn:active[b-sqv4ljhkq4] {
    transform: scale(0.99);
}

/* Mobile */
@media (max-width: 680px) {
    .login-page[b-sqv4ljhkq4] {
        padding: 0;
        background: #ffffff;
        align-items: stretch;
    }

    .login-container[b-sqv4ljhkq4] {
        flex-direction: column;
        border-radius: 0;
        box-shadow: none;
        min-height: 100vh;
    }

    .login-image-panel[b-sqv4ljhkq4] {
        width: 100%;
        height: 220px;
        flex-shrink: 0;
    }

    .login-form-panel[b-sqv4ljhkq4] {
        padding: 32px 24px;
        align-items: flex-start;
    }
}
/* /Pages/QrCode/Scan.razor.rz.scp.css */
.scan-page[b-y832en42pq] {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    font-size: 12px;
    background-image: url("login_blur_bckg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
/* /Shared/Components/LanguageSwitcher/LanguageSwitcher.razor.rz.scp.css */
.lang-btn[b-esx4j70bv5] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.1s ease, color 0.1s ease;
    font-family: Inter, system-ui, sans-serif;
}

.lang-btn:hover[b-esx4j70bv5],
.lang-btn:focus[b-esx4j70bv5],
.lang-btn.show[b-esx4j70bv5] {
    background-color: #F9FAFB;
    color: #111827;
    box-shadow: none;
    outline: none;
}

.lang-btn[b-esx4j70bv5]::after {
    margin-left: auto;
    opacity: 0.5;
}

[b-esx4j70bv5] .lang-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
/* /Shared/Components/Menu/MenuGroupItem.razor.rz.scp.css */
[b-6qyw1mhwkw] svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0;
}
/* /Shared/Components/PaginatedSelect/PaginatedSelect.razor.rz.scp.css */
.filter-container[b-l1m621dxzi] {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}

.filter-container > div[b-l1m621dxzi] {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-menu[b-l1m621dxzi] {
    max-height: 200px;
    overflow-y: auto;
    padding-top: 0;
}

.dropdown-item[b-l1m621dxzi] {
    user-select: none;
}

.dropdown-toggle[b-l1m621dxzi]::after {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -2px;
}

.btn.dropdown-toggle[b-l1m621dxzi] {
    --bs-btn-hover-color: var(--bs-btn-color);
    --bs-btn-hover-bg: var(--bs-btn-bg);
    --bs-btn-hover-border-color: var(--bs-btn-border-color);
    --bs-btn-active-color: var(--bs-btn-color);
    --bs-btn-active-bg: var(--bs-btn-bg);
    --bs-btn-active-border-color: var(--bs-btn-border-color);
}

.btn.dropdown-toggle.show[b-l1m621dxzi] {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}
/* /Shared/Components/StatCard/HttpStatCard.razor.rz.scp.css */
/* /Shared/DefaultMenu.razor.rz.scp.css */
.sidebar[b-h8p0aeqqjq] {
    background-color: #ffffff;
    border-color: #E5E7EB !important;
    font-family: Inter, system-ui, sans-serif;
    width: 240px;
}

.logo-area[b-h8p0aeqqjq] {
    height: 56px;
    padding: 0 16px;
    border-bottom: 1px solid #F3F4F6;
    flex-shrink: 0;
}

.logo-svg[b-h8p0aeqqjq] {
    height: 24px;
    width: auto;
    flex-shrink: 0;
}

.close-btn[b-h8p0aeqqjq] {
    color: #9CA3AF;
    line-height: 1;
}

.nav-scroll[b-h8p0aeqqjq] {
    overflow-y: auto;
    padding: 8px;
}

.sidebar-bottom[b-h8p0aeqqjq] {
    padding: 12px;
    border-top: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bottom-divider[b-h8p0aeqqjq] {
    height: 1px;
    background: #E5E7EB;
    margin: 4px 0;
}
/* /Shared/Layout/BlankLayout.razor.rz.scp.css */
.page[b-ejzdzitjtt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ejzdzitjtt] {
    flex: 1;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ejzdzitjtt] {
        display: none;
    }

    .top-row.auth[b-ejzdzitjtt] {
        justify-content: space-between;
    }

    .top-row[b-ejzdzitjtt]  a, .top-row[b-ejzdzitjtt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ejzdzitjtt] {
        flex-direction: row;
    }

    .sidebar[b-ejzdzitjtt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ejzdzitjtt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ejzdzitjtt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ejzdzitjtt], article[b-ejzdzitjtt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-wkye3ozrpv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wkye3ozrpv] {
    flex: 1;
}

article.content[b-wkye3ozrpv] {
    background-color: #ffffff;
}

.sidebar[b-wkye3ozrpv] {
    background-color: #fbfbfb;
}

.top-row[b-wkye3ozrpv] {
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-wkye3ozrpv]  a, .top-row[b-wkye3ozrpv]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-wkye3ozrpv]  a:hover, .top-row[b-wkye3ozrpv]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-wkye3ozrpv]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-wkye3ozrpv] {
        display: none;
    }

    .top-row.auth[b-wkye3ozrpv] {
        justify-content: space-between;
    }

    .top-row[b-wkye3ozrpv]  a, .top-row[b-wkye3ozrpv]  .btn-link {
        margin-left: 0;
    }
}

.page[b-wkye3ozrpv] {
    flex-direction: row;
}

.sidebar[b-wkye3ozrpv] {
    width: 280px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-wkye3ozrpv] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-row.auth[b-wkye3ozrpv]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
}

.sidebar-visible[b-wkye3ozrpv] {
    width: 280px; /* Adjust the width as needed */
    transition: width 0.3s;
}

.sidebar-hidden[b-wkye3ozrpv] {
    width: 0; /* Collapse the sidebar */
    overflow: hidden; /* Hide overflow content */
    transition: width 0.3s;
}

/* Main content adjustments for desktop view */
.main-with-sidebar[b-wkye3ozrpv] {
    margin-left: 320px; /* Same as .sidebar-visible width */
    transition: margin-left 0.3s;
}

.main-full-width[b-wkye3ozrpv] {
    margin-left: 0;
    transition: margin-left 0.3s;
}

button:focus[b-wkye3ozrpv] {
    outline: none !important;
    box-shadow: none !important;
}

/* CSS for the burger menu button */
.burger-menu[b-wkye3ozrpv] {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1001; /* Make sure it's above other content */
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Media query to make the sidebar and main content responsive on small screens */
@media only screen and (max-width: 600px) {
    .burger-menu[b-wkye3ozrpv] {
        z-index: 10;
        display: block;
    }

    .sidebar[b-wkye3ozrpv] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1000; /* Make sure it covers the main content when visible */
    }

    .sidebar-visible[b-wkye3ozrpv] {
        z-index: 999;
        width: 320px;
        transition: transform 0.3s ease-in-out;
        transform: translateX(0);
    }

    .sidebar-hidden[b-wkye3ozrpv] {
        width: 320px;
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%);
    }

    .main-with-sidebar[b-wkye3ozrpv] {
        margin-left: 0; /* Sidebar overlays the main content */
        transition: margin-left 0.3s;
    }

    .main-full-width[b-wkye3ozrpv] {
        margin-left: 0; /* Full width when sidebar is hidden */
        transition: margin-left 0.3s;
    }
}

/* Desktop adjustments for .page and .top-row */
@media (min-width: 641px) {
    .page[b-wkye3ozrpv] {
        flex-direction: row;
    }

    .sidebar[b-wkye3ozrpv] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wkye3ozrpv] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row.auth[b-wkye3ozrpv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
/* /Shared/Layout/TenantLayout.razor.rz.scp.css */
.page[b-2a4wh5rol4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2a4wh5rol4] {
    flex: 1;
}

article.content[b-2a4wh5rol4] {
    background-color: #ffffff;
}

.sidebar[b-2a4wh5rol4] {
    background-color: #fbfbfb;
}

.top-row[b-2a4wh5rol4] {
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-2a4wh5rol4]  a, .top-row[b-2a4wh5rol4]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-2a4wh5rol4]  a:hover, .top-row[b-2a4wh5rol4]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-2a4wh5rol4]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-2a4wh5rol4] {
        display: none;
    }

    .top-row.auth[b-2a4wh5rol4] {
        justify-content: space-between;
    }

    .top-row[b-2a4wh5rol4]  a, .top-row[b-2a4wh5rol4]  .btn-link {
        margin-left: 0;
    }
}

.page[b-2a4wh5rol4] {
    flex-direction: row;
}

.sidebar[b-2a4wh5rol4] {
    width: 320px;
    height: 100vh;
    position: sticky;
    top: 0;
}

.top-row[b-2a4wh5rol4] {
    position: sticky;
    top: 0;
    z-index: 1;
}

.top-row.auth[b-2a4wh5rol4]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
}

.sidebar-visible[b-2a4wh5rol4] {
    width: 320px; /* Adjust the width as needed */
    transition: width 0.3s;
}

.sidebar-hidden[b-2a4wh5rol4] {
    width: 0; /* Collapse the sidebar */
    overflow: hidden; /* Hide overflow content */
    transition: width 0.3s;
}

/* Main content adjustments for desktop view */
.main-with-sidebar[b-2a4wh5rol4] {
    margin-left: 320px; /* Same as .sidebar-visible width */
    transition: margin-left 0.3s;
}

.main-full-width[b-2a4wh5rol4] {
    margin-left: 0;
    transition: margin-left 0.3s;
}

button:focus[b-2a4wh5rol4] {
    outline: none !important;
    box-shadow: none !important;
}

/* CSS for the burger menu button */
.burger-menu[b-2a4wh5rol4] {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1001; /* Make sure it's above other content */
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Media query to make the sidebar and main content responsive on small screens */
@media only screen and (max-width: 600px) {
    .burger-menu[b-2a4wh5rol4] {
        z-index: 10;
        display: block;
    }

    .sidebar[b-2a4wh5rol4] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1000; /* Make sure it covers the main content when visible */
    }

    .sidebar-visible[b-2a4wh5rol4] {
        z-index: 999;
        width: 320px;
        transition: transform 0.3s ease-in-out;
        transform: translateX(0);
    }

    .sidebar-hidden[b-2a4wh5rol4] {
        width: 320px;
        transition: transform 0.3s ease-in-out;
        transform: translateX(-100%);
    }

    .main-with-sidebar[b-2a4wh5rol4] {
        margin-left: 0; /* Sidebar overlays the main content */
        transition: margin-left 0.3s;
    }

    .main-full-width[b-2a4wh5rol4] {
        margin-left: 0; /* Full width when sidebar is hidden */
        transition: margin-left 0.3s;
    }
}

/* Desktop adjustments for .page and .top-row */
@media (min-width: 641px) {
    .page[b-2a4wh5rol4] {
        flex-direction: row;
    }

    .sidebar[b-2a4wh5rol4] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2a4wh5rol4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2a4wh5rol4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
.user-row[b-m278r46rca] {
    padding: 8px;
    border-radius: 6px;
    transition: background 0.1s;
}

.user-row:hover[b-m278r46rca] {
    background: #F9FAFB;
}

.user-avatar[b-m278r46rca] {
    width: 32px;
    height: 32px;
    background: #3B82F6;
    border-radius: 16px;
    color: #ffffff;
    flex-shrink: 0;
}
/* /Shared/TenantMenu.razor.rz.scp.css */
.sidebar[b-etxlyfrmd2] {
    background-color: #ffffff;
    border-color: #E5E7EB !important;
    font-family: Inter, system-ui, sans-serif;
    width: 280px;
}

.logo-area[b-etxlyfrmd2] {
    height: 56px;
    padding: 0 16px;
    border-bottom: 1px solid #F3F4F6;
    flex-shrink: 0;
}

.logo-svg[b-etxlyfrmd2] {
    height: 24px;
    width: auto;
    flex-shrink: 0;
}

.close-btn[b-etxlyfrmd2] {
    color: #9CA3AF;
    line-height: 1;
}

.tenant-area[b-etxlyfrmd2] {
    padding: 12px 16px;
    border-bottom: 1px solid #F3F4F6;
    flex-shrink: 0;
}

.tenant-avatar[b-etxlyfrmd2] {
    width: 32px;
    height: 32px;
    background: #3B82F6;
    border-radius: 6px;
    flex-shrink: 0;
    color: #ffffff;
}

.tenant-name[b-etxlyfrmd2] {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    line-height: 1.3;
}

.tenant-type[b-etxlyfrmd2] {
    font-size: 11px;
    color: #6B7280;
    font-weight: 400;
}

.nav-scroll[b-etxlyfrmd2] {
    overflow-y: auto;
    padding: 8px;
}

.sidebar-bottom[b-etxlyfrmd2] {
    padding: 12px;
    border-top: 1px solid #E5E7EB;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bottom-divider[b-etxlyfrmd2] {
    height: 1px;
    background: #E5E7EB;
    margin: 4px 0;
}

/* Keep avatar icon at 16px — overrides the global div svg stretch rule */
.tenant-avatar[b-etxlyfrmd2]  svg {
    width: 16px !important;
    height: 16px !important;
}
