@import '_content/NRCA.Shared/NRCA.Shared.kl23686771.bundle.scp.css';

/* /Components/Account/Pages/Manage/MembershipCard.razor.rz.scp.css */
.print-button-container[b-9riogyz62o] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.card-container[b-9riogyz62o] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
    min-height: 50vh;
}

.membership-card[b-9riogyz62o] {
    position: relative;
    width: 3.5in;
    height: 2in;
    border-radius: 8px;
    border: 2px solid #333333;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.card-background[b-9riogyz62o] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/nrca_logo.avif');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: 1;
}

.card-content[b-9riogyz62o] {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title[b-9riogyz62o] {
    font-size: 1.00rem;
    font-weight: bold;
    margin: 0;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.member-details[b-9riogyz62o] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.member-name[b-9riogyz62o] {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    color: #000000;
}

.season-info[b-9riogyz62o] {
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
    color: #333333;
}

.member-id[b-9riogyz62o] {
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
    color: #000000;
}

.membership-type[b-9riogyz62o] {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
    color: #555555;
    font-style: italic;
}

.card-url[b-9riogyz62o] {
    font-size: 0.65rem;
    font-weight: 500;
    margin: 0;
    color: #666666;
    margin-top: auto;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .membership-card[b-9riogyz62o] {
        width: 90vw;
        max-width: 3.5in;
        height: auto;
        aspect-ratio: 3.5 / 2;
    }
}

@media print {
    /* Hide the print button when printing */
    .no-print[b-9riogyz62o] {
        display: none !important;
    }

    .card-container[b-9riogyz62o] {
        padding: 0;
        min-height: auto;
    }

    .membership-card[b-9riogyz62o] {
        box-shadow: none;
        page-break-inside: avoid;
        border: 1px solid #333333;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dan69qbamj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dan69qbamj] {
    flex: 1;
}

.sidebar[b-dan69qbamj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dan69qbamj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dan69qbamj]  a, .top-row[b-dan69qbamj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dan69qbamj]  a:hover, .top-row[b-dan69qbamj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dan69qbamj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dan69qbamj] {
        justify-content: space-between;
    }

    .top-row[b-dan69qbamj]  a, .top-row[b-dan69qbamj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dan69qbamj] {
        flex-direction: row;
    }

    .sidebar[b-dan69qbamj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dan69qbamj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dan69qbamj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dan69qbamj], article[b-dan69qbamj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dan69qbamj] {
    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-dan69qbamj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g9o4xm7f0e] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%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-g9o4xm7f0e] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-g9o4xm7f0e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g9o4xm7f0e] {
    font-size: 1.1rem;
}

/* Icon spacing for all navigation items */
/* Target all bi icons except chevrons, with proper specificity */
.nav-item .bi:not(.bi-chevron-right):not(.bi-chevron-down):not(.ms-auto)[b-g9o4xm7f0e] {
    margin-right: 0.5rem;
}

/* Ensure chevrons stay aligned to the right without extra margin */
.nav-item .bi.ms-auto[b-g9o4xm7f0e] {
    margin-right: 0;
    margin-left: auto;
}

.nav-item[b-g9o4xm7f0e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g9o4xm7f0e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g9o4xm7f0e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g9o4xm7f0e]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-g9o4xm7f0e]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-g9o4xm7f0e]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-g9o4xm7f0e] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g9o4xm7f0e] {
    display: block;
}

/* Navigation group toggle button */
.nav-group-toggle[b-g9o4xm7f0e] {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    border: none;
    background: none;
    padding: 0.5rem 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-group-toggle:hover[b-g9o4xm7f0e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-group-toggle .bi-chevron-right[b-g9o4xm7f0e],
.nav-group-toggle .bi-chevron-down[b-g9o4xm7f0e] {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.nav-group-toggle.collapsed .bi-chevron-down[b-g9o4xm7f0e] {
    transform: rotate(-90deg);
}

/* Sub-navigation items */
.nav-group-items[b-g9o4xm7f0e] {
    background-color: rgba(0, 0, 0, 0.15);
    border-left: 2px solid var(--bs-primary, #0d6efd);
}

.nav-link-sub[b-g9o4xm7f0e] {
    padding-left: 2.5rem !important;
    font-size: 0.9rem;
}

.nav-link-sub .bi-dot[b-g9o4xm7f0e] {
    font-size: 1.2rem;
    margin-right: 0.25rem;
}

.nav-group-nested[b-g9o4xm7f0e] {
    padding-left: 1rem;
}

.nav-link-sub-nested[b-g9o4xm7f0e] {
    padding-left: 2rem !important;
    font-size: 0.9rem;
}

/* Collapse animation */
.collapse[b-g9o4xm7f0e] {
    transition: height 0.35s ease;
}

.collapse:not(.show)[b-g9o4xm7f0e] {
    display: none;
}

.collapsing[b-g9o4xm7f0e] {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g9o4xm7f0e] {
 display: none;
    }

    .nav-scrollable[b-g9o4xm7f0e] {
        /* Never collapse the sidebar for wide screens */
        display: block;

 /* Allow sidebar to scroll for tall menus */
   height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
