/* _content/IGPOSCore/Components/Layout/BreadcrumbHeader.razor.rz.scp.css */
.breadcrumb-header[b-zdtv733ltq] {
    background: #f5f5f5; /* Light gray background */
    border-bottom: 1px solid #e0e0e0;
    color: #1a365d; /* Immix Group navy blue */
    font-size: 0.875rem;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}

.breadcrumb-header .container-fluid[b-zdtv733ltq] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem;
    min-height: 40px;
    padding: 0.5rem 50px;
    margin: 0;
}

@media (min-width: 1200px) {
    .breadcrumb-header .container-fluid[b-zdtv733ltq] {
        padding: 0.5rem 85px;
    }
}

.crumb-container[b-zdtv733ltq] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.crumb[b-zdtv733ltq] {
    text-decoration: none;
    color: #1a365d; /* Immix Group navy blue */
    padding: 0 0.5rem;
    border-radius: 4px;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.crumb:not(.active):hover[b-zdtv733ltq] {
    background-color: rgba(26, 54, 93, 0.1);
    text-decoration: none;
    color: #0f264c; /* Slightly darker blue on hover */
}

.crumb.active[b-zdtv733ltq] {
    font-weight: 600;
    color: #1a365d; /* Immix Group navy blue */
    cursor: default;
    padding: 0 0.5rem;
}

.sep[b-zdtv733ltq] {
    color: #9ca3af;
    font-size: 0.75em;
    margin: 0 0.25rem;
    user-select: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .breadcrumb-header .container-fluid[b-zdtv733ltq] {
        padding: 0.5rem 1rem;
        font-size: 0.8125rem;
    }
    
    .crumb[b-zdtv733ltq] {
        padding: 0.2rem 0.4rem;
    }
}

/* Focus styles for accessibility */
.crumb:focus-visible[b-zdtv733ltq] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}
/* _content/IGPOSCore/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-tmxykdfwuq] {
    flex: 1;
}

/* The header containing NavMenu is sticky for desktop */
.site-header[b-tmxykdfwuq] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
}

#blazor-error-ui[b-tmxykdfwuq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-tmxykdfwuq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* _content/IGPOSCore/Components/Layout/MiddleHeader.razor.rz.scp.css */
.middle-header[b-9oeiov0lms] {
    background: #29272A; /* requested dark */
    color: #ffffff;
    font-size: 18px;
}

.middle-header .container-fluid[b-9oeiov0lms] {
    display: flex;
    align-items: flex-end; /* allow bottom margin on links to be visible */
    gap: 1.25rem;
    min-height: 48px;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    padding: 0 50px; /* use padding to avoid overflow */
}

@media (min-width: 1200px) {
    .middle-header .container-fluid[b-9oeiov0lms] {
        padding: 0 85px;
    }
}

.middle-header .brand[b-9oeiov0lms] {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-right: 0.5rem;
    align-self: center; /* vertically center brand within the 48px header */
}

/* Scope nav look to middle header */
.middle-header .nav-horizontal[b-9oeiov0lms] {
    display: flex;
    gap: 1rem;
}

.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link,
.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link:link,
.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link:visited,
.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link:hover,
.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link:focus,
.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link:active,
.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link.active {
    color: #ffffff !important;
    background-color: transparent !important;
    text-decoration: none !important;
    border-bottom: 1px solid #c53030 !important; /* always show red underline */
    font-size: 16px !important; /* nav link text size */
    margin: 0 0 5px 0 !important; /* 5px bottom margin */
    /* shift text 3px closer to the bottom border */
    padding-top: calc(0.4rem + 3px) !important;
    padding-bottom: calc(0.4rem - 3px) !important;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    display: inline-block;
}

.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link:hover,
.middle-header .nav-horizontal[b-9oeiov0lms]  a.nav-link:focus {
    color: #ffffff !important;
    background-color: transparent !important;
    border-bottom-color: #ef4444 !important; /* brighter on hover */
}

.middle-header .nav-horizontal[b-9oeiov0lms]  a.active {
    color: #ffffff !important;
    background-color: transparent !important;
    border-bottom-color: #c53030 !important; /* keep same red for active */
}
/* _content/IGPOSCore/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-horizontal[b-n2b4p51tek] {
    display: flex;
    gap: 1.25rem;
}
/* Link colors, underline, and states are controlled by the parent header CSS */
@media (max-width: 640.98px) {
    .nav-horizontal[b-n2b4p51tek] {
        width: 100%;
        gap: 1rem;
    }
}
/* _content/IGPOSCore/Components/Layout/TopHeader.razor.rz.scp.css */
.top-header[b-k0bjgggi9x] {
    background: #000000;
    color: #ffffff;
}

.top-header .container-fluid[b-k0bjgggi9x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    flex-wrap: wrap;
    row-gap: 0.5rem;
    padding: 0 50px; /* use padding to avoid overflow */
}

@media (min-width: 1200px) {
    .top-header .container-fluid[b-k0bjgggi9x] {
        padding: 0 85px;
    }
}

.left[b-k0bjgggi9x] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
}

.arrow-link[b-k0bjgggi9x] {
    text-decoration: none;
    color: #ffffff;
    flex-shrink: 0;
}

.arrow-logo[b-k0bjgggi9x] {
    font-family: 'ArrowDisplayRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
}

/* Ensure the SVG logo fits the 60px header nicely */
.arrow-logo svg[b-k0bjgggi9x] {
    height: 20px;
    width: auto;
    display: block;
}

.right[b-k0bjgggi9x] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-profile[b-k0bjgggi9x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.user-info[b-k0bjgggi9x] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.user-name[b-k0bjgggi9x] {
    color: #ffffff;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.2;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-title[b-k0bjgggi9x] {
    color: #cccccc;
    font-size: 0.75rem;
    line-height: 1.2;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.website-title[b-k0bjgggi9x] {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    flex-shrink: 0;
}
