/* /Components/Admin/AdminLookupLists.razor.rz.scp.css */
[b-80le0aik4m] .my-tabs-wrapper > .mud-tabs-toolbar {
    flex-wrap: wrap!important;
    overflow-x: hidden!important;
}

[b-80le0aik4m] .my-tabs-wrapper > .mud-tab {
    flex: 0 1 auto;
    white-space: nowrap;
}
/* /Components/MemberCard.razor.rz.scp.css */
[b-1364hkwtj2] .img-blur-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 250px;
}

[b-1364hkwtj2] .img-blur {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: none;
    z-index: 2;
    position: relative;
    min-height: 250px;
    box-shadow: 0px 20px 40px #000;
    transform: scale(1.0, 1.0);
    transition-duration: 500ms;
    transition-timing-function: ease-out;
}

    [b-1364hkwtj2] .img-blur:hover {
        transform: scale(1.2, 1.2);
        transition-duration: 500ms;
        transition-timing-function: ease-out;
        opacity: 0.7;
    }


[b-1364hkwtj2] .img-blur-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(5px);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

[b-1364hkwtj2] .mud-card-header {
    padding: 0px;
    overflow: hidden;
    position: relative;
}

    [b-1364hkwtj2] .mud-card-header:hover .mud-paper {
        bottom: 0;
        opacity: 1;
    }

[b-1364hkwtj2] .member-icons {
    position: absolute;
    bottom: -30%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    opacity: 0;
    z-index: 3;
}

[b-1364hkwtj2] .mud-paper {
    background-color: transparent;
}

[b-1364hkwtj2] .animate {
    transition: all 0.4s ease-in-out;
}

[b-1364hkwtj2] .member-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

[b-1364hkwtj2] .member-location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #868E96;
}
/* /Components/PhotoCard.razor.rz.scp.css */
[b-r1oif1d5iv] .img-thumbnail {
    height: auto;
    width: 100%;
    border-radius: 1em;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%), 0 2px 3px 0 rgb(0 0 0 / 50%);
    padding: 0.25rem;
}
/* /Components/Profile/MemberEditMobileSectionDialog.razor.rz.scp.css */
.member-edit-mobile-dialog-body[b-xqk3ue29ou] {
    overflow-y: auto;
    max-height: calc(100dvh - 140px);
}
/* /Components/Profile/PersonAdvert.razor.rz.scp.css */
/* Local only: full-width primary action on narrow screens (global CSS does not force all buttons full width). */
@media (max-width: 600px) {
    .person-advert[b-avl20tmvo7]  .person-advert-actions .mud-button-root {
        width: 100%;
        max-width: 100%;
    }
}
/* /Components/Spinner/Spinner.razor.rz.scp.css */
.spinner-container[b-qrjbiuzds5] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
/* /Components/VerticalTabs.razor.rz.scp.css */
.vertical-tabs-root[b-6wrqgk3k0y] {
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

[b-6wrqgk3k0y] .vertical-tabs-nav-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
}

.vertical-tabs-link-list[b-6wrqgk3k0y] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

[b-6wrqgk3k0y] .tabs-nav {
    border-right: 1px solid #e0e0e0;
    padding-top: 10px;
    transition: width 0.3s ease;
    overflow: hidden;
}

[b-6wrqgk3k0y] .tabs-nav.expanded {
    width: 220px;
}

[b-6wrqgk3k0y] .tabs-nav.collapsed {
    width: 70px;
}

.toggle-btn[b-6wrqgk3k0y] {
    display: flex;
    justify-content: flex-start;
    align-self: stretch;
    margin-bottom: 10px;
    padding-left: 4px;
}

[b-6wrqgk3k0y] .tab-link,
[b-6wrqgk3k0y] a.tab-link,
[b-6wrqgk3k0y] button.tab-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

[b-6wrqgk3k0y] button.tab-link {
    border: none;
    background: none;
    cursor: pointer;
    font: inherit;
    width: 100%;
    text-align: left;
}

[b-6wrqgk3k0y] .tab-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

[b-6wrqgk3k0y] .tab-link-sub {
    padding-left: 28px !important;
    font-size: 0.9rem;
}

[b-6wrqgk3k0y] .active-tab {
    background-color: rgba(25, 118, 210, 0.15);
    font-weight: 600;
}

[b-6wrqgk3k0y] .tab-icon {
    font-size: 20px;
    min-width: 24px;
    text-align: center;
}

.tab-text[b-6wrqgk3k0y] {
    transition: opacity 0.2s ease;
}

[b-6wrqgk3k0y] .tabs-nav.collapsed .tab-text {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.tabs-content[b-6wrqgk3k0y] {
    padding: 20px;
    flex-grow: 1;
}

.content-wrapper[b-6wrqgk3k0y] {
    animation: vertical-tabs-fade-in-b-6wrqgk3k0y 0.3s ease-in-out;
}

@keyframes vertical-tabs-fade-in-b-6wrqgk3k0y {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/Admin/AdminPhotoApproval.razor.rz.scp.css */
/* Filename column: cap width at 100px so long names wrap instead of stretching the table */
[b-c0r6h5obaz] .photo-approval-filename-col {
    max-width: 500px;
    width: 200px;
    vertical-align: top;
}

[b-c0r6h5obaz] .photo-approval-filename-text {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}
/* /Pages/Index.razor.rz.scp.css */
.index-hero[b-8r8lpzj5m7] {
    position: relative;
    min-height: calc(100vh - 64px);
    overflow: hidden;
}

.index-hero__vanta[b-8r8lpzj5m7] {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #ffffff;
}

/* Vanta injects a canvas; do not let it capture clicks meant for content above */
.index-hero__vanta canvas[b-8r8lpzj5m7] {
    pointer-events: none !important;
}

.index-hero__content[b-8r8lpzj5m7] {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 64px);
    pointer-events: auto;
}
/* /Pages/MemberDetail.razor.rz.scp.css */
[b-or41hogpqz] .img-thumbnail {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 1em;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 50%);
    padding: 0.25rem;
}
/* /Pages/MemberEdit.razor.rz.scp.css */
[b-sdg1mpzq0e] .img-thumbnail {
    height: auto;
    width: 100%;
    border-radius: 1em;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 50%);
    padding: 0.25rem;
}

[b-sdg1mpzq0e] .mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: 2rem;
}

/* /Pages/MemberPersonDetail.razor.rz.scp.css */
[b-6ikkdw26od] .img-thumbnail {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 1em;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 5%), 0 2px 3px 0 rgb(0 0 0 / 50%);
    padding: 0.25rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* App bar: nav + inline logo left when drawer closed; actions right. Drawer open: large logo centered in drawer. */
.mainlayout-appbar-row[b-ocnk4r8tjs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    flex: 1;
    align-items: center;
    column-gap: 8px;
    min-width: 0;
}

.mainlayout-appbar-logo-inline[b-ocnk4r8tjs] {
    flex-shrink: 0;
    margin-left: 4px;
}

.mainlayout-appbar-left[b-ocnk4r8tjs] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.mainlayout-appbar-right[b-ocnk4r8tjs] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    gap: 4px;
}

/* Drawer: centered logo row; nav links remain default (left) */
.mainlayout-drawer-logo[b-ocnk4r8tjs] {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
}
