/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9vojn5ptvm] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
    background: linear-gradient(to bottom, #f9fafb 0%, #ffffff 100%);
}

.layout-shell[b-9vojn5ptvm] {
    flex: 1;
    min-height: 0;
    display: flex;
    overflow: hidden;
}

main[b-9vojn5ptvm] {
    flex: 1;
    background: transparent;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 0;
    overflow: hidden;
}

.sidebar[b-9vojn5ptvm] {
    background: #401e5a;
    box-shadow: 4px 0 25px rgba(90, 31, 122, 0.3);
    position: relative;
    border-radius: 0;
    transition: width 220ms ease, min-width 220ms ease, box-shadow 220ms ease;
}

.sidebar-collapsed[b-9vojn5ptvm] {
    box-shadow: 3px 0 18px rgba(90, 31, 122, 0.22);
    z-index: 500;
}

.sidebar[b-9vojn5ptvm]::before {
    content: none;
}

.sidebar[b-9vojn5ptvm]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(212, 168, 0, 0.28);
    opacity: 0.6;
}

.top-row[b-9vojn5ptvm] {
    background: #401e5a;
    border-bottom: 1px solid rgba(255, 202, 5, 0.24);
    box-shadow: 0 8px 24px rgba(38, 14, 52, 0.24);
    justify-content: space-between;
    min-height: 3.85rem;
    height: 3.85rem;
    max-height: 3.85rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    gap: 1.25rem;
    padding: 0 1.25rem !important;
    flex-shrink: 0;
    width: 100%;
}

.top-row[b-9vojn5ptvm]::before {
    content: none;
}

.top-row > *[b-9vojn5ptvm] {
    position: relative;
    z-index: 1;
}

.topbar-brand-area[b-9vojn5ptvm] {
    width: 172px;
    min-width: 172px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.45rem 0.55rem 0.45rem 0.75rem;
   /* border-right: 1px solid rgba(255, 255, 255, 0.16);*/
    transition: width 220ms ease, min-width 220ms ease, padding 220ms ease;
}

.topbar-brand[b-9vojn5ptvm] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    min-width: 0;
    height: 100%;
    text-decoration: none;
}

.topbar-sidebar-toggle[b-9vojn5ptvm] {
    width: 2.2rem;
    height: 2.2rem;
    border: 2px solid rgba(45, 15, 61, 0.85);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 202, 5, 0.18) 0%, rgba(255, 202, 5, 0.08) 100%);
    color: #ffca05;
    box-shadow:
        0 0 0 2px rgba(255, 202, 5, 0.08),
        0 6px 14px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.topbar-sidebar-toggle:hover[b-9vojn5ptvm] {
    background: linear-gradient(180deg, #ffca05 0%, #d4a800 100%);
    border-color: rgba(36, 10, 50, 0.95);
    color: #2d0f3d;
    transform: translateY(-1px);
}

.topbar-sidebar-toggle i[b-9vojn5ptvm] {
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}

.topbar-logo[b-9vojn5ptvm] {
    width: auto;
    height: 2.5rem;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.22));
    transition: transform 180ms ease, filter 180ms ease;
}

.page-sidebar-collapsed .topbar-brand-area[b-9vojn5ptvm] {
    width: 172px;
    min-width: 172px;
    padding: 0.45rem 0.55rem 0.45rem 0.75rem;
    gap: 0.45rem;
}

.page-sidebar-collapsed .topbar-logo[b-9vojn5ptvm] {
    height: 2.5rem;
    max-width: 100%;
}

.page-sidebar-collapsed .topbar-sidebar-toggle[b-9vojn5ptvm] {
    width: 2.2rem;
    height: 2.2rem;
}

.topbar-brand:hover .topbar-logo[b-9vojn5ptvm] {
    transform: translateY(-1px);
    filter: drop-shadow(0 4px 10px rgba(255, 202, 5, 0.28));
}

/* ===== TOPBAR LEFT SECTION ===== */
.topbar-left[b-9vojn5ptvm] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 0;
}

.topbar-link[b-9vojn5ptvm] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.topbar-link:hover[b-9vojn5ptvm] {
    color: #ffca05;
    background: rgba(255, 202, 5, 0.1);
    border-color: rgba(255, 202, 5, 0.3);
}

.topbar-link.active[b-9vojn5ptvm] {
    color: #ffca05;
    background: rgba(255, 202, 5, 0.15);
    border-color: rgba(255, 202, 5, 0.5);
}

/* ===== TOPBAR RIGHT SECTION ===== */
.topbar-right[b-9vojn5ptvm] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
}

    .top-row[b-9vojn5ptvm]  a, .top-row[b-9vojn5ptvm]  .btn-link {
        white-space: nowrap;
        margin-left: 0;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.9);
        font-weight: 500;
        transition: all 200ms ease;
    }

    .top-row[b-9vojn5ptvm]  a:hover, .top-row[b-9vojn5ptvm]  .btn-link:hover {
        color: #ffca05;
        text-decoration: none;
    }

    .top-row[b-9vojn5ptvm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .page[b-9vojn5ptvm] {
        display: flex;
        flex-direction: column;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .layout-shell[b-9vojn5ptvm] {
        flex-direction: column;
        flex: 1;
        min-height: 0;
        overflow: hidden;
    }

    .sidebar[b-9vojn5ptvm] {
        position: relative;
        width: 100%;
        z-index: 1001;
        flex-shrink: 0;
        border-radius: 0;
        /* Sidebar will have its own max-height from NavMenu styles */
    }

    .sidebar-beta-slot[b-9vojn5ptvm] {
        margin-top: auto;
        padding: 0.5rem 0.75rem 0.75rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    main[b-9vojn5ptvm] {
        display: flex;
        flex-direction: column;
        flex: 1;
        overflow: hidden;
        min-height: 0;
    }

    .top-row[b-9vojn5ptvm] {
        position: sticky;
        top: 0;
        z-index: 1000;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0 0.75rem !important;
        flex-shrink: 0;
        border-radius: 0;
    }

    .topbar-brand[b-9vojn5ptvm] {
        width: 100%;
    }

    .topbar-brand-area[b-9vojn5ptvm] {
        width: auto;
        min-width: 5.25rem;
        padding: 0.35rem 0.35rem 0.35rem 0;
        border-right: 0;
    }

    .topbar-logo[b-9vojn5ptvm] {
        height: 2.15rem;
        max-width: 5.75rem;
    }

    .topbar-sidebar-toggle[b-9vojn5ptvm] {
        display: none;
    }

    article[b-9vojn5ptvm] {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        height: auto;
        min-height: 0;
    }

    .topbar-left[b-9vojn5ptvm] {
        gap: 0.5rem;
        flex: 1;
        min-width: 0;
    }

    .topbar-link span[b-9vojn5ptvm] {
        display: none;
    }

    .topbar-link[b-9vojn5ptvm] {
        padding: 0.5rem;
        font-size: 1.125rem;
    }

    .topbar-right[b-9vojn5ptvm] {
        gap: 0.5rem;
    }

    .top-row[b-9vojn5ptvm]  a, .top-row[b-9vojn5ptvm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9vojn5ptvm] {
        flex-direction: column;
        height: 100vh;
        overflow: hidden;
        border-radius: 0;
    }

    .layout-shell[b-9vojn5ptvm] {
        flex-direction: row;
        height: calc(100vh - 3.85rem);
        min-height: 0;
        overflow: hidden;
    }

    .sidebar[b-9vojn5ptvm] {
        width: 172px;
        min-width: 172px;
        height: calc(100vh - 3.85rem);
        position: sticky;
        top: 3.85rem;
        z-index: 200;
        overflow: visible;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
    }

    main[b-9vojn5ptvm] {
        flex: 1;
        height: 100%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border-radius: 0;
    }

    .top-row[b-9vojn5ptvm] {
        position: sticky;
        top: 0;
        z-index: 1000;
        border-radius: 0;
        flex-shrink: 0;
    }

    .sidebar.sidebar-collapsed[b-9vojn5ptvm] {
        width: 84px;
        min-width: 84px;
        overflow: visible;
    }

    .sidebar.sidebar-collapsed .sidebar-beta-slot[b-9vojn5ptvm] {
        display: none;
    }

    .top-row.auth[b-9vojn5ptvm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    article[b-9vojn5ptvm] {
        flex: 1;
        overflow-y: auto;
        overflow-x: hidden;
        height: auto;
    }

    .top-row[b-9vojn5ptvm], article[b-9vojn5ptvm] {
        /* padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }
}

/* ===== TABLET DEVICES (641px to 1024px) ===== */
@media (min-width: 641px) and (max-width: 1024px) {
    .sidebar[b-9vojn5ptvm] {
        width: 164px;
        min-width: 164px;
    }

    .top-row[b-9vojn5ptvm] {
        padding: 0 1rem !important;
    }

    .topbar-brand[b-9vojn5ptvm] {
        width: 100%;
    }

    .topbar-brand-area[b-9vojn5ptvm] {
        width: 164px;
        min-width: 164px;
    }

    .page-sidebar-collapsed .topbar-brand-area[b-9vojn5ptvm] {
        width: 164px;
        min-width: 164px;
    }

    .topbar-left[b-9vojn5ptvm] {
        gap: 1rem;
    }

    .topbar-right[b-9vojn5ptvm] {
        gap: 0.5rem;
    }
}

/* ===== EXTRA LARGE SCREENS (1600px+) ===== */
@media (min-width: 1600px) {
    .content[b-9vojn5ptvm] {
        width: 100%;
    }
}

/* ===== CONTENT AREA ===== */
.content[b-9vojn5ptvm] {
    flex: 1;
    overflow-y: auto;
    width: 100%;
    padding: 0.5rem;
}

article[b-9vojn5ptvm] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    min-height: 0;
}

/* ========================================
   PRINT STYLES FOR LAYOUT
   ======================================== */
@media print {
    /* Reset page layout for print */
    .page[b-9vojn5ptvm] {
        display: block !important;
        min-height: auto !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* Hide sidebar and navigation */
    .sidebar[b-9vojn5ptvm],
    .top-row[b-9vojn5ptvm] {
        display: none !important;
    }

    /* Reset main container */
    main[b-9vojn5ptvm] {
        flex: none !important;
        display: block !important;
        min-height: auto !important;
        height: auto !important;
        width: 100% !important;
        overflow: visible !important;
        background: white !important;
    }

    /* Reset content area - THIS IS THE KEY FIX */
    .content[b-9vojn5ptvm],
    article[b-9vojn5ptvm] {
        flex: none !important;
        display: block !important;
        overflow: visible !important;
        overflow-y: visible !important;
        overflow-x: visible !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

#blazor-error-ui[b-9vojn5ptvm] {
    color-scheme: light only;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    bottom: 0;
    box-shadow: 0 -4px 20px rgba(220, 53, 69, 0.4);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
    border-top: 3px solid #ffca05;
    border-radius: 8px 8px 0 0;
}

    #blazor-error-ui .dismiss[b-9vojn5ptvm] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        background: rgba(255, 255, 255, 0.2);
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 200ms ease;
    }

    #blazor-error-ui .dismiss:hover[b-9vojn5ptvm] {
        background: rgba(255, 255, 255, 0.4);
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-menu-shell[b-w20kqer9xy] {
    display: flex;
    flex: 1;
    min-height: 0;
    flex-direction: column;
}

.navbar-toggler[b-w20kqer9xy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: relative;
    margin: 0.55rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    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-w20kqer9xy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-w20kqer9xy] {
    min-height: 3.85rem;
    height: 3.85rem;
    max-height: 3.85rem;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.navbar-brand[b-w20kqer9xy] {
    font-size: 1.1rem;
}

.bi[b-w20kqer9xy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

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

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

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

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

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

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

    .nav-item[b-w20kqer9xy]  .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-w20kqer9xy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

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

@media (min-width: 641px) {
    .navbar-toggler[b-w20kqer9xy] {
        display: none;
    }

    .nav-scrollable[b-w20kqer9xy] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.85rem);
        overflow-y: auto;
        flex: 1;
    }
}

/* ===== TABLET DEVICES (641px to 1024px) ===== */
@media (min-width: 641px) and (max-width: 1024px) {
    .navbar-toggler[b-w20kqer9xy] {
        display: none !important;
    }

    .nav-scrollable[b-w20kqer9xy] {
        display: block !important;
        height: calc(100vh - 3.85rem);
        overflow-y: auto;
    }

    .nav-item[b-w20kqer9xy] {
        font-size: 0.85rem;
    }

    .nav-item[b-w20kqer9xy]  .nav-link {
        height: 2.75rem;
        line-height: 2.75rem;
    }
}
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-m3ydbviau7],
.components-reconnect-repeated-attempt-visible[b-m3ydbviau7],
.components-reconnect-failed-visible[b-m3ydbviau7],
.components-pause-visible[b-m3ydbviau7],
.components-resume-failed-visible[b-m3ydbviau7],
.components-rejoining-animation[b-m3ydbviau7] {
    display: none;
}

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


#components-reconnect-modal[b-m3ydbviau7] {
    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-m3ydbviau7 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-m3ydbviau7 {
    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;
    }
}
/* /Layout/WalletBalanceDisplay.razor.rz.scp.css */
.wallet-balance-display[b-7md3llifda] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-width: 120px;
}

.wallet-balance-display:hover[b-7md3llifda] {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-color: rgba(255, 202, 5, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.wallet-balance-display i[b-7md3llifda] {
    font-size: 1.25rem;
    color: #ffca05;
    filter: drop-shadow(0 0 4px rgba(255, 202, 5, 0.5));
}

.wallet-amount[b-7md3llifda] {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .wallet-balance-display[b-7md3llifda] {
        padding: 0.4rem 0.75rem;
        min-width: 100px;
    }

    .wallet-balance-display i[b-7md3llifda] {
        font-size: 1.1rem;
    }

    .wallet-amount[b-7md3llifda] {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .wallet-balance-display[b-7md3llifda] {
        padding: 0.35rem 0.6rem;
        min-width: 90px;
    }

    .wallet-balance-display i[b-7md3llifda] {
        font-size: 1rem;
    }
}
/* /Pages/AccessDenied.razor.rz.scp.css */
.access-denied-container[b-1ifdbyc6gx] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 2rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.access-denied-card[b-1ifdbyc6gx] {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}

.icon-container[b-1ifdbyc6gx] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a5a 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem;
}

.icon-container i[b-1ifdbyc6gx] {
    font-size: 3rem;
    color: white;
}

.access-denied-card h1[b-1ifdbyc6gx] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 700;
}

.access-denied-card .message[b-1ifdbyc6gx] {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.access-denied-card .description[b-1ifdbyc6gx] {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.actions[b-1ifdbyc6gx] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.actions button[b-1ifdbyc6gx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.actions .btn-primary[b-1ifdbyc6gx] {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
}

.actions .btn-primary:hover[b-1ifdbyc6gx] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}

.actions .btn-secondary[b-1ifdbyc6gx] {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb;
}

.actions .btn-secondary:hover[b-1ifdbyc6gx] {
    background: #e5e7eb;
}
/* /Pages/Checkout/Payment.razor.rz.scp.css */
/* ============================================
   PAYMENT CONFIRMATION MODAL STYLES
   Matching existing theme: White background with purple header
   ============================================ */

/* Modal Overlay */
.modal-overlay[b-8dp90faovy] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
    animation: fadeIn-b-8dp90faovy 0.2s ease;
}

@keyframes fadeIn-b-8dp90faovy {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Modal Container */
.wallet-modal[b-8dp90faovy] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    position: relative;
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: slideUp-b-8dp90faovy 0.3s ease;
}

@keyframes slideUp-b-8dp90faovy {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.wallet-modal.enhanced[b-8dp90faovy] {
    max-width: 540px;
}

/* Close Button */
.modal-close-btn[b-8dp90faovy] {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 1;
}

.modal-close-btn:hover[b-8dp90faovy] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Modal Header */
.modal-header[b-8dp90faovy] {
    background: linear-gradient(135deg, #411459 0%, #5a1d7a 100%);
    padding: 24px;
    text-align: center;
}

.wallet-icon-container[b-8dp90faovy] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #ffca05 0%, #ffd633 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    box-shadow: 0 4px 16px rgba(255, 202, 5, 0.4);
}

.wallet-icon-container i[b-8dp90faovy] {
    font-size: 32px;
    color: #411459;
}

.modal-header h3[b-8dp90faovy] {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px;
}

.modal-subtitle[b-8dp90faovy] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
    margin: 0;
}

/* Modal Body */
.modal-body[b-8dp90faovy] {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
    background: white;
}

.modal-body[b-8dp90faovy]::-webkit-scrollbar {
    width: 6px;
}

.modal-body[b-8dp90faovy]::-webkit-scrollbar-track {
    background: #f0eef5;
    border-radius: 3px;
}

.modal-body[b-8dp90faovy]::-webkit-scrollbar-thumb {
    background: #d0ccd8;
    border-radius: 3px;
}

.modal-body[b-8dp90faovy]::-webkit-scrollbar-thumb:hover {
    background: #b5afc2;
}

/* Modal Sections */
/*.modal-section {
    margin-bottom: 20px;
}*/

.section-title[b-8dp90faovy] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666;
    margin-bottom: 12px;
}

.section-title.collapsible[b-8dp90faovy] {
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    padding: 8px 12px;
    margin: -8px -12px 12px;
    border-radius: 8px;
}

.section-title.collapsible:hover[b-8dp90faovy] {
    background: rgba(65, 20, 89, 0.05);
    color: #411459;
}

.section-title i[b-8dp90faovy] {
    font-size: 14px;
    color: #411459;
}

.toggle-icon[b-8dp90faovy] {
    margin-left: auto;
    font-size: 16px !important;
    color: #411459 !important;
    transition: transform 0.2s ease;
}

.item-count-badge[b-8dp90faovy] {
    background: rgba(65, 20, 89, 0.1);
    color: #411459;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 600;
}

/* ============================================
   CART ITEMS PREVIEW
   ============================================ */

.cart-items-preview[b-8dp90faovy] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    animation: slideDown-b-8dp90faovy 0.3s ease;
}

@keyframes slideDown-b-8dp90faovy {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.preview-item[b-8dp90faovy] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f7fc;
    border-radius: 10px;
    border: 1px solid #e0dce5;
    transition: all 0.2s ease;
}

.preview-item:hover[b-8dp90faovy] {
    background: #f0eef5;
    border-color: #d0ccd8;
}

.preview-item-image[b-8dp90faovy] {
    position: relative;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    border: 1px solid #e0dce5;
}

.preview-item-image img[b-8dp90faovy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-item-image .no-image[b-8dp90faovy] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b5afc2;
    font-size: 24px;
}

.qty-badge[b-8dp90faovy] {
    position: absolute;
    bottom: 3px;
    right: 3px;
    background: #411459;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.preview-item-info[b-8dp90faovy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.preview-item-name[b-8dp90faovy] {
    font-weight: 600;
    color: #333;
    font-size: 13px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.preview-item-variant[b-8dp90faovy] {
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.preview-item-price[b-8dp90faovy] {
    font-weight: 700;
    color: #411459;
    font-size: 14px;
    white-space: nowrap;
}

.more-items-indicator[b-8dp90faovy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    background: rgba(65, 20, 89, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(65, 20, 89, 0.15);
    color: #411459;
    font-size: 12px;
    font-weight: 600;
}

.more-items-indicator i[b-8dp90faovy] {
    font-size: 14px;
}

/* ============================================
   ORDER SUMMARY
   ============================================ */

.modal-order-card[b-8dp90faovy] {
    background: #f8f7fc;
    border: 1px solid #e0dce5;
    border-radius: 12px;
    padding: 16px;
}

.order-summary-row[b-8dp90faovy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 13px;
}

.order-summary-row .label[b-8dp90faovy] {
    color: #666;
    display: flex;
    align-items: center;
    gap: 6px;
}

.order-summary-row .label i[b-8dp90faovy] {
    font-size: 12px;
    color: #411459;
}

.order-summary-row .value[b-8dp90faovy] {
    font-weight: 600;
    color: #333;
}

.order-summary-row.discount-row .value[b-8dp90faovy] {
    color: #e67e22;
}

.order-summary-row.delivery-row .inline-free-label[b-8dp90faovy] {
    color: #16a34a;
    font-size: 12px;
    font-weight: 700;
}

.delivery-free-wrapper[b-8dp90faovy] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.original-price[b-8dp90faovy] {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.free-badge[b-8dp90faovy] {
    background: #10b981;
    color: white;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
}

.order-summary-divider[b-8dp90faovy] {
    height: 1px;
    background: #e0dce5;
    margin: 12px 0;
}

.order-summary-row.total[b-8dp90faovy] {
    padding: 12px 0 0;
}

.order-summary-row.total .label[b-8dp90faovy] {
    font-weight: 700;
    color: #333;
    font-size: 15px;
}

.order-summary-row.total .value[b-8dp90faovy] {
    font-size: 18px;
    font-weight: 700;
    color: #411459;
}

/* ============================================
   PAYMENT METHOD CARD
   ============================================ */

.payment-method-card[b-8dp90faovy] {
    background: white;
    border: 1px solid #e0dce5;
    border-radius: 12px;
    overflow: hidden;
}

.payment-method-header[b-8dp90faovy] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #f8f7fc;
    border-bottom: 1px solid #e0dce5;
}

.payment-icon[b-8dp90faovy] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #411459 0%, #5a1d7a 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.payment-method-info[b-8dp90faovy] {
    flex: 1;
    min-width: 0;
}

.payment-method-name[b-8dp90faovy] {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}

.current-balance[b-8dp90faovy] {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.balance-breakdown[b-8dp90faovy] {
    padding: 16px;
}

.balance-row[b-8dp90faovy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.balance-row.deduction[b-8dp90faovy] {
    color: #666;
}

.balance-row.remaining[b-8dp90faovy] {
    padding: 12px;
    background: #f0fdf4;
    border-radius: 8px;
    margin-top: 8px;
}

.balance-arrow-container[b-8dp90faovy] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 0;
    color: #411459;
}

.balance-arrow-container i[b-8dp90faovy] {
    font-size: 18px;
}

.arrow-label[b-8dp90faovy] {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.balance-divider[b-8dp90faovy] {
    height: 1px;
    background: #e0dce5;
    margin: 10px 0;
}

.balance-label[b-8dp90faovy] {
    font-size: 13px;
    color: #666;
}

.balance-amount[b-8dp90faovy] {
    font-weight: 700;
    font-size: 15px;
}

.balance-amount.current[b-8dp90faovy] {
    color: #411459;
}

.balance-amount.deduct[b-8dp90faovy] {
    color: #e67e22;
}

.balance-amount.new[b-8dp90faovy] {
    color: #10b981;
    font-size: 17px;
}

.remaining-badge[b-8dp90faovy] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.remaining-badge i[b-8dp90faovy] {
    color: #10b981;
    font-size: 16px;
}

.remaining-badge .balance-label[b-8dp90faovy] {
    color: #333;
    font-weight: 600;
}

/* ============================================
   SAVINGS HIGHLIGHT
   ============================================ */

.savings-highlight[b-8dp90faovy] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(5, 150, 105, 0.1));
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 12px;
}

.savings-icon[b-8dp90faovy] {
    font-size: 24px;
    color: #10b981;
    flex-shrink: 0;
}

.savings-text[b-8dp90faovy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.savings-label[b-8dp90faovy] {
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.savings-amount[b-8dp90faovy] {
    font-size: 18px;
    font-weight: 700;
    color: #10b981;
}

.savings-note[b-8dp90faovy] {
    font-size: 11px;
    color: #666;
    font-style: italic;
}

/* ============================================
   MODAL FOOTER - Updated with new button classes
   ============================================ */

.modal-footer[b-8dp90faovy] {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px;
    padding: 16px 20px;
    background: #f8f7fc;
    border-top: 1px solid #e0dce5;
}

.btn-cancel[b-8dp90faovy],
.btn-submit[b-8dp90faovy] {
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-cancel[b-8dp90faovy] {
    flex: 1;
    background: white;
    color: #666;
    border: 1px solid #e0dce5;
}

.btn-cancel:hover:not(:disabled)[b-8dp90faovy] {
    background: #f8f7fc;
    color: #dc2626;
    border-color: #dc2626;
}

.btn-submit[b-8dp90faovy] {
    flex: 2;
    background: linear-gradient(135deg, #ffca05 0%, #ffd633 100%);
    color: #411459;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(255, 202, 5, 0.25);
}

.btn-submit:hover:not(:disabled)[b-8dp90faovy] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 202, 5, 0.35);
}

.btn-cancel:disabled[b-8dp90faovy],
.btn-submit:disabled[b-8dp90faovy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn-submit .spinner-border[b-8dp90faovy] {
    animation: spin-b-8dp90faovy 1s linear infinite;
}

/* Legacy button classes - keeping for backwards compatibility */
.modal-cancel-btn[b-8dp90faovy],
.modal-confirm-btn[b-8dp90faovy] {
    flex: 1;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.modal-cancel-btn[b-8dp90faovy] {
    background: white;
    color: #666;
    border: 1px solid #e0dce5;
}

.modal-cancel-btn:hover:not(:disabled)[b-8dp90faovy] {
    background: #f8f7fc;
    color: #333;
    border-color: #d0ccd8;
}

.modal-confirm-btn[b-8dp90faovy] {
    background: linear-gradient(135deg, #ffca05 0%, #ffd633 100%);
    color: #411459;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(255, 202, 5, 0.25);
}

.modal-confirm-btn:hover:not(:disabled)[b-8dp90faovy] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 202, 5, 0.35);
}

.modal-cancel-btn:disabled[b-8dp90faovy],
.modal-confirm-btn:disabled[b-8dp90faovy] {
    opacity: 0.5;
    cursor: not-allowed;
}

.modal-confirm-btn i.spinning[b-8dp90faovy] {
    animation: spin-b-8dp90faovy 1s linear infinite;
}

@keyframes spin-b-8dp90faovy {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   LOADING STATE
   ============================================ */

.modal-loading[b-8dp90faovy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 16px;
}

.modal-loading i[b-8dp90faovy] {
    font-size: 36px;
    color: #411459;
}

.modal-loading p[b-8dp90faovy] {
    color: #666;
    font-size: 14px;
    margin: 0;
}

/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 768px) {
    .wallet-modal[b-8dp90faovy] {
        max-width: 90%;
        margin: 10px;
    }

    .modal-header[b-8dp90faovy] {
        padding: 20px 16px;
    }

    .wallet-icon-container[b-8dp90faovy] {
        width: 56px;
        height: 56px;
    }

    .wallet-icon-container i[b-8dp90faovy] {
        font-size: 28px;
    }

    .modal-header h3[b-8dp90faovy] {
        font-size: 18px;
    }

    .modal-body[b-8dp90faovy] {
        padding: 16px;
    }

    .preview-item-image[b-8dp90faovy] {
        width: 48px;
        height: 48px;
    }

    .preview-item-name[b-8dp90faovy] {
        font-size: 12px;
    }

    .preview-item-price[b-8dp90faovy] {
        font-size: 13px;
    }

    .payment-icon[b-8dp90faovy] {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .modal-footer[b-8dp90faovy] {
        flex-direction: row !important;
        padding: 14px 16px;
        gap: 10px;
    }

    .btn-cancel[b-8dp90faovy],
    .btn-submit[b-8dp90faovy] {
        padding: 11px 18px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .wallet-modal[b-8dp90faovy] {
        max-width: 95%;
        margin: 5px;
        border-radius: 12px;
    }

    .modal-header[b-8dp90faovy] {
        padding: 18px 14px;
    }

    .wallet-icon-container[b-8dp90faovy] {
        width: 48px;
        height: 48px;
    }

    .wallet-icon-container i[b-8dp90faovy] {
        font-size: 24px;
    }

    .modal-header h3[b-8dp90faovy] {
        font-size: 16px;
    }

    .modal-subtitle[b-8dp90faovy] {
        font-size: 11px;
    }

    .modal-body[b-8dp90faovy] {
        padding: 14px;
    }

    .modal-section[b-8dp90faovy] {
        margin-bottom: 16px;
    }

    .section-title[b-8dp90faovy] {
        font-size: 11px;
    }

    .preview-item[b-8dp90faovy] {
        padding: 10px;
        gap: 10px;
    }

    .preview-item-image[b-8dp90faovy] {
        width: 44px;
        height: 44px;
    }

    .item-count-badge[b-8dp90faovy] {
        font-size: 9px;
        padding: 3px 8px;
    }

    .payment-method-header[b-8dp90faovy] {
        padding: 12px;
    }

    .balance-breakdown[b-8dp90faovy] {
        padding: 12px;
    }

    .savings-highlight[b-8dp90faovy] {
        padding: 12px;
        gap: 10px;
    }

    .savings-icon[b-8dp90faovy] {
        font-size: 20px;
    }

    .savings-amount[b-8dp90faovy] {
        font-size: 16px;
    }

    .modal-footer[b-8dp90faovy] {
        flex-direction: row !important;
        padding: 12px 14px;
        gap: 8px;
    }

    .btn-cancel[b-8dp90faovy],
    .btn-submit[b-8dp90faovy],
    .modal-cancel-btn[b-8dp90faovy],
    .modal-confirm-btn[b-8dp90faovy] {
        padding: 11px 14px;
        font-size: 13px;
    }
}
/* /Shared/AyapaSpinner.razor.rz.scp.css */
/* ===== AYAPA GLOBAL SPINNER STYLES ===== */

/* Container for inline loading */
.ayapa-loading-container[b-n3hf5ldt2r] {
    text-align: center;
    padding: 4rem 2rem;
}

/* Overlay for full-page loading */
.ayapa-loading-overlay[b-n3hf5ldt2r] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.ayapa-loading-content[b-n3hf5ldt2r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

/* Spinner wrapper */
.ayapa-spinner-wrapper[b-n3hf5ldt2r] {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Main spinner - Ayapa brand colors */
.ayapa-spinner[b-n3hf5ldt2r] {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 6px solid rgba(255, 202, 5, 0.2);
    border-top-color: #ffca05;
    border-right-color: #411459;
    border-radius: 50%;
    animation: ayapa-spinner-rotate-b-n3hf5ldt2r 1s linear infinite;
}

/* Small spinner */
.ayapa-spinner.ayapa-spinner-sm[b-n3hf5ldt2r] {
    width: 32px;
    height: 32px;
    border-width: 4px;
}

/* Large spinner */
.ayapa-spinner.ayapa-spinner-lg[b-n3hf5ldt2r] {
    width: 80px;
    height: 80px;
    border-width: 8px;
}

/* Loading text */
.ayapa-loading-text[b-n3hf5ldt2r] {
    font-size: 1rem;
    color: #6b7280;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

/* Spinner animation */
@keyframes ayapa-spinner-rotate-b-n3hf5ldt2r {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Button inline spinner */
.ayapa-btn-spinner[b-n3hf5ldt2r] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: ayapa-spinner-rotate-b-n3hf5ldt2r 0.7s linear infinite;
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
}

/* Dark background variant */
.ayapa-spinner-dark[b-n3hf5ldt2r] {
    border-color: rgba(65, 20, 89, 0.2);
    border-top-color: #411459;
    border-right-color: #ffca05;
}
