@import '_content/BlazorEmo/BlazorEmo.h4iw52rek1.bundle.scp.css';

/* _content/ParishPortal/Components/Layout/Header.razor.rz.scp.css */
.header[b-yyyviaa3gx] {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    height: 4.5rem;
    display: flex;
    align-items: center;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
}

.header-content[b-yyyviaa3gx] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    position: relative;
}

.header-actions[b-yyyviaa3gx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.session-badges-link[b-yyyviaa3gx] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.45rem;
    border-radius: 999px;
    background: #f5f7f8;
    border: 1px solid #d9e2e5;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.session-badges-link:hover[b-yyyviaa3gx] {
    background: #edf3f4;
    border-color: #bfcfd4;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.session-badge-chip[b-yyyviaa3gx] {
    min-width: 2.25rem;
    justify-content: center;
    font-weight: 700;
}

.session-badge-chip-total[b-yyyviaa3gx] {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.bible-verse-section[b-yyyviaa3gx] {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 1rem;
    max-width: 900px;
}

.verse-icon[b-yyyviaa3gx] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #23424A 0%, #2d5a66 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(35, 66, 74, 0.2);
}

.verse-content[b-yyyviaa3gx] {
    flex: 1;
    min-width: 0;
}

.verse-text[b-yyyviaa3gx] {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.5;
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.maintenance-warning[b-yyyviaa3gx] {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 1rem;
    max-width: 900px;
    background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    padding: 0.1rem 1rem;
    border-radius: 10px;
    animation: pulse-warning-b-yyyviaa3gx 2s ease-in-out infinite;
}

@keyframes pulse-warning-b-yyyviaa3gx {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.9; }
}

.maintenance-warning-icon[b-yyyviaa3gx] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.maintenance-warning-content[b-yyyviaa3gx] {
    flex: 1;
    min-width: 0;
}

.maintenance-warning-text[b-yyyviaa3gx] {
    font-size: 0.95rem;
    color: white;
    line-height: 1.5;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.logout-button[b-yyyviaa3gx] {
    color: #23424A !important;
    transition: all 0.2s ease;
}

.logout-button:hover[b-yyyviaa3gx] {
    background-color: rgba(35, 66, 74, 0.08) !important;
    transform: scale(1.05);
}

    .header-actions a[b-yyyviaa3gx], .header-actions .btn-link[b-yyyviaa3gx] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .header-actions .session-badges-link[b-yyyviaa3gx] {
        margin-left: 0;
    }

    .header-actions a:hover[b-yyyviaa3gx], .header-actions .btn-link:hover[b-yyyviaa3gx] {
        text-decoration: underline;
    }

@media (max-width: 640.98px) {
    .header[b-yyyviaa3gx] {
        display: none; /* Hide header on mobile */
    }
}

@media (min-width: 641px) {
    .header[b-yyyviaa3gx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}

@media (max-width: 768px) {
    .bible-quote[b-yyyviaa3gx] {
        font-size: 0.8rem;
        max-width: 300px;
    }
}
/* _content/ParishPortal/Components/Layout/LoginForm.razor.rz.scp.css */
/* Login icon circle */
.login-icon-circle[b-o1imdqpdld] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #23424A 0%, #1a3239 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(35, 66, 74, 0.3);
}

/* Mobile responsive adjustments */
@media (max-width: 640px) {
    .login-icon-circle[b-o1imdqpdld] {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 641px) {
    .login-icon-circle[b-o1imdqpdld] {
        width: 80px;
        height: 80px;
    }
}
/* _content/ParishPortal/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7u2ru1zd9g] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-7u2ru1zd9g] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Sidebar Theme */
.sidebar-themed[b-7u2ru1zd9g] {
    background: linear-gradient(180deg, #23424A 0%, #1a3239 70%, #152a2f 100%);
    position: relative;
}

.sidebar-themed[b-7u2ru1zd9g]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%),
        radial-gradient(circle at 20% 60%, rgba(255, 255, 255, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 50% 90%, rgba(255, 255, 255, 0.04) 0%, transparent 45%);
    pointer-events: none;
    z-index: 0;
}

.sidebar-themed[b-7u2ru1zd9g]::after {
    content: '✝';
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.05);
    font-weight: 100;
    pointer-events: none;
    z-index: 0;
    transform: rotate(-12deg);
    display: none; /* Hidden by default (mobile) */
    transition: opacity 0.3s ease;
}

/* Show cross on desktop */
@media (min-width: 641px) {
    .sidebar-themed[b-7u2ru1zd9g]::after {
        display: block;
    }

    /* Hide cross when sidebar is collapsed */
    .page.sidebar-collapsed .sidebar-themed[b-7u2ru1zd9g]::after {
        opacity: 0;
    }
}

/* Login Page Styles */
.login-page[b-7u2ru1zd9g] {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.login-background[b-7u2ru1zd9g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #23424A 0%, #1a3239 50%, #2d5a66 100%);
    background-size: 400% 400%;
    animation: gradientShift-b-7u2ru1zd9g 15s ease infinite;
}

.login-background[b-7u2ru1zd9g]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    opacity: 0.6;
}

.login-background[b-7u2ru1zd9g]::after {
    content: '✝';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40rem;
    color: rgba(255, 255, 255, 0.03);
    font-weight: 100;
    pointer-events: none;
}

.login-overlay[b-7u2ru1zd9g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

.login-container[b-7u2ru1zd9g] {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 1rem;
    animation: fadeInUp-b-7u2ru1zd9g 0.6s ease-out;
    max-height: 100vh;
    overflow-y: auto;
}

.login-paper[b-7u2ru1zd9g] {
    background: white;
    border-radius: 16px;
    padding: 2.5rem;
}

/* Mobile responsive adjustments */
@media (max-width: 640px) {
    .login-container[b-7u2ru1zd9g] {
        padding: 0.5rem;
    }

    .login-paper[b-7u2ru1zd9g] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .login-background[b-7u2ru1zd9g]::after {
        font-size: 20rem;
    }
}

@media (min-width: 641px) {
    .login-container[b-7u2ru1zd9g] {
        padding: 2rem;
    }

    .login-paper[b-7u2ru1zd9g] {
        padding: 3rem 3.5rem;
    }
}

@keyframes gradientShift-b-7u2ru1zd9g {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes fadeInUp-b-7u2ru1zd9g {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 641px) {
    .page[b-7u2ru1zd9g] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-7u2ru1zd9g] {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        overflow-y: auto;
        overflow-x: hidden;
        transition: width 0.3s ease, min-width 0.3s ease, max-width 0.3s ease;
    }

    /* Sidebar collapsed state */
    .page.sidebar-collapsed .sidebar[b-7u2ru1zd9g] {
        width: 64px;
        min-width: 64px;
        max-width: 64px;
        overflow-x: hidden;
    }

    main[b-7u2ru1zd9g] {
        flex: 1;
        min-width: 0;
        height: 100vh;
        overflow-y: auto;
    }
    
    main article[b-7u2ru1zd9g] {
        overflow-y: auto;
    }

    .header[b-7u2ru1zd9g], article[b-7u2ru1zd9g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7u2ru1zd9g] {
    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-7u2ru1zd9g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ParishPortal/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iiuk1fmq0u] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%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-iiuk1fmq0u] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Mobile top row - always shown on mobile */
.mobile-top-row[b-iiuk1fmq0u] {
    min-height: 3.5rem;
    display: none;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: space-between;
    align-items: center;
}

.mobile-brand[b-iiuk1fmq0u] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.mobile-logout[b-iiuk1fmq0u] {
    display: flex;
    align-items: center;
}

.mobile-logo[b-iiuk1fmq0u] {
    max-height: 35px;
    max-width: 35px;
    object-fit: contain;
    border-radius: 4px;
}

/* Desktop logo section - centered */
.desktop-logo-section[b-iiuk1fmq0u] {
    display: none;
    text-align: center;
}

.logo-container[b-iiuk1fmq0u] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.desktop-logo[b-iiuk1fmq0u] {
    max-height: 80px;
    max-width: 120px;
    object-fit: contain;
    border-radius: 6px;
}

.desktop-parish-title[b-iiuk1fmq0u] {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin: 0;
    text-align: center;
    line-height: 1.3;
    max-width: 250px;
    text-shadow: none;
    white-space: normal;
    overflow-wrap: break-word;
}

.bi[b-iiuk1fmq0u] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    /* Create a mask for the icon using white for visibility on purple background */
    filter: none;
}

.nav[b-iiuk1fmq0u] {
    --brand-color: white; /* White icons and text on purple background */
}

.bi-house-door-fill-nav-menu[b-iiuk1fmq0u] {
    background-color: white;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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") no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.bi-plus-square-fill-nav-menu[b-iiuk1fmq0u] {
    background-color: white;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 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") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 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") no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.bi-list-nested-nav-menu[b-iiuk1fmq0u] {
    background-color: white;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' 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") no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.bi-box-arrow-up-right-nav-menu[b-iiuk1fmq0u] {
    background-color: white;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.nav-item[b-iiuk1fmq0u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iiuk1fmq0u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iiuk1fmq0u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iiuk1fmq0u]  .nav-link {
        color: white;
        background: none;
        border: none;
        border-radius: 4px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.5;
        width: 100%;
        font-weight: 500;
        padding: 0.5rem 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.nav-item[b-iiuk1fmq0u]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 600;
}

.nav-item[b-iiuk1fmq0u]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-scrollable[b-iiuk1fmq0u] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-iiuk1fmq0u] {
    display: block;
}

/* Mobile specific styles */
@media (max-width: 640.98px) {
    .mobile-top-row[b-iiuk1fmq0u] {
        display: block; /* Always show on mobile */
    }
    
    .desktop-logo-section[b-iiuk1fmq0u] {
        display: none !important;
    }
}

/* Mobile-only navigation item */
.mobile-only-nav[b-iiuk1fmq0u] {
    display: block;
}

/* Hide sidebar bottom section on mobile */
.sidebar-bottom-section[b-iiuk1fmq0u] {
    display: none;
}

/* Desktop specific styles */
@media (min-width: 641px) {
    .navbar-toggler[b-iiuk1fmq0u] {
        display: none;
    }

    .mobile-top-row[b-iiuk1fmq0u] {
        display: none !important;
    }

    .mobile-only-nav[b-iiuk1fmq0u] {
        display: none !important;
    }

    /* Sidebar content wrapper - full height flex container */
    .sidebar-content[b-iiuk1fmq0u] {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

    .desktop-logo-section[b-iiuk1fmq0u] {
        display: block;
        position: relative;
        z-index: 1;
        transition: opacity 0.3s ease, padding 0.3s ease;
        overflow: hidden;
        flex-shrink: 0; /* Don't shrink the logo section */
    }

    /* Collapsed state: hide logo section content */
    .desktop-logo-section.collapsed[b-iiuk1fmq0u] {
        padding: 0.5rem 0;
    }

    .desktop-logo-section.collapsed .logo-container[b-iiuk1fmq0u] {
        padding: 0.5rem !important;
    }

    .desktop-logo-section.collapsed .desktop-logo[b-iiuk1fmq0u] {
        max-width: 40px !important;
        margin-bottom: 0 !important;
    }

    .desktop-logo-section.collapsed .nav-text[b-iiuk1fmq0u] {
        display: none;
    }

    .nav-scrollable[b-iiuk1fmq0u] {
        /* Scrollable area takes remaining space */
        display: block;
        position: relative;
        z-index: 1;
        flex: 1; /* Take remaining space */
        overflow-y: auto;
        overflow-x: hidden; /* Prevent horizontal scrollbar */
    }

    /* Nav text transition */
    .nav-text[b-iiuk1fmq0u] {
        opacity: 1;
        transition: opacity 0.2s ease;
        white-space: nowrap;
    }

    .nav-scrollable.collapsed .nav-text[b-iiuk1fmq0u] {
        opacity: 0;
        width: 0;
        display: none;
    }

    .nav-scrollable.collapsed .nav-item[b-iiuk1fmq0u] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .nav-scrollable.collapsed .nav-link[b-iiuk1fmq0u] {
        justify-content: center;
        padding: 0.5rem !important;
    }

    .nav-scrollable.collapsed .nav-link .mud-icon-root[b-iiuk1fmq0u] {
        margin-right: 0 !important;
    }

    /* Sidebar bottom section (fixed at bottom, not scrollable) */
    .sidebar-bottom-section[b-iiuk1fmq0u] {
        display: block;
        flex-shrink: 0; /* Don't shrink */
        padding: 0.5rem 0 1rem 0;
        background: linear-gradient(180deg, transparent 0%, #152a2f 20%);
        z-index: 10;
        position: relative;
    }

    .sidebar-bottom-section .nav-item[b-iiuk1fmq0u] {
        padding-bottom: 0.5rem;
    }

    .sidebar-bottom-section .nav-link[b-iiuk1fmq0u] {
        color: white;
        background: none;
        border: none;
        border-radius: 4px;
        min-height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.5;
        width: 100%;
        font-weight: 500;
        padding: 0.5rem 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    .sidebar-bottom-section .nav-link:hover[b-iiuk1fmq0u] {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .sidebar-bottom-section.collapsed .nav-text[b-iiuk1fmq0u] {
        opacity: 0;
        width: 0;
        display: none;
    }

    .sidebar-bottom-section.collapsed .nav-item[b-iiuk1fmq0u] {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .sidebar-bottom-section.collapsed .nav-link[b-iiuk1fmq0u] {
        justify-content: center;
        padding: 0.5rem !important;
    }

    .sidebar-bottom-section.collapsed .nav-link .mud-icon-root[b-iiuk1fmq0u] {
        margin-right: 0 !important;
    }

    /* Sidebar toggle button wrapper */
    .sidebar-toggle-wrapper[b-iiuk1fmq0u] {
        padding: 0.5rem 0.75rem 0 0.75rem;
    }

    .sidebar-bottom-section.collapsed .sidebar-toggle-wrapper[b-iiuk1fmq0u] {
        padding: 0.5rem 0.5rem 0 0.5rem;
    }

    .sidebar-toggle-btn[b-iiuk1fmq0u] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
        background: #D5A43A;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.2s ease;
        color: #23424A;
    }

    .sidebar-toggle-btn:hover[b-iiuk1fmq0u] {
        background: #e0b34d;
    }

    .sidebar-toggle-btn:focus[b-iiuk1fmq0u] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(213, 164, 58, 0.5);
    }

    /* Pulse animation for collapsed state */
    .sidebar-toggle-btn.pulse[b-iiuk1fmq0u] {
        animation: pulse-animation-b-iiuk1fmq0u 2s infinite;
    }

    @keyframes pulse-animation-b-iiuk1fmq0u {
        0% {
            box-shadow: 0 0 0 0 rgba(213, 164, 58, 0.7);
        }
        50% {
            box-shadow: 0 0 0 8px rgba(213, 164, 58, 0);
        }
        100% {
            box-shadow: 0 0 0 0 rgba(213, 164, 58, 0);
        }
    }
}
/* _content/ParishPortal/Components/Pages/ParishMass/AnnouncementSnippets.razor.rz.scp.css */
.snippet-manager-card[b-o2iuaplf5f] {
    height: 100%;
}

.snippet-manager-preview[b-o2iuaplf5f] {
    min-height: 60px;
    margin-top: 4px;
    padding: 12px;
    border-left: 3px solid var(--mud-palette-primary);
    border-radius: 4px;
    background: var(--mud-palette-background-grey);
    overflow-wrap: anywhere;
}

.snippet-manager-preview :deep(p:last-child)[b-o2iuaplf5f] {
    margin-bottom: 0;
}

.snippet-manager-empty[b-o2iuaplf5f] {
    border: 1px dashed var(--mud-palette-lines-default);
    border-radius: 4px;
    background: var(--mud-palette-background-grey);
}
/* _content/ParishPortal/Components/Pages/ParishPages/PageEdit.razor.rz.scp.css */
/* ParishPage.razor.css - Isolated styles for ParishPage component */

.parish-page-tabs[b-kcd9jkkdgh] {
    margin-bottom: 1rem;
}

.parish-page-display[b-kcd9jkkdgh] {
    padding: 1rem 0;
}

.parish-page-display h1[b-kcd9jkkdgh] {
    margin-bottom: 1.5rem;
    font-weight: 600;
    border-bottom: 2px solid #3498db;
    padding-bottom: 0.5rem;
}

.parish-body[b-kcd9jkkdgh] {
    line-height: 1.6;
}

.parish-body h1[b-kcd9jkkdgh], .parish-body h2[b-kcd9jkkdgh], .parish-body h3[b-kcd9jkkdgh],
.parish-body h4[b-kcd9jkkdgh], .parish-body h5[b-kcd9jkkdgh], .parish-body h6[b-kcd9jkkdgh] {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.parish-body p[b-kcd9jkkdgh] {
    margin-bottom: 1rem;
}

.parish-body ul[b-kcd9jkkdgh], .parish-body ol[b-kcd9jkkdgh] {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.parish-body blockquote[b-kcd9jkkdgh] {
    border-left: 4px solid #3498db;
    margin: 1rem 0;
    padding-left: 1rem;
    font-style: italic;
}

.parish-page-editor[b-kcd9jkkdgh] {
    padding: 1rem 0;
}

.parish-page-editor .mud-card[b-kcd9jkkdgh] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.parish-page-editor .mud-card-content[b-kcd9jkkdgh] {
    padding: 1.5rem;
}

.parish-page-editor .mud-card-actions[b-kcd9jkkdgh] {
    padding: 1rem 1.5rem;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.parish-page-editor .mud-button[b-kcd9jkkdgh] {
    margin-right: 0.5rem;
}

/* Tab panel content styling */
[b-kcd9jkkdgh] .mud-tabs-panels {
    padding-top: 1rem;
}

/* Loading and error states */
.parish-page-loading[b-kcd9jkkdgh],
.parish-page-error[b-kcd9jkkdgh] {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
}

.parish-page-error[b-kcd9jkkdgh] {
    color: #dc3545;
}

/* Responsive design */
@media (max-width: 768px) {
    .parish-page-display h1[b-kcd9jkkdgh] {
        font-size: 1.75rem;
    }
    
    .parish-page-editor .mud-card-content[b-kcd9jkkdgh] {
        padding: 1rem;
    }
    
    .parish-page-editor .mud-card-actions[b-kcd9jkkdgh] {
        padding: 0.75rem 1rem;
    }
}

/* Dark theme support */
@media (prefers-color-scheme: dark) {
    .parish-page-display h1[b-kcd9jkkdgh] {
        color: #ecf0f1;
        border-bottom-color: #3498db;
    }
}

.file-upload-input[b-kcd9jkkdgh] {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}
/* _content/ParishPortal/Components/Pages/ParishPages/PageManager.razor.rz.scp.css */
/* ParishPageManager.razor.css - Minimal styles for data grid */

/* Custom styling for data grid if needed */
[b-t69oy5678c] .mud-data-grid {
    border-radius: 8px;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
    [b-t69oy5678c] .mud-data-grid .mud-table-cell {
        padding: 0.5rem;
    }
}
