/* _content/ICFLManager/Components/Layout/MainLayout.razor.rz.scp.css */
.icfl-shell[b-xe3amk47s5] {
    min-height: 100vh;
    background: #f7f8fb;
    color: #3e5569;
}

.topbar[b-xe3amk47s5] {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    height: 70px;
    background: #fff;
    box-shadow: 1px 0 7px rgba(0, 0, 0, .05);
}

.top-navbar[b-xe3amk47s5] {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px 0 0;
}

.navbarheader[b-xe3amk47s5] {
    width: 250px;
    height: 70px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
    border-right: 1px solid #edf2f9;
    position: relative;
}

.nav-toggler[b-xe3amk47s5] {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: #6c757d;
    text-decoration: none;
}

.logo-container img[b-xe3amk47s5] {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.company-block[b-xe3amk47s5] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.company-name[b-xe3amk47s5] {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2b3a4a;
    font-size: 13px;
    font-weight: 700;
}

.company-path[b-xe3amk47s5] {
    color: #8795a1;
    font-size: 11px;
    font-weight: 500;
}

.topbar-actions[b-xe3amk47s5] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.icon-button[b-xe3amk47s5] {
    position: relative;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #6c757d;
}

.notify-no[b-xe3amk47s5] {
    position: absolute;
    top: 6px;
    right: 4px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #5f76e8;
    color: white;
    font-size: 11px;
    line-height: 18px;
}

.user-chip[b-xe3amk47s5] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #343a40;
    font-size: 14px;
    font-weight: 600;
}

.user-chip img[b-xe3amk47s5] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.left-sidebar[b-xe3amk47s5] {
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 250px;
    background: #fff;
    border-right: 1px solid #edf2f9;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .04);
    overflow-y: auto;
}

.page-wrapper[b-xe3amk47s5] {
    min-height: 100vh;
    margin-left: 250px;
    padding-top: 70px;
}

.container-fluid[b-xe3amk47s5] {
    padding: 24px 28px;
}

.material-symbol[b-xe3amk47s5] {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 780px) {
    .topbar[b-xe3amk47s5] { height: auto; position: sticky; }
    .top-navbar[b-xe3amk47s5] { min-height: 70px; height: auto; flex-wrap: wrap; padding: 0 12px; }
    .navbarheader[b-xe3amk47s5] { width: 100%; border-right: 0; }
    .topbar-actions[b-xe3amk47s5] { width: 100%; justify-content: flex-end; padding-bottom: 10px; }
    .left-sidebar[b-xe3amk47s5] { position: static; width: 100%; height: auto; }
    .page-wrapper[b-xe3amk47s5] { margin-left: 0; padding-top: 0; }
}

#blazor-error-ui[b-xe3amk47s5] {
    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-xe3amk47s5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ICFLManager/Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-nav[b-6cfiyio760] {
    padding: 10px 0 50px;
}

#sidebarnav[b-6cfiyio760] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-small-cap[b-6cfiyio760] {
    padding: 18px 26px 8px;
    color: #a6b7bf;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-item[b-6cfiyio760] {
    margin: 1px 10px;
}

.sidebar-link[b-6cfiyio760] {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 16px;
    border-radius: 4px;
    color: #3e5569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-link:hover[b-6cfiyio760] {
    color: #5f76e8;
    background: #f2f5ff;
}

.sidebar-link.active[b-6cfiyio760] {
    color: #fff;
    background: #5f76e8;
    box-shadow: 0 4px 12px rgba(95, 118, 232, .24);
}

.sidebar-link .material-symbol[b-6cfiyio760] {
    font-size: 21px;
}

.hide-menu[b-6cfiyio760] {
    white-space: nowrap;
}
