@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Pages/Configurar.razor.rz.scp.css */
:root[b-7e1ljrtmde] {
    --fill-color: #08af08;
}

body[b-7e1ljrtmde], html[b-7e1ljrtmde] {
    height: 100%;
}

/*body {
    padding-top: 5rem;*/
    /*flex-direction: column;*/
    /*flex-direction: row;
    font-family: 'quicksand';
    overflow-y: hidden;
    background: -webkit-linear-gradient(to right,#932626, #5b1f1f, #090101);
    background: linear-gradient(to right, #33b22e, #118f0c, #086304);
}*/

[b-7e1ljrtmde] > fluent-badge {
    --badge-fill-highlight: #ffd800;
    --badge-fill-lowlight: #c8c6c4;
    --badge-color-highlight: #000;
    --badge-color-lowlight: #fff;
}

.nav-tab[b-7e1ljrtmde] {
    margin: 0;
    padding: 0.3rem 0.8rem;
    display: inline-block;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: white;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s ease-out;
    border-radius: 10px;
}

    .nav-tab:hover[b-7e1ljrtmde] {
        color: white;
        text-decoration: none;
        background-color: rgba(255,255,255,0.3);
    }

    .nav-tab.active[b-7e1ljrtmde] {
        background-color: rgba(255,255,255,0.2);
        color: #fff2cc;
    }

    .nav-tab img[b-7e1ljrtmde] {
        height: 2rem;
        margin-bottom: 0.25rem;
    }

    .nav-tab.active img[b-7e1ljrtmde] {
        filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(797%) hue-rotate(316deg) brightness(109%) contrast(101%);
    }

    .nav-tab.active[b-7e1ljrtmde]:after {
        content: "";
        position: absolute;
        bottom: -1rem;
        z-index: 1;
        width: 0px;
        height: 0px;
        border-left: 0.6rem solid transparent;
        border-right: 0.6rem solid transparent;
        border-top: 1rem solid rgb(205,51,51);
    }




.header[b-7e1ljrtmde] {
    display: flex;
    z-index: 10;
    flex-shrink: 0;
    background-color: var(--accent-fill-rest);
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--fill-color);
    margin-bottom: 0.5rem;
}

    .header .header-gutters[b-7e1ljrtmde] {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin: 5px 24px;
    }

    .header .header-fixed-top[b-7e1ljrtmde] {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }


.top-bar[b-7e1ljrtmde] {
    height: 4rem;
    /*background-color: rgb(192,0,0);*/
    background-color: var(--background-color);

    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo[b-7e1ljrtmde] {
    display: flex;
}

    .logo > img[b-7e1ljrtmde] {
        margin-right: 1rem;
        width: 3rem;
        height: 2rem;
        margin-top: 0.5rem;
    }

.content[b-7e1ljrtmde] {
    display: flex;
    height: 82vh;
    z-index: 1;
    background-color: white;
}


.top-bar1[b-7e1ljrtmde] {
    height: 3.5rem;
    /*background-color: rgb(192,0,0);*/
    background-color: var(--background-color);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2030;
}

.top-bar2[b-7e1ljrtmde] {
    height: 4.5rem;
    background-color: #2b2b2b;
    /*background-color: rgb(7,91,49);*/
    /*background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);*/
    /*display: flex;*/
    /*align-items: stretch;*/
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 3.5rem;
    right: 0;
    left: 0;
    z-index: 2040;
}


.main[b-7e1ljrtmde] {
    flex-grow: 1;
    overflow-y: unset;
    background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 80%);
    padding: 0.5rem !important;
    flex-grow: 1;
    overflow-y: auto;
        height: 100%;
    /*width: 100%;
*/ /*background: linear-gradient(#d45352 40%, #690e0e 80%);
    background: -webkit-linear-gradient(to right,#932626, #5b1f1f, #090101);
    background: linear-gradient(to right, #932626, #5b1f1f, #090101);
    padding: 1.5rem !important;*/
    /*:: part(control)*/
}
/*::deep > fluent-dialog {
    --dialog-width: auto;
    --dialog-height: 220px;
   
    padding: 1.5rem;
}
*/ /**/


form[b-7e1ljrtmde] {
    width: 100%;
}

.form-group.row > .col-form-label[b-7e1ljrtmde] {
    text-align: right;
}

.containerForm[b-7e1ljrtmde] {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px 10px 10px 5px;
}

.col-25[b-7e1ljrtmde] {
    float: right;
    width: 5rem;
    /*margin-top: 6px;*/
    text-align: right;
    /*padding: 5px;*/
}

.col-75[b-7e1ljrtmde] {
    float: left;
    width: 10rem;
    /*margin-top: 6px;*/
    /*padding: 5px;*/
}



.pizza-cards[b-7e1ljrtmde] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-gap: 0.5rem;
    justify-content: center;
    padding-left: 0;
}

    .pizza-cards > li[b-7e1ljrtmde] {
        height: 4rem;
        width: 8rem;
        position: relative;
        background-size: contain;
        border-radius: 0.5rem;
        list-style-type: none;
        box-shadow: 0 3px 4px rgba(0,0,0,0.4);
        transition: 0.1s ease-out;
    }

        .pizza-cards > li:hover[b-7e1ljrtmde] {
            transform: scale(1.02);
        }

.pizza-info[b-7e1ljrtmde] {
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
    padding: 0.2rem 0.3rem;
    color: #fff2cc;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    line-height: 1.25rem;
}

    .pizza-info .title[b-7e1ljrtmde] {
        color: white;
        font-size: 0.7rem;
        display: block;
        margin: 0.2rem 0 0.4rem 0;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .pizza-info .price[b-7e1ljrtmde] {
        position: absolute;
        bottom: 0.3rem;
        right: 0.5rem;
        font-size: 1.0rem;
        font-weight: 300;
        padding: 0rem 0.7rem;
        border-radius: 4px;
        background-color: #08af08;
        color: white;
        line-height: 1.1rem;
    }

.price[b-7e1ljrtmde]::before {
    content: "€";
    font-weight: 300;
    font-size: 1.0rem;
    margin-right: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.ContainerPOS[b-7e1ljrtmde] {
    max-width: 100%;
    min-height: 100%;
    margin-inline: auto;
    border: 1px solid #000000;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: row wrap;
    align-content: space-evenly;
}

.cart-item[b-7e1ljrtmde] {
    background-color: #333333;
    padding: 0.2rem 0.2rem;
    border-radius: 6px;
    font-weight: 100;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    position: relative;
}

    .cart-item .title[b-7e1ljrtmde] {
        font-weight: 100;
        font-size: 0.8rem;
    }

    .cart-item .item[b-7e1ljrtmde] {
        font-weight: 100;
        font-size: 0.8rem;
    }


    .cart-item ul[b-7e1ljrtmde] {
        padding: 0;
        margin: 0.2rem 0.4rem;
    }

    .cart-item li[b-7e1ljrtmde] {
        list-style-type: none;
        margin-left: 0rem;
        font-size: 0.8rem;
    }



.btPOS[b-7e1ljrtmde] {
    min-width: 100px;
    min-height: 100px;
    background-color: #ffffff;
    color: #000000;
    font-size: 2rem;
    padding: 0.5rem;
}

.order-total[b-7e1ljrtmde] {
    background-color: rgb(191, 52, 52);
    height: 3rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    font-size: 1.0rem;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0 1.5rem;
}

    .order-total.hidden[b-7e1ljrtmde] {
        transform: translate3d(0, 4rem, 0);
    }

    .order-total .total-price[b-7e1ljrtmde] {
        font-weight: 300;
        font-size: 1.0rem;
    }

        .order-total .total-price[b-7e1ljrtmde]::before {
            content: "€";
            font-weight: 300;
            margin: 0 0.1rem 0 0.4rem;
            font-family: Arial, Helvetica, sans-serif;
        }

    .order-total .btn[b-7e1ljrtmde] {
        margin-left: auto;
        font-weight: 300;
        border-radius: 15px;
        padding: 0.4rem 0.80rem;
    }

.sidebar[b-7e1ljrtmde] {
    background-color: #2b2b2b;
    width: 20rem;
    display: inline-flex;
    flex-direction: column;
    color: white;
    height: 82vh;
    /*height: 100%;*/
    overflow-y: auto;
}

.order-contents[b-7e1ljrtmde] {
    overflow-y: auto;
    padding: 0rem 0.5rem 0rem 0rem;
    flex-grow: 1;
}

    .order-contents h2[b-7e1ljrtmde] {
        color: #fff2cc;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

.Apagar[b-7e1ljrtmde] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.SelecionarCliente[b-7e1ljrtmde] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


[b-7e1ljrtmde] .country-name::part(control) {
    overflow: hidden;
    text-overflow: ellipsis;
}
/*  --------------------- CALCULAR ------------------ */

.calculator[b-7e1ljrtmde] {
    width: 300px;
    border: 2px solid;
    border-radius: 5px;
}

.calculator-display[b-7e1ljrtmde] {
    font-size: 4rem;
    height: 80px;
    background-color: black;
    color: white;
    text-align: right;
    padding-right: 10px;
    padding-left: 5px;
}

.calculator-body[b-7e1ljrtmde] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.NonCalculator-body[b-7e1ljrtmde] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


.number[b-7e1ljrtmde] {
    /*color: dimgrey;*/
    color: black;
}

.operand[b-7e1ljrtmde] {
    background-color: grey;
    color: white;
}

.clear[b-7e1ljrtmde] {
    background-color: darkred;
    color: white;
}

.equals[b-7e1ljrtmde] {
    background-color: forestgreen;
    color: white;
    border-radius: 3px;
    border: 1px solid;
}

button[b-7e1ljrtmde] {
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px;
}

img[b-7e1ljrtmde] {
    width: auto;
    float: left;
    margin: 0;
}
/*Filter styles*/
.saturate[b-7e1ljrtmde] {
    filter: saturate(3);
}

.grayscale[b-7e1ljrtmde] {
    filter: grayscale(100%);
}

.contrast[b-7e1ljrtmde] {
    filter: contrast(160%);
}

.brightness[b-7e1ljrtmde] {
    filter: brightness(0.25);
}

.blur[b-7e1ljrtmde] {
    filter: blur(3px);
}

.invert[b-7e1ljrtmde] {
    filter: invert(100%);
}

.sepia[b-7e1ljrtmde] {
    filter: sepia(100%);
}

.huerotate[b-7e1ljrtmde] {
    filter: hue-rotate(180deg);
}

.rss.opacity[b-7e1ljrtmde] {
    filter: opacity(50%);
}
/* /Pages/FamiliasPOS.razor.rz.scp.css */
:root[b-wsx5k5n33t] {
    --fill-color: #08af08;
}

body[b-wsx5k5n33t], html[b-wsx5k5n33t] {
    height: 100%;
}

body[b-wsx5k5n33t] {
    padding-top: 5rem;
    /*flex-direction: column;*/
    flex-direction: row;
    font-family: 'quicksand';
    overflow-y: hidden;
    background: -webkit-linear-gradient(to right,#932626, #5b1f1f, #090101);
    background: linear-gradient(to right, #33b22e, #118f0c, #086304);
}

[b-wsx5k5n33t] > fluent-badge {
    --badge-fill-highlight: #ffd800;
    --badge-fill-lowlight: #c8c6c4;
    --badge-color-highlight: #000;
    --badge-color-lowlight: #fff;
}

.nav-tab[b-wsx5k5n33t] {
    margin: 0;
    padding: 0.3rem 0.8rem;
    display: inline-block;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: white;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s ease-out;
    border-radius: 10px;
}

    .nav-tab:hover[b-wsx5k5n33t] {
        color: white;
        text-decoration: none;
        background-color: rgba(255,255,255,0.3);
    }

    .nav-tab.active[b-wsx5k5n33t] {
        background-color: rgba(255,255,255,0.2);
        color: #fff2cc;
    }

    .nav-tab img[b-wsx5k5n33t] {
        height: 2rem;
        margin-bottom: 0.25rem;
    }

    .nav-tab.active img[b-wsx5k5n33t] {
        filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(797%) hue-rotate(316deg) brightness(109%) contrast(101%);
    }

    .nav-tab.active[b-wsx5k5n33t]:after {
        content: "";
        position: absolute;
        bottom: -1rem;
        z-index: 1;
        width: 0px;
        height: 0px;
        border-left: 0.6rem solid transparent;
        border-right: 0.6rem solid transparent;
        border-top: 1rem solid rgb(205,51,51);
    }


.header[b-wsx5k5n33t] {
    display: flex;
    z-index: 10;
    flex-shrink: 0;
    background-color: var(--accent-fill-rest);
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--fill-color);
    margin-bottom: 0.5rem;
}

    .header .header-gutters[b-wsx5k5n33t] {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin: 5px 24px;
    }

    .header .header-fixed-top[b-wsx5k5n33t] {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }


.top-bar[b-wsx5k5n33t] {
    height: 4rem;
    background-color: rgb(192,0,0);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo[b-wsx5k5n33t] {
    display: flex;
}

    .logo > img[b-wsx5k5n33t] {
        margin-right: 1rem;
        width: 3rem;
        height: 2rem;
        margin-top: 0.5rem;
    }

.content[b-wsx5k5n33t] {
    display: flex;
    height: 82vh;
    z-index: 1;
    background-color: white;
}


.top-bar1[b-wsx5k5n33t] {
    height: 3.5rem;
    background-color: var(--background-color);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2030;
}

.top-bar2[b-wsx5k5n33t] {
    height: 1.5rem;
    /*background-color: #2b2b2b;*/
    background-color: rgb(7,91,49);
    /*background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);*/

    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 3.5rem;
    right: 0;
    left: 0;
    z-index: 2040;
}


.main[b-wsx5k5n33t] {
    flex-grow: 1;
    overflow-y: unset;
    background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 80%);
    padding: 0.5rem !important;
    /*flex-grow: 1;
    overflow-y: auto;*/
    /*    height: 100%;
    width: 100%;
*/ /*background: linear-gradient(#d45352 40%, #690e0e 80%);
    background: -webkit-linear-gradient(to right,#932626, #5b1f1f, #090101);
    background: linear-gradient(to right, #932626, #5b1f1f, #090101);
    padding: 1.5rem !important;*/
    /*:: part(control)*/
}
/*::deep > fluent-dialog {
    --dialog-width: auto;
    --dialog-height: 220px;
   
    padding: 1.5rem;
}
*/ /**/


form[b-wsx5k5n33t] {
    width: 100%;
}

.form-group.row > .col-form-label[b-wsx5k5n33t] {
    text-align: right;
}

.containerForm[b-wsx5k5n33t] {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px 10px 10px 5px;
}

.col-25[b-wsx5k5n33t] {
    float: right;
    width: 5rem;
    /*margin-top: 6px;*/
    text-align: right;
    /*padding: 5px;*/
}

.col-75[b-wsx5k5n33t] {
    float: left;
    width: 10rem;
    /*margin-top: 6px;*/
    /*padding: 5px;*/
}



.pizza-cards[b-wsx5k5n33t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-gap: 0.5rem;
    justify-content: center;
    padding-left: 0;
}

    .pizza-cards > li[b-wsx5k5n33t] {
        height: 4rem;
        width: 8rem;
        position: relative;
        background-size: contain;
        border-radius: 0.5rem;
        list-style-type: none;
        box-shadow: 0 3px 4px rgba(0,0,0,0.4);
        transition: 0.1s ease-out;
    }

        .pizza-cards > li:hover[b-wsx5k5n33t] {
            transform: scale(1.02);
        }

.pizza-info[b-wsx5k5n33t] {
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
    padding: 0.2rem 0.3rem;
    color: #fff2cc;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    line-height: 1.25rem;
}

    .pizza-info .title[b-wsx5k5n33t] {
        color: white;
        font-size: 0.7rem;
        display: block;
        margin: 0.2rem 0 0.4rem 0;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .pizza-info .price[b-wsx5k5n33t] {
        position: absolute;
        bottom: 0.3rem;
        right: 0.5rem;
        font-size: 1.0rem;
        font-weight: 300;
        padding: 0rem 0.7rem;
        border-radius: 4px;
        background-color: #08af08;
        color: white;
        line-height: 1.1rem;
    }

.price[b-wsx5k5n33t]::before {
    content: "€";
    font-weight: 300;
    font-size: 1.0rem;
    margin-right: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.ContainerPOS[b-wsx5k5n33t] {
    max-width: 100%;
    min-height: 100%;
    margin-inline: auto;
    border: 1px solid #000000;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: row wrap;
    align-content: space-evenly;
    
}

.cart-item[b-wsx5k5n33t] {
    background-color: #333333;
    padding: 0.2rem 0.2rem;
    border-radius: 6px;
    font-weight: 100;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    position: relative;
}

    .cart-item .title[b-wsx5k5n33t] {
        font-weight: 100;
        font-size: 0.8rem;
    }

    .cart-item .item[b-wsx5k5n33t] {
        font-weight: 100;
        font-size: 0.8rem;
    }


    .cart-item ul[b-wsx5k5n33t] {
        padding: 0;
        margin: 0.2rem 0.4rem;
    }

    .cart-item li[b-wsx5k5n33t] {
        list-style-type: none;
        margin-left: 0rem;
        font-size: 0.8rem;
    }



.btPOS[b-wsx5k5n33t] {
    min-width: 100px;
    min-height: 100px;
    background-color: #ffffff;
    color: #000000;
    font-size: 2rem;
    padding: 0.5rem;
}

.order-total[b-wsx5k5n33t] {
    background-color: rgb(191, 52, 52);
    height: 3rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    font-size: 1.0rem;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0 1.5rem;
}

    .order-total.hidden[b-wsx5k5n33t] {
        transform: translate3d(0, 4rem, 0);
    }

    .order-total .total-price[b-wsx5k5n33t] {
        font-weight: 300;
        font-size: 1.0rem;
    }

        .order-total .total-price[b-wsx5k5n33t]::before {
            content: "€";
            font-weight: 300;
            margin: 0 0.1rem 0 0.4rem;
            font-family: Arial, Helvetica, sans-serif;
        }

    .order-total .btn[b-wsx5k5n33t] {
        margin-left: auto;
        font-weight: 300;
        border-radius: 15px;
        padding: 0.4rem 0.80rem;
    }

.sidebar[b-wsx5k5n33t] {
    background-color: #2b2b2b;
    width: 20rem;
    display: inline-flex;
    flex-direction: column;
    color: white;
    height: 82vh;
    /*height: 100%;*/
    overflow-y: auto;
}

.order-contents[b-wsx5k5n33t] {
    overflow-y: auto;
    padding: 0rem 0.5rem 0rem 0rem;
    flex-grow: 1;
}

    .order-contents h2[b-wsx5k5n33t] {
        color: #fff2cc;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

.Apagar[b-wsx5k5n33t] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.SelecionarCliente[b-wsx5k5n33t] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


[b-wsx5k5n33t] .country-name::part(control) {
    overflow: hidden;
    text-overflow: ellipsis;
}
/*  --------------------- CALCULAR ------------------ */

.calculator[b-wsx5k5n33t] {
    width: 300px;
    border: 2px solid;
    border-radius: 5px;
}

.calculator-display[b-wsx5k5n33t] {
    font-size: 4rem;
    height: 80px;
    background-color: black;
    color: white;
    text-align: right;
    padding-right: 10px;
    padding-left: 5px;
}

.calculator-body[b-wsx5k5n33t] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.NonCalculator-body[b-wsx5k5n33t] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


.number[b-wsx5k5n33t] {
    /*color: dimgrey;*/
    color: black;
}

.operand[b-wsx5k5n33t] {
    background-color: grey;
    color: white;
}

.clear[b-wsx5k5n33t] {
    background-color: darkred;
    color: white;
}

.equals[b-wsx5k5n33t] {
    background-color: forestgreen;
    color: white;
    border-radius: 3px;
    border: 1px solid;
}

button[b-wsx5k5n33t] {
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px;
}

img[b-wsx5k5n33t] {
    width: auto;
    float: left;
    margin: 0;
}
/*Filter styles*/
.saturate[b-wsx5k5n33t] {
    filter: saturate(3);
}

.grayscale[b-wsx5k5n33t] {
    filter: grayscale(100%);
}

.contrast[b-wsx5k5n33t] {
    filter: contrast(160%);
}

.brightness[b-wsx5k5n33t] {
    filter: brightness(0.25);
}

.blur[b-wsx5k5n33t] {
    filter: blur(3px);
}

.invert[b-wsx5k5n33t] {
    filter: invert(100%);
}

.sepia[b-wsx5k5n33t] {
    filter: sepia(100%);
}

.huerotate[b-wsx5k5n33t] {
    filter: hue-rotate(180deg);
}

.rss.opacity[b-wsx5k5n33t] {
    filter: opacity(50%);
}
/* /Pages/FicheiroSaft.razor.rz.scp.css */
/* /Pages/GetValorNumerico.razor.rz.scp.css */
.calculator[b-21skpmofu6] {
    width: 400px;
    border: 2px solid;
    border-radius: 5px;
}

.calculator-display[b-21skpmofu6] {
    font-size: 4rem;
    height: 80px;
    background-color: black;
    color: white;
    text-align: right;
    padding-right: 20px;
    padding-left: 10px;
}

.calculator-body[b-21skpmofu6] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 20px;
}

.number[b-21skpmofu6] {
    color: dimgrey;
}

.operand[b-21skpmofu6] {
    background-color: grey;
    color: white;
}

.clear[b-21skpmofu6] {
    background-color: grey;
    color: white;
}

.equals[b-21skpmofu6] {
    background-color: forestgreen;
    color: white;
}

button[b-21skpmofu6] {
    height: 60px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px;
}


/* /Pages/Index.razor.rz.scp.css */
div .background[b-mfye6uh3my] {
    background: #ffffff url(img/cabeleireiro.jpg) no-repeat center;
    background-size: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

div.transbox[b-mfye6uh3my] {
    background-color: rgba(240, 240, 240, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 30px;
    margin: 10px;
    font-weight: bold;
    border-radius:10px;
    border-color:gray;
        border-block-style:solid;
}

div .Pagamento[b-mfye6uh3my] {
    background-size: auto;
    align-items:center;
    display: flex;
    justify-content:center;
    height: 100%;
    width: 100%;
}

div.PagamentoMB[b-mfye6uh3my] {
    background-color: rgba(205, 224, 214, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 30px;
    margin: 10px;
    font-weight: bold;
    border-radius: 10px;
    border-color:coral;
    border-block-style: solid;
}


h1[b-mfye6uh3my] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: blueviolet;
    /*font-style: normal;*/
    font-weight: bold;
    text-shadow: 3px 3px 5px white;
}
h2[b-mfye6uh3my] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: black;
    font-style: normal;
    text-shadow: 2px 2px 2px white;
}


.nav-ind[b-mfye6uh3my] {
    margin: 0;
    padding: 0.3rem 0.8rem;
    display: inline-block;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10.9rem;
    color: red;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s ease-out;
    border-radius: 10px;
    vertical-align: central;
}

    .nav-ind:hover[b-mfye6uh3my] {
        color: white;
        text-decoration: none;
        background-color: rgba(255,255,255,0.3);
    }

    .nav-ind.active[b-mfye6uh3my] {
        background-color: rgba(255,255,255,0.2);
        color: #fff2cc;
    }

    .nav-ind img[b-mfye6uh3my] {
        height: 2.5rem;
        margin-bottom: 0.25rem;
       padding:3px;
    }

 .nav-ind.active img[b-mfye6uh3my] {
        filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(797%) hue-rotate(316deg) brightness(109%) contrast(101%);
    }

 .nav-ind.active[b-mfye6uh3my]:after {
        content: "";
        position: absolute;
        bottom: -1rem;
        z-index: 1;
        width: 0px;
        height: 0px;
        border-left: 0.6rem solid transparent;
        border-right: 0.6rem solid transparent;
        border-top: 1rem solid rgb(205,51,51);
    }
.home-botao[b-mfye6uh3my] {
    display:flex;
    grid-template-columns: repeat(auto-fill, 10rem);
    grid-gap: 2rem;
    justify-content:center;
    align-items: center;
    text-align:center;
    padding-left: 0;
  
}

    .home-botao > li[b-mfye6uh3my] {
        height: 4rem;
        position: relative;
        background-size: cover;
        border-radius: 0.5rem;
        list-style-type: none;
        /*box-shadow: 0 3px 4px rgba(0,0,0,0.4);*/
        transition: 0.1s ease-out;
       
        vertical-align:central;
    }

        .home-botao > li:hover[b-mfye6uh3my] {
            transform: scale(1.02);
        }
/* /Pages/POS.razor.rz.scp.css */
:root[b-n2xc3n9ov5] {
    --fill-color:#08af08;
}
body[b-n2xc3n9ov5], html[b-n2xc3n9ov5] {
    height: 100%;

}

body[b-n2xc3n9ov5] {
    padding-top: 5rem;
    flex-direction: column;
    font-family: 'quicksand';
    overflow-y: hidden;
}
[b-n2xc3n9ov5] > fluent-badge {
    --badge-fill-highlight: #ffd800;
    --badge-fill-lowlight: #c8c6c4;
    --badge-color-highlight: #000;
    --badge-color-lowlight: #fff;
}
.nav-tab[b-n2xc3n9ov5] {
    margin: 0;
    padding: 0.3rem 0.8rem;
    display: inline-block;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: white;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s ease-out;
    border-radius: 10px;
}

    .nav-tab:hover[b-n2xc3n9ov5] {
        color: white;
        text-decoration: none;
        background-color: rgba(255,255,255,0.3);
    }

    .nav-tab.active[b-n2xc3n9ov5] {
        background-color: rgba(255,255,255,0.2);
        color: #fff2cc;
    }

    .nav-tab img[b-n2xc3n9ov5] {
        height: 2rem;
        margin-bottom: 0.25rem;
        
    }

    .nav-tab.active img[b-n2xc3n9ov5] {
        filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(797%) hue-rotate(316deg) brightness(109%) contrast(101%);
    }

    .nav-tab.active[b-n2xc3n9ov5]:after {
        content: "";
        position: absolute;
        bottom: -1rem;
        z-index: 1;
        width: 0px;
        height: 0px;
        border-left: 0.6rem solid transparent;
        border-right: 0.6rem solid transparent;
        border-top: 1rem solid rgb(205,51,51);
    }


.header[b-n2xc3n9ov5] {
    display: flex;
    z-index: 10;
    flex-shrink: 0;
    background-color: var(--accent-fill-rest);
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--fill-color);
    margin-bottom: 0.5rem;
}

    .header .header-gutters[b-n2xc3n9ov5] {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin: 5px 24px;
    }

    .header .header-fixed-top[b-n2xc3n9ov5] {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }


.top-bar[b-n2xc3n9ov5] {
    height: 4rem;
    background-color: rgb(192,0,0);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo[b-n2xc3n9ov5] {
    display: flex;
}

    .logo > img[b-n2xc3n9ov5] {
        margin-right: 1rem;
        width: 3rem;
        height: 2rem;
        margin-top: 0.5rem;
    }

.content[b-n2xc3n9ov5] {
    display: flex;
    height: 82vh;
    z-index: 1;
    background-color: white;
}


.top-bar1[b-n2xc3n9ov5] {
    height: 3.5rem;
    /*background-color: rgb(192,0,0);*/
    background-color: rgb(7,91,49);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2030;
}
.top-bar2[b-n2xc3n9ov5] {
    height: 1.5rem;
    background-color: #2b2b2b;
    /*background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);*/

    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 3.5rem;
    right: 0;
    left: 0;
    z-index: 2040;
}


.main[b-n2xc3n9ov5] {
    flex-grow: 1;
    overflow-y: unset;
    background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 80%);
    padding: 0.5rem !important;
    /*flex-grow: 1;
    overflow-y: auto;*/
    /*    height: 100%;
    width: 100%;
*/ /*background: linear-gradient(#d45352 40%, #690e0e 80%);
    background: -webkit-linear-gradient(to right,#932626, #5b1f1f, #090101);
    background: linear-gradient(to right, #932626, #5b1f1f, #090101);
    padding: 1.5rem !important;*/
    /*:: part(control)*/
}
/*::deep > fluent-dialog {
    --dialog-width: auto;
    --dialog-height: 220px;
   
    padding: 1.5rem;
}
*//**/
.pizza-cards[b-n2xc3n9ov5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 10rem);
    grid-gap: 0.5rem;
    justify-content: center;
    padding-left: 0;
}

    .pizza-cards > li[b-n2xc3n9ov5] {
        height: 4.0rem;
        width:10rem;
        position: relative;
        background-size: contain;
        border-radius: 0.5rem;
        list-style-type: none;
        box-shadow: 0 3px 4px rgba(0,0,0,0.4);
        transition: 0.1s ease-out;
    }

        .pizza-cards > li:hover[b-n2xc3n9ov5] {
            transform: scale(1.02);
        }

.pizza-info[b-n2xc3n9ov5] {
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
    padding: 0.2rem 0.3rem;
    color: #fff2cc;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    line-height: 1.25rem;
}

    .pizza-info .title[b-n2xc3n9ov5] {
        color: white;
        font-size: 0.7rem;
        display: block;
        margin: 0.2rem 0 0.4rem 0;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .pizza-info .price[b-n2xc3n9ov5] {
        position: absolute;
        bottom: 0.3rem;
        right: 0.5rem;
        font-size: 1.0rem;
        font-weight: 300;
        padding: 0rem 0.7rem;
        border-radius: 4px;
        background-color: #08af08;
        color: white;
        line-height: 1.1rem;
    }
.price[b-n2xc3n9ov5]::before {
    content: "€";
    font-weight: 300;
    font-size: 0.8rem;
    margin-right: 0.1rem;
    font-family: Arial, Helvetica, sans-serif;
}

.familia-cards[b-n2xc3n9ov5] {
    width:10.5rem;
    flex-wrap:wrap;
    display:flex;
    flex-direction:row;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-auto-rows:auto;
    grid-gap: 0.5rem;
    justify-content:flex-start;
    padding-left: 0;
}

    .familia-cards > li[b-n2xc3n9ov5] {
        height: 3rem;
        width: 5rem;
        display:flex;
        position:relative;
        background-size: contain;
        border-radius: 0.5rem;
        list-style-type: none;
        box-shadow: 0 3px 4px rgba(0,0,0,0.4);
        transition: 0.1s ease-out;
    }

        .familia-cards > li:hover[b-n2xc3n9ov5] {
            transform: scale(1.02);
        }

.familia-info[b-n2xc3n9ov5] {
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
    padding: 0.2rem 0.3rem;
    color: #fff2cc;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    line-height: 1.25rem;
}

    .familia-info .title[b-n2xc3n9ov5] {
        color: white;
        font-size: 0.7rem;
        display: block;
        margin: 0.2rem 0 0.4rem 0;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .familia-info .price[b-n2xc3n9ov5] {
        position: absolute;
        bottom: 0.3rem;
        right: 0.5rem;
        font-size: 1.0rem;
        font-weight: 300;
        padding: 0rem 0.7rem;
        border-radius: 4px;
        background-color: #08af08;
        color: white;
        line-height: 1.1rem;
    }

.familia[b-n2xc3n9ov5]::before {
    content: "€";
    font-weight: 300;
    font-size: 1.0rem;
    margin-right: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.ContainerPOS[b-n2xc3n9ov5]{
    max-width:100%;
    min-height:100%;
    margin-inline:auto;
    border:1px solid #000000;
    display: flex;
    gap:1rem;
    justify-content:space-between;
        align-items:flex-start;
    flex-wrap:row wrap;
    align-content:space-evenly;
}

.cart-item[b-n2xc3n9ov5] {
    /*background-color: #333333;*/
      background-color: #403c3c;
  
    padding: 0.2rem 0.2rem;
    border-radius: 6px;
    font-weight: 100;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    position:relative;
}

    .cart-item .title[b-n2xc3n9ov5] {
        font-weight: 100;
        font-size:0.8rem;
    }
    .cart-item .item[b-n2xc3n9ov5] {
        font-weight: 100;
        font-size:0.8rem;
    }


    .cart-item ul[b-n2xc3n9ov5] {
        padding: 0;
        margin: 0.2rem 0.4rem;
    }

    .cart-item li[b-n2xc3n9ov5] {
        list-style-type: none;
        margin-left: 0rem;
        font-size: 0.8rem;
    }



.btPOS[b-n2xc3n9ov5]{
    min-width:100px;
    min-height:100px;
    background-color:#ffffff;
    color:#000000;
    font-size:2rem;
    padding:0.5rem;
}

.order-total[b-n2xc3n9ov5] {
    background-color: rgb(191, 52, 52);
    height: 2rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    font-size: 1.0rem;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0 1.1rem;
}

    .order-total.hidden[b-n2xc3n9ov5] {
        transform: translate3d(0, 4rem, 0);
    }

    .order-total .total-price[b-n2xc3n9ov5] {
        font-weight: 200;
        font-size: 1.0rem;
    }

        .order-total .total-price[b-n2xc3n9ov5]::before {
            content: "€";
            font-weight: 300;
            margin: 0 0.1rem 0 0.4rem;
            font-family: Arial, Helvetica, sans-serif;
        }

    .order-total .btn[b-n2xc3n9ov5] {
        margin-left: auto;
        font-weight: 300;
        border-radius: 15px;
        padding: 0.4rem 0.80rem;
    }

.sidebar[b-n2xc3n9ov5] {
    background-color: #2b2b2b;
    width: 17rem;
    display: inline-flex;
    flex-direction: column;
    color: white;
    height: 82vh;
    /*height: 100%;*/
    overflow-y: auto;
}

.order-contents[b-n2xc3n9ov5] {
    overflow-y: auto;
    padding: 0rem 0.3rem 0rem 0rem;
    flex-grow: 1;
    background-color: rgb(3, 46, 24);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
}

    .order-contents h2[b-n2xc3n9ov5] {
        color: #fff2cc;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-t: uppercase;
    }

.Apagar[b-n2xc3n9ov5] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}
.SelecionarCliente[b-n2xc3n9ov5] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


[b-n2xc3n9ov5] .country-name::part(control) {
    overflow: hidden;
    text-overflow: ellipsis;
}
/*  --------------------- CALCULAR ------------------ */

.calculator[b-n2xc3n9ov5] {
    width: 300px;
    border: 2px solid;
    border-radius: 5px;
}

.calculator-display[b-n2xc3n9ov5] {
    font-size: 4rem;
    height: 80px;
    background-color: black;
    color: white;
    text-align: right;
    padding-right: 10px;
    padding-left: 5px;
}

.calculator-body[b-n2xc3n9ov5] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}
.NonCalculator-body[b-n2xc3n9ov5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


.number[b-n2xc3n9ov5] {
    /*color: dimgrey;*/
    color:black;
}

.operand[b-n2xc3n9ov5] {
    background-color: grey;
    color: white;
}

.clear[b-n2xc3n9ov5] {
    background-color: darkred;
    color: white;
}

.equals[b-n2xc3n9ov5] {
    background-color: forestgreen;
    color: white;
    border-radius: 3px;
    border: 1px solid;
}

button[b-n2xc3n9ov5] {
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px;
}

img[b-n2xc3n9ov5] {
    width: auto;
    float: left;
    margin: 0;
}
/*Filter styles*/
.saturate[b-n2xc3n9ov5] {
    filter: saturate(3);
}

.grayscale[b-n2xc3n9ov5] {
    filter: grayscale(100%);
}

.contrast[b-n2xc3n9ov5] {
    filter: contrast(160%);
}

.brightness[b-n2xc3n9ov5] {
    filter: brightness(0.25);
}

.blur[b-n2xc3n9ov5] {
    filter: blur(3px);
}

.invert[b-n2xc3n9ov5] {
    filter: invert(100%);
}

.sepia[b-n2xc3n9ov5] {
    filter: sepia(100%);
}

.huerotate[b-n2xc3n9ov5] {
    filter: hue-rotate(180deg);
}

.rss.opacity[b-n2xc3n9ov5] {
    filter: opacity(50%);
}
/* /Pages/ReImprimir.razor.rz.scp.css */
:root[b-mw8q1708kd] {
    --fill-color: #08af08;
}

body[b-mw8q1708kd], html[b-mw8q1708kd] {
    height: 100%;
}

body[b-mw8q1708kd] {
    padding-top: 5rem;
    flex-direction: column;
    font-family: 'quicksand';
    overflow-y: hidden;
    background: #146708;
    background: -webkit-linear-gradient(to right,#932626, #5b1f1f, #090101);
    background: linear-gradient(to right, #33b22e, #118f0c, #086304);
    color: white;
}

[b-mw8q1708kd] > fluent-badge {
    --badge-fill-highlight: #ffd800;
    --badge-fill-lowlight: #c8c6c4;
    --badge-color-highlight: #000;
    --badge-color-lowlight: #fff;
}

.nav-tab[b-mw8q1708kd] {
    margin: 0;
    padding: 0.3rem 0.8rem;
    display: inline-block;
    background-color: rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: white;
    position: relative;
    text-transform: uppercase;
    transition: 0.2s ease-out;
    border-radius: 10px;
}

    .nav-tab:hover[b-mw8q1708kd] {
        color: white;
        text-decoration: none;
        background-color: rgba(255,255,255,0.3);
    }

    .nav-tab.active[b-mw8q1708kd] {
        background-color: rgba(255,255,255,0.2);
        color: #fff2cc;
    }

    .nav-tab img[b-mw8q1708kd] {
        height: 2rem;
        margin-bottom: 0.25rem;
    }

    .nav-tab.active img[b-mw8q1708kd] {
        filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(797%) hue-rotate(316deg) brightness(109%) contrast(101%);
    }

    .nav-tab.active[b-mw8q1708kd]:after {
        content: "";
        position: absolute;
        bottom: -1rem;
        z-index: 1;
        width: 0px;
        height: 0px;
        border-left: 0.6rem solid transparent;
        border-right: 0.6rem solid transparent;
        border-top: 1rem solid rgb(205,51,51);
    }


.header[b-mw8q1708kd] {
    display: flex;
    z-index: 10;
    flex-shrink: 0;
    background-color: var(--accent-fill-rest);
    font-family: var(--body-font);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: var(--fill-color);
    margin-bottom: 0.5rem;
}

    .header .header-gutters[b-mw8q1708kd] {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin: 5px 24px;
    }

    .header .header-fixed-top[b-mw8q1708kd] {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }


.top-bar[b-mw8q1708kd] {
    height: 4rem;
    /*background-color: rgb(192,0,0);*/
    /*background-color: rgb(7,91,49);*/
    background-color: var();

    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.logo[b-mw8q1708kd] {
    display: flex;
}

    .logo > img[b-mw8q1708kd] {
        margin-right: 1rem;
        width: 3rem;
        height: 2rem;
        margin-top: 0.5rem;
    }

.content[b-mw8q1708kd] {
    display: flex;
    height: 82vh;
    z-index: 1;
    background-color: white;
}


.top-bar1[b-mw8q1708kd] {
    height: 3.5rem;
    /*background-color: rgb(192,0,0);*/
    background-color: rgb(7,91,49);
    background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);
    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2030;
}

.top-bar2[b-mw8q1708kd] {
    height: 1.5rem;
    background-color: #2b2b2b;
    /*background-image: linear-gradient(rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.25) 25%, rgba(0,0,0,0) 70%);*/

    display: flex;
    align-items: stretch;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    padding: 0 3rem;
    position: fixed;
    top: 3.5rem;
    right: 0;
    left: 0;
    z-index: 2040;
}


.main[b-mw8q1708kd] {
    flex-grow: 1;
    overflow-y: unset;
    background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 80%);
    padding: 0.5rem !important;
   
}
/*::deep > fluent-dialog {
    --dialog-width: auto;
    --dialog-height: 220px;
   
    padding: 1.5rem;
}
*/ /**/
.pizza-cards[b-mw8q1708kd] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-gap: 0.5rem;
    justify-content: center;
    padding-left: 0;
}

    .pizza-cards > li[b-mw8q1708kd] {
        height: 4rem;
        width: 8rem;
        position: relative;
        background-size: contain;
        border-radius: 0.5rem;
        list-style-type: none;
        box-shadow: 0 3px 4px rgba(0,0,0,0.4);
        transition: 0.1s ease-out;
    }

        .pizza-cards > li:hover[b-mw8q1708kd] {
            transform: scale(1.02);
        }

.pizza-info[b-mw8q1708kd] {
    border-radius: 0.5rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
    padding: 0.2rem 0.3rem;
    color: #fff2cc;
    cursor: pointer;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
    line-height: 1.25rem;
}

    .pizza-info .title[b-mw8q1708kd] {
        color: white;
        font-size: 0.7rem;
        display: block;
        margin: 0.2rem 0 0.4rem 0;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

    .pizza-info .price[b-mw8q1708kd] {
        position: absolute;
        bottom: 0.3rem;
        right: 0.5rem;
        font-size: 1.0rem;
        font-weight: 300;
        padding: 0rem 0.7rem;
        border-radius: 4px;
        background-color: #08af08;
        color: white;
        line-height: 1.1rem;
    }

.price[b-mw8q1708kd]::before {
    content: "€";
    font-weight: 300;
    font-size: 1.0rem;
    margin-right: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.ContainerPOS[b-mw8q1708kd] {
    max-width: 100%;
    min-height: 100%;
    margin-inline: auto;
    border: 1px solid #000000;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: row wrap;
    align-content: space-evenly;
}

.cart-item[b-mw8q1708kd] {
    background-color: #333333;
    padding: 0.2rem 0.2rem;
    border-radius: 6px;
    font-weight: 100;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    position: relative;
}

    .cart-item .title[b-mw8q1708kd] {
        font-weight: 100;
        font-size: 0.8rem;
    }

    .cart-item .item[b-mw8q1708kd] {
        font-weight: 100;
        font-size: 0.8rem;
    }


    .cart-item ul[b-mw8q1708kd] {
        padding: 0;
        margin: 0.2rem 0.4rem;
    }

    .cart-item li[b-mw8q1708kd] {
        list-style-type: none;
        margin-left: 0rem;
        font-size: 0.8rem;
    }



.btPOS[b-mw8q1708kd] {
    min-width: 100px;
    min-height: 100px;
    background-color: #ffffff;
    color: #000000;
    font-size: 2rem;
    padding: 0.5rem;
}

.order-total[b-mw8q1708kd] {
    background-color: rgb(191, 52, 52);
    height: 3rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    font-size: 1.0rem;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0 1.5rem;
}

    .order-total.hidden[b-mw8q1708kd] {
        transform: translate3d(0, 4rem, 0);
    }

    .order-total .total-price[b-mw8q1708kd] {
        font-weight: 300;
        font-size: 1.0rem;
    }

        .order-total .total-price[b-mw8q1708kd]::before {
            content: "€";
            font-weight: 300;
            margin: 0 0.1rem 0 0.4rem;
            font-family: Arial, Helvetica, sans-serif;
        }

    .order-total .btn[b-mw8q1708kd] {
        margin-left: auto;
        font-weight: 300;
        border-radius: 15px;
        padding: 0.4rem 0.80rem;
    }

.sidebar[b-mw8q1708kd] {
    background-color: #2b2b2b;
    width: 20rem;
    display: inline-flex;
    flex-direction: column;
    color: white;
    height: 82vh;
    /*height: 100%;*/
    overflow-y: auto;
}

.order-contents[b-mw8q1708kd] {
    overflow-y: auto;
    padding: 0rem 0.5rem 0rem 0rem;
    flex-grow: 1;
}

    .order-contents h2[b-mw8q1708kd] {
        color: #fff2cc;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

.Apagar[b-mw8q1708kd] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.SelecionarCliente[b-mw8q1708kd] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


[b-mw8q1708kd] .country-name::part(control) {
    overflow: hidden;
    text-overflow: ellipsis;
}
/*  --------------------- CALCULAR ------------------ */

.calculator[b-mw8q1708kd] {
    width: 300px;
    border: 2px solid;
    border-radius: 5px;
}

.calculator-display[b-mw8q1708kd] {
    font-size: 4rem;
    height: 80px;
    background-color: black;
    color: white;
    text-align: right;
    padding-right: 10px;
    padding-left: 5px;
}

.calculator-body[b-mw8q1708kd] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.NonCalculator-body[b-mw8q1708kd] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 10px;
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


.number[b-mw8q1708kd] {
    /*color: dimgrey;*/
    color: black;
}

.operand[b-mw8q1708kd] {
    background-color: grey;
    color: white;
}

.clear[b-mw8q1708kd] {
    background-color: darkred;
    color: white;
}

.equals[b-mw8q1708kd] {
    background-color: forestgreen;
    color: white;
    border-radius: 3px;
    border: 1px solid;
}

button[b-mw8q1708kd] {
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px;
}

img[b-mw8q1708kd] {
    width: auto;
    float: left;
    margin: 0;
}
/*Filter styles*/
.saturate[b-mw8q1708kd] {
    filter: saturate(3);
}

.grayscale[b-mw8q1708kd] {
    filter: grayscale(100%);
}

.contrast[b-mw8q1708kd] {
    filter: contrast(160%);
}

.brightness[b-mw8q1708kd] {
    filter: brightness(0.25);
}

.blur[b-mw8q1708kd] {
    filter: blur(3px);
}

.invert[b-mw8q1708kd] {
    filter: invert(100%);
}

.sepia[b-mw8q1708kd] {
    filter: sepia(100%);
}

.huerotate[b-mw8q1708kd] {
    filter: hue-rotate(180deg);
}

.rss.opacity[b-mw8q1708kd] {
    filter: opacity(50%);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-8u9ljyva8o] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8u9ljyva8o] {
    flex: 1;
}

.sidebar[b-8u9ljyva8o] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8u9ljyva8o] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8u9ljyva8o]  a, .top-row .btn-link[b-8u9ljyva8o] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8u9ljyva8o] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8u9ljyva8o] {
        display: none;
    }

    .top-row.auth[b-8u9ljyva8o] {
        justify-content: space-between;
    }

    .top-row a[b-8u9ljyva8o], .top-row .btn-link[b-8u9ljyva8o] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8u9ljyva8o] {
        flex-direction: row;
    }

    .sidebar[b-8u9ljyva8o] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8u9ljyva8o] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-8u9ljyva8o], article[b-8u9ljyva8o] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jwjtz3bz3g] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jwjtz3bz3g] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jwjtz3bz3g] {
    font-size: 1.1rem;
}

.oi[b-jwjtz3bz3g] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jwjtz3bz3g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jwjtz3bz3g] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jwjtz3bz3g] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jwjtz3bz3g]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jwjtz3bz3g]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jwjtz3bz3g]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jwjtz3bz3g] {
        display: none;
    }

    .collapse[b-jwjtz3bz3g] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-jwjtz3bz3g] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
