/* /Components/MenuHeader.razor.rz.scp.css */
/* /Layout/EmptyLayout.razor.rz.scp.css */
.food-bag-top-nav[b-w04ko7yae4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 0;
    height: 50px;
}

.nav-tabs[b-w04ko7yae4] {
    display: flex;
    height: 100%;
}

.nav-tab[b-w04ko7yae4] {
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.nav-tab:hover[b-w04ko7yae4] {
    background-color: #444;
}

.nav-tab.active[b-w04ko7yae4] {
    background-color: #555;
    font-weight: bold;
}

.user-profile[b-w04ko7yae4] {
    margin-right: 15px;
}

.food-bag-content[b-w04ko7yae4] {
    padding: 20px;
}

.accordion-item[b-w04ko7yae4] {
    background-color: transparent;
}

.drawer-container[b-w04ko7yae4] {
    background-color: #00423a;
}

.brand-logo[b-w04ko7yae4] {
    width: 100px;
    height: 100px;
}

.nav-link[b-w04ko7yae4] {
    display: flex;
    gap: 5px;
} 
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-9vy0wnf108] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9vy0wnf108] {
    flex: 1;
}

.sidebar[b-9vy0wnf108] {
    background-color: #00423A;
    padding: 10px;
}

@media (min-width: 641px) {
    .page[b-9vy0wnf108] {
        flex-direction: row;
    }

    .sidebar[b-9vy0wnf108] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

.bi[b-9vy0wnf108] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}
/* /Pages/Customers/Customers.ResetPassword.razor.rz.scp.css */
body[b-wew2ikbjuv] {
    
}

.k-validation-summary[b-wew2ikbjuv] {
    white-space: pre-line;
}
