/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ===== MODERN BOOTSTRAP 5 DASHBOARD LAYOUT ===== */

.page[b-f377zkt649] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Sidebar - Modern Resizable Design (DESKTOP: PUSHES CONTENT, NOT OVERLAY) */
.sidebar[b-f377zkt649] {
    position: relative;
    /* Changed from fixed to relative so it pushes content */
    top: 0;
    left: 0;
    width: 280px;
    /* Default width to show full "Accounts Payable" text */
    min-width: 56px;
    /* Minimum width for icon-only mode */
    max-width: 400px;
    /* Maximum width for resize */
    height: 100vh;
    background: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    overflow-y: hidden;
    /* Removed auto to prevent double scrollbar - nav-scrollable handles scrolling */
    overflow-x: hidden;
    z-index: 1000;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
    /* Prevent sidebar from shrinking */
}

/* Sidebar Header - Compact Gradient Design */
.sidebar-header[b-f377zkt649] {
    height: 48px;
    padding: 0 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.sidebar-header .navbar-brand[b-f377zkt649] {
    margin: 0;
    padding: 0;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
    text-decoration: none;
}

.sidebar-header .brand-icon[b-f377zkt649] {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.sidebar-header .sidebar-brand-text[b-f377zkt649] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    overflow: hidden;
}

.sidebar-header .brand-title[b-f377zkt649] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-header .brand-subtitle[b-f377zkt649] {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-header .sidebar-pin-button[b-f377zkt649] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.sidebar-header .sidebar-pin-button:hover[b-f377zkt649] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.sidebar-header .sidebar-pin-button:active[b-f377zkt649] {
    transform: scale(0.95);
}

.sidebar-header .sidebar-pin-button svg[b-f377zkt649] {
    transition: transform 0.3s ease;
}

/* Pinned state: vertical layout for sidebar header */
:global(.sidebar.pinned) .sidebar-header[b-f377zkt649] {
    padding: 0.25rem 0 !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 0.25rem !important;
    height: 48px !important;
}

:global(.sidebar.pinned) .sidebar-brand-text[b-f377zkt649] {
    display: none !important;
}

:global(.sidebar.pinned) .navbar-brand[b-f377zkt649] {
    flex-direction: column !important;
    gap: 0.25rem !important;
    align-items: center !important;
}

:global(.sidebar.pinned) .brand-icon[b-f377zkt649] {
    margin: 0 !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 0.9rem !important;
}

:global(.sidebar.pinned) .sidebar-pin-button[b-f377zkt649] {
    position: static !important;
    width: 24px !important;
    height: 16px !important;
    padding: 0 !important;
}

/* Pinned state: keep icons visible, hide text */
.sidebar.pinned .nav-link[b-f377zkt649] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.75rem 0 !important;
    text-align: center;
}

.sidebar.pinned .nav-link span:not(.bi)[b-f377zkt649] {
    display: none !important;
}

.sidebar.pinned .nav-link .bi[b-f377zkt649],
.sidebar.pinned .nav-link i[b-f377zkt649] {
    display: block !important;
    font-size: 1.25rem !important;
    width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* CRITICAL FIX: Hide section dividers and titles in pinned state */
.sidebar.pinned .nav-divider[b-f377zkt649] {
    display: none !important;
}

.sidebar.pinned .nav-divider small[b-f377zkt649] {
    display: none !important;
}

.sidebar.pinned .nav-section-title[b-f377zkt649] {
    display: none !important;
}

/* Hide all text in pinned state */
.sidebar.pinned .brand-text[b-f377zkt649],
.sidebar.pinned .nav-text[b-f377zkt649],
.sidebar.pinned .title-text[b-f377zkt649] {
    display: none !important;
}

/* Sidebar scrollbar styling */
.sidebar[b-f377zkt649]::-webkit-scrollbar {
    width: 6px;
}

.sidebar[b-f377zkt649]::-webkit-scrollbar-track {
    background: transparent;
}

.sidebar[b-f377zkt649]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.sidebar[b-f377zkt649]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Main Content Area - Bootstrap 5 Standards (NO MARGIN-LEFT NEEDED NOW) */
main[b-f377zkt649] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    background: #f8f9fa;
    /* Removed margin-left transition since sidebar is no longer fixed */
}

/* Top Header Bar - Clean Bootstrap Design */
.top-row[b-f377zkt649] {
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.top-row[b-f377zkt649]  a,
.top-row[b-f377zkt649]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: #495057;
}

.top-row[b-f377zkt649]  a:hover,
.top-row[b-f377zkt649]  .btn-link:hover {
    color: #212529;
    text-decoration: none;
}

/* Content Area - Bootstrap 5 Spacing Guidelines */
.content[b-f377zkt649] {
    padding: 1.5rem;
    /* Bootstrap 5 standard spacing (24px) */
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    margin-left: 0;
    /* No margin needed with relative sidebar */
}

.route-shell[b-f377zkt649] {
    position: relative;
    min-height: calc(100dvh - 96px);
    isolation: isolate;
}

.route-shell[b-f377zkt649]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(760px 300px at 8px 0, rgba(14, 116, 144, 0.12), transparent 68%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0) 44%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0));
    opacity: 0;
    transform: translate3d(-12px, 0, 0);
    transition: opacity 220ms ease, transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.route-shell-progress[b-f377zkt649] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    height: 3px;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(14, 116, 144, 0.08), rgba(217, 119, 6, 0.18), rgba(14, 116, 144, 0.08));
    overflow: hidden;
    opacity: 0;
    transform: scaleX(0.08);
    transform-origin: left center;
    transition: opacity 150ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

.route-shell-progress[b-f377zkt649]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(14, 116, 144, 0), rgba(14, 116, 144, 0.95), rgba(217, 119, 6, 0.95), rgba(14, 116, 144, 0));
    transform: translateX(-100%);
}

.route-shell-cinematic[b-f377zkt649] {
    position: absolute;
    inset: 32px 28px auto 48px;
    z-index: 5;
    display: grid;
    gap: 18px;
    max-width: 1048px;
    opacity: 0;
    transform: translate3d(24px, 0, 0) scale(0.992);
    transition: opacity 220ms ease, transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.route-cinematic-card[b-f377zkt649],
.route-cinematic-grid span[b-f377zkt649] {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(250, 245, 255, 0.86)),
        rgba(255, 255, 255, 0.9);
    box-shadow: 0 22px 70px rgba(46, 16, 101, 0.12);
}

.route-cinematic-card[b-f377zkt649]::after,
.route-cinematic-grid span[b-f377zkt649]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.74) 42%, transparent 72%);
    transform: translateX(-110%);
    animation: route-cinematic-sheen-b-f377zkt649 980ms cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

.route-cinematic-hero[b-f377zkt649] {
    min-height: 118px;
    padding: 24px 26px;
}

.route-cinematic-hero span[b-f377zkt649],
.route-cinematic-hero strong[b-f377zkt649],
.route-cinematic-hero em[b-f377zkt649],
.route-cinematic-table span[b-f377zkt649] {
    display: block;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(124, 58, 237, 0.2), rgba(14, 116, 144, 0.14));
}

.route-cinematic-hero span[b-f377zkt649] {
    width: 92px;
    height: 10px;
    margin-bottom: 18px;
}

.route-cinematic-hero strong[b-f377zkt649] {
    width: min(360px, 58vw);
    height: 26px;
    margin-bottom: 14px;
}

.route-cinematic-hero em[b-f377zkt649] {
    width: min(520px, 68vw);
    height: 12px;
}

.route-cinematic-grid[b-f377zkt649] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.route-cinematic-grid span[b-f377zkt649] {
    min-height: 92px;
}

.route-cinematic-table[b-f377zkt649] {
    min-height: 190px;
    padding: 24px 28px;
}

.route-cinematic-table span[b-f377zkt649] {
    height: 16px;
    margin-bottom: 18px;
}

.route-cinematic-table span:nth-child(1)[b-f377zkt649] {
    width: 42%;
}

.route-cinematic-table span:nth-child(2)[b-f377zkt649] {
    width: 82%;
}

.route-cinematic-table span:nth-child(3)[b-f377zkt649] {
    width: 70%;
}

.route-shell-stage[b-f377zkt649] {
    position: relative;
    z-index: 2;
    min-height: calc(100dvh - 140px);
    overflow: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: none;
    transition: opacity 220ms ease, transform 320ms cubic-bezier(0.16, 1, 0.3, 1), filter 220ms ease;
    will-change: opacity, transform;
    animation: route-shell-stage-enter-b-f377zkt649 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.route-shell-stage[b-f377zkt649]::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -18px;
    z-index: 3;
    width: 44px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(232, 121, 249, 0), rgba(232, 121, 249, 0.34), rgba(34, 211, 238, 0.16), rgba(232, 121, 249, 0));
    filter: blur(14px);
    opacity: 0;
    pointer-events: none;
}

.route-shell.is-route-armed[b-f377zkt649]::after,
.route-shell.is-routing[b-f377zkt649]::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.route-shell.is-route-armed .route-shell-progress[b-f377zkt649],
.route-shell.is-routing .route-shell-progress[b-f377zkt649] {
    opacity: 1;
    transform: scaleX(0.58);
}

.route-shell.is-route-armed .route-shell-progress[b-f377zkt649]::after,
.route-shell.is-routing .route-shell-progress[b-f377zkt649]::after {
    animation: route-shell-progress-glide-b-f377zkt649 900ms linear infinite;
}

.route-shell.is-route-cinematic .route-shell-cinematic[b-f377zkt649],
.route-shell.is-route-armed .route-shell-cinematic[b-f377zkt649],
.route-shell.is-routing .route-shell-cinematic[b-f377zkt649] {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.route-shell.is-route-cinematic .route-shell-stage[b-f377zkt649],
.route-shell.is-route-armed .route-shell-stage[b-f377zkt649] {
    opacity: 0.72;
    transform: translate3d(8px, 0, 0) scale(0.997);
    filter: saturate(0.97);
}

.route-shell.is-routing .route-shell-stage[b-f377zkt649] {
    opacity: 0.94;
    transform: translate3d(12px, 0, 0) scale(0.995);
    filter: saturate(0.96);
    pointer-events: none;
}

.route-shell-stage[b-f377zkt649]::before {
    animation: route-shell-leading-edge-b-f377zkt649 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.route-shell-stage[b-f377zkt649]  .ra-page-header,
.route-shell-stage[b-f377zkt649]  .dash-stat-grid,
.route-shell-stage[b-f377zkt649]  .ra-workbench-panel,
.route-shell-stage[b-f377zkt649]  .ra-data-card,
.route-shell-stage[b-f377zkt649]  .dash-panel,
.route-shell-stage[b-f377zkt649]  .table-responsive {
    animation: route-panel-item-rise-b-f377zkt649 500ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.route-shell-stage[b-f377zkt649]  .ra-page-header {
    animation-delay: 0ms;
}

.route-shell-stage[b-f377zkt649]  .dash-stat-grid,
.route-shell-stage[b-f377zkt649]  .ra-workbench-panel {
    animation-delay: 45ms;
}

.route-shell-stage[b-f377zkt649]  .ra-data-card,
.route-shell-stage[b-f377zkt649]  .dash-panel:nth-of-type(1) {
    animation-delay: 80ms;
}

.route-shell-stage[b-f377zkt649]  .dash-panel:nth-of-type(2),
.route-shell-stage[b-f377zkt649]  .table-responsive {
    animation-delay: 110ms;
}

@keyframes route-shell-progress-glide-b-f377zkt649 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes route-cinematic-sheen-b-f377zkt649 {
    from {
        transform: translateX(-110%);
    }

    to {
        transform: translateX(110%);
    }
}

@keyframes route-shell-stage-enter-b-f377zkt649 {
    from {
        opacity: 0.98;
        filter: saturate(0.98);
        transform: translate3d(20px, 0, 0) scale(0.996);
    }

    to {
        opacity: 1;
        filter: saturate(1);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes route-shell-leading-edge-b-f377zkt649 {
    0% {
        opacity: 0;
        transform: translate3d(-28px, 0, 0) scaleY(0.62);
    }

    22% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3d(96px, 0, 0) scaleY(1);
    }
}

@keyframes route-panel-item-rise-b-f377zkt649 {
    from {
        opacity: 0.96;
        filter: none;
        transform: translate3d(10px, 8px, 0) scale(0.997);
    }

    to {
        opacity: 1;
        filter: none;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

/* Mobile Responsiveness - Bootstrap Breakpoints */
@media (max-width: 991.98px) {
    .page[b-f377zkt649] {
        flex-direction: column;
    }

    .sidebar[b-f377zkt649] {
        display: none !important;
    }

    main[b-f377zkt649] {
        margin-left: 0 !important;
        width: 100%;
    }

    .content[b-f377zkt649] {
        padding: 1rem;
    }

    .route-shell[b-f377zkt649] {
        min-height: calc(100dvh - 132px);
    }

    .route-shell-stage[b-f377zkt649] {
        min-height: calc(100dvh - 180px);
    }

    .top-row[b-f377zkt649] {
        display: none !important;
    }
}

/* Desktop Optimization - Clean Bootstrap Layout */
@media (min-width: 992px) {
    .sidebar[b-f377zkt649] {
        display: block;
    }

    .top-row[b-f377zkt649] {
        display: flex !important;
    }

    /* Content follows Bootstrap container spacing */
    .content[b-f377zkt649] {
        padding: 1.5rem 2rem;
    }
}

/* Large Screens - Maximum Readability */
@media (min-width: 1400px) {
    .content[b-f377zkt649] {
        padding: 2rem 3rem;
    }
}

/* Error UI */
#blazor-error-ui[b-f377zkt649] {
    background: #fff3cd;
    border-top: 2px solid #ffc107;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    color: #856404;
}

#blazor-error-ui .dismiss[b-f377zkt649] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #856404;
    opacity: 0.5;
}

#blazor-error-ui .dismiss:hover[b-f377zkt649] {
    opacity: 1;
}

/* Business Logo Styling */
.business-logo[b-f377zkt649] {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 0.375rem;
}

.business-logo-sm[b-f377zkt649] {
    height: 32px;
    width: 32px;
    object-fit: cover;
    border-radius: 0.25rem;
}

.business-name[b-f377zkt649] {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #212529;
}

/* Mobile Header */
.mobile-header[b-f377zkt649] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    border-bottom: 1px solid #dee2e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.mobile-header-content[b-f377zkt649] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
}

.mobile-menu-toggle[b-f377zkt649],
.mobile-logout-btn[b-f377zkt649] {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    padding: 0.25rem;
    color: #495057;
}

.mobile-menu-toggle:hover[b-f377zkt649],
.mobile-logout-btn:hover[b-f377zkt649] {
    color: #212529;
}

.mobile-brand-subtle[b-f377zkt649] {
    font-size: 1rem;
    font-weight: 600;
    color: #6c757d;
}

/* Mobile Bottom Navigation */
.bottom-nav[b-f377zkt649] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 0;
    z-index: 1000;
}

.bottom-nav-item[b-f377zkt649] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    color: #6c757d;
    text-decoration: none;
    font-size: 0.75rem;
    transition: all 0.2s ease;
}

.bottom-nav-item:hover[b-f377zkt649] {
    color: #212529;
    background: #f8f9fa;
}

.bottom-nav-item i[b-f377zkt649] {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.bottom-nav-item span[b-f377zkt649] {
    font-weight: 500;
}

/* Skip Link for Accessibility */
.skip-link[b-f377zkt649] {
    position: absolute;
    top: -40px;
    left: 10px;
    background: #212529;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 0 0 0.25rem 0.25rem;
    z-index: 9999;
    transition: top 0.3s ease;
    font-weight: 500;
}

.skip-link:focus[b-f377zkt649] {
    top: 0;
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .route-shell-progress[b-f377zkt649],
    .route-shell-stage[b-f377zkt649] {
        transition-duration: 0.01ms !important;
    }

    .route-shell[b-f377zkt649]::after {
        transition-duration: 0.01ms !important;
    }

    .route-shell-progress[b-f377zkt649]::after {
        animation: none !important;
    }

    .route-shell.is-routing .route-shell-stage[b-f377zkt649] {
        transform: none;
        filter: none;
    }

    .route-shell-stage[b-f377zkt649] {
        animation: none !important;
    }

    .route-shell-stage[b-f377zkt649]::before,
    .route-shell-stage[b-f377zkt649]  .ra-page-header,
    .route-shell-stage[b-f377zkt649]  .dash-stat-grid,
    .route-shell-stage[b-f377zkt649]  .ra-workbench-panel,
    .route-shell-stage[b-f377zkt649]  .ra-data-card,
    .route-shell-stage[b-f377zkt649]  .dash-panel,
    .route-shell-stage[b-f377zkt649]  .table-responsive {
        animation: none !important;
    }
}

/* Smooth Transitions */
*[b-f377zkt649] {
    box-sizing: border-box;
}

/* Print Styles */
@media print {

    .sidebar[b-f377zkt649],
    .top-row[b-f377zkt649],
    .mobile-header[b-f377zkt649],
    .bottom-nav[b-f377zkt649] {
        display: none !important;
    }

    main[b-f377zkt649] {
        margin-left: 0 !important;
    }

    .content[b-f377zkt649] {
        padding: 0;
    }
}

/* Design refresh overrides: keep scoped layout CSS aligned with the global visual system. */
.sidebar[b-f377zkt649] {
    background:
        radial-gradient(420px 240px at 0% 0%, rgba(168, 85, 247, 0.22), transparent 70%),
        linear-gradient(180deg, #170d29 0%, #231345 52%, #321137 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 12px 0 36px rgba(26, 11, 46, 0.2);
}

.sidebar-header[b-f377zkt649] {
    height: 72px;
    padding: 0.9rem 1rem;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.sidebar-header .brand-icon[b-f377zkt649] {
    width: 38px;
    height: 38px;
    color: #26093d;
    background: linear-gradient(135deg, #e879f9, #f0abfc);
    border-radius: 8px;
    font-size: 1rem;
}

.sidebar-header .brand-title[b-f377zkt649] {
    color: #faf6ff;
    font-weight: 800;
}

.sidebar-header .brand-subtitle[b-f377zkt649] {
    color: #b9aed6;
    font-weight: 650;
}

.sidebar-header .sidebar-pin-button[b-f377zkt649] {
    width: 34px;
    height: 34px;
    color: #cdc2e6;
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 7px;
}

.sidebar-header .sidebar-pin-button:hover[b-f377zkt649] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
}

main[b-f377zkt649] {
    background: transparent;
}

.top-row[b-f377zkt649] {
    height: 72px;
    background: rgba(255, 255, 255, 0.85);
    border-bottom-color: #e9e3f2;
    box-shadow: 0 1px 2px rgba(32, 18, 51, 0.06);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
}

:global(.sidebar.pinned) .sidebar-header[b-f377zkt649] {
    height: 56px !important;
}

:global(.sidebar.pinned) .brand-icon[b-f377zkt649] {
    width: 24px !important;
    height: 24px !important;
    font-size: 0.9rem !important;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* CSS VERSION: v1.0.6 - October 8, 2025 19:00 - JavaScript-based text hiding (definitive fix) */
/* ===== MODERN BOOTSTRAP 5 SIDEBAR STYLES ===== */

/* Sidebar Header - Compact Gradient Design (48px) */
.sidebar-header[b-e56a6j2686] {
    height: 48px;
    padding: 0 0.75rem;
    background: transparent;
    /* Let the sidebar gradient show through */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

.brand-wrapper[b-e56a6j2686] {
    flex: 1;
    min-width: 0;
}

.brand-icon[b-e56a6j2686] {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.brand-title[b-e56a6j2686] {
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.brand-subtitle[b-e56a6j2686] {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-brand-text[b-e56a6j2686] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    overflow: hidden;
}

.brand-text[b-e56a6j2686] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Pin Button - Semi-transparent Glass Design */
.sidebar-pin-button[b-e56a6j2686] {
    background: transparent !important;
    border: none !important;
    color: rgba(255, 255, 255, 0.9) !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.sidebar-pin-button:hover[b-e56a6j2686] {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05);
    color: white !important;
}

.sidebar-pin-button:active[b-e56a6j2686] {
    transform: scale(0.95);
}

.sidebar-pin-button svg[b-e56a6j2686] {
    transition: transform 0.3s ease;
}

.btn-pin[b-e56a6j2686] {
    opacity: 0.7;
    transition: opacity 0.2s ease, transform 0.2s ease;
    font-size: 1.25rem;
}

.btn-pin:hover[b-e56a6j2686] {
    opacity: 1;
    transform: scale(1.1);
    color: white !important;
}

/* Navigation Scrollable Area */
.nav-scrollable[b-e56a6j2686] {
    height: calc(100vh - 48px);
    /* Updated for 48px header */
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

/* Pinned sidebar navigation area adjustment */
[b-e56a6j2686] .sidebar.pinned .nav-scrollable {
    height: calc(100vh - 56px) !important;
    /* Account for taller pinned header */
    padding-top: 0.5rem !important;
}

.nav-scrollable[b-e56a6j2686]::-webkit-scrollbar {
    width: 6px;
}

.nav-scrollable[b-e56a6j2686]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scrollable[b-e56a6j2686]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.nav-scrollable[b-e56a6j2686]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* Navigation Sections - Logical Grouping */
.nav-section[b-e56a6j2686] {
    margin-bottom: 1.5rem;
}

.nav-section-title[b-e56a6j2686] {
    padding: 0.75rem 1rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
}

.title-text[b-e56a6j2686] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Bottom Section (Settings/Logout) */
.nav-section-bottom[b-e56a6j2686] {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Navigation Items */
.nav-item[b-e56a6j2686] {
    padding: 0 0.5rem;
    margin-bottom: 0.25rem;
}

.nav-item[b-e56a6j2686]  .nav-link {
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    border: none;
    border-radius: 0.5rem;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0.625rem 0.75rem;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.nav-icon[b-e56a6j2686] {
    font-size: 1.25rem;
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    transition: transform 0.2s ease;
}

.nav-text[b-e56a6j2686] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

/* Hover Effects */
.nav-item[b-e56a6j2686]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateX(4px);
}

.nav-item[b-e56a6j2686]  .nav-link:hover .nav-icon {
    transform: scale(1.1);
}

/* Active State */
.nav-item[b-e56a6j2686]  a.active {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.nav-item[b-e56a6j2686]  a.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: white;
    border-radius: 0 4px 4px 0;
}

/* Admin Links - Special Styling */
.nav-item[b-e56a6j2686]  .admin-link {
    color: #ffc107;
}

.nav-item[b-e56a6j2686]  .admin-link:hover {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
}

.nav-item[b-e56a6j2686]  .admin-link.active {
    background: rgba(255, 193, 7, 0.25);
    color: #ffc107;
}

/* Logout Link - Special Styling */
.nav-item[b-e56a6j2686]  .logout-link {
    color: #ff6b6b;
}

.nav-item[b-e56a6j2686]  .logout-link:hover {
    background: rgba(255, 107, 107, 0.15);
    color: #ff6b6b;
}

/* Sidebar Resizer */
.sidebar-resizer[b-e56a6j2686] {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    cursor: ew-resize;
    background: transparent;
    transition: background 0.2s ease;
    z-index: 20;
}

.sidebar-resizer:hover[b-e56a6j2686] {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-resizer[b-e56a6j2686]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1px;
    transition: all 0.2s ease;
}

.sidebar-resizer:hover[b-e56a6j2686]::after {
    background: rgba(255, 255, 255, 0.6);
    height: 60px;
}

/* Pinned State (Icon-Only Mode) */
:global(.sidebar.pinned) .brand-text[b-e56a6j2686],
:global(.sidebar.pinned) .nav-text[b-e56a6j2686],
:global(.sidebar.pinned) .title-text[b-e56a6j2686] {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

:global(.sidebar.pinned) .nav-icon[b-e56a6j2686] {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin: 0 !important;
}

:global(.sidebar.pinned) .brand-title[b-e56a6j2686] {
    justify-content: center;
}

:global(.sidebar.pinned) .nav-item[b-e56a6j2686] {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

:global(.sidebar.pinned) .nav-item[b-e56a6j2686]  .nav-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.75rem 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

:global(.sidebar.pinned) .nav-section-title[b-e56a6j2686] {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
}

/* Resizing State */
:global(.sidebar.resizing)[b-e56a6j2686] {
    user-select: none;
    transition: none !important;
}

:global(.sidebar.resizing) *[b-e56a6j2686] {
    transition: none !important;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .sidebar-header[b-e56a6j2686] {
        display: none !important;
    }

    .sidebar-resizer[b-e56a6j2686] {
        display: none !important;
    }

    /* Mobile navigation uses offcanvas - simplified styling */
    .nav-scrollable[b-e56a6j2686] {
        height: auto;
        padding: 1rem 0;
    }

    .nav-item[b-e56a6j2686]  .nav-link {
        color: #212529;
    }

    .nav-item[b-e56a6j2686]  .nav-link:hover {
        background: #f8f9fa;
        color: #212529;
    }

    .nav-item[b-e56a6j2686]  a.active {
        background: #e9ecef;
        color: #212529;
    }
}

/* Smooth Transitions */
.nav-item[b-e56a6j2686]  .nav-link,
.nav-icon[b-e56a6j2686],
.nav-text[b-e56a6j2686],
.brand-text[b-e56a6j2686] {
    transition: all 0.2s ease;
}

/* Focus States for Accessibility */
.nav-item[b-e56a6j2686]  .nav-link:focus {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

.btn-pin:focus[b-e56a6j2686] {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

/* ===== PINNED SIDEBAR STATE ===== */
/* Center-aligned icons in the docked state menu - ENHANCED FOR PERFECT CENTERING */
[b-e56a6j2686] .sidebar.pinned .nav-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0.75rem 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
    margin: 0 !important;
    width: 100% !important;
}

[b-e56a6j2686] .sidebar.pinned .nav-link span:not(.bi) {
    display: none !important;
}

[b-e56a6j2686] .sidebar.pinned .nav-link .bi,
[b-e56a6j2686] .sidebar.pinned .nav-link i,
[b-e56a6j2686] .sidebar.pinned .nav-link span.bi {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.25rem !important;
    width: 100% !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
}

/* CRITICAL FIX: Ensure nav-icon class also centers properly in pinned state */
:global(.sidebar.pinned) .nav-icon[b-e56a6j2686] {
    margin: 0 auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

:global(.sidebar.pinned) .nav-item.px-3[b-e56a6j2686] {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* CRITICAL FIX: Remove all padding from nav-items in pinned state for perfect icon centering */
:global(.sidebar.pinned) .nav-item[b-e56a6j2686] {
    padding: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Hide section dividers and titles in pinned state */
[b-e56a6j2686] .sidebar.pinned .nav-divider {
    display: none !important;
}

[b-e56a6j2686] .sidebar.pinned .nav-divider small {
    display: none !important;
}

[b-e56a6j2686] .sidebar.pinned .nav-section-title {
    display: none !important;
}

/* Pinned sidebar vertical layout for header - V4: PROPERLY SIZED ICONS */
[b-e56a6j2686] .sidebar.pinned .sidebar-header.d-lg-flex {
    display: flex !important;
    padding: 0.5rem 0 !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.5rem !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    overflow: hidden !important;
    /* Changed back to hidden to clip content */
    flex-shrink: 0 !important;
    position: static !important;
    z-index: 0 !important;
    margin-bottom: 0 !important;
}

/* Unpinned sidebar horizontal layout for header */
[b-e56a6j2686] .sidebar:not(.pinned) .sidebar-header.d-lg-flex {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0.75rem !important;
    gap: 1rem !important;
}

[b-e56a6j2686] .sidebar.pinned .sidebar-brand-text {
    position: absolute !important;
    left: -9999px !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

[b-e56a6j2686] .sidebar.pinned .sidebar-brand-text * {
    position: absolute !important;
    left: -9999px !important;
    display: none !important;
}

[b-e56a6j2686] .sidebar.pinned .navbar-brand {
    flex-direction: column !important;
    gap: 0 !important;
    align-items: center !important;
    width: 100% !important;
    justify-content: center !important;
    overflow: hidden !important;
    max-width: 56px !important;
}

[b-e56a6j2686] .sidebar.pinned .brand-icon {
    margin: 0 !important;
    width: 24px !important;
    /* Increased from 18px */
    height: 24px !important;
    /* Increased from 18px */
    font-size: 1.5rem !important;
    /* Increased from 0.8rem for better emoji display */
    line-height: 1 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

[b-e56a6j2686] .sidebar.pinned .sidebar-pin-button {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: 24px !important;
    /* Match brand icon size */
    height: 24px !important;
    /* Match brand icon size */
    padding: 2px !important;
    margin: 0 !important;
    background: transparent !important;
    /* Remove background */
    border: none !important;
    /* Remove border */
    border-radius: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    z-index: 1 !important;
    cursor: pointer !important;
}

[b-e56a6j2686] .sidebar.pinned .sidebar-pin-button:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
}

/* Unpinned state: button has subtle background */
[b-e56a6j2686] .sidebar:not(.pinned) .sidebar-pin-button {
    display: flex !important;
    width: 32px !important;
    height: 32px !important;
    padding: 6px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

[b-e56a6j2686] .sidebar:not(.pinned) .sidebar-pin-button:hover {
    background: rgba(255, 255, 255, 0.2) !important;
}

[b-e56a6j2686] .sidebar.pinned .sidebar-pin-button:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    transform: scale(1.1) !important;
}

[b-e56a6j2686] .sidebar.pinned .sidebar-pin-button svg {
    width: 11px !important;
    height: 11px !important;
    display: block !important;
    opacity: 1 !important;
}

/* Design refresh overrides for the isolated navigation stylesheet. */
.sidebar-header[b-e56a6j2686] {
    height: 72px;
    padding: 0.9rem 1rem;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.brand-icon[b-e56a6j2686] {
    width: 38px;
    height: 38px;
    color: #26093d;
    background: linear-gradient(135deg, #e879f9, #f0abfc);
    border-radius: 8px;
    font-size: 1rem;
}

.brand-title[b-e56a6j2686] {
    color: #faf6ff;
    font-weight: 800;
}

.brand-subtitle[b-e56a6j2686] {
    color: #b9aed6;
    font-weight: 650;
}

.sidebar-pin-button[b-e56a6j2686] {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    color: #cdc2e6 !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 7px !important;
}

.sidebar-pin-button:hover[b-e56a6j2686] {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12) !important;
}

.nav-scrollable[b-e56a6j2686] {
    height: calc(100vh - 72px);
    padding: 0.8rem 0 1.25rem;
    scrollbar-color: rgba(167, 139, 250, 0.4) transparent;
}

.nav-item[b-e56a6j2686] {
    margin-bottom: 0.16rem;
}

.nav-item[b-e56a6j2686]  .nav-link {
    min-height: 42px;
    height: auto;
    color: #ddd6f3;
    border-radius: 7px;
    font-size: 0.9rem;
    font-weight: 650;
    line-height: 1.25;
    transform: none;
    transition:
        background-color 140ms cubic-bezier(0.22, 1, 0.36, 1),
        color 140ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
        padding-left 140ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-item[b-e56a6j2686]  .nav-link:hover,
.nav-item[b-e56a6j2686]  .nav-link:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    transform: none;
    padding-left: 1rem;
}

.nav-item[b-e56a6j2686]  a.active {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(167, 139, 250, 0.22), rgba(167, 139, 250, 0.08));
    box-shadow: inset 3px 0 0 #e879f9, 0 1px 8px rgba(0, 0, 0, 0.18);
}

.nav-item[b-e56a6j2686]  a.active::before {
    display: none;
}

.nav-item[b-e56a6j2686]  .nav-link .bi,
.nav-item[b-e56a6j2686]  .nav-link i {
    color: #c4b5fd;
    font-size: 1rem;
    transition: transform 140ms cubic-bezier(0.34, 1.4, 0.64, 1), color 140ms ease;
}

.nav-item[b-e56a6j2686]  .nav-link:hover .bi,
.nav-item[b-e56a6j2686]  .nav-link:hover i {
    transform: translateX(2px) scale(1.08);
}

.nav-item[b-e56a6j2686]  a.active .bi,
.nav-item[b-e56a6j2686]  a.active i {
    color: #e879f9;
}

/* Keep pinned (icon-only) mode steady: no hover padding shift */
:global(.sidebar.pinned) .nav-item[b-e56a6j2686]  .nav-link:hover {
    padding-left: 0 !important;
}

.nav-divider[b-e56a6j2686] {
    padding: 0.6rem 1rem 0.25rem;
}

.nav-divider hr[b-e56a6j2686] {
    display: none;
}

.nav-divider small[b-e56a6j2686] {
    color: #9486b8 !important;
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0;
    padding-left: 0 !important;
    text-transform: uppercase;
}

.sidebar-resizer:hover[b-e56a6j2686] {
    background: rgba(167, 139, 250, 0.55);
}

@media (max-width: 991px) {
    .nav-item[b-e56a6j2686]  .nav-link {
        color: #ddd6f3;
    }

    .nav-item[b-e56a6j2686]  .nav-link:hover,
    .nav-item[b-e56a6j2686]  .nav-link:focus {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.09);
    }

    .nav-item[b-e56a6j2686]  a.active {
        color: #ffffff;
        background: rgba(167, 139, 250, 0.18);
    }
}
/* /Components/Shared/PageHeader.razor.rz.scp.css */
/* Page Header Component Styles */

.page-header[b-dkk4ydy2ny] {
    margin-bottom: 1.5rem;
}

.page-title[b-dkk4ydy2ny] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    display: flex;
    align-items: center;
}

.page-title i[b-dkk4ydy2ny] {
    font-size: 1.5rem;
}

.page-header-content[b-dkk4ydy2ny] {
    flex: 1;
    min-width: 0;
    /* Allow text truncation */
}

.page-header-actions[b-dkk4ydy2ny] {
    flex-shrink: 0;
}

.breadcrumb[b-dkk4ydy2ny] {
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
}

.breadcrumb-item+.breadcrumb-item[b-dkk4ydy2ny]::before {
    content: "›";
    padding: 0 0.5rem;
    color: #6c757d;
}

/* Mobile responsive */
@media (max-width: 767.98px) {
    .page-title[b-dkk4ydy2ny] {
        font-size: 1.5rem;
    }

    .page-title i[b-dkk4ydy2ny] {
        font-size: 1.25rem;
    }

    .page-header-actions[b-dkk4ydy2ny] {
        width: 100%;
        justify-content: flex-end;
    }

    .page-header-actions .btn[b-dkk4ydy2ny] {
        flex: 1;
        max-width: 200px;
    }
}

/* Tablet responsive */
@media (min-width: 768px) and (max-width: 991.98px) {
    .page-title[b-dkk4ydy2ny] {
        font-size: 1.625rem;
    }
}
