@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-6izfpeqxma] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-6izfpeqxma] {
    background-color: var(--app-primary);

}

    .top-row[b-6izfpeqxma]  a, .top-row .btn-link[b-6izfpeqxma] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-6izfpeqxma] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-6izfpeqxma] {
        display: none;
    }

    .top-row.auth[b-6izfpeqxma] {
        justify-content: space-between;
    }

    .top-row a[b-6izfpeqxma], .top-row .btn-link[b-6izfpeqxma] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6izfpeqxma] {
        flex-direction: row;
    }

    .sidebar[b-6izfpeqxma] {
        width: 250px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6izfpeqxma] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

}
/* /Shared/NavigationMenu.razor.rz.scp.css */
.nav-company-name[b-3elr5phf7u] {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 1.3rem;
    color: lightgray;
    display: flex;
    align-items: center;
    padding: 12px 26px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.toggle-btn > [class^="ri-"][b-3elr5phf7u] {
    color: white;
}

.stmenu-header-label[b-3elr5phf7u] {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 1.6rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.15s ease-in-out;
}

.stmenu-item-label[b-3elr5phf7u] {
    font-family: 'Roboto Mono', monospace;
    font-weight: 200;
    font-size: 13.5px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.15s ease-in-out;
}

.collapsed .stmenu-item-label[b-3elr5phf7u] {
    opacity: 0;
    width: 0;
}

.collapsed .stmenu-header-label[b-3elr5phf7u] {
    opacity: 0;
}

.collapsed .nav-company-name[b-3elr5phf7u] {
    opacity: 0;
    width: 0;
}

.mobile-top-bar[b-3elr5phf7u] {
    display: none;
}

.nav-container[b-3elr5phf7u] {
    height: 100vh;
    height: 100dvh;
    background-color: var(--app-primary);
    color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow: hidden;
    will-change: width;
    backface-visibility: hidden;
    perspective: 1000px;
    user-select: none;
}

    .nav-container.collapsed[b-3elr5phf7u] {
        width: 70px;
        transition: width 0.25s ease-out;
    }

    .nav-container.expanded[b-3elr5phf7u] {
        width: 240px;
        transition: width 0.25s ease-out;
    }

    .nav-container *[b-3elr5phf7u] {
        backface-visibility: hidden;
        perspective: 1000px;
    }

.nav-header[b-3elr5phf7u] {
    display: flex;
    align-items: center;
    padding: 8px 8px;
    /*border-bottom: 2px solid gray;*/
    gap: 10px;
    min-height: 70px;
}

.toggle-btn[b-3elr5phf7u] {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    font-size: 18px;
    flex-shrink: 0;
}

    .toggle-btn:active[b-3elr5phf7u], .toggle-btn:focus[b-3elr5phf7u] {
        background-color: var(--app-primary-hover);
        outline: none;
        box-shadow: 0 0 2px var(--app-primary-hover);
        border: none;
    }

@media (hover: hover) and (pointer: fine) {
    .toggle-btn:hover[b-3elr5phf7u] {
        background-color: var(--app-primary-hover);
    }
}

.app-title[b-3elr5phf7u] {
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.nav-menu[b-3elr5phf7u] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-top: 2px solid gray;
}

.nav-item[b-3elr5phf7u] {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 8px;
    margin: 2px 8px;
    gap: 12px;
    white-space: nowrap;
    background: transparent;
    border: none;
    min-height: 42px;
}

    .nav-item:hover[b-3elr5phf7u] {
        background-color: var(--app-primary-hover);
    }

    .nav-item:active[b-3elr5phf7u], .nav-item:focus[b-3elr5phf7u] {
        background-color: var(--app-primary-hover);
        outline: none;
        box-shadow: 0 0 2px white;
        border: none;
    }
    .nav-item.active[b-3elr5phf7u] {
        background-color: var(--app-primary-hover);
        font-weight: 500;
    }

.icon[b-3elr5phf7u] {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
}

.label[b-3elr5phf7u] {
    font-size: 14px;
    opacity: 1;
    transition: opacity 0.2s;
}

.collapsed .label[b-3elr5phf7u] {
    opacity: 0;
    width: 0;
}

.nav-footer[b-3elr5phf7u] {
    border-top: 2px solid gray;
    /*padding: 8px 0;*/
}

.overlay[b-3elr5phf7u] {
    display: none;
}

/* Scrollbar styling */
.nav-menu[b-3elr5phf7u]::-webkit-scrollbar {
    width: 6px;
}

.nav-menu[b-3elr5phf7u]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-menu[b-3elr5phf7u]::-webkit-scrollbar-thumb {
    background: #4a4a4a;
    border-radius: 3px;
}

    .nav-menu[b-3elr5phf7u]::-webkit-scrollbar-thumb:hover {
        background: #5a5a5a;
    }

/* Tablet/Small Desktop - overlay instead of push (768px - 1000px) */
@media (max-width: 1000px) {
    .overlay[b-3elr5phf7u] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 999;
        animation: fadeIn-b-3elr5phf7u 0.3s;
    }
    .toggle-btn[b-3elr5phf7u] {
        padding: 1px 16px;
    }
    .nav-header[b-3elr5phf7u] {
        justify-content: center;
    }
    @keyframes fadeIn-b-3elr5phf7u {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}

/* Mobile - top bar with slide-in menu (0px - 768px) */
@media (max-width: 768px) {
    .toggle-btn[b-3elr5phf7u] {
        padding: 1px 16px;
    }
    .mobile-top-bar[b-3elr5phf7u] {
        display: flex;
        align-items: center;
        gap: 12px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        min-height: 46px;
        background-color: var(--app-primary);
        color: white;
        padding: 0 8px;
        z-index: 1000;
        justify-content: space-between;
    }

    .nav-container .nav-header[b-3elr5phf7u] {
        display: none;
    }

    .nav-container[b-3elr5phf7u] {
        top: 46px;
        height: calc(100vh - 46px);
        height: calc(100dvh - 46px);
        transform: translateX(-100%);
    }

        .nav-container.collapsed[b-3elr5phf7u] {
            width: 70px;
            transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .nav-container.expanded[b-3elr5phf7u] {
            width: 240px;
            transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transform: translateX(0);
        }

            .nav-container.expanded .label[b-3elr5phf7u] {
                opacity: 1;
                width: auto;
            }

            .nav-container.expanded .stmenu-item-label[b-3elr5phf7u] {
                opacity: 1;
                width: auto;
            }

            .nav-container.expanded .nav-company-name[b-3elr5phf7u] {
                opacity: 1;
                width: auto;
            }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wfbuzjodd7] {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    font-size: 18px;
    flex-shrink: 0;
}

    .navbar-toggler:hover[b-wfbuzjodd7] {
        background-color: var(--app-primary-hover);
    }

    .navbar-toggler:active[b-wfbuzjodd7], .navbar-toggler:focus[b-wfbuzjodd7] {
        outline: none;
        box-shadow: 0 0 2px var(--app-primary-hover);
        border: none;
    }
.top-row[b-wfbuzjodd7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wfbuzjodd7] {
    font-size: 1.1rem;
}

.user-name[b-wfbuzjodd7] {
    color: white;
    font-size: 0.9rem;
}
.oi[b-wfbuzjodd7] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-wfbuzjodd7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    transition: background-color 0.2s;
}

    .nav-item:first-of-type[b-wfbuzjodd7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wfbuzjodd7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wfbuzjodd7]  a {
        color: var(--app-primary);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wfbuzjodd7]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-wfbuzjodd7]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wfbuzjodd7] {
        display: none;
    }

    .collapse[b-wfbuzjodd7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */

@keyframes fadein-b-qp5bz9yzk0 {
    from {
        right: -100%;
    }

    to {
        right: 1.5rem;
    }
}
