@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* /Pages/Acesso.razor.rz.scp.css */
/*:root {
    --fill-color: #08af08;
}

body, html {
    height: 100%;
}

body {
    padding-top: 5rem;
    flex-direction: column;
    flex-direction: row;
    font-family: 'quicksand';
    overflow-y: hidden;
}

::deep > fluent-badge {
    --badge-fill-highlight: #ffd800;
    --badge-fill-lowlight: #c8c6c4;
    --badge-color-highlight: #000;
    --badge-color-lowlight: #fff;
}

.nav-tab {
    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 {
        color: white;
        text-decoration: none;
        background-color: rgba(255,255,255,0.3);
    }

    .nav-tab.active {
        background-color: rgba(255,255,255,0.2);
        color: #fff2cc;
    }

    .nav-tab img {
        height: 2rem;
        margin-bottom: 0.25rem;
    }

    .nav-tab.active img {
        filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(797%) hue-rotate(316deg) brightness(109%) contrast(101%);
    }

    .nav-tab.active: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 {
    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 {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin: 5px 24px;
    }

    .header .header-fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }


.top-bar {
    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 {
    display: flex;
}

    .logo > img {
        margin-right: 1rem;
        width: 3rem;
        height: 2rem;
        margin-top: 0.5rem;
    }

.content {
    display: flex;
    height: 82vh;
    z-index: 1;
    background-color: white;
}


.top-bar1 {
    height: 3.5rem;
    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: 2030;
}


.top-bar2 {
    height: 1.0rem;
    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: 4.0rem;
    right: 0;
    left: 0;
    z-index: 1000;
}


.main {
    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 {
    width: 100%;
}

.form-group.row > .col-form-label {
    text-align: right;
}

.containerForm {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px 10px 10px 5px;
}

.col-25 {
    float: right;
    width: 5rem;
    margin-top: 6px;
    text-align: right;
    padding: 5px;
}

.col-75 {
    float: left;
    width: 10rem;
    margin-top: 6px;
    padding: 5px;
}



.pizza-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-gap: 0.5rem;
    justify-content: center;
    padding-left: 0;
}

    .pizza-cards > li {
        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 {
            transform: scale(1.02);
        }

.pizza-info {
    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 {
        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 {
        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::before {
    content: "€";
    font-weight: 300;
    font-size: 1.0rem;
    margin-right: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.ContainerPOS {
    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 {
    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 {
        font-weight: 100;
        font-size: 0.8rem;
    }

    .cart-item .item {
        font-weight: 100;
        font-size: 0.8rem;
    }


    .cart-item ul {
        padding: 0;
        margin: 0.2rem 0.4rem;
    }

    .cart-item li {
        list-style-type: none;
        margin-left: 0rem;
        font-size: 0.8rem;
    }



.btPOS {
    min-width: 100px;
    min-height: 100px;
    background-color: #ffffff;
    color: #000000;
    font-size: 2rem;
    padding: 0.5rem;
}

.order-total {
    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 {
        transform: translate3d(0, 4rem, 0);
    }

    .order-total .total-price {
        font-weight: 300;
        font-size: 1.0rem;
    }

        .order-total .total-price::before {
            content: "€";
            font-weight: 300;
            margin: 0 0.1rem 0 0.4rem;
            font-family: Arial, Helvetica, sans-serif;
        }

    .order-total .btn {
        margin-left: auto;
        font-weight: 300;
        border-radius: 15px;
        padding: 0.4rem 0.80rem;
    }

.sidebar {
    background-color: #2b2b2b;
    width: 20rem;
    display: inline-flex;
    flex-direction: column;
    color: white;
    height: 82vh;
    height: 100%;
    overflow-y: auto;
}

.order-contents {
    overflow-y: auto;
    padding: 0rem 0.5rem 0rem 0rem;
    flex-grow: 1;
}

    .order-contents h2 {
        color: #fff2cc;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

.Apagar {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.SelecionarCliente {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


::deep .country-name::part(control) {
    overflow: hidden;
    text-overflow: ellipsis;
}
  --------------------- CALCULAR ------------------ 

.calculator {
    width: 300px;
    border: 2px solid;
    border-radius: 5px;
}

.calculator-display {
    font-size: 4rem;
    height: 80px;
    background-color: black;
    color: white;
    text-align: right;
    padding-right: 10px;
    padding-left: 5px;
}

.calculator-body {
    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 {
    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 {
    color: dimgrey;
    color: black;
}

.operand {
    background-color: grey;
    color: white;
}

.clear {
    background-color: darkred;
    color: white;
}

.equals {
    background-color: forestgreen;
    color: white;
    border-radius: 3px;
    border: 1px solid;
}

button {
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px;
}

img {
    width: auto;
    float: left;
    margin: 0;
}
Filter styles
.saturate {
    filter: saturate(3);
}

.grayscale {
    filter: grayscale(100%);
}

.contrast {
    filter: contrast(160%);
}

.brightness {
    filter: brightness(0.25);
}

.blur {
    filter: blur(3px);
}

.invert {
    filter: invert(100%);
}

.sepia {
    filter: sepia(100%);
}

.huerotate {
    filter: hue-rotate(180deg);
}

.rss.opacity {
    filter: opacity(50%);
}
*/
/* /Pages/Index.razor.rz.scp.css */
:root[b-aokxjcg4fo] {
    --fill-color: #08af08;
}

body[b-aokxjcg4fo], html[b-aokxjcg4fo] {
    height: 100%;
}


div .background[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
    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;
}

h1[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: black;
    font-style: normal;
    text-shadow: 2px 2px 2px white;
}


body[b-aokxjcg4fo] {
    padding-top: 5rem;
    /*flex-direction: column;*/
    flex-direction: row;
    font-family: 'quicksand';
    overflow-y: hidden;
}

[b-aokxjcg4fo] > fluent-badge {
    --badge-fill-highlight: #ffd800;
    --badge-fill-lowlight: #c8c6c4;
    --badge-color-highlight: #000;
    --badge-color-lowlight: #fff;
}

.nav-tab[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
        color: white;
        text-decoration: none;
        background-color: rgba(255,255,255,0.3);
    }

    .nav-tab.active[b-aokxjcg4fo] {
        background-color: rgba(255,255,255,0.2);
        color: #fff2cc;
    }

    .nav-tab img[b-aokxjcg4fo] {
        height: 2rem;
        margin-bottom: 0.25rem;
    }

    .nav-tab.active img[b-aokxjcg4fo] {
        filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(797%) hue-rotate(316deg) brightness(109%) contrast(101%);
    }

    .nav-tab.active[b-aokxjcg4fo]: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-aokxjcg4fo] {
    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-aokxjcg4fo] {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin: 5px 24px;
    }

    .header .header-fixed-top[b-aokxjcg4fo] {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }


.top-bar[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
    display: flex;
}

    .logo > img[b-aokxjcg4fo] {
        margin-right: 1rem;
        width: 3rem;
        height: 2rem;
        margin-top: 0.5rem;
    }

.content[b-aokxjcg4fo] {
    display: flex;
    height: 82vh;
    z-index: 1;
    background-color: white;
}


.top-bar1[b-aokxjcg4fo] {
    height: 3.5rem;
    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: 2030;
}

.top-bar2[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
    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-aokxjcg4fo] {
    width: 100%;
}

.form-group.row > .col-form-label[b-aokxjcg4fo] {
    text-align: right;
}

.containerForm[b-aokxjcg4fo] {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px 10px 10px 5px;
}

.col-25[b-aokxjcg4fo] {
    float: right;
    width: 5rem;
    /*margin-top: 6px;*/
    text-align: right;
    /*padding: 5px;*/
}

.col-75[b-aokxjcg4fo] {
    float: left;
    width: 10rem;
    /*margin-top: 6px;*/
    /*padding: 5px;*/
}



.pizza-cards[b-aokxjcg4fo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-gap: 0.5rem;
    justify-content: center;
    padding-left: 0;
}

    .pizza-cards > li[b-aokxjcg4fo] {
        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-aokxjcg4fo] {
            transform: scale(1.02);
        }

.pizza-info[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
        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-aokxjcg4fo] {
        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-aokxjcg4fo]::before {
    content: "€";
    font-weight: 300;
    font-size: 1.0rem;
    margin-right: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.ContainerPOS[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
    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-aokxjcg4fo] {
        font-weight: 100;
        font-size: 0.8rem;
    }

    .cart-item .item[b-aokxjcg4fo] {
        font-weight: 100;
        font-size: 0.8rem;
    }


    .cart-item ul[b-aokxjcg4fo] {
        padding: 0;
        margin: 0.2rem 0.4rem;
    }

    .cart-item li[b-aokxjcg4fo] {
        list-style-type: none;
        margin-left: 0rem;
        font-size: 0.8rem;
    }



.btPOS[b-aokxjcg4fo] {
    min-width: 100px;
    min-height: 100px;
    background-color: #ffffff;
    color: #000000;
    font-size: 2rem;
    padding: 0.5rem;
}

.order-total[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
        transform: translate3d(0, 4rem, 0);
    }

    .order-total .total-price[b-aokxjcg4fo] {
        font-weight: 300;
        font-size: 1.0rem;
    }

        .order-total .total-price[b-aokxjcg4fo]::before {
            content: "€";
            font-weight: 300;
            margin: 0 0.1rem 0 0.4rem;
            font-family: Arial, Helvetica, sans-serif;
        }

    .order-total .btn[b-aokxjcg4fo] {
        margin-left: auto;
        font-weight: 300;
        border-radius: 15px;
        padding: 0.4rem 0.80rem;
    }

.sidebar[b-aokxjcg4fo] {
    background-color: #2b2b2b;
    width: 20rem;
    display: inline-flex;
    flex-direction: column;
    color: white;
    height: 82vh;
    /*height: 100%;*/
    overflow-y: auto;
}

.order-contents[b-aokxjcg4fo] {
    overflow-y: auto;
    padding: 0rem 0.5rem 0rem 0rem;
    flex-grow: 1;
}

    .order-contents h2[b-aokxjcg4fo] {
        color: #fff2cc;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

.Apagar[b-aokxjcg4fo] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.SelecionarCliente[b-aokxjcg4fo] {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


[b-aokxjcg4fo] .country-name::part(control) {
    overflow: hidden;
    text-overflow: ellipsis;
}
/*  --------------------- CALCULAR ------------------ */

.calculator[b-aokxjcg4fo] {
    width: 300px;
    border: 2px solid;
    border-radius: 5px;
}

.calculator-display[b-aokxjcg4fo] {
    font-size: 4rem;
    height: 80px;
    background-color: black;
    color: white;
    text-align: right;
    padding-right: 10px;
    padding-left: 5px;
}

.calculator-body[b-aokxjcg4fo] {
    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-aokxjcg4fo] {
    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-aokxjcg4fo] {
    /*color: dimgrey;*/
    color: black;
}

.operand[b-aokxjcg4fo] {
    background-color: grey;
    color: white;
}

.clear[b-aokxjcg4fo] {
    background-color: darkred;
    color: white;
}

.equals[b-aokxjcg4fo] {
    background-color: forestgreen;
    color: white;
    border-radius: 3px;
    border: 1px solid;
}

button[b-aokxjcg4fo] {
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px;
}

img[b-aokxjcg4fo] {
    width: auto;
    float: left;
    margin: 0;
}
/*Filter styles*/
.saturate[b-aokxjcg4fo] {
    filter: saturate(3);
}

.grayscale[b-aokxjcg4fo] {
    filter: grayscale(100%);
}

.contrast[b-aokxjcg4fo] {
    filter: contrast(160%);
}

.brightness[b-aokxjcg4fo] {
    filter: brightness(0.25);
}

.blur[b-aokxjcg4fo] {
    filter: blur(3px);
}

.invert[b-aokxjcg4fo] {
    filter: invert(100%);
}

.sepia[b-aokxjcg4fo] {
    filter: sepia(100%);
}

.huerotate[b-aokxjcg4fo] {
    filter: hue-rotate(180deg);
}

.rss.opacity[b-aokxjcg4fo] {
    filter: opacity(50%);
}
/* /Pages/Mb.razor.rz.scp.css */
/*:root {
    --fill-color: #08af08;
}

body, html {
    height: 100%;
}

body {
    padding-top: 5rem;
    flex-direction: column;
    flex-direction: row;
    font-family: 'quicksand';
    overflow-y: hidden;
}

::deep > fluent-badge {
    --badge-fill-highlight: #ffd800;
    --badge-fill-lowlight: #c8c6c4;
    --badge-color-highlight: #000;
    --badge-color-lowlight: #fff;
}

.nav-tab {
    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 {
        color: white;
        text-decoration: none;
        background-color: rgba(255,255,255,0.3);
    }

    .nav-tab.active {
        background-color: rgba(255,255,255,0.2);
        color: #fff2cc;
    }

    .nav-tab img {
        height: 2rem;
        margin-bottom: 0.25rem;
    }

    .nav-tab.active img {
        filter: brightness(0) saturate(100%) invert(93%) sepia(18%) saturate(797%) hue-rotate(316deg) brightness(109%) contrast(101%);
    }

    .nav-tab.active: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 {
    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 {
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        margin: 5px 24px;
    }

    .header .header-fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
    }


.top-bar {
    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 {
    display: flex;
}

    .logo > img {
        margin-right: 1rem;
        width: 3rem;
        height: 2rem;
        margin-top: 0.5rem;
    }

.content {
    display: flex;
    height: 82vh;
    z-index: 1;
    background-color: white;
}


.top-bar1 {
    height: 3.5rem;
    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: 2030;
}

.top-bar2 {
    height: 1.0rem;
    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: 4.0rem;
    right: 0;
    left: 0;
    z-index: 1000;
}


.main {
    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 {
    width: 100%;
}

.form-group.row > .col-form-label {
    text-align: right;
}

.containerForm {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px 10px 10px 5px;
}

.col-25 {
    float: right;
    width: 5rem;
    margin-top: 6px;
    text-align: right;
    padding: 5px;
}

.col-75 {
    float: left;
    width: 10rem;
    margin-top: 6px;
    padding: 5px;
}



.pizza-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, 8rem);
    grid-gap: 0.5rem;
    justify-content: center;
    padding-left: 0;
}

    .pizza-cards > li {
        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 {
            transform: scale(1.02);
        }

.pizza-info {
    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 {
        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 {
        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::before {
    content: "€";
    font-weight: 300;
    font-size: 1.0rem;
    margin-right: 0.2rem;
    font-family: Arial, Helvetica, sans-serif;
}

.ContainerPOS {
    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 {
    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 {
        font-weight: 100;
        font-size: 0.8rem;
    }

    .cart-item .item {
        font-weight: 100;
        font-size: 0.8rem;
    }


    .cart-item ul {
        padding: 0;
        margin: 0.2rem 0.4rem;
    }

    .cart-item li {
        list-style-type: none;
        margin-left: 0rem;
        font-size: 0.8rem;
    }



.btPOS {
    min-width: 100px;
    min-height: 100px;
    background-color: #ffffff;
    color: #000000;
    font-size: 2rem;
    padding: 0.5rem;
}

.order-total {
    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 {
        transform: translate3d(0, 4rem, 0);
    }

    .order-total .total-price {
        font-weight: 300;
        font-size: 1.0rem;
    }

        .order-total .total-price::before {
            content: "€";
            font-weight: 300;
            margin: 0 0.1rem 0 0.4rem;
            font-family: Arial, Helvetica, sans-serif;
        }

    .order-total .btn {
        margin-left: auto;
        font-weight: 300;
        border-radius: 15px;
        padding: 0.4rem 0.80rem;
    }

.sidebar {
    background-color: #2b2b2b;
    width: 20rem;
    display: inline-flex;
    flex-direction: column;
    color: white;
    height: 82vh;
    height: 100%;
    overflow-y: auto;
}

.order-contents {
    overflow-y: auto;
    padding: 0rem 0.5rem 0rem 0rem;
    flex-grow: 1;
}

    .order-contents h2 {
        color: #fff2cc;
        font-size: 1.3rem;
        font-weight: 300;
        margin-bottom: 1rem;
        font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
    }

.Apagar {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}

.SelecionarCliente {
    background: linear-gradient(rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 80%);
}


::deep .country-name::part(control) {
    overflow: hidden;
    text-overflow: ellipsis;
}
  --------------------- CALCULAR ------------------ 

.calculator {
    width: 300px;
    border: 2px solid;
    border-radius: 5px;
}

.calculator-display {
    font-size: 4rem;
    height: 80px;
    background-color: black;
    color: white;
    text-align: right;
    padding-right: 10px;
    padding-left: 5px;
}

.calculator-body {
    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 {
    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 {
    color: dimgrey;
    color: black;
}

.operand {
    background-color: grey;
    color: white;
}

.clear {
    background-color: darkred;
    color: white;
}

.equals {
    background-color: forestgreen;
    color: white;
    border-radius: 3px;
    border: 1px solid;
}

button {
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    font-size: 2rem;
    box-shadow: inset 0 0 0 1px;
}

img {
    width: auto;
    float: left;
    margin: 0;
}
Filter styles
.saturate {
    filter: saturate(3);
}

.grayscale {
    filter: grayscale(100%);
}

.contrast {
    filter: contrast(160%);
}

.brightness {
    filter: brightness(0.25);
}

.blur {
    filter: blur(3px);
}

.invert {
    filter: invert(100%);
}

.sepia {
    filter: sepia(100%);
}

.huerotate {
    filter: hue-rotate(180deg);
}

.rss.opacity {
    filter: opacity(50%);
}
*/
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4voap6ea5l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4voap6ea5l] {
    flex: 1;
}

.sidebar[b-4voap6ea5l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4voap6ea5l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4voap6ea5l]  a, .top-row .btn-link[b-4voap6ea5l] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4voap6ea5l] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4voap6ea5l] {
        display: none;
    }

    .top-row.auth[b-4voap6ea5l] {
        justify-content: space-between;
    }

    .top-row a[b-4voap6ea5l], .top-row .btn-link[b-4voap6ea5l] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4voap6ea5l] {
        flex-direction: row;
    }

    .sidebar[b-4voap6ea5l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4voap6ea5l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4voap6ea5l], article[b-4voap6ea5l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mi047ao46h] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mi047ao46h] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mi047ao46h] {
    font-size: 1.1rem;
}

.oi[b-mi047ao46h] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mi047ao46h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mi047ao46h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mi047ao46h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mi047ao46h]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mi047ao46h]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-mi047ao46h]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mi047ao46h] {
        display: none;
    }

    .collapse[b-mi047ao46h] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-mi047ao46h] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
