/* _content/CMSBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yy2y1nzsfg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yy2y1nzsfg] {
    flex: 1;
}

.sidebar[b-yy2y1nzsfg] {
    background: #272533;
}


@media (min-width: 641px) {
    .page[b-yy2y1nzsfg] {
        flex-direction: row;
    }

    .sidebar[b-yy2y1nzsfg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* _content/CMSBlazor/Components/Layout/NavMenu.razor.rz.scp.css */

.top-row[b-02pzeocrv5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}


[b-02pzeocrv5] .rz-panel-menu {
    /* --- Base Menu Appearance --- */
    --rz-panel-menu-item-color: #dcdcdc; /* Default text AND icon color for all levels */
    --rz-panel-menu-item-background-color: transparent; /* Make item background transparent */
    --rz-panel-menu-icon-color: #dcdcdc;
    --rz-panel-menu-icon-font-size: 1.1rem;
    --rz-panel-menu-item-hover-background-color: #3a384a; /* Background on hover */
    --rz-panel-menu-item-hover-color: #dcdcdc; /* Text/icon color on hover */
    --rz-panel-menu-item-active-background-color: #3a384a; /* Background when active/expanded */
    --rz-panel-menu-item-active-color: #dcdcdc; /* Text/icon color when active/expanded */
    /* --- 2nd level items  --- */
    --rz-panel-menu-item-2nd-level-background-color: #272533;
    --rz-panel-menu-item-2nd-level-color: #dcdcdc;
    --rz-panel-menu-item-2nd-level-hover-background-color: #3a384a; /* Background on hover */
    --rz-panel-menu-item-2nd-level-hover-color: #dcdcdc; /* Text/icon color on hover */
    --rz-panel-menu-item-2nd-level-active-color: #dcdcdc;
    --rz-panel-menu-item-2nd-level-active-background-color: #3a384a;
    --rz-panel-menu-item-2nd-level-offset: 4.75rem;
    --rz-panel-menu-item-border: 0rem;
}



/* _content/CMSBlazor/Components/Pages/Configuration/PosPlates.razor.rz.scp.css */
.header[b-zabr274js4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .header h1[b-zabr274js4] {
        font-weight: bold;
        margin-left: 20px;
    }

    .header button[b-zabr274js4] {
        margin-right: 20px;
    }
/* _content/CMSBlazor/Components/Pages/Employees/Employees.razor.rz.scp.css */
body[b-6yowmpxjyf] {
}

.header[b-6yowmpxjyf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .header h1[b-6yowmpxjyf] {
        font-weight: bold;
        margin-left: 20px;
    }

    .header button[b-6yowmpxjyf] {
        margin-right: 20px;
    }
/* _content/CMSBlazor/Components/Pages/FoodCost/FoodCost.razor.rz.scp.css */
.header[b-usuzvpkfay] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .header h1[b-usuzvpkfay] {
        font-weight: bold;
        margin-left: 20px;
    }

    .header button[b-usuzvpkfay] {
        margin-right: 20px;
    }
/* _content/CMSBlazor/Components/Pages/Inventory/Stock.razor.rz.scp.css */
body[b-khbk2mfl0q] {
}


/* _content/CMSBlazor/Components/Pages/Inventory/StockOperations.razor.rz.scp.css */
body[b-4h25trvak7] {
}

.header[b-4h25trvak7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .header h1[b-4h25trvak7] {
        font-weight: bold;
        margin-left: 20px;
    }

    .header button[b-4h25trvak7] {
        margin-right: 20px;
    }

.center-screen[b-4h25trvak7] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
}
/* _content/CMSBlazor/Components/Pages/Invoices/AddInvoice.razor.rz.scp.css */
/* _content/CMSBlazor/Components/Pages/Invoices/EditInvoice.razor.rz.scp.css */
.container[b-mmdbt3sgin] {
    margin-left: 20px; /* Set left margin */
    padding-top: 20px; /* Optional: Add padding to the top if needed */
}

.button-container[b-mmdbt3sgin] {
    margin-left: 40px;
}

.button-default[b-mmdbt3sgin],
.button-green[b-mmdbt3sgin] {
    /* Button styles */
    margin: 0 5px; /* Adjust the gap between buttons */
}


.button-default[b-mmdbt3sgin],
.button-green[b-mmdbt3sgin] {
    margin-top: 20px; /* Adjust margin as needed */
}


.form-group[b-mmdbt3sgin] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .form-group label[b-mmdbt3sgin] {
        min-width: 120px; /* Adjust label width as needed */
        margin-right: 10px;
    }

.small-textbox[b-mmdbt3sgin] {
    width: 150px; /* Adjust the width as needed */
}
/* _content/CMSBlazor/Components/Pages/Invoices/Invoices.razor.rz.scp.css */
body[b-5o61uoqqaf] {
    background: #272533;
    color: white;
}

/*----------Stats--------*/
.header[b-5o61uoqqaf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .header h1[b-5o61uoqqaf] {
        font-weight: bold;
        margin-left: 20px;
    }

    .header button[b-5o61uoqqaf]{
        margin-right : 20px;
    }

.stats[b-5o61uoqqaf] {
    padding: 20px;
    margin-bottom: 20px; /* Add spacing between stats and grid */
    display: flex;
    justify-content: space-between;
}

    .stats .column p:first-child[b-5o61uoqqaf] {
        font-style: italic;
    }

    .stats .column p:last-child[b-5o61uoqqaf] {
        font-size: 18px; 
    }

.column[b-5o61uoqqaf] {
    flex: 1;
    margin: 0 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}
/*-------------------------*/

/* ----Line and buttons------- */
.horizontal-line[b-5o61uoqqaf] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.line[b-5o61uoqqaf] {
    border-top: 1px solid black;
    width: 100%;
}

.buttons[b-5o61uoqqaf] {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.button-left[b-5o61uoqqaf], .button-right[b-5o61uoqqaf] {
    /* Common button styles */
    background-color: #ADD8E6; /* Light blue */
    color: #000; /* Black text */
    border: none;
    border-radius: 6px;
    padding: 12px 14px;
    cursor: pointer;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    margin-right: 10px; /* Add some space between the buttons */
}

    .button-left.selected[b-5o61uoqqaf], .button-right.selected[b-5o61uoqqaf] {
        /* Selected button styles */
        background-color: #00008B; /* Dark blue */
        color: white; /* White text */
    }

    .button-left:hover[b-5o61uoqqaf], .button-right:hover[b-5o61uoqqaf] {
        /* Hover styles */
        background-color: #87CEEB; /* Medium blue on hover */
    }

    .button-left:active[b-5o61uoqqaf], .button-right:active[b-5o61uoqqaf] {
        /* Active state styles */
        opacity: 0.7;
    }


/*-------------------------*/


/*------ Grid -------------*/
.grid[b-5o61uoqqaf]{
    margin-top: 30px;
}

.button-red[b-5o61uoqqaf] {
    transform: scale(0.7);
}

[b-5o61uoqqaf] thead .date {
    width: 10rem;
}

/* Subtle stripe effect */
[b-5o61uoqqaf] tr:nth-child(even) {
    background: rgba(255,255,255,0.7);
}

/* Column title */
[b-5o61uoqqaf] .quickgrid .col-title {
    font-weight: bold;
    text-transform: uppercase;
}

.paid[b-5o61uoqqaf] {
    background-color: green;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.notpaid[b-5o61uoqqaf] {
    background-color: orange;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.expired[b-5o61uoqqaf] {
    background-color: red;
    color: white;
    border-radius: 5px;
    text-align: center;
}
/*-------------------------*/




/* _content/CMSBlazor/Components/Pages/Orders/Orders.razor.rz.scp.css */
.header[b-lgg6pe05al] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .header h1[b-lgg6pe05al] {
        font-weight: bold;
        margin-left: 20px;
    }

    .header button[b-lgg6pe05al] {
        margin-right: 20px;
    }
/* _content/CMSBlazor/Components/Pages/Products/AddProduct.razor.rz.scp.css */
.container[b-j91wgg4uxz] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-container[b-j91wgg4uxz] {
    width: 400px; /* Adjust as needed */
}

.form-group[b-j91wgg4uxz] {
    margin-bottom: 15px;
}

label[b-j91wgg4uxz] {
    display: block;
    margin-bottom: 5px;
}

.button-container[b-j91wgg4uxz] {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

    .button-container button[b-j91wgg4uxz] {
        width: 45%; /* Adjust as needed */
    }

.small-textbox[b-j91wgg4uxz] {
    width: 100px; /* Adjust as needed */
}

.form-control[b-j91wgg4uxz] {
    width: 100%;
}
/* _content/CMSBlazor/Components/Pages/Products/EditProduct.razor.rz.scp.css */
.container[b-e1v0bs9flz] {
    margin-left: 20px; /* Set left margin */
    padding-top: 20px; /* Optional: Add padding to the top if needed */
}

.button-container[b-e1v0bs9flz] {
    margin-left: 40px;
}

.button-default[b-e1v0bs9flz],
.button-green[b-e1v0bs9flz] {
    /* Button styles */
    margin: 0 5px; /* Adjust the gap between buttons */
}


.button-default[b-e1v0bs9flz],
.button-green[b-e1v0bs9flz] {
    margin-top: 20px; /* Adjust margin as needed */
}


.form-group[b-e1v0bs9flz] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .form-group label[b-e1v0bs9flz] {
        min-width: 120px; /* Adjust label width as needed */
        margin-right: 10px;
    }

.small-textbox[b-e1v0bs9flz] {
    width: 150px; /* Adjust the width as needed */
}
/* _content/CMSBlazor/Components/Pages/Products/Products.razor.rz.scp.css */
body[b-eaeh6o4dow] {
}

.header[b-eaeh6o4dow] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

    .header h1[b-eaeh6o4dow] {
        font-weight: bold;
        margin-left: 20px;
    }

    .header button[b-eaeh6o4dow] {
        margin-right: 20px;
    }


/* ----Line and buttons------- */
.horizontal-line[b-eaeh6o4dow] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.line[b-eaeh6o4dow] {
    border-top: 1px solid black;
    width: 100%;
}

.buttons[b-eaeh6o4dow] {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

.button-left[b-eaeh6o4dow], .button-right[b-eaeh6o4dow] {
    /* Common button styles */
    background-color: #ADD8E6; /* Light blue */
    color: #000; /* Black text */
    border: none;
    border-radius: 6px;
    padding: 12px 14px;
    cursor: pointer;
    font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    text-align: center;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    margin-right: 10px; /* Add some space between the buttons */
}

    .button-left.selected[b-eaeh6o4dow], .button-right.selected[b-eaeh6o4dow] {
        /* Selected button styles */
        background-color: #00008B; /* Dark blue */
        color: white; /* White text */
    }

    .button-left:hover[b-eaeh6o4dow], .button-right:hover[b-eaeh6o4dow] {
        /* Hover styles */
        background-color: #87CEEB; /* Medium blue on hover */
    }

    .button-left:active[b-eaeh6o4dow], .button-right:active[b-eaeh6o4dow] {
        /* Active state styles */
        opacity: 0.7;
    }


/*-------------------------*/

.grid[b-eaeh6o4dow] {
    margin-top: 30px;
}
/* _content/CMSBlazor/Components/Pages/Suppliers/SupplierDetail.razor.rz.scp.css */
body[b-3elrlfr87b] {
}

.info[b-3elrlfr87b]{
    margin-bottom:30px;
}

.paid[b-3elrlfr87b] {
    background-color: green;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.notpaid[b-3elrlfr87b] {
    background-color: orange;
    color: white;
    border-radius: 5px;
    text-align: center;
}

.expired[b-3elrlfr87b] {
    background-color: red;
    color: white;
    border-radius: 5px;
    text-align: center;
}
/* _content/CMSBlazor/Components/Pages/Suppliers/Suppliers.razor.rz.scp.css */
body[b-htgiltfzwk] {
}

.header[b-htgiltfzwk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

    .header h1[b-htgiltfzwk] {
        font-weight: bold;
        margin-left: 20px;
    }

    .header button[b-htgiltfzwk] {
        margin-right: 20px;
    }



.search[b-htgiltfzwk] {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 30px;
}



