/* /Components/Authentication/CashierLogin.razor.rz.scp.css */
.login-container[b-455zrwc0fx] {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.form-group[b-455zrwc0fx] {
    margin-bottom: 15px;
}

.form-control[b-455zrwc0fx] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn[b-455zrwc0fx] {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
}

    .btn:hover[b-455zrwc0fx] {
        background-color: #0056b3;
    }


.loading-overlay[b-455zrwc0fx] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Make sure it overlays everything */
}

.spinner-border[b-455zrwc0fx] {
    width: 3rem;
    height: 3rem;
}
/* /Components/Authentication/Login.razor.rz.scp.css */
.login-container[b-hb87j83mrc] {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.form-group[b-hb87j83mrc] {
    margin-bottom: 15px;
}

.form-control[b-hb87j83mrc] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn[b-hb87j83mrc] {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
}

    .btn:hover[b-hb87j83mrc] {
        background-color: #0056b3;
    }


.loading-overlay[b-hb87j83mrc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Make sure it overlays everything */
}

.spinner-border[b-hb87j83mrc] {
    width: 3rem;
    height: 3rem;
}
/* /Components/Authentication/RegisterPage.razor.rz.scp.css */
.login-container[b-c536i0uewc] {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.form-group[b-c536i0uewc] {
    margin-bottom: 15px;
}

.form-control[b-c536i0uewc] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn[b-c536i0uewc] {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
}

    .btn:hover[b-c536i0uewc] {
        background-color: #0056b3;
    }


.loading-overlay[b-c536i0uewc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Make sure it overlays everything */
}

.spinner-border[b-c536i0uewc] {
    width: 3rem;
    height: 3rem;
}
/* /Components/Expenses/ExpensesDG.razor.rz.scp.css */
.selected[b-pyqo89nhve] {
    background-color: #D3D3D3 !important;
}

    .selected > td[b-pyqo89nhve] {
        color: white !important;
    }

        .selected > td .mud-input[b-pyqo89nhve] {
            color: white !important;
        }

.sticky[b-pyqo89nhve] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* Ensures it stays above other content */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Optional: subtle shadow */
}
/* /Components/MonthEnd/CashCollectionmdl.razor.rz.scp.css */
hr[b-3p70z3i4ts] {
    height: 2px;
}


.side-panels[b-3p70z3i4ts] {
    border-radius: 20px;
    padding: 12px;
    background-color: darkslategrey;
}

    .side-panels h3[b-3p70z3i4ts] {
        color: gainsboro;
        font-size: 25px;
    }


.main-container[b-3p70z3i4ts] {
    display: flex;
    justify-content: space-evenly;
}

    .main-container > div[b-3p70z3i4ts] {
        color: white;
        margin: 10px;
        text-align: center;
        line-height: 75px;
        font-size: 30px;
    }

.responsive-table[b-3p70z3i4ts] {
    padding: 15px;
    border-radius: 16px;
    background-color: lightgrey;
    margin: auto;
}


/* /Components/Shared/LoadingIndicator.razor.rz.scp.css */
/* Styles for the loading overlay */
.loading-overlay[b-7vpfo895fj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dims the screen */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it's on top */
}

.spinner[b-7vpfo895fj] {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin-b-7vpfo895fj 2s linear infinite;
}

@keyframes spin-b-7vpfo895fj {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/ShowRoom/Shopfront.razor.rz.scp.css */
/* Fade-in animation for product cards */
@keyframes fadeIn-b-zekgxb5sma {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.img-size[b-zekgxb5sma] {
    width: 140px;
    height: 140px;
    object-fit: cover; /* Ensures proper scaling of the image */
}

.card[b-zekgxb5sma] {
    animation: fadeIn-b-zekgxb5sma 0.5s ease-in-out;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover[b-zekgxb5sma] {
        transform: translateY(-10px); /* Lifts the card slightly on hover */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Adds a shadow on hover */
    }

.card-img-top[b-zekgxb5sma] {
    transform: scale(1); /* Normal size */
    transition: transform 0.5s ease; /* Smooth scaling on hover */
}

.card:hover .card-img-top[b-zekgxb5sma] {
    transform: scale(1.05); /* Slightly zoom the image on hover */
}

.badge[b-zekgxb5sma] {
    opacity: 0;
    animation: fadeIn-b-zekgxb5sma 1s ease-in-out forwards;
    animation-delay: 0.5s; /* Adds a delay to show after the card fades in */
}
/* /Pages/Authorize/Aministartor/CategoriesPage.razor.rz.scp.css */

.mn[b-kvyzbm7a8j] {
    margin: 5px;
    display: flex;
}

    .mn h3[b-kvyzbm7a8j] {
        color: aliceblue;
        text-align: center;
    }

.product-main[b-kvyzbm7a8j] {
    width: 50%;
    padding: 15px;
    border-radius: 15px
}

@media only screen and (max-width : 1059px) {
    .mn[b-kvyzbm7a8j] {
        justify-content: center;
        margin: 0px;
        display: flex;
    }

    .product-main[b-kvyzbm7a8j] {
        width: 100%;
    }
}
/* /Pages/Authorize/Aministartor/ProductManagement.razor.rz.scp.css */

.mn[b-lwoozv8sdd] {
    margin: 5px;
    display: flex;
}

    .mn h3[b-lwoozv8sdd] {
        color: aliceblue;
        text-align: center;
    }

.product-main[b-lwoozv8sdd] {
    width: 50%;
    padding: 15px;
    border-radius: 15px
}

@media only screen and (max-width : 1059px) {
    .mn[b-lwoozv8sdd] {
        justify-content: center;
        margin: 0px;
        display: flex;
    }

    .product-main[b-lwoozv8sdd] {
        width: 100%;
    }
}

/* /Pages/Authorize/Cashier/CashierCashup.razor.rz.scp.css */
.complete-cashup[b-1g85y43sbc] {
    display: inline-flex;
    justify-content: space-between;
    padding: 5px;
    border-radius: 20px;
}

.report[b-1g85y43sbc] {
    width: 600px;
    padding-left: 25px;
}


/* typical phone screen resolution */
@media only screen and (max-width : 599px) {
    .complete-cashup[b-1g85y43sbc] {
        display: flex;
        flex-direction: column;
        padding: 5px;
        border-radius: 20px;
    }

    .report[b-1g85y43sbc] {
        width: 550px;
        padding-left: 25px;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.content[b-7exlpuobu1] {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    width: 800px;
    border-radius: 40px;
}

/* typical phone screen resolution */
@media only screen and (max-width : 644px) {
    .content[b-7exlpuobu1] {
        width: 100%;
    }
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-3qyf4co17b]{
    display: flex;
    flex-direction: row;

}

.sidebar[b-3qyf4co17b]{
    border-radius: 20px;
    width: 250px;
    height: 100vh;
}

.main[b-3qyf4co17b]{
    width: 100vw;
    height: 100vh;
}

/* /Shared/Layouts/StoreAdminLayout.razor.rz.scp.css */
.page[b-n7al8xm6hw] {
    display: flex;
    flex-direction: row;
}

.sidebar[b-n7al8xm6hw] {
    border-radius: 20px;
    width: 250px;
    height: 100vh;
}

.main[b-n7al8xm6hw] {
    width: 100vw;
    height: 100vh;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-backgroud[b-1m7bfcp50u]{
    background-color: red;
}
