/* _content/AppliedAccounts/Component/ShowBrowseWindow.razor.rz.scp.css */
/* Modal enhancements */
.modal-content[b-er4cfcncmr] {
    background-color: #fefefe; /* Soft light background */
    border-radius: 12px; /* Rounded corners */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); /* Soft shadow */
    border: none;
}

/* Table enhancements */
.table[b-er4cfcncmr] {
    background-color: #ffffff; /* Soft white background */
    border-radius: 8px;
    overflow: hidden;
}

    .table th[b-er4cfcncmr] {
        background-color: #f8f9fa; /* Light gray header */
        color: #495057;
        font-weight: 500;
        border-bottom: 2px solid #e9ecef;
    }

    .table td[b-er4cfcncmr] {
        background-color: #ffffff;
        color: #495057;
    }

.table-striped tbody tr:nth-of-type(odd)[b-er4cfcncmr] {
    background-color: #fdfdfd; /* Very light striping */
}

/* Button enhancements */
.btn-link[b-er4cfcncmr] {
    color: #0d6efd; /* Bootstrap primary blue */
    transition: color 0.2s;
}

    .btn-link:hover[b-er4cfcncmr] {
        color: #0056b3;
        text-decoration: none;
    }

/* Input enhancements */
.modal-header .form-control[b-er4cfcncmr] {
    border-radius: 8px;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
}

/* Footer button */
.modal-footer .btn-close[b-er4cfcncmr] {
    background-color: #f8f9fa;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
/* _content/AppliedAccounts/Layouts/MainLayout.razor.rz.scp.css */
.page[b-jbsdl8vhvu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jbsdl8vhvu] {
    flex: 1;
}

.sidebar[b-jbsdl8vhvu] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jbsdl8vhvu] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jbsdl8vhvu]  a, .top-row .btn-link[b-jbsdl8vhvu] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-jbsdl8vhvu] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-jbsdl8vhvu] {
        display: none;
    }

    .top-row.auth[b-jbsdl8vhvu] {
        justify-content: space-between;
    }

    .top-row a[b-jbsdl8vhvu], .top-row .btn-link[b-jbsdl8vhvu] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jbsdl8vhvu] {
        flex-direction: row;
    }

    .sidebar[b-jbsdl8vhvu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jbsdl8vhvu] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-jbsdl8vhvu], article[b-jbsdl8vhvu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AppliedAccounts/Layouts/PageLayout.razor.rz.scp.css */

.pageLayout[b-p5sz3uxulx] {
    position: sticky;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    padding: 5px;
}

.home-link[b-p5sz3uxulx] {
    position: absolute;
    left: 10px;
}

.title[b-p5sz3uxulx] {
    font-weight: bold;
}
/* _content/AppliedAccounts/Pages/Menu/MainMenu.razor.rz.scp.css */



.btn-Menu[b-x8a4868k0i] {
    display: block;
    width: calc(var(--sidebar-width) - 20px);
    text-align: left;
    padding: 10px 15px;
    border: none;
    background: none;
    color: #1b00d4;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: "Exo 2", sans-serif; /*Montserrat, sans-serif;*/
    font-size: 16px;
    margin: 5px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    min-width: 120px;
    max-width: 120px;
}

    .btn-Menu:hover[b-x8a4868k0i] {
        transform: rotate(5deg); /* Rotates the button by 15 degrees */
        background-color: #d8e3ed;
        color: #000;
    }


.sidebar[b-x8a4868k0i] {
    min-width: var(--sidebarMin_Width);
    max-width: var(--sidebarMax_Width);
    height: auto;
    min-height:100vh;
    background-color:azure;
    margin:0px;
    
    padding-left:10px;
    padding-top:10px;
}

.mw[b-x8a4868k0i] {
    min-width: var(--sidebarMnu_Width);
    max-width: var(--sidebarMnu_Width);
}

.subMenu[b-x8a4868k0i] {
    min-width: var(--sidebarMnu_Width);
    max-width: var(--sidebarMnu_Width);
    margin-left: 25px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: darkred
}
/* _content/AppliedAccounts/Pages/Menu/MenuCard.razor.rz.scp.css */
body[b-mcd6ve14a9] {
}


/* -----card styling------ */

@media screen and (min-width: 768px) {
    .cart-image[b-mcd6ve14a9] {
        height: 100px;
        width: 130px;
    }
}

@media screen and (max-width: 540px) {
    .cart-image[b-mcd6ve14a9] {
        width: 100%;
        height: auto;
    }
}
/* _content/AppliedAccounts/Pages/Sale/SaleInvoice.razor.rz.scp.css */
body[b-775pitonct] {
}


.group1[b-775pitonct]{
    background-color:aliceblue;
    padding:5px;
}

.group2[b-775pitonct]{
    background-color:antiquewhite;
    padding:5px;
}

/* _content/AppliedAccounts/Shared/AppHeader.razor.rz.scp.css */

:root[b-4g1cl5rsug] {
    --height-Heading: 75px;
    --height-SubHeading: 20px;
    --height-NavMenu: auto;
}

.left-side[b-4g1cl5rsug]{
    left:0px;
    top:0px;
    width:220px;
    height:100vh;
    background-color:lightcyan;

}

.right-side[b-4g1cl5rsug]{
    left:220px;
    top:0px;
    width:100%;
    height:100vh;
    background-color:lightsteelblue
}

.AppHeader[b-4g1cl5rsug] {
    text-align: center;
    padding: 20px;
    height: var(--height-Heading);
    background-color: aliceblue;
    justify-content: center;
    justify-items: center;
    align-items: center;
    display: flex;
}

.SubHeading[b-4g1cl5rsug] {
    width: 100%;
    text-align: center;
    padding-top: 1px;
    padding-right: 5px;
    margin: 0px;
    height: var(--height-SubHeading);
    background-color: burlywood;
    display: flex;
    font-size: small;
}

.AppTitle[b-4g1cl5rsug] {
    color: brown;
    font-size: xx-large;
    font-family: Calibri;
}


.footer[b-4g1cl5rsug] {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    font-family: 'Berlin Sans FB';
    background-color: linen; 
    text-align: center; 
    padding: 10px; 
    opacity: .5;
}

.merienda-font[b-4g1cl5rsug] {
    font-family: "Eczar", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.gradient-container[b-4g1cl5rsug] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    text-align: center;
}

    .gradient-container h1[b-4g1cl5rsug] {
        font-size: clamp(2rem, 5vw, 4rem); /* Responsive font size */
    }
/* _content/AppliedAccounts/Shared/PageErrors.razor.rz.scp.css */
body[b-joh77t0tnv] {
}


.alert[b-joh77t0tnv] {
    height: 35px;
    font-size: small;
    margin: 1px;
    padding: 1px;
}

.messages[b-joh77t0tnv] {
    margin-Top: 5px;
    margin-bottom: 5px;
}
