@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/Footer.razor.rz.scp.css */
/* ===== PAGE LAYOUT (sticky footer system) ===== */
.page-wrapper[b-d3p9hzv5hd] {
    display: flex;
    flex-direction: column;
}

/* Push footer down */
.page-wrapper > *:not(.site-footer)[b-d3p9hzv5hd] {
    flex: 1;
}


/* ===== FOOTER ===== */
.site-footer[b-d3p9hzv5hd] {
    width: 100%;
    background: linear-gradient(180deg, #003f63, #0077be); /* dark → blue */
}

/* Inner content (keeps things readable) */
.footer-inner[b-d3p9hzv5hd] {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 5px;
}

/* ===== Footer Info ===== */
.footer-info[b-d3p9hzv5hd] {
    content: "▾";
    overflow: hidden;
    max-height: 500px; /* big enough to fit content */
    opacity: 1;
    transition: max-height 1.4s ease, opacity 0.3s ease;
}

/* collapsed state */
.footer-info.collapsed[b-d3p9hzv5hd] {
    max-height: 0;
    opacity: 0;
    content: "▴";
}

.toggle-button[b-d3p9hzv5hd] {
    display: block;
    width: 100%;
    padding: 0px 50%;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    color: #d9f3ff;
}


/* ===== BOTTOM TEXT ===== */
.footer-bottom[b-d3p9hzv5hd] {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
    color: #d9f3ff;
}

/* Links */
.footer-bottom a[b-d3p9hzv5hd] {
    color: #ffce34;
    text-decoration: none;
    font-weight: 500;
}



/* ===== MOBILE ===== */
@media (max-width: 600px) {
    .footer-inner[b-d3p9hzv5hd] {
        padding: 25px 15px;
    }

    .footer-bottom[b-d3p9hzv5hd] {
        font-size: 0.85rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Prevent layout scroll bugs */
html[b-o2e7tf0rjg], body[b-o2e7tf0rjg] {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.app-container[b-o2e7tf0rjg] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content[b-o2e7tf0rjg] {
    flex: 1;
    padding: 1.5rem;
}

/* Navbar base */
.navbar[b-o2e7tf0rjg] {
    padding: 0.75rem 1.5rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Logo */
#logoimage[b-o2e7tf0rjg] {
    width: auto;
    object-fit: contain;
}

/* Nav links */
.navbar-nav .nav-link[b-o2e7tf0rjg] {
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: 0.2s ease;
}

    .navbar-nav .nav-link:hover[b-o2e7tf0rjg] {
        opacity: 0.8;
    }

/* Dropdown styling */
.dropdown-menu[b-o2e7tf0rjg] {
    border-radius: 8px;
    padding: 0.5rem 0;
}

.dropdown-item[b-o2e7tf0rjg] {
    padding: 0.5rem 1.25rem;
    transition: 0.2s ease;
}

    .dropdown-item:hover[b-o2e7tf0rjg] {
        background-color: #f1f1f1;
    }

/* Search box */
.input-group[b-o2e7tf0rjg] {
    max-width: 250px;
}

    .input-group input[b-o2e7tf0rjg] {
        border-radius: 6px 0 0 6px;
    }

    .input-group .btn[b-o2e7tf0rjg] {
        border-radius: 0 6px 6px 0;
    }

/* Active NavLink styling */
.nav-link.active[b-o2e7tf0rjg] {
    font-weight: 600;
    border-bottom: 2px solid white;
}

/* Sticky fix */
.sticky-top[b-o2e7tf0rjg] {
    z-index: 1030;
}

/* Prevent dropdown overflow clipping */
.navbar .dropdown-menu[b-o2e7tf0rjg] {
    position: absolute;
}

/* Mobile spacing adjustments */
@media (max-width: 768px) {

    #logoimage[b-o2e7tf0rjg] {
        height: 40px;
    }

    .navbar-nav[b-o2e7tf0rjg] {
        padding-top: 1rem;
    }

    .nav-item[b-o2e7tf0rjg] {
        margin-bottom: 0.5rem;
    }

    .input-group[b-o2e7tf0rjg] {
        width: 100%;
        max-width: 100%;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* =========================
   NAVBAR LAYOUT
   ========================= */

.main-navbar[b-qauqu2g8rx] {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 8px 14px rgb(202 220 47 / 22%);
}

.nav-container[b-qauqu2g8rx] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    background: white;
}
.nav-container > *[b-qauqu2g8rx] {
    min-width: 0;
}

#logoimage[b-qauqu2g8rx] {
    height: clamp(40px, 8vw, 100px);
}

/* =========================
   NAV LINKS
   ========================= */

.nav-menu[b-qauqu2g8rx] {
    display: flex;
}
    
.nav-list[b-qauqu2g8rx] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 15px 0px;
}

.navigation-link[b-qauqu2g8rx] {
    color: #81c341;
    text-decoration: none;
    padding: 6px 4px;
    border-radius: 6px;
    border: 3px solid #41c5e5;
    box-shadow: 5px 5px 2px #753b97;
    cursor: pointer;
    user-select: none;
}

/* Accent hover colors (no text/bg change) */

.navigation-link:hover[b-qauqu2g8rx] {
    border: 3px solid #0077be;
    box-shadow: 6px 6px 2px #753b97;
}

.navigation-link:active[b-qauqu2g8rx] {
    border: 3px solid #cadc2f;
}

/* =========================
   SEARCH GROUP
   ========================= */

.search-group[b-qauqu2g8rx] {
    display: flex;
    align-items: center;
    flex-shrink: 1;
}

.search-input[b-qauqu2g8rx] {
    padding: 6px 10px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #cadc2f;
    outline: none;
    min-width: 0;
}

.search-input:focus[b-qauqu2g8rx] {
    border-color: #81c341;
}

.search-button[b-qauqu2g8rx] {
    padding: 6px 10px;
    border: 1px solid #cadc2f;
    border-left: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}

.search-button:hover[b-qauqu2g8rx] {
    outline: 2px solid #753b97;
}

/* =========================
   MOBILE TOGGLE
   ========================= */

.nav-toggle[b-qauqu2g8rx] {
    display: none;
    border: none;
    background: none;
    cursor: pointer;
}

.nav-toggle-icon[b-qauqu2g8rx] {
    width: 25px;
    height: 3px;
    display: block;
    position: relative;
}

.nav-toggle-icon[b-qauqu2g8rx]::before,
.nav-toggle-icon[b-qauqu2g8rx]::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    left: 0;
}

.nav-toggle-icon[b-qauqu2g8rx]::before {
    top: -8px;
}

.nav-toggle-icon[b-qauqu2g8rx]::after {
    top: 8px;
}

.warning-bar[b-qauqu2g8rx] {
    background-color: #41c5e5;
    color: #ed008a;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 950px) {
    .nav-container[b-qauqu2g8rx] {
        justify-content: space-evenly;
    }
}

/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 726px) {

    .nav-container[b-qauqu2g8rx] {
        justify-content: space-between;
    }

    .nav-toggle[b-qauqu2g8rx] {
        display: block;
        font-size: 3rem;
    }

    .nav-menu[b-qauqu2g8rx] {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        display: flex; /* always flex */
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-10px);
        transition: max-height 800ms ease, opacity 280ms ease, transform 1500ms ease;

    }

    .nav-menu.show[b-qauqu2g8rx] {
        max-height: 600px; /* adjust if needed */
        opacity: 1;
        padding: 20px 0px;
        transform: translateY(0);
        background-color: white;
    }

    .nav-list[b-qauqu2g8rx] {
        flex-direction: column;
        height: 320px;
        box-shadow: 0 8px 14px rgb(202 220 47 / 22%);
        gap: 20px;
    }

    #logoimage[b-qauqu2g8rx] {
        height: clamp(40px, 5.5vw, 100px);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-78mm82cf7j],
.components-reconnect-repeated-attempt-visible[b-78mm82cf7j],
.components-reconnect-failed-visible[b-78mm82cf7j],
.components-pause-visible[b-78mm82cf7j],
.components-resume-failed-visible[b-78mm82cf7j],
.components-rejoining-animation[b-78mm82cf7j] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-78mm82cf7j],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-78mm82cf7j],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-78mm82cf7j],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-78mm82cf7j],
#components-reconnect-modal.components-reconnect-retrying[b-78mm82cf7j],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-78mm82cf7j],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-78mm82cf7j],
#components-reconnect-modal.components-reconnect-failed[b-78mm82cf7j],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-78mm82cf7j] {
    display: block;
}


#components-reconnect-modal[b-78mm82cf7j] {
    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-78mm82cf7j 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-78mm82cf7j 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-78mm82cf7j 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-78mm82cf7j]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-78mm82cf7j 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-78mm82cf7j {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-78mm82cf7j {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-78mm82cf7j {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-78mm82cf7j] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-78mm82cf7j] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-78mm82cf7j] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-78mm82cf7j] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-78mm82cf7j] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-78mm82cf7j] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-78mm82cf7j] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-78mm82cf7j 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-78mm82cf7j] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-78mm82cf7j {
    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;
    }
}
/* /Components/Pages/Admin Pages/Cards/CardDisplay.razor.rz.scp.css */
/* ---------- CARD ---------- */

.page-card[b-mlvbfvwy8s] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    min-width: 280px; /* prevents thin cards */
    max-width: 320px; /* keeps consistent size */
    width: 100%;
    margin: 0; /* remove auto centering (breaks row layout) */

    height: 420px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 5px 5px 2px #0077be;
    flex-shrink: 0; /* prevents shrinking in scroll */
    scroll-snap-align: start;
}

.page-card.faded[b-mlvbfvwy8s] {
    opacity: 50%;
}

.page-card:hover[b-mlvbfvwy8s] {
    transform: translateY(-4px);
    box-shadow: 9px 9px 6px #0077be;
}

/* ---------- HEADER ---------- */

.page-header[b-mlvbfvwy8s] {
    flex-shrink: 0;
    text-align: center;
}

.page-title[b-mlvbfvwy8s] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
}

/* Accent underline */
.page-title[b-mlvbfvwy8s]::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 8px auto 0;
    background: #0077be;
}

/* ---------- CONTENT (SCROLLABLE) ---------- */

.page-content[b-mlvbfvwy8s] {
    flex: 1; /* fills remaining space */
    overflow-y: auto; /* enables scrolling */

    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    padding-right: 6px; /* space for scrollbar */
}

/* Scrollbar styling */
.page-content[b-mlvbfvwy8s]::-webkit-scrollbar {
    width: 6px;
}

.page-content[b-mlvbfvwy8s]::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

/* Optional fade at bottom (scroll hint) */
.page-content[b-mlvbfvwy8s]::after {
    content: "";
    position: sticky;
    bottom: 0;
    display: block;
    height: 20px;
    background: linear-gradient(to bottom, transparent, white);
}

/* ---------- BUTTONS ---------- */

.page-card .button[b-mlvbfvwy8s] {
    flex-shrink: 0; /* always visible */
    display: block;
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.page-card .button:hover[b-mlvbfvwy8s] {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.admin-buttons[b-mlvbfvwy8s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

/* ---------- COLOR ACCENTS (buttons cycle) ---------- */

.page-card .button:nth-of-type(8n+1)[b-mlvbfvwy8s] {
    border-left: 5px solid #ffce34;
}

.page-card .button:nth-of-type(8n+2)[b-mlvbfvwy8s] {
    border-left: 5px solid #ed6a1f;
}

.page-card .button:nth-of-type(8n+3)[b-mlvbfvwy8s] {
    border-left: 5px solid #41c5e5;
}

.page-card .button:nth-of-type(8n+4)[b-mlvbfvwy8s] {
    border-left: 5px solid #0077be;
}

.page-card .button:nth-of-type(8n+5)[b-mlvbfvwy8s] {
    border-left: 5px solid #ed008a;
}

.page-card .button:nth-of-type(8n+6)[b-mlvbfvwy8s] {
    border-left: 5px solid #cadc2f;
}

.page-card .button:nth-of-type(8n+7)[b-mlvbfvwy8s] {
    border-left: 5px solid #81c341;
}

.page-card .button:nth-of-type(8n+8)[b-mlvbfvwy8s] {
    border-left: 5px solid #753b97;
}

.status-badge[b-mlvbfvwy8s] {
    border-radius: 5px;
    padding: 1.5px 3.5px 1.5px 3.5px;
}
.status-badge.inactive[b-mlvbfvwy8s] {
    background-color: #ed6a1f;
}
.status-badge.active[b-mlvbfvwy8s] {
    background-color: #cadc2f;
}

/* ---------- MOBILE ---------- */

@media (max-width: 600px) {
    .page-card[b-mlvbfvwy8s] {
        height: 380px;
        padding: 16px;
    }

    .page-title[b-mlvbfvwy8s] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Admin Pages/Cards/HostEventCardDisplay.razor.rz.scp.css */
/* ---------- CARD ---------- */

.page-card[b-dy9l3udjre] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    /* CHANGE THESE */
    min-width: 280px; /* prevents thin cards */
    max-width: 320px; /* keeps consistent size */
    width: 100%;
    margin: 0; /* remove auto centering (breaks row layout) */

    height: 420px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 5px 5px 2px #0077be;
    flex-shrink: 0; /* prevents shrinking in scroll */
    scroll-snap-align: start;
}

.page-card:hover[b-dy9l3udjre] {
    transform: translateY(-4px);
    box-shadow: 9px 9px 6px #0077be;
}

/* ---------- HEADER ---------- */

.page-header[b-dy9l3udjre] {
    flex-shrink: 0;
    text-align: center;
}

.page-title[b-dy9l3udjre] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
}

/* Accent underline */
.page-title[b-dy9l3udjre]::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 8px auto 0;
    background: #0077be;
}

/* ---------- CONTENT (SCROLLABLE) ---------- */

.page-content[b-dy9l3udjre] {
    flex: 1; /* fills remaining space */
    overflow-y: auto; /* enables scrolling */

    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    padding-right: 6px; /* space for scrollbar */
}

    /* Scrollbar styling */
    .page-content[b-dy9l3udjre]::-webkit-scrollbar {
        width: 6px;
    }

    .page-content[b-dy9l3udjre]::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

    /* Optional fade at bottom (scroll hint) */
    .page-content[b-dy9l3udjre]::after {
        content: "";
        position: sticky;
        bottom: 0;
        display: block;
        height: 20px;
        background: linear-gradient(to bottom, transparent, white);
    }

/* ---------- BUTTONS ---------- */

.page-card .button[b-dy9l3udjre] {
    flex-shrink: 0; /* always visible */
    display: block;
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.page-card .button:hover[b-dy9l3udjre] {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* ---------- COLOR ACCENTS (buttons cycle) ---------- */

.page-card .button:nth-of-type(8n+1)[b-dy9l3udjre] {
    border-left: 5px solid #ffce34;
}

.page-card .button:nth-of-type(8n+2)[b-dy9l3udjre] {
    border-left: 5px solid #ed6a1f;
}

.page-card .button:nth-of-type(8n+3)[b-dy9l3udjre] {
    border-left: 5px solid #41c5e5;
}

.page-card .button:nth-of-type(8n+4)[b-dy9l3udjre] {
    border-left: 5px solid #0077be;
}

.page-card .button:nth-of-type(8n+5)[b-dy9l3udjre] {
    border-left: 5px solid #ed008a;
}

.page-card .button:nth-of-type(8n+6)[b-dy9l3udjre] {
    border-left: 5px solid #cadc2f;
}

.page-card .button:nth-of-type(8n+7)[b-dy9l3udjre] {
    border-left: 5px solid #81c341;
}

.page-card .button:nth-of-type(8n+8)[b-dy9l3udjre] {
    border-left: 5px solid #753b97;
}

/* ---------- MOBILE ---------- */

@media (max-width: 600px) {
    .page-card[b-dy9l3udjre] {
        height: 380px;
        padding: 16px;
    }

    .page-title[b-dy9l3udjre] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Admin Pages/Cards/VolunteerEventCard.razor.rz.scp.css */
/* ---------- CARD ---------- */

.page-card[b-pluegh1se2] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    /* CHANGE THESE */
    min-width: 280px; /* prevents thin cards */
    max-width: 320px; /* keeps consistent size */
    width: 100%;
    margin: 0; /* remove auto centering (breaks row layout) */

    height: 420px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 5px 5px 2px #0077be;
    flex-shrink: 0; /* prevents shrinking in scroll */
    scroll-snap-align: start;
}

.page-card:hover[b-pluegh1se2] {
    transform: translateY(-4px);
    box-shadow: 9px 9px 6px #0077be;
}

/* ---------- HEADER ---------- */

.page-header[b-pluegh1se2] {
    flex-shrink: 0;
    text-align: center;
}

.page-title[b-pluegh1se2] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
}

/* Accent underline */
.page-title[b-pluegh1se2]::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 8px auto 0;
    background: #0077be;
}

/* ---------- CONTENT (SCROLLABLE) ---------- */

.page-content[b-pluegh1se2] {
    flex: 1; /* fills remaining space */
    overflow-y: auto; /* enables scrolling */

    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    padding-right: 6px; /* space for scrollbar */
}

    /* Scrollbar styling */
    .page-content[b-pluegh1se2]::-webkit-scrollbar {
        width: 6px;
    }

    .page-content[b-pluegh1se2]::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

    /* Optional fade at bottom (scroll hint) */
    .page-content[b-pluegh1se2]::after {
        content: "";
        position: sticky;
        bottom: 0;
        display: block;
        height: 20px;
        background: linear-gradient(to bottom, transparent, white);
    }

/* ---------- BUTTONS ---------- */

.page-card .button[b-pluegh1se2] {
    flex-shrink: 0; /* always visible */
    display: block;
    width: 100%;
    padding: 10px 16px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.page-card .button:hover[b-pluegh1se2] {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* ---------- COLOR ACCENTS (buttons cycle) ---------- */

.page-card .button:nth-of-type(8n+1)[b-pluegh1se2] {
    border-left: 5px solid #ffce34;
}

.page-card .button:nth-of-type(8n+2)[b-pluegh1se2] {
    border-left: 5px solid #ed6a1f;
}

.page-card .button:nth-of-type(8n+3)[b-pluegh1se2] {
    border-left: 5px solid #41c5e5;
}

.page-card .button:nth-of-type(8n+4)[b-pluegh1se2] {
    border-left: 5px solid #0077be;
}

.page-card .button:nth-of-type(8n+5)[b-pluegh1se2] {
    border-left: 5px solid #ed008a;
}

.page-card .button:nth-of-type(8n+6)[b-pluegh1se2] {
    border-left: 5px solid #cadc2f;
}

.page-card .button:nth-of-type(8n+7)[b-pluegh1se2] {
    border-left: 5px solid #81c341;
}

.page-card .button:nth-of-type(8n+8)[b-pluegh1se2] {
    border-left: 5px solid #753b97;
}

/* ---------- MOBILE ---------- */

@media (max-width: 600px) {
    .page-card[b-pluegh1se2] {
        height: 380px;
        padding: 16px;
    }

    .page-title[b-pluegh1se2] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Admin Pages/CreateContentPage.razor.rz.scp.css */
/* ============================= */
/*        PAGE LAYOUT           */
/* ============================= */

.admin-page[b-nj6nyovgh2] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 20px;
    background: #f4f6f9;
    min-height: 100vh;
    box-sizing: border-box;
}

/* Card Container */
.form-grid[b-nj6nyovgh2] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    background: white;
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 1200px;
}

/* ============================= */
/*   FILES + BUTTONS SIDE BY SIDE */
/* ============================= */

.files-buttons-row[b-nj6nyovgh2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Make both sections look balanced */
.files-section[b-nj6nyovgh2],
.buttons[b-nj6nyovgh2] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ============================= */
/*           TITLE               */
/* ============================= */

.title[b-nj6nyovgh2] {
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
}

/* ============================= */
/*        TOP ROW (Title + Dates) */
/* ============================= */

.top-row[b-nj6nyovgh2] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    gap: 20px;
    align-items: end;
    padding-bottom: 0.5em;
}

.page-title-field[b-nj6nyovgh2] {
    display: flex;
    flex-direction: column;
}

.time-toggle[b-nj6nyovgh2] {
    align-items: center;
    padding-bottom: 4px;
}

/* ============================= */
/*          FORM INPUTS          */
/* ============================= */

label[b-nj6nyovgh2] {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 24px;
    color: #4a5568;
    gap: 6px;
}

input[b-nj6nyovgh2],
select[b-nj6nyovgh2],
textarea[b-nj6nyovgh2] {
    padding: 9px 12px;
    border-radius: 8px;
    border: 1px solid #cbd5e0;
    font-size: 14px;
    transition: all 0.2s ease;
}

    input:focus[b-nj6nyovgh2],
    select:focus[b-nj6nyovgh2],
    textarea:focus[b-nj6nyovgh2] {
        outline: none;
        border-color: #3182ce;
        box-shadow: 0 0 0 2px rgba(49, 130, 206, 0.15);
    }

/* ============================= */
/*         RADIO BUTTONS         */
/* ============================= */

.radio-button-group[b-nj6nyovgh2] {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 24px;
    padding: 10px 0 20px 0;
}

.radio-button[b-nj6nyovgh2] {
    display: none;
}

.radio-button-label[b-nj6nyovgh2] {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 10px;
    border: 1px solid #cbd5e0;
    background: #f8fafc;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
    user-select: none;
}

    .radio-button-label:hover[b-nj6nyovgh2] {
        background: #e2e8f0;
    }

.radio-button:checked + .radio-button-label[b-nj6nyovgh2] {
    background: #3182ce;
    color: white;
    border-color: #3182ce;
    box-shadow: 0 6px 18px rgba(49, 130, 206, 0.3);
}

/* ============================= */
/*         TEXT EDITOR           */
/* ============================= */

.ql-toolbar[b-nj6nyovgh2] {
    border-radius: 10px 10px 0 0 !important;
}

.ql-container[b-nj6nyovgh2] {
    border-radius: 0 0 10px 10px !important;
    min-height: 250px;
}

/* ============================= */
/*         FILE UPLOAD           */
/* ============================= */

ul[b-nj6nyovgh2] {
    padding-left: 20px;
}

li[b-nj6nyovgh2] {
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ============================= */
/*         ERROR MESSAGE         */
/* ============================= */

.error-message[b-nj6nyovgh2] {
    color: #e53e3e;
    font-weight: 500;
}

/* ============================= */
/*          BUTTON ROW           */
/* ============================= */

.button-group[b-nj6nyovgh2] {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 10px;
}

.button[b-nj6nyovgh2],
.button > input[b-nj6nyovgh2] {
    margin: 5px;
}

/* ============================= */
/*         RESPONSIVE            */
/* ============================= */

@media (max-width: 1000px) {
    .top-row[b-nj6nyovgh2] {
        grid-template-columns: 1fr 1fr;
    }

    .files-buttons-row[b-nj6nyovgh2] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .top-row[b-nj6nyovgh2] {
        grid-template-columns: 1fr;
    }

    .form-grid[b-nj6nyovgh2] {
        padding: 30px;
    }

        .form-grid > div:last-child[b-nj6nyovgh2] {
            justify-content: center;
        }
}
/* /Components/Pages/Admin Pages/Login.razor.rz.scp.css */
/* ===== CONTAINER ===== */
.login-container[b-dz031lfza0] {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 25px 20px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


/* ===== TITLE ===== */
.login-title[b-dz031lfza0] {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.login-title[b-dz031lfza0]::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 10px auto 0;
    background: #41c5e5;
    border-radius: 2px;
}


/* ===== FORM ===== */
.login-form[b-dz031lfza0] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/* ===== INPUT GROUP ===== */
.input-group[b-dz031lfza0] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .input-group label[b-dz031lfza0] {
        font-size: 0.9rem;
        color: #555;
    }


/* ===== INPUT ===== */
.input-field[b-dz031lfza0] {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d0e7f5;
    background: #ffffff;
    font-size: 0.95rem;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.input-field:focus[b-dz031lfza0] {
    outline: none;
    border-color: #0077be;
    box-shadow: 0 0 0 2px rgba(0,119,190,0.15);
}

.error-message[b-dz031lfza0] {
    color: #e53e3e;
    font-weight: 500;
}

/* ===== BUTTON ===== */
.login-button[b-dz031lfza0] {
    margin-top: 10px;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #0077be, #41c5e5);
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s ease;
}

    .login-button:hover[b-dz031lfza0] {
        transform: translateY(-1px);
        box-shadow: 0 6px 16px rgba(0,119,190,0.25);
    }


/* ===== VALIDATION ===== */
.login-validation[b-dz031lfza0] {
    font-size: 0.85rem;
    color: #d9534f; /* soft red */
    text-align: center;
}


/* ===== FULL PAGE MODE (optional wrapper) ===== */
.login-page[b-dz031lfza0] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: linear-gradient( 135deg, rgba(0,119,190,0.1), rgba(117,59,151,0.1) );
}


/* ===== MODAL FRIENDLY ===== */
.modal .login-container[b-dz031lfza0] {
    box-shadow: none;
    padding: 15px;
}


/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .login-container[b-dz031lfza0] {
        padding: 20px 15px;
    }

    .login-title[b-dz031lfza0] {
        font-size: 1.4rem;
    }
}
/* /Components/Pages/Admin Pages/Modals/AdminPanelModal.razor.rz.scp.css */
/* ===== PANEL ===== */
.admin-panel[b-25tb0m57gl] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #333;
}

/* ===== CONTENT ===== */
.admin-content[b-25tb0m57gl] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ===== ERROR ===== */
.admin-error[b-25tb0m57gl] {
    padding: 10px;
    border-radius: 8px;
    background: rgba(220, 53, 69, 0.1);
    color: #b02a37;
    font-size: 0.9rem;
}

/* ===== SUCCESS CARD ===== */
.admin-success-title[b-25tb0m57gl] {
    text-align: center;
    color: #0077be;
}

.admin-card[b-25tb0m57gl] {
    padding: 12px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-size: 0.9rem;
}

/* ===== TABLE ===== */
.admin-table[b-25tb0m57gl] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

    /* QuickGrid headers */
    .admin-table th[b-25tb0m57gl] {
        text-align: left;
        padding: 8px;
        font-weight: 600;
        color: #0077be;
    }

    /* rows */
    .admin-table td[b-25tb0m57gl] {
        padding: 8px;
        vertical-align: middle;
    }

    /* subtle row separation */
    .admin-table tr:not(:last-child) td[b-25tb0m57gl] {
        border-bottom: 1px solid #eef4f8;
    }

/* ===== INPUTS ===== */
.admin-input[b-25tb0m57gl],
.admin-select[b-25tb0m57gl] {
    width: 100%;
    padding: 6px 8px;
    border-radius: 6px;
    border: 1px solid #d0e7f5;
    font-size: 0.85rem;
}

    .admin-input:focus[b-25tb0m57gl],
    .admin-select:focus[b-25tb0m57gl] {
        outline: none;
        border-color: #0077be;
        box-shadow: 0 0 0 2px rgba(0,119,190,0.15);
    }

/* ===== BUTTON BASE ===== */
.admin-panel button[b-25tb0m57gl] {
    padding: 6px 10px;
    border-radius: 6px;
    border: none;
    font-size: 0.8rem;
    cursor: pointer;
    margin-right: 5px;
    transition: transform 0.1s ease, box-shadow 0.15s ease;
}

    .admin-panel button:hover[b-25tb0m57gl] {
        transform: translateY(-1px);
    }

/* ===== BUTTON COLORS ===== */
.btn-primary[b-25tb0m57gl] {
    background: #0077be;
    color: white;
}

.btn-success[b-25tb0m57gl] {
    background: #81c341;
    color: white;
}

.btn-warning[b-25tb0m57gl] {
    background: #ffce34;
    color: #333;
}

.btn-danger[b-25tb0m57gl] {
    background: #ed6a1f;
    color: white;
}

.btn-secondary[b-25tb0m57gl] {
    background: #753b97;
    color: white;
}

/* ===== ACTION BAR ===== */
.admin-actions[b-25tb0m57gl] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {

    .admin-table[b-25tb0m57gl] {
        font-size: 0.8rem;
    }

    .admin-panel button[b-25tb0m57gl] {
        font-size: 0.75rem;
        padding: 6px 8px;
    }

    .admin-actions[b-25tb0m57gl] {
        flex-direction: column;
        align-items: stretch;
    }

        .admin-actions button[b-25tb0m57gl] {
            width: 100%;
        }
}
/* /Components/Pages/Admin Pages/PageTemplate.razor.rz.scp.css */
/* Page container */
.container[b-iqqkhy322o] {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

/* Title */
.title[b-iqqkhy322o] {
    text-align: center;
    margin-bottom: 20px;
}

/* Banner images */
.banner[b-iqqkhy322o] {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 8px;
}

/* Videos */
.video[b-iqqkhy322o] {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 8px;
}

/* Posters + information layout */
.posters[b-iqqkhy322o],
.information[b-iqqkhy322o] {
    margin-top: 20px;
}

/* Grid layout for posters + information */
@media (min-width: 768px) {
    .posters[b-iqqkhy322o] {
        float: left;
        width: 40%;
        margin-right: 20px;
    }
}

/* Poster images */
.poster[b-iqqkhy322o] {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 6px;
}

/* Information content */
.information[b-iqqkhy322o] {
    font-size: 16px;
    line-height: 1.6;
}

.buttons[b-iqqkhy322o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-auto-rows: 1fr;
    gap: 14px;
    margin-top: 20px;
}

.button[b-iqqkhy322o] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    color: white;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.button:hover[b-iqqkhy322o] {
    transform: translateY(-2px);
    filter: brightness(1.1);
}

/* Yellow */
.button:nth-child(8n+1)[b-iqqkhy322o] {
    background: #ffce34;
}
/* Orange */
.button:nth-child(8n+2)[b-iqqkhy322o] {
    background: #ed6a1f;
}
/* Light Blue */
.button:nth-child(8n+3)[b-iqqkhy322o] {
    background: #41c5e5;
}
/* Blue */
.button:nth-child(8n+4)[b-iqqkhy322o] {
    background: #0077be;
}
/* Magenta */
.button:nth-child(8n+5)[b-iqqkhy322o] {
    background: #ed008a;
}
/* Light Green */
.button:nth-child(8n+6)[b-iqqkhy322o] {
    background: #cadc2f;
}
/* Green */ 
.button:nth-child(8n+7)[b-iqqkhy322o] {
    background: #81c341;
}
/* Purple */
.button:nth-child(8n+8)[b-iqqkhy322o] {
    background: #753b97;
}

.sponsors[b-iqqkhy322o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    margin-top: 5px;
}

.sponsor[b-iqqkhy322o] {
    width: 100%;
    aspect-ratio: 1 / 1; /* keeps square shape */
    object-fit: contain; /* prevents image distortion */
}


/* Mobile layout */
@media (max-width: 767px) {
    .posters[b-iqqkhy322o] {
        float: left;
        width: 40%;
        margin: 0 20px 20px 0; /* 👈 important: bottom margin */
    }



    .information[b-iqqkhy322o] {
        margin-top: 15px;
        overflow: visible;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== MAIN LAYOUT ===== */
.item-container[b-ri05vrmkp3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    transition: grid-template-columns 1.5s ease-in-out;
    gap: 20px;
}

/* ===== INFORMATION SECTION ===== */
.information[b-ri05vrmkp3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    border: 3px solid #41c5e5;
    border-radius: 10px;
    padding: 15px;
    background-image: url('/Static/bg-dotsUP2.png'), url('/Static/bg-dotsUP2 - Inverted.png');
    background-position: bottom, top;
    background-repeat: no-repeat;
    grid-column: 1 / span 2; /* Span across both columns */
    justify-self: center;
    margin: 0px 25%;
}

/* LEFT SIDE (CONTACT INFO) */
.information-info[b-ri05vrmkp3] {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin: auto 0px;
    gap: 15px;
}

.information-info p[b-ri05vrmkp3] {
    margin: 0;
    line-height: 1.5;
}

#address[b-ri05vrmkp3] {
    grid-column: 1 / 3;
    font-size: 0.95rem;
}

/* LINKS */
.information-info a[b-ri05vrmkp3] {
    color: #0077be;
    text-decoration: none;
    font-weight: 500;
}
.information-info a:hover[b-ri05vrmkp3] {
    text-decoration: underline;
}

/* RIGHT SIDE (BLURB) */
.information-blurb[b-ri05vrmkp3] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-left: 3px solid #cadc2f;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ===== SHARED SECTION STYLING ===== */
.programs[b-ri05vrmkp3],
.events[b-ri05vrmkp3] {
    display: grid;
    grid-template-rows: auto 1fr;
    border: 3px solid #0077be;
    border-radius: 10px;
    padding: 10px;
    background-image: url('/Static/bg-dotsUP2.png'), url('/Static/bg-dotsUP2 - Inverted.png');
    background-position: bottom, top;
    background-repeat: no-repeat;
}

/* ===== HEADER LAYOUT ===== */
.section-header[b-ri05vrmkp3] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #cadc2f;
}

/* RIGHT SIDE (dropdown + button) */
.section-header > div[b-ri05vrmkp3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ===== SECTION COLORS ===== */
.programs[b-ri05vrmkp3] {
    grid-column: 1;
    border-color: #41c5e5;
}

.item-container:has(.programs.expanded)[b-ri05vrmkp3] {
    grid-template-columns: 4fr 1fr;
}
.events[b-ri05vrmkp3] {
    grid-column: 2;
    border-color: #ed6a1f;
}

.item-container:has(.events.expanded)[b-ri05vrmkp3] {
    grid-template-columns: 1fr 4fr;
}

/* ===== OTHER SECTIONS ===== */
.help-lines[b-ri05vrmkp3] {
    border-radius: 10px;
    border: 3px solid #ffce34;
    grid-column: 1 / -1;
}

.donate[b-ri05vrmkp3] {
    border-radius: 10px;
    border: 3px solid #753b97;
    grid-column: 1 / -1;
    background-image: url('/Static/bg-dotsUP2 - Inverted.png');
    background-position: top;
    background-repeat: no-repeat;
}

.partnerships[b-ri05vrmkp3] {
    border-radius: 10px;
    border: 3px solid #ed008a;
    grid-column: 1 / -1;
    background-image: url('/Static/bg-dotsUP2.png');
    background-position: bottom;
    background-repeat: no-repeat;
}

/* ===== SCROLL ROW ===== */
.scroll-row[b-ri05vrmkp3] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 320px;
    gap: 16px;
    overflow-x: auto;
    padding: 10px 5px;
    scroll-snap-type: x mandatory;
}

/* ===== DROPDOWN ===== */
.filter-dropdown[b-ri05vrmkp3] {
    border: 2px solid #753b97;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 0.85rem;
    height: 32px;
}

/* ===== EXPAND BUTTON (HEADER) ===== */
.section-header a[b-ri05vrmkp3] {
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* PROGRAMS BUTTON */
.programs .section-header a[b-ri05vrmkp3] {
    background: linear-gradient(135deg, #41c5e5, #0077be);
    color: white;
}

/* EVENTS BUTTON */
.events .section-header a[b-ri05vrmkp3] {
    background: linear-gradient(135deg, #ff8a3d, #ed6a1f);
    color: white;
}

/* HOVER */
.section-header a:hover[b-ri05vrmkp3] {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* EXPANDED STATE */
.programs.expanded .section-header a[b-ri05vrmkp3],
.events.expanded .section-header a[b-ri05vrmkp3] {
    background: #cadc2f;
    color: #333;
}

/* OPTIONAL TOGGLE ARROW */
.section-header a[b-ri05vrmkp3]::after {
    content: "▾";
    margin-left: 6px;
    font-size: 0.7rem;
}

.programs.expanded .section-header a[b-ri05vrmkp3]::after,
.events.expanded .section-header a[b-ri05vrmkp3]::after {
    content: "▴";
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .item-container[b-ri05vrmkp3] {
        grid-template-columns: 1fr;
    }

    .information[b-ri05vrmkp3] {
        grid-template-columns: 1fr;
        margin: 0px;
        grid-column: 1;
    }

    .information-info[b-ri05vrmkp3] {
        padding-top: 15px;
/*        text-align: center;*/
    }

    .information-blurb[b-ri05vrmkp3] {
        border-left: none;
        border-top: 3px solid #cadc2f;
        padding-top: 12px;
    }

    .programs[b-ri05vrmkp3],
    .events[b-ri05vrmkp3],
    .donate[b-ri05vrmkp3],
    .help-lines[b-ri05vrmkp3] {
        grid-column: 1;
    }

    .section-header[b-ri05vrmkp3] {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .section-header > div[b-ri05vrmkp3] {
        justify-content: space-between;
    }

    .expand-button[b-ri05vrmkp3] {
        visibility: hidden;
    }
}
/* /Components/Pages/StaticPages/About.razor.rz.scp.css */
/* ---------- Layout ---------- */
.principles[b-2xowvccpvg] {
    max-width: 900px;
    margin: auto;
    line-height: 1.7;
}

p[b-2xowvccpvg] {
    font-size: 20px;
}

.principles p[b-2xowvccpvg] {
    margin-bottom: 18px;
    padding-left: 18px;
    border-left: 4px solid #0077be;
}

.principles p:nth-child(6n+1)[b-2xowvccpvg] {
    border-color: #ffce34;
}

.principles p:nth-child(6n+2)[b-2xowvccpvg] {
    border-color: #ed6a1f;
}

.principles p:nth-child(6n+3)[b-2xowvccpvg] {
    border-color: #41c5e5;
}

.principles p:nth-child(6n+4)[b-2xowvccpvg] {
    border-color: #ed008a;
}

.principles p:nth-child(6n+5)[b-2xowvccpvg] {
    border-color: #81c341;
}

.principles p:nth-child(6n+6)[b-2xowvccpvg] {
    border-color: #753b97;
}

.principles-image[b-2xowvccpvg] {
    max-width: 100%;
    margin-top: 30px;
}


.page[b-2xowvccpvg] {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.section[b-2xowvccpvg] {
    margin-bottom: 60px;
}

.section-title[b-2xowvccpvg] {
    text-align: center;
    margin-bottom: 20px;
}

/* ---------- Responsive Grid ---------- */

.grid[b-2xowvccpvg] {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    gap: 24px;
}

/* ---------- Cards ---------- */

.card[b-2xowvccpvg] {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.card:hover[b-2xowvccpvg] {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.card img[b-2xowvccpvg] {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.card-content[b-2xowvccpvg] {
    padding: 16px;
}

/* ---------- Buttons ---------- */

.button[b-2xowvccpvg] {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: transform .15s ease;
}

    .button:hover[b-2xowvccpvg] {
        transform: translateY(-2px);
    }

/* ---------- Accent Colors ---------- */

.card:nth-child(8n+1)[b-2xowvccpvg] {
    border-top: 6px solid #ffce34;
}

.card:nth-child(8n+2)[b-2xowvccpvg] {
    border-top: 6px solid #ed6a1f;
}

.card:nth-child(8n+3)[b-2xowvccpvg] {
    border-top: 6px solid #41c5e5;
}

.card:nth-child(8n+4)[b-2xowvccpvg] {
    border-top: 6px solid #0077be;
}

.card:nth-child(8n+5)[b-2xowvccpvg] {
    border-top: 6px solid #ed008a;
}

.card:nth-child(8n+6)[b-2xowvccpvg] {
    border-top: 6px solid #cadc2f;
}

.card:nth-child(8n+7)[b-2xowvccpvg] {
    border-top: 6px solid #81c341;
}

.card:nth-child(8n+8)[b-2xowvccpvg] {
    border-top: 6px solid #753b97;
}

/* accent underline for headings */

.section-title[b-2xowvccpvg] {
    position: relative;
    padding-bottom: 10px;
}

    .section-title[b-2xowvccpvg]:after {
        content: "";
        display: block;
        width: 80px;
        height: 4px;
        margin: 10px auto 0;
        background: #0077be;
    }

/* ---------- Lists ---------- */

.feature-list[b-2xowvccpvg] {
    max-width: 700px;
    margin: auto;
}

    .feature-list li[b-2xowvccpvg] {
        margin-bottom: 10px;
    }

/* ---------- Center sections ---------- */

.center[b-2xowvccpvg] {
    text-align: center;
    max-width: 800px;
    margin: auto;
}
/* /Components/Pages/StaticPages/Donate.razor.rz.scp.css */
/* ---------- PAGE LAYOUT ---------- */

.page[b-5j9zptiv2d] {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

.page-header[b-5j9zptiv2d] {
    text-align: center;
    margin-bottom: 50px;
}

/* ---------- MAIN SECTION LAYOUT ---------- */

.donation-grid[b-5j9zptiv2d] {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* ---------- SECTION BLOCKS ---------- */

.donate-outreachcentre[b-5j9zptiv2d],
.donate-programs-events[b-5j9zptiv2d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}

.donate-programs-events[b-5j9zptiv2d] {
    padding-top: 20px;
    border-top: 2px solid rgba(0,0,0,0.08);
}

/* section titles */

.donate-outreachcentre h1[b-5j9zptiv2d],
.donate-programs-events h1[b-5j9zptiv2d] {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}

/* accent underline for section titles */

.donate-outreachcentre h1[b-5j9zptiv2d]::after,
.donate-programs-events h1[b-5j9zptiv2d]::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin: 10px auto 0;
    background: #0077be;
}

/* ---------- CARDS ---------- */

.donation-card[b-5j9zptiv2d] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: transform .2s ease, box-shadow .2s ease;
}

.donation-card:hover[b-5j9zptiv2d] {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

/* image */

.donation-card img[b-5j9zptiv2d] {
    width: 100%;
    aspect-ratio: 3/1;
    object-fit: cover;
}

/* text */

.card-content[b-5j9zptiv2d] {
    padding: 16px;
}

    .card-content h3[b-5j9zptiv2d] {
        margin-bottom: 6px;
    }

    .card-content p[b-5j9zptiv2d] {
        font-size: 0.95rem;
        line-height: 1.4;
    }

/* ---------- COLOR ACCENTS (RESET PER SECTION) ---------- */

/* outreach section */

.donate-outreachcentre .donation-card:nth-of-type(8n+1)[b-5j9zptiv2d] {
    border-top: 6px solid #ffce34;
}

.donate-outreachcentre .donation-card:nth-of-type(8n+2)[b-5j9zptiv2d] {
    border-top: 6px solid #ed6a1f;
}

.donate-outreachcentre .donation-card:nth-of-type(8n+3)[b-5j9zptiv2d] {
    border-top: 6px solid #41c5e5;
}

.donate-outreachcentre .donation-card:nth-of-type(8n+4)[b-5j9zptiv2d] {
    border-top: 6px solid #0077be;
}

.donate-outreachcentre .donation-card:nth-of-type(8n+5)[b-5j9zptiv2d] {
    border-top: 6px solid #ed008a;
}

.donate-outreachcentre .donation-card:nth-of-type(8n+6)[b-5j9zptiv2d] {
    border-top: 6px solid #cadc2f;
}

.donate-outreachcentre .donation-card:nth-of-type(8n+7)[b-5j9zptiv2d] {
    border-top: 6px solid #81c341;
}

.donate-outreachcentre .donation-card:nth-of-type(8n+8)[b-5j9zptiv2d] {
    border-top: 6px solid #753b97;
}

/* programs/events section */

.donate-programs-events .donation-card:nth-of-type(8n+1)[b-5j9zptiv2d] {
    border-top: 6px solid #ffce34;
}

.donate-programs-events .donation-card:nth-of-type(8n+2)[b-5j9zptiv2d] {
    border-top: 6px solid #ed6a1f;
}

.donate-programs-events .donation-card:nth-of-type(8n+3)[b-5j9zptiv2d] {
    border-top: 6px solid #41c5e5;
}

.donate-programs-events .donation-card:nth-of-type(8n+4)[b-5j9zptiv2d] {
    border-top: 6px solid #0077be;
}

.donate-programs-events .donation-card:nth-of-type(8n+5)[b-5j9zptiv2d] {
    border-top: 6px solid #ed008a;
}

.donate-programs-events .donation-card:nth-of-type(8n+6)[b-5j9zptiv2d] {
    border-top: 6px solid #cadc2f;
}

.donate-programs-events .donation-card:nth-of-type(8n+7)[b-5j9zptiv2d] {
    border-top: 6px solid #81c341;
}

.donate-programs-events .donation-card:nth-of-type(8n+8)[b-5j9zptiv2d] {
    border-top: 6px solid #753b97;
}

/* ---------- FOOTER ---------- */

.donation-footer[b-5j9zptiv2d] {
    margin-top: 70px;
    text-align: center;
}

    .donation-footer img[b-5j9zptiv2d] {
        max-width: 240px;
        margin-bottom: 12px;
    }

/* ---------- DISCLAIMER ---------- */

.donation-disclaimer[b-5j9zptiv2d] {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ---------- Toggle View ---------- */

/* Toggle container */
.view-toggle[b-5j9zptiv2d] {
    text-align: center;
    margin-top: 10px;
}

/* Button styling */
.view-toggle button[b-5j9zptiv2d] {
    border: 2px solid #753b97; /* Purple */
    background: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.view-toggle button:hover[b-5j9zptiv2d] {
    transform: translateY(-2px);
}

.collapsible[b-5j9zptiv2d] {
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Hidden state */
.collapsible.collapsed[b-5j9zptiv2d] {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
}

/* Visible state */
.collapsible.expanded[b-5j9zptiv2d] {
    max-height: 3000px; /* large enough */
    opacity: 1;
    transform: translateY(0);
}

/* Expanded state */
.expanded[b-5j9zptiv2d] {
    max-height: 2000px; /* big enough to fit content */
    opacity: 1;
    transform: translateY(0);
    transition: all 0.4s ease;
}


/* ---------- MOBILE TWEAKS ---------- */

@media (max-width: 600px) {
    .page[b-5j9zptiv2d] {
        padding: 30px 15px;
    }

    .donation-grid[b-5j9zptiv2d] {
        gap: 40px;
    }
}
/* /Components/Pages/StaticPages/FooterInformation.razor.rz.scp.css */
/* ===== FULL-WIDTH SECTION ===== */
.contact-section[b-dcuhqc5ajx] {
    width: 100%;
    padding-top: 20px;
    background: linear-gradient( 135deg, rgba(0,119,190,0.9), rgba(117,59,151,0.85) ), linear-gradient( 45deg, rgba(65,197,229,0.2), rgba(237,0,138,0.2) );
    color: white;
}

/* ===== CONTENT WRAPPER ===== */
.contact-container[b-dcuhqc5ajx] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 25px;
}

/* ===== LOGO ===== */
.contact-logo[b-dcuhqc5ajx] {
    text-align: center;
}

.contact-logo img[b-dcuhqc5ajx] {
    max-width: 200px;
    height: auto;
    filter: brightness(0) invert(1); /* ensures white logo visibility */
}

/* ===== GRID ===== */
.contact-grid[b-dcuhqc5ajx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* ===== TEXT BLOCKS ===== */
.contact-info[b-dcuhqc5ajx],
.contact-hours[b-dcuhqc5ajx] {
    display: grid;
    line-height: 1.5;
}

    /* ===== LINKS ===== */
    .contact-info a[b-dcuhqc5ajx] {
        color: white;
        text-decoration: none;
    }

        .contact-info a:hover[b-dcuhqc5ajx] {
            color: #ffce34; /* yellow accent */
        }

    /* ===== ICONS ===== */
    .contact-info i[b-dcuhqc5ajx] {
        margin-right: 6px;
        color: #41c5e5; /* light blue */
    }

    /* ===== HEADINGS ===== */
    .contact-info strong[b-dcuhqc5ajx],
    .contact-hours strong[b-dcuhqc5ajx] {
        display: block;
        margin-bottom: 4px;
        font-size: 1.05rem;
        color: #cadc2f; /* light green */
    }

/* ===== SUBTLE SEPARATION (no borders) ===== */
.contact-grid > div[b-dcuhqc5ajx] {
    position: relative;
    padding-left: 12px;
}

/* soft glow accent instead of borders */
.contact-info[b-dcuhqc5ajx]::before,
.contact-hours[b-dcuhqc5ajx]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 3px;
    height: 70%;
    border-radius: 2px;
}

/* color variants */
.contact-info[b-dcuhqc5ajx]::before {
    background: linear-gradient(#41c5e5, #0077be);
}

.contact-hours[b-dcuhqc5ajx]::before {
    background: linear-gradient(#81c341, #cadc2f);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .contact-grid[b-dcuhqc5ajx] {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-container[b-dcuhqc5ajx] {
        gap: 20px;
    }

    .contact-section[b-dcuhqc5ajx] {
        padding: 30px 15px;
        overflow-y: auto;
        height: 500px;
    }
}
/* /Components/Pages/StaticPages/HelpLines.razor.rz.scp.css */
/* ===== CONTAINER ===== */
.help-page[b-4pm08gr0qo] {
    padding: 20px 2%;
}

.help-container[b-4pm08gr0qo] {
    display: grid;
    margin: 0 auto;
    gap: 20px;
    /* responsive grid */
    grid-template-columns: repeat(auto-fit, 260px);
    justify-content: space-evenly;
}

/* ===== HEADER ===== */

.help-header[b-4pm08gr0qo] {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 12px;
}

.help-header h1[b-4pm08gr0qo] {
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.help-header p[b-4pm08gr0qo] {
    font-size: 1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Accent line under title */
.help-header h1[b-4pm08gr0qo]::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 12px auto 0;
    background: #41c5e5; /* Light Blue */
    border-radius: 2px;
}


/* ===== CARD ===== */

.help-card[b-4pm08gr0qo] {
    background: white;
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 5px 5px 2px #0077be;
}

.help-card:hover[b-4pm08gr0qo] {
    transform: translateY(-4px);
    box-shadow: 9px 9px 6px #0077be;
}

/* ===== TITLE ===== */

.help-card h2[b-4pm08gr0qo] {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 600;
}

/* ===== PHONE ===== */

.phone[b-4pm08gr0qo] {
    font-size: 1.4rem;
    color: #000;
}

/* ===== COLOR VARIANTS (cycled) ===== */

.help-card:nth-child(6n+1)[b-4pm08gr0qo] {
    border-top: 6px solid #ffce34;
}
/* Yellow */
.help-card:nth-child(6n+2)[b-4pm08gr0qo] {
    border-top: 6px solid #ed6a1f;
}
/* Orange */
.help-card:nth-child(6n+3)[b-4pm08gr0qo] {
    border-top: 6px solid #41c5e5;
}
/* Light Blue */
.help-card:nth-child(6n+4)[b-4pm08gr0qo] {
    border-top: 6px solid #0077be;
}
/* Blue */
.help-card:nth-child(6n+5)[b-4pm08gr0qo] {
    border-top: 6px solid #ed008a;
}
/* Magenta */
.help-card:nth-child(6n+6)[b-4pm08gr0qo] {
    border-top: 6px solid #81c341;
}
/* Green */

/* ===== HOVER COLOR POP ===== */

.help-card:hover .phone[b-4pm08gr0qo] {
    text-decoration: underline;
}

/* ===== MOBILE TWEAK ===== */

@media (max-width: 500px) {
    .help-card[b-4pm08gr0qo] {
        padding: 20px;
    }

    .phone[b-4pm08gr0qo] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/StaticPages/Information Pages/DomesticViolenceInfo.razor.rz.scp.css */
/* RESET */
*[b-pdq8rrg4z2] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-pdq8rrg4z2] {
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.7;
    background: #f8f9fb;
    color: #222;
}

/* LAYOUT */
.page[b-pdq8rrg4z2] {
    width: 100%;
}

.section[b-pdq8rrg4z2] {
    padding: 20px 20px;
}

.container[b-pdq8rrg4z2] {
    max-width: 1100px;
    margin: 0 auto;
}

/* GRID */
.grid-2[b-pdq8rrg4z2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

@media (max-width: 768px) {
    .grid-2[b-pdq8rrg4z2] {
        grid-template-columns: 1fr;
    }

    .section[b-pdq8rrg4z2] {
        padding: 50px 15px;
    }
}

.title[b-pdq8rrg4z2] {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 20px;
}

h2[b-pdq8rrg4z2], h3[b-pdq8rrg4z2] {
    color: #41c5e5;
    font-size: 1.8rem;
    margin-bottom: 12px;
}

h4[b-pdq8rrg4z2] {
    margin-bottom: 8px;
    font-weight: 500;
    color: #555;
}

p[b-pdq8rrg4z2] {
    margin-bottom: 16px;
    color: #444;
}

ul[b-pdq8rrg4z2] {
    padding-left: 20px;
}

li[b-pdq8rrg4z2] {
    margin-bottom: 8px;
}

.center[b-pdq8rrg4z2] {
    text-align: center;
}

/* CARDS */
.card[b-pdq8rrg4z2] {
    padding: 28px;
    border-radius: 14px;
    background: #fff;
    /* softer modern depth */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.card:hover[b-pdq8rrg4z2] {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* CALLOUT SECTION */
.callout[b-pdq8rrg4z2] {
    background: #ffce34;
    border-top: 5px solid #ed6a1f;
    border-bottom: 5px solid #ed6a1f;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* LINKS */
a[b-pdq8rrg4z2] {
    color: #0077be;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

a[b-pdq8rrg4z2]::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #0077be;
    transition: width 0.25s ease;
}

a:hover[b-pdq8rrg4z2]::after {
    width: 100%;
}

/* /Components/Pages/StaticPages/Information Pages/InformationDisplay.razor.rz.scp.css */
/* WRAPPER */
.info-wrapper[b-ubbemj9atl] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* TITLE */
.info-title[b-ubbemj9atl] {
    margin-bottom: 20px;
    border-left: 6px solid #0077be;
    padding-left: 10px;
}

/* SECTION */
.info-section[b-ubbemj9atl] {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
}

/* HEADER BUTTON */
.info-header[b-ubbemj9atl] {
    width: 100%;
    padding: 15px 20px;
    font-size: 1.1rem;
    text-align: left;
    border: none;
    background: #f9f9f9;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s ease;
}

.info-header:hover[b-ubbemj9atl] {
    background: #f1f1f1;
}

/* ICON */
.info-icon[b-ubbemj9atl] {
    font-weight: bold;
    font-size: 1.2rem;
    color: #0077be;
    transition: transform 0.2s ease;
}

/* CONTENT */
.info-content[b-ubbemj9atl] {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
}

/* OPEN STATE */
.info-section.active .info-content[b-ubbemj9atl] {
    max-height: 1000px; /* big enough for content */
    padding: 15px 20px;
    overflow-y: auto; /* enables scrolling */
}

.info-section.active .info-header[b-ubbemj9atl] {
    border-bottom: 3px solid #41c5e5;
}

.info-section.active .info-icon[b-ubbemj9atl] {
    transform: rotate(45deg); /* turns + into X */
}

/* OPTIONAL COLOR VARIANTS */
.info-section.blue[b-ubbemj9atl] {
    border-left: 5px solid #0077be;
}

.info-section.green[b-ubbemj9atl] {
    border-left: 5px solid #81c341;
}

.info-section.orange[b-ubbemj9atl] {
    border-left: 5px solid #ed6a1f;
}
/* /Components/Pages/StaticPages/Information Pages/PrivacyPolicy.razor.rz.scp.css */
/* Page setup */
body[b-dwe2tpl61j] {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #222;
}

/* Container */
.container[b-dwe2tpl61j] {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    background: #fff;
}

/* Grid layout */
.grid[b-dwe2tpl61j] {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

/* Columns */
.column[b-dwe2tpl61j] {
    flex: 1;
    min-width: 320px;
}

/* Typography */
h2[b-dwe2tpl61j] {
    font-size: 24px;
    margin-top: 25px;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

h3[b-dwe2tpl61j] {
    font-size: 18px;
    margin-top: 20px;
}

p[b-dwe2tpl61j] {
    font-size: 15px;
    line-height: 1.7;
    margin: 10px 0;
}

/* Logo */
.logo[b-dwe2tpl61j] {
    max-width: 220px;
    margin: 15px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .grid[b-dwe2tpl61j] {
        flex-direction: column;
    }
}
/* /Components/Pages/StaticPages/Modals/DonateCar.razor.rz.scp.css */
/* ===== BASE MODAL CONTENT ===== */
.modal-content-box[b-75l4g3p7or] {
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    color: #333;
}

/* ===== TEXT ===== */
.modal-text[b-75l4g3p7or] {
    margin: 12px 0;
    line-height: 1.5;
    color: #444;
}


/* ===== SUBTLE SEPARATOR ===== */
.modal-divider[b-75l4g3p7or] {
    margin: 18px 0;
    font-weight: 600;
    color: #0077be;
}


/* ===== CARD BLOCK (address / benefits) ===== */
.modal-card[b-75l4g3p7or] {
    margin: 15px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: left;
}


/* ===== PHONE LINK ===== */
.modal-phone[b-75l4g3p7or] {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0077be;
    text-decoration: none;
}

    .modal-phone:hover[b-75l4g3p7or] {
        text-decoration: underline;
    }


/* ===== CTA BUTTON ===== */
.modal-btn[b-75l4g3p7or] {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0077be, #41c5e5);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .modal-btn:hover[b-75l4g3p7or] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,119,190,0.3);
    }


/* ===== SMALL TEXT ===== */
.modal-note[b-75l4g3p7or] {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}

    .modal-note a[b-75l4g3p7or] {
        color: #0077be;
        text-decoration: none;
    }

        .modal-note a:hover[b-75l4g3p7or] {
            text-decoration: underline;
        }


/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .modal-content-box[b-75l4g3p7or] {
        padding: 20px 15px;
    }

    .modal-title[b-75l4g3p7or] {
        font-size: 1.4rem;
    }

    .modal-phone[b-75l4g3p7or] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/StaticPages/Modals/DonateEssentials.razor.rz.scp.css */
/* ===== BASE MODAL CONTENT ===== */
.modal-content-box[b-kz1c0hz5z8] {
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    color: #333;
}

/* ===== TEXT ===== */
.modal-text[b-kz1c0hz5z8] {
    margin: 12px 0;
    line-height: 1.5;
    color: #444;
}


/* ===== SUBTLE SEPARATOR ===== */
.modal-divider[b-kz1c0hz5z8] {
    margin: 18px 0;
    font-weight: 600;
    color: #0077be;
}


/* ===== CARD BLOCK (address / benefits) ===== */
.modal-card[b-kz1c0hz5z8] {
    margin: 15px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: left;
}


/* ===== PHONE LINK ===== */
.modal-phone[b-kz1c0hz5z8] {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0077be;
    text-decoration: none;
}

    .modal-phone:hover[b-kz1c0hz5z8] {
        text-decoration: underline;
    }


/* ===== CTA BUTTON ===== */
.modal-btn[b-kz1c0hz5z8] {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0077be, #41c5e5);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .modal-btn:hover[b-kz1c0hz5z8] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,119,190,0.3);
    }


/* ===== SMALL TEXT ===== */
.modal-note[b-kz1c0hz5z8] {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}

    .modal-note a[b-kz1c0hz5z8] {
        color: #0077be;
        text-decoration: none;
    }

        .modal-note a:hover[b-kz1c0hz5z8] {
            text-decoration: underline;
        }


/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .modal-content-box[b-kz1c0hz5z8] {
        padding: 20px 15px;
    }

    .modal-title[b-kz1c0hz5z8] {
        font-size: 1.4rem;
    }

    .modal-phone[b-kz1c0hz5z8] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/StaticPages/Modals/DonateMonthly.razor.rz.scp.css */
/* ===== BASE MODAL CONTENT ===== */
.modal-content-box[b-oifae39okd] {
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    color: #333;
}

/* ===== TEXT ===== */
.modal-text[b-oifae39okd] {
    margin: 12px 0;
    line-height: 1.5;
    color: #444;
}


/* ===== SUBTLE SEPARATOR ===== */
.modal-divider[b-oifae39okd] {
    margin: 18px 0;
    font-weight: 600;
    color: #0077be;
}


/* ===== CARD BLOCK (address / benefits) ===== */
.modal-card[b-oifae39okd] {
    margin: 15px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: left;
}


/* ===== PHONE LINK ===== */
.modal-phone[b-oifae39okd] {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0077be;
    text-decoration: none;
}

    .modal-phone:hover[b-oifae39okd] {
        text-decoration: underline;
    }


/* ===== CTA BUTTON ===== */
.modal-btn[b-oifae39okd] {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0077be, #41c5e5);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .modal-btn:hover[b-oifae39okd] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,119,190,0.3);
    }


/* ===== SMALL TEXT ===== */
.modal-note[b-oifae39okd] {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}

    .modal-note a[b-oifae39okd] {
        color: #0077be;
        text-decoration: none;
    }

        .modal-note a:hover[b-oifae39okd] {
            text-decoration: underline;
        }


/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .modal-content-box[b-oifae39okd] {
        padding: 20px 15px;
    }

    .modal-title[b-oifae39okd] {
        font-size: 1.4rem;
    }

    .modal-phone[b-oifae39okd] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/StaticPages/Modals/DonatePhone.razor.rz.scp.css */
/* ===== BASE MODAL CONTENT ===== */
.modal-content-box[b-y92gh1vj7u] {
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    color: #333;
}

/* ===== TEXT ===== */
.modal-text[b-y92gh1vj7u] {
    margin: 12px 0;
    line-height: 1.5;
    color: #444;
}


/* ===== SUBTLE SEPARATOR ===== */
.modal-divider[b-y92gh1vj7u] {
    margin: 18px 0;
    font-weight: 600;
    color: #0077be;
}


/* ===== CARD BLOCK (address / benefits) ===== */
.modal-card[b-y92gh1vj7u] {
    margin: 15px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: left;
}


/* ===== PHONE LINK ===== */
.modal-phone[b-y92gh1vj7u] {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0077be;
    text-decoration: none;
}

    .modal-phone:hover[b-y92gh1vj7u] {
        text-decoration: underline;
    }


/* ===== CTA BUTTON ===== */
.modal-btn[b-y92gh1vj7u] {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0077be, #41c5e5);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .modal-btn:hover[b-y92gh1vj7u] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,119,190,0.3);
    }


/* ===== SMALL TEXT ===== */
.modal-note[b-y92gh1vj7u] {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}

    .modal-note a[b-y92gh1vj7u] {
        color: #0077be;
        text-decoration: none;
    }

        .modal-note a:hover[b-y92gh1vj7u] {
            text-decoration: underline;
        }


/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .modal-content-box[b-y92gh1vj7u] {
        padding: 20px 15px;
    }

    .modal-title[b-y92gh1vj7u] {
        font-size: 1.4rem;
    }

    .modal-phone[b-y92gh1vj7u] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/StaticPages/Modals/InclusivityStatement.razor.rz.scp.css */
/* ===== BASE MODAL CONTENT ===== */
.modal-content-box[b-0x100jnif5] {
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    color: #333;
}

/* ===== TEXT ===== */
.modal-text[b-0x100jnif5] {
    margin: 12px 0;
    line-height: 1.5;
    color: #444;
}


/* ===== SUBTLE SEPARATOR ===== */
.modal-divider[b-0x100jnif5] {
    margin: 18px 0;
    font-weight: 600;
    color: #0077be;
}


/* ===== CARD BLOCK (address / benefits) ===== */
.modal-card[b-0x100jnif5] {
    margin: 15px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: left;
}


/* ===== PHONE LINK ===== */
.modal-phone[b-0x100jnif5] {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0077be;
    text-decoration: none;
}

    .modal-phone:hover[b-0x100jnif5] {
        text-decoration: underline;
    }


/* ===== CTA BUTTON ===== */
.modal-btn[b-0x100jnif5] {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0077be, #41c5e5);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .modal-btn:hover[b-0x100jnif5] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,119,190,0.3);
    }


/* ===== SMALL TEXT ===== */
.modal-note[b-0x100jnif5] {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}

    .modal-note a[b-0x100jnif5] {
        color: #0077be;
        text-decoration: none;
    }

        .modal-note a:hover[b-0x100jnif5] {
            text-decoration: underline;
        }


/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .modal-content-box[b-0x100jnif5] {
        padding: 20px 15px;
    }

    .modal-title[b-0x100jnif5] {
        font-size: 1.4rem;
    }

    .modal-phone[b-0x100jnif5] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/StaticPages/Modals/ReportsAndPublications.razor.rz.scp.css */
/* ===== BASE MODAL CONTENT ===== */
.modal-content-box[b-xg2qhr5bxo] {
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    padding: 0px 20px;
    border-radius: 12px;
    text-align: center;
    color: #333;
}

/* ===== TEXT ===== */
.modal-text[b-xg2qhr5bxo] {
    margin: 12px 0;
    line-height: 1.5;
    color: #444;
}


/* ===== SUBTLE SEPARATOR ===== */
.modal-divider[b-xg2qhr5bxo] {
    margin: 18px 0;
    font-weight: 600;
    color: #0077be;
}


/* ===== CARD BLOCK (address / benefits) ===== */
.modal-card[b-xg2qhr5bxo] {
    margin: 15px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: left;
}


/* ===== PHONE LINK ===== */
.modal-phone[b-xg2qhr5bxo] {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0077be;
    text-decoration: none;
}

    .modal-phone:hover[b-xg2qhr5bxo] {
        text-decoration: underline;
    }


/* ===== CTA BUTTON ===== */
.modal-btn[b-xg2qhr5bxo] {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0077be, #41c5e5);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .modal-btn:hover[b-xg2qhr5bxo] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,119,190,0.3);
    }


/* ===== SMALL TEXT ===== */
.modal-note[b-xg2qhr5bxo] {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}

    .modal-note a[b-xg2qhr5bxo] {
        color: #0077be;
        text-decoration: none;
    }

        .modal-note a:hover[b-xg2qhr5bxo] {
            text-decoration: underline;
        }


/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .modal-content-box[b-xg2qhr5bxo] {
        padding: 20px 15px;
    }

    .modal-title[b-xg2qhr5bxo] {
        font-size: 1.4rem;
    }

    .modal-phone[b-xg2qhr5bxo] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/StaticPages/Modals/WorkWithUs.razor.rz.scp.css */
/* ===== BASE MODAL CONTENT ===== */
.modal-content-box[b-091nw6kx4s] {
    background: linear-gradient(180deg, #ffffff, #f5fbff);
    padding: 25px 20px;
    border-radius: 12px;
    text-align: center;
    color: #333;
}

/* ===== TEXT ===== */
.modal-text[b-091nw6kx4s] {
    margin: 12px 0;
    line-height: 1.5;
    color: #444;
}


/* ===== SUBTLE SEPARATOR ===== */
.modal-divider[b-091nw6kx4s] {
    margin: 18px 0;
    font-weight: 600;
    color: #0077be;
}


/* ===== CARD BLOCK (address / benefits) ===== */
.modal-card[b-091nw6kx4s] {
    margin: 15px 0;
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    line-height: 1.6;
    text-align: left;
}


/* ===== PHONE LINK ===== */
.modal-phone[b-091nw6kx4s] {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #0077be;
    text-decoration: none;
}

    .modal-phone:hover[b-091nw6kx4s] {
        text-decoration: underline;
    }


/* ===== CTA BUTTON ===== */
.modal-btn[b-091nw6kx4s] {
    display: inline-block;
    margin-top: 12px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #0077be, #41c5e5);
    color: #ffffff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .modal-btn:hover[b-091nw6kx4s] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,119,190,0.3);
    }


/* ===== SMALL TEXT ===== */
.modal-note[b-091nw6kx4s] {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #666;
}

    .modal-note a[b-091nw6kx4s] {
        color: #0077be;
        text-decoration: none;
    }

        .modal-note a:hover[b-091nw6kx4s] {
            text-decoration: underline;
        }


/* ===== MOBILE ===== */
@media (max-width: 480px) {
    .modal-content-box[b-091nw6kx4s] {
        padding: 20px 15px;
    }

    .modal-title[b-091nw6kx4s] {
        font-size: 1.4rem;
    }

    .modal-phone[b-091nw6kx4s] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/StaticPages/Partnerships.razor.rz.scp.css */
/* ===== PAGE ===== */
.partners-page[b-xmc5yttugl] {
    padding: 20px 2%;
}

/* ===== HEADER ===== */
.partners-header[b-xmc5yttugl] {
    text-align: center;
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 12px;
}

.partners-header h1[b-xmc5yttugl] {
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.partners-header p[b-xmc5yttugl] {
    font-size: 1rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Accent line */
.partners-header h1[b-xmc5yttugl]::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin: 12px auto 0;
    background: #41c5e5;
    border-radius: 2px;
}

/* ===== GRID ===== */
.partners-container[b-xmc5yttugl] {
    display: grid;
    margin: 0 auto;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, 260px);
    justify-content: space-evenly;
}

/* ===== CARD ===== */
.partner-card[b-xmc5yttugl] {
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    /* same style feel as help cards */
    box-shadow: 5px 5px 2px #0077be
}

    .partner-card:hover[b-xmc5yttugl] {
        transform: translateY(-4px);
        box-shadow: 9px 9px 6px #0077be;
    }

/* ===== LOGO ===== */
.partner-card img[b-xmc5yttugl] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* ===== COLOR STRIP (same pattern as your cards) ===== */
.partner-card:nth-child(6n+1)[b-xmc5yttugl] {
    border-top: 6px solid #ffce34;
}

.partner-card:nth-child(6n+2)[b-xmc5yttugl] {
    border-top: 6px solid #ed6a1f;
}

.partner-card:nth-child(6n+3)[b-xmc5yttugl] {
    border-top: 6px solid #41c5e5;
}

.partner-card:nth-child(6n+4)[b-xmc5yttugl] {
    border-top: 6px solid #0077be;
}

.partner-card:nth-child(6n+5)[b-xmc5yttugl] {
    border-top: 6px solid #ed008a;
}

.partner-card:nth-child(6n+6)[b-xmc5yttugl] {
    border-top: 6px solid #81c341;
}

/* ===== MOBILE ===== */
@media (max-width: 500px) {
    .partner-card[b-xmc5yttugl] {
        padding: 20px;
    }
}
