/* /Features/Plan/ArticleImageViewDialog.razor.rz.scp.css */
.dialog-content[b-3uuww5rwd5] {
    padding: 12px;
    min-width: 90vh;
    height: 80vh;
}

.error-container[b-3uuww5rwd5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

[b-3uuww5rwd5] .error-image {
    max-width: 500px;
    max-height: 500px;
}

[b-3uuww5rwd5] .error-text {
    margin-top: 32px;
    justify-self: anchor-center;
    color: #003DA6;
}

.image-container[b-3uuww5rwd5] {
    width: 100%;
    height: 100%
}

img[b-3uuww5rwd5] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* /Features/Plan/KeypadDialog.razor.rz.scp.css */
.pad-grid[b-4se7nirj2i] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin: 10px 0;
}

[b-4se7nirj2i] .pad-button {
    height: 45px;
    font-size: 1.2rem;
    
}
.button-container[b-4se7nirj2i] {
    display: grid;
    gap: 16px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

[b-4se7nirj2i] .button-container > .custom-button {
        
    font-weight: bold;
    text-transform: uppercase;
    height: 45px;
    font-size: 1.5rem;
        
}

/* /Features/Plan/PlanPage.razor.rz.scp.css */

.category-tabs[b-ck60vybvgg] {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.category-tab[b-ck60vybvgg] {
    background-color: transparent;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 10px;
}

    .category-tab.active[b-ck60vybvgg] {
        background-color: #003DA6;
        color: white;
    }


.category-header[b-ck60vybvgg] {
    font-size: 1.5em;
    padding: 10px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    text-align: center;
}



.product-table[b-ck60vybvgg] {
    width: 100%;
    background-color: #f9f9f9;
    border-collapse: collapse;
}

    .product-table th[b-ck60vybvgg], .product-table td[b-ck60vybvgg] {
        padding: 8px;
        text-align: center;
        border: 1px solid #ddd;
    }

    .product-table td[b-ck60vybvgg] {
        font-size: 0.9em;
    }


.icon[b-ck60vybvgg] {
    margin-right: 5px;
    color: #FF4081; 
}

[b-ck60vybvgg] .footer-bar {
    background-color: #003DA6;
    height: 50px;
}

[b-ck60vybvgg] .footer-text {
    color: white;
    background-color: #7ABAC9;
    border-radius: 8px;
    border: 2px solid white;
}

table[b-ck60vybvgg] {
    border-collapse: collapse;
    border: 1px solid black;
    font-size: 0.8rem;
    width: 100%;
}

th[b-ck60vybvgg] {
    background-color: #FDF9EF;
    padding: 8px;
    text-align: left;
}

tr[b-ck60vybvgg], td[b-ck60vybvgg] {
    border: 0;
    border-bottom: 1px solid black;
}

[b-ck60vybvgg] td {
    padding: 5px;
}



[b-ck60vybvgg] tr:nth-child(even) {
    background-color: #f9f9f9;
}

.flex-container[b-ck60vybvgg] {
    column-count: 3; 
    column-gap: 10px; 
}

.flex-item[b-ck60vybvgg] {
    display: inline-block; 
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    
    width: 100%; 
    margin-bottom: 10px; 
}


@media (max-width: 1200px) {
    .flex-container[b-ck60vybvgg] {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    .flex-container[b-ck60vybvgg] {
        column-count: 1;
    }
}
.plan-container[b-ck60vybvgg] {
    padding-bottom: 60px; 
}

.plan-container[b-ck60vybvgg] {
    margin-top: 65px;
  
}





[b-ck60vybvgg] .KindHeader {
    flex: 1;
    justify-content: space-around;
    display: flex;
    margin-top: 4px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    padding-top: 5px;
}

[b-ck60vybvgg] .kind-button {
    flex: 1;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 10px;
    margin: 2px;
}

[b-ck60vybvgg] .vegan {
    background-color: #4CAF50;
    color: white;
}

[b-ck60vybvgg] .fleisch {
    background-color: #D9534F;
    color: white;
}

[b-ck60vybvgg] .fisch {
    background-color: #5BC0DE;
    color: white;
}

[b-ck60vybvgg] .alles {
    background-color: white;
    color: #0000FF;
    border: 1px solid #0000FF;
}

[b-ck60vybvgg] .active {
    border: 3px solid black !important;
}

.table[b-ck60vybvgg] {
    table-layout: fixed;
    width: 100%;
}
    .table th:nth-child(1)[b-ck60vybvgg],
    .table td:nth-child(1)[b-ck60vybvgg] {
        width: 8%;
        text-align: center;
        border-right: 1px solid grey;
    }

    .table th:nth-child(2)[b-ck60vybvgg],
    .table td:nth-child(2)[b-ck60vybvgg] {
        width: 46%;
    }

    .table th:nth-child(3)[b-ck60vybvgg],
    .table td:nth-child(3)[b-ck60vybvgg] {
        width: 12%;
    }

    .table th:nth-child(4)[b-ck60vybvgg],
    .table td:nth-child(4)[b-ck60vybvgg] {
        width: 14%;
        text-align: center;
    }

    .table th:nth-child(5)[b-ck60vybvgg],
    .table td:nth-child(5)[b-ck60vybvgg] {
        width: 10%;
        text-align: center;
    }

    .table th:nth-child(6)[b-ck60vybvgg],
    .table td:nth-child(6)[b-ck60vybvgg] {
        width: 10%;
        text-align: center;
    }
[b-ck60vybvgg] tr.row-green {
    background-color: #4CAF5033;   
}

[b-ck60vybvgg] tr.row-yellow {
    background-color: #fff3cd;
}
[b-ck60vybvgg] tr.row-strikethrough {
    text-decoration: line-through;
}
[b-ck60vybvgg] table tbody tr {
    height: 37px; 
    vertical-align: middle;
}

td[b-ck60vybvgg] {
    vertical-align: middle;
}

td img[b-ck60vybvgg] {
    display: inline-block;
    vertical-align: middle;
}

[b-ck60vybvgg] .image-icon {
    vertical-align: middle;
}
/* /Features/Plan/PrintArticleDialog.razor.rz.scp.css */
.custom-dialog[b-pmrixpqq6l] {
    border-radius: 10px;
    padding: 16px;
}

.custom-dialog-content[b-pmrixpqq6l] {
    padding-top: 16px;
    text-align: center;
}

.custom-dialog-text[b-pmrixpqq6l] {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
}

[b-pmrixpqq6l] .mud-dialog .mud-dialog-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 16px;
}

.button-container[b-pmrixpqq6l] {
    display: grid;
    gap: 16px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

    .button-container > .custom-button[b-pmrixpqq6l] {
        height: 48px;
        font-weight: bold;
        text-transform: uppercase;
    }
/* /Features/RawMaterials/IngredientsPage.razor.rz.scp.css */

.ingredients-container[b-t817eypc7c] {
    display: flex;
    flex-direction: row;
    padding: 5px;
    padding-bottom: 70px;
}

.ingredients-table[b-t817eypc7c] {
    flex:1 1 50%;
}

[b-t817eypc7c] .footer-bar {
    background-color: #003DA6;
    height: 50px;
}

[b-t817eypc7c] .footer-text {
    color: white;
    background-color: #7ABAC9;
    border-radius: 8px;
    border: 2px solid white;
}





/* /Features/Rolls/RollsPage.razor.rz.scp.css */


.rolls-container[b-8sfofp1nos] {
    display: flex;
    flex-direction: row;
    padding-bottom: 70px;
    margin-top: 65px;
    padding-left: 5px;
    padding-right: 5px;
}

[b-8sfofp1nos] .footer-bar {
    background-color: #003DA6;
}

[b-8sfofp1nos] .KindHeader {
    flex: 1;
    justify-content: space-around;
    display: flex;
    margin-top: 4px;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: white;
    padding-top: 5px;
}

[b-8sfofp1nos] .footer-bar {
    background-color: #003DA6;
    height: 50px;
}

[b-8sfofp1nos] .footer-text {
    color: white;
    background-color: #7ABAC9;
    border-radius: 8px;
    border: 2px solid white;
}


[b-8sfofp1nos] .kind-button {
    flex: 1;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 10px;
    margin: 2px;
}

[b-8sfofp1nos] .vegan {
    background-color: #4CAF50;
    color: white;
}

[b-8sfofp1nos] .fleisch {
    background-color: #D9534F;
    color: white;
}

[b-8sfofp1nos] .fisch {
    background-color: #5BC0DE;
    color: white;
}

[b-8sfofp1nos] .alles {
    background-color: white;
    color: #0000FF;
    border: 1px solid #0000FF;
}

[b-8sfofp1nos] .active {
    border: 3px solid black !important;
}
/* /Features/SelectPOS/SelectPOS.razor.rz.scp.css */
/* Style the dialog container */
[b-gzs7xj4vo1] .mud-dialog {
    padding: 20px;
}

/* Style checkboxes */
[b-gzs7xj4vo1] .my-2 {
    margin-bottom: 10px;
}

/* Style the submit button */
[b-gzs7xj4vo1] .mud-button {
    font-weight: bold;
}
/* /Features/SignIn/SignInPage.razor.rz.scp.css */
.container[b-eg404uu0hv] {
    background: rgb(0, 61, 166);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white
}

/*************Header************/
.header[b-eg404uu0hv] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    padding: 24px;
}

.header-element-left[b-eg404uu0hv] {
    flex: 1 1 auto;
}

.header-element-right[b-eg404uu0hv] {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.header-title[b-eg404uu0hv] {
    font-size: 20px;
    font-weight: bold;
}

.language-container[b-eg404uu0hv] {
    margin-top: 12px;
}

/********Select**********/
[b-eg404uu0hv] .mud-input.mud-input-underline:before {
    border: 0;
}

[b-eg404uu0hv] .select-input {
    color: white;
}

[b-eg404uu0hv] .mud-icon-root {
    color: white;
}

[b-eg404uu0hv] .mud-input.mud-input-underline:hover:not(.mud-disabled):before {
    border: 0;
}
/********Select End**********/

/*************Header End************/


/*************Content************/
.content[b-eg404uu0hv] {
    margin: 48px;
    flex: 1 1 auto;
    justify-items: center
}

[b-eg404uu0hv] .content-title {
    margin-bottom: 44px;
}

.text-field-container[b-eg404uu0hv] {
    display: flex;
    flex-direction: column;
height: 110px;
}

.text-container[b-eg404uu0hv] {
    border-radius: 40px;
    width: 240px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-eg404uu0hv] .mud-input > input.mud-input-root-outlined {
    background: white;
    border-radius: 40px;
}

[b-eg404uu0hv] .mud-input > input.mud-input-root-outlined:disabled {
    opacity: 0.7
}


[b-eg404uu0hv] .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 40px;
}

[b-eg404uu0hv] .label {
    margin-left: 12px;
}

[b-eg404uu0hv] .button {
    border-radius: 40px;
    width: 240px;
    height: 50px;
    margin-top: 26px;
}

[b-eg404uu0hv] .button:disabled {
   opacity: 0.7;
}

.version[b-eg404uu0hv] {
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-top: 64px;
}

/*************Content End************/

/* /General/CategoryButton/CategoryButton.razor.rz.scp.css */
/* /General/Header/Header.razor.rz.scp.css */
[b-y2iyll9iii] a {
    background-color: transparent;
    color: white;
    min-width: 60px;
    max-width: 100px;
    padding: 6px 12px;
    border-radius: 8px;
    border: 2px solid white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}

[b-y2iyll9iii] .mud-nav-link .mud-nav-link-text {
    text-align: center;
    font-weight: bold;
    margin-left: 0px;
}

[b-y2iyll9iii] .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background-color: #7ABAC9;
}

[b-y2iyll9iii] .mud-nav-item {
    width: fit-content;
}

.my-button[b-y2iyll9iii] {
    margin-right: 10px;
    background-color: #003DA6;
    border-radius: 5px;
    border: 3px solid white;
    color: white;
}

[b-y2iyll9iii] .active-button {
    background-color: yellow;
    color: white;
    border: 3px solid white;
}

[b-y2iyll9iii] .inactive-button {
    background-color: transparent;
    border: 3px solid white;
    color: white;
}

[b-y2iyll9iii] .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root[b-y2iyll9iii] {
    color: white;
}

[b-y2iyll9iii] .mud-icon-root.mud-svg-icon {
    fill: white;
}

.custom-datepicker .mud-picker-calendar .mud-picker-calendar-month[b-y2iyll9iii],
.custom-datepicker .mud-picker-calendar .mud-picker-calendar-day[b-y2iyll9iii] {
    color: black;
}

[b-y2iyll9iii] .date-picker input  {
    max-width: 100px;
}

.pos-info-container[b-y2iyll9iii] {
    text-align: left;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 200px;
    padding: 5px;
}

.pos-shop-line[b-y2iyll9iii],
.pos-kst[b-y2iyll9iii] {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
}

.pos-cc-row[b-y2iyll9iii] {
    display: flex;
    align-items: center;
    gap: 12px;
}

[b-y2iyll9iii] .cc-select-button {
    border: 1px solid white !important;
    color: white !important;
    border-radius: 18px;
    padding: 2px 8px;
    font-size: 0.95rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.2px;
    min-width: unset;
    background-color: transparent;
}

[b-y2iyll9iii] .main-appbar {
    background-color: #003DA6;
}

.logo-image[b-y2iyll9iii] {
    height: 40px;
}

@media (max-width: 768px) {
    [b-y2iyll9iii] .menu {
        font-size: 0.65rem;
        padding-right: 6px;
        min-width: 60px;
    }

    [b-y2iyll9iii] .cc-select-button {
        font-size: 0.65rem;
        padding-right: 6px;
        min-width: 60px;
    }

    [b-y2iyll9iii] .date-picker-container {
        font-size: 0.65rem;
        padding: 4px 8px;
    }

    .date-picker-container[b-y2iyll9iii] {
        font-size: 0.75rem;
        padding: 4px;
    }

    [b-y2iyll9iii] .mud-input,
    [b-y2iyll9iii] .mud-picker,
    [b-y2iyll9iii] .mud-picker-calendar {
        font-size: 0.75rem !important;
    }

    [b-y2iyll9iii] .date-label {
        font-size: 0.75rem;
    }
}

.appbar-container[b-y2iyll9iii] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.appbar-left[b-y2iyll9iii],
.appbar-right[b-y2iyll9iii] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.appbar-right[b-y2iyll9iii] {
    justify-content: flex-end;
    flex-wrap: wrap;
}
/* /General/ItemsTable/ItemsTable.razor.rz.scp.css */
table[b-jm9ky3knfb] {
    border-collapse: collapse;
    border:1px solid black;
    font-size: 0.8rem;
    letter-spacing: 1px;
    width: 100%;
}

th[b-jm9ky3knfb] {
    background-color: #FDF9EF;
    padding: 8px;
    text-align: left;
}

tr[b-jm9ky3knfb], td[b-jm9ky3knfb] {
    border: 0;
    border-bottom: 1px solid black;
}
[b-jm9ky3knfb] td {
    padding: 5px;
}

[b-jm9ky3knfb] .amount {
    text-align: right;
}


[b-jm9ky3knfb] tr:nth-child(even) {
    background-color: #f9f9f9; 
}
/* /General/LanguageSelector/LanguageSelector.razor.rz.scp.css */
/*Style the text of the dropdown*/
[b-27j817qmub] .login {
    color: white;
}
/* /General/LoadingIndicator.razor.rz.scp.css */
.loader[b-eh2nto0tqd] {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.dot[b-eh2nto0tqd] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 0.3;
    animation: pulse-b-eh2nto0tqd 1.5s infinite;
}

    .dot:nth-child(1)[b-eh2nto0tqd] {
        background-color: #66bb49;
        animation-delay: 0s;
    }

    .dot:nth-child(2)[b-eh2nto0tqd] {
        background-color: #d2554e;
        animation-delay: 0.2s;
    }

    .dot:nth-child(3)[b-eh2nto0tqd] {
        background-color: #80c7e1;
        animation-delay: 0.4s;
    }

    .dot:nth-child(4)[b-eh2nto0tqd] {
        background-color: #0000ff;
        animation-delay: 0.6s;
    }

@keyframes pulse-b-eh2nto0tqd {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}
/* /General/PrintError/PrintErrorDialog.razor.rz.scp.css */
.custom-dialog-text[b-pqx7aculej] {
    padding: 1rem;
    color: #b00020;
}

.custom-button[b-pqx7aculej] {
    min-width: 100px;
    margin: 0 10px;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* MainLayout: no specific styles; handled in Header and global styles */
