@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-278l0mkpju] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

header[b-278l0mkpju] {
    position: sticky;
    top: 0;
    z-index: 1030;
}

main[b-278l0mkpju] {
    flex: 1;
    background-color: #f8f9fa;
}

.content[b-278l0mkpju] {
    max-width: 1400px;
    margin: 0 auto;
}

#blazor-error-ui[b-278l0mkpju] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-278l0mkpju] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Top Navigation Bar Styles */

.navbar[b-ji7ina8hwg] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand[b-ji7ina8hwg] {
    font-weight: 600;
    font-size: 1.25rem;
}

.nav-link[b-ji7ina8hwg] {
    padding: 0.5rem 1rem !important;
    transition: background-color 0.2s ease;
}

.nav-link:hover[b-ji7ina8hwg] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

/* Dropdown Styles */
.dropdown-menu[b-ji7ina8hwg] {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0.5rem 0;
    min-width: 220px;
    max-height: 70vh;
    overflow-y: auto;
}

.dropdown-header[b-ji7ina8hwg] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    padding: 0.5rem 1rem 0.25rem;
    letter-spacing: 0.5px;
}

.dropdown-item[b-ji7ina8hwg] {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    transition: background-color 0.15s ease;
}

.dropdown-item:hover[b-ji7ina8hwg] {
    background-color: #e9ecef;
}

.dropdown-item.active[b-ji7ina8hwg],
.dropdown-item:active[b-ji7ina8hwg] {
    background-color: #0d6efd;
    color: white;
}

.dropdown-item i[b-ji7ina8hwg] {
    width: 20px;
    text-align: center;
}

.dropdown-divider[b-ji7ina8hwg] {
    margin: 0.25rem 0;
}

/* Mobile responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse[b-ji7ina8hwg] {
        background-color: #0d6efd;
        padding: 1rem;
        margin-top: 0.5rem;
        border-radius: 8px;
    }

    .dropdown-menu[b-ji7ina8hwg] {
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: none;
        border: none;
        padding-left: 1rem;
    }

    .dropdown-menu.show[b-ji7ina8hwg] {
        display: block;
    }

    .dropdown-item[b-ji7ina8hwg] {
        color: rgba(255, 255, 255, 0.9);
    }

    .dropdown-item:hover[b-ji7ina8hwg] {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
    }

    .dropdown-header[b-ji7ina8hwg] {
        color: rgba(255, 255, 255, 0.7);
    }

    .dropdown-divider[b-ji7ina8hwg] {
        border-color: rgba(255, 255, 255, 0.2);
    }
}

/* Desktop hover behavior */
@media (min-width: 992px) {
    .nav-item.dropdown:hover > .dropdown-menu[b-ji7ina8hwg] {
        display: block;
    }

    .dropdown-menu[b-ji7ina8hwg] {
        margin-top: 0;
    }
}

/* Active link styling */
[b-ji7ina8hwg] .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

[b-ji7ina8hwg] .dropdown-item.active {
    background-color: #0d6efd;
    color: white;
}

/* Icons */
.bi[b-ji7ina8hwg] {
    font-size: 1rem;
}
/* /Components/Layout/NavMenuBigIcon.razor.rz.scp.css */
/* ???????????????????????????????????????????????????????????????????????????
   UNIFIED MENU BAR - Single Bar Layout (Logo | Menu | Actions)
   Modern ERP Navigation - Compact & Space Efficient
   ??????????????????????????????????????????????????????????????????????????? */

/* ?????????????????????????????????????????????????????????????????????????????
   UNIFIED BAR - Single Container
   ????????????????????????????????????????????????????????????????????????????? */

.unified-menu-bar[b-ncaz3ei7ay] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #1a365d 0%, #1e3a5f 40%, #234876 100%);
    padding: 6px 16px;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #3b82f6, #06b6d4, #8b5cf6, #3b82f6) 1;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 
        0 4px 20px rgba(26, 54, 93, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    gap: 12px;
    overflow: visible;
}

/* ???????????????????????????????????????????????????????????????????????????
   LEFT: Brand / Logo
   ??????????????????????????????????????????????????????????????????????????? */

.menu-brand[b-ncaz3ei7ay] {
    flex-shrink: 0;
}

.menu-brand a[b-ncaz3ei7ay] {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.menu-brand a:hover[b-ncaz3ei7ay] {
    transform: scale(1.05);
}

.brand-logo[b-ncaz3ei7ay] {
    height: 42px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 212, 255, 0.3));
    transition: all 0.3s ease;
}

.menu-brand a:hover .brand-logo[b-ncaz3ei7ay] {
    filter: drop-shadow(0 4px 12px rgba(0, 212, 255, 0.5)) brightness(1.1);
}

/* ?????????????????????????????????????????????????????????????????????????????
   CENTER: Menu Icons
   ????????????????????????????????????????????????????????????????????????????? */

.menu-center[b-ncaz3ei7ay] {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
}

/* ?????????????????????????????????????????????????????????????????????????????
   RIGHT: User Actions
   ????????????????????????????????????????????????????????????????????????????? */

.menu-actions[b-ncaz3ei7ay] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.action-btn[b-ncaz3ei7ay] {
    position: relative;
    width: 32px;
    height: 32px;
    border: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Ensure action button icons are always visible and styled correctly */
.action-btn i[b-ncaz3ei7ay],
.action-btn .bi[b-ncaz3ei7ay] {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}

.action-btn:hover[b-ncaz3ei7ay] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(6, 182, 212, 0.2) 100%);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
    border-color: rgba(59, 130, 246, 0.4);
}

.action-btn:hover i[b-ncaz3ei7ay],
.action-btn:hover .bi[b-ncaz3ei7ay] {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.notification-badge[b-ncaz3ei7ay] {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #ff4757, #ff6b81);
    border-radius: 50%;
    font-size: 8px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(255, 71, 87, 0.5);
}

.user-profile[b-ncaz3ei7ay] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.user-profile:hover[b-ncaz3ei7ay] {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(6, 182, 212, 0.15) 100%);
    border-color: rgba(59, 130, 246, 0.3);
}

.user-profile i[b-ncaz3ei7ay] {
    font-size: 16px;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ???????????????????????????????????????????????????????????????????????????
   USER PROFILE CARD - Horizontal Layout (Picture | Name/Role)
   ??????????????????????????????????????????????????????????????????????????? */

.user-profile-card[b-ncaz3ei7ay] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 6px 14px 6px 6px;
    cursor: pointer;
    border-radius: 25px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.user-profile-card:hover[b-ncaz3ei7ay] {
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(6, 182, 212, 0.15) 100%);
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(59, 130, 246, 0.2);
}

.user-avatar[b-ncaz3ei7ay] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    background: linear-gradient(145deg, 
        rgba(59, 130, 246, 0.4) 0%, 
        rgba(6, 182, 212, 0.35) 50%,
        rgba(139, 92, 246, 0.3) 100%);
    box-shadow: 
        0 3px 10px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(59, 130, 246, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.25);
    overflow: hidden;
}

.user-profile-card:hover .user-avatar[b-ncaz3ei7ay] {
    transform: scale(1.05);
    box-shadow: 
        0 6px 18px rgba(0, 0, 0, 0.25),
        0 0 25px rgba(59, 130, 246, 0.35),
        0 0 12px rgba(6, 182, 212, 0.25);
    border-color: rgba(59, 130, 246, 0.5);
}

.user-avatar img[b-ncaz3ei7ay] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.avatar-fallback[b-ncaz3ei7ay] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 50%, #8b5cf6 100%);
}

.avatar-fallback i[b-ncaz3ei7ay] {
    font-size: 20px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.avatar-initials[b-ncaz3ei7ay] {
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
}

.user-dropdown-arrow[b-ncaz3ei7ay] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 4px;
    transition: all 0.3s ease;
}

.user-profile-card:hover .user-dropdown-arrow[b-ncaz3ei7ay] {
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(1px);
}

/* ???????????????????????????????????????????????????????????????????????????
   USER DROPDOWN MENU
   ??????????????????????????????????????????????????????????????????????????? */

.user-dropdown-menu[b-ncaz3ei7ay] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 200px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.98) 0%, 
        rgba(248, 250, 252, 0.98) 100%);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.25),
        0 5px 15px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    padding: 8px 0;
    z-index: 10001;
    border: 1px solid rgba(0, 0, 0, 0.08);
    animation: dropdownFadeIn-b-ncaz3ei7ay 0.2s ease;
}

@keyframes dropdownFadeIn-b-ncaz3ei7ay {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-dropdown-menu[b-ncaz3ei7ay]::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    transform: rotate(45deg);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.03);
}

.user-dropdown-item[b-ncaz3ei7ay] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #374151;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.user-dropdown-item:hover[b-ncaz3ei7ay] {
    background: linear-gradient(90deg, 
        rgba(59, 130, 246, 0.12) 0%, 
        rgba(6, 182, 212, 0.08) 100%);
    color: #2563eb;
    padding-left: 20px;
}

.user-dropdown-item i[b-ncaz3ei7ay] {
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #6b7280;
    transition: all 0.2s ease;
}

.user-dropdown-item:hover i[b-ncaz3ei7ay] {
    color: #3b82f6;
    transform: scale(1.1);
}

.user-dropdown-item.logout[b-ncaz3ei7ay] {
    color: #EF4444;
}

.user-dropdown-item.logout i[b-ncaz3ei7ay] {
    color: #EF4444;
}

.user-dropdown-item.logout:hover[b-ncaz3ei7ay] {
    background: linear-gradient(90deg, 
        rgba(239, 68, 68, 0.1) 0%, 
        rgba(239, 68, 68, 0.05) 100%);
    color: #DC2626;
}

.user-dropdown-item.logout:hover i[b-ncaz3ei7ay] {
    color: #DC2626;
}

.user-dropdown-divider[b-ncaz3ei7ay] {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
    margin: 8px 12px;
}

.user-info[b-ncaz3ei7ay] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}

.user-name[b-ncaz3ei7ay] {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.user-role[b-ncaz3ei7ay] {
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    line-height: 1.2;
}

.user-profile-card:hover .user-name[b-ncaz3ei7ay] {
    color: #ffffff;
    background: linear-gradient(135deg, #00d4ff 0%, #f472b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.user-profile-card:hover .user-role[b-ncaz3ei7ay] {
    color: rgba(255, 255, 255, 0.8);
}

/* ?????????????????????????????????????????????????????????????????????????????
   MENU ITEMS (Inside Center)
   ????????????????????????????????????????????????????????????????????????????? */

[b-ncaz3ei7ay] .big-icon-menu {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 3px;
    flex-wrap: nowrap;
}

[b-ncaz3ei7ay] .menu-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    min-width: 80px;
    background: transparent;
    border: 1px solid transparent;
}

[b-ncaz3ei7ay] .menu-tile:hover {
    transform: translateY(-3px) scale(1.02);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 212, 255, 0.25);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

[b-ncaz3ei7ay] .menu-tile.active {
    background: linear-gradient(145deg, 
        rgba(0, 212, 255, 0.15) 0%, 
        rgba(124, 58, 237, 0.1) 100%);
    border-color: rgba(0, 212, 255, 0.3);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15);
}

[b-ncaz3ei7ay] .menu-tile.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: linear-gradient(90deg, #00d4ff, #7c3aed);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(0, 212, 255, 0.5);
}

/* ?????????????????????????????????????????????????????????????????????????????
   TILE ICON - Larger Size (+10px)
   ????????????????????????????????????????????????????????????????????????????? */

[b-ncaz3ei7ay] .tile-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
    position: relative;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

[b-ncaz3ei7ay] .menu-tile:hover .tile-icon {
    transform: scale(1.08);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.2),
        0 0 30px rgba(0, 212, 255, 0.15);
}

[b-ncaz3ei7ay] .menu-tile.active .tile-icon {
    transform: scale(0.98);
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
}

[b-ncaz3ei7ay] .tile-icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}

[b-ncaz3ei7ay] .menu-tile:hover .tile-icon-img {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

[b-ncaz3ei7ay] .tile-icon-fallback {
    font-size: 32px;
}

/* ?????????????????????????????????????????????????????????????????????????????
   TILE LABEL - Menu Text
   ????????????????????????????????????????????????????????????????????????????? */

[b-ncaz3ei7ay] .tile-label {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    transition: all 0.25s ease;
    white-space: nowrap;
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-ncaz3ei7ay] .menu-tile:hover .tile-label {
    color: #ffffff;
}

[b-ncaz3ei7ay] .menu-tile.active .tile-label {
    background: linear-gradient(90deg, #00d4ff, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 800;
}

/* ?????????????????????????????????????????????????????????????????????????????
   DROPDOWN MENU - Premium Glassmorphism
   ????????????????????????????????????????????????????????????????????????????? */

[b-ncaz3ei7ay] .tile-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    min-width: 220px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.98) 0%, 
        rgba(248, 250, 252, 0.98) 100%);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.25),
        0 5px 15px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    padding: 8px 0;
    z-index: 9999;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

[b-ncaz3ei7ay] .tile-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.03);
}

[b-ncaz3ei7ay] .menu-tile:hover .tile-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

[b-ncaz3ei7ay] .tile-dropdown-item {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 16px;
color: #374151;
text-decoration: none;
font-size: 13px;
font-weight: 500;
transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

[b-ncaz3ei7ay] .tile-dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, 
        rgba(0, 212, 255, 0.15) 0%, 
        rgba(124, 58, 237, 0.1) 100%);
    transition: width 0.3s ease;
}

[b-ncaz3ei7ay] .tile-dropdown-item:hover::before {
    width: 100%;
}

[b-ncaz3ei7ay] .tile-dropdown-item:hover {
    color: #7c3aed;
    padding-left: 28px;
}

[b-ncaz3ei7ay] .tile-dropdown-item i {
    font-size: 16px;
    width: 24px;
    text-align: center;
    color: #6b7280;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
}

[b-ncaz3ei7ay] .tile-dropdown-item:hover i {
    color: #00d4ff;
    transform: scale(1.1);
}

[b-ncaz3ei7ay] .tile-dropdown-item span {
    position: relative;
    z-index: 1;
}

[b-ncaz3ei7ay] .tile-dropdown-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.3), transparent);
    margin: 8px 16px;
}

/* ?????????????????????????????????????????????????????????????????????????????
   DROPDOWN HEADER
   ????????????????????????????????????????????????????????????????????????????? */

[b-ncaz3ei7ay] .tile-dropdown-header {
    padding: 8px 16px 4px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9CA3AF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 4px;
}

/* ?????????????????????????????????????????????????????????????????????????????
   3RD LEVEL SUBMENU - Nested Dropdown
   ????????????????????????????????????????????????????????????????????????????? */

[b-ncaz3ei7ay] .tile-dropdown-submenu {
    position: relative;
}

[b-ncaz3ei7ay] .tile-dropdown-submenu > .tile-dropdown-item.has-children {
    display: flex;
    justify-content: space-between;
    cursor: default;
}

[b-ncaz3ei7ay] .tile-dropdown-item .submenu-arrow {
    font-size: 10px;
    margin-left: auto;
    color: #9CA3AF;
    transition: all 0.2s ease;
}

[b-ncaz3ei7ay] .tile-dropdown-submenu:hover > .tile-dropdown-item .submenu-arrow {
    color: #7c3aed;
    transform: translateX(2px);
}

[b-ncaz3ei7ay] .tile-dropdown-children {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.98) 0%, 
        rgba(248, 250, 252, 0.98) 100%);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 6px 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-left: 4px;
}

[b-ncaz3ei7ay] .tile-dropdown-submenu:hover > .tile-dropdown-children {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* ?????????????????????????????????????????????????????????????????????????????
   COLORFUL SUBMENU ICONS
   ????????????????????????????????????????????????????????????????????????????? */

[b-ncaz3ei7ay] .tile-dropdown-item i[style*="color"] {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

[b-ncaz3ei7ay] .tile-dropdown-item:hover i[style*="color"] {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2)) brightness(1.1);
}

/* ?????????????????????????????????????????????????????????????????????????????
   RESPONSIVE DESIGN - Optimized for All Screens
   ????????????????????????????????????????????????????????????????????????????? */

@media (max-width: 1400px) {
    [b-ncaz3ei7ay] .tile-icon {
        width: 38px;
        height: 38px;
    }
    
    [b-ncaz3ei7ay] .tile-icon-img {
        width: 24px;
        height: 24px;
    }
    
    [b-ncaz3ei7ay] .menu-tile {
        min-width: 60px;
        padding: 3px 6px;
    }
    
    [b-ncaz3ei7ay] .tile-label {
        font-size: 8px;
    }
}

@media (max-width: 1200px) {
    .brand-text[b-ncaz3ei7ay] {
        font-size: 16px;
    }
    
    [b-ncaz3ei7ay] .tile-icon {
        width: 36px;
        height: 36px;
    }
    
    [b-ncaz3ei7ay] .tile-icon-img {
        width: 22px;
        height: 22px;
    }
    
    [b-ncaz3ei7ay] .menu-tile {
        min-width: 55px;
        padding: 3px 5px;
    }
    
    [b-ncaz3ei7ay] .tile-label {
        font-size: 7px;
        max-width: 55px;
    }
}

@media (max-width: 992px) {
    .unified-menu-bar[b-ncaz3ei7ay] {
        padding: 4px 10px;
    }
    
    .brand-text[b-ncaz3ei7ay] {
        font-size: 14px;
    }
    
    .user-profile span[b-ncaz3ei7ay] {
        display: none;
    }
    
    [b-ncaz3ei7ay] .tile-icon {
        width: 34px;
        height: 34px;
    }
    
    [b-ncaz3ei7ay] .tile-icon-img {
        width: 20px;
        height: 20px;
    }
    
    [b-ncaz3ei7ay] .menu-tile {
        min-width: 50px;
        padding: 2px 4px;
    }
}

@media (max-width: 768px) {
    .unified-menu-bar[b-ncaz3ei7ay] {
        flex-wrap: wrap;
        gap: 8px;
        padding: 6px 10px;
    }
    
    .menu-brand[b-ncaz3ei7ay] {
        order: 1;
    }
    
    .menu-actions[b-ncaz3ei7ay] {
        order: 2;
    }
    
    .menu-center[b-ncaz3ei7ay] {
        order: 3;
        width: 100%;
        justify-content: flex-start;
    }
    
    [b-ncaz3ei7ay] .big-icon-menu {
        justify-content: flex-start;
        gap: 2px;
    }
    
    [b-ncaz3ei7ay] .tile-icon {
        width: 32px;
        height: 32px;
    }
    
    [b-ncaz3ei7ay] .tile-icon-img {
        width: 18px;
        height: 18px;
    }
    
    [b-ncaz3ei7ay] .menu-tile {
        min-width: 45px;
    }
    
    [b-ncaz3ei7ay] .tile-label {
        font-size: 6px;
        max-width: 45px;
    }
    
    [b-ncaz3ei7ay] .tile-dropdown {
        left: 0;
        transform: translateX(0);
        min-width: 180px;
    }
    
    [b-ncaz3ei7ay] .menu-tile:hover .tile-dropdown {
        transform: translateX(0) translateY(0);
    }
}

/* ?????????????????????????????????????????????????????????????????????????????
   ANIMATION KEYFRAMES
   ????????????????????????????????????????????????????????????????????????????? */

@keyframes shimmer-b-ncaz3ei7ay {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes float-b-ncaz3ei7ay {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes glow-b-ncaz3ei7ay {
    0%, 100% { box-shadow: 0 0 20px rgba(0, 212, 255, 0.3); }
    50% { box-shadow: 0 0 40px rgba(124, 58, 237, 0.4); }
}

/* ═══════════════════════════════════════════════════════════════
   BRANCH SELECTOR - Header Branch Switcher
   ═══════════════════════════════════════════════════════════════ */

.branch-selector[b-ncaz3ei7ay],
.branch-indicator[b-ncaz3ei7ay] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.15) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.branch-selector:hover[b-ncaz3ei7ay] {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.35) 0%, rgba(5, 150, 105, 0.25) 100%);
    border-color: rgba(16, 185, 129, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.branch-indicator[b-ncaz3ei7ay] {
    cursor: default;
    opacity: 0.9;
}

.branch-selector i[b-ncaz3ei7ay],
.branch-indicator i[b-ncaz3ei7ay] {
    font-size: 14px;
    color: #10b981;
}

.branch-name[b-ncaz3ei7ay] {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.branch-arrow[b-ncaz3ei7ay] {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.branch-selector:hover .branch-arrow[b-ncaz3ei7ay] {
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(1px);
}

/* Branch Dropdown Menu */
.branch-dropdown-menu[b-ncaz3ei7ay] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 280px;
    background: linear-gradient(180deg, 
        rgba(255, 255, 255, 0.98) 0%, 
        rgba(248, 250, 252, 0.98) 100%);
    backdrop-filter: blur(20px);
    border-radius: 12px;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.25),
        0 5px 15px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    padding: 8px 0;
    z-index: 10001;
    border: 1px solid rgba(0, 0, 0, 0.08);
    animation: dropdownFadeIn-b-ncaz3ei7ay 0.2s ease;
}

.branch-dropdown-menu[b-ncaz3ei7ay]::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    transform: rotate(45deg);
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.03);
}

.branch-dropdown-header[b-ncaz3ei7ay] {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4px;
}

.branch-dropdown-item[b-ncaz3ei7ay] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 12px 16px;
    background: none;
    border: none;
    color: #374151;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
}

.branch-dropdown-item:hover[b-ncaz3ei7ay] {
    background: linear-gradient(90deg, 
        rgba(16, 185, 129, 0.12) 0%, 
        rgba(5, 150, 105, 0.08) 100%);
    color: #059669;
    padding-left: 20px;
}

.branch-dropdown-item i[b-ncaz3ei7ay] {
    font-size: 16px;
    color: #6b7280;
    transition: all 0.2s ease;
}

.branch-dropdown-item:hover i[b-ncaz3ei7ay] {
    color: #10b981;
}

.branch-dropdown-item.active[b-ncaz3ei7ay] {
    background: linear-gradient(90deg, 
        rgba(16, 185, 129, 0.15) 0%, 
        rgba(5, 150, 105, 0.1) 100%);
    color: #047857;
    font-weight: 600;
}

.branch-dropdown-item.active i[b-ncaz3ei7ay] {
    color: #10b981;
}

/* Responsive adjustments for branch selector */
@media (max-width: 1200px) {
    .branch-name[b-ncaz3ei7ay] {
        max-width: 80px;
    }
}

@media (max-width: 992px) {
    .branch-selector[b-ncaz3ei7ay],
    .branch-indicator[b-ncaz3ei7ay] {
        padding: 4px 10px;
        font-size: 11px;
    }

    .branch-name[b-ncaz3ei7ay] {
        max-width: 60px;
    }

    .branch-dropdown-menu[b-ncaz3ei7ay] {
        min-width: 240px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2heeoakhnq],
.components-reconnect-repeated-attempt-visible[b-2heeoakhnq],
.components-reconnect-failed-visible[b-2heeoakhnq],
.components-pause-visible[b-2heeoakhnq],
.components-resume-failed-visible[b-2heeoakhnq],
.components-rejoining-animation[b-2heeoakhnq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2heeoakhnq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2heeoakhnq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2heeoakhnq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2heeoakhnq],
#components-reconnect-modal.components-reconnect-retrying[b-2heeoakhnq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2heeoakhnq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2heeoakhnq],
#components-reconnect-modal.components-reconnect-failed[b-2heeoakhnq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2heeoakhnq] {
    display: block;
}


#components-reconnect-modal[b-2heeoakhnq] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-2heeoakhnq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2heeoakhnq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2heeoakhnq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2heeoakhnq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2heeoakhnq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2heeoakhnq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2heeoakhnq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2heeoakhnq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2heeoakhnq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2heeoakhnq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2heeoakhnq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2heeoakhnq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2heeoakhnq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2heeoakhnq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2heeoakhnq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2heeoakhnq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2heeoakhnq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2heeoakhnq {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ItemDefinition.razor.rz.scp.css */
/* ???????????????????????????????????????????????????????????????????????????
   ITEM DEFINITION - Color Selector Styles
   ??????????????????????????????????????????????????????????????????????????? */

/* Color Swatch - Small colored box */
.color-swatch[b-zs7cufdxf2] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

/* Color Selector Dropdown */
.color-selector-dropdown .form-select[b-zs7cufdxf2] {
    cursor: pointer;
}

/* Dropdown Menu Styling */
.color-dropdown-menu[b-zs7cufdxf2] {
    min-width: 100%;
    padding: 4px 0;
}

.color-dropdown-menu .dropdown-item[b-zs7cufdxf2] {
    padding: 8px 12px;
    font-size: 0.875rem;
    transition: background-color 0.15s ease;
}

.color-dropdown-menu .dropdown-item:hover[b-zs7cufdxf2] {
    background-color: #e9ecef;
}

.color-dropdown-menu .dropdown-item.active[b-zs7cufdxf2] {
    background-color: #0d6efd;
    color: white;
}

.color-dropdown-menu .dropdown-item.active .color-swatch[b-zs7cufdxf2] {
    border-color: white;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

/* Hover effect on swatch */
.color-dropdown-menu .dropdown-item:hover .color-swatch[b-zs7cufdxf2] {
    transform: scale(1.1);
    transition: transform 0.15s ease;
}

/* Text truncation */
.color-dropdown-menu .text-truncate[b-zs7cufdxf2] {
    max-width: 120px;
}

/* Dropdown divider */
.color-dropdown-menu .dropdown-divider[b-zs7cufdxf2] {
    margin: 4px 0;
    border-top: 1px solid #dee2e6;
}
