/* /Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-xs0d7viixt] {
    display: flex;
    min-height: 100vh;
    background-color: #FFFFFF;
}

/* Sidebar - Matching Shop Sidebar Design */
.admin-sidebar[b-xs0d7viixt] {
    width: 260px;
    background: #FFFFFF;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
    border-right: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-brand[b-xs0d7viixt] {
    padding: 1.75rem 1.5rem;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: transparent;
}

.sidebar-logo[b-xs0d7viixt] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.5rem;
    box-sizing: border-box;
    object-fit: cover;
}

img.sidebar-logo[b-xs0d7viixt] {
    padding: 0.5rem;
    filter: brightness(0) invert(1);
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
}

.sidebar-brand-text[b-xs0d7viixt] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    letter-spacing: -0.02em;
}

.sidebar-nav[b-xs0d7viixt] {
    flex: 1;
    padding: 0.75rem 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-link[b-xs0d7viixt] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 1.5rem;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px;
    margin: 0.25rem 1rem;
    position: relative;
    font-weight: 500;
}

.sidebar-link:hover[b-xs0d7viixt] {
    background-color: #f5f5f5;
    color: #1a1a1a;
}

.sidebar-link.active[b-xs0d7viixt] {
    background-color: rgba(123, 31, 162, 0.1);
    color: #1a1a1a;
    font-weight: 600;
}

.sidebar-link.active[b-xs0d7viixt]::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #7B1FA2;
    border-radius: 50px;
    pointer-events: none;
    display: block;
}

.sidebar-icon[b-xs0d7viixt] {
    font-size: 1.25rem;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    color: #1a1a1a;
}

.sidebar-text[b-xs0d7viixt] {
    font-weight: 500;
    font-size: 0.9375rem;
    display: block;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.01em;
    color: #1a1a1a;
}

/* User Profile Section at Bottom */
.sidebar-user[b-xs0d7viixt] {
    padding: 1.25rem 1.5rem;
    border-top: none;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: transparent;
}

.user-avatar[b-xs0d7viixt] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(123, 31, 162, 0.2);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.avatar-initial[b-xs0d7viixt] {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
}

.user-info[b-xs0d7viixt] {
    flex: 1;
    min-width: 0;
    display: block;
}

.user-name[b-xs0d7viixt] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.125rem;
    letter-spacing: -0.01em;
}

.user-email[b-xs0d7viixt] {
    font-size: 0.8125rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Main Content */
.admin-main[b-xs0d7viixt] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Header */
.admin-header[b-xs0d7viixt] {
    background-color: var(--bg-card);
    border-bottom: 1px solid var(--border-color);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
    overflow: visible;
    box-shadow: var(--shadow-sm);
}

.header-left[b-xs0d7viixt] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-logo[b-xs0d7viixt] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.logo-text[b-xs0d7viixt] {
    color: white;
}

.breadcrumbs[b-xs0d7viixt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.breadcrumb-separator[b-xs0d7viixt] {
    color: var(--text-light);
}

.breadcrumb-item[b-xs0d7viixt] {
    color: var(--text-dark);
    font-weight: 600;
}

.header-right[b-xs0d7viixt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    overflow: visible;
}

.search-btn[b-xs0d7viixt] {
    background: var(--bg-light);
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.search-btn:hover[b-xs0d7viixt] {
    background: var(--primary-color);
}

.search-icon[b-xs0d7viixt] {
    font-size: 1.25rem;
    color: var(--text-muted);
}

.search-btn:hover .search-icon[b-xs0d7viixt] {
    color: white;
}

.user-dropdown[b-xs0d7viixt] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--bg-light);
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s;
}

.user-dropdown:hover[b-xs0d7viixt] {
    background: var(--bg-card);
    box-shadow: var(--shadow-sm);
}

.user-avatar-small[b-xs0d7viixt] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-initial-small[b-xs0d7viixt] {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.dropdown-icon[b-xs0d7viixt] {
    font-size: 0.75rem;
    color: #6b7280;
    transition: transform 0.2s;
}

.notification-btn[b-xs0d7viixt] {
    position: relative;
    background: var(--bg-light);
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.notification-btn:hover[b-xs0d7viixt] {
    background: var(--primary-color);
}

.notification-icon[b-xs0d7viixt] {
    font-size: 1.25rem;
    color: var(--text-muted);
}

.notification-btn:hover .notification-icon[b-xs0d7viixt] {
    color: white;
}

.notification-badge[b-xs0d7viixt] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: var(--primary-color);
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.15rem 0.35rem;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.dropdown-menu[b-xs0d7viixt] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: var(--bg-card);
    border: none;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    min-width: 220px;
    overflow: hidden;
    z-index: 10000;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.dropdown-user-info[b-xs0d7viixt] {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.dropdown-user-name[b-xs0d7viixt] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.dropdown-user-email[b-xs0d7viixt] {
    font-size: 0.85rem;
    color: #6b7280;
}

.dropdown-divider[b-xs0d7viixt] {
    height: 1px;
    background: #e5e7eb;
    margin: 0.5rem 0;
}

.dropdown-item[b-xs0d7viixt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #1f2937;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.dropdown-item:hover[b-xs0d7viixt] {
    background-color: #f9fafb;
}

.dropdown-item-icon[b-xs0d7viixt] {
    font-size: 1.1rem;
}

/* Content Area */
.admin-content[b-xs0d7viixt] {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
    background: #FFFFFF;
    min-height: calc(100vh - 80px);
}

/* Responsive */
@media (max-width: 768px) {
    .admin-sidebar[b-xs0d7viixt] {
        width: 80px;
    }
    
    .admin-main[b-xs0d7viixt] {
        margin-left: 80px;
    }
    
    .sidebar-text[b-xs0d7viixt] {
        display: none;
    }

    .sidebar-brand-text[b-xs0d7viixt] {
        display: none;
    }

    .user-info[b-xs0d7viixt] {
        display: none;
    }
}

/* /Layout/BusinessOwnerLayout.razor.rz.scp.css */
.admin-layout[b-556u1q3483] {
    display: flex;
    min-height: 100vh;
    background-color: #FFFFFF;
}

/* Sidebar - Matching Shop Sidebar Design */
.admin-sidebar[b-556u1q3483] {
    width: 260px;
    background: #FFFFFF;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
    border-right: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-brand[b-556u1q3483] {
    padding: 1.75rem 1.5rem;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: transparent;
}

.sidebar-logo[b-556u1q3483] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.5rem;
    box-sizing: border-box;
    object-fit: cover;
}

img.sidebar-logo[b-556u1q3483] {
    padding: 0.5rem;
    filter: brightness(0) invert(1);
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
}

.sidebar-brand-text[b-556u1q3483] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    letter-spacing: -0.02em;
}

.sidebar-nav[b-556u1q3483] {
    flex: 1;
    padding: 0.75rem 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-link[b-556u1q3483] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 1.5rem;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px;
    margin: 0.25rem 1rem;
    position: relative;
    font-weight: 500;
}

.sidebar-link:hover[b-556u1q3483] {
    background-color: #f5f5f5;
    color: #1a1a1a;
}

.sidebar-link.active[b-556u1q3483] {
    background-color: rgba(123, 31, 162, 0.1);
    color: #1a1a1a;
    font-weight: 600;
}

.sidebar-link.active[b-556u1q3483]::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #7B1FA2;
    border-radius: 50px;
    pointer-events: none;
    display: block;
}

.sidebar-icon[b-556u1q3483] {
    font-size: 1.25rem;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    color: #1a1a1a;
}

.sidebar-text[b-556u1q3483] {
    font-weight: 500;
    font-size: 0.9375rem;
    display: block;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.01em;
    color: #1a1a1a;
}

/* User Profile Section at Bottom */
.sidebar-user[b-556u1q3483] {
    padding: 1.25rem 1.5rem;
    border-top: none;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: transparent;
}

.user-avatar[b-556u1q3483] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(123, 31, 162, 0.2);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.avatar-initial[b-556u1q3483] {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
}

.user-info[b-556u1q3483] {
    flex: 1;
    min-width: 0;
    display: block;
}

.user-name[b-556u1q3483] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.125rem;
    letter-spacing: -0.01em;
}

.user-email[b-556u1q3483] {
    font-size: 0.8125rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Main Content */
.admin-main[b-556u1q3483] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Header */
.admin-header[b-556u1q3483] {
    background-color: var(--bg-card);
    border-bottom: 1px solid var(--border-color);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
    overflow: visible;
    box-shadow: var(--shadow-sm);
}

.header-left[b-556u1q3483] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-logo[b-556u1q3483] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.logo-text[b-556u1q3483] {
    color: white;
}

.breadcrumbs[b-556u1q3483] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.breadcrumb-separator[b-556u1q3483] {
    color: var(--text-light);
}

.breadcrumb-item[b-556u1q3483] {
    color: var(--text-dark);
    font-weight: 600;
}

.header-right[b-556u1q3483] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    overflow: visible;
}

.search-btn[b-556u1q3483] {
    background: var(--bg-light);
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.search-btn:hover[b-556u1q3483] {
    background: var(--primary-color);
}

.search-icon[b-556u1q3483] {
    font-size: 1.25rem;
    color: var(--text-muted);
}

.search-btn:hover .search-icon[b-556u1q3483] {
    color: white;
}

.user-dropdown[b-556u1q3483] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--bg-light);
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s;
}

.user-dropdown:hover[b-556u1q3483] {
    background: var(--bg-card);
    box-shadow: var(--shadow-sm);
}

.user-avatar-small[b-556u1q3483] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-initial-small[b-556u1q3483] {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.dropdown-icon[b-556u1q3483] {
    font-size: 0.75rem;
    color: #6b7280;
    transition: transform 0.2s;
}

.notification-btn[b-556u1q3483] {
    position: relative;
    background: var(--bg-light);
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.notification-btn:hover[b-556u1q3483] {
    background: var(--primary-color);
}

.notification-icon[b-556u1q3483] {
    font-size: 1.25rem;
    color: var(--text-muted);
}

.notification-btn:hover .notification-icon[b-556u1q3483] {
    color: white;
}

.notification-badge[b-556u1q3483] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: var(--primary-color);
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.15rem 0.35rem;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.dropdown-menu[b-556u1q3483] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: var(--bg-card);
    border: none;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    min-width: 220px;
    overflow: hidden;
    z-index: 10000;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.dropdown-user-info[b-556u1q3483] {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.dropdown-user-name[b-556u1q3483] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.dropdown-user-email[b-556u1q3483] {
    font-size: 0.85rem;
    color: #6b7280;
}

.dropdown-divider[b-556u1q3483] {
    height: 1px;
    background: #e5e7eb;
    margin: 0.5rem 0;
}

.dropdown-item[b-556u1q3483] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #1f2937;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.dropdown-item:hover[b-556u1q3483] {
    background-color: #f9fafb;
}

.dropdown-item-icon[b-556u1q3483] {
    font-size: 1.1rem;
}

/* Content Area */
.admin-content[b-556u1q3483] {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
    background: #FFFFFF;
    min-height: calc(100vh - 80px);
}

/* Responsive */
@media (max-width: 768px) {
    .admin-sidebar[b-556u1q3483] {
        width: 80px;
    }
    
    .admin-main[b-556u1q3483] {
        margin-left: 80px;
    }
    
    .sidebar-text[b-556u1q3483] {
        display: none;
    }

    .sidebar-brand-text[b-556u1q3483] {
        display: none;
    }

    .user-info[b-556u1q3483] {
        display: none;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-y7g85x8vs7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y7g85x8vs7] {
    flex: 1;
}

.sidebar[b-y7g85x8vs7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y7g85x8vs7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y7g85x8vs7]  a, .top-row[b-y7g85x8vs7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y7g85x8vs7]  a:hover, .top-row[b-y7g85x8vs7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y7g85x8vs7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y7g85x8vs7] {
        justify-content: space-between;
    }

    .top-row[b-y7g85x8vs7]  a, .top-row[b-y7g85x8vs7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y7g85x8vs7] {
        flex-direction: row;
    }

    .sidebar[b-y7g85x8vs7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y7g85x8vs7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y7g85x8vs7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y7g85x8vs7], article[b-y7g85x8vs7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iujavzges9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-iujavzges9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iujavzges9] {
    font-size: 1.1rem;
}

.navbar-logo[b-iujavzges9] {
    height: 3rem;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

.bi[b-iujavzges9] {
    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-iujavzges9] {
    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-iujavzges9] {
    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-iujavzges9] {
    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-iujavzges9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iujavzges9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iujavzges9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iujavzges9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-iujavzges9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-iujavzges9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-iujavzges9] {
        display: none;
    }

    .collapse[b-iujavzges9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-iujavzges9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/ShopLayout.razor.rz.scp.css */
.shop-layout[b-fpfe7uvtc6] {
    display: flex;
    min-height: 100vh;
    background-color: #FFFFFF;
}

/* Sidebar - Modern 2025 Design */
.shop-sidebar[b-fpfe7uvtc6] {
    width: 260px;
    background: #FFFFFF;
    color: #1a1a1a;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.08);
    border-right: 1px solid #e5e7eb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-brand[b-fpfe7uvtc6] {
    padding: 1.75rem 1.5rem;
    border-bottom: none;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: transparent;
}

.sidebar-logo[b-fpfe7uvtc6] {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.5rem;
    box-sizing: border-box;
    object-fit: cover;
}

.sidebar-logo img[b-fpfe7uvtc6] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* If logo is an img element directly */
img.sidebar-logo[b-fpfe7uvtc6] {
    padding: 0.5rem;
    filter: brightness(0) invert(1);
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
}

.sidebar-brand-text[b-fpfe7uvtc6] {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    letter-spacing: -0.02em;
}

.sidebar-collapse[b-fpfe7uvtc6] {
    display: none;
}

.sidebar-nav[b-fpfe7uvtc6] {
    flex: 1;
    padding: 0.75rem 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-nav[b-fpfe7uvtc6]::-webkit-scrollbar {
    width: 4px;
}

.sidebar-nav[b-fpfe7uvtc6]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar-nav[b-fpfe7uvtc6]::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 2px;
}

.sidebar-nav[b-fpfe7uvtc6]::-webkit-scrollbar-thumb:hover {
    background: rgba(123, 31, 162, 0.2);
}

.sidebar-link-back[b-fpfe7uvtc6] {
    background: rgba(123, 31, 162, 0.08);
    border-left: 3px solid #7B1FA2;
    font-weight: 600;
}

.sidebar-divider[b-fpfe7uvtc6] {
    height: 1px;
    background: var(--border-color);
    margin: 0.5rem 1.5rem;
}

.sidebar-link[b-fpfe7uvtc6] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.75rem 1.5rem;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 50px;
    margin: 0.25rem 1rem;
    position: relative;
    font-weight: 500;
}

.sidebar-link[b-fpfe7uvtc6]::before {
    display: none;
}

.sidebar-link:hover[b-fpfe7uvtc6] {
    background-color: #f5f5f5;
    color: #1a1a1a;
}

.sidebar-link.active[b-fpfe7uvtc6] {
    background-color: rgba(123, 31, 162, 0.1);
    color: #1a1a1a;
    font-weight: 600;
}

.sidebar-link.active[b-fpfe7uvtc6]::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 2px solid #7B1FA2;
    border-radius: 50px;
    pointer-events: none;
    display: block;
}

.sidebar-link.active .sidebar-text[b-fpfe7uvtc6] {
    color: #1a1a1a;
    font-weight: 600;
}

.sidebar-link.active .sidebar-icon[b-fpfe7uvtc6] {
    color: #1a1a1a;
}

.sidebar-icon[b-fpfe7uvtc6] {
    font-size: 1.25rem;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    color: #1a1a1a;
}

.sidebar-text[b-fpfe7uvtc6] {
    font-weight: 500;
    font-size: 0.9375rem;
    display: block;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: -0.01em;
    color: #1a1a1a;
}

.sidebar-add[b-fpfe7uvtc6] {
    padding: 1rem 1.5rem;
    border-top: none;
    background: transparent;
}

.sidebar-add-btn[b-fpfe7uvtc6] {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #f5f5f5;
    border: none;
    border-radius: 12px;
    color: #1a1a1a;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    font-size: 0.875rem;
}

.sidebar-add-btn:hover[b-fpfe7uvtc6] {
    background: #e5e5e5;
    color: #1a1a1a;
    transform: translateY(-1px);
}

/* User Profile Section at Bottom */
.sidebar-user[b-fpfe7uvtc6] {
    padding: 1.25rem 1.5rem;
    border-top: none;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    background: transparent;
}

.user-avatar[b-fpfe7uvtc6] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7B1FA2 0%, #6A1B9A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(123, 31, 162, 0.2);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.user-avatar:hover[b-fpfe7uvtc6] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(123, 31, 162, 0.3);
}

.avatar-initial[b-fpfe7uvtc6] {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
}

.user-info[b-fpfe7uvtc6] {
    flex: 1;
    min-width: 0;
    display: block;
}

.user-name[b-fpfe7uvtc6] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.125rem;
    letter-spacing: -0.01em;
}

.user-email[b-fpfe7uvtc6] {
    font-size: 0.8125rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Main Content */
.shop-main[b-fpfe7uvtc6] {
    flex: 1;
    margin-left: 260px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Header - Light Theme */
.shop-header[b-fpfe7uvtc6] {
    background-color: var(--bg-card);
    border-bottom: 1px solid var(--border-color);
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 50;
    overflow: visible;
    box-shadow: var(--shadow-sm);
}

.header-left[b-fpfe7uvtc6] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-logo[b-fpfe7uvtc6] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--accent-coral) 0%, var(--accent-blue) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    box-shadow: var(--shadow-sm);
}

.logo-text[b-fpfe7uvtc6] {
    color: white;
}

.header-logo-image[b-fpfe7uvtc6] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
}

.breadcrumbs[b-fpfe7uvtc6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.breadcrumb-separator[b-fpfe7uvtc6] {
    color: var(--text-light);
}

.breadcrumb-item[b-fpfe7uvtc6] {
    color: var(--text-dark);
    font-weight: 600;
}

.header-right[b-fpfe7uvtc6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    overflow: visible;
}

.header-right[b-fpfe7uvtc6] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search-btn[b-fpfe7uvtc6] {
    background: var(--bg-light);
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.search-btn:hover[b-fpfe7uvtc6] {
    background: var(--primary-color);
    color: white;
}

.search-icon[b-fpfe7uvtc6] {
    font-size: 1.25rem;
    color: var(--text-muted);
}

.search-btn:hover .search-icon[b-fpfe7uvtc6] {
    color: white;
}

.shop-selector[b-fpfe7uvtc6] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 1.25rem;
    background: var(--bg-light);
    border: none;
    border-radius: 24px;
    cursor: pointer;
    transition: all 0.2s;
}

.shop-selector:hover[b-fpfe7uvtc6] {
    background: var(--bg-card);
    box-shadow: var(--shadow-sm);
}

.shop-icon[b-fpfe7uvtc6] {
    font-size: 1.25rem;
}

.shop-name-header[b-fpfe7uvtc6] {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.95rem;
}

.notification-btn[b-fpfe7uvtc6] {
    position: relative;
    background: var(--bg-light);
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.notification-btn:hover[b-fpfe7uvtc6] {
    background: var(--primary-color);
}

.notification-icon[b-fpfe7uvtc6] {
    font-size: 1.25rem;
    color: var(--text-muted);
}

.notification-btn:hover .notification-icon[b-fpfe7uvtc6] {
    color: white;
}

.notification-badge[b-fpfe7uvtc6] {
    position: absolute;
    top: 4px;
    right: 4px;
    background: var(--primary-color);
    color: white;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 0.15rem 0.35rem;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    box-shadow: var(--shadow-sm);
}

.user-avatar-small[b-fpfe7uvtc6] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-initial-small[b-fpfe7uvtc6] {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
}

.dropdown-icon[b-fpfe7uvtc6] {
    font-size: 0.75rem;
    color: #6b7280;
    transition: transform 0.2s;
}

.user-dropdown:hover .dropdown-icon[b-fpfe7uvtc6] {
    transform: translateY(2px);
}

.dropdown-menu[b-fpfe7uvtc6] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    background-color: var(--bg-card);
    border: none;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
    min-width: 220px;
    overflow: hidden;
    z-index: 10000;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.dropdown-user-info[b-fpfe7uvtc6] {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.dropdown-user-name[b-fpfe7uvtc6] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.dropdown-user-email[b-fpfe7uvtc6] {
    font-size: 0.85rem;
    color: #6b7280;
}

.dropdown-divider[b-fpfe7uvtc6] {
    height: 1px;
    background: #e5e7eb;
    margin: 0.5rem 0;
}

.dropdown-item[b-fpfe7uvtc6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    color: #1f2937;
    font-size: 0.95rem;
    transition: background-color 0.2s;
}

.dropdown-item:hover[b-fpfe7uvtc6] {
    background-color: #f9fafb;
}

.dropdown-item-icon[b-fpfe7uvtc6] {
    font-size: 1.1rem;
}

/* Content Area */
.shop-content[b-fpfe7uvtc6] {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
    background: #FFFFFF;
    min-height: calc(100vh - 80px);
}

/* Responsive */
@media (max-width: 768px) {
    .shop-sidebar[b-fpfe7uvtc6] {
        width: 80px;
    }
    
    .shop-main[b-fpfe7uvtc6] {
        margin-left: 80px;
    }
    
    .shop-header[b-fpfe7uvtc6] {
        padding: 1rem;
    }
    
    .shop-content[b-fpfe7uvtc6] {
        padding: 1rem;
    }

    .sidebar-text[b-fpfe7uvtc6] {
        display: none;
    }

    .sidebar-brand-text[b-fpfe7uvtc6] {
        display: none;
    }

    .sidebar-link[b-fpfe7uvtc6] {
        justify-content: center;
        padding: 0.875rem;
    }

    .sidebar-link:hover[b-fpfe7uvtc6],
    .sidebar-link.active[b-fpfe7uvtc6] {
        padding-left: 0.875rem;
    }

    .user-info[b-fpfe7uvtc6] {
        display: none;
    }

    .sidebar-add-btn[b-fpfe7uvtc6] {
        width: 48px;
        height: 48px;
        padding: 0;
    }
}

@media (max-width: 640px) {
    .shop-sidebar[b-fpfe7uvtc6] {
        width: 70px;
    }
    
    .shop-main[b-fpfe7uvtc6] {
        margin-left: 70px;
    }
    
    .sidebar-link[b-fpfe7uvtc6] {
        width: 48px;
        height: 48px;
        margin: 0.25rem auto;
    }
    
    .sidebar-brand[b-fpfe7uvtc6] {
        padding: 1rem;
        justify-content: center;
    }

    .sidebar-brand-text[b-fpfe7uvtc6] {
        display: none;
    }

    .sidebar-user[b-fpfe7uvtc6] {
        flex-direction: column;
        padding: 1rem 0.5rem;
    }

    .user-info[b-fpfe7uvtc6] {
        display: none;
    }

    .breadcrumbs[b-fpfe7uvtc6] {
        font-size: 0.8rem;
    }

    .header-actions[b-fpfe7uvtc6] {
        gap: 0.5rem;
    }

    .language-selector[b-fpfe7uvtc6] {
        display: none;
    }
}
/* /Pages/AdminPrintRequests.razor.rz.scp.css */
.admin-print-requests-page[b-qhofiyvyxi] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-qhofiyvyxi] {
    margin-bottom: 2rem;
}

.header-content h1[b-qhofiyvyxi] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0 0 0.5rem 0;
}

.header-subtitle[b-qhofiyvyxi] {
    color: #6b7280;
    font-size: 1rem;
}

.print-requests-table-container[b-qhofiyvyxi] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.print-requests-table[b-qhofiyvyxi] {
    width: 100%;
    border-collapse: collapse;
}

.print-requests-table thead[b-qhofiyvyxi] {
    background: #f9fafb;
}

.print-requests-table th[b-qhofiyvyxi] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #e5e7eb;
}

.print-requests-table td[b-qhofiyvyxi] {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
    color: #1f2937;
}

.print-requests-table tbody tr:hover[b-qhofiyvyxi] {
    background: #f9fafb;
}

.shop-info[b-qhofiyvyxi] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.shop-name[b-qhofiyvyxi] {
    font-weight: 600;
    color: #1f2937;
}

.shop-email[b-qhofiyvyxi] {
    font-size: 0.875rem;
    color: #6b7280;
}

.status-badge[b-qhofiyvyxi] {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.status-badge.status-processing[b-qhofiyvyxi] {
    background: #FEF3C7;
    color: #92400E;
}

.status-badge.status-printedandsent[b-qhofiyvyxi] {
    background: #DBEAFE;
    color: #1E40AF;
}

.status-badge.status-shipped[b-qhofiyvyxi] {
    background: #D1FAE5;
    color: #065F46;
}

.btn[b-qhofiyvyxi] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-sm[b-qhofiyvyxi] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
}

.btn-primary[b-qhofiyvyxi] {
    background: #4F46E5;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-qhofiyvyxi] {
    background: #4338CA;
}

.btn-secondary[b-qhofiyvyxi] {
    background: #6b7280;
    color: white;
}

.btn-secondary:hover[b-qhofiyvyxi] {
    background: #4b5563;
}

.btn:disabled[b-qhofiyvyxi] {
    opacity: 0.6;
    cursor: not-allowed;
}

.empty-state[b-qhofiyvyxi] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.empty-icon[b-qhofiyvyxi] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.empty-state h3[b-qhofiyvyxi] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.empty-state p[b-qhofiyvyxi] {
    color: #6b7280;
}

/* Modal Styles */
.modal-overlay[b-qhofiyvyxi] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-qhofiyvyxi] {
    background: white;
    border-radius: 12px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-header[b-qhofiyvyxi] {
    padding: 1.5rem;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-qhofiyvyxi] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F2937;
}

.modal-close[b-qhofiyvyxi] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6B7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.modal-close:hover[b-qhofiyvyxi] {
    background: #F3F4F6;
    color: #1F2937;
}

.modal-body[b-qhofiyvyxi] {
    padding: 1.5rem;
}

.modal-footer[b-qhofiyvyxi] {
    padding: 1.5rem;
    border-top: 1px solid #E5E7EB;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.request-summary[b-qhofiyvyxi] {
    padding: 1rem;
    background: #F9FAFB;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.request-summary h4[b-qhofiyvyxi] {
    margin: 0 0 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1F2937;
}

.request-summary p[b-qhofiyvyxi] {
    margin: 0.25rem 0;
    color: #6B7280;
    font-size: 0.875rem;
}

.request-date[b-qhofiyvyxi] {
    font-size: 0.8125rem !important;
}

.form-group[b-qhofiyvyxi] {
    margin-bottom: 1.25rem;
}

.form-group label[b-qhofiyvyxi] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.form-control[b-qhofiyvyxi] {
    width: 100%;
    padding: 0.625rem 0.75rem;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    font-size: 0.875rem;
    transition: border-color 0.2s;
}

.form-control:focus[b-qhofiyvyxi] {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

textarea.form-control[b-qhofiyvyxi] {
    resize: vertical;
    font-family: inherit;
}

.alert[b-qhofiyvyxi] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.alert-error[b-qhofiyvyxi] {
    background: #FEE2E2;
    color: #991B1B;
    border: 1px solid #FCA5A5;
}

.loading-spinner[b-qhofiyvyxi] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
    font-size: 1.125rem;
}

.custom-image-display[b-qhofiyvyxi] {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
}

.custom-image-display label[b-qhofiyvyxi] {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.admin-custom-image[b-qhofiyvyxi] {
    max-width: 300px;
    max-height: 300px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    object-fit: contain;
}

@media (max-width: 768px) {
    .admin-print-requests-page[b-qhofiyvyxi] {
        padding: 1rem;
    }
    
    .print-requests-table-container[b-qhofiyvyxi] {
        overflow-x: auto;
    }
    
    .print-requests-table[b-qhofiyvyxi] {
        min-width: 800px;
    }
}
/* /Pages/QRCode.razor.rz.scp.css */
.qrcode-page[b-1hpr87elp3] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.qrcode-container[b-1hpr87elp3] {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    align-items: start;
}

.qrcode-display-card[b-1hpr87elp3] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.qrcode-customization-card[b-1hpr87elp3],
.print-request-card[b-1hpr87elp3] {
    padding: 0;
}

.action-buttons-section[b-1hpr87elp3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.action-card-button[b-1hpr87elp3] {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    width: 100%;
}

.action-card-button:hover[b-1hpr87elp3] {
    border-color: #4F46E5;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.15);
    transform: translateY(-2px);
}

.action-card-icon[b-1hpr87elp3] {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.action-card-content h3[b-1hpr87elp3] {
    margin: 0 0 0.25rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
}

.action-card-content p[b-1hpr87elp3] {
    margin: 0;
    font-size: 0.875rem;
    color: #6b7280;
}

.qrcode-customization-card h2[b-1hpr87elp3],
.qrcode-card h2[b-1hpr87elp3] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.section-description[b-1hpr87elp3],
.qrcode-description[b-1hpr87elp3] {
    color: #6b7280;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

/* Customization Form */
.customization-form[b-1hpr87elp3] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-1hpr87elp3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-1hpr87elp3] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.95rem;
}

.form-hint[b-1hpr87elp3] {
    color: #9ca3af;
    font-size: 0.85rem;
}

/* Logo Upload */
.logo-upload-section[b-1hpr87elp3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.logo-preview[b-1hpr87elp3] {
    position: relative;
    display: inline-block;
}

.logo-preview-image[b-1hpr87elp3] {
    max-width: 150px;
    max-height: 150px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    object-fit: contain;
}

.btn-remove-logo[b-1hpr87elp3] {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ef4444;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.logo-upload-placeholder[b-1hpr87elp3] {
    width: 150px;
    height: 150px;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #f9fafb;
    color: #9ca3af;
}

.upload-icon[b-1hpr87elp3] {
    font-size: 2rem;
}

.logo-input[b-1hpr87elp3] {
    display: none;
}

.btn-upload[b-1hpr87elp3] {
    cursor: pointer;
}

/* Template Selection */
.template-selection[b-1hpr87elp3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.template-option[b-1hpr87elp3] {
    cursor: pointer;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    transition: all 0.2s;
    background: white;
}

.template-option:hover[b-1hpr87elp3] {
    border-color: #4F46E5;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.template-option.active[b-1hpr87elp3] {
    border-color: #4F46E5;
    background: #f0f4ff;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.template-preview[b-1hpr87elp3] {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    overflow: hidden;
    position: relative;
}

.template-preview-content[b-1hpr87elp3] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
    font-size: 0.7rem;
}

.template-1 .template-preview-content[b-1hpr87elp3] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.template-2 .template-preview-content[b-1hpr87elp3] {
    background: #ffffff;
    border: 2px solid #4F46E5;
    color: #1f2937;
}

.template-3 .template-preview-content[b-1hpr87elp3] {
    background: #1f2937;
    color: #fbbf24;
}

.template-logo-placeholder[b-1hpr87elp3] {
    font-size: 1.5rem;
}

.template-qr-placeholder[b-1hpr87elp3] {
    background: white;
    width: 60%;
    aspect-ratio: 1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #1f2937;
}

.template-headline-placeholder[b-1hpr87elp3] {
    font-weight: 600;
    text-align: center;
    font-size: 0.65rem;
}

.template-name[b-1hpr87elp3] {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.9rem;
    text-align: center;
    display: block;
}

/* QR Display */
.qr-display[b-1hpr87elp3] {
    text-align: center;
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 12px;
}

.qr-image[b-1hpr87elp3] {
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.qr-identifier[b-1hpr87elp3] {
    color: #6b7280;
    font-family: monospace;
    font-size: 0.9rem;
    margin-top: 1rem;
}

.qr-actions[b-1hpr87elp3] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.qr-info[b-1hpr87elp3] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 8px;
}

.qr-info h3[b-1hpr87elp3] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 1rem;
}

.qr-info ol[b-1hpr87elp3] {
    padding-left: 1.5rem;
    line-height: 1.8;
    color: #4b5563;
}

.qr-info li[b-1hpr87elp3] {
    margin-bottom: 0.5rem;
}

/* Form Controls */
.form-control[b-1hpr87elp3] {
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}

.form-control:focus[b-1hpr87elp3] {
    outline: none;
    border-color: #4F46E5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

/* Buttons */
.btn[b-1hpr87elp3] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-1hpr87elp3] {
    background: #4F46E5;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-1hpr87elp3] {
    background: #4338CA;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(79, 70, 229, 0.3);
}

.btn-secondary[b-1hpr87elp3] {
    background: #6b7280;
    color: white;
}

.btn-secondary:hover[b-1hpr87elp3] {
    background: #4b5563;
}

.btn-lg[b-1hpr87elp3] {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn:disabled[b-1hpr87elp3] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-icon[b-1hpr87elp3] {
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 1024px) {
    .qrcode-container[b-1hpr87elp3] {
        grid-template-columns: 1fr;
    }
    
    .qrcode-display-card[b-1hpr87elp3] {
        order: -1;
    }
}

@media (max-width: 640px) {
    .qrcode-page[b-1hpr87elp3] {
        padding: 1rem;
    }

    .qrcode-customization-card[b-1hpr87elp3],
    .qrcode-card[b-1hpr87elp3] {
        padding: 1.5rem;
    }

    .template-selection[b-1hpr87elp3] {
        grid-template-columns: 1fr;
    }

    .qr-actions[b-1hpr87elp3] {
        flex-direction: column;
    }

    .qr-actions .btn[b-1hpr87elp3] {
        width: 100%;
    }
}

/* Print Request Section */
.print-request-content[b-1hpr87elp3] {
    padding: 1rem 0;
}

.print-status-section[b-1hpr87elp3] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.status-badge[b-1hpr87elp3] {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
}

.status-badge.status-processing[b-1hpr87elp3] {
    background: #FEF3C7;
    color: #92400E;
}

.status-badge.status-printedandsent[b-1hpr87elp3] {
    background: #DBEAFE;
    color: #1E40AF;
}

.status-badge.status-shipped[b-1hpr87elp3] {
    background: #D1FAE5;
    color: #065F46;
}

.print-request-details[b-1hpr87elp3] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background: #F9FAFB;
    border-radius: 8px;
}

.detail-row[b-1hpr87elp3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-label[b-1hpr87elp3] {
    font-weight: 600;
    color: #6B7280;
    font-size: 0.875rem;
}

.detail-value[b-1hpr87elp3] {
    color: #1F2937;
    font-weight: 500;
}

.tracking-number[b-1hpr87elp3] {
    font-family: 'Courier New', monospace;
    background: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.print-request-empty[b-1hpr87elp3] {
    text-align: center;
    padding: 2rem 1rem;
}

.print-request-empty p[b-1hpr87elp3] {
    color: #6B7280;
    margin-bottom: 1.5rem;
}

.print-features[b-1hpr87elp3] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.print-features li[b-1hpr87elp3] {
    padding: 0.5rem 0;
    color: #374151;
    font-weight: 500;
}

/* Print Request Modal */
.modal-overlay[b-1hpr87elp3] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-1hpr87elp3] {
    background: white;
    border-radius: 12px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.modal-content.customization-modal[b-1hpr87elp3],
.modal-content.print-service-modal[b-1hpr87elp3] {
    max-width: 700px;
}

.customization-modal .qrcode-customization-card[b-1hpr87elp3],
.print-service-modal .print-request-card[b-1hpr87elp3] {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.customization-modal .card-header[b-1hpr87elp3],
.print-service-modal .card-header[b-1hpr87elp3] {
    display: none;
}

.modal-header[b-1hpr87elp3] {
    padding: 1.5rem;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3[b-1hpr87elp3] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1F2937;
}

.modal-close[b-1hpr87elp3] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6B7280;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.modal-close:hover[b-1hpr87elp3] {
    background: #F3F4F6;
    color: #1F2937;
}

.modal-body[b-1hpr87elp3] {
    padding: 1.5rem;
}

.modal-footer[b-1hpr87elp3] {
    padding: 1.5rem;
    border-top: 1px solid #E5E7EB;
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.template-selection-modal[b-1hpr87elp3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.template-option-small[b-1hpr87elp3] {
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
}

.template-option-small:hover[b-1hpr87elp3] {
    border-color: #4F46E5;
}

.template-option-small.active[b-1hpr87elp3] {
    border-color: #4F46E5;
    background: #EEF2FF;
}

.template-preview-small[b-1hpr87elp3] {
    font-weight: 600;
    color: #1F2937;
}

.alert[b-1hpr87elp3] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-top: 1rem;
}

.alert-error[b-1hpr87elp3] {
    background: #FEE2E2;
    color: #991B1B;
    border: 1px solid #FCA5A5;
}

/* Custom Image Upload */
.custom-image-upload-section[b-1hpr87elp3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.custom-image-preview[b-1hpr87elp3] {
    position: relative;
    display: inline-block;
}

.custom-image-preview-img[b-1hpr87elp3] {
    max-width: 200px;
    max-height: 200px;
    border-radius: 8px;
    border: 2px solid #e5e7eb;
    object-fit: contain;
}

.btn-remove-image[b-1hpr87elp3] {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ef4444;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.custom-image-placeholder[b-1hpr87elp3] {
    width: 200px;
    height: 150px;
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #f9fafb;
    color: #9ca3af;
    text-align: center;
    padding: 1rem;
}

.custom-image-placeholder p[b-1hpr87elp3] {
    margin: 0;
    font-size: 0.875rem;
}

.custom-image-input[b-1hpr87elp3] {
    display: none;
}

.btn-upload-small[b-1hpr87elp3] {
    cursor: pointer;
    font-size: 0.875rem;
}

.custom-image-uploaded-indicator[b-1hpr87elp3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #F0FDF4;
    border: 2px solid #86EFAC;
    border-radius: 8px;
    width: 100%;
}

.upload-success-icon[b-1hpr87elp3] {
    font-size: 2rem;
    color: #16A34A;
    flex-shrink: 0;
}

.upload-success-text[b-1hpr87elp3] {
    flex: 1;
}

.upload-success-text strong[b-1hpr87elp3] {
    display: block;
    color: #166534;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.upload-success-text p[b-1hpr87elp3] {
    margin: 0;
    color: #15803D;
    font-size: 0.75rem;
}

.btn-remove-image-small[b-1hpr87elp3] {
    background: #EF4444;
    color: white;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.btn-remove-image-small:hover[b-1hpr87elp3] {
    background: #DC2626;
}
