/* _content/CanteenApp/Pages/api/Login/Callback.cshtml.rz.scp.css */
/* General Styles */
body[b-mbp4lsfzw6] {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f0f5f1; /* Softer light green background */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Ensure the body covers the full height */
}

/* Success Message Styles */
.success-message[b-mbp4lsfzw6] {
    text-align: center;
    background-color: #2ecc71; /* Softer green */
    color: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly larger shadow */
    max-width: 600px; /* Limit the width for better readability */
    width: 100%;
}

.success-text[b-mbp4lsfzw6] {
    font-size: 28px;
    font-weight: 600; /* Increase weight slightly */
    margin-bottom: 20px;
    letter-spacing: 1px; /* Add slight spacing between letters */
}

.user-info[b-mbp4lsfzw6] {
    margin-bottom: 20px;
    font-size: 20px;
    color: #f7f7f7; /* Lighter text for user information */
}
/* Select List Styles */
.select-container[b-mbp4lsfzw6] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

select[b-mbp4lsfzw6] {
    padding: 10px;
    font-size: 18px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    width: 100%;
    max-width: 300px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for select */
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

    select:focus[b-mbp4lsfzw6] {
        border-color: #2ecc71; /* Softer green border on focus */
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); /* Slightly larger shadow on focus */
    }

button[b-mbp4lsfzw6] {
    margin-top: 20px;
    padding: 12px 25px;
    font-size: 18px;
    border-radius: 8px;
    background-color: #1e7e34; /* Softer dark green for button */
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Add slight hover effect */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for button */
}

    button:hover[b-mbp4lsfzw6] {
        background-color: #155724;
        transform: translateY(-3px); /* Slight lift on hover */
    }

a[b-mbp4lsfzw6] {
    color: white;
    text-decoration: none;
    font-size: 18px;
    margin-top: 20px;
    padding: 12px 25px;
    border-radius: 8px;
    background-color: #1e7e34; /* Softer dark green for button */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Add slight hover effect */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for button */
}

    a:hover[b-mbp4lsfzw6] {
        background-color: #155724;
        transform: translateY(-3px); /* Slight lift on hover */
    }

/* Tick Animation Styles */
.tick-container[b-mbp4lsfzw6] {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.tick[b-mbp4lsfzw6] {
    width: 80px;
    height: 80px;
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: tickAnimation-b-mbp4lsfzw6 2s ease forwards; /* Make the animation smoother and shorter */
}

@keyframes tickAnimation-b-mbp4lsfzw6 {
    0% {
        stroke-dasharray: 100px;
        stroke-dashoffset: 100px;
    }

    100% {
        stroke-dasharray: 100px;
        stroke-dashoffset: 0;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    body[b-mbp4lsfzw6] {
        padding: 20px;
        height: auto; /* Ensure the body adjusts for different screen sizes */
    }

    .success-message[b-mbp4lsfzw6] {
        padding: 25px;
        width: 100%;
    }

    .success-text[b-mbp4lsfzw6] {
        font-size: 22px;
    }

    .user-info[b-mbp4lsfzw6], a[b-mbp4lsfzw6] {
        font-size: 16px;
    }

    .tick-container[b-mbp4lsfzw6] {
        width: 80px;
        height: 80px;
    }

    .tick[b-mbp4lsfzw6] {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .success-message[b-mbp4lsfzw6] {
        padding: 20px;
    }

    .success-text[b-mbp4lsfzw6] {
        font-size: 20px;
    }

    .user-info[b-mbp4lsfzw6], a[b-mbp4lsfzw6] {
        font-size: 14px;
    }

    .tick-container[b-mbp4lsfzw6] {
        width: 60px;
        height: 60px;
    }

    .tick[b-mbp4lsfzw6] {
        width: 50px;
        height: 50px;
    }
}
/* _content/CanteenApp/Pages/CanteenMenu.cshtml.rz.scp.css */
/* General Styles */
body[b-hebyp88iby] {
    font-family: Arial, sans-serif;
    line-height: 1.4;
    padding: 10px;
    font-size: 0.75rem; /* Even smaller font size */
}

h3[b-hebyp88iby] {
    color: #333;
    margin-bottom: 15px;
    font-size: 0.9rem; /* Even smaller font size */
}

.card[b-hebyp88iby] {
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    margin-bottom: 15px;
    padding: 8px; /* Smaller padding */
    background-color: #f8f9fa;
}

.card-body[b-hebyp88iby] {
    padding: 8px; /* Smaller padding */
}

.shifted-heading[b-hebyp88iby] {
    margin-top: 30px;
    font-size: 1.1rem; /* Even smaller font size */
}

.limit-form[b-hebyp88iby] {
    display: flex;
    align-items: center;
    gap: 8px; /* Reduced gap */
}

    .limit-form .form-group[b-hebyp88iby] {
        margin-bottom: 0;
    }

    .limit-form input[type="number"][b-hebyp88iby] {
        max-width: 80px; /* Smaller input width */
    }

.table[b-hebyp88iby] {
    width: 100%; /* Table takes up full width */
    border-collapse: collapse;
    margin-bottom: 12px; /* Reduced margin */
    font-size: 0.75rem; /* Smaller font size */
    table-layout: fixed; /* Ensures the table spans the entire width */
}

    .table th[b-hebyp88iby], .table td[b-hebyp88iby] {
        border: 1px solid #dee2e6;
        padding: 5px; /* Smaller padding */
        text-align: left;
    }

    .table th[b-hebyp88iby] {
        background-color: #f8f9fa;
        color: #495057;
    }

.table-striped tbody tr:nth-of-type(odd)[b-hebyp88iby] {
    background-color: #f2f2f2;
}

.form-group[b-hebyp88iby] {
    margin-bottom: 0.5rem; /* Smaller bottom margin */
}

    .form-group label[b-hebyp88iby] {
        display: block;
        margin-bottom: 0.2rem; /* Reduced margin */
        font-size: 0.75rem; /* Even smaller font size */
    }

.form-control[b-hebyp88iby] {
    display: block;
    width: 100%; /* Ensure form controls use full width */
    padding: 0.25rem 0.5rem; /* Smaller padding */
    font-size: 0.75rem; /* Even smaller font size */
    line-height: 1.3;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
}

.btn-primary[b-hebyp88iby] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 6px 12px; /* Smaller padding */
    font-size: 0.75rem; /* Smaller font size */
    border-radius: 4px;
}

    .btn-primary:hover[b-hebyp88iby] {
        color: #fff;
        background-color: #0056b3;
        border-color: #004085;
    }

.alert-info[b-hebyp88iby] {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

/* Responsive Design */
@media (max-width: 768px) {
    .row[b-hebyp88iby] {
        flex-wrap: wrap;
    }

    .col-md-4[b-hebyp88iby], .col-sm-6[b-hebyp88iby], .col-12[b-hebyp88iby] {
        flex: 1 1 100%;
    }

    .table[b-hebyp88iby] {
        font-size: 0.65rem; /* Adjusted smaller font size */
    }

        .table th[b-hebyp88iby], .table td[b-hebyp88iby] {
            padding: 5px;
        }

    .form-control[b-hebyp88iby] {
        font-size: 0.65rem; /* Even smaller font size */
    }

    .btn-primary[b-hebyp88iby] {
        width: 100%; /* Full-width button */
        padding: 8px;
        font-size: 0.65rem; /* Even smaller font size */
    }
}

@media (max-width: 480px) {
    .table th[b-hebyp88iby], .table td[b-hebyp88iby] {
        font-size: 0.6rem; /* Adjusted even smaller font size */
        padding: 4px;
    }

    .form-control[b-hebyp88iby] {
        font-size: 0.6rem; /* Smaller font size */
    }

    .btn-primary[b-hebyp88iby] {
        font-size: 0.65rem;
        padding: 6px;
    }
}
/* _content/CanteenApp/Pages/Index.cshtml.rz.scp.css */
/* General Styles for Buttons */
.btn[b-n4mw18eiz5] {
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: 10px; /* Adjust this value to control the space between buttons */
    width: 100%; /* Make buttons take up the full width */
    box-sizing: border-box; /* Ensures padding is included in width calculation */
}

/* Primary Button Styling */
.btn-primary[b-n4mw18eiz5] {
    background-color: #0275d8;
}

.login-btn[b-n4mw18eiz5] {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .login-btn:hover[b-n4mw18eiz5] {
        background-color: #0256a8;
        transform: scale(1.05);
    }

    .login-btn:active[b-n4mw18eiz5] {
        transform: scale(0.98);
    }

/* Responsive Design */
@media (max-width: 768px) {
    .text-center[b-n4mw18eiz5] {
        padding: 20px; /* Reduce padding for smaller screens */
    }

    h1.display-4[b-n4mw18eiz5] {
        font-size: 1.8rem; /* Adjust heading font size for smaller screens */
    }

    .btn[b-n4mw18eiz5] {
        padding: 10px 20px; /* Make buttons smaller for mobile */
        font-size: 16px; /* Reduce font size */
        margin: 5px 0; /* Ensure buttons are stacked on top of each other */
        width: 100%; /* Make buttons take full width on mobile */
    }
}

@media (min-width: 769px) {
    .btn[b-n4mw18eiz5] {
        width: auto; /* For larger screens, buttons return to their original width */
    }
}
/* _content/CanteenApp/Pages/LoadMoney.cshtml.rz.scp.css */
/* _content/CanteenApp/Pages/PaymentRedirect.cshtml.rz.scp.css */
/* _content/CanteenApp/Pages/PaymentResult.cshtml.rz.scp.css */
/* Success message styling */
h2[b-i4mqcprlia] {
    text-align: center;
    color: #28a745;
    margin-top: 50px;
    font-size: 24px;
}

p[b-i4mqcprlia] {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.container[b-i4mqcprlia] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
/* _content/CanteenApp/Pages/ProductRestrictions.cshtml.rz.scp.css */
/* Ensures that the page is full width with proper margins */
.container-fluid[b-yqv9olc8ma] {
    padding: 0 15px;
}

/* Adjust the heading for better alignment */
.shifted-heading[b-yqv9olc8ma] {
    font-size: 1.4rem; /* Smaller font size */
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

/* Make sure buttons fit well on mobile */
.btn-sm[b-yqv9olc8ma] {
    padding: 5px 10px;
    font-size: 0.625rem; /* Even smaller font size */
}

/* For alert message */
.alert-info[b-yqv9olc8ma] {
    font-size: 0.75rem; /* Even smaller font size */
    padding: 8px;
    margin-bottom: 20px;
}

/* Style adjustments for tables */
.table-responsive[b-yqv9olc8ma] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Custom style for table rows */
.table[b-yqv9olc8ma] {
    width: 100%; /* Make table take full width */
    table-layout: fixed; /* Fix the table layout */
    margin-bottom: 0; /* Removes bottom margin */
}

    .table th[b-yqv9olc8ma], .table td[b-yqv9olc8ma] {
        vertical-align: middle;
        padding: 6px; /* Even smaller padding */
        font-size: 0.625rem; /* Even smaller font size */
    }

    .table th[b-yqv9olc8ma] {
        text-align: left;
    }

/* Make form controls smaller */
.form-control-sm[b-yqv9olc8ma] {
    padding: 0.375rem 0.75rem;
    font-size: 0.625rem; /* Even smaller font size */
}

/* Ensures that form controls are aligned properly on small screens */
input[type="number"][b-yqv9olc8ma] {
    width: 100%;
}

/* Custom spacing for the submit and cancel buttons */
.d-flex[b-yqv9olc8ma] {
    justify-content: space-between;
    flex-wrap: wrap;
}

    .d-flex .btn[b-yqv9olc8ma] {
        margin: 5px;
    }

/* Ensures proper behavior on smaller devices */
@media (max-width: 768px) {
    .shifted-heading[b-yqv9olc8ma] {
        font-size: 1.25rem; /* Adjusted smaller font size */
        margin-top: 15px;
    }

    .table th[b-yqv9olc8ma], .table td[b-yqv9olc8ma] {
        font-size: 0.5rem; /* Adjusted even smaller font size */
    }

    .btn-sm[b-yqv9olc8ma] {
        font-size: 0.5rem;
        padding: 3px 6px;
    }

    .container-fluid[b-yqv9olc8ma] {
        padding: 0 10px;
    }

    /* Adjust table for mobile screens */
    .table-responsive[b-yqv9olc8ma] {
        overflow-x: auto;
    }
}

@media (max-width: 576px) {
    .shifted-heading[b-yqv9olc8ma] {
        font-size: 1.1rem; /* Adjusted smaller font size */
    }

    .table th[b-yqv9olc8ma], .table td[b-yqv9olc8ma] {
        font-size: 0.45rem; /* Adjusted even smaller font size */
    }

    .btn-sm[b-yqv9olc8ma] {
        font-size: 0.45rem;
        padding: 3px 6px;
    }
}
/* _content/CanteenApp/Pages/_Layout.cshtml.rz.scp.css */
/* Wrapper to hold sidebar and content */
.wrapper[b-7fhxe2vkjo] {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Sidebar Styles */
#sidebar[b-7fhxe2vkjo] {
    min-width: 250px;
    max-width: 250px;
    background: #333;
    color: #fff;
    position: fixed;
    height: 100vh;
    left: -250px; /* Hidden by default */
    transition: all 0.3s ease; /* Smooth transition for open/close */
}

    #sidebar.active[b-7fhxe2vkjo] {
        left: 0; /* Show when active */
    }

    #sidebar .sidebar-header[b-7fhxe2vkjo] {
        padding: 20px;
        background: #333;
        text-align: center;
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    #sidebar ul.components[b-7fhxe2vkjo] {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #sidebar ul li[b-7fhxe2vkjo] {
        padding: 10px;
        text-align: left;
    }

        #sidebar ul li a[b-7fhxe2vkjo] {
            color: #fff;
            text-decoration: none;
            display: block;
            transition: background 0.3s;
            padding: 10px;
            border-radius: 4px;
        }

            #sidebar ul li a:hover[b-7fhxe2vkjo] {
                background: #697565;
            }

            #sidebar ul li.active > a[b-7fhxe2vkjo],
            #sidebar ul li a.active[b-7fhxe2vkjo] {
                background: #1b6ec2;
                color: #fff;
            }

/* Content Styles */
#content[b-7fhxe2vkjo] {
    width: 100%;
    padding: 20px;
    margin-left: 0;
    transition: margin-left 0.3s ease;
}

#sidebar.active ~ #content[b-7fhxe2vkjo] {
    margin-left: 250px; /* Shift content when sidebar is visible */
}

/* Footer Styles */
.footer[b-7fhxe2vkjo] {
    background-color: #697565;
    color: white;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0;
}

/* Toggle Button Styles */
#menu-toggle[b-7fhxe2vkjo] {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000; /* Make sure it's above everything */
    transition: left 0.3s ease; /* Smooth transition */
}

/* Move the button to the right when sidebar is active */
#sidebar.active ~ #menu-toggle[b-7fhxe2vkjo] {
    left: 270px; /* Adjust position based on sidebar width */
}

/* Shift content when sidebar is active */
.shifted[b-7fhxe2vkjo] {
    margin-left: 250px;
}

@media (max-width: 768px) {
    #sidebar[b-7fhxe2vkjo] {
        width: 100%;
        left: -100%;
    }

        #sidebar.active[b-7fhxe2vkjo] {
            left: 0;
        }

    #content[b-7fhxe2vkjo] {
        margin-left: 0;
    }

    #sidebar.active ~ #menu-toggle[b-7fhxe2vkjo] {
        left: calc(100% - 40px); /* Position the button next to the sidebar on mobile */
    }
}
