/* _content/ANESFHS_Burial_Sites/Components/Layout/LoginControl.razor.rz.scp.css */
.avatar[b-uf2u11z7sy] {
    height: 2.5rem;
    width: 2.5rem;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.65);
    margin-left: 0.4rem;
    flex-shrink: 0;
}

.login-status[b-uf2u11z7sy] {
    margin-left: 0.5rem;
    font-weight: 700;
}

.status-guest[b-uf2u11z7sy] {
    color: #b6bcc7;
}

.status-volunteer[b-uf2u11z7sy] {
    color: #57d39b;
}

.status-admin[b-uf2u11z7sy] {
    color: #7db8ff;
}

.status-superadmin[b-uf2u11z7sy] {
    color: gold;
}
/* _content/ANESFHS_Burial_Sites/Components/Layout/MainLayout.razor.rz.scp.css */
/* Content area inside RadzenBody */
.content[b-lh7hena10q] {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    padding-top: 0;
}

/* Header brand and link styling (colours controlled by dark-red-theme.css) */
.header-brand[b-lh7hena10q] {
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    margin-left: 0.5rem;
}

.header-link[b-lh7hena10q] {
    text-decoration: none;
    white-space: nowrap;
}

.header-link:hover[b-lh7hena10q] {
    text-decoration: underline;
}


#blazor-error-ui[b-lh7hena10q] {
    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-lh7hena10q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ANESFHS_Burial_Sites/Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu uses RadzenPanelMenu – styling is handled by the Radzen theme and dark-red-theme.css */
/* _content/ANESFHS_Burial_Sites/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9joj3j677c],
.components-reconnect-repeated-attempt-visible[b-9joj3j677c],
.components-reconnect-failed-visible[b-9joj3j677c],
.components-pause-visible[b-9joj3j677c],
.components-resume-failed-visible[b-9joj3j677c],
.components-rejoining-animation[b-9joj3j677c] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9joj3j677c],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9joj3j677c],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9joj3j677c],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9joj3j677c],
#components-reconnect-modal.components-reconnect-retrying[b-9joj3j677c],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9joj3j677c],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9joj3j677c],
#components-reconnect-modal.components-reconnect-failed[b-9joj3j677c],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9joj3j677c] {
    display: block;
}


#components-reconnect-modal[b-9joj3j677c] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9joj3j677c 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9joj3j677c 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9joj3j677c 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9joj3j677c]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9joj3j677c 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9joj3j677c {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9joj3j677c {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9joj3j677c {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9joj3j677c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9joj3j677c] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9joj3j677c] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9joj3j677c] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9joj3j677c] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9joj3j677c] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9joj3j677c] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9joj3j677c 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

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

@keyframes components-rejoining-animation-b-9joj3j677c {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* _content/ANESFHS_Burial_Sites/Components/Pages/Admin/Admin.razor.rz.scp.css */
[b-8vhegrqvec] button.isbn-refresh-btn:disabled {
    color: #222 !important;
}
/* _content/ANESFHS_Burial_Sites/Components/Pages/Admin/BurialSiteEdit.razor.rz.scp.css */
.map-thumb-card[b-jfgyl8e283] {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    width: 170px;
    flex-shrink: 0;
}

.map-thumb-img[b-jfgyl8e283] {
    width: 170px;
    height: 130px;
    object-fit: cover;
    display: block;
}

.map-thumb-placeholder[b-jfgyl8e283] {
    width: 170px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-size: 2.5rem;
}
/* _content/ANESFHS_Burial_Sites/Components/Pages/BurialSiteInfo.razor.rz.scp.css */
.map-carousel-item[b-946uxef3kc] {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.map-carousel-img[b-946uxef3kc] {
    max-height: 450px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.map-carousel-placeholder[b-946uxef3kc] {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 6px;
    padding: 2rem;
    width: 100%;
}

.map-lightbox-overlay[b-946uxef3kc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.map-lightbox-content[b-946uxef3kc] {
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    max-width: 92vw;
    max-height: 92vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}

.map-lightbox-img[b-946uxef3kc] {
    max-width: 85vw;
    max-height: 82vh;
    object-fit: contain;
    display: block;
}
/* _content/ANESFHS_Burial_Sites/Components/Pages/Home.razor.rz.scp.css */
body[b-hp1qu5gy57] {
}

.page-container[b-hp1qu5gy57] {
    padding: 0px;
}

.map-wrapper[b-hp1qu5gy57] {
    position: relative;
    height: calc(100vh - var(--rz-header-height, 64px));
    width: 100%;
    overflow: hidden;
}

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

#map-legend[b-hp1qu5gy57] {
    position: absolute;
    bottom: 30px;
    right: 10px;
    color: #212529;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.4;
    z-index: 100;
    pointer-events: none;
    min-width: 185px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}

.legend-section + .legend-section[b-hp1qu5gy57] {
    margin-top: 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 4px;
}

.legend-section-header[b-hp1qu5gy57] {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    pointer-events: auto;
    margin-bottom: 6px;
}

    .legend-section-header:hover .legend-title[b-hp1qu5gy57] {
        opacity: 0.75;
    }

.legend-chevron[b-hp1qu5gy57] {
    font-size: 10px;
    color: #555;
    flex-shrink: 0;
    margin-left: 6px;
}

.legend-title[b-hp1qu5gy57] {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
    flex: 1;
    color: #000000;
}

.legend-item[b-hp1qu5gy57] {
    color: #212529;
    display: flex;
    font-weight: 700;
    font-size: 13px;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 4px;
}
    .legend-item span[b-hp1qu5gy57] {
        color: #212529;
        font-weight: 500; 
    }

.legend-item:last-child[b-hp1qu5gy57] {
    margin-bottom: 0;
}

.legend-icon[b-hp1qu5gy57] {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.legend-pub-ring[b-hp1qu5gy57] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 3px solid #16a34a;
    flex-shrink: 0;
}
/* _content/ANESFHS_Burial_Sites/Components/Pages/Publications.razor.rz.scp.css */
/* ::deep bypasses Blazor CSS scoping so these rules reach spans built
   via RenderTreeBuilder (which never receive the b-xxxx scoped attribute).
   Flexbox alignment is used because Radzen wraps cell content in a flex
   container, making text-align: right ineffective on block children. */

[b-zitfcwc5au] .status-cell {
    display: block;
    flex: 1;
    min-width: 0;
    text-align: right;
    padding-right: 4px;
}

[b-zitfcwc5au] .status-cell.has-count {
    font-weight: 600;
}

[b-zitfcwc5au] .status-header {
    display: block;
    flex: 1;
    min-width: 0;
    text-align: center;
    cursor: help;
}
/* _content/ANESFHS_Burial_Sites/Components/Pages/SearchMI.razor.rz.scp.css */
label[b-1rh9wqpaiy] {
    display: inline-block;
    width: 140px;
    margin-left: 20px;
    margin-right: 10px;
    text-align: left;
}

input[b-1rh9wqpaiy] {
}

fieldset[b-1rh9wqpaiy] {
    border: none;
    width: 600px;
    margin: 0px;
}

.fuzzy-checkbox[b-1rh9wqpaiy] {
    margin-left: 10px;
}
